@charset "utf-8";

/*solution_header*/
#solution_header{
	overflow: visible;
	background: #0d5b80;
	border-bottom: solid 2px #fff;
}
#solution_header > div{
	overflow: visible;
	min-height: 0;
	padding: 0;
}
#solution_header h2{
	overflow: visible;
	z-index: 100;
	height:70px;
	padding: 1px 0 0;
	border-bottom: 0;
	letter-spacing: normal;
	line-height:70px;
	text-align: center;
	color: #fff;
	font-size: 34px;
}
#solution_header h2 span{
	height: 69px;
	display: inline-block;
	border-bottom: 3px #fff100 solid;
	line-height: 67px;
}
#solution_header h2.s_size{
	overflow: visible;
	z-index: 100;
	height:50px;
	padding: 1px 0 0;
	border-bottom: 0;
	letter-spacing: normal;
	line-height:50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
#solution_header h2.s_size span{
	height: 47px;
	display: inline-block;
	border-bottom: 3px #fff100 solid;
	line-height: 47px;
}

/*solution_body*/
#solution_body{
	
}
#solution_body > div{
	padding-top: 50px;
	padding-bottom:218px
}
#solution_body h3{
	height: auto;
	margin: 0;
	background: none;
	border:none;
	color: #0d5b80;
	text-align:center;
	font-size: 34px;
	letter-spacing: normal;
}
#solution_body h3 span{
	display: block;
	margin-top: 5px;
	font-size: 40px;
}
#solution_body p.read{
	padding-top: 15px;
	text-align: center;
}
#solution_body div.content_list_box{
	display: table;
	width: 972px;
	height: 515px;
	margin: 90px auto 0;
}
#solution_body  ul{
	display: table-cell;
	height: 515px;
	width: 50%;
	letter-spacing: -.40em; 
	vertical-align:top;
}
#solution_body  ul:first-child{
	border-right: solid 1px #23b5f2;
}
#solution_body li{
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 30px;
	letter-spacing: normal;
	vertical-align: top;
}
#solution_body li:first-child{
	border-bottom: solid 1px #23b5f2;
}
#solution_body li:last-child{
	padding-bottom: 0;
}
#solution_body ul:first-child li:first-child:before{
	position:absolute;
	display: block;
	top: -57px;
	right: -57px;
	width: 113px;
	height: 113px;
	background: url(../img/icon_solution_top_01.png) no-repeat 0 0 scroll;
	content:""
}
#solution_body ul:first-child li:last-child:before{
	position:absolute;
	display: block;
	top: -87px;
	left: -113px;
	width: 113px;
	height: 113px;
	background: url(../img/icon_solution_top_02.png) no-repeat 0 0 scroll;
	content:""
}
#solution_body ul:last-child li:first-child:before{
	position:absolute;
	display: block;
	bottom: -57px;
	right: -113px;
	width: 113px;
	height: 113px;
	background: url(../img/icon_solution_top_03.png) no-repeat 0 0 scroll;
	content:""
}
#solution_body ul:last-child li:last-child:before{
	position:absolute;
	display: block;
	bottom: -57px;
	left: -57px;
	width: 113px;
	height: 113px;
	background: url(../img/icon_solution_top_04.png) no-repeat 0 0 scroll;
	content:""
}
#solution_body li dt{
	text-align:center;
}
#solution_body li dt span{
	display: block;
	padding-top: 25px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#solution_body li:nth-child(2) dt span,
#solution_body li:nth-child(3) dt span{
	color: #132958;
}
#solution_body li dd p{
	text-align: center;
}
#solution_body li dd a{
	position: relative;
	display: block;
	height: 50px;
	width: 300px;
	margin: 25px auto 0;
	border: solid 1px #23b5f2;
	border-radius:25px;
	box-sizing: border-box;
	background:#d7f2fc;
	line-height: 50px;
	color: #23b5f2;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}
