/* 画像ボーダーなし、下揃え */
img {
	border: 0px;
	max-width: 100%;
}

figure {
	margin: 0;
}

/* 文字の縦位置 */
/* .m{
	vertical-align : middle;
	}
.vm{
	vertical-align : middle;
	} */

/* commonに移動 */
/* .mt0{margin-top : 0px !important;}
.mt10{margin-top : 10px !important;}
.mt20{margin-top : 20px !important;}
.mt30{margin-top : 30px !important;}
.mt50{margin-top : 50px !important;}
.mt70{margin-top : 70px !important;}
.mb0{margin-bottom : 0px !important;}
.mb10{margin-bottom : 10px !important;}
.mb20{margin-bottom : 20px !important;}
.mb30{margin-bottom : 30px !important;}
.mb50{margin-bottom : 50px !important;}
.mb70{margin-bottom : 70px !important;} */

/* リンク */
a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a:active {
	color: #fff;
	text-decoration: none;
}

a:focus {
	outline: none;
}



.hover a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";
	/* ie 8 */
	-moz-opacity: 0.7;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;
	/* Safari 1.x */
	zoom: 1;
}

/* フロート類 */
/* .fl{
	float : left;
	margin-right : 40px;
	}
.fr{
	float : right;
	margin-left : 40px;
	}
.cr{
	clear : both;
	}
.crr{
	clear : right;
	}
	 */
.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clear {
	min-height: 1px;
}

* html .clear {
	height: 1px;
	/*\*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}

/* センター */
/* .ce{
	text-align : center;
	}
.rr{
	text-align : right;
	}
.ll{
	text-align : left;
	} */
/* P　マージンなし */
p {
	margin: 0 auto;
}

sup {
	vertical-align: baseline;
	position: relative;
	top: -2px
}

/* .f10{font-size : 10px; line-height : 1.5;}
.f12{font-size : 12px;}
.f14{font-size : 14px;}
.f16{font-size : 16px;}
.f18{font-size : 18px;}
.f20{font-size : 20px;}
.f26{font-size : 26px;}
.f30{font-size : 30px;}
.f40{font-size : 40px;} */

.ind {
	text-indent: -1em;
	margin-left: 1em;
}

.ind2 {
	text-indent: -2em;
	margin-left: 2em;
}

.bold {
	font-weight: bold;
}

/* .blue {color: #0063af;}
.green {color: #1fb48d;}
.red {color: #cc0000;}
.deep_blue{color: #07418e;} */

form {
	margin: 0;
}

textarea {
	font-size: 14px;
}

table {
	font-size: 1em;
	line-height: 1.5;
}

.nowrap {
	white-space: nowrap;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ボディ全体 */
body {
	margin: 0 auto;
	padding: 0;
	/* text-align : center; */
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	min-width: 1200px;
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}

/* ヘッダ */
#head {
	background: #07418e url('../images/common/head_bg.webp') repeat-x;
	padding: 30px 0;
	color: #fff;
}

#head .wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#head .wrapper h1 {
	float: left;
	width: 350px;
	margin: 0;
	padding: 0;
}

#head .wrapper .s_logo {
	float: left;
	margin: 15px 0 0 200px;
	padding: 0;
}

#head .wrapper #head_search {
	float: right;
	text-align: right;
}

#head .wrapper #head_search ul {
	margin: 10px 0 5px 0;
}

#head .wrapper #head_search li {
	background: url('../images/common/h_arrow.webp') no-repeat center left;
	float: right;
	padding: 0 0 0 13px;
	margin: 0 0 0 20px;
	font-size: 10px;
	color: #09428f;
}

#head .wrapper #head_search li a {
	color: #09428f;
}

#head .wrapper #head_search .form {
	position: relative;
	background: url('../images/common/google.webp') no-repeat center right;
	padding: 0 50px 0 0;
	margin: 0 0 5px 0;
}

#head .wrapper #head_search .form .search_ico {
	position: absolute;
	top: 5px;
	left: -20px;
}

#head .wrapper #times_banner {
	float: right;
	text-align: right;
	margin: 0 35px 0 0;
}

#head .wrapper #times_banner:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#head .wrapper .main {
	width: 1000px;
	background: url('../images/index/main.webp') no-repeat left 20px;
	position: relative;
	height: 350px;
	margin: 20px 0 0 0;
}

#head .wrapper .main .text {
	position: absolute;
	left: 510px;
	top: 165px;
	line-height: 2;
	font-size: 16px;
}

#head .wrapper .main .btn {
	position: absolute;
	left: 790px;
	top: 45px;
}

/* #head .wrapper ul#navi{
	display: flex;
	justify-content: center;
	width: 100%;
	}
#head .wrapper ul#navi li{
	margin: 10px;
	} */

/* .warning {
	margin: 1em 0;
	padding: 0 2em 1em;
	box-sizing: border-box;
	border: 3px solid #C00;
	background: rgba(255,255,255,1);
}
.warning h2 {
	color: #004ea1;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #CCC;
}
.warning p {
	color: #333;
} */


/*************************
liScroll styles
*************************/
/* .tickercontainer{
	float : right;
	background: #fff; 
	width: 500px; 
	height: 27px; 
	margin: 0; 
	padding: 0;
	overflow: hidden;
	color : #000;
	border-radius : 3px;
	-webkit-border-radius : 3px;
	}
.tickercontainer .mask{
	position: relative;
	left: 3px;
	top: 4px;
	width: 645px;
	overflow: hidden;
	} */
/* ul.newsticker {
	position: relative;
	left: 645px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
ul.newsticker li{
	float: left;
	margin: 0 50px 0 0;
	padding: 0;
	}
ul.newsticker span {
	margin: 0 10px 0 0;
	font-weight : bold;
	}  */


