@charset "UTF-8";

/* Font */
@font-face {
	font-family: "Yu Gothic";
	font-weight: 100;
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic";
	font-weight: 200;
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic";
	font-weight: 300;
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic";
	font-weight: 400;
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #000;
	border-top: 3px solid #ff0000;
	font-family: "游ゴシック", YuGothic, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
figure {
	margin: 0;
}
img{
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}
a {
	color: #af8d17;
	/*color: #fff;*/
	text-decoration: none;
}
header a ,
#footer a {
	color: #ecd37c;
}

a:hover {
	text-decoration: underline;
}
.inner:after {
	clear: both;
	content: '';
	display: block;
}
sup {
	font-size: 75%;
	vertical-align: top;
}
h2 sup {
	line-height: 100%;
}

/*********
 ヘッダー
****************************************/
#header-nak-l li * {
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	line-height: 2;
	margin-left: 10px;
}
#header-nak-l > ul > li {
	margin-left: 20px;
}
#header-nak-l > ul {
	position: absolute;
}
#header-nak-l > ul >li:before {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
    border-top: 8px solid #fff;
    display: inline-table;
}
header .lang_list {
	display: none;
	padding: 10px 10px 10px 0;
	margin-left: 0!important;
}
header .lang_list a:hover {
	color: #ecd37c!important;
	text-decoration: none;
}
#header a {
	color: #333;
}
#header:after {
	clear: both;
	content: '';
	display: block;
}
#header-camp {
	background: #fff;
	color: #000;
}

/* ヘッダーCompany */
#header_logo {
	float: left;
	width: 246px;
	margin: 10px 0;
}

#header_utility_top {
	float: right;
	display: table;
	margin-bottom: 8px;
	width: 530px;
}
#header_utility_top #font_size {
	display: table-cell;
	line-height: 24px;
	width: 209px;
	vertical-align: bottom;
}
#header_utility_top #font_size p ,
#header_utility_top #font_size ul ,
#header_utility_top #font_size li {
	display: inline-block;
	vertical-align: middle;
}
#header_utility_top #font_size p {
	margin-right: 2px;
	font-family: "Lucida Grande",'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif,'ＭＳ Ｐゴシック',"MS PGothic";
	font-size: 12.5px;
}
#header_utility_top #font_size a {
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 24px;
	text-indent: -9999px;
	width: 54px;
}
#header_utility_top #font_size a.normal {
	background-image: url(../img/font_normal.gif);
}
#header_utility_top #font_size[rel="textmedium"] a.normal ,
#header_utility_top #font_size a.normal:hover {
	background-image: url(../img/font_normal_on.gif);
}
#header_utility_top #font_size a.large {
	background-image: url(../img/font_big.gif);
}
#header_utility_top #font_size[rel="textlarge"] a.large ,
#header_utility_top #font_size a.large:hover {
	background-image: url(../img/font_big_on.gif);
}
#header_utility_top #language ,
#header_utility_top #language ul ,
#header_utility_top #language ul li {
	display: inline-block;
}
#header_utility_top #language ul li {
	margin: -2px 5.5px 0 0;
}
#header_utility_top #language {
	display: table-cell;
	/*width: 118px;*/
	line-height: 24px;
	vertical-align: bottom;
}
#header_utility_top #language ul {
	border-left: 1px dotted #5a5a5a;
	padding-left: 10px;
}
#header_utility_top #language li {
	vertical-align: middle;
}
#header_utility_top #language a {
	display: block;
	height: 15px;
	text-indent: -9999px;
}
#header_utility_top #language li.english a {
	background: url(../img/header_menu_english.gif) no-repeat top left;
	width: 55px;
}
#header_utility_top #language li.chinese a {
	background: url(../img/header_menu_chinese.gif) no-repeat;
	width: 33px;
}
#header_utility_top #language li.english a:hover ,
#header_utility_top #language li.chinese a:hover {
	background-position: bottom left;
}
#header_utility_top .contact {
	display: table-cell;
	/*float: right;*/
	width: 182px;
}
#header_utility_top .contact a {
	background: url(../img/header_contact_on.gif) no-repeat center;
	background-image: url(../img/header_contact.gif);
	display: block;
	height: 35px;
	text-indent: -9999px;
}
#header_utility_top .contact a:hover {
	background-image: url(../img/header_contact_on.gif);
}
#header_utility_bottom {
	clear: both;
	float: right;
	margin: -22px 0 10px;
	width: 310px;
}
#header_utility_bottom .sitemap {
	display: inline-block;
	vertical-align: top;
}
#header_utility_bottom .sitemap a {
	background: url(../img/header_menu3.gif) no-repeat top left;
	display: inline-block;
	height: 15px;
	margin: 3px 0 0 0;
	text-indent: -9999px;
	width: 80px;
}
#header_utility_bottom .sitemap a:hover {
	background-position: bottom left;
}
#header_utility_bottom .search {
	display: inline-block;
	line-height: 100%;
	margin: -2px 0 0 43px;
	width: 182px;
}
#header_utility_bottom .search form:after {
	clear: both;
	content: '';
	display: block;
}
#header_utility_bottom .search input {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#header_utility_bottom .search #site-search-keywords {
	background: #f3f3f3;
	border: 1px solid #c1c1c1;
	float: left;
	height: 22px;
	padding: 3px 5px 4px 5px;
	width: 142px;
}
#header_utility_bottom .search #site-search-btn{
	float: right;
	width: 40px;
}
#header_utility_bottom .search form {
	margin-bottom: 4px !important;
}

