@charset "utf-8";
/* Foundation
***********************************************************************/
*,
:before,
:after{
	box-sizing:border-box;
}
html{
	font-size: 62.5%;
}
body {
	position: relative;
	color: #252525;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: .02em;
	min-width: 320px;
}
img{
	max-width:100%;
	height:auto;
}
.img_box{
	text-align: center;
	line-height: 1;
}

/* a
***********************************************************************/
a{
	color: #1f46b5;
	text-decoration: none;
}
/*btn*/
.btn_area{
	margin-top: 30px;
	text-align: center;
}
a[class^=btn] + a[class^=btn]{
	margin-left: 8px;
}
a[class^=btn].u-fs-l{
	padding-top: 1em;
	padding-bottom: 1em;
}
.btn_normal,
.btn_more{
	background: #211f8c;
}
.btn_accent{
	background: #eb5a5a;
}
.btn_normal,
.btn_accent,
.btn_more{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 48px;
	color: #fff;
	font-weight: bold;
	border-radius: 200px;
	vertical-align: middle;
}
.btn_normal,
.btn_accent{
	position: relative;
	padding: .7em 40px .7em 1.2em;
}
.btn_more{
	padding: 10px 20px;
}
.btn_normal img,
.btn_accent img{
	margin-right: .5em;
	vertical-align: middle;
}
.btn_normal::after,
.btn_accent::after,
.btn_more::after{
	content: "";
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
.btn_more::after{
	content: "";
	display: inline-block;
	margin: 0 0 10px 10px;
	vertical-align: bottom;
}
.btn_normal::after,
.btn_accent::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 20px;
	transform: rotate(45deg);
}
.btn_more::after{
	transform: rotate(135deg);
}


/* layout
***********************************************************************/
.layout{
	width: 100%;
	max-width: 960px;
	padding: 0 20px;
	margin: 0 auto;
}
[class*="_ttl"]{
	line-height: 1.5;
}

/* gnav
***********************************************************************/
.gnav{
	padding-top: 20px;
	padding-bottom: 10px;
	background: #fff;
}
.gnav li{
	text-align: center;
}
.gnav > li + li{
	margin-top: 10px;
}
.gnav .logo img{
	width: 150px;
	height: 36px;
	vertical-align: middle;
}
.gnav a[href^="tel"]{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
}
.gnav a[class^="btn_"]{
		margin-top: 10px;
		margin-bottom: 10px;
}
.gnav p{
	font-size: 14px;
}