/* コンテンツ */
#content {
	padding: 80px 0;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

/* #content h2{
	font-size : 24px;
	margin : 0 0 30px 0;
	border-bottom : solid 2px #000;
	} */


/* .link_gmbh {
	position: absolute;
	right: 70px;
	bottom: 0;
	display: inline-block;
}
.link_gmbh a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em 1em;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	border-radius: 5px;
	background: #09428F;
}
.link_gmbh a:hover {
	opacity: 0.8;
} */

/* カタログ */

/* #catalogue{
	} */
/* #catalogue .wrapper{
	display : block;
	padding : 0 0 100px 0;
	width : 1000px;
	margin : 0 auto;
	}
#catalogue h2{
	background : url('../images/common/catalogue_title_bg.webp') repeat-x top left;
	margin : 0;
	cursor : pointer;
	}
#catalogue h2 span{
	display : block;
	width : 1000px;
	background : url('../images/common/catalogue_arrow.webp') no-repeat right;
	margin : 0 auto;
	}
#catalogue h2.active span{
	width : 1000px;
	background : url('../images/common/catalogue_arrow2.webp') no-repeat right;
	margin : 0 auto;
	}
#catalogue .list{
	width : 941px;
	margin : 60px auto 30px;
	text-align : left;
	}
#catalogue .list .sub_box{
	float : right;
	margin : 20px 0 0 0;
	}
#catalogue .list .sub_box a{
	color : #09428f;
	}
#catalogue .list ul{
	margin : 20px 0 0 0;
	}
#catalogue .list li{
	float : left;
	margin : 0 30px 0 0;
	border-right : dotted 1px #ccc;
	padding : 0 20px 0 0;
	font-size : 12px;
	}
#catalogue .list li.last{
	border : none;
	}
#catalogue .btn{
	margin : 100px 0 0 0;
	}


#catalogue .list li ul{
	margin : 0;
	}
#catalogue .list li li{
	float : none;
	margin : 0 0 0 18px;
	padding : 0;
	border : none;
	list-style : disc;
	} */


/* フッター */

#foot {
	background: #07418e url('../images/common/foot_bg.webp') repeat-x top left;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	color: #fff;
	font-size: 12px;
}

#foot h2 {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: solid 2px #fff;
	font-size: 2em;
	text-align: center;
}

#foot .wrapper {
	width: 1000px;
	padding: 45px 0 0 0;
	margin: 0 auto;
	/* text-align : left; */
}

#foot .wrapper .office_left {
	width: 500px;
	float: left;
}

#foot .wrapper .office_right {
	width: 500px;
	float: left;
}

#foot .wrapper .office_left ul,
#foot .wrapper .office_right ul {
	margin: 0 0 30px 0;
}

#foot .wrapper .office_left ul li,
#foot .wrapper .office_right ul li {
	margin: 0 0 10px 0;
}

#foot .wrapper .office_left h3,
#foot .wrapper .office_right h3 {
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 10px 0;
}

#foot .wrapper .office_left h4,
#foot .wrapper .office_right h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

#foot .wrapper .office_left2 {
	width: 820px;
	float: left;
}

#foot .wrapper .office_right2 {
	width: 180px;
	float: left;
}

#foot .wrapper .office_left2 h3,
#foot .wrapper .office_right2 h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 20px 0;
	text-align: center;
}

#foot .wrapper .office_left2 li {
	width: 250px;
	float: left;
}

#foot .wrapper .office_left2 li,
#foot .wrapper .office_right2 li {
	margin: 0 0 5px 0;
}

#foot .wrapper ul#foot_navi {
	margin: 0 0 10px 0;
}

#foot .wrapper ul#foot_navi li {
	padding: 0 0 0 15px;
	margin: 0 30px 0 0;
	float: left;
	background: url('../images/common/f_arrow.webp') no-repeat center left;
}

#foot .wrapper .logo {
	text-align: right;
	margin: 0 0 30px 0;
}

#foot #copy {
	border-top: solid 2px #fff;
	padding: 5px 0 0 0;
	text-align: right;
}

#foot #copy p {
	width: 1000px;
	margin: 0 auto;
}




/*** index.html ***/
.product_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product_list li {
	display: block;
	width: 48%;
	aspect-ratio: 1 / 1;
	background: #ccc;
}

.product_list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.product_list li a img {
	width: 100%;
}

.product_list li a:hover img {
	filter: contrast(1.2);
}

.contact_area {
	display: block;
	margin-top: 40px;
	width: 100%;
	text-align: center;
}

.contact_area img {
	width: 100%;
	max-width: 480px;
}

.contact_area li a:hover img {
	filter: brightness(1.3);
}

/* 診断 */

/* #diagnostic{
	}
#diagnostic h2{
	background : url('../images/index/diagnostic_title_bg.webp') repeat-x top left;
	margin : 0;
	} */



/* 製品一覧 */

/* #products{
	}
#products h2{
	background : url('../images/index/products_title_bg.webp') repeat-x top left;
	margin : 0;
	}
#products .products{
	position: relative;
	border-top : solid 4px #7d95b5;
	} */

/* 工事中 */
/* #products .products.coming {
	pointer-events: none;
	overflow: hidden;
}
#products .products.coming::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
#products .products.coming::after {
	content: '建设中';
	position: absolute;
	bottom: 25%;
	left: 15%;
	z-index: 2;
	display: inline-block;
	width: 120%;
	padding: 0.25em 1em;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	background: #e8374a;
	transform: rotate(-15deg);
}

#products .products .open_btn{
	display: block;
	border-bottom : solid 3px #7d95b5;
	}
#products .products .open_btn .catalogue{
	width : 1000px;
	margin : 0 auto;
	text-align : right;
	padding : 43px 0 0 0;
	}

#products .catalogue div.icon {
	width:740px;
	height:80px;
	position:relative;
	float:left;
	margin-left:200px;
	}
#products .catalogue div.icon.txHide, #products .catalogue div.outsideLink.txHide {
	display: none;
	}
#products .catalogue a.pophover:hover > img {
	position: relative;
	z-index: 1000;
	opacity: 1;
	box-sizing: border-box;
	border: 1px solid #004da0;
	box-shadow: 3px 3px 3px #333;
	transform: scale(2);
	transition: transform 0.2s ease-out;
} */


