@charset "utf-8";
/* ****************************************************
Title: layout.css
***************************************************** */
/* --------------------------------------------------------------------
 body
-------------------------------------------------------------------- */
html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	color: #222222;
	font-family: 'Noto Sans Japanese', sans-serif;
	/*font-family: "游ゴシック体", "Yu Gothic", 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
	/*font-family: "Yu Gothic", YuGothic;*/
	/*font-family: 'Vollkorn', 'Noto Serif TC', serif;*/
	/*font-family: 'Noto Serif JP', serif;*/
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	text-align: center;
	text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}
img {
	vertical-align: bottom;
	/*max-width: 100%;*/
	width: 100%;
	height: auto;
}
.relative-wrap {
	position: relative;
}
.contDispN {
	display: none;
}
p, span, dt, dd, th, td, li, h1, h2, h3, h4 {
	max-height: 999999px;
	background-image: url(/image/spacer.gif);
}
/*-----------------------*/
.contIn960 {
	width: auto;
	margin: 0px auto;
	position: relative;
}
.radius300 {
	-moz-border-radius: 300px;
	-webkit-border-radius: 300px;
	-o-border-radius: 300px;
	-ms-border-radius: 300px;
	border-radius: 300px;
}
.radius3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.radius2 {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
#top {
	padding-top: 60px;
	overflow: hidden;
	min-width: 375px;
}
#wrap {
	/*overflow: hidden;*/
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	/*min-width: 375px;*/
}
/*-----------------------*/
.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	top: -66px;
}
/* --------------------------------------------------------------------
 header
-------------------------------------------------------------------- */
.spHeaderWrap {
	background-color: rgba(255, 255, 255, 0.95);
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 50;
	display: table;
	border-bottom: 1px solid rgba(0, 104, 183, 1);
}
.mm-opened .spHeaderWrap {
	position: absolute;
	left: 0px;
	top: 0px;
}
.spHeaderIn {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 0px 8px;
	height: 60px;
}
.spHeaderLogo {
	float: left;
	text-align: left;
	font-size: 11px;
	line-height: 1.2em;
}
.spHeaderLogo img {
	width: 94px;
	margin-right: 15px;
	vertical-align: middle;
	float: left;
}
.spHeaderLogo .spSpan01 {
	display: block;
	float: left;
}
.spHeaderMenu {
	float: right;
	width: 30px;
	padding-top: 0px;
}
.spHeaderMenu img {
	float: right;
	width: 70%;
	padding-top: 5px;
	padding-right: 10px;
}
/* --------------------------------------------------------------------
 main
-------------------------------------------------------------------- */

.mainBtnWrap01 a {
	display: table;
	margin: auto;
}
.mainBtnWrap01 a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 25px;
}

