@charset "utf-8";
@import url("https://ics.incl.ne.jp/common/css/fontawesome/css/all.css");
html {
	overflow-y: scroll;
}
p{
	min-height:1em;
	word-break: break-all;
}
.center{
	text-align:center;
}
.wid100{
	width:100%;
}
.red{
	color:red;
}
.mgn0{
	margin: 0 !important;
}
.mgn_logo {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
/* ヘッダー */
header{
	background: #FFF;
	position:fixed;
	top:0;
	z-index: 100;
	width:100%;
}
.header-area{
	padding:10px 12px 6px 12px;
}
/*.map-area{
	overflow: hidden;
	height: 300px;
}
.map-area iframe{
	margin-top:-150px !important;
	border:0 !important;
	width:100% !important;
}*/
.chg-font-off{
	color:#fff;
	background:#888;
	opacity:0.6;
	cursor:pointer;
	padding:2px 6px;
	margin:0 3px;
	font-size:80%;
}
.chg-font-on{
	color:#fff;
	background:#157dd2;
	cursor:pointer;
	padding:2px 6px;
	margin:0 3px;
	font-size:80%;
}
.chg-font-off:hover,
.chg-font-on:hover {
	opacity: 0.9;
}
.txt-search-area{
	width:145px;
	border-radius:20px;
	border: 0px;
	padding: 5px;
	font-size:90%;
	margin:0 0 0 3px;
	background-color:#f0f0f0;
	vertical-align: middle;
}
select:focus {
	outline: none;
}
input.txt-search-area[type="text"]:focus {
	outline: none;
}
.btn-language{
	margin:0 3px;
	font-size:90%;
}
.global-menu-area{
	/*line-height:27px;*/
	margin-top: 30px;
	float: left;
	line-height: 45px;
	white-space: nowrap;
	color: #000;
	width: 100%;
}
.global-menu-area a{
	float: left;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #000;
	height: 45px;
	margin:0;
	width: 25%;
	font-size:93%;
	text-decoration:none !important;
	/*border-right:1px solid #fff;*/
	border-left:1px solid #027cc2;
}
.global-menu-area a:hover,
.global-menu-area a.current{
	background: #f0f0f0;
}
.global-menu-area a:last-child{
	padding-right:0px;
	border-right:1px solid #027cc2;
}
.global-menu-area02 {
	text-align: right;
	line-height: 27px;
	white-space: nowrap;
}

/* スマホトグルメニュー */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 10px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 120;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #167ed3;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

/*.top-section-midashi{
	margin:40px 0 30px 0;
}*/
/*h1{
	margin: 1em auto;
	color: #027cc2;
	background:none;
	padding:0;
	text-align:center;
	font-weight:bold;
	font-size:150%;
}*/
h1 {
	margin: 1em auto 1.5em auto;
	border-bottom: 5px #000 solid;
	padding:10px 0px 8px 10px;
	font-weight: bold;
	font-size: 1.8em;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
	position:relative;
	border-bottom:solid 3px #ccc;
}
h1::before {
	content:"";
	position: absolute;
	bottom:-3px; /* ボーダーの幅 */
	left:0;
	width:20%; /* 色違いのボーダーの横幅。お好みで。 */
	height:3px;
	background-color: #147ed2;
}
h1.top {
	margin: 1em 0 0 0;
	color: #147ed2;
	font-weight: bold;
	font-size: 2em;
	text-align: center !important;
	border: none;
}
h1.top::before {
	content:"";
	position: absolute;
	bottom: 0px;
	left:0;
	width: 0px;
	height: 0px;
	background: none;
}
h2 { /* トップページ用 */
	color: #147ed2;
	font-weight: bold;
	font-size: 1.3em;
}
.panel-base{
	padding: 1em;
	z-index:10;
}
.panel-base a{
	border-radius: 10px;
	border: 1px solid #eceff1;
	display: block;
	box-shadow: 0px 0px 10px #c3cdd3;
	-moz-box-shadow: 0px 0px 10px #c3cdd3;
	-webkit-box-shadow: 0px 0px 10px #c3cdd3;
	background: url("../images/bg_top_menu.gif") repeat-x top center;
	text-align: center !important;
	padding-bottom: 1em;
	min-height: 200px;
}
.panel-base a:hover{
	z-index:10;
	opacity:0.9;
}
.panel-base a img {
	padding: 2em;
	margin: 0 auto;
}
/* topの新着情報 */
hr {
	margin: 2em auto;
	border-top: 3px dotted #027cc2;
}
.top_news_title {
	text-align: center;
	color: #027cc2;
}
.top_mainte_title {
	text-align: center;
	color: #00b1c1;
}
.top_news_title strong,
.top_mainte_title strong {
	margin-top: 1em;
	font-size: 1.5em;
	display: block;
}
.top-news-area {
	position: reletive;
}
dl.top-news-area dt{
	float:left !important;
	font-weight:bold;
	padding:15px 0;
	clear:both;
	width: 20%;
	border-top:1px #d4d4d4 dashed;
}
dl.top-news-area dt time{
	padding-right:0px;
}
dl.top-news-area dd{
	border-top:1px #d4d4d4 dashed;
	padding:15px 0;
	width: 80%;
	float:left !important;
}
dl.top-news-area dt:first-child {
	border-top:0px;
}
dl.top-news-area dd:first-of-type {
	border-top:0px;
}
dl.top-news-area dd a {
	text-decoration:none;
	color:#027cc2;
}
dl.top_mainte dd a {
	text-decoration:none;
	color:#00b1c1;
}
dl.top-news-area dd a:hover {
	text-decoration:underline;
}
.btn_list_news {
	margin: 30px auto;
	padding: 8px;
	display: block;
	background: #027cc2;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 65%;
	border-radius: 18px;
	white-space: nowrap;
}
.btn_list_mainte {
	margin: 30px auto;
	padding: 8px;
	display: block;
	background: #00b1c1;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 65%;
	border-radius: 18px;
	white-space: nowrap;
}
.btn_list_news:hover,
.btn_list_mainte:hover {
	opacity: 0.9;
}

/* topお客様 */
.costomer_area01 {
	background:url("../images/bg_personal.jpg") no-repeat top center;
	background-size: cover;
	width: 100%;
}
.costomer_area02 {
	background:url("../images/bg_company.jpg") no-repeat top center;
	background-size: cover;
	width: 100%;
}
.costomer_area_s {
	margin: 2em;
	padding: 1em;
	background: rgba(255,255,255,0.8);
}
.costomer_area_s p {
	margin-top: 1em;
	line-height: 2em;
}
.btn-pagetop {
	display: block;
	background: #147ed2;
	padding-top: 8px;
	width: 40px;
	height: 30px;
	border: 1px solid #FFF;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
#footer,
footer {
	background-color:#147ed2;
	color:#fff;
	font-size: 11px;
}
.footer_menu {
	padding: 30px 0;
	text-align: center;
}
.footer_menu ul {
	margin: 0 auto;
	width: 975px;
	text-align: center;
}
@media print, screen and (max-width: 1100px) {
	.footer_menu ul {
		width: 80%;
	}
}
.footer_menu li {
	float: left;
}
.footer_menu ul li a {
	color:#fff;
}
.footer_menu ul li a:hover {
	color: #d4d3d3;
}
.footer_menu ul li a::before{
	content: "|";
	color:#fff;
	padding-right:10px;
	padding-left:10px;
}
.footer_menu ul li:last-child:after{
	content: "|";
	color:#fff;
	padding-left: 10px;
}
.footer_menu:after {
	content: "";
	clear: both;
	display: block;
}
.footerBtn {
	display: block !important;
	z-index: 100;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
}
@media print, screen and (min-width: 751px) {
	.footerBtn {
		display: none !important;
	}
}
a.footer_box {
	float: left;
	margin: 3% 0% 3% 3%;
	width: 44%;
	display: block;
	/*white-space: nowrap;*/
	padding: 10px 10px 10px 0px;
	border-radius: 10px;
	border: 1px solid #FFF;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background:#147ed2;
	font-size: 1.1em;
}
a.footer_box:hover {
	background:#eef9ff;
	color: #147ed2;
}
a.footer_box i {
	margin: 0 3px;
}
.footer_info {
	text-align: center;
	padding: 0px 0px 60px 0px;
}
.footer_info strong {
	display: block;
	margin-top: 0.5em;
	font-size: 1.3em;
}
.footer_info span {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*スライダー*/
.slider-pro{
	margin: 150px auto 0 auto !important;
	padding:0 !important;
}
.sp-image{
	width:100%;
	user-select:none;
	-webkit-user-select:none;
	-webkit-user-drag: none;
}
.sp-slide:last-child{
	z-index:-100;
}
.sp-buttons{
	display:none;
}
/*ページトップ*/
#page-top{
	position:fixed;
	bottom:10%;
	right:3%;
	z-index:90;
	opacity:0.8;
}
#page-top:hover{
	opacity:1;
}
/* slick-slide */
#slick-slide{
}
#slick-slide div.box {
	border:1px solid #e0e0e0;
	margin:10px 7px;
}
#slick-slide div.box a{
	text-decoration:none;
}
#slick-slide div.box:hover {
	opacity:0.8;
}
#slick-slide div.box img {
	width:100%;
	max-height:160px;
	object-fit: cover;
	margin:0 auto !important;
}
#slick-slide div.box .box-top-img{
	/*
	height:100px;
	display:block;
	*/
}
#slick-slide div.box .box-text a h3{
	padding:5px 10px 0 10px !important;
}
#slick-slide div.box .box-text a h6{
	padding:0 10px 10px 10px !important;
}
#slick-slide div.box p {
	font-weight:bold;
	color:#157dd2;
}
#slick-slide div.box h3 {
	font-weight:bold;
	color:#3f3f3f;
	background:none !important;
	margin:0 0 4px 0 !important;
	font-size:110%;
}
#slick-slide div.box h6 {
	color:#3f3f3f;
	font-size:90%;
	margin:0 !important;
	font-weight:normal !important;
	min-height:6em;
}
.slick-prev::before, .slick-next::before {
	color: #000000;
}
.slick-prev{
	left:-14px !important;
}
.slick-next{
	right:-12px !important;
}
.slick-prev::before{
	content: url("../images/icon_casestudy_prev.jpg") !important;
}
.slick-next::before{
	content: url("../images/icon_casestudy_next.jpg") !important;
}

