@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

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

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  color: #535761;
  -webkit-text-size-adjust: 100%;
  background:#FFF3DD;
}

@media only screen and ( max-width : 768px ) {
  body {font-size: 14px;}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: middle;
  border: none;
}


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

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}


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

 * 要素を左右中央寄せ

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

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}



*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}


img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

@media only screen and ( max-width : 768px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
  section {
    padding: 100px 0;
  }
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and ( max-width : 374px ) {
  .container {
    padding: 0 10px;
  }
}

@media print, screen and ( min-width : 769px ) {
  .sbox {
    margin-bottom: 25px;
  }
  .container {
    max-width: 1246px;
  }
  section {
    padding: 50px 0;
  }
}

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

　   HEADER

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

#header {
  /*box-shadow: 0px 3px 15px rgba(0,0,0,0.2);*/
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF3DD;
}
#gNav a:hover {
  color: #999;
}

.h_nav{
	margin-left: auto;
}
.h_nav img{
	padding:0 0 10px;
}
nav li{
	background:url(../img/ico_header01.png) left 50% no-repeat;
	padding: 0 0 0 20px;
}
nav li a {
  font-size: 15px;
  letter-spacing: inherit;
}

nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
  /*background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);*/
}
.btn_kaitori a{
	background:url(../img/ico_header02.png) 94% 50% no-repeat;
	background-color:#FF8000;
	display:block;
	color:#FF0;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding: 10px 35px;
margin: 0 0 0 25px;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
-o-border-radius: 0.3em;
-ms-border-radius: 0.3em;
width:230px;
}
.head_btnarea{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: flex-end;
align-items:center;
}

.freedial{
	font-size:2.7em;
	font-family: "Special Gothic Condensed One", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin:0 20px 0 0;
  line-height: 100%;
}
.freedial:before{
	content: '';
  display: inline-block;
  width: 60px;
  height: 35px;
  background-image: url(../img/free1.gif);
  background-size: contain;
  vertical-align: middle;
  padding: 5px 0 0;
  background-repeat: no-repeat;
}
.freedial_smp{
	position:absolute;
	right:35px;
	font-size:2em;
	z-index: 100;
}
.freedial_smp:before{
	width: 36px;
  height: 21px;
}
.top_ba_free{
	text-align:center;
	max-width: 800px;
  margin: auto;
  z-index:100;
}
.meanmenu-reveal-btn {
  z-index: 20 !important;
}


@media only screen and ( max-width : 768px ) {
  #header {
    padding: 10px 0;
    height: 70px;
  }
  .h_logo {
    width: 130px;
    position: absolute;
    top: 18px;
    left: 10px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and ( min-width : 769px ) {
  #header {
    height: 80px;
	padding:15px 0;
  }
  .h_logo img {
    width: 259px;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    /*position: relative;*/
    display: flex;
	margin:0 0 15px;
  }
  #gNav li {
    /*position: relative;*/
    margin-left: 2.5em;
  }
  #gNav li:first-child {
	  margin:0;
  }
  #gNav li:nth-last-of-type(-n+2){
	display:none;
}
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
	line-height:120%;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 0.5vw;
    /*margin-left: -100px;*/
    width: 98vw;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	display:flex;
	justify-content: space-between;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {

  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
  
#gNav .sub-menu_under{
	display:block;
}
#gNav .sub-menu_under li{
	display:block;
}

}


/*========= スクロール途中からヘッダーの高さが小さくなるためのCSS ===============*/
#header{
    /*はじめの高さを設定*/
	width:100%;
   /*以下はレイアウトのためのCSS*/
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	color:#fff;
	text-align: center;
	padding: 20px;*/
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin{
	position: fixed;
    z-index: 999;/*最前面へ*/
	height:120px;
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-170px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}


.mainphoto{
	margin:0 0 100px;
	background:url(../img/bg_header.jpg) no-repeat;
	background-size:contain;
	position:relative;
	min-height:25vw;
}
.mainphoto p::before , .mainphoto p::after {
	display:none !important;
}

