/*PagesCommon*/
.page_fv{
	background-size: cover;
    background-position: center;
	background-image: url(../images/common/main_bg.jpg);
	padding: 80px 0;
}
.page_fv .page_ttl{
	font-size: 3.4rem;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	color: #fff;
}
.page_fv .page_ttl.l_ttl{
	line-height: 1.25;
}
.page_fv .page_ttl:after{
	content: "";
	background: #fff;
	width: 50px;
	height: 4px;
	margin:20px auto 0;
	display: block;
}
@media screen and (max-width: 750px) {
	.page_fv .page_ttl {
		font-size: 2.8rem;
	}
}

#breadcrumbs{
	font-size: 1.2rem;
	padding: 10px 0;
}


/*Search*/
#map_search{

}
#map_search .in{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#map_search .sec_ttl_w{
	position: absolute;
	top: 50px;
	left: 50px;
}
#map_search .map_w{
	padding: 40px 0 110px;
	text-align: center;
}
.areabox {
	position: absolute;
	letter-spacing: -0.10em;
}
.areabox h3 {
	letter-spacing: normal;
	font-size: 2rem;
	padding-bottom: 0.4em;
	font-weight: 500;
	text-align: left;
}
.areabox p {
	line-height: 0;
	margin: 0.5em 0 !important;
	display: table;
}
.areabox span {
	letter-spacing: normal;
	border-right: 1px solid #777;
	line-height: 0;
	display: inline-block;
	padding: 0 0.5em;
}
.areabox p span:first-child {
	border-left: 1px solid #777;
}
.areabox span a {
	color: #777;
	font-size: 1.3rem;
	line-height: 1;
	display: inline-block;
}
#area06,#area07,#area08,#area09 {
	text-align: right;
}
#area01 {
	top: 208px;
	left: 990px;
}
#area01 h3 {
	color: #718cc7;
	background: url("../images/home/bg_area01.png") no-repeat scroll left bottom ;
}
#area02 {
	top: 282px;
	left: 920px;
}
#area02 h3 {
	color: #6f9bb6;
	background: url("../images/home/bg_area02.png") no-repeat scroll left bottom ;
}
#area03 {
	top: 392px;
	left: 800px;
}
#area03 h3 {
	color: #6bb392;
	background: url("../images/home/bg_area03.png") no-repeat scroll left bottom ;
}
#area04 {
	top: 420px;
    left: 619px;
}
#area04 h3 {
	color: #f0bf70;
	background: url("../images/home/bg_area04.png") no-repeat scroll left bottom ;
}
#area05 {
	top: 380px;
	left: 430px;
}
#area05 h3 {
	color: #a76295;
	background: url("../images/home/bg_area05.png") no-repeat scroll left bottom ;
}
#area06 {
	top: 160px;
	right: 495px;
}
#area06 h3 {
	color: #cc6975;
	background: url("../images/home/bg_area06.png") no-repeat scroll right bottom ;
}
#area07 {
	top: 153px;
	right: 668px;
}
#area07 h3 {
	color: #b38967;
	background: url("../images/home/bg_area07.png") no-repeat scroll right bottom ;
}
#area08 {
	top: 234px;
	right: 910px;
}
#area08 h3 {
	color: #e99aa6;
	background: url("../images/home/bg_area08.png") no-repeat scroll right bottom ;
}
#area09 {
	bottom: 0px;
	right: 575px;
}
#area09 h3 {
	color: #cc6975;
	background: url("../images/home/bg_area09.png") no-repeat scroll right bottom ;
}
@media screen and (max-width: 750px) {
	#map_search .sec_ttl_w{
		position: static;
	}
	#map_search .in{
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
		border-radius: 20px;
	}
	#map_search .search_area_box .search_area_box_i{
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 20px;
		border-radius: 15px;
		margin-bottom: 10px;
	}
	#map_search .search_area_box_i dt{
		font-size: 1.6rem;
		position: relative;
	}
	#map_search .search_area_box_i dt:after{
		content: "";
		width: 6px;
		height: 6px;
		border-top: #222a85 2px solid;
		border-right: #222a85 2px solid;
		display: block;
		position: absolute;
		right: 0;
		top: 30%;
		transform: rotate(135deg) translate(0px, 0%);
	}
	#map_search .search_area_box_i dd{
		margin-top: 20px;
		display: none;
	}
	#map_search .search_area_box_i dd li {
		border-left: 1px solid #333;
		margin-bottom: 6px;
		width: 33%;
		text-align: center;
		box-sizing: border-box;
	}
	#map_search .search_area_box_i dd li:nth-of-type(3n) {
		border-right: 1px solid #333;
	}
}

/*about*/

#page_about #whats {}

#page_about #whats .about_whats_head_w{
	justify-content: space-between;
	margin-bottom: 40px;
}
#page_about #whats .about_whats_head {
	width: 31.5%;
}
#page_about #whats .about_whats_head .imgarea {
	margin-bottom: 20px;
	width: 100%;
	height: 200px;
}
#page_about #whats .about_whats_head .imgarea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#page_about #whats .about_whats_head .txtarea {}
#page_about #whats .about_whats_head .txtarea .sec_ttl_w {
	margin-bottom: 20px;
}
#page_about #whats .about_whats_head .txtarea .sec_ttl_w .sec_ttl{
	font-size: 2.2rem;
}
#page_about #whats .about_whats_head_u{
	padding-left: 30px;
}
#page_about #whats .about_whats_head_u .imgarea{
	flex-shrink: 0;
	margin-left: 30px;
}
#page_about #whats .about_whats_head_u .txtarea{}
#page_about #whats .about_whats_head_u .txtarea h3{
	font-size: 2.0rem;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 40px;
	line-height: 1.25;
	display: flex;
}
#page_about #whats .about_whats_head_u .txtarea h3:before {
	content: "";
	width: 20px;
	height: 2px;
	background: #222a85;
	display: block;
	flex-shrink: 0;
	margin-right: 10px;
	margin-top: 12px;
}

