@charset "UTF-8";

/*------------------------------
    レイアウト
------------------------------*/

body{
    font-family: 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro',sans-serif;;
    color: #000;
    overflow-x: hidden;
    background-color: #c5e0b4;
}
a{
    text-decoration: none;
    color:#000 ;
}
a.privacy{
    text-decoration: underline;
    color: blue;
}
ul{
    list-style-type: none;
}
li{

}
img{
    max-width: 100%;
    /* margin: 0 auto; */
}

/*------------------------------
    文字
------------------------------*/

h1{

}

h2.guideline{
    font-size: 20px;
    font-weight: bold;
    /* background-color: #009844; */
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

h3{
    font-size: 20px;
    font-weight: bold;
    background-color: #009844;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    border-radius: 20px;
    border: solid 5px #009844;
    letter-spacing: 0.05em;
    line-height: 1.3;
}
h3.top{
    font-size: 26px;
    font-weight: bold;
    background-color: #fff;
    color: #009844;
    padding: 10px 10px;
    text-align: center;
    border-radius: 20px 20px 0px 0px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    border: none;
}
h4.cp-inquiry{
    font-size: 28px;
    font-weight: bold;
    padding: 0px 10px 20px;
}

p.cp-text{
    margin-top: 20px;
    font-size: 16px;
    font-weight: thin;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    border: solid 5px #009844;
    line-height: 1.5;
    word-break: break-all;
}
p.cp-text1{
    font-size: 16px;
    font-weight: thin;
    padding: 20px;
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
    line-height: 1.5;
    word-break: break-all;
}
a.text-bold{
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding: 5px 0px;
    color: #000;
}
p.cp-inquiry{
    line-height: 1.5;
}
span.small{
    font-size: 12px;
}


/*------------------------------
    共通余白
------------------------------*/

/* 各セクションの共通余白 (セクション名は変更)*/
#cp-step-rex, #link-button, #inquiry{
    padding-bottom: 25px;
    padding-top: 25px;
}
.section-inner{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
#footer{
    height: 50px;
    width: 100%;
    background-color: #009844;
    margin-top: 50px;
}



/*------------------------------
    ボタン
------------------------------*/
.button-jihanki{
    width: 85%;
    padding: 20px 0px;
    /* box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1); */
}
.button-box{
    text-align: center;
}
.button-jihanki:hover{
    transition-duration: 0.3s;
    opacity: 0.7; 
    transform: translateY(3px);
}


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

------------------------------*/
.menu{
    background-color: #009844;
}
.kv-box{
    text-align: center;
    /* padding-bottom: 20px; */
}
.kv-sp{
    display: none;
}

.box{
    display: block;
}
#inquiry{
    margin: 0 auto;
    display: block;
    text-align: center;
    /* max-width: 500px; */
    background-color: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 70%;
}
.box1{
    border: solid 5px #009844;
    border-radius: 20px;
    margin-top: 50px;
}
.button-box{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 50px;
}
.medalcase{
    width: 90%;
    display: block;
    margin: 0 auto;
}
.medal-photo{
    width: 90%;
    display: block;
    margin: 0 auto;
}



/*------------------------------
    レスポンシブ
------------------------------*/
@media only screen and (max-width: 750px){
    /* ---px以下になったら */
    /* PCメインのページの際 */
    .section-inner{
        max-width: 90%;
    }
    .kv-pc{
        display: none;
    }
    .kv-sp{
        display: block;
    }
    p.cp-text{
        padding: 10px 10px;
    }
    #cp-step-rex, #link-button, #inquiry{
    padding-bottom: 20px;
    padding-top: 20px;
    }
    .button-box{
        display: block;
    }
    .button-jihanki{
        width: 95%;
        padding: 10px 0px;
    }
    #inquiry{
        width: 100%;
    }
}


@media only screen and (min-width: ---px){
    /* ---px以上になったら */
    /* スマホメインのページの際 */
}