.mainphoto_inner{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;

}
.mainphoto_inner p {
	color:#fff;
	font-size:2vw;
	text-align:center;
	font-weight:600;
	text-shadow: 1px 2px 3px #000;
	position:relative;
}
.mainphoto_inner p::before{
content: "";
display: block;
width: 230px;
height: 12px;
position: absolute;
left: -270px;
bottom: 20px;
background:url(../img/line_tit.png) no-repeat;
}
.mainphoto_inner p::after{
content: "";
display: block;
width: 230px;
height: 12px;
position: absolute;
right: -270px;
bottom: 20px;
background:url(../img/line_tit.png) no-repeat;
}
.mainphoto_inner p img{
	width:32vw;
	max-width:520px;
}

.mainphoto_kasou{
	margin:0 0 100px;
	background:url(../img/bg_kasou_main.jpg) no-repeat;
	background-size:auto;
	position:relative;
	min-height:202px;
}


.top_about{
	background:url(../img/bg_top_txt.jpg) no-repeat;
	background-size:contain;
	position:relative;
	min-height:22vw;
	max-width:1200px;
	margin:0 auto 50px;
	position:relative;
}
.top_about p{
	color:#fff;
	position:absolute;
	font-size:22px;
	right:calc((100% - 62vw)/2);
	top:65px;
	width:68%;
	text-shadow    : 
       2px  2px 1px #000,
      -2px  2px 1px #000,
       2px -2px 1px #000,
      -2px -2px 1px #000,
       2px  0px 1px #000,
       0px  2px 1px #000,
      -2px  0px 1px #000,
       0px -2px 1px #000; 
}

/*=================form================*/




.section09 p.ermsg {
  font-size: 12px;
  color: #f00; }
.form_section{
	width: 1200px;
padding: 0;
margin: 0 auto 100px;
}
.form_section table , .section09 .inner table {
    margin-top: 40px;
    width: 100%;
	margin:40px auto 0;
}
.form_section table , .section09 .inner table{
    background: #f5f5f5;
	border-collapse: collapse;
	}
  .form_section table th , .section09 .inner table th {
    width: 280px;
	border: 1px solid #ddd;
	padding:20px;
	vertical-align: middle;
    position: relative; }
  .form_section table td , .section09 .inner table td {
    background: #fff;
	padding:20px;
	border: 1px solid #ddd; }
.form_section span.require,
.form_section span.option {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px; }
.form_section span.require {
  background: #cb1c1c; }
.form_section span.option {
  background: #1c77cb; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  background-color:#fff;
  box-sizing: border-box;
}
 .form_section textarea {
  height: 200px; }
.form_section input#zip1 {
  display: inline-block;
  width: 80px; }
.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px; }
.form_section [type=submit] {
  display: block;
  border: 1px solid #323d7f;
  background: #323d7f;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  color: #fff;
  padding: 20px 100px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 25px auto;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
.form_section .checkbox .parts,
.form_section .radio .parts {
  padding-left: 25px;
  position: relative;
  line-height: 1; }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    border: 1px solid #ccc; }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts {
  color: #2ea2f3; }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative; }
  .form_section .selector::after {
    content: "";
    font-family: 'FontAwesome';
    content: url(../images/ico_form.jpg);
    position: absolute;
    top: 50%;
	width:15px;
	height:15px;
    right: 20px;
    margin-top: -12px;
    z-index: 10; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;

    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }
.form_section span.require {
  background: #cb1c1c;
}

<!--返信ページ-->
#kakunin{
    padding:200px 0!important;

}



.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


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

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  /*background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);*/
  background:#D29848;
  color:#fff;
  font-size: 14px;
}
.f_logo,.f_logo p {
  text-align: center;
}
.copy {
  text-align: center;
}