#page_about .law_w {
	justify-content: space-between;
}
#page_about .law_i {
	padding: 30px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	width: 49%;
	margin-bottom: 25px;
	box-sizing: border-box;
	background: #fff;
}
#page_about .law_i .law_i_head {
	align-items: center;
	margin-bottom: 20px;
}
#page_about .law_i .law_i_head .imgarea {
	margin-right: 30px;
	flex-shrink: 0;
}
#page_about .law_i .law_i_head .sub_ttl_w {
	align-items: center;
}
#page_about .law_i .law_i_head .sub_ttl_w .num {
	font-size: 3.2rem;
	font-weight: bold;
	margin-right: 5px;
	line-height: 1;
}
#page_about .law_i .law_i_head .sub_ttl_w .sec_ttl {
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1;
}
#page_about #service_flow {
}
#page_about #service_flow .flow_w {
    justify-content: flex-start;
    gap: 24px;
}
#page_about #service_flow .flow_i{
	position: relative;
	width: 32%;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
}
#page_about #service_flow .flow_i:after{
	content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    display: block;
    transform: rotate(135deg);
    position: absolute;
    right: -15px;
    top: 50%;
}
#page_about #service_flow .flow_i:nth-of-type(3n):after {
	display: none;
}
#page_about #service_flow .flow_i:nth-last-of-type(1):after{
	display: none;
}
#page_about #service_flow .flow_i .ico{
	text-align: center;
	margin-bottom: 10px;
}
#page_about #service_flow .flow_i .flow_i_h{
	margin-bottom: 15px;
	align-items: center;
	justify-content: center;
}
#page_about #service_flow .flow_i .flow_i_h .num{
	font-size: 2.6rem;
	line-height: 1;
	font-weight: bold;
	margin-right: 5px;
}
#page_about #service_flow .flow_i .flow_i_h .h_txt{
	font-size: 1.8rem;
	font-weight: 600;
}
#page_about #service_flow .flow_i .txt{
	font-size: 1.4rem;
	line-height: 1.5;
}
#page_about .utilize_w{
	justify-content: space-between;
}
#page_about .utilize_i{
	padding: 30px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	width: 49%;
	margin-bottom: 25px;
	box-sizing: border-box;
	background: #fff;
}
#page_about .utilize_i .utilize_i_head{
	align-items: center;
}
#page_about .utilize_i .utilize_i_head .imgarea{
	margin-right: 30px;
	flex-shrink: 0;
}
#page_about .utilize_i .utilize_i_head .sub_ttl_w{
	margin-bottom: 10px;
	align-items: center;
}
#page_about .utilize_i .utilize_i_head .sub_ttl_w .num{
	font-size: 3.2rem;
	font-weight: bold;
	margin-right: 5px;
	line-height: 1;
}
#page_about .utilize_i .utilize_i_head .sub_ttl_w .sec_ttl{
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1;
}
#page_about .glossary_w{
	gap: 15px;
}
#page_about .glossary_i{
	background: #f0f0f0;
    margin-bottom: 5px;
    padding: 15px;
	width: 24%;
	box-sizing: border-box;
}
#page_about .glossary_i dt {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #c1c1c1;
	font-size: 1.6rem;
	font-weight: 600;
}
#page_about .glossary_i dt span{
	font-size: 1.4rem;
}
#page_about .glossary_i dd{
	font-size: 1.4rem;
}

#page_about #trouble{}
#page_about #trouble .trouble_w{
	justify-content: space-between;
}
#page_about #trouble .trouble_i{
	width: 31%;
}
#page_about #trouble .trouble_i .imgarea{
}
#page_about #trouble .trouble_i .txtarea{}
#page_about #trouble .trouble_i .txtarea h3{
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1;
	padding:10px;
}

#page_about #procedure{}
.procedure_w{
	gap:24px;
}
.procedure_i{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	width: 49%;
	box-sizing: border-box;
}
.procedure_i .sub_ttl_w{
	margin-bottom: 30px;
	align-items: center;
}
.procedure_i .sub_ttl_w .imgarea{
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #e2e2e2;
}
.procedure_i .sub_ttl_w h2{
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.25;
}

@media screen and (max-width: 750px) {
	#page_about #whats .about_whats_head {
		width: 100%;
		display: flex;
		margin-bottom: 10px;
	}
	#page_about #whats .about_whats_head_w {
		justify-content: space-between;
		margin-bottom: 15px;
	}
	#page_about #whats .about_whats_head .imgarea {
		width: 40%;
		flex-shrink: 0;
		height: 120px;
		margin-right: 15px;
    }
	#page_about #whats .about_whats_head .txtarea .sec_ttl_w {
		margin-bottom: 10px;
	}
	#page_about #whats .about_whats_head .txtarea .sec_ttl_w .ico{
		width: 40px;
		flex-shrink: 0;
		margin-right: 10px;
	}
	#page_about #whats .about_whats_head .txtarea .sec_ttl_w .sec_ttl {
		font-size: 1.8rem;
	}
	#page_about #whats .about_whats_head_u {
		padding-left: 0px;
	}
	#page_about #whats .about_whats_head_u .txtarea{
		padding: 20px;
	}
	#page_about #whats .about_whats_head_u .txtarea h3{
		margin-top: 0;
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	#page_about #whats .about_whats_head_u .imgarea {
		flex-shrink: unset;
		margin-left: 0;
	}
	#page_about .law_i{
		width: 100%;
		padding: 20px;
		margin-bottom: 15px;
	}
	#page_about .law_i .law_i_head{
		margin-bottom: 10px;
	}
	#page_about .law_i .law_i_head .sub_ttl_w .num {
		font-size: 2.6rem;
	}
	#page_about .law_i .law_i_head .sub_ttl_w .sec_ttl {
		font-size: 1.8rem;
	}
	#page_about #service_flow .flow_i{
		width: 100%;
	}
	#page_about #service_flow .flow_i:after,#page_about #service_flow .flow_i:after {
		content: "";
		width: 10px;
		height: 10px;
		border-top: 2px solid #000;
		border-left: 2px solid #000;
		display: block;
		transform: rotate(-135deg) translate(0px, 50%);
		position: absolute;
		right: 50%;
		top: auto;
		bottom: -20px;
	}
	#page_about #service_flow .flow_i:nth-of-type(3n):after {
		content: "";
		width: 10px;
		height: 10px;
		border-top: 2px solid #000;
		border-left: 2px solid #000;
		display: block;
		transform: rotate(-135deg) translate(0px, 50%);
		position: absolute;
		right: 50%;
		top: auto;
		bottom: -20px;
	}
	#page_about #service_flow .flow_i:nth-last-of-type(1):after{
		display: none;
	}
	#page_about .utilize_i{
		width: 100%;
		padding: 20px;
		margin-bottom: 15px;
	}
	#page_about .utilize_i .utilize_i_head{
		margin-bottom: 15px;
	}
	#page_about .utilize_i .utilize_i_head .imgarea {
		margin-right: 15px;
		flex-shrink: 0;
		width: 33%;
	}
	#page_about .utilize_i .utilize_i_head .sub_ttl_w .num{
		margin-bottom: 5px;
		font-size: 2.6rem;
		width: 100%;
	}
	#page_about .utilize_i .utilize_i_head .sub_ttl_w .sec_ttl {
		font-size: 1.8rem;
		line-height: 1.25;
	}
	#page_about .glossary_i {
		margin-bottom: 0;
		padding: 15px;
		width: 100%;
	}
	#page_about #trouble .trouble_i {
		width: 100%;
		margin-bottom: 20px;
	}
	#page_about #trouble .trouble_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	.procedure_i {
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 20px;
		width: 100%;
		box-sizing: border-box;
	}
	.procedure_i .sub_ttl_w {
		margin-bottom: 15px;
		align-items: center;
	}
	.procedure_i .sub_ttl_w .imgarea {
		width: 16%;
	}
	.procedure_i .sub_ttl_w h2 {
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 1.25;
	}
}

