@charset "utf-8";

/* ===========================================================================================================================
	products.css
	ver 1.0.0
=========================================================================================================================== */

.area_title_bg {
/*
	background: url(http://placehold.jp/150x150.png) no-repeat center center;
	background-size:cover;
*/
}

.area_title_bg {
	text-align:center;
	padding:35px 0 0;
}

.area_title_bg .name_page,
.area_title_bg .lead_page {
	font-family:"Noto Sans Japanese", serif, sans-serif;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

.area_title_bg .name_page {
	font-size:2.1rem;
	display:inline-block;
	padding:1px 27px 2px;
	background:#01509F;
}

.area_title_bg .lead_page {
	font-size:6.0rem;
	line-height:1.25;
	padding:3px 10px 50px;
	letter-spacing:-0.03em;
	-webkit-text-shadow:1px 1.732050807568877px 4px rgba(0,0,0,0.2);
	-moz-text-shadow:1px 1.732050807568877px 4px rgba(0,0,0,0.2);
	-ms-text-shadow:1px 1.732050807568877px 4px rgba(0,0,0,0.2);
	-o-text-shadow:1px 1.732050807568877px 4px rgba(0,0,0,0.2);
	text-shadow:1px 1.732050807568877px 4px rgba(0,0,0,0.2);
}

@media screen and (max-width: 767px) {
	
	.area_title_bg .lead_page {
		font-size:3.0rem;
	}
	
}

/*	bodyのclassかidと一緒に .area_title_bgをつけてページのメイン画像を変える
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
#pagename .area_title_bg {
	background: url(http://placehold.jp/500x200.png) no-repeat center center;
	background-size:cover;
}

#pool .area_title_bg {
	background: url(../pool/img/title_area_page.jpg) no-repeat center top 37%;
	background-size:cover;
}

#roka .area_title_bg {
	background: url(../roka/img/title_area_page.jpg) no-repeat center top 17%;
	background-size:cover;
}

#exhaust .area_title_bg {
	background: url(../exhaust/img/title_area_page.jpg) no-repeat center top 37%;
	background-size:cover;
}

#separator .area_title_bg {
	background: url(../separator/img/title_area_page.jpg) no-repeat center top 29.75%;
	background-size:cover;
}

#uv .area_title_bg {
	background: url(../uv/img/uv_mainbg.jpg) no-repeat center top 37%;
	background-size:cover;
}







/*	上書きエリアここまで
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* ===========================================================================================================================
	製品一覧
=========================================================================================================================== */

.headline_on_txt {
	font-size:1.6rem;
	display:block;
	padding-bottom:5px;
}

.headline_page_index span {
	background:url(../img/icon_index.png) no-repeat left center;
	padding-left:50px;
}

.headline_page_detail span {
	background:url(../img/icon_detail.png) no-repeat left center;
	padding-left:50px;
}

#pool .area_bg_case {
	/* IE用 */
	background:url(../pool/img/case_bg_pool.jpg) no-repeat;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%), url(../pool/img/case_bg_pool.jpg) no-repeat;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%), url(../pool/img/case_bg_pool.jpg) no-repeat;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%), url(../pool/img/case_bg_pool.jpg) no-repeat;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%), url(../pool/img/case_bg_pool.jpg) no-repeat;
	background-size:cover;
}

#roka .area_bg_case {
	/* IE用 */
	background:url(../roka/img/case_bg_roka.jpg) no-repeat center bottom 15%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%), url(../roka/img/case_bg_roka.jpg) no-repeat center bottom 15%;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%), url(../roka/img/case_bg_roka.jpg) no-repeat center bottom 15%;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%), url(../roka/img/case_bg_roka.jpg) no-repeat center bottom 15%;
	background-size:cover;
}

#exhaust .area_bg_case {
	/* IE用 */
	background:url(../exhaust/img/case_bg_exhaust.jpg) no-repeat center top;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%), url(../exhaust/img/case_bg_exhaust.jpg) no-repeat center top;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%), url(../exhaust/img/case_bg_exhaust.jpg) no-repeat center top;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%), url(../exhaust/img/case_bg_exhaust.jpg) no-repeat center top;
	background-size:cover;
}

