@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%;
}

@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: #fff;
}
#gNav a:hover {
  color: #999;
}

.h_nav{
	margin-left: auto;
}
.h_nav img{
	padding:0 0 10px;
}
nav li{
	background:url(../img/ico_header01.jpg) left 50% no-repeat;
	padding: 0 0 0 20px;
}
.paidy_menu nav li:nth-last-of-type(2){
	background:url(../img/ico_header01.jpg) left 50% no-repeat !important;
	padding: 0 0 0 20px;
	display:block !important;
}

nav li a {
  font-size: 15px;
  letter-spacing: inherit;
}

.mean-container .mean-nav ul li:nth-last-of-type(-n+1) {
	background:url(../img/ico_header01.jpg) left 50% no-repeat;
	padding: 0 0 0 20px;
}

nav li:last-child{
	background:none;
	padding: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:#5E91DB;
	display:block;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding: 10px 65px;
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;

}
@media only screen and ( max-width : 768px ) {
  #header {
    padding: 10px 0;
    height: 60px;
  }
  .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;
  }
  #gNav li {
    /*position: relative;*/
    margin-right: 2em;
  }
  #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 {
    color: #bfd0ff;
  }
  #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:80px;
	animation: DownAnime 0.5s forwards;
}

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


.mainphoto{
	margin:0 0 120px;
	background:url(../img/bg_mainphoto.jpg) no-repeat;
	background-size:contain;
	position:relative;
	min-height:25vw;
}
.mainphoto_paidy{
	margin:0 0 120px;
	background:url(../img/img_paidy01.jpg) no-repeat;
	background-size:contain;
	position:relative;
	min-height:25vw;
}
.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:#4DA6FF;
	font-size:3vw;
	text-align:center;
	font-weight:600;
	text-shadow    : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff; 
}

.mainphoto_com{
	margin:20px 0 120px;
	background:url(../img/bg_com.jpg) no-repeat;
	background-size:cover;
	position:relative;
	min-height:12vw;
}
.mainphoto_com .mainphoto_inner p {
	color:#4DA6FF;
	font-size:2.2vw;
	text-align:center;
	font-weight:600;
	text-shadow    : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff; 
}
.mainphoto_privacy{
	margin:20px 0 120px;
	background:url(../img/bg_privacy.jpg) no-repeat;
	background-size:cover;
	position:relative;
	min-height:12vw;
}
.mainphoto_privacy .mainphoto_inner p {
	color:#4DA6FF;
	font-size:2.2vw;
	text-align:center;
	font-weight:600;
	text-shadow    : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff; 
}
.mainphoto_form{
	margin:20px 0 120px;
	background:url(../img/bg_form.jpg) no-repeat;
	background-size:cover;
	position:relative;
	min-height:12vw;
}
.mainphoto_form .mainphoto_inner p {
	color:#4DA6FF;
	font-size:2.2vw;
	text-align:center;
	font-weight:600;
	text-shadow    : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff; 
}
/*=================form================*/




.section09 p.ermsg {
  font-size: 12px;
  color: #f00; }
.form_section{
	width: 1100px;
padding: 130px 0;
margin: 0 auto;
}
.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:#AFC8ED;
  color:#fff;
  font-size: 14px;
}
.f_logo,.f_logo p {
  text-align: center;
}
.copy {
  text-align: center;
}


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

　   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: 170px 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::before{
content: "";
display: block;
width: 112px;
height: 122px;
position: absolute;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
margin: auto;
left: calc((100% - 600px)/2);
top: 15px;
background:url(../img/img_tit01.jpg) no-repeat;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
}

.p_aboutinner, .meritImg {
  width: 50%;
  height:400px;
}
.p_aboutinner {
  position: relative;
  background:url(../img/bg_kaitori01.jpg) left bottom no-repeat;
  background-color:#255898;
  color:#fff;
  /*background-size: 10vw;*/
  background-color:#BEA8D2;
}
.p_aboutinner h3{
	font-size:2.5rem;
	font-weight:bold;
	line-height:1.5em;
	margin:0;
	text-align:center;
}

