@charset "utf-8";

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
}

body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

div,
p,
footer,
header,
section {
    display: block;
    position: relative;
    word-wrap: break-word;
}

ol,
ul {
    list-style: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

a {
    display: inline-block;
}

a:link {
    text-decoration: none;
    color: #3cb371;
}

a:visited {
    color: #3cb371;
}

a:hover {
    opacity: 0.7;
}

a:active {
    color: #3cb371;
}

hr {
    clear: both;
    width: 100%;
}

img {
    vertical-align: bottom;
    border-style: none;
}


/* ------------------------------------------------------------------------ */


/* COM:main */

html {
    font-size: 62.5%;
}

body {
    /*font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;*/
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    background-color: #ffffff;
}

html,
body {
    width: 100%;
    height: 100%;
    /* スムーズなスクロール（慣性スクロール）を実現(iOS 5.0 より実装された) */
    -webkit-overflow-scrolling: touch;
}


/* -------------------------------------------------------------------------------- */
/* COM:コンテンツ */
#wrap {
    width: 100%;
}

#left_conts {
    width: calc(100% - 680px);
    height: 800px;
    float: left;
    overflow: hidden;
    margin: 20px 0px 0px 20px;
}

#left_contsImg {
    width: 2000px;
    margin-top: -200px;
}

#left_contsTxt {
    position: absolute;
    top: 35%;
    width: 300px;
    font-weight: 400;
    font-size: 1.6rem;
    text-align: left;
    line-height: 2.0em;
    color: #FFF;
    /*border-left: 1px solid #90ee90;*/
    padding-left: 20px;
}

#right_conts {
    width: 640px;
    float: left;
    padding: 20px;
}

#con_under {
    display: block;
    position: relative;
    width: 96%;
    max-width: 960px;
    margin: 0 auto;
    /*border: 1px solid #eee;*/
}

#logo_s {
    margin: 0 auto;
    width: 120px;
}

h1#toppage {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 3.4rem;
    letter-spacing: .2rem;
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
}
#left_conts_kyokaimei{
    position: absolute;
    top: 10px;
    left: 0px;
    color: #90ee90;
    font-size: 1.2rem;
    font-weight: 400;
    padding-left: 20px;
    letter-spacing: .3rem;
    /*border-bottom: 1px solid #90ee90;*/
}

#headLogoBody {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
}
#navArea{
    width: 100%;
}
#headLogoBody_logo {
    float: left;
    width: 80px;
}

#headLogoBody_name {
    float: left;
    width: 360px;
    margin-top: 10px;
    margin-left: 10px;
}

h1#child {
    width: 100%;
    font-weight: 400;
    text-align: left;
    font-size: 2.4rem;
    letter-spacing: .2rem;
}

.h2Body {
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
}

h2.toppage {
    display: block;
    width: 47%;
    border: 1px solid #3cb371;
    padding: 3px 0px 3px 0px;
    color: #3cb371;
    font-weight: 400;
    font-size: 1.6rem;
    text-align: center;
    float: left;
    border-radius: 6px;
}
#kaiin{
    cursor: pointer;
}
#titleAndNav{
    width: 100%;
}
#child_pageTitle{
    float: left;
    width: 400px;
    margin-left: 40px;
}
#childpage_nav{
    float: right;
    width: 150px;
    padding-left: 20px;
    margin-top: 15px;
    border-left: solid 1px #3cb371;
}
h2.childpage{
    /*float: left;*/
    /*margin-left: 20px;*/
    /*border-left: 1px solid #3cb371;*/
    margin-top: 20px;
    display: block;
    font-weight: 400;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.0em;
}
/*
h2.childpage:first-child{
    margin-top: 0px;
}
*/
.kaiinpageName{
    color: #3cb371;
}


.btn {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #3cb371;
    padding: 3px 30px 0px 10px;
    color: #3cb371;
    font-weight: 400;
    font-size: 1.4rem;
    text-align: left;
    border-radius: 6px;
}
.btn::after{
    content: '〉';
    position: absolute;
    top: 15px;
    right: 2px;
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
}
.btn_s {
    display: block;
    width: 140px;
    border: 1px solid #3cb371;
    padding: 3px 0px 3px 0px;
    color: #3cb371;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 6px;
}

#lead {
    width: 70%;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 400;
}

#new {
    width: 96%;
    margin: 0 auto;
    font-weight: 700;
    color: #3cb371;
    font-size: 1.6rem;
    letter-spacing: .2rem;
    margin-top: 50px;
}

#newNotice_left {
    float: left;
    width: 20%;
}

#newNotice_right {
    float: right;
    width: 78%;
}

#newNotice {
    width: 96%;
    margin: 0 auto;
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: 400;
    border-top: 1px solid #3cb371;
    text-align: left;
    padding: 20px 0px 20px 0px;
}

#newNoticeTitle {
    font-size: 1.6rem;
    font-weight: 400;
}