/* mv
***********************************************************************/
.mv{
	padding: 30px 0 60px;
	background: linear-gradient(to left, #333da0, #3d5bc4 30%, #3d5bc4 70%, #333da0);
}
.mv_ttl{
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	text-shadow: 1px 1px 15px rgba(0, 0, 0, .3);
}
.mv_ttl p{
	font-size: 2.8rem;
}
.list_plus{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 10px;
	width: 100%;
}
.list_plus li:not(.list_plus_icon){
	color: #001664;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	padding: 0 8px;
	background: #fff;
}
.list_plus img{
	height: 27px;
}
.list_plus_icon{
	position: relative;
	margin: 8px;
	width: 36px;
	height: 36px;
	background: #001664;
	border-radius: 50%;
}
.list_plus_icon::before,
.list_plus_icon::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #ffdf52;
}
.list_plus_icon::before{
	width: 24px;
	height: 4px;
}
.list_plus_icon::after{
	width: 4px;
	height: 24px;
}
.list_plus_icon li{
	white-space: nowrap;
}
.mv_price{
	margin-bottom: 40px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.mv_price span{
	color: #ffdf52;
}
.mv_item.col2{
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
}
.list_card > li{
	padding: 20px 15px;
	color: #001664;
	font-weight: bold;
	text-align: center;
	background: #b8d5f2;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, .3);
}
.list_card > li + li{
	margin-top: 20px;
}
.list_card img{
	height: 60px;
	margin: 15px 0;
}
.list_card p{
	margin-bottom: 15px;
}
.list_card + .img_box{
	margin: -20px 0 20px;
	text-align: center;
	line-height: 1;
}

/* main
----------------------------------------------------------------------*/
.main{
	counter-reset: problem;
	padding-top: 20px;
	padding-bottom: 20px;
}
.main > .section_box::before{
	content: "お悩み";
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	color: #049162;
	z-index: 1;
}
.main > .section_box::after{
	content: counter(problem);
	counter-increment: problem;
	position: absolute;
	top: 135px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width:70px;
	height:70px;
	line-height: 70px;
	background:#049162;
	border-radius:50%;
	color:#fff;
	font-size:50px;
	text-align: center;
}
.card_layout{
	position: relative;
	padding: 72px 20px;
}
.bg_main{
	background: #3d5bc4;
}
.bg_main .sec_ttl{
	color: #fff;
}
.img_desc{
	margin-top: 20px;
}
.attn{
	padding-left: 1em;
	margin-top: 20px;
	text-indent: -1em;
}

/*section*/
section,
.feature,
.intro{
	content-visibility: auto;
  contain-intrinsic-size: 960px;
}
.sec_layout{
	padding: 80px 20px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.sec_item + .sec_item{
	margin-top: 30px;
}
.sec_ttl{
	margin-bottom: 40px;
	color: #3d5bc4;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.sec_subttl{
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.5;
}

/*intro*/
.intro{
	background: #c5e3eb;
	padding: 70px 0;
}
.sec_item_card{
	position: relative;
	padding: 0 20px 30px;
	background: #fff;
}
.sec_item_card + .sec_item_card{
	margin-top: 30px;
}
.sec_item_card .img_box{
		position: absolute;
		top: 30px;
		left: 0;
		right: 0;
		margin: 0 auto;
}
.sec_item_card .sec_subttl{
		padding-top: 169px;
}
.sec_item_card .img_box,
.sec_item_card .sec_subttl{
	text-align: center;
}

/*feature*/
.feature{
	padding: 70px 0;
	background: #ccdaf0;
	counter-reset: feature;
}
.feature .sec_card{
	padding: 60px 20px;
	background: #fff;
}
.feature .sec_card + .sec_card{
	position: relative;
}
.feature .sec_card + .sec_card::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc(100% - 40px);
	border-top: 4px dashed #ccdaf0;
}
.feature .sec_ttl{
	color: #252525;
}
.feature .sec_ttl .ttl{
	display: block;
	padding: 20px;
	margin: 5px auto 0;
	border: 5px solid #252525;
	width: 100%;
	max-width: 700px;
}
.feature .sec_ttl .num{
	font-size: 1.6rem;
}
.feature .sec_ttl .num::before,
.feature .sec_ttl .num::after{
	content: "";
	display: inline-block;
	margin: 0 5px -.1em;
	width: 1em;
	height: 1em;
	border: 3px solid #d80000;
	border-radius: 50%;
}
.feature .sec_ttl .num span::after{
	content: counter(feature);
	counter-increment: feature;
	font-size: 1.5em;
}
.feature .sec_item + .sec_item{
	margin-top: 80px;
}

/*tab*/
.tab_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tab_box > input{
	position: absolute;
	opacity: 0;
}
.tab_ttl{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 8px 20px;
	margin-bottom: 30px;
	color: #666;
	font-weight: bold;
	font-size: 1.6rem;
	background: #e0e0e0;
	border: 3px solid #e0e0e0;
	cursor: pointer;
	z-index: 1;
}
.tab_ttl:first-of-type{
	border-radius: 40px 0 0 40px;
}
.tab_ttl:last-of-type{
	border-radius: 0 40px 40px 0;
}
.tab_box input:not(:checked) + .tab_ttl:first-of-type{
	padding-right: 10px;
}
.tab_box input:not(:checked) + .tab_ttl:last-of-type{
	padding-left: 10px;
}
.tab_box input:checked + .tab_ttl::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1f46b5;
	border-radius: 40px;
	z-index: -1;
}
.tab_box input:checked + .tab_ttl{
	color: #fff;
}
.tab_item{
	display: none;
	order: 99;
}
.tab_box > input:checked + .tab_ttl + .tab_item{
	display: block;
}
.tab_item img{
	width: 100%;
}