.p_aboutinner p{
	line-height:180%;
	text-align:center;
	font-size:1.5rem;
}
 .meritImg {
	 position: relative;
	 background:url(../img/bg_kaitori02.jpg) right bottom no-repeat;
background-color:#86BCF2;
color:#fff;
  /*background-size: 10vw;*/
 }
 .meritImg_txt {
 }
.meritImg_txt h3{
	font-size:2.5rem;
	font-weight:bold;
	line-height:1.5em;
	margin:0;
	text-align:center;
}

.meritImg_txt p{
	line-height:180%;
	text-align:center;
	font-size:1.5rem;
}
.row-reverse {
  flex-flow: row-reverse;
}
.p_aboutinnerInner ,  .meritImg_txt{
  width: 30vw;

  position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}





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

#sec02 h2::after , .s-sec02 h3::after {
content: "";
display: block;
width: 148px;
height: 125px;
position: absolute;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
margin: auto;
right: calc((100% - 800px)/2);
top: 15px;
background:url(../img/img_tit02.jpg) 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;
}
#sec03 h2::before {
content: "";
display: block;
width: 102px;
height: 123px;
position: absolute;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
margin: auto;
left: calc((100% - 350px)/2);
top: 15px;
background:url(../img/img_tit03.jpg) no-repeat;
}
.main_product{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
max-width:1160px;
margin:auto;
}
.main_product dt img{
	margin:0 0 15px;
}
.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;
}

#sec04 h2::after , .s-sec01 h3::before  {
content: "";
display: block;
width: 86px;
height: 125px;
position: absolute;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
margin: auto;
right: calc((100% - 500px)/2);
top: 15px;
background:url(../img/img_tit04.jpg) no-repeat;
}
.s-sec01 h3::before  {
	right: calc((100% - 650px)/2);
}

.flow_area{
	margin:0 auto 85px;
	max-width:1160px;
}
.flow_area th{
	border-right:1px #666666 solid;
	vertical-align:top;
	padding:0 50px 0 0;
}
.flow_area td{
	vertical-align:top;
	padding:0 0 0 50px;
}
.flow_inner{
display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: flex-start;
margin:0 0 50px;
}
.flow_left{
	margin:0 30px 0 0;
	display:block;
	height:86px;
}
.flow_right h5{
	color:#85BAF2;
	font-size:1.3rem;
	margin:0 0 5px;
}
.flow_right h6{
	color:#BEA6D2;
	font-size:1.3rem;
	margin:0 0 5px;
}
.flow_right li{
	display:inline-block;
	vertical-align:top;
}
.flow_area_txt01{
	background:#BEA8D2;
	padding:15px;
	color:#fff;
	font-size: 2rem;
font-weight: bold;
width: 100px;
display: inline-block;
line-height: 100%;
}

.flow_area_txt02{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content:space-between;
}
.flow_area_txt03{
	padding:0 20px 0 0;
}

.flow_area_txt04{
	max-width:390px;
	margin: 0 20px 0 0;
}
.flow_area_txt04 th{
	padding:5px;
	width:75px;
	border:none;
	border-bottom:1px #CCCCCC solid;
}
.flow_area_txt04 td{
	padding:5px;
	border-bottom:1px #CCCCCC solid;
}
.flow_area_txt05{
	background:#86BCF2;
	padding:15px;
	color:#fff;
	font-size: 2rem;
font-weight: bold;
width: 100px;
display: inline-block;
line-height: 100%;
}
.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:#FF7373;
	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:#006DD9;
	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;
}


