@charset "utf-8";
/*=================================================================================*/
/** 768px未満 スマホサイズ画面 ＜これが基本＞ **/

/*==================
  電話番号タップ
==================*/
a.telLink0 { cursor: pointer; pointer-events: auto; text-decoration:underline; color:#000000; }

svg {
	max-height:30px;
}
img[src$=".svg"] {
	width: auto;
}

.disp_p { display:none; }/*PC時だけ表示*/
.disp_s { display:block; }/*スマホ時だけ表示*/
.disp_pt { display:none; }/*PC時とタブレット時表示*/
.disp_st { display:block; }/*スマホ時とタブレット時表示*/

.disp_fix { position:fixed; top:0; left:0; z-index:50000; width:100%; }

.navi{
	background:#FFFFFF;
}

.navi01logo img{
	width:100%;
	
}
.navi>ul>li:nth-child(1){/*1600 245*/
	max-width: 250px;
	padding:1em;
	box-sizing: border-box;
	width:45%;
	margin:0;
	position: relative;
}
.navi>ul>li:nth-child(2){/*1600 1015*/
	width:0;
}

.navi>ul>li:nth-child(3){/*1600 430*/
	max-width: 250px;
    width: 50%;
}

/*============
nav
=============*/
.nav_s {
	display: block;
	position: fixed;
	top: 0;
	right: -90%;
	width: 90%;
	bottom: 0;
	background: #FF3333;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 3;
	opacity: 0;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.nav_s::-webkit-scrollbar{
	display: none;
}

.open .nav_s {
	right: 0;
	opacity: 1;
}
.nav_s .inner {
	padding: 4em 2em 2em;
	box-sizing: border-box;
}

.nav_s .inner ul {
	list-style: none;
	margin: 0;
	padding: 0 0.5em;
}
.nav_s .inner>ul>li {
	position: relative;
	padding:1em 0.5em;
	border-bottom:1px #FFFFFF solid;
}
.nav_s .inner>ul>li>a {
	color: #FFFFFF;
	text-decoration: none;
	transition-duration: 0.2s;
	display: block;
	width:100%;
	padding:0 0.5em;
	box-sizing: border-box;
}
.nav_s .inner>ul>li>a:hover {
	color: #222222;
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  /*width: 30px;
  /height: 30px;*/
  transition: all .5s;
  cursor: pointer;
  z-index: 30;
	position: relative;

}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 31px;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 4px;
  transition: all .5s;
}


.nav_s {
	right: -100%;
	width: 100%;
}



/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  z-index: 2;
  cursor: pointer;
}


/*==========================
	ヘッダー
=========================***/

.navi{
	position: relative;
	width: 100%;
}
.navi>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: space-between;
	align-items: center;
}

.navi>ul>li{
	/*padding:0 1em;*/
	box-sizing: border-box;
}

.navi>ul>li a{
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;

	}
.navi>ul>li a:hover{
	color:#222222;
}

	
.navi01logo_block{
	/*position: absolute;*/
	box-sizing: border-box;
	width: 100%;
	top:-11px;
	left:50px;
}
.navi01logo,
.navi_cont02{
	margin:0 auto;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.navi a{
	color:#FFFFFF;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.navi a:hover{
	color:#222222;
}

.navi_02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
	justify-content: flex-end;
}
.navi_02>ul>li{
	width:21%;
}
.navi_02>ul>li:nth-child(4){
	width:28%;
}

.navi_03>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
	justify-content: flex-end;
}
.navi_03>ul>li:nth-child(1){
	width:20%;
	padding:0.2em;
	margin:0 1%;
	box-sizing: border-box;
}
.navi_03>ul>li:nth-child(2){
	width:20%;
	padding:0.2em;
	margin:0 1%;
	box-sizing: border-box;
}
.navi_03>ul>li:nth-child(3){
	width:13%;
	margin:0 2%;
	box-sizing: border-box;
}



.hmb_block  a{
	display: block;
}
.hmb_block  a.toggle{
	cursor: pointer !important;
	
}

.hmb_block .inner {
	width:100%;
	padding: 1em 0 2em;
}
.hmb_block .inner li{
	padding:0.25em 0;
}
.hmb_block .inner li:first-child{
	margin-top:0.35em;
}
/* .hmb_block .inner li:last-child{
	margin-bottom:0.25em;
} */



.hmb_block .hmb_block_title p{
	display: block;
	padding:0 3em 0 0;
	position: relative;
}

.hmb_block .hmb_block_title p:after {
	position: absolute;
	content: '';
	background:url("../img/top/top_faq_plus.svg") no-repeat;
	background-size: contain;
	width:25px;
	height:25px;
	top: 50%;
	right: -3%;
	transform: translate(-50%,-50%);
}