/*list_flow_item*/
.list_flow_item li{
	position: relative;
	text-align: center;
}
.list_flow_item li + li{
	margin-top: 60px;
}
.list_flow_item li + li::before,
.list_flow_item li + li::after{
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.list_flow_item li + li::before{
	top: -42px;
	width: 20px;
	height: 23px;
	background: #1f46b5;
}
.list_flow_item li + li::after{
	top: -39px;
	width: 26px;
	height: 26px;
	border: 13px solid #1f46b5;
	border-bottom-color: transparent;
	border-left-color: transparent;
	transform: rotate(135deg);
}
.list_flow_item img{
	min-height: 105px;
}

/*list_item*/
.list_item li + li{
	margin-top: 50px;
}
.list_item_ttl{
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
.list_item .img_box{
	text-align: center;
}

/* 利用人数・料金案内等
----------------------------------------------------------------------*/
/*border-dot*/
.border-dot {
	position: relative;
}
section + section .border-dot::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc(100% - 40px);
	border-bottom: 3px dotted #c7c7c7;
}
.border-dot a[class^=btn].u-fs-l,
.contact a[class^=btn].u-fs-l{
		padding: 1.5em 40px 1.5em 1em;
}
.border-dot .sec_subttl{
		font-size: 2.4rem;
		text-align: center;
}
.border-dot .sec_txt p{
	text-align: center;
}

/*fn_item*/
.list_fn{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 50px -5px 0;
}
.list_fn li{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	padding: 5px;
	margin: 10px 5px 0;
	width: calc(50% - 10px);
	border: 2px solid #c7c7c7;
	text-align: center;
	line-height: 1.5;
}
.list_fn li a{
	display: block;
	margin: auto 0;
	text-align: center;
}
.list_fn .arrow{
		position: relative;
		display: inline-block;
		padding-right: 15px;
}
.list_fn .arrow::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	width: 10px;
	height: 10px;
	border-top: 3px solid #3d5bc4;
	border-right: 3px solid #3d5bc4;
	transform: rotate(45deg);
}
.list_fn li.icon_op{
	padding-top: 23px;
}
.list_fn li.icon_op::before{
	content: "オプション";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 6px;
	background: #adadad;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

/*badge*/
.sec_item_box.badge_layout{
	display: flex;
	justify-content: center;
}
.badge_benefit {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f5e67b;
	margin-right: 2em;
	width: 4.5em;
	height: 4.5em;
	color: #3d5bc4;
	font-weight: bold;
	position: relative;
	transform: rotate(-10deg);
}
.badge_benefit::before,
.badge_benefit::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 4.5em;
	width: 4.5em;
	background: #f5e67b;
	z-index: -1;
}
.badge_benefit::before{
		transform: rotate(30deg);
}
.badge_benefit::after{
		transform: rotate(60deg);
}

/*talkbubble*/
.talkbubble{
		text-align: center;
}
.talkbubble > span{
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 30px;
	color: #3d5bc4;
	font-size: 2.8rem;
	font-weight: bold;
	background: #f5e67b;
	border-radius: 5px;
}
.talkbubble > span::before{
	content: "";
	position: absolute;
	bottom: -15px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-width: 43px 25px 0 25px;
	border-style: solid;
	border-color: #f5e67b transparent transparent transparent;
	z-index: -1;
}
.talkbubble .u-fs-s{
	font-size: .5em;
}

/*list_flow_num*/
.list_flow_num{
	position: relative;
	padding-left: 5em;
	counter-reset: list_flow_num;
	font-weight: bold;
}
.list_flow_num::before{
	content: "";
	position: absolute;
	bottom: 6px;
	left: 0;
	border: 10px solid #3d5bc4;
	border-top-color: transparent;
	border-right-color: transparent;
	width: 10px;
	height: 10px;
	transform: rotate(-45deg);
}
.list_flow_num::after{
	content: "";
	position: absolute;
	top: 0;
	left: 4px;
	width: 12px;
	height: 90%;
	background: #3d5bc4;
}
.list_flow_num li{
	text-indent: -3em;
}
.list_flow_num li + li{
		margin-top: 18px;
}
.list_flow_num li::before{
	content: counter(list_flow_num);
	counter-increment: list_flow_num;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 1em;
	width: 2em;
	height: 2em;
	text-indent: 0;
	background: #f5e67b;
	border-radius: 50%;
}