.mainBtnWrap01 span {
	font-size: 10px;
	width: auto;
	/*height: auto;*/
	color: #fff;
	background: #0068B7;
	/*padding: 5px 10px;*/
	padding: 0px 10px 2px 10px;
	border-radius: 50px;
	font-weight: 700;
}
.spSlick01 {
	position: relative;
	left: 0px;
	top: 0px;
}
.spSlick01 a {
	display: table !important;
}
.slick-prev {
	background-image: url("/image/slide_prev01.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px auto;
	width: 30px;
	height: 30px;
	left: 0px;
	margin-top: -23px;
	margin-left: 0px;
	z-index: 40;
}
.slick-next {
	background-image: url("/image/slide_next01.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px auto;
	width: 30px;
	height: 30px;
	right: 0px;
	margin-top: -23px;
	margin-right: 0px;
}
.slick-dots li button:before {
	font-size: 10px;
}
.slick-dots li {
	margin: 0 1px;
}
/*--------------------------------------*/
ul.mm-breadcrumbs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	padding-left: 10px;
	font-size: 9px;
}
ul.mm-breadcrumbs li {
	position: relative;
	padding-right: 25px;
	margin-right: 10px;
}
ul.mm-breadcrumbs li + li {
	/*padding-left: 10px;*/
}
ul.mm-breadcrumbs li:last-of-type {
	color: #007CC3;
	font-weight: 700;
}
ul.mm-breadcrumbs li a {
	color: #333;
}
ul.mm-breadcrumbs li:after {
	content: ">";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 25px;
	width: 14px;
	height: 14px;
	fotn-size: 14px;
}
ul.mm-breadcrumbs li:last-child:after {
	content: "";
	display: none;
}
/*--------------------------------------*/
.mainvisualWrap {
	position: relative;
}
.mainSlide01Wrap {
	overflow: visible;
	position: relative;
	height: auto;
}
.mainSlide01 {
	position: relative;
	left: 0px;
	margin-left: 0px;
	width: auto;
	height: auto;
}
.mainSlide01 .slideCont {
	width: auto !important;
	position: relative;
}
.mainvisualCont01 {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 60;
}
.mainvisualCont02 {
	width: 100%;
	min-height: 80px;
}
.mainvisualCont02 img {
	width: 100%;
	min-height: 100px;
	object-fit: cover;
}
.mainvisualBox01 {
	background-image: url("/image/slide_bg01.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	box-sizing: border-box;
	width: 276px;
	height: 130px;
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -138px;
	padding: 10px 10px 0px 10px;
	text-align: left;
}

.mainvisualBox01.visualBg02 {
  background-image: url("/image/slidebgbrue.svg");
}
.mainvisualBox01.visualBg03 {
  background-image: url("/image/slidebgorange.svg");
}
.mainvisualBox01.visualBg04 {
  background-image: none;
	padding: 0px;
}

.mainSpan04 {
	text-align: center;
	color: #333333 !important;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: bold;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.mainSpan04 span {
	color: #333333 !important;
	font-size: 13px;
}
.mainSpan05 {
	text-align: center;
	color: #333333 !important;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}











.mainvisualBox01 .mainH201 {
	margin: 0px;
	font-size: inherit;
}

.strengthvisualWrap {
	background-image: url("/image/strength_header.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: table;
	width: 100%;
}
.strengthvisualWrap .strengthCell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 200px;
}
.strengthvisualWrap .mainvisualBox01 {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: 0px;
	margin: auto;
}
.strengthvisualWrap .mainvisualBox01 .mainSpan02 {
	display: block;
}
.strengthvisualWrap .mainvisualBox01 .mainSpan03 {
	display: block;
}

.mainBtnWrap01 {
	text-align: center;
}
.mainBtnWrap01 img {
	width: 100px;
	height: auto;
}
.mainH101 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(0, -50%);
	margin: 0 0 0 -50%;
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.mainH101 span {
	display: block;
	color: #ffffff;
}
.mainH101 span.fs25 {
	font-size: 16px;
}
.mainH101 span.fs18 {
	font-size: 13px;
}
.mainH202 span {
	display: block;
	font: 700 18px/20px "游ゴシック体", YuGothic, sans-serif;
	letter-spacing: 1.5px;
	color: #FFFFFF;
	opacity: 1;
}
.mainH201 span{
	color: #FFF;
}
.mainH201 .mainSpan01 {
	text-align: center;
	font-size: 10px;
	line-height: 1.7em;
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
}
.mainH201 .mainSpan02 {
	text-align: center;
	font-size: 15px;
	line-height: 1.25em;
	font-weight: 700;
	margin-bottom: 7px;
	display: block;
}
.mainH201 .mainSpan03 {
	text-align: center;
	font-size: 10px;
	line-height: 1.7em;
	font-weight: 700;
	padding-left: 0px;
	margin-bottom: 5px;
	margin-top: -5px;
	display: block;
	color: #333333;
}
/*----------------------*/
.contBlock01 {
	padding: 0px 10px 40px 10px;
	margin-top: 35px;
}
.contH101{
	margin: 0 0 20px;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}
.contH102{
	margin: 0 0 20px;
	padding: 60px 0 0 0;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}
.contH202Wrap {
	display: table;
	width: 100%;
	text-align: center;
}
.contH202 {
	display: table-cell;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.2px;
	color: #333333;
	opacity: 1;
	padding-bottom: 5px;
}
.contH203Wrap {
	display: table;
	width: 100%;
	text-align: center;
}
.contH203 {
	display: table-cell;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.2px;
	color: #333333;
	opacity: 1;
	padding-bottom: 5px;
}

.contH301Wrap {
	border-bottom: 1px solid #e5e5e5;
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.contH301 {
	display: table-cell;
	text-align: left;
	vertical-align: bottom;
	color: #0068B7;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 700;
	padding: 0px 0px 8px 0px;
}

.contH301.spH301 {
	text-align: left;
}
/*.contH202.spH202 {
	font-size: 14px;
	color: #666666;
}*/
.contH302,
.contH303 {
	text-align: left;
	color: #222222;
	font-size: 15px;
	line-height: 1.2em;
	font-weight: 700;
	padding: 0px 0px 8px 0px;
}
.spBtnWrap01 {
	margin-top: 24px;
}
.contMore01 {
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 500;
	padding: 0px 0px 8px 0px;
}
.contMore01 a:link {
	color: #333333;
	text-decoration: none;
}
.contMore01 a:link {
	color: #333333;
	text-decoration: none;
}
.contMore01 a:visited {
	color: #333333;
	text-decoration: none;
}
.contMore01 a:hover {
	color: #0068B7;
	text-decoration: none;
}
.contMore01 a:active {
	color: #333333;
	text-decoration: none;
}
.newsContWrap {}
.newsContWrap li {
	display: table;
}
.newsContWrap p {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	height: auto;
	padding: 8px 0px;
	font-size: 10px;
	line-height: 1.3em;
}
.newsContWrap .newsIcon span {
	display: block;
	box-sizing: border-box;
	width: 66px;
	color: #0068B7;
	font-size: 10px;
	line-height: 1.7em;
	font-weight: 700;
	text-align: center;
	background-color: #f2f8fc;
	padding: 5px;
}
.newsContWrap .newsDay {
	width: 70px;
}
.newsContWrap .newsIcon {
	width: 78px;
}
.newsContWrap a:link {
	color: #333333;
	text-decoration: none;
}
.newsContWrap a:visited {
	color: #333333;
	text-decoration: none;
}
.newsContWrap a:hover {
	color: #333333;
	text-decoration: none;
}
.newsContWrap a:active {
	color: #333333;
	text-decoration: none;
}
.newsContWrap .newsCont img {
	width: 14px;
	height: auto;
	margin-right: 3px;
}
/*------------------------------*/
.contBlock02 {
	padding: 0px 10px 40px 10px;
}
.cont02Wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0px;
}
.cont02af:after {
	content: "";
	display: block;
	width: 49%;
}
.cont02Box01 {
	width: 100%;
	text-align: center;
}
.cont02Box01 .h401 {
	color: #0068B7;
	font-size: 19px;
	line-height: 1.95em;
	font-weight: 700;
	margin-bottom: 10px;
}
.cont02Box01 .h401 .gr {
	color: #00B289;
}
.cont02Box01 dl {
	display: block;
	margin-bottom: 15px;
}
.cont02Box01 dt {
	display: block;
	text-align: center;
	vertical-align: top;
	padding-right: 0px;
	margin-bottom: 10px;
}
.cont02Box01 dd {
	display: block;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: -0.05em;
}
.cont02Box01 .dt01 img {
	width: 73px;
	height: auto;
}
/*--------------------*/
.cont03Box01 {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
a.cont03Box01:link {
	color: #333333;
	text-decoration: none;
}
a.cont03Box01:visited {
	color: #333333;
	text-decoration: none;
}
a.cont03Box01:hover {
	color: #333333;
	text-decoration: none;
}
a.cont03Box01:active {
	color: #333333;
	text-decoration: none;
}
.cont03Box01.box01 {
	background-color: #E5EAF7;
}
.cont03Box01.box02 {
	background-color: #FFF5EB;
}
.cont03Box01.box03 {
	background-color: #E5F7F3;
}
.cont03Box01.box04 {
	background-color: #F9F3E9;
}
.cont03Box01.box05 {
	background-color: #F2F2F2;
}
.cont03Box01.box06 {
	background-color: #FBF7E7;
}
.cont03Box01.box07 {
	background-color: #FFF9E5;
}
.cont03Box01.box08 {
	background-color: #FDF0F6;
}
.cont03Box01Cell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 44%;
	height: 160px;
}
.cont03Box01Cell02 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.cont03Box01Cell01 img {
	width: auto;
	max-width: 100%;
	margin: auto;
}
.cont03Box01Cell02 .text01 {
	display: inline-block;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 700;
	letter-spacing: -0.05em;
	position: relative;
	margin-bottom: 14px;
}
.cont03Box01Cell02 .text01::after {
	content: "";
	/*background-image: url("/image/cate_btn_ar01.svg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 8px auto;
		width: 8px;
		height: 8px;*/
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #333333;
	position: absolute;
	right: -40px;
	top: 50%;
	margin-top: -4px;
}
/*---------------*/
.cont03Box01.cont03Box02 {
	width: 49%;
}
.cont03Box02 .cont03Box01Cell01 {
	width: 35%;
	height: 60px;
	box-sizing: border-box;
	padding: 0px 10px;
}
.cont03Box02 .cont03Box01Cell02 .text01 {
	margin-bottom: 0px;
	font-size: 14px;
}
.cont03Box02 .cont03Box01Cell02 .text01::after {
	right: auto;
	left: 90px;
}
/*---------------------*/
.contBtn01 {
	text-align: center;
}
.contBtn01 a {
	display: table;
	width: 210px;
	margin: auto;
	position: relative;
	transition-duration: 0.3s;
}
.btnWrap01.margin-l a{
	margin: 0 0 0 auto;
}
.contBtn01 a:link {
	color: #00A27D;
	text-decoration: none;
}
.contBtn01 a:visited {
	color: #00A27D;
	text-decoration: none;
}
.contBtn01 a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #00A27D;
	transition-duration: 0.3s;
}
.contBtn01 a:active {
	color: #00A27D;
	text-decoration: none;
}
.contBtn01 a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 40px;
	border: 1px solid #33b597;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: 700;
	padding: 0px 30px 0px 0px;
	width: 110px;
}
.contBtn01 a span::after {
	content: "";
	background-image: url("/image/cont_btn_ar01.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 5px auto;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -2px;
}
.contBtn01 a:hover span::after {
	background-image: url("/image/cont_btn_ar01_on.svg");
}
/*---------------------*/
.contBtn02 {
	text-align: center;
}
.contBtn02 a {
	display: table;
	width: 100%;
	margin: auto;
	position: relative;
	transition-duration: 0.3s;
}
.contBtn02 a:link {
	color: #00A27D;
	text-decoration: none;
}
.contBtn02 a:visited {
	color: #00A27D;
	text-decoration: none;
}
.contBtn02 a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #00A27D;
	transition-duration: 0.3s;
}
.contBtn02 a:active {
	color: #00A27D;
	text-decoration: none;
}
.contBtn02 a span {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	height: 30px;
	border: 1px solid #33b597;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: 500;
	padding: 6px;
}
.contBtn02 a span::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #00b288;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 12px;
}
.contBtn02 a:hover span::after {
	border-color: transparent transparent transparent #ffffff;
}
/*---------------------*/
.contBtn03 {
	text-align: center;
}
.contBtn03 a {
	display: table;
	/*width: 205px;*/
	margin: auto;
	position: relative;
	transition-duration: 0.3s;
}
.contBtn03 a:link {
	color: #007CC3;
	text-decoration: none;
}
.contBtn03 a:visited {
	color: #007CC3;
	text-decoration: none;
}
.contBtn03 a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #007CC3;
	transition-duration: 0.3s;
}
.contBtn03 a:active {
	color: #007CC3;
	text-decoration: none;
}
.contBtn03 a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 30px;
	border: 1px solid #007CC3;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: 700;
	padding: 0px 50px 0px 50px;
}
.contBtn03 a span::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #007CC3;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 25px;
}
.contBtn03 a:hover span::after {
	border-color: transparent transparent transparent #ffffff;
}
/*----------------------*/
.conySoluBox01 {
	width: 48.5%;
}
.conySoluBox01 .soluH401 {
	position: relative;
	margin-top: 12px;
}
.cont02Wrap .soluBtnWrap01 {
	margin-top: 10px;
	flex-basis: 48.5%;
}
.cont02Wrap .contBtn02 {
	display: table;
	width: 100%;
	color: #33b597;
	text-decoration: none;
	margin: auto;
	position: relative;
}
.cont02Wrap .contBtn02 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 30px;
	color: #33b597;
	border: 1px solid #33b597;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: 700;
}
.cont02Wrap .contBtn02 span:hover {
	color: #33b597;
	text-decoration: none;
	background-color: #fff;
}
.prodH4Tit01 {
	display: block;
	background-image: url("/image/pro_bg01.svg");
	background-repeat: repeat;
	background-position: center top;
	width: 100%;
	color: #ffffff;
	line-height: 2.3em;
	font-weight: 500;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.prodH4Tit03 {
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	line-height: 2.3em;
	font-weight: 700;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 22px;
}
.soluBoxIn01 {
	padding-top: 15px;
	text-align: left;
}
.soluBoxIn01 a:link {
	color: #333333;
	text-decoration: none;
}
.soluBoxIn01 a:visited {
	color: #333333;
	text-decoration: none;
}
.soluBoxIn01 a:hover {
	color: #333333;
	text-decoration: none;
}
.soluBoxIn01 a:active {
	color: #333333;
	text-decoration: none;
}
.soluBoxIn01 .soluName01 {
	display: block;
	font-size: 12px;
	line-height: 1em;
	margin-bottom: 7px;
}
.soluBoxIn01 .soluName02 {
	display: block;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: 6px;
}
.soluBoxIn01 dd {
	font-size: 12px;
	line-height: 1.7em;
}
.soluBoxIn01 .soluLink01 {
	text-align: left;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: 700;
	margin-top: 8px;
}
.soluBoxIn01 .soluLink01 a {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	font-weight: 700;
	background-image: url("/image/cont_btn_ar01.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 5px auto;
}
.soluLink01 a:link {
	color: #00A27D;
	text-decoration: none;
}
.soluLink01 a:visited {
	color: #00A27D;
	text-decoration: none;
}
.soluLink01 a:hover {
	color: #00A27D;
	text-decoration: none;
}
.soluLink01 a:active {
	color: #00A27D;
	text-decoration: none;
}
.btnWrap01 {
	margin-top: 25px;
}

/*-----------------------*/
.catContWrap {
	padding: 0px 10px 40px 10px;
}
.catContWrap .contH302Wrap {
	margin: 25px 0px 15px 0px;
}
.catBoxWrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.catBox .catH401 {
	position: relative;
}


/*2020.10.08 修正 ここから*/
.catBox .catH401.img_wrap {
	border: 1px solid #e5e5e5;
	display: table;
	width: 100%;
}
.catBox .catH401.img_wrap span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 120px;
}
.catBox .catH401.img_wrap img {
	width: auto;
	height: auto;
	max-width: 48vw;
	max-height: 116px;
}
/*2020.10.08 修正 ここまで*/


.catBox {
	margin: 0 1.5% 1.0em 0;
	width: 48.5%;
	text-align: left;
}
.catBoxIn {
	text-align: center;
}
.catBox .catLink {
	display: inline-block;
	text-align: left;
	font-size: 14px;
	line-height: 0.8em;
	font-weight: 700;
	margin-top: 0.5em;
}
.catBoxIn .catLink a {
	display: inline-block;
	position: relative;
	padding: 0 20px 0 0;
	font-weight: 700;
	line-height: 20px;
	background-image: url("/image/cont_btn_ar02.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 6px auto;
}
.catLink a:link {
	color: #555;
	text-decoration: none;
}
.catLink a:visited {
	color: #007CC3;
	text-decoration: none;
}
.catLink a:hover {
	color: #007CC3;
	text-decoration: none;
	opacity: 0.7;
}
/*-----------------------*/
.specContWrap {
	margin-top: 35px;
	padding: 0px 10px 40px 10px;
}
.specContWrap div.contIn960:nth-child(n+2){
	margin-top: 35px;
}
.specBoxWrap {
	margin: 25px 0px 25px 0px;
	padding-left: 1.0em;
}
.specBoxWrap:after {
	content: "";
	width: 100%;
}
.specBox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.specBox li {
	position: relative;
	margin: 0 1.5% 0.5em 0;
	padding-left: 5px;
	width: 42.5%;
	text-align: left;
	text-indent: -1.5em;
}
.specBox li:nth-child(2n+1){
	margin-right: 7%;
}
.specBox label {
	padding: 0px 0px 2px 5px ;
	text-align: left;
	color: #333333;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 19px;
}
/*.specBox li input[type=checkbox]{
	position: absolute;
	top: 0;
	left: 0;
}*/
.contSearchBtn {
	position: relative;
	border: 1px solid #00B289;
	border-radius: 100px;
	width: 205px;
	height: 50px;
	background: #fff;
	color: #00B289;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	z-index: 3;
	transition-duration: 0.3s;
}
.contSearchBtn:hover {
	background: #00B289;
	color: #fff;
}
.contSearchResult {
	margin-top: 40px;
}
.contSearchResult .contH401Wrap .H401 {
	margin-bottom: 30px;
	color: #333;
	font-size: 18px;
	font-weight: 700;
}
.resultBoxWrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.resultBox {
	margin: 0 4.5% 1.0em 0;
	width: 47.5%;
}
.resultBoxWrap dl.resultBox:nth-of-type(2n) {
	margin-right: 0;
}
.resultBox dt {
	margin-bottom: 10px;
	text-align: left;
}
.resultBox dt a {
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	color: #333;
}
.resultBox .img_wrap {
	border: none;
}
.resultBox dd {
	text-align: left;
	font-size: 12px;
	letter-spacing: 0;
	color: #333333;
}
.resultBox a:link {
	color: #333;
	text-decoration: none;
}
.resultBox a:visited {
	color: #00A27D;
	text-decoration: none;
}
.resultBox a:hover {
	color: #00A27D;
	text-decoration: none;
	opacity: 0.7;
}
.resultBox a:active {
	color: #00A27D;
	text-decoration: none;
}
/*-----------------------*/
.sprtBlock {
	margin: 40px auto 60px;
	padding: 0 10px;
}
.sprtWrap {
	color: #333;
	font-size: 14px;
	line-height: 1.875em;
	letter-spacing: 0;
}

.sprtWrap .contBtn01 a span{
	padding: 0 30px 0 10px;
	text-align: left;
}
.sprtWrap .contBtn01 a span:after{
	background-image: url("/image/cont_btn_ar06.svg");
	background-size: 9px auto;
	width: 9px;
	height: 6px;
	right: 20px;
}
.sprtWrap h4 {
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 1px;
	text-align: left;
}
.sprtBox01 {
	margin: 40px 0 30px;
	text-align: left;
}
.sprtBox01 p {
	letter-spacing: 0.8px;
	line-height: 27px;
}
.sprtBoxIn {
	margin-bottom: 30px;
}
.boxInOl{
	padding-left: 10px;
}
.boxInOl li{
	padding-left: 1.7em;
	text-indent: -1.7em;
}
.sprtBox02 {
	padding-left: 10px;
}
.flowUlBox {
	padding: 0px 0px 10px 0px;
	text-align: left;
}
.flowUlBox li {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.flowUlBox li span {
	display: inline-block;
}
.flowUlBox li span.flowNum {
	position: relative;
	padding-bottom: 31px;
	width: 60px;
	height: 60px;
	line-height: 1.0em;
}
.flowUlBox li span.flowNum:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 9px;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	background: url("/image/cont_btn_ar03.svg") no-repeat 0 0;
	background-size: contain;
}
.flowUlBox li:last-of-type span.flowNum:after {
	content: "";
	display: none;
}
.flowUlBox li span.flowTxt {
	box-sizing: border-box;
	margin-left: 10px;
	padding: 0.5em;
	width: 76%;
	min-width: 279px;
	min-height: 60px;
	background-color: rgba(0, 124, 195, 0.1);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 178, 137, 0.1);
	color: #007CC3;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2em;
	text-align: left;
	vertical-align: top;
}
.sprtBlock .icn-dl.icn-xls{
	background: rgba(0, 124, 195, 0.1) url("/image/cont_icon_exl01.svg") no-repeat top 10px left 10px/17px 21px;
	padding: 5px 40px 5px 40px;
	width: auto;
	height: auto;
}
.sprtBlock .icn-dl.icn-xls:after{
	top: 10px;
	transform: none;
}
.sprtBox03 {
	box-sizing: border-box;
	margin: 0px auto 60px;
	padding: 0 0.5em 0 78px;
	/*border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	width: 96%;*/
	text-align: left;
}
.sprtBox03In p:nth-of-type(3) {
	margin-top: 1.0em;
}
.sprtBox03 a {
	color: #007CC3;
	font-weight: 700;
}
.sprtBox04 .contH401Wrap, .detlCont .contH401Wrap {
	display: table;
	margin-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}
.sprtBox04 .contH401, .detlCont .contH401 {
	display: table-cell;
	padding: 0px 0px 8px 0px;
	text-align: left;
	vertical-align: bottom;
	color: #333;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.sprtBox04 .txtBox p {
	color: #333;
	text-align: left;
}
.sprtBox04 .txtBox p.bold {
	margin-bottom: 1.0em;
}
.sprtBlock .dtlPageDl dd:first-child{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	 -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
		-webkit-box-pack:center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 116px;
}
.sprtBlock .dtlPageDl .img_wrap img{
	width: 100%;
	height: auto;
}
/*------------*/
.sprtBlock.sprtDetail {
	margin-bottom: 120px;
}
.sprtBlock.sprtDetail .contH302Wrap {
	margin-bottom: 37px;
}
.sprtMachineWrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: 60px auto 0;
	padding: 0 10px;
}
.sprtMachineBox{
	flex-basis: 100%;
	max-width: 100%;
}
.sprtMachineBox dt {
	margin-bottom: 36px;
	font-size: 14px;
	font-weight: 700;
}
.sprtBlock .sprtBox04 .txtBox p.comnt {
	font-size: 12px;
}
.sprtBox04 .txtBox .txtIn_appliBox {
	margin-top: 40px;
}
.sprtBox04 .txtBox .txtIn_appliBox p {
	margin-bottom: 10px;
	font-size: 14px;
}
.sprtBox04 .txtBox .txtIn_appliBox p a {
	display: inline-block;
	position: relative;
	margin-left: 20px;
	padding-left: 1.2em;
	color: #333;
	font-size: 13px;
	line-height: 17px;
}
.sprtBox04 .txtBox .txtIn_appliBox p a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	background: url("/image/cont_icon_pdf01.svg") no-repeat 0 0;
	background-size: contain;
}
/*-----------------------*/
.demoWrap {
	margin-top: 40px;
}
.demoWrap .all {
	margin-bottom: 48px;
}
.demoWrap .all p {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.8px;
}
.demoAboutBox h4 {
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: 700;
}
.stripeUl {
	display: table;
	margin: 0 auto;
	width: 100%;
}
.stripeUl li {
	box-sizing: border-box;
	display: table;
	width: 100%;
	min-height: 50px;
	
}
.stripeUl li:nth-of-type(2n-1) div{
	background-color: rgba(3, 3, 3, 0.05);
}
.stripeUl li div {
	display: table-cell;
	padding: 16px 5px 15px 5px;
	font-size: 14px;
	letter-spacing: 0.8px;
	line-height: 1.0em;
	text-align: left;
}
.stripeUl li div.stripeLi_left {
	border-right: 5px #fff solid;
	width: 15%;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}