#newNoticeTxt {
    font-size: 1.4rem;
    font-weight: 400;
}


#contentsArea{
    width: 100%;
    /*white-space: nowrap;*/
}
#child_pageTitle{
    width: 280px;
    text-align: center;
    font-weight: 400;
    font-size: 2.6rem;
    padding: 30px 0px 30px 0px;
}
.kopage_midashi_L{
    width: 100%;
    font-weight: 400;
    font-size: 2.6rem;
    text-align: center;
    margin-top: 60px;
}
.kopage_midashi_L_underline{
    width: 100px;
    height: 60px;
    margin: 0 auto;
    margin-top: 10px;
    border-top: 2px solid #3cb371;
}
.kopage_midashi_M{
    width: 100%;
    font-weight: 700;
    font-size: 2.0rem;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 5px;
    padding-top: 1px;
    padding-left: 10px;
    line-height: 1em;
    border-left: 5px solid rgba(60,179,113,0.5);
}
.kopage_midashi_S{
    font-weight: 700;
    font-size: 1.6rem;
    text-align: left;
    border-bottom: 1px dotted #4d9bc1;
}
.kopage_lead{
    width: 100%;
    font-weight: 400;
    font-size: 1.6rem;
    padding: 10px 0px 50px 0px;
}
.kopage_lead_withP{
    width: 100%;
    font-weight: 400;
    font-size: 1.6rem;
    padding: 10px 0px 20px 0px;
}
.kopage_img{
    width: 100%;
    margin-top: 20px;
}
.kopage_lr_body{
    width: 100%;
    margin-top: 10px;
    padding: 0px 0px 50px 0px;
}
.kopage_img_left{
    width: 30%;
    float: left;
    margin-bottom: 0;
}

.kopage_lead_right{
    width: 66%;
    float: right;
    font-weight: 400;
    font-size: 1.6rem;
}
.kopage_lead_right_body{
    width: 66%;
    float: right;
}
.icon_kakudai{
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 30px;
    cursor: pointer;
}
.icon_shukusho{
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    cursor: pointer;
}
.kakudaiPhoto{
    clear: both;
    display: none;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.topic_body_widhShadow{
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0px 2px 4px rgba(0,0,0,.2);
}
.topic_midashi{
    margin-top: 3px;
    width: 100%;
    font-weight: 700;
    font-size: 2.0rem;
    text-align: left;
    line-height: 1.2em;  
    color: #3cb371;
}
.topic_lead{
    width: 100%;
    font-weight: 400;
    font-size: 1.6rem;
    padding: 10px 0px 0px 0px;
}
.topic_nichiji{
    font-weight: 400;
    /*padding: 2px 0px 2px 5px;*/
    text-align: left;
    font-size: 1.2rem;
    color: #000;
    /*
    color: #FFF;
    background-color: #3cb371;
    border-radius: 3px;
    */
}
.topic_basho{
    font-weight: 400;
    text-align: left;
    margin-top: 3px;
    font-size: 1.2rem;
    color: #000;
}


#footArea {
    width: 100%;
    clear: both;
    color: #808080;
    font-size: 1.2rem;
    text-align: center;
    padding: 20px 0px 40px 0px;
    margin-top: 50px;
    border-top: 1px solid #eee;
    letter-spacing: .2rem;
}






.table_design {
    border-collapse: collapse;
    width: 100%;
    font-size: 1.4rem;
    /*max-width: 700px;*/
}
.table_design .centerTD {
    border-bottom: 2px solid #c1c7c6;
    padding: 1em;
}
.table_design .rightTD {
    border-bottom: 2px solid #4d9bc1;
    padding: 1em;
}
.table_design th {
    border-bottom: 2px solid #4d9bc1;;
    font-weight: bold;
    text-align: center;
    width: 20%;
    min-width: 4em;
}








.addProp_1{
    height: 200px;
    overflow: hidden;
}







#loading{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background-color: #FFF;
    z-index: 1000;
}
#loading_img{
    position: fixed;
    width: 50px;
    left: calc(50% - 25px);
    top: 200px;
}
a.nobreakLink{
    white-space: nowrap;
    color: #000;
    text-decoration: underline;
    text-underline-offset:3px;
    word-break: break-all;
}
#toTop{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 26px;
    background-color: transparent;
    cursor: pointer;
}
.myBr {
    display: none;
}
#pageName{
    display: none;
}
.infoDel{
    display: none;
}



@keyframes blinking {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/* 要素にアニメーションを適用 */
.blink {
    animation: blinking 1s ease-in-out infinite alternate;
}

/* -------------------------------------------------------------------------------- */
/* COM:フォーム */
#PI_body{
    display: none;
    width: 70%;
    clear: both;
    margin: 0 auto;
    margin-top: 10px;
}
#PI_body_kopage{
    display: none;
    width: 100%;
    clear: both;
    margin-top: 10px;
}
input[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    border-style: none;
    appearance: none;
    margin: 0;
    padding: 3px 10px 3px 10px;
    background-color: #3cb371;
    color: #FFF;
    border-radius: 6px;
}
input[type="text"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #DCDCDC;
    background: none transparent;
    vertical-align: middle;
    padding: 5px;
    color: #000;
}
input[type="password"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #DCDCDC;
    background: none transparent;
    vertical-align: middle;
    padding: 5px;
    color: #000;
}