#separator .area_bg_case {
	/* IE用 */
	background:url(../separator/img/case_bg_separator.jpg) no-repeat center top -491px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%), url(../separator/img/case_bg_separator.jpg) no-repeat center top -491px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%), url(../separator/img/case_bg_separator.jpg) no-repeat center top -491px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%), url(../separator/img/case_bg_separator.jpg) no-repeat center top -491px;
	background-size:cover;
}

.area_bg_case .col_6 .ref_img {
	text-decoration:none;
	display:block;
	max-height:160px;
	overflow:hidden;
}

.area_bg_case .col_6 .ref_img:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.area_bg_case .col_6 .col_6 img {
	width:100%;
}

.area_bg_case .col_6 p strong {
	font-size:1.5rem;
}

.area_bg_case .col_6 p span {
	font-size:1.3rem;
}

.area_bg_case .col_6 p span a {
	color:#00509f;

}

.area_bg_case .col_6 p span a:hover {
	color:#3080Cf;
	text-decoration:underline;
}

@media screen and (max-width: 767px) {
	
	.area_bg_case .col_6 .ref_img {
		max-height:none;
		overflow:auto;
	}
	
	#separator .area_bg_case {
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%), url(../separator/img/case_bg_separator.jpg) no-repeat center top;
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%), url(../separator/img/case_bg_separator.jpg) no-repeat center top;
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%), url(../separator/img/case_bg_separator.jpg) no-repeat center top;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
		background-size:cover;
	}
	
}

.list_item {
	padding-bottom:92px;
}

.box_item {
	display:block;
	text-decoration:none;
	background:#e2f0fb;
	padding:6px;
	margin-right:1px;
	margin-bottom:1px;
	position:relative;
	color:#333;
	transition:all .2s linear;
}