table th {
	background: #147ed2 !important;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	color: #FFF;
	padding: 10px;
	text-align: center;
	white-space: nowrap;
}
table th:first-child {
	border-left: solid 1px #147ed2;
}
table th:last-child {
	border-right: solid 1px #147ed2;
}
table td {
	border: solid 1px #888;
	padding: 10px;
	vertical-align: top;
}
table td.midashi {
	background:#d4e8f4;
}
table.co th {
	background: #087b31 !important;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	color: #FFF;
	padding: 10px;
	text-align: center;
	white-space: nowrap;
}
table.co th:first-child {
	border-left: solid 1px #087b31;
}
table.co th:last-child {
	border-right: solid 1px #087b31;
}
table.co td {
	border: solid 1px #888;
	padding: 10px;
	vertical-align: top;
}
table.co td.midashi {
	background:#d6f5c5;
}

/*============== ブログ共通 start ===============*/

.archive_pulldown{
	text-align:right;
	margin:15px 0;
}
.archive_pulldown select{
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	border:none;
	font-weight:bold;
	padding:10px 100px 10px 15px;
	/*background:#f0f0f0;*/
	background-color: rgba( 204, 255, 204, 0 );
	font-size:110%;
	border-radius:10px !important;
	border: 5px solid #147ed2;
	z-index:100;
}
.archive_pulldown select option{
	color: #000000 !important;
	border:1px solid;
	z-index:100;
	background-color: rgba( 204, 255, 204, 0 );
}
.archive_pulldown label{
	position: relative;
	display: inline-block;
}
.archive_pulldown ::-ms-expand {
	display: none;
}
.archive_pulldown label::before {
	content: "";
	position: absolute;
	top: 45%;
	right: 20px;
	display: block;
	margin: -2px 0 0 0;
	border: 5px solid transparent;
	border-top: 7px solid #147ed2;
}
/* main領域 */
#main{
	/*margin: 150px auto 0 auto !important;
	padding:0 !important;*/
	/*margin-top:74px;*/
	margin-top: 150px;
}
.con_mgn {
	margin-top:74px;
}
.pankuzu{
	width:100%;
	padding: 10px 0px 0px 15px;
}
.pankuzu a{
	color:#157dd2;
	text-decoration:underline;
}
.pankuzu a:hover {
	text-decoration:none;
}
/* 編集エリア start */
#content-area{
	padding: 0px 3em 30px 3em;
	/*padding: 0px 15px 30px 15px;*/
	margin-bottom: 5em;
	width:100%;
	/*border:1px solid;*/
}
#content-area hr {
	margin: 2em auto 2em -2em;
	border-top: 3px dotted #027cc2;
}
#main h2 {
	text-indent:-2em;
	/*border-left: 8px solid #147ed2;*/
	font-size:1.4em;
	padding: 0px 8px;
	font-weight:bold;
	margin: 3em 0 1em 0;
}
#main h2::before{
	content: "";
	border-left: 8px solid #147ed2;
	color:#147ed4;
	font-weight:bold;
	padding:0 3px 0 0;
	margin-right:0;
	line-height:1.8;
	text-decoration: none !important;
}
#main h2:first-child {
	margin: 0 0 1em 0;
}
#main h2.co {
	color: #087b31;
}
#main h2.co::before{
	border-left: 8px solid #087b31;
	color:#087b31;
	font-weight:bold;
}
#content-area h3{
	text-indent:-1.5em;
	color: #000;
	font-weight: bold;
	font-size: 1.3em;
}
#content-area h4 {
	text-indent:-1em;
	color: #147ed2;
	font-weight: bold;
	font-size: 1.2em;
}
#content-area img{
	height:auto;
	margin:5px auto;
	max-width: 100%;
}
#content-area ul li a{
	color:#000 !important;
	text-decoration:none;
}
#content-area ul li a:hover {
	color:#147ed4 !important;
}
#content-area a{
	color:#2d2d8a;
	text-decoration:underline;
}
#content-area a:hover {
	text-decoration:none;
}
#content-area ul{
	margin-top: 1em;
}
#content-area ul li{
	border-bottom:1px solid #e9e7e8;
	padding:5px 0 2px 0;
}
#content-area ul li::before{
	content: "■";
	color:#147ed4;
	font-weight:bold;
	padding:0 3px;
	margin-right:0;
	line-height:1.8;
	text-decoration: none !important;
}
#content-area ol{
	counter-reset:number;
	list-style:none;
	padding:0;
	position:relative;
}
#content-area ol li{
	font-size:100%;
	position: relative;
	text-indent: -2.8em;
	left: 2.5em;
	max-width: 90%;
	margin-bottom:15px;
}
#content-area ol li::before{
	background-color: #147ed2;
	counter-increment: number;
	content: counter(number);
	color:#fff;
	padding:0 10px;
	margin-right:10px;
	font-weight:bold;
	font-size:120%;
	line-height:1.8;
}
#content-area ol.blue li::before{
	background-color:#147ed2;
}
#content-area table.tbl_short {
	/*width:100%;*/
	min-width: 50%;
}
#content-area table tr.tbl_short {
	/*border-bottom:1px solid #e9e7e8;*/
}
#content-area table.tbl_short tr th{
	background:#d4e8f4 !important;
	text-align: left !important;
	color: #000 !important;
	padding:5px 10px;
	border:1px solid #c0bebe !important;
	/*white-space: nowrap;*/
	width: 45%;
}
/*#content-area table tr th a{
	color:#fff;
}*/
#content-area table.tbl_short tr td{
	padding:5px 10px;
	word-break: break-all;
	border:1px solid #c0bebe !important;
	width: 55%;
}
#content-area table.tbl_no_border tr th,
#content-area table.tbl_no_border tr td{
	padding:5px 10px;
	word-break: break-all;
	border:none;
}
#content-area table tr td ul li{
	border-bottom:none !important;
}
#content-area table.tbl-contact {
	width: 940px;
}
#content-area table.tbl-contact tr th{
	text-align:left !important;
	font-weight:bold;
	width: 300px;
	white-space: pre-wrap !important;
	background: #e3f3ff !important;
	color: #147ed2 !important;
	border: 1px solid #888888;
}
#content-area table.tbl-contact tr td{
	width: 640px;
}
#content-area .no_border_top {
	border-top: none !important;
}
#content-area table.tbl-contact tr th span{
	color:red;
	font-size:90%;
	border:2px solid red;
	padding:0 5px;
	background:#fff;
	border-radius:8px;
	margin-left:5px;
}
#content-area table.tbl-contact tr td input[type=text]{
	padding:5px;
	margin:5px 0;
}
#content-area table.tbl-contact tr td input[type=text].large{
	width:90%;
}
#content-area table.tbl-contact tr td input[type=text].mid-large{
	max-width:400px;
}
#content-area table.tbl-contact tr td input[type=text].middle{
	width:200px;
}
#content-area table.tbl-contact tr td input[type=text].small{
	width:70px;
}
#content-area textarea.contact-text-big{
	width:100%;
	white-space:pre-wrap;
}
#content-area .checkbox-input{
	display: none;
}
#content-area .checkbox-parts{
	padding-left: 25px;
	position:relative;
	display:inline-block;
	margin:5px 0;
}
#content-area .checkbox-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	border-radius: 4px;
}
#content-area .checkbox-input:checked + .checkbox-parts::after{
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 6px;
	width: 9px;
	height: 17px;
	transform: rotate(40deg);
	border-bottom: 3px solid #157dd2;
	border-right: 3px solid #157dd2;
}
#content-area .contact-submit{
	padding:10px 0;
	max-width:300px;
	background: #FF5C42;
	color:#fff;
	display:block;
	margin:10px auto;
	text-align:center;
	text-decoration:none;
}
#content-area .contact-submit:hover{
	opacity:0.8;
}
#content-area .bg-gray{
	background:gray !important;
}
#content-area .error_message{
	color:red;
	display:block;
	background-color:#eff9fb;
	padding:10px;
	font-weight:bold !important;
	
}