#footer ul{
margin: 0 0 15px;
text-align: center;
}
#footer ul li{
display: inline-block;
margin: 0 10px;
}
#footer ul li a{
color: #fff;
}
#footer ul li a:hover{
text-decoration: underline;
}


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

　   CONTENTS

--------------------------------------------------------------------------------------------- */
#main p {
  word-break: break-all;
}

section {
  /*text-align: center;*/
}

#sec01 {
	text-align:center;
	margin:0;
	padding:50px 0 0;
}
#sec02 {
  text-align:center;
  margin:0 0 50px;
  background:url(../img/bg_otoku.jpg) right bottom no-repeat;
  padding: 170px 0;
  background-size: 25vw;
}
#sec03 {
  text-align: center;
  padding: 100px 0 0;
}
#sec04 {
  text-align: center;
  padding: 100px 0;
}
#sec05 {
  text-align: center;
  padding: 100px 0;
}
#kasou{
	text-align: center;
  padding: 0 0 100px;
}
.btn {
  display: block;
  background: #fff;
  color: #618bbe;
  padding: 0.8em 1em;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
}
.btn:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-right: 5px;
}

#sec01 h2{
	text-align:center;
	font-size:30px;
	position:relative;
	display:inline-block;
	margin:0 0 80px;
}
#sec01 h2::after{
content: "";
display: block;
width: 230px;
height: 12px;
position: absolute;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
margin: auto;
left: calc((100% - 0px)/2);
bottom: -25px;
background:url(../img/line_tit.png) no-repeat;
}

.top_reason{
	width:1200px;
	margin:auto;
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
flex-wrap: wrap;
  align-items: center;
}
.top_reason_left , .top_reason_right{
	width:50%;
}
.top_reason_left h3 , .top_reason_right h3{
	text-align:center;
	margin:0 0 20px;
}
.top_reason_left p , .top_reason_right p {
	text-align:center;
}





#sec02 h2{
	text-align:center;
	font-size:30px;
	position:relative;
	display:inline-block;
	margin:0 0 80px;
}

#sec03 h2::after , #sec04 h2::after , #sec05 h2::after {
content: "";
display: block;
width: 230px;
height: 12px;
position: absolute;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
margin: auto;
left: calc((100% - 0px)/2);
bottom: -25px;
background:url(../img/line_tit.png) no-repeat;
}
.s-sec02 h3::after{
	right: calc((100% - 1000px)/2);
}

.toku{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
max-width:1160px;
margin:auto;
}
.toku_left{
	width:36.8%;
}
.toku_right{
	width:51.7%;
}
.toku_left li , .toku_right li{
	font-size:1.8rem;
	background:url(../img/ico_top01.jpg) left 50% no-repeat;
	padding:0 0 0 55px;
	line-height:220%;
}


#sec03 h2 {
  text-align: center;
  font-size: 30px;
  position: relative;
  display: inline-block;
  margin: 0 0 80px;
}

.main_product{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
max-width:1200px;
margin:0 auto 50px;
}
.main_product dl{
	width:33.333%;
}
.main_product dt img{
	margin:0 0 15px;
	max-height:418px;
}
.main_product dt , .main_product dd{
	text-align:center;
}
.main_product dd span{
	color:#D80000;
}

#sec04 h2{
	text-align:center;
	font-size:30px;
	position:relative;
	display:inline-block;
	margin:0 0 80px;
}



.flow_area{
	margin:0 auto 50px;
	max-width:1200px;
	background:#fff;
	border:1px #D29848 solid;
	box-sizing:border-box;
	padding:50px 70px;
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
}
.flow_area_txt01{
	padding:0 0 20px;
}
.flow_area_txt02{
	margin:25px 0 0;
	font-weight:bold;
}
.flow_left{
	width:49.5%;
}
.flow_right{
	width:42.3%;
}
.flow_left h4{
	color:#D29848;
	font-size:1.3rem;
	border-bottom:1px #D29848 solid;
	margin:0 0 25px;
	padding:0 0 5px;
	font-weight:600;
}
.flow_left h4 img{
	vertical-align:bottom;
	padding:0 20px 0 0;
}
.flow_left h5{
	font-weight:bold;
	margin:20px auto;
	border-bottom:1px #BBBBBB dotted;
}
.flow_left h6{
	margin:20px auto;
	border-top:1px #BBBBBB solid;
	border-bottom:1px #BBBBBB solid;
}