/* .active{
		background: #61c1e6;
		background: -moz-linear-gradient(top,  #61c1e6 0%, #33aede 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61c1e6), color-stop(100%,#33aede));
		background: -webkit-linear-gradient(top,  #61c1e6 0%,#33aede 100%);
		background: -o-linear-gradient(top,  #61c1e6 0%,#33aede 100%);
		background: -ms-linear-gradient(top,  #61c1e6 0%,#33aede 100%);
		background: linear-gradient(to bottom,  #61c1e6 0%,#33aede 100%);
		}
#products .products .tgr1{
	background : url('../images/index/products1.webp') no-repeat top center;
	height : 125px;
	margin : 0 auto;
	}
#products .products .tgr2{
	background : url('../images/index/products2.webp') no-repeat top center;
	height : 125px;
	margin : 0 auto;
	}
#products .products .tgr3{
	background : url('../images/index/products3.webp') no-repeat top center;
	height : 125px;
	margin : 0 auto;
	}
#products .products .tgr4{
	background : url('../images/index/products4.webp') no-repeat top center;
	height : 125px;
	margin : 0 auto;
	}
#products .products .tgr5{
	background : url('../images/index/products5.webp') no-repeat top center;
	height : 125px;
	margin : 0 auto;
	}
#products .products .tgr6{
	background : url('../images/index/products6.webp') no-repeat top center;
	height : 125px;
	margin : 0 auto;
	}
#products .products .tgr1.active{
	background: url('../images/index/products1_active.webp'),-moz-linear-gradient(top,  #fdfdfe 0%, #b1c0d3 100%);
	background: url('../images/index/products1_active.webp'),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfe), color-stop(100%,#b1c0d3));
	background: url('../images/index/products1_active.webp'),-webkit-linear-gradient(top,  #fdfdfe 0%,#b1c0d3 100%);
	background: url('../images/index/products1_active.webp'),-o-linear-gradient(top,  #fdfdfe 0%,#b1c0d3 100%);
	background: url('../images/index/products1_active.webp'),-ms-linear-gradient(top,  #fdfdfe 0%,#b1c0d3 100%);
	background: url('../images/index/products1_active.webp'),linear-gradient(to bottom,  #fdfdfe 0%,#b1c0d3 100%);
	background-repeat : no-repeat;
	background-position : top center;
	}
#products .products .tgr2.active{
	background: url('../images/index/products2_active.webp'),-moz-linear-gradient(top,  #fdfdfe 0%, #b1c0d3 100%);
	background: url('../images/index/products2_active.webp'),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfe), color-stop(100%,#b1c0d3));
	background: url('../images/index/products2_active.webp'),-webkit-linear-gradient(top,  #fdfdfe 0%,#b1c0d3 100%);
	background: url('../images/index/products2_active.webp'),-o-linear-gradient(top,  #fdfdfe 0%,#b1c0d3 100%);
	background: url('../images/index/products2_active.webp'),-ms-linear-gradient(top,  #fdfdfe 0%,#b1c0d3 100%);
	background: url('../images/index/products2_active.webp'),linear-gradient(to bottom,  #fdfdfe 0%,#b1c0d3 100%);
	background-repeat : no-repeat;
	background-position : top center;
	}
#products .products .tgr3.active{
	background: url('../images/index/products3_active.webp'),-moz-linear-gradient(top,  #fdfdfe 0%, #b1c0d3 100%);
	background: url('../images/index/products3_active.webp'),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfe), color-stop(100%,#b1c0d3));
	background: url('../images/index/products3_active.webp'),-webkit-linear-gradient(top,  #fdfdfe 0%,#b1c0d3 100%);
	background: url('../images/index/products3_active.webp'),-o-linear-gradient(top,  #fdfdfe 0%,#b1c0d3 100%);
	background: url('../images/index/products3_active.webp'),-ms-linear-gradient(top,  #fdfdfe 0%,#b1c0d3 100%);
	background: url('../images/index/products3_active.webp'),linear-gradient(to bottom,  #fdfdfe 0%,#b1c0d3 100%);
	background-repeat : no-repeat;
	background-position : top center;
	}
#products .products .tgr4.active{
	background: url('../images/index/products4_active.webp'),-moz-linear-gradient(top,  #fdfdfe 0%, #b1c0d3 100%);
	background: url('../images/index/products4_active.webp'),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfe), color-stop(100%,#b1c0d3));
	background: url('../images/index/products4_active.webp'),-webkit-linear-gradient(top,  #fdfdfe 0%,#b1c0d3 100%);
	background: url('../images/index/products4_active.webp'),-o-linear-gradient(top,  #fdfdfe 0%,#b1c0d3 100%);
	background: url('../images/index/products4_active.webp'),-ms-linear-gradient(top,  #fdfdfe 0%,#b1c0d3 100%);
	background: url('../images/index/products4_active.webp'),linear-gradient(to bottom,  #fdfdfe 0%,#b1c0d3 100%);
	background-repeat : no-repeat;
	background-position : top center;
	}
#products .products .tgr5.active{
	background: url('../images/index/products5_active.webp'),-moz-linear-gradient(top,  #fdfdfe 0%, #b1c0d3 100%);
	background: url('../images/index/products5_active.webp'),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfe), color-stop(100%,#b1c0d3));
	background: url('../images/index/products5_active.webp'),-webkit-linear-gradient(top,  #fdfdfe 0%,#b1c0d3 100%);
	background: url('../images/index/products5_active.webp'),-o-linear-gradient(top,  #fdfdfe 0%,#b1c0d3 100%);
	background: url('../images/index/products5_active.webp'),-ms-linear-gradient(top,  #fdfdfe 0%,#b1c0d3 100%);
	background: url('../images/index/products5_active.webp'),linear-gradient(to bottom,  #fdfdfe 0%,#b1c0d3 100%);
	background-repeat : no-repeat;
	background-position : top center;
	}
#products .products .tgr6.active{
	background: url('../images/index/products6_active.webp'),-moz-linear-gradient(top,  #fdfdfe 0%, #b1c0d3 100%);
	background: url('../images/index/products6_active.webp'),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfe), color-stop(100%,#b1c0d3));
	background: url('../images/index/products6_active.webp'),-webkit-linear-gradient(top,  #fdfdfe 0%,#b1c0d3 100%);
	background: url('../images/index/products6_active.webp'),-o-linear-gradient(top,  #fdfdfe 0%,#b1c0d3 100%);
	background: url('../images/index/products6_active.webp'),-ms-linear-gradient(top,  #fdfdfe 0%,#b1c0d3 100%);
	background: url('../images/index/products6_active.webp'),linear-gradient(to bottom,  #fdfdfe 0%,#b1c0d3 100%);
	background-repeat : no-repeat;
	background-position : top center;
	}

#products .products ul{
	display : none;
	width : 1000px;
	margin : 0 auto;
	}
#products .products ul li{
	padding : 20px 0;
	border-top : solid 3px #7d95b5;
	}
#products .products ul li.first{
	border : none;
	}

#products .products ul table{
	width : 100%;
	line-height : 1.3;
	}
#products .products ul table th{
	border : solid 2px #7d95b5;
	font-weight : normal;
	height : 20px;
	}
#products .products ul table td{
	vertical-align : middle;
	text-align : center;
	}
#products .products ul table td.cate{
	width : 90px;
	}
#products .products ul table td .cate{
	vertical-align : middle;
	display : table-cell;
	border : solid 2px #808080;
	width : 80px;
	height : 80px;
	font-size : 12px;
	}
#products .products ul table td.image{
	width : 120px;
	}
#products .products ul table td.name{
	font-size : 16px;
	text-align : left;
	width : 250px;
	}
#products .products ul table td.check img{
	vertical-align : middle;
	}
#products .products ul table td.check a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        
	-ms-filter: "alpha(opacity=70)";  
	-moz-opacity:0.7;                 
	-khtml-opacity: 0.7;              
	zoom:1;
	}
*/

