
body {
	font-size: 13px;
	font-family: "Noto Sans JP", Meiryo,'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Verdana, Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
	font-weight: 400;
}

a {
	color: #3b80c4;
	text-decoration: none;
	transition: all .2s ease;
}

a:hover {
	text-decoration: underline;
}
img{
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

/*=======================
	#glHeader
=======================*/
#glHeader {
	width: 100%;
	min-width: 950px;
	padding: 25px 0 27px;
	background-color: #CC3537;
	border-bottom: 37px solid #3E3A39;
}

#glHeader .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding-inline: 1rem;
	text-align: center;
	position: relative;
}

#glHeader h1 {
	text-align:left;
	width: 263px;
}


#glHeader #snsBtn {
	position: absolute;
	top: 15px;
	right: 0;
}

#glHeader #snsBtn #tweet, #glHeader #snsBtn #fb, #glHeader #snsBtn .google_plusone, #glHeader #snsBtn .line {
    margin-right: 8px;
    float: left;
}


/*=======================
	#glFooter
=======================*/
#glFooter {
	color: #fff;
	background-color: #3D3A39;
}

#glFooter #pagetopBtn {
	position:fixed;
	bottom:20px;
	right:20px;
}

#glFooter .bnrList {
	width: 100%;
	margin: auto 0;
	padding: 45px 0;
}

#glFooter .bnrList .inner {
	width: 960px;
	margin: 0 auto 0;
}

#glFooter .bnrList ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#glFooter .bnrList li {
	width: 280px;
}


#glFooter .bnrList .first {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px dotted #fff;
}

#glFooter .copyright {
	width: 100%;
	min-width: 960px;
	padding: 40px 0;
	line-height: 1.8;
	text-align: center;
	color: #fff;
}

#glFooter .copyright .pokelogo {
	display: block;
	margin-top: 25px;
}






/*----- margin -----*/
.m0 { margin: 0 !important;}
.mT10 { margin-top: 10px!important;}
.mT15 { margin-top: 15px!important;}
.mT20 { margin-top: 20px!important;}
.mT25 { margin-top: 25px!important;}
.mT30 { margin-top: 30px!important;}
.mT40 { margin-top: 40px!important;}
.mB5 { margin-bottom: 5px;}
.mB10 { margin-bottom: 10px!important;}
.mB20 { margin-bottom: 20px;}
.mB30 { margin-bottom: 30px!important;}
.mB40 { margin-bottom: 40px!important;}
.mR0 { margin-right: 0 !important;}
.mR20 { margin-right: 20px;}
.mL0 { margin-left: 0 !important;}
.mL20 { margin-left: 20px;}
.mL40 { margin-left: 40px;}
.mLR10 {margin-right:10px; margin-left: 10px;}
.pTB10 { padding-top: 10px; padding-bottom: 10px;}


/*----- text -----*/
.txtRed {
    color: #d00!important;
}

.txtRight { text-align: right !important; }
.txtCenter, .center{ text-align: center !important; }

.left {
	float: left;
}

.indent1 {
	margin-left: 1em;
	text-indent: -1em;
}

.indentList li {
	text-indent: -1em;
	padding-left: 1em;
}

.font-l {
	font-size: 150%!important;
}


/*----- LINK -----*/
.blank {
	padding-right: 18px;
	background: url(../img/common/ico_blank_sp.png) no-repeat 100% 0.23em;
}

.link {
	margin-top: 0.5em;
	padding-left: 20px;
	background: url(../img/common/ico_list_pc.png) no-repeat left 0.2em;
}
.link a {
	text-decoration: underline;
}


/*----- BTN STYLE -----*/
.btnStyle01 a {
	padding: 13px 15px 13px 0;
	text-align: center;
	font-family: "Yuji Syuku","NotoSansJP-Medium",YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background: url(../img/common/arow01.png) no-repeat 94% center #ec9626;
	border-radius: 4px;
	display: block;
}
.btnStyle01 a:hover {
	background-color: #dead18;
}

.btnStyle02 a {
	padding: 13px 0 13px 15px;
	text-align: center;
	font-family: "Yuji Syuku","NotoSansJP-Medium",YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background: url(../img/common/arow02.png) no-repeat 6% center #ec9626;
	border-radius: 4px;
	display: block;
}
.btnStyle02 a:hover {
	background-color: #dead18;
}


/*----- 簡易mouse over -----*/
a:hover .alpha {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}

.alpha a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}

a:hover .alpha9 {
	-ms-filter: "alpha( opacity=85 )";
	filter: alpha( opacity=85 );
	opacity: 0.85;
}

.alpha9 a:hover {
	-ms-filter: "alpha( opacity=85 )";
	filter: alpha( opacity=85 );
	opacity: 0.85;
}


/*----- clearfix -----*/
.cf{
	display: inline-block;
}

.cf:after{
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear:both;
}

/* hide MacIE \*/
* html .cf {height: 1em;}
.cf {display: block;}


.oh{
	overflow: hidden;
	zoom: 1;
}



.pc { display: block; }
.sp { display: none; }
.pc2 { display: inline; }
.sp2 { display: none; }

.pc_clear { clear:both;}
.sp_clear { clear:none;}





.titleSection {
  font-family: "Yuji Syuku", serif;
	font-size: 48px;
  font-weight: 400;
  font-style: normal;
}