/* 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: 90%;
	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);
}
.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; }
}

.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){
	.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;
	box-shadow: 0px 10px 4px -5px rgba(0,0,0,0.1);

}
.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: 100px;
}
.logo{
	margin: 20px 50px 20px 60px;
}
	.logo img{
		max-width: 280px;
		width:100%;
	}
	.header_contact{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-align-items: center;
		align-items: center;
		width:100%;
		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: flex-end;
			justify-content: flex-end;
			width: 50%;
			padding-right: 30px;
		}
		.contact_item{
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: flex-end;
			justify-content: flex-end;
			max-height: 80px;
			text-align: right;
		}
		.contact_item a{
			display: -webkit-flex;
			display: flex;

		}
		.contact_item01{
			margin-right: 0.5em;
			padding:12px;
		}
		.contact_item02{
			padding:8px;
		}
@media screen and (max-width: 1024px){
	.header_contact_items{
		width: 80%;
	}
}
@media screen and (max-width: 767.9px){
	
	body{
		min-width:100%;
	}
	.pc_head{
		min-height: 60px;
	}
	.logo{
		margin: 10px;
	}
	.logo img{
		max-width: 90px;
		width:100%;
	}
	.header_contact_items{
		width: 100%;
		padding-right: 0;
	}
	.contact_item01{
		width: 70%;
		margin-right: 10px;
		padding: 0;
	}
	.contact_item02{
		width: 25%;
	}
}


/*************************************************************************************************** section main_img */

	.section.main_img{
		margin-top: 100px;
		min-height: 400px;
		/*height: calc(845 * (100vw / 1920));*/
		background: #ff5e00;
		width: 100%;
		position: relative;
		padding-bottom: 30px;
	}
	
		.section.main_img .inner{
			position: relative;
			max-width: calc(1800 * (100vw / 1920));
			margin-left: auto;
			margin-right: auto;
			background-image: url("../images/main_bg01.png") , url("../images/main_bg02.png");
			background-repeat: no-repeat;
			background-position: top 30px left 20px ,bottom 10px right 15%;
			background-size: 30%, 25%;
		}
			
			.main_img_contents{
				max-width: 1000px;
				margin: 0 auto;
				padding-top: 35px;
				position: relative;
				width:calc(1261 * (100vw / 1920));
				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:calc(1000 * (100vw / 1920));
				position: relative;
				left: 12%;
			}
			
				.main_img_contents .lead_01 .lead_item01{
					max-width: 900px;
					
				}
				.main_img_contents .lead_01 .lead_item01 img{
					width: 98%;
				}
				.main_img_contents .lead_01 h1{
					max-width: 330px;
				}
				.main_img_contents .lead_01 h1 img{
					width: 85%;
				}
			.main_img_contents .list-title{
				width: 45%;
				margin-top: 15px;
			}
			.main_img_contents .list{
				display: -webkit-flex;
				display: flex;
				-webkit-justify-content: space-around;
				justify-content: space-around;
				width:calc(800 * (100vw / 1920));
				margin-top: 20px;
				text-align: center;
			}
				.main_img_contents .list img{
					width:90%;
					height:auto;
				}

			.contact_box{
				width:calc(600 * (100vw / 1920));
				margin-top: 10px;
			}
				.contact_box .item{
					
				}
				.contact_box .item a img{
					width: 100%;
					height:auto;
				}

