@charset "utf-8";
/* ----------------------------------------------------------------------------------
	common
---------------------------------------------------------------------------------- */
@font-face {
  font-family: "LogoTypeGothic";
  src: url("../font/07LogoTypeGothic7.eot?")  format('eot'),
       url("../font/07LogoTypeGothic7.woff")  format('woff');
}
body {
	font-family: "丸フォーク M", "Maru Folk Medium", "LogoTypeGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
}

p span.sub{
	font-size:0.8rem;
}

/* InnerFrame
-------------------------------*/
.inner {
	padding: 0 2rem;
}
/* Maintext
-------------------------------*/
.maintext {
	font-size: 1.2rem;
}
/* Link
-------------------------------*/
a:link, a:visited {
	color: #2990D0;
}
a:hover {
	color: #ff9900;
}
/* Header
-------------------------------*/
header {
	padding: 10rem;
	text-align: center;
}
header.lower {
	padding: 4rem 2rem 1rem 2rem;
	text-align: center;
}
/* Index
-------------------------------*/
section.contents {
	margin-bottom:3rem;
}
/* Index
-------------------------------*/
h1 {
	margin-bottom: 1.4rem;
}
h2 {
	padding-bottom: 0.8rem;
	margin-bottom: 0.8rem;
	font-size: 1.8rem;
	font-weight: normal;
	border-bottom: 1px solid #495256;
}
h3 {
	font-size: 1.6rem;
	font-weight: normal;
}



/* Footer
-------------------------------*/
footer {
	font-size: 1.6rem;
}


/* ----------------------------------------------------------------------------------
	Modules
---------------------------------------------------------------------------------- */



/*	flex setting
-------------------------------*/
.flex_LRTB, .flex_RLTB {
	flex-direction: column;
	-webkit-flex-direction: column;
}

/* List
-------------------------------*/
ul.list_block {
	font-size: 0;
	margin-bottom:1.2rem;
}
.list_block li {
	display:inline-block;
	width:50%;
	font-size: 1.2rem;
}
.list_block li:nth-child(even) {
	text-align:right;	
}
.list_dot {
	margin-left: 1rem;
}
.list_dot li div{
	margin: 0 0 1rem 1em;
	font-size:0.8rem;
}
.list_dot li:before {
	content: "・";
}
.list_inline li{
	display:inline-block;
}
.list_inline li:after {
	content: " /";
}
.list_inline li:last-child:after {
	content: "";
}


/* Copyright
-------------------------------*/
small {
	margin: 0 auto;
	display: block;
}
.copyright {
	padding: 0.5rem;
	text-align: center;
	font-family: 'Noto Sans JP';
	font-size: 1rem;
	letter-spacing: 0.2rem;
	border-top: 1px solid #495256;
}

/* GoToTop
-------------------------------*/
#pageTop {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: -10rem;
	right: 2rem;
	transition: .5s;
}
#pageTop a {
	display: block;
}
#pageTop a:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}




/* -----------------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 46.875em) {
/* Common
-------------------------------*/
body {
	font-size: 1.6rem;
}

p span.sub{
	font-size:1.2rem;
}


/* InnerFrame
-------------------------------*/
.inner {
	margin: 0 auto;
	padding: 0;
	max-width: 64rem;
}

/* Maintext
-------------------------------*/
.maintext {
	font-size: 1.6rem;
}
.list_block li {
	width:33%;
	font-size: 1.6rem;
}
.list_block li:nth-child(even) {
	text-align:left;	
}
.list_block li:nth-child(2),.list_block li:nth-child(5){
	text-align:center;	
}
.list_block li:nth-child(3n) {
	text-align:right;	
}
.list_dot li{
	font-size:1.4rem;
}
.list_dot li div{
	font-size:1.2rem;
}


/* ----------------------------------------------------------------------------------
	Modules
---------------------------------------------------------------------------------- */
/* PCで左→右に配置／SPで上→下に配置 */
.flex_LRTB {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
}
/* PCで右→左に配置／SPで上→下に配置 */
.flex_RLTB {
	display: flex;
	display: -webkit-flex;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
}








/* -----------------------------------------------------------------------------------------------------------------------------------
	Tablet 73.063=1169px  60em=960px
----------------------------------------------------------------------------------------------------------------------------------- */
/*
@media screen and (min-width: 46.875em) and (max-width: 73.063em){
}

*/
