@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
@import url("https://fonts.googleapis.com/css?family=Cormorant+SC");
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Archivo+Black");
.container, .topicpath ul, .main-img, .con_link_download ul {
	max-width: 1200px;
	margin: auto;
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
	.container, .topicpath ul, .main-img, .con_link_download ul {
		width: 90%;
	}
}

@media print {
	.container, .topicpath ul, .main-img, .con_link_download ul {
		width: 90%;
	}
}

.ie8 .container, .ie8 .topicpath ul, .topicpath .ie8 ul, .ie8 .main-img, .ie8 .con_link_download ul, .con_link_download .ie8 ul {
	width: 90%;
}

@media only screen and (max-width: 1024px) {
	.container, .topicpath ul, .main-img, .con_link_download ul {
		width: 90%;
	}
}

.container:after, .main-img:after, #footer .pagetop:after, .con_link_download:after, .con_link_download ul:after, #fixnav-sp:after {
	content: "";
	display: table;
	clear: both;
}

/* font-awesome*/
/*icon style*/
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.5;
}

body {
	color: #333333;
	background: #fff;
	-webkit-text-size-adjust: none;
	font-size: 108%;
}

.ie body {
	font-size: 105%;
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 100%;
	}
}

body a {
	color: #333333;
}

body a:link, body a:visited, body a:active {
	text-decoration: none;
}

.mouse body a:hover,
.touch body a.touchstart {
	text-decoration: none;
}

body img {
	max-width: 100%;
	-webkit-touch-callout: none;
}

a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover {
	opacity: .6;
}

body, pre, input, textarea, select {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}

input, select, textarea {
	font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
	display: none !important;
}

html.ie8 #page {
	min-width: 1200px !important;
	margin: auto;
	font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
	body .view_tab-sp, body .view_tab {
		display: none !important;
	}
}

@media print {
	body .view_tab-sp, body .view_tab {
		display: none !important;
	}
}

.ie8 body .view_tab-sp, .ie8 body .view_tab {
	display: none !important;
}

@media only screen and (min-width: 768px) {
	body .view_sp {
		display: none !important;
	}
}

@media print {
	body .view_sp {
		display: none !important;
	}
}

.ie8 body .view_sp {
	display: none !important;
}

@media only screen and (max-width: 1024px) {
	body .view_pc {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	body .view_pc-tab, body .view_tab {
		display: none !important;
	}
}

.mouse .over {
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}

.mouse .over:hover,
.touch .over.touchstart {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

.touch .over {
	-webkit-tap-highlight-color: transparent;
}

.touch .over.touchend {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button, button:focus, button:active, button:hover, button:visited,
a, a:focus, a:active, a:hover, a:visited {
	outline: 0;
}

:focus {
	outline: none;
}

/* box width*/
@media only screen and (min-width: 1025px) and (max-width: 1319px) {
	.container {
		max-width: 95%;
	}
}

@media print {
	.container {
		max-width: 95%;
	}
}

.ie8 .container {
	max-width: 95%;
}

/* -----------------------------------------------------------
	Background color
----------------------------------------------------------- */
.bg_yellow {
	background: #beaa42;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #fff;
}

.bg_yellow:hover {
	background: #aa962e;
	opacity: 1;
}

.bg_red {
	background: #b04200;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #fff;
}

.bg_red:hover {
	background: #9d3b00;
	opacity: 1;
}

.bg_blue {
	background: #08760b;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #fff;
}

.bg_blue:hover {
	background: #09690c;
	opacity: 1;
}

.bg_green {
	background: #83b000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #fff;
}

.bg_green:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}

.bg_brown1 {
	background: #777777;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #fff;
}

.bg_brown1:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}

.bg_black {
	background: #111111;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #fff;
}

.bg_black:hover {
	background: #333;
	opacity: 1;
}

.bg_white {
	background: #fff;
	border: 1px solid #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #333333;
}

.bg_white:hover {
	background: transparent;
	color: #fff;
	opacity: 1;
}

.bder_white {
	border: 1px solid #fff;
}

.bder_black {
	border: 1px solid #111;
}

.center {
	text-align: center;
}

.block {
	display: block !important;
}

.fsz26 {
	font-size: 186%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.fsz26 {
		font-size: 158%;
	}
}

@media only screen and (max-width: 767px) {
	.fsz26 {
		font-size: 129%;
	}
}

.fsz20 {
	font-size: 143%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.fsz20 {
		font-size: 122%;
	}
}

@media only screen and (max-width: 767px) {
	.fsz20 {
		font-size: 115%;
	}
}

.fsz18 {
	font-size: 129%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.fsz18 {
		font-size: 115%;
	}
}

@media only screen and (max-width: 767px) {
	.fsz18 {
		font-size: 108%;
	}
}

.fsz16 {
	font-size: 115%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.fsz16 {
		font-size: 108%;
	}
}

@media only screen and (max-width: 767px) {
	.fsz16 {
		font-size: 100%;
	}
}

/* -----------------------------------------------------------
	style title basic
----------------------------------------------------------- */
.st_tit_tmp1 {
	font-size: 358%;
	font-family: "Libre Franklin", sans-serif;
	color: #000;
	letter-spacing: 3px;
	line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_tit_tmp1 {
		font-size: 286%;
	}
}

@media only screen and (max-width: 767px) {
	.st_tit_tmp1 {
		font-size: 193%;
	}
}

.st_tit_tmp1.center {
	text-align: center;
}

.st_tit_tmp1::first-letter {
	color: #83b000;
}

@media only screen and (max-width: 767px) {
	.st_tit_tmp1 {
		text-align: center;
	}
}

.st_tit_tmp2 {
	font-size: 129%;
	color: #333333;
	line-height: 5;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_tit_tmp2 {
		font-size: 129%;
	}
}

@media only screen and (max-width: 767px) {
	.st_tit_tmp2 {
		font-size: 115%;
	}
}

.st_tit_tmp3 {
	font-size: 215%;
	font-family: "Libre Franklin", sans-serif;
	color: #333333;
	letter-spacing: 3px;
	line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_tit_tmp3 {
		font-size: 172%;
	}
}

@media only screen and (max-width: 767px) {
	.st_tit_tmp3 {
		font-size: 143%;
	}
}

.st_tit_tmp3.center {
	text-align: center;
}

.st_tit_tmp3::first-letter {
	color: #83b000;
}

@media only screen and (max-width: 767px) {
	.st_tit_tmp3 {
		text-align: center;
	}
}

.st_tit_tmp4 {
	font-size: 143%;
	color: #333333;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_tit_tmp4 {
		font-size: 122%;
	}
}