@media screen and  (max-width: 1380px){
	.section.main_img{
		margin-top: 80px;
	}
}
@media screen and (max-width: 767.9px){
	.section.main_img{
		margin-top: 60px;
	}
	.main_img{
		background:#fff;
		height: auto;
		width: 100%;
		position: relative;
	}
	.section.main_img .inner{
		max-width: 100%;
		background-position: top 30px left -10px ,bottom 70px right 15px;
		background-size: 55%, 25%;
	}
	.main_img_contents{
		width: 100%;
		padding-top: 20px;
		align-items: center;
	}
	.main_img_contents .lead_01{
		width: 100%;
		margin-top: 2em;
		flex-direction: column;
		left: 0;
		text-align: center;
	}
	.main_img_contents .lead_item01{
		order: 2;
		width: 90%;
		padding-left: 10px;
	}
	.main_img_contents .lead_01 h1{
		order: 1;
		width: 90%;
		max-width: 100%;
		text-align: right;
	}
	.main_img_contents .lead_01 h1 img{
		width: 40%;
		filter: drop-shadow(0 0 0 #fff);
	}
	.main_img_contents .list{
		width: 95%;
	}
	.main_img_contents .list item{
		text-align: center;
	}
	.contact_box{
		width: 80%;
		padding-right: 0;
		text-align: center;
	}
	.main_img_contents .list-title{
		width: 100%;
	}
	.main_img_contents .list-title h2{
		width: 70%;
		padding-left: 1em;
	}
}


/*************************************************************************************************** section space*/

.space .head_line{
	padding: 20px 0 18px;
	background: #ffd900;
	text-align: center;
}
.space .head_line h2{
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.5rem;
}

.space .slider img {
	width:100%;
	max-width: 100%;
	height: auto;
}
.slick-slide{
	
}
.space .slider .slick-slide {
	margin:0;
	
}

@media screen and (max-width: 767.9px){
	.space .head_line{
		padding: 10px 0 8px;
	}
	.space .head_line h2{
		letter-spacing: 0;
	}
}

/*************************************************************************************************** div content */

.content {
	width: 100%;
	margin: 0;
	padding: 0 0 5px;
}

.content h2,
.content .h2{
	width: 100%;
	margin: 0;
	padding: 10px 10px 8px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
}
.content .head_line h2,
.content .head_line .h2{
	width: 40%;
	margin: 0;
	padding: 10px 10px 8px;
	background: #f57800;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	letter-spacing: 0.2em;
}

.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%;
	max-width: 1100px;
	margin: 0 auto;
}

.content .effect_box{
	width: 100%;
	padding: 40px 50px;
}
@media screen and (max-width: 767.9px){
	.content .section{
		width: 100%;
	}
	.content .effect_box{
		padding: 20px 10px;
		border-radius: 0;
	}
	.content .head_line h2,
	.content .head_line .h2{
		font-size: 1.3em;
	}
	.content h3, .content .h3{
		width: 95%;
		margin-bottom: 20px;
		font-size: 1.2em;
	}
}

/*************************************************************************************************** section btn_box */
.btn_box{
	text-align: center;
}
.content .btn_box{
	margin: 2em auto;
	padding: 1em 2em 0.8em;
	text-align: center;
}
.content .btn_box img{
	width:70%;
}
.content .case .btn_box{
	margin-bottom: 0;
	padding-bottom: 0;
}
.content .btn_box .btn_02 {
	width: 65%;
	margin: 0 auto;
}
.faq .btn_box{
	width: 65%;
	margin: 0 auto;
}
.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);
}
.footer_contact .btn_box{
	padding-bottom: 8em;
	background: #fff url("../images/footer_bg.png") repeat-x center bottom;
	background-size: 70%;
}
.footer_contact .btn_box a{
	width: 40%;
	display: inline-block;
}
.footer_lead .btn_box{
	text-align: left;
}
.footer_lead .btn_box a{
	width: 90%;
	display: inline-block;
	margin-top: 2em;
	
}

@media screen and (max-width: 1024px){
	.faq .btn_box{
		width: 50%;
	}
	.footer_contact .btn_box{
		background-size: 100%;
	}
	.footer_contact .btn_box .btn_07{
		width: 60%;
		margin: 0 auto;
	}
}


@media screen and (max-width: 767.9px){
	.content .btn_box{
		padding: 0 2em 0.8em;
	}
	.content .btn_box .btn_02{
		width: 90%;
	}
	.content .btn_box img{
		width:90%;
	}
	.content .setting .btn_box{
		width: 100%;
		padding: 0;
	}
	.partnership .btn_box{
		width: 100%;
	}
	.faq .btn_box{
		width: 70%;
	}
	.footer_contact .btn_box{
		padding-bottom: 6em;
		background-size: 100%;
	}
	.footer_contact .btn_box .btn_07{
		width: 70%;
	}
	.footer_contact .btn_box a{
		width: 100%;	
	}
	.footer_lead .btn_box a{
		margin-top: 0.5em;
	}
	
}


/*************************************************************************************************** div content_menu */