.hmb_block .hmb_block_title.active p:after {
	position: absolute;
	content: '';
	background:url("../img/top/top_faq_mai.svg") no-repeat;
	background-size: contain;
	width:25px;
	height:25px;
	top: 50%;
    right: -3%;
    transform: translate(-50%,-50%);
}



.head00 {
	width:100%;
	margin:0 auto;
	background:#FFFFFF;
	/*box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.23);*/
	position:relative;
	z-index:2;
}


.head_block>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:space-between;
}

.head_block>ul>li:nth-child(1){/*1600 288*/
	max-width: 288px;
	width:18%;
	position: relative;
}
.head_block>ul>li:nth-child(2){/*1600 510*/
	max-width: 510px;
	width:31.875%;
}

.navi_cont>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
	justify-content: flex-end;
}
.navi_cont>ul>li:nth-child(1),
.navi_cont>ul>li:nth-child(2),
.navi_cont>ul>li:nth-child(3),
.navi_cont>ul>li:nth-child(4){
	width: 20%;
	padding:0.2em 3% 0;
	box-sizing: border-box;
}

.navi_cont>ul>li:nth-child(1){
	width: 19%;
	padding:1em 4% 1em;
	box-sizing: border-box;
}


/*===============================
  右固定バナー
===============================*/
.kote_r{
	position: fixed;
	top:15%;
	right:0;
	z-index: 30;
}
.kote_r img{
	margin:0;
	width:60%;
	float: right;
	}
/*===============================
  下固定バナー
===============================*/

.kote_bg{
	width:100%;
	position: fixed;
	z-index:50;
	bottom:0;
}
.kote_block_bg img{
	width:100%;
	height:100%;
}

.kote_line{
}
.kote_close{
	cursor:pointer;
	width:300px;
	height:40px;
	position: absolute;
	bottom:94%;
	right:5px;
	z-index: 20;
}
.kote_close_img{
	width:40px;
	padding:0.2em;
	margin:0 0 0 270px;
	box-sizing: border-box;
	/*background: #003670;*/
}

.kote_block{
	position: relative;
	margin:0 0 0 0;
	background:#FFFFFF;
	border-radius: 10px;
	box-shadow:0 0 15px rgba(0,0,0,0.3);
}
.kote{
	width: 50%;
	margin:0 auto 0 50%;
	max-width: 300px;
	margin:0 auto;
	position: absolute;
	right:0.5em;
	bottom:0.5em;
	border-radius:20px;
}

.kote_s>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	max-width: 930px;
	margin:0 auto;
	justify-content: center;
}

.kote_s>ul>li:nth-child(1),
.kote_s>ul>li:nth-child(2){
	width:48%;
	margin:0 1% 0.5em;
}
.kote_s>ul>li:nth-child(3){
	position: absolute;
	top: -1.35em;
    left: 0.5em;
    width: 10%;
	max-width: 38px;
	z-index: 2;
}


/***  ページTOP  ***/
#page_tops {
	position: fixed;
	display:block;
	width:auto;
	max-width:15%;
	z-index:50000;
	bottom:3.5em;
	right:1em;
}


/*==========================
	フッター
=========================***/
.back_foot{
	background:#FF0000;
}

