@charset "UTF-8";

/**
 * ICF-B99.css
 * updatedAt : 2017.10.05
 * updatedAt : 2016.07.27
 */

/*--------------------------------------------------
	.mod-related-article
--------------------------------------------------*/
.mod-related-article {
	background-image: url("../img/ICF-B99_foot.png");
}

/*--------------------------------------------------
	.mainvisual
--------------------------------------------------*/
.mainvisual {
	background-image: url("../img/ICF-B99_mainvisual.png");
}
.mainvisual-inner h2 {
	margin: 20px 0 0 100px;
	font-size: 162.5%;
	width: 360px;
	/*text-shadow: 0px 0px 25px rgba(0,0,0,0.8),
		0px 0px 20px rgba(0,0,0,0.8),
		0px 0px 15px rgba(0,0,0,0.6);*/
}

@media(max-width:640px) {
	.mainvisual {
		background-image: url("../img/ICF-B99_mainvisual.jpg");
	}
	.mainvisual-inner h2 {
		margin: -30% 0 0;
	}
}

/*--------------------------------------------------
	.intro
--------------------------------------------------*/
.intro-heading {
	margin-top: 3px;
	text-align: center;
}
.intro-heading h3 {
	margin: 40px 20px 0 0;
	vertical-align: middle;

}
.intro-heading-img {
	margin-left: 10px;
	width: 172px;
	vertical-align: middle;
}
.intro-heading-img img {
	width: 100%;
	height: auto;
	max-width: 344px;
}
.intro p.copy {
	margin: 15px 0 0 0;
}

@media(max-width:640px) {
	.intro-heading h3 {
		margin: 0;
	}
	.intro-heading-img {
		margin: 0;
		width: auto;
	}
	.intro-heading-img img {
		width: 50%;
	}
}
@media(max-width:540px) {
	.intro p.copy,
	.intro p.note {
		text-align: left;
	}
}
@media(max-width:479px) {
	.intro-heading-img img {
		width: 60%;
	}
}

/*--------------------------------------------------
	section .sec-01
--------------------------------------------------*/
.sec-01 {
	padding-top:50px;
	margin-top: 40px;
}
.sec-01 .txt-box {
	float: left;
	position: relative;
	z-index: 1;
	width: 340px;
}
.sec-01 .img-box2 {
	margin-top: 15px;
	width: 362px;
}
.sec-01 .img-box2 img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
.sec-01 .img-box {
	float: right;
	position: relative;
	z-index: 0;
	width: 395px;
}
.sec-01 .img-box img.main {
	margin: 145px 0 0;
}
.sec-01 .img-box img.hige {
	position: absolute;
	top: 100px;
	left: 117px;
	width: 123px;
	height: auto;
}

@media(max-width:640px) {
	.sec-01 {
		padding-top:0px;
		margin-top: 20%;
	}
	.sec-01 .txt-box {
		float: none;
		width: auto;
	}
	.sec-01 .img-box2 {
		margin-top: 20px;
		width: auto;
		text-align: center;
	}
	.sec-01 .img-box2 img {
		width: 90%;
	}
	.sec-01 .img-box {
		float: none;
		margin-top: 30px;
		width: auto;
	}
	.sec-01 .img-box img.main {
		margin: 11% 0 0 0;
		width: 130%;
		height: auto;
	}
	.sec-01 .img-box img.hige {
		top: 0;
		left: 20%;
		width: 25%;
	}
}
@media(max-width:479px) {
	.sec-01 .img-box2 img {
		width: 100%;
	}
}

/*--------------------------------------------------
	section .sec-02
--------------------------------------------------*/
.sec-02 {
	padding-top:50px;
	margin-top: -13px;
}
.sec-02 .txt-box {
	float: right;
	margin-top: 35px;
	width: 350px;
}
.sec-02 .img-box {
	float: left;
	width: 400px;
}
.sec-02 .img-box img {
	margin: 0 0 0 -80px;
}
.sec-02 .img-box .note {
	margin-top: 10px;
}

@media(max-width:640px) {
	.sec-02 {
		padding-top:0px;
		margin-top: 10%;
	}
	.sec-02 .txt-box {
		float: none;
		width: auto;
	}
	.sec-02 .img-box {
		float: none;
		margin-top: 20px;
		width: auto;
	}
	.sec-02 .img-box img {
		margin: 0 0 0 -8%;
		width: 109%;
		height: auto;
	}
}

/*--------------------------------------------------
	section .sec-04
--------------------------------------------------*/
.sec-04 {	
	padding-top:50px;
	margin-top: 15px;
}
.sec-04 h4 {
	position: relative;
	z-index: 1;
}
.sec-04 .img-box {
	position: relative;
	z-index: 0;
	margin-top: -20px;
}
.sec-04 .img-box img {
	margin: 0 0 0 -80px;
}
.sec-04 .txt-box {
	position: relative;
	z-index: 1;
	float: left;
	margin-top: 20px;
	width: 340px;
}
.sec-04 .img-box2 {
	position: relative;
	z-index: 1;
	float: right;
	margin: 40px 35px 0 0;
	width: 347px;
}
.sec-04 .img-box2 img {
	width: 100%;
	height: auto;
}
.sec-04 .img-box2 img.img-b {
	margin-top: 5px;
}

@media(max-width:640px) {
	.sec-04 {
		padding-top:0px;
		margin-top: 20%;
	}
	.sec-04 .txt-box {
		float: none;
		margin: 0;
		width: auto;
	}
	.sec-04 .img-box {
		margin-top: 15px;
	}
	.sec-04 .img-box img {
		margin: 0 0 0 -10%;
		width: 110%;
		height: auto;
	}
	.sec-04 .txt-box {
		float: none;
		margin-top: 0;
		width: auto;
	}
	.sec-04 .img-box2 {
		float: none;
		margin: 30px 0 0 0;
		width: auto;
	}
	.sec-04 .img-box2 img.img-b {
		margin-top: 15px;
	}
}

/*--------------------------------------------------
	.end-section
--------------------------------------------------*/
.end-section {
	margin-top: 80px;
}
.end-section p.note {
	color: #10590a;
}
.end-section .summary img {
	width: 211px;
	height: auto;
	max-width: 211px;
}

@media(max-width:640px) {
	.end-section {
		margin-top: 20%;
	}
	.end-section p {
		text-align: left;
	}
}