@media only screen and (max-width: 767px) {
	.st_tit_tmp4 {
		font-size: 115%;
	}
}

.st_tit_tmp5 {
	font-size: 243%;
	color: #333333;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_tit_tmp5 {
		font-size: 215%;
	}
}

@media only screen and (max-width: 767px) {
	.st_tit_tmp5 {
		font-size: 143%;
	}
}

.st_subtitle_tmp {
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.st_subtitle_tmp {
		margin-top: 5px;
	}
}

/* -----------------------------------------------------------
	product_title
----------------------------------------------------------- */
.product_title {
	position: relative;
}

.product_title.large {
	padding-left: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.product_title.large {
		padding-left: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.product_title.large {
		padding-left: 1.5em;
	}
}

.product_title.large span {
	font-size: 215%;
	font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.product_title.large span {
		font-size: 172%;
	}
}

@media only screen and (max-width: 767px) {
	.product_title.large span {
		font-size: 143%;
	}
}

.product_title.large:before {
	position: absolute;
	content: '';
	width: 35px;
	height: 2px;
	background: #333;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.product_title.large:before {
		width: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.product_title.large:before {
		width: 1em;
	}
}

.product_title.medium {
	border-bottom: 1px solid #e3e3e3;
	padding: 2em 0 1em;
	margin-bottom: 2em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.product_title.medium {
		margin-bottom: 1.5em;
	}
}

@media only screen and (max-width: 767px) {
	.product_title.medium {
		margin-bottom: 1em;
	}
}

.product_title.medium span {
	font-size: 158%;
	font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.product_title.medium span {
		font-size: 143%;
	}
}

@media only screen and (max-width: 767px) {
	.product_title.medium span {
		font-size: 129%;
	}
}

/* -----------------------------------------------------------
	style button
----------------------------------------------------------- */
.btn_tmp_01 {
	display: inline-block;
	padding: 0.7em 3em 0.7em 0em;
	min-width: 280px;
	position: relative;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.btn_tmp_01 {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.btn_tmp_01 {
		padding: 0.5em 2em 0.5em 0em;
	}
}

@media only screen and (max-width: 767px) {
	.btn_tmp_01 {
		padding: 0.7em 2em 0.7em 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.btn_tmp_01 {
		min-width: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.btn_tmp_01 {
		min-width: inherit;
	}
}

.btn_tmp_01:before {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	right: 1.5em;
	content: '';
	width: 10px;
	height: 1px;
	top: calc(50% - 3px);
	position: absolute;
	background: #fff;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.btn_tmp_01:before {
		right: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.btn_tmp_01:before {
		right: 1em;
	}
}

.btn_tmp_01:after {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	right: 1.5em;
	content: '';
	width: 15px;
	height: 1px;
	top: 50%;
	position: absolute;
	background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.btn_tmp_01:after {
		right: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.btn_tmp_01:after {
		right: 1em;
	}
}

.btn_tmp_01.ic_black:before, .btn_tmp_01.ic_black:after {
	background: #111111;
}

.btn_tmp_01:hover:before {
	right: 1em;
}

.btn_tmp_01:hover:after {
	right: 1em;
}

.btn_tmp_01.bg_black {
	border: 1px solid #333;
}

.btn_tmp_01.bg_black:hover {
	background: #fff0;
	color: #333333;
}

.btn_tmp_01.bg_black:hover:before, .btn_tmp_01.bg_black:hover:after {
	background: #333;
}

.btn_tmp_01.bg_black_w {
	border: 1px solid #fff;
	color: #fff;
}

.btn_tmp_01.bg_black_w:hover {
	background: #fff;
	color: #333;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.btn_tmp_01.bg_black_w:hover:before, .btn_tmp_01.bg_black_w:hover:after {
	background: #333;
}

.btn_tmp_01.large {
	padding: 1em;
}

.btn_tmp_01.medium {
	padding: .7em;
}

.btn_tmp_02 {
	display: inline-block;
	padding: .7em 2em;
	min-width: 280px;
	position: relative;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.btn_tmp_02 {
		display: block;
	}
}

/* -----------------------------------------------------------
	#topicpath
----------------------------------------------------------- */
.topicpath {
	overflow: hidden;
	*zoom: 1;
	padding: .5em 0;
	margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
	.topicpath {
		margin-bottom: 1em;
	}
}

.topicpath ul {
	overflow: hidden;
	*zoom: 1;
}

.topicpath ul li {
	float: left;
}

.topicpath ul li a {
	padding: 0 1em 0 0.5em;
	display: inline-block;
	position: relative;
	font-size: 93%;
	text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.topicpath ul li a {
		font-size: 93%;
	}
}

@media only screen and (max-width: 767px) {
	.topicpath ul li a {
		font-size: 86%;
	}
}

.topicpath ul li a:before, .topicpath ul li a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}

.topicpath ul li a > * {
	vertical-align: middle;
	display: inline;
}

.topicpath ul li a:after {
	content: "";
	margin-left: .5em;
	position: absolute;
	right: 0;
	top: 0;
}

.topicpath ul li:last-child {
	margin-left: 0.5em;
}

/* -----------------------------------------------------------
	#tbl_basic
----------------------------------------------------------- */
.tbl_basic {
	width: 100%;
}

.tbl_basic th, .tbl_basic td {
	padding: .7em;
	border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
	.tbl_basic th, .tbl_basic td {
		display: block;
	}
}

.tbl_basic th {
	background: #e3e3e3;
	width: 20%;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.tbl_basic th {
		width: 100%;
	}
}

.tbl_basic td {
	background: #f6f6f6;
	width: 70%;
}

@media only screen and (max-width: 767px) {
	.tbl_basic td {
		width: 100%;
	}
}

/* -----------------------------------------------------------
	#background
----------------------------------------------------------- */
.bg_grey {
	background: #f6f6f6;
}

.bg_brown {
	background: #e3e3e3;
}

.bg_gbrown {
	background: #777777;
}

.bg_green {
	background: #83b000;
}

/* -----------------------------------------------------------
	#main img
----------------------------------------------------------- */
.main-img {
	max-width: 1760px;
	position: relative;
}

@media only screen and (max-width: 1760px) {
	.main-img {
		max-width: 95%;
	}
}

@media print {
	.main-img {
		max-width: 95%;
	}
}

.ie8 .main-img {
	max-width: 95%;
}

.main-img h2 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	left: 130px;
	font-weight: normal;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.main-img h2 {
		left: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.main-img h2 {
		left: 5%;
	}
}

.main-img h2 span {
	display: block;
}

.main-img h2 span.en {
	font-size: 529%;
	font-family: "Libre Franklin", sans-serif;
	line-height: 1.2;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.main-img h2 span.en {
		font-size: 286%;
	}
}

@media only screen and (max-width: 767px) {
	.main-img h2 span.en {
		font-size: 179%;
	}
}

.main-img h2 span.jp {
	font-size: 158%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.main-img h2 span.jp {
		font-size: 129%;
	}
}

@media only screen and (max-width: 767px) {
	.main-img h2 span.jp {
		font-size: 115%;
	}
}

.main-img h3 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	left: 130px;
	font-weight: normal;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.main-img h3 {
		left: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.main-img h3 {
		left: 5%;
	}
}

.main-img h3 span {
	display: block;
}

.main-img h3 span.en {
	font-size: 529%;
	font-family: "Libre Franklin", sans-serif;
	line-height: 1.2;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.main-img h3 span.en {
		font-size: 286%;
	}
}

@media only screen and (max-width: 767px) {
	.main-img h3 span.en {
		font-size: 179%;
	}
}

.main-img h3 span.jp {
	font-size: 158%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.main-img h3 span.jp {
		font-size: 129%;
	}
}

@media only screen and (max-width: 767px) {
	.main-img h3 span.jp {
		font-size: 115%;
	}
}

/* -----------------------------------------------------------
	option_lang
----------------------------------------------------------- */
.option_lang {
	z-index: 5;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 100px;
}

.option_lang .accordion {
	cursor: pointer;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
}

.option_lang .accordion:after {
	content: '\f107';
	font-family: FontAwesome;
	width: 15px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
	font-size: 115%;
}

.option_lang .accordion.all {
	background: #fff;
	padding: 0 1em;
}

.option_lang ul {
	position: absolute;
	text-align: center;
	overflow: hidden;
	top: 100%;
	left: 0;
	width: 100%;
	border-top: 0;
	height: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.option_lang ul li a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #fff;
	color: #000;
	display: block;
	padding: 1em;
	border-bottom: 1px solid #f2f2f2;
	opacity: 1;
}

.option_lang ul li a:hover {
	background: #f2f2f2;
}

.option_lang.active .accordion:after {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.option_lang:hover .accordion:after {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.option_lang:hover ul {
	opacity: 1;
	z-index: 9;
	height: inherit;
}

/*option_lang*/
/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
	#page {
		font-size: 100% !important;
	}
}

@media print {
	#page {
		font-size: 100% !important;
	}
}

.ie8 #page {
	font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
@keyframes fadeDow {
	from {
		-webkit-transform: translateY(-200px);
		-moz-transform: translateY(-200px);
		-ms-transform: translateY(-200px);
		-o-transform: translateY(-200px);
		transform: translateY(-200px);
	}
	to {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
}

#header {
	position: relative;
	z-index: 9;
}

#header .hd_main {
	background: #fff;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .hd_main .hd_logo {
	padding: 0.5em 1em;
	padding: .5em 1em;
}

@media only screen and (max-width: 767px) {
	#header .hd_main .hd_logo {
		padding: 0.5em;
	}
}

#header .hd_main .hd_logo a {
	display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#header .hd_main .hd_logo a img {
		max-height: 48px;
	}
}