#kasou h2{
	text-align: center;
	max-width:150px;
	margin:0 auto 50px;
}
.com_area{
	margin:27px auto 0;
	padding:0 0 27px;
	max-width:1160px;
}
.com_area table{
	border-collapse:collapse;
	width:100%;
	border:1px #CCCCCC solid;
}
.com_area th{
	padding:20px 10px;
	background:#5E91DB;
	color:#fff;
	width:25%;
	border:1px #CCCCCC solid;
	font-weight:600;
}
.com_area td{
	padding:20px 10px;
	border:1px #CCCCCC solid;
}

.kiyaku_info , #thanks{
	max-width:1160px;
	margin:auto;
}
.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;
}



.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;
}

/*=================paidy=================*/
.s-sec01 , .s-sec02 , .s-sec05{
	margin:100px auto;
}
.paidy_txt01{
	text-align: center;
font-size: 1.3em;
margin: 0 auto 100px;
}
.paidy_txt02 {
  text-align: center;
  font-size: 30px;
  position: relative;
  margin: 0 0 80px;
}
#privacy #kasou h3::before {
	background:none;
}
#kasou h3::before {
content: "";
display: block;
width: 160px;
height: 147px;
position: absolute;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
margin: auto;
left: calc((100% - 550px)/2);
top: 15px;
background:url(../img/img_tit_form.jpg) no-repeat;
background-size: contain;
}
.paidy_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
}
.paidy_merit_txt {
    position: relative;
}
.paidy_flow .content_inner p{
	text-align:center;
}
.paidy_merit_txt p{
	text-align:left;
}
.paidy_merit_txt, .paidy_meritImg {
    width: 50%;
}
.paidy_merit_txtInnerL {
    margin-left: auto;
}
.paidy_merit_txtInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.paidy_merit_txtInner {
    width: 400px;
    max-width: calc(100% - 30px);
}
.paidy_merit_txtInner h5{
	color:#D22A99;
	font-size:1.2em;
	font-weight:600;
	margin:0 0 20px;
}
.row-reverse {
    flex-flow: row-reverse;
}
.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.paidy_flow {
  min-height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paidy_flow .content {
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  position: relative;
  color:#fff;
  padding:30px;
}
.paidy_flow .content1{
	background:#D32A99;
	text-align:center;
}
.paidy_flow .content2{
	background:#9437C9;
	text-align:center;
}
.paidy_flow .content3{
	background:#660066;
	text-align:center;
}
.paidy_flow .catch{
	font-weight:bold;
	margin:0 0 20px;
	text-align: center;
    font-size: 1.5em;
}
.paidy_flow .headline{
	font-weight:bold;
	margin:0 0 20px;
	text-align:center;
}
.paidy_flow_txt01{
	margin:0 0 20px;
	text-align:center;
}
#paidy_area{
	display:none;
}
@media print, screen and ( min-width : 769px ) {
  #main {
    padding-top: 80px;
  }
  .btn {
    width: 300px;
  }
}


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

@media only screen and ( max-width : 941px ) {
	.pc_mainphoto{
	display:none;
}
	.smp_mainphoto{
	display:block;
	margin: 0 0 50px;
	width:100%;
}
 .mean-container .mean-nav ul li:nth-last-of-type(-n+1) {
	background:none;
}

.paidy_menu nav li:nth-last-of-type(2){
	margin:0 0 0 20px !important;
	padding: 0 0 0 20px !important;
}
	.btn_kaitori{
		display:none;
	}
	#paidy_area{
		display:block;
		margin:0 0 60px;
	}
	#paidy_area .btn_kaitori{
		display:block;
	}
	#paidy_area .btn_kaitori a{
	background:url(../img/ico_header02.png) 94% 50% no-repeat;
	background-color:#5E91DB;
	display:block;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding: 10px 25px;
margin: auto;
width:94%;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
-o-border-radius: 0.3em;
-ms-border-radius: 0.3em;

}
	.mean-nav .btn_kaitori{
		display:block;
		width: 80%;
margin: auto;
	}
	.mean-nav .btn_kaitori a{
		color:#fff !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;
}