/*Service*/
#page_price #price {}
#page_price #price .sec_ttl_w{
	margin-bottom: 25px;
}
#page_price #price .lead_txt{
	margin-bottom: 50px;
}
.price_w{
	margin-bottom: 40px;
}
.price_w .table_head{
	margin-bottom: 15px;
	padding: 10px;
}
.price_w .table_head dt{
	width: 25%;
	border-right: 1px solid #fff;
	text-align: center;
}
.price_w .table_head dt:nth-last-of-type(1){
	border-right: 0px;
}
.price_w .table_body{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	padding: 10px;
}
.price_w .table_body dd{
	width: 25%;
	border-right: 1px solid #e2e2e2;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.price_w .table_body dd:nth-last-of-type(1){
	border-right: 0px;
}
.price_w .table_body dd .en{
	font-size: 2.7rem;
	font-weight: bold;
}
.price_w_02{
	margin-bottom: 40px;
}
.price_w_02 .table_head{
	margin-bottom: 15px;
	padding: 10px;
}
.price_w_02 .table_head dt{
	width: 50%;
}
.price_w_02 .table_body dd{
	width: 50%;
}
.price_w .caution{
	font-size: 1.4rem;
	margin-top: 10px;
	text-align: right;
}
.oth_service{

}
.oth_service ul{
	gap:15px;
}
.oth_service li{
	display: flex;
	background: #fff;
	padding: 10px;
	width: 47.5%;
	border: 1px solid #e2e2e2;
	align-items: center;
}
.oth_service li:before{
	content: "";
	width: 15px;
	height: 15px;
	background: #222a85;
	flex-shrink: 0;
	border-radius: 100px;
}
.oth_service li > span{
	width: 100%;
	text-align: center;
}
.oth_service li span.s_txt{
	font-size: 1.4rem;
}
.oth_service .imgarea{
	text-align: center;
	position: relative;
	top: 20px;
}
.oth_service .imgarea img{
	width: 33%;
}
.oth_service .u_area{
	border: 1px solid #e2e2e2;
	padding: 30px;
}

#page_price #breakdown {}
#page_price #breakdown .breakdown_w {
	gap: 24px;
}
#page_price #breakdown .breakdown_i {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	width: 49%;
	box-sizing: border-box;
}
#page_price #breakdown .breakdown_i .sub_ttl_w {
	margin-bottom: 15px;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
}
#page_price #breakdown .breakdown_i .sub_ttl_w .imgarea {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #e2e2e2;
}
#page_price #breakdown .breakdown_i .sub_ttl_w h2 {
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.25;
}
#page_price #breakdown .breakdown_u_area{
	padding-top: 60px;
}
#page_price #breakdown .breakdown_u_area .sub_ttl_w{
	margin-bottom: 30px;
}
#page_price #breakdown .breakdown_u_area .sub_ttl_w .ico{
	margin-bottom: 15px;
	text-align: center;
}
#page_price #breakdown .breakdown_u_area .sub_ttl_w h3{
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 20px;
	line-height:1.25;
	text-align: center;
}
#page_price #breakdown .breakdown_u_area .sub_ttl_w h3:after{
	content: "";
	width: 2px;
	height: 25px;
	background: #222a85;
	display: block;
	flex-shrink: 0;
	margin:15px auto 0;
}
#page_price #breakdown .breakdown_u_area_w{
	justify-content: space-between;
	margin-bottom: 30px;
}
#page_price #breakdown .breakdown_u_area_i{
	width: 32%;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 20px;
}
#page_price #breakdown .breakdown_u_area_i .ico{
	margin-bottom: 10px;
}
#page_price #breakdown .breakdown_u_area_i .txt{
	font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
	.price_w .table_body{
		padding-top: 10px;
	}
	.price_w .table_body dd{
		border-right: 0px solid #e2e2e2;
	}
	.price_w .table_body dd.t_th{
		width: 100%;
		box-sizing: border-box;
		background: #222a85;
		border-right: 0px solid #e2e2e2;
		color: #fff;
		padding: 10px;
		margin-bottom: 10px;
	}
	.price_w .table_body dd:nth-of-type(3){
		border-right: 0px;
	}
	.price_w .table_body dd.price_num{
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		justify-content: center;
		list-style: 1;
	}
	.price_w .table_body dd.price_num .sp_ttl {
        width: 40%;
        flex-shrink: 0;
        background: #f0f0f0;
        margin-right: 10px;
    }
	.price_w .table_body dd.price_num .sp_td{
		display: block;
		width: 50%;
	}
	.price_w .table_body dd .en {
		font-size: 2.4rem;
		font-weight: bold;
	}
	.price_w .caution {
		font-size: 1.0rem;
		margin-top: 10px;
		text-align: right;
	}
	.oth_service li {
		width: 100%;
	}
	.oth_service li span.s_txt {
		font-size: 1.2rem;
		display: block;
	}
	.oth_service .imgarea img {
		width: 75%;
	}
	#page_price #breakdown .breakdown_i{
		width: 100%;
	}
	#page_price #breakdown .breakdown_u_area_i {
        margin-bottom: 10px;
        width: 100%;
        display: flex;
        align-items: center;
    }
	#page_price #breakdown .breakdown_u_area_i .ico {
		margin-bottom: 0;
		flex-shrink: 0;
		margin-right: 15px;
	}
	#page_price #breakdown .breakdown_u_area_i .txt {
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.5;
	}
}