#header .hd_main .hd_nav {
	display: flex;
	align-items: center;
}

#header .hd_main .hd_nav .drawer_nav .nav_before {
	display: flex;
	align-items: center;
	padding: .2em 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#header .hd_main .hd_nav .drawer_nav .nav_before h1 {
	font-size: 86%;
	padding: 0 1em;
}

#header .hd_main .hd_nav .drawer_nav .nav_before .box_social {
	display: flex;
}

#header .hd_main .hd_nav .drawer_nav .nav_before .box_social a {
	padding: 0 .5em;
	font-size: 129%;
}

#header .hd_main .hd_nav .drawer_nav .nav_before .box_social a.facebook {
	color: #0080b0;
	display: block;
}

#header .hd_main .hd_nav .drawer_nav .nav_before .box_social a.youtube {
	color: #b04200;
	display: block;
}

#header .hd_main .hd_nav .drawer_nav .nav_after ul {
	display: flex;
	justify-content: flex-end;
}

#header .hd_main .hd_nav .drawer_nav .nav_after ul li {
	padding: 0 1em;
}

#header .hd_main .hd_nav .drawer_nav .nav_after ul li a {
	font-size: 115%;
	padding: .8em;
	display: block;
	text-align: center;
	word-break: keep-all;
	position: relative;
}

