/* CSS Document */
html {
	scroll-behavior: smooth;
}
body {
	font-family: "メイリオ", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	position: relative;
	font-size: 16px;
	text-align: left;
}
a {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
img {
	max-width: 98%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
video {
	max-width: 90%;
	height: auto;
}
@media screen and (max-width: 767.9px) {
	img {
		max-width: 100%;
	}
}
div, table, ul, li, h1, h2, h3, h4, h5, h6, p, span, a {
	box-sizing: border-box;
}
/*
a:hover {
  opacity: 0.8;
}

*/
.bgVanilla {
	background: rgba(243, 151, 0, 0.3);
}
.bgCream {
	background: rgba(255, 220, 108, 0.4);
}
.bgGray{
	background: #f2f2f2;
}
.bgOrange{
	background: #f57800;
}
.pc_only {
	display: inline-block !important;
}
.sp_only {
	display: none !important;
}
@media screen and (max-width: 767.9px) {
	.pc_only {
		display: none !important;
	}
	.sp_only {
		display: inline-block !important;
	}
}
@media screen and (max-width: 767.9px) {
	.br-pc {
		display: none !important;
	}
	.br-sp {
		display: block !important;
	}
}
@media screen and (min-width: 768px) {
	.br-pc {
		display: block !important;
	}
	.br-sp {
		display: none !important;
	}
	body {
		font-size: 14px;
	}
}
.anchor01, .anchor02, .anchor03, .anchor04, .anchor05, .anchor06 {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}
/*.sp_anchor01,*/
.sp_anchor02, .sp_anchor03, .sp_anchor04, .sp_anchor05, .sp_anchor06 {
	display: block;
	padding-top: 52px;
	margin-top: -52px;
}
@media screen and (max-width: 767.9px) {
	.anchor01, .anchor02, .anchor03, .anchor04, .anchor05, .anchor06 {
		margin-top: -120px;
	}
	.sp_anchor01, .sp_anchor02, .sp_anchor03, .sp_anchor04, .sp_anchor05, .sp_anchor06 {
		display: block;
		padding-top: 82px;
		margin-top: -82px;
	}
}
/*************************************************************************************************** header */
header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	background: #FFF;
}
.pc_head {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: stretch;
	min-height: 70px;
	max-width: 1420px;
}
.sp_head{
	display: none;
}
.logo {
	margin: 10px 50px 20px 60px;
}
.logo img {
	max-width: 200px;
	min-width: 150px;
	width: 100%;
}
.logo a{
	display: inline-block;
}
.header_contact {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 70%;
	padding: 10px 0 10px;
}
.header_logo {
	width: 40%;
}
.header_logo img {
	max-width: 332px;
	width: 90%;
}
.header_contact_items {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 55%;
	max-width: 600px;
	padding-right: 30px;
}
.contact_item {
	width: 30%;
	text-align: center;
	font-weight: bold;
}
.contact_item04 {
	width: 45%;
	max-width: 400px;
	padding-right: 1em;
}
.contact_item a {
	display: inline-block;
	width: 100%;
}
.contact_item a:after{
	content: " ";
	display: inline-block;
	left: 0.5em;
	width: 0.8em;
	height: 0.8em;
	margin-left: 0.5em;
	border-top: 3px solid #f57800;
	border-right: 3px solid #f57800;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	
}
@media screen and (max-width: 1200px) {
	.logo {
		margin: 10px 50px 10px 30px;
	}
	.header_contact{
		width: 95%;
	}
	.contact_item04{
		width: 40%;
	}
	.header_contact_items{
		width: 60%;
	}
	
}
@media screen and (max-width: 940px) {
	body {
		min-width: 100%;
	}
	.pc_head {
		min-height: 60px;
	}
	.logo {
		margin: 10px;
	}
	.logo img {
		max-width: 90px;
		width: 100%;
	}
}
@media screen and (max-width: 900px){
	.pc_head{ display: none; }

	.sp_head{ 
		display: block;
		width: 100%;
		min-height: 80px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		background: #FFF;
	}
	.sp_head .inner{
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.sp_head .logo{
		width: 25%;
		padding: 0.5em;
	}
	.sp_head .logo img{
		width: 100%;
		max-width: 100px;
		min-width: 100%;
	}
	.sp_head .contact_items{
		width: 65%;
		text-align: center;
	}
	.sp_head .contact_item04{
		width: 100%;
	}
	.sp_head .contact_item04 a{
		display: inline-block;
	}
	.sp_nav{
		position:fixed;
		z-index: 999;
		right: -120%;
		width: 100%;
		height:10em;
		background: rgba(255, 255, 255, 0.95);
		transition: all 0.6s;
	}
	.sp_nav.panelactive{
		right: 0;
	}

	.sp_nav ul {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		z-index: 999;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
	}
	.sp_nav ul li{
		width: 98%;
		padding: 0.5em 0;
		border-bottom: dotted 1px #000;
		text-align: center;
	}
	.sp_nav ul li a{
		display: inline-block;
		width: 100%;
		line-height: 2em;
	}
	/* button */
	.openbtn{
		position: relative;
		background:#fff;
		cursor: pointer;
		width: 20%;
		height: 20%;
		min-width: 60px;
		min-height:60px;
		max-width: 60px;
		max-height:60px;
		border-radius: 5px;
	}
	.openbtn span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		/*left: 14px;*/
		height: 3px;
		border-radius: 2px;
		background: #000;
		width: 60%;
 	}
	.openbtn span:nth-of-type(1) {
		top:20%; 
}

.openbtn span:nth-of-type(2) {
		top:50%;
}

.openbtn span:nth-of-type(3) {
		top:80%;
}

.openbtn.active span:nth-of-type(1) {
		top: 18px;
		left: 10px;
		transform: translateY(6px) rotate(-45deg);
		width: 50%;
}

.openbtn.active span:nth-of-type(2) {
		opacity: 0;/*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3){
		top: 30px;
		left: 10px;
		transform: translateY(-6px) rotate(45deg);
		width: 50%;
}
}

	
/*************************************************************************************************** section main_img */
.section.main_img {
	width: 80%;
	max-width: 1200px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: solid 8px #ff5e00;
}
.section.main_img .inner {
	position: relative;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.main_img_contents {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 35px;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.main_img_contents .lead_01 {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 70%;
	position: relative;
	left: 20px;
}
.main_img_contents .lead_01 .lead_item01 {
	max-width: 900px;
}
.main_img_contents .lead_01 .lead_item01 img {
	width: 98%;
}
.section.main_img .inner_box{
	width: 100%;
	margin-top: 1em;
	padding-bottom: 10px;
	background: #fff url("../images/main_bg.png") no-repeat bottom 0 left 20%;
	background-size: 35%;
}
.main_img_contents h1 {
	width: 100%;
	text-align: right;
	padding: 20px 20%;
}
.main_img_contents h1 img {
	width: 35%;
	margin-right: 10%;
}
.contact_box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.contact_box .item {}
.contact_box .item a img {
	width: 50%;
	height: auto;
}
@media screen and (max-width: 1024px) {
	.main_img_contents .lead_01{
		width: 80%;
	}
	.main_img_contents h1{
		padding: 20px 15%;
	}
	.section.main_img .inner_box{
		background-size: 40%;
	}
	.contact_box{
		width: 85%;
	}
}
@media screen and (max-width: 1024px) {
	.section.main_img{
		margin-top: 100px;
	}
}
@media screen and (max-width: 900px) {
	.section.main_img{
		margin-top: 150px;
	}
}
@media screen and (max-width: 767.9px) {
	.section.main_img{
		width: 95%;
		margin-top: 100px;
	}
	.main_img_contents{
		padding-top: 15px;
	}
	.main_img_contents .lead_01{
		width: 95%;
		left: 10px;
	}
	.section.main_img .inner_box{
		background-size: 75%;
		background-position: left 10px bottom 40px;
		padding-bottom: 0px;
	}
	.main_img_contents h1{
		padding: 40px 10px 0;
	}
	.main_img_contents h1 img{
		width: 45%;
		margin-right: 0;
	}
	.contact_box{
		width: 90%;
		margin-bottom: 10px;
		padding-top: 30px;
	}
	.contact_box .item a img{
		width: 90%;
	}
}


/*************************************************************************************************** div content */
.content {
	width: 100%;
	margin: 20px 0 0;
	padding: 0 0 5px;
}
.head_line{
	width: 100%;
	position: relative;
	right: 0;
	background: #fff;
	padding-bottom: 2em;
}
h2, .h2 {
	width: 76%;
	margin: 45px 0 0 24%;
	padding-left: 14px;
	padding-bottom: 10px;
	border-bottom: #ffd900 5px solid;
	font-size: 2em;
	font-weight: bold;
	text-align: left;
	position: relative;
}

h2:before, .h2:before{
	content: " ";
	display: block;
	width: 14px;
	height: 14px;
	background: #ffd900;
	border-radius: 7px;
	line-height: 1;
	position: absolute;
	bottom: -9px;
	left: -7px;
}

.content h3, .content .h3 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0px auto 30px;
	font-weight: bold;
	text-align: center;
}
.content .section {
	width: 100%;
	margin: 0 auto;
}
.content .section .inner {
	width: 100%;
	margin: 0 auto;
}
.content .effect_box {
	width: 100%;
	position: relative;
}
@media screen and (max-width: 1024px) {
	h2, .h2 {
		width: 90%;
		margin: 45px 0 0 10%;
		padding-left: 14px;
		font-size: 1.8em;
	}
}
@media screen and (max-width: 767.9px) {
	.content{
		margin-top: 0;
	}
	.content .section {
		width: 100%;
	}
	.content .effect_box {
		border-radius: 0;
	}
	h2, .h2 {
		width: 90%;
		margin: 45px 0 0 10%;
		padding-left: 14px;
		font-size: 1.8em;
	}
	.content h3, .content .h3 {
		width: 90%;
		margin-bottom: 20px;
	}
}
/*************************************************************************************************** section btn_box */
.btn_box {
	text-align: center;
}
.btn_box {
	width: 50%;
	margin: 2em auto;
	padding: 1em 2em 0.8em;
	text-align: center;
}
.btn_box a{
	display: inline-block;
}
.btn_box img {
	width: 70%;
}
.btn_box img.txt{
	width: 60%;
}
.partnership .btn_box{
	width: 65%;
	margin: 1em auto;
	padding: 1.5em;
}
.partnership .btn_box a{
	display: inline-block;
	padding: 1.2em 2em 1em;
	border: solid 3px #000;
	font-size: 1.3em;
	font-weight: bold;
}
.partnership .btn_box a:after{
	content: " ";
	display: inline-block;
	left: 0.8em;
	width: 0.8em;
	height: 0.8em;
	margin-left: 2em;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 900px) {
	.btn_box {
		width: 80%;
	}
}
@media screen and (max-width: 767.9px) {
	.btn_box {
		width: 95%;
		margin-bottom: 0;
		padding: 0 2em 0em;
	}
	.btn_box img.txt{
		width: 80%;
	}
	.btn_box img {
		width: 90%;
	}
	.partnership .btn_box{
		width: 100%;
		padding: 1em;
	}
	.partnership .btn_box a{
		width: 100%;
		padding: 1.2em 0.5em 1em;
		font-size: 1.2em;
	}
	.partnership .btn_box a:after{
		margin-left: 0.3em;
	}
}

/*************************************************************************************************** section merit */
.merit {}
.content .section.merit .inner {
	position: relative;
	overflow: hidden;
	background: url("../images/merit_bg.png") no-repeat;
	background-size: 100% 100%;
}

.merit .effect_box{
	width: 50%;
	max-width: 800px;
	margin: 3em auto;
}
.merit .item{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2em;
}
.merit .item .icon{
	width: 40%;
	padding-right: 2em;
	text-align: right;
}
.merit .item .icon img{
	width: 60%;
}
.merit .item .right{
	width: 60%;
}
.merit .item h3{
	color: #e44900;
	text-align: left;
	margin-bottom: 0.5em;
}
.merit .item p{
	line-height: 180%;
}
.merit .item p.note{
	font-size: 0.8em;
}
@media screen and (max-width: 900px) {
	.merit .effect_box{
		width: 70%;
		margin: 1.5em auto 1em;
	}
}
@media screen and (max-width: 767.9px) {
	.merit .effect_box{
		width: 95%;
		margin: 1em auto;
	}
	.merit .item .icon{
		width: 25%;
		padding-right: 5px;
	}
	.merit .item .right{
		width: 75%;
		padding-left: 5px;
	}
	.merit .item .icon img{
		width: 90%;
	}
	.merit .item h3{
		margin: 0;
		font-size: 1.2em;
	}
}
/*************************************************************************************************** section howto */
.content .howto {}
.content .howto .inner {
	width: 80%;
	max-width: 800px;
	margin-top: 5em;
}
.content .howto .item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	padding: 1em 3em 0;
	margin: 0 auto 4em;
	position: relative;
}
.content .howto .item .item_content{
	width: 60%;
	margin-top: -2em;
	position: relative;
}
.content .howto .item .item_content h3{
	width: 25%;
	position: absolute;
	top: -5em;
	left: 35%;
}
.content .howto .item .item_content h4{
	margin-bottom: 1em;
	text-align: center;
	font-size: 1.3em;
	width: 90%;
	position: relative;
}
.content .howto .item .item_content h4:before,
.content .howto .item .item_content h4:after {
	position: absolute;
	top: 0.8rem;
	height: 2rem;
	content: '';
}

.content .howto .item .item_content h4:before {
	border-left: solid 3px;
	left: 0;
	top: -0.2em;
	transform: rotate(-30deg);
}

.content .howto .item .item_content h4:after {
	border-right: solid 3px;
	right: 0;
	top: -0.2em;
	transform: rotate(30deg);
}
.content .howto .item .item_content p{
	font-size: 2.5em;
}

.content .howto .item .img_box{
	width: 30%;
	margin-top: -4em;
}
.content .howto .item_02 .item_content{
	order: 2;
}
.content .howto .item_02 .img_box{
	order: 1;
}
@media screen and (max-width: 900px) {
	.content .howto .item{
		width: 90%;
	}
	.content .howto .item .item_content h3{
		top: -5em;
	}
}
@media screen and (max-width: 767.9px) {
	.content .howto .inner{
		width: 100%;
		margin-top: 2em;
	}
	.content .howto .item{
		width: 95%;
		padding: 1em 1.5em 0;
	}
	.content .howto .item .item_content h3{
		width: 25%;
		top: -1.5em;
	}
	.content .howto .item .item_content h4{
		width: 100%;
		padding-top: 1.5em;
		font-size: 1em;
	}
	.content .howto .item .item_content h4:before{
		border-left: solid 2px;
		top: 1.3em;
	}
	.content .howto .item .item_content h4:after{
		border-right: solid 2px;
		top: 1.3em;
	}
	.content .howto .item .item_content p{
		font-size: 1.5em;
	}
	.anchor02 + .btn_box{
		margin-top: -2em;
	}
}
/*************************************************************************************************** section voice */
.content .voice {}
.content .voice .inner {
	width: 100%;
	max-width: 1200px;
	margin-top: 0;
}
.content .voice .item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 60%;
	margin: 0 auto;
}
.content .voice .item h3{
	width: 20%;
	margin-bottom: 0;
}
.content .voice .item .txt{
	width: 60%;
	border-radius: 20px;
	line-height: 170%;
	position: relative;
	font-size: 1.2em;
}
.content .voice .item .txt p{
	padding: 1em 2em;
}

.content .voice .item_01 h3{
	order: 2;
}
.content .voice .item_01 .txt{
	order: 1;
}
.content .voice .item_01 .txt:after{
	content: " ";
	display: block;
	margin-right: 0.5rem;
	border-style: solid;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid rgba(243, 151, 0, 0.3);
	color: transparent;
	position: absolute;
	top: 40%;
	right: -28px;
}
.content .voice .item_02 .txt:before{
	content: " ";
	display: block;
	margin-right: 0.5rem;
	border-style: solid;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid rgba(243, 151, 0, 0.3);
	color: transparent;
	position: absolute;
	top: 40%;
	left: -20px;
}
@media screen and (max-width: 900px) {
	.content .voice .item{
		width: 95%;
	}
}
@media screen and (max-width: 767.9px) {
	.content .voice .item{
		width: 95%;
	}
	.content .voice .item .txt p{
		padding: 1em;
	}
	.content .voice .item h3{
		width: 20%;
	}
	.content .voice .item01 h3 img{
		margin-left: 10px;
	}
	.content .voice .item .txt{
		width: 70%;
	}
	.content .voice .item_01{
		margin-bottom: 20px;
	}
}
/*************************************************************************************************** section area*/
.content .area .inner {
	width: 100%;
	max-width: 1000px;
	margin: 2em auto 0;
	text-align: center;
}
.content .area .inner p.txt{
	font-size: 1.2em;
	font-weight: bold;
}
.content .area .inner p.txt:after{
	content: " ";
	display: block;
	width: 13px;
	height: 13px;
	margin: 0.5rem auto;
	border-style: solid;
	border-top: 13px solid #fcc800;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	color: transparent;
}
.content .area .inner .item_01{
	width: 100%;
	padding-top: 30px;
	background: url("../images/areamap_bg.png") no-repeat top center;
	background-size: contain;
}
.content .area .inner .item_01 .item{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 60%;
	margin: 0 auto;
}
.content .area .inner .item_01 .item p{
	width: 40%;
}
.content .area .inner .item_01 .item img{
	width: 65%;
}

@media screen and (max-width: 767.9px) {
	.content .area .inner{
		margin-top: 0;
	}
	
	.content .area .inner .item_01{
		padding-top: 0;
		background: url("../images/areamap_bg_sp.png") no-repeat top center;
		background-size: contain;
	}
	.content .area .inner .item_01 .item{
		width: 100%;
	}
	.content .area .inner .item_01 .item:nth-child(2),
	.content .area .inner .item_01 .item:nth-child(4){
		width: 80%;
	}
	.content .area .inner .item_01 .item p{
		width: 60%;
	}
	.content .area .inner .item_01 .item img{
		width: 65%;
	}
}

.anchor04 + .btn_box img.txt{
	width: 100%;
}
@media screen and (max-width: 767.9px) {
	.anchor04 + .btn_box img.txt{
		width: 100%;
	}
}
	
/*************************************************************************************************** section requests */

.requests .inner {
	width: 100%;
	margin: 2em auto 0;
}
.requests .effect_box {
	width: 70%;
	max-width: 800px;
	margin: 45px 0 0 30%;
	padding: 2em 0;
}
.requests .item{
	width: 70%;
}
.requests .item_01{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.requests .item_01 .icon{
	width: 45%;
}
.requests .item_01 .txt{
	width: 50%;
	font-size: 1.3em;
	line-height: 150%;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.requests .item_02{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 60%;
	margin-top: 2em;
	margin-left: 3%;
	padding: 1.3em 2em 0.8em;
	border-radius: 20px;
	background: #fff;
}

.requests .item_02 h3{
	margin-bottom: 0.5em;
	font-weight: bold;
	vertical-align: text-top;
}
.requests .item_02 h3 span{
	display: inline-block;
	width: 10em;
	margin-left: 2em;
	padding: 0.3em 1em 0.1em;
	border: solid 1px #000;
	font-size: 0.7rem;
	font-weight: normal;
	text-align: center;
}
.requests .item_02 .callcenter{
	font-size: 0.7rem;
}
.requests .item_02 .tel{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
}
.requests .item_02 .tel:before{
	content: " ";
	display: inline-block;
	width: 1em;
	height: 1.5em;
	background: #fff url(../images/icon_tel.png) no-repeat left bottom;
	background-size: 0.9em;
}
.requests .item_02 .tel span{
	font-size: 0.7em;
	font-weight: normal;
}
.requests .item_02 .emergency{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 2em;
	border-bottom: solid 1px #000;
}
.requests .item_02 .emergency h3 span{
	margin-left: 3.5em;
}
.requests .item_02 .service{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1em 2em 0;
}

@media screen and (max-width: 900px) {
	.requests .effect_box {
		width: 85%;
		max-width: 800px;
		margin: 45px 0 0 15%;
		padding: 2em 0;
	}
	.requests .item_02 .callcenter{
		font-size: 0.8rem;
	}
	.requests .item{
		width: 80%;
	}
	.requests .item_02{
		width: 80%;
	}
	.requests .item_02 h3 span{
		
	}
}
@media screen and (max-width: 767.9px) {
	.requests .effect_box{
		width: 95%;
		margin: 0 auto;
		padding: 1em 0 0.5em;
	}
	.requests .item{
		width: 95%;
		margin: 0 auto 1em;
	}
	.requests .item_01 .icon{
		width: 35%;
	}
	.requests .item_01 .txt{
		width: 60%;
		font-size: 1em;
	}
	.requests .item_02{
		padding: 1.3em 1em 0.8em;
	}
	.requests .item_02 .emergency{
		padding: 0 0;
	}
	.requests .item_02 .service{
		padding: 1em 0 0;
	}
	.requests .item_02 h3 span{
		width: 8em;
		margin-left: 1em;
		padding: 0.3em 0.2em 0.1em;
	}
	.requests .item_02 .tel{
		font-size: 1.1em;
	}
}
/*************************************************************************************************** section faq */
.faq .inner {
	width: 100%;
	margin: 2em auto;
}
.faq .faq_box{
	width: 70%;
	max-width: 800px;
	margin: 0 auto;
}

.faq .faq_item {
	margin-bottom: 2em;
	padding: 1em 1.5em;
	border-radius: 20px;
}
.faq .q_box {
	line-height: 2.2em;
	color: #124272;
	position: relative;
}
.faq .q_box .q_box_inner:before {
	content: "Q";
	display: inline-block;
	margin-right: 0.5em;
	color: #124272;
	font-size: 1.5em;
}
.faq .q_box::before, .faq .q_box::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 3px;
	background-color: #124272;
}
.faq .q_box:before {
	top: 48%;
	left: 95%;
	transform: rotate(0deg);
}
.faq .q_box:after {
	top: 48%;
	left: 95%;
	transform: rotate(90deg);
}
.faq .q_box.close:before {
	top: 48%;
	left: 95%;
	transform: rotate(0deg);
}
.faq .q_box.close:after {
	display: none;
}
.faq .a_box {
	display: none;
	margin-top: 1.5em;
	padding-left: 2em;
	line-height: 150%;
}
.faq .a_box:before {
	content: "A";
	display: inline-block;
	margin-left: -1.2em;
	margin-right: 0.5em;
	color: #e83c58;
	font-weight: bold;
	font-size: 1.5em;
}
@media screen and (max-width: 900px) {
	.faq .faq_box{
		margin-left: auto;
	}
}
@media screen and (max-width: 767.9px) {
	.faq .faq_box{
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.faqlist1 {
		padding: 0 0.8em;
	}
	.faq .faq_item {
		padding: 0.8em;
		border-radius: 10px;
	}
	.faq .q_box .q_box_inner:before{
		font-size: 1em;
		margin-right: 0.2em;
	}
	.faq .a_box:before{
		font-size: 1em;
	}
}
/*************************************************************************************************** section rental */
.rental{
	width: 100%;
}
.rental .inner{
	width: 100%;
	margin-top: 2em;
}
.rental .inner .effect_box{
	width: 70%;
	max-width: 700px;
	margin: 0 auto;
	padding: 2em 0 0.2em;
}
.rental .inner .item_01{
	width: 80%;
	margin: 0 auto 0.5em;
	padding: 1em 2em;
	background: #fff;
	border-radius: 20px;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
.rental .inner .item_02{
	width: 80%;
	margin: 0 auto 1em;
	padding-top: 1em;
	color: #fff;
	background: transparent url("../images/main_bg02.png") no-repeat top right;
	background-size: 28%;
}
.rental .inner .item_02 h4{
	margin-bottom: 1em;
	padding-left: 1em;
	border-left: solid 7px #ffdc6c;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 150%;
	letter-spacing: 0.1em;
}
.rental .inner .item_02 ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2em;
}
.rental .inner .item_02 li{
	width: 30%;
	padding: 0.5em;
	background: #fff;
	border-radius: 15px;
	text-align: center;
	color: #000;
	font-size: 0.9em;
}
.rental .inner .item_02 li strong{
	display: inline-block;
	margin-bottom: 0.3em;
	font-weight: bold;
	font-size: 1.1em;
	color: #e44900;
}
.rental .inner .item_02 .leadtxt{
	text-align: center;
	line-height: 150%;
	font-size: 2.2em;
	font-weight: bold;
}
.rental .inner .btn_box{
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0;
}
.rental .inner .btn_box a{
	margin-bottom: 1.5em;
}
.rental .inner .btn_box a:last-child{
	margin-bottom: 0;
}
.rental .inner .btn_box img{
	width: 90%;
}
@media screen and (max-width: 900px) {
	.rental .inner .effect_box{
		margin-left: auto;
	}
}
@media screen and (max-width: 767.9px) {
	.rental .inner .effect_box{
		width: 100%;
		margin: 0;
		padding: 1.5em 0 0.2em;
	}
	.rental .inner .item_01{
		width: 65%;
		margin-left: 0;
		padding: 1em;
		border-radius: 0 15px 15px 0;
		font-size: 1.5em;
	}
	.rental .inner .item_02{
		width: 95%;
	}
	.rental .inner .item_02 h4{
		padding-left: 0.5em;
		font-size: 1.4em;
		letter-spacing: 0;
	}
	.rental .inner .item_02 ul{
		
	}
	.rental .inner .item_02 li{
		width: 32%;
		padding: 0.5em 0.1em;
		border-radius: 10px;
		font-size: 0.8em;
		line-height: 150%;
		letter-spacing: -0.1em;
	}
	.rental .inner .item_02 .leadtxt{
		font-size: 1.8em;
	}
	.rental .inner .btn_box img{
		width: 100%;
	}
	.rental .inner .btn_box a{
		margin-bottom: 1em;
	}
}

/*************************************************************************************************** section partnership */
.partnership{
	padding-top: 1.5em;
}
.partnership .inner{
	width: 100%;
	max-width: 800px;
	margin: 0 auto 2em;
}
.partnership h2{
	margin: 0 auto 1em;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
.partnership p{
	text-align: center;
	margin-bottom: 1em;
}
.partnership_box{
	width: 80%;
	margin: 1em auto;
	padding: 2em 1em 1em;
	background: #fff;
	text-align: center;
}
.partnership_box img:nth-child(2){
	width: 80%;
	margin-top: 2em;
}
.partnership_box p{
	margin-top: 2em;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 150%;
}
.partnership_box .detail_button{
	text-align: right;
	font-weight: bold;
}
.partnership_box .detail_button:after{
	content: " ";
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background: transparent url(../images/icon_detail.png) no-repeat center right;
	background-size: 1.2em;
}
.partnership_box .detail_button.close:after{
	background-image: url(../images/icon_detail2.png);
}

.partnership_box .detail_box{
	display: none;
	width: 95%;
	margin: 0 auto;
}
.partnership_box .detail_box p{
	text-align: left;
	font-size: 1em;
	font-weight: normal;
}

@media screen and (max-width: 767.9px){
	.partnership_box{
		width: 90%;
	}
	.partnership_box p{
		margin-top: 2em;
		font-size: 1.1em;
		font-weight: bold;
		line-height: 150%;
	}
	.partnership_box .detail_button{
		font-size: 1em;
	}
	.partnership_box .detail_button:after{
		vertical-align: middle;
		background-size: 1em;
	}
	.partnership_box .detail_box p{
		font-size: 1.1em;
	}
}


/*************************************************************************************************** footer */
footer {
	padding: 60px 0 0 0;
}
footer .container {
	padding-bottom: 0;
}
footer .footer_menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 40px;
	border-bottom: solid 1px #DDD;
}
footer .footer_menu a {
	text-align: center;
	font-size: 1.3rem;
	color: #333;
	display: inline-block;
	border-bottom: solid 1px #000;
}
footer .footer_menu a:first-child {
	margin: 0 24px 0 0;
}
footer .footer_menu a:hover {
	text-decoration: none;
}
footer .footer_description {
	display: table;
	margin: 0 auto;
	padding: 40px;
}
footer .footer_description .img_logo {
	display: table-cell;
	padding: 0 24px;
}
footer .footer_description .img_logo a {
	display: block;
	width: 90px;
}
footer .footer_description .img_logo a img {
	width: 100%;
}
footer .footer_description p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 24px;
	font-size: 1rem;
	line-height: 150%;
}
footer .footer_description p a {
	color: blue;
	text-decoration: underline;
}
footer copyright {
	display: block;
	padding: 24px 0;
	font-size: 0.9rem;
	text-align: center;
}
@media (max-width: 767.9px) {
	footer {
		padding-top: 30px;
	}
	footer .footer_description {
		padding: 20px 0;
	}
	footer .footer_menu {
		padding-bottom: 30px;
	}
	footer .footer_menu a {
		font-size: 0.8rem;
	}
	footer .footer_description .img_logo {
		padding-left: 0;
	}
	footer .footer_description .img_logo a {
		width: 60px;
	}
	footer .footer_description p {
		padding: 0;
		font-size: 0.8rem;
	}
	footer copyright {
		font-size: 0.5rem;
	}
}
/*************************************************************************************************** module.css */
/* disc */
ul.ulModEleDisc {
	margin-bottom: 16px;
}
ul.ulModEleDisc li {
	margin: 0 0 5px 16px;
	padding-left: 6px;
	list-style: disc;
	line-height: 1.6;
}
.fGFInner {
	text-align: center;
}
#fGlobalFooterLower .dModSecFloat.com5Col section dl dt {
	font-weight: normal;
	margin-bottom: 5px;
}