.stripeUl li div a {
	color: #00B289;
	font-weight: 700;
}
.stripeUl li div p {
	line-height: 1.0em;
}
.stripeUl li div p + p {
	padding-top: 15px;
}
.ul_under-attentionText{
	text-align: left;
}
.ul_under-attentionText li{
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.demoAboutBox p.fs14 {
	margin: 40px 0;
	font-size: 14px;
	text-align: left;
}
.demoWrap .contH401Wrap {
	display: table;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}
.demoWrap .contH401 {
	display: table-cell;
	padding: 0px 0px 8px 0px;
	text-align: left;
	vertical-align: bottom;
	color: #333;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.demoBox02 .txtBox {
	margin-bottom: 40px;
}
.demoBox02 .txtBox p {
	font-size: 13px;
	line-height: 2.0em;
	text-align: left;
}
.demoBox02 .txtBox p + p {
	margin-top: 1.0em;
}
/*-----------------------*/
.demoFormWrap {
	margin: 30px auto 40px;
}
.demoFormWrap .demoAboutBox {
	margin: 0 auto;
	width: 90%;
}
.demoFormWrap .demoAboutBox h4 {
	margin-bottom: 1.0em;
}
.demoFormWrap .demoAboutBox .mb {
	margin-bottom: 3.0em;
}
.demoFormWrap .demoAboutBox p {
	font-size: 14px;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.667em;
}
.demoFormWrap h1 {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: 700;
}
.demoFormWrap h1 .contH101In {
	display: block;
	font-size: 18px;
}
.demoFormBlock {
	padding: 0 10px;
}
.demoFormWrap .contH201 {
	font-size: 17px;
	text-align: left;
	margin-bottom: 111px;
}
.demoFormWrap .contH201 {
	margin-bottom: 35px;
}
.flowDl01Wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 5px 0 70px;
	width: auto;
}
.flowDl01Wrap .flowDl01Box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	min-width: initial;
	margin-bottom: 28px;
}
.flowDl01Wrap .flowDl01Box::after {
	content: "";
	display: block;
	position: absolute;
	top: 58px;
	left: 19px;
	transform: rotate(90deg);
	background: url("/image/cont_ar07.svg") no-repeat 0 0/14px 12px;
	width: 14px;
	height: 12px;
}
.flowDl01Wrap dl.flowDl01Box:last-of-type::after {
	display: none;
}
.flowDl01Wrap .flowDl01Box dd , .flowUl_inDl .flowUl_inDlNum img{
	margin-right: 18px;
	;
}
.flowDl01Wrap .flowDl01Box dd img, .flowUl_inDl .flowUl_inDlNum img {
	width: 50px;
}
.flowUl_inDl {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
	text-align: left;
}
.flowUl02num dl.flowUl_inDl:last-child{
	margin-bottom: 0;
}
.flowUl_inDl .flowUl_inDlNum {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flowUl_inDlTxt{
	padding-left: 68px;
}
.flowUl_inDlTxt ul li{
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.flowUl_inBoxWrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	text-align: center;
}
.flowUl_inBoxWrap div.flowUl_inBox{
	flex-basis: 50%;
	max-width: 50%;
}
.flowUl_inBoxWrap dl.flowUl_inBox:last-child{
	margin-top: 10px;
	padding-left: 65px;
	flex-basis: 100%;
	max-width: 100%;
	text-align: left;
}
.contH301.contH301num {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
}
.contH301.contH301num {
	color: #222222;
}
.contH301.contH301num .contHin_num {
	margin-right: 20px;
	width: 50px;
}
.demoFormWrap p.contTxt.before_ar {
	position: relative;
	margin-left: 20px;
	padding-left: 14px;
	text-align: left;
}
.demoFormWrap p.contTxt.before_ar:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #222222;
}
table.formWrap {
	box-sizing: border-box;
	margin: 0 auto 15px;
	padding: 0 10px;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #e5e5e5;
	width: 96%;
}
table.formWrap th {
	display: block;
	border-color: #e5e5e5;
}
table.formWrap td {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #e5e5e5;
	border-right: none;
	border-left: none;
}
table.formWrap th {
	position: relative;
	padding: 0.5em;
	background: #F2F8FC;
}
table.formWrap tr.inTable {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
table.formWrap tr.inTable th, table.formWrap tr.inTable td {
	display: table-cell;
}
table.formWrap tr.inTable th.thW30 {
	width: 30%;
	border-width: 1px;
	border-style: solid;
}
table.formWrap th.thW30.tbl_bdt0 {
	border-top: 0;
}
table.formWrap .tbl_bdb0, table.formWrap tr.inTable th.thW30.tbl_bdb0 {
	border-bottom: 0;
}
table.formWrap tr.inTable th.thW30.tbl_bdl0 {
	border-left: 0;
}
table.formWrap th span {
	font-size: 14px;
}
table.formWrap th span.requiredLabel {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	padding: 4px 10px 4px 8px;
	background: #D00000;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
}
table.formWrap td {
	padding: 0.5em;
	text-align: left;
}
table.formWrap td input {
	border: none;
}
table.formWrap td label {
	display: block;
}
table.formWrap td label span {
	display: inline-block;
	padding-left: 18px;
}
table.formWrap td textarea {
	width: 100%;
	height: 100%;
	border: none;
}
.btnWrap01 input.hideInput {
	display: none;
}
.btnWrap01 label {
	display: inline-block;
}
.btnWrap01 label span.contBtn02 {
	display: table;
	width: 100%;
	margin: auto;
	position: relative;
	transition-duration: 0.3s;
}
.btnWrap01 label .contBtn02 span {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	height: 45px;
	border: 1px solid #33b597;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 700;
	padding: 0px 57px 0px 30px;
}
.contBtn02 {
	text-align: center;
}
.contBtn02 span {
	color: #00A27D;
	text-decoration: none;
}
/*.contBtn02 a:visited {	color: #00A27D;	text-decoration: none;}*/
.contBtn02 span:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #00A27D;
	transition-duration: 0.3s;
}
.contBtn02 span:active {
	color: #00A27D;
	text-decoration: none;
}
.btnWrap01 label .contBtn02 span::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #00b288;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 30px;
}
.btnWrap01 label .contBtn02:hover span::after {
	border-color: transparent transparent transparent #ffffff;
}
/*-----------------------*/
.cont02Wrap.contInquiryWrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cont02Wrap.contInquiryWrap div.conyInquiryBox01 {
	flex-basis: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.conyInquiryBox01 a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	max-width: 400px;
	height: auto;
	background: #F7F7F7;
}
.conyInquiryBox01 a .contH401 {
	max-width: 80px;
}
.conyInquiryBox01 a .inqInBoxTxt {
	position: relative;
	padding: 0 23px;
	width: 100%;
	max-width: 320px;
	text-align: left;
}
.conyInquiryBox01 a .inqInBoxTxt:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	background: url("/image/cont_btn_ar02.svg") no-repeat 0 0/8px auto;
	width: 8px;
	height: 8px;
}
.conyInquiryBox01 a:link {
  color: #333333;
  text-decoration: none;
}
.conyInquiryBox01 a:visited {
  color: #333333;
  text-decoration: none;
}
.conyInquiryBox01 a:hover {
  color: #0068B7;
  text-decoration: none;
}
.conyInquiryBox01 a:active {
  color: #333333;
  text-decoration: none;
}
/*-----------------------*/
.panels > .panel {
	display: none;
}
.panels > .panel.active {
	display: block;
}
/*---------*/
.newsBlock {
	margin: 30px auto 40px;
}
.newsBlock .tabs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 20px;
}
.newsBlock .tabs a.tab {
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #007CC3;
	border-right: 0;
	width: 20%;
	height: 50px;
	background: #fff;
	transition-duration: 0.5s;
}
.newsBlock .tabs a.tab:last-child {
	border-right: 1px solid #007CC3;
}
.newsBlock .tabs a.tab span {
	display: inline-block;
	padding-top: 0.6em;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.8px;
	color: #007CC3;
	transition-duration: 0.5s;
}
.newsBlock .tabs a.tab.active, .newsBlock .tabs a.tab:hover {
	background: #007CC3;
}
.newsBlock .tabs a.tab.active span, .newsBlock .tabs a.tab:hover span {
	color: #fff;
}
.panels .panel .contH301Wrap h3.contH301 {
	color: #333;
	text-align: left;
}
.newsIcon.newsIcon-red span {
	background-color: rgba(208, 0, 0, 0.05);
	color: rgba(208, 0, 0, 1);
}
.newsIcon.newsIcon-blue span {
	background-color: rgba(0, 124, 195, 0.05);
	color: rgba(0, 124, 195, 1);
}
.newsIcon.newsIcon-green span {
	background-color: rgba(6, 165, 19, 0.05);
	color: rgba(6, 165, 19, 1);
}
.icn-pdf {
	position: relative;
	padding-left: 17px;
}
.icn-pdf:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	background: url("/image/cont_icon_pdf01.svg") no-repeat 0 0;
	background-size: contain;
}
/*-----------------------*/
.newsDetail01Block {
	margin: 40px auto 30px;
}
.contH3_topContWrap {
	margin-bottom: 1.0em;
}
.newsDetail01Block .newsTxtWrap {
	margin: 20px auto 40px;
	text-align: left;
}
.contH3_topContWrap p, .newsDetail01Block .newsTxtWrap p {
	font-size: 13px;
	line-height: 1.875em;
}
.newsTxtIn {
	margin: 2.0em 0 2.2em;
}
.newsDetail01Block p.icn-pdf {
	padding-left: 18px;
	line-height: 17px;
}
.blockIn_contactBox {
	margin: 0 auto 0;
	width: 96%;
}
.blockIn_contactBox p {
	font-size: 16px;
	letter-spacing: 0.9px;
	color: #333333;
}
.contactTextWrap {
	margin-top: 13px;
}
.contactTextWrap p {
	display: block;
	font-size: 18px;
	letter-spacing: 1.2px;
	text-align: center;
}
.newsDetail01Block a:link {
	color: #333333;
	text-decoration: none;
}
.newsDetail01Block a:visited {
	color: #333333;
	text-decoration: none;
}
.newsDetail01Block a:hover {
	color: #0068B7;
	text-decoration: none;
}
.newsDetail01Block a:active {
	color: #333333;
	text-decoration: none;
}
/*-----------------------*/
.newsDetail02Wrap {
	margin: 40px 0 40px;
}
.newsDetail02Wrap .stripeUl {
	margin-top: 15px;
}
.newsFlowWrap {
	margin: 20px auto 40px;
}
.flowUlBox02 li {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px auto 10px;
}
.flowUlBox02 li span {
	display: inline-block;
}
.flowUlBox02 li span.flowNum {
	width: 45px;
	height: 45px;
	line-height: 43px;
}
.dtlPageBox .flowUlBox02 li span.flowTxt {
	box-sizing: border-box;
	margin-left: 11px;
	padding: 10px 15px 12px 15px;
	width: 78%;
	min-width: 292.5px;
	height: 45px;
	background-color: rgba(0, 178, 137, 0.1);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 178, 137, 0);
	border-radius: 100px;
	color: #00B289;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-align: left;
	vertical-align: top;
}
.dtlPageBox .flowUlBox02.flowUlBox-tbl {
	display: block;
	flex-wrap: nowrap;
}
.dtlPageBox .flowUlBox02.flowUlBox-tbl li {
	display: table;
	margin: 0 0 20px 0;
}
.dtlPageBox .flowUlBox02.flowUlBox-tbl li span {
	display: table-cell;
}
.dtlPageBox .flowUlBox02.flowUlBox-tbl li span.flowTxtWrap {
	display: block;
	width: auto;
}
.dtlPageBox .flowUlBox02.flowUlBox-tbl li span.flowTxt {
	width: 100%;
	padding: 10px 15px 12px 15px;
}
.dtlPageBox .flowUlBox02.flowUlBox-tbl li span.flowTxt02 {
	display: block;
	padding: 0.5em 0 0 15px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
.newsLineupWrap .contH301Wrap h3.contH301 {
	color: #333333;
	text-align: left;
}
.lineupBoxWrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 96%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 16px auto 0;
}
.lineupBox {
	margin: 0 4.5% 1.0em 0;
	width: 47.5%;
}
.lineupBoxWrap dl.lineupBox:nth-of-type(2n) {
	margin-right: 0;
}
.lineupBox dt {
	margin-bottom: 20px;
	height: 58px;
	text-align: left;
}
.lineupBox dt a {
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	color: #333;
}
.lineupBox .img_wrap {
	border: none;
}
.lineupBox dd {
	text-align: left;
	font-size: 13px;
	letter-spacing: 0;
	color: #333333;
}
.lineupBox a:link {
	color: #333;
	text-decoration: none;
}
.lineupBox a:visited {
	color: #00A27D;
	text-decoration: none;
}
.lineupBox a:hover {
	color: #00A27D;
	text-decoration: none;
	opacity: 0.7;
}
.resultBox a:active {
	color: #00A27D;
	text-decoration: none;
}
/*-----------------------*/
table.aboutTableBox {
	box-sizing: border-box;
	margin: 30px auto 40px;
	/*border: 1px solid #e5e5e5;*/
	border-collapse: collapse;
	width: 96%;
}
table.aboutTableBox th, table.aboutTableBox td {
	display: block;
/*	border-bottom: 1px solid #e5e5e5;
	border-collapse: collapse;*/
	padding: 1.0em 0.5em 1.0em;
	font-size: 13px;
	text-align: left;
}
table.aboutTableBox th {
	vertical-align: top;
}
table.aboutTableBox tbody tr:nth-of-type(2n+1) th,
table.aboutTableBox tbody tr:nth-of-type(2n+1) td{
	background: rgba(3, 3, 3, 0.05);
}
table.aboutTableBox p.blue {
	color: #007CC3;
	font-weight: 700;
}
table.aboutTableBox dd > p {
	line-height: 1.5em;
}
table.aboutTableBox dd > p.DlinMap {
	margin: 16px 0;
}
table.aboutTableBox dd > p.DlinMap iframe {
	margin: 0 auto;
	width: 97%;
	height: auto;
}
table.aboutTableBox a:link {
	color: #333;
	font-weight: 700;
}
table.aboutTableBox a:visited {
	color: #333;
}
table.aboutTableBox a:active {
	color: #007CC3;
}
table.aboutTableBox a:hover {
	color: #007CC3;
}
/*-----------------------*/
.catalogContWrap {
	padding: 0 10px;
}
.flexWrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.linkRightWrap {
	margin: 2.3em 0;
}
.linkRightWrap a span {
	border: 1px solid #007CC3;
	padding: 5px 30px 5px 10px;
	font-size: 11px;
}
.linkRightWrap a span:after {
	content: "";
	background-image: url("/image/cont_btn_ar02.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 5px auto;
	color: #007CC3;
	width: 5px;
	height: 5px;
	position: absolute;
	right: 15px;
	margin-top: 10px;
}
.catalogContWrap .contH301 {
	color: #333;
}
.catalogBoxWrap {
	margin: 20px auto 30px;
	/*width: 88%;*/
}
.catalogBox {
	margin: 0 0 2.0em 0;
	width: 48%;
}
.catalogBoxWrap div.catalogBox:nth-of-type(6n) {
	margin-right: 0;
}
.catalogBox .img_wrap {
	border: none;
}
.catalogBox p {
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
}
.catalogBox p span {
	color: #007CC3;
	font-weight: 700;
}
.catalogBox .catalog_size p {
	font-size: 12px;
	font-weight: 400;
}

.catalogBox .catalogBoxIn a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 11px 0 0;
}
a:link p.cataLink {
	color: #333;
}
a:visited p.cataLink {
	color: #333;
}
a:active p.cataLink {
	color: #007CC3;
}
a:hover p.cataLink {
	color: #007CC3;
}
.dlBtn img {
	width: 15px;
	height: 12px;
	vertical-align: top;
}
.catalog_size {
	text-align: left;
}
.col-bl {
	color: #007CC3;
}
.icn-fld {
	position: relative;
	padding-left: 25px;
	color: #007CC3;
}
.icn-fld:before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 15px;
	height: 14px;
	background: url("/image/cont_icon_folder.svg") no-repeat 0 0;
	background-size: contain;
}
/*-----------------------*/
.manualBoxWrap {
	overflow: auto;
}
table.manualBox {
	margin: 0 auto;
	width: 960px;
	/*	overflow: auto;*/
}
table.manualBox th, table.manualBox td {
	border-collapse: separate;
	border: 2px solid #fff;
	text-align: left;
}
table.manualBox thead th {
	padding: 15px 23px 13px 20px;
}
table.manualBox thead th:nth-of-type(2), table.manualBox tbody th.pl10 {
	padding-left: 10px;
}
table.manualBox thead th {
	background: #f7f7f7;
	color: #007CC3;
	font-size: 13px;
	font-weight: 700;
}
table.manualBox thead th.txtC-gr {
	color: #16B295;
}
table.manualBox tbody th, table.manualBox tbody td {
	padding: 10px 23px 13px 20px;
}
table.manualBox tbody th.cellC-gr {
	background: #e5f7f3;
	color: #16B295;
	font-weight: 700;
	vertical-align: top;
}
table.manualBox tbody th.cellC-bl {
	background: #007CC3;
	color: #fff;
	font-weight: 700;
	vertical-align: top;
}
table.manualBox tbody td {
	background: #e7f1f7;
	color: #007CC3;
}
table.manualBox tbody td span.icn-pdf:before {
	top: -2px;
}
table.manualBox tbody td span.dlBtn {
	float: right;
}
table.manualBox tbody td span.dlBtn img {
	vertical-align: 0;
}
table.manualBox a:link {
	color: #007CC3;
}
table.manualBox a:visited {
	color: #007CC3;
}
table.manualBox a:active {
	color: #007CC3;
}
table.manualBox a:hover {
	color: #007CC3;
	opacity: 0.7;
}
table.manualBox a:hover {
	color: #007CC3;
	opacity: 0.7;
}
/*-----------------------*/
/*--------------
アコーディオン
-------------*/
.specContWrap {
	position: relative;
}
.accordionWrap * {
	box-sizing: border-box;
}
.accordionWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.accordionWrap label.acTop {
	display: block;
	background: #e5f2f9;
}
.accordionWrap .acTop p {
	display: block;
	padding: 14px 11px 14px 10px;
	width: inherit;
	color: #007CC3;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
}
.accordionWrap input {
	display: none;
}
.accordion-container {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition-duration: 0.3s;
}
.accordionWrap input:checked ~ .accordion-container {
	display: block;
	border: 1px solid #007CC3;
	height: auto;
	opacity: 1;
}
.accordion-container div.acWrap:last-of-type {
	border-bottom: 1px solid #e5e5e5;
}
.acHead, .acCont .acIn li {
	padding: 14px 10px 14px 10px;
	background: #fff;
	text-align: left;
}
div.acHead, ul.acIn li {
	border-bottom: 1px solid #e5e5e5
}
div.acWrap .acHead:last-child, ul.acIn li:last-child {
	border-bottom: 0;
}
ul.acCont {
	border: 1px solid #007CC3;
}
.acHead p, .acCont p {
	display: block;
	color: #373737;
	font-size: 12px;
}
.acHead p {
	position: relative;
	font-weight: 700;
}
.acHead p:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	background: url("/image/cont_btn_ar04.svg") no-repeat 0 0;
	background-size: contain;
	transition-duration: .5s;
}
.acHead.open p {
	color: #007CC3;
}
.acHead.open p:after {
	transform: rotateX(180deg);
}
.acCont {
	display: none;
}
/*.acCont.open{
	display: block;
}*/
.acIn li p {
	position: relative;
}
.acIn li p:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 6px;
	height: 9px;
	background: url("/image/cont_btn_ar05.svg") no-repeat 0 0;
	background-size: contain;
}
/*--------------
アコーディオンここまで
-------------*/
.specContWrap .contIn960 {
	margin-top: 55px;
}
.specContWrap .contIn960.mt0 {
	margin-top: 0;
	padding-top: 75px;
}
.specDtlBoxWrap .contH302Wrap .contH302 {
	text-align: left;
}
.specDtlBoxWrap .flexWrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 15px;
}
.specDtlBox {
	box-sizing: border-box;
	position: relative;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(220, 220, 220, 1);
	-moz-box-shadow: 0px 3px 3px 0px rgba(220, 220, 220, 1);
	box-shadow: 0px 3px 3px 0px rgba(220, 220, 220, 1);
	margin: 0 auto 15px;
	padding: 22px 20px 9px 10px;
	width: 350px;
	height: 330px;
}
a:link .specDtlBox p, a:link .specDtlBox span {
	color: #333;
}
a:visited .specDtlBox p, a:visited .specDtlBox span {
	color: #333;
}
.specDtlBox h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.0em;
	text-align: left;
}
.specDtlBoxIn {
	margin-top: 20px;
	overflow: hidden;
}
.specDtlBoxIn p {
	font-size: 12px;
	line-height: 1.333em;
	text-align: left;
}
.specDtlTxt {
	width: 178px;
	float: left;
}
a .specDtlTxt p.prodClassTxt {
	display: inline-block;
	padding-bottom: 20px;
	height: 30px;
	font-size: 14px;
}
.specDtlImg {
	float: right;
	width: 110px;
}
.specDtlTagWrap {
	position: absolute;
	bottom: 9px;
	left: 10px;
	font-size: 0;
	text-align: left;
}
.specDtlTagWrap p {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 8px 10px 8px 10px;
	font-size: 13px;
}
.specDtlTagWrap p:nth-child(n+4){
	margin-top: 5px;
}
a .specDtlTagWrap p.specDtlTag-blue {
	background: #e7f1f7;
	color: #007CC3;
}
a .specDtlTagWrap p.specDtlTag-gray01 {
	background: #f2f2f2;
}
a .specDtlTagWrap p.specDtlTag-gray02 {
	background: #f2f2f2;
}
a .specDtlTagWrap p.specDtlTag-gray {
	background: #f2f2f2;
}

