@charset "utf-8";
/* CSS Document */

body, .wrap {
    width: 100%;
    min-width: inherit;
}
.pc{
	
display:none;
}
.sp{
	display:block;
}
h3{
	margin:1rem 0;
	font-size:1.2em;
}
h3 span.font_s{
	font-size:12px;

}
h3 span.font_ss{
	font-size:0px;
}
#header .header_in{
	width:100%;
	    padding: 10px 0 0 0;
    box-sizing: border-box;
	}
#header h1{
	    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    background: #01173a;
    color: #fff;
    padding: 0.8rem;
}
.logo_box{
	float:none;
	width: 100%;
}
#header .logo{
	margin:0;
}
#header .logo img{
	width:100%;
}
#header .tel_sp{
	
	width:100%;
	background:#C03F41;
	margin-top:1em;
	border-top:#181A7E 1px solid;
	
}
.tel_sp_in{
	padding:10px;
	color:#fff;
	text-align: center;
	float: left;
	width:50%;
	box-sizing: border-box;
	background:#093580;
	
}
#header .tel_sp_in.wrong{
	background:#F8FBF8;
	color: #181A7E;
}
.tel_sp_in a{
	display:block;
	text-decoration: none;
}
.tel_sp_in a:link {color:#ffffff;} /*未訪問のリンクの色*/
.tel_sp_in a:visited {color:#ffffff;} /*訪問済みのリンクの色*/
.tel_sp_in.wrong a:link {color:#181A7E;} /*未訪問のリンクの色*/
.tel_sp_in.wrong a:visited {color:#181A7E;} /*訪問済みのリンクの色*/
/*==main==*/
#Wrapper{
	width:100%;
}
#main{
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	position:relative;
	height:auto;
}

#main h2.catch{
	display:none;
	/*width:90%;
	font-size:18px;
	padding:1em;*/
}
#main .maru{
/*	display:none;*/
	    width: 100%;
    padding: 0;
    position: absolute;
    top: 26%;
}
.list li{
	width:20%;
	margin: 0 2px;
	}
#main .maru li img{
	width:100%;
	margin:0;
	
}
#main .maru ul{
	margin:0 0 0 6%;
}
#main .spimg img{
	width:100%;
	}
#main .price{
	display:none;
	  /*  font-size: 1.4em;
    width: 100%;
	margin-top:1em;*/
}
/*===bn==*/
#contents .check{
	margin:0;
	padding:0.8rem;
	box-sizing:border-box;
}
#contents .check img{
width:100%;
}
/*===6つメリット=*/
#contents .merit{
    padding: 0.8rem;
    width:100%;
}

#contents .merit_in{
	width:100%;
	margin:0;padding-left:1rem;;
}
#contents .merit_in dl{
	width:92%;
	float:none;
	margin:0.8rem 0 0 0;
}
#contents .merit_in dt{
	height: auto;
    font-size: 16px;
    padding: 10px 0 0 44px;
}
#contents .merit_in dl img {
	width:40px;
}
#contents .merit_in dd{
	    font-size: 14px;
    padding: 10px 0 0 0;
}
#contents .merit{
	width:100%;
	padding:0.8rem;
	box-sizing: border-box;
}
/*===メリット比較=*/

#contents .hikaku{
	
	box-sizing: border-box;
    padding: 0.8rem;
}
#contents .hikaku table{
	width:100%;
}
#contents .hikaku table .my{
	font-size:100%;
}
/*#contents .merit_demarit{
	margin-top:1em;
}
#contents .merit_demarit dl{
	float:none;
margin:1em auto 0 auto;}
#contents .merit_demarit dl:first-child{
	margin:1em auto 0 auto;	
}*/
@media screen and (max-width:860px){
    #contents .merit_demarit{
        justify-content: space-around;
    }
    #contents .merit_demarit dl{
        width:46%;
         
    }
    
}
@media screen and (max-width:520px){
    
    #contents .merit_demarit dl{
        width:100%;
         
    }
    #contents .merit_demarit dl:first-child{
       margin:0 0 2rem 0;
    }
    
}