/*** pickup.html ***/
/* #head .wrapper ul#navi2.pickup_nav{
	width: 796px;
}
#head .wrapper ul#navi2.pickup_nav li{
	margin: 0 0 0 15px;
}
.wrapper.pickup .title{
	position: relative;
	font-weight: bold;
}
.wrapper.pickup .title:after{
	content: url(../images/pickup/pickup_pop.webp);
	display: block;
	position: absolute;
	top: -70px;
	left: -70px;
	width: 100px;
	height: 104px;
	z-index: 5;
	animation: fluffy 3s infinite ease-in-out;
}
.wrapper.pickup .title.newlineup:after{
	content: url(../images/pickup/newlineup_pop.webp);
	display: block;
	position: absolute;
	top: -70px;
	left: -70px;
	width: 100px;
	height: 104px;
	z-index: 5;
	animation: fluffy 3s infinite ease-in-out;
} */


.pickup_bg_lb {
	background: #eaf6ff;
}

/* .wrapper.pickup h3{
	padding: 0 0 0 50px;
	margin: 0 0 10px 0;
	background: #07418e;
	background-repeat: no-repeat;
	color: #FFF !important;
	font-size: 28px !important;
	line-height: 2;
} */

/* .wrapper.pickup .title p{
	padding: 0 0 0 50px;
}
.wrapper.pickup .title span{
	position: absolute;
	top: 35px;
	right: 15px;
	color: #fff;
} */

.wrapper.pickup .push {
	text-align: center;
}

.wrapper.pickup .push p {
	display: inline-block;
	margin: 1.5em auto;
	padding: 0.2em 0.5em;
	box-sizing: border-box;
	text-align: center;
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 120%;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;
}

.wrapper.pickup .image {
	position: relative;
	width: 410px;
	margin: 0 20px 0 0;
}

/* .wrapper.pickup .image .release_date{
position: absolute;
top: -1em;
left: -1em;
display: inline-block;
padding: 0.3em 1.2em;
color: #fff;
font-size: 1.2em;
font-weight: bold;
background: #c00;
} */

/* .wrapper.pickup .image img{
	width: 100%;
} */

/* .wrapper.pickup .to_movie_btn a{
	display: block;
	position: relative;
	padding: 10px 50px 10px 40px;
	background: #e84989;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
}
.wrapper.pickup .to_movie_btn a:after{
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	right: 25px;
	width: 10px;
	height: 10px;
	border: 3px solid transparent;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	transition: all .3s;
}
.wrapper.pickup .to_movie_btn a:hover:after{
	right: 20px;
} */

/* .to_link_btn a{
	display: inline-block !important;
margin-left: auto;
	position: relative;
	padding: 10px 50px 10px 40px !important;
	background: #e84989;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
}
.to_link_btn a:after{
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	right: 25px;
	width: 10px;
	height: 10px;
	border: 3px solid transparent;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	transition: all .3s;
}
.to_link_btn a:hover {
background: #e84989 !important;
opacity: 1 !important;
}
.to_link_btn a:hover:after{
	right: 20px;
} */

