@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Ribeye');

/*reset
---------------------------------------------------*/


html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img, figure{
    margin: 0;
    padding: 0;
}

ul, ol, li {
    list-style-type: none;
}

th, address {
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

img{
    border: 0;
    vertical-align: top;
    height: auto;
    width /***/:auto;
}


*, *: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;
}

.red{
    color:red;
}

/*初期設定
----------------------------------------------------*/

body{
    min-width: 320px;
    margin: auto;
    font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",sans-serif;
    font-size:93.75%;/*15px*/
    line-height: 1.7;
    color: #1a1a1a;
    background-color:#fff;
    letter-spacing: 0.2px;
}


#content {
    width: 100%;
    margin:0 auto;
    text-align: left;
    background: #fff;
}

.section img{
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 40px;
}

.section2 img{
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

/*clearfix*/
.clearfix {
    clear: both;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.QA{
    margin-bottom: 40px;
}

@media screen and (min-width:640px) {
    #header{
   width: 100%;
    background: #ffffff;
    text-align: center;
    height: 120px;
    font-family: 'Ribeye', cursive;
    border-bottom: solid 10px #349bb4;
}

.acd-check{
    display: none;
}
.acd-label{
    background: #fff;
    color: #1e859f;
    border-top: 5px solid #1e859f;
    font-weight: bold;
    font-size: 19px;
    display: block;
    margin-bottom: 1px;
    padding: 13px 5px 10px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
    margin: 0 10px;
    height: 75px;
    position: relative;
    padding-left: 3.4em;
    width: 800px;
    margin: auto;
}

.acd-label:before{
    position:absolute;
    left:0;
    content:"";
    display:inline-block;
    width:2.3em;
    height:2.3em;
    background:url(../img/Q.png) no-repeat;
    background-size:contain;
    margin: 0 7px 0;
}

.acd-content{
    width:800px;
    display: block;
    margin: auto;
    height: 0;
    opacity: 0;
    padding: 0 20px;
    transition: .5s;
    visibility: hidden;

}
.acd-check:checked + .acd-label + .acd-content{
    display: block;
    margin: auto;
    width: 800px;
    height: auto;
    opacity: 1;
    padding: 15px 20px;
    visibility: visible;
}
.arrow{
    width: 13px;
    position: absolute;
    top: 58px;
    left: 49%;
}

.acd-content p{
    position:relative;
    line-height:2em;
    padding-left:3em;
}
.acd-content p:before{
    position:absolute;
    left:0;
    content:"";
    display:inline-block;
    width:2.3em;
    height:2.3em;
    background:url(../img/ans.png) no-repeat;
    background-size:contain;
}}

.sp{
    display: none;
}

@media screen and (max-width:640px) {
    footer{
    background-color:#22aacc;
    padding:40px 0 100px;
}

footer img{
    width:100%;
    padding:0 10px;
}
#header{
     width: 100%;
    background: #fff;
    text-align: center;
    height:86px;
    font-family: 'Ribeye', cursive;
    border-bottom: solid 5px #329bb3;
}
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }


    .acd-check{
        display: none;
    }
    .acd-label{
        background: #fff;
        color: #1e859f;
        border-top: 5px solid #1e859f;
        font-weight: bold;
        display: block;
        margin-bottom: 1px;
        padding: 5px 5px 10px;
        box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
        margin: 0 10px;
        height: 75px;

        position:relative;
        padding-left:3.4em;
    }

    .acd-label:before{
        position:absolute;
        left:0;
        content:"";
        display:inline-block;
        width:2.3em;
        height:2.3em;
        background:url(../img/Q.png) no-repeat;
        background-size:contain;
        margin: 0 7px 0;
    }

    .acd-content{
        height: 0;
        opacity: 0;
        padding: 0 20px;
        transition: .5s;
        visibility: hidden;
    }
    .acd-check:checked + .acd-label + .acd-content{
        height: auto;
        opacity: 1;
        padding: 15px 20px;
        visibility: visible;
    }
    .arrow{
        width: 13px;
        position: absolute;
        top: 58px;
        left: 49%;
    }

    .acd-content p{
        position:relative;
        line-height:2em;
        padding-left:3em;
    }
    .acd-content p:before{
        position:absolute;
        left:0;
        content:"";
        display:inline-block;
        width:2.3em;
        height:2.3em;
        background:url(../img/ans.png) no-repeat;
        background-size:contain;
    }

}
@media screen and (max-width:640px) {
    .lp_denwa{
     padding: 0 10px;
    }
    .hed_content2{
        display: flex;
        justify-content:space-around;
        margin: auto;
    }

    .hed_content2 .denwa img{
        width: auto;
        height: 60px;
        margin-top: 10px;
    }
      .hed_content2 .logo img{
        width: auto;
        height: 62px;
        margin-top: 10px;
    }



.menu{
    width: 100%;
    height: auto;
    display: flex;
    position: fixed;
    bottom: 3px;
}

.menu .ko{
    width: 33.3%;
    height: auto;
    padding-left: 2px;
}

.ko img{
    width: 100%;
    }
    .red_s{
    color:red;
    font-size:12px;
}
}

@media screen and (min-width:640px) {
    footer{
    background-color:#22aacc;
    padding:40px 0 100px;
}

footer img{
    width:50%;
    display:block;
    margin:auto;
    padding:0 10px;
}
    .pc{
        display: block;
    }

    .menu{
        width: 20%;
        height: auto;
        position: fixed;
        top: 50%;
        right: 10px;
    }

    .ko img{
        width: 100%;
        margin-bottom: 20px;
        box-shadow: 10px 0 10px 10px rgba(0,0,0,0.1);
    }
    .hed_content{
    display: flex;
    justify-content:center;
    margin: auto;
   }

.hed_content .denwa img{
    width: auto;
    height: 90px;
    margin-top: 10px;
    margin-left: 400px;
}

.hed_content .logo img{
    width: auto;
    height: 90px;
    margin-top: 10px;
}
.red_s{
    margin-left:10px;
    color:red;
    font-size:12px;
}
}