#solution_body li dd a:hover{
	opacity: 0.7;
}
#solution_body li dd a:after{
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width:7px;
	height:14px;
	margin-top: -7px;
	background: url(../img/arrow_solution_top.png) no-repeat 0 0 scroll;
	content: "";
	
}
/*----- personal common ----*/
.solution_wi2free .btn_text_link,
.solution_original .btn_text_link{
	position: relative;
	display: block;
	width: 505px;
	height: 60px;
	margin: 0 auto;
	border: solid 1px #1badea;
	border-radius: 30px;
	box-sizing: border-box;
	background:#d7f2fc;
	letter-spacing: normal;
	text-align:center;
	font-size: 18px;
	color: #1badea;
	line-height: 60px;
	text-decoration: none;
	vertical-align:top;
	
	
}
.solution_original .btn_text_link.size_short{
	width: 340px;
	background: #fff;
}
.solution_wi2free .btn_text_link:after,
.solution_original .btn_text_link:after{
	position: absolute;
	top: 50%;
	right: 24px;
	width:7px;
	height: 14px;
	margin-top: -6px;
	background: url(../img/arrow_with_bgcolor_b.png) no-repeat 0 0 scroll;
	background-size: cover;
	content:"";
}
.solution_wi2free .btn_text_link:hover,
.solution_original .btn_text_link:hover{
	opacity: 0.7;
}

/*------------ wi2free_body  solution_original ------------*/
#solution_original > div,
#wi2free_body > div{
	width: 980px;
	min-height:0;
	padding-top: 50px;
	padding-bottom:60px;
}

#wi2free_body h3{
	height: auto;
	margin: 0;
	background: none;
	border:none;
	color: #0d5b80;
	text-align:center;
	font-size: 23px;
	line-height: 40px;
	font-weight: normal;
	letter-spacing: normal;
}

#wi2free_body p.read{
	padding-top: 20px;
}
#original_body2.with_bg_color,
#wi2free_body2.with_bg_color{
	background: #ecfaff;
}
#wi2free_body2 > div{
	min-height:0;
	padding: 20px 0 80px;
}
#original_body2 h3,
#wi2free_body2 h3{
	height: auto;
	background: none;
	border:none;
	font-size: 28px;
	text-align:center;
	line-height: auto;
	letter-spacing: normal;
}
#original_body2 h3.extra_margin{
	margin-top:100px;
}
#original_body2 h3 span,
#wi2free_body2 h3 span{
	position: relative;
	display: inline-block;
	height: 26px;
	line-height: 26px;
}
#original_body2 h3 span:after,
#wi2free_body2 h3 span:after{
	position: absolute;
	display: block;
	left: 50%;
	bottom:-30px;
	width: 100px;
	height:8px;
	margin-left: -50px;
	background:#fdff00;
	content:"";
}
#wi2free_body2 h4{
	overflow: visible;
	width: 675px;
	height:50px;
	margin: 35px auto 0;
	background: #fff;
	border: solid 2px #00a0e9;
	border-radius: 25px;
	box-sizing: border-box;
	line-height: 50px;
	color: #00a0e9;
	letter-spacing: normal;
	font-size: 22px;
	text-align: center;
}
#wi2free_body2 h4.add_margin_t{
	margin-top: 55px;
}
#wi2free_body2 h4.add_margin_t2{
	margin-top: 65px;
}
#wi2free_body2 h4.with_number span{
	position: relative;
	display: inline-block;
	height:46px;
	padding-left: 70px;
	line-height: 46px;
}
#wi2free_body2 h4.with_number span:before{
	position: absolute;
	display: block;
	top:50%;
	left:0;
	width:62px;
	height: 72px;
	margin-top: -38px;
	content:"";
}
#wi2free_body2 h4.with_number.number_id_1 span:before{
	background:url(../img/h4_num_1.png) no-repeat 0 0 scroll;
}
#wi2free_body2 h4.with_number.number_id_2 span:before{
	background:url(../img/h4_num_2.png) no-repeat 0 0 scroll;
}
#wi2free_body2 h4.with_number.number_id_3 span:before{
	background:url(../img/h4_num_3.png) no-repeat 0 0 scroll;
}
#wi2free_body2 .item_list{
	padding-top: 15px;
	padding-bottom: 40px;
	text-align: center;
	letter-spacing: -.40em;
}
#wi2free_body2 .item_list li{
	display: inline-block;
	margin-right: 85px;
	text-align: center;
	letter-spacing: normal;
	font-weight: bold;
}
#wi2free_body2 .item_list.extra_li_margin li{
	margin-right: 115px;
}
#wi2free_body2 .item_list li:last-child{
	margin-right:0;
}
#wi2free_body2 .item_list p{
	padding-top: 0;
	font-size: 15px;
	line-height: 22px;
}