/*grants*/
#page_grants{}
#page_grants #purpose{}
#page_grants #purpose .purpose_w{
	margin-bottom: 20px;
}
.purpose_w{
	gap: 16px;
}
.purpose_i{
	width: 24%;
	position: relative;
}
.purpose_i .txt{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 600;
}
#page_grants #purpose .u_txt{
	text-align: center;
}
#page_grants #reduction{}
#page_grants #reduction .reduction_w{
	margin-bottom: 50px;
}
#page_grants #reduction .reduction_w .imgarea{
	width: 33%;
	flex-shrink: 0;
	margin-right: 30px;
}
#page_grants #reduction .txtarea{}
#page_grants #reduction .txtarea .sec_ttl_w .sec_ttl{
	font-size: 2.6rem;
	line-height: 1.5;
}
.reduction_u_txt{
	position: relative;
	margin-top: 30px;
	padding: 30px;
	border: 1px solid #e2e2e2;
	border-top: 2px solid #222a85;
}
.reduction_u_txt:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 30px 0 30px;
	border-color: #222a85 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0px);
}
.reduction_u_txt .txtarea{
	width: 75%;
}
.reduction_u_txt .txtarea p{
	margin-bottom: 10px;
}
.reduction_u_txt .txtarea p:nth-last-of-type(1){
	margin-bottom: 0;
}
.reduction_u_txt .imgarea {
	position: absolute;
	right: 35px;
	width: 20%;
	top: 35px;
}
#page_grants .caution_w {
	justify-content: space-between;
}
#page_grants .caution_i {
	padding: 30px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	width: 49%;
	margin-bottom: 25px;
	box-sizing: border-box;
	background: #fff;
}
#page_grants .caution_i .caution_i_head {
	align-items: center;
}
#page_grants .caution_i .caution_i_head .imgarea {
	margin-right: 30px;
	flex-shrink: 0;
}
#page_grants .caution_i .caution_i_head .sub_ttl_w {
	align-items: center;
}
#page_grants .caution_i .caution_i_head .sub_ttl_w .num {
	font-size: 2.4rem;
	font-weight: bold;
	margin-right: 5px;
	line-height: 1;
}
#page_grants .caution_i .caution_i_head .sub_ttl_w .sec_ttl {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
}
.caution_u_txt{
	position: relative;
	margin-top: 30px;
	padding: 30px;
	border: 1px solid #e2e2e2;
	border-top: 2px solid #222a85;
}
.caution_u_txt:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 30px 0 30px;
	border-color: #222a85 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0px);
}
.caution_u_txt .txtarea{
	width: 75%;
	margin-left: auto;
}
.caution_u_txt .txtarea p{
	margin-bottom: 10px;
}
.caution_u_txt .txtarea p:nth-last-of-type(1){
	margin-bottom: 0;
}
.caution_u_txt .imgarea {
	position: absolute;
	left: 90px;
	width: 12%;
	top: 35px;
}
.case_w{
	justify-content: space-between;
}
.case_i{
	width: 31%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
	overflow: hidden;
}
.case_i .imgarea{
	height: 200px;
	width: 100%;
}
.case_i .imgarea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case_i .price{
	text-align: center;
	font-family: 2.0rem;
	font-weight: 600;
}
.case_i .price .l_txt{
	font-size: 2.4rem;
}
.case_i .case_meta_w{
	padding: 20px;
}
.case_i .case_meta_i{
	background: #f0f0f0;
	margin-bottom: 5px;
	padding: 10px;
}
.case_i .case_meta_i dt{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #c1c1c1;
}
@media screen and (max-width: 750px) {
	.purpose_w {
		gap: 13px;
	}
	.purpose_i{
		width: 48%;
	}
	.purpose_i .txt {
		font-size: 1.5rem;
	}
	#page_grants #reduction .reduction_w .imgarea {
		width: 100%;
		flex-shrink: 0;
		margin-right: 0;
		margin: 20px 0;
	}
	.reduction_u_txt {
		padding-bottom: 200px;
	}
	.reduction_u_txt .txtarea {
		width: 100%;
	}
	.reduction_u_txt .imgarea {
		position: absolute;
		right: 50%;
		width: 50%;
		top: auto;
		bottom: -50px;
		transform: translate(50%, 0px);
	}
	#page_grants .caution_i{
		padding: 20px;
		width: 100%;
		margin-bottom: 15px;
	}
	#page_grants .caution_i .caution_i_head .sub_ttl_w .sec_ttl {
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 1.5;
	}
	.case_i {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.caution_u_txt {
		padding-bottom: 200px;
	}
	.caution_u_txt .txtarea {
		width: 100%;
	}
	.caution_u_txt .imgarea {
		position: absolute;
		left: 50%;
		width: 40%;
		top: auto;
		bottom: -60px;
		transform: translate(-50%, 0px);
	}
}

/*identify*/
#identify{}
#identify .identify_w{
	justify-content: space-between;
}
#identify .identify_w .identify_i{
	width: 31.5%;
}
#identify .identify_w .identify_i .sub_ttl_w{
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
#identify .identify_w .identify_i .sub_ttl_w .num{
	font-size: 3.2rem;
	font-weight: bold;
	margin-right: 5px;
	line-height: 1;
}
#identify .identify_w .identify_i .sub_ttl_w .sec_ttl{
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1;
}
#identify .identify_w .identify_i .imgarea{
	margin-bottom: 20px;
}
#identify .identify_w .identify_i > .txt{
	margin-bottom: 15px;
}
#identify .identify_w .identify_i .u_area{
	position: relative;
}
#identify .identify_w .identify_i .u_area .txt{
	width: 70%;
	background: #fff;
	padding: 20px;
	position: relative;
	border-radius: 10px 0 10px 10px;
	height: 152px;
	box-sizing: border-box;
}
#identify .identify_w .identify_i .u_area .txt:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 10px 15px 0px 0px;
	position: absolute;
	top: 0;
	right: -14px;
}
#identify .identify_w .identify_i .u_area .imgarea{
    position: absolute;
    width: 31%;
    right: 0px;
    top: -10px;
}
#identify_caution{}
#identify_caution .lead_txt{
	margin-bottom: 30px;
	text-align: center;
}
.identify_caution_w{
	justify-content: space-between;
	margin-bottom: 50px;
}
.identify_caution_i{
	width: 31.5%;
	position: relative;
}
.identify_caution_i .txt{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.5;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 600;
}
.identify_caution_u_area {
	background: url(../images/common/main_bg.jpg);
	background-size: cover;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 40px;
}
#identify_caution .oth_service ul{
	margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
	#identify .identify_w .identify_i {
		width: 100%;
		margin-bottom: 40px;
	}
	#identify .identify_w .identify_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	.identify_caution_i {
		width: 100%;
		position: relative;
		margin-bottom: 10px;
	}
}

/*faq*/
.faq_i{
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	margin-bottom: 30px;
	transition: 0.5s;
	background: #fff;
}
.faq_i.open{
	border-radius: 30px;
}
.faq_i .ico{
	color: #fff;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 20px;
	font-weight: 600;
	flex-shrink: 0;
}
.faq_i h3{
	font-size: 1.6rem;
	margin-top: 5px;
}
.faq_i p{
	margin-top: 5px;
}
.faq_i .q{
	position: relative;
	cursor: pointer;
}
.faq_i .q:after{
	content: "×";
	font-size: 1.8rem;
	font-weight: 900;
	position: absolute;
	top:50%;
	right: 10px;
	transform:rotate(45deg) translate(-10px,-50%);
	color: #333;
	transition: 0.5s;
}
.faq_i.open .q:after{
	top:50%;
	right: 0px;
	transform:rotate(0) translate(0,-50%);
}
.faq_i .a{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
	display: none;
}
@media screen and (max-width: 750px) {
	#faq {
    padding: 50px 0 50px;
    position: relative;
	}
	.faq_i{
		border-radius: 30px;
		padding: 7.5% 5%;
	}
	.faq_i .q .flex{
		padding-right: 30px;
	}
	.faq_i h3 {
    margin-top: 0;
		font-size: 1.4rem;
	}

	.faq_i .ico {
    width: 30px;
    height: 30px;
    margin-right: 20px;
	}
}

/*form*/