#header .hd_main .hd_nav .drawer_nav .nav_after ul li a:before {
	content: '';
	width: 0%;
	height: 2px;
	bottom: 0;
	left: 50%;
	position: absolute;
	background: #83b000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#header .hd_main .hd_nav .drawer_nav .nav_after ul li a:hover:before, #header .hd_main .hd_nav .drawer_nav .nav_after ul li a.active:before {
	width: 100%;
}

#header .hd_main .hd_nav .drawer_hamburger {
	padding-left: 1em;
}

#header .hd_main .hd_nav .drawer_hamburger .fa_bars {
	position: relative;
	height: 28px;
	width: 30px;
	border-bottom: 3px solid #fff;
}

#header .hd_main .hd_nav .drawer_hamburger .fa_bars:before {
	content: '';
	height: 3px;
	width: 30px;
	background: #fff;
	top: 5px;
	left: 0;
	position: absolute;
}

#header .hd_main .hd_nav .drawer_hamburger .fa_bars:after {
	content: '';
	height: 3px;
	width: 30px;
	background: #fff;
	top: 14px;
	left: 0;
	position: absolute;
}

#header .hd_main .hd_nav .drawer_hamburger ul {
	display: flex;
	height: 100%;
}

#header .hd_main .hd_nav .drawer_hamburger ul li {
	width: 100%;
	height: 96px;
}

#header .hd_main .hd_nav .drawer_hamburger ul li a {
	padding: 1em;
	min-width: 100px;
	text-align: center;
	display: block;
	word-break: keep-all;
	color: #fff;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#header .hd_main .hd_nav .drawer_hamburger ul li a {
		padding: 0.5em;
	}
}

@media only screen and (max-width: 767px) {
	#header .hd_main .hd_nav .drawer_hamburger ul li a {
		padding: 0.5em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#header .hd_main .hd_nav .drawer_hamburger ul li a {
		min-width: 70px;
	}
}

@media only screen and (max-width: 767px) {
	#header .hd_main .hd_nav .drawer_hamburger ul li a {
		min-width: 70px;
	}
}

#header .hd_main .hd_nav .drawer_hamburger ul li a i {
	font-size: 200%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#header .hd_main .hd_nav .drawer_hamburger ul li a i {
		font-size: 172%;
	}
}

@media only screen and (max-width: 767px) {
	#header .hd_main .hd_nav .drawer_hamburger ul li a i {
		font-size: 172%;
	}
}

#header .hd_main .hd_nav .drawer_hamburger ul li a span {
	display: block;
	width: 100%;
	margin-top: 5px;
	font-size: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#header .hd_main .hd_nav .drawer_hamburger ul li a span {
		font-size: 100%;
	}
}

@media only screen and (max-width: 767px) {
	#header .hd_main .hd_nav .drawer_hamburger ul li a span {
		font-size: 86%;
	}
}

#header.header_fixed .hd_main {
	position: fixed;
	animation-name: fadeDow;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
	#header.header_fixed .hd_main {
		position: unset;
	}
}

#header.header_fixed .hd_main .hd_nav .drawer_nav .nav_before {
	display: none;
}

/* -----------------------------------------------------------
	.openMenu
----------------------------------------------------------- */
.menu_fixed,
.menu_fixed_footer {
	background: #f6f6f6;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: auto;
	display: none;
	transition: .8s;
}