.map{
	width:480px;
	text-align:center;
}
.map a{
	color:#06C;
	text-decoration:underline;
}

.attention{
	max-width:1160px;
	margin:auto;
}
.attention p span{
	color:#D80000;
	font-size:1.1rem;
	display:block;
	margin:0 0 15px;
	font-weight:bold;
}


#sec05 h2 {
  text-align: center;
  font-size: 30px;
  position: relative;
  display: inline-block;
  margin: 0 0 80px;
}
#sec05 h2::before , .s-sec05 h3::before {
content: "";
display: block;
width: 199px;
height: 123px;
position: absolute;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
margin: auto;
left: calc((100% - 450px)/2);
top: 15px;
background:url(../img/img_tit05.jpg) no-repeat;
}

.s-sec05 h3::before {
	left: calc((100% - 650px)/2);
top: -35px;
	transform:inherit;
-webkit- transform: inherit;
}

.faq_area{
	margin:27px auto 0;
	padding:0 0 27px;
	max-width:1160px;
	border-bottom:1px #CCCCCC dotted;
}

.faq_area h3{
	color:#8C6800;
	font-size:1.2rem;
	margin:0 0 15px;
	position:relative;
	padding:0 0 0 55px;
}
.faq_area h3::before {
content: "";
display: block;
width: 41px;
height: 41px;
position: absolute;
margin: auto;
left: 0;
top:-5px;
background:url(../img/ico_faq01.jpg) no-repeat;
}

.faq_area p{
	color:#B20000;
	margin:0 0 0 50px;
	position:relative;
	padding:0 0 0 55px;
}
.faq_area p::before {
content: "";
display: block;
width: 41px;
height: 41px;
position: absolute;
margin: auto;
left: 0;
top:-5px;
background:url(../img/ico_faq02.jpg) no-repeat;
}


.com_info{
	width:100%;
	max-width:1000px;
	margin:auto;
}
.com_info table{
	width:100%;
	background:#fff;
	border:1px #D29848 solid;
	margin:0 0 100px;
	border-collapse:collapse;
}
.com_info table th{
	border:1px #D29848 solid;
	padding:20px;
	background:#EFDABD;
}
.com_info table td{
	border:1px #D29848 solid;
	padding:20px;
}

.kiyaku_info , #thanks{
	max-width:1200px;
	margin:0 auto 100px;
}
.kiyaku_info ol{
	list-style-type:decimal;
}

.kiyaku_info h6{
	margin:0 0 30px 0;
}

.kiyaku_info .section_unit {
  margin: 30px 0;
}
.kiyaku_info .section_unit h3 {
  border-bottom: 1px dotted #aaa;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  padding: .5em;
  margin-bottom: 20px;
}
.kiyaku_info .section_unit ul,.kiyaku_info .section_unit ol {
  margin: 1em 1.5em;
}

.kiyaku_info .disc li{
  list-style-type: disc;
  margin-left: 1.5em;
}


.sale_info{
	max-width:1200px;
	text-align:center;
	margin:80px auto;
}