/*flow_time*/
.flow_time{
	margin-top: 20px;
	text-align: center;
}
.flow_time img{
	width: 145px;
}

/*price_table*/
.price_table{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.price_table_item{
	margin: 0 2em;
	width: 200px;
}
.price_table li + li{
	margin-top: 10px;
}
.price_table .table_ttl{
	padding: 5px 20px;
	background: #ccdaf0;
	font-weight: bold;
	text-align: center;
}
.price_table .table_txt{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px;
	flex: 1;
	height: 107px;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #ccdaf0;
}
.price_table .table_txt .u-fs-l{
	font-size: 2rem;
	font-weight: bold;
}
.badge_item.price_table_item{
	position: relative;
	margin-top: 10px;
}
.badge_item.price_table_item .badge_benefit{
	position: absolute;
	top: -1.5em;
	left: -1.5em;
}
.badge_item .table_ttl{
	color: #fff;
	font-weight: bold;
	background: #3d5bc4;
}
.badge_item .table_txt{
	color: #3d5bc4;
	border: 1px solid #3d5bc4;
}
.badge_item .table_txt .u-fs-l{
	font-size: 2.2rem;
}
.price_table_attn{
	margin-top: 5px;
	font-size: 1.4rem;
	text-align: center;
}

/*video*/
.movie_wrap{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.movie_wrap li:nth-of-type(n+3){
	margin-top: 34px;
}
.movie_wrap li:last-of-type:not(:first-of-type){
	margin-right: auto;
}
.movie_wrap li:nth-of-type(2n){
	margin-left: 40px;
	margin-right: 0;
}
video{
		width: 100%;
		max-width: 600px;
}

/*contact*/
.contact a[href^="tel"]{
		color: #ffdf52;
		font-size: 2.4rem;
		font-weight: bold;
}
.contact a[href^="tel"] img{
		margin-right: 8px;
		vertical-align: middle;
}
.contact a[href^="tel"] + p{
		margin-top: 15px;
		color: #fff;
}
.contact img{
		width: 45px;
}

/* Footer
----------------------------------------------------------------------*/
#footer{
	position:relative;
	line-height:1.2;
	background:#333;
	padding: 0 10px;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#f_wrap{
	padding-top:24px;
	overflow:hidden;
}
.f_link_box{
	margin-bottom:24px;
	overflow:hidden;
}
.f_link_head{
	margin-left:16px;
	font-size:14px;
}
.f_link_head .marker_triangle_circle:before{
	top:6px;
}
.f_link_head .marker_triangle_circle:after{
	top:4px;
}
.f_link{
	font-size:12px;
}
.f_link li{
	float:left;
	margin:16px 0 0 16px;
}

.f_mark{
	float:right;
	margin:0 16px 16px 0;
}
.f_mark li{
	display:inline-block;
	vertical-align:bottom;
}
.f_mark li:not(:first-child){
	margin-left:4px;
}
.f_mark li a{
	display:block;
	height:50px;
	padding:2px;
	background:#fff;
	border-radius:5px;
}
.isms img{
	width:65px;
}
.privacymark a{
	width:50px;
}

#copyright{
	display: block;
	clear:both;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	border-top: 1px solid #fff;
	font-size:12px;
}

/* btnTop
----------------------------------------------------------------------*/
#btnTop{
	position:fixed;
	right:10px;
	bottom:10px;
	z-index:9999;
}
#btnTop a{
	display:block;
	position:relative;
	width:50px;
	height:50px;
	background:#3d5bc4;
	border-radius:50%;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	box-shadow: 1px 1px 10px 0 rgb(0 0 0 / 30%);
}
#btnTop a:after{
	display:block;
	position:absolute;
	top:14px;
	right:0;
	bottom:0;
	left:0;
	width:16px;
	height:16px;
	margin:auto;
		border:	12px solid #fff;
	border-top-color:transparent;
	border-right-color:transparent;
			transform:rotate(135deg);
	content:"";
}


