@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;
}
.ttl2 {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 2%;
    display: block;
}


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


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

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%;
    margin: auto;
}


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

.QA{
    margin-bottom: 40px;
}

@media screen and (min-width:640px) {
	.fixed {
	    height: 6vw;
    z-index: 9999;
    position: relative;
    background: #fff;

}
    #header{
   width: 100%;
    background: #ffffff;
    text-align: center;
    font-family: 'Ribeye', cursive;
		position: fixed;
}
    
.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:#0073d4;
    padding:40px 0 60px;
		text-align: center;
		color: #fff;
		
}
.fixed {
	    height: 13vw;
    z-index: 9999;
    position: relative;
    background: #fff;

}
#header{
     width: 100%;
    background: #fff;
	padding: 10px 20px;
    font-family: 'Ribeye', cursive;
		position: fixed;
}
    

    .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-between;
        margin: auto;
		padding: 10px 20px;
    }

    .hed_content2 .denwa img{
        width: auto;
        height: 60px;
        
    }
      .hed_content .logo img{
        width: auto;
        height: 32px;
        
    }
 

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

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

.ko img{
    width: 100%;
    }}

@media screen and (min-width:640px) {
    footer{
    background-color:#0073d4;
    padding:40px 0 60px;
		text-align: center;
		color: #fff;
}

  
    
    .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: space-between;
		align-items:center;
    margin: auto;
		padding: 10px 20px;
   }

.hed_content .denwa img{
    width: auto;
    height: 70px;
}

.hed_content .logo img{
    width: auto;
    height: 60px;
}
}
@media screen and (max-width:1154px) {
.denwa {
	display: none;
}
}
.worry_txt{
	background-color: #fffcf0;
	padding: 4% 2%;
	text-align: center;
}
.worry_txt img{
	    max-width: 100%;
    padding-top: 2%;
	margin: auto;
}
.worry{
	background-color: #d5eaef;
	text-align: center;
}
.worry img{
	    max-width: 100%;
	margin: auto;
}
.nayami {
	background-color: #fffcf0;
	text-align: center;
	padding: 20px 0;
}
.nayami img {
	max-width: 100%;
	padding: 2%;
}
.nayami p img {
	margin: auto;
}
.nayami_point{
	max-width: 800px;
	margin: auto;
}
.mailroom{
	    padding: 20px 0;
}
.mailroom img{
	max-width: 100%;
}
.mailroom p img{
	margin: auto;
	padding: 2%;
}
.mailroom_point {
	display: flex;
	justify-content:center;
	max-width: 1100px;
	padding: 0 2%;
	margin: auto;
}
.mailroom_point img {
	max-width: 50%;
	padding: 0;
}
.cta {
	text-align: center;
	padding: 20px;
	width: 100%;
	
}
.cta img{
	max-width: 100%;
}
.cta2 {
	text-align: center;
	    padding:  0 20px 20px;

	width: 100%;
	background-color: #fffcf0;
}
.cta2 img{
	max-width: 100%;
}

.btn {
	display: flex;
	justify-content:center;
	padding: 30px 0;
}

.btn2 {
	display: flex;
	justify-content:center;
	padding: 0 0 30px;
}
.comment {
	margin: auto;
	max-width: 1015px;
	padding: 2%;
}
.comment img{
	max-width: 100%;
	padding-top: 2%;
}
.about {
	text-align: center;
	padding: 2%;
}
.about_text img{
	margin: auto;
}
.about img{
	max-width: 100%;
    padding-top: 2%;
}
.task {
	display: flex;
	justify-content:center;
	align-items:flex-start;
	max-width: 1000px;
	margin: auto;
}
.task img{
	padding: 3% 0;
	width: 28%;
	
}
.cost{
	padding: 2%;
		background-color: #fffcf0;
	text-align: center;
	padding-bottom: 5%;
}
.cost img{
	width: 100%;
	max-width: 900px;
	margin: auto;
}
.mailroom_image{
	padding: 2%;
}
.mailroom_image p img{
	margin: auto;
	padding: 2%;
}
.mailroom_image img{
	max-width: 100%;
	margin: auto;
}
.Inquiry p img{
	margin:auto; 
	padding: 2%;
	text-align: center;
	max-width: 100%;
}
.Inquiry {
	background-color: #fffcf0;
}
@media screen and (max-width:640px) {
	.nayami img {
    padding: 5%;
}
	.mailroom_image{
	padding: 2%;
}
	.comment {
		margin-bottom: 5%;
	}
    .btn {
	display: block;
	justify-content:center;
	padding: 30px 0;
}
	.mailroom p {
    padding: 5%;
}
.btn img{
	max-width: 100%;
}
	.btn2 {
	display: block;
	justify-content:center;
	padding: 20px 0;
}
.btn2 img{
	max-width: 100%;
}
	.mailroom_point {
		display: block;
	}	
	.mailroom_point img{
		max-width: 100%;
	}	
	.task {
		display: block;
		
	}
	.task img{
		width: 80%;
		padding: 6%;
		
	}
	.cost{
		padding-bottom: 8%;
	}
	
}
@media screen and (min-width:640px) {
  .pc{
        display: block;
    }
	.sp{
	  display: none;
	}
}
@media screen and (max-width:640px) {
.pc{
        display: none;
    }
	.sp{
	  display: block;
	}
	  .ttl2 {
    width: 80%;
}
	.ttl1{
	width:50%;
}
.ttl{
	width:70%;
}
}
.donyu {
	text-align: center;
	background-color: #fffcf0;
	padding: 6% 3%;
}
.donyu img{
	
	    max-width: 800px;
	margin: auto;
	padding: 1% 0;
}
.privacy{
    margin:auto;
    padding: 5% 10%;
}
.privacy h2{
    font-weight:bold;
    font-size:1.2rem;
    margin-bottom:20px;
}