@charset "UTF-8";
/* ***********************************************************
*
*    INDEX
*
* ***********************************************************
*/
.center{
	text-align: center;
}
.left{
	text-align: left !important;
}
.greenlink {
    color: #299476;
    text-decoration: underline;
}
#report2019_02 h2{
	margin-bottom: 30px;
}
#report2019_02 .kankyohozen_block{
	border: 1px solid #dbd5d1;
	background: #fcfcfa;
	border-radius: 0 10px 10px 10px;
	-webkit-border-radius: 0 10px 10px 10px;
	box-shadow: 3px 3px 3px #ddd;
	-webkit-box-shadow: 3px 3px 3px #ddd;
	padding: 35px 30px 60px;
	box-sizing: border-box;
	margin-bottom: 45px;
}
#report2019_02 .title1{
	border-bottom: #e0dfd8 2px solid;
	color: #4f352e;
	font-size: 22px;
	line-height: 25px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#report2019_02 .bline{
	width: 100%;
	background: linear-gradient(transparent 31px , rgba(224,223,216,1) .1em);
	background-size: 100% 32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 16px;
}
#report2019_02 .qa_text{
	color: #b06400;
}
#report2019_02 .bline .sup {
	display: inline-block;
	width: 1.6em;
	height: 1.0em;
	position: relative;
}
#report2019_02 .bline .sup sup {
	position: absolute;
	top: -0.6em;
	left: 2px;
	font-size: 70%;
	vertical-align: 0;
}

#report2019_02 .midashi{
	margin: 40px 0;
}
#report2019_02 .fusen{
	background: url(/sukoyaka/assets/images/report/2018/vol1/fusen_pc.png) no-repeat;
	width: 196px;
	height: 55px;
	color: #b56701;
	font-size: 20px;
	line-height: 55px;
	padding-left: 38px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#report2019_02 .noteblock {
	margin-top: 40px;
}

#report2019_02 .noteblock .note{
	color: #838383;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	text-indent: -2em;
	padding-left: 2em;
}


#report2019_02 .program_blueBox{
	background: #e8f4f7;
	border: 2px solid #0091ce;
	border-radius: 10px;
	position: relative;
	padding: 135px 30px 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
#report2019_02 .program_blueBox h3{
	background: #0091ce;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	position: absolute;
	padding: 15px 20px;
	top: 30px;
	left: -20px;
	box-shadow: 3px 3px 3px #ccc;
}
#report2019_02 .photoblock {
	width: 438px;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#report2019_02 .photoblock2 {
	width: 455px;
	margin: 30px auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*
#report2019_02 .photoblock div {
	width: 220px;
	margin-top: 20px;
}
*/
#report2019_02 .photoblock .ph1 {
	width: 150px;
	margin-right: 20px;
}
#report2019_02 .photoblock .ph2 {
	width: 268px;
}

#report2019_02 .photoblock .wide {
	width: 100%;
}

#report2019_02 .photoblock p,
#report2019_02 .photoblock2 p {
	line-height: 1.6em;
	margin-top: 10px;
}

#report2019_02 .matomeblock{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 30px 0 30px 25px;
	box-sizing: border-box;
	border: 2px solid #ffad41;
	background: rgba(255, 173, 65, 0.08);
	position: relative;
}
#report2019_02 .matomeblock dt{
	position: absolute;
	top: -5px;
	left: 40px;
}
#report2019_02 .matomeblock dd{
	position: relative;
	z-index: 10;
}
#report2019_02 .matomeblock dd img{
	float: left;
	margin-right: 3%;
	margin-top: 3%;
}
#report2019_02 .matomeblock dd p{
	float: left;
	width: 75%;
}
#report2019_02 .matomeblock:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}



@media screen and (min-width: 767px) {
br.sp{
	display: none;
}
}
@media screen and (max-width: 767px) {
br.pc{
	display: none;
}
#report2019_02 img {
	max-width: 100%;
	height: auto;
}

#report2019_02 h2 img {
	width: 100%;
}
#report2019_02 h3 {
	width: 160px;
}
#report2019_02 .kankyohozen_block {
    padding: 30px 10px 20px;
    margin-bottom: 45px;
}
#report2019_02 .title1 {
    font-size: 16px;
    line-height: 23px;
    font-weight: bold;
}
#report2019_02 .bline {
    width: 100%;
    background: linear-gradient(transparent 27px , rgba(224,223,216,1) .1em);
    background-size: 100% 28px;
    line-height: 28px;
    overflow: hidden;
    font-size: 14px;
}
#report2019_02 .fusen {
    background: url(/sukoyaka/assets/images/report/2018/vol1/fusen_sp.png) no-repeat;
	background-size: 127px 37.5px;
    width: 127px;
    height: 37.5px;
    font-size: 15px;
    line-height: 38px;
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
#report2019_02 .matomeblock {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 20px 10px;
}
#report2019_02 .matomeblock dt {
    position: absolute;
    top: -5px;
    left: 10px;
}
#report2019_02 .matomeblock dt img {
    width: 57px;
	height: 51px;
}
#report2019_02 .matomeblock dd img {
    float: left;
    margin-right: 3%;
    margin-top: 4%;
    width: 60px;
	height: 87px;
}

#report2019_02 .note{
	font-size: 12px;
	line-height: 18px;
}

#report2019_02 .photoblock {
	width: 100%;
	max-width: 438px;
	margin: 0 auto 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#report2019_02 .photoblock2 {
	width: 100%;
	max-width: 455px;
	margin: 30px auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#report2019_02 .photoblock div {
	width: 48%;
	margin-top: 20px;
}

#report2019_02 .photoblock .wide {
	width: 100%;
}

#report2019_02 .photoblock p,
#report2019_02 .photoblock2 p {
	line-height: 1.6em;
	margin-top: 10px;
}

#report2019_02 .photoblock .ph1 {
	width: 48%;
	margin-right: 4%;
}
#report2019_02 .photoblock .ph2 {
	width: 48%;
}
#report2019_02 .matomeblock dd p {
	display: inline;
	float: none;
	border-bottom: 1px solid #d9dfe2;
}


#report2019_02 .program_blueBox{
	background: #e8f4f7;
	border: 1px solid #0091ce;
	border-radius: 10px;
	position: relative;
	padding: 110px 15px 15px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
#report2019_02 .program_blueBox h3{
	width: 95%;
	background: #0091ce;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	position: absolute;
	padding: 10px 15px;
	top: 20px;
	left: -10px;
	box-shadow: 3px 3px 3px #ccc;
}
}