#content-area .product-info-area{
	border:1px solid #000;
	padding:10px;
	margin:10px 0;
}
#content-area .product-info-area h6{
	font-size:110%;
	font-weight:bold;
	padding-bottom:10px;
}
#content-area .product-info-area p{
	padding-bottom:10px;
}
#content-area .product-info{
	color:#fff;
	background:#16a1b4;
	padding:8px 22px 8px 8px !important;
	border: 1px solid;
	cursor:pointer;
	margin-bottom:2px;
	font-size:110%;
	background-image:url(/common/images/plus.png);
	background-repeat:no-repeat;
	background-position:98% 50%;
	background-size:20px 20px;
	font-weight:bold;
}
#content-area .product-info-txt{
	padding:8px 20px;
	margin-bottom:30px;
	display:none;
}
#content-area p {
	line-height: 2em;
}
/*table.tbl_scroll th {
	background: #147ed2 !important;
	border: solid 1px #FFF !important;
	color: #FFF;
	padding: 10px;
	text-align: center;
	white-space: nowrap;
}
table.tbl_scroll td {
	border: solid 1px #ccc !important;
	padding: 10px;
	vertical-align: top;
}
table.tbl_scroll td.midashi {
	background:#d4e8f4;
}*/
.w5per {
	width: 5%;
}
.w10per {
	width: 10%;
}
.w15per {
	width: 15%;
}
.w20per {
	width: 20%;
}
.w25per {
	width: 25%;
}
.w30per {
	width: 30%;
}
.w35per {
	width: 35%;
}
.w40per {
	width: 40%;
}
.w45per {
	width: 45%;
}
.w50per {
	width: 50%;
}
/* incl add */
.header_area {
	margin: 30px 0 0 0;
	width: 100%;
}
.header_txt {
	width: 60%;
	height: 43px;
	position: relative;
	font-size: 13px;
	margin: 0 0 0 20px;
	float: left;
	word-break: break-all;
}