/*==料金表==*/
#contents .ryoukin{
	width:100%;
	padding:0.8rem;
	box-sizing: border-box;
	
}
#contents .ryoukin table{
	width:100% ;
}
#contents .ryoukin table tr th:first-child{
	width:20%;
}
#contents .ryoukin table th span{
	font-size:10px;

}
#contents .ryoukin table tr td{
	font-size:14px;
}
#contents .ryoukin .kome{
	width:100%;
}
#contents .ryoukin_in .ryoukin_title,
#contents .ryoukin_in .plan_title
{
	width:100%;
}
/*=q&a=*/
#contents .q_and_a{
	width:100%;
	padding:0.8rem;
	box-sizing: border-box;
}
#contents .q_and_a .accordion{
	width:100%;
}
#contents .q_and_a .accordion dt{
	    font-size: 1em;
    line-height: 1.4;
    text-indent: -23px;
    padding-left: 30px;
}
#contents .q_and_a .accordion dd{
font-size: 100%;	
}
/*==mail==*/
#contents .form_mail{
	width:100%;
	padding:0.8rem;
	box-sizing: border-box;
}
#contents .form_mail .form_01,
#contents .form_mail .form_02{
	text-align: left;
}
#contents .post_mail{
width:100%;
}
#contents .required{
	position:relative;
    top:3px;
	margin-right:10px;
	
}
#contents .post_mail dl{
	margin-top:1em;
}
#contents .post_mail dt{
	text-align: left;
	float:none;
	width:100%;
	padding:0;
	font-weight:bold;
}
#contents .post_mail dd{
	float:none;
	padding:0;
	width:100%;
}
#contents .post_mail .boxMax{
	max-width: 98%;
	box-sizing: border-box;
}
.privacy{
	padding:10px;
	width:98%;
	margin:1em 0 0 0;
	font-size:0.8em;
	box-sizing: border-box;
}
#contents .privacy_check{
	margin:1em auto;
}
#contents .privacy_check span{
	display: none;
}
#contents .formBtn{
	width:100%;
}
#contents .formBtn .btnyes input[type="submit"], #contents .formBtn .btnyes input[type="reset"]{
	width:100%;
}
.post_mail input[type="text"], .post_mail input[type="email"], .post_mail input[type="tel"]{
	height:auto;
}
#contents .formBtn .btnyes{
	width:40%;
	margin:0 5%;
}
/*===fotter=*/
.footer_in{
	width:100%;
	box-sizing: border-box;
}
.footer_in .ft_28{
	font-size:100%;
	}

/*==下固定==*/
#fixed_box {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.71);
    font-size: 0;
}
#fixed_box .telAreabn, #fixed_box .mailAreabn {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#fixed_box img {
    width: 100%;
}
footer{
	margin-bottom:100px;
	}
.modoru{
	bottom:110px;
	}	
.chirashi{
	width:100%;
	}	
.navi .menu5{
    width:100%;
}

@media screen and (max-width:764px){
    .navi .menu5{flex-wrap: wrap;}
    
    .navi .menu5 li {
           width: 50%;
    border-bottom: 1px solid #fff;
        margin:0;
    }
   .navi .menu5 li:nth-child(even){
	border-right:none;
}
    .sp_navi{
        display:block;
    }
}


@media screen and (max-width: 764px) {
   /* #tona{
        padding: 0.8rem;
    }*/
    
    .tbl-r05 {
       width: 100%;
    margin: 2rem auto;
  }
    .tbl-r05 td:first-child{
        width:100%;
    }
    .tbl-r05 td:last-child{
    width:100%;
}
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
          box-sizing: border-box;
  }
  .tbl-r05 td:first-child {
        background: #d3ffd5;
    color: #000;
    font-weight: bold;
    text-align: center;
          box-sizing: border-box;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

 