a .specDtlTagWrap p.specDtlTag-green {
	padding-right: 16px;
	background: #e6f6e7;
	color: #06A513;
}
a .specDtlTagWrap p.specDtlTag-yellow {
	padding-right: 20px;
	background: #daa520;
	color: #ffffff;
}
/*-----------------------*/
/*--------------
slick
-------------*/
#slider02 {
	margin: 0 auto;
	width: 100%;
	max-width: 390px;
	height: 67vw;
	max-height: 260px;
	position: relative;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}
#slider02 li {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#slider02 .slick-slide {
	width: 94vw;
	height: 67vw;
}
#slider02 .slick-slide img {
	display: block;
	width: 100%;
	/*max-width: 388px;*/
	height: 67vw;
	/*max-height: 258px;*/
	object-fit: contain;
}
#slider02 .slide-item {
	/*max-width: 390px;
  max-height: 260px;*/
}
.specDtlPageWrap #thumbnail-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	/*	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 20px auto 0;
	padding-inline-start: 0px;
	width: 100%;
	max-width: 390px;
}
.specDtlPageWrap .thumbnail-item:nth-child(6n) {
	margin-right: 0px;
}
.specDtlPageWrap .thumbnail-item {
	margin-bottom: 10px;
	box-sizing: border-box;
	position: relative;
	/*flex-basis: 15%;*/
	width: 15%;
	margin-right: 2%;
	border: 1px solid #e5e5e5;
	&:after {
		content: '';
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 1;
		transition: .3s opacity linear;
	}
	&.specDtlPageWrap .thumbnail-current:after {
		opacity: 0;
	}
	img {
		width: 100%;
		margin: 0 auto;
	}
}
.specDtlPageWrap .slick-initialized .slick-slide.slick-current.slick-active {
	position: absolute !important;
	top: 0;
	left: 0;
}
.thumbnail-item img {
	width: auto;
	height: 36px;
	cursor: pointer;
}
/*--------------
slickここまで
-------------*/
.dtlPageBoxWrap {
	padding: 0 10px;
}
.specDtlPageWrap {
	position: relative;
	margin-top: 20px;
	padding-top: 70px;
}
.specDtlPageWrap .contH302, .specDtlPageWrap .dtlPageBox .contH401, .specDtlPageWrap .dtlPageBox .contH402, .specDtlPageWrap .contH501 {
	text-align: left;
}
.dtlPageBox {
	margin: 20px auto 40px;
	overflow: hidden;
}
.dtlPageBoxIn_left {
	width: 100%;
}
.dtlPageBoxIn_right {
	margin-top: 2.0em;
	width: 100%;
	text-align: left;
}
.leftBd-blue {
	position: relative;
	padding-left: 4px;
}
.leftBd-blue:before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 4px;
	height: 16px;
	background: #007CC3;
}
.leftBd-blue span {
	padding-left: 7px;
	color: #007CC3;
	/*	font-size: 16px;*/
	line-height: 1.0em;
}
.inRight_ttlWrap h4 {
	margin: 30px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.0em;
	padding-left: 11px;
}
.sssContText01 {
	display: block;
	font-size: 13px;
	margin-top: 10px;
}
.badgePosi {
	position: absolute;
	top: 0;
	right: 0;
}
.badgeWrap {
	position: relative;
	width: 76px;
	height: 76px;
}
.badgeWrap .badgeTxt {
	position: absolute;
	top: 5px;
	color: #007CC3;
	font-size: 11px;
	line-height: 1.5em;
	text-align: center;
}
.rightLongBd {
	position: relative;
	margin-bottom: 20px;
}
.rightLongBd span {
	display: inline-block;
	padding-right: 30px;
	color: #007CC3;
	font-size: 16px;
	line-height: 1.0em;
}
.rightLongBd span:after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	right: 0;
	width: 70%;
	height: 1px;
	border-bottom: 1px solid #007CC3;
}
.cateUl li {
	display: table;
}
.cateUl li span {
	display: table-cell;
	font-size: 15px;
}
.cateUl li span.cateLiHead {
	padding-right: 0.5em;
	width: 2.5em;
	color: #007CC3;
	font-size: 16px;
	font-weight: 700;
	vertical-align: top;
}
.cateUl > li:nth-of-type(3), .cateUl > li:nth-of-type(4) {
	margin: 0 auto;
	width: 96%;
}
.cateTagUl01 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 1.0em;
}
.cateTagUl01 li {
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 0.8em;
	width: 17.5%;
	height: 80px;
	background: #f8f8f8;
	text-align: center;
}
.cateTagUl01 li:last-child, .cateTagUl02 li:last-child {
	margin-right: 0;
}
.cateTagUl01 li span {
	display: inline-block;
	color: #007CC3;
	font-size: 13px;
	line-height: 1.308em;
}
.cateTagUl01 li span img {
	display: inline-block;
	text-align: center;
}
.cateTagUl01 li span:first-of-type {
	box-sizing: border-box;
	display: inline-block;
	/*height: 35px;*/
}
.cateTagUl01 li span + span {
	margin-top: 1.0em;
}
.cateTagUl01 li span.tagIco01 {
	padding-top: 17px;
}
.tagIco01 img {
	width: 36px;
	height: 24px;
}
.cateTagUl01 li span.tagIco02 {
	padding-top: 15px;
}
.tagIco02 img {
	width: 28px;
	height: 28px;
}
.tagIco03 {
	position: relative;
	margin-top: -7px;
	padding-top: 13px;
}
.tagIco03 img {
	width: 31.24px;
	height: 31.7px;
}
.cateTagUl01 .posiTxt {
	position: absolute;
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
}
.tagIco04 {
	padding-top: 10px;
}
.tagIco04 img {
	width: 35.03px;
	height: 13.54px;
}
.tagIco05 {
	padding-top: 14px;
}
.tagIco05 img {
	width: 29.79px;
	height: 29.8px;
}
.flexWrap02 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flexWrap0202 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cateTagUl02 {
	margin-top: 1.0em;
}
.cateTagUl02 li {
	display: inline-block;
	margin-right: 0.22em;
	margin-bottom: 6px;
	padding: 0 0.2em;
	height: 30px;
	background: #f8f8f8;
	color: #007CC3;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}
.dtlPageAnc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.dtlPageAnc li {
	width: 48%;
	margin-bottom: .5em;
}
.dtlPageAnc li a {
	display: inline-block;
	position: relative;
	border: 1px solid #00C396;
	width: 100%;
}
.dtlPageAnc li a span {
	display: inline-block;
	color: #00C396;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
}
.dtlPageAnc li a:after, .dtlPageAnc li a:before {
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.dtlPageAnc li a:before {
	border-color: rgba(0, 195, 150, 1);
	border-width: 4px;
	margin-left: -4px;
}
.dtlPageAnc li a:after {
	top: 48%;
	right: 11px;
	border-color: rgba(255, 255, 255, 1);
	border-top-color: #fff;
	border-width: 3px;
	margin-top: -1px;
}
.dtlPageAnc li a:link span {
	color: #00C396;
}
.dtlPageAnc li a:visited {
	color: #00C396;
}
.dtlPageAnc li a:hover {
	background-color: #00C396;
}
.dtlPageAnc li a:hover span {
	color: #fff;
}
.dtlPageAnc li a:hover:before {
	border-color: rgba(255, 255, 255, 1);
}
.dtlPageAnc li a:hover:after {
	border-color: rgba(0, 195, 150, 1);
}
.dtlPageBox .contH401Wrap {
	display: table;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}
.dtlPageBox .contH401 {
	display: table-cell;
	padding: 0px 0px 8px 0px;
	text-align: center;
	vertical-align: bottom;
	color: #333;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.dtlPageBox .contH402 {
	padding: 0px 0px 8px 0px;
	text-align: center;
	vertical-align: bottom;
	color: #333;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.dtlPageBox .flowUlBox02 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 746px;
}
.dtlPageBox .flowUlBox02 li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.dtlPageBox .flowUlBox02 li {
	margin: 0 10px 10px;
}
.dtlPageBox .flowUlBox02 li span.flowNum img {
	vertical-align: top;
}
.dtlPageBox .flowUlBox02 li span.flowTxt {
	display: inline-block;
	position: relative;
	padding: 0 0 0 30px;
	border-radius: 0;
	vertical-align: middle;
}
.dtlPageBox .flowUlBox02 li span.flowTxt > span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.dtlTxtHeader {
	margin-bottom: 0px;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
}
.dtlTxtContWrap .txtBox {
	padding-bottom: 1.5em;
}
.dtlTxtContWrap .txtBox p {
	font-size: 14px;
	line-height: 1.786em;
}
.dtlPageBox table {
	box-sizing: border-box;
	border-collapse: collapse;
}
.dtlPageBox table th, .dtlPageBox table td {
	box-sizing: border-box;
	padding: 0.4em 0.2em;
	border: 1px solid #ccc;
	color: #333;
	font-size: 10px;
	text-align: left;
}
.colGr01 {
	background-color: #e5e5e5 !important;
	/*text-align: left !important;*/
	white-space: nowrap;
}
.dtlPageBox table thead th {
	background: #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #fff;
}
.dtlPageBox table thead td {
	background: #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #fff;
}
.dtlPageBox table thead td:last-of-type {
	border-right: 1px solid #e5e5e5;
}
.tableWrap {
	overflow: auto;
}
table.dtlTable01.sssTabel01 td {
	vertical-align: top !important;
}
/*table.dtlTable01.sssTabel01 th {
	width: 150px;
}*/
table.dtlTable01.sssTabel01 th.sssTh01 {
	width: 340px;
}
table.dtlTable01 thead td {
	width: 155px;
}
.dtlPageBox table.dtlTable01 {
	margin-bottom: 20px;
	width: 620px;
}
.dtlPageBox table.dtlTable01 thead td:nth-of-type(2) {
	/*width: 318px;*/
}
.dtlPageBox table.dtlTable01 .w115 {
	width: 80px;
}
.dtlPageBox table.dtlTable01 .w90 {
	/*width: 90px;*/
	width: 75px;
}
.dtlPageBox table.dtlTable01 tbody th, .dtlPageBox table.dtlTable01 tbody td {
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.dtlTable01 span.fs12, table.dtlTable02 span.fs12 {
	display: inline;
	font-size: 12px;
}
.dtlPageBox table td span {
	display: block;
}
.dtlPageBox table td span.fs14 {
	font-size: 14px;
}
.dtlPageBox .comntWrap {
	text-align: left;
}
.dtlPageBox .comntWrap p, .dtlPageBox .comntWrap ul li {
	font-size: 12px;
}
.dtlPageBox .comntWrap ul + ul {
	margin-top: 1.0em;
}
.dtlPageBox .comntWrap ul:first-of-type li {
	/*padding-left: 2.0em;
	text-indent: -2.0em;*/
	padding-left: 2.6em;
	text-indent: -2.6em;
}
.dtlPageBox .comntWrap ul li {
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.contH501 {
	margin-bottom: 0.5em;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.dtlTable02 {
	margin-bottom: 16px;
	width: 960px;
}
.dtlTable02 tr th {
	background: #e5e5e5;
	text-align: center;
	width: 150px;
	font-size: 16px;
	font-weight: 400;
}
.dtlPageBox table.dtlTable02 tr td {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.dtlPageBox table.dtlTable02 tr td:nth-of-type(n+2) {
	width: 266px;
}
.dtlPageBox table.dtlTable02 tr td span.ti-2 {
	display: inline-block;
	padding-left: 1.0em;
}
.dtlPageBox table.dtlTable02 img {
	width: 143px;
	height: auto;
}
table.dtlTable02.dtlTable03 {
	width: 100%;
}
table.dtlTable02.dtlTable03 tr th, .dtlPageBox table.dtlTable02.dtlTable03 tr td {
	width: auto;
	font-size: 11px;
	/*letter-spacing: -0.05em;*/
}
.dtlContIn_size {
	margin: 0 auto 50px;
	width: 80%;
}
.dtlPageDl {
	margin-bottom: 15px;
	width: 48.5%;
	overflow: hidden;
}
.dtlPageDl .img_wrap {
	border: none;
}
.dtlPageDl .img_wrap img {
	width: auto;
	height: 116px;
}
.dtlPageDl dt {
	margin-top: 1.0em;
	font-weight: 700;
	letter-spacing: -0.03em;
	text-align: left;
}
.dtlPageDl dd:last-of-type {
	margin-top: 1.0em;
	font-size: 12px;
	text-align: left;
}
.dtlPageBox .txtBlock {
	margin: 0 0 1.5em;
}
.dtl_dwnldUl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.dtl_dwnldUl li {
	box-sizing: border-box;
	position: relative;
	margin: 10px 0 0;
	padding: 0 0.5em;
	background: #e5f2f9;
	text-align: left;
	width: 100%;
	height: 50px;
}
.dtl_dwnldUl li span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.dtl_dwnldUl .icn-pdf:before {
	top: 3px;
}
.icn-dl {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 100%;
	height: 50px;
}
.icn-dl:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 22.8px;
	height: 22.51px;
	background: url("/image/cont_icon_dl.svg") no-repeat 0 0;
	background-size: contain;
}
.dtl_dwnldUl li a span {
	display: inline-block;
	position: relative;
	color: #007CC3;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
}
a.hover-gr:link, a.hover-gr:link div, a.hover-gr:link p, a.hover-gr:link span {
	color: #555;
	text-decoration: none;
	transition-duration: .5s;
}
a.hover-gr:visited, a.hover-gr:visited div, a.hover-gr:visited p, a.hover-gr:visited span {
	color: #555;
	text-decoration: none;
}
a.hover-gr:hover, a.hover-gr:hover div, a.hover-gr:hover p, a.hover-gr:hover span {
	color: #00B289;
	text-decoration: none;
}
a.hover-gr:active, a.hover-gr:active div, a.hover-gr:active p, a.hover-gr:active span {
	color: #555;
	text-decoration: none;
}
a.hover-bl:link, a.hover-bl:link div, a.hover-bl:link p, a.hover-bl:link span {
	color: inherit;
	text-decoration: none;
	transition-duration: .5s;
}
a.hover-bl:visited, a.hover-bl:visited div, a.hover-bl:visited p, a.hover-bl:visited span {
	color: inherit;
	text-decoration: none;
}
a.hover-bl:hover, a.hover-bl:hover div, a.hover-bl:hover p, a.hover-bl:hover span {
	color: #007CC3;
	text-decoration: none;
}
.sideActive01 a {
	color: #007CC3 !important;
}
a.hover-bl:active, a.hover-bl:active div, a.hover-bl:active p, a.hover-bl:active span {
	color: inherit;
	text-decoration: none;
}
a.bl-hover:link, a.bl-hover:link div, a.bl-hover:link p, a.bl-hover:link span {
	color: #007CC3;
	text-decoration: none;
	transition-duration: .5s;
}
a.bl-hover:visited, a.bl-hover:visited div, a.bl-hover:visited p, a.bl-hover:visited span {
	color: #007CC3;
	text-decoration: none;
}
a.bl-hover:hover, a.bl-hover:hover div, a.bl-hover:hover p, a.bl-hover:hover span {
	color: #007CC3;
	text-decoration: none;
	opacity: 0.7;
}
a.bl-hover:active, a.bl-hover:active div, a.bl-hover:active p, a.bl-hover:active span {
	color: #555;
	text-decoration: none;
}
/*-----------------------*/
.solContWrap * {
	box-sizing: border-box;
}
.solContWrap {
	margin: 40px 10px 40px;
}
.solContWrap .contH201Wrap {
	border-bottom: 1px solid #e5e5e5;
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.solContWrap .contH301 {
	color: #333;
}
.solContWrap .contH201 {
	margin: 20px 0 0;
	color: #333;
	font-size: 17px;
	font-weight: 700;
	text-align: left;
}
.solContBoxWrap {
	margin-bottom: 40px;
}
.solCont-flowBox {
	margin-bottom: 60px;
}
.solFlow01, .solFlow02 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 420px;
	height: auto;
	/*max-height: 277px;*/
	min-height: 277px;
}
.solFlow01 span img, .solFlow02 span img{
	min-height: 277px;
	object-fit: cover;
}
.solContBoxWrap .img_wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	 -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
		-webkit-box-pack:center;
	-ms-flex-pack: center;
	justify-content: center;

}
.solContBoxWrap .img_wrap img.ofi{
	width: 172px;
	height: 122px;
	font-family: 'object-fit:contain;';/*IE11用*/
	object-fit: contain;
}
/*.solFlow01:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -35px;
	left: 47%;
	transform: translate(15%, -47%) rotate(90deg);
	width: 20px;
	height: 16.5px;
	background: url("/image/cont_ar06.svg") no-repeat 0 0;
	background-size: contain;
}*/
/*.solFlow02:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #007CC3;
	opacity:0.7;
}*/
.solFlow01 span, .solFlow02 span {
	color: #fff;
}
.solFlow-ar{
	margin: 15px 0;
	 width: 20px;
  height: 16.5px;
	transform: rotate(90deg);
	text-align: center;
}
.solFlow01 span.solFlow01-head {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 11vw;
	max-height: 40px;
	background: rgba(208, 0, 0, 0.7);
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}
.solFlow01 span.solFlow01-btm {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1.0em;
	width: 100%;
	height: auto;
	min-height: 85px;
	max-height: 100px;
	background: rgba(208, 0, 0, 0.7);
	letter-spacing: -0.02em;
	text-align: left;
}
.solFlow02-head {
	position: absolute;
	top: 1.0em;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}
.solFlow02-bdBlock {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	display: table;
	width: 90%;
	height: 3.0em;
}
.solFlow02-bdBlock span {
	display: table-cell;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.9);
	vertical-align: middle;
}
.solFlow02-bdBlock span:first-of-type {
	background: rgba(255, 255, 255, 0.9);
	color: #007CC3;
	font-size: 16px;
	font-weight: 700;
}
.solFlow02-bdBlock span:last-of-type {
	/*width: 82%;*/
	width: 85%;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.solFlow02-colBg {
	display: block;
	position: absolute;
	top: 43%;
	left: 0;
	background: rgba(0, 178, 137, 0.8);
	width: 100%;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
}
.solFlow02.solFlow0202{
	height: 325px;
}

.solFlow02.solFlow0202 span img{
	height: 325px;
	font-familiy: 'object-fit:cover; object-position:50% 50%;';
	object-fit: cover;
	object-position: 50% 50%;
}
.solFlow0202 .solFlow02-colBg{
	top: 125px;
}
.solFlow02-txt {
	display: block;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	color: #fff;
	letter-spacing: -0.02em;
	text-align: left;
}
.solFlow0202 .solFlow02-txt {
	top: 175px;
}
.solContWrap .contH501 {
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
}
.contH502Wrap {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	display: table;
	width: 100%;
}
.contH502 {
	display: table-cell;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}
.solContBoxWrap .flexWrap02, .detlContBox .flexWrap02 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.solContWrap .solDl, .flexWrap02 .recomDl {
	margin-bottom: 20px;
	width: 48.5%;
}
.solContWrap .solDl dt, .detlContBox .recomDl dt {
	margin-top: 1.0em;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.750em;
	text-align: left;
}
.solContWrap .solDl dd, .recomDl dd {
	font-size: 12px;
	line-height: 2.0em;
	text-align: left;
}
.solContWrap .solDl dd:first-of-type, .recomDl dd:first-of-type {
	overflow: hidden;
}
.solContWrap .solDl dt a:link {
	color: #333;
}
.solContWrap .solDl dt a:active {
	color: #00C396;
}
.solContWrap .solDl dt a:visited {
	color: #333;
}
.solContWrap .solDl dt a:hover {
	color: #00C396;
}
.solContWrap .img_wrap {
	border: none;
}
.solImgList div {
	margin: 0 10px 10px 0;
	width: 48%;
	height: auto;
	overflow: hidden;
}
.solImgList div:nth-of-type(2n) {
	margin-right: 0;
}
/*-----------------------*/
.privacyBlock {
	margin: 40px auto 60px;
	width: 96%;
}
.privacyBlock .txtBox {
	margin-top: 18px;
	text-align: left;
}
.privacyBlock .txtBox p {
	font-size: 14px;
	line-height: 1.875em;
	text-align: left;
	margin-bottom: 1em;
}
/*.privacyBlock .txtBox p:first-child{
	text-indent: 1.0em;
}*/
.privacyBlock .txtBox div + div {
	margin-top: 1.5em;
}
.privacyTit01 {
	font-size: 14px;
	line-height: 1.875em;
	font-weight: bold;
	margin-bottom: 1em;
}
.privacyUl01 {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 1.0em;
}
.privacyUl01 li {
	font-size: 14px;
	line-height: 1.875em;
	margin-left: 1.5em;
}
/*-----------------------*/
table.dtlTable01 {
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 auto 20px;
}
table.dtlTable01 th, table.dtlTable01 td {
	box-sizing: border-box;
	padding: 0.5em;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	text-align: left;
}
table.dtlTable01 th {
	background: #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #e5e5e5;
}
table.dtlTable01 > tbody > tr:last-of-type th {
	border-bottom: 1px solid #ccc;
}
table.dtlTable01 thead td {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #fff;
}
table.dtlTable01 thead th, table.dtlTable01 thead td {
	background: #e5e5e5;
}
table.tableInTable, table.tableInTable tbody th, table.tableInTable tbody td {
	box-sizing: border-box;
	border-collapse: collapse;
	border: none;
	padding: 0 0;
}
span.ti_1 {
	display: inline-block;
	padding-left: 1.8em;
	text-indent: -1.8em;
}
.lawBlock {
	padding: 0 10px;
}
.lawBlock table.dtlTable01 tbody th, .lawBlock table.dtlTable01 tbody td {
	display: block;
	width: 100%;
}
.bd-dash {
	margin: 0.5em 0;
	border-bottom: 1px dashed #808080;
	width: 60%;
}
.lawBlock table.tableInTable.inTable01 {
	width: 100%;
	max-width: 480px;
}
.lawBlock table.tableInTable.inTable01 th, .lawBlock table.tableInTable.inTable01 td {
	display: table-cell;
}
.lawBlock table.tableInTable.inTable01 td:nth-of-type(2n-1) {
	padding-left: 1.0em;
	width: 75%;
}
.lawBlock table.tableInTable.inTable02 tbody td {
	padding-left: 1.0em;
}
.lawBlock a:link {
	color: #007CC3;
}
.lawBlock a:visited {
	color: #007CC3;
}
.lawBlock a:active {
	color: #333;
}
.lawBlock a:hover {
	color: #007CC3;
	text-decoration: underline;
}
/*-----------------------*/
.mainvisualWrap.filter-black .mainvisualCont02{
	position: relative;
}
.mainvisualWrap.filter-black .mainvisualCont02:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
}
.mainvisualWrap.filter-blue .mainvisualCont02{
	position: relative;
}
.mainvisualWrap.filter-blue .mainvisualCont02:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #007CC3;
	opacity: 0.5;
}
.autoIdContWrap {
	margin: 20px auto 40px;
}
.flexWrap03 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.autoIdContWrap .flexBox {
	margin-bottom: 1.5em;
	width: 48.5%;
}
.autoIdContWrap .flexH401 img {
	width: 100%;
	height: auto;
}
.autoIdContWrap .flexH401.movie_wrap{
	position: relative;
	padding: 11px 0;
	background: #000;
}

/*2020.10.01 編集 ここから-----------------------------------*/

/*.autoIdContWrap .flexH401.movie_wrap:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	background: url("/image/yt_icon_rgb.png") no-repeat 0 0 /contain;
	width: 50px;
	height: 35px;
	z-index: 2;
}
.autoIdContWrap .flexH401.movie_wrap:hover:before{
	transform: translate(-50% , -50%) scale(1.1);
  transition-duration: 0.5s;
}*/

.autoIdContWrap .flexH401.movie_wrap a{
	display: block;
	position: relative;
}
.autoIdContWrap .flexH401.movie_wrap a:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	background: url("/image/yt_icon_rgb.png") no-repeat 0 0 /contain;
	width: 50px;
	height: 35px;
	z-index: 2;
}
.autoIdContWrap .flexH401.movie_wrap a:hover:before{
	transform: translate(-50% , -50%) scale(1.1);
  transition-duration: 0.5s;
}

/*2020.10.01 編集 ここまで-----------------------------------*/


.flexBoxLink_left, .flexBoxLink_left a {
	font-size: 13px;
	text-align: left;
	line-height: 1.5em;
	padding-top: 10px;
}
.linkMenu {
	margin-bottom: 0.5em;
	width: 100%;
}
.linkMenu dt {
	display: table;
	position: relative;
	padding: 5px 5px;
	width: 100%;
	height: 60px;
	border: 1px solid #e5e5e5;
	text-align: left;
}
.linkMenu dt:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background-image: url("/image/maga_ar01.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 8px;
	z-index: 1;
}
.linkMenu dt div {
	display: table-cell;
	height: 48px;
	text-align: left;
	vertical-align: middle;
}
.linkMenu dt div:first-child {
	width: 15%;
}
.linkMenu dt div.linkCell02 {
	font-size: 14px;
	font-weight: 700;
	padding-left: 20px;
}
.linkMenu dd {
	margin: 0.8em 0 1.5em;
	font-size: 13px;
	line-height: 1.8em;
	text-align: left;
}
/*-----------------------*/
.listContWrap {
	margin: 20px auto 50px;
}
.listContWrap .flexWrap03 {
	display: block;
}
.listContWrap .btnWrap01 {
	margin: 0;
}
.listContWrap .contBtn01 a {
	margin-bottom: 10px;
	width: 100%;
	height: 4.5em;
}
.listContWrap .contBtn01 a span {
	padding: 0;
}
.listContWrap .contBtn01 a span::after {
	right: 10px;
}
.listContWrap .contBtn03 a {
	margin-bottom: 3.0em;
	width: 100%;
	height: 30px;
}
.listContWrap .contBtn03 a span {
	padding: 0;
	height: 28px;
	text-align: center;
}
/*-----------------------*/
.listDetlContWrap.detlCont {
	margin: 20px 0 40px;
}
.contInFloatMenu .floatMenuTop {
	background: #e5f2f9;
	text-align: left;
}
.contInFloatMenu .floatMenuTop p {
	display: block;
	position: relative;
	padding: 0px 0px 0px 0px;
	width: inherit;
	color: #007CC3;
	font-size: 12px;
	font-weight: 700;
}
.floatMenuTop.acHead p:after {
	right: 13px;
	transform: translateY(-50%);
}
.floatMenuTop.acHead.open p:after {
	transform: translateY(-50%) rotateX(180deg);
}
/*.floatMenuWrap {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}*/
.floatMenuItem {
	padding: 14px 10px 14px 10px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
	text-align: left;
}
.floatMenuItem p {
	display: block;
	position: relative;
	color: #373737;
	font-size: 12px;
	font-weight: 700;
}
.floatMenuItem p:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	background: url("/image/cont_btn_ar04.svg") no-repeat 0 0;
	background-size: contain;
	transform: rotate(90deg);
	transition-duration: .5s;
}
.bothBdr-h {
	padding-top: 70px;
}
.bothBdr-h span {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	padding: 0 40%;
	font-size: 13px;
	font-weight: 700;
	color: #007CC3;
}
.bothBdr-h span:before, .bothBdr-h span:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-top: 1px solid #bfdef0;
	width: 36%;
	height: 1px;
}
.bothBdr-h span:before {
	left: 0;
}
.bothBdr-h span:after {
	right: 0;
}
.listDetlContWrap.detlCont .contH302Wrap {
	margin-bottom: 25px;
}
.detlContBox {
	margin-bottom: 20px;
	padding: 0 10px;
}
.contH403Wrap {
	display: table;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}
