@charset "UTF-8";
/*------------------------------------------------------------------
common
--------------------------------------------------------------------*/
html {
	font-size: 16px;
	color: #000;
	line-height: 1.6;
	overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	word-spacing: normal;
}
body, input, button, textarea, select {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	/*font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;*/
	font-weight: 400;
}
/* IEだけに適応 */
/*_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}*/
img {
	max-width: 100%;
	height: auto;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
.pc.sp {
	display: block;
}
.tab {
	display: none;
}
.common_container {
	overflow: hidden;
}
/*------------------------------------------------------------------
txt、box 汎用
--------------------------------------------------------------------*/
.common_inner {
	width: 90%;
}
.common_inner02 {
	width: 90%;
}
.common_tx_c {
	text-align: center;
}
.common_flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.common_en_01 {
	font-family: 'Roboto', sans-serif;
}
.common_txt01 {
	font-size: 15px;
	line-height: 1.8;
}
.common_txt01_center {
	text-align: center;
	font-size: 15px;
	line-height: 1.8;
}
.common_txt02 {
	font-size: 13px;
	letter-spacing: 0.03em;
	line-height: 1.6;
}
.common_ank {
	padding-top: 50px;
	margin-top: -50px;
}
.panel{
	display: none;
}
.panel.is-show{
	display: block;
}
/*------------------------------------------------------------------
title 汎用
--------------------------------------------------------------------*/
.common_ttl01 {
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 25px;
	position: relative;
}
.common_ttl01::before {
	border-bottom: 1px solid #ccc;
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	width: 125px;
	height: 1px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.common_ttl01::after {
	border-bottom: 3px solid #1d569b;
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: "";
	width: 45px;
	height: 3px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.common_ttl01 .h2_ttl {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
}
.common_ttl01 .common_en_01 {
	color: #999999;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
/*------------------------------------------------------------------
btn 汎用
--------------------------------------------------------------------*/
.common_more_btn_s, .common_more_btn_m, .common_more_btn_m_l, .common_more_btn_l, .common_more_btn_xl, .common_bl_btn_s, .common_bl_btn_m, .common_bl_btn_m_l, .common_bl_btn_l, .common_bl_btn_xl, .common_wh_btn_l {
	width: 100%;
}
.common_more_btn_s a, .common_more_btn_m a, .common_more_btn_m_l a, .common_more_btn_l a, .common_more_btn_xl a, .common_bl_btn_s a, .common_bl_btn_m a, .common_bl_btn_m_l a, .common_bl_btn_l a, .common_bl_btn_xl a {
	text-decoration: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: 0.3s;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.common_wh_btn_l a {
	text-decoration: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #303c45;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: 0.3s;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.common_more_btn_s a, .common_more_btn_m a, .common_more_btn_m_l a, .common_more_btn_l a, .common_more_btn_xl a {
	background-color: #303c45;
}
.common_bl_btn_s a, .common_bl_btn_m a, .common_bl_btn_m_l a, .common_bl_btn_l a, .common_bl_btn_xl a {
	background-color: #1d569b;
}
.common_wh_btn_l a {
	background-color: #fff;
}
.common_more_btn_s a:hover::before, .common_more_btn_m a:hover::before, .common_more_btn_m_l a:hover::before, .common_more_btn_l a:hover::before, .common_more_btn_xl a:hover::before, .common_bl_btn_s a:hover::before, .common_bl_btn_m_l a:hover::before, .common_bl_btn_m a:hover::before, .common_bl_btn_l a:hover::before, .common_bl_btn_xl a:hover::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 1;
	transition: 0.3;
}
.common_more_btn_s a::after, .common_more_btn_m a::after, .common_more_btn_m_l a::after, .common_more_btn_l a::after, .common_more_btn_xl a::after, .common_bl_btn_s a::after, .common_bl_btn_m a::after, .common_bl_btn_m_l a::after, .common_bl_btn_l a::after, .common_bl_btn_xl a::after {
	width: 5px;
	height: 5px;
	border: 1.5px solid;
	border-color: #FFF #FFF transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	content: "";
	margin-top: -5px;
	transition: 0.3s;
	z-index: 1;
}
.common_wh_btn_l a span::after {
	width: 5px;
	height: 5px;
	border: 1.5px solid;
	border-color: #303c45 #303c45 transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	margin-top: -5px;
	transition: 0.3s;
	z-index: 1;
}
.common_more_btn_s a:hover::after, .common_more_btn_m a:hover::after, .common_more_btn_m_l a:hover::after, .common_more_btn_l a:hover::after, .common_more_btn_xl a:hover::after, .common_bl_btn_s a:hover::after, .common_bl_btn_m a:hover::after, .common_bl_btn_m_l a:hover::after, .common_bl_btn_l a:hover::after, .common_bl_btn_xl a:hover::after {
	right: 10px;
	transition: 0.3s;
}
.common_wh_btn_l a:hover span::after {
	right: -5px;
}
.common_more_btn_s a span, .common_more_btn_m a span, .common_more_btn_m_l a span, .common_more_btn_l a span, .common_more_btn_xl a span, .common_bl_btn_s a span, .common_bl_btn_m a span, .common_bl_btn_m_l a span, .common_bl_btn_l a span, .common_bl_btn_xl a span, .common_wh_btn_l a span {
	position: relative;
	z-index: 2;
}
.common_wh_btn_l a span {
	padding-right: 20px;
}
.common_more_btn_s, .common_bl_btn_s {
	max-width: 160px;
	height: 35px;
}
.common_more_btn_s a, .common_bl_btn_s a {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}
.common_more_btn_s a span, .common_bl_btn_s a span {
	font-size: 15px;
}
.common_more_btn_m, .common_bl_btn_m {
	max-width: 200px;
	height: 30px;
}
.common_more_btn_m a, .common_bl_btn_m a {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}
.common_more_btn_m a span, .common_bl_btn_m a span {
	font-size: 13px;
}
.common_more_btn_m_l {
	max-width: 200px;
	height: 30px;
}
.common_bl_btn_m_l {
	max-width: 280px;
	height: 30px;
}
.common_more_btn_m_l a, .common_bl_btn_m_l a {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}
.common_more_btn_m_l a span, .common_bl_btn_m_l a span {
	font-size: 13px;
}
.common_more_btn_l, .common_bl_btn_l {
	max-width: 220px;
	height: 45px;
}
.common_wh_btn_l {
	max-width: 220px;
	height: 45px;
}
.common_more_btn_l a, .common_bl_btn_l a {
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	-o-border-radius: 23px;
	-ms-border-radius: 23px;
	border-radius: 23px;
}
.common_wh_btn_l a {
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	-o-border-radius: 23px;
	-ms-border-radius: 23px;
	border-radius: 23px;
}
.common_more_btn_xl, .common_bl_btn_xl {
	max-width: 280px;
	height: 50px;
}
.common_more_btn_xl a, .common_bl_btn_xl a {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
.common_more_btn_xl a span, .common_bl_btn_xl a span {
	font-size: 16px;
	font-weight: 700;
}
/*------------------------------------------------------------------
header
--------------------------------------------------------------------*/
.hd_pc {
	display: none;
}
.hd_sp {
	display: block;
}
.hd_sp {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #fff;
}
.hd_block_01.bb_line .hd_sp::after {
	border-bottom: 1px solid #DDD;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	z-index: 100;
}
.hd_sp .common_flex {
	align-items: center;
	justify-content: space-between;
}
.hd_sp .hd_logo_sp {
	margin-left: 10px;
	width: calc(100% - 213px);
	margin-top: 2px;
}
.hd_sp .hd_logo_sp a {
	text-decoration: none;
	color: #000;
}
.hd_sp .hd_logo_sp img {
	max-width: 130px
}
.hd_sp .hd_logo_sp .hd_logo_sp_name {
	font-size: 10px;
	display: block;
}
.hd_sp_right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.hd_ct_document_sp {
	margin-right: 1px;
}
.hd_ct_document_sp a, .hd_ct_catalog_sp a, .hd_ct_contact_sp a {
	text-decoration: none;
	height: 50px;
	width: 50px;
	display: block;
}
.hd_ct_catalog_sp {
	margin-right: 1px;
}
.nav_toggle {
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.nav_toggle.active {
	background: url(../images/common/nav_toggle_close.png) no-repeat left top;
	background-size: 50px 50px;
	position: relative;
	z-index: 999;
	width: 50px;
	height: 50px;
}
.nav_toggle.active img {
	display: none;
}
nav.global_menu_sp {
	position: fixed;
	z-index: 999;
	top: 50px;
	left: 0;
	background: rgba(0,0,0,0.5);
	transform: translateY(-110%);
	transition: all 0.6s;
	width: 100%;
	height: 100%;
	display: none;
	overflow: scroll;
}
nav.global_menu_sp.db {
	display: block;
}
nav.global_menu_sp .global_menu_sp_list {
	background: #fff;
	margin: 0 auto;
	width: 100%;
	padding: 0 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
nav.global_menu_sp .global_menu_sp_list > ul > li {
	border-bottom: 1px solid #ddd;
}
nav.global_menu_sp .global_menu_sp_list > ul > li > a {
	display: block;
	background-color: #f5f5f6;
	color: #000;
	padding: 15px 35px 15px 15px;
	text-decoration: none;
	font-size: 15px;
	position: relative;
	letter-spacing: 0.05em;
}
nav.global_menu_sp .global_menu_sp_list > ul > li > a::after {
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: #04287e #04287e transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	content: "";
	margin-top: -3px;
	transition: 0.3s;
	z-index: 1;
}
nav.global_menu_sp .global_menu_sp_list > ul > li > .acctit {
	background-color: #f5f5f6;
	display: block;
	padding: 15px 35px 15px 15px;
	position: relative;
	cursor: pointer;
}
nav.global_menu_sp .global_menu_sp_list > ul > li > .acctit span {
	background: url(../images/common/global_menu_sp_plus.png) no-repeat left top;
	background-size: 12px 12px;
	position: absolute;
	top: 50%;
	right: 22px;
	content: "";
	width: 12px;
	height: 12px;
	margin-top: -6px;
}
nav.global_menu_sp .global_menu_sp_list > ul > li > .acctit.open {
	background-color: #04287e;
	color: #FFF;
}
nav.global_menu_sp .global_menu_sp_list > ul > li > .acctit.open span {
	background: url(../images/common/global_menu_sp_minus.png) no-repeat left top;
	background-size: 12px 2px;
	position: absolute;
	top: 50%;
	right: 20px;
	content: "";
	width: 12px;
	height: 2px;
	margin-top: -1px;
}
nav.global_menu_sp .global_menu_sp_list > ul > li .accct {
	display: none;
}
nav.global_menu_sp .global_menu_sp_list > ul > li .accct li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}
nav.global_menu_sp .global_menu_sp_list > ul > li .accct li a {
	display: block;
	text-decoration: none;
	background-color: #fff;
	padding: 10px 35px 10px 43px;
	font-size: 14px;
	color: #000;
	background: url(../images/common/global_menu_sp_arrow.png) no-repeat 15px center;
	background-size: 18px 18px;
}
nav.global_menu_sp.active {
	transform: translateY(0%);
}
/*------------------------------------------------------------------
fotter
--------------------------------------------------------------------*/
.pagetop {
	position: fixed;
	right: 15px;
	bottom: 70px;
	z-index: 99;
	width: 35px;
	height: 35px;
}
.pagetop a {
	display: block;
	transition: 0.3s;
}
.pagetop a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
.ft_ct > div:not(:last-child) {
	margin-bottom: 5px;
}
.ft_ct > div a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	height: 100px;
	position: relative;
	overflow: hidden;
}
.ft_ct > div span {
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	z-index: 2;
}
.ft_ct > div a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 110px;
	transition: 0.3s;
}
.ft_ct .ft_ct_document a::after {
	background: url(../images/common/ft_ct_01.jpg) no-repeat center top;
	background-size: cover;
}
.ft_ct .ft_ct_catalog a::after {
	background: url(../images/common/ft_ct_02.jpg) no-repeat center top;
	background-size: cover;
}
.ft_ct .ft_ct_contact a::after {
	background: url(../images/common/ft_ct_03.jpg) no-repeat center top;
	background-size: cover;
}
.ft_ct a:hover::after {
	transition: 0.3s;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.ft_ct a:hover::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 1;
	transition: 0.3;
}
footer a {
	transition: 0.3s;
}
footer a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
.ft_block_01 {
	padding: 30px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.ft_block01_left01 {
	margin-bottom: 20px;
}
.ft_block01_left01 a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-decoration: none;
	color: #000;
}
.ft_block01_left01 a img {
	width: 150px;
}
.ft_block01_left01 .ft_logo_name {
	padding-left: 10px;
	font-size: 13px;
	font-weight: 500;
	display: block;
}
footer .f_logo {
	margin-bottom: 20px;
}
footer .f_logo a {
	transition: 0.3s;
}
footer .f_logo a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
.ft_block01_left02 {
	margin-bottom: 20px;
}
footer .ft_block01_add {
	font-size: 13px;
	letter-spacing: 0.05em;
	text-align: center;
}
.ft_block01_menu01 {
	display: none;
}
.ft_block01_outlink01 {
	width: 170px;
	margin: 0 auto;
	text-align: center;
}
.ft_block01_outlink01 a {
	text-decoration: none;
	color: #000;
}
.ft_block01_outlink01 a span {
	font-size: 13px;
	display: inline-block;
	margin-top: 5px;
	background: url(../images/common/icon_outlink.png) no-repeat right center;
	padding-right: 24px;
}
.ft_block_02 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	border-top: 1px solid #ddd;
	padding: 20px 0;
}
.ft_block_02 .ft_block02_left {
	display: none;
}
.ft_block_02 .ft_block02_right address {
	font-size: 11px;
	text-align: center;
}
/*------------------------------------------------------------------
top
--------------------------------------------------------------------*/
/* top main*/
.top_main_bg {
	padding-top: 50px;
}
.top_slider_img {
	height: 300px;
}
.top_slider_img.slide01 {
	background: url(../images/top/top_mainimg01.jpg) no-repeat 70% top;
	background-size: cover;
}
.top_slider_img.slide02 {
	background: url(../images/top/top_mainimg02.jpg) no-repeat 70% top;
	background-size: cover;
}
.top_slider_img.slide03 {
	background: url(../images/top/top_mainimg04.jpg) no-repeat 70% top;
	background-size: cover;
}
.top_slider_img .common_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 300px;
	margin: 0 auto;
}
.top_slider_img a{
	text-decoration: none;
	color:#000;
}
.top_main_catch .common_en_01 {
	color: #1d569b;
	border-bottom: 1px solid #1d569b;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.top_main_catch .top_main_catch01 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.top_main_catch .top_main_catch02 {
	font-size: 11px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.top_slider .slick-dots {
	bottom: 5px;
}
.top_slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.top_slider .slick-dots li button:before {
	font-size: 10px;
	opacity: 1;
	color: #f5f5f6;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #1d569b;
}
/* top news*/
.top_news_bg {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	background-color: #f5f5f6;
	padding: 15px 0 20px 0;
}
.top_news_bg .common_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.top_news_bg ul {
	width: 100%;
}
.top_news_bg ul li a {
	text-decoration: none;
}
.top_news_bg ul li a .common_en_01 {
	color: #888888;
	font-size: 15px;
	display: block;
}
.top_news_bg ul li a .top_news_ttl {
	color: #000;
	font-size: 15px;
	letter-spacing: 0.05em;
	display: block;
	margin-bottom: 10px;
}
/* top product*/
.top_content01_bg {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding: 40px 0 20px 0;
	text-align: center;
}
.top_content01_inner {
	width: 90%;
}
.top_content01_bg .common_txt01 {
	text-align: left;
}
.top_content01_box {
	margin-top: 20px;
}
.top_content01_box_in {
	border: 1px solid #DDD;
	margin-bottom: 20px;
	background-color: #fff;
}
/*　もともと
.top_content01_box_in figure {
	padding: 20px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 200px;
}
*/
.top_content01_box_in figure {
	padding: 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_content01_box_in figure img {
	height: 100%;
	width: auto;
	max-width: inherit;
}
.top_content01_box_in .top_content01_box_disc {
	background-color: #f5f5f6;
	padding: 15px;
}
.top_content01_box_in .top_content01_box_ttl {
	font-size: 20px;
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.top_content01_box_in .top_content01_box_ttl::after {
	border-bottom: 1px solid #1d569b;
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	width: 72px;
	height: 1px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.top_content01_box_in .common_flex {
	margin-top: 15px;
	justify-content: center;
}
.top_content01_box_in .common_flex > div a {
	padding-right: 10px;
}
.top_content01_box_in .common_flex > div:first-child {
	margin-right: 10px;
	width: calc(40% - 5px);
}
.top_content01_box_in .common_flex > div:last-child {
	width: calc(60% - 5px);
}
/* top link*/
.top_content02_bg {
	padding-bottom: 15px;
}
.top_content02_box {
	text-align: center;
	padding: 40px 0 40px 0;
	margin-bottom: 20px;
}
.top_content02_box .common_ttl01 .h2_ttl, .top_content02_box .common_txt01 {
	color: #FFF;
}
.top_content02_box .common_wh_btn_l {
	margin: 20px auto 0 auto;
}
.top_content02_box.box01 {
	background: url(../images/top/top_content02_img01.jpg) no-repeat center top;
	background-size: cover;
}
.top_content02_box.box02 {
	background: url(../images/top/top_content02_img02.jpg) no-repeat center top;
	background-size: cover;
}
.top_content02_box.box03 {
	background: url(../images/top/top_content02_img03.jpg) no-repeat center top;
	background-size: cover;
}
/*------------------------------------------------------------------
sub 共通
--------------------------------------------------------------------*/
.common_sub_main_bg {
	margin-top: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding: 20px 0 25px 0;
	min-height: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/custom_existingfacility/custom_existingfacility_mainimg.jpg) no-repeat 80% bottom;
    background-size: cover;
	align-items: center;
}
.common_sub_main_ttl {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.05em;
	background-color: rgba(255,255,255,0.5);
	padding: 5px 15px;
	display: inline-block;
}
.common_sub_main_txt {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin: 10px 0 20px 0;
	background-color: rgba(255,255,255,0.5);
	padding: 5px 15px;
	display: inline-block;
}
.common_sub_main_box .common_flex.pc {
	display: none;
}
.common_sub_main_bg .common_flex.sp {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.common_sub_main_bg .common_flex .common_more_btn_l, .common_sub_main_bg .common_flex .common_bl_btn_l {
	max-width: 49%;
}
.common_sub_main_bg .common_flex .common_more_btn_l a, .common_sub_main_bg .common_flex .common_bl_btn_l a {
	padding-right: 0;
}
.common_sub_main_bg .common_flex .common_more_btn_l a span, .common_sub_main_bg .common_flex .common_bl_btn_l a span {
	font-size: 12px;
}
.common_sub_main_bg .common_flex .common_more_btn_l a::after, .common_sub_main_bg .common_flex .common_bl_btn_l a::after {
	display: none;
}

/*ぱんくず*/
.common_bread{
	padding: 10px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.common_bread ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.common_bread li{
	font-size: 14px;
	letter-spacing: 0.05em;
	position: relative;	
}
.common_bread li:not(:first-child){
	padding-left: 20px;	
}
.common_bread li:not(:last-child){
	margin-right: 10px;
}
.common_bread li:not(:first-child)::before{
	width: 5px;
    height: 5px;
    border: 1.5px solid;
    border-color: #303c45 #303c45 transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    transition: 0.3s;
    z-index: 1;
}
.common_bread a{
	color:#114696;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.useful_page_bread{
	margin-top: 50px;
}

.common_sub_content01_bg{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding: 40px 0;
}
/*------------------------------------------------------------------
xray 共通
--------------------------------------------------------------------*/
.common_xray_content01_bg {
	padding: 40px 0;
	background-color: #f5f5f6;
	width: 100%;
}
.common_xray_content01_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 0 3%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.common_xray_content01_inner.second {
	margin-top: 30px;
}
.common_xray_content01_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 100%;
	align-items: flex-end;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.common_xray_content01_box_left {
	max-width: inherit;
	width: 92.6%;
	margin-right: 7.4%;
	order: 0;
}
.common_xray_content01_box_left .common_xray_content01_disc {
	background-color: #fff;
	padding: 30px 30px 50px 30px;
	margin: -50px 0 -30px 0;
}
.common_xray_content01_box_left .common_en_01 {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: rgba(153,153,153,0.35);
	text-align: right;
	display: block;
	margin-bottom: 24px;
}
.common_xray_content01_img {
	width: 92.6%;
	order: 1;
}
.common_xray_content01_disc_ttl {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.common_xray_content01_disc_ttl::after {
	border-bottom: 1px solid #1d569b;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 72px;
	height: 1px;
}
.common_xray_content02_bg {
	padding: 40px 0 20px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.common_xray_content02_bg .common_ttl01 {
	margin-bottom: 35px;
}
.common_xray_content02_box_in {
	margin-bottom: 20px;
}
.common_xray_content02_box_txt {
	font-size: 16px;
	margin: 10px 0 0 0;
	text-align: center;
}
.common_xray_content02_box_img {
	text-align: center;
}
.common_xray_content03_bg {
	padding: 25px 0 30px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	background-color: #04287e;
}
.common_xray_content03_txt {
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
.common_xray_content03_box {
	background-color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	max-width: 920px;
	margin: 25px auto 0 auto;
}
.common_xray_content03_box .common_bl_btn_xl {
	margin: 0 0 20px 0;
}
.common_xray_content04_bg {
	padding: 40px 0 30px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.common_xray_content04_box {
	margin: 30px 0;
}
.common_xray_content04_box .common_flex {
    display: block;
}
.common_xray_content04_ttl{
	font-size: 18px;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.common_xray_content04_ttl::before{
	border-top: 2px solid #1d569b;
	position: absolute;
	left:0;
	top:50%;
	width: 20px;
	height: 2px;
	content: "";
	margin-top: -1px;
}
.common_xray_content04_left{
	margin-bottom: 20px;
}
.common_xray_content04_tbl table {
	width: 100%;
}
.common_xray_content04_tbl + .common_xray_content04_ttl{
	margin-top: 20px;
}
.common_xray_content04_tbl table th {
	border: 1px solid #DDD;
	background-color: #f0f5f5;
	font-size: 15px;
	letter-spacing: 0.05em;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
.common_xray_content04_tbl table th.th01 {
	width: 100px;
}
.common_xray_content04_tbl table th.th02 {
	width: calc(100% / 3);
}
.common_xray_content04_tbl table td {
	border: 1px solid #DDD;
	font-size: 15px;
	letter-spacing: 0.05em;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.common_xray_content04_tbl table span{
	font-size: 13px;
}
.common_xray_content04_tbl table span.ml01{
	display: block;
}
.common_xray_content04_tbl table td.td01 {
	width: 100px;
}
.common_xray_content04_tbl table th.td02 {
	width: calc(100% / 3);
}
.common_xray_content04_tbl table td.td03{
	width: calc(100% - (100% / 3));
}
.common_xray_content04_arrow a {
	background-color: #303c45;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	height: 55px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	margin-bottom: 40px;
  text-decoration: none;
}
.common_xray_content04_arrow a::after {
	background: url(../images/common/icon_under_arrow.png) no-repeat center bottom;
	background-size: 45px 25px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	content: "";
	width: 45px;
	height: 25px;
	margin-left: -23px;
}
/*------------------------------------------------------------------
xray
--------------------------------------------------------------------*/
.common_sub_main_bg.xray_main{
	background: none;
}
.xray_main .common_sub_main_right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-height: 250px;
}
.xray_main .common_sub_main_right img {
	height: 250px;
	width: auto;
	max-width: inherit;
}
.common_xray_content01_img.xray_img01, .common_xray_content01_img.xray_img02 {
	background: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*------------------------------------------------------------------
twod_ct
--------------------------------------------------------------------*/
.common_sub_main_bg.twod_ct_main{
	background: none;
}
.twod_ct_main .common_sub_main_right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-height: 250px;
}
.twod_ct_main .common_sub_main_right img {
	height: 250px;
	width: auto;
	max-width: inherit;
}
.common_xray_content01_img.twod_ct_img01, .common_xray_content01_img.twod_ct_img02 {
	background: #000;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*------------------------------------------------------------------
varios
--------------------------------------------------------------------*/
.common_sub_main_bg.varios_main{
	background: none;
}
.common_xray_content01_img.varios_img01 {
	background: url(../images/varios/varios_img01.jpg) no-repeat right top;
	background-size: cover;
	height: 40vw;
}
.varios_original_box {
	margin-bottom: 40px;
}
.varios_original_box_left {
	margin-bottom: 40px;
}
.varios_original_box_left_img {
	text-align: center;
}
.varios_original_box_left .common_bl_btn_l {
	margin: 15px auto 0 auto;
}
.varios_original_box_ttl {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.varios_original_box_ttl::after {
	border-bottom: 1px solid #1d569b;
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	width: 72px;
	height: 1px;
	margin-left: -36px;
}
.varios_original_box_ttl02 {
	margin-top: 15px;
	border: 3px solid #1d569b;
	background-color: #fff;
	color: #1d569b;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
	margin-bottom: 20px;
}
.varios_original_box_ttl02::after {
	position: absolute;
	bottom: -14px;
	left: 50%;
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 11px solid #1d569b;
	margin-left: -6px;
}
.varios_original_box_right_movie {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.varios_original_box_right_movie iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.varios_original_box_list li {
	background: url(../images/common/icon_check.png) no-repeat left top;
	background-size: 28px 22px;
	min-height: 22px;
	font-size: 16px;
	font-weight: 700;
	padding-left: 38px;
	line-height: 22px;
	margin-bottom: 10px;
}
.varios_original_box_ttl03 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	display: table;
	border-bottom: 3px solid #1d569b;
	position: relative;
	margin: 0 auto 20px auto;
	padding-bottom: 5px;
}
.varios_original_box_ttl03::after {
	position: absolute;
	bottom: -14px;
	left: 50%;
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 11px solid #1d569b;
	margin-left: -6px;
}
/*------------------------------------------------------------------
excillum
--------------------------------------------------------------------*/
.common_sub_main_bg.excillum_main{
	background: none;
}
.excillum_main .common_sub_main_right {
	margin: 0 -6%;
}
.excillum_content_defo_bg {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding: 40px 0 0 0;
}
.excillum_content_defo_bg  .common_txt01{
	margin-bottom: 30px;
}
.excillum_content_defo_bg  .common_txt01_center{
	margin-bottom: 30px;
}
.excillum_content_defo_bg  .common_txt02{
	margin-bottom: 30px;
}
.excillum_content_faq_bg {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding: 40px 0 0 0;
}

/*チェックボックス付きコンテンツ*/
.excillum_content01_box{
	margin-top: 35px;
}
.excillum_content01_box_in{
	margin-bottom: 30px;
	position: relative;
	background-color: #f5f5f6;
}
.excillum_content01_box_in .common_en_01{
	font-size: 50px;
	font-weight: 500;
	color:rgba(4,40,126,0.5);
	position: absolute;
	left:10px;
	top:-20px;
	line-height: 1.0;
}
.excillum_content01_disc{
	background-color: #f5f5f6;
	padding: 25px 15px 15px 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.excillum_content01_txt{
	background: url(../images/common/icon_check.png) no-repeat left top;
	background-size: 28px 22px;
    min-height: 22px;
	line-height: 22px;
	font-size: 16px;
	font-weight: 700;
	padding: 1px 0 0 35px;
}
.excillum_content01_supple{
        padding: 0 20px 30px 30px;
}
.excillum_content01_supple p{
	font-size: 14px;
}

/*製品仕様*/
.excillum_spec_container{
	margin-bottom: 25px;
}
.excillum_spec_image{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.excillum_spec_image img{
	border-radius:8px;
	align-items: center;
}
.excillum_credit{
	font-size:12px;
	color:#777;
	text-align: center;
	margin-top:6px;
}
.excillum_spec_info{
	width:100%;
}
.excillum_spec_item{
	background:white;
	border-radius:10px;
	box-shadow:0 8px 20px rgba(0,0,0,0.08);
	padding:22px;
	margin-bottom:20px;
	transition:0.3s;
}
.excillum_spec_item_ttl{
	color:#1d569b;
	margin-bottom:10px;
}
.excillum_spec_item ul{
	padding-left:18px;
	line-height:1.7;
}

/*導入ケースカード*/
.excillum_case_card{
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
.excillum_case_card_in{
	background:white;
	border-radius:10px;
	box-shadow:0 8px 25px rgba(0,0,0,0.08);
	overflow:hidden;
}
.excillum_case_card .common_en_01{
	font-size: 40px;
	font-weight: 500;
	color:rgba(4,40,126,0.5);
	position: absolute;
	left:25px;
	top:-20px;
	line-height: 1.0;
}
.excillum_case_header{
	background:#f5f5f6;
	padding:25px 30px;
}
.excillum_case_header_ttl{
	display:inline;
	font-size: 20px;
	margin-left:40px;
}
.excillum_case_content{
	padding:30px;
}
.excillum_case_image{
	align-items: center;
}
.excillum_case_image img{
	width:100%;
	height:auto;
	border-radius:6px;
}
.excillum_credit{
	font-size:12px;
	text-align: center;
	color:#777;
	margin-top:5px;
}
.excillum_case_text{
	min-width:280px;
}
.excillum_case_item{
	margin-bottom:25px;
}
.excillum_case_item_ttl{
	font-size:18px;
	color:#1d569b;
	margin-bottom:8px;
	border-left:4px solid #1d569b;
	padding-left:10px;
}

/*------------------------------------------------------------------
plant
--------------------------------------------------------------------*/
.plant_main{
	background: #e2f1fa;
}
.plant_main .common_sub_main_right {
	margin: 0 -6%;
}
.plant_original_content01_bg{
	padding: 40px 0 20px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.plant_original_content01_inner {
    width: 90%;
}
.plant_original_content01_box {
	margin-top: 30px;
}
.plant_original_content01_box_in {
	background-color: #f5f5f6;
	margin-bottom: 20px;
}
.plant_original_content01_box_in .plant_original_content01_disc {
    padding: 20px 20px 20px 20px;
}
.plant_original_content01_ttl{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
	line-height: 1.4;
}
.plant_original_content01_ttl::after{
	border-bottom: 1px solid #1d569b;
	position: absolute;
	left:50%;
	bottom:0;
	height: 1px;
	width: 72px;
	content: "";
	margin-left: -36px;
}
.plant_original_content01_box_in .common_bl_btn_m_l{
	margin: 15px auto 0 auto;
}
.common_xray_content01_img.plant_img01{
	background: url(../images/plant/plant_img04.jpg) no-repeat right top;
	background-size: cover;
	height: 40vw;
}
.common_xray_content01_img.plant_img02{
	background: url(../images/plant/plant_img05.jpg) no-repeat left top;
	background-size: cover;
	height: 40vw;
}
/*------------------------------------------------------------------
robot
--------------------------------------------------------------------*/
.common_sub_main_bg.robot_main{
	background: none;
}
.robot_main .common_sub_main_right {
	margin: 0 -6%;
}
.common_xray_content01_img.robot_img01{
	background: url(../images/robot/robot_img01.png) no-repeat right top;
	background-size: cover;
	height: 40vw;
}
.common_xray_content01_img.robot_img02{
	background: url(../images/robot/robot_img02.jpg) no-repeat right top;
	background-size: cover;
	height: 40vw;
}
.robot_original_box .robot_original_box_img{
	margin-bottom: 10px;
}
/*------------------------------------------------------------------
contract_inspection
--------------------------------------------------------------------*/
.contract_inspection_main {
	background: #f5f5f5;
}
.contract_inspection_main .common_sub_main_right {
	margin: 0 -6%;
}
.contract_inspection_content01_bg{
	padding: 40px 0 40px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.contract_inspection_content01_inner {
    width: 90%;
}
.contract_inspection_content01_box {
	margin-top: 30px;
}
.contract_inspection_content01_box_in {
	text-align: center;
	background-color: #f5f5f6;
}
.contract_inspection_content01_box_in:nth-child(1), .contract_inspection_content01_box_in:nth-child(2) {
	margin-bottom: 20px;
}
.contract_inspection_content01_img img{
	width: 100%;
}
.contract_inspection_content01_txt{
	font-size: 16px;
	font-weight: 700;
	padding: 15px 0;
	text-align: center;	
}
.contract_inspection_content02_bg{
	padding: 40px 0 40px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.contract_inspection_content02_box{
	margin-top: 30px;
}
.contract_inspection_content02_box_list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contract_inspection_content02_box_list li{
	width: calc((100% - 20px) / 3);
	text-align: center;
	cursor: pointer;
	opacity: 0.55;
}
.contract_inspection_content02_box_list li.is-active{
	opacity: 1;
}
.contract_inspection_content02_box_list + .common_txt02{
	text-align: right;
	margin-top: 20px;
}
.contract_inspection_content02_box_tbl{
	position: relative;
	margin-top: 20px;
}
.contract_inspection_content02_box_tbl::before{
	position: absolute;
	content: "";	
	top:-15px;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #1d569b;
	border-left: 10px solid transparent;
}
.contract_inspection_content02_box_ct .panel:nth-child(1) .contract_inspection_content02_box_tbl::before{
	left:9%;
}
.contract_inspection_content02_box_ct .panel:nth-child(2) .contract_inspection_content02_box_tbl::before{
	left:43%;
}
.contract_inspection_content02_box_ct .panel:nth-child(3) .contract_inspection_content02_box_tbl::before{
	left:78%;
}
.contract_inspection_content02_box_tbl table{
	width: 100%;
}
.contract_inspection_content02_box_tbl table thead th{
	background-color: #1d569b;
	color:#FFF;
	font-size: 15px;
	font-weight: 700;
	padding: 10px;
	border-right: 1px solid #dddddd;
	width: 100px;
	vertical-align: top;
}
.contract_inspection_content02_box_tbl table thead td{
	background-color: #1d569b;
	color:#FFF;
	font-size: 15px;
	font-weight: 700;
	padding: 10px;
}
.contract_inspection_content02_box_tbl table tbody th{
	background-color: #f0f5f5;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-size: 15px;
	font-weight: 700;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100px;
	vertical-align: top;
}
.contract_inspection_content02_box_tbl table tbody td{
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-size: 15px;
	font-weight: 700;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*------------------------------------------------------------------
feature
--------------------------------------------------------------------*/
.feature_main {
	align-items: center;
	background: url(../images/feature/feature_mainimg.jpg) no-repeat 80% bottom;
	background-size: cover;
}
.feature_content01_bg {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding: 40px 0 0 0;
}
.feature_content01_bg  .common_txt01{
	margin-bottom: 30px;
}
.feature_content01_flow{
	position: relative;
	margin-bottom: 80px;
}
.feature_content01_flow::before{
	background-color: #1d569b;
	width: 80px;
	height: 100%;
	position: absolute;
	top: 45px;
	left: 50%;
	content: "";
	margin-left: -40px;
}
.feature_content01_flow::after{
	position: absolute;
	content: "";	
	left:50%;
	botom:-30px;
	border-right: 120px solid transparent;
	border-top: 50px solid #1d569b;
	border-left: 120px solid transparent;
	margin-left: -120px;
}
.feature_content01_sec01,.feature_content01_sec02{
	margin-bottom: 20px;
}
.feature_content01_sec03{
	margin-bottom: 30px;
}
.feature_content01_flow .common_flex{
	justify-content: center;
}
.feature_content01_box{
	width: calc((100% - 5px) / 2);
	position: relative;
	z-index: 1;
	background-color: #f5f5f7;
}
.feature_content01_box:not(:nth-child(2n+0)){
	margin-right: 5px;
}
.feature_content01_ttl{
	font-size: 18px;
	font-weight: 700;
	color:#1d569b;
	border: 3px solid #1d569b;
	width: 100%;
	height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-o-border-radius:30px;
	-ms-border-radius:30px;
	border-radius:30px;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 280px;
}
.feature_content01_ttl02{
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	color:#1d569b;
	margin-bottom: 5px;
}
.feature_content01_disc{
	padding: 10px 10px 15px 10px;
}
.feature_content01_under{
	background: url(../images/feature/feature_img08.jpg) no-repeat center top;
	background-size:cover; 
	height: 220px;
	margin-top: -130px;
}
.feature_content01_under_txt{
	color:#FFF;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	padding-top: 140px;
	line-height: 1.4;
}

/*------------------------------------------------------------------
feature custom 流れ　共通
--------------------------------------------------------------------*/
.common_flow_bg{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding: 40px 0;
}
.common_flow_box_in{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.common_flow_box_in:not(:last-child){
	margin-bottom: 40px;
}
.common_flow_box_in:not(:last-child)::after{
	position: absolute;
	bottom: -22px;
	left:50%;
	content: "";
	width: 15px;
	height: 15px;
	border: 2.5px solid;
	border-color: #ccc #ccc transparent transparent;
	transform: rotate(135deg);
}
.common_flow_box_in .common_en_01{
	color:#1d569b;
	font-size: 24px;
	font-weight: 700;
	display: block;
	line-height: 1.0;
	margin-top: -2px;
}
.common_flow_box_in .common_flow_box_img{
	width: 40%;
	margin-right: 3%;
}
.common_flow_box_in .common_flow_box_disc{
	width: 57%;
}
.common_flow_box_in .common_flow_ttl{
	color:#1d569b;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	margin: 5px 0;
}
.common_flow_box_in .common_flow_desc{
	font-size:14px;
	line-height:1.6;
	color:#555;
	margin-top:0;
}

/*------------------------------------------------------------------
custom_existingfacility
--------------------------------------------------------------------*/
.custom_existingfacility_main {
	background: #f5f5f5;
}
.custom_existingfacility_main .common_sub_main_right {
    margin: 0 -6%;
}
.custom_existingfacility_content01_bg{
	padding: 40px 0 20px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.custom_existingfacility_content01_inner{
	width: 90%;
}
.custom_existingfacility_content01_box{
	margin-top: 35px;
}
.custom_existingfacility_content01_box_in{
	margin-bottom: 30px;
	position: relative;
	background-color: #f5f5f6;
}
.custom_existingfacility_content01_box_in .common_en_01{
	font-size: 50px;
	font-weight: 500;
	color:rgba(4,40,126,0.5);
	position: absolute;
	left:10px;
	top:-20px;
	line-height: 1.0;
}
.custom_existingfacility_content01_img img{
	width: 100%;
}
.custom_existingfacility_content01_disc{
	background-color: #f5f5f6;
	padding: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.custom_existingfacility_content01_txt{
	background: url(../images/common/icon_check.png) no-repeat left top;
	background-size: 28px 22px;
    min-height: 22px;
	line-height: 22px;
	font-size: 16px;
	font-weight: 700;
	padding: 1px 0 0 35px;
}
.custom_existingfacility_content01_supple{
        padding: 0 20px 10px 30px;
}
.custom_existingfacility_img01{
	background: url(../images/custom_existingfacility/custom_existingfacility_img04.jpg) no-repeat center top;
	background-size: cover;
	height: 40vw;
}
.custom_existingfacility_img02{
	background-color: #2f2e23;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*------------------------------------------------------------------
faq
--------------------------------------------------------------------*/
.faq_main {
	align-items: center;
	background: url(../images/faq/faq_mainimg.jpg) no-repeat 75% bottom;
	background-size: cover;
}
.faq_content01_bg {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding: 40px 0 40px 0;
	background-color: #f5f5f6;
}
.faq_content01_list {
	background-color: #303c45;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.faq_content01_list ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.faq_content01_list ul li:not(:last-child) {
	position: relative;
	padding-right: 15px;
	margin-right: 15px;
}
.faq_content01_list ul li:not(:last-child)::after {
	border-right: 1px solid rgba(255,255,255,0.5);
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	width: 1px;
	height: 18px;
	margin-top: -9px;
}
.faq_content01_list ul li a {
	color: #FFF;
	text-decoration: none;
	line-height: 1.0;
	transition: 0.3s;
	font-size: 15px;
}
.faq_content01_list ul li a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
.faq_content01_insec {
	padding-top: 20px;
	margin-bottom: 20px;
}
.faq_content01_ttl {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #1d569b;
}
.faq_content01_box {
	margin-bottom: 15px;
}
.faq_content01_box_q {
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 30px 10px 15px;
	border: 1px solid #ddd;
	cursor: pointer;
	position: relative;
}
.faq_content01_box_q::after {
	width: 7px;
	height: 7px;
	border: 2px solid;
	border-color: transparent #1d569b #1d569b transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	content: "";
	margin-top: -7px;
	transition: 0.3s;
	z-index: 1;
}
.faq_content01_box_q.open::after {
	transform: rotate(225deg);
	margin-top: -3px;
	border-color: transparent #fff #fff transparent;
}
.faq_content01_box_q.open {
	background-color: #1d569b;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.faq_content01_ttl02 {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 35px;
}
.faq_content01_box_q.open .faq_content01_ttl02 {
	color: #FFF;
}
.faq_content01_ttl02:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "Q";
	width: 25px;
	height: 25px;
	background-color: #1d569b;
	color: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
}
.faq_content01_box_q.open .faq_content01_ttl02:before {
	color: #1d569b;
	background-color: #fff;
}
.faq_content01_box_a {
	background-color: #fff;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 10px 15px 10px 50px;
	position: relative;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: none;
}
.faq_content01_box_a::before {
	position: absolute;
	top: 11px;
	left: 15px;
	content: "A";
	width: 25px;
	height: 25px;
	background-color: #303c45;
	color: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
}
.faq_content01_box_a a{
	color:#1d569b;
	transition: 0.3s;
}
.faq_content01_box_a a:hover{
	text-decoration: none;
	transition: 0.3s;
}
/*------------------------------------------------------------------
wordpress
--------------------------------------------------------------------*/
/*------------------------------------------------------------------
アーカイブ 共通
--------------------------------------------------------------------*/
.common_tag_list01{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin: 30px 0 20px 0;
}
.common_tag_list01 ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.common_tag_list01 ul li a{
	text-decoration: none;
	background-color: #e8eef5;
	border:1px solid #1d569b;
	display: block;
	padding: 5px 10px;
	color:#1d569b;
	line-height: 1.0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
	transition: 0.3s;
	margin-bottom: 5px;
	/* 0822追加 */
	width: 125px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.common_tag_list01 ul li a:hover{
	background-color: #1d569b;
	color:#FFF;
	transition: 0.3s;
}
.common_tag_list01 ul li:not(:last-child){
	margin-right: 5px;
}
.common_article_list01 .post_none{
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}
.common_article_list01_inner{
	width: 90%;
}
.common_article_list01_in{
	background-color: #f5f5f6;
	margin-bottom: 20px;
}
.common_article_list01_in a{
	text-decoration: none;
	color:#000;
}
.common_article_list01_disc{
	background-color: #f5f5f6;
	padding: 15px 15px 25px 15px;
}
.common_article_list01_ttl{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
	position: relative;
	padding-bottom: 10px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.common_article_list01_ttl::after{
	border-bottom: 1px solid #1d569b;
	position:  absolute;
	bottom: 0;
	left: 50%;
	content: "";
	width: 72px;
	height: 1px;
	margin-left: -36px;
}
.common_article_list01_tag{
	margin-top: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.common_article_list01_tag li{
	color:#1d569b;
	font-size: 12px;
}
.common_article_list01_tag li::before{
	content: "#";
}
.common_article_list01_tag li:not(:last-child){
	margin-right: 10px;
}

/*------------------------------------------------------------------
シングル記事　共通
--------------------------------------------------------------------*/
.common_article_page_tag{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.common_article_page_tag li{
	text-decoration: none;
	background-color: #e8eef5;
	border:1px solid #1d569b;
	display: block;
	padding: 5px 10px;
	color:#1d569b;
	line-height: 1.0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
	transition: 0.3s;
}
.common_article_page_tag li:not(:last-child){
	margin-right: 5px;
}
.common_article_page_date{
	text-align: right;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
.common_article_page_ttl{
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid #1d569b;
}
.common_article_page_entry img{
	margin: 20px 0 15px 0;
}
.common_article_page_entry img.alignright {
  display: block;
  margin: 20px 0 15px auto;
}
.common_article_page_entry img.alignleft {
  display: block;
  margin: 20px auto 15px 0;
}
.common_article_page_entry img.aligncenter {
  display: block;
  margin: 20px auto 15px auto;
}
.common_article_page_entry p{
	font-size: 15px;
	line-height: 1.8;
}
.common_article_page_entry p + p{
	margin-top: 10px;
}
.common_article_page_entry h2{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-left: 4px solid #1d569b;
	padding: 3px 0 3px 15px;
	line-height: 1.4;
	margin-bottom: 15px;
	margin-top: 30px;
}
.common_article_page_entry h3{
	margin-top: 30px;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-left: 25px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.common_article_page_entry h3::before{
	border-top: 2px solid #1d569b;
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 15px;
	height: 2px;
	margin-top: -1px;
}
.common_article_page_entry h4{
	margin-top: 30px;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDD;
}
.common_article_page_entry ol{
	counter-reset: item;
	margin: 30px 0;
	padding: 0;
	list-style-type: none;
}
.common_article_page_entry ol li{
	position: relative;
	padding-left: calc(23px + 0.5em);
}
.common_article_page_entry ol li:not(:last-child){
	margin-bottom: 10px;
}
.common_article_page_entry ol li:before {
	position: absolute;
	left:0;
	top:2px;
  	counter-increment: item;
  	content: counter(item);
	width: 23px;
	height: 23px;
	background-color: #1d569b;
	color:#FFF;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	text-align: center;
	display: inline-block;
	line-height: 23px;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	margin-right: 0.5em;
}
.common_article_page_entry ul{
	margin: 30px 0;
	padding: 0;
	list-style-type: none;	
}
.common_article_page_entry ul li{
	position: relative;
	padding-left: calc(23px + 0.5em);
}
.common_article_page_entry ul li::before{
	position: absolute;
	left:7px;
	top:5px;
	content: "●";
	font-size: 10px;
	color:#1d569b;
}
.common_article_page_entry ul li:not(:last-child){
	margin-bottom: 10px;
}
.common_article_page_entry .mokuji_box{
	border:2px solid #1d569b;
	background-color: #f5f5f6;
	padding: 15px 15px;
}
.common_article_page_entry .mokuji_ttl{
	background-color: #1d569b;
	text-align: center;
	padding: 5px 0;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color:#FFF;
	margin-top: 30px;
}
.common_article_page_entry .mokuji_list{
	text-indent: -2.2em;
    padding-left: 2.2em;
	margin: 0;
}
.common_article_page_entry .mokuji_list li{
	font-size: 16px;
	padding-left: 0;
}
.common_article_page_entry .mokuji_list li:before {
  	content: '0'counter(item)'.';
	font-size: 18px;
	color:#184d9b;
	font-family: 'Roboto', sans-serif;
	margin-right: 0.5em;
	background: none;
	display: inline;
	position: relative;
}
.common_article_page_entry .ollist_en li{
	text-indent: -0.4em;
    padding-left: 0.4em;
	margin-left: 1.5em;
}
.common_article_page_entry .ollist_en li::marker{
	color:#184d9b;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.common_article_page_entry .ollist_en li::before{
	position: relative;	
	content:"";
	background: none;
	display: inline;
}
.common_article_page_entry .ullist_check li::before{
	background: url(../images/common/icon_check.png) no-repeat left top;
	background-size: 24px 20px;
	content:"";
	width: 24px;
	height: 20px;
	left:0;
	top:2px;
}
.common_article_page_entry blockquote{
	background-color: #f5f5f6;
	margin: 20px 0 30px 0;
	padding: 20px 20px 20px 45px;
	position: relative;
}
.common_article_page_entry blockquote::before{
	background: url(../images/common/icon_blockquote.png) no-repeat left top;
	background-size: 20px 16px;
	position: absolute;
	top: 15px;
	left: 15px;
	content: "";
	width: 20px;
	height: 16px;
}
.common_article_page_entry blockquote em{
	color:#888;
}
.common_article_page_entry blockquote a{
	color:#888888;
	border-bottom: 1px solid #888888;
	padding-bottom: 5px;
	text-decoration: none;
}
.common_article_page_entry .common_xray_content04_arrow{
	margin-top: 20px;
}
.common_article_page_entry .tab_comment_ttl{
	display: inline-block;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
	-ms-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	background-color: #1d569b;
	padding: 5px 15px;
	line-height: 1.4;
	color:#FFF;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 40px 0 0 0;
}
.common_article_page_entry .tab_comment_box{
	border:2px solid #1d569b;
	padding: 15px 20px;
	margin: 0 0 30px 0;
}
.common_article_page_entry .w_50per + .w_50per > ol{
	margin-top: 0;
}
/*------------------------------------------------------------------
ページング
--------------------------------------------------------------------*/
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin-top: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-decoration: none !important;
    border: 1px solid #1d569b !important;
    color: #1d569b !important;
    padding-top: 5px !important;
    padding-right: 12px !important;
    padding-bottom: 5px !important;
    padding-left: 12px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
    font-weight: 700;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #FFFFFF !important;
	background-color: #1d569b !important;
	border-top-color: #1d569b !important;
	border-right-color: #1d569b !important;
	border-bottom-color: #1d569b !important;
	border-left-color: #1d569b !important;
	text-decoration: none !important;
}
.wp-pagenavi span.current {
	font-weight: 700;
	color: #FFF;
}
.wp-pagenavi .page.larger {
	display: none;
}
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi .page.smaller {
	display: none;
}
.wp-pagenavi span.pages {
	display: block;
	margin: 0 auto 20px auto !important;
	width: 60%;
}
.blog_pagenavi {
	padding: 30px 0 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blog_pagenavi a {
	text-decoration: none;
}
.pagenavi_prev {
	max-width: 100px;
}
.pagenavi_next {
	max-width: 100px;
}
.pagenavi_tolist a {
	background-color: #303c45;
	color: #FFFFFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	-moz-border-radius:19px;
	-webkit-border-radius:19px;
	-o-border-radius:19px;
	-ms-border-radius:19px;
	border-radius:19px;
	width: 100px;
	height: 30px;
	line-height: 1.0;
	text-decoration: none;
	transition: 0.3s;
	font-size: 14px;
}
.pagenavi_tolist a:hover{
	background-color: #17272e;
	transition: 0.3s;
}
.pagenavi_prev_arrow{
	color:#000;
	font-size: 14px;
	position: relative;
	padding-left: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.pagenavi_next_arrow{
	color:#000;
	font-size: 14px;
	position: relative;
	padding-right: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.pagenavi_prev a,.pagenavi_next a{
	transition: 0.3s;
	display: block;
}
.pagenavi_prev a:hover,.pagenavi_next a:hover{
	opacity: 0.7;
	transition: 0.3s;
}
.pagenavi_prev_arrow::before{
	width: 7px;
    height: 7px;
    border: 1.5px solid;
    border-color: transparent transparent #1d569b #1d569b;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    margin-top: -6px;
    transition: 0.3s;
    z-index: 1;
}
.pagenavi_next_arrow::before{
	width: 7px;
    height: 7px;
    border: 1.5px solid;
    border-color: #1d569b #1d569b transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    margin-top: -6px;
    transition: 0.3s;
    z-index: 1;
}
.blog_pagenavi_imgbox{
	display: none;
}

.blog_pagenavi.news_pagenavi{
	justify-content: center;
}
.blog_pagenavi.news_pagenavi .pagenavi_prev{
	max-width: inherit;
	margin-right: 20px;
}
.blog_pagenavi.news_pagenavi .pagenavi_next{
	max-width: inherit;
	margin-left: 20px;
}
/*------------------------------------------------------------------
custom_custommade
--------------------------------------------------------------------*/
.custom_custommade_main{
	background: #f5f5f5;
}
.custom_custommade_main .common_sub_main_right {
    margin: 0 -6%;
}
.custom_custommade_content01_bg{
	padding: 40px 0 40px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.custom_custommade_left .common_more_btn_m_l{
	margin-top: 15px;
}
.custom_custommade_img01{
	background: url(../images/custom_custommade/custom_custommade_img07.jpg) no-repeat center top;
	background-size:cover; 
	height: 40vw;
}
.custom_custommade_img02{
	background: url(../images/custom_custommade/custom_custommade_img08.jpg) no-repeat center top;
	background-size:cover; 
	height: 40vw;
}

/*------------------------------------------------------------------
useful
--------------------------------------------------------------------*/
.useful_main {
	background: url(../images/useful/useful_mainimg.jpg) no-repeat 65% bottom;
	background-size: cover;
}
.useful_main .common_sub_main_txt{
	margin-bottom: 0;
}
.useful_content01_bg{
	padding: 10px 0 40px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

/*------------------------------------------------------------------
useful_detail
--------------------------------------------------------------------*/
.useful_detail_content01_bg{
	padding: 30px 0 30px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.useful_detail_content01_left{
	margin-bottom: 50px;
}
.useful_detail_content01_right_ttl{
	background-color: #1d569b;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 10px;
}
.common_article_page_right_list01{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.common_article_page_right_list01 li{
	width: 48%;
	margin-bottom: 20px;
}
.common_article_page_right_list01 li.post_none{
	text-align: center;
	width: 100%;
}
.common_article_page_right_list01 li a{
	color:#000;
	text-decoration: none;
}
.common_article_page_right_list01_ttl{
	font-size: 14px;
	font-weight: 700;
}
.common_article_page_right_list01_img{
	margin-bottom: 10px;
	text-align: center;
}

/*------------------------------------------------------------------
news
--------------------------------------------------------------------*/
.news_content01_list{
	margin-bottom:50px;
}
.news_content01_list li{
	border-bottom: 1px solid #dddddd;
	padding: 10px 0;
}
.news_content01_list li.post_none{
	border-bottom: none;
	text-align: center;
}
.news_content01_list li a{
	text-decoration: none;
	transition: 0.3s;
}
.news_content01_list li a:hover{
	opacity: 0.7;
	transition: 0.3s;
}
.news_content01_list li .common_en_01{
	color: #888888;
	display: block;
	margin-bottom: 5px;
}
.news_content01_list li .news_content01_list_ttl{
	color:#000;
	font-size: 15px;
}

/*------------------------------------------------------------------
sitemap
--------------------------------------------------------------------*/

.sitemap_content01_box_ttl{
	background-color: #f5f5f5;
	font-size: 15px;
	padding: 10px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.sitemap_content01_box_link a{
	background-color: #f5f5f5;
	font-size: 15px;
	padding: 10px;
	line-height: 1.4;
	margin-bottom: 10px;
	display: block;
	color:#000;
	text-decoration: none;
}
.sitemap_content01_box_link02{
	margin: 0 10px 15px 10px;
}
.sitemap_content01_box_link02 li{
	margin-bottom: 10px;
}
.sitemap_content01_box_link02 a{
	position: relative;
	text-decoration: none;
	padding-left: 20px;
	color:#000;
	display: block;
	font-size: 15px;
}
.sitemap_content01_box_link02 a::before {
    border-top: 1px solid #04287e;
    width: 13px;
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
}
.sitemap_content01_box a{
	transition: 0.3s;
}
.sitemap_content01_box a:hover{
	transition: 0.3s;
	opacity: 0.7;
}

/*------------------------------------------------------------------
notfound
--------------------------------------------------------------------*/
.notfound_box .common_more_btn_l{
	margin: 40px auto 0 auto;
}


/*------------------------------------------------------------------
privacy
--------------------------------------------------------------------*/
.privacy_main {
	align-items: center;
	background: url(../images/feature/feature_mainimg.jpg) no-repeat 90% bottom;
	background-size: cover;
}
.privacy_lead{
	text-align: right;
	margin-bottom: 20px;
	font-size: 14px;
}
.privacy_ttl{
	margin-top: 20px;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDD;
}
.privacy_fix{
	margin-top: 20px;
	font-size: 15px;
}
.privacy_fix_ttl{
	margin-bottom: 5px;
}
.privacy_btn{
	margin-top: 20px;
}
.privacy_btn a{
	color:#1d569b;
}

/*------------------------------------------------------------------
news
--------------------------------------------------------------------*/
.news_main {
	align-items: center;
	background: url(../images/news/news_mainimg.jpg) no-repeat 90% bottom;
	background-size: cover;
}

/*------------------------------------------------------------------
contact
--------------------------------------------------------------------*/
.contact_main {
	align-items: center;
	background: url(../images/contact/contact_mainimg.jpg) no-repeat 90% bottom;
	background-size: cover;
}

/*------------------------------------------------------------------
request
--------------------------------------------------------------------*/
.request_main {
	align-items: center;
	background: url(../images/request/request_mainimg.jpg) no-repeat 90% bottom;
	background-size: cover;
}
.request_box ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.request_box ul li{
	width: calc((100% - 20px) / 2);
	margin-bottom: 30px;
	text-align: center;
}
.request_box ul li:not(:nth-child(2n+0)){
	margin-right: 20px;
}
.request_box ul li img{
	border: 1px solid #ddd;
	width: 100%;
	height: auto;
}
.request_box ul li a{	
	text-decoration: none;
	transition: 0.3s;
}
.request_box ul li a:hover img{
	opacity: 0.7;
	transition: 0.3s;
}
.request_box_ttl{
	color:#000;
	margin-top: 10px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;
}
.request_box ul li .common_bl_btn_s{
	margin: 10px auto 0 auto;
}
.common_sub_main_ttl .fs_s{
	font-size: 20px;
	line-height: 1.4;
	display: block;
	margin-top: 5px;
}
/*------------------------------------------------------------------
catalog
--------------------------------------------------------------------*/
.catalog_main {
	align-items: center;
	background: url(../images/catalog/catalog_mainimg.jpg) no-repeat 90% bottom;
	background-size: cover;
}

/*------------------------------------------------------------------
custom_custommade single
--------------------------------------------------------------------*/
.useful_detail_content01_bg {
    padding: 30px 0 30px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

/*------------------------------------------------------------------
cookie wp pragin
--------------------------------------------------------------------*/
#cookie-notice a{
	color:#FFF;
}

/*------------------------------------------------------------------
アンダーライン　マーカー
--------------------------------------------------------------------*/
.marker_blue {
	background: linear-gradient(transparent 55%, #d6e4ed 55%);
}
.marker_yellow {
	background: linear-gradient(transparent 55%, #fffb93 55%);
}
.marker_green {
	background: linear-gradient(transparent 55%, #b8f2b7 55%);
}
.marker_pink {
	background: linear-gradient(transparent 55%, #fdd5c9 55%);
}

/*--------------------------------------------------------------------
幅対応
--------------------------------------------------------------------*/
@media all and (min-width: 480px) and (max-width: 768px) {
.sp {
	display: none;
}
.pc {
	display: none;
}
.pc.tab {
	display: block;
}
.tab {
	display: block;
}
}
