@charset "UTF-8";

section:first-child {
	margin-top: 30px;
}
section + section {
	margin-top: 70px;
}
.fzs {
	font-size: 75%;
}
.fzl {
	line-height: 1.5;
}
.img-inherit {
	width: auto;
	max-width: 100%;
}
#content {
	margin-top: 87px;
}
#content figure {
	margin: 0;
}
#content h3 {
	position: relative;
	margin-bottom: 45px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
#content h3 span {
	display: inline-block;
	background-image: linear-gradient(to right, #007dc6 0%, #00a8e4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #005eb8;
}

/* IE11 */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #content h3 span {
		color: #00b9e6;
		background: none;
	}
}
#content .line::before,
#content .line::after {
	content: "";
	width: 43%;
	height: 1px;
	background: #0089cf;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

#content .line::before {
	left: 0;
}
#content .line::after {
	right: 0;
}

.mainVisual {
	background: url(../images/bg_mainvisual_pc.jpg) no-repeat center top;
	background-size: cover;
	height: 397px;
	margin-bottom: 30px;
}
.mainVisual .inner {
	padding: 100px 0 0 0;
	text-align: center;
}
.registration dl {
	margin-right: 30px;
	width: calc(100% - 20% - 30px)
}
.m-btn-box {
	margin: 30px auto 0;
	min-width: 370px;
}
.detail-area {
	width: 40%;
}

.detail-area .m-btn-box {
	margin: 30px 0 20px;
}

.square-list li {
	position: relative;
	padding-left: 1em;
	margin-top: 5px;
	line-height: 1.5;
}
.square-list li::before {
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #005eb8;
}
.square-list.grn li::before {
	background-color: #90c31f;
}

.btn-area {
	width: 370px;
}
.m-btn-box a {
	position: relative;
	display: block;
	background-color: #ffffff;
	padding: 16px 30px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
.m-btn-box:hover a {
	background: #9bcbf7;
	transition: 0.3s;
	border-color: rgb(109, 161, 214);
}
.bluearea {
	background: #e5eff8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 2;
}
.bluearea dl dt {
	margin-bottom: 10px;
	font-size: 18px;
}

.bluearea .btn-area {
	display: flex;
	align-items: center;
}

.bluearea .m-btn-box {
	width: 100%;
	min-width: initial;
	min-width: auto;
	margin: 0 auto 0;
}
.bluearea .m-btn-box a {
	font-size: 16px;
}
.models .inner {
	padding: 50px 0;
	border-bottom: 1px solid #cccccc;
}
.models .inner:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

.models .inner:first-of-type {
	padding: 0 0 50px;
}
.models .m-box-imgTxt1 {
	display: flex;
}

.models .m-box-imgTxt1 .imgBox {
	position: relative;
	width: 45%;
	margin-right: 30px;
}
.models .m-box-imgTxt1 .imgBox.osp::before {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 72px;
	height: 72px;
	background: url(../images/i_osp.png) no-repeat;
}

.models .m-box-imgTxt1 .textBox {
	width: calc(100% - 45% - 20px);
}
.models .textBox .lead {
	margin-top: 25px;
	padding: 3px 10px;
	background: linear-gradient(to right,  #1e5799 0%,#0b318f 0%,#0069b6 60%,#00b9ef 100%);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	
}

.models .m-box-imgTxt1 .imgBox figure {
	text-align: center;
}

.models .imgbox {
	margin-bottom: 40px;
}
.models .imgbox img {
	width: 100%;
	height: auto;
}

.models .video-inner {
	width: 530px;
	margin: 30px auto 0;
}

.models .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.models .video {
	position: relative;
	padding-bottom: 50.65%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.models .models-list .btn-area {
	margin: auto;
}

.models .models-list .m-btn-box {
	margin: 30px auto 0;
}

.m-box-fixed {
	position: relative;
}
.map .map-area {
	position: relative;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.map .map-title {
	width: 265px;
}
.map .map-title .title {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
}

.map .map-title .m-btn-box {
	margin: 10px 0 0;
}

.map .map-title .btn-area p a {
	color: #005eb8;
}
.map .map-title .arrow a {
	position: relative;
	color: #005eb8;
	padding-right: 20px;
}
.map .map-title .arrow a:after {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #005eb8;
	border-right: solid 1px #005eb8;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
}
.map .map-box {
	width: calc(100% - 265px);
	text-align: center;
}

.detail-list > li {
	position: relative;
	padding-left: 20px;
}

.detail-list > li:before {
	display: block;
	content: '';
	position: absolute;
	top: 0.5em;
	left: 3px;
	width: 10px;
	height: 10px;
	background-color: #7d8488;
	border-radius: 100%;
}

.official-site {
	background: #e5eff8;
	padding: 30px 0;
}

.official-site .btn-area {
	margin: auto;
}

.official-site .m-btn-box {
	margin: 0 auto;
}
.official-site .m-btn-box a {
	font-size: 16px;
}

.intermold2024 footer {
	margin-top: 0;
}


@media screen and (min-width: 0px) and (max-width: 767px) {
	section + section {
		margin-top: 50px;
	}
	#content {
		margin-top: 0;
	}
	.mainVisual {
		background: url(../images/bg_mainvisual_sp.jpg) no-repeat center top;
		background-size: cover;
		height: auto;
		margin-left: -20px;
		margin-right: -20px;
	}
	.mainVisual .inner {
		padding: 105px 20px;
	}
	.mainVisual .inner .logo-area img {
		width: 100%;
		height: auto;
	}
	.bluearea {
		display: block;
	}
	.bluearea .btn-area {
		display: block;
		margin-top: 20px;
		width: 100%;
	}
	.registration dl {
		width: auto;
		margin-right: 0;
	}
	.btn-area {
		width: 100%;
	}
	.m-btn-box {
		min-width: initial;
		min-width: auto;
	}
	#content h3 {
		margin-bottom: 30px;
		font-size: 24px;
	}
	#content .line::before,
	#content .line::after {
		width: 30%;
	}
	.models .m-box-imgTxt1 {
		display: block;
	}
	.models .m-box-imgTxt1 .imgBox,
	.models .m-box-imgTxt1 .textBox {
		width: auto;
		margin: 0 0 20px 0;
	}
	.models .m-box-imgTxt1 .imgBox figure {
		text-align: center;
	}
	.models .video-inner {
		width: auto;
	}
	.models .video {
		padding-bottom: 45.85%;
	}
	.map .map-area {
		position: relative;
		display: block;
		margin-top: 30px;
	}
	.map .map-title {
		width: 100%;
	}
	.map .map-title .title {
		font-size: 22px;
	}
	.map .map-box {
		position: relative;
		margin-top: 30px;
		width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	.m-btn-box {
		min-width: initial;
		min-width: auto;
		width: 100%;
	}
	.tb-mat30 {
		margin-top: 30px !important;
	}
	#content .line::before,
	#content .line::after {
		width: 40%;
	}
}