.openMenu {
	display: flex;
	width: 100%;
	height: 100vh;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.openMenu {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.openMenu {
		display: block;
	}
}

.openMenu .col_box.main_menu {
	display: flex;
	width: 60%;
	word-break: keep-all;
	justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.openMenu .col_box.main_menu {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.openMenu .col_box.main_menu {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.openMenu .col_box.main_menu {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.openMenu .col_box.main_menu {
		width: 100%;
	}
}

@media only screen and (min-width: 1426px) {
	.openMenu .col_box.main_menu {
		padding: 50px;
		background: #e3e3e3;
	}
}

@media print {
	.openMenu .col_box.main_menu {
		padding: 50px;
		background: #e3e3e3;
	}
}

.ie8 .openMenu .col_box.main_menu {
	padding: 50px;
	background: #e3e3e3;
}

@media only screen and (min-width: 1025px) and (max-width: 1425px) {
	.openMenu .col_box.main_menu {
		padding: 50px 20px;
		width: 68% !important;
		background: #e3e3e3;
	}
}

@media print {
	.openMenu .col_box.main_menu {
		padding: 50px 20px;
		width: 68% !important;
		background: #e3e3e3;
	}
}

.ie8 .openMenu .col_box.main_menu {
	padding: 50px 20px;
	width: 68% !important;
	background: #e3e3e3;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.openMenu .col_box.main_menu {
		padding: 15px 50px;
		text-align: center;
		background: #e3e3e3;
	}
}

@media only screen and (max-width: 767px) {
	.openMenu .col_box.main_menu {
		padding: 15px 30px;
	}
}

.openMenu .col_box.main_menu .inner_menu .box_menu {
	display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.openMenu .col_box.main_menu .inner_menu .box_menu {
		display: flex;
	}
}

@media only screen and (max-width: 767px) {
	.openMenu .col_box.main_menu .inner_menu .box_menu {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.openMenu .col_box.main_menu .inner_menu .box_menu {
		justify-content: center;
	}
}

.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav {
	padding-left: 40px;
	margin-right: 100px;
	width: 100%;
}

@media only screen and (min-width: 1025px) and (max-width: 1425px) {
	.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav {
		margin-right: 2.5em !important;
	}
}

@media print {
	.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav {
		margin-right: 2.5em !important;
	}
}

.ie8 .openMenu .col_box.main_menu .inner_menu .box_menu .col_nav {
	margin-right: 2.5em !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav {
		padding-left: 50px;
		margin-right: 50px;
		width: inherit;
	}
}

@media only screen and (max-width: 767px) {
	.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav {
		padding-left: 0;
		margin-right: 0;
	}
}

.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav:last-child {
	margin-right: 0;
}

.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav .titbox {
	padding: 10px 0;
	font-size: 129%;
	position: relative;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav .titbox {
		padding: 10px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav .titbox {
		font-size: 115%;
	}
}

@media only screen and (max-width: 767px) {
	.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav .titbox {
		font-size: 108%;
	}
}

@media only screen and (max-width: 767px) {
	.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav .titbox a {
		pointer-events: none;
	}
}

.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav .titbox:before {
	content: '';
	height: 1px;
	width: 20px;
	position: absolute;
	left: -30px;
	top: 50%;
	background: #333333;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@media only screen and (max-width: 767px) {
	.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav .titbox:before {
		left: inherit;
		right: 0;
		width: 14px;
		height: 2px;
	}
}

.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav .titbox:after {
	content: '';
	height: 14px;
	width: 2px;
	position: absolute;
	right: 6px;
	top: 50%;
	background: #333333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-50%) rotate(0deg);
	-moz-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	-o-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
	display: none;
}

@media only screen and (max-width: 767px) {
	.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav .titbox:after {
		display: block;
	}
}

.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav .titbox.none:before {
	display: none;
}

.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav .titbox.none:after {
	display: none;
}

@media only screen and (max-width: 767px) {
	.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav ul li ul {
		display: none;
		padding-left: 15px;
	}
}

.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav ul li a {
	font-size: 115%;
	padding: 10px 0;
	display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav ul li a {
		font-size: 108%;
	}
}

@media only screen and (max-width: 767px) {
	.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav ul li a {
		font-size: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav ul li a {
		padding: 5px 0;
	}
}

.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav ul li.none .titbox:before {
	display: none;
}

.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav ul li.none .titbox:after {
	display: none;
}

.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav ul li.active .titbox:before {
	opacity: 0;
}

.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav ul li.active .titbox:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav ul li.abc .titbox:before {
	opacity: 0;
}

.openMenu .col_box.main_menu .inner_menu .box_menu .col_nav ul li.abc .titbox:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.openMenu .col_box.main_nav {
	width: 40%;
	padding: 50px;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.openMenu .col_box.main_nav {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.openMenu .col_box.main_nav {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.openMenu .col_box.main_nav {
		padding: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.openMenu .col_box.main_nav {
		padding: 0 50px 50px;
	}
}

@media only screen and (min-width: 1426px) {
	.openMenu .col_box.main_nav {
		padding: 50px;
	}
}

@media print {
	.openMenu .col_box.main_nav {
		padding: 50px;
	}
}

.ie8 .openMenu .col_box.main_nav {
	padding: 50px;
}

@media only screen and (min-width: 1025px) and (max-width: 1425px) {
	.openMenu .col_box.main_nav {
		padding: 50px 20px;
		width: 32% !important;
	}
}

@media print {
	.openMenu .col_box.main_nav {
		padding: 50px 20px;
		width: 32% !important;
	}
}

.ie8 .openMenu .col_box.main_nav {
	padding: 50px 20px;
	width: 32% !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.openMenu .col_box.main_nav {
		padding: 30px;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.openMenu .col_box.main_nav {
		padding: 0 50px 50px;
	}
}

.openMenu .col_box.main_nav .inner_nav {
	max-width: 350px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.openMenu .col_box.main_nav .inner_nav {
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.openMenu .col_box.main_nav .inner_nav {
		max-width: 100%;
	}
}

.openMenu .col_box.main_nav .inner_nav .box_nav {
	max-width: 280px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.openMenu .col_box.main_nav .inner_nav .box_nav {
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.openMenu .col_box.main_nav .inner_nav .box_nav {
		max-width: 100%;
	}
}

.openMenu .col_box.main_nav .inner_nav .box_nav .btn {
	padding: 10px 0;
}

.openMenu .col_box.main_nav .inner_nav .box_nav .cen_nav ul li a {
	display: block;
	padding: 10px 0;
	font-size: 115%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.openMenu .col_box.main_nav .inner_nav .box_nav .cen_nav ul li a {
		font-size: 108%;
	}
}

@media only screen and (max-width: 767px) {
	.openMenu .col_box.main_nav .inner_nav .box_nav .cen_nav ul li a {
		font-size: 100%;
	}
}

/* --------closeMenu */
.closeMenu,
.closeMenu_footer {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
	padding: 1em 0;
	font-size: 129%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.closeMenu,
	.closeMenu_footer {
		font-size: 115%;
	}
}

@media only screen and (max-width: 767px) {
	.closeMenu,
	.closeMenu_footer {
		font-size: 100%;
	}
}

.closeMenu span,
.closeMenu_footer span {
	height: 25px;
	width: 25px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: -11px;
}

.closeMenu span:after,
.closeMenu_footer span:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: 1em;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.closeMenu span:before,
.closeMenu_footer span:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: 1em;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* --------group_btn */
.group_btn {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.group_btn {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.group_btn {
		margin-bottom: 0;
	}
}

.group_btn .option_lang {
	display: inline-block;
	z-index: 9;
}

.group_btn .option_lang .accordion {
	background: transparent;
	padding: 1em 0;
	letter-spacing: 1px;
	font-size: 129%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.group_btn .option_lang .accordion {
		font-size: 115%;
	}
}

@media only screen and (max-width: 767px) {
	.group_btn .option_lang .accordion {
		font-size: 115%;
	}
}

.group_btn .option_lang ul {
	top: 100% !important;
}

/* --------group_socail */
.group_socail {
	display: flex;
	align-items: center;
	margin-top: 15px;
	justify-content: center;
}

.group_socail span {
	font-size: 129%;
	margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.group_socail span {
		font-size: 115%;
	}
}

@media only screen and (max-width: 767px) {
	.group_socail span {
		font-size: 100%;
	}
}

.group_socail ul {
	display: flex;
	align-items: center;
}

.group_socail ul li a {
	border: 1px solid #333;
	display: block;
	margin: 0 5px;
	text-align: center;
	padding: 10px;
	width: 42px;
}

.group_socail ul li a i {
	font-size: 129%;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_contact_ft
----------------------------------------------------------- */
.con_contact_ft {
	display: flex;
	background: #f6f6f6;
	align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_contact_ft {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact_ft {
		display: block;
	}
}

@media only screen and (max-width: 1024px) {
	.con_contact_ft {
		padding-bottom: 2em;
	}
}

.con_contact_ft .col_box {
	width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_contact_ft .col_box {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact_ft .col_box {
		width: 100%;
	}
}

.con_contact_ft .col_box.box_tel {
	background: #e3e3e3;
	padding: 2em 1em;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_contact_ft .col_box.box_tel {
		padding: 1em;
	}
}

.con_contact_ft .col_box.box_tel .txt_sts {
	font-size: 115%;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.con_contact_ft .col_box.box_tel .txt_sts {
		text-align: left;
	}
}

.con_contact_ft .col_box.box_tel .txt_sts i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.con_contact_ft .col_box.box_tel .txt_number {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}

.con_contact_ft .col_box.box_tel .txt_number em {
	font-size: 172%;
	margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_contact_ft .col_box.box_tel .txt_number em {
		font-size: 129%;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact_ft .col_box.box_tel .txt_number em {
		font-size: 129%;
	}
}

.con_contact_ft .col_box.box_tel .txt_number a,
.con_contact_ft .col_box.box_tel .txt_number .tel {
	font-size: 358%;
	font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_contact_ft .col_box.box_tel .txt_number a,
	.con_contact_ft .col_box.box_tel .txt_number .tel {
		font-size: 286%;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact_ft .col_box.box_tel .txt_number a,
	.con_contact_ft .col_box.box_tel .txt_number .tel {
		font-size: 215%;
	}
}

.con_contact_ft .col_box.box_btn_ft {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_contact_ft .col_box.box_btn_ft {
		display: flex;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact_ft .col_box.box_btn_ft {
		display: block;
	}
}

.con_contact_ft .col_box.box_btn_ft .col_btn {
	text-align: center;
	padding: 0.5em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_contact_ft .col_box.box_btn_ft .col_btn {
		padding: 2em 0.5em 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact_ft .col_box.box_btn_ft .col_btn {
		padding: 1em 0.5em 0;
	}
}

.con_contact_ft .col_box.box_btn_ft .col_btn .txt_sts {
	margin-bottom: 10px;
	font-size: 115%;
}

@media only screen and (max-width: 767px) {
	.con_contact_ft .col_box.box_btn_ft .col_btn .txt_sts {
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact_ft .col_box.box_btn_ft .col_btn a {
		display: inline-block;
		width: 85%;
	}
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	padding: 5em 0 0;
	background: url(../images/footer/bg_ft.jpg) no-repeat top center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#footer {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	#footer {
		padding: 0;
	}
}

@media only screen and (max-width: 1024px) {
	#footer {
		background-size: cover;
	}
}

#footer .sp_pagetop {
	background: #e3e3e3;
}

#footer .sp_pagetop a {
	padding: .5em 1em;
	text-align: center;
	display: block;
}

#footer .sp_pagetop a img {
	width: 24px;
}

#footer .con_nav_ft .container {
	max-width: 1500px;
}

#footer .con_nav_ft .container .box_nav {
	display: flex;
}

#footer .con_nav_ft .container .box_nav .col_nav {
	padding-left: 40px;
	width: 100%;
}

#footer .con_nav_ft .container .box_nav .col_nav .titbox {
	font-size: 115%;
	position: relative;
	color: #fff;
	font-weight: normal;
	padding: 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#footer .con_nav_ft .container .box_nav .col_nav .titbox {
		font-size: 108%;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_nav_ft .container .box_nav .col_nav .titbox {
		font-size: 108%;
	}
}

#footer .con_nav_ft .container .box_nav .col_nav .titbox:before {
	content: '';
	height: 1px;
	width: 20px;
	position: absolute;
	left: -30px;
	top: 22px;
	background: #fff;
}

#footer .con_nav_ft .container .box_nav .col_nav ul li a {
	color: #fff;
	display: block;
}

#footer .con_nav_ft .container .box_nav .col_nav ul li > ul a {
	display: block;
	padding: 10px 0;
	color: #fff;
	font-size: 93%;
}

#footer .con_profession {
	padding: 5em 0 2em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#footer .con_profession {
		padding: 3em 0 5em;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_profession {
		padding: 2em 0;
	}
}

#footer .con_profession .container {
	font-size: 86%;
	padding-top: 1em;
	color: #fff;
	max-width: 95%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#footer .con_profession .container {
		padding-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_profession .container {
		padding-top: 0;
	}
}

@media only screen and (min-width: 1025px) {
	#footer .con_profession .container {
		border-top: 1px solid #fff;
	}
}

@media print {
	#footer .con_profession .container {
		border-top: 1px solid #fff;
	}
}

.ie8 #footer .con_profession .container {
	border-top: 1px solid #fff;
}

@media only screen and (max-width: 1024px) {
	#footer .con_profession .container {
		text-align: center;
	}
}

#footer .con_profession .container .txt_stt {
	margin-bottom: 5px;
	font-size: 115%;
}

#footer .con_profession .container .box_inner {
	display: flex;
	justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#footer .con_profession .container .box_inner {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_profession .container .box_inner {
		display: block;
	}
}