.foot_block{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.foot_blockimg{
	width:80%;
	margin:0 10% 1em;
}
.foot_blocktext{
	width:100%;
	margin:0;
}

.foot_logo{
	width:50%;
	margin:0 auto;
}

.foot_icon>ul{
	justify-content:flex-start;
}

.foot01_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.foot01_01>ul>li:nth-child(1){
	width:100%;
	padding:0 0 1em;
	box-sizing: border-box;
}
.foot01_01>ul>li:nth-child(2){
	width:100%;
	padding:0 0 1em;
	box-sizing: border-box;
}

.foot01_01 li{
	padding:0.2em 0.5em 0.2em 1em;
	box-sizing: border-box;
}



.foot01_01 li a{
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.foot01_01 li a:hover{
	color:#000000 !important;
}


.foot01_02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.foot01_02>ul>li{
	width: 50%;
}

.foot01_01gaibu p{
	display: inline-block;
	padding:0 5em 0 0;
	position: relative;
}

.foot01_01gaibu p::before{
	content: '';
	background: url("../img/icon/foot_pdf.svg") no-repeat;
	background-size: contain;
	width:42px;
	height:16px;
	position: absolute;
	top: 50%;
	right: 1%;
	transform: translate(-50%,-50%);
}



/*=============================
	サブ共通
=============================*/
.pan>ol>li{
	display: inline-block;
	padding:0.5em 0 0.5em 0.5em;
}
.pan>ol>li::after{
	content: '›';
	padding:0 0 0 1em;
}

.pan>ol>li:last-child::after{
	content: '';
	padding:0;
}
.pan>ol>li,
.pan>ol>li a{
	color:#666666;
}


.pan>ol>li{
	display: inline-block;
	padding:0 1em 0 0;
}

.pan>ol>li::after{
	content: '›';
}

.sub_title_bg{
	padding:2em 0;
	position: relative;
	z-index: 2;
}
.sub_title_bg::after{
	content: '';
	background:#EDE8DA;
	border-radius: 20px 0 0 20px;
	position: relative;
	position: absolute;
	top:0;
	right:0;
	width:75%;
	height:100%;
	z-index: -1;
}

.sub_title_block p{
	display: inline-block;
	background: #000000;
	border-radius: 50px;
	color:#FFFFFF;
	padding:0.5em 2.5em;
}


/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {
/*==================
  電話番号タップ
==================*/
a.telLink0 { display:inline-block; cursor: default; pointer-events: none; text-decoration:none; }


.disp_p { display:block; }/*PC時・タブレット時表示*/
.disp_s { display:none; }/*スマホ時だけ表示*/

/***  ヘッダー  ***/
.head00 {
	box-shadow:none;
	background: none;
}
.head_block{
	/*border-bottom:#E6E6E6 1px solid;*/
	position: absolute;
	width: 100%;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}



.nav_s {
	right: -40%;
	width: 40%;
}
	
.navi>ul>li:nth-child(3){/*1600 150*/
	max-width: 450px;
}
	
.navi_03>ul>li:nth-child(1){
	width:50%;
	padding:0;
	margin:0;
}
.navi_03>ul>li:nth-child(2){
	width:15%;
	padding:0.7em;
	margin:0;
}
.navi_03>ul>li:nth-child(3){
	width:10%;
	margin:0 0 0 3%;
}



/***  フッター  ***/
	
	
.foot_logo{
	width:80%;
	margin:0;
}
	
.foot01_01 li{
	padding:0.4em 0.5em 0.4em 1em;
}
	
.foot01_01>ul>li:nth-child(1){
	width: 30%;
	padding:0 1em 1em;
	box-sizing: border-box;
}
.foot01_01>ul>li:nth-child(2){
	width: 70%;
	padding:0 1em 1em;
	box-sizing: border-box;
}


/*===============================
  右固定バナー
===============================*/
.kote_r img{
	width:65%;
	}
/*===============================
  下固定バナー
===============================*/

.kote_s>ul>li:nth-child(1),
.kote_s>ul>li:nth-child(2){
	width:48%;
	margin:0 1% 0.5em;
}
	
.kote_s>ul>li:nth-child(3){
	top:-2em;
	left:3em;
	width:25%;
	max-width: 88px;
}

.fix {
	z-index: 100000;
	position: fixed;
	bottom: 0;
}

	
/***  ページTOP  ***/
#page_tops {
	bottom:0;
	right:1em;
}
	

}

@media (min-width : 1024px) { 

.foot_blockimg{/*1200 264*/
	width:30%;
	margin:0;
}
.foot_blocktext{
	width:65%;
	margin:0 0 0 4%;
}
	
}

@media (min-width : 1200px) { 

.disp_pt { display:block; }/*PC時だけ表示*/
.disp_st { display:none; }/*スマホ時とタブレット時表示*/

	
/*header*/
.navi{
	padding:0.5em 0;
}

	
.navi>ul>li:nth-child(1){/*1600 245*/
	max-width: 300px;
	width:18.75%;
	margin:0 0 0 1%;
}
.navi>ul>li:nth-child(2){/*1600 1015*/
	max-width: 850px;
	width:49.125%;
}

.navi>ul>li:nth-child(3){/*1600 150*/
	max-width: 450px;
	width:27.125%;
	margin:0 1% 0 0;
}

/* headerナビの子メニュー表示 */
.gnavi_item{
	position: relative;
	padding: 1em 0;
}	
.dropdown_list {
	transform: scaleY(0);/*デフォルトでは非表示の状態にしておく*/
	transform-origin: center top;/*変形を適応する基準をtopとする*/
	transition: all .3s;/*表示の変化を0.3秒に指定*/
	width: 180px;
	position: absolute;
	top: 66px;
	left: -15px;
}
.gnavi_item:hover .dropdown_list {
	transform: scaleY(1);/*Gナビメニューにホバーしたら表示*/
}
.dropdown_list>li>a{
	background: rgba(255,51,51,0.9);
	border-bottom: 1px dotted rgba(255,255,255,0.4);
	display: block;
	font-size: 0.8em;
	width: 100%;
	padding: 1.25em;
}
.dropdown_list>li:nth-last-child a{
	border-bottom: none;
}

/*===============================
  右固定バナー
===============================*/
.kote_r img{
	width:100%;
	}
/***  ページTOP  ***/
#page_tops {
	width:auto;
}
}