.content .content_menu{
	width: 100%;
	background: #fff;
}
.content .content_menu .inner{
	max-width: 1000px;
	margin: 0 auto;
	padding: 2em 0;
}
.content .content_menu ul{
	width: 95%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
}
.content .content_menu li{
	width: 23%;
	text-align: center;
	background: #f57800;
	border-radius: 10px;
}
.content .content_menu li a{
	display: inline-block;
	width: 100%;
	padding: 0.8em 0.2em 0.1em;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
}
.content .content_menu li a:after{
	content: " ";
	display: block;
	margin: 0.3em auto 0.5em;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 0.8em;
	height: 0.8em;
	border: 3px solid #fff;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
}

@media screen and (max-width: 767.9px){
	.content .content_menu ul{
		width: 95%;
	}
	.content .content_menu li{
		width: 22%;
	}
	.content .content_menu li a{
		padding: 0.5em 0.2em 0.3em;
		font-size: 1em;
	}
}

/*************************************************************************************************** section about */
.content .about{
	
}
.content .about .inner{
	margin-top: 2em;
	
}

.content .about .item_01{
	text-align: center;
}
.content .about .item_01 img{
	width: 55%;
}
.content .about .item_02{
	width: 55%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 2em auto;
	padding: 1em 0.8em;
	background: #fff;
	border: solid #000 2px;
	border-radius: 25px;
}
.content .about .item_02 .icon{
	width: 28%;
	text-align: center;
}
.content .about .item_02 .txt{
	width: 70%;
	font-size: 1.3em;
	font-weight: bold;
}
.content .about .item_02 .txt strong{
	font-size: 2.2em;
	color: #e60012;
}
.content .about .item_02 .txt span{
	font-size: 0.5em;
}
@media screen and (max-width: 1116px){
	.content .about .item_02 .txt{
		font-size: 1em;
	}
	.content .about .item_02 .txt strong{
		font-size: 2em;
	}
}
@media screen and (max-width: 1024px){
	.content .about .item_01 img{
		width: 80%;
 	}
	.content .about .item_02{
		width: 80%;
	}
}

@media screen and (max-width: 767.9px){
	.content .about h2{
		
	}
	.content .about .inner{
		margin-top: 0;
	}
	.content .about .item_01 img{
		width: 100%;
	}
	.content .about .item_02{
		width: 95%;
		margin-bottom: 0.5em;
		padding: 0.5em;
	}
}

/*************************************************************************************************** section setting */
.content .setting{
	
}
.content .setting .inner{
	width: 80%;
	max-width: 800px;
	margin-top: 2em;	
}

.content .setting .item_01{
	text-align: center;
}