input[type="radio"],
input[type="checkbox"] {
    position: relative;
    top: 2px;
}


/*------------------------------------------------------------
sub
------------------------------------------------------------*/
/* COM:サブスタイル */
.txt_bold{
    font-weight: 700;
}
.myClear_1 {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    background-color: transparent;
}
.myClear_5 {
    display: block;
    clear: both;
    width: 100%;
    height: 5px;
    background-color: transparent;
}

.myClear_10 {
    display: block;
    clear: both;
    width: 100%;
    height: 10px;
    background-color: transparent;
}

.myClear_15 {
    display: block;
    clear: both;
    width: 100%;
    height: 15px;
    background-color: transparent;
}

.myClear_20 {
    display: block;
    clear: both;
    width: 100%;
    height: 20px;
    background-color: transparent;
}

.myClear_25 {
    display: block;
    clear: both;
    width: 100%;
    height: 25px;
    background-color: transparent;
}

.myClear_30 {
    display: block;
    clear: both;
    width: 100%;
    height: 30px;
    background-color: transparent;
}

.myClear_35 {
    display: block;
    clear: both;
    width: 100%;
    height: 35px;
    background-color: transparent;
}

.myClear_40 {
    display: block;
    clear: both;
    width: 100%;
    height: 40px;
    background-color: transparent;
}

.myClear_50 {
    display: block;
    clear: both;
    width: 100%;
    height: 50px;
    background-color: transparent;
}

.myClear_60 {
    display: block;
    clear: both;
    width: 100%;
    height: 60px;
    background-color: transparent;
}

.myClear_70 {
    display: block;
    clear: both;
    width: 100%;
    height: 70px;
    background-color: transparent;
}

.myClear_80 {
    display: block;
    clear: both;
    width: 100%;
    height: 80px;
    background-color: transparent;
}

.myClear_90 {
    display: block;
    clear: both;
    width: 100%;
    height: 90px;
    background-color: transparent;
}

.myClear_100 {
    display: block;
    clear: both;
    width: 100%;
    height: 100px;
    background-color: transparent;
}

.myClear_200 {
    display: block;
    clear: both;
    width: 100%;
    height: 200px;
    background-color: transparent;
}

.myClear_250 {
    display: block;
    clear: both;
    width: 100%;
    height: 250px;
    background-color: transparent;
}

.myClear_500 {
    display: block;
    clear: both;
    width: 100%;
    height: 500px;
    background-color: transparent;
}

.hiddenClear_5 {
    display: none;
    clear: both;
    width: 100%;
    height: 5px;
    background-color: transparent;
}

.hiddenClear_10 {
    display: none;
    clear: both;
    width: 100%;
    height: 10px;
    background-color: transparent;
}

.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearFix {
    min-height: 1px;
}


/* COM:レスポンシブ */

/* COM:タブレット */
@media(max-width:960px) {
    .myBr {
        display: block;
    }
    #left_conts{
        display: none;
    }
    #right_conts {
        width: 100%;
        float: none;
    }
    h1#toppage {
        font-size: 2.0rem;
        letter-spacing: 0rem;
    }

    #lead {
        width: 100%;
    }
    .h2Body {
        width: 100%;
    }

    #headLogoBody_name {
        display: block;
        float: none;
        clear: both;
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
    }
    h1#child {
        font-size: 2.0rem;
        letter-spacing: 0rem;
        text-align: center;
    }
    #headLogoBody_logo {
        display: block;
        float: none;
        clear: both;
        width: 80px;
        margin: 0 auto;
    }
    #child_pageTitle{
        float: left;
        width: 35%;
        margin-left: 40px;
    }
    h2.childpage{
        margin-top: 10px;
        font-size: 1.4rem;
    }
    .kopage_midashi_L{
        font-size: 2.0rem;
    }
    .kopage_midashi_M{
        font-size: 1.6rem;
        line-height: 1.4em;
    }
    .icon_kakudai,.icon_shukusho{
        display: none;
    }
    .kopage_img_left{
        width: 100%;
        height: auto;
        float: none;
        margin-bottom: 10px;
    }
    .kopage_lead_right{
        width: 100%;
        float: none;
        font-weight: 400;
    }
    .kopage_lead_right_body{
        width: 100%;
        float: none;
    }
    
    
    
    
    
    
    
    
    

    .addProp_1{
        height: auto;
        overflow:visible;
    }
}


/* スマホ */

@media(max-width:428px) {}