#page_contact #contact_w{

}
#contact_w .tel_w{
	display: table;
	padding: 30px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	margin: 0 auto 30px;
	border-radius: 15px;
	width: 350px;
}
#contact_w .tel_w .txt{
	font-size: 1.4rem;
	line-height: 1.25;
	margin-bottom: 10px;
}
#contact_w .lead_txt{
	margin-bottom: 30px;
}
.form_w{

}
.form_w table{
	width: 100%;
}
.form_w table th,
.form_w table td{
	padding: 10px 0;
	vertical-align: middle;
	text-align: left;
}
.form_w table th{
	width: 25%;
	font-weight: normal;
}
.form_w table th span{
	color: #cc4338;
	display: inline-block;
	margin-left: 10px;
}
.form_w table td input[type=text],
.form_w table td input[type=tel],
.form_w table td input[type=email]{
	height: 40px;
	width: 100%;
}
.form_w table td input[type=date],
.form_w table td input[type=number]{
	width: 50%;
	height: 40px;
}
.form_w table td textarea{
	width: 100%;
}
.form_w .submit_area{
	text-align: center;
	margin-top: 30px;
}
.form_w .submit_area input[type=submit]{
	background-image: -moz-linear-gradient(45deg, #e86c6c 0%, #cc4338 100%);
	background-image: -webkit-linear-gradient(45deg, #e86c6c 0%, #cc4338 100%);
	background-image: -ms-linear-gradient(45deg, #e86c6c 0%, #cc4338 100%);
    width: 345px;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 10px;
    text-align: center;
    position: relative;
	border: 0px;
}
.form_w .caution{
	text-align: center;
	margin-top: 20px;
}
.form_inp_w{
	margin-bottom: 30px;
}
.form_inp_w h2{
	font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 1.25;
    display: flex;
    align-items: center;
}
.form_inp_w h2:before{
	content: "";
	width: 20px;
	height: 2px;
	background: #222a85;
	display: block;
	flex-shrink: 0;
	margin-right: 10px;
}
.form_inp_w .txt{
	margin-bottom: 30px;
}
.wpcf7-list-item{
	margin: 0;
	margin-right: 10px;
}
.address_inp_w{
	margin: 10px 0;
}
.address_inp_w input[type=text] {
	width: 80% !important;
}
.address_inp_w.s_inp input[type=text]{
	width: 30% !important;
}
@media screen and (max-width: 750px) {
	.to_comp_fv{
		padding-top: 110px;
	}
	.to_comp_fv .txtarea h1 {
		font-size: 3.0rem;
		letter-spacing: 5px;
		text-align: center;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.to_comp_fv .imgarea{
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.page_sec_ttl_w h2{
		font-size: 2.2rem;
		line-height: 1.5;
	}
	.page_sec_ttl_w p{
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	#t_comp_worries .worries_i{
		width: 100%;
		margin-bottom: 20px;
	}
	#t_comp_worries .worries_i .worries_i_a .ico{
		margin-right: 0px;
		flex-shrink: 0;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	#t_comp_worries .worries_i .worries_i_a .ico img{
		width: 50px;
	}
	#t_comp_worries .worries_i .arr:before {
		width: 10px;
		height: 24px;
		background-position: bottom;
	}
	#t_comp_solution .txt{
		font-size: 2.2rem;
	}
	#t_comp_reason .t_comp_reason_i .imgarea {
		flex-shrink: 0;
		margin-right: 0px;
		margin-top: 0px;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	#t_comp_reason .t_comp_reason_i .txtarea h3{
		display: flex;
		line-height: 1.3;
		margin-bottom: 20px;
		align-items: center;
	}

	#page_contact #contact_w .tel_w{
		width: 100%;
		box-sizing: border-box;
	}
	
	.form_w table th,
	.form_w table td{
		width: 100%;
		display: block;
	}
		#t_comp_reason .t_comp_reason_i .bages{
			justify-content: space-between;
		}
	#t_comp_reason .t_comp_reason_i .bages img{
		width: 48%;
		margin-right: 0;
		display: block;
	}
}

#company_w table{
	width: 100%;
}
#company_w table th,
#company_w table td{
	border-bottom: 1px solid #333;
	padding: 10px 0;
}
#company_w table tr:nth-of-type(1) th,
#company_w table tr:nth-of-type(1) td{
	border-top: 1px solid #333;
}

#thanks_w .thanks_content{
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-sizing: border-box;
}
#thanks_w .thanks_content .txtarea{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
#thanks_w .thanks_content .txtarea p{
	margin-bottom: 10px;
}
.dl_btn{
	background: linear-gradient(90deg, rgb(62, 122, 45) 0%, rgba(78, 156, 57, 0.99608) 100%);
	width: 300px;
	text-align: center;
	display: block;
	margin: auto;
	border-radius: 100px;
	padding: 20px 0;
	align-items: center;
	justify-content: center;
}
.dl_btn img{
    width: 20px;
    margin-right: 10px;
}
@media screen and (max-width: 750px) {
	.dl_btn {
		width: 100%;
		padding: 15px 0;
	}
}