.box_inner_item {
	background: #f7f7f7;
	background: -moz-linear-gradient(-45deg,  #f7f7f7 0%, #f7f7f7 40%, #f7f7f7 40%, #ffffff 40%, #ffffff 40%, #ffffff 100%);
	background: -webkit-linear-gradient(-45deg,  #f7f7f7 0%,#f7f7f7 40%,#f7f7f7 40%,#ffffff 40%,#ffffff 40%,#ffffff 100%);
	background: linear-gradient(135deg,  #f7f7f7 0%,#f7f7f7 40%,#f7f7f7 40%,#ffffff 40%,#ffffff 40%,#ffffff 100%);
	padding:10px;
}

.box_item:hover .box_inner_item {
	background: #00509f;
	filter:none;
	color:#fff;
}

.box_item:after {
	content:"";
	display:block;
	width:0;
	height:0;
	position:absolute;
	border-top:22px solid transparent;
	border-right:22px solid #00509f;
	border-left:0;
	border-bottom:0;
	right:12px;
	bottom:11px;
	transition:all .2s linear;
}

.box_item:hover:after {
	border-right:22px solid #fff;
}

.item_pic {
	text-align:center;
	padding-bottom:16px;
	margin:-10px -10px 0;
}

.item_pic img {
	width:100%;
	height:auto;
}

.item_headline {
	font-size:1.6rem;
	font-weight:bold;
	padding-bottom:4px;
	color:#00509f;
	border-bottom:1px solid #ebebeb;
	margin-bottom:11px;
	transition:all .2s linear;
}

.box_item:hover .item_headline {
	color:#fff;
	border-bottom:1px solid #fff;
}

.item_txt {
	font-size:1.6rem;
	line-height:1.5;
}

.box_bnr_net {
	padding-bottom:47px;
}

.box_bnr_net .row {
	background:#F8F6F7;
	box-shadow:1px 1px 0 #D6DFDC;
	padding:17px 23px 12px;
	margin-right:1px;
	margin-bottom:21px;
}

.headline_bnr_net {
	background:#595959;
	line-height:1.25;
	text-indent:-0.5em;
	color:#fff;
	font-size:1.8rem;
}

.box_bnr_net .row .col_8.headline_bnr_net {
	padding:11px 17px 8px;
	margin-top:7px;
	margin-bottom:25px;
}

.box_bnr_net .row .col_4.pic_bnr_net {
	float:right;
}

@media screen and (max-width: 767px) {
	
	.box_bnr_net .row .col_4.pic_bnr_net {
		float:none;
	}
	
	.item_headline.heightLine-headline {
		height:auto !important;
	}
	
}

.pic_bnr_net img {
	width:100%;
}

.txt_bnr_net p {
	font-size:2.0rem;
	line-height:1.65;
	padding-bottom:20px;
}

.icon_pool {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:4.0rem;
	line-height:0.2;
	vertical-align:-10px;
	padding:0 9px 0 0;
}

/* pool bnr */

.area_pool_bnr .pool_area_service {
	background:url(../pool/img/network_japan_bg.png) no-repeat right -470% top 50% #e5f5fd;
	background-size:95% auto;
}

.area_pool_bnr .pool_bnr_btn.filter {
	background:url(../pool/img/a1_meisyo.png) no-repeat right center #e5f5fd;
}

.area_pool_bnr .pool_bnr_btn.filter:hover {
	background:url(../pool/img/a1_meisyo.png) no-repeat right center #00509f;
}

/* ===========================================================================================================================
	detail.php
=========================================================================================================================== */

.area_bg_merit {
	background:url(../pool/img/merit_bg.png) no-repeat center center #e2f0fb;
	background-size: cover;
}

.list_merit {
	padding:0 40px 40px;
}

@media screen and (max-width: 767px) {
	
	.list_merit {
		padding:0 0 40px;
	}
	
}

.box_merit {
	padding-left:8%;
	padding-right:8%;
}

.box_merit .gutters > .col_6 {
}

.box_merit .gutters > .col_6 p {
	padding-bottom:32px;
}

.box_merit .gutters > .col_6 p strong {
	font-size:1.8rem;
	line-height:1.444444444444444;
	display:block;
	margin-bottom:13px;
}

.box_pagelink {
	width:80%;
}

.box_pagelink_full {
	width:100%;
}

.list_merit a.btn_merit {
	display:block;
	width:100%;
	padding:0 30px;
	text-indent: -15px;
}

.box_pagelink a.btn_merit i {
	-moz-transform:rotate( 90deg );
	-webkit-transform:rotate( 90deg );
	-o-transform:rotate( 90deg );
	-ms-transform:rotate( 90deg );
	transform:rotate( 90deg );
	display:inline-block;
	margin-left:-0.3em;
	padding-top: 0.5em;
	text-indent:0;
}

.box_pagelink_full a.btn_merit i {
	-moz-transform:rotate( 90deg );
	-webkit-transform:rotate( 90deg );
	-o-transform:rotate( 90deg );
	-ms-transform:rotate( 90deg );
	transform:rotate( 90deg );
	display:inline-block;
	margin-left:-0.3em;
	padding-top: 0.5em;
	text-indent: 0;
}

@media screen and (max-width: 767px) {
	
	.box_pagelink {
		width:100%;
	}
	
	.list_merit a.btn_merit {
		display:block;
		width:auto;
		font-size:1.4rem;
	}
	
}

.box_list_merit_img {
	width:79.36507936507937%;
	margin:0 auto;
}

.box_list_merit_img > .col_4{
	padding:0 25px;
	background:	url(../pool/a1_filter/img/merit_right_arrow.png) no-repeat left -15px top 42px,
				url(../pool/a1_filter/img/merit_right_arrow.png) no-repeat right -15px top 42px;
	text-align:center;
}

.box_list_merit_img > .col_4:first-child {
	background:url(../pool/a1_filter/img/merit_right_arrow.png) no-repeat right -15px top 42px;
}

.box_list_merit_img > .col_4:last-child {
	background:url(../pool/a1_filter/img/merit_right_arrow.png) no-repeat left -15px top 42px;
}

.notes_merit02 {
	font-size:1.0rem;
}

.box_merit03 {
	text-align:center;
}

.txt_red {
	color:#e60012;
	font-weight:bold;
}

.box_merit03 .table_def th,
.box_merit03 .table_def td {
	text-align:center;
}

.sptable_th {
	display:none;
}

.box_merit04 {
	width:87.3015873015873%;
	margin:0 auto;
}

.box_merit05_appearance {
	width:42.32804232804233%;
	float:left;
}
.box_merit05_display_imgs {
	width:52.91005291005291%;
	float:right;
}

.box_merit .box_merit05_display_imgs.gutters > .col_6 p {
	padding-bottom:0;
	text-align:center;
}

@media screen and (max-width: 767px) {
	
	.box_merit {
		padding-left:4%;
		padding-right:4%;
	}
	
	.box_list_merit_img {
		width:100%;
	}
	
	.box_list_merit_img > .col_4{
		padding:0 0 50px;
		background:url(../pool/a1_filter/img/merit_down_arrow.png) no-repeat center bottom 10px;
	}
	
	.box_list_merit_img > .col_4:first-child {
		background:url(../pool/a1_filter/img/merit_down_arrow.png) no-repeat center bottom 10px;
	}
	
	.box_list_merit_img > .col_4:last-child {
		background:none;
	}
	
	.box_merit03 {
		text-align:left;
	}
	
	.br_block {
		display:block;
	}
	
	.box_merit03 .table_def {
		width:100%;
	}
	
	.box_merit03 .table_def th,
	.box_merit03 .table_def td {
		text-align:left;
		display:table;
		width:100%;
	}
	
	.pctable_th {
		display:none;
	}
	
	.sptable_th,
	.sptable_td {
		display:table-cell;
		font-size:1.2rem;
		padding:10px;
	}
	
	.box_merit03 .table_def th .sptable_th {
		background:#eee;
		font-weight:bold;
	}
	
	.sptable_th {
		width:45%;
		background:#F6F6F6;
		border-right: 1px solid #E6E6E6;
	}
	
	.sptable_td {
		width:55%;
	}
	
	.box_merit04 {
		width:100%;
	}
	
	.box_merit04 .col_4 {
		text-align:center;
	}
	
	.box_merit04 .col_4 .pcNone {
		width: 47.5%;
		margin: 0 auto 10px;
		padding:2px 0 0;
		font-size:1.1rem;
		font-weight:bold;
		color:#333;
		background:#eaf6fd;
		-webkit-border-radius:1rem;
		-moz-border-radius:1rem;
		-ms-border-radius:1rem;
		-o-border-radius:1rem;
		border-radius:1rem;
	}
	
	.box_merit05_appearance {
		width:100%;
		float:none;
	}
	.box_merit05_display_imgs {
		width:100%;
		float:none;
	}
	
}

.table_pool_shigaisen_cl th,
.table_pool_shigaisen_cl td {
	border:1px solid #3f3a39;
	padding:9px 10px;
}

.table_pool_shigaisen_cl th {
	text-align:center;
}

.table_pool_shigaisen_cl td {
	padding:9px 19px;
}

.table_pool_shigaisen_cl td.before_td {
	position:relative;
}

.table_pool_shigaisen_cl td.before_td:after {
	content:"";
	display:inline-block;
	width:15px;
	height:14px;
	background:url(../pool/shigaisen/img/right_arrow_red.png) no-repeat;
	position:absolute;
	right:-7.5px;
	top:50%;
	margin-top:-7px;
}

.area_shigaisen_voice .col_6 .col_4 {
	text-align:center;
}

.area_shigaisen_voice .col_6 .col_4 a {
	display:inline-block;
	text-decoration:none;
	padding:4px;
	border:1px solid #cdcdcd;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity:1.0;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}

.area_shigaisen_voice .col_6 .col_4 a:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity:0.7;
}

.area_shigaisen_voice .col_6 .col_8 a {
	position:relative;
	margin-left:3rem;
	color:#00509f;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}

.area_shigaisen_voice .col_6 .col_8 a i {
	position:absolute;
	left:-3rem;
	font-size:2.8rem;
	font-weight:bold;
	text-decoration:none;
}

.area_shigaisen_voice .col_6 .col_8 a:hover {
	color:#60B0FF;
}

.box_imtxt_img {
	width:40.81632653061224%;
	float:left;
}

.box_imtxt_txt {
	width:55.91836734693878%;
	float:right;
}

.area_roka_function {
	padding-bottom:50px;
}

.area_roka_function .col_2 {
	text-align:center;
	padding-bottom:20px;
}

.area_roka_function .next_arrow {
	position:relative;
}

.area_roka_function .next_arrow:after {
	content:"";
	display:block;
	width:24px;
	height:37px;
	background:url(../roka/a_series/img/roka_right_arrow.png) no-repeat;
	position:absolute;
	right:-12px;
	bottom:50%;
	margin-bottom:-18.5px;
}

.area_roka_function .led_txt {
	display:block;
	font-size:1.0rem;
	font-weight:normal;
	color:#fff;
	background:#2a71b9;
	border-radius:1rem;
	width:62.12121212121212%;
	margin:0 auto 9px;
	text-align:center;
}

.detail .product_txt {
	padding-right:0px;
}

.detail .product_img {
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin-top:auto;
	margin-bottom:auto;
	width:37%;
	padding-left:0px;
	padding-right:0px;
}

#mc .product_img,
#ms .product_img {
	width:33%;
}

@media screen and (max-width: 767px) {
	
	.area_shigaisen_voice .col_6 .col_4 a {
		margin-bottom:20px;
	}
	
	.area_shigaisen_voice .col_6 .col_8 {
		display:inline-block;
		padding:0 10px 5px;
	}
	
	
	.area_roka_function .col_2 {
		text-align:center;
		padding-bottom:40px;
	}
	
	.area_roka_function .next_arrow:after {
		width:37px;
		height:24px;
		background:url(../roka/a_series/img/roka_down_arrow.png) no-repeat;
		right:50%;
		margin-right:-18.5px;
		bottom:10px;
		margin-bottom:0;
	}
	
	.detail .product_img {
		position:static;
		margin-left:auto;
		margin-right:auto;
		display:block;
		width:55%;
	}
	
	#mc .product_img,
	#ms .product_img {
		padding:10px;
		width:50%;
	}
	
	.box_imtxt_img,
	.box_imtxt_txt {
		width:100%;
		float:none;
	}
	
}

@media screen and (max-width: 479px) {
	.detail .product_img {
		width:80%;
	}
	
	#mc .product_img,
	#ms .product_img {
		width:85%;
	}
}

.container_bg .row {
	padding-left:40px;
	padding-right:40px;
}

.container_bg .row .row {
	padding-left:0;
	padding-right:0;
}

.container_bg .list_merit {
	padding-left:0;
	padding-right:0;
}

.detail .product_box {
	padding-right:0px;
	position:relative;
}

@media screen and (max-width: 767px) {
	
	.container_bg .row {
		padding-left:10px;
		padding-right:10px;
	}
	
	.container_bg .list_merit {
		padding-bottom:10px;
	}
	
}

.img_roka_type {
	text-align:center;
}

.box_automation {
	font-size:1.5rem;
	font-weight:bold;
	background:#E3EAF8;
	color:#003BAD;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	position:relative;
	padding:1em;
	text-align:center;
}

.automation_col8_1 {
	position:relative;
	margin-bottom:30px;
}

.automation_col8_1:after {
	content:"";
	display:block;
	width:14px;
	height:14px;
	background:url(../roka/a_series/img/roka_down_auto.png) no-repeat;
	position:absolute;
	bottom:-22px;
	right:50%;
	margin-right:-7px;
}

.automation_col8_1:last-child:after {
	display:none;
}

@media screen and (min-width: 768px) {
	
	.area_automation .container {
		padding:0 11% 60px;
	}
	
	.automation_col8_1 {
		width:12.5%;
		padding-left:3.125%;
		padding-right:3.125%;
		float:left;
		margin-bottom:0;
	}
	
	.automation_col8_1:after {
		background:url(../roka/a_series/img/roka_right_auto.png) no-repeat;
		bottom:50%;
		right:0;
		margin-bottom:-7px;
	}
	
	.automation_col8_1:last-child:after {
		display:none;
	}
	
	.box_automation {
		width:3em;
		background:#E3EAF8;
		line-height:1.2;
	}
	
	.box_automation .heightLine-auto {
		display:block;
	}
	
	.rotate90 {
		-moz-transform:rotate( 90deg );
		-webkit-transform:rotate( 90deg );
		-o-transform:rotate( 90deg );
		-ms-transform:rotate( 90deg );
		transform:rotate( 90deg );
		display:inline-block;
		margin-left:-0.3em;
	}
	
}

.headline_line {
	font-size:2.0rem;
	font-weight:bold;
	color:#00509f;
	border-bottom:1px solid #00509f;
	margin-bottom:20px;
}

.back_link i,
.back_link a {
	color:#00509f;
	vertical-align:middle;
}

.back_link i {
	font-size:3.6rem;
	line-height:1.0rem;
}

.back_link a:hover {
	color:#60B0ff;
}

.list_bg_flow {
	width:49.01960784313725%;
	margin-left:auto;
	margin-right:auto;
}

.list_bg_flow li {
	background:#01509F;
	color:#fff;
	font-weight:bold;
	padding:1em;
	line-height:1.2;
	display:block;
	position:relative;
	margin-bottom:40px;
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	-ms-border-radius:1em;
	-o-border-radius:1em;
	border-radius:1em;
}

.list_bg_flow li:after {
	content:"";
	display:block;
	width:0;
	height:0;
	border-top:15px solid #01509F;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
	position:absolute;
	bottom:-25px;
	left:50%;
	margin-left:-30px;
	
}

.list_bg_flow li:last-child:after {
	display:none;
}

.diag_box {
	margin-left:-22px;
	margin-right:-22px;
}

.diag_list,
.diag {
	border-collapse:collapse;
}

.diag_list {
	display:table;
	width:100%;
}

.diag {
	display:table-cell;
	border-left:22px solid #fff;
	border-right:22px solid #fff;
	background: url(../roka/img/diag_bg.png) no-repeat;
	background-size:100% 100%;
	font-size:2.0rem;
	line-height:1.2;
	font-weight:bold;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	padding:2em 0.5em;
	width:20%;
	
}

.diag span {
	display:inline-block;
	white-space:nowrap;
}

@media screen and (max-width: 767px) {
	
	.diag_box {
		margin-left:0;
		margin-right:0;
	}
	
	.diag_list {
		display:block;
	}
	
	.diag {
		display:block;
		padding:1em;
		width:100%;
		margin-bottom:22px;
	}
	
	.list_bg_flow {
		width:90%;
	}
	
}

.compare_cap {
	position:relative;
	text-align:center;
}

.r_caption {
	position:absolute;
	display:block;
	font-size:1.8rem;
	color: #302623;
	text-shadow:0 1px 0 #bfbcbb,
				-1px 0 0 #bfbcbb,
				0 -1px 0 #bfbcbb,
				1px 0 0 #bfbcbb;
	padding: 7px 5px 5px;
	background:#fff;
	width:140px;
	line-height:1;
	border:2px solid #595656;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	top:-10px;
	left:50%;
	margin-left:-70px;
}

@media screen and (max-width: 767px) {
	
	.r_caption {
		top:auto;
		bottom:50%;
		left:50%;
		margin-left:-70px;
	}
	
}

/* ===========================================================================================================================
	リスト
=========================================================================================================================== */
.list_type1 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.list_type1 li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -1px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #00509f;
}


