@charset "UTF-8";
* {
	box-sizing: border-box;
}

html {
	color: #4a4a4a;
	font-size: 1em;
	line-height: 1.57;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Veldana, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

@media only screen and (max-width: 768px) { /* sp */
	html {
		font-size: 13px;
	}
}

a{
	text-decoration: none;
}

a.hov-line:hover {
	text-decoration: underline
}

a:link,
a:visited{
	color: inherit;
}

a.ico-blank::after {
  font-family: "fontawesome";
  content: " \f08e";
}

a.ico-pdf::after {
  font-family: "fontawesome";
  content: " \f1c1";
	color:#ff2116;
}

a .alpha {
	transition: all 0.2s ease 0s;
}
a:hover .alpha {
	opacity: 0.7;
}
.bold {
	font-weight: bold;
}
.txt-l{
	text-align: left;
}
.txt-c {
	text-align: center;
}
.txt-r{
	text-align: right;
}
.mb0px{
	margin-bottom: 0;
}
.mb8px {
	margin-bottom: 8px;
}
.mb16px {
	margin-bottom: 16px;
}
.mb24px {
	margin-bottom: 24px;
}
.mb40px {
	margin-bottom: 40px;
}
.pt40px{
	padding-top: 40px;
}

.ml1em{
	margin-left: 1em;
}
.pd4per{
	padding:0 4%;
}

.header img,
.wrapper img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.indent {
	text-indent: 1em;
}
.indent05 {
	text-indent: 0.5em;
}
.indent-ico {
	text-indent: -1em;
	margin-left: 1em;
}
.indent *,
.indent05 *,
.indent-ico * {
	text-indent: 0;
	margin-left: 0;
}

.ib {
	display: inline-block;
}

.pc-block {
	display: block;
}
.pc-ib {
	display: inline-block;
}
.pc-del {
	display: none;
}

.pc-br{/* br tag */
	display: inline;
}

.nowrap{
	white-space: nowrap;
}

.oh{
	overflow: hidden;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

@media only screen and (max-width: 768px) { /* sp */
	.pc-block,
	.pc-ib{
		display: inline;
	}
	.pc-del {
		display: block;
	}
	.sp-del {
		display: none;
	}
	.pc-br{
		display: none;
	}
}

/* header */
.header {
	position: fixed;
	width: 100%;
	zoom: 1;
	top: 0;
	background-color: #f0f0f0;
	z-index: 999;
	height: 58px;
}

.header .logo-box {
	/* max-width: 154px;
	padding: 4px 0;*/
	max-width: 124px;
	margin: 0 auto;
	padding: 9px 0;
}

@media only screen and (max-width: 414px) { /* small sp */
	div.header .logo-box {
		max-width: 100px;
		padding: 12px 0;
	}
	
	div.header .nav-toggle {
    right: 2%;
	}
	
	div.header .lang-box {
    right: calc(4% + 30px);
	}
}

/* ヘッダナビ削除 */
div.header .lang-box,
div.nav-inner,
div.header .nav-toggle{
	display: none;
}

/* hamburger */
.header .nav-toggle {
	display: block;
	position: absolute;
	top: 12px;
	right: 20px;
	width: 30px;
	height: 28px;
	padding: 0;
	cursor: pointer;
	text-align: center;
}
.header .nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	background-color: #b3b3b3;
	width: 100%;
	left: 0;
	transition: all 0.2s ease 0s;
}
.header .nav-toggle span:nth-of-type(1) {
	top: 0;
}
.header .nav-toggle span:nth-of-type(2) {
	top: 8px;
}
.header .nav-toggle span:nth-of-type(3) {
	top: 16px;
}

/* nav-toggle active */
.header div.active span:nth-of-type(1) {
	transform: rotate(45deg);
	top: 8px;
}
.header div.active span:nth-of-type(2) {
	opacity: 0;
}
.header div.active span:nth-of-type(3) {
	transform: rotate(-45deg);
	top: 8px;
}

.header .nav-toggle div{
	font-size: 10px;
	padding-top: 24px;
}

/* pc,sp nav */
.header .main-nav {
	clear: both;
	display: none;
	position: absolute;
	top: 58px;
	right: 0;
	width: 13em;
	background-color: #f0f0f0;
	z-index: 2;
}
.header .main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header .main-nav ul li {
	margin: 0;
	padding: 0;
	float: none;
}
.header .main-nav ul li a {
	display: block;
	padding: 10px 1em;
	border-bottom: 1px solid #fff;
	border-left: none;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}
.header .main-nav ul li a:hover {
	background-color: #fefefe;
}

@media only screen and (min-width: 961px) { /* pc only */
	.header:before, .header:after {
		content: " "; 
		display: table;
	}
	.header:after {
		clear: both;
	}
}

/* head lang */
.header .lang-box {
	display: block;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 58px;
	width: 52px;
	padding: 0 8px 0 0;
	cursor: pointer;
	text-align: center;
	border-right:2px solid #000000;
}

.header .lang-box .lang-select-box{
	position: absolute;
	top:100%;
	right: 0;
	text-align: left;
	display: none;/* js , hover */
}

.header .lang-box .lang-select-box > .inner{
	margin-top: 8px;
	border:2px solid #b2b2b2;
	border-radius: 8px;
	padding: 8px;
}

.header .lang-box .lang-select-box:before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right:28px;
  top: 0px;
	border-top: none;
  border-bottom: 8px solid #b2b2b2;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
	line-height: 1;
}

