@charset "utf-8";


/*=============================================
	
	タイトル
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#report_title {
		display: none;
		position: relative;
		padding-top: 100%;
 	}
	#report_title .bg_mask {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
	}
	#report_title h2 {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -40%;
		line-height: 100vw;
		width: 80%;
	}
}

@media print, screen and (min-width: 769px) {
	#report_title {
		display: none;
	}
}


/*=============================================
	
	レポート詳細
	
==============================================*/

/*
===== report detail =====
*/

#report-index,
#report-detail {
	font-size:1em;
}

#report-index {
	font-family: "FOT-筑紫明朝 Pr6 M";
}

#report-detail.contentWidth {
	overflow: hidden;
}

#report-detail .main {
    text-align: left;
    font-family: "FOT-筑紫明朝 Pr6 M";
}

#report-detail img {
	max-width: 100%;
	height: auto;
}

#report-detail .mainAreaContent > img {
	display: block;
	margin:0 auto;
	max-height: 560px;
}

#report-detail a {
	color: #2058A5;
}

#report-index .group:nth-child(odd){
	background:#faf9f4;
}

.report-info h2{
	line-height:1.4;
}



@media screen and (min-width:769px) {

#report-detail {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}

#report-detail .main {
	width: 680px;
	float: left;
	padding-bottom: 60px;
}

#report-detail .main h1, #report-detail .main h2 {
	line-height: 1.6;
	font-size: 24px;
	margin-bottom: 25px;
	text-align: left;
	color: #666;
}

#report-detail .headline figure {
	text-align: center;
	margin-bottom: 30px;
}

#report-detail .headline figure img.haba_awase {
	width:100%;
	height:auto;
}
#report-detail .headline figure img.takasa_awase {
	width:auto;
	height:540px;
}

#report-detail .headline .headlineText {
	font-family: "FOT-筑紫明朝 Pr6 M";
	line-height: 2;
	font-size: 14px;
	margin-bottom: 30px;
}

#report-detail .status {
    margin-bottom: 50px;
    padding: 15px 0 15px 20px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#report-detail .status dl {
    float: left;
    margin-right: 75px;
    line-height: 2;
    font-size: 14px;
}

#report-detail .status dl:last-child {
	margin-right: 0;
}

#report-detail .status dl dt,
#report-detail .status dl dd {
	display: inline-block;
}

#report-detail .status dl dt:after {
	content: "：";
}

#report-detail .status dl dt {
	color: #888;
}

#report-detail .status dl dd > a {
	text-decoration: underline;
}

#report-detail .status dl dd > a:hover {
	text-decoration: none;
}

#report-detail .status dl dd > p {
	display: inline-block;
	line-height: 1;
}

#report-detail .status dl dd > p + p:before {
	content: "/";
}

#report-detail .mainArea {
	margin-bottom: 60px;
}

#report-detail .mainArea > p,
#report-detail .mainArea > div {
	margin-bottom: 20px;
	font-size: 14px;
}

#report-detail .mainArea > p {
	padding:1em 0;
}

#report-detail .mainArea > p.linkBtn {
    text-align: center;
    margin: 60px 0;
    line-height: 1.4;
    padding:0;
}

#report-detail .mainArea > p.linkBtn a {
    display: inline-block;
    padding: 10px 20px;
    background: #403937;
    color: #fff;
    min-width: 360px;
}

#report-detail .mainArea > p.linkBtn a.inner span:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}

#report-detail .mainArea > p.linkBtn a.outer span {
	background: url(../img/parts/icon-external-w.svg) right no-repeat;
    background-size: auto auto;
	background-size: 18px 14px;
	padding-right: 30px;
}

#report-detail .mainArea > h2.mainAreaTitle {
	font-family: "FOT-筑紫明朝 Pr6 M";
	font-size: 20px;
	margin-bottom: 10px;
	padding-top:40px;
	line-height: 1.6;
}

#report-detail .mainArea iframe {
	width: 100%;
	height: 405px;
	display: block;
	margin:0 auto 40px;
}

#report-detail .mainAreaContent > img.haba_awase {
	width:100%;
	height:auto;
}
#report-detail .mainAreaContent > img.takasa_awase {
	width:auto;
	height:540px;
}

#report-detail .relatedArea {
	margin-bottom: 30px;
}

#report-detail .relatedArea > div {
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding: 15px 0 30px;
}