/*column*/
.column_lis_w{
}
.column_i{
	width: 31%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-right: 30px;
}
.column_i:nth-of-type(3n){
	margin-right: 0;
}
.column_i .imgarea{
	height: 200px;
	width: 100%;
}
.column_i .imgarea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.column_i .txtarea{
	padding: 20px;
}
.column_i .txtarea .date{
	opacity: 0.6;
}
.column_i .txtarea h2{
	font-weight: 600;
}
@media screen and (max-width: 750px) {
	.column_i {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/*NEWS*/
.article_single_content_w{
}
.article_single_content_i_w {
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 20px;
}
.article_single_content_i_head{
	margin-bottom: 20px;
}
.article_single_content_i_head h1{
	font-size: 2.6rem;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.5;
}
.article_single_content_i_head .cat_date_w{
}
.article_single_content_i_head .cat_date_w .cat{
	margin-right: 10px;
}
.article_single_content_i_head .cat_date_w .cat a{
	display: inline-block;
	border: 1px solid #222a85;
	line-height: 1;
	padding: 5px 10px;
}
.article_single_content_i p{
	margin-bottom: 20px;
}
.article_single_content_i h2{
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 40px;
	line-height:1.25;
	display: flex;
	align-items: center;
}
.article_single_content_i h2:before{
	content: "";
	width: 20px;
	height: 2px;
	background: #222a85;
	display: block;
	flex-shrink: 0;
	margin-right: 10px;
}
.article_single_content_i h3{
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 30px;
	line-height:1.25;
}
.article_single_content_i h3:after{
	content: "";
	width: 40px;
	height: 2px;
	background: #222a85;
	display: block;
	margin-top: 15px;
}
.article_single_content_i h4 {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 30px;
	line-height:1.25;
	color: #222a85;
}
.article_single_content_i ul{
	margin-bottom: 20px;
}
.article_single_content_i ul li{
	background: #f0f0f0;
	margin-bottom: 5px;
	padding:10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	border-radius: 5px;
}
.article_single_content_i ul li:before{
	content: "";
	width: 10px;
	height: 10px;
	background: #222a85;
	display: block;
	flex-shrink: 0;
	margin-right: 10px;
	border-radius: 100px;
}
.article_single_content_i table{
	width: 100%;
	border-right: #e2e2e2 solid 1px;
	border-bottom: #e2e2e2 solid 1px;
	margin-bottom: 30px;
}
.article_single_content_i table th{
	background: #222a85;
	color: #fff;
	
}
.article_single_content_i table th,
.article_single_content_i table td{
	border-left: #e2e2e2 solid 1px;
	border-top: #e2e2e2 solid 1px;
	box-sizing: border-box;
	padding: 10px;
}

.tw_clm_w .l_area{
	width: 860px;
	margin-right: 40px;
	flex-shrink: 0;
}
.tw_clm_w .r_area{
	width: 100%;
}
.tw_clm_w .r_area #sidebar{
	padding: 30px 20px;
}
.tw_clm_w .r_area .side_article_ww{
	margin-bottom: 30px;
}
.tw_clm_w .r_area .side_article_ww .side_ttl{
	font-size: 1.8rem;
	border-bottom: #222a85 1px solid;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 10px;
}
.tw_clm_w .r_area .side_article{
	margin-bottom: 15px;
}
.tw_clm_w .r_area .side_article .imgarea {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	margin-right: 20px;
	position: relative;
}
.tw_clm_w .r_area .side_article .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.tw_clm_w .r_area .side_article .txtarea{
	position: relative;
	z-index: 2;
	width: 100%;
}
.tw_clm_w .r_area .side_article .txtarea .ttl {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.5;
}
.tw_clm_w .r_area .side_article .txtarea .date{
	font-size: 1.4rem;
	text-align: right;
}
.tw_clm_w .r_area .side_article .num {
	position: absolute;
    font-size: 1.6rem;
	top: 12px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
    transform: translate(0px, -50%);
    font-weight: 600;
    color: #e7f4fa;
    line-height: 1;
	background: #222a85;
	width: 25px;
	height: 25px;
	box-sizing: border-box;
	line-height: 1;
}
.tw_clm_w .r_area .side_article:nth-of-type(1) .num{
	background: #fac907;
}
.tw_clm_w .r_area .side_article:nth-of-type(2) .num {
	background: #969696;
}
.tw_clm_w .r_area .side_article:nth-of-type(3) .num {
	background: #824811;
}
.tw_clm_w .r_area .link_btn_w{}
.tw_clm_w .r_area .link_btn_w .category_i {
	padding: 10px 0;
	border-bottom: 1px solid #cbcbcb;
}
.tw_clm_w .r_area .link_btn_w .category_i:nth-of-type(1){
	padding-top: 0;
}
.tw_clm_w .r_area .link_btn_w .category_i a{
	font-size: 1.4rem;
}
.tw_clm_w .r_area .tag_list li{
	margin-right: 5px;
	margin-bottom: 5px;
}
.tw_clm_w .r_area .tag_list a {
	font-size: 1.4rem;
}

.article_single_content_i_w .tag_w{
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #e8e8e8;
	margin-bottom: 40px;
}
.article_single_content_i_w .tag_w h2 {
	font-size: 1.8rem;
	border-bottom: #222a85 1px solid;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 10px;
}
.article_single_content_i_w .tag_w li {
	margin-right: 5px;
	margin-bottom: 5px;
}
.article_single_content_i_w .tag_w a{
	font-size: 1.4rem;
}

.article_single_content_i_w .related_posts{
}
.article_single_content_i_w .related_posts h2 {
	font-size: 1.8rem;
	border-bottom: #222a85 1px solid;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 10px;
}
.article_single_content_i_w .related_posts_w{
	justify-content: space-between;
}
.article_single_content_i_w .related_posts_i{
	margin-bottom: 15px;
	width: 48%;
}
.article_single_content_i_w .related_posts_i .imgarea {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	margin-right: 20px;
	position: relative;
}
.article_single_content_i_w .related_posts_i .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.article_single_content_i_w .related_posts_i .txtarea{
	position: relative;
	z-index: 2;
	width: 100%;
}
.article_single_content_i_w .related_posts_i .txtarea .ttl {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.5;
}
.article_single_content_i_w .related_posts_i .txtarea .date{
	font-size: 1.4rem;
	text-align: right;
}
@media screen and (max-width: 750px) {
	.tw_clm_w .l_area{
		width: 100%;
	}
	.article_single_content_ww{
		padding-top: 0;
	}
	.article_single_content_w{
		width: 100%;
	}
	.article_single_content_w{
		padding: 0;
		border-top: 1px solid #e8e8e8;
		border-bottom: 1px solid #e8e8e8;
	}
	.article_single_content_i_w{
		padding: 20px;
		width: 100%;
		border-radius: 0;
	}
	.article_single_content_i img{
		height: auto !important;
	}
	.article_single_content_i_head h1{
		font-size: 2.2rem;
		line-height: 1.5;
	}
	.article_single_content_i_head{
		margin-bottom: 20px;
	}
	.article_single_content_i_w .related_posts_i{
		width: 100%;
	}

	.tw_clm_w .r_area #sidebar{
		background: #fafafa;
	}
	.tw_clm_w .r_area .side_article_ww {
		margin-bottom: 30px;
		background: #fff;
		padding: 20px;
	}

	.post-type-archive-column .tw_clm_w .r_area #sidebar{
		padding: 30px 0;
	}
}

.article_list_content_w .news_w{
	border: 1px solid #e2e2e2;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
}
.article_list_content_w .news_w h2{
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.article_list_content_w .news_lis_w{

}
.article_list_content_w .news_row{
	padding: 10px 0;
	border-bottom: 1px solid #e2e2e2;
}
.article_list_content_w .news_row:nth-last-of-type(1){
	border-bottom: 0px solid #e2e2e2;
}
.article_list_content_w .news_row dd{
	margin-right: 10px;
	flex-shrink: 0;
}
#pagenation .page-numbers li a,
#pagenation .page-numbers li span{
	margin: 5px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: solid 2px #222a85;
	font-size: 14px;
	color: #111;
	font-weight: bold;
	transition: all 0.15s linear;
	color: #222a85;
}
#pagenation .page-numbers{
	display: flex;
	justify-content: center;
	align-items: center;
}
#pagenation .page-numbers li .current{
  background: #222a85;
  color: #fff;
  pointer-events: none;
}
#pagenation .page-numbers li:not(.current) a:hover {
  background: #222a85;
  color: #fff;
}
#pagenation > * + * {
  margin-left: 8px;
}
@media screen and (max-width: 750px) {
	.article_list_content_w .news_row {
		padding: 15px 0;
	}
	.article_list_content_w .news_row dd {
		margin-bottom: 5px;
		flex-shrink: 0;
	}
	#pagenation .page-numbers li a, #pagenation .page-numbers li span{
		width: 35px;
    	height: 35px;
	}
}

.cat_name .sec_ttl{
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 40px;
	line-height:1.25;
}
.cat_name .sec_ttl:after{
	content: "";
	width: 40px;
	height: 2px;
	background: #222a85;
	display: block;
	margin-top: 15px;
}




.single_vender_content{

}
.vender_head_w{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 35px;
    box-sizing: border-box;
    position: relative;
	background: #fff;
}
.vender_head_i{
	border-bottom: #e2e2e2 solid 1px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	align-items: center;
}
.vender_head_i .logo{
	max-width: 150px;
	margin-right: 30px;
	flex-shrink: 0;
	padding-right: 30px;
}
.vender_head_i .vender_name{
	font-size: 2.0rem;
}
.vender_head_i_d .imgarea{
	margin-right: 30px;
	width: 300px;
	flex-shrink: 0;
}
.vender_head_i_d .txtarea h1{
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 600;
	color: #222a85;
	margin-bottom: 20px;
}