.content .setting .item_02{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.content .setting .item_02 .setup{
	display: flex;
    flex-direction: column;
	justify-content: center;
    align-items: center;
	width: 45%;
	margin-bottom: 1em;
	padding: 1.5em 1em;
	background: #fff;
	border-radius: 10px;
	text-align: center;
}
.content .setting .item_02 .setup h4{
	margin-bottom: 0.5em;
	color: #e44900;
	font-size: 1.5em;
	font-weight: bold;
}
.content .setting .item_02 .setup .txt{
	margin-bottom: 0.5em;
	line-height: 150%;
}
.content .setting .item_02 .setup .icon{
	width: 25%;
	height: auto;
}

@media screen and (max-width: 767.9px){
	.content .setting .inner{
		width: 100%;
		max-width: 100%;
	}
	.content .setting .item_02 .setup{
		width: 48%;
		padding: 1.5em 0.5em 1em;
	}
	.content .setting .item_02 .setup h4{
		font-size: 1.2em;
	}
	.content .setting .item_02 .setup .txt{
		font-size: 0.8em;
	}
}

/*************************************************************************************************** section case */
.content .case{
	
}
.content .case .inner{
	width: 100%;
	max-width: 1200px;
	margin-top: 2em;
}
.content .case .item{
	width: 80%;
	margin: 2em auto;
}
.content .case .item_inner{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 85%;
	padding: 1.5em;
	background: #fff;
	border-radius: 20px;
	position: relative;
}

.content .case .photo{
	width: 58%;
	position: relative;
}
.content .case .photo img{
	width: 120%;
	max-width: 120%;
}
.content .case .item_01{
	margin-bottom: 3em;
}
.content .case .item_02{
	margin-top: 4em;
}
.content .case .item_01 .item_inner{
	margin-left: 13%;
}
.content .case .item_02 .item_inner{
	margin-left: 5%;
	margin-right: 13%;
}
.content .case .item_01 .photo{
	margin-top: -50px;
	margin-left: -120px;
}
.content .case .item_02 .photo{
	order: 2;
	margin-top: -50px;
	margin-right: -60px;
}
.content .case .point{
	width: 35%;
}
.content .case .item_01 .point{
	margin-right: 5%;
}
.content .case .item_02 .point{
	margin-left: 8%;
}
.content .case .point h3{
	width: 100%;
	border-bottom: #e60012 5px solid;
	font-size: 1.2em;
	color: #e60012;
	font-weight: bold;
	text-align: left;
	position: relative;
}

.content .case .point h3:after{
	content: " ";
	display: block;
	width: 13px;
	height: 13px;
    background: #e60012;
	border-radius: 7px;
	line-height: 1;
	position: absolute;
	bottom: -9px;
	right: -7px;
}

.content .case .point li{
	display: flex;
	flex-direction: row;
	margin-bottom: 0.5em;
}
.content .case .point li:before{
	content: "●";
	display: block;
}
.content .case .item_02 .point{
	order: 1;
}
.content .case .owner{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 90%;
	margin-top: 2.5em;
	margin-left: auto;
	margin-right: auto;
}
.content .case .owner .icon{
	width: 20%;
	margin-top: -20px;
}
.content .case .owner .txt{
	width: 78%;
	padding: 1em 0.6em 1em 1em;
	background: #fbe0b2;
	line-height: 150%;
	position: relative;
}
.content .case .item_01 .owner .txt{
	border-radius: 0 20px 20px 20px;
}
.content .case .item_01 .owner .txt:before{
	content: " ";
	display: block;
	width: 23px;
	height: 36px;
	margin-top: -30px;
	margin-left: -30px;
	background: url("../images/balloon01.png") no-repeat top left;
	background-size: cover;
}
.content .case .item_02 .owner{
	order: 3;
}
.content .case .item_02 .owner .icon{
	order: 2;
}
.content .case .item_02 .owner .txt{
	order: 1;
	width: 75%;
	border-radius: 20px 0 20px 20px;
}
.content .case .item_02 .owner .txt:before{
	content: " ";
	display: block;
	width: 23px;
	height: 36px;
	margin-top: -30px;
	margin-left: 99%;
	background: url(../images/balloon02.png) no-repeat top left;
	background-size: cover;
}
@media screen and (max-width: 1024px){
	.content .case .item{
		width: 100%;
	}
	.content .case .point{
		width: 40%;
	}
	.content .case .item_02 .item_inner{
		margin-left: 0;
	}
	.content .case .item_02 .point{
		margin-left: 5%;
	}
}
@media screen and (max-width: 767.9px){
	.content .case .inner{
		margin-top: 1em;
	}
	.content .case .effect_box{
		padding: 20px 0;
	}
	.content .case .item{
		width: 100%;
		margin: 0 auto;
	}
	.content .case .item_inner{
		width: 100%;
		padding: 0 0 1.5em;
		border-radius: 0;
	}
	.content .case .photo{
		width: 50%;
	}
	.content .case .point{
		width: 45%;
		padding: 0.5em 1em 0 0;

	}
	.content .case .owner{
		width: 95%;
		margin-top: 1em;
	}
	.content .case .owner .txt{
		width: 75%;
		
	}
	.content .case .item_01 .item_inner{
		margin-left: 0;
		
	}
	.content .case .item_01 .photo{
		margin-top: 0;
		margin-left: 0;
	}
	.content .case .photo img{
		width: 100%;
		max-width: 100%;
	}
	.content .case .item_01 .point{
		margin-right: 0;
	}
	.content .case .item_01 .owner .txt:before{
		margin-top: -25px;
		margin-left: -25px;
	}
	.content .case .item_02{
		margin-top: 2em;
	}
	.content .case .item_02 .item_inner{
		margin-left: 0;
		margin-right: 0;
	}
	.content .case .item_02 .photo{
		margin-top: 0;
		margin-right: 0;
	}
	.content .case .item_02 .point{
		width: 50%;
		margin-left: 0;
		padding: 0.5em 1em 0 0.5em;
	}
	.content .case .item_02 .owner .txt:before{
		margin-top: -25px;
		margin-left: 98%;
	}
}
	
/*************************************************************************************************** section method */

.content .method .inner{
	width: 100%;
	max-width: 1000px;
	margin: 2em auto 0;
}
.content .method .item:after{
	content: " ";
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #514f4e;
}
.content .method .item_04{
	margin-bottom: 25px;
}
.content .method .item.item_04:after,
.content .method .item.item_05:after{
	content: " ";
	display: none;
}
.content .method .item_inner{
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	padding: 1.5em 1.5em 2em 3em;
	border-radius: 20px;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
}

.content .method .item_inner h3{
	margin-left: -1.5em;
	margin-top: -0.5em;
	margin-bottom: 10px;
	font-size: 1.2em;
	text-align: left;
	color: #e60012;
}
.content .method .item_inner h3 .icon{
	width: 3em;
	display: inline-block;
	margin-left: -1.5em;
	margin-top: -3em;
}
.content .method .item_inner p{
	line-height: 150%;
}
.content .method .item_01 .item_inner{
	background-image: url("../images/method01.png") ;
	background-size: 15%;
	background-position: center right 18%;
}
.content .method .item_02 .item_inner{
	background-image: url("../images/method02.png") ;
	background-size: 20%;
	background-position: center right 18%;
}
.content .method .item_03 .item_inner{
	background-image: url("../images/method03.png");
	background-size: 25%;
	background-position: center right 15%;
}
.content .method .item_04 .item_inner{
	background-image: url("../images/method04.png") ;
	background-size: 25%;
	background-position: center right 15%;
}
.content .method .item_05 .item_inner{
	padding-bottom: 0.5em;
	background-image: none;
}
.content .method .item_05 .item_inner .support{
	width: 60%;
	margin: 1em auto;
}
.content .method .item_05 .item_inner .support h4{
	margin-bottom: 0.5rem;
}
.content .method .item_05 .item_inner .support p{
	margin-left: 1.5em;
	margin-bottom: 0.5rem;
}
.content .method .item_05 .item_inner .support a{
	border-bottom: solid 1px #000;
}
.content .method .item_05 .item_inner .support .mail{
	margin-bottom: 0.5em;
	padding-left: 2.5em;
	line-height: 2em;
	background: url("../images/icon_mail.png") no-repeat center left;
	background-size: 2rem;
}
.content .method .item_05 .item_inner .support .tel{
	margin-bottom: 0.5em;
	padding-left: 2.5em;
	line-height: 2em;
	background: url("../images/icon_tel.png") no-repeat center left;
	background-size: 2rem;
	
}
.content .method .item_05 .item_inner .support .tel a{
	font-size: 1.5em;
}
.content .method .item_05 .item_inner .support .line_box{
	position: relative;
	margin: 1em auto;
	text-align: center;
}
.content .method .item_05 .item_inner .support .line_box a{
	border: none;
}
.content .method .item_05 .item_inner .support .line_box img{
	max-width: 100%;
}
.content .method .item_05 .item_inner .support .line_box iframe{
	margin-left: 2em;
}

@media screen and (max-width: 767.9px){
	
	.content .method .effect_box{
		padding: 20px 0 10px 10px;
	
	}
	.content .method .inner{
		margin: 0 auto;
		padding: 0.5em;
	}
	.content .method .item:after{
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #514f4e;
	}
	.content .method .item_inner{
		padding: 1.5em 1.5em 1em 1.5em;
	}
	.content .method .item_inner p{
		width: 70%;
	}
	.content .method .item_inner h3{
		width: 100%;
		margin-left: -1em;
	}
	.content .method .item_inner h3 .icon{
		width: 2.5em;
		margin-top: -3.5em;
		margin-right: 0.5em;
	}
	.content .method .item_01 .item_inner{
		background-size: 20%;
		background-position: center right 8%;
	}
	.content .method .item_02 .item_inner{
		background-size: 25%;
		background-position: center right 5%;
	}
	.content .method .item_03 .item_inner{
		background-size: 30%;
		background-position: center right 5%;
	}
	.content .method .item_04 .item_inner{
		background-size: 30%;
		background-position: center right 5%;
	}
	.content .method .item_05 .item_inner{
		margin: 0 auto 0;
		padding: 1.5em 0.5em 1em 1.8em;
		background-image: none;
	}
	.content .method .item_05 .item_inner p{
		width: 100%;
	}
	.content .method .item_05 .item_inner .support{
		width: 95%;
		margin: 1em 0;
	}
	.content .method .item_05 .item_inner .support p{
		margin-left: 0.5em;
 	}
	.content .method .item_05 .item_inner .support .mail{
		margin-bottom: 1em;
		background-size: 1.5rem;
	}
	.content .method .item_05 .item_inner .support .tel{
		margin-bottom: 1em;
		background-size: 1.5rem;
	}
	.content .method .item_05 .item_inner .support .tel a{
		font-size: 1.2em;
	}
	.content .method .item_05 .item_inner .support .line{
		width: 80%;
	}
}


/*************************************************************************************************** section trouble */

.trouble{
	padding-top: 3em;
	padding-bottom: 3em;
}
.trouble h2{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
.trouble .inner{
	width: 100%;
	max-width: 800px;
	margin: 2em auto 0;
}
.trouble .inner .item{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5em;
	padding: 1.5em 2em;
	background: #fff;
	border-radius: 20px;
}
.trouble .inner .item .icon{
	width: 20%;
	text-align: center;
}
.trouble .inner .item .icon img{
	width: 70%;
}
.trouble .inner .item .item_inner{
	width: 75%;
}
.trouble .inner .item .item_inner h3{
	margin-bottom: 0.5em;
	font-size: 1.3em;
	font-weight: bold;
}
.trouble .inner .item .item_inner .note{
	margin-top: 0.5em;
	margin-left: 1em;
}

@media screen and (max-width: 767.9px){
	.trouble{
		padding-bottom: 1em;
	}
	.trouble h2{
		font-size: 1.5em;
	}
	.trouble .inner .item{
		width: 95%;
		margin: 0 auto 1em;
		padding: 1em 0.5em;
	}
	.trouble .inner .item .icon{
		width: 28%;
		text-align: left;
	}
	.trouble .inner .item .icon img{
		width: 88%;
	}
	.trouble .inner .item .item_inner h3{
		font-size: 1.2em;
	}
}


/*************************************************************************************************** section faq */

.faq .inner{
	width: 100%;
	max-width: 800px;
	margin: 2em auto;
}
.faq h2{
	margin-bottom: 2em;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
.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: 767.9px){
	.faq h2{
		margin-bottom: 1em;
		font-size: 1.5em;
	}
	.faqlist1{
		padding: 0 0.8em;
	}
	.faq .faq_item{
		padding: 1em 0.7em;
		border-radius: 10px;
	}
	.faq .q_box .q_box_inner:before{
		font-size: 1.2em;
	}
	.faq .a_box:before{
		font-size: 1.2em;
	}
}

/*************************************************************************************************** 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{
		font-size: 1.1em;
	}
	.partnership_box .detail_button{
		font-size: 0.9em;
	}
	.partnership_box .detail_button:after{
		vertical-align: middle;
		background-size: 1.3em;
	}
	.partnership_box .detail_box p{
		font-size: 1.1em;
	}
	.partnership .btn_box a{
		width: 100%;
		padding: 1.2em 0.7em 1em;
		font-size: 1.2em;
	}
	.partnership .btn_box a:after{
		margin-left: 0.2em;
	}
}


/*************************************************************************************************** footer_lead */	
.footer_lead{
	background: #ff5e00;
}
.footer_lead .inner{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 70%;
	max-width: 700px;
	margin: 0 auto 2em;
}
.footer_lead .inner .left{
	width: 60%;
}
.footer_lead .inner .txt{
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	line-height: 150%;
}
.footer_lead .inner .right{
	width: 40%;
}


@media screen and (max-width: 767.9px){
	.footer_lead .inner{
		width: 95%;
		max-width: 95%;
		margin: 0 auto;
	}
	.footer_lead .inner .left{
		width: 70%;
	}
	.footer_lead .inner .txt{
		font-size: 1.3em;
		padding: 1em 1em 0;
	}
	.footer_lead .inner .right{
		width: 30%;
	}
}


/*************************************************************************************************** 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;
}