#report-detail .relatedArea > div:last-child {
	border-bottom: 1px solid #ccc;
}

#report-detail .relatedArea > div h3 {
    margin-bottom: 30px;
    font-size: 18px;
}

#report-detail .relatedArea > div ul li a {
	float: left;
	width: 48%;
	overflow: hidden;
	display: block;
	color: #000;
	transition: opacity 0.3s;
}

#report-detail .relatedArea > div ul li a:hover {
	opacity: 0.7;
}

#report-detail .relatedArea > div ul li:nth-child(even) a {
	float: right;
}

#report-detail .relatedArea > div ul li figure {
	display: table;
	width:100%;
	background: #F5F5F5;
	text-align: center;
}

#report-detail .relatedArea > div ul li figure img {
	display: table-cell;
	vertical-align: top;
}

#report-detail .relatedArea > div ul li figure img.takasa_awase {
	width:auto;
	height:75px;
	margin:0 auto;
}

#report-detail .relatedArea > div ul li figcaption {
	display: table-cell;
	vertical-align: top;
	width:246px;
	padding-left:16px;
	background: #FFF;
	text-align: left;
}

#report-detail .relatedArea > div ul li figcaption p {
	line-height: 1;
}

#report-detail .relatedArea > div ul li figcaption h4 {
	line-height: 1.3;
	font-size: 14px;
}

#report-detail .relatedArea > div ul li figcaption div.season p {
	font-size: 11px;
	margin-bottom: 5px;
}

#report-detail .archiveLink a {
    background: #70b8c5;
    color: #fff;
    display: block;
    width: 400px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#report-detail .archiveLink a:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}

#report-detail aside {
	width: 240px;
	float: right;
	text-align: left;
}

#report-detail aside > div {
	border: 1px solid #ccc;
}

#report-detail aside > div + div {
	margin-top: 30px;
}

#report-detail aside > div h3.sideTitle {
    padding: 2px 10px;
    background: #70b8c5;
    color: #fff;
    font-size: 14px;
    text-align: center;
    outline:solid 1px #70b8c5;
    line-height: 1.8;
}

#report-detail aside > div .sideNewContents {
	padding: 0 10px 10px;
}
#report-detail aside > div .sideRefineContents {
	padding: 10px;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a {
	font-family: "FOT-筑紫明朝 Pr6 M";
    color: #000;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 10px 0px;
    transition: opacity 0.3s;
    overflow: hidden;
    text-align: center;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a:hover {
	opacity: 0.7;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure {
	display: table;
	width:100%;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure > img {
	display: table-cell;
	vertical-align: top;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure > img.takasa_awase {
	height:60px;
	width:auto;
	margin:0 auto;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure > figcaption {
	font-size: 12px;
	line-height: 1.4;
	display: table-cell;
	vertical-align: top;
	width:66%;
	padding-left:4%;
	text-align: left;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure > figcaption h4 i {
    vertical-align: middle;
    margin-left: 3px;
    background: #666;
    color: #FFF;
    width: 3.6em;
    text-align: center;
    display: inline-block;
    font-family: Arial,Helvetica,Sans-serif;
    letter-spacing: 0.08em;
    padding-left:0.08em;
    line-height: 16px;
    font-size: 10px;
}

#report-detail aside > div#sideNew .sideNewContents > p > a,
#report-detail aside > div#sideRefine .sideRefineContents .searchBtn > a {
    text-align: center;
    display: block;
    margin-top: 10px;
    background: #ddd;
    color: #000;
}

#report-detail aside > div#sideRefine .sideRefineContents .searchBtn > a {
	margin-top:20px;
}

#report-detail aside > div .sideRefineContents dl + dl {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}

#report-detail aside > div .sideRefineContents dl dt {
	margin-bottom: 5px;
	padding: 7px 10px 7px 0;
	font-size: 14px;
}

#report-detail aside > div .sideRefineContents dl dd ul li {
	font-size:12px;
	line-height: 1.6;
	display: inline-block;
	vertical-align: top;
	width:110px;
}

#report-detail aside > div .sideRefineContents dl dd ul.styles li {
	display: block;
	width:auto;
}

#report-detail aside > div .sideRefineContents dl dd ul li input {
	margin-right: 5px;
}

#report-detail aside > div#sideRefine .sideRefineContents .searchBtn > a {
	line-height: 2;
}