/* a_blank
----------------------------------------------------------------------*/
.a_blank{
	position:relative;
	padding-right:18px;
}
.a_blank:before,
.a_blank:after{
	position:absolute;
	width:12px;
	height:12px;
	background:#5ab303;
	border:2px solid #fff;
	content:"";
}
.a_blank:before{
	top:7px;
	right:2px;
}
.a_blank:after{
	top:3px;
	right:-2px;
}

.a_blank:before,
#footer .a_blank:before,
.a_blank:after,
#footer .a_blank:after{
	background:#fff;
}

.btn .a_blank{
	display:inline-block;
	padding-right:16px;
}
.btn .a_blank:before,
.btn .a_blank:after{
	top:50%;
}
.a_blank:before,
.a_blank:after{
	border-color:#5ab303;
}
.btn .a_blank:before{
	margin-top:-6px;
}
.btn .a_blank:after{
	margin-top:-10px;
}

#footer .a_blank:before,
#footer .a_blank:after{
	background:#fff;
	border-color:#333;
}
#footer .a_blank:before{
	top:4px;
	right:4px;
}
#footer .a_blank:after{
	top:0;
	right:0;
}

/* utility
***********************************************************************/
.u-ta-c{
	text-align: center;
}
.u-fs-l{
	font-size: 1.5em;
	line-height: 1.5;
}
.u-fs-s{
	font-size: .75em;
}
.u-va-super{
	font-size: .75em;
	vertical-align: super;
}
.u-d-ib{
		display: inline-block;
}
.is-pc{
	display: none;
}

/*txt_deco_slash*/
.txt_deco_slash::before,
.txt_deco_slash::after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 1.25em;
	background: #fff;
	vertical-align: bottom;
}
.txt_deco_slash::before{
	margin-right: 1.5em;
	transform: rotate(-40deg);
}
.txt_deco_slash::after{
	margin-left: 1.5em;
	transform: rotate(40deg);
}

/*txt_deco_bolder*/
.txt_deco_bolder{
	display: inline-block;
	position: relative;
	padding: 0 25px;
}
.txt_deco_bolder::before,
.txt_deco_bolder::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 15px;
	height: 3px;
	background: #d80000;
}
.txt_deco_bolder::before{
	left: 0;
}
.txt_deco_bolder::after{
	right: 0;
}