.wrapper.pickup .table_pipe {
	width: 100%;
	border-collapse: collapse;
}

.wrapper.pickup .table_pipe th,
.wrapper.pickup .table_pipe td {
	padding: 0.5em;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
}

.wrapper.pickup .table_pipe th {
	background: #005bac;
	color: #fff;
	font-size: 0.8em;
}

.wrapper.pickup .detail {
	width: 570px;
}

/* .wrapper.pickup .detail_tenji{
	width: 570px;
} */

/* .wrapper.pickup .detail .size p{
	display: inline-block;
	width: 275px;
	margin: 0 20px 0 0;
	padding: 0 20px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	font-weight: bold;
}
.wrapper.pickup .detail .size p:last-child{
	margin: 0;
}
.wrapper.pickup .detail .size p span{
	display: inline-block;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	border-right: 1px solid #000;
} */

/* .wrapper.pickup .detail .size.long p{
	width: 550px;
}
.wrapper.pickup .detail .size.long p:last-child{
	margin: 10px 0 0;
} */

/* .wrapper.pickup .detail_tenji li:first-letter,
.wrapper.pickup .detail li:first-letter{
	color: #07418e;
} */


.wrapper.pickup table {
	width: 100%;
}

.wrapper.pickup .document th,
.wrapper.pickup .document td {
	text-align: center;
	vertical-align: middle;
}

.wrapper.pickup .document th {
	background: #468ce7;
	color: #fff;
	font-size: 1em;
}

.wrapper.pickup .document td {
	background: #c7dff9;
}

.wrapper.pickup .document a {
	display: block;
	padding: 10px 0;
	color: #004ea2;
	font-weight: bold;
}

.wrapper.pickup .document a:hover {
	background: rgba(245, 245, 245, 0.5);
	opacity: 0.8;
}

.wrapper.pickup .document a img {
	max-width: 200px;
	max-height: 160px;
}

.wrapper.pickup .document_level_head {
	margin-top: 0;
	margin-bottom: 2px;
	background: #32a56b;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

.wrapper.pickup .document_level {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5em;
	width: 100%;
	padding: 1em;
	background: #ccf1cf;
	box-sizing: border-box;
}

.wrapper.pickup .document_level li a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	height: 100%;
	padding: 1em;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #12b3b3;
	color: #12b3b3;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	box-sizing: border-box;
}

/* DCプレート 产品介绍 */
#sec2 .wrapper.pickup .document_level {
	grid-template-columns: repeat(5, 1fr);
}

.wrapper.pickup .document_intro_head {
	margin-top: 0;
	margin-bottom: 2px;
	background: #f04585;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

.wrapper.pickup .document_intro {
	display: grid;
	gap: 0.5em;
	width: 100%;
	padding: 1em;
	background: #ffcece;
	box-sizing: border-box;
}

#sec1 .wrapper.pickup .document_intro {
	grid-template-columns: repeat(2, 1fr);
}

#sec2 .wrapper.pickup .document_intro {
	grid-template-columns: repeat(4, 1fr);
}

.wrapper.pickup .document_intro li a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	height: 100%;
	padding: 1em;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #f05b8c;
	color: #f05b8c;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	box-sizing: border-box;
}


/* DCプレート 保管・加工 */
.wrapper.pickup .document_custody_head {
	margin-top: 0;
	margin-bottom: 2px;
	background: #eb8c15;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

.wrapper.pickup .document_custody {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.5em;
	width: 100%;
	padding: 1em;
	background: #ffe3ce;
	box-sizing: border-box;
}

.wrapper.pickup .document_custody li a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	height: 100%;
	padding: 1em;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #eb8c15;
	color: #eb8c15;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	box-sizing: border-box;
}

/* クリーンパイプ お問い合わせ */
.wrapper.pickup .document_contact_head {
	margin-top: 0;
	margin-bottom: 2px;
	background: #9651c6;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

#sec1 .wrapper.pickup .document_contact {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.5em;
	width: 100%;
	padding: 1em;
	background: #ebceff;
	box-sizing: border-box;
}

#sec2 .wrapper.pickup .document_contact {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 1em;
	background: #ebceff;
	box-sizing: border-box;
}

#sec2 .wrapper.pickup .document_contact li {
	width: 33.3%;
}

.wrapper.pickup .document_contact li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	height: 100%;
	padding: 1em;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #9651c6;
	color: #9651c6;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	box-sizing: border-box;
}

.wrapper.pickup .document_contact li a small{
	display: block;
	width: 100%;
	margin-top: 4px;
}

/* ===== クリーンパイプ子ページ ===== */
.wrapper.pickup .detail .document.performance th {
	background: #32a56b;
}

.wrapper.pickup .detail .document.performance td {
	background: #ccf1cf;
}

.wrapper.pickup .detail .document.performance td a p {
	color: #07418e;
}

.wrapper.pickup .technical-plant {
	margin-top: 0.5em;
}

.wrapper.pickup .technical-plant a {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	background: #d9f1f1 !important;
}

.wrapper.pickup .technical-plant a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.wrapper.pickup .technical-plant img {
	height: 80px;
}

.wrapper.pickup .technical-plant .pageLists {
	margin-top: 0.5em;
	padding: 0 1em;
	box-sizing: border-box;
	vertical-align: middle;
}

.wrapper.pickup .technical-plant p {
	color: #000 !important;
}

.wrapper.pickup .technical-plant .pageLists_name p {
	display: inline-block;
	font-weight: bold;
}