#report-detail{
	font-size:1em;
}
#report-detail aside .btn_big02 {
	width: 80%;
	margin: 30px auto;
}
#report-detail aside .btn_big02 a {
	padding: 0.6em 0;
	color: #333;
}
/* conceptページで使用　 */

#concept-report{
	padding:65px 0;
}
#concept-report h3{
	margin-bottom:15px;
}
#concept-report h3 img{
	height:78px;
}

#concept-report .lead{
	margin-bottom:20px;
}

#concept-report .img{
	margin-bottom:35px;
}

}



@media screen and (max-width:768px) {

#report-detail {
	padding: 20px 6%;
}

#report-detail .main {
    padding-bottom: 25px;
    margin-bottom: 0;
}

#report-detail .main h1, #report-detail .main h2 {
	line-height: 1.6;
	font-size: 18px;
	margin-bottom: 15px;
	text-align: left;
	color: #666;
}

#report-detail .headline figure {
	margin-bottom: 15px;
	text-align: center;
}

#report-detail .headline figure img.haba_awase {
	width:100%;
	height:auto;
}

#report-detail .headline figure img.takasa_awase {
	width:auto;
	height:66vw;
}

#report-detail .headline .headlineText {
	font-family: "FOT-筑紫明朝 Pr6 M";
	font-size: 12px;
	line-height: 2;
	margin-bottom: 15px;
}

#report-detail .status {
    margin-bottom: 20px;
    padding: 10px 15px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#report-detail .status dl {
    line-height: 2;
    font-size: 12px;
}

#report-detail .status dl dt,
#report-detail .status dl dd {
	display: inline-block;
}

#report-detail .status dl.style dd {
	display: inline;
}

#report-detail .status dl dt:after {
	content: "：";
}

#report-detail .status dl dt {
	color: #888;
}

#report-detail .status dl dd > a {
	text-decoration: underline;
}

#report-detail .status dl dd > a:hover {
	text-decoration: none;
}

#report-detail .status dl dd > p {
	display: inline;
	line-height: 1;
}

#report-detail .status dl dd > p + p:before {
	content: "/";
}

#report-detail .mainArea {
	margin-bottom: 10px;
	font-size: 15px;
	padding-bottom:20px;
}

#report-detail .mainArea > p,
#report-detail .mainArea > div {
	margin-bottom: 15px;
	line-height: 2;
	font-size: 12px;
}

#report-detail .mainArea > p {
	padding:1em 0;
}

#report-detail .mainArea > p.linkBtn {
    text-align: center;
    margin: 30px 0;
    line-height: 1.4;
    padding:0;
}

#report-detail .mainArea > p.linkBtn a {
    display: inline-block;
    padding: 10px 20px;
    background: #403937;
    color: #fff;
    min-width: 80%;
}

#report-detail .mainArea > p.linkBtn a.inner span:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}

#report-detail .mainArea > p.linkBtn a.outer span {
	background: url(../img/parts/icon-external-w.svg) right no-repeat;
    background-size: auto auto;
	background-size: 16px auto;
	padding-right: 26px;
}

#report-detail .mainArea > h2.mainAreaTitle {
	font-family: "FOT-筑紫明朝 Pr6 M";
	font-size: 16px;
	margin-bottom: 7px;
	padding-top: 40px;
	line-height:1.6;
}

#report-detail .mainArea iframe {
	width:88vw;
	height: 49.5vw;
	display: block;
	margin: 0 auto 40px;
}

#report-detail .mainAreaContent > img.haba_awase,
#report-detail .mainAreaContent > img.takasa_awase {
	width:100%;
	height:auto;
}

#report-detail .relatedArea {
	margin-bottom: 20px;
}

#report-detail .relatedArea > div {
    overflow: hidden;
    padding: 30px 0 0;
	margin-bottom: 15px;
}

#report-detail .relatedArea > div h3 {
    margin-bottom: 15px;
    font-size: 15px;
}

#report-detail .relatedArea > div ul li a {
	overflow: hidden;
	display: block;
	color: #000;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

#report-detail .relatedArea > div ul li:first-child a {
	border-top: 1px solid #ccc;
}

#report-detail .relatedArea > div ul li figure {
	display: table;
	width: 100%;
	text-align: center;
}

#report-detail .relatedArea > div ul li figure img {
	display: table-cell;
	vertical-align: top;
}

#report-detail .relatedArea > div ul li figure img.takasa_awase {
	height:17vw;
	width:auto;
	margin:0 auto;
}

