.pc_only{display: block!important;}
.sp_only{display: none!important;}
sup,sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;

}
sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}
.button-wrap{
	width: 100%;
}

.button-wrap a{
	display: block;
	padding: 16px 20px;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-decoration: none;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
}
.hv-btn:hover{
	opacity: 0.7;

}
.otb-breadcrumb{
	z-index: 10;
}
.otb-slider{
	width: 100%;
	height: 500px;
	overflow: hidden;
	background-color: #000;
}
.slick-slide img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;';
}
.otb-slider li{
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.slick-track{
	height: 500px;
}
.otb-content-mainvisual{
	background-image: url('/corporate/chiteki/otb/list/img/main_visual.jpg');
}
.otb-title{
	position: absolute;
	top: 50%;
	margin-top: -104px;
	width: 100%;
	text-align: center;
}
.otb-title img{
	width: 469px;
	max-width: 469px;
	height: auto;
	margin: 0 auto;
}
.otb-anchor{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	max-width: 1040px;
	padding: 0 20px;
}
.otb-anchor li a{
	display: block;
	padding: 28px 0 27px;
	font-size: 15px;
	line-height: 1;
	color: #222222;
	text-decoration: none;
}
.otb-anchor li a:hover{
	text-decoration: underline;
	opacity: .75;
}
.otb-anchor li+li{
	margin-left: 20px;
}
.otb-content{
	width: 100%;
}
.otb-content a:link{
	color: #222222;
}
.otb-content-sec1{
	width: 100%;
	border-top: 1px solid #eaeaea;
	text-align: center;
}
.otb-content-sec1 .mission-block{
	padding: 78px 0 80px;
	background-color: #f8f8f8;
}
.otb-content-sec1 p{
	font-size: 16px;
	line-height: 2.13;
	letter-spacing: 1.28px;
	text-align: center;
	color: #222222;
}
.otb-content-sec1 p+p {
	margin-top: 14px;
}
.otb-content-sec1 img{
	width: 844px;
	height: auto;
	margin: 28px auto;
}
.otb-content-inner{
	max-width: 1000px;
	margin: 0 auto;
}
.otb-content-inner a:link{
	color: #222222;
}
.otb-content-inner a:visited{
	color: #222222;
}

.otb-content-title{
	margin: 0 0 37px;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 0.7;
	text-align: center;
	color: #222222;
}
.otb-content-title span{
	font-size: 16px;
	font-family: inherit;
}
.otb-content-sec1 .technology-solution{
	margin-top: -18px;
}
.otb-content-sec1 .button-wrap{
	margin-top: 30px;
}
.otb-content-sec1 .button-wrap span{
	font-weight: bold;
}
.otb-content-sec1 .button-wrap a img{
	width: auto;
	margin: 0;
}
.otb-content-sec2{
	width: 100%;
	padding: 72px 20px 80px;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
}
.otb-content-sec2 h4{
	margin-bottom: 1em;
	font-size: 16px;
	text-align: left;
}
.otb-content-sec2 p{
	line-height: 2;
	text-align: left;
}
.otb-content-sec3{
	width: 100%;
	padding: 72px 20px 80px;
	background-color: #f8f8f8;
	text-align: center;
	box-sizing: border-box;
}
.otb-content-sec3-result{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
}
.sec3-result-item{
	width: 30%;
	max-width: 300px;
	margin-right: 5%;
	padding: 20px 0 37px;
	text-align: left;
}
.sec3-result-item-inner{
	overflow: hidden;
}
.sec3-result-item a:hover{
	color: #222222;
	text-decoration: underline;
	opacity: 1;
}

/* .sec3-result-item:hover .sec3-result-item-title,.sec3-result-item:hover .sec3-result-item-text{text-decoration: underline;} */

.sec3-result-item:nth-child(3n){
	margin-right: 0;
}
.sec3-result-item-img-outer{
	position: relative;
	width: 100%;
	height: 215px;
	overflow: hidden;
	border: 1px solid #d9d9d9;
	-webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out
}
.sec3-result-item-img-outer img{
	width: 100%;
	height: auto;
}
.sec3-result-item-img:hover{
	transform: scale(1.1);
	transition-duration: 0.3s;
}
.sec3-result-item-new{
	background: url("/corporate/chiteki/otb/img/icon_new.png") left top/cover no-repeat;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 44px;
	height: 44px;
}
.sec3-result-item-title{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.76;
	letter-spacing: 1.36px;
	margin-top: 21px;
}
.sec3-result-item-text{
	font-size: 15px;
	line-height: 1.53;
	letter-spacing: 1.2px;
	margin-top: 15px;
}
.sec3-result-item-keyword{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 20px;
}
.sec3-result-item-keyword li{
	min-width: 54px;
	padding: 8px 11px;
	margin-right: 3px;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 1;
	color: #222222;
	text-align: center;
	background: #fff;
	border-radius: 14px;
	border: solid 1px #d4d4d4;
	text-decoration: none;
}
.sec3-result-more{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 18px;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	color: #222222;
	border-radius: 3px;
	border: solid 1px #d9d9d9;
	background: #fff;
}
.sec3-result-more::before{
	position: relative;
	content: '';
	display: block;
	width: 21px;
	height: 21px;
	margin-right: 8px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj4KICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NjcgLTQ1NjMpIj4KICAgICAgICA8cmVjdCB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIGZpbGw9IiMxYTFhMWEiIHJ4PSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2NjcgNDU2MykiLz4KICAgICAgICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNNjc3LjA3OSA0NTc5di01LjA3SDY3MnYtLjg0OWg1LjA3OVY0NTY4aC44NXY1LjA4MUg2ODN2Ljg0OWgtNS4wN3Y1LjA3eiIvPgogICAgPC9nPgo8L3N2Zz4K") no-repeat 0 0;
	background-size: 21px auto;
	z-index: 10;
}
.sec3-result-more:hover{
	background: #222222;
	color: #fff;
}
.sec3-result-more:hover::before{
	position: relative;
	content: '';
	display: block;
	width: 21px;
	height: 21px;
	margin-right: 8px;
	background: url("../img/ico_plus-white.png") no-repeat 0 0;
	background-size: 21px auto;
	z-index: 10;
}
.otb-content-sec4{
	width: 100%;
	padding: 80px 20px 70px;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
}
.otb-content-sec4 .button-wrap{
	margin-top: 40px;
}
.otb-content-sec4 .button-wrap a{
	padding: 26px;
}
.sec4-text{
	padding-top: 7px;
	margin-bottom: 70px;
	font-size: 16px;
	line-height: 2.13;
	letter-spacing: 1.28px;
	text-align: center;
	color: #222222;
}
.otb-content-sec4-subtitle{
	width: 100%;
}
.sec4-subtitle-01{
	position: relative;
}
.sec4-subtitle-01::after{
	position: absolute;
	display: block;
	background-color: #fff;
	top: 50%;
	left: 0%;
	width: 100%;
	height: 1px;
	background: #e3e3e3;
	content: '';
}
.sec4-subtitle-01 .ttle{
	background: #fff;
	position: relative;
	z-index: 10;
	padding: 15px;
	font-size: 25px;
	font-weight: bold;
	color: #222222;
	font-family: 'Noto Sans JP', sans-serif;
	display: inline-block;
}
.sec4-subtitle-02{
	position: relative;
	margin-top: 62px;
}
.sec4-subtitle-02::after{
	position: absolute;
	display: block;
	background-color: #fff;
	top: 50%;
	left: 0%;
	width: 100%;
	height: 1px;
	background: #e3e3e3;
	content: '';
}
.sec4-subtitle-02 .ttle{
	background: #fff;
	position: relative;
	z-index: 10;
	padding: 15px;
	font-size: 25px;
	font-weight: bold;
	color: #222222;
	font-family: 'Noto Sans JP', sans-serif;
	display: inline-block;
}

.sec4-technology{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding-top: 25px;
}
.sec4-technology .button-wrap a span{
	background: url(../img/pdf_icon.png) no-repeat left center;
	display: inline-block;
	padding-left: 25px;

}
.sec4-technology-inner{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	padding-bottom: 12px;
}
.sec4-technology-item-01{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 12px;
}
.sec4-technology-item-02{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.sec4-technology-item-03{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.sec4-technology-item-head{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 195px;
	width: 20%;
	padding: 20px 5px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.63;
	letter-spacing: normal;
	text-align: center;
	color: #222222;
}
.sec4-technology-item-head span{
	font-size: 16px;
	font-weight: normal;
}
.sec4-technology-item-head span.small{
	font-size: 12px;
	font-weight: normal;
}
.sec4-technology-item-head-01{
	background: #64e2cc;
}
.sec4-technology-item-head-02{
	background: #ef9d9d;
}
.sec4-technology-item-head-03{
	background: #60cfdd;
}
.sec4-technology-item-body{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 2.27%;
	height: 195px;
	box-sizing: border-box;
}
.sec4-technology-item-body-01{
	width: 80%;
	background: rgba(68,202,178,0.15);
}
.sec4-technology-item-body-02{
	width: 80%;
	background: rgba(239,157,157,0.15);
}
.sec4-technology-item-body-03{
	width: 80%;
	background: rgba(96,207,221,0.15);
}
.sec4-technology-item-body a,
.sec4-technology-item-body > span{
	width: 23.8726%;
}
.sec4-technology-item-body a:hover{
	opacity: 0.7;
	transition: .3s;
}
.sec4-technology-item-body a img,
.sec4-technology-item-body > span img{
	width: 100%;
	vertical-align: bottom;
}
.sec4-technology-item-body a+a,
.sec4-technology-item-body > span+span{
	margin-left: 1.4166%;
}
.sec4-image{
	margin-top: 25px;
	width: 100%;
	height: auto;
}
.sec4-image-caption{
	margin-top: 22px;
	font-size: 13px;
	text-align: right;
	color: #333333;
}
.sec4-image-caption a{
	color: #333333;
	text-decoration: underline;
}

/* sec4-core-technology */
.sec4-core-technology{
	text-align: left;
}
.sec4-core-technology--section{
	margin-top: 20px;
}
.sec4-core-technology--section + .sec4-core-technology--section{
	margin-top: 50px;
}
.sec4-core-technology--tag{
	line-height: 1.8;
}
.sec4-core-technology--tag span{
	background-color: #fff;
	border: 1px solid #000;
	display: inline-block;
	line-height: 1.2;
	padding: 2px 4px;
	font-size: 12px;
	font-weight: 700;
}
.sec4-core-technology--tag h4{
	font-size: 24px;
}
.sec4-core-technology--column{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.sec4-core-technology--item:not(:nth-child(4n)) {
	margin-right: 2.4793%;
}
.sec4-core-technology--item {
	width: 23.1404%;
}
.sec4-core-technology--item:nth-child(n+5) {
	margin-top: 40px;
}
.sec4-core-technology--img img{
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
.sec4-core-technology--title{
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
}
.sec4-core-technology--txt{
	margin-top: 10px;
	font-size: 16px;
}
.c-icon-pdf {
	box-sizing: border-box;
	display: block;
	padding: 10px 10px 10px 30px;
	position: relative;
}
.c-icon-pdf::before{
	background-image: url(/corporate/chiteki/common/img/Pdf.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 26px;
	left: 0;
	top: 7px;
	position: absolute;
	width: 26px;
}

.otb-content-sec6{
	width: 100%;
	padding: 94px 20px 20px;
	background-color: #f8f8f8;
	box-sizing: border-box;
}
.otb-content-sec6 .advertisement-info{
	width: 185px;
    margin: 0 auto 90px;
    text-align: center;
}
.otb-content-sec6 .sec6-related-list{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.otb-content-sec6 .sec6-related-list .pdf-title {
    padding-top: 20px;
    margin: 0 -18px;
    font-size: 16px;
}
.otb-content-sec6 .sec6-related-list .pdf-title span{
	font-size: 12px;
}
.sec6-related-list a:hover img{
	transition: .2s;
	opacity: 0.7;

}
.sec6-related-list li a{
	text-decoration: none;
}
.sec6-related-list li a img{
	max-width: 185px;
	width: 100%;
}
.sec6-related-list .ico{
	max-width: 13px;
}
.otb-content-sec7{
	width: 100%;
	padding: 94px 20px 85px;
	background-color: #fff;
	box-sizing: border-box;
}
.sec7-info-list{
	margin-top: 17px;
}
.sec7-info-list li{
	border-bottom: 1px solid #e3e3e3;
}
.sec7-info-list li:last-child{
	border-bottom: none;
}
.sec7-info-list li a{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px 50px 30px 0;
	font-size: 16px;
	line-height: 1.56;
	letter-spacing: 1.28px;
	color: #222222;
	text-decoration: none;
}
.sec7-info-list li a::after{
	position: absolute;
    top: 30px;
    right: 5px;
    display: block;
    width: 9px;
    height: 18px;
    margin: auto;
    content: '';
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi4yNDUiIGhlaWdodD0iMjAuMTYzIiB2aWV3Qm94PSIwIDAgMTIuMjQ1IDIwLjE2MyI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM2NjYiIHN0cm9rZS13aWR0aD0iM3B4IiBkPSJNMTE5OC45NzYgNzYzMi45ODJsOS4wNjEgOS4wMTktOS4wNjEgOS4wMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTk3LjkxOCAtNzYzMS45MTkpIi8+Cjwvc3ZnPgo=") no-repeat 0 0;
	background-size: 9px auto;
}
.sec7-info-list li a:hover{
	opacity: .75;
}
.sec7-info-list li a .date{
	margin-right: 41px;
}
.sec7-info-list li div{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px 50px 30px 0;
	font-size: 16px;
	line-height: 1.56;
	letter-spacing: 1.28px;
	color: #222222;
	text-decoration: none;
}
.sec7-info-list li div .date{
	margin-right: 41px;
}
@media only screen and (max-width:767px){
	.pc_only{display: none!important;}
	.sp_only{display: block!important;}
	.button-wrap a{
		padding: 20px;
		font-size: 1.1428em;
	}
	.otb-slider{
		height: 210px;
	}
	.slick-slide img{
		width: 100%;
		height: auto;
		object-fit:cover;
	}
	.slick-track{
		height: 210px;
	}
	.otb-title{
		top: 50%;
		margin-top: -67px;
	}
	.otb-title img{
		width: 232px;
		max-width: 397px;
		object-fit: cover;
	}
	.otb-anchor{
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		max-width: 100%;
		box-sizing: border-box;
		padding: 12px 18px;
	}
	.otb-anchor li{
		width: 100%;
	}
	.otb-anchor li+li{
		border-top: 2px solid #e6e6e6;
		margin-left: 0;
	}
	.otb-anchor li a{
		position: relative;
		display: block;
		padding: 17px 0;
		font-size: 1em;
	}
	.otb-anchor li a:after {
		position: absolute;
		content: '';
		display: block;
		width: 12px;
		height: 6px;
		right: 0;
		top: 50%;
		margin-top: -6px;
		background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC4xNjIiIGhlaWdodD0iMTIuMjQ1IiB2aWV3Qm94PSIwIDAgMjAuMTYyIDEyLjI0NSI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM2NjYiIHN0cm9rZS13aWR0aD0iM3B4IiBkPSJNNTk5LjA0OSA2MzEuOTQ1bC05LjAxOCA5LjA2MS05LjAxOC05LjA2MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU3OS45NSAtNjMwLjg4NykiLz4KPC9zdmc+Cg==") no-repeat 0 0;
		background-size: 12px 6px;
		z-index: 10;
	}
	.otb-content-title{
		margin: 0 0 28px;
		font-size: 2.1428em;
	}
	.otb-content-title span{
		font-size: 0.4em;
	}
	.otb-content-sec1{
		box-sizing: border-box;
	}
	.otb-content-sec1 .mission-block{
		padding: 36px 15px 40px;
	}
	.otb-content-sec1 p{
		font-size: 1em;
		line-height: 1.57;
		letter-spacing: 0.1em;
		text-align: left;
	}
	.otb-content-sec1 img{
		width: 100%;
		height: auto;
		margin: 15px auto 0 auto;
	}
	.otb-content-sec1 .technology-solution{
		margin-top: -15px;

	}
	.otb-content-sec3{
		padding: 32px 15px 45px;
	}
	.otb-content-sec3-result{
		flex-direction: column;
		padding: 0;
		box-sizing: border-box;
	}
	.sec3-result-item{
		display: block;
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		padding: 35px 0 0;
	}
	.sec3-result-item-img-outer{
		height: auto;
	}
	.sec3-result-item-new{
		background: url("/corporate/chiteki/otb/img/icon_new_sp.png") left top/cover no-repeat;
		width: 50px;
		height: 50px;
	}
	.sec3-result-item-title{
		font-size: 1.1428em;
		line-height: 1.4;
		letter-spacing: 0.1em;
		margin-top: 20px;
	}
	.sec3-result-item-text{
		font-size: 1em;
		line-height: 1.38;
		letter-spacing: 0.1em;
		margin-top: 10px;
	}
	.sec3-result-item-keyword{
		padding-top: 16px;
	}
	.sec3-result-item-keyword li{
		min-width: 0%;
		padding: 10px;
		margin-right: 4px;
		margin-bottom: 4px;
		font-size: 0.7857em;
		border-radius: 16px;
	}
	.sec3-result-more{
		padding: 14px;
		margin-top: 40px;
		font-size: 0.8571em;
		border-radius: 2px;
	}
	.sec3-result-more::before{
		width: 21px;
		height: 21px;
		margin-right: 8px;
		background-size: 21px auto;
	}
	.otb-content-sec4{
		padding: 32px 15px 25px;
	}
	.sec4-text{
		padding-top: 0;
		margin-bottom: 22px;
		font-size: 1em;
		line-height: 1.69;
		letter-spacing: 0.1em;
		text-align: left;
	}
	.sec4-subtitle-01 .ttle{
		padding: 0 12px;
		font-size: 1.1428em;
	}
	.sec4-subtitle-02 .ttle{
		padding: 0 12px;
		font-size: 1.1428em;
	}
	.sec4-technology{
		display: block;
		padding-top: 40px;
	}
	.sec4-technology-inner{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
		padding-bottom: 0;
	}
	.sec4-technology-item-01{
		flex-direction: column;
		width: 48%;
		max-width: none;
		margin-right: 0;
		margin-bottom: 0;
	}
	.sec4-technology-item-01 a+a,
	.sec4-technology-item-01 span+span{
		margin-top: 6px;
	}
	.sec4-technology-item-02{
		flex-direction: column;
		width: 48%;
		max-width: none;
		margin-right: 0;
	}
	.sec4-technology-item-02 a+a,
	.sec4-technology-item-02 span+span{
		margin-top: 6px;
	}
	.sec4-technology-item-03{
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 100%;
		margin-top: 15px;
	}
	.sec4-technology-item-head{
		display: block;
		width: 100%;
		height: auto;
		padding: 15px 1px;
		font-size: 1em;
		line-height: 1.2;
		box-sizing: border-box;
		white-space: nowrap;
	}
	.sec4-technology-item-head span{
		font-size: 0.7857em;
	}
	.sec4-technology-item-body{
		flex-direction: column;
		height: auto;
		width: 100%;
		padding: 12px;
		box-sizing: border-box;
	}
	.sec4-technology-item-body-03{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		flex-direction: row;
		background: rgba(96,207,221,0.15);
		padding: 12px 12px 6px;
	}
	.sec4-technology-item-body a,
	.sec4-technology-item-body > span{
		width: 100%;
		margin: 0;
	}
	.sec4-technology-item-body a:nth-child(n+2),
	.sec4-technology-item-body > span:nth-child(n+2){
		margin-bottom: 6px;
	}
	.sec4-technology-item-body-03 a,
	.sec4-technology-item-body-03 > span{
		width: calc(50% - 3px);
		max-width: none;
	}
	.sec4-technology-item-body-03 a+a,
	.sec4-technology-item-body-03 > span+span{
		margin-left: 0;
	}
	.sec4-technology-item-body-03 a:nth-child(odd),
	.sec4-technology-item-body-03 > span:nth-child(odd){
		margin-right: 6px;
	}
	.sec4-technology-item-body-01 a:nth-child(n+2),
	.sec4-technology-item-body-01 > span:nth-child(n+2){
		margin-bottom: 0;
	}
	.sec4-technology-item-body-02 a:nth-child(n+2),
	.sec4-technology-item-body-02 > span:nth-child(n+2){
		margin-bottom: 0;
	}
	.sec4-image{
		margin-top: 25px;
	}
	.sec4-image-caption{
		margin-top: 20px;
		font-size: 1em;
		text-align: left;
	}

	.sec4-core-technology--column{
		display: block;
	}
	.sec4-core-technology--section + .sec4-core-technology--section{
		margin-top: 40px;
	}
	.sec4-core-technology--item{
		width: 100%;
		margin-top: 30px;
	}
	.sec4-core-technology--item:not(:nth-child(4n)){
		margin-right: auto;
	}
	.sec4-core-technology--img img{
		width: 100%;
	}
	.sec4-core-technology--tag h4{
		font-size: 16px;
		letter-spacing: 0.1em;
	}
	.sec4-core-technology--title{
		font-size: 14px;
		margin-top: 10px;
		letter-spacing: 0.1em;
	}
	.sec4-core-technology--txt{
		font-size: 14px;
		letter-spacing: 0.1em;
	}

	.otb-content-sec6 .sec6-related-list .pdf-title {
		padding-top: 15px;
		margin: 0 -30px;
		font-size: 14px;
	}
	.otb-content-sec6{
		padding: 32px 15px 32px;
	}
	.otb-content-sec6 .advertisement-info{
		margin-bottom: 50px;
	}
	.otb-content-sec7{
		padding: 32px 15px 32px;
		background-color: #fff;
	}
	.sec7-info-list{
		margin-top: 0;
	}
	.sec7-info-list li a{
		flex-direction: column;
		padding: 15px 12px 15px 0;
		font-size: 1em;
		line-height: 1.46;
		letter-spacing: 0.1em;
	}
	.sec7-info-list li a::after{
		top: calc(50% - 10px);
		right: 0;
		width: 10px;
		height: 21px;
		background-size: 10px auto;
	}
	.sec7-info-list li a .date{
		font-size: 0.8571em;
		margin-bottom: 5px;
		margin-right: 0;
	}
	.sec7-info-list li div{
		flex-direction: column;
		padding: 15px 12px 15px 0;
		font-size: 1em;
		line-height: 1.46;
		letter-spacing: 0.1em;
	}
	.sec7-info-list li div .date{
		font-size: 0.8571em;
		margin-bottom: 5px;
		margin-right: 0;
	}
	.sec7-info-list li a .title,
	.sec7-info-list li div .title{
		width: 100%;
	}
}

.loading:hover {
	background-color: transparent;
}
.loader {
	font-size: 10px;
	margin: 10px auto;
	text-indent: -9999em;
	width: 5em;
	height: 5em;
	border-radius: 50%;
	background: #ccc;
	background: -moz-linear-gradient(left, #ccc 10%, rgba(204, 204, 204, 0) 42%);
	background: -webkit-linear-gradient(left, #ccc 10%, rgba(204, 204, 204, 0) 42%);
	background: -o-linear-gradient(left, #ccc 10%, rgba(204, 204, 2040, 0) 42%);
	background: -ms-linear-gradient(left, #ccc 10%, rgba(204, 204, 204, 0) 42%);
	background: linear-gradient(to right, #ccc 10%, rgba(204, 204, 204, 0) 42%);
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.loader::before {
	width: 48%;
	height: 48%;
	background: #ffffff;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '\0020';
	display: block;
}
.loader::after {
	background: #fff;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '\0020';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
}
#results {
	overflow: hidden;
}

#results .loader {
	margin: 100px auto;
}
#results .loader::before,
#results .loader::after {
	background: #f8f8f8;
}
@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.no-post {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	font-weight: bold;
}

/*コラム*/
.otb-column-main{
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.otb-column-cat{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 0 15px;
	border-bottom: 1px solid #d6d6d6;
}
.otb-column-cat span{
	padding: 8px 17px;
	margin-right: 15px;
	border-radius: 3px;
	background-color: #333333;
	font-size: 16px;
	line-height: 1;
	color: #fff;
}
.otb-column-cat >div {
	margin-right: 20px;
	font-size: 16px;
	color: #222222;
	text-decoration: none;
}
.otb-column-content h3:not(.sdgs-title){
	padding: 75px 0 37px;
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 24px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	border-bottom: 1px solid #222222;
}
.otb-column-content h4{
	position: relative;
	padding-left: 16px;
	padding-bottom: 19px;
	margin-top: 50px;
	margin-bottom: 29px;
	border-bottom: 1px solid #b2b2b2;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #222222;
}
.otb-column-content h4::before{
	display: block;
	position: absolute;
	height: 21px;
	width: 4px;
	top: 50%;
	left: 0;
	margin-top: -20px;
	background-color: #cc0000;
	content: '';
}
.otb-column-content p{
	font-size: 16px;
	line-height: 28px;
	color: #222222;
	text-align: left;
}
.otb-column-content-head{
	padding-top: 73px;
	text-align: center;
}
.otb-column-content-head p{
	font-size: 27px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
.otb-column-imgbox{
	margin-top: 50px;
}
.otb-column-imgbox .img-m{
	max-width: 635px;
	height: auto;
}
.otb-column-list{
	position: relative;
}
.otb-column-list li{
    padding-left: 1.5em;
    text-indent: -1.5em;
    font-size: 16px;
    line-height: 24px;
}
.otb-column-list li+li{
	margin-top: 13px;
}
.otb-column-list li::before{
	position: relative;
	content: '●';
	margin-right: 0.5em;
}
.otb-column-notice{
	font-size: 14px;
	line-height: 28px;
}
.otb-column-table{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	border-collapse: collapse;
	font-size: 16px;
	line-height: 28px;
	border: 1px solid #222222;
}
.otb-column-table th{
	background-color: #333333;
	padding: 23px 55px;
	color: #fff;
}
.otb-column-table .border-gray{
	border-bottom: 1px solid #999999;
}
.otb-column-table td{
	background-color: #fff;
	padding: 25px;
	color: #333333;
	border: 1px solid #222222;
}
.otb-column-bottom{
	margin-top: 78px;
	padding: 48px 0 37px;
	width: 100%;
	text-align: center;
	background-color: #f5f5f5;
}
.otb-column-bottom p{
	font-size: 24px;
	line-height: 1.13;
	letter-spacing: 1.92px;
	color: #222222;
	text-align: center;
}
.otb-column-bottom-image{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 25px 0;
}
.otb-column-bottom-image img{
	width: 75px;
	height: auto;
}
.otb-column-bottom-link{
	position: relative;
	font-size: 14px;
	color: #222222;
	text-decoration: none;
}
.otb-column-bottom-link:visited{
	color: #222222;
}
.otb-column-bottom-link:hover{
	text-decoration: underline;
}
.otb-column-bottom-link::after{
	display: inline-block;
	content: '';
	width: 10px;
	height: 12px;
	margin-bottom: -2px;
	background: url('/corporate/chiteki/common/img/icon_arrow_right.png') no-repeat 0 0;
	background-size: 10px auto;
}
.otb-column-bottom-link:link{
	color: #222222;
}
@media screen and (max-width: 767px) {
	.content-mainvisual .content-header__title--primary{
		line-height: 1.5;
		font-weight: bold;
	}
	.otb-column-main{
		max-width: 100%;
		padding: 0;
	}
	.otb-column-cat{
		justify-content: flex-start;
		flex-wrap: wrap;
		flex-direction: column;
		padding: 13px 0;
		margin:  0 13px;
		box-sizing: border-box;
	}
	.otb-column-cat >div{
		width: 100%;
		font-size: 11px;
	}
	.otb-column-cat > div + div{
		margin-top: 5px;
	}
	.otb-column-cat span{
		padding: 4px 0;
		width: 50px;
		text-align: center;
		margin-right: 10px;
		font-size: 11px;
		border-radius: 3px;
		display: inline-block;
	}
	.otb-column-cat a{
		margin-right: 0;
		font-size: 11px;
	}
	.otb-column-content{
		padding: 0 13px 0;
	}
	.otb-column-content h3:not(.sdgs-title){
		padding: 30px 0 20px;
		margin-bottom: 10px;
		font-size: 18px;
	}
	.otb-column-content h4{
		padding-left: 10px;
		padding-bottom: 10px;
		margin-top: 20px;
		margin-bottom: 15px;
		font-size: 14px;
	}
	.otb-column-content h4::before{
		height: 14px;
		width: 3px;
		margin-top: -12px;
	}
	.otb-column-content p{
		font-size: 14px;
		line-height: 1.6;
	}
	.otb-column-content li span.otb-column-notice{
		font-size: 14px;
		line-height: 1.6;
	}
	.otb-column-content-head{
		padding-top: 27px;
		text-align: center;
	}
	.otb-column-content-head p{
		font-size: 17px;
		line-height: 1.2;
		text-align: center;
	}
	.otb-column-imgbox{
		margin-top: 13px;
	}
	.otb-column-imgbox img{
		width: 100%;
		height: auto;
	}
	.otb-column-list li{
		font-size: 14px;
		line-height: 1.5;
		padding-left: 1em;
		text-indent: -1em;
	}
	.otb-column-list li+li{
		margin-top: 15px;
	}
	.otb-column-notice{
		font-size: 14px;
		line-height: 1.6;
	}
	.otb-column-table{
		width: 100%;
		margin-top: 14px;
		margin-bottom: 15px;
		border-collapse: collapse;
		font-size: 14px;
		line-height: 1.4;
		border: 1px solid #999999;
	}
	.otb-column-table th{
		min-width: 70px;
		padding: 20px 10px;
		vertical-align: middle;
		text-align: left;
		white-space: nowrap;
	}
	.otb-column-table td{
		background-color: #fff;
		padding: 20px 10px;
		vertical-align: middle;
		color: #333333;
		border: 1px solid #999999;
	}
	.otb-column-bottom{
		margin-top: 10.8vw;
		padding: 6.9vw 0 5.3vw;
	}
	.otb-column-bottom p{
		font-size: 4.4vw;
		line-height: 1.13;
		letter-spacing: 0.3vw;
	}
	.otb-column-bottom-image{
		margin: 3vw 0;
	}
	.otb-column-bottom-image img{
		width: 11.7vw;
	}
	.otb-column-bottom-link{
		font-size: 3.4vw;
	}
	.otb-column-bottom-link::after{
		display: inline-block;
		content: '';
		width: 2.1vw;
		height: 3vw;
		margin-bottom: -0.6vw;
		background: url('/corporate/chiteki/common/img/icon_arrow_right.png') no-repeat 0 0;
		background-size: 2.1vw auto;
	}
}

/*footer*/
.otb-banner-card__text{
	border-top: 1px solid #dadada;
}
.otb-banner-card__list li a{
	position: relative;
}
.otb-banner-card__list li a::before{
	position: relative;
	display: inline-block;
	content: '';
	width: 8px;
	height: 15px;
	margin-bottom: -6px;
	margin-right: 8px;
	background: url('/corporate/chiteki/common/img/icon_arrow_right.png') no-repeat 0 0;
	background-size: 8px auto;
}

.otb-banner-card__list li span::before{
	position: relative;
	display: inline-block;
	content: '・';
	width: 8px;
	height: 15px;
	margin-bottom: -6px;
	margin-right: 8px;
}
.otb-banner-card__list li a:link{
	color: #333333;
}
.otb-banner-card__list li a::hover{
	border-color:#c00
}
.otb-banner-card:hover{
	background-color: #fff!important;
}
.relate-banner .otb-banner-card:hover .br-banner-card__title,.relate-banner .otb-banner-card:hover .br-banner-card__txt{color:#333333}

.main-content{
	padding-top: 0;
}

.loading-wrap{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 10000000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loader {
  color: #222222;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*! -------------------- お問い合わせ -------------------- */
.contact{position:relative;text-align:center;font-weight:700;color:#fff;height:300px;background-image:url(../img/contact.jpg);background-size:cover;background-position:center center}
.contact .contact-heading{font-size:32px;padding:85px 0 26px}
.contact .contact-link{color:#fff;position:relative;width:348px;margin:0 auto;font-size:16px;line-height:58px;border:1px solid #fff;background-color:rgba(255,255,255,.1)}
.contact .contact-link:hover{background-color:rgba(255,255,255,.3);transition:.2s}
.contact a:hover{ text-decoration: none; }
.contact .contact-link:before{content:'';display:block;width:30px;height:30px;background-image:url(../img/arrow_big.png);background-repeat:no-repeat;background-size:cover;position:absolute;top:0;bottom:0;left:25px;margin:auto 0}


@media screen and (max-width: 767px) {
.contact{height:211px;background-image:url(../img/contact_sp.jpg)}
.contact .contact-heading{font-size:20px;padding:54px 0 36px}
.contact .contact-link{width:95%;max-width:228px;font-size:14px;line-height:48px}
.contact .contact-link:before{width:20px;height:20px;left:12px}
}

/* ******************************************************************************
section-core
****************************************************************************** */
.otb-content-sec4 .core-list .core-list__wrap.column-green .core-list__header{background-color: #64e2cc;}
.otb-content-sec4 .core-list .core-list__wrap.column-green .core-list__column{background-color: #e5f7f4;}
.otb-content-sec4 .core-list .core-list__wrap.column-red .core-list__header{background-color: #ef9d9d;}
.otb-content-sec4 .core-list .core-list__wrap.column-red .core-list__column{background-color: #fdf0f1;}
.otb-content-sec4 .core-list .core-list__wrap.column-blue .core-list__header{background-color: #60cfdd;}
.otb-content-sec4 .core-list .core-list__wrap.column-blue .core-list__column{background-color: #e9f7fa;}
.otb-content-sec4 .core-list .core-list__wrap .core-list__header{display:flex;justify-content: center;align-items: center;text-align: center;font-size: 1rem; letter-spacing: normal;font-weight: 400;}
.otb-content-sec4 .core-list .core-list__wrap .core-list__header span{font-size: 1.125rem; font-weight: 700;}
.otb-content-sec4 .core-list .core-list__wrap .core-list__column .h-scale{overflow: hidden;}
.otb-content-sec4 .core-list .core-list__wrap .core-list__column .core-list__link:hover a{text-decoration: none;}
.otb-content-sec4 .core-list .core-list__wrap .core-list__column .core-list__link .h-scale__img{display: block;border-radius: 3px;}
.otb-content-sec4 .core-list .core-list__wrap .core-list__column .core-list__link .h-scale__img img{display: block;-webkit-transition: .5s;transition: .5s;overflow: hidden;}
.otb-content-sec4 .core-list .core-list__wrap .core-list__column .core-list__link a{position:relative;display: flex; justify-content: center; align-items: center;}
.otb-content-sec4 .core-list .core-list__wrap .core-list__column .core-list__link a::after{content: ""; position: absolute; background: url(/corporate/chiteki/common/img/img_pdf_icon.png) 0 0 no-repeat transparent; background-size: cover; width: 33px; height: 18px; top: 5px; right: 5px;}
.otb-content-sec4 .core-list .core-list__wrap .core-list__column .core-list__link p{position: absolute; z-index: 5; display: inline-block; text-align: center; font-size: 1rem; line-height: 1.2; color: #fff; font-weight: 700; text-shadow: 0 0 8px rgba(0,0,0,0.34);}
.otb-content-sec4 .core-list .core-list__wrap .core-list__column .core-list__link .arrow{content:""; width: 0;height: 0;border-style: solid;border-width: 4px 0 4px 7px;border-color: transparent transparent transparent #fff; display: inline-block; margin: 0 0.2em 0.1em 0;}
.otb-content-sec4 .core-link .core-link__text{text-align:center;margin-bottom: 1em;}
.otb-content-sec4 .core-link > a{display: flex; justify-content: center; align-items: center; border: 1px solid #1651ad;font-size: 1.125rem; line-height: 1;padding: 24px;color: #1651ad;transition: all .2s ease-out; opacity: 1;}
/* pc only */
@media print,screen and (min-width:768px){
	.otb-content-sec4 .core-list{margin: 1.25em 0 2em;}
	.otb-content-sec4 .core-list .core-list__wrap{display: flex;justify-content:space-between;flex-wrap:wrap; margin-bottom: 12px;}
	.otb-content-sec4 .core-list .core-list__wrap .core-list__header{width:200px;}
	.otb-content-sec4 .core-list .core-list__wrap .core-list__column{display: flex;justify-content: flex-start;padding: 20px 15px;width: calc(100% - 200px);}
	.otb-content-sec4 .core-list .core-list__wrap .core-list__column .h-scale:hover{text-decoration: none;}
	.otb-content-sec4 .core-list .core-list__wrap .core-list__column .h-scale:hover img {-webkit-transform: scale(1.1);transform: scale(1.1);}
	.otb-content-sec4 .core-list .core-list__wrap .core-list__column .core-list__link{position: relative;margin-right: 10px;}
	.otb-content-sec4 .core-link > a:hover{text-decoration: none;opacity: 0.8;}
	.otb-content-sec4 .core-link > a small{font-size: 1em;margin-left:0.25em;}
}
/* sp only*/
@media print,screen and (max-width:767px){
	.otb-content-sec4 .core-list{display: flex;flex-wrap:wrap;margin: 2em 0;}
	.otb-content-sec4 .core-list .core-list__wrap.column-green,
	.otb-content-sec4 .core-list .core-list__wrap.column-red{width:calc((100% - 4%) / 2);}
	.otb-content-sec4 .core-list .core-list__wrap.column-red{margin-left: 2%;}
	.otb-content-sec4 .core-list .core-list__wrap.column-red .core-list__column::after{content:""; display: block; width: 100%; padding-top: calc(3 / 4 * 100%); margin-top: 5px;}
	.otb-content-sec4 .core-list .core-list__wrap.column-blue{width: 100%;margin-top: 10px;}
	.otb-content-sec4 .core-list .core-list__wrap .core-list__header{font-size: 0.71428571rem;line-height: 1.68421052em; padding: 1em;}
	.otb-content-sec4 .core-list .core-list__wrap .core-list__header span{font-size: 0.85714285rem; font-weight: 700;}
	.otb-content-sec4 .core-list .core-list__wrap .core-list__column{padding:10px 15px;}
	.otb-content-sec4 .core-list .core-list__wrap .core-list__column .core-list__link{margin-top: 5px;}
	.otb-content-sec4 .core-list .core-list__wrap .core-list__column .core-list__link:first-of-type{margin-top: 0;}
	.otb-content-sec4 .core-list .core-list__wrap .core-list__column .core-list__link p{font-size: 0.85714285rem;}
	.otb-content-sec4 .core-list .core-list__wrap.column-blue .core-list__column{display: flex; flex-wrap: wrap; padding: 10px 32px;}
	.otb-content-sec4 .core-list .core-list__wrap.column-blue .core-list__column .core-list__link{width:calc((100% - 2%) / 2);margin: 0 2% 5px 0;}
	.otb-content-sec4 .core-list .core-list__wrap.column-blue .core-list__column .core-list__link:nth-last-of-type(2n + 1){margin-right: 0;}
	.otb-content-sec4 .core-list .core-list__wrap .core-list__column .core-list__link .h-scale__img img{width: 100%;}
	.otb-content-sec4 .core-link .core-link__text{letter-spacing: -0.05em;margin:0 -1em 1em;}
	.otb-content-sec4 .core-link > a{display: block;font-size: 1rem;padding: 1em;letter-spacing: normal;text-align: center;}
	.otb-content-sec4 .core-link > a small{font-size: 0.85714285rem;margin-left:0.25em;}
}

@media print,screen and (min-width:768px){
.local-header .lh-nav-list__item--col3.lh-nav-list__item--ir .division-list{grid-template-columns:1fr}
.local-header .lh-nav-list__item--col3.lh-nav-list__item--ir .division-panel__title{width: calc((146.72/1318.03)*100%);}
.local-header .division-panel__links{width: auto;flex:1}
.local-header .division-link-list__item{padding: 0 calc((8.484/1318.03)*100%);}
.local-header .lh-nav-sp-heading{display: none;}
.local-header .lh-nav-scroller{display: flex;}
}

@media print,screen and (max-width:767px){
.local-header .lh-nav-sp-heading{display: none;}
.local-header.indexPage .lh-nav-sp-heading{display: block;}
.local-header.indexPage .lh-nav-list__item>a:not(.current)+.lh-dropdown-container{display: block;}
.local-header.indexPage .lh-nav-list__item .lh-modal__btn--close,
.local-header.indexPage .lh-nav-list__item .dropdown-panel-image{display: none;}
.local-header.indexPage .lh-nav-list__item .dropdown-panel-links-inner{max-height: none !important;}
.local-header.indexPage .lh-nav-scroller{overflow: hidden;overflow-y: auto;}
.local-footer-nav .lf-inquery{margin-top:0;border-top:none}
}

.otb-content-sec2 p,
.otb-content-sec3 .sec3-result-item-title,
.otb-content-sec3 .sec3-result-item-text,
.otb-content-sec4 .sec4-core-technology--txt,
.otb-column-main h3,
.otb-column-main h4,
.otb-column-main p,
.otb-column-main .otb-column-table td,
.otb-column-main .otb-column-imgbox h4,
.otb-column-main .otb-column-list{text-align: justify;}