.contH403 {
	display: table-cell;
	padding: 0px 0px 8px 0px;
	text-align: left;
	vertical-align: bottom;
	color: #333;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.txtBox02 {
	padding-left: 1.0em;
	text-align: left;
}
.txtBox02 p {
	font-size: 14px;
	letter-spacing: 0.75px;
	line-height: 1.667em;
}
.detlContIn * {
	font-size: 14px;
	line-height: 1.667em;
	text-align: left;
}
.detlContIn ul li dl dd {
	padding-left: 1.5em;
}
.detlContIn div.flexWrap02 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.detlContIn div.flexWrap02 div.flexItem {
	margin-bottom: 10px;
	display: table;
	flex-basis: 48.5%;
}
.detlContIn div.flexItem > a span:first-of-type {
	display: table-cell;
	height: 95px;
	vertical-align: middle;
}
.detlContIn div > a span.bold {
	display: block;
	font-size: 12px;
	line-height: 1.0em;
	text-align: center;
}
.lb-outerContainer {
	margin-top: 60px;
}
.flexWrap02 .txtBox02 {
	padding-left: 0;
	width: 606px;
}
.detlContIn div.imgBox {
	margin: 0 auto;
	text-align: center;
}
.imgBox div + div {
	margin-top: 10px;
}
.imgBox div span {
	display: block;
	text-align: center;
}
.img_resize img {
	width: auto;
	height: 60px;
}
.detlContIn ul li dl dd .detlInLi_inDl_inDl dt {
	padding-left: 30px;
}
.detlContIn ul li dl dd .detlInLi_inDl_inDl dd {
	padding-left: 40px;
}
.flexWrap02 .recomDl .img_wrap {
	border: 0;
}
/*-----------------------*/
.questionsContWrap .contH302Wrap {
	margin-bottom: 20px;
}
.questions_relationWrap {
	margin: 20px auto 0px;
	/*margin: 0 auto 20px;*/
	border: 1px solid #007CC3;
	clear: both;
}
.questions_relationWrap div {
	padding: 11px 23px 11px 24px;
}
.questions_relationWrap div:first-of-type {
	border-bottom: 1px solid #007CC3;
	color: #007CC3;
	font-size: 14px;
	font-weight: 700;
}
.questions_relationWrap div:last-of-type {
	font-size: 13px;
	line-height: 2.143em;
}
/*-----------------------*/
.faqTitQ01 {
	color: #33b597;
}
.faqFlex01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
/*-----------------------*/
.questionsTxtHeader {
	margin-bottom: 15px;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	padding-right: 0.5em;
	color: #007CC3;
}
.questionsContWrap .txtBox {
	padding-bottom: 1.0em;
}
.questionsContWrap .txtBox p {
	font-size: 16px;
	line-height: 1.786em;
}
.questionsBoxWrap.recomWrap {
	margin: 73px 0 60px;
}
.questionsContWrap .flexWrap02 div.btnWrap01 {
	margin-top: 0;
	flex-basis: 100%;
	width: 100%;
}
.questionsContWrap .flexWrap02 div.btnWrap01 .contBtn01 a {
	width: 100%;
}
.listDetlContWrap.questionsWrap .contBtn01 span {
	padding: 3px 20px 0px 5px;
	text-align: left;
	line-height: 1em;
	font-size: 10px;
}
.listDetlContWrap.questionsWrap .contBtn01 span:after, .listDetlContWrap.questionsWrap .contBtn01 a:hover span:after {
	right: 9px;
}
.barcode107wrap span.col-g,
.questionsWrap span.col-g {
	position: static;
	padding-right: 0;
	font-weight: 700;
	width: 0.7em;
}