.form_area{
	margin:27px auto 0;
	padding:0 0 27px;
	max-width:760px;
}
.form_area table{
	border-collapse:collapse;
	width:100%;
}
.form_area th{
	padding:20px 5px;
	background:#5E91DB;
	color:#fff;
	width:25%;
	border-bottom:1px #CCCCCC dotted;
	font-weight:600;
}
.form_area td{
	padding:20px 5px;
	border-bottom:1px #CCCCCC dotted;
	vertical-align:top;
}
.form_area_txt01{
	text-align:center;
	border:none !important;
}
.form_area_txt01 input{
	cursor:pointer;
	
}
.btn_enter{
	background-color:#5E91DB;
	color:#fff;
	padding: 10px 30px;
}
.btn_back{
	background-color:#FF7373;
	color:#fff;
	padding: 10px 30px;
}
.form_area textarea{
	border:1px #8F8F9D solid;
}
.form_list_r td{
	border:none;
}
.red{
	color:#F00;
}
/* single marker */
.u-fade-type-marker {
    background: linear-gradient(to right, transparent 50%,  rgba(251, 181, 210, 0.8) 50%);
    background: linear-gradient(to right, transparent 50%, rgba(251, 181, 210, 0.8) 50%);
    background-repeat: repeat-x;
    background-size: 200% .6em;
    background-position: 0 .6em;
    padding-bottom: .6em;
}

.u-fade-type-marker.is-active{
    transition: all 1.0s ease;
    background-position: -100% .6em;
}


.pc_only{
	display:block;
}
.smp_only{
	display:none;
}
.pc_mainphoto{
	display:block;
}
.smp_mainphoto{
	display:none;
}

.row-reverse {
    flex-flow: row-reverse;
}
@media print, screen and ( min-width : 769px ) {
  #main {
    padding-top: 120px;
  }
  .btn {
    width: 300px;
  }
}


@media print, screen and ( min-width : 1920px ) {
.top_about p{
	right:30px;

}
}

@media only screen and ( max-width : 1199px ) {
	.pc_mainphoto{
	display:none;
}
	.smp_mainphoto{
	display:block;
	margin: 0 auto 50px;
}
.top_about{
	width:100%;
	min-height:28vw;
}
.top_about p{
	color:#fff;
	position:absolute;
	font-size:1.9vw;
	right:30px;
	top:40px;
	width:68%;
}
}



@media only screen and ( max-width : 941px ) {
	#header.HeightMin{
	  height:90px;
  }
	.btn_kaitori , .head_btnarea p{
		display:none;
	}
	.mean-nav .btn_kaitori{
		display:block;
		width: 80%;
margin: auto;
	}
	.mean-nav .btn_kaitori a{
		color:#FF0 !important;
	}
	.mean-nav .btn_kaitori a:hover{
		
		background: url(../img/ico_header02.png) 94% 50% no-repeat !important;
		background-color:#7EA7E2 !important;
	}
	.pc_tel{
		display:none;
	}
	.h_logo img {
  width: 22vw;
}
#header{
	padding:15px;
}

.mainphoto_inner p {
	font-size:2.5vw;
}
.mainphoto_inner p::before{
display: none;
}
.mainphoto_inner p::after{
display: none;
}


.mainphoto_kasou{
	margin:0 0 50px;
	min-height:10vw;
}

	
}
@media only screen and ( max-width : 768px ) {
  #header.HeightMin{
	  height:70px;
  }
  #footer {
    padding: 40px 0;
  }
  .f_logo {
    padding: 0 20px;
    text-align: center;
  }
  .f_logo p {
    text-align: center;
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 150px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  #footer {
    padding: 30px 0;
  }
  .f_logo {
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 200px;
  }
  .f_logo {
  }
  .copy {
  }
}

@media only screen and ( max-width : 768px ) {
  .h_logo img {
  width: 100%;
}
  #main {
    padding-top: 70px;
  }
  .btn {
    width: 60%;
  }
  .pc_only{
	display:none !important;
}
.smp_only{
	display:block;
}
.smp_tel{
	width:80%;
	margin:auto;
}
#sec01 {
	padding:0;
}
#sec02 , #sec03 , #sec04 , #sec05{
	padding:0;
}


.top_about{
	background-size:auto;
	min-height:51vw;
}
.top_about p{
	font-size:3vw;
	top:5vw;
}

