@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.itemListBox{
    background: #fff;
    border-radius: 8px;
}
.itemListBox h2{
    padding: 1em 0 50px 0;
    color: #c69c6d;
    font-size: 17px;
}
.reportContent .itemListBox h2{
    color: #ff7bac;
}
.itemList{
    width: 93%;
    margin: 0 auto;
}
.itemList table{
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.25em;
    line-height: 180%;
    font-size: 14px;
    color: #000;
    margin: 0.5em 0;
    width: 100%;
}
.itemList th{
    padding: 0.5em 0;
}
.itemList td{
    padding: 0.5em 0;
}
.itemList thead th{
    text-align: left;
    font-size: 19px;
    color: #c69c6d;
}
.reportContent .itemList thead th{
    color: #ff7bac;
}
.itemList thead th span{
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    background: #b3b3b3;
    border-radius: 8px;
    padding: 0 1em;
    color:#fff;
    font-weight: normal;
}
.itemList tbody th{
    width: 4em;
    font-weight: normal;
    vertical-align: top;
}
.itemList .item{
    position: relative;
}
.itemList .item a{
    position: absolute;
    top:0 ;
    left: 0;
    width: 100%;
    height: 100%;
}
.itemList .item a:hover{
    background: rgba(255,255,255,0.4);
}
.itemList .item hr{
    border-color: #cccccc;
    margin: 20px 0;
}
.itemList .item:last-child hr{
    display: none;
}
.itemList .item .photoBox{
    margin-bottom: 10px;    
    position: relative;
}
.itemList .item .photoBox img{
    width: 100%;
}
.itemList .item .linkButton{
    background-color: #0070BB;
    color: #fff;
    font-size: 15px;
}
.itemList .item .linkButton:hover{
    text-decoration: none;
}
.itemList .item .kindLabel{
    position: absolute;
    top: 10%;
    left: 0;
    background-color: #28AAE1;
    padding: 0 0.5em;
}
.itemList .item .kindLabel p{
    margin: 0;
    font-size: 19px;
    
}
.itemList .item .textBox{
    position: relative;
}
.itemList .item .textBox p{
    font-size: 13px;
    margin: 0;
}
.itemList .item .photoBox a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.listContorlBlock{
	text-align:center;
    padding: 50px 0;
}
.listContorlBlock a{
	display:inline-block;
	border-style:solid;
	border-width: 1px;
	text-decoration:none;
	color:#7f7f7f;
	border-color:#7f7f7f;
	padding:4px;
	font-size:21px; 
    font-family: 'Noto Sans JP', sans-serif;
    border-radius: 50%;
    width: 26px;
    height: 26px;
}
.listContorlBlock a:visited{
}
.listContorlBlock strong{
	display:inline-block;
	border-style:solid;
	border-width: 1px;
	color:#fff;
	padding:4px;
	background-color:#7f7f7f;
	border-color:#7f7f7f;
	font-size:21px; 
    font-family: 'Noto Sans JP', sans-serif;
    width: 26px;
    height: 26px;
    border-radius: 50%;

}
/* 詳細ページ */
.itemBlock{
    background: #fff;
    border-radius: 8px;
}
.itemBlock h2{
    padding: 1em 0 50px 0;
    color: #c69c6d;
    font-size: 17px;
}
.reportContent .itemBlock h2{
    color: #ff7bac;
}
.itemDetail{
    width: 93%;
    margin: 0 auto;
    padding: 20px 0;
}
.itemDetail table{
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.25em;
    line-height: 180%;
    font-size: 14px;
    color: #000;
    margin: 0.5em 0;
    width: 100%;
}
.itemDetail th{
    padding: 0.5em 0;
}
.itemDetail td{
    padding: 0.5em 0;
}
.itemDetail thead th{
    text-align: left;
    font-size: 19px;
    color: #c69c6d;
}
.reportContent .itemDetail thead th{
    color: #ff7bac;
}
.itemDetail thead th span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    background: #b3b3b3;
    border-radius: 8px;
    padding: 0 1em;
    color:#fff;
    font-weight: normal;
}
.itemDetail tbody th{
    width: 4em;
    font-weight: normal;
    vertical-align: top;
}
.itemDetail h3{
    text-align: left;
    color: #333333;
}
.itemDetail .detailTable{
    border-collapse: separate;
    border-spacing: 4px;
}
.itemDetail .detailTable th {
	background: #f4e1ce;
	width: 7em;
	vertical-align: top;
    padding: 0.5em 0.5em ;
    text-align-last: justify;
}
.itemDetail .detailTable td{
    background: #f2f2f2;
    padding: 0.5em 0.5em;
}
.itemDetail .toParticipate{
    text-align: right;
}
.itemDetail .toParticipate > div{
    display: inline-block;
    text-align: left;
}
.itemDetail .toParticipate p{
    font-size: 16px;
    letter-spacing: 0.25em;
}
.itemDetail .toParticipate a:visited{
    color: #333333;
}
.itemDetail .toParticipate a{
    text-decoration: none;
    color: #333333;
}
.itemDetail .reportBox{
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.25em;
    line-height: 180%;
    font-size: 14px;
    padding: 1em 1em ;
    background: #f2f2f2;
    
}
.itemDetail .linkButton{
    background: #169aa8!important;
    font-size: 13px!important;
    padding: 0.3em 1em!important;
}
.itemDetail .linkButton img{
    vertical-align: bottom;
}
.pageContolBlock{
	margin-top: 50px;
}
.pageButton{
	display: inline-block;
	width: 31px;
	height: 31px;
	background-color:#797A7D;
	border-radius: 15px;
	text-align:center;
}
.pageButton:hover{
	background-color: #A5A6A7;
}
.pageContoll{
	display: table;
	width:100%;
}
.pageContoll > div{
	display: table-cell;
	vertical-align:middle;
	width:50%;
	border-color:#797A7D;
    font-family: 'Noto Sans JP', sans-serif;
}
.beforeBox{
	text-align:left;
}
.nextBox{
	text-align: right;
}
.articleBlock img{
	width:auto !important;
	height:auto !important;
}
.pageContolBlock .linkButton{
	display:inline-block;
	padding: 5px 5px;
	text-decoration:none;
	color:#000;
	border-style:solid;
	border-width: 1px;
	border-color: #000;
	word-break:keep-all;
	background-color:#A5A6A7;
}
.pageContolBlock .linkButton:visited{
	color:#000;
}
.pageContolBlock .linkButton:hover{
	background-color: #CCC;
	color:#000;
}
.fa-star{
    color: #FBB300;
}
.itemImageBlock .slideBox{
    display: block;
   overflow:hidden; /* 画面幅からでないように */
}
.itemImageBlock .slider{
    position: relative;
    left: calc(100vw*0.95*0.15) ;
    overflow: visible !important;
    
}
.itemImageBlock .slider .thumbnail{
    width:calc(100vw*0.95*0.7) !important;
    height: auto;
    text-align: center;
}
.itemImageBlock .slider .thumbnail img{
    width: 95%;
    display: inline;
}
.itemImageBlock .slider .thumbnail video{
    width: 95%;
    display: inline;
}
.itemBlock .linkButton{
    background-color: #0070BB;
    font-size: 17px;
}
.thumbnailBox{
    display: none;
}
.itemImageBlock .bx-wrapper {
	-moz-box-shadow: none ;
	-webkit-box-shadow: none ;
	box-shadow: none ;
	border: 0;
	background: #fff;
}
.content .back{
	background-color:#0070BB;
  
}
#main_image{
    background-position: center;
    background-size: cover;
    width: 100%;
}
.linkButton.button2{
    background: #c69c6d!important;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

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