/*=====================================================================
   PC start
======================================================================*/
@media screen and ( min-width:768px ){

html{
	font-size: 70.125%;
}

/* a
***********************************************************************/
a{
	transition: opacity .2s;
}
a:hover{
	opacity: .7;
}
a[href^="tel"]{
	pointer-events: none;
}

/* gnav
***********************************************************************/
.gnav{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.gnav > li + li{
	margin: 0 0 0 auto;
	padding-left: 20px;
}
.gnav .logo{
	margin: 0 auto 0 0;
}
.gnav .btn_accent{
		margin-top: 0;
}

/* mv
***********************************************************************/
.list_plus{
	flex-direction: row;
}
.list_card{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -20px 0 0 -20px;
}
.list_card > li{
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	padding-bottom: 70px;
	width: calc(50% - 20px);
}
.list_card .btn_more{
	position: absolute;
	display: inline-block;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 160px;
}
.list_card a::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: auto;
	background: transparent;
}

/* main
----------------------------------------------------------------------*/
/*section*/


/*intro*/
.intro{
	background: #c5e3eb;
	padding: 100px 0;
}
.sec_item_card{
	display: flex;
	padding-top: 20px;
}
.sec_item_card .img_box{
	margin: auto 40px auto 20px;
	min-width: 147px;
	text-align: center;
}
.sec_item_card .img_box{
		position: static;
}
.sec_item_card .sec_subttl{
		padding-top: 0;
		text-align: left;
}
.sec_item_card .img_desc{
	margin-top: 0;
}

/*feature*/
.feature{
	padding-top: 100px;
	padding-bottom: 100px;
}
.feature .sec_card{
	padding: 100px 85px;
}
.feature .sec_item + .sec_item{
	margin-top: 100px;
}

/*border-dot*/
.border-dot .sec_item + .sec_item{
	margin-top: 50px;
}

/*fn_item*/
.list_fn{
	margin-left: auto;
	margin-right: auto;
}
.list_fn li{
	width: calc(25% - 20px);
}
.list_fn li.icon_op{
	padding-top: 0;
}
.list_fn li.icon_op::before{
	width: auto;
	top: 6px;
	left: -10px;
}

/*list_flow_item*/
.list_flow_item{
	display: flex;
	justify-content: center;
}
.list_flow_item li{
	width: 100%;
}
.list_flow_item li + li{
	margin: 0 0 0 40px;
}
.list_flow_item li + li::before{
	top: 42px;
	left: -45px;
	right: auto;
	width: 23px;
	height: 20px;
	margin: 0;
}
.list_flow_item li + li::after{
	top: 39px;
	left: -35px;
	right: auto;
	margin: 0;
	transform: rotate(45deg);
}
.list_flow_item .img_desc{
		margin: 0 -40px;
}

/*list_item*/
.list_item{
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.list_item li{
		width: 100%;
}
.list_item li + li{
	margin: 0 0 0 30px;
}

/* 利用人数・料金案内等
----------------------------------------------------------------------*/
/*border-dot*/
.border-dot a[class^=btn].u-fs-l,
.contact a[class^=btn].u-fs-l{
		padding-right: 50px;
		padding-left: 1.5em;
}

/*fn_item*/
.list_fn li{
}
.list_fn li{
		transition: background .2s;
}
.list_fn li:hover{
		background: #e6f0ff;
}
.list_fn li a::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: auto;
	background: transparent;
}

/*install*/
.install{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}

/*flow_time*/
.flow_time{
	margin: 0 20px 0 0;
}

/*price_table*/
.price_table{
	flex-direction: row;
}
.price_table_item{
	margin: 0;
}
.price_table .table_txt{
	height: 107px;
}
.price_table li + li{
	margin: 0 0 0 10px;
}
.price_table.badge_layout{
	padding: 40px 4em 0 0;
}
.badge_item.price_table_item{
	margin: 0 0 0 4em;
}
.badge_item.price_table_item .badge_benefit{
	position: absolute;
	top: -2.5em;
	left: -3.5em;
}


/*contact*/
.contact img{
		width: auto;
}



/* Footer
----------------------------------------------------------------------*/
.hover #footer a:hover{
	opacity:.7;
}
#f_wrap{
	margin:auto;
	padding:32px 0 16px;
}
.f_link_box{
	float:left;
	width:200px;
}
.f_link_head{
	font-size:16px;
}
.f_link_head .marker_triangle_circle:before{
	top:7px;
}
.f_link_head .marker_triangle_circle:after{
	top:5px;
}
.f_link li{
	float:none;
}

.f_link_box.single,
.f_link_box.single .f_link{
	width:100%;
	overflow:hidden;
}
.f_link_box.single .f_link li{
	float:left;
}

.f_mark{
	position:absolute;
	right:0;
	bottom:74px;
}
.f_mark li a,
.isms img,
.privacymark a{
	width:auto;
	height:auto;
}

#f_wrap{
	padding-top:24px;
}

/* utility
----------------------------------------------------------------------*/
.is-pc{
	display: block;
}
.is-sp{
	display: none;
}

/*=====================================================================
   769 end
======================================================================*/
}
@media screen and ( min-width:850px ){
.mv_item.col2{
	flex-direction: row;
}
.list_card,
.list_card + .img_box{
	width: 50%;
}
.list_card{
	margin-right: 20px;
}
.list_card + .img_box{
	padding-left: 20px;
	margin: -118px 0 0;
}
}