.header_txt strong{
	position: absolute;
	bottom: 0;
}

/* 970px～1040px */
@media screen and (min-width:970px) and (max-width: 1040px) {
	.header_txt {
		font-size: 0.78em;
	}
}

/* 751px～969px */
@media screen and (min-width:751px) and (max-width: 969px) {
	.header_txt {
		width: 46%;
		font-size: 0.78em;
	}
}

.br_kaigyo {
	display: none;
}
/* 751px～1040px */
@media screen and (min-width:751px) and (max-width: 1040px) {
	.br_kaigyo {
		display: block;
	}
}
@media screen and (min-width:751px) and (max-width: 860px) {
	.br_kaigyo {
		display: none;
	}
}
.f_left {
	float: left;
}
.global-navi-area{
	font-size: 14px;
	float: right;
	text-align:right;
	line-height:27px;
	width: 265px;
	text-align: right;
}
.global-navi-area:after{
	content: "";
	clear: both;
	display: block;
}
.global-navi-area a{
	color:#157dd2;
	text-decoration:none !important;
}
.global-navi-area .submit{
	background-color:#fff;
	padding:1px 0px 0 8px;
	position:relative;
	top: 2px;
	border: 0px;
	font-size: 1.5em;
	color: #027cc2;
	cursor: pointer;
}
.color_blue {
	color: #027cc2;
}
.title_customer {
	margin-left: 0.5em;
	color: #027cc2;
	font-size: 1.2em;
	font-weight: bold;
}
a.btn_detail {
	margin: 1em auto;
	padding: 5px;
	font-weight: bold;
	width: 50%;
	text-align: center;
	color: #FFF;
	display: block;
	background: #027cc2 url("../images/bg_btn_detail.png") no-repeat right bottom;
}
a.btn_detail:hover {
	opacity: 0.8;
}