#footer .con_profession .container .box_inner .col_box {
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#footer .con_profession .container .box_inner .col_box {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_profession .container .box_inner .col_box {
		display: block;
	}
}

@media only screen and (max-width: 1024px) {
	#footer .con_profession .container .box_inner .col_box .box_partner .box_btn {
		margin: 15px 0;
	}
	#footer .con_profession .container .box_inner .col_box .box_partner .box_btn a {
		display: inline-block;
		padding: .7em 1em;
	}
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
	#footer .con_profession .container .box_inner .col_box .box_partner .box_btn img {
		width: 60%;
	}
}

#footer .con_profession .container .box_inner .col_box .box_contact {
	padding: 0.5em 2em;
	line-height: 1.8;
}

@media only screen and (max-width: 767px) {
	#footer .con_profession .container .box_inner .col_box .box_contact {
		padding: 0.5em 0 0;
	}
}

#footer .con_profession .container .box_inner .col_box .box_contact span, #footer .con_profession .container .box_inner .col_box .box_contact a {
	color: #fff;
	margin-right: 5px;
}

@media only screen and (max-width: 1024px) {
	#footer .con_profession .container .box_inner .col_box .box_social {
		margin: 1.5em 0;
	}
}

#footer .con_profession .container .box_inner .col_box .box_social ul {
	display: flex;
	justify-content: center;
}