/* ヘッダーNAK */

.lang_cn,
.lang_jn {
	font-size: 12px;
}
.lang_cn:before,
.lang_jn:before {
	border-bottom: 3.5px solid transparent;
	border-left: 4px solid #d4a500;
	border-right: 0 solid transparent;
	border-top: 3.5px solid transparent;
	content: '';
	display:inline-block;
	margin: 0 5px 0 0;
	height: 0;
	width: 0;
}


/*********
 パンくず
****************************************/
#pankuzu {
	color: #fff;
	font-size: 12px;
	width: 900px;
	margin: 0 auto;
	padding-top: 15px;
}
#pankuzu li {
	display: inline-block;
	text-shadow: 1px 1px 3px #000;
}
#pankuzu a {
	color: #ecd37c;
}

/*********
 見出し系
****************************************/
#pagetitle {
	background-color: #3a3a3a;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#pagetitle h1 {
	color: #fff;
	text-align: center;
}
h2 {
	background: #d2ae2d;
	background: -moz-linear-gradient(top,  #d2ae2d 0%, #ac8b15 100%);
	background: -webkit-linear-gradient(top,  #d2ae2d 0%,#ac8b15 100%);
	background: linear-gradient(to bottom,  #d2ae2d 0%,#ac8b15 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ae2d', endColorstr='#ac8b15',GradientType=0 );
	
	color: #fff;
	position: relative;
	text-align: center;
	z-index: 100;
}
h2:before ,
h2:after {
	background-repeat: no-repeat;
	background-size: 20px 80px;
	content:'';
	display: inline-block;
	height: 80px;
	position: absolute;
	top: 0;
	width: 20px;
}
h2:before {
	background-image: url(../img/h2_l.png);
	left: -20px;
}
h2:after {
	background-image: url(../img/h2_r.png);
	right: -20px;
}


/*********
 リスト系
****************************************/
.list {
  list-style: none;
}
.list li {
	margin-left: 1em;
	text-indent: -1em;
}
.list li::before {
	content: '\2022';
	color: #d2ae2d;
	margin: 0 5px 0;
}

/*********
 コンテンツ
****************************************/
section .inner {
	background: #fff;
	color: #000;
}
#main .inner > *:last-child {
	margin-bottom: 0;
}

.to-pagetop {
	text-align: right;
}
.to-pagetop a {
	display: inline-block;
}
.to-pagetop a:before {
	background: url(../img/arrow_t_w.png) no-repeat;
	background-size: 15px 10px;
	content: '';
	display: inline-block;
	height: 10px;
	margin: 0 .5em 0 0;
	width: 15px;
}

#pagetop {
	background: url(../img/pagetop.png) no-repeat;
	background-size: 55px;
	bottom: 15px;
	cursor: pointer;
	display: block;
	height: 55px;
	opacity: 0;
	position: fixed;
	right: 15px;
	text-indent: -9999px;
	width: 55px;
	z-index: 5000;
	
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	transition: opacity .4s;
}
#pagetop.pagetop-show {
	opacity: 1;
}
#pagetop.pagetop-show:hover {
	opacity: 0.8 !important;
}