#report-detail .relatedArea > div ul li figcaption {
	display: table-cell;
	vertical-align: top;
	width:76%;
	padding-left:4%;
	background: #FFF;
	text-align: left;
}

#report-detail .relatedArea > div ul li figcaption p {
	line-height: 1;
}

#report-detail .relatedArea > div ul li figcaption h4 {
	line-height: 1.4;
	font-size: 12px;
}

#report-detail .relatedArea > div ul li figcaption div.season p {
	font-size: 11px;
	margin-bottom: 5px;
}

#report-detail .archiveLink {
	margin:40px 0 50px;
}

#report-detail .archiveLink a {
    background: #70b8c5;
    color: #fff;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    line-height: 46px;
    text-align: center;
    font-size: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#report-detail .archiveLink a:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}

#report-detail aside {
	text-align: left;
	margin-bottom: 60px;
}

#report-detail aside > div {

}

#report-detail aside > div + div {
	margin-top: 50px;
}

#report-detail aside > div h3.sideTitle {
    padding: 2px 0;
    font-size: 14px;
    text-align: center;
    line-height: 2.2;
    border-bottom: 2px solid #99C2CD;
}

#report-detail aside > div .sideNewContents {
	padding: 0 10px 10px;
}
#report-detail aside > div .sideRefineContents {
	padding: 10px;
}
#report-detail aside .btn_big02 a {
	color: #666;
}
#report-detail aside > div#sideNew .sideNewContents > ul > li > a {
	font-family: "FOT-筑紫明朝 Pr6 M";
    color: #000;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 20px 0px;
    transition: opacity 0.3s;
    overflow: hidden;
    text-align: center;
}
#report-detail aside > div#sideNew .sideNewContents > ul > li:last-child > a {
	border-bottom: none;
	margin-bottom: 40px;
}
#report-detail aside > div#sideNew .sideNewContents > ul > li > a:hover {
	opacity: 0.7;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure {
	display: table;
	width:100%;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure > img {
	display: table-cell;
	vertical-align: top;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure > img.takasa_awase {
	height:21vw;
	width:auto;
	margin:0 auto;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure > figcaption {
	line-height: 1.6;
	font-size: 12px;
	display: table-cell;
	vertical-align: top;
	width:66%;
	padding-left:4%;
	text-align: left;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure > figcaption h4 i {
    vertical-align: middle;
    margin-left: 3px;
    background: #666;
    color: #FFF;
    width: 3.6em;
    text-align: center;
    display: inline-block;
    font-family: Arial,Helvetica,Sans-serif;
    letter-spacing: 0.08em;
    padding-left:0.08em;
    line-height: 16px;
    font-size: 10px;
}

#report-detail aside > div#sideNew .sideNewContents > p > a,
#report-detail aside > div#sideRefine .sideRefineContents .searchBtn > a {
    text-align: center;
    display: block;
    margin-top: 10px;
    background: #ddd;
    color: #000;
}

#report-detail aside > div .sideRefineContents dl + dl {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
#report-detail aside > div .sideRefineContents dl:last-of-type {
	margin-bottom: 40px;
}
#report-detail aside > div .sideRefineContents dl dt {
	padding: 7px 10px 7px 0;
	font-size: 14px;
}

#report-detail aside > div .sideRefineContents dl dd ul li {
	line-height: 1.8;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
}

#report-detail aside > div .sideRefineContents dl dd ul.styles {
	font-size: 0;
}
#report-detail aside > div .sideRefineContents dl dd ul.styles li {
	width:50%;
	max-width: 11em;
}

#report-detail aside > div .sideRefineContents dl dd ul li input {
	margin-right: 4px;
	display: inline;
	vertical-align: middle;
}

#report-detail aside > div#sideRefine .sideRefineContents .searchBtn > a {
	line-height: 2;
}

}

/*=============================================
	
	下部バナー
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#report_bottom {
	}
	#report_bottom ul {
		width: 80%;
		margin: 0 auto;
	}
	#report_bottom ul li {
		margin: 0 0 1.6em;
	}

}

@media print, screen and (min-width: 769px) {
	#report_bottom {
	}
	#report_bottom ul {
		width: 720px;
		margin: 0 auto;
		text-align: center;
	}
	#report_bottom ul li {
		display: inline-block;
		float: left;
		width: 45%;
		margin: 0 2%;
	}

}


