@charset "UTF-8";
/*
*******************************************************************************************************
# common style
*******************************************************************************************************
*/
/* ------------------------------------
	* font local setting : Noto Sans CJK JP
* ------------------------------------ */
/* DemiLight */
@font-face {
	font-family: "NotoSansCJKjp";
	font-style: normal;
	font-weight: 350;
	src: local("Noto Sans CJK JP DemiLight"), url("../fonts/noto_sans_cjkjp_DemiLight.woff") format("woff"), url("../fonts/noto_sans_cjkjp_DemiLight.otf") format("opentype");
}

/* Medium */
@font-face {
	font-family: "NotoSansCJKjp";
	font-style: normal;
	font-weight: 500;
	src: local("Noto Sans CJK JP Medium"), url("../fonts/noto_sans_cjkjp_Medium.woff") format("woff"), url("../fonts/noto_sans_cjkjp_Medium.otf") format("opentype");
}

/* Bold */
@font-face {
	font-family: "NotoSansCJKjp";
	font-style: normal;
	font-weight: 700;
	src: local("Noto Sans CJK JP Bold"), url("../fonts/noto_sans_cjkjp_Bold.woff") format("woff"), url("../fonts/noto_sans_cjkjp_Bold.otf") format("opentype");
}

/* ------------------------------------
	* normalize
* ------------------------------------ */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	    -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* add base */
html {
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
}

body {
	min-width: 1100px;
	font-family: "NotoSansCJKjp", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 350;
	color: #000;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 736px) {
	body {
		min-width: 0;
	}
}