.wrapper.pickup .technical-plant .pageLists_name p:before {
	content: "➡";
	margin-right: 0.5em;
	padding: 0 0.25em;
	box-sizing: border-box;
	vertical-align: 0;
	color: #fff;
	font-size: .74em;
	border-radius: 2em;
	background: #004da0;
}

.wrapper.pickup .technical-plant .pageLists_txts {
	margin-top: 0.5em;
	font-size: 0.8em;
}

.doc_pdf {
	display: inline-block;
	width: 100%;
	padding: 0.5em 1em 0.5em 1em;
	box-sizing: border-box;
	border: 2px solid #FFF;
	background: #ffeeee;
}

.doc_pdf::after {
	content: "";
	display: block;
	clear: both;
}

.doc_pdf p {
	display: block;
	float: left;
	width: calc(100% - 120px);
	height: 100%;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}

.doc_pdf p::before {
	content: "PDF";
	display: block;
	margin-bottom: 0.5em;
	width: 60px;
	padding: 0.2em 0;
	text-align: center;
	color: #FFF;
	font-size: 0.6em;
	background: #C00;
}

.doc_pdf a {
	display: block;
	float: left;
	margin-left: 20px;
	transition: 0.2s ease;
}

.doc_pdf a:hover img {
	width: 100%;
	transform: scale(1.1);
}

.flex-box.pickup_photo li {
	margin: 0 20px 0 0;
}

.flex-box.pickup_photo li:last-child {
	margin: 0;
}

.pickup_bnr_webinar {
	display: block;
	margin: 1em 0;
	width: 100%;
}

.pickup_bnr_webinar p {
	font-weight: bold;
}

.pickup_bnr_webinar figure {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.pickup_bnr_webinar figure a:hover {
	opacity: 0.5;
}

.pickup_bnr_webinar figure a img {
	max-width: 100%;
}

.pickup_netis {
	margin: 0.5em 0;
	padding: 0.5em 1em;
	font-weight: bold;
	border: 1px solid #CCC;
	background: #fff;
}

.pickup_netis span {
	color: #C00;
}

.pickup_netis a {
	text-decoration: underline;
}

#products .top_pickup {
	background: #e5e5b5;
	border-top: 4px solid #b1b27d;
	border-bottom: solid 3px #7d95b5;
}

#products .top_pickup ul {
	position: relative;
	justify-content: center;
	display: flex;
	width: 1140px;
}

#products .top_pickup ul li {
	position: relative;
	margin: 15px 0 15px 35px;
	padding: 0;
	border-top: none;
}

#products .top_pickup ul li::before {
	content: url(../images/index/pickup_pop_mini.webp);
	display: block;
	position: absolute;
	bottom: -5px;
	left: -30px;
	width: 60px;
	height: 60px;
	z-index: 5;
}

#products .top_pickup ul li:first-child::before {
	left: 0;
}

#products .top_pickup ul li:nth-child(3)::before {
	left: -20px;
}

#products .top_pickup ul li:nth-child(4) {
	margin-left: 50px;
}

#products .top_pickup ul li:nth-child(4)::before {
	left: -40px;
}

#products .top_pickup ul li:nth-child(5)::before {
	left: -20px;
}

#products .top_pickup ul li:nth-child(6) {
	margin-left: 20px;
}

#products .top_pickup ul li:nth-child(6)::before {
	left: 0;
}





/*** diagnostic.html ***/

#head .wrapper .diagnostic_main {
	width: 1000px;
	background: url('../images/diagnostic/main.webp') no-repeat right 40px;
	position: relative;
	height: 335px;
	margin: 20px 0 0 0;
}

#head .wrapper .diagnostic_main .text {
	width: 430px;
	position: absolute;
	left: 240px;
	top: 200px;
	line-height: 2;
}

#head .wrapper .diagnostic_main .btn {
	position: absolute;
	top: 45px;
}


div.direct {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

div.c-direct {
	position: absolute;
	top: 5px;
	right: 50px;
}

div.c-direct a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}


/* sec1 */

#sec1 .open_btn {
	cursor: pointer;
	margin: 20px auto;
	height: 50px;
	width: 50px;
	background: url('../images/diagnostic/arrow1.webp') no-repeat center center;
}

#sec1 .active {
	background: url('../images/diagnostic/arrow1_close.webp') no-repeat center center;
}

#sec2 .open_btn {
	cursor: pointer;
	margin: 20px auto;
	height: 50px;
	width: 50px;
	background: url('../images/diagnostic/arrow2.webp') no-repeat center center;
}

#sec2 .active {
	background: url('../images/diagnostic/arrow2_close.webp') no-repeat center center;
}

#sec1 .hide_area,
#sec2 .hide_area {
	display: none;
}



/* #sec1{
	} */
#sec1 .wrapper {
	/* padding : 60px 0 100px 0; */
	padding: 60px 0;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#sec1 .wrapper .left_block {
	width: 490px;
	float: left;
}

#sec1 .wrapper .right_block {
	width: 490px;
	float: left;
	margin: 0 0 0 20px;
}

#sec1 .wrapper .left_block .title,
#sec1 .wrapper .right_block .title {
	color: #2b60a8;
	font-size: 16px;
	font-weight: bold;
	border-left: 8px solid #2b60a8;
	padding: 0 0 0 5px;
	margin: 0 0 15px 0;
}

#sec1 .wrapper .left_block .image,
#sec1 .wrapper .right_block .image {
	width: 230px;
	float: left;
}

#sec1 .wrapper .left_block .text,
#sec1 .wrapper .right_block .text {
	width: 250px;
	float: left;
	margin: 0 0 0 10px;
}

/* #sec1 h2{
	background : url('../images/diagnostic/title1_bg.webp') repeat-x top left;
	margin : 0;
	} */

