@charset "UTF-8";
html {
	overflow-y: scroll;
}
body {
	line-height: 1;
	color: #404544;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ul, nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ccc;
	color: #404544;
	text-decoration: none;
}
mark {
	background-color: #ccc;
	color: #404544;
	font-style: italic;
	font-weight: 500;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
table {
	font-size: inherit;
	font: 100%;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
 *font-size: 108%;
	line-height: 100%;
}
select, input, button, textarea {
	font: 99% arial, helvetica, clean, sans-serif;
	border-radius: 0;
}
select, input, button, textarea {
	font: 99% arial, helvetica, clean, sans-serif;
	border-radius: 0;
	border: none;
	outline: none;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], input[type="button"], textarea {
	-webkit-appearance: none;
}
:focus {
	outline: none;
}
 @-ms-viewport {
 width: device-width;
}
/*
html {
	font-size: 62.5%;

	&[data-fontsize="small"] {
		font-size: 56.25%;
	}
	&[data-fontsize="medium"] {
		font-size: 62.5%;
	}
	&[data-fontsize="large"] {
		font-size: 68.75%;
	}
	@media print {
		html {
			background-image: none;
			background-color: #fff;
		}
	}
}

body {
	width: 100%;
	@include fontsize(14);
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;

	@media print {
		_zoom: 80%;
		-webkit-print-color-adjust: exact;
	}
}
*/
a, a:before, a:after, a img, button, button:before, button:after, .u-transition, .u-transition_before:before, .u-transition_after:after {
	transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/*
a,
button {
	-webkit-tap-highlight-color: rgba(220, 0, 0, 0.15);
}
*/
a {
	color: #404544;
	text-decoration: none;
}
a:hover {
	opacity: 0.75;
}
.no-device a:hover {
	/*color: $mainColor;*/
	text-decoration: none;
}
.no-device a:hover img {
	opacity: 0.75;
}
button {
	cursor: pointer;
	background: none;
	outline: none;
}
img {
	overflow: hidden;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	border: none;
	outline: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
*, :before, :after {
	box-sizing: border-box;
}

::-moz-selection {
 color: #fff;
 background: #e8380d;
}
::selection {
	color: #fff;
	background: #e8380d;
}
@font-face {
	font-family: 'Yu Gothic';
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: 'Yu Gothic';
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: 'Yu Gothic';
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: 'Yu Gothic';
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: 'Yu Gothic';
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
.u-font_gothic, .u-font_gothicBefore:before, .u-font_gothicAfter:after {
	font-family: 'TBUDゴシック R', TBUDGothic R, "メイリオ", "游ゴシック", YuGothic, Meiryo, sans-serif;
	font-feature-setting: 'pkna';/*.wf-active & {
		font-family: 'Roboto', 'Noto Sans Japanese', sans-serif;
	}*/ }
.u-font_mincho, .u-font_minchoBefore:before, .u-font_minchoAfter:after {
	font-family: 'TBUDゴシック R', TBUDGothic R, "メイリオ", "游ゴシック", YuGothic, Meiryo, sans-serif;
/*.wf-active & {}*/ }

@media screen and (max-width: 767px) {
	.u-show_desktop {
		display: none !important;
	}
}

@media screen and (min-width: 767px) {
	.u-hide_desktop {
		display: none !important;
	}
}

@media print {
	.u-hide_desktop {
		display: none !important;
	}
}

@media screen and (min-width: 479px) {
	.u-show_tablet {
		display: none !important;
	}
}

@media screen and (max-width: 479px) {
	.u-show_tablet {
		display: none !important;
	}
}

@media print {
	.u-show_tablet {
		display: none !important;
	}
}

@media screen and (min-width: 479px) and (max-width: 767px) {
	.u-hide_tablet {
		display: none !important;
	}
}

@media screen and (min-width: 767px) {
	.u-show_media {
		display: none !important;
	}
}

@media print {
	.u-show_media {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.u-hide_media {
		display: none !important;
	}
}

@media print {
	.u-print_hide {
		display: none !important;
	}
}

.u-inner {
	display: block;
	width: 100%;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	.u-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.u-inner--width_short {
	max-width: 890px;
}
.u-inner_child {
	width: 100%;
	max-width: 1070px;
	margin-left: auto;
	margin-right: auto;
}
.u-radius {
	border-radius: 8px;
}
.u-font_bold {
	font-weight: 700;
}
.u-font_italic {
	font-style: italic;
}
.u-text_center {
	text-align: center !important;
}
.u-text_left {
	text-align: left !important;
}
.u-text_right {
	text-align: right !important;
}
.u-text_sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -.1em;
}
.u-text_sub {
	font-size: 70%;
	vertical-align: bottom;
	position: relative;
	top: .1em;
}
.u-text_indent {
	text-indent: 1em;
}
.u-text_indent--4 {
 text-indent: -4em;
	margin-left: 4em !important;
}
@media screen and (max-width: 767px) {
	.u-text_indent--4 {
		text-indent: 0;
		margin-left: 0 !important;
	}
}
.u-text_block {
	display: inline-block;
}
.u-text_large {
	font-size: 26px;
	font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
	.u-text_large {
		font-size: 22px;
		font-size: 2.2rem;
	}
}

@media screen and (max-width: 767px) {
	.u_m-text_center {
		text-align: center;
	}
	.u_m-text_left {
		text-align: left;
	}
	.u_m-text_right {
		text-align: right;
	}
}
.u-color_main {
	color: #e8380d;
}
.u-color_green {
	color: #68c66d;
}
.u-bgcolor_main {
	background-color: #fff;
}
.u-bgcolor_gray {
	background-color: #f3f3f3;
}
.u-float_left {
	float: left;
}
.u-float_right {
	float: right;
}
.u-width_full {
	width: 100%;
}
.no-device .u-hover_opacity:hover {
	opacity: 0.75;
}
.no-device .u-hover_opacity:hover img {
	opacity: 1;
}
.u-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.u-table_cell {
	display: table-cell;
	vertical-align: middle;
}
.u-link {
	color: #e8380d;
	text-decoration: underline;
}
.u-icon--type_pdf {
	vertical-align: text-bottom;
	position: relative;
	padding-right: 21px;
	background: url(/company/ir/library/img/common/icon_pdf.png) no-repeat right center;
	background-size: 16px auto;
	font-style: normal;
}
.u-icon--type_zip {
	vertical-align: text-bottom;
	position: relative;
	padding-right: 27px;
	background: url(/company/ir/library/img/common/icon_zip.png) no-repeat right center;
	background-size: 22px auto;
	font-style: normal;
}
.u-icon--type_file {
	vertical-align: text-bottom;
	position: relative;
	padding-right: 27px;
	background: url(/company/ir/library/img/common/icon_file.png) no-repeat right center;
	background-size: 22px auto;
	font-style: normal;
}
a.u-button {
	text-decoration: none;
}
.u-linkButton .e-anc {
	display: block;
	position: relative;
	max-width: 100%;
	width: 300px;
	height: 70px;
	color: #fff;
	background: #e8380d;
	border: solid 1px #e8380d;
}

@media screen and (max-width: 767px) {
	.u-linkButton .e-anc {
		width: 100%;
		height: 55px;
	}
}
.u-linkButton .e-anc:before, .u-linkButton .e-anc:after {
	content: '';
	display: block;
	position: absolute;
	transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.u-linkButton .e-anc:before {
	top: 0;
	bottom: 0;
	left: 0;
	width: 0%;
	background: #fff;
}
.u-linkButton a {
	text-decoration: none;
}
.u-linkButton a:hover {
	color: #e8380d;
}
.u-linkButton a:hover:before {
	width: 100%;
}
.u-linkButton a:hover .e-line:before {
	width: 0%;
}
.u-linkButton a:hover .e-line:after {
	width: 100%;
	transition-delay: 0.35s;
}
a:hover .u-linkButton .e-anc {
	color: #e8380d;
}
a:hover .u-linkButton .e-anc:before {
	width: 100%;
}
a:hover .u-linkButton .e-anc .e-line:before {
	width: 0%;
}
a:hover .u-linkButton .e-anc .e-line:after {
	width: 100%;
	transition-delay: 0.35s;
}
.u-linkButton .e-name {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 30px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: .1em;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.u-linkButton .e-name {
		font-size: 11px;
		font-size: 1.1rem;
	}
}
.u-linkButton .e-line {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 34px;
	height: 1px;
}
.u-linkButton .e-line:before, .u-linkButton .e-line:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.u-linkButton .e-line:before {
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 3;
}
.u-linkButton .e-line:after {
	left: 0;
	width: 0%;
	background: #e8380d;
	z-index: 2;
}
.u-linkButton--color_back .e-anc {
	background-color: #fff;
	color: #e8380d;
	border-color: #fff;
}
.u-linkButton--color_back .e-anc:before {
	background-color: #e8380d;
}
.u-linkButton--color_back .e-anc .e-line:before {
	background-color: #e8380d;
}
.u-linkButton--color_back .e-anc .e-line:after {
	background-color: #fff;
}
.u-linkButton--color_back a:hover {
	color: #fff;
}
a:hover .u-linkButton--color_back .e-anc {
	color: #fff;
}
.u-linkButton--color_back .e-line:before {
	background-color: #e8380d;
}
.u-linkButton--color_back .e-line:after {
	background-color: #fff;
}
.u-linkButton--m-color_default .e-anc {
	background-color: #fff;
	color: #e8380d;
	border-color: #fff;
}

@media screen and (max-width: 767px) {
	.u-linkButton--m-color_default .e-anc {
		background-color: #e8380d;
		color: #fff;
		border-color: #e8380d;
	}
}

@media screen and (max-width: 767px) {
	.u-linkButton--m-color_default .e-anc:before {
		background-color: #fff;
	}
}

@media screen and (max-width: 767px) {
	.u-linkButton--m-color_default .e-anc .e-line:before {
		background-color: #fff;
	}
}

@media screen and (max-width: 767px) {
	.u-linkButton--m-color_default .e-anc .e-line:after {
		background-color: #e8380d;
	}
}

@media screen and (max-width: 767px) {
	.u-linkButton--m-color_default a:hover {
		color: #e8380d;
	}
}

@media screen and (max-width: 767px) {
	a:hover .u-linkButton--m-color_default .e-anc {
		color: #e8380d;
	}
}

@media screen and (max-width: 767px) {
	.u-linkButton--m-color_default .e-line:before {
		background-color: #fff;
	}
}

@media screen and (max-width: 767px) {
	.u-linkButton--m-color_default .e-line:after {
		background-color: #e8380d;
	}
}
.u-clearfix {
	overflow: hidden;
	zoom: 1;
}
.u-clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.u-anim-fadeIn {
	-webkit-animation: fadeIn 1.2s ease .15s;
	animation: fadeIn 1.2s ease .15s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes fadeIn {
	 0% {
	 opacity: 0;
	}
	 100% {
	 opacity: 1;
	}
}
 @keyframes fadeIn {
	 0% {
	 opacity: 0;
	}
	 100% {
	 opacity: 1;
	}
}
.u-scrollFadeIn {
	opacity: 0;
	transition: all 0.75s cubic-bezier(0.75, 0, 0.35, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}
.u-scrollFadeIn.is-state_scroll {
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.u-bounce {
	-webkit-animation: anm-bounce 4s infinite ease;
	animation: anm-bounce 4s infinite ease;
}
.u-bounce--delay_0 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.u-bounce--delay_1 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.u-bounce--delay_2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
 @-webkit-keyframes anm-bounce {
	 0% {
	 -webkit-transform: translate(0, 0);
	 transform: translate(0, 0);
	}
	 50% {
	 -webkit-transform: translate(0, -5%);
	 transform: translate(0, -5%);
	}
	 100% {
	 -webkit-transform: translate(0, 0);
	 transform: translate(0, 0);
	}
}
 @keyframes anm-bounce {
	 0% {
	 -webkit-transform: translate(0, 0);
	 transform: translate(0, 0);
	}
	 50% {
	 -webkit-transform: translate(0, -5%);
	 transform: translate(0, -5%);
	}
	 100% {
	 -webkit-transform: translate(0, 0);
	 transform: translate(0, 0);
	}
}
.u-scrollFollow {
	transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.u-scrollFollow--timing_slow {
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.g-body {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	min-width: 1160px;
	color: #404544;
}

@media screen and (max-width: 767px) {
	.g-body {
		display: block;
		min-width: auto;
	}
}

@media print {
	.g-body {
		display: block;
		min-width: 1160px;
		background-image: none;
		background-color: #fff;
	}
}
.g-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	color: #404544;
	display: block;
}

@media print {
	.g-wrapper {
		display: block;
		min-height: auto;
	}
}
.g-container {
	position: relative;
}

@media screen and (max-width: 767px) {
	.g-container {
		margin-top: 60px;
	}
}

@media screen and (max-width: 767px) {
	.g-header_wrap {
		min-height: 60px;
		position: fixed;
		width: 100%;
		z-index: 100;
	}
}
.g-header {
	background: #fff;
	border-bottom: 1px solid #ccc;
	display: block;
	padding-top: 30px;
}

@media screen and (max-width: 767px) {
	.g-header {
		padding: 0;
		position: relative;
		overflow: hidden;
	}
}
.g-header_inner {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	max-width: 1280px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.g-header_inner {
		padding: 0;
	}
}
.g-header_logo {
	display: inline-block;
	float: left;
}

@media screen and (max-width: 767px) {
	.g-header_logo {
		display: table;
		height: 60px;
		padding-left: 15px;
		width: 110px;
	}
}
.g-header_logo a {
	display: table-cell;
	vertical-align: middle;
}
.g-header_logo a:hover,  .g-header_logo a:hover img {
	opacity: 1;
}
.g-header_logo img {
	max-width: 187px;
	width: 100%;
}
.g-headerNav {
	overflow: hidden;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.g-headerNav {
		display: none;
	}
}
.g-headerAside {
	text-align: right;
}

@media screen and (max-width: 767px) {
	.g-headerAside {
		display: none;
	}
}
.g-header_trigger {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: #fff;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.g-header_trigger {
		display: block;
	}
}
.g-header_trigger .e-text {
	background: url(/company/ir/library/img/common/ic_menu.png) center center no-repeat;
	background-size: auto 27px;
	display: block;
	height: 60px;
	width: 60px;
}
.g-header_trigger.is-menu_open .e-text {
	background-image: url(/company/ir/library/img/common/ic_menu__opened.png);
}
.g-headerNav_parents {
	display: inline-block;
}
.g-headerNav_parent {
	float: left;
	margin-left: 20px;
}

@media screen and (max-width: 1120px) {
	.g-headerNav_parent {
		margin-left: 10px;
	}
}
.g-headerNav_parent > a {
	border-bottom: 2px solid #fff;
	display: block;
	padding: 20px;
	transition: all .4s;
}
.g-headerNav_parent > a:hover {
	border-bottom-color: #e8340c;
	color: #404544;
}
.g-headerNav_parent .e-name {
	display: block;
}
.g-headerNav_parent:hover .g-headerNav_childs {
	/*fade*/
	visibility: visible;
	opacity: 1;
}
.g-headerNav_childs {
	background: rgba(255, 255, 255, 0.9);
	left: -50%;
	position: absolute;
	text-align: left;
	z-index: 999;
	width: 200%;
	/*fade*/
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
.g-headerNav_childs_inner {
	margin: auto;
	padding: 46px 0 28px;
	width: 980px;
}
.g-headerNav_child__title {
	margin-bottom: 36px;
}
.g-headerNav_child__title a {
	background: url(/company/ir/library/img/common/ic_gnav_arrow_circle.png) right center no-repeat;
	background-size: 25px auto;
	padding-right: 44px;
	font-weight: 400;
	display: inline-block;
	transition: all .4s;
	font-size: 36px;
	font-size: 3.6rem;
}
.g-headerNav_child__title a:hover {
	background-image: url(/company/ir/library/img/common/ic_gnav_arrow_circle__hover.png);
	color: #404544;
}
.g-headerNav_childs ul {
	margin-left: -20px;
	overflow: hidden;
}
.g-headerNav_childs li {
	width: 230px;
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
	position: relative;
}
.g-headerNav_childs li a {
	background: #fff url(/company/ir/library/img/common/ic_arrow_right.png) right 15px center/auto 11px no-repeat;
	border: 1px solid #d2d2d2;
	border-radius: 8px;
	display: block;
	min-height: 60px;
	padding-left: 30px;
	padding-right: 30px;
}
.g-headerNav_childs li a:hover {
	background-color: #e8380d;
	background-image: url(/company/ir/library/img/common/ic_arrow_right__hover.png);
	border-color: transparent;
	color: #fff;
	opacity: 1;
}
.g-headerNav_childs li span {
	left: 0;
	padding-left: 30px;
	padding-right: 30px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	text-align: center;
	width: 100%;
}
.g-headerNav_childs__culum-02 li {
	width: 480px !important;
}
.g-headerNav_childs__culum-03 li {
	width: 313px !important;
}
.g-headerAside_lists {
	display: inline-block;
	vertical-align: top;
}
.g-headerAside_list {
	float: left;
	margin-left: 15px;
}
.g-headerAside_list:first-child {
	margin-left: 0;
}
.g-headerAside_list .e-link {
	background: url(/company/ir/library/img/common/ic_arrow_right.png) right center no-repeat;
	background-size: auto 11px;
	display: block;
	padding-right: 15px;
	position: relative;
}
.g-headerAside_list .e-link:hover {
	color: #e8380d;
}
.g-headerAside_icons {
	display: inline-block;
	margin-left: 36px;
	vertical-align: top;
}
.g-headerAside_icon {
	float: left;
	margin-left: 15px;
}
.g-headerAside_icon:first-child {
	margin-left: 0;
}
.g-headerAside_icon__search input[type=text] {
	background: url(/company/ir/library/img/common/ic_search.png) right top no-repeat;
	background-size: auto 19px;
	border: none;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	margin-top: 1px;
	outline: 0;
	padding-bottom: 4px;
	padding-right: 20px;
	transition: all .4s;
	vertical-align: top;
	width: 19px;
}
.g-headerAside_icon__search input[type=text]:hover {
	background-image: url(/company/ir/library/img/common/ic_search__hover.png);
}
.g-headerAside_icon__search input[type=text]:focus {
	background-position: right 5px top;
	background-image: url(/company/ir/library/img/common/ic_search__hover.png);
	border-bottom-color: #e8380d;
	cursor: auto;
	margin-right: -5px;
	padding-right: 30px;
	width: 205px;
}
.g-headerAside_icon__faq {
	height: 19px;
	width: 19px;
}
.g-headerAside_icon__faq > .e-link {
	background: url(/company/ir/library/img/common/ic_faq.png) right top no-repeat;
	background-size: auto 19px;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}
.g-headerAside_icon__faq > .e-link:hover {
	background-image: url(/company/ir/library/img/common/ic_faq__hover.png);
}
.g-headerAside_icon__contact {
	height: 19px;
	width: 19px;
}
.g-headerAside_icon__contact > .e-link {
	background: url(/company/ir/library/img/common/ic_inquiry.png) right top no-repeat;
	background-size: auto 19px;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}
.g-headerAside_icon__contact > .e-link:hover {
	background-image: url(/company/ir/library/img/common/ic_inquiry__hover.png);
}
.g-fontsize {
	display: table;
}
.g-fontsize_head {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 0 0;
	color: #e8380d;
	font-size: 14px;
	font-size: 1.4rem;
}
.g-fontsize_lists {
	display: table-cell;
	vertical-align: middle;
	letter-spacing: -.4em;
}
.g-fontsize_list {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	margin: 0 0 0 1px;
	letter-spacing: 0;
}
.g-fontsize_list .e-button {
	display: block;
	background: #f3f3f3;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
	transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.g-fontsize_list .e-button:hover, .g-fontsize_list .e-button.is-state_active {
	background-color: #e8380d;
	color: #fff;
}
.g-fontsize_list--font_small {
	font-size: 12px;
	font-size: 1.2rem;
}
.g-fontsize_list--font_middle {
	font-size: 14px;
	font-size: 1.4rem;
}
.g-fontsize_list--font_large {
	font-size: 16px;
	font-size: 1.6rem;
}
.g-footer {
	display: block;
	padding: 80px 0 56px;
	position: relative;
	background: #f3f3f3;
}

@media screen and (max-width: 767px) {
	.g-footer {
		padding: 40px 0 56px;
	}
}
.g-footerNav {
	overflow: hidden;
}
.g-footerLink {
	overflow: hidden;
	padding-top: 80px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.g-footerLink {
		padding-top: 45px;
		text-align: left;
	}
}
.g-footerCopy {
	line-height: 1.96;
	margin-top: 32px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.g-footerCopy {
		font-size: 10px;
		font-size: 1rem;
	}
}
.g-footerNav_items {
	border-right: 1px solid #d2d2d2;
	display: flex;
}
.g-footerNav_item {
	box-sizing: border-box;
}
.g-footerNav_item:nth-child(1) {
	width: 185px;
}
.g-footerNav_item:nth-child(2) {
	width: 260px;
}
.g-footerNav_item:nth-child(2) .g-footerNav_itemBox:first-child {
	height: auto;
	margin-bottom: 34px;
}
.g-footerNav_item:nth-child(3) {
	width: 205px;
}
.g-footerNav_item:nth-child(4) {
	width: 205px;
}
.g-footerNav_itemBox {
	border-left: 1px solid #d2d2d2;
	height: 100%;
	padding: 0 20px;
	position: relative;
}
.g-footerNav_parent {
	line-height: 1.8;
	margin-bottom: 24px;
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.g-footerNav_childs {
		display: none;
	}
}
.g-footerNav_child {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
}
.g-footerNav_list .e-link {
	background: url(/company/ir/library/img/common/ic_arrow_right.png) right center no-repeat;
	background-size: auto 11px;
	display: inline-block;
}
.g-footerNav_list.is-main {
	border-bottom: 1px solid #d2d2d2;
	letter-spacing: -.5em;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.g-footerNav_list.is-main > .e-title {
	display: inline-block;
	letter-spacing: 0;
	vertical-align: top;
	width: 50%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
}
.g-footerNav_list.is-main > .e-title .e-link {
	padding-right: 24px;
	margin-bottom: 10px;
}
.g-footerNav_list.is-sub > .e-title {
	display: inline-block;
	margin: 0 30px 25px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
}
.g-footerNav_list.is-sub > .e-title .e-link {
	padding-right: 15px;
}
.g-footerNav_sns {
	bottom: 20px;
	overflow: hidden;
	position: absolute;
}

@media screen and (max-width: 767px) {
	.g-footerNav_sns {
		bottom: inherit;
		position: relative;
	}
}
.g-footerNav_sns p {
	float: left;
	margin-left: 20px;
}

@media screen and (max-width: 767px) {
	.g-footerNav_sns p {
		margin-left: 30px;
	}
}
.g-footerNav_sns p:first-child {
	margin-left: 0;
}
.g-footerLink_items {
	display: inline-block;
	overflow: hidden;
	line-height: 1.6;
	font-size: 11px;
	font-size: 1.1rem;
}
.g-footerLink_item {
	border-right: 1px solid #d2d2d2;
	display: block;
	float: left;
	padding: 0 16px;
}

@media screen and (max-width: 767px) {
	.g-footerLink_item {
		border: none !important;
		display: inline-block;
		margin: 0 20px 18px 0;
		padding: 0;
	}
}
.g-footerLink_item:first-child {
	border-left: 1px solid #d2d2d2;
}

@media screen and (max-width: 767px) {
	.g-footerLink_item .e-link {
		background: url(/company/ir/library/img/common/ic_arrow_right.png) right center no-repeat;
		background-size: auto 11px;
		display: inline-block;
		padding-right: 12px;
		font-size: 12px;
		font-size: 1.2rem;
	}
}
.g-menu_parents {
	border-top: 1px solid #d2d2d2;
	display: block;
	overflow: hidden;
}
.g-menu_parent {
	border-top: 1px solid #d2d2d2;
	display: block;
	margin-top: -1px;
	position: relative;
}
.g-menu_parent .e-trigger {
	background: url(/company/ir/library/img/common/ic_toggle.png) no-repeat;
	background-position: right 10px center;
	background-size: 13px auto;
	cursor: pointer;
	display: block;
	height: 75px;
	touch-action: manipulation;
	padding: 0 20px;
	position: relative;
}
.g-menu_parent.is-accordion_open > .e-trigger {
	background-image: url(/company/ir/library/img/common/ic_toggle__opened.png);
}
.g-menu_parent .e-name {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.g-menu_parent.is-accordion_open .e-trigger:after {
	opacity: 0;
}
.g-footerMenu .g-menu_parent:first-child {
	border-top: none;
}
.g-footerMenu .g-menu_parent:last-child {
	border-bottom: none;
}
.g-menu_childTop:first-child {
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
}
.g-menu_childTop:not(first-child) {
	border-bottom: 1px solid #d2d2d2;
}
.g-menu_childs {
	overflow: hidden;
}
.g-menu_child {
	background: url(/company/ir/library/img/common/ic_arrow_right.png) no-repeat right 15px center;
	background-size: 6px auto;
	border-bottom: 1px solid #d2d2d2;
	float: left;
	width: 50%;
}
.g-menu_child:nth-child(2n+1) {
	border-right: 1px solid #d2d2d2;
}
.g-menu_childTop .e-box, .g-menu_child .e-box {
	display: block;
	height: 75px;
	position: relative;
}
.g-menu_childTop .e-name2, .g-menu_child .e-name2 {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 15px 25px 15px 20px;
}
.g-menu_childTop__faq .e-name2:before, .g-menu_child__faq .e-name2:before {
	background: url(/company/ir/library/img/common/ic_faq.png) no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 19px;
	margin-right: 8px;
	vertical-align: middle;
	width: 19px;
}
.g-menu_childTop__contact .e-name2:before, .g-menu_child__contact .e-name2:before {
	background: url(/company/ir/library/img/common/ic_inquiry.png) no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 19px;
	margin-right: 8px;
	vertical-align: middle;
	width: 19px;
}
.g-menu__sub {
	background: #f3f3f3;
	margin-top: -1px;
	position: relative;
}
.g-menu__sub .g-menu_parents,  .g-menu__sub .g-menu_parent,  .g-menu__sub .g-menu_child {
	border: none !important;
}
.g-headerMenu {
	display: none;
	position: relative;
	top: -1px;
	visibility: hidden;
	z-index: 99;
}

@media screen and (max-width: 767px) {
	.g-headerMenu {
		display: block;
		max-height: calc(100vh - 60px);
		width: 100%;
		overflow: auto;
	}
}
.g-headerMenu.is-menu_ready {
	visibility: visible;
}
.g-headerMenu_slide {
	position: relative;
	background: #fff;
	z-index: 2;
}
.g-headerMenu_inner {
	padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.g-headerMenu_inner {
		padding-bottom: 0;
		padding-top: 0;
	}
}
.g-headerMenu_search .e-form {
	border-top: 1px solid #d2d2d2;
	padding-bottom: 20px;
}
.g-headerMenu_search .e-label {
	display: block;
	position: relative;
}
.g-headerMenu_search .e-input {
	border-bottom: 2px solid #e8380d;
	display: block;
	width: 100%;
	padding: 17px 50px 12px 5px;
}
.g-headerMenu_search .e-submit {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 55px;
	margin: 0;
	padding: 0;
	background: url(/company/ir/library/img/common/ic_search__hover.png) no-repeat center center;
	background-size: 20px auto;
	color: transparent;
	font-size: 0;
	border: none;
	outline: none;
	cursor: pointer;
}
.g-headerMenu_search .e-submit:hover {
	opacity: 0.75;
}
.g-headerMenu_nav {
	display: block;
	margin: 0;
}
.g-headerMenu_cover {
	display: none;
}
.g-headerMenu.is-menu_open .g-headerMenu_cover {
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #7e8987;
	background-repeat: no-repeat;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
}
.g-headerMenu.is-menu_open .g-headerMenu_cover span:before {
	background: url(/company/ir/library/img/common/ic_close_white.png) no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 13px;
	margin-right: 12px;
	width: 12px;
}
.g-headerMenu_bottom {
	display: block;
	margin: 20px 0 0;
}
.g-headerMenu_asides {
	display: table;
	margin: auto;
	border-right: solid 1px #fff;
}
.g-headerMenu_aside {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	font-size: 1.4rem;
	border-left: solid 1px #fff;
}
.g-headerMenu_aside a {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
}
.g-headerMenu_aside a:hover {
	color: #fff;
	text-decoration: underline;
}
.g-pagetop {
	text-align: right;
}
.g-pagetop .e-link {
	background: #f3f3f3;
	border-radius: 8px 8px 0 0;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 190px;
}

@media screen and (max-width: 767px) {
	.g-pagetop .e-link {
		width: 120px;
	}
}
.g-pagetop .e-link img {
	vertical-align: middle;
}
.g-content {
	margin-bottom: 80px;
	flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
}

@media print {
	.g-content {
		flex: none;
		-webkit-flex: none;
	}
}
.g-main {
	overflow: hidden;
	display: block;
	padding: 0 0 80px;
}

@media screen and (max-width: 767px) {
	.g-main {
		padding-bottom: 60px;
	}
}
.g-main--bg_orabge {
	background-color: #e8380d;
}
.g-breadcrumb {
	display: block;
	position: relative;
	padding-top: 10px;
	z-index: 2;
}
.g-breadcrumb_lists {
	display: block;
	letter-spacing: -.4em;
}

@media screen and (max-width: 767px) {
	.g-breadcrumb_lists {
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}
}
.g-breadcrumb_list {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

@media screen and (max-width: 767px) {
	.g-breadcrumb_list {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
.g-breadcrumb_list:before {
	content: '>';
	display: inline-block;
	margin: 0 .5em;
	letter-spacing: 0;
}
.g-breadcrumb_list a {
	color: #e8380d;
	display: inline-block;
}
.g-breadcrumb_list .e-name {
	letter-spacing: 0;
}
.g-breadcrumb_list:first-child:before {
	display: none;
}
.g-column {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.g-column {
		display: block;
	}
}
.g-column_main {
	width: 71%;
}

@media screen and (max-width: 767px) {
	.g-column_main {
		width: auto;
	}
}
.g-column_side {
	width: 25%;
}

@media screen and (max-width: 767px) {
	.g-column_side {
		width: auto;
		margin-top: 60px;
		padding-left: 0;
	}
}
.g-sideNav_parents {
	border: 1px solid #ccc;
	border-radius: 8px;
}
.g-sideNav_parents .e-name {
	background: url(/company/ir/library/img/common/ic_arrow_right.png) right 20px center no-repeat;
	background-size: auto 11px;
	display: block;
	padding: 15px 40px 15px 20px;
}
.g-sideNav_parent {
	border-top: 1px solid #ccc;
}
.g-sideNav_parent .is-focus_active span {
	background-color: #feead6;
}
.g-sideNav_parent--front {
	border-top: none;
	font-size: 18px;
	font-size: 1.8rem;
}
.g-sideNav_parent--front .e-name {
	background: url(/company/ir/library/img/common/ic_arrow_circle.png) right 15px center no-repeat;
	background-size: auto 20px;
	padding: 18px 40px 18px 20px;
}
.g-sideNav_childs .e-name {
	padding-left: 35px;
}
.g-sideNav_child {
	border-top: 1px solid #ccc;
}
.g-sideNav_child .is-focus_active span {
	background-color: #fff;
	color: #e8380d;
}
.c-section {
	display: block;
	position: relative;
	margin: 80px auto 0;
}
.c-section--border_top:before {
	background-color: #ccc;
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.c-section--border_top:before {
		margin-bottom: 50px;
	}
}
.c-section--border_top_sizeS:before {
	margin-bottom: 40px;
	margin-top: -40px;
	width: 70px;
}

@media screen and (max-width: 767px) {
	.c-section--border_top_sizeS:before {
		margin-top: -30px;
		margin-bottom: 30px;
	}
}
.c-section--mgT0 {
	margin: 0 auto 0 !important;
}

@media screen and (max-width: 767px) {
	.c-section {
		margin-top: 60px;
	}
}
.c-section--bg_gray {
	padding: 80px 0;
	background-color: #f3f3f3;
}

@media screen and (max-width: 767px) {
	.c-section--bg_gray {
		padding: 40px 0;
	}
}

@media screen and (max-width: 767px) {
	.c-section_frame {
		overflow-x: auto;
		overflow-y: hidden;
		margin: 0;
		padding: 0;
		line-height: 0;
	}
}

@media screen and (max-width: 767px) {
	.c-section_frame img {
		max-width: 794px !important;
		width: 794px !important;
	}
}
.c-section_block {
	position: relative;
	margin: 80px auto 0;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.c-section_block {
		margin-top: 60px;
	}
}
.c-section_block--2 {
	margin-top: 0;
}
.c-section_block--3 {
	margin-top: 20px;
}
.c-section_block--pd {
	padding: 40px 40px 30px;
}

@media screen and (max-width: 767px) {
	.c-section_block--pd {
		padding: 30px 20px;
	}
}
.c-section_block--pd20 {
	padding: 20px;
}

@media screen and (max-width: 767px) {
	.c-section_block--pd20 {
		padding: 15px;
	}
}
.c-section_lists--margin_top {
	margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
	.c-section_lists--margin_top {
		margin-top: 10px;
	}
}
.c-section_lists--type_decimal {
	counter-reset: decimal;
}
.c-section_lists--type_decimal-brackets {
	counter-reset: decimal-brackets;
}
.c-section_lists--font_small .c-section_list {
	font-size: 1.2rem !important;
}
.c-section_list {
	display: block;
	line-height: 1.8;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.c-section_list {
		margin-top: 10px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.c-section_list:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.c-section_lists--type_disc > .c-section_list {
	padding-left: 1.5em;
}
.c-section_lists--type_disc > .c-section_list:before {
	background: #404544;
	border-radius: 6px;
	height: 6px;
	left: .3em;
	top: .6em;
	width: 6px;
}
.c-section_lists--type_disc.is-orange > .c-section_list:before {
	background: #e8380d;
}
.c-section_lists--type_disc.is-green > .c-section_list:before {
	background: #68c66d;
}
.c-section_lists--type_disc.is-blue > .c-section_list:before {
	background: #65aadd;
}
.c-section_lists--type_decimal-brackets > .c-section_list {
	counter-increment: decimal-brackets;
	padding-left: 2em;
}
.c-section_lists--type_decimal-brackets > .c-section_list:before {
	content: "(" counter(decimal-brackets) ")";
}
.c-section_title {
	margin: 0 0 40px;
	position: relative;
	line-height: 1.5;
	font-family: 'TBUDゴシック B', 'TBUDGothic B';
	font-size: 30px;
	font-size: 3rem;
}
.c-section_title .e-name {
	display: inline-block;
	border-left: 3px solid #e8380d;
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	.c-section_title {
		display: block;
		margin: 0 0 20px;
		font-size: 26px;
		font-size: 2.6rem;
	}
}
.c-section_title .e-note {
	font-size: 14px;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.c-section_title .e-note {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
.c-section_title .e-note2 {
	bottom: 0;
	position: absolute;
	right: 0;
	font-size: 14px;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.c-section_title .e-note2 {
		display: block;
		margin-top: 10px;
		position: relative;
		text-align: right;
		font-size: 12px;
		font-size: 1.2rem;
	}
}
.c-section_title2 {
	margin: 0 0 30px;
	position: relative;
	font-family: 'TBUDゴシック B', 'TBUDGothic B';
	font-size: 24px;
	font-size: 2.4rem;
}
.c-section_title2 .e-note {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
	.c-section_title2 {
		margin-bottom: 20px;
	}
}
.c-section_title2--mb_10 {
	margin-bottom: 10px;
}
.c-section_title2--mb_20 {
	margin-bottom: 20px;
}
.c-section_title2--mb_60 {
	margin-bottom: -60px;
}

@media screen and (max-width: 767px) {
	.c-section_title2--mb_60 {
		margin-bottom: 0;
	}
}
.c-section_title3 {
	margin: 0 0 10px;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.c-section_title3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 767px) {
	.c-section .is-accordion_ready > .c-homeInfo_title {
		background: url(/company/ir/library/img/common/ic_toggle.png) no-repeat;
		background-position: right 0 center;
		background-size: 13px auto;
		margin: 0;
	}
}

@media screen and (max-width: 767px) {
	.c-section .is-accordion_ready.is-accordion_open > .c-homeInfo_title {
		background-image: url(/company/ir/library/img/common/ic_toggle__opened.png);
		margin: 0 0 20px;
	}
}
.c-section_text {
	display: block;
	margin: 20px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	.c-section_text {
		margin-top: 10px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.c-section_text:first-child,  .c-section_title3 + .c-section_text {
	margin-top: 0;
}
.c-section_text--mt_0 {
	margin-top: 0;
}
.c-section_text--mt_10 {
	margin-top: 10px;
}
.c-section_text--mt_30 {
	margin-top: 30px;
}
.c-section_text--mb_10 {
	margin-bottom: 10px;
}
.c-section_text--size_small {
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
	.c-section_text--size_small {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
.c-section_text--size_small2 {
	line-height: 1.6;
	font-size: 14px;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.c-section_text--size_small2 {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.c-section_text--size_large {
	font-size: 26px;
	font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
	.c-section_text--size_large {
		font-size: 22px;
		font-size: 2.2rem;
	}
}
.c-section_text .e-large {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.c-section_text .e-large {
		font-size: 18px;
		font-size: 1.8rem;
	}
}
.c-section_text .e-small {
	font-size: 14px;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.c-section_text .e-small {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
.c-section_img {
	display: block;
	margin: 20px 0 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.c-section_img {
		margin-top: 10px;
	}
}
.c-section_img:first-child {
	margin-top: 0;
}
.c-section_img--mt_0 {
	margin-top: 0;
}
.c-section_btn {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.c-section_btn {
		margin-top: 0;
	}
}
.c-section_btn .e-link {
	display: inline-block;
	margin-left: 20px;
}
.c-section_btn .e-link:first-child {
	margin-left: 0;
}
.c-section_btn .e-link.arrow {
	background: url(/company/ir/library/img/common/ic_arrow_circle.png) right center no-repeat;
	background-size: auto 20px;
	padding-right: 28px;
	min-height: 20px;
}
.c-section_cell {
	margin-top: 80px;/*&--culum2.c-section_cells {
			letter-spacing: -.5em;
			margin: -80px -12px 0;

			@include breakMax($breakTablet) {
				letter-spacing: 0;
				margin: -60px 0 0;
			}
		}
		&--culum2 > .c-section_cell {
			display: inline-block;
			letter-spacing: 0;
			padding: 0 12px;
			vertical-align: top;
			width: 50%;
			
			&:first-child {
				margin-top: 80px;
			}

			@include breakMax($breakTablet) {
				display: block;
				padding: 0;
				width: 100%;
			}
		}*/ }

@media screen and (max-width: 767px) {
	.c-section_cell {
		margin-top: 60px;
	}
}
.c-section_cell:first-child {
	margin-top: 0;
}
.c-section_cell--culum2.c-section_cells {
	letter-spacing: -.5em;
	margin: -50px -12px 0;
}

@media screen and (max-width: 767px) {
	.c-section_cell--culum2.c-section_cells {
		letter-spacing: 0;
		margin: 0;
	}
}
.c-section_cell--culum2 > .c-section_cell {
	display: inline-block;
	letter-spacing: 0;
	margin-top: 50px;
	padding: 0 12px;
	vertical-align: top;
	width: 50%;
}

@media screen and (max-width: 767px) {
	.c-section_cell--culum2 > .c-section_cell {
		display: block;
		margin-top: 40px;
		padding: 0;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.c-section_cell--culum2 > .c-section_cell:first-child {
		margin-top: 0;
	}
}
.c-section_cell--culum3.c-section_cells {
	letter-spacing: -.5em;
	margin: 0 -12px;
}

@media screen and (max-width: 767px) {
	.c-section_cell--culum3.c-section_cells {
		letter-spacing: 0;
		margin: 0;
	}
}
.c-section_cell--culum3 > .c-section_cell {
	display: inline-block;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0 12px;
	vertical-align: top;
	width: 33.3%;
}

@media screen and (max-width: 767px) {
	.c-section_cell--culum3 > .c-section_cell {
		display: block;
		margin-top: 40px;
		padding: 0;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.c-section_cell--culum3 > .c-section_cell:first-child {
		margin-top: 0;
	}
}
.c-section_float {
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.c-section_float {
		margin-bottom: 20px;
	}
}
.c-section_float--float_left {
	float: left;
	margin-right: 20px;
}

@media screen and (max-width: 767px) {
	.c-section_float--float_left {
		float: none;
		margin-right: 0;
		text-align: center;
	}
}
.c-section_float--float_left2 {
	float: left;
	margin-right: 20px;
}
.c-section_float--float_right {
	float: right;
	margin-left: 20px;
}

@media screen and (max-width: 767px) {
	.c-section_float--float_right {
		float: none;
		margin-left: 0;
		text-align: center;
	}
}
.c-section_float--float_right2 {
	float: right;
	margin-left: 20px;
}
.c-section-iframe {
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.c-section-iframe_inner {
	height: 0;
	padding-bottom: 100%;
}
.c-section-iframe_inner iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.c-pageTitle {
	background-color: #fff;
	display: block;
	position: relative;
}
.c-pageTitle_name {
	font-family: 'TBUDゴシック B', 'TBUDGothic B';
	font-weight: normal;
	padding: 0 0 60px;
	font-size: 34px;
	font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
	.c-pageTitle_name {
		padding: 0 0 40px;
		font-size: 28px;
		font-size: 2.8rem;
	}
}
.c-table {
	font-size: 11px;
	font-size: 1.1rem;
}
.c-table .c-table_table {
	border: 1px solid #ccc;
	border-collapse: separate;
	border-radius: 8px;
	border-spacing: 0;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}
.c-table .c-table_caption {
	margin: 0 0 10px;
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.c-table .c-table_caption {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.c-table .c-table_caption span {
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
	.c-table .c-table_caption span {
		font-size: 11px;
		font-size: 1.1rem;
	}
}
.c-table .c-table_head, .c-table .c-table_data {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px 4px;
	vertical-align: middle;
	word-break: break-all;
}
.c-table .c-table_head:first-child, .c-table .c-table_data:first-child {
	border-left: none;
}
.c-table .c-table_head {
	text-align: left;
}
.c-table .c-table_head--width_medium {
	width: 8em;
}
.c-table .c-table_head--width_large {
	width: 13em;
}
.c-table .c-table_head--width_large2 {
	width: 22em;
}
.c-table .c-table_head--bg_gray {
	background-color: #f3f3f3;
}
.c-table .c-table_data {
	text-align: center;
}
.c-table tr:first-child .c-table_head {
	background-color: #f3f3f3;
	border-top: none;
	padding: 5px 0;
	text-align: center;
	white-space: nowrap;
}
.c-table.c-table--font_large {
	font-size: 14px;
	font-size: 1.4rem;
}
.c-table.c-table--font_large .c-section_list {
	font-size: 14px;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.c-table.c-table--font_large .c-section_list {
		margin-top: 0;
	}
}
.c-table.c-table--font_large .c-table_data {
	padding: 15px;
	text-align: right;
}
.c-table.c-table--font_large .c-table_data--text_left {
	text-align: left;
}
.c-table.c-table--font_large .c-table_head {
	padding: 15px;
}
.c-table.c-table--font_large .c-table_head span {
	font-size: 10px;
	font-size: 1rem;
}
.c-table.c-table--font_large tr:first-child .c-table_head {
	padding: 15px;
	font-size: 13px;
	font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
	.c-table .c-table_frame {
		overflow: auto;
	}
}

@media screen and (max-width: 767px) {
	.c-table .c-table_frame .c-table_table {
		table-layout: auto;
		width: 794px;
	}
}
.c-table2 .c-table_table {
	width: 100%;
}
.c-table2 .c-table_head {
	background: #f3f3f3;
	padding: 15px 30px 15px 15px;
	text-align: left;
	white-space: nowrap;
	word-break: break-all;
}

@media screen and (max-width: 767px) {
	.c-table2 .c-table_head {
		border-bottom: 1px solid #ccc;
		display: block;
		width: 100%;
	}
}
.c-table2 .c-table_head--width_medium {
	width: 8em;
}

@media screen and (max-width: 767px) {
	.c-table2 .c-table_head--width_medium {
		width: 100%;
	}
}
.c-table2 .c-table_head--width_large {
	width: 13em;
}

@media screen and (max-width: 767px) {
	.c-table2 .c-table_head--width_large {
		width: 100%;
	}
}
.c-table2 .c-table_data {
	padding: 15px;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.c-table2 .c-table_data {
		display: block;
		width: 100%;
	}
}
.c-table2 .c-table_row {
	border-bottom: 1px solid #ccc;
}
.c-table2 .c-table_row:first-child {
	border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
	.c-table2 .c-table_frame {
		overflow: auto;
	}
}

@media screen and (max-width: 767px) {
	.c-table2 .c-table_frame .c-table_table {
		table-layout: auto;
		width: 794px;
	}
}
.c-iframe {
	display: block;
}

@media screen and (max-width: 767px) {
	.c-iframe_frame {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
}
.c-iframe--type_homeChart {
	height: 184px;
	width: 100%;
}
.c-iframe--type_chart {
	height: 800px;
	width: 100%;
}
.c-homeAbout {
	position: relative;
}
.c-homeAbout .c-section_btn {
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width: 767px) {
	.c-homeAbout .c-section_btn {
		position: relative;
		text-align: right;
	}
}
.c-homeAbout_content {
	background: #e8380d;
	border-radius: 8px;
	padding: 35px 60px 40px;
}

@media screen and (max-width: 767px) {
	.c-homeAbout_content {
		padding: 28px 20px;
	}
}
.c-homeAbout_content.is-accordion_open {
	padding: 28px 20px 30px;
}
.c-homeAbout_content.is-accordion_open > .c-homeAbout_title {
	background-image: url(/company/ir/library/img/common/ic_toggle_white__opened.png);
}
.c-homeAbout_content .e-link {
	color: #fff;
}
.c-homeAbout_title {
	color: #fff;
	display: inline-block;
	line-height: 1;
	margin-bottom: 30px;
	font-size: 24px;
	font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
	.c-homeAbout_title {
		background: url(/company/ir/library/img/common/ic_toggle_white.png) no-repeat;
		background-position: right 0 center;
		background-size: 13px auto;
		color: #fff;
		cursor: pointer;
		display: block;
		margin-bottom: 0;
		padding-right: 13px;
	}
}
.c-homeAbout_title .e-link {
	background: url(/company/ir/library/img/common/ic_arrow_circle_white.png) right center no-repeat;
	background-size: auto 20px;
	padding-right: 30px;
}
.c-homeAbout_lists {
	margin: 0 -6px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.c-homeAbout_lists {
		letter-spacing: -.5em;
		margin: 0 -5px;
	}
}
.c-homeAbout_list {
	float: left;
	padding: 0 6px;
	text-align: center;
	width: calc(100% / 7);
}

@media screen and (max-width: 767px) {
	.c-homeAbout_list {
		display: inline-block;
		float: none;
		letter-spacing: 0;
		margin-top: 20px;
		padding: 0 5px;
		vertical-align: top;
		width: 50%;
	}
}
.c-homeAbout_thumb img {
	background: #fff;
	border-radius: 100%;
	display: block;
	margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
	.c-homeAbout_thumb img {
		margin: 0 auto 10px;
	}
}
.c-homeAbout_text {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.c-homeAbout_text {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.c-homeInfo_cells {
	display: table;
	table-layout: fixed;
	margin: 0 -20px;
	width: calc(100% + 40px);
	border-collapse: separate;
	border-spacing: 20px 0;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.c-homeInfo_cells {
		display: block;
		margin: 0;
		width: 100%;
	}
}
.c-homeInfo_cell {
	display: table-cell;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 30px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.c-homeInfo_cell {
		margin-top: 20px;
		display: block;
		padding: 17px;
	}
}

@media screen and (max-width: 767px) {
	.c-homeInfo_cell:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.c-homeInfo .c-section_btn {
		margin-top: 10px;
	}
}
.c-news {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.c-news .c-section_btn {
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width: 767px) {
	.c-news .c-section_btn {
		position: relative;
		text-align: right;
	}
}
.c-news_dates {
	display: block;
}

@media screen and (max-width: 767px) {
	.c-news_dates {
		display: table-cell;
		padding-right: 2%;
		vertical-align: middle;
		width: 120px;
	}
}
.c-news_date {
	font-size: 12px;
	font-size: 1.2rem;
}
.c-news_category {
	background: #999;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	line-height: 1;
	margin-left: 35px;
	padding: 4px 0;
	text-align: center;
	width: 90px;
	font-size: 14px;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.c-news_category {
		display: block;
		margin-left: 0;
		margin-top: 4px;
		width: 6em;
	}
}
.c-news_title {
	display: block;
	padding-top: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.c-news_title {
		display: table-cell;
		padding-right: 24px;
		padding-top: 0;
		vertical-align: middle;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 767px) {
	.c-news_lists {
		margin-top: 30px;
	}
}
.c-news_lists--row_1 .c-news_dates {
	display: table-cell;
	padding-right: 20px;
	vertical-align: middle;
	width: 270px;
}

@media screen and (max-width: 767px) {
	.c-news_lists--row_1 .c-news_dates {
		padding-right: 2%;
		width: 120px;
	}
}
.c-news_lists--row_1 .c-news_title {
	display: table-cell;
	padding-top: 0;
	vertical-align: middle;
}
.c-news_lists--row_1 .c-news_category {
	float: right;
	margin-left: 0;
}

@media screen and (max-width: 767px) {
	.c-news_lists--row_1 .c-news_category {
		float: none;
	}
}
.c-news_list {
	display: table;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	width: 100%;
}
.c-news_list:first-child {
	border-top: 1px solid #ccc;
}
.c-news_list .e-link {
	background: url(/company/ir/library/img/common/ic_arrow_right.png) right 40px center no-repeat;
	background-size: auto 11px;
	display: block;
}

@media screen and (max-width: 767px) {
	.c-news_list .e-link {
		background-position: right center;
	}
}
.c-news_list .e-link:hover img {
	opacity: 0.75;
}
.c-faq {
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.c-faq_lists {
		margin-top: 30px;
	}
}
.c-faq_list {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	text-align: justify;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.c-faq_list {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.c-faq_list.is-accordion_open .c-faq_title {
	background-image: url(/company/ir/library/img/common/ic_toggle__opened.png);
}
.c-faq_list:first-child {
	border-top: 1px solid #ccc;
}
.c-faq_list .c-faq_title {
	background: url(/company/ir/library/img/common/ic_toggle.png) no-repeat;
	background-position: right 40px center;
	background-size: 13px auto;
	padding: 20px 70px 20px 30px;
}

@media screen and (max-width: 767px) {
	.c-faq_list .c-faq_title {
		background-position: right 10px center;
		padding: 20px 30px 20px 30px;
	}
}
.c-faq_list .c-faq_title:before {
	color: #e8380d;
	content: "Q. ";
	display: inline-block;
	font-weight: bold;
	left: 0;
	position: absolute;
}
.c-faq_list .c-faq_text {
	background: #f4f4f4;
	padding: 20px 30px 20px 30px;
}

@media screen and (max-width: 767px) {
	.c-faq_list .c-faq_text {
		padding: 20px 30px 20px 30px;
	}
}
.c-homeNews {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.c-homeNews .c-section_btn {
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width: 767px) {
	.c-homeNews .c-section_btn {
		position: relative;
		text-align: right;
	}
}
.c-homeNews_date {
	display: table-cell;
	width: 160px;
}

@media screen and (max-width: 767px) {
	.c-homeNews_date {
		vertical-align: middle;
		width: 140px;
	}
}
.c-homeNews_title {
	display: table-cell;
	padding-right: 20px;
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.c-homeNews_title {
		padding-right: 24px;
		vertical-align: middle;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 767px) {
	.c-homeNews_lists {
		margin-top: 30px;
	}
}
.c-homeNews_list {
	display: table;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
.c-homeNews_list:first-child {
	border-top: 1px solid #ccc;
}
.c-homeNews_list .e-link {
	background: url(/company/ir/library/img/common/ic_arrow_right.png) right 40px center no-repeat;
	background-size: auto 11px;
	display: block;
	padding: 20px 40px;
}

@media screen and (max-width: 767px) {
	.c-homeNews_list .e-link {
		background-position: right center;
		padding: 20px 0;
	}
}
.c-homeNews_list .e-link:hover img {
	opacity: 0.75;
}
.c-homeEvent_thumb {
	position: absolute;
	left: 0;
	width: 360px;
}

@media screen and (max-width: 767px) {
	.c-homeEvent_thumb {
		position: relative;
		width: 100%;
	}
}
.c-homeEvent_thumb img {
	border-radius: 8px;
	width: 100%;
}
.c-homeEvent_lists {
	position: relative;
	min-height: 240px;
	padding: 0 0 0 380px;
}

@media screen and (max-width: 767px) {
	.c-homeEvent_lists {
		margin-top: 20px;
		min-height: initial !important;
		padding: 0;
	}
}
.c-homeEvent_list {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}
.c-homeEvent_list:first-child {
	border-top: 1px solid #ccc;
}
.c-homeEvent_list .e-link {
	display: block;
}
.c-homeEvent_title {
	margin-bottom: 15px;
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.c-homeEvent_title {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 767px) {
	.c-homeEvent_text {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
.c-homeEvent_btn {
	background: url(/company/ir/library/img/common/ic_arrow_circle.png) right center no-repeat;
	background-size: auto 20px;
	min-height: 20px;
	padding-right: 28px;
	position: absolute;
	right: 0;
}

@media screen and (max-width: 767px) {
	.c-homeEvent_btn {
		display: block;
		margin-top: 10px;
		position: relative;
		text-align: right;
	}
}
.c-homeOther_cells {
	display: table;
	table-layout: fixed;
	margin: 0 -10px;
}

@media screen and (max-width: 767px) {
	.c-homeOther_cells {
		display: block;
		margin: 0;
	}
}
.c-homeOther_cell {
	display: table-cell;
	padding: 0 10px;
}

@media screen and (max-width: 767px) {
	.c-homeOther_cell {
		display: block;
		padding: 60px 0 0 0;
	}
}

@media screen and (max-width: 767px) {
	.c-homeOther_cell:first-child {
		padding: 0;
	}
}
.c-homeOther_btn {
	border: 1px solid #ccc;
	border-radius: 8px;
	overflow: hidden;
}
.c-homeOther_btn img {
	width: 100%;
}
.c-homeOther_btn .e-link {
	display: block;
}
.c-homeOther_text {
	background: url(/company/ir/library/img/common/ic_arrow_right.png) right 20px center no-repeat;
	background-size: auto 11px;
	padding: 15px 20px;
}

@media screen and (max-width: 767px) {
	.c-homeOther_text {
		background-position: right 15px center;
		padding: 20px 15px;
		font-size: 12px;
		font-size: 1.2rem;
	}
}
.c-btnList_items {
	overflow: hidden;
	margin: 0 -10px;
}

@media screen and (max-width: 767px) {
	.c-btnList_items {
		margin: 0 !important;
	}
}
.c-btnList_item {
	float: left;
	padding: 0 10px;
	width: 33.3%;
}

@media screen and (max-width: 767px) {
	.c-btnList_item {
		float: none;
		padding: 0;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.c-btnList_item:first-child {
		padding: 0;
	}
}
.c-btnList--colum_2 > .c-btnList_items {
	margin: 0 -12px;
}
.c-btnList--colum_2 > .c-btnList_items .c-btnList_item {
	padding: 0 12px 40px;
	width: calc(100% / 2);
}

@media screen and (max-width: 767px) {
	.c-btnList--colum_2 > .c-btnList_items .c-btnList_item {
		padding: 0 0 20px;
		width: 100%;
	}
}
.c-btnList--colum_2 > .c-btnList_items .c-btnList_parent .e-link {
	height: 100px;
}
.c-btnList--colum_4 > .c-btnList_items {
	margin: 0 -7px;
}

@media screen and (max-width: 767px) {
	.c-btnList--colum_4 > .c-btnList_items {
		margin: 0 -5px;
	}
}
.c-btnList--colum_4 > .c-btnList_items .c-btnList_item {
	padding: 0 7px 15px;
	width: calc(100% / 4);
}

@media screen and (max-width: 767px) {
	.c-btnList--colum_4 > .c-btnList_items .c-btnList_item {
		float: left;
		padding: 0 5px 10px;
		width: 50%;
	}
}
.c-btnList--colum_4 > .c-btnList_items .c-btnList_parent .e-link {
	height: 80px;
	font-size: 16px;
	font-size: 1.6rem;
}
.c-btnList_box {
	margin-top: 20px;
}
.c-btnList_box:first-child {
	margin-top: 0;
}
.c-btnList_parent.icon_file .e-link {
	background-image: url(/company/ir/library/img/common/icon_file.png);
}
.c-btnList_parent .e-link {
	background: url(/company/ir/library/img/common/ic_arrow_right.png) right 20px center no-repeat;
	background-size: auto 11px;
	border: 1px solid #ccc;
	border-radius: 8px;
	display: table;
	font-weight: bold;
	height: 80px;
	line-height: 1.25;
	padding: 0 30px;
	width: 100%;
	font-size: 24px;
	font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
	.c-btnList_parent .e-link {
		padding: 0 20px;
	}
}
.c-btnList_parent span {
	display: table-cell;
	vertical-align: middle;
}
.c-btnList_childs {
	margin: 20px 0 40px 30px;
}

@media screen and (max-width: 767px) {
	.c-btnList_childs {
		margin: 20px 0 40px 20px;
	}
}
.c-btnList_child {
	margin-top: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
.c-btnList_child:first-child {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.c-btnList_child {
		margin-top: 15px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.c-btnList.c-btnList--arrow_bottom .c-btnList_parent .e-link {
	background: url(/company/ir/library/img/common/ic_arrow_bottom.png) right 20px center no-repeat;
}
.c-irArchive_lists {
	overflow: hidden;
}
.c-irArchive_list {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	white-space: nowrap;
	width: 224px;
}
.c-irArchive_list:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.c-irArchive_list {
		width: 100%;
	}
}
.c-irArchive_list--type_all > .c-irArchive_list {
	display: table;
	float: none;
	margin-right: 0;
	white-space: normal;
	width: 100%;
}
.c-irArchive_list--type_all > .c-irArchive_list .c-irArchive_date {
	display: table-cell;
	width: 140px;
}
.c-irArchive_list--type_all > .c-irArchive_list .c-irArchive_title {
	display: table-cell;
}
.c-irArchive_btn:before {
	background: #ccc;
	content: "";
	display: block;
	height: 1px;
	margin: 20px -8px 30px;
	width: calc(100% + 16px);
}

@media screen and (max-width: 767px) {
	.c-irArchive_btn:before {
		margin-bottom: 20px;
	}
}
.c-irBacknumber_btn {
	margin-bottom: 20px;
	width: 20%;
}

@media screen and (max-width: 767px) {
	.c-irBacknumber_btn {
		width: calc(50% - 5px);
	}
}
.c-irBacknumber_btn .e-link {
	text-align: center;
}
.c-irBacknumber_lists {
	letter-spacing: -.5em;
	margin: -8px -5px 0;
}
.c-irBacknumber_list {
	display: inline-block;
	letter-spacing: 0;
	padding: 8px 5px 0;
	vertical-align: bottom;
	width: 20%;
}

@media screen and (max-width: 767px) {
	.c-irBacknumber_list {
		width: 50%;
	}
}
.c-irBacknumber_text {
	letter-spacing: normal;
}
.c-irBacknumber_title {
	display: table-cell;
	vertical-align: middle;
}
.c-irBacknumber .e-link {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	display: table;
	height: 45px;
	padding: 0 15px;
	width: 100%;
}
.c-irBacknumber .e-link:hover {
	background: #e8380d;
	border-color: #e8380d;
	color: #fff;
}
.c-irBacknumber .is-state_active .e-link {
	background: #e8380d;
	border-color: #e8380d;
	color: #fff;
}
.c-financeData_chart {
	margin-bottom: 20px;
	text-align: center;
}
.c-individual-btn_title {
	display: table;
	height: 100%;
	width: 100%;
}
.c-individual-btn_title span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.c-individual-btn_title img {
	width: 220px;
	width: 50%;
}
.c-individual-btn_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c-individual-btn_item {
	border-radius: 9px;
	height: 360px;
	margin-bottom: 8px;
	padding: 30px;
	position: relative;
	width: calc(50% - 4px);
}

@media screen and (max-width: 767px) {
	.c-individual-btn_item {
		height: 300px;
		padding: 20px;
		width: 100%;
	}
}
.c-individual-btn_item .e-title {
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.c-individual-btn_item .e-title {
		margin-bottom: 10px;
	}
}
.c-individual-btn_item .e-title img {
	height: 31px;
}

@media screen and (max-width: 767px) {
	.c-individual-btn_item .e-title img {
		height: 25px;
	}
}
.c-individual-btn_item .e-text {
	color: #666;
	line-height: 1.6;
	margin-bottom: 15px;
	font-size: 14px;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.c-individual-btn_item .e-text {
		margin-bottom: 0;
	}
}
.c-individual-btn_item .e-numbers {
	display: inline-block;
}
.c-individual-btn_item .e-number {
	display: block;
}
.c-individual-btn_item .e-number-title {
	color: #000;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
	font-size: 1.4rem;
}
.c-individual-btn_item .e-number-title span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
/*	margin-top: 0.5em;*/
}

@media screen and (max-width: 767px) {
	.c-individual-btn_item .e-number-title {
		margin: 10px 0 5px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.c-individual-btn_item .e-number-title span {
		font-size: 9px;
		font-size: 0.9rem;
	}	
}
.c-individual-btn_item .e-btn .e-link {
	background: #fff url(/company/ir/library/img/common/ic_arrow_right.png) right 12px center no-repeat;
	bottom: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px 20px;
	position: absolute;
	right: 30px;
	width: 160px;
	font-size: 14px;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.c-individual-btn_item .e-btn .e-link {
		background-position: right 12px center;
		bottom: 20px;
		padding: 10px 12px;
		right: 20px;
		width: 130px;
		font-size: 12px;
		font-size: 1.2rem;
	}
}
.c-individual-btn_item .e-btn .e-link:hover {
	background: #e8380d url(/company/ir/library/img/common/ic_arrow_right__hover.png) right 12px center no-repeat;
	border: 1px solid #e8380d;
	color: #fff;
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.c-individual-btn_item .e-btn .e-link:hover {
		background-position: right 12px center;
	}
}
.c-individual-btn_item:nth-child(1) {
	background: #e8380d;
}

@media screen and (max-width: 767px) {
	.c-individual-btn_item:nth-child(1) {
		height: auto;
		padding: 40px 0;
	}
}
.c-individual-btn_item:nth-child(2) {
	background: #e7e7e7 url(/company/ir/library/img/individual/index/btn_item01_bg.png) no-repeat center;
	background-size: contain;
}
.c-individual-btn_item:nth-child(2) .e-number img {
	height: 102px;
}

@media screen and (max-width: 767px) {
	.c-individual-btn_item:nth-child(2) .e-number img {
		width: 60%;
		height: auto;
	}
}
.c-individual-btn_item:nth-child(3) {
	background: #e7e7e7 url(/company/ir/library/img/individual/index/btn_item02_bg.png) no-repeat center;
	background-size: contain;
}
.c-individual-btn_item:nth-child(3) .e-number img {
	height: 62px;
}

@media screen and (max-width: 767px) {
	.c-individual-btn_item:nth-child(3) .e-number img {
		height: 52px;
	}
}
.c-individual-btn_item:nth-child(4) {
	background: #e7e7e7 url(/company/ir/library/img/individual/index/btn_item03_bg.png) no-repeat center;
	background-size: contain;
}
.c-individual-btn_item:nth-child(4) .e-number img {
	height: 52px;
}

@media screen and (max-width: 767px) {
	.c-individual-btn_item:nth-child(4) .e-number img {
		height: 40px;
	}
}
.c-individual-btn_item:nth-child(5) {
	background: #e7e7e7 url(/company/ir/library/img/individual/index/btn_item04_bg.png) no-repeat center;
	background-size: contain;
}
.c-individual-btn_item:nth-child(5) .e-number img {
	height: 52px;
}

@media screen and (max-width: 767px) {
	.c-individual-btn_item:nth-child(5) .e-number img {
		height: 40px;
	}
}
.c-individual-btn_item:nth-child(6) {
	background: #e7e7e7 url(/company/ir/library/img/individual/index/btn_item05_bg.png) no-repeat center;
	background-size: contain;
}
.c-individual-btn_item:nth-child(6) .e-number img {
	height: 88px;
}

@media screen and (max-width: 767px) {
	.c-individual-btn_item:nth-child(6) .e-number img {
		height: auto;
		width: 60%;
	}
}
.c-individual-btn_item:nth-child(7) {
  background: #e7e7e7 url(/company/ir/library/img/individual/index/btn_item06_bg.png) no-repeat center;
  background-size: contain;
}
.c-individual-btn_item:nth-child(7) .e-number img {
  height: 60px;
}
@media screen and (max-width: 767px) {
  .c-individual-btn_item:nth-child(7) .e-number img {
    height: 52px;
  }
}
.c-individual-btn_item:nth-child(8) {
	background: #e7e7e7 url(/company/ir/library/img/individual/index/btn_item07_bg.png) no-repeat center;
	background-size: contain;
}
.c-individual-btn_item:nth-child(8) .e-number img {
	height: 78px;
}

@media screen and (max-width: 767px) {
	.c-individual-btn_item:nth-child(8) .e-number img {
		height: auto;
		width: 60%;
	}
}
.c-individual-merit_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.c-individual-merit_items {
		display: block;
	}
}
.c-individual-merit_item {
	width: calc((100% / 3) - 15px);
}

@media screen and (max-width: 767px) {
	.c-individual-merit_item {
		margin-top: 50px;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.c-individual-merit_item:first-child {
		margin-top: 0;
	}
}
.c-individual-merit_item .e-title {
	margin-bottom: 20px;
	font-size: 24px;
	font-size: 2.4rem;
}
.c-individual-merit_item .e-img {
	margin-bottom: 40px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.c-individual-merit_item .e-img {
		margin-bottom: 20px;
	}
}
.c-individual-merit_item .e-img img {
	height: 130px;
}
.c-individual-merit_item .e-text {
	letter-spacing: -.05em;
	line-height: 1.6;
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.c-individual-merit_item .e-text {
		margin-bottom: 10px;
	}
}
.c-individual-merit_item .e-btn {
	font-size: 24px;
	font-size: 2.4rem;
}
.c-individual-merit_item .e-btn .e-link {
	background: #fff url(/company/ir/library/img/common/ic_arrow_right.png) right 20px center no-repeat;
	border: 1px solid #ccc;
	border-radius: 7px;
	display: block;
	padding: 15px 20px;
}
.c-individual-merit_item .e-btn .e-link:hover {
	background: #e8380d url(/company/ir/library/img/common/ic_arrow_right__hover.png) right 20px center no-repeat;
	border: 1px solid #e8380d;
	color: #fff;
	opacity: 1;
}
.c-individual-merit_item:nth-child(1) > .e-title {
	background: url(/company/ir/library/img/individual/index/merit_number01.png) no-repeat left;
	background-size: 40px auto;
	padding-left: 50px;
}
.c-individual-merit_item:nth-child(2) > .e-title {
	background: url(/company/ir/library/img/individual/index/merit_number02.png) no-repeat left;
	background-size: 55px auto;
	padding-left: 65px;
}
.c-individual-merit_item:nth-child(3) > .e-title {
	background: url(/company/ir/library/img/individual/index/merit_number03.png) no-repeat left;
	background-size: 54px auto;
	padding-left: 64px;
}
.c-individual-main {
	background-color: #e7e7e7;
	background-position: right 100%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px;
	height: 360px;
	padding: 10px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.c-individual-main {
		background-position: center;
		background-size: contain;
		height: 260px;
	}
}
.c-individual-main .e-title {
	line-height: 1.3;
	margin-bottom: 20px;
	font-size: 40px;
	font-size: 4rem;
}

@media screen and (max-width: 767px) {
	.c-individual-main .e-title {
		font-size: 24px;
		font-size: 2.4rem;
	}
}
.c-individual-main .e-title span {
	display: inline-block;
	margin-left: 20px;
	margin-top: 15px;
	vertical-align: top;
	width: calc(100% - 150px);
}

@media screen and (max-width: 767px) {
	.c-individual-main .e-title span {
		margin-left: 15px;
		margin-top: 10px;
		width: calc(100% - 95px);
	}
}
.c-individual-main .e-title:before {
	background-color: #e8380d;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 91px auto;
	border-radius: 7px;
	content: "";
	display: inline-block;
	height: 130px;
	vertical-align: top;
	width: 130px;
}

@media screen and (max-width: 767px) {
	.c-individual-main .e-title:before {
		background-size: 58px auto;
		height: 80px;
		width: 80px;
	}
}
.c-individual-main .e-numbers {
	display: inline-block;
	margin-left: 60px;
	position: relative;
}
.c-individual-main--type_growth.c-individual-main .e-numbers {
  margin-left: 0;
}
.c-individual-main--type_growth.c-individual-main .e-numbers_note {
	position: absolute;
	right: -75px;
	top: -70px;
}
@media screen and (max-width: 767px) {
	.c-individual-main .e-numbers {
		margin-left: 20px;
	}
	.c-individual-main--type_growth.c-individual-main .e-numbers_note {
		right: -30px;
		top: -20px;
		width: 75px;
	}	
}
.c-individual-main .e-numbers:first-child {
	margin-left: 0;
}
.c-individual-main .e-numbers-wrap {
	padding-left: 150px;
	position: absolute;
	bottom: 30px;
}
.c-individual-main--type_growth.c-individual-main .e-numbers-wrap {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
	.c-individual-main .e-numbers-wrap {
		padding: 0 10px;
		bottom: 20px;
	}
	.c-individual-main--type_growth.c-individual-main .e-numbers-wrap {
		padding: 0 10px;
	}	
}
.c-individual-main .e-numbers_title {
	color: #000;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
.c-individual-main .e-numbers_title span {
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
/*	margin-top: 10px;*/
}

@media screen and (max-width: 767px) {
	.c-individual-main .e-numbers_title {
		margin-bottom: 5px;
		font-size: 12px;
		font-size: 1.2rem;
	}
}
.c-individual-main .e-numbers_number {
	display: block;
}

@media screen and (max-width: 767px) {
	.c-individual-main .e-numbers-wrap--row .e-numbers {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}
}
.c-individual-main--type_business {
	background-image: url(/company/ir/library/img/individual/business/main_bg.png);
}

@media screen and (max-width: 767px) {
	.c-individual-main--type_business {
		background-image: url(/company/ir/library/img/individual/business/main_bg_media.png);
	}
}
.c-individual-main--type_business .e-title:before {
	background-image: url(/company/ir/library/img/individual/business/main_icon.png);
}
.c-individual-main--type_business .e-numbers_number img {
	height: 130px;
}

@media screen and (max-width: 767px) {
	.c-individual-main--type_business .e-numbers_number img {
		height: 75px;
	}
}
.c-individual-main--type_location {
	background-image: url(/company/ir/library/img/individual/location/main_bg.png);
}

@media screen and (max-width: 767px) {
	.c-individual-main--type_location {
		background-image: url(/company/ir/library/img/individual/location/main_bg_media.png);
	}
}
.c-individual-main--type_location .e-title:before {
	background-image: url(/company/ir/library/img/individual/location/main_icon.png);
}
.c-individual-main--type_location .e-numbers_number img {
	height: 108px;
}

@media screen and (max-width: 767px) {
	.c-individual-main--type_location .e-numbers_number img {
		height: 48px;
	}
}
.c-individual-main--type_employee {
	background-image: url(/company/ir/library/img/individual/employee/main_bg.png);
}

@media screen and (max-width: 767px) {
	.c-individual-main--type_employee {
		background-image: url(/company/ir/library/img/individual/employee/main_bg_media.png);
	}
}
.c-individual-main--type_employee .e-title:before {
	background-image: url(/company/ir/library/img/individual/employee/main_icon.png);
}
.c-individual-main--type_employee .e-numbers_number img {
	height: 85px;
}

@media screen and (max-width: 767px) {
	.c-individual-main--type_employee .e-numbers_number img {
		height: 38px;
	}
}
.c-individual-main--type_development {
	background-image: url(/company/ir/library/img/individual/development/main_bg.png);
}

@media screen and (max-width: 767px) {
	.c-individual-main--type_development {
		background-image: url(/company/ir/library/img/individual/development/main_bg_media.png);
	}
}
.c-individual-main--type_development .e-title:before {
	background-image: url(/company/ir/library/img/individual/development/main_icon.png);
}
.c-individual-main--type_development .e-numbers_number img {
	height: 90px;
}

@media screen and (max-width: 767px) {
	.c-individual-main--type_development .e-numbers_number img {
		height: 42px;
	}
}
.c-individual-main--type_environment {
	background-image: url(/company/ir/library/img/individual/environment/main_bg.png);
}

@media screen and (max-width: 767px) {
	.c-individual-main--type_environment {
		background-image: url(/company/ir/library/img/individual/environment/main_bg_media.png);
	}
}
.c-individual-main--type_environment .e-title:before {
	background-image: url(/company/ir/library/img/individual/environment/main_icon.png);
}
.c-individual-main--type_environment .e-numbers_number img {
	height: 128px;
}

@media screen and (max-width: 767px) {
	.c-individual-main--type_environment .e-numbers_number img {
		height: 72px;
	}
}
.c-individual-main--type_performance {
	background-image: url(/company/ir/library/img/individual/performance/main_bg.png);
}

@media screen and (max-width: 767px) {
	.c-individual-main--type_performance {
		background-image: url(/company/ir/library/img/individual/performance/main_bg_media.png);
	}
}
.c-individual-main--type_performance .e-title:before {
	background-image: url(/company/ir/library/img/individual/performance/main_icon.png);
}
.c-individual-main--type_performance .e-numbers_number img {
	height: 118px;
}

@media screen and (max-width: 767px) {
	.c-individual-main--type_performance .e-numbers_number img {
		height: 76px;
	}
}
.c-individual-main--type_plan {
	background-image: url(/company/ir/library/img/individual/plan/main_bg.png);
}

@media screen and (max-width: 767px) {
	.c-individual-main--type_plan {
		background-image: url(/company/ir/library/img/individual/plan/main_bg_media.png);
	}
}
.c-individual-main--type_plan .e-title:before {
	background-image: url(/company/ir/library/img/individual/plan/main_icon.png);
}
.c-individual-main--type_plan .e-numbers_number img {
	height: 118px;
}

@media screen and (max-width: 767px) {
	.c-individual-main--type_plan .e-numbers_number img {
		height: 76px;
	}
}
.c-individual-main--type_growth {
  background-image: url(/company/ir/library/img/individual/growth/main_bg.png);
}
@media screen and (max-width: 767px) {
  .c-individual-main--type_growth {
    background-image: url(/company/ir/library/img/individual/growth/main_bg_media.png);
  }
}
.c-individual-main--type_growth .e-title:before {
  background-image: url(/company/ir/library/img/individual/growth/main_icon.png);
}
.c-individual-main--type_growth .e-numbers_number img {
  height: 108px;
}
.c-individual-main--type_growth .e-numbers:nth-child(1) .e-numbers_number img {
  height: 78px;
}
@media screen and (max-width: 767px) {
	.c-individual-main--type_growth .e-numbers_number img {
		height: 78px;
	}
	.c-individual-main--type_growth .e-numbers:nth-child(1) .e-numbers_number img {
		height: 41px;
	}
}
.c-individual-Box {
	overflow: hidden;
}
.c-individual-Box--float_left .e-img {
	float: left;
	margin-right: 20px;
	width: 65%;
}

@media screen and (max-width: 767px) {
	.c-individual-Box--float_left .e-img {
		float: none;
		margin-right: 0;
		width: 100%;
	}
}
.c-individual-Box .e-text {
	line-height: 1.75;
	font-size: 14px;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.c-individual-Box .e-text {
		line-height: 1.6;
		margin-top: 10px;
	}
}
.c-individual-menu_btn .e-link {
	background: #fff url(/company/ir/library/img/common/ic_arrow_right.png) right 20px center no-repeat;
	border: 1px solid #ccc;
	border-radius: 8px;
	display: block;
	line-height: 1.3;
	margin-bottom: 20px;
	padding: 15px 20px;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
}
.c-individual-menu_btn .e-link:hover {
	background: #e8380d url(/company/ir/library/img/common/ic_arrow_right__hover.png) right 20px center no-repeat;
	border: 1px solid #e8380d;
	color: #fff;
	opacity: 1;
}
.c-individual-menu_btn .e-link span {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}
.c-individual-menu_list {
	background: #f3f3f3;
	border-radius: 8px;
	display: table;
	height: 80px;
	overflow: hidden;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.c-individual-menu_list {
		display: block;
		height: auto;
	}
}
.c-individual-menu_list .e-title {
	background: #e8380d;
	border-radius: 8px;
	display: table-cell;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	width: 122px;
}

@media screen and (max-width: 767px) {
	.c-individual-menu_list .e-title {
		display: block;
		height: auto;
		padding: 20px;
		width: 100%;
	}
}
.c-individual-menu_list .e-title img {
	height: 32px;
}

@media screen and (max-width: 767px) {
	.c-individual-menu_list .e-title img {
		height: 44px;
	}
}
.c-individual-menu_list .e-menu {
	height: 80px;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.c-individual-menu_list .e-menu {
		height: auto;
		padding: 5px 0;
		flex-wrap: wrap;
		justify-content: normal;
	}
}
.c-individual-menu_list .e-menu li {
	line-height: 60px;
	border-right: 2px solid #fff;
	width: calc(100% / 7);
}

@media screen and (max-width: 767px) {
	.c-individual-menu_list .e-menu li {
		line-height: 36px;
		margin: 5px 0;
		width: calc(100% / 4);
	}
}
.c-individual-menu_list .e-menu li .e-link:hover {
	color: #e8380d;
	opacity: 1;
}
.c-individual-menu_list .e-menu li.now .e-link {
	color: #e8380d;
	font-weight: bold;
}
.c-individual-menu_list .e-menu li:last-child {
	border-right: none;
}

@media screen and (max-width: 767px) {
	.c-individual-menu_list .e-menu li:last-child {
		border-right: 2px solid #fff;
	}
}

@media screen and (max-width: 767px) {
	.c-individual-menu_list .e-menu li:nth-child(4) {
		border-right: none;
	}
}
.c-individual-eco_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.c-individual-eco_items {
		display: block;
	}
}
.c-individual-eco_item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 2px solid #ccc;
	border-radius: 9px;
	height: 300px;
	margin-bottom: 8px;
	padding: 30px;
	position: relative;
	width: calc(50% - 4px);
}

@media screen and (max-width: 767px) {
	.c-individual-eco_item {
		height: 260px;
		padding: 20px;
		width: 100%;
	}
}
.c-individual-eco_item:nth-child(1) {
	background-image: url(/company/ir/library/img/individual/environment/eco_item01_bg.png);
}

@media screen and (max-width: 767px) {
	.c-individual-eco_item:nth-child(1) {
		background-image: url(/company/ir/library/img/individual/environment/eco_item01_bg_media.png);
	}
}
.c-individual-eco_item:nth-child(2) {
	background-image: url(/company/ir/library/img/individual/environment/eco_item02_bg.png);
}

@media screen and (max-width: 767px) {
	.c-individual-eco_item:nth-child(2) {
		background-image: url(/company/ir/library/img/individual/environment/eco_item02_bg_media.png);
	}
}
.c-individual-eco_item:nth-child(3) {
	background-image: url(/company/ir/library/img/individual/environment/eco_item03_bg.png);
}

@media screen and (max-width: 767px) {
	.c-individual-eco_item:nth-child(3) {
		background-image: url(/company/ir/library/img/individual/environment/eco_item03_bg_media.png);
	}
}
/*.c-individual-eco_item:nth-child(4) {
	background-image: url(/company/ir/library/img/individual/environment/eco_item04_bg.png);
}

@media screen and (max-width: 767px) {
	.c-individual-eco_item:nth-child(4) {
		background-image: url(/company/ir/library/img/individual/environment/eco_item04_bg_media.png);
	}
}*/
.c-individual-eco_item:nth-child(4) {
	background-image: url(/company/ir/library/img/individual/environment/eco_item05_bg.png);
}

@media screen and (max-width: 767px) {
	.c-individual-eco_item:nth-child(4) {
		background-image: url(/company/ir/library/img/individual/environment/eco_item05_bg_media.png);
	}
}
/*.c-individual-eco_item:nth-child(6) {
	background-image: url(/company/ir/library/img/individual/environment/eco_item06_bg.png);
}

@media screen and (max-width: 767px) {
	.c-individual-eco_item:nth-child(6) {
		background-image: url(/company/ir/library/img/individual/environment/eco_item06_bg_media.png);
	}
}*/
.c-individual-eco .e-title {
	line-height: 1.3;
	font-size: 24px;
	font-size: 2.4rem;
}
.c-individual-eco .e-number {
	position: absolute;
	bottom: 30px;
}

@media screen and (max-width: 767px) {
	.c-individual-eco .e-number {
		bottom: 20px;
	}
}
.c-individual-eco .e-number span {
	display: block;
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.c-individual-eco .e-number span {
		line-height: 1.4;
		margin-bottom: 5px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.c-individual-eco .e-number img {
	height: 92px;
}

@media screen and (max-width: 767px) {
	.c-individual-eco .e-number img {
		height: 72px;
	}
}
.c-individual-history {
	position: relative;
}
.c-individual-history:before {
	border-right: 1px dashed #333;
	content: "";
	display: block;
	height: 99%;
	margin-top: 19px;
	position: absolute;
	right: 50%;
	top: 0;
}

@media screen and (max-width: 767px) {
	.c-individual-history:before {
		right: calc(100% - 6px);
	}
}
.c-individual-history_item {
	margin-top: -120px;
	width: calc(50%);
}

@media screen and (max-width: 767px) {
	.c-individual-history_item {
		margin-top: 50px;
		width: 100%;
	}
}
.c-individual-history_item .e-year {
	margin-bottom: 20px;
	position: relative;
}
.c-individual-history_item .e-year img {
	height: 38px;
}
.c-individual-history_item .e-year:after {
	background: #333;
	border-radius: 12px;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	top: 13px;
	width: 12px;
}
.c-individual-history_item .e-text {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
.c-individual-history_item .e-text span {
	color: #e8380d;
	font-size: 24px;
	font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
	.c-individual-history_item .e-product {
		text-align: center;
	}
}
.c-individual-history_item:first-child {
	margin-top: 0;
}
.c-individual-history_item:nth-child(odd) {
	padding-right: 30px;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.c-individual-history_item:nth-child(odd) {
		padding-right: 0;
		padding-left: 30px;
		text-align: left;
	}
}
.c-individual-history_item:nth-child(odd) .e-year:after {
	right: -36px;
}

@media screen and (max-width: 767px) {
	.c-individual-history_item:nth-child(odd) .e-year:after {
		right: 0;
		left: -30px;
	}
}
.c-individual-history_item:nth-child(even) {
	padding-left: 30px;
	margin-left: 50%;
}

@media screen and (max-width: 767px) {
	.c-individual-history_item:nth-child(even) {
		margin-left: 0;
	}
}
.c-individual-history_item:nth-child(even) .e-year:after {
	left: -36px;
}

@media screen and (max-width: 767px) {
	.c-individual-history_item:nth-child(even) .e-year:after {
		left: -30px;
	}
}

.c-individual-location {
	overflow: hidden;
}
.c-individual-location_img {
	width: 33.3%;
}
.c-individual-location_lists {
	width: calc(66.6% + 18px);
}
.c-individual-location_lists.c-section_cell--culum2.c-section_cells {
	margin-top: -20px;
}
.c-individual-location_lists.c-section_cell--culum2 > .c-section_cell {
	margin-top: 20px;
}
.c-individual-location_lists .e-name {
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
.c-individual-location_lists .e-en {
	letter-spacing: -0.05em;
}
.c-individual-location_lists .e-place {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.c-individual-location--right .c-individual-location_img {
	float: right;
	margin-top: 50px;
}
.c-individual-location--right .c-individual-location_lists {
	float: left;
}
.c-individual-location--left .c-individual-location_img {
	float: left;
	margin-top: 15px;
}
.c-individual-location--left .c-individual-location_lists {
	float: right;
}
@media screen and (max-width: 767px) {
	.c-individual-location_img {
		width: 100%;
	}
	.c-individual-location_lists {
		width: 100%;
	}
	.c-individual-location--right .c-individual-location_img {
		float: none;
		margin-top: 0;
		padding: 0 30px 20px;
	}
	.c-individual-location--right .c-individual-location_lists {
		float: none;
	}
	.c-individual-location--left .c-individual-location_img {
		float: none;
		margin-top: 0;
		padding: 0 60px 20px;
	}
	.c-individual-location--left .c-individual-location_lists {
		float: none;
	}
}

.c-individual-qa_items {
	margin-top: 60px;
}
.c-individual-qa_items:first-child {
	margin-top: 0;
}
.c-individual-qa_item {
	border-radius: 8px;
	padding: 30px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.c-individual-qa_item {
		padding: 20px;
	}
}
.c-individual-qa_item .e-title {
	margin-bottom: 20px;
	padding-left: 1.5em;
	position: relative;
	font-size: 24px;
	font-size: 2.4rem;
}
.c-individual-qa_item .e-text {
	margin-bottom: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
.c-individual-qa_item .e-img {
	text-align: center;
}
.c-individual-qa_item--floatImg .e-date {
	position: absolute;
}

@media screen and (max-width: 767px) {
	.c-individual-qa_item--floatImg .e-date {
		position: relative;
	}
}
.c-individual-qa_item--floatImg .e-img {
	text-align: right;
}
.c-individual-qa_item.is-question {
	border: 2px solid #ccc;
}
.c-individual-qa_item.is-question .e-title {
	color: #65aadd;
}
.c-individual-qa_item.is-question .e-title:before {
	content: "Q．";
	display: inline-block;
	position: absolute;
	left: 0;
}
.c-individual-qa_item.is-question .e-text span {
	color: #65aadd;
}
.c-individual-qa_item.is-question:before {
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 25px solid #fff;
	bottom: -25px;
	content: '';
	height: 0;
	left: calc(50% - 40px);
	position: absolute;
	width: 0;
	z-index: 2;
}
.c-individual-qa_item.is-question:after {
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 25px solid #ccc;
	bottom: -27px;
	content: '';
	height: 0;
	left: calc(50% - 40px);
	position: absolute;
	width: 0;
}
.c-individual-qa_item.is-answer {
	border: 2px solid #e8380d;
	margin-top: 40px;
}
.c-individual-qa_item.is-answer .e-title {
	color: #e8380d;
}
.c-individual-qa_item.is-answer .e-title:before {
	content: "A．";
	display: inline-block;
	position: absolute;
	left: 0;
}
.c-individual-qa_item.is-answer .e-text span {
	color: #e8380d;
}

.c-individual-work {
}
.c-individual-work_items--type1 {
	letter-spacing: -.5em;
	margin: 0 -12px;
}
.c-individual-work_items--type1 .c-individual-work_item {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
}
.c-individual-work_items--type1 .c-individual-work_item:nth-child(1) {
	width: 33.3%;
}
.c-individual-work_items--type1 .c-individual-work_item:nth-child(2) {
	width: 66.6%;
}
.c-individual-work_item {
}
.c-individual-work_item .e-title.is-frame {
	border: 2px solid #ccc;
	border-radius: 8px;
	padding: 30px 0;
	position: relative;
}
.c-individual-work_item .e-title.is-frame:before {
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 25px solid #fff;
	bottom: -25px;
	content: '';
	height: 0;
	left: calc(50% - 40px );
	position: absolute;
	width: 0;
	z-index: 2;
}
.c-individual-work_item .e-title.is-frame:after {
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 25px solid #ccc;
	bottom: -27px;
	content: '';
	height: 0;
	left: calc(50% - 40px );
	position: absolute;
	width: 0;
}
.c-individual-work_item .e-date {
	margin-top: 40px;
}
.c-individual-work_item .e-date h3 {
	letter-spacing: -0.05em;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.c-individual-work {
	}
	.c-individual-work_items--type1 {
		margin: 0;
	}
	.c-individual-work_items--type1 .c-individual-work_item {
		display: block;
		padding: 0;
	}
	.c-individual-work_items--type1 .c-individual-work_item:nth-child(1) {
		width: 100%;
	}
	.c-individual-work_items--type1 .c-individual-work_item:nth-child(2) {
		width: 100%;
	}
	.c-individual-work_item .e-title.is-frame {
		padding: 20px 0;
	}
}

/*# sourceMappingURL=maps/style.css.map */