.anker_link_w .flex{
	padding: 20px 0;
	justify-content:space-between;
}
.anker_link_w a{
	padding: 10px;
	box-sizing: border-box;
	display: block;
	width: 24%;
	text-align: center;
	border-radius: 10px;
	background: #222a85;
	color: #fff;
	position: relative;
}
.anker_link_w a:after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: rotate(45deg) translate(0, -50%);
}
.vender_head_detail_i {
	padding-top:30px;
	border-radius: 10px;
}
.vender_head_detail_i h2{
	background: #222a85;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;
	padding-left: 10px;
	line-height: 1.25;
	padding: 10px 10px 10px 20px;
	margin-bottom: 30px;
}
.vender_head_detail_i h2 span{
	display: inline-block;
	padding-left: 10px;
	border-left: 2px solid #fff;
}
.vender_head_detail ul.strong_lis_w{
	margin-bottom: 20px;
}
.vender_head_detail ul.strong_lis_w li{
	background: #fff;
	margin-bottom: 5px;
	box-sizing: border-box;
	margin-bottom: 20px;
	overflow: hidden;
}
.vender_head_detail ul.strong_lis_w li h3{
	background: #222a85;
	padding: 10px;
	color: #fff;
	font-weight: 600;
	font-size: 1.8rem;
}
.vender_head_detail ul.strong_lis_w li .txt{
	padding: 15px;
}
.vender_head_detail_i .option_w{
    
}
.vender_head_detail_i .option_w .option_i{
	box-sizing: border-box;
    padding: 20px;
	margin-bottom: 10px;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.vender_head_detail_i .option_w .option_i h3{
    margin-bottom: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 5px;
	font-size: 1.8rem;
	font-weight: 600;
}
.vender_head_detail_i .option_w .option_i h3:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #222a85;
	display: block;
	flex-shrink: 0;
	margin-right: 10px;
	border-radius: 100px;
}
#options_oth .option_w{
	justify-content: space-between;
}
#options_oth .option_w .option_i{
	width: 49%;
}
.vender_head_detail_i .benefits_w{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 30px;
}
.vender_head_detail_i .benefits_w .imgarea{
	max-width: 50%;
	margin:30px auto 0;
}
.vender_head_detail_i .area_w {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 30px;
}
.vender_head_detail_i .area_w li{
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.vender_head_detail_i .area_w li h3{
	margin-bottom: 5px;
}
.vender_head_detail_i .area_w li:nth-last-of-type(1){
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0px;
}

.vender_head_detail_i .voice_w {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 30px;
}
.vender_head_detail_i .voice_i{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.vender_head_detail_i .voice_i .txtarea{
}
.vender_head_detail_i .voice_i .txtarea dt{
	padding: 5px;
}
.vender_head_detail_i .voice_i .txtarea dd{
	padding: 10px;
}
.vender_head_detail_i .bf_w{
	width: 45%;
	flex-shrink: 0;
	margin-left: 30px;
}
.vender_head_detail_i .bf_i{
	margin-bottom: 15px;
}
.vender_head_detail_i .bf_i.before .badge{
	background: #666;
	display: table;
	color: #fff;
	padding: 5px;
}
.vender_head_detail_i .bf_i.after .badge {
	background: #b6493f;
	display: table;
	color: #fff;
	padding: 5px;
}
.vender_head_detail_i .review_ww{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
}
.vender_head_detail_i .review_head{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.vender_head_detail_i .review_head .review_head_i{
	margin-right: 15px;
	align-items: center;
}
.vender_head_detail_i .review_head .review_head_i dt{
	margin-right: 5px;
	padding: 5px;
	min-width: 80px;
	text-align: center;
}
.vender_head_detail_i .review_cont_i{
	margin-bottom: 30px;
}
.vender_head_detail_i .review_cont_i .imgarea{
	width: 75px;
	margin-right: 20px;
	flex-shrink: 0;
}
.vender_head_detail_i .review_cont_mt_i{
	align-items: center;
}
.vender_head_detail_i .review_cont_mt_i dt{
	display: table;
	margin-right: 5px;
    padding: 5px;
    min-width: 80px;
    text-align: center;
}
.vender_head_detail_i .review_cont_mt_i.comment_w{
	margin-top: 20px;
}
.vender_head_detail_i .review_cont_mt_i.comment_w dt{
	margin-bottom: 10px;
}
.vender_head_detail_i .caution_i{
	margin-bottom: 20px;
}
.vender_head_detail_i .caution_i h3{
	margin-bottom: 10px;
	font-size: 2.0rem;
}

.vender_head_detail_i .service_w{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 40px;
}
.vender_head_detail_i .service_i{
	padding: 30px 0;
	border-bottom: 1px solid #e2e2e2;
	align-items: center;
}
.vender_head_detail_i .service_i:nth-of-type(1){
	padding-top: 0;
}
.vender_head_detail_i .service_i:nth-last-of-type(1) {
	padding-bottom: 0;
	border-bottom: 0px solid #e2e2e2;
}
.vender_head_detail_i .service_i .imgarea{
	width: 70px;
	text-align: center;
	margin-right: 30px;
	flex-shrink: 0;
}
.vender_head_detail_i .service_i .txtarea {

}
.vender_head_detail_i .service_i .txtarea .sub_ttl_w{
	margin-bottom: 10px;
	align-items: center;
}
.vender_head_detail_i .service_i .txtarea .sub_ttl_w .num{
	font-size: 3.2rem;
	font-weight: bold;
	margin-right: 5px;
	line-height: 1;
}
.vender_head_detail_i .service_i .txtarea .sub_ttl_w .sec_ttl{
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1;
}
@media screen and (max-width: 750px) {
	.vender_head_i{
	}
	.vender_head_i .logo{
		margin-bottom: 20px;
		margin-right: 0;
		padding-right: 0;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.vender_head_i .logo img{
		max-width: 50%;
	}
	.vender_head_i .vender_name{
		font-size: 1.6rem;
		width: 100%;
		text-align: center;
	}
	.vender_head_i .txtarea h1 {
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 1.5;
	}
	.vender_head_i_d .imgarea {
		margin-right: 0;
		width: 100%;
		flex-shrink: unset;
		margin-bottom: 20px;
	}
	.vender_head_i_d .txtarea h1 {
		font-size: 2.0rem;
		line-height: 1.5;
		font-weight: 600;
		color: #222a85;
		margin-bottom: 20px;
	}

	.anker_link_w a {
		width: 49%;
		margin-bottom: 10px;
		
	}

	.vender_head_detail_i .benefits_w .imgarea{
		max-width: 100%;
	}

	.vender_head_detail_i .voice_w{
		padding: 30px 20px;
	}
	.vender_head_detail_i .voice_i {
		flex-direction: column-reverse;
	}
	.vender_head_detail_i .voice_i .txtarea {
		width: 100%;
		margin-right: 0;
		flex-shrink: 0;
	}
	.vender_head_detail_i .voice_i .bf_w{
		display: flex;
	}

	.vender_head_detail_i .review_ww{
		padding: 30px 20px;
	}
	.vender_head_detail_i .review_cont_i .imgarea {
		width: 100%;
		margin-right: 0px;
		flex-shrink: unset;
		text-align: center;
		margin-bottom: 20px;
	}
	.vender_head_detail_i .review_cont_i .imgarea img{
		width: 70px;
	}
	.vender_head_detail_i .review_cont_mt_i{
		margin-bottom: 10px;
	}
	.vender_head_detail_i .review_cont_mt_i.comment_w {
		margin-top: 0px;
	}
	.vender_head_detail_i .caution_i h3{
		font-size: 1.7rem;
	}
	.vender_head_detail_i .option_w .option_i .sub_ttl_w{
		align-items: center;
	}
	.vender_head_detail_i .option_w .option_i h3{
		font-size: 1.7rem;
	}
	.kahi {
		font-size: 1.1rem;
	}
	#options_oth .option_w .option_i{
		width: 100%;
	}
}


#area_search_w{

}
#area_search_w .in{
	padding: 30px;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}
#narrow_w{

}
#narrow_w .in{
	padding: 30px;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}