#sec1 .wrapper .block,
#sec2 .wrapper .block {
	margin: 0 0 50px 0;
}

/* #sec1 .wrapper h3,
#sec2 .wrapper h3{
	margin : 0 0 10px 0;
	color: #CC0000;
	font-size : 16px;
	font-weight : bold;
	}

#sec1 .wrapper h3.blue,
#sec2 .wrapper h3.blue{
	margin : 0 0 30px 0;
	color: #2b60a8;
	font-size : 16px;
	font-weight : bold;
	border-bottom : solid 1px #2b60a8;
	} */

#sec1 .wrapper .contact_box,
#sec2 .wrapper .contact_box {
	text-align: center;
	padding: 30px;
	border: solid 1px #555;
}

#sec1 .wrapper .contact_box a,
#sec2 .wrapper .contact_box a {
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #79b7f4;
	color: #fff;
	padding: 15px 35px;
}

#sec1 .wrapper .contact_box a:hover,
#sec2 .wrapper .contact_box a:hover {
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #b0d8ff;
	color: #fff;
	padding: 15px 35px;
	text-decoration: none;
}

#sec1 .wrapper .btn,
#sec2 .wrapper .btn {
	margin: 50px 0 0 0;
	text-align: center;
}


/* sec2 */

/* #sec2{
	} */
#sec2 .wrapper {
	/* padding : 60px 0 100px 0; */
	padding: 60px 0;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

/* #sec2 h2{
	background : url('../images/diagnostic/title2_bg.webp') repeat-x top left;
	margin : 0;
	} */

#sec3 .wrapper {
	padding: 60px 0 100px 0;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}


/* カタログ */

#catalogue2 {}

#catalogue2 .wrapper {
	padding: 100px 0;
	width: 1000px;
	margin: 0 auto;
}

#catalogue2 h2 {
	background: url('../images/diagnostic/catalogue_title2_bg.webp') repeat-x top left;
	margin: 0;
}

#catalogue2 .list {
	width: 941px;
	margin: 0 auto 30px;
	text-align: left;
}

#catalogue2 .list ul {
	margin: 20px 0 0 0;
}

#catalogue2 .list li {
	float: left;
	margin: 0 20px 0 0;
}

#catalogue2 .btn {
	margin: 100px 0 0 0;
}


/* パイプ */

#pipe {}

#pipe .wrapper {
	padding: 60px 0 100px 0;
	width: 1000px;
	margin: 0 auto;
}

#pipe h2 {
	background: url('../images/diagnostic/pipe_title_bg.webp') repeat-x top left;
	margin: 0;
}

#pipe .wrapper ul {
	margin: 0 0 60px 0;
}

#pipe .wrapper ul.flex_center {
	display: flex;
	justify-content: center;
}

#pipe .wrapper li {
	width: 241px;
	float: left;
	margin: 0 0 0 60px;
	text-align: left;
}

#pipe .wrapper li .summary {
	background: url('../images/diagnostic/pipe_arrow.webp') no-repeat top left;
	font-size: 16px;
	color: #808080;
	padding: 0 0 0 40px;
	margin: 10px 0 0 20px;
}

#pipe .wrapper li .title {
	font-weight: bold;
	font-size: 20px;
	color: #808080;
	text-align: center;
}



/* policy */
.policy {
	margin: 0 0 30px 0;
}

.policy.sub {
	border-top: solid 1px #ccc;
	padding: 30px 0 0 0;
}

.policy p {
	margin: 0 0 20px 0;
}

.policy p.title {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 20px 0;
	border-bottom: solid 1px #000;
}

.policy ol {
	list-style: decimal;
	padding: 0 0 0 2em;
	margin: 0 0 30px 0;
}

.policy ol li {
	margin: 0 0 10px 0;
}

.policy ol.in {
	margin: 20px 0;
}

.policy ol.in li {
	list-style: none;
	counter-increment: cnt;
}

.policy ol.in li::before {
	content: "(" counter(cnt) ") ";
	margin-left: -2em;
}

.policy .indent {
	margin-left: 1em;
}



/* contact */
.contact_table {
	margin: 0 0 50px 0;
	width: 100%;
	border: solid 1px #ccc;
	border-collapse: collapse;
}

.contact_table th {
	background: #FDFDE8;
	font-weight: normal;
	border: solid 1px #ccc;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 200px;
}

.contact_table td {
	border: solid 1px #ccc;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 10px 20px;
}

.contact_table td a {
	color: #03c;
	font-weight: bold;
	text-decoration: underline;
}

.contact_table td a:hover {
	color: #cc3434;
}

.form strong {
	color: #CC0000;
}

.form .title {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 20px 0;
	border-bottom: solid 1px #000;
}

img.innerLink {
	opacity: 0.8;
}




input[type=checkbox] {
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	margin: 0 0 0 10px;
}


.solvent table {
	margin: 5px 0;
}

.solvent table td {
	padding: 3px 5px;
	text-align: left !important;
}

.solvent table td a:hover {
	opacity: 0.5;
}

.solvent img {
	width: 75px;
}

/*installation*/
#sec2 .wrapper h3.movie_title {
	font-weight: bold;
	font-size: 21px;
	color: #FFF;
	padding: 10px;
	padding-left: 15px;
	border-radius: 5px;
	overflow: hidden;
	background: #07418e;
	/*色*/
	border: solid 2px #7c9cc7;
	/*線色*/
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.flex-box {
	display: flex;
	flex-wrap: wrap;
}

.index04 .flex-box.column2{
	justify-content: space-between;
}

.index04 .flex-box.column2 > div{
	width: 46%;
}

.subContainer {
	margin-top: 50px;
	margin-bottom: 60px;
}

.left_box {
	width: 720px;
}