/* オレンジ色のボタン */
a.btn_link {
	margin: 1em auto;
	padding: 10px;
	font-weight: bold;
	font-size: 1.3em;
	width: 50%;
	border-radius: 8px;
	text-align: center;
	color: #FFF !important;
	text-decoration: none !important;
	display: block;
	background: #FF5C42;
}
a.btn_link:hover {
	opacity: 0.8;
	background: #eb300b;
}
a.btn_link::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35a"; /* 右矢印 */
	margin-right: 10px;
	text-decoration: none !important;
}
/* 先頭に青い三角 */
a.txt_link {
	margin: 1em auto;
	line-height: 1em;
}
a.txt_link::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	color: #147ed2;
	display: inline-block;
	width: 15px;
	font-size: 19px;
	line-height: 27px;
	height: 20px;
	overflow-y: hidden;
	text-decoration: none;
}
/* 後ろに別ウィンドウのアイコン */
#content-area a[target$="_blank"]:after {
	margin-left: 3px;
	font-family: "Font Awesome 5 Free";
	content:"\f35d";
	font-weight: 600;
	color: #aaa;
	display: inline-block;
	font-size: 15px;
	line-height: 35px;
	height: 25px;
	overflow-y: hidden;
	text-decoration: none;
}
/* 後ろに別ウィンドウのアイコン（オレンジのボタン内） */
#content-area a.btn_link[target$="_blank"]:after {
	color: #FFF;
}
/* 後ろにPDFのアイコン */
#content-area a[href$=".pdf"]:after {
	margin-left: 2px;
	font-family: "Font Awesome 5 Free";
	content:"\f1c1";
	color: #dd1d00;
	display: inline-block;
	font-size: 21px;
	height: 25px;
	line-height: 30px;
	overflow-y: hidden;
	text-decoration: none;
}
/* ページ内リンク */
#content-area a[href^=#] {
	padding-top: 200px;
	margin-top: 200px;
}
.number {
	margin: 1em auto;
	padding: 10px;
	font-weight: bold;
	font-size: 1.5em;
	width: 30%;
	border-radius: 8px;
	text-align: center;
	color: #000 !important;
	display: block;
	border: 5px solid #FF5C42;
}
.number span {
	font-size: 0.7em;
}
.txt_answer {
	font-size: 1.3em;
}
.txt_a {
	font-size: 1.4em;
	color: #FF5C42;
	font-weight: bold;
}
.txt_middle {
	vertical-align: middle !important;
}
/* 固定ボタン「よくある質問」と「新規申込み受付中 */
.fix_area01 {
	position: fixed;
	top: 200px;
	right: -10px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index:10;
	white-space: nowrap;
}
.fix_area02 {
	position: fixed;
	top: 415px;
	right: -10px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index:10;
	white-space: nowrap;
}
a.footer_box_fix {
	display: block;
	width: 80%;
	padding: 10px 20px 10px 10px;
	border-radius: 10px;
	border: 1px solid #FFF;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background:#147ed2;
	font-size: 1.2em;
}
.fix_area01:hover,
.fix_area02:hover {
	right: -5px;
}
a.footer_box_fix i {
	margin: 10px 0;
}
@media all and (-ms-high-contrast: none){
	.fix_area01 i,
	.fix_area02 i {
		margin: 20px 5px 5px 0px !important;
		transform: rotate(-90deg);
	}
}
.f_note {
	color: #FF0000;
}
.area_left_right {
	width: 100%;
}
.area_left_right .area_left {
	float: left;
	width: 50%;
}
.area_left_right .area_right {
	margin-left: 5%;
	width: 45%;
	float: right;
}
.area_left_right:after {
	content: "";
	clear: both;
	display: block;
}
.visiblenone {
	display: none;
}
.visibleBlock {
	display: block;
	display: visible;
	background: red;
}
.img_bottom {
	vertical-align: bottom;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
/*============== スマホレイアウト start ===============*/
@media screen and (max-width: 750px) {
	/* main領域 */
	html {
		overflow-y: auto;
	}
	p{
	}
	#main{
		/*margin-top:45px;*/
		/*margin-top: 56px !important;*/
		margin-top: 56px;
	}
	#content-area{
		padding: 0px 2em 30px 2em;
		width:100%;
	}
	#main h2 {
		text-indent:-1em;
	}
	.con_mgn {
		margin-top:45px;
	}
	header{
		background:rgba(255,255,255,1);
	}
	.slider-pro{
		margin-top: 56px !important;
	}
	#mobile-nav {
		position: absolute;
		/*top: -512px;*/
		top: -500px;
		left:0;
		width: 100%;
		text-align: center;
		padding: 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		background:#fff;
	}
	#mobile-nav ul#nav li{
		border-bottom:1px solid #027cc2;
	}
	#mobile-nav ul#nav li::before{
		content:none !important;
	}
	#mobile-nav ul#nav li a{
		display:block;
		color:#000;
		padding: 15px 35px;
		font-weight:bold;
		text-align:left;
		text-decoration:none !important;
		background: url("../images/icon_menu_m.png") no-repeat 15px center;
	}
	#mobile-nav ul#nav li a:hover,
	#mobile-nav ul#nav li a.current {
		background: #f0f0f0 url("../images/icon_menu_m.png") no-repeat 15px center;
	}
	#mobile-nav ul#nav li.mobile_search{
		display:block;
		padding: 10px 0 15px 0;
		font-weight:bold;
		font-size:100%;
		text-align:center;
		padding-left:20px;
		background-color:#027cc2;
	}
	.txt-search-area{
		width: 60%;
		border-radius: 20px;
		padding:6px 15px;
		background-position:100% 50%;
	}
	.mobile_search .submit{
		position:relative;
		top: 5px;
		background: #027cc2;
		color:#fff;
		padding: 2px 0px 0 8px;
		border: 0px;
		font-size: 1.5em;
		cursor: pointer;
	}
	#nav-toggle {
		display: block;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	.open #mobile-nav {
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
	.top_news_title strong,
	.top_mainte_title strong {
		margin-top: 0em;
		font-size: 1em;
		display: block;
	}
	dl.top-news-area dt{
		width: 100% !important;
		display: block !important;
	}
	dl.top-news-area dd{
		width: 100% !important;
		display: block !important;
		border-top:0px;
		padding-top: 0;
	}
	footer{
		padding:8px 0;
	}
	footer span{
		padding-bottom:6px;
	}
	footer span a{
		line-height:20px;
		font-size:80%;
		font-weight:bold;
	}
	/*table.archive-seminar-area-top th{
		font-size: 100%;
		width:auto;
	}*/
	/* slick-slide */
	#slick-slide div.box img {
		max-height:120px;
	}
	#slick-slide div.box h3 {
		line-height:1.2;
	}
	#slick-slide div.box h6 {
		font-size:90%;
		line-height:1.2;
	}
	.slick-prev{
		left:-10px !important;
	}
	.slick-next{
		right:-10px !important;
	}
	.slick-prev::before{
		content: url("../images/icon_casestudy_prev.jpg") !important;
	}
	.slick-next::before{
		content: url("../images/icon_casestudy_next.jpg") !important;
	}
	.mobile-bottom-toiawase{
		display:block;
		background:#89bee9;
		color:#fff;
		font-weight:bold;
		text-align:center;
		padding:10px 0;
		font-size:130%;
		letter-spacing:2px;
	}
	.number {
		width: 80%;
	}
	.area_left_right {
		float: none;
		width: 100%;
	}
	.area_left_right .area_left {
		float: none;
		width: 95% !important;
	}
	.area_left_right .area_right {
		float: none;
		width: 95% !important;
		margin-left: 0;
	}
	.area_left_right:after {
		content: "";
		clear: both;
		display: block;
	}
	a.btn_link {
		width: 96%;
	}
	
	/*============== ブログ共通 start ===============*/
	.page-title{
		font-size:100% !important;
		padding:10px;
	}
	h1{
		font-size:120% !important;
	}
	/* 編集エリア start */
	h2{
		font-size:110% !important;
	}
	h3{
		font-size:110% !important;
		padding:10px 5px;
	}
	h4{
		font-size:110% !important;
	}
	h5{
		font-size:110% !important;
	}
	.panel-base a{
		min-height: 175px;
	}
	.panel-base a img {
		padding: 2em 0 0.5em 0;
	}
	#content-area{
		margin-bottom: 1em;
	}
	#content-area p {
		line-height: 1.5em;
	}
	#content-area table.tbl_short tr th{
		/*border-left:none;
		border-bottom:1px solid #fff;*/
	}
	#content-area table.tbl_short{
		width: 100%;
	}
	#content-area table.tbl_short tr th,
	#content-area table.tbl_short tr td{
		display:block;
		width: 100%;
	}
	#content-area table.tbl_short tr:last-child {
		border-bottom: none;
	}
	#content-area table.tbl_short tr td {
		border-top: none;
	}
	div.scroll {
		overflow-x: auto !important;
	}
	table.tbl_scroll {
		overflow-x: auto !important;
		min-width: 750px !important;
		margin: 0 10px 0px !important;
	}
	#content-area .product-info{
		font-size:100%;
		padding: 8px;
	}
	/* フォーム用問い合わせ */
	#content-area .form-toiawase-left{
		float:none;
		width:100%;
	}
	#content-area .form-toiawase-right{
		float:none;
		width:100%;
		margin-top:20px;
	}
	#content-area .product-info-area h6{
		font-size:100%;
	}
	.img_sp {
		width: 100px !important;
	}
}
@media screen and (max-width: 940px) {
	#content-area table.tbl-contact {
		width:100%;
	}
	#content-area table.tbl-contact tr th{
		/*background: #e3f3ff !important;*/
		background: #FFF !important;
		margin-top: 1em;
		border: none !important;
		color: #147ed2;
		width:100% !important;
		display:block !important;
		/*border-top: solid 1px #147ed2;
		border-left: solid 1px #147ed2;
		border-right: solid 1px #147ed2;
		display:block !important;
		background: #FFF;*/
	}
	#content-area table.tbl-contact tr td{
		display:block !important;
		width:100% !important;
		border: none !important;
		margin: 0px auto 1em 2em !important;
		padding: 0px !important;
	}
	#content-area table.tbl-contact tr td input[type=text].large{
		width:100%;
	}
	/* 編集エリア end */
	/*============== ブログ共通 end ===============*/
}
/*============== スマホレイアウト end ===============*/
@media print{
	.avoid{
		page-break-inside: avoid !important;
	}
	header, footer, #footer{
		display:none;
	}
	#main{
		margin-top:0;
	}
	.casestudy_box{
		page-break-inside: avoid !important;
	}
	.row{
		/*display:block;*/
	}
	#slick-slide{
		page-break-inside: avoid !important;
	}
	#content-area .product-info-area{
		page-break-inside: avoid !important;
	}
}
/* fontAwesome */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }
.fa-question-circle:before {
  content: "\f059"; }
.fa-arrow-circle-right:before {
  content: "\f0a9"; }
.fa-file-alt:before {
  content: "\f15c"; }