#wi2free_body2 .price_area{
	padding-top: 15px;
	text-align:center;
}
#wi2free_body2 .price_area > span{
	display: inline-block;
	letter-spacing: normal;
	font-size: 18px;
}
#wi2free_body2 .price_area > span.with_line{
	position: relative;
	padding-right: 50px;
}
#wi2free_body2 .price_area > span.with_line:after{
	position: absolute;
	top:50%;
	right: 0;
	display: inline-block;
	width: 46px;
	height: 47px;
	margin-top:-24px;
	background: url(../img/icon_fee_div.png) no-repeat 0 0 scroll;
	content:"";
}
#wi2free_body2 .price_area .fee{
	font-size: 40px;
	color:#009fe8;
}
#wi2free_body2 .price_area .unit{
	font-size: 22px;
	color:#009fe8;
}
#wi2free_body2 .price_area .tax{
	font-size: 18px;
	color:#009fe8;
}
#wi2free_body2 ul.footage_list{
	width: 675px;
	margin: 35px auto 0;
	font-size: 11px;
}
#wi2free_body2 .footer_btn_area,
#original_body2 .footer_btn_area{
	margin-top: 60px;
}

/*original_body*/
#original_body > div{
	min-height: 0;
	padding: 85px 0;
	text-align: center;
}
#original_body2.expanded_div > div{
	width: auto;
}
#original_body > div p.read{
	margin: 0;
	font-size: 16px;
}
#original_body2 > div{
	width: 980px;
	margin: 0 auto;
}
#original_body2 h4{
	margin-top: 0;
	color:#1badea;
	font-size: 24px;
}
#original_body2 h4 span{
	display: inline-block;
	background: url(../img/bg_h4_marker.png) repeat-x 0 8px scroll;
	background-size: auto 15px;
}
#original_body2 .content_box{
	display: table;
	width: 100%;
	margin-top: 80px;
	letter-spacing: normal;
}
#original_body2 .content_box.extra_margin{
	margin-top: 116px;
}
#original_body2 .content_box > div{
	display: table-cell;
	vertical-align:top;
	font-size: 15px;
}
#original_body2 .content_box > figure{
	display: table-cell;
	width: 350px;
	padding-left: 30px;
	vertical-align:top;
}
#original_body2 .content_box > figure img{
	width: 350px;
}
#original_body2 .content_box strong{
	font-size: 17px;
}
#original_body2 .content_box .txt_small{
	display:block;
	font-size: 12px;
}
#original_body2 .txt_comming_soon{
	margin-top: 95px;
	font-size:28px;
	letter-spacing: 0.5em;
	color:#999999;
	text-align:center;
}

#original_body2 .use_flow{
	max-width: 1200px;
	margin: 94px auto 0;
	padding: 34px 0;
	background:#daebf2;
}
#original_body2 .use_flow ul{
	display: table;
	width: 980px;
	margin: 0 auto;
}
#original_body2 .use_flow li{
	position: relative;
	display: table;
	width: 100%;
	height: 112px;
	background:#5dbde8;
	border-radius: 2px;
	border-bottom: solid 6px #daebf2;
	color:#fff;
}
#original_body2 .use_flow li:before{
	position: absolute;
	top: -6px;
	left: 50px;
	width: 83px;
	height: 28px;
	content:"";
}
#original_body2 .use_flow li:nth-child(2){
	background:#46b6ea;
}
#original_body2 .use_flow li:nth-child(2):before{
	background: url(../img/use_flow_add1.png) no-repeat 0 0 scroll;
}
#original_body2 .use_flow li:nth-child(3){
	background:#44b5ea;
}
#original_body2 .use_flow li:nth-child(3):before{
	background: url(../img/use_flow_add2.png) no-repeat 0 0 scroll;
}
#original_body2 .use_flow li:nth-child(4){
	background:#17a7ea;
}
#original_body2 .use_flow li:nth-child(4):before{
	background: url(../img/use_flow_add3.png) no-repeat 0 0 scroll;
}
#original_body2 .use_flow li:nth-child(5){
	background: #009fe8;
	border: none;
}
#original_body2 .use_flow li:nth-child(5):before{
	background: url(../img/use_flow_add4.png) no-repeat 0 0 scroll;
}
#original_body2 .use_flow span.title{
	display: table-cell;
	width: 190px;
	font-size: 18px;
	font-weight: bold;
	vertical-align:middle;
	text-align:center;
}
#original_body2 .use_flow p{
	display: table-cell;
	vertical-align:middle;
	font-size: 18px;
}