#uv .area_footer_ln {
  margin-top: 0;
}
/* ===========================================================================================================================
	表
=========================================================================================================================== */

.table_voc2 {
	width:100%;
	margin-bottom:30px;
	font-size:1.4rem;
}

.table_voc2 th,
.table_voc2 td {
	vertical-align:top;
	text-align:left;
	border:1px solid #E6E6E6;
	line-height:1.5;
	padding:18px 30px 17px;
}

.table_voc2 th {
	background:#F6F6F6;
}

.notes_voc2 {
	font-size:0.8em;
}

.td_wh {
	font-size:0.8em;
}

/* service network
---------------------------------- */

.servicenetmap {
	background:url(../pool/img/network_japan_bg.png) no-repeat center center #E5F5FD;
	position:relative;
	width:100%;
	min-height:325px;
	margin-bottom: 60px;
}

.headline_servicenetmap {
	background:#01509F;
	color:#fff;
	font-weight:bold;
	font-size:1.9rem;
	display:inline-block;
	text-align:center;
	padding:2px 10px 0;
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-133.5px;
}

.servicenetlist01 {
	position:absolute;
	top:1em;
	right:10%;
}

.servicenetlist02 {
	position:absolute;
	top:1em;
	left:10%;
}


.servicenetlist li {
	display:block;
	padding-bottom:10px;
}