ul,
ol {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dt,
dd,
p {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

img {
	max-width: 100%;
	vertical-align: top;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	box-sizing: border-box;
	background-color: #fff;
}

@media screen and (max-width: 736px) {
	select {
		width: 100%;
	}
}

em {
	font-style: normal;
}

/* ------------------------------------
	* module
* ------------------------------------ */
/* ------------------------------------
	* module: btn
* ------------------------------------ */
.mod-btn {
	font-size: 18px;
	text-align: center;
}

.mod-btn a,
.mod-btn span {
	display: block;
}

.mod-btn a {
	transition: all 0.3s ease;
}

.mod-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.mod-btn .inner_btn {
	padding: 20px;
}

.mod-btn .icon {
	display: block;
	position: relative;
}

.mod-btn .en_word {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 736px) {
	.mod-btn {
		font-size: 13px;
	}
	.mod-btn a {
		transition: none;
	}
	.mod-btn a:hover {
		opacity: 1;
	}
	.mod-btn .inner_btn {
		padding: 12px 20px;
	}
}

/* 各種ボタン
----------------------------------- */
/* デフォルト */
.mod-btn_def a {
	background-color: #fff100;
}

/* blank */
.mod-btn_blank a {
	background-color: #fff100;
}

.mod-btn_blank .inner_btn {
	font-weight: 700;
}

.mod-btn_blank .icon::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
	background-image: url("../img/common/icn_blank.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}

@media screen and (max-width: 736px) {
	.mod-btn_blank .icon::before {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		position: absolute;
		top: 50%;
		margin-top: -6px;
	}
}

/* ダウンロード */
.mod-btn_dl a,
.mod-btn_dl02 a {
	border: 1px solid #e50112;
	background-image: url("../img/common/bg_dot.png");
	background-position: 0 0;
	background-size: 3px auto;
}

.mod-btn_dl .inner_btn,
.mod-btn_dl02 .inner_btn {
	font-weight: 700;
}

.mod-btn_dl .icon,
.mod-btn_dl02 .icon {
	padding-left: 25px;
}

.mod-btn_dl .icon::before,
.mod-btn_dl02 .icon::before {
	content: "";
	display: block;
	width: 26px;
	height: 24px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}

.mod-btn_dl .icon::before {
	background-image: url("../img/common/icn_download.png");
}

.mod-btn_dl02 .icon::before {
	background-image: url("../img/common/icn_download_black.png");
}

@media screen and (max-width: 736px) {
	.mod-btn_dl .icon::before,
	.mod-btn_dl02 .icon::before {
		content: "";
		display: block;
		width: 20px;
		height: 18px;
		position: absolute;
		top: 50%;
		margin-top: -9px;
	}
}

/* MORE */
.mod-btn_more {
	width: 120px;
	font-size: 15px;
}

.mod-btn_more a {
	background-color: #fff100;
}

.mod-btn_more .inner_btn {
	padding: 12px 10px;
	font-weight: 700;
}

.mod-btn_more .icon::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 4px;
	border-color: transparent transparent transparent #000;
}

@media screen and (max-width: 736px) {
	.mod-btn_more {
		width: auto;
		font-size: 13px;
	}
	.mod-btn_more .inner_btn {
		padding: 10px;
	}
}

/* 動画でみる */
.mod-btn_movie {
	font-size: 15px;
}

.mod-btn_movie a {
	background-color: #fff100;
}

.mod-btn_movie .inner_btn {
	padding: 15px 10px;
	font-weight: 700;
}

.mod-btn_movie .icon {
	display: table;
	margin: 0 auto;
	padding: 0 32px 0 38px;
}

.mod-btn_movie .icon::before,
.mod-btn_movie .icon::after {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}

.mod-btn_movie .icon::before {
	content: "";
	display: block;
	width: 27px;
	height: 28px;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	left: 0;
	background-image: url("../img/common/icn_movie.png");
}

.mod-btn_movie .icon::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
	background-image: url("../img/common/icn_blank.png");
}

@media screen and (max-width: 736px) {
	.mod-btn_movie {
		font-size: 13px;
	}
	.mod-btn_movie .icon {
		display: block;
		padding: 0;
	}
	.mod-btn_movie .icon::before {
		content: "";
		display: block;
		width: 20px;
		height: 21px;
		position: absolute;
		top: 50%;
		margin-top: -10.5px;
	}
	.mod-btn_movie .icon::after {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		position: absolute;
		top: 50%;
		margin-top: -6px;
	}
}

/* 記事一覧 */
.mod-btn_list a {
	background-color: #fff100;
}

.mod-btn_list .inner_btn {
	font-weight: 700;
}

.mod-btn_list .icon::before {
	right: 0;
	top: 50%;
	margin-top: -7.5px;
}

.mod-btn_list .icon::after {
	content: "";
	display: block;
	width: 34px;
	height: 23px;
	position: absolute;
	top: 50%;
	margin-top: -11.5px;
	left: 0;
	background-image: url("../img/common/icn_list.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}

@media screen and (max-width: 736px) {
	.mod-btn_list .icon {
		padding: 0 10px 0 22px;
	}
	.mod-btn_list .icon::before {
		margin-top: -4.5px;
	}
	.mod-btn_list .icon::after {
		content: "";
		display: block;
		width: 20px;
		height: 13px;
		position: absolute;
		top: 50%;
		margin-top: -6.5px;
	}
}

/* ------------------------------------
	* module: title
* ------------------------------------ */
/* コンテンツタイトル
----------------------------------- */
.mod-ttl_contents01,
.mod-ttl_contents02,
.mod-ttl_contents03 {
	text-align: center;
}

.mod-ttl_contents01 .title,
.mod-ttl_contents02 .title,
.mod-ttl_contents03 .title {
	font-size: 48px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.mod-ttl_contents01 .subttl,
.mod-ttl_contents02 .subttl,
.mod-ttl_contents03 .subttl {
	display: table;
	margin: 15px auto 0 auto;
	padding: 0 3em;
	font-size: 14px;
	text-align: center;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
}

@media screen and (max-width: 736px) {
	.mod-ttl_contents01 .title,
	.mod-ttl_contents02 .title,
	.mod-ttl_contents03 .title {
		font-size: 30px;
	}
	.mod-ttl_contents01 .subttl,
	.mod-ttl_contents02 .subttl,
	.mod-ttl_contents03 .subttl {
		margin-top: 5px;
		padding: 0 1em;
		font-size: 10px;
	}
}

.mod-ttl_contents01,
.mod-ttl_contents02 {
	padding: 55px 0;
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 100%;
}

@media screen and (max-width: 736px) {
	.mod-ttl_contents01,
	.mod-ttl_contents02 {
		padding: 25px 0;
	}
}

/* 背景色：黄 */
.mod-ttl_contents01 {
	background-color: #fff100;
	background-image: url("../img/common/bg_contents_ttl01.png");
	color: #000;
	border-color: #000;
}

/* 背景色：緑 */
.mod-ttl_contents02 {
	/*background-color: #005f35;*/
	background-color:#009F41;
	background-image: url("../img/common/bg_contents_ttl02.png");
	color: #fff;
	border-color: #fff;
}

/* 大見出し
----------------------------------- */
/* 下線（グレー＋黄） */
.mod-ttl_twotone {
	border-bottom: 3px solid #f4f4f4;
}

.mod-ttl_twotone .title {
	display: block;
	padding: 0 10px 20px 10px;
	position: relative;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.mod-ttl_twotone .title::after {
	content: "";
	display: block;
	width: 2em;
	height: 3px;
	padding: 0 10px;
	background-color: #fff100;
	position: absolute;
	left: 0;
	bottom: -3px;
}

.mod-ttl_twotone .title .reg {
	padding: 0 5px;
	font-size: 20px;
	position: relative;
	top: -10px;
}

/* 上下に実線＋center */
.mod-ttl_doubleline {
	padding: 15px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
}

.mod-ttl_doubleline .title {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

@media screen and (max-width: 736px) {
	.mod-ttl_doubleline {
		padding: 8px 0;
	}
	.mod-ttl_doubleline .title {
		font-size: 16px;
	}
}

/* 小見出し
----------------------------------- */
/* 左側にborder */
.mod-ttl_border_l {
	padding-left: 10px;
	border-left: 4px solid #fff100;
}

.mod-ttl_border_l .title {
	line-height: 1.3;
	font-size: 18px;
	font-weight: 350;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 736px) {
	.mod-ttl_border_l .title {
		font-size: 16px;
	}
}

/* 下線（黒） */
.mod-ttl_border_btm {
	border-bottom: 1px solid #000;
}

.mod-ttl_border_btm .title {
	line-height: 1.3;
	font-size: 22px;
	font-family: "こぶりなゴシック W6 JIS2004", sans-serif;
	font-weight: bold;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 500px) {
	.mod-ttl_border_btm .title {
		letter-spacing: 0.1em;
	}
}

/* 緑＋bold */
.mod-ttl_color01 .title {
	/*color: #047c3c;*/
	color:#009F41;
	line-height: 1.3;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

/* ------------------------------------
	* module: txt
* ------------------------------------ */
/* 文字装飾関連
----------------------------------- */
/* 特殊文字対応 */
.mod-txt_reg,
.mod-txt_copy {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
}

/* インデント */
.mod-txt_indent01 {
	padding-left: -1em;
	text-indent: 1em;
}

.mod-txt_indent02 {
	padding-left: 1em;
	text-indent: -1em;
}

/* リンク関連
----------------------------------- */
/* 電話番号 */
.mod-link_tel {
	cursor: default;
}

/* hover */
.mod-hover {
	transition: all 0.3s ease;
}

.mod-hover:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* ------------------------------------
	* module: box
* ------------------------------------ */

/* コンテンツイメージ
----------------------------------- */
.mod-box_contents_img {
	background-color: #ccc;
	background-position: center center;
	background-size: cover;
}

.mod-box_contents_img .box_title {
	margin: 0 auto;
	padding: 40px 50px 35px 50px;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
}

.mod-box_contents_img .box_title .ttl_def,
.mod-box_contents_img .box_title .ttl_border {
	font-size: 23px;
	text-align: center;
	line-height: 1.5;
	font-weight: 700;
}

.mod-box_contents_img .box_title .ttl_border {
	padding-bottom: 12px;
	border-bottom: 1px solid #000;
}

.mod-box_contents_img .box_title .lead {
	font-size: 14px;
	line-height: 1.7;
}

/* バナーエリア
----------------------------------- */
.mod-box_bnrarea {
	background-color: #efefef;
	padding: 40px 0;
}

.mod-box_bnrarea ul {
	display: table;
	margin: 0 auto;
}

.mod-box_bnrarea li {
	display: table-cell;
	vertical-align: middle;
}

.mod-box_bnrarea li .mod-btn {
	background-color: #fff;
	letter-spacing: 0.3em;
}

.mod-box_bnrarea li a {
	display: block;
	background-color: #fff;
}

.mod-box_bnrarea li .inner_btn {
	padding: 28px 45px;
	text-align: center;
	font-size: 15px;
}

.mod-box_bnrarea li .icon {
	position: relative;
}

@media screen and (max-width: 736px) {
	.mod-box_bnrarea {
		padding: 20px 6.25%;
	}
	.mod-box_bnrarea ul {
		display: block;
	}
	.mod-box_bnrarea li {
		display: block;
	}
	.mod-box_bnrarea li .inner_btn {
		letter-spacing: 0.1em;
	}
}

/* カラム
----------------------------------- */
/* 3列 */
.mod-box_column_3rows:before,
.mod-box_column_3rows:after {
	content: "";
	display: table;
}

.mod-box_column_3rows:after {
	clear: both;
}

.mod-box_column_3rows .mod-box_column {
	width: 31.65323%;
	float: left;
	margin-left: 2.52016%;
}

.mod-box_column_3rows .mod-box_column:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}

.mod-box_column_3rows .mod-box_column:nth-child(n+4) {
	margin-top: 25px;
}

.mod-box_column_3rows .mod-box_column .pic img {
	width: 100%;
	height: auto;
}

/* タブ切り替え
----------------------------------- */
/* ニュース一覧 */
.mod-box_tab_news .menu {
	background-color: #fff100;
}

.mod-box_tab_news .menu .tab_btn {
	display: table;
	margin: 0 auto;
}

.mod-box_tab_news .menu .tab_btn li {
	display: table-cell;
}

.mod-box_tab_news .menu .tab_btn li a {
	display: block;
	transition: all 0.3s ease;
}

.mod-box_tab_news .menu .tab_btn li a:hover {
	text-decoration: none;
	color: #444;
}

.mod-box_tab_news .menu .tab_btn li .inner_btn {
	height: 70px;
	padding: 0 40px;
	position: relative;
	text-align: center;
}

.mod-box_tab_news .menu .tab_btn li .title {
	display: block;
	padding: 25px 0 4px;
	font-size: 16px;
	font-weight: 700;
}

.mod-box_tab_news .menu .tab_btn li .title br {
	display: none;
}

/* .mod-box_tab_news .menu .tab_btn li .subttl {
	display: block;
	padding-top: 12px;
	font-size: 12px;
	font-weight: 350;
	letter-spacing: 0.05em;
} */

.mod-box_tab_news .menu .tab_btn li .btn {
	display: none;
}

.mod-box_tab_news .menu .tab_btn li.active .inner_btn::before {
	content: "";
	display: block;
	content: "";
	display: block;
	width: 36px;
	height: 10px;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: 0;
	background-image: url("../img/common/arr_tab.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%;
}

.mod-box_tab_news .inner_contents {
	width: 930px;
	margin: 50px auto 0 auto;
}

.mod-box_tab_news .tab_block .inner_block .detail {
	display: block;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #777;
}

.mod-box_tab_news .tab_block .inner_block .detail:first-child {
	margin-top: 0;
}

.mod-box_tab_news .tab_block .inner_block .detail dl {
	transition: all 0.3s ease;
}

.mod-box_tab_news .tab_block .inner_block .detail:hover {
	text-decoration: none;
}

.mod-box_tab_news .tab_block .inner_block .detail:hover dl {
	opacity: 0.7;
}

.mod-box_tab_news .tab_block .inner_block .detail dd {
	margin-top: 8px;
	padding-right: 100px;
	position: relative;
}

.mod-box_tab_news .tab_block .inner_block .detail .date,
.mod-box_tab_news .tab_block .inner_block .detail .title,
.mod-box_tab_news .tab_block .inner_block .detail .txt {
	color: #666;
}

.mod-box_tab_news .tab_block .inner_block .detail .date {
	font-size: 16px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.mod-box_tab_news .tab_block .inner_block .detail .type,
.mod-box_tab_news .tab_block .inner_block .detail .type_def {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 5px;
	background-color: #009F41;
	color: #fff;
	font-size: 12px;
	font-weight: 350;
	min-width: 60px;
	text-align: center;
	box-sizing: border-box;
}

/* 外部ファイル制御の為important使用 */
.mod-box_tab_news .tab_block .inner_block .detail .type{
	width: auto!important;
}

.mod-box_tab_news .tab_block .inner_block .detail .title {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
}

.mod-box_tab_news .tab_block .inner_block .detail .txt {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.5;
}

.mod-box_tab_news .tab_block .inner_block .detail .btn_more {
	width: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #000;
}

.mod-box_tab_news .tab_block .inner_block .detail .btn_more .inner_btn {
	padding: 8px 8px 8px 12px;
	background-color: #fff100;
}

.mod-box_tab_news .tab_block .inner_block .detail .btn_more .icon {
	padding-right: 10px;
}

.mod-box_tab_news .btn_list {
	width: 300px;
	margin: 45px auto 0 auto;
}

@media screen and (max-width: 736px) {
	.mod-box_tab_news .menu {
		width: 100%;
	}
	.mod-box_tab_news .menu .tab_btn {
		width: 100%;
	}
	.mod-box_tab_news .menu .tab_btn li a {
		transition: none;
	}
	.mod-box_tab_news .menu .tab_btn li a:hover {
		color: #000;
	}
	.mod-box_tab_news .menu .tab_btn li .inner_btn {
		height: auto;
		padding: 0;
	}
	.mod-box_tab_news .menu .tab_btn li .title,
	.mod-box_tab_news .menu .tab_btn li .subttl {
		display: none;
	}
	.mod-box_tab_news .menu .tab_btn li .btn {
		display: block;
	}
	.mod-box_tab_news .menu .tab_btn li .btn img {
		width: 83px;
	}
	.mod-box_tab_news .menu .tab_btn li.active .inner_btn::before {
		content: "";
		display: block;
		width: 18px;
		height: 5px;
		position: absolute;
		left: 50%;
		margin-left: -9px;
	}
	.mod-box_tab_news .inner_contents {
		width: auto;
		margin: 25px 0 0 0;
		padding: 0 7.5%;
	}
	.mod-box_tab_news .tab_block .inner_block .detail {
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.mod-box_tab_news .tab_block .inner_block .detail:first-child {
		margin-top: 0;
	}
	.mod-box_tab_news .tab_block .inner_block .detail dl {
		transition: none;
	}
	.mod-box_tab_news .tab_block .inner_block .detail:hover {
		text-decoration: none;
	}
	.mod-box_tab_news .tab_block .inner_block .detail:hover dl {
		opacity: 1;
	}
	.mod-box_tab_news .tab_block .inner_block .detail dd {
		margin-top: 5px;
		position: static;
		padding-right: 0;
	}
	.mod-box_tab_news .tab_block .inner_block .detail .date {
		font-size: 14px;
	}
	.mod-box_tab_news .tab_block .inner_block .detail .type {
		margin-left: 8px;
		padding: 3px;
		font-size: 10px;
	}
	.mod-box_tab_news .tab_block .inner_block .detail .title {
		font-size: 13px;
	}
	.mod-box_tab_news .tab_block .inner_block .detail .txt,
	.mod-box_tab_news .tab_block .inner_block .detail .btn_more {
		display: none;
	}
	.mod-box_tab_news .btn_list {
		width: 200px;
		margin-top: 25px;
	}
}

/* 資料一覧
----------------------------------- */
.mod-box_doclist .doclist_contents {
	width: 930px;
	margin: 30px auto 0;
}

.mod-box_doclist .doclist_select,
.mod-box_doclist .tab_select {
	text-align: right;
	position: relative;
}

.mod-box_doclist .doclist_select::before,
.mod-box_doclist .doclist_select::after,
.mod-box_doclist .tab_select::before,
.mod-box_doclist .tab_select::after {
	content: "";
	display: block;
	position: absolute;
	right: 12px;
	width: 0;
	height: 0;
	border-style: solid;
}

.mod-box_doclist .doclist_select::before,
.mod-box_doclist .tab_select::before {
	top: 10px;
	border-width: 0 3.5px 4px 3.5px;
	border-color: transparent transparent #b5b5b5 transparent;
}

.mod-box_doclist .doclist_select::after,
.mod-box_doclist .tab_select::after {
	top: 21px;
	border-width: 4px 3.5px 0 3.5px;
	border-color: #b5b5b5 transparent transparent transparent;
}

.mod-box_doclist .doclist_select select,
.mod-box_doclist .tab_select select {
	width: 10em;
	font-size: 14px;
	padding: 8px 30px 8px 10px;
	border: 1px solid #b5b5b5;
	box-sizing: border-box;
	cursor: pointer;
	font-family: "NotoSansCJKjp", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
}

.mod-box_doclist .doclist_block .ttl_list {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	font-size: 18px;
	color: #005f35;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.mod-box_doclist .doclist_block dl {
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}

.mod-box_doclist .doclist_block dl:before,
.mod-box_doclist .doclist_block dl:after {
	content: "";
	display: table;
}

.mod-box_doclist .doclist_block dl:after {
	clear: both;
}

.mod-box_doclist .doclist_block dt {
	width: 6em;
	float: left;
}

.mod-box_doclist .doclist_block dd {
	padding-left: 6em;
}

.mod-box_doclist .doclist_block a {
	color: #666;
}

.mod-box_doclist .doclist_block .icon::after {
	position: relative;
	top: -2px;
}

.mod-box_doclist .doclist_block .detail dl {
	padding: 0;
	border-bottom: none;
}

.mod-box_doclist .doclist_block .detail dt {
	width: auto;
	float: none;
}

.mod-box_doclist .doclist_block .detail dd {
	padding-left: 0;
}

.mod-box_tab_news .tab_block .mod-box_doclist .doclist_block .detail {
	border-bottom-color: #ccc;
}

@media screen and (max-width: 736px) {
	.mod-box_doclist .doclist_contents {
		width: auto;
	}
	.mod-box_doclist .doclist_contents .doclist_wrapper {
		margin-top: -15px;
	}
	.mod-box_doclist .doclist_select,
	.mod-box_doclist .tab_select {
		z-index: 0;
	}
	.mod-box_doclist .doclist_select::before,
	.mod-box_doclist .doclist_select::after,
	.mod-box_doclist .tab_select::before,
	.mod-box_doclist .tab_select::after {
		z-index: 1;
	}
	.mod-box_doclist .doclist_select::before,
	.mod-box_doclist .tab_select::before {
		top: 10px;
	}
	.mod-box_doclist .doclist_select::after,
	.mod-box_doclist .tab_select::after {
		top: 20px;
	}
	.mod-box_doclist .doclist_select select,
	.mod-box_doclist .tab_select select {
		width: 9.5em;
		padding: 6px 30px 6px 8px;
		font-size: 18px;
		margin-right: -1em;
		transform: scale(0.8);
	}
	.mod-box_doclist .doclist_block .ttl_list {
		padding-bottom: 10px;
		font-size: 14px;
	}
	.mod-box_doclist .doclist_block dl {
		padding: 6px 0;
		font-size: 13px;
	}
	.mod-box_doclist .doclist_block dt {
		width: auto;
		float: none;
	}
	.mod-box_doclist .doclist_block dd {
		padding-left: 0;
	}
}

/* Adobe Reader
----------------------------------- */
.mod-box_getreader {
	background-color: #fff;
	padding-bottom: 100px;
}

.mod-box_getreader .inner {
	width: 920px;
	margin: 0 auto;
}

.mod-box_getreader .inner:before,
.mod-box_getreader .inner:after {
	content: "";
	display: table;
}

.mod-box_getreader .inner:after {
	clear: both;
}

.mod-box_getreader .bnr {
	float: left;
}

.mod-box_getreader .box_txt {
	padding-left: 180px;
}

.mod-box_getreader .box_txt .txt {
	color: #666;
	font-size: 12px;
	line-height: 1.5;
}

@media screen and (max-width: 736px) {
	.mod-box_getreader {
		padding-bottom: 30px;
	}
	.mod-box_getreader .inner {
		width: auto;
		margin: 0 22px;
	}
	.mod-box_getreader .bnr {
		width: 32.6087%;
	}
	.mod-box_getreader .box_txt {
		padding-left: 36.23188%;
	}
	.mod-box_getreader .box_txt .txt {
		font-size: 11px;
	}
}

/* ------------------------------------
	* module: list
* ------------------------------------ */
/* 汎用
----------------------------------- */
/* 字下げ */
.mod-list_indent > li {
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}

.mod-list_indent > li:first-child {
	margin-top: 0;
}

/* 数字 */
.mod-list_num {
	margin-left: 1.8em;
}

.mod-list_num > li {
	list-style-type: decimal;
	margin-top: 5px;
	padding-left: 3px;
}

.mod-list_num > li:first-child {
	margin-top: 0;
}

/* ナカグロ */
.mod-list_dot > li::before {
	content: "・";
	display: inline-block;
}

/* ナカグロ（字下げ有） */
.mod-list_dot_indent > li {
	padding-left: 1em;
	position: relative;
}

.mod-list_dot_indent > li::before {
	content: "・";
	display: block;
	position: absolute;
	left: 0;
}

/* アイコン
----------------------------------- */
/* 丸 */
.mod-list_circle > li {
	position: relative;
	margin-top: 5px;
	padding-left: 1em;
}

.mod-list_circle > li:first-child {
	margin-top: 0;
}

.mod-list_circle > li::before {
	content: "";
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-radius: 100%;
	line-height: 1;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
}

/* ------------------------------------
	* module: table
* ------------------------------------ */
.mod-tbl {
	border-collapse: collapse;
}

.mod-tbl th,
.mod-tbl td {
/*	vertical-align: middle;	*/
}

.mod-tbl th {
	font-weight: 350;
	white-space: nowrap;
}

.mod-tbl tr.odd th,
.mod-tbl tr.odd td {
	background-color: #f4f4f4;
}

@media screen and (max-width: 736px) {
	.mod-tbl th,
	.mod-tbl td {
		display: block;
	}
	.mod-tbl tr.odd td {
		background-color: transparent;
	}
	.mod-tbl th {
		background-color: #f4f4f4;
	}
}

/* 表：見出し縦 */
.mod-tbl_vertical th {
	border-right: 2px solid #f4f4f4;
}

.mod-tbl_vertical tr.odd th {
	border-color: #fff;
}

@media screen and (max-width: 736px) {
	.mod-tbl_vertical th {
		border-right: none;
	}
}

/* ------------------------------------
	* module: icon
* ------------------------------------ */
/* 三角形
----------------------------------- */
.mod-tri {
	display: block;
	position: relative;
}

.mod-tri::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

/* 右向き／15px×8px・黒 */
.mod-tri_r::before {
	border-width: 7.5px 0 7.5px 8px;
	border-color: transparent transparent transparent #000;
}

@media screen and (max-width: 736px) {
	.mod-tri_r::before {
		border-width: 4.5px 0 4.5px 4px;
		border-color: transparent transparent transparent #000;
	}
}

/* 左向き／15px×8px・黒 */
.mod-tri_l::before {
	border-width: 7.5px 8px 7.5px 0;
	border-color: transparent #000 transparent transparent;
}

@media screen and (max-width: 736px) {
	.mod-tri_l::before {
		border-width: 4.5px 4px 4.5px 0;
		border-color: transparent #000 transparent transparent;
	}
}

/* 上向き／15px×8px・黒 */
.mod-tri_up::before {
	border-width: 0 7.5px 8px 7.5px;
	border-color: transparent transparent #000 transparent;
}

@media screen and (max-width: 736px) {
	.mod-tri_up::before {
		border-width: 0 4.5px 4px 4.5px;
		border-color: transparent transparent #000 transparent;
	}
}

/* 下向き／15px×8px・黒 */
.mod-tri_down::before {
	border-width: 8px 7.5px 0 7.5px;
	border-color: #000 transparent transparent transparent;
}

@media screen and (max-width: 736px) {
	.mod-tri_down::before {
		border-width: 4px 4.5px 0 4.5px;
		border-color: #000 transparent transparent transparent;
	}
}

/* アイコン
----------------------------------- */
.mod-icn {
	position: relative;
}

/* PDF */
.mod-icn_pdf::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	background-image: url("../img/common/icn_pdf.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%;
}

/* PDF（文頭用 or 末尾用） */
.mod-icn_pdf_l::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("../img/common/icn_pdf.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%;
	vertical-align: top;
	margin-right: 5px;
}

.mod-icn_pdf_r::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("../img/common/icn_pdf.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%;
	vertical-align: top;
	margin-left: 5px;
}

/* リスト */
.mod-icn_list::before {
	content: "";
	display: block;
	width: 34px;
	height: 23px;
	position: absolute;
	top: 50%;
	margin-top: -11.5px;
	background-image: url("../img/common/icn_list.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%;
}

/* ------------------------------------
	* general
* ------------------------------------ */
/* clearfix */
.cfx:before,
.cfx:after {
	content: "";
	display: table;
}

.cfx:after {
	clear: both;
}

/* object */
.obj-pc {
	display: block;
}

.obj-sp {
	display: none;
}

@media screen and (max-width: 736px) {
	.obj-pc {
		display: none;
	}
	.obj-sp {
		display: block;
	}
}

/* ------------------------------------
	* wrp-header
* ------------------------------------ */
.wrp-header {
	width: 100%;
	top: 0;
	position: fixed;
	background-color: #fff;
}

.wrp-header.scroll {
	background-color: #fff;
}

.wrp-header .inner_header {
	width: 1100px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}

.wrp-header .logo,
.wrp-header .btn_language {
	position: absolute;
}

@media screen and (max-width: 736px) {
	.wrp-header.open_header {
		background-color: #005f35;
		/*background-color: #009F41;*/
	}
	.wrp-header .inner_header {
		width: 100%;
		height: 51px;
	}
}

/* logo */
.wrp-header .logo {
	width: 116px;
	left: 0;
	top: 12px;
}

.wrp-header .logo a {
	display: block;
	transition: all 0.3s ease;
}

.wrp-header .logo a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 736px) {
	.wrp-header .logo {
		width: 76px;
		left: 12px;
		top: 9px;
	}
	.wrp-header .logo a {
		height: auto;
		transition: none;
	}
	.wrp-header .logo a:hover {
		opacity: 1;
	}
}

/* language */
.wrp-header .btn_language {
	right: 0;
	top: 34px;
}

.wrp-header .btn_language ul {
	font-size: 0;
}

.wrp-header .btn_language li {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	letter-spacing: 0.3em;
}

.wrp-header .btn_language li a:hover {
	text-decoration: none;
	color: #fff100;
}

.wrp-header .btn_language li.act a {
	color: #fff100;
}

.wrp-header .btn_language .global::before {
	content: "/";
	display: inline-block;
}

@media screen and (max-width: 736px) {
	.wrp-header .btn_language {
		right: 54px;
		top: 19px;
	}
	.wrp-header .btn_language li {
		font-size: 15px;
	}
	.wrp-header .btn_language li a:hover {
		color: #000;
	}
	.wrp-header.open_header .btn_language {
		color: #fff;
	}
	.wrp-header.open_header .btn_language a {
		color: #fff;
	}
	.wrp-header.open_header .btn_language a:hover {
		color: #fff;
	}
}

/* menu btn */
.wrp-header .btn_menu {
	display: none;
}

@media screen and (max-width: 736px) {
	.wrp-header .btn_menu {
		display: block;
		width: 49px;
		height: 51px;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
	}
	.wrp-header .btn_menu span {
		display: block;
		width: 21px;
		height: 18px;
		margin: 16px auto 0 auto;
		box-sizing: border-box;
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
	}
	.wrp-header .btn_menu span::after {
		content: "";
		display: block;
		width: 21px;
		height: 2px;
		background-color: #000;
		position: absolute;
		top: 50%;
		margin-top: -2px;
	}
	.wrp-header.open_header .btn_menu span {
		border-color: #fff;
	}
	.wrp-header.open_header .btn_menu span::after {
		background-color: #fff;
	}
}

/* ------------------------------------
	* wrp-gnav
* ------------------------------------ */
.wrp-gnav {
	width: 100%;
	position: absolute;
	top: 0;
}

.wrp-gnav .inner_gnav {
	width: 1100px;
	height: 80px;
	margin: 0 auto;
}

.wrp-gnav .inner_gnav:before,
.wrp-gnav .inner_gnav:after {
	content: "";
	display: table;
}

.wrp-gnav .inner_gnav:after {
	clear: both;
}

.wrp-gnav .block {
	display: table;
	height: 80px;
	margin-left: 145px;
}

.wrp-gnav .category {
	float: left;
}

.wrp-gnav .category .btn {
	display: block;
	padding: 0 8px;
	height: 80px;
	position: relative;
	text-align: center;
}
.wrp-gnav .category .btn_border{
	border:1px solid #fff100;
	position:relative;
}
.wrp-gnav .category .btn_border .border-parts{
	position:absolute;
	width:100%;
	height:100%;
	top:-4px;
	left:3px;
	border-top:1px solid #fff100;
	border-right:1px solid #fff100;
}
.wrp-gnav .category .btn_border .border-parts:before{
	content:"";
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	height:3px;
	border-right:1px solid #fff100;
}
.wrp-gnav .category .btn_border .border-parts:after{
	content:"";
	display:inline-block;
	position:absolute;
	bottom:0;
	right:0;
	width:3px;
	border-bottom:1px solid #fff100;
}


.wrp-gnav .category .btn:hover {
	text-decoration: none;
}

.wrp-gnav .category .btn .title {
	transition-duration: 0.3s;
}
.wrp-gnav .category .btn:hover > .title	{
	color: #009d41;
	transition-duration: 0.3s;
}
.wrp-gnav .category_box .btn:hover{
	transition-duration: 0.3s;
	background:#fff100;
}
.wrp-gnav .category_box .btn:hover > .title{
	color:#000 !important;
	transition-duration: 0.3s;
}
.wrp-gnav .category_box .btn:hover > span{
	color:#000;
	transition-duration: 0.3s;
}
.wrp-gnav .category .title {
	font-size: 14px;
	padding-top: 33px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.wrp-gnav .category .title_02 {
	padding-top: 11px;
	padding-bottom:2px;
}
.wrp-gnav .category .title_03{
	padding-top:20px;
}

.wrp-gnav .category .line {
	display: block;
	height: 5px;
	background-color: #fff100;
	position: absolute;
	left: 50%;
	bottom: 0;
}

.wrp-gnav .category.act .line {
	width: 100%;
	left: 0;
}

.wrp-gnav .category_box {
	float:left;
	padding: 10px 0 0 10px;
}

.wrp-gnav .category_box .btn{
	width: 85px;
	height: 60px;
	padding-left: 0;
	padding-right: 0;
	/* overflow: hidden; */
}

@media screen and (max-width: 736px) {
	.wrp-gnav .category .btn_border{border:none;}
	.wrp-gnav .category .btn_border .border-parts{
		display:none;
	}
	.pc{display:none;}
	.wrp-gnav .category_box{padding:0;}
	.wrp-gnav .category_box .btn{width:100%;}
}


.wrp-gnav .onlineshop .btn .link,
.wrp-gnav .benefits .btn .link {
	display: block;
}

.wrp-gnav .onlineshop .btn .link_top,
.wrp-gnav .benefits .btn .link_top {
	display: none;
}

@media screen and (max-width: 736px) {
	.wrp-gnav {
		display: none;
		overflow: hidden;
		top: 51px;
		background-color: #fff;
	}
	.wrp-gnav .inner_gnav {
		width: 100%;
		height: auto;
		margin: 0;
	}
	.wrp-gnav .block {
		display: block;
		height: auto;
		margin-left: 0;
	}
	.wrp-gnav .category {
		float: none;
		border-bottom: 1px solid #efefef;
	}
	.wrp-gnav .category .btn {
		display: block;
		padding: 12px 0;
		height: auto;
	}
	.wrp-gnav .category .title {
		padding-top: 0;
	}
	.wrp-gnav .category .line {
		display: none;
	}
	.wrp-gnav .about .title {
		letter-spacing: normal;
	}
	.wrp-gnav .shop {
		padding: 0;
	}
	.wrp-gnav .shop .btn {
		padding: 10px 0;
	}
	.wrp-gnav .shop .btn img {
		margin-top: 0;
	}
	.wrp-gnav .onlineshop, .wrp-gnav .benefits{
		padding: 0;
		/*border-bottom: none;*/
	}
	.wrp-gnav .onlineshop .btn,
	.wrp-gnav .benefits .btn {
		width: auto;
		height: auto;
	}
	.wrp-gnav .onlineshop .btn .link,
	.wrp-gnav .onlineshop .btn .link_top,
	.wrp-gnav .benefits .btn .link,
	.wrp-gnav .benefits .btn .link_top {
		display: none;
	}
}

/* submenu
----------------------------------- */
.wrp-gnav .submenu {
	width: 100%;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 80px;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.9);
}

.wrp-gnav .submenu ul {
	display: table;
	margin: 0 auto;
	padding-top: 18px;
}

.wrp-gnav .submenu ul:before,
.wrp-gnav .submenu ul:after {
	content: "";
	display: table;
}

.wrp-gnav .submenu ul:after {
	clear: both;
}

.wrp-gnav .submenu li {
	width: 13em;
	float: left;
	margin-left: 20px;
	font-size: 13px;
}

.wrp-gnav .submenu li:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}

.wrp-gnav .submenu li:nth-child(n+4) {
	margin-top: 10px;
}

.wrp-gnav .submenu li a {
	display: block;
	transition: opacity 0.3s ease;
}

.wrp-gnav .submenu li a:hover {
	opacity: 0.7;
}

.wrp-gnav .submenu li .icon {
	padding-left: 8px;
}

.wrp-gnav .submenu li .icon::before {
	border-width: 3.5px 0 3.5px 4px;
	border-color: transparent transparent transparent #000;
	left: 0;
	top: 50%;
	margin-top: -4px;
}

@media screen and (max-width: 736px) {
	.wrp-gnav .submenu {
		display: none;
	}
}

/* overlay
----------------------------------- */
.overlay {
	display: none;
}

@media screen and (max-width: 736px) {
	.overlay {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		background-color: rgba(0, 0, 0, 0.7);
	}
}

/* ------------------------------------
	* wrp-footer
* ------------------------------------ */
.wrp-footer {
	position: relative;
}

.wrp-footer .inner_footer {
	background-color: #009F41;
	padding: 20px 0 30px 0;
	color: #fff;
	letter-spacing: 0.1em;
}

.wrp-footer .inner_footer a {
	color: #fff;
}

.wrp-footer .block {
	display: table;
	margin: 0 auto;
}

.wrp-footer .copyright {
	padding-right: .5em;
	font-size: 13px;
	text-align: right;
}

@media screen and (max-width: 736px) {
	.wrp-footer .inner_footer {
		padding: 15px 0 20px 0;
	}
	.wrp-footer .block {
		display: block;
	}
	.wrp-footer .copyright {
		margin-top: 18px;
		padding-right: 0;
		font-size: 10px;
		text-align: center;
	}
}

/* sns */
.wrp-footer .sns {
	margin-top: 25px;
}

.wrp-footer .sns ul {
	font-size: 0;
	font-size: 0;
	text-align: center;
}

.wrp-footer .sns li {
	display: inline-block;
	width: 37px;
	padding: 0 8px;
	font-size: 1em;
}

.wrp-footer .sns li .mod-btn_sns {
	transition: all 0.3s ease;
}

.wrp-footer .sns li .mod-btn_sns:hover {
	opacity: 0.7;
}

.wrp-footer .sns .btn_instagram {
	height: 37px;
	background-size: auto 100%;
}

.wrp-footer .sns .btn_instagram a {
	height: 37px;
}

@media screen and (max-width: 736px) {
	.wrp-footer .sns {
		margin-top: 20px;
	}
	.wrp-footer .sns li a {
		transition: none;
	}
	.wrp-footer .sns li a:hover {
		opacity: 1;
	}
}

/* menu
----------------------------------- */
.wrp-footer .menu ul {
	font-size: 0;
	text-align: center;
}

.wrp-footer .menu li {
	display: inline-block;
	padding: 0 8px;
	border-left: 1px solid #fff;
	font-size: 13px;
}

.wrp-footer .menu li:first-child {
	border: none;
}

@media screen and (max-width: 736px) {
	.wrp-footer .menu {
		padding: 0 6.25%;
	}
	.wrp-footer .menu li {
		padding: 0 .5em;
		border-left: none;
		font-size: 11px;
		line-height: 1.7;
		white-space: nowrap;
	}
}

/* pagetop
----------------------------------- */
.wrp-footer .btn_pagetop {
	display: none;
	position: fixed;
	width: 101px;
	right: 20px;
	bottom: 20px;
}

@media screen and (max-width: 736px) {
	.wrp-footer .btn_pagetop {
		display: none;
	}
}

/* ------------------------------------
	* Contents
* ------------------------------------ */
.wrp-container {
	position: relative;
	padding-top: 110px;
}

@media screen and (max-width: 736px) {
	.wrp-container {
		padding-top: 51px;
		overflow: hidden;
	}
}

.wrp-contents {
	background-color: #f8f8f8;
	background-image: url("../img/common/bg_contents_base.png");
	background-position: 0 50%;
	background-size: 6px auto;
}

.wrp-contents .section,
.wrp-contents .section_wide {
	position: relative;
}

.wrp-contents .inner_section01,
.wrp-contents .inner_section02,
.wrp-contents .inner_section03 {
	width: 992px;
	margin: 0 auto;
	padding: 45px 54px 50px 54px;
}

.wrp-contents .inner_section01 {
	background-color: #fff;
}

.wrp-contents .inner_section02 {
	background-color: #f8f8f8;
}

.wrp-contents .inner_section03 {
	background-color: transparent;
}

.wrp-contents .section_wide .inner_section01,
.wrp-contents .section_wide .inner_section02,
.wrp-contents .section_wide .inner_section03 {
	width: auto;
	padding-left: 0;
	padding-right: 0;
}

@media screen and (max-width: 736px) {
	.wrp-container .inner_section01,
	.wrp-container .inner_section02,
	.wrp-container .inner_section03 {
		width: auto;
		padding: 20px 6.25%;
	}
}

/* topic path
----------------------------------- */
.wrp-topicpath {
	padding: 5px 0;
}

.wrp-topicpath ol {
	width: 1100px;
	margin: 0 auto;
}

.wrp-topicpath ol:before,
.wrp-topicpath ol:after {
	content: "";
	display: table;
}

.wrp-topicpath ol:after {
	clear: both;
}

.wrp-topicpath li {
	float: left;
	padding: 0 20px;
	position: relative;
	font-size: 13px;
	line-height: 1.5;
}

.wrp-topicpath li::before {
	content: ">";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 1;
}

.wrp-topicpath li:first-child {
	padding-left: 0;
}

.wrp-topicpath li:first-child::before {
	display: none;
}

@media screen and (max-width: 736px) {
	.wrp-topicpath {
		width: 100%;
		overflow: hidden;
		box-sizing: border-box;
	}
	.wrp-topicpath ol {
		width: auto;
		white-space: nowrap;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.wrp-topicpath li {
		float: none;
		display: inline-block;
		font-size: 11px;
		padding: 0 11px 0 15px;
		color: #666;
	}
	.wrp-topicpath li::before {
		font-size: 15px;
		top: -1px;
	}
	.wrp-topicpath li:first-child {
		padding-left: 3.125%;
	}
	.wrp-topicpath li a {
		color: #666;
	}
}

/* ------------------------------------
	* Stacking
* ------------------------------------ */
.wrp-container {
	z-index: 0;
}

.wrp-topicpath {
	z-index: 0;
}

.wrp-footer {
	z-index: 0;
}

.wrp-contents .section {
	z-index: 0;
}

.wrp-footer .btn_pagetop {
	z-index: 90;
}

.overlay {
	z-index: 99;
}

.wrp-header {
	z-index: 100;
}

.wrp-header .logo,
.wrp-header .btn_language {
	z-index: 101;
}

/* ------------------------------------
	* slick: Override
* ------------------------------------ */
/* Reset */
.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-slide img.obj-pc {
	display: block;
}

.slick-slide img.obj-sp {
	display: none;
}

@media screen and (max-width: 736px) {
	.slick-slide img.obj-pc {
		display: none;
	}
	.slick-slide img.obj-sp {
		display: block;
	}
}

/* ------------------------------------
	* fruit: footer pagenation
* ------------------------------------ */
.fruit_navi{
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	 justify-content: space-between;
	width: 992px;
	margin: 0 auto;
	padding: 34px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.fruit_navi a{
	transition-duration: 0.3s;
}

.fruit_navi a:hover{
	opacity: 0.7;
	transition-duration: 0.3s;
}

.fruit_navi .left div{
	left: 20px;
	position: absolute;
}

.fruit_navi .right div{
	right: 20px;
	position: absolute;
}

.fruit_navi .left:before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.fruit_navi .right:after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 1px;
	bottom: 0;
	margin: auto;
}

.fruit_navi .sp_txt {
	display: none;
}

.fruit_navi .left,
.fruit_navi .right,
.fruit_navi .center{
	width: 30%;
	position: relative;
}

.fruit_navi .center{
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}

@media screen and (max-width: 736px){
	.fruit_navi{
		padding: 54px 0;
		width: 90%;
	}
	.fruit_navi .pc_txt{
		display: none;
	}

	.fruit_navi .sp_txt{
		display: block;
	}

	.fruit_navi .left, .fruit_navi .right{
		width: 20%;
	}
	.fruit_navi .center{
		width: 50%;
	}

	.fruit_navi .center .sp_txt{
		line-height: 20px;
		margin-top: -8px;
	}
	.fruit_navi .left .sp_txt,
	.fruit_navi .right .sp_txt{
		line-height: 30px;
	}
}