#sec01 h2::before{
  content: "";
  display: block;
  width: 15vw;
  height:13vw;
  background-size:contain;
  top: -30px;
left: 50%;
}
#sec02 h2::after , .s-sec02 h3::after{
  content: "";
  display: block;
  width: 15vw;
  height: 13vw;
  background-size:contain;
  top: -30px;
left: 50%;
right: inherit;
}
#sec03 h2::before{
  content: "";
  display: block;
  width: 15vw;
  height:13vw;
  background-size:contain;
  top: -30px;
left: 50%;
}

#sec05 h2::before , .s-sec05 h3::before{
  content: "";
  display: block;
  width: 15vw;
  height: 12vw;
  background-size:contain;
  top: -30px;
left: 50%;
}
.s-sec05 h3::before{
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	top: -20px;
}

.top_reason{
	width:100%;
}
.top_reason_left , .top_reason_right{
	width:100%;
	margin:0 0 30px;
}
.top_reason_left h3, .top_reason_right h3{
	margin:0 0 20px;
}
.top_reason_left h3 img, .top_reason_right h3 img{
	width:60%;
}

.main_product{
	width:100%;
}
.main_product dl{
	margin:0 0 30px;
}
.main_product dt{
	text-align:center;
}
.main_product dt img {
  margin: 0 0 15px;
  max-height: 300px;
}
.flow_area{
	flex-wrap: wrap;
	padding:30px;
}
.flow_left , .flow_right{
	width:100%;
}
.flow_right{
	margin:0 0 20px;
}


.faq_area h3::before {
  content: "";
  display: block;
  width: 41px !important;
  height: 41px !important;
  position: absolute;
  margin: auto;
  left: 0 !important;
  top: -5px !important;
  background: url(../img/ico_faq01.jpg) no-repeat;
  background-size: auto;
  transform: inherit;
-webkit- transform: inherit;
}

.map {
  width: 100%;
}
.mainphoto_inner p {
	font-size:3.5vw;
}


.mainphoto_kasou{
	margin:0 0 50px;
	min-height:10vw;
}

.com_info {
  width: 94%;
}
.kiyaku_info , #thanks{
	max-width:92%;
	margin:auto;
}
.kiyaku_info .section_unit h3{
	font-size:1.5rem;
}

.form_area{
	margin:27px auto 0;
	max-width:96%;
}

.form_area th{
	display:block;
	width:100%;
}
.form_area td{
	display:block;
	width:100%;
}
.form_list_l{
	background: #5E91DB;
color: #fff;
}

}

@media only screen and ( max-width : 480px ) {
  .btn {
    width: 100%;
  }
}



@media only screen and (max-width: 768px) {

.form_section{
	width:96%;
	margin:auto;
}
.form_section table{
	width:100%;
}
.form_section table th, .form_section table td {
        display: block;
        width: 100% !important;
        }
.form_section [type=submit]:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; }
.form_section [type=submit] {
      background: #323d7f;
      color: #fff;
      width: 100%;
      padding: 20px 10px; }
.form_section .checkbox li,
  .form_section .radio li {
    margin-top: 5px; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      margin-top: 0; }
.form_section .checkbox li,
  .form_section .radio li {
    padding: 10px 0;
    border-bottom: 1px dotted #ddd; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      padding-top: 0; }
    .form_section .checkbox li:last-child,
    .form_section .radio li:last-child {
      border-bottom: none; }
    .form_section .checkbox li label,
    .form_section .radio li label {
      display: block; }
	  

.s-sec01 , .s-sec02 , .s-sec05{
	margin:0 auto;
	width:94%;
	padding: 35px 0;
}


.paidy_merit_txt p{
	text-align:left;
	margin:0 0 20px;
}
.mar_smp_tit01{
	margin:40px 0 0;
}
.mar_smp_tit02{
	margin:40px 0 20px;
}
.mean-container .mean-nav ul li a{
	text-transform: inherit !important;
}
}

.mar_b0{
	margin:0;
	}