.servicenetlist li a {
	display:block;
	font-size:1.4rem;
	text-align:center;
	background:#fff;
	padding:10px 5px 9px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border:2px solid #01509F;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	-o-border-radius:30px;
	border-radius:30px;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
	width:200px;
	position:relative;
}

.servicenetlist li a:after {
	content:"\e90b";
	position:absolute;
	color:#01509F;
	right:1em;
	top:19%;
	margin-top:0.5em;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.servicenetlist li a:hover {
	background:#01509F;
	color:#fff;
}

.service_notes {
	position:absolute;
	font-size:1.1rem;
	bottom:1em;
	left:1em;
	right:1em;
	text-indent:-1em;
	padding-left:1em;
}

@media screen and (max-width: 767px) {
		
	.servicenetlist01 {
		right:1%;
		width:48%;
	}
	
	.servicenetlist02 {
		left:1%;
		width:48%;
	}
	
	.servicenetlist li a {
		width:100%;
		font-size:1.2rem;
	}
	
	.servicenetlist li a:after {
		right:0.25em;
	}
	
}

.table_service {
	font-size:1.2rem;
	margin-bottom:40px;
}

.table_service th,
.table_service td {
	padding: 18px 17px 17px;
}

.table_service th {
	width:25%;
}

.table_service td {
	width:26%;
}

.table_service tr td:nth-child(3n) {
	width:23%;
}

@media screen and (max-width: 767px) {
	
	.table_service th,
	.table_service td,
	.table_service tr td:nth-child(3n) {
		width:100%;
	}
	
}

.table_quality {
	font-size:1.2rem;
	width:100%;
	margin-bottom:30px;
}

.table_quality th,
.table_quality td {
	padding: 18px 17px 17px;
	width:33.333333333333333%;
	vertical-align:top;
	text-align:left;
	border:1px solid #E6E6E6;
	line-height:1.5;
}

.table_quality th {
	background:#F6F6F6;
}

.list_yougo {
	font-size:1.4rem;
}

.list_yougo li a {
	text-decoration:none;
	color:#06C;
}

.list_yougo li a:before {
	content:"▼";
	padding-right:10px;
}

.list_yougo li a:hover {
	text-decoration:underline;
}

.sec {
	font-size:1.4rem;
	padding-bottom:60px;
}

.yougo_list li {
	list-style:none;
	text-indent:-1em;
	padding-left:1em;
}

.yougo_list li:before {
	content:"・";
}

.sec_img {
	text-align:center;
}

@media screen and (max-width: 767px) {
	
	.sec {
		font-size:1.2rem;
	}
	
}

.sanitary {
	text-align:center;
}

@media screen and (max-width: 767px) {
	
	.sanitary {
		text-align:left;
	}
	
}