.header .lang-box .lang-select-box:after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right:28px;
  top: 3px;
	border-top: none;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; 
	line-height: 1;
}

.header .lang-box .lang-select-box ul{
	list-style: none;
	margin:0;
	padding: 0;
}

.header .lang-box .lang-select-box ul li{
	white-space: nowrap;
	background-image:url(../img/bg_ico_lang_off.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1;
	padding:2px 0 2px 20px;
}

.header .lang-box .lang-select-box ul li + li{
	margin-top: 4px;
}

.header .lang-box div.lang-select-box ul li:hover{
	background-image:url(../img/bg_ico_lang_on.png);
}
.header .lang-box .lang-select-box ul li.current{
	background-image:url(../img/bg_ico_lang_current.png);
}

/* content */
.content-wrapper {
	padding-top: 58px;
}

.sec{
	margin-bottom: 64px;
}

.mw1260px{
	max-width: 1260px;
	margin:0 auto;
}

.bottom-deco-line{
	position: relative;
	top:0;
	left:0;
}

.bottom-deco-line:before {
  content: "";
  position: absolute;
  bottom:0;
  left: 0;
  height: 1px;
  width: 6.5rem;
  background: #e52c29;
	display: block;
	z-index: 1;
}

.bottom-deco-line:after {
  content: "";
  position: absolute;
  bottom:0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #cccccc;
	display: block;
}

/* h3 txt */
.h3-txt {
    font-weight: 700;
    font-size: 1.2rem;
}

.color-red{
	color:#e52c29;
}

.sec-ttl{
	padding:0 4% 4px;
}

.sec-ttl h2{
	margin:0;
	padding: 0;
}

/* txt link */
.txt-link-box {
	padding: 0 4%;
	text-align: right;
}
.txt-link-box ul{
	list-style: none;
	max-width: 1260px;
	margin:0 auto;
	padding: 0;
}

.content-wrapper .txt-link-box ul li{
	list-style: none;
	margin:0 0 8px;
	padding: 0;
	line-height: 1;
}

.txt-link-box ul li .ico-next{
	background-image:url(../img/bg_ico_txtlink01.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 16px;
}

.txt-link-box ul li .ico-prev{
	background-image:url(../img/bg_ico_txtlink02.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 16px;
}

/* bg-gray */
.bg-gray{
	background-color:#f0f0f0;
}

/* about */
.about-table-box{
	padding: 1em 4% 0;
}
.about-table-box .item dl {
  display: table;
	margin: 0 0 1.6em;
}
.about-table-box .item dl dt {
  display: table-cell;
  width: 15rem;
  font-weight: 700;
  font-size: 1.2rem;
}
.about-table-box .item dl dd {
  display: table-cell;
}
.about-table-box .item dl dd p{
  margin: 0;
}
.about-table-box .item .ttl-sub{
	font-weight: bold;
	margin-bottom: 0.5em;
	padding: 0;
}

@media only screen and (max-width: 768px) { /* sp */
	div.about-table-box .item dl {
    display: block;
	}
	div.about-table-box .item dl dt {
    display: block;
    width: inherit;
	}
	div.about-table-box .item dl dd {
    display: block;
		margin:0;
	}
	div.about-table-box .item .ttl-sub{
		margin:0;
	}
}

/* bottom btn box */
.bottom-btn-box{
	padding:64px 4%;
}

.bottom-btn-box ul{
	margin:0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
	max-width: 640px;
}

.bottom-btn-box ul li{
	margin:0;
	padding: 0;
}

.bottom-btn-box ul .fukui{
	float:left;
	width:48%;
	max-width: 300px;
}

.bottom-btn-box ul .tokyo{
	float:right;
	width:48%;
	max-width: 300px;
}

.bottom-btn-box ul .fukui a,
.bottom-btn-box ul .tokyo a{
	display: block;
	color: #ffffff;
	height: 48px;
	line-height: 48px;
	padding:0 16px;
	position: relative;
	top:0;
	left:0;
	font-weight: bold;
}

.bottom-btn-box ul .fukui a{
	background-color: #e52c29;
}

.bottom-btn-box ul .tokyo a{
	background-color: #000000;
}

.bottom-btn-box ul .fukui a:after,
.bottom-btn-box ul .tokyo a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f054";
    font-family: FontAwesome;
    transition: all 0.2s ease 0s;
}

.bottom-btn-box ul li a{
	transition: all 0.2s ease 0s;
}

.bottom-btn-box ul li a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

@media only screen and (max-width: 768px) { /* sp */
	div.bottom-btn-box ul .fukui{
		float:none;
		width:auto;
		max-width: 300px;
		margin:0 auto 24px;
	}

	div.bottom-btn-box ul .tokyo{
		float:none;
		width:auto;
		max-width: 300px;
		margin: 0 auto;
	}
}


/* footer */
.footer-box{
	padding-top: 40px;
}

.footer-box .link-list-box{
	margin-bottom: 64px;
	text-align: center;
	font-weight: bold;
}

.footer-box .link-list-box ul{
	margin:0;
	padding: 0 4%;
	list-style: none;
}

.footer-box .link-list-box ul li{
	display: inline-block;
}

.footer-box .link-list-box ul li + li:before{
	content:"│";
	display: inline;
}

.footer-box .link-list-box ul li a:hover{
	text-decoration: underline;
}

.footer-box .logo-box{
	max-width: 124px;
	margin:0 auto;
}

@media only screen and (max-width: 414px) { /* small sp */
	div.footer-box .logo-box{
		max-width: 100px;
	}
}

.footer-box .copyright {
	padding: 16px 10px;
	font-size: 14px;
	text-align: center;
	margin: 0;
}

/* to top */
.to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
	font-size: 16px;
}
.to-top a {
	display: block;
	width: 40px;
	height: 40px;
	padding-top: 3px;
	color: #fff;
	font-size: 125.00%; /* 20px */
	text-decoration: none;
	text-align: center;
	border: 1px solid #fff;
	background: #141414;
}

@media only screen and (min-width: 961px) { /* over pc */
	.to-top {
		bottom: 30px;
		right: 30px;
	}
	.to-top a {
		width: 50px;
		height: 50px;
		padding-top: 0;
		font-size: 187.50%; /* 30px */
	}
}
