@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
    background-color:#fff;
	font-size:16px;
    color:#000;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

header {
	width:100%;
	height:100%;
    margin:0;
	padding:0;
}

#contents {
	width:960px;
	margin:0 auto;
}

a {
	color:#00f;
}

a:hover {
	color:#88f;
}

a img:hover {
    filter:brightness(150%);
}
  
h1 {
	font-size:30px;	
}

h2 {
	margin-top:50px;
	margin-bottom:0.5em;
	font-size:24px;
	color:#555;
	text-align:left;
    border-bottom:2px solid #489e4c;
}

h3 {
	margin-bottom:0.25em;
	font-size:18px;
    color:#555;
    font-weight:bold;
}

h4 {
	margin-bottom:0.25em;
	font-size:20px;
    font-weight:bold;
}

h5 {
	margin-bottom:0.25em;
	padding-left:25px;
	font-size:16px;
    font-weight:bold;
	background:url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom:0.25em;
	font-size:16px;
    font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:30px;
	border-collapse:collapse;
	border:1px solid #aaa;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #aaa;
	background:#eee;
}
td {
	padding:10px;
	text-align:left;
    text-align: center;
    vertical-align: middle;
	border:1px solid #aaa;
}

.red {
   color:#e60012;
   font-weight:bold;
}

.gray {
   color:#999999;
}

.bgred {
    width:100%;
	background-color:#8b1f23;
}
											
hr {
height: 1px;
background-color: #777777;
border: none;
color: #ff0000;
}

/*================================================
 *  追加3個↓2020/04/10
 ================================================*/
.table_pic {
	margin-left: auto;
    margin-right: auto;

}
.one {display:block;}/*親１：アーティクル全体に*/
.container {display: flex;}/*親２：２位ー５位インラインブロックボックス内をFlexに*/
.two {align-items: center; justify-content: center; max-width: 100%;}/*親３：インライン内の整列*/


.RankPhoto {min-height: 150px;
            background-position: center;
            background-size: cover}

.itemA {margin: 10px}/* 子：写真 */
.itemB {flex: auto margin: 10px}/* 子：文字*/
.mid_rank {
    /*background-color:#8b1f23;*/
    background:##ff471a;
    max-height:250px;}

.solid-box {border: ridge 5px #ffaa00}
/*================================================
 *  汎用クラス
 ================================================*/
/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:30px;
	text-align:center;
}
/* 写真中央寄せマージン0 */
.imgC0 {
	clear:both;
	overflow:hidden;
    width:100%;
    height:auto;
    text-align:center;
}

.imgC img {
	border-radius:5px;
	margin-bottom:0.5em;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
	border-radius:5px;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
	border-radius:5px;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
	margin-bottom:50px;
}
.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:48%;
	float:left;
	margin-right:2%;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* 4カラム（スマートフォンでは1カラム) */
.fourCol {
	overflow:hidden;
	margin-bottom:50px;
}
.fourColInner {
	overflow:hidden;
	margin-right:-2%;
}
.fourColInner div {
	width:23%;
	float:left;
	margin-right:2%;
}
.fourColInner div:nth-child(4n+1) {
	clear:both;
}
.fourColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* ボタン（タイプ1） */
.btn01 a {
	display:block;
    width:300px;
	padding:2% 2% 2% 50px;
    text-align:left;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#1b1b1b url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}
.btn01 a:hover {
	background:#5e5e5e url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ2） */
.btn02 a {
	display:block;
	padding:2%;
	color:#1b1b1b;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #1b1b1b;
	background:#fff;
	transition:all 0.2s ease 0s;
}
.btn02 a:hover {
	color:#fff;
	background:#1b1b1b;
	transition:all 0.2s ease 0s;
}

/* 擬似インラインフレーム */
.inlineframe {
    background-color:#FFFFFF;
    height:200px;
    margin-bottom:30px; 
    overflow:auto;
    overflow-y:scroll;
    overflow-x:hidden;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}

header h1 {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:200px;
	height:200px;
	z-index:10;
}

.hdttl {
    padding:3px 0 3px 0;
    text-align: center;
	font-size:12px;
    color:#ccc;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	padding:5px 0;
	opacity:0.8;
	background:#489e4c;
	z-index:10;
}
nav ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
nav li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
}
nav li a {
	color:#fff;
	text-decoration:none;
}
nav li a:hover {
	color:#fff;
	text-decoration:underline;;
}

/*================================================
 *  メイン
 ================================================*/
main {
	width:100%;
}

section {
	margin-bottom:10%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
    margin-top: 50px;
	padding:2% 0;
	font-size:12px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#e60012;
}
.totop img:hover {
	background:#333;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:767px) {
	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	h2 {
		margin-top:30px;
	}

	.imgC {
		margin-bottom:30px;
	}
    .imgC0 {
		margin-bottom:0;
	}
	.imgC img {
		max-width:100%;
	}
	.imgC0 img {
		max-width:100%;
	}
	.imgL {
		margin-bottom:30px;
	}
	.imgL img {
		float:none;
		max-width:100%;
		margin-right:0;
	}

	.imgR {
		margin-bottom:30px;
	}
	.imgR img {
		float:none;
		max-width:100%;
		margin-left:0;
	}

	.twoCol {
		margin-right:0;
		margin-bottom:30px;
	}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {
		float:none;
		width:100%;
	}

	.threeCol {
		margin-bottom:30px;
	}
	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
		float:none;
		width:100%;
	}

	.fourCol {
		margin-bottom:30px;
	}
	.fourColInner {
		margin-right:0;
	}
	.fourColInner div {
		float:none;
		width:100%;
	}
}