#narrow_w .sec_ttl_w{
	margin-bottom: 30px;
}
#narrow_w table{
	width: 100%;
}
#narrow_w table th,
#narrow_w table td{
	padding: 20px;
	border-bottom: 1px solid #ccc;
}
#narrow_w table th{
	width: 15%;
	text-align: left;
}
#narrow_w table label{
	margin-right: 10px;
	margin-bottom: 5px;
}
#narrow_w table input[type=checkbox]{
	margin-right: 10px;
}
#narrow_w .submit_area{
	text-align: center;
	margin-top: 20px;
}
#narrow_w input[type=submit] {
	background:#222a85;
	width: 150px;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.6rem;
	border-radius: 10px;
	text-align: center;
	position: relative;
	border: 0px;
}

.page-id-46 .vender_w{
	border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 750px) {
	#narrow_w .in{
		padding: 30px 20px;
	}
	#narrow_w table th,
	#narrow_w table td{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	#narrow_w table th{
		border-bottom: 0px;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#narrow_w table td{
		padding-top: 10px;
		padding-left: 0;
		padding-right: 0;
	}

	.page-id-46 .vender_w{
		background: #fff;
	}
	.page-id-46 .vender_w .in{
		width: 100%;
	}
	#area_search_w .in{
		padding:30px 20px;
	}
}

.vender_list_i{
	padding: 30px;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	background: #fff;
	margin-bottom: 20px;
}
.vender_list_i .logo {
	width: 80px;
	border-radius: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ececec;
	padding: 10px;
	height: 80px;
	overflow:hidden;
	flex-shrink: 0;
	margin-right: 30px;

}
.vender_list_i .txtarea{
	width: 100%;
}
.vender_list_i h2{
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
	font-size: 2.0rem;
    font-weight: 600;
	line-height: 1.25;
	margin-bottom: 15px;
}
.vender_list_i .review_head{
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
}
.vender_list_i .review_head .review_head_i{
	margin-right: 10px;
}
.vender_list_i .review_head dt{
	margin-right: 10px;
	padding: 0 10px;
}
.vender_list_i .strong_w{
	margin-bottom: 20px;
}
.vender_list_i .strong_w h3{
	color: #222a85;
	margin-bottom: 5px;
}
.vender_list_i .strong_w li{
	font-size: 1.4rem;
	background: #fafafa;
	align-items: center;
	margin-bottom: 5px;
	padding: 10px;
	border-left: 2px solid #222a85;
}
.vender_list_i .strong_w li h4{
	font-size: 1.6rem;
	color: #222a85;
}
.vender_list_i .price_w{
	border: 1px solid #e8e8e8;
	margin-top: 20px;
}
.vender_list_i .price_w .ttl_w{
	background: #e8e8e8;
	padding:20px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.vender_list_i .price_w ul{
	padding: 20px;
}
.vender_list_i .price_w li{
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.vender_list_i .price_w li .cor_red{
	font-weight: 600;
}
.vender_list_i .price_w li .cor_red .en{
	font-size: 2.2rem;
}
.vender_list_i .more_btn{
	background: #ce272e;
	width: 300px;
	padding: 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.6rem;
	border-radius: 10px;
	text-align: center;
	position: relative;
	border: 0px;
	display: block;
	margin: auto;
}
@media screen and (max-width: 750px) {

	.vender_head_detail_i .service_i .imgarea {
		width: 100%;
		text-align: center;
		margin-right: 0;
		flex-shrink: 0;
		margin-bottom: 20px;
	}
	.vender_head_detail_i .service_i .txtarea .sub_ttl_w {
		margin-bottom: 10px;
		align-items: center;
		width: 100%;
		justify-content: center;
	}
	.vender_head_detail_i .service_w{
		padding: 30px 20px;
	}

	.vender_list_i{
		padding: 30px 15px;
		border-radius: 0;
		box-shadow: none;
		border-bottom: 1px solid #e8e8e8;
	}
	.vender_list_i .logo{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.vender_list_i h2{
		padding-bottom: 20px;
	}
	.vender_list_i .price_w{
		flex-wrap: wrap;
	}
	.vender_list_i .price_w .ttl_w{
		width: 100%;
		box-sizing: border-box;
		padding: 10px 20px;
	}
	.vender_list_i .price_w li{
		width: 100%;
		margin-right: 0;
		justify-content: space-between;
	}
	.vender_list_i .review_head dt {
		margin-right: 10px;
		padding: 0 7px;
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
}

.case_cat_w{}
.case_cat_w .case_cat_lis_w{
	justify-content: space-between;
}
.case_cat_w .case_cat_lis_w li{
	width: 11%;
}
.case_cat_w .case_cat_lis_w li .imgarea{
	margin-bottom: 15px;
}
.case_cat_w .case_cat_lis_w li .txt{
	text-align: center;
}
#case .l_bor_sub_ttl {
	border-left: 3px solid #222a85;
	line-height: 1.5;
	font-size: 2.4rem;
	padding-left: 15px;
	margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
	.case_cat_w .in{
		width: 100%;
	}
	.case_cat_lis_ww{
		overflow: scroll;
		padding: 0 2.5%;
	}
	.case_cat_w .case_cat_lis_w {
		justify-content: space-between;
		width: 285vw;
	}
}

#case_d_ww{}
#case_d_ww .case_d_w{
	justify-content: space-between;
}
#case_d_ww .case_d_w .imgarea{
	width: 60%;
	margin-right: 2%;
}
#case_d_ww .case_d_w .txtarea{
	width: 100%;
}
#case_d_ww .case_d_w .txtarea h1{
	border-left: 3px solid #222a85;
	line-height: 1.5;
	font-size: 2.4rem;
	padding-left: 15px;
	margin-bottom: 20px;
}
#case_d_ww .case_d_w .txtarea .price {
	font-size: 2.0rem;
	font-weight: 600;
	padding: 5px 10px;
	margin-bottom: 20px;
}
#case_d_ww .case_d_w .txtarea .case_meta_i{
	padding: 10px;
	margin-bottom: 2px;
}
#case_d_ww .case_d_w .txtarea .case_meta_i dt{
	width: 20%;
	text-align: center;
	position: relative;
	margin-right: 20px;
}
#case_d_ww .case_d_w .txtarea .case_meta_i dt:after{
	width: 1px;
	height: 100%;
	content: "";
	background: #222a85;
	display: block;
	right: 0;
	position: absolute;
	top: 0;
}
@media screen and (max-width: 750px) {
	#case_d_ww .case_d_w .imgarea {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#case_d_ww .case_d_w .txtarea .case_meta_i dt {
		width: 100%;
		text-align: left;
		position: relative;
		margin-right: 0px;
		border-bottom: 1px solid #222a85;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#case_d_ww .case_d_w .txtarea .case_meta_i dt:after{
		display: none;
	}
}