#footer .con_profession .container .box_inner .col_box .box_social ul li {
	padding: 0 1em;
}

#footer .con_profession .container .box_inner .col_box .box_social ul li a {
	color: #fff;
	font-size: 129%;
}

#footer .con_profession .container .box_inner .col_box .box_social ul li a i {
	margin-right: 5px;
}

#footer .pagetop {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 10;
	padding: 10px;
	display: block;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#footer .pagetop .scr_dow {
	padding-bottom: 10px;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	display: block;
	word-break: keep-all;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#footer .pagetop .scr_top {
	position: relative;
	z-index: -1;
	padding-top: 10px;
	width: 20px;
}

#footer .pagetop .scr_top:before {
	content: '';
	width: 1px;
	height: 50px;
	left: 50%;
	top: -50px;
	background: #333333;
	position: absolute;
}

#footer .pagetop .scr_top a {
	padding-top: 10px;
	-webkit-transform: translateY(-150px);
	-moz-transform: translateY(-150px);
	-ms-transform: translateY(-150px);
	-o-transform: translateY(-150px);
	transform: translateY(-150px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: block;
	word-break: keep-all;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	opacity: 0;
}

#footer .pagetop.active .scr_dow {
	opacity: 0;
}

#footer .pagetop.active .scr_top {
	z-index: 9;
}

#footer .pagetop.active .scr_top a {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
.con_link_download {
	background: #f6f6f6;
}

.con_link_download ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.con_link_download ul li {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.con_link_download ul li {
		width: 100%;
		border-bottom: 1px solid #e3e3e3;
	}
	.con_link_download ul li:last-child {
		border-bottom: 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_link_download ul li:after {
		position: absolute;
		content: '';
		width: 1px;
		height: 65%;
		top: 50%;
		right: 0;
		background: #e3e3e3;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.con_link_download ul li:first-child:before {
		position: absolute;
		content: '';
		width: 1px;
		height: 65%;
		top: 50%;
		left: 0;
		background: #e3e3e3;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media print {
	.con_link_download ul li:after {
		position: absolute;
		content: '';
		width: 1px;
		height: 65%;
		top: 50%;
		right: 0;
		background: #e3e3e3;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.con_link_download ul li:first-child:before {
		position: absolute;
		content: '';
		width: 1px;
		height: 65%;
		top: 50%;
		left: 0;
		background: #e3e3e3;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.ie8 .con_link_download ul li:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 65%;
	top: 50%;
	right: 0;
	background: #e3e3e3;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ie8 .con_link_download ul li:first-child:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 65%;
	top: 50%;
	left: 0;
	background: #e3e3e3;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.con_link_download ul li a {
	display: block;
	padding: 15px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_link_download ul li a {
		padding: 15px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_link_download ul li a {
		padding: 0.5em 0.1em;
	}
}

.con_link_download ul li a:before {
	content: '';
	width: 0%;
	height: 2px;
	bottom: 0;
	left: 50%;
	position: absolute;
	background: #83b000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.con_link_download ul li a:hover:before, .con_link_download ul li a.active:before {
	width: 100%;
}

/* The container */
.box_checkbox label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 115%;
	user-select: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.box_checkbox label {
		font-size: 115%;
	}
}

@media only screen and (max-width: 767px) {
	.box_checkbox label {
		font-size: 100%;
	}
}

/* Hide the browser's default checkbox */
.box_checkbox label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.box_checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #cccccc;
	background: #fff;
}

/* On mouse-over, add a grey background color */
.box_checkbox label:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.box_checkbox label input:checked ~ .checkmark {
	background-color: #08760b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.box_checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.box_checkbox label input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.box_checkbox label .checkmark:after {
	left: 7px;
	top: 3px;
	width: 3px;
	height: 7px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.box_radio label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.box_radio label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.box_radio label .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #ccc;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.box_radio label:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.box_radio label input:checked ~ .checkmark {
	background-color: #08760b;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.box_radio label .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.box_radio label input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.box_radio label .checkmark:after {
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

textarea, input {
	border: 1px solid #cccccc;
	background: #f6f6f6;
	padding: 1em 0.5em;
}

@media only screen and (max-width: 767px) {
	textarea, input {
		padding: 0.5em;
	}
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #bbbbbb;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #bbbbbb;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #bbbbbb;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #bbbbbb;
}

@keyframes title-animation {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.title-animation {
	animation: title-animation 1.2s ease forwards;
}

@keyframes mainvisual-layer-animation {
	from {
		right: -10%;
	}
	to {
		right: -65%;
	}
}

.mainvisual-layer-animation {
	animation: mainvisual-layer-animation 6s ease forwards;
}

/*SP fixNav*/
#fixnav-sp {
	position: fixed;
	bottom: -150px;
	width: 100%;
	z-index: 9999;
	transition: .8s;
}

#fixnav-sp .btn_catalog {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #08760b;
	width: 5em;
	height: 5em;
	display: flex;
	align-items: center;
	float: right;
	margin: 0 .5em .5em 0;
}

#fixnav-sp .btn_catalog a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	position: relative;
}

#fixnav-sp .btn_catalog a i {
	width: 30%;
	margin: 0 auto;
}

