/* CSS Document */
@media (max-width: 459px) {
.box__report {
	background-image: url( "../img/report_in.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 350px;
	}

.box__report .report__head{
	margin-top: 50px;
	background-image:  url( "../img/report_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 350px;
	height: 350px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;

	}

.box__report .report__head .report__head__text{
	height: 80px;
	display: block;
	background-image: url( "../img/report_logo.svg");
	background-repeat:no-repeat; 
	background-size: 80px 80px ;
	background-position:left bottom;
	position: absolute;
	top:220px;
	left: 0%;
	margin-left: 20px;
	padding: 10px 0 0 100px;

	}
	
.box__report .report__head .report__head__text h3{ 
	font-size: 3rem;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	text-align: left;
	}
	
.box__report .report__head .report__head__text p{ 
	font-size:1rem;
	color: #fff;
	display: block;

	}
	
.box__report .report__head h4{ 
	font-size: 10rem;
	color: #009ae3;
	font-family: 'Playfair Display', serif;
	margin-top: 470px;

	}
	
.box__report  .report__contents{
	padding: 30px 0;
	color: #231815;
	}

.box__report  .report__contents h3{
	color: #34478c;
	font-weight: bold;
	font-size: 2rem;
	line-height: 180%;
	border-bottom: 1px dashed #0b308e;
	}


.box__report  .report__contents p{
	font-size: 1.4rem;
	line-height: 180%;
	color: #231815;
	margin: 20px 0;
	}

.box__report  .report__contents .box__txt img{
	margin: 20px 0;
	width: 100%;
}

.box__report  .report__contents .miyagawa::before{
	content: '宮川　';
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 180%;
	color:#0b308e;
	}

.box__report  .report__contents .nagatomo::before{
	content: '永友　';
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 180%;
	color:#0b308e;
	}

.box__report  .report__contents .kobayashi::before{
	content: '小林　';
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 180%;
	color:#0b308e;
	}
	
.box__report  .report__contents .box__staff{
	margin: 10px 0;
	text-align: center;
}

.box__report  .report__contents .box__staff img{
	margin: 10px auto;
	width: 120px;
}


.box__report  .report__contents .box__staff h4{
	color: #fff;
	font-size: 1.2rem;
}
	
.box__report  .report__contents .box__staff h5{
	color: #34478c;
	font-size: 1.2rem;
}

.box__report  .report__contents .box__staff h5 span{
	color: #34478c;
	font-size: 1.6rem;
}
}

@media screen and  (min-width: 460px) and (max-width: 767px) {	
.box__report {
	background-image: url( "../img/report_in.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 350px;
	}

.box__report .report__head{
	margin-top: 50px;
	background-image:  url( "../img/report_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 400px;
	height: 400px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;

	}

.box__report .report__head .report__head__text{
	height: 100px;
	display: block;
	background-image: url( "../img/report_logo.svg");
	background-repeat:no-repeat; 
	background-size: 100px 100px ;
	background-position:left bottom;
	position: absolute;
	top:50px;
	left: 0%;
	margin-left: 20px;
	padding: 10px 0 0 100px;

	}
	
.box__report .report__head .report__head__text h3{ 
	font-size: 3rem;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	text-align: left;
	}
	
.box__report .report__head .report__head__text p{ 
	font-size:1rem;
	color: #fff;
	display: block;

	}
	
.box__report .report__head h4{ 
	font-size: 10rem;
	color: #009ae3;
	font-family: 'Playfair Display', serif;
	margin-top: 470px;

	}
	
.box__report  .report__contents{
	padding: 30px 0;
	color: #231815;
	}

.box__report  .report__contents h3{
	color: #34478c;
	font-weight: bold;
	font-size: 2rem;
	line-height: 180%;
	border-bottom: 1px dashed #0b308e;
	}


.box__report  .report__contents p{
	font-size: 1.4rem;
	line-height: 180%;
	color: #231815;
	margin: 20px 0;
	}

.box__report  .report__contents .box__txt img{
	margin: 20px 0;
	width: 100%;
}

.box__report  .report__contents .miyagawa::before{
	content: '宮川　';
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 180%;
	color:#0b308e;
	}

.box__report  .report__contents .nagatomo::before{
	content: '永友　';
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 180%;
	color:#0b308e;
	}

.box__report  .report__contents .kobayashi::before{
	content: '小林　';
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 180%;
	color:#0b308e;
	}
	
.box__report  .report__contents .box__staff{
	margin: 10px 0;
	text-align: center;
	width: 33.3%;
	float: left;
}

.box__report  .report__contents .box__staff img{
	margin: 10px auto;
	width: 120px;
}


.box__report  .report__contents .box__staff h4{
	color: #fff;
	font-size: 1.2rem;
}
	
.box__report  .report__contents .box__staff h5{
	color: #34478c;
	font-size: 1.2rem;
}

.box__report  .report__contents .box__staff h5 span{
	color: #34478c;
	font-size: 1.6rem;
}

}

@media screen and  (min-width: 768px) and (max-width: 991px) {	
	
.box__report {
	background-image: url( "../img/report_in.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 420px;
	}

.box__report .report__head{
	margin-top: 50px;
	background-image:  url( "../img/report_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 500px;
	height: 500px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;

	}

.box__report .report__head .report__head__text{
	height: 100px;
	display: block;
	background-image: url( "../img/report_logo.svg");
	background-repeat:no-repeat; 
	background-size: 100px 100px ;
	background-position:left bottom;
	position: absolute;
	top:80px;
	left: 0%;
	margin-left: 20px;
	padding: 10px 0 0 100px;

	}
	
.box__report .report__head .report__head__text h3{ 
	font-size: 3rem;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	text-align: left;
	}
	
.box__report .report__head .report__head__text p{ 
	font-size:1rem;
	color: #fff;
	display: block;

	}
	
.box__report .report__head h4{ 
	font-size: 10rem;
	color: #009ae3;
	font-family: 'Playfair Display', serif;
	margin-top: 470px;

	}
	
.box__report  .report__contents{
	padding: 30px 0;
	color: #231815;
	}

.box__report  .report__contents h3{
	color: #34478c;
	font-weight: bold;
	font-size: 2rem;
	line-height: 180%;
	border-bottom: 1px dashed #0b308e;
	}

	
.box__report  .report__contents p{
	font-size: 1.4rem;
	line-height: 180%;
	color: #231815;
	margin: 20px 0;
	}

.box__report  .report__contents .box__txt img{
	margin: 20px 0;
	width: 100%;
}

.box__report  .report__contents .miyagawa::before{
	content: '宮川　';
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 180%;
	color:#0b308e;
	}

.box__report  .report__contents .nagatomo::before{
	content: '永友　';
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 180%;
	color:#0b308e;
	}

.box__report  .report__contents .kobayashi::before{
	content: '小林　';
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 180%;
	color:#0b308e;
	}
	
.box__report  .report__contents .box__staff{
	margin: 10px 0;
	text-align: center;
}

.box__report  .report__contents .box__staff img{
	margin: 10px auto;
	width: 120px;
}


.box__report  .report__contents .box__staff h4{
	color: #fff;
	font-size: 1.2rem;
}
	
.box__report  .report__contents .box__staff h5{
	color: #34478c;
	font-size: 1.2rem;
}

.box__report  .report__contents .box__staff h5 span{
	color: #34478c;
	font-size: 1.6rem;
}

}

@media (min-width: 992px) {	
	
.box__report {
	background-image: url( "../img/report_in.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 550px;
	}

.box__report .report__head{
	margin-top: 70px;
	background-image:  url( "../img/report_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 675px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;

	}

.box__report .report__head .report__head__text{
	height: 130px;
	display: block;
	background-image: url( "../img/report_logo.svg");
	background-repeat:no-repeat; 
	background-size: 130px 130px ;
	background-position:left bottom;
	position: absolute;
	top:120px;
	left: 50%;
	margin-left: 50px;
	padding: 30px 0 0 140px;

	}
	
.box__report .report__head .report__head__text h3{ 
	font-size: 4rem;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	text-align: left;
	}
	
.box__report .report__head .report__head__text p{ 
	font-size:1.2rem;
	color: #fff;
	display: block;

	}
	
.box__report .report__head h4{ 
	font-size: 10rem;
	color: #009ae3;
	font-family: 'Playfair Display', serif;
	margin-top: 470px;

	}
	
.box__report  .report__contents{
	padding: 30px 0;
	color: #231815;
	}

.box__report  .report__contents h3{
	color: #34478c;
	font-weight: bold;
	font-size: 2rem;
	line-height: 180%;
	border-bottom: 1px dashed #0b308e;
	}

.box__report  .report__contents p{
	font-size: 1.4rem;
	line-height: 180%;
	color: #231815;
	margin: 20px 0;
	}

.box__report  .report__contents .box__txt img{
	margin: 20px 0;
	width: 100%;
}

.box__report  .report__contents .miyagawa::before{
	content: '宮川　';
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 180%;
	color:#0b308e;
	}

.box__report  .report__contents .nagatomo::before{
	content: '永友　';
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 180%;
	color:#0b308e;
	}

.box__report  .report__contents .kobayashi::before{
	content: '小林　';
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 180%;
	color:#0b308e;
	}
	
.box__report  .report__contents .box__staff{
	margin: 10px 0;
	text-align: center;
}

.box__report  .report__contents .box__staff img{
	margin: 10px auto;
	width: 120px;
}


.box__report  .report__contents .box__staff h4{
	color: #fff;
	font-size: 1.2rem;
}
	
.box__report  .report__contents .box__staff h5{
	color: #34478c;
	font-size: 1.2rem;
}

.box__report  .report__contents .box__staff h5 span{
	color: #34478c;
	font-size: 1.6rem;
}

}