/*********
 フッター
****************************************/
#footer {
	padding-top: 60px;
}
#f-info {
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
}
.btn_detail ,
.btn_confirm ,
.btn_send ,
#f-info .btn-info {
	background: #d2ae2d;
	background: -moz-linear-gradient(top,  #d2ae2d 0%, #ac8b15 100%);
	background: -webkit-linear-gradient(top,  #d2ae2d 0%,#ac8b15 100%);
	background: linear-gradient(to bottom,  #d2ae2d 0%,#ac8b15 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ae2d', endColorstr='#ac8b15',GradientType=0 );
	
	border: none;
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: 29px;
	margin: 0 auto;
	padding: 23px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.btn_detail:after ,
.btn_confirm:after ,
.btn_send:after ,
#f-info .btn-info:after {
	background: url(../img/arrow_r_w.png) no-repeat;
	background-size: 10px 15px;
	content: '';
	display: inline-block;
	height: 15px;
	margin: -7.5px 0 0;
	position: absolute;
	right: 30px;
	top: 50%;
	width: 10px;
}
.btn_detail {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	width: 270px !important;
	text-decoration: none;
	
}
.btn_back {
	background: #999999;
	background: -moz-linear-gradient(top, #999999 0%, #616161 100%);
	background: -webkit-linear-gradient(top, #999999 0%,#616161 100%);
	background: linear-gradient(to bottom, #999999 0%,#616161 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#616161',GradientType=0 );
	
	border: none;
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: 29px;
	margin: 0 auto;
	padding: 23px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.btn_back:before {
	background: url(../img/arrow_l_w.png) no-repeat;
	background-size: 10px 15px;
	content: '';
	display: inline-block;
	height: 15px;
	margin: -7.5px 0 0;
	position: absolute;
	left: 30px;
	top: 50%;
	width: 10px;
}

#f-top {
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
}
#f-top a {
	text-decoration: none;
}
#f-top a:hover {
	color: #bba03f;
}
#f-top a:after {
	background: url(../img/arrow_r_o.png) no-repeat;
	background-size: 8px 12px;
	content: '';
	width: 8px;
	height: 12px;
	display: inline-block;
}
#f-link-sitemap p {
	font-size: 15px;
}
#f-link-sitemap ul {
	font-size: 13px;
}
#f-link-sitemap ul a {
	/*color: #999;*/
	color: #9a8e63;
}
#f-link-sub ul:after {
	clear: both;
	content: '';
	display: block;
}
#copyright {
	color: #fff;
	font-size: 12px;
}
/* アイコン */
.icon_pdf:before {
	background: url(../img/icon_pdf.gif) no-repeat;
	background-size: cover;
	content: '';
	width: 15px;
	height: 16px;
	display: inline-block;
	margin-right: 8px;
}
.icon_blank_before:before {
	background: url(../img/icon_blank.png) no-repeat;
	background-size: cover;
	content: '';
	width: 12px;
	height: 9px;
	display: inline-block;
	margin-right: 5px;
}
.icon_blank:after {
	background: url(../img/icon_blank.png) no-repeat;
	background-size: cover;
	content: '';
	width: 12px;
	height: 9px;
	display: inline-block;
	margin-left: 5px;
}