/*
.video_big video{
	width: 100%;
	cursor: pointer;
}
*/
.video_big iframe {
	width: 720px;
	height: 432px;
	overflow: hidden;
	cursor: pointer;
}

.obi {
	margin-top: -80px;
	margin-bottom: 100px;
	padding: 50px 0;
	background: #cddcfe;
	overflow: hidden;
}

.obi li p.ce span {
	font-size: 1.1em;
}

.video_small {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.video_small li {
	display: inline-block;
	width: 230px;
	height: 230px;
	margin: 10px 0;
	margin-right: 20px;
	margin-left: 0;
}

/*
.video_small video{
	width: 100%;
	cursor: pointer;
	margin-bottom: 10px;
}
.video_small iframe{
	width: 100%;
	cursor: pointer;
}
*/
.youtube {
	display: block;
	position: relative;
	overflow: hidden;
	width: 230px;
	height: 130px;
	margin-bottom: 10px;
}

.youtube::before {
	position: absolute;
	content: "";
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 180px;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 0.2s;
}

.youtube:hover::before {
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	transition: all 0.2s;
}

.youtube::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 230px;
	height: 130px;
	background: url(../images/movie/youtube_stop.webp) center center no-repeat;
	z-index: 12;
	transition: all 0.2s;
}

.youtube:hover::after {
	background: url(../images/movie/youtube_play.webp) center center no-repeat;
	transition: all 0.2s;
}

.right_box {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 238px;
	color: #333;
	border: 1px solid #ccc;
	margin-left: 40px;
	padding: 0 10px;
	padding-top: 35px;
	box-sizing: border-box;
	overflow: hidden;
}

.right_box a {
	display: block;
	width: 100%;
	height: 100%;
}

.right_box span {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #07418e;
	padding: 10px 0;
	box-sizing: border-box;
	width: 100%;
}

.right_box span::before {
	content: "△ ";
}

.right_box img {
	display: block;
	width: 100%;
	margin-top: 15px;
	box-shadow: 2px 2px 4px #ccc;
}

.right_box a:hover {
	opacity: 0.5;
}

/*** installation ***/
#head .wrapper ul#navi3 {
	float: right
}

#head .wrapper ul#navi3 li {
	float: left;
	margin: 0 0 10px 40px;
}

#head .wrapper ul#navi3 li.first {
	margin: 0;
}

#head .wrapper .btn_disclaimer {
	position: absolute;
	top: 140px;
	left: 350px;
	display: block;
	margin: 0 auto 20px;
	width: 270px;
	text-align: center;
	border: 3px solid #FFF;
	font-family: Microsoft YaHei, sans-serif;
}

#head .wrapper .btn_disclaimer a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 10px 15px;
	font-size: 1.2em;
	box-sizing: border-box;
}

#head .wrapper .btn_disclaimer a:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.2);
}

#head .wrapper .btn_disclaimer::after {
	content: "";
	position: absolute;
	left: 120px;
	display: block;
	margin-top: -15px;
	width: 0;
	border-top: 8px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 8px solid transparent;
}

#head .wrapper .movielist_main {
	width: 1000px;
	background: url('../images/installation/main.webp') no-repeat right 40px;
	position: relative;
	height: 220px;
	margin: 20px 0 0 0;
}

#head .wrapper .movielist_main .text {
	width: 505px;
	position: absolute;
	left: 242px;
	top: 120px;
	line-height: 2;
}

#head .wrapper .movielist_main .btn {
	position: absolute;
	top: 45px;
}

#head .wrapper .movielist_main .btn2 {
	position: absolute;
	top: 45px;
	right: 0px;
}

.mr {
	padding-left: 207px;
	padding-right: 207px;
	box-sizing: border-box;
}

.txt_disclaimer {
	padding: 50px 0;
	width: 1000px;
	line-height: 2em;
	text-align: left;
}

.txt_disclaimer strong {
	display: block;
	margin-bottom: 10px;
	font-size: 1.5em;
	border-bottom: 1px solid #333;
}

/* ニュース一覧ページ */
.information h2{
	margin: 0;
}

.information ul{
	list-style: none;
	padding: 1em;

}

.information ul li{
	display: flex;
	margin-bottom: 0.5rem;
	padding: 1em;
	border-bottom: 1px dotted #777
}

.information ul li p{
	margin: 0;
}

.information ul li time{
	margin-right: 1em;
}

.information a{
	color: #004ea2;
}

.information a:hover{
	color: #cc3434;
}

/* トップぺージに５番目以降は非表示 */
.information-top{
	border: 3px double #1290db;
	padding: 2em;
}

.information-top h2{
	position: relative;
	padding-bottom: 1rem;
	border-bottom: 2px solid #f2f4f6;
}

.information-top h2::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	display: block;
	width: 58px;
	height: 2px;
	background: #005bac;
}

.information-top ul li:nth-child(n+4) {
	display: none;
}

.information-top .go-btn{
	display: inline-block;
	position: relative;
	padding-right: 1rem;
}

.information-top .go-btn::after{
	content: "";
	display: inline-block;
	margin-left: 0.5rem;
	border: 0.8rem solid transparent;
	border-left: 1rem solid #004ea2;
	vertical-align: bottom;
}

.information-top .go-btn:hover::after{
	border-left: 1rem solid #cc3434;
}

/* 一覧ページ */
.information .back-btn{
	display: inline-block;
	position: relative;
	padding-left: 1rem;
}

.information-list .back-btn::before{
	content: "";
	display: inline-block;
	margin-right: 0.5rem;
	border: 0.8rem solid transparent;
	border-right: 1rem solid #004ea2;
	vertical-align: bottom;
}

.information-list .back-btn:hover::before{
	border-right: 1rem solid #cc3434;
}