#sec02 , #sec03 , #sec04 , #sec05{
  margin: 0 auto 50px !important;
  width: 96%;

}
#sec02{
background-size:40vw;
padding:170px 0;
}

.toku_left li, .toku_right li {
  font-size: 1.5rem;
  line-height: 100% !important;
  margin: 0 0 20px;
}

	
}
@media only screen and ( max-width : 768px ) {
  #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: 58px;
  }
  .btn {
    width: 60%;
  }
  .pc_only{
	display:none !important;
}
.smp_only{
	display:block;
}
.smp_tel{
	width:80%;
	margin:auto;
}


#sec02 , #sec03 , #sec04 , #sec05{
	padding:100px 0;
}

#sec03 , #sec04{
	padding:100px 0 0;
}

#sec01 h2::before{
  content: "";
  display: block;
  width: 15vw;
  height:13vw;
  background-size:contain;
  top: -30px;
left: 50%;
max-height: 55px;
}
#sec02 h2::after , .s-sec02 h3::after{
  content: "";
  display: block;
  width: 15vw;
  height: 13vw;
  background-size:contain;
  top: -30px;
left: 50%;
right: inherit;
max-height: 55px;
}
#sec03 h2::before{
  content: "";
  display: block;
  width: 15vw;
  height:13vw;
  background-size:contain;
  top: -30px;
left: 50%;
max-height: 55px;
}
#sec04 h2::after , .s-sec01 h3::before {
  content: "";
  display: block;
  width: 13vw;
  height: 15vw;
  background-size:contain;
  top: -30px;
left: 50%;
right: inherit;
max-height: 55px;
}
#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;
}
#kasou h3::before{
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	top: -30px;
	content: "";
  display: block;
  width: 15vw;
  height: 12vw;
  background-size:contain;
left: 50%;
}
.paidy_txt02 {
  margin: 0 0 20px;
  line-height:130%;
}
.flex{
	display:block;
}
.p_aboutinner, .meritImg {
  width: 100%;
  height: 300px;
}
.p_aboutinnerInner, .meritImg_txt {
  width: 80vw;
}
.p_aboutinner{
	background-size:30vw;
}
.meritImg{
	background-size:15vw;
}
.main_product{
	display:block;
}
.main_product dl{
	margin:0 0 30px;
}
.main_product dt{
	text-align:center;
}
.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;
}
.flow_area_txt01 {
  width: 100px;
  display: block;
  line-height: 100%;
  text-align: center;
  margin: auto;
}
.flow_area_txt05 {
  text-align: center;
  margin: auto;
  display: block;
  line-height: 100%;
}

.flow_area th {
  border-right: none;
  vertical-align: top;
  padding: 0;
  display: block;
  width: 100%;
}

.flow_area td {
  vertical-align: top;
  padding: 20px 0;
  display: block;
  width: 100%;
}

.flow_area_txt04{
	width:100%;
	margin:0 0 20px;
}
.flow_area_txt04 th , .flow_area_txt04 td{
	width:inherit;
	display: table-cell;
	vertical-align: top;
	padding:10px 0;
}
.map {
  width: 100%;
}
#kasou{
	padding:0;
}

#kasou h2 {
  max-width: 20vw;
}
.com_area table{
	display:block;
	width:92%;
	margin:auto;
}
.com_area th{
	display:block;
	width:100%;
	padding:10px;
}
.com_area td{
	display:block;
	width:100%;
}
.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, .paidy_meritImg {
    width: 100%;
}
.paidy_flow .content_inner p {
  text-align: center;
}

.paidy_txt01{
	width:94%;
	margin:0 auto 40px;
	text-align:left;
}
.paidy_flow{
	display:block;
}
.paidy_flex{
	flex-wrap: wrap;
margin: 0 auto 20px;
}
.paidy_merit_txtInner {
  position: inherit;
  top: inherit;
  left: inherit;
  transform: inherit;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  width: 100%;
  max-width: inherit;
}
.row-reverse {
  flex-flow: wrap;
}
.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;
	}