/* PC */
@media only screen and (min-width: 768px) {
	body {
		display: flex;
		flex-direction: column;
		min-width: 960px;
	}
	.inner {
		margin: 0 auto;
		width: 900px;
		padding: 15px 0;
	}
	
	/*********
	 ヘッダー
	****************************************/
	#header_right {
		float: right;
	}
	#header_right .lang_list li a {
		display: block;
		background: url(../img/header_menu_Japanese.gif) no-repeat left top;
		text-indent: -9999px;
		height: 13px;
	}
	#header_right .lang_list .chine a {
		background: url(../img/header_menu_chinese.gif) no-repeat left top;
	}
	#header_right .lang_list li a:hover {
		background: url(../img/header_menu_Japanese.gif) no-repeat left bottom;
	}
	#header_right .lang_list .chine a:hover {
		background: url(../img/header_menu_chinese.gif) no-repeat left bottom;
	}
	#header_right .lang_list .chine {
		width: 70px;
		float: right;
	}
	header .lang_list {
		display: inline-block;
		padding: 25px 10px 0 0;
		margin-right: 30px;
	}
	header .lang_list li + li {
		margin-top: 5px;
	}
	header .lang_list a:hover {
		color: #ecd37c!important;
		text-decoration: none;
	}
	.sp_view {
		background: #ededed;
		border-bottom: 3px solid #f00;
		padding: 30px 0;
	}
	.sp_view a {
		display: block;
		width: 900px;
		margin: 0 auto;
	}
	.sp_view img {
		width: 100%;
	}
	
	#header-camp .inner {
		padding: 0;
	}
	#header_logo {
		margin: 17px 0;
	}
	#header_group_logo {
		float: right;
		padding: 25.5px 0;
		text-align: right;
	}
	
	#header-camp-menu {
		display: none;
	}
	
	.header-nak-fixed header {
		padding-bottom: 78px;
	}
	#header-nak {
		background: #000;
		padding: 0;
		position: relative;
		height: 80px;
		vertical-align: middle;
		z-index: 1;
	}
	#header-nak .inner {
		height: 80px;
		vertical-align: middle;
		display: table;
	}
	#header-nak .inner div {
		display: table-cell;
		vertical-align: middle;
	}
	.header-nak-fixed #header-nak {
		height: 78px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
	}
	#header-nak-l {

	}
	#header-nak-l > *,
	#header-nak-r > *{
		display: inline-block;
		vertical-align: middle;
	}
	#header-nak-l #logo-nak {
		/*margin: 10px 43px 0 0;*/
	}
	#header-nak-l #logo-nak a {
		display: inline-block;
	}
	#header-nak-r {
		float: right;
	}
	#header-nak-r ul {
		display: inline-block;
		font-size: 15px;
		margin-right: 20px;
	}
	#header-nak-r li {
		display: inline-block;
	}
	#header-nak-r li:nth-child(n+2) {
		margin-left: 20px;
	}
	#header-nak-r .h-info {
		background: #d2ae2d;
		background: -moz-linear-gradient(top,  #d2ae2d 0%, #ac8b15 100%);
		background: -webkit-linear-gradient(top,  #d2ae2d 0%,#ac8b15 100%);
		background: linear-gradient(to bottom,  #d2ae2d 0%,#ac8b15 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ae2d', endColorstr='#ac8b15',GradientType=0 );
		
		color: #fff;
		display: inline-block;
		height: 50px;
		line-height: 50px;
		text-align: center;
		text-decoration: none;
		width: 200px;
	}

	
	/*********
	 レイアウト大
	****************************************/
	#container {
		font-size: 15px;
	}
	.section_s:nth-child(n+2) {
		margin-top: 15px;
	}
	section:nth-child(n+2) {
		margin-top: 60px;
	}
	
	/*********
	 見出し系
	****************************************/
	#pagetitle {
		height:400px;
		margin-top: -30px;
	}
	#pagetitle h1 {
		font-size:40px;
		line-height: 100%;
		padding-top: 180px;
		text-shadow: 1px 1px 5px #000;
	}
	#pagetitle .pagetitle_en {
		display: none;
		font-size: 18px;
	}
	h2 {
		font-size: 32px;
		line-height: 40px;
		margin: 0 auto;
		max-width: 620px;
		padding: 20px 0;
		width: 100%;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 18px;
		margin-bottom: 8px;
	}

	/*********
	 コンテンツ
	****************************************/
	#main .inner {
		padding: 100px 130px;
	}
	#main p {
		margin-bottom: 1.8em;
	}
	#main figure {
		margin: 0 0 1.8em;
	}
	#main figcaption {
		margin-top: .8em;
	}
	/* column */
	div[class*="column"] {
		display: -webkit-flex;
		display: flex;
	}
	div[class*="column"].reverse {
		flex-direction: row-reverse;
	}
	.column1_1 .col {
		width: 440px;
	}
	.column1_1 .col:nth-child(2n) {
		margin-left: 20px;
	}
	.column1_1.reverse .col:nth-child(2n) {
		margin-left: 0;
		margin-right: 20px;
	}
	#main .col > *:last-child {
		margin-bottom: 0;
	}

	
	/*********
	 フッター
	****************************************/
	#f-info {
		padding: 40px 0;
	}
	#f-info .btn-info {
		width: 335px;
	}
	#f-top {
		color: #fff;
		padding: 40px 0;
	}
	#f-top p ,
	#f-top ul ,
	#f-top li {
		display: inline-block;
		vertical-align: middle;
	}
	#f-top p {
		font-size: 24px;
		min-width: 274px;
	}
	#f-top ul {
		font-size: 17px;
	}
	#f-top li {
		margin-right: 60px;
	}
	#f-top a:after {
		margin-left: 14px;
	}
	#f-middle {
		border-bottom: 1px solid #333333;
		padding: 40px 0 30px;
		position: relative;
	}
	#f-link-sitemap {
		display: -webkit-flex;
		display: flex;
		display: block\9;
		margin-bottom: 40px;
		width: 700px;
	}
	#f-link-sitemap .col.nak80 {
		width: 130px;
	}
	#f-link-sitemap .col.nak80 p {
		margin-bottom: 10px;
	}
	#f-link-sitemap .col.nak80 ul li {
		margin-bottom: 10px;
	}
	#f-link-sitemap .col.catalog {
		width: 110px;
	}
	#f-link-sitemap .col.office {
		width: 160px;
	}
	#f-link-sitemap .col.info {
	}
	#f-link-sub li {
		float: left;
		margin-right: 48px;
	}
	#f-banner li {
		margin-bottom: 15px;
		float: left;
	}
	#f-banner p {
		color: #fff;
		font-size: 12px;
		line-height: 1.8;
	}
	#f-banner p:last-of-type {
		width: 103%;
	}
	#f-banner p.read {
		color: #ecd37c;
		font-size: 12px;
	}
	#f-banner {
		top: 40px;
		right: 0;
		position: absolute;
		width: 410px;
	}
	#f-link-sub {
		font-size: 12px;
		width: 700px;
	}
	#f-bottom {
		padding: 20px 0 30px;
	}
}

