@charset "utf-8";

/* =====================
	common
===================== */
html{
	height:100%;
	font-size:10px;	/* 1rem = 10px */
}
body{
	color: #333;
	font-size:14px;
	font-size:1.4rem;
}

a{
	color:#D98FAA;
	text-decoration:underline;
}
a:hover{
	color:#333;
	text-decoration:none;
}

img {
	max-width: 100%;
}

button,input,textarea,
body{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

/* ---------------------
	
------------------------*/

.container{
	position: relative;
}

.footer{
	background-color: #000;
}

.pc{
	display: block!important;
}
.pc_ib{
	display: inline-block!important;
}
.sp,
.sp_ib,
.pad,
.pad_ib{
	display: none;
}



.mincho{
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.content_inner{
	width: 1218px;
	margin: 0 auto;
}
.content_inner .inner{
	width: 920px;
	margin: 0 auto;
}

/* ---------------------
	parts
------------------------*/

.heading{
	text-align: center;
	background-repeat: repeat-x;
	margin-bottom: 30px;
}

.heading.heading_color01{
	background-image: url(/common/images/contents/uchoujinbiz/heading_bg01.png);
}
.heading.heading_color02{
	background-image: url(/common/images/contents/uchoujinbiz/heading_bg02.png);
}
.heading.heading_color03{
	background-image: url(/common/images/contents/uchoujinbiz/heading_bg03.png);
}



/* ---------------------
	btn
------------------------*/

.btn_area {
	margin-bottom: 90px;
}
.btn_area.col2{
	display: flex;
	justify-content: space-between;
}

.btn_area.col1{
	text-align: center;
}

.btn{
	position: relative;
	width: 49%;
	display: inline-block;
	text-align: center;
	padding: 0.3em 0.8em;
	font-size: 1.8rem;
	color: #fff;
	text-decoration: none;
	border-radius: 60px;
}

.btn:after{
	background-color: #ccc;
	border-radius: 50%;
	width: 2.4rem;
	content: "\f105";
	font-size: 2.4rem;
	display: inline-block;
	font-family: FontAwesome;
	position: absolute;
	top: calc(50% - 1.2rem);
	right: 3%;
}

.btn.btn01{
	background-color: #00a6a8;
}
.btn.btn01:after{
	background-color: #008d8f;
}
.btn.btn01:before{
	content: "";
	height: 44px;
	width: 100%;
	display: inline-block;
	position: absolute;
	bottom: -50px;
	left: 0;
	color: #fff;
	background-image: url(/common/images/contents/uchoujinbiz/btn_after.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}
.btn.btn02{
	background-color: #0054a7;
}
.btn.btn02:after{
	background-color: #00478e;
}

.btn:hover{
	opacity: 0.8;
	color: #fff;
}

.btn .btn_txt{
	font-size: 2.4rem;
	font-weight: 700;
	display: block;
}

/* ---------------------
	nav
------------------------*/
.top_logo_block{
	text-decoration: none;
	color: #000;
}
.top_logo_block p{
	text-decoration: none;
	color: #000;
	font-size: 1.2rem;
	margin-bottom: .6em;
}


.header{
	max-width: 1218px;
}

.header_inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}


.header .menu_btn,
.nav .logo,
.nav .menu_title{
	display: none;
}

.nav .menu{
	display: flex;
	justify-content: flex-end;
}

.nav .menu li{
	font-size: 1.6rem;
	margin-left: 3em;
}

.nav .menu li a{
	color: #595757;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
}

/* ---------------------
	main_visual_area
------------------------*/

.main_visual_area{
	background-color: #eee;
	text-align: center;
	margin-bottom: 40px;
}

.main_visual_inner{
	text-align: center;
}

/* ---------------------
	area_plan_types
------------------------*/

.area_plan_types{
	padding-bottom: 100px;
}

.area_plan_types .plan_types{
	margin: 0 auto 120px auto;
	display: flex;
	justify-content: space-between;
}

.area_plan_types .plan_types .item{
	position: relative;
}
.area_plan_types .plan_types .item .details_btn{
	position: absolute;
	bottom: 30px;
	left: calc(50% - 20%);
	text-align: center;
	display: inline-block;
	text-decoration: none;
	font-size: 1.6rem;
	color: #fff;
	font-weight: 700;
	padding: .8em .5em .8em 1em;
	border-radius: 30px;
	width: 40%;
}
.area_plan_types .plan_types .item .details_btn:hover{
	opacity: 0.8;
}
.area_plan_types .plan_types .item .details_btn i{
	border-radius: 50%;
	font-size: 2rem;
	font-weight: 700;
	width: 1em;
	padding-left: 3px;
	margin-left: 8px;
}
.area_plan_types .plan_types .item .details_btn.btn01 i{
	background-color: #008d8f;
}
.area_plan_types .plan_types .item .details_btn.btn02 i{
	background-color: #00478e;
}
.area_plan_types .plan_types .item .details_btn.btn01{
	background-color: #00a6a8;
}
.area_plan_types .plan_types .item .details_btn.btn02{
	background-color: #0053a6;
}

.plan_types_table_block{
	text-align: center;
	margin-bottom: 130px;
}

.plan_types_table_block .title{
	font-size: 3rem;
	margin-bottom: 60px;
}


.attention_block .title{
	font-size: 1.8rem;
	margin-bottom: 1em;
}

.attention_list{
	padding-left: 1em;
}
.attention_list li{
	text-align: left;
	font-size: 1.4rem;
	text-indent: -1em;
	line-height: 1.4;
}


/* ---------------------
	area_plan1
------------------------*/

.area_plan1{
	padding-bottom: 100px;
	text-align: center;
}

.area_plan1 .title{
	font-size: 3rem;
	line-height: 1.6;
	font-weight: 700;
	margin-bottom: 46px;
}
.area_plan1 .sub_title{
	font-size: 2.7rem;
	font-weight: 700;
	margin: .5em 0 .8em 0;
}
.area_plan1 .text{
	font-size: 1.8rem;
	line-height: 1.4;
}

/* ---------------------
	area_merit
------------------------*/

.area_merit{
	padding-bottom: 100px;
}

.merit_list_wrap{
	background-image: url(/common/images/contents/uchoujinbiz/bg01.png);
	padding: 40px 0;
	margin-bottom: 80px;
}
.merit_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.merit_list li{
	width: 48%;
	margin-bottom: 46px;
}

.benefits_block{
	text-align: center;
	padding: 60px 0 40px 0;
}

.area_merit .benefits_block{
	background-color: #eef8f8;
}

.indent_list{
	padding-left: 2em;
}
.indent_list li{
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: left;
	text-indent: -2em;
}
.benefits_block .indent_list{
	padding: 60px 50px 0 50px;
}

.area_merit .btn_area{
	padding-top: 60px;
}

/* ---------------------
	area_plan2
------------------------*/

.area_plan2{
	padding-bottom: 130px;
}

.area_plan2 .rental_block{
	margin-bottom: 48px;
}

.area_plan2 .rental_block .title{
	font-size: 3rem;
	text-align: center;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 12px;
}

.area_plan2 .rental_item{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.area_plan2 .rental_item .text{
	font-size: 1.8rem;
	line-height: 1.8;
}
.area_plan2 .rental_item.inner{
	width: 940px;
}

.area_plan2 .benefits_block{
	background-color: #eef8ff;
	margin-bottom: 60px;
}


.area_plan2 .plan2_table02_block{
	text-align: center;
	margin-bottom: 80px;
}

.area_plan2 .plan_types_table_block{
	margin-top: 140px;
}
/* ---------------------
	area_possible
------------------------*/

.area_possible{
	text-align: center;
	padding-bottom: 80px;
	margin-bottom: 100px;
	background-image: url(/common/images/contents/uchoujinbiz/possible_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

/* ---------------------
	area_comparison
------------------------*/

.area_comparison .heading{
	margin-bottom: 0;
}

.pattern_korea_wrap{
	position: relative;
	z-index: -1;
	text-align: center;
	background-image: url(/common/images/contents/uchoujinbiz/bg01.png);
	padding-bottom: 120px;
	padding-top: 60px;
	margin-top: -24px;
	margin-bottom: 80px;
}



.pattern_korea_wrap .text{
	font-size: 2.4rem;
	margin-bottom: 40px;
}
.pattern_korea_wrap .title{
	font-size: 2rem;
	padding: .4em 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
}

.pattern_korea_img_block{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.pattern_korea_img_block li{
	width: 48%;
}



.area_comparison .area_wrap{
	background-color: #edebe9;
	padding: 60px 0 30px 0;
	margin-bottom: 80px;
}

.area_comparison .area_wrap .inner:after{
	content: "";
	display: block;
	clear: both;
}
.area_comparison .area_wrap .title{
	float: right;
	width: 54%;
	font-size: 2.4rem;
	margin-bottom: 40px;
	line-height: 1.3;
	padding-top: 50px;
}
.area_comparison .area_wrap .img{
	float: left;
	width: 40%;
}
.area_comparison .area_wrap .text{
	float: right;
	width: 54%;
}
.area_comparison .area_wrap .text p{
	margin-bottom: 40px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.area_comparison .area_wrap .inner{
	width: 1000px;
}

/* ---------------------
	area_setting_method
------------------------*/

.area_setting_method .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 100px;
}
.area_setting_method .inner span{
	width: 48%;
}




/* ---------------------
	area_relief
------------------------*/

.area_relief{
	text-align: center;
	padding-bottom: 80px;
}

.area_relief .btn_area{
	padding-top: 80px;
}


.area_relief .demerit_list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.demerit_list li{
	width: 20%;
}

.area_relief .title{
	font-size: 2.6rem;
	margin-bottom: 48px;
}
.area_relief .sub_title{
	font-size: 3.4rem;
	margin-bottom: 30px;
}

.area_relief .text{
	line-height: 1.5;
	font-size: 1.8rem;
	margin-bottom: 60px;
}

.area_relief .sub_title span{
	display: inline-block;
	position: relative;
	padding-left: 70px;
}
.area_relief .sub_title span:before{
	position: absolute;
	top: calc(50% - 30px);
	left: -30px;
	content: "";
	display: inline-block;
	width: 82px;
	height: 61px;
	background-image: url(/common/images/contents/uchoujinbiz/relief_icon_free.png);
	background-repeat: no-repeat;
}

.area_relief .attention_block .title{
	font-size: 1.8rem;
	margin-bottom: 1em;
	text-align: left;
}

/* ---------------------
	area_contact
------------------------*/

.area_contact{
	background-image: url(/common/images/contents/uchoujinbiz/bg01.png);
}

.area_contact .content_inner{
	padding-top: 40px;
	margin-bottom: 60px;
}

.area_contact .content_inner .inner{
	position: relative;
}

.area_contact .content_inner .operator_img{
	position: absolute;
	bottom: 0;
	right: 0;
}

.area_contact .title{
	position: relative;
	font-size: 2.6rem;
	color: #0054a7;
	background-image: url(/common/images/contents/uchoujinbiz/contact_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 8px 38px;
	margin-bottom: 18px;
}

.area_contact .title:before,
.area_contact .title:after{
	content: "";
	display: block;
	position: absolute;	
	bottom: 0;
	left: 0;
	height: 3px; 
}
.area_contact .title:before{
	background-color: #dadada;
	width: 64%;
}
.area_contact .title:after{
	background-color: #0054a7;
	width: 20%;
}

.area_contact .sub_title{
	color: #0054a7;
	font-size: 1.6rem;
	margin-bottom: 6px;
}
.area_contact .text{
	font-size: 1.2rem;
	margin-bottom: 12px;
	z-index: 1;
	position: relative;
}




.customer_center{
	margin-top: 30px;
	padding-bottom: 40px;
}

.customer_center .ttl{
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 6px;
}

.customer_center .tel{
	display: inline-block;
	color: #0054a7;
	font-size: 4.8rem;
	background-image: url(/common/images/contents/uchoujinbiz/contact_icon_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 58px;
}

.customer_center .comment{
	display: inline-block;
	font-size: 1.6rem;
	padding-left: 8px;
}


/* -------------------------------------
	ページトップ
---------------------------------------- */
.pagetop{
	position:fixed;
	right:50px;
	bottom:95px;
	z-index:5;
}
.pagetop a{
	border-radius:50%;
	color:#008ae1  ;
	display:block;
	font-size:4rem;
	height:50px;
	line-height:45px;
	text-align:center;
	text-decoration:none;
	width:50px;
}