@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/
div.page_title {
    background: url("../images/report/page_title_bg.jpg") no-repeat;
	background-size: cover;
}

section#report div.flexibleVisualeditor p{
    margin: initial;
}

section#report div.flexibleVisualeditor a{
    text-decoration: underline;
}

section#report div.flexibleVisualeditor ul{
    padding-left: 1em;
}

section#report div.flexibleVisualeditor ol{
    padding-left: 1.5em;
}

ul.block li.noreport {
	width: 100%!important;
}

ul.block li.noreport p{
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 768px){
	
	section#archive,
	section#report {
		width: 860px;
		margin: 90px auto 0;
	}
	
	section#archive h3{
		font-size: 20px;
		font-size: 2.0rem;
		font-family: "新ゴ B", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-weight: 700;
		line-height: 1.5;
		background: #cde5bc;
		padding: 5px 5px 5px 30px;
		cursor: pointer;
		margin-bottom: 15px;
		background: url("../images/about/arrow01.png") no-repeat #cde5bc;
		background-size: 15px;
		background-position: left 9px top 12px;
	}
	
	section#archive ul.block{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		list-style: none;
		margin-bottom: 50px;
	}
	
	section#archive ul.block li{
		width: 274px;
		margin-right: 19px;
		margin-bottom: 35px;
	}
	
	section#archive ul.block li:nth-child(3n){
		margin-right: 0;
	}
	
	section#archive ul.block li a{
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
		color: #595757;
		font-family: "新ゴ B", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	section#archive ul.block li div.photo{
		width: 100%;
		height: 206px;
		line-height: 0;
		margin-bottom: 8px;
	}
	
	section#archive ul.block li a span.data{
		color: #898989;
		display: block;
		font-family: Shin Go Regular, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	section#report span.data{
		font-size: 12px;
		font-size: 1.2rem;
		color: #898989;
		display: block;
	}
	
	section#report h1{
		font-size: 28px;
		font-size: 2.8rem;
		color: #3e3a39;
		line-height: 1.5;
		margin-bottom: 40px;
		padding-bottom: 10px;
		padding-right: 120px;
		position: relative;
		background: url("../images/common/title_bg.png") repeat-x;
		background-position: bottom;
		background-size: 250px;
		letter-spacing: 0.15em;
	}
	
	section#report h1 span.illust{
		width: 68px;
		display: inline-block;
		position: absolute;
		top: -15px;
		right: 45px;
	}
	
	section#report h2{
		font-size: 26px;
		font-size: 2.6rem;
		color: #e95383;
		line-height: 1.5;
		margin: 90px 0 25px;
		padding-bottom: 5px;
		position: relative;
		border-bottom: 3px solid #e95383;
		letter-spacing: 0.1em;
	}
	
	section#report p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2;
		font-family: "新丸ゴ R", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	section#report p + p{
		margin-top: 2em;
	}
	
	section#report div.photo{
		margin: 20px 0;
	}
	
	section#report div.photo.width80{
		width: 80%;
		margin: 20px auto;
	}
	
	section#report ul.photo02{
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		margin: 20px 0;
		list-style: none;
	}
	
	section#report ul.photo02 li{
		width: 48%;
	}
	
	section#report div.photo figure,
	section#report ul.photo02 li figure{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
		display: block;
	}
	
	section#report dl{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
		font-family: "新丸ゴ R", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		margin-bottom: 8px;
		letter-spacing: 0;
	}
	
	section#report dt{
		width: 3em;
		position: relative;
		margin-right: 1em;
	}
	
	section#report dt::after{
		content: "：";
		position: absolute;
		top: 0;
		right: -1em;
	}
	
	section#report dd{
		width: -webkit-calc(100% - (3em + 1em));
		width: -moz-calc(100% - (3em + 1em));
		width: calc(100% - (3em + 1em));
		letter-spacing: 0.1em;
	}
	
	section#report div.flexibleVisualeditor h1{
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.6;
		font-family: "新ゴ B", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		color:#595757;
		margin: initial;
		padding: initial;
		border: initial;
		background: initial;
	}
	
	section#report div.flexibleVisualeditor h2{
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.6;
		font-family: "新ゴ B", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		color:#595757;
		margin: initial;
		padding: initial;
		border: initial;
		background: initial;
	}
	
	section#report div.flexibleVisualeditor h3{
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.6;
		font-family: "新ゴ B", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	section#report div.flexibleVisualeditor h4{
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.6;
		font-family: "新ゴ B", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	section#report div.flexibleVisualeditor h5{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.6;
		font-family: "新ゴ B", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	section#report div.flexibleVisualeditor h6{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
		font-family: "新ゴ B", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	ul.pagenation {
		width: 508px;
		margin: 80px auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		list-style: none;
	}
	
	ul.pagenation li{
		width: 230px;
		padding: 12px;
	}
	
	ul.pagenation li a{
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	ul.pagenation li a span{
		display: block;
		color: #595757;
	}
	
	ul.pagenation li a span.data{
		color: #898989;
	}
	
	ul.pagenation li a div{
		height: 92px;
		line-height: 0;
		margin-bottom: 6px;
		position: relative;
	}
	
	ul.pagenation li a div span.arrow{
		width: 30px;
	}
	
	ul.pagenation li a div span.arrow.next{
		position: absolute;
		top: -webkit-calc(50% - 15px);
		top: -moz-calc(50% - 15px);
		top: calc(50% - 15px);
		left: -15px;
	}
	
	ul.pagenation li a div span.arrow.prev{
		position: absolute;
		top: -webkit-calc(50% - 15px);
		top: -moz-calc(50% - 15px);
		top: calc(50% - 15px);
		right: -15px;
	}
	
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 767px){
	
	section#archive,
	section#report {
		width: 90%;
		margin: 0 auto;
		padding: 40px 0;
	}
	
	section#archive h3{
		font-size: 20px;
		font-size: 2.0rem;
		font-family: "新ゴ B", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-weight: 700;
		line-height: 1.5;
		background: #cde5bc;
		padding: 5px 5px 5px 30px;
		cursor: pointer;
		margin-bottom: 30px;
		background: url("../images/about/arrow01.png") no-repeat #cde5bc;
		background-size: 15px;
		background-position: left 9px top 12px;
	}
	
	section#archive ul.block{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		list-style: none;
		margin-bottom: 50px;
	}
	
	section#archive ul.block li{
		width: 48%;
		margin-right: 0;
		margin-bottom: 35px;
	}
	
	section#archive ul.block li a{
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
		color: #595757;
		font-family: "新ゴ B", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	section#archive ul.block li div.photo{
		width: 100%;
		height: 30vw;
		line-height: 0;
		margin-bottom: 8px;
	}
	
	section#archive ul.block li a span.data{
		color: #898989;
		display: block;
		font-family: Shin Go Regular, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	section#report h1{
		font-size: 20px;
		font-size: 2.0rem;
		color: #3e3a39;
		line-height: 1.5;
		margin-bottom: 25px;
		padding-bottom: 10px;
		padding-right: 45px;
		position: relative;
		background: url("../images/common/title_bg.png") repeat-x;
		background-position: bottom;
		background-size: 250px;
		letter-spacing: 0.15em;
	}
	
	section#report h1 span.illust{
		width: 34px;
		display: inline-block;
		position: absolute;
		top: -15px;
		right: 5%;
	}
	
	section#report h2{
		font-size: 18px;
		font-size: 1.8rem;
		color: #e95383;
		line-height: 1.5;
		margin: 90px 0 20px;
		padding-bottom: 5px;
		position: relative;
		border-bottom: 3px solid #e95383;
		letter-spacing: 0.1em;
	}
	
	section#report p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
		font-family: "新丸ゴ R", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	section#report p + p{
		margin-top: 2em;
	}
	
	section#report div.photo{
		margin: 15px 0;
	}
	
	section#report div.photo.width80{
		width: 80%;
		margin: 15px auto;
	}
	
	section#report ul.photo02{
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		margin: 15px 0;
		list-style: none;
	}
	
	section#report ul.photo02 li{
		width: 80%;
		margin: 0 auto 15px;
	}
	
	section#report div.photo figure,
	section#report ul.photo02 li figure{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
		display: block;
	}
	
	section#report dl{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
		font-family: "新丸ゴ R", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		margin-bottom: 8px;
		letter-spacing: 0;
	}
	
	section#report dl{
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
		font-family: "新丸ゴ R", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		margin-bottom: 8px;
		letter-spacing: 0;
	}
	
	section#report dt{
		width: 3em;
		position: relative;
		margin-right: 1em;
	}
	
	section#report dt::after{
		content: "：";
		position: absolute;
		top: 0;
		right: -1em;
	}
	
	section#report dd{
		width: -webkit-calc(100% - (3em + 1em));
		width: -moz-calc(100% - (3em + 1em));
		width: calc(100% - (3em + 1em));
		letter-spacing: 0.1em;
	}
	
	section#report div.flexibleVisualeditor h1{
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.6;
		font-family: "新ゴ B", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		color:#595757;
		margin: initial;
		padding: initial;
		border: initial;
		background: initial;
	}
	
	section#report div.flexibleVisualeditor h2{
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.6;
		font-family: "新ゴ B", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		color:#595757;
		margin: initial;
		padding: initial;
		border: initial;
		background: initial;
	}
	
	section#report div.flexibleVisualeditor h3{
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.6;
		font-family: "新ゴ B", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	section#report div.flexibleVisualeditor h4{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.6;
		font-family: "新ゴ B", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	section#report div.flexibleVisualeditor h5{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
		font-family: "新ゴ B", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	section#report div.flexibleVisualeditor h6{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.6;
		font-family: "新ゴ B", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	ul.pagenation {
		width: 100%;
		max-width: 508px;
		margin: 40px auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		list-style: none;
	}
	
	ul.pagenation li{
		width: 45%;
		max-width: 230px;
		padding: 12px;
	}
	
	ul.pagenation li a{
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	ul.pagenation li a span{
		display: block;
		color: #595757;
	}
	
	ul.pagenation li a span.data{
		color: #898989;
	}
	
	ul.pagenation li a div{
		height: 92px;
		line-height: 0;
		margin-bottom: 6px;
		position: relative;
	}
	
	ul.pagenation li a div span.arrow{
		width: 30px;
	}
	
	ul.pagenation li a div span.arrow.next{
		position: absolute;
		top: -webkit-calc(50% - 15px);
		top: -moz-calc(50% - 15px);
		top: calc(50% - 15px);
		left: -15px;
	}
	
	ul.pagenation li a div span.arrow.prev{
		position: absolute;
		top: -webkit-calc(50% - 15px);
		top: -moz-calc(50% - 15px);
		top: calc(50% - 15px);
		right: -15px;
	}
}