#fixnav-sp .btn_catalog a em {
	width: 100%;
	color: #fff;
	font-size: 86%;
}

#fixnav-sp ul {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	clear: both;
}

#fixnav-sp ul li {
	background: #fff;
	padding: .5em 0;
	width: 25%;
}

#fixnav-sp ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	position: relative;
}

#fixnav-sp ul li a i {
	width: 30%;
	margin: 0 auto;
}

#fixnav-sp ul li a em {
	width: 100%;
	color: #333;
	font-size: 86%;
}

#fixnav-sp ul li:first-child {
	border-right: 1px solid #e3e3e3;
}

#fixnav-sp ul li:first-child a:after {
	position: static;
}

#fixnav-sp ul li.btn_cont {
	background: #beaa42;
}

#fixnav-sp ul li.btn_cont a em {
	color: #fff;
}

#fixnav-sp ul li.btn_menu {
	background: #000;
}

#fixnav-sp ul li.btn_menu a em {
	color: #fff;
}

/*loading*/
html, body {
	height: 100%;
}

#loader {
	background-color: #fff;
	z-index: 1001;
	position: relative;
	position: fixed;
	width: 100%;
	height: 100%;
}

#loader .progressBar_wrap {
	position: absolute;
	left: 50%;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: calc(50% + 40px);
	height: 200px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#loader .progressBar_wrap img {
	width: 200px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#loader .progressBar_wrap .progressBar {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	width: 101%;
	height: 101%;
}

.fade_down {
	opacity: 0;
	transition: .8s;
	transform: translate(0, -50px);
}

@media only screen and (min-height: 700px) and (max-height: 900px) {
	.fade_down {
		transform: translate(0, -40px);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.fade_down {
		transform: translate(0, -40px);
	}
}

@media only screen and (max-width: 767px) {
	.fade_down {
		transform: translate(0, -30px);
	}
}

.fade_up {
	opacity: 0;
	transition: .8s;
	transform: translate(0, 50px);
}

@media only screen and (min-height: 700px) and (max-height: 900px) {
	.fade_up {
		transform: translate(0, 40px);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.fade_up {
		transform: translate(0, 40px);
	}
}

@media only screen and (max-width: 767px) {
	.fade_up {
		transform: translate(0, 30px);
	}
}

.fade_down_d {
	opacity: 0;
	transition: .8s;
	transition-delay: .85s;
	transform: translate(0, -50px);
}

@media only screen and (min-height: 700px) and (max-height: 900px) {
	.fade_down_d {
		transform: translate(0, -40px);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.fade_down_d {
		transform: translate(0, -40px);
	}
}

@media only screen and (max-width: 767px) {
	.fade_down_d {
		transform: translate(0, -30px);
	}
}

.fade_up_d {
	opacity: 0;
	transition: .8s;
	transition-delay: .85s;
	transform: translate(0, 50px);
}

@media only screen and (min-height: 700px) and (max-height: 900px) {
	.fade_up_d {
		transform: translate(0, 40px);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.fade_up_d {
		transform: translate(0, 40px);
	}
}

@media only screen and (max-width: 767px) {
	.fade_up_d {
		transform: translate(0, 30px);
	}
}

.fade_right {
	opacity: 0;
	transition: .8s;
	transform: translate(50px, 0);
}

@media only screen and (min-height: 700px) and (max-height: 900px) {
	.fade_right {
		transform: translate(40px, 0);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.fade_right {
		transform: translate(40px, 0);
	}
}

@media only screen and (max-width: 767px) {
	.fade_right {
		transform: translate(40px, 0);
	}
}

.fade_left {
	opacity: 0;
	transition: .8s;
	transform: translate(-50px, 0);
}

@media only screen and (min-height: 700px) and (max-height: 900px) {
	.fade_left {
		transform: translate(-40px, 0);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.fade_left {
		transform: translate(-40px, 0);
	}
}

@media only screen and (max-width: 767px) {
	.fade_left {
		transform: translate(-40px, 0);
	}
}

.fade_right_d {
	opacity: 0;
	transition: .8s;
	transition-delay: .85s;
	transform: translate(50px, 0);
}

@media only screen and (min-height: 700px) and (max-height: 900px) {
	.fade_right_d {
		transform: translate(40px, 0);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.fade_right_d {
		transform: translate(40px, 0);
	}
}

@media only screen and (max-width: 767px) {
	.fade_right_d {
		transform: translate(40px, 0);
	}
}

.fade_left_d {
	opacity: 0;
	transition: .8s;
	transition-delay: .85s;
	transform: translate(-50px, 0);
}

@media only screen and (min-height: 700px) and (max-height: 900px) {
	.fade_left_d {
		transform: translate(-40px, 0);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.fade_left_d {
		transform: translate(-40px, 0);
	}
}

@media only screen and (max-width: 767px) {
	.fade_left_d {
		transform: translate(-40px, 0);
	}
}

.fade {
	opacity: 1.0;
	transform: translate(0, 0);
}

/*# sourceMappingURL=../maps/common.css.map */