.questionsWrap .listWrapDd02 {
	padding: 1.3em 0 20px 1.5em;
}

.listDetlContWrap.questionsWrap .contH302Wrap {
	margin-bottom: 35px;
}
.barcode107wrap .ul_after-ar li,
.questionsWrap ul.ul_after-ar li {
	position: relative;
	margin-bottom: 10px;
	padding: 0 1.5em 0 0.7em;
	text-indent: -0.7em;
	width: 100%;
	font-size: 14px;
	line-height: 1.786em;
	text-align: left;
}
.barcode107wrap .ul_after-ar li,
.questionsWrap .listWrapDd02.fs15 ul.ul_after-ar li {
	font-size: 14px;
}
.ul_after-ar li a:link{ color: #222222; }
.ul_after-ar li a:visited{ color: #222222; }
.ul_after-ar li a:hover{ color: #00A27D; }
.ul_after-ar li a:active{ color: #00A27D; }
/*-----------------------*/
.bs-borderBox * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contWrap {
	padding: 0 10px;
}
.contBlock-mb {
	margin-bottom: 40px;
}
.contBlock-margin {
	margin: 40px 0;
	/*margin: 20px 0;
	padding-top: 75px;*/
}
.barcode107wrap .detlListWrap{
	padding: 10px 25px 10px 15px;
}
/*-----------------------*/
.listDetlContWrap {
	margin: 20px auto 40px;
}
.listDetlContWrap .flexWrap03 .btnWrap04 {
	flex-basis: 48.5%;
}
.listDetlContWrap .contBtn01 a {
	margin-bottom: 10px;
	width: 100%;
	color: #33b597;
	background-color: #fff;
}
.listDetlContWrap .contBtn01 a span {
	padding: 0;
	height: 40px;
}
.listDetlContWrap .contBtn01 span:hover {
	color: #33b597;
	text-decoration: none;
	background-color: #fff;
	opacity: 0.7;
}
.listDetlContWrap .contBtn01 span:after {
	content: "";
	background-image: url("/image/cont_btn_ar07.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px auto;
	width: 9px;
	height: 13px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 28px;
}
.listDetlContWrap .contBtn01.contBtn0102 span:after {
	background-image: none;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #33b597;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 9px;
}
.detlListHeader {
	margin: 45px 0 17px;
}
.detlListHeader span {
	position: relative;
	padding-left: 8px;
	color: #00A27D;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}
.detlListHeader span:before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 5px;
	height: 20px;
	background-color: #00A27D;
}
.listWrapDl01 {
	margin-bottom: 25px;
	padding-left: 13px;
}
.listWrapDl01 > dt:first-of-type {
	position: relative;
	padding: 8px 0px 8px 30px;
	background-color: rgba(0, 124, 195, 0.05);
	width: 100%;
	height: 40px;
	color: #007CC3;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	line-height: 1.2em;
}
.listWrapDl01 > dt:first-child:before {
	content: "●";
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	color: #007CC3;
	font-size: 10px;
	font-weight: 700;
}
.listWrapDl01 > dt.colOre01 {
	position: relative;
	padding: 8px 0px 8px 30px;
	background-color: rgba(255, 135, 18, 0.05);
	width: 100%;
	height: 40px;
	color: #FF8712;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	line-height: 1.2em;
}
.listWrapDl01 > dt.colOre01:before {
	content: "●";
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	color: #FF8712;
	font-size: 10px;
	font-weight: 700;
}
.listWrapDl01 > dd .contBtn03 {
	padding-bottom: 25px;
}
.listWrapDd01 {
	padding: 13px 0 0;
	color: #333;
	text-align: left;
}
.listDl_inDl > dt {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #bfbfbf;
	font-size: 14px;
	font-weight: 700;
}
.listDl_inDl dd {
	padding: 10px 5px 25px 0;
	font-size: 13px;
	line-height: 1.667em;
}
.listWrapDl01 .contBtn03 a span {
	padding: 5px 2.0em 6px 2.0em;
	width: 90%;
	max-width: 310px;
	height: 30px;
	font-size: 13px;
}
.listWrapDl01 .contBtn03 a span:after {
	right: 20px;
	border-width: 4px 0 4px 5px;
}
.listDl_inDl dd ul {
	padding-left: 1.0em;
	list-style: disc;
}
.listDl_inDl dd > a span {
	display: inline-block;
	position: relative;
	padding-right: 37px;
}
.listDl_inDl dd > a span:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #333;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	transition-duration: .5s;
}
.listDl_inDl dd > a:hover:after {
	border-color: transparent transparent transparent #007CC3;
}
.inDl_inDl, .inDl_inDl dd {
	padding: 0;
}
.barcodeAboutwrap .listWrapDl01 .contBtn03 a{
	margin: 0 0 0 auto;
}
.barcodeAboutwrap .listWrapDl01 .contBtn03 a span{
	border: none;
}
.gloWrap .contH302Wrap {
	margin-bottom: 30px;
}
.listWrapDl01 .fs14 {
	display: inline-block;
	padding-left: 0.5em;
	font-size: 12px;
}
.gloWrap .detlListWrap dl.listWrapDl01 dd {
	text-align: left;
}
.gloWrap .listWrapDl01 {
	margin-bottom: 7px;
}
.gloWrap .listWrapDl01 dd {
	padding: 0px 0px 1.0em 1.0em;
	color: #333;
}
.gloWrap .listWrapDl01 dd.listDd01 {
	padding-top: 0.8em;
}
.listDd02 > span:first-of-type {
	margin-right: 1.0em;
}
.formulaWrap {
	margin: 1.0em auto 0;
	display: table;
	color: rgb(102, 0, 0);
}
.formulaWrap span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.formulaWrap span.cell-l {
	width: 4.0em;
}
.formulaWrap span.cell-r span {
	display: block;
}
.formulaWrap span.ls0 {
	padding-bottom: 1.0em;
	letter-spacing: -0.02em;
	line-height: 0em;
}
/*-----------------------*/
.col-g {
	display: inline-block;
	position: relative;
	color: #33b597;
	padding-right: 2.0em;
	line-height: 1.5em;
}
.col-g:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #33b597;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 12px;
}
.bdBox-bl {
	display: inline-block;
	border: 1px solid #007CC3;
	width: 5.0em;
	height: 1.5em;
	color: #007CC3;
	line-height: 1.5em;
	text-align: center;
}
.contactBtnAreaWrap01 {
	text-align: center;
	width: auto;
	margin: auto;
	padding: 0px 10px 0px 10px;
}
.contactBtnAreaWrap01.contactBtnAreaWrap0102 {
	padding: 0px 10px 0px 10px;
}
.contactBtn01 {
	display: table;
	width: 100%;
	margin: 0px auto 20px auto;
	position: relative;
}
.contactBtn01.btn01 {
	float: none;
}
.contactBtn01.btn02 {
	float: none;
}
.contactBtn01 a {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	height: 16.0vw;
	background-image: url("/image/cont_btn_bg01.png"), url("/image/cont_btn_img01.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center center, center center;
	background-size: 100% 100%, 100% 100%;
	padding-left: 25%;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.22em;
	font-weight: 700;
}
.contactBtn01 a:link {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn01 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn01 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn01 a:active {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn01.contactBtn02 a {
	background-image: url("/image/cont_btn_bg02.png"), url("/image/cont_btn_img02.png");
	text-align: center;
	padding: 0px;
}
.contactBtn01.contactBtn03 {
	margin-bottom: 20px;
}
.contactBtn01.contactBtn03 a {
	background-image: url("/image/contact_btn_bg01.svg");
	background-repeat: repeat;
	background-position: center top;
	text-align: center;
	padding: 0px;
	height: 50px;
}
/*.contactBtn01.contactBtn03.btn01 a::before {
  content: "";
  background-image: url("/image/contact_btn_icon01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px auto;
  width: 20px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 96px;
}*/
/*.contactBtn01.contactBtn03.btn02 a::before {
  content: "";
  background-image: url("/image/contact_btn_icon02.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  width: 20px;
  height: 17px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 96px;
}*/
.contactBtn01.contactBtn03 a::after {
	content: "";
	background-image: url("/image/cont_btn_ar01_on.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px auto;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 48px;
}
.contactAreaWrap02 {
	background-image: url("/image/contact_bg02.png"), url("/image/contact_bg01_sp.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center center, center bottom;
	background-size: 100% 100%, cover;
	height: auto;
	box-sizing: border-box;
	padding: 20px 0px;
	margin-top: 15px;
}
.contactBox01 {
	text-align: center;
	margin-top: 0px;
}
.contactText01 {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 10px;
}
.contactText02 {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 700;
	margin: 0px 20px 0px 5px;
	text-shadow: 0px 3px 6px #00000029;
	display: inline-block;
	vertical-align: middle;
}
.contactText03 {
	color: #ffffff;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 500;
	vertical-align: middle;
	display: inline-block;
}
.contactText03 a:link {
	color: #ffffff;
	text-decoration: none;
}
.contactText03 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.contactText03 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.contactText03 a:active {
	color: #ffffff;
	text-decoration: none;
}
.contactText03 img {
	width: 20px;
	height: auto;
	margin-right: 6px;
	vertical-align: inherit;
}
.contactText04 {
	color: #fff;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: 700;
	vertical-align: middle;
	margin-top: 10px;
}
.spPr0 {
	padding-right: 0px !important;
}


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

.contactBtnNew01 {
	display: table;
	width: 100%;
	position: relative;
}
.contactBtnNew01 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 60px;
	background-color: #06B48C;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.44em;
	font-weight: bold;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  -o-border-radius: 300px;
  -ms-border-radius: 300px;
  border-radius: 300px;
}
.contactBtnNew01 a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	right: 32px;
	top: 50%;
	margin-top: -4px;
}

.contactBtnNewWrap01 {
	display: inline-block;
	margin: 0px auto 0px auto;
}
.contactBtnNewWrap01 li {
	float: left;
	margin-right: 0px;
	margin-bottom: 20px;
}



/* --------------------------------------------------------------------
 footer
-------------------------------------------------------------------- */
.pagetopButton {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 10px;
	width: 50px;
}
.footer01 {
	background-color: #0068B7;
	text-align: center;
	padding: 17px 0px;
}
.footer01 .copyright {
	color: #ffffff;
	font-size: 11px;
	line-height: 1.2em;
}
.footerNaviAreaWrap {
	padding: 30px 0px 35px 0px;
}
.footerNaviArea01 {
	display: block;
}
.footerBox01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	width: auto;
	margin-bottom: 35px;
}
.footerBox01 img {
	width: 117px;
	height: auto;
}
.footerBox02 {
	display: block;
	text-align: left;
	vertical-align: top;
	padding-left: 50px;
	margin-top: 30px;
	/*    display: table-cell;
    text-align: left;
    vertical-align: top;*/
}
.footerNaviTit01 {
	/* color: #0068B7;*/
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 700;
	margin-bottom: 8px;
}
.footerNaviTit02 {
	/* color: #0068B7;*/
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 700;
	margin-bottom: 10px;
}
.footerNavi01 {
	padding-right: 80px;
	float: left;
}
.footerNavi01.footerNavi02 {
	margin-top: 12px;
}
.footerNavi01 li, .footerNavi01.footerNavi02 li:first-child {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: 700;
}
.footerNavi01 a:link {
	color: #333333;
	text-decoration: none;
}
.footerNavi01 a:visited {
	color: #333333;
	text-decoration: none;
}
.footerNavi01 a:hover {
	color: #333333;
	text-decoration: none;
}
.footerNavi01 a:active {
	color: #333333;
	text-decoration: none;
}
.footerNavi01.footerNavi02 .bb {
	color: #0068B7 !important;
	font-weight: 700;
}
.footerNavi01 .bb a:link {
	color: #0068B7;
	text-decoration: none;
}
.footerNavi01 .bb a:visited {
	color: #0068B7;
	text-decoration: none;
}
.footerNavi01 .bb a:hover {
	color: #0068B7;
	text-decoration: none;
}
.footerNavi01 .bb a:active {
	color: #0068B7;
	text-decoration: none;
}
.footerNavi01.footerNavi02 .gb {
	color: #00A27D;
	font-weight: 700;
}
.footerNavi01 .gb a:link {
	color: #00A27D;
	text-decoration: none;
}
.footerNavi01 .gb a:visited {
	color: #00A27D;
	text-decoration: none;
}
.footerNavi01 .gb a:hover {
	color: #00A27D;
	text-decoration: none;
}
.footerNavi01 .gb a:active {
	color: #00A27D;
	text-decoration: none;
}
.footerNavi01.footerNavi02 li {
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: 500;
}
.footerBox02 dl + dl {
	margin-top: 30px;
}
.footerBox02 dl:nth-of-type(1) {
	margin-top: 13px;
}
.footerNaviName01 {
	margin-bottom: 0.5em;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: 700;
}
.footerNaviAd01 {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 12px;
	padding-left: 1.0em;
}
.footerNaviAd02 {
	margin-left: 1.0em;
  font-size: 12px;
  line-height: 1.5em;
	vertical-align: middle;
}
.footerNaviAd02 img{
	margin-right: 5px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}
.footerNaviAd02 a:link {
	color: #333333;
	text-decoration: none;
}
.footerNaviAd02 a:visited {
	color: #333333;
	text-decoration: none;
}
.footerNaviAd02 a:hover {
	color: #333333;
	text-decoration: none;
}
.footerNaviAd02 a:active {
	color: #333333;
	text-decoration: none;
}
.img_wrap {
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
}
.img_wrap img {
	width: 100%;
	transition-duration: 0.5s;
}
.img_wrap:hover img {
	transform: scale(1.2);
	transition-duration: 0.5s;
}
/*-----*/
.contH305Wrap {
	border-bottom: 1px solid #e5e5e5;
	display: table;
	width: 100%;
	margin-bottom: 5px;
}
.flexWrapSpBlock {
	display: block !important;
}
.btnWrap04 {
	flex-basis: 32%;
}
/*--------------------------------*/
.soluBoxIn01 dl dt p {
	display: inline-block;
	/*color: #D00000;
	background: #fae5e5;*/
  background: #daa520;
  color: #ffffff;
	padding: 2px 8px;
	margin-bottom: 12px;
}
/*-----------------------------------*/
.outsideImg01 {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-left: 10px;
}
.outsideImg01.imgOff {
	display: inline;
}
.outsideImg01.imgOn {
	display: none;
}
.contBtn03 a:hover .outsideImg01.imgOff {
	display: none;
}
.contBtn03 a:hover .outsideImg01.imgOn {
	display: inline;
}
.prodTable01 {
	width: 576px !important;
}
.prodTable01 th {
	width: 19% !important;
}
.prodTable01 td {
	width: 27% !important;
}
.contH501 {
	position: relative;
}
.prodSpan01 {
	font-size: 14px;
	line-height: 1.3em;
	padding-bottom: 5px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.prodText01 {
	font-size: 15px;
	line-height: 1.3em;
	margin-bottom: 15px;
	text-align: center;
}
.prodSm01 {
	font-weight: bold;
	vertical-align: super;
}
.contLink_afterAr a{
	position: relative;
	padding-right: 20px;

	text-align: left;
}
.contLink_afterAr a:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #222222;
}
/*.contBox.sitemapBox{
	padding-left: 50px;
}*/
.contBox.sitemapBox div > ul{
	float: left;
	padding-right: 5%;
	text-align: left;
}
.contBox.sitemapBox div > ul:nth-of-type(2n){
	padding-right: 0;
}
.contBox.sitemapBox ul li{
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: 700;
	text-align: left;
}
.contBox.sitemapBox ul.ul_inUl{
	margin-top: 10px;
	padding-left: 1em;
}
.mainvisualWrap.strengthvisualWrap .mainH101{
	font-size: 16px;
}
.contStrengthWrap .cont03Box02{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	margin-bottom: 40px;
	width: 100%;
	text-align: left;
}
.contStrengthWrap .cont03Box02 dt{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}
.contStrengthWrap .cont03Box02 dd.cont03Box02-text{
	margin-bottom: 15px;
}

.contStrengthWrap .contBoxWrap.flexWrap02{
	margin-bottom: 45px;
		-ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.sitemapText01 {
	font-weight: normal !important;
}
.clearBoth {
	clear: both;
}






/*----------------- -----------------*/
.contTabSolWrap .contIn960{
	padding: 0 10px;
}
.contTabSolWrap .contIn_nav{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
				-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 360px;
}
.contTabSolWrap .contIn_nav li{
	box-sizing: border-box;
	position: relative;
	border: 1px solid #00C396;
	margin-right: 18px;
	padding: 12px 5px 13px;
	width: 47%;
	max-width: 226px;
	text-align: left;
}
.contTabSolWrap .contIn_nav li:nth-child(2n){
	margin-right: 0;
}
.contTabSolWrap .contIn_nav li:nth-child(n+3){
	margin-top: 18px;
}
.contTabSolWrap .contIn_nav li:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: url("/image/cont_btn_ar07.svg") no-repeat 0 0 /9px 14px;
	width: 9px;
	height: 14px;
}
.contTabSolWrap .contIn_nav li a:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contTabSolWrap .contIn_nav li a{
	color: #00C396;
	font-size: 12px;
	font-weight: 700;
}
.contTabSoluBox01Wrap{
	margin-bottom: 71px;
}
.tabSolBox0101{
	margin: 0 auto;
}
.tabSolBox0102{
	margin: 0 auto;
}
.contTabSoluBox01Wrap dl dt{
	color: #00A27D;
	font-weight: 700;
}
.contTabSoluBox01Wrap dl dt.fs16{
	margin-bottom: 14px;
}
.contTabSoluBox01Wrap dl dt.fs28{
	margin-bottom: 11px;
	font-size: 18px;
	line-height: 1.321em;
}
.contTabSoluBox01Wrap> dl> dd {
	padding: 32px 54px 35px 33px;
	background: rgba(0,104,183,0.1);
}
.contTabSoluBox01Wrap .boxInUl li,
.contTabSolWrap .boxInDl dd{
	position: relative;
	margin-bottom: 0.8em;
	padding-left: 1.5em;
	line-height: 1.5;
	text-align: left;
}
.contTabSoluBox01Wrap .boxInUl li:last-of-type{
	margin-bottom: 0;
}
.contTabSoluBox01Wrap .boxInUl li:before,
.contTabSolWrap .boxInDl dd:before{
	content: "■";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #00A27D;
	font-size: inherit;
}
.contTabSoluBox01Wrap .boxIn_ar{
	margin: 16px auto 11px;
	width: 46px;
	height: 40px;
}
.tabSolBox0101 .boxIn_img{
	margin: 10px auto 0;
	width: 112px;
}
.tabSolBox0102 .boxIn_img{
	margin: auto;
	width: 155px;
}
.tabSolBox0102 .flexWrap{
	-webkit-box-align: start;
     -ms-flex-align: start;
        align-items: flex-start;
}
.contTabSolWrap .contH201{
	display: block;
	margin-bottom: 31px;
	color: #0068B7;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.contTabSolWrap .contH302{
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.792em;
	font-weight: 700;
}
.tabsolBox02{
	margin-bottom: 40px;
}
.tabsolBox02_left{
	padding: 20px 27px 37px 22px;
	background: #F8F8F8;
}
.tabsolBox02_left .boxH401{
	margin-bottom: 12px;
	width: 160px;
	background: #00A27D;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.tabsolBox02_left .boxCatch{
	margin-bottom: 13px;
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	text-align: left;
}
.tabsolBox02_left .boxInDl{
	box-sizing: border-box;
	padding: 35px 30px 25px 40px;
	background: #fff;
}

.tabsolBox02_left .boxInDl dt{
	color: #00A27D;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	text-align: left;
}
.contBoxWrap.contBg-gray {
	padding: 55px 0 60px;
	background: #F8F8F8;
}
.contTabSoluBox03Wrap div.flexWrap02 dl.tabSolBox03{
	width: 469px;
}
.flexWrap dl.tabSolBox03:nth-child(1) .boxIn_img{
	margin-right: 16px;
	width: 97px;
	height: 41px;
}
.flexWrap dl.tabSolBox03:nth-child(2) .boxIn_img{
	margin-right: 36px;
	width: 88px;
	height: 60px;
}
.tabSolBox03 dt{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	 -webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
	margin-bottom: 14px;
	text-align: left;
}
.tabSolBox03 .fs28{
	padding-left: 5px;
	/*font-size: 28px;*/
	font-weight: 700;
}
.tabSolBox03 .fs28 span{
	display: block;
	margin-left: -5px;
	color: #0068B7;
	font-size: 16px;
	font-weight: 700;
	
}
.tabSolBox03> dd{
	display: block;
	padding: 32px 30px 30px 29px;
	background: #fff;
}
.box03InDl {
/*	height: 147px;*/
}
.box03InDl dt{
	margin-bottom: 17px;
	padding: 11px 12px;
	background: rgba(0,104,183,0.7);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.box03InDl dd{
	font-size: 16px;
	text-align: left;
}
.tabSolBox03 .boxIn_ar{
	margin: 20px auto 20px;
	width: 46px;
	height: 19px;
}
.contTabSoluBox04Wrap{
	padding: 71px 0 80px;
}
.contTabSolWrap .contTabSoluBox04Wrap .contH302{
	text-align: left;
}

.tabSoluBox04.flexWrap{
	margin-bottom: 95px;
}
.tabSoluBox04 img.flexItem{
	width: 450px;
}
.tabSoluBox04 p.flexItem{
	width: 455px;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}
.tabSoluBox04_more{
	position: relative;
	/*padding: 47px 30px 30px 30px;*/
	padding: 35px 20px 20px 20px;
	background: rgba(0,104,183,0.1);
}
.more_tag{
	position: absolute;
	top: -64px;
	left: -5px;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	background: #0068B7;
	text-align: center;
}
.more_tag p{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 100px;
}
.tabSoluBox04_more .contH401{
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
.box04In{
	box-sizing: border-box;
	/*width: 435px;*/
	padding: 21px 27px 24px 24px;
	background: #fff;
	text-align: left;
}
.box04In dt{
	margin-bottom: 13px;
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
}
.box04In dt .fs14{
	display: block;
	margin-top: 12px;
	font-size: 14px;
}
.box04In dd {
	text-align: center;
}
.box04In .flexItem.flexItem_text{
	text-align: left;
	/*margin-right: 20px;*/
	padding-top: 10px;
	/*flex-basis: 222px;*/
	/*max-width: 222px;*/
	font-size: 12px;
	line-height: 16px;
}
.box04In .flexItem.flexItem_img{
	margin: 10px auto 0;
	/*flex-basis: 142px;
	max-width: 142px;*/
	width: 70%;
	height: auto;
}
.box04In .flexItem.flexItem_img_02{
	margin: 10px auto 0;
	/*flex-basis: 142px;
	max-width: 142px;*/
	width: 70%;
	height: auto;
}
.box05In{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 15px;
	padding: 29px 33px 30px 32px;
	background: #fff;
}
.box05In dt{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
	 -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	height: 2.6em;
	margin-bottom: 26px;
	font-size: 20px;
	font-weight: 700;
}
.box05In .boxInUl{
	margin-bottom: 33px;
}
.box05In .boxInUl li{
	position: relative;
	padding-left: 1.0em;
	font-size: 14px;
	text-align: left;
}
.box05In .boxInUl li:before{
	content: "■";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #0068B7;
	font-size: 14px;
}
.box05In dd:last-of-type{
	margin-block-start: auto;
}
.contTabSoluBox06Wrap{
	padding: 51px 0 100px;
}
.contTabSolWrap .contTabSoluBox06Wrap .contH201 {
	margin-bottom: 0;
	color: #333;
	font-size: 18px;
	text-align: left;
}
.contTabSolWrap .contTabSoluBox06Wrap .contH201Wrap {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
}

.contH402.contIco-medal{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	position: relative;
	margin: 0 auto 22px;
	padding-left: 23px;
	color: #0068B7;
	font-size: 18px;
	font-weight: 700;
}
.contH402.contIco-medal:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url("/image/ico_medal.svg") no-repeat 0 0/15px 20px;
	width: 15px;
	height: 20px;
}
.contTabSoluBox06Wrap .flexWrap .flexItem{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
	margin-bottom: 30px;
}
.contTabSoluBox06Wrap .flexWrap div.flexItem:last-child{
	margin-right: 0;
}
.box06In dd.box06In_img{
	margin-bottom: 6px;
	text-align: center;
}
.box06In_img img{
	margin: 0 auto;
	width: auto;
	height: 146px;
}
.box06In dt{
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 700;
}
.box06In dd{
	text-align: left;
}

/*------------------------------------*/
.mainvisualWrap.mainvisual_detailWrap .mainvisualCont02{
	height: auto;
}

.mainvisualWrap.mainvisual_detailWrap .mainvisualCont02 img.headerImg{
	width: auto;
	max-height: 450px;
	font-family: 'object-fit:cover; object-position:50% 50%; ';
	object-fit: cover;
	object-position: 50% 50%;
}
.mainvisualWrap.mainvisual_detailWrap .positionWrap{
	display: block;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}
.mainvisualTextWrap{
	color: #fff;
	text-align: left;
	font-weight: 700;
	line-height: 1.3;
}
.mainvisualTextWrap .tag_bg-orange{
	display: inline-block;
	padding: 3px 10px 3px 10px;
	background: #FF8712;
	color: #fff;
	font-size: 15px;
	line-height: 1.333em;
}
.mainvisualTextWrap .mainH102{
	margin: 25px 0;
	width: auto;
	color: #fff;
	font-size: 2.0em;
	font-weight: 700;
	text-align: left;
}
.mainvisualTextWrap .mainH102 .fs18{
	display: block;
	margin-bottom: 11px;
	font-size: 16px;

}
.mainvisualTextWrap_in .industry{
	margin-bottom: 5px;
	font-size: 16px;
}
.mainvisualTextWrap_in .companyName{
	margin-bottom: 10px;
	font-size: 20px;
}
.mainvisualWrap.mainvisual_detailWrap .positionImg{
	width: 80%;
	min-height: initial;
	object-fit: contain;
}
.caseDetailBlock .contIn960{
	padding: 0 10px;
}

.caseDetailBlock .textBox .fs16{
	font-size: 16px;
}
.caseDetailBlock .contH203Wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	vertical-align: top;
	margin-bottom: 21px;
}
.caseDetailBlock .contH203{
	padding-left: 0.5em;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
}
.caseDetailBlock .contH203Wrap img.contH_inImg{
	margin-left: auto;
	width: 184px;
}
.caseDetailDlWrap{
	margin-bottom: 74px;
}
.caseDetailDl01{
	box-sizing: border-box;
	width: 100%;
	padding: 15.5px 0px;
	border-bottom: 1px solid #CCCCCC;
}
.caseDetailDl01> dt, .caseDetailDl01> dd,
.caseDetailDl02 .dl02_inDl dt, .caseDetailDl02 .dl02_inDl dd{
	text-align: left;
}
.caseDetailDl01 dt {
	margin-bottom: 10px;
	font-weight: 700;
}
.caseDetailDl01 dd> ol li{
	margin-bottom: 13px;
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.caseDetailDl02> dt{
	padding: 8px 15px 8px 15px;
	background: #0068B7;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
}
.caseDetailBox03{
	margin-bottom: 67px;
}
.caseDetailDl02 > dd{
	display: table;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	border: 1px solid #0068B7;
}
.caseDetailDl02 .dl02_inDl{
	margin-bottom: 13px;
}
.caseDetailDl02 .dl02_inDl dt{
	padding-right: 1.0em;
	font-weight: 700;
}
.caseDetailBox04{
	margin-bottom: 55px;
}
.caseDetailUl01 li{
	position: relative;
	padding-left: 25px;
	line-height: 1.688em;
	text-align: left;
}
.caseDetailUl01 li +li{
	margin-top: 15px;
}
.caseDetailUl01 li:before{
	content: "■";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	color: #0068B7;
	font-size: 1.0em;
}
.caseDetailBox05{
	margin-bottom: 50px;
}


.contH404Wrap{
	display: block;
	margin-bottom: 12px;
	border-bottom: 1px solid #0068B7;
	text-align: left;
}
.contH404 .bg-col{
	display: inline-block;
	padding: 5px 10px 5px 10px;
	background: #0068B7;
	color: #fff;
	font-weight: 700;
}
.contH404 .fs20{
	display: inline-block;
	padding: 0 0 3.5px 17px;
	color: #0068B7;
	font-size: 16px;
	font-weight: 700;
}
.caseDetailBox05 div.flexItem p{
	/*margin-bottom: 50px;*/
}
.caseDetailBox05 div.flexItem:nth-child(2) img{
	width: 250px;
}
.caseDetailBox06{
	margin-bottom: 53px;
}
/*------------------------------------*/
.cont404Wrap .hover-bl span {
	display: inline-block;
	position: relative;
	padding-right: 37px;
}
.cont404Wrap .hover-bl span:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #333;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	transition-duration: .5s;
}
.cont404Wrap .hover-bl span:hover:after {
	border-color: transparent transparent transparent #007CC3;
}
/*------------------------------------*/
.searchBox {
	padding: 0 10px;
}
.searchBox .searchGet {
  background: #ffffff;
  width: 100%;
  margin: auto;
  text-align: left;
}
.searchBox input {
  height: 40px;
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
  border: 0;
  box-sizing: border-box;
}
.searchInp {
  width: calc(100% - 50px);
  float: left;
}
.searchBox input[type="text"] {
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  display: inline-block;
  text-indent: 48px;
  background: #eef2f3 url(/image/common/bg_google.svg) no-repeat center left 20px;
  background-size: auto 15px;
  vertical-align: middle;
}
.searchBox input[type="text"]:focus, .searchBox input[type="text"].hidePlaceholder {
  text-indent: 0;
  background-image: none;
}
.searchBox input[type="text"]::-webkit-input-placeholder {
  font-size: 10px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  color: #909293;
}
.searchBox input[type="text"]:-moz-placeholder {
  font-size: 10px;
  font-weight: 700;
  color: #909293;
}
.searchBox input[type="text"]::-moz-placeholder {
  font-size: 10px;
  font-weight: 700;
  color: #909293;
}
.searchBox input[type="text"]:-ms-input-placeholder {
  font-size: 10px;
  font-weight: 700;
  color: #909293;
}
.searchBox .searchSub {
  float: left;
  background: #00BC91;
}
.searchBox input[type="submit"] {
  width: 50px;
  cursor: pointer;
  display: block;
  transition: background .6s ease;
  background: #00BC91 url(/image/icon_searching.svg) no-repeat center center;
  background-size: 18px 18px;
}
.searchBox input[type="submit"]:hover {
  background-color: rgba(0, 104, 183, 1);
}
/*------------------------------------*/
.contLink a:link {
  color: #333333;
  text-decoration: none;
}
.contLink a:visited {
  color: #333333;
  text-decoration: none;
}
.contLink a:hover {
  color: #0068B7;
  text-decoration: none;
}
.contLink a:active {
  color: #333333;
  text-decoration: none;
}
.contLink02 a:link {
  color: #0068B7;
  text-decoration: none;
}
.contLink02 a:visited {
  color: #0068B7;
  text-decoration: none;
}
.contLink02 a:hover {
  color: #0068B7;
  text-decoration: none;
}
.contLink02 a:active {
  color: #0068B7;
  text-decoration: none;
}
.txt_border-bottom{
	border-bottom: 1px solid #e5e5e5;
}


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

.keywordsearchWrap .img_wrap img {
    width: auto;
    transition-duration: 0.5s;
    /*height: 120px;*/
    max-height: 120px;
}

/*--2020/06/17------------------------------------*/

.contTabletFlex {
	margin-top: 60px;
}

.contTabletImg01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	width: 100%;
	height: 200px;
}
.contTabletUlWrap01 {
}

.contTabletFlexBox01 {
	background-color: #F8F8F8;
	box-sizing: border-box;
	padding: 30px 20px 30px 20px;
}

.boxIn_img01{
	width: 130px;
}
.boxIn_img02{
	width: 183px;
}
.contTabletText01 {
	color: #00A27D;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
}
.contTabletText02 {
	color: #00A27D;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
}
.contTabletAr01 {
	position: relative;
	margin-bottom: 80px;
}
.contTabletAr01::after {
	content: "";
	background-image: url("../image/cont_btn_ar01_under.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 46px auto;
	width: 46px;
	height: 40px;
	position: absolute;
	bottom: -60px;
	left: 50%;
	margin-left: -23px;
}

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

.more_tag.more_tag02 {
	background: #ffffff;
	border: 1px solid #0068B7;
}
.more_tag.more_tag02 p {
	color: #0068B7;
}
.contH401.tabletH401 {
	text-align: left;
	margin-top: 20px;
}

.tabSoluBox04_more{
	margin-top: 80px;
}
.contTabletFlexBox02 {
	width: 100%;
	background-color: #007CC3;
	position: relative;
	margin-bottom: 30px;
}
.contTabletFlexBox02::after {
	content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 16px 12px 0 12px;
border-color: #007cc3 transparent transparent transparent;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -12px;
}

.contTabletFlexBox02 dl {
	text-align: left;
	box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	color: #ffffff;
}
.contTabletFlexBox02 dl dt {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 15px;
}
.contTabletFlexBox02 dl dd {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
}
.contTabletFlexBox03 {
	background-color: #ffffff;
}

.mt50 {
	margin-top: 50px !important;
}

.contTabSoluBox06Wrap .flexWrap02.contTabletFlexWrap01 .flexItem{
	margin-right: 0px;
	width: 280px;
}

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

.caseMainvisualWrap {
	background-image: url("/image/case01_header.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: table;
	width: 100%;
}
.caseMainvisualWrap02 {
	background-image: url("/image/case02_header.jpg") !important;
}

.caseMainvisualIn {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 140px;
}

.caseMainvisualWrap .mainH102 {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
}
.caseMainvisualWrap .tag_bg-orange {
	display: inline-block;
	padding: 3px 12px 5px 12px;
	background: #FF8712;
	color: #fff;
	font-size: 13px;
	line-height: 1.333em;
}
.caseMainvisualWrap .tag_bg-blue {
	display: inline-block;
	padding: 3px 12px 5px 12px;
	background: #0068B7;
	color: #fff;
	font-size: 13px;
	line-height: 1.333em;
}
.caseFlex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	margin-top: 36px;
}
.caseFlex01Box01 {
	width: 526px;
}
.caseFlex01Box02 {
	width: 380px;
}
.contCaseH201 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 6px;
}