/* SP */
@media only screen and (max-width: 767px) {
	
	.inner {
		margin: 0 20px;
	}
	
	/*********
	 ヘッダー
	****************************************/
	header {
		padding-bottom: 70px;
	}
	#header_logo {
		width: auto;
		margin-top: 15px;
	}
	#header_logo img {
		width: 115px;
	}	
	
	/* スマホメニュー */
	#menu_box {
		border-top: 1px solid #ccc;
		display: none;
		position: absolute;
		z-index: 9999;
	}
	#menu_box.menuBody {
		display: block;
	}
	
	#header_menu {
	}
	#header_menu a {
		display: block;
		float: right;
		margin: 0 -14px 0 0;
		padding: 14px;
	}
	#header_menu img {
		height: 39px;
		width: 37.5px;
		vertical-align: top;
	}
	#header_group_logo {
		display: none;
	}
	
	/* 企業メニュー */
	#header-camp-menu {
		background-color: rgba(0, 0, 0, 0.3);
		height: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 67px;
		width: 100%;
		z-index: 9001;
		
		-webkit-transition: height .4s;
		-moz-transition: height .4s;
		transition: height .4s;
	}
	html.company-menu-open {
		height: 100%;
		overflow: hidden;
	}
	html.company-menu-open body {
		height: 100%;
		overflow: hidden;
		width: 100%;
	}
	.company-menu-open #header-camp-menu {
		height: 100vh;
	}
	#header-camp-menu-inner {
		background: #fff;
		padding-bottom: 15px;
	}
	#header-camp-menu ul {
		border-top: 1px solid #ccc;
	}
	#header-camp-menu li {
		border-bottom: 1px solid #ccc;
	}
	#header-camp-menu  ul a {
		display: block;
		padding: 10px;
		position: relative;
	}
	#header-camp-menu ul a:after {
		background: url(../img/sp/icon_arrow01.svg) no-repeat;
		background-size: 20px 12px;
		content: '';
		display: block;
		height: 12px;
		margin-top: -6px;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 20px;
	}
	#header-camp-menu img {
		vertical-align: top;
	}
	#header-camp-menu-sub {
		max-width: 280px;
		margin:0 auto;
		text-align: center;
	}
	#header-camp-menu-sub a {
		display: block;
		margin-top: 15px;
	}
	#header-camp-menu-sub .pc_view img {
		width: 100%;
	}
	#header-camp-menu-sub .header-camp-menu-close {
		background: #ededed;
		color: inherit;
		padding: 10px 0;
	}
	
	/* NAKメニュー */
	#header-nak-l li .lang_list {
		margin-left: 0;
	}
	#header-nak-l li .lang_list li {
		margin-left: 0;
	}
	.nak-menu-open #header-nak #header-nak-r {
		display: block;
	}
	#header-nak-r {
		display: none;
	}
	#header-nak-r ul {
		display: block;
	}
	#header-nak {
		background: rgba(0,0,0,0.8);
		height: 70px;
		left: 0;
		position: absolute;
		top: 67px;
		width: 100%;
		z-index: 9000;
		
		-webkit-transition: height .4s;
		-moz-transition: height .4s;
		transition: height .4s;
	}
	.header-nak-fixed #header-nak {
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9000;
	}
	.nak-menu-open #header-nak {
		height: 100vh;
	}
	#header-nak-l {
		background: #000;
		padding: 15px 0;
	}
	#header-nak-l > *,
	#header-nak-r > *{
		display: inline-block;
		vertical-align: middle;
	}
	#header-nak .inner {
		margin: 0 15px;
	}
	#logo-nak {
		float: left;
		margin: 5px 0 0;
	}
	.lang_cn {
		margin: 0 0 0 15px;
	}
	.lang_jn {
		margin: 5px 0 0 15px;
	}
	#header-nak-l > ul > li {
		margin-left: 10px;
		margin-top: 5px;
	}
	#header-nak-menu-btn {
		background: #d2ae2d;
		background: -moz-linear-gradient(top,  #d2ae2d 0%, #ac8b15 100%);
		background: -webkit-linear-gradient(top,  #d2ae2d 0%,#ac8b15 100%);
		background: linear-gradient(to bottom,  #d2ae2d 0%,#ac8b15 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ae2d', endColorstr='#ac8b15',GradientType=0 );
		
		color: #fff;
		float: right;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		width: 30%;
	}
	#header-nak-l:after {
		clear: both;
		content:'';
		display: block;
		
	}
	#header-nak-r {
	}
	#header-nak-r ul {
		border-top: 1px solid #bbbab8;
	}
	#header-nak-r li {
		border-bottom: 1px solid #bbbab8;
		display: block;
	}
	#header-nak-r a {
		display: block;
		font-size: 20px;
		line-height: 25px;
		padding: 15px 20px;
	}
	#header-nak-r a:before {
		border-bottom: 3px solid transparent;
		border-left: 3px solid #bba03f;
		border-right: 0 solid transparent;
		border-top: 3px solid transparent;
		content:'';
		display: inline-block;
		height: 0;
		margin: 0 11px 0 0;
		vertical-align: middle;
		width: 0;
	}
	.h-info {
		border-bottom: 1px solid #bbbab8;
	}
	#pankuzu {
		display: none;
	}

	
	/*********
	 レイアウト大
	****************************************/
	section {
		overflow: hidden;
	}
	section:nth-child(n+2) {
		margin-top: 40px;
	}
	.section_s:nth-child(n+2) {
		margin-top: 15px;
	}
	
	
	
	/*********
	 見出し系
	****************************************/
	#pagetitle {
		height:150px;
	}
	#pagetitle h1 {
		font-size: 30px;
		padding-top: 50px;
		text-shadow: 0px 0px 6px #000;
	}
	#pagetitle .pagetitle_ja {
		display: block;
	}
	#pagetitle .pagetitle_en {
		display: block;
		font-size: 12px;
	}
	h2 {
		font-size: 23px;
		line-height: 32px;
		margin: 0 40px;
		padding: 9px 0;
	}
	h2:before ,
	h2:after {
		background-size: 10px 100%;
		height: 100%;
		width: 10px;
	}
	h2:before {
		left: -10px;
	}
	h2:after {
		right: -10px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 18px;
		margin-bottom: 8px;
	}
	
	
	/*********
	 コンテンツ
	****************************************/
	#main .inner {
		padding: 63px 20px 35px;
	}
	#main img {
		max-width: 100%;
	}
	#main p {
		margin-bottom: 1.8em;
		line-height: 1.6;
	}
	#main figure {
		text-align: center;
		margin-bottom: 1.8em;
	}
	#main figure img {
		margin: 0 auto;
	}
	figcaption {
		font-size: 12px;
		margin-top: .5em;
	}
	
	/*********
	 フッター
	****************************************/
	.language_btn ul li:first-child {
		border-right: 1px solid #ccc;
	}
	.language_btn ul li {
		width: 50%;
		text-align: center;
		padding: 8px 0px;
	}
	.language_btn ul {
		display: flex;
		padding: 10px 0px;
	}
	.language_btn ul li a {
		padding: 5px 25px 5px 12px;
		background: url(../img/icon_blank.png) no-repeat right center;
		background-size: 13px;
	}
	#f-info {
		padding: 30px 0;
	}
	#f-info .btn-info {
		font-size: 22px;
	}
	#f-info .btn-info:after {
		background-size: 8px 11px;
		height: 11px;
		margin: -4px 0 0;
		right: 20px;
		top: 50%;
		width: 8px;
	}
	#f-banner li {
		margin-bottom: 15px;
		float: left;
	}
	#f-banner p {
		color: #fff;
		font-size: 12px;
		line-height: 1.8;
	}
	#f-banner p.read {
		color: #ecd37c;
		font-size: 12px;
		margin-top: 10px;
	}
	#f-top {
		display: none;
	}
	#f-top .inner {
		margin: 0 40px;
	}
	#f-top p {
		border-bottom: 1px solid #2c2c2c;
		font-size: 18px;
		padding: 19px 0;
	}
	#f-top ul {
		margin: 10px 0;
	}
	#f-top li {
	}
	#f-top a {
		display: block;
		position: relative;
		padding: 8px 10px 8px 0;
	}
	#f-link-sitemap ul a {
		font-size: 16px;
	}
	#f-top a:after {
		position: absolute;
		right: 0;
		top: 0;
	}
	#f-middle {
		margin: 0;
	}
	#f-link-sitemap .col {
		border-bottom: 1px solid #2c2c2c;
	}
	#f-link-sitemap a {
		display: block;
		font-size: 18px;
		position: relative;
	}
	#f-link-sitemap p a {
		padding: 12px 20px;
	}
	#f-link-sitemap a:after {
		background: url(../img/arrow_r_o.png) no-repeat;
		background-size: 7px 11px;
		content: '';
		height: 11px;
		margin: -5.5px 0 0;
		position: absolute;
		right: 30px;
		top: 50%;
		width: 7px;
	}
	#f-link-sitemap ul a:after {
		background-size: 6px 9px;
		content: '';
		height: 9px;
		margin: -4.5px 0 0;
		right: 10px;
		width: 6px;
	}
	#f-link-sitemap .col.nak80 p a:after {
		background: url(../img/arrow_b_o.png) no-repeat;
		background-size: 11px 7px;
		height: 7px;
		margin: -3.5px 0 0;
		width: 11px;
	}
	#f-link-sitemap ul {
		border-top: 1px solid #2c2c2c;
		margin: 0 20px;
		padding: 10px 0;
	}
	#f-link-sitemap ul a {
		padding: 10px 0;
	}
	#f-link-sitemap a.this_page {
		color: #bba03f;
	}
	#f-link-sub {
		margin: 10px 20px 30px 20px;
	}
	#f-link-sub li {
		display: inline-block;
		margin-right: 15px;
		width: auto;
	}
		#f-link-sub li:last-child {
			margin-right: 0;
	}
	#f-link-sub a {
		display: block;
		font-size: 13px;
		line-height: 2;
	}
	#f-banner {
		margin: 0 20px;
	}
	#f-banner li {
		display: inline-block;
		float: left;
		margin: 0;
		width: calc(50% - 12px);
	}
	#f-banner li:nth-child(2n) {
		float: right;
		width: calc(50% - 12px);
	}
	#f-banner ul:after {
		clear: both;
		content: '';
		display: block;
	}
	#f-banner img {
		width: 100%;
	}
	#f-bottom {
		padding: 19px 0;
		text-align: center;
	}
}

@media only screen and (max-width: 340px) {
	
	.btn_detail:after ,
	.btn_confirm:after ,
	.btn_send:after ,
	#f-info .btn-info:after {
		right: 15px;
	}
}

/* アニメーション設定
    ==================================- */
.fadein {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 0;
}
.fadein.action {
	opacity: 1;
}

/* 個別装飾 */
.hover_trans:hover {
	opacity: 0.8;
}
.inline-block {
	display: inline-block;
}
.indent {
	font-size: 13px;
	text-indent: -2.5em;
	padding-left: 2.5em;
	margin-bottom: 5px!important;
}
.t_left {
	text-align: left;
}
.t_right {
	text-align: right;
}
.t_center {
	text-align: center !important;
}
@media only screen and (min-width: 768px) {
	
	.pc_none {
		display: none !important;
	}
}
@media only screen and (max-width: 767px) {
	
	.sp_none {
		display: none !important;
	}
}
.link {
  font-weight: 500;
  display: inline-block;
}
.link-outside {
  background: url(/common/img/common/icon/icon_outside.svg) left 7px/20px 15px no-repeat;
  padding-left: 30px;
}