﻿@charset "UTF-8";
/*---------------------------------------

[reset]

[base]
	font
	anchor
	add class

.body_common set-up]
	h
	pagetop link

[lower.body_common]

[each page]

.body_common contents]
	container
	header
	main contents
	footer
	print

[clearfix]

[cms setting]

---------------------------------------*/

/* CSS Document */

/*===============================================
●style.css
===============================================*/

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.container {
	width: 100%;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: reset */

body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
}
header, nav, section, aside, footer {
	display: block;
}
table {
	border-spacing: 0;
}
fieldset, img, a img, abbr, acronym {
	border: 0;
}
li img, dt img {
	vertical-align: top;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
a {
	outline: none;
}
button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: base */

/*--------------------------------------- font */

html {
	font-size: 62.5%;
}
body {
	font-family: 'Open Sans', Verdana, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
	line-height: 1.8;
	color: #1d2129;
	-webkit-text-size-adjust: 100%;
	font-size: 1.5em;
}
nav#side_top li a:before,nav#side li a:before, .list_text li a[href$=".pdf"] .text:after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width:779px) {
	html, body {
		-webkit-text-size-adjust: 100%;
		-webkit-overflow-scrolling: touch;
	}
	iframe {
		max-width: 100%;
	}
}
/*----------------------- color */

/* red */

.red {
	color: #FF0000;
}
/* white */

.white {
	color: #FFFFFF;
}
/* aqua */

.aqua {
	color: #2b71b7;
}
/* blue */

.blue {
	color: #334f99;
}
/* black */

.black {
	color: #0b0b0b;
}
/*----------------------- size */

/* size10px */

.size10 {
	font-size: 0.71em;
}
/* size12px */

.size12 {
	font-size: 0.85em;
}
/* size14px */

.size14 {
	font-size: 1.0em;
}
/* size16px */

.size14 {
	font-size: 1.14em;
}
/* size18px */

.size18 {
	font-size: 1.28em;
}
/* size22px */

.size22 {
	font-size: 1.57em;
}
/* size24px */

.size22 {
	font-size: 1.71em;
}
/*--------------------------------------- anchor */

a {
	color: #4A4D51;
}
a:hover {
	color: #000000;
}
/* btn */

.btn {
	text-align: center;
	display: block;
	padding: 0.5em 20px;
}
.btn a {
	color: #000000;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #000000;
	padding: 0.8em 2em;
	width: 100%;
	max-width: 360px;
	text-decoration: none;
	display: inline-block;
}
/* エディター：スタイル */

.editor-style-btn1 {
	display: inline-block;
	color: #000000;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #000000;
	padding: 0.8em 2em;
	width: 100%;
	max-width: 360px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
}
.editor-style-btn1 a {
	color: #000000;
	text-decoration: none;
}
.editor-style-text1 {
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3), -1px -1px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 780px), print {
	.btn a, .editor-style-btn1 a {
		font-size: 1.2em;
	}
	.btn a,
	.editor-style-btn1 {
		transition: background-color 0.2s, color 0.2s;
	}
	.btn a:hover,
	.editor-style-btn1:hover {
		color: #ffffff;
		background-color: #000000;
	}
	.editor-style-btn1:hover a {
		color: #ffffff;
	}
}
@media screen and (max-width: 779px) {}
/*--------------------------------------- add class */

.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clearB {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
/* fadein */
.fadein {
	opacity: 0.1;
	transform: translate(0, 50px);
	transition: transform 1200ms;
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

/*--------------------------------------- columnBox */

.thumbnail img {
	max-width: 100%;
}
@media screen and (min-width: 780px), print {
	.columnBox {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.columnBox .column {
		display: table-cell;
		vertical-align: top;
		padding: 20px;
	}
	.columnBox .v_middle {
		vertical-align: middle;
	}
	.columnBox .v_bottom {
		vertical-align: bottom;
	}
	.w20 {
		width: 20%;
	}
	.w30 {
		width: 30%;
	}
	.w40 {
		width: 40%;
	}
	.w50 {
		width: 50%;
	}
	.w60 {
		width: 60%;
	}
	.w70 {
		width: 70%;
	}
	.w80 {
		width: 80%;
	}
	.padr3 {
		padding-right: 3%;
	}
	.padL3 {
		padding-left: 3%;
	}
	.padt3 {
		padding-top: 3%;
	}
	.padt6 {
		padding-top: 6%;
	}
}
@media screen and (max-width: 779px) {
	.columnBox .column {
		padding: 10px;
	}
}
/*--------------------------------------- list_text */
.list_text {
	margin: 0 auto;
	display: table;
	padding: 1em 0;
}
.list_text li {
	display: block;
	padding: 0;
	margin: 0;
}
.list_text li a {
	text-decoration: none;
	display: block;
	color: #777;
}
.list_text li .listBox {
	width: 100%;
}
.list_text li .date {
	width: 8em;
}
.list_text li .new {
	margin: 5px;
}
.list_text li a[href$=".pdf"] .text:after {
	content: "\f1c1";
	padding-left: 10px;
}
@media screen and (min-width: 481px), print {
	.list_text li .listBox {
		display: table;
		font-size: 1.1em;
	}
	.list_text li .listBox .date, .list_text li .listBox .text {
		display: table-cell;
		vertical-align: middle;
		padding: 1em 20px;
	}
}
@media screen and (max-width: 480px) {
	.list_text li .listBox {
		padding: 10px 20px;
		display: block;
	}
	.list_text li .listBox .date, .list_text li .listBox .text {
		padding: 5px 0;
		display: block;
	}
}
/*--------------------------------------- list_thumbnail */

.list_thumbnail {
	width: 100%;
	padding: 20px 0;
	margin: 0;
	text-align: center;
}
.list_thumbnail li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.list_thumbnail li a {
	display: block;
	text-decoration: none;
	color: #000000;
}
.list_thumbnail .listBox {
	display: block;
	padding: 0 10px 1em;
	position: relative;
}
.list_thumbnail .thumbnail {
	display: block;
	overflow: hidden;
	text-align: center;
}
.list_thumbnail .thumbnail span {
	padding: 25% 0;
	display: block;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 -1em 4em 1em rgba(0, 0, 0, 0.05);
	transition: transform 0.5s ease-out;
}
.list_thumbnail li a:hover .thumbnail span {
	transform: scale(1.1);
}
.list_thumbnail .dateBox {
	display: block;
	padding: 0 10px;
	background-color: #f4f4f4;
	font-size: 0.9em;
}
.list_thumbnail .date, .list_thumbnail .new {
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
.list_thumbnail .date {
	padding: 0.1em 0;
}
.new {
	padding: 0.01em 0.5em;
	background-color: #afafaf;
	color: #fff;
	border-radius: 100em;
}
.list_thumbnail .title {
	display: block;
	padding: 0.5em 0 1em;
	font-weight: bold;
}
@media screen and (min-width: 1200px) {
	.list_thumbnailC5 li {
		width: 20%;
	}
	.list_thumbnailC6 li {
		width: 16%;
	}
}
@media screen and (min-width: 780px) {
	.list_thumbnailC1 li {
		width: 100%;
		display: block;
	}
	.list_thumbnailC2 li {
		width: 50%;
	}
	.list_thumbnailC3 li {
		width: 33%;
	}
	.list_thumbnailC4 li {
		width: 25%;
	}
	.list_thumbnailC5 li {
		width: 20%;
	}
	.list_thumbnailC6 li {
		width: 16%;
	}
}
@media screen and (max-width: 779px) {
	.list_thumbnailC2 .listBox {
		padding: 0 0 2em;
	}
	.column_thumbnail {
		width: 35.2%;
	}
	.list_thumbnail li {
		width: 50%;
	}
	.list_thumbnailC1 li {
		width: 100%;
		display: block;
	}
	.list_thumbnailC4 li {
		width: 50%;
	}
	.list_thumbnailC5 li {
		width: 50%;
	}
	.list_thumbnailC6 li {
		width: 50%;
	}
}
@media screen and (min-width: 480px) {
	.list_thumbnailC2 li .listBox {
		padding: 1em 0.5em 1em 0;
	}
	.list_thumbnailC2 li:nth-child(2n) .listBox {
		padding: 1em 0 1em 0.5em;
	}
}
@media screen and (max-width: 479px) {
	.list_thumbnail li {
		width: 100%;
	}
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.body_common set-up */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	position: relative;
}
h2,
.lower h1	{
	text-align: center;
	font-weight: 600;
	line-height: 1.3;
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 0;
}
h2 span,
.lower h1 span {
	position: relative;
}
h2 span:after,
.lower h1 span:after{
	content: "";
	display: block;
	border-bottom: 2px solid #EBC800;
	width: 90%;
	max-width: 140px;
	margin: 0 auto;
	padding-top: 40px;
}
/* h:変更した場合はstyle_editor.cssにも反映すること */

h3 {
	margin: 1em 0;
	padding: 0.5em 0;
	border-bottom: 2px dotted #ddd;
}
h3:after {
	width: 10%;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	margin-bottom: -3px;
	border: 2px solid #ebc800;
}
h4 {
	padding: 0 1em;
	margin: 1em 0;
	border-left: 7px solid #ebc800;
}
h5 {
	margin: 1.5em 0 1em;
	padding: 0 10px 0 30px;
}
h5:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	border: 6px solid #ebc800;
	position: absolute;
	left: 0;
	top: 4px;
}
h6 {
	font-weight: bold;
	margin: 1em 0;
}
@media screen and (min-width: 780px), print {
	.body_common h2,
	.lower h1 {
		font-size: 4em;
	}
	.lower h2 {
		font-size: 2em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.1em;
	}
	h6 {
		font-size: 1em;
	}
}
@media screen and (max-width: 779px) {
	.lower h1, h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.1em;
	}
	h4 {
		font-size: 1.1em;
	}
	h5, h6 {
		font-size: 1em;
	}
}
/* table */

table {
	border-collapse: collapse;
}
table th, table td {
	padding: 12px;
	border: 1px solid #CCCCCC;
}
table th {
	background: #eeeeee;
}
table[border="0"], table[border="0"] th, table[border="0"] td {
	border: none;
}
table[border="1"], table[border="1"] th, table[border="1"] td {
	border: 1px solid #CCCCCC;
}
@media screen and (max-width:479px) {
	table th {
		width: auto !important;
	}
	table.responsive tr {
		display: block;
	}
	table.responsive th, table.responsive td {
		text-align: left;
		width: 96% !important;
		display: list-item;
		list-style: none;
	}
	table.responsive tr table {
		display: table;
	}
	table.responsive th table th, table.responsive td table td {
		width: auto !important;
		display: table-cell;
	}
	table.noresponsive tr {
		display: table-row;
	}
	table.noresponsive th, table.noresponsive td {
		text-align: left;
		width: 100% !important;
		display: table-cell;
		list-style: none;
	}
	table.noresponsive tr table {
		display: table;
	}
	table.noresponsive th table th, table.noresponsive td table td {
		width: auto !important;
		display: table-cell;
	}
}
/* contact form */

.form_flow {
	width: 100%;
	margin: 20px auto 0;
	padding: 0;
	display: table;
	table-layout: fixed;
}
.form_flow li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-left: 10px solid #ffffff;
	padding: 0 5px;
	width: 34%;
	background-color: #adadad;
}
.form_flow li:first-child {
	border-left: none;
}
.form_flow li.current {
	background-color: #1D2129;
}
.form_flow li span {
	color: #ffffff;
	font-size: 0.9em;
	padding: 10px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.contact_msg {
	font-size: 0.9em;
	margin: 0 auto;
}
.contact_msg_complete {
	padding: 40px;
	box-shadow: inset 0 0 0 2px #f0f0f0;
}
.contact_msg .editor-style-btn1 {
	float: right;
}
.contact_msg .editor-style-btn1:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.error_box {
	font-size: 0.95em;
	margin: 0 auto;
	background-color: #fff7f6;
	box-shadow: 1px 0px #e5e5e5, -1px 0px #e5e5e5;
	padding: 20px 5%;
}
.error_box .error {
	color: #e72719;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #e72719;
}
.error_box .error_msg {
	margin-top: 20px;
}
.contact form {
	text-align: center;
}
#input-table {
	display: block;
	width: 100%;
	max-width: 100%;
}
#input-table table {
	width: 100%;
	padding: 5px;
	margin: 0 auto 20px;
	border: none;
	box-shadow: inset 0 0 0 2px #f0f0f0;
	background-color: #ffffff;
}
#input-table table li {
	margin-left: 0;
}
#input-table table th {
	width: 35%;
	padding: 20px 60px 20px 30px;
	color: #3f4242;
	background: rgba(0, 0, 0, 0);
	text-align: left;
	border: none;
	position: relative;
	vertical-align: top;
}
#input-table table td {
	padding-left: 10px;
}
#input-table table tr {
	transition: background-color linear 0.2s;
	border-top: 1px solid #ccc;
}
#input-table table tr:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
#input-table table tr:first-child {
	border-top: 5px solid #f0f0f0;
}
#input-table table tr:last-child {
	border-top: 2px solid #f0f0f0;
}
.input_required, .input_not_required:before {
	font-size: 0.9em;
	padding: 2px 6px;
	display: inline-block;
	background-color: #1D2129;
	color: #ffffff;
	position: absolute;
	right: 10px;
	top: 20px;
}
.input_not_required:before {
	content: "任意";
	background-color: #adadad;
	text-align: center;
}
#input-table table td {
	padding: 20px 30px;
	border: none;
	text-align: left;
}
#input-table table tr:last-child td {
	text-align: center;
}
#input-table div.formcomment {
	clear: both;
	margin-left: 7px;
	margin-top: 3px;
}
#input-table table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
input[type="text"], input[type="password"] {
	border: 0;
	padding: 4px;
	border: solid 1px #ccc;
	max-width: 100% !important;
	resize: none;
	border-radius: 5px;
}
.body_textbook_form input[type="text"] {
	margin-bottom: 10px;
}
#input-table table .form_input_addnumber {
	width: 40% !important;
}
#input-table table textarea {
	padding: 10px;
	width: 96% !important;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input:focus, input:textarea {
	border: solid 1px #3ba5eb;
}
.input_button {
	-webkit-appearance: none;
	color: #000000;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 0.8em 2em;
	width: 100%;
	max-width: 360px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
#input-table .input_button {
	padding: 10px 50px;
}
#input-table .submit_button {
	text-align: center;
	padding-top: 20px;
}
#input-table .privacy {
	font-size: 0.9em;
	height: 200px;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px;
	background: #ffffff;
	border-radius: 3px;
}
/* セパレーター */

#input-table table tr.input-formgroup-blank th {
	background: #F0F0F0;
	border: none;
}
#input-table table tr.input-formgroup {
	padding-top: 20px;
}
#input-table table tr.input-formgroup th {
	text-align: left;
	border: none;
	padding: 10px 0 5px 50px;
	background-image: url(./img/icon_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-color: #074D93;
	/* セパレーターth背景色 */
	border-top: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
#input-table table tr.input-formgroup th.formgroup-closed {
	background-image: url(./img/icon_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	border-bottom: 2px solid #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#input-table table tr.input-formgroup th:hover {
	cursor: pointer;
	filter: alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity: 0.90;
	-ms-filter: "alpha(opacity=90)";
}
#input-table table tr.input-formgroup span.input-formgroup-title {
	display: block;
	color: #FFFFFF;
	/* セパレータータイトル文字色 */
	font-size: 1.3em;
	/* セパレータータイトル文字サイズ */
	padding-bottom: 5px;
}
#input-table table tr.input-formgroup span.input-formgroup-text {
	position: relative;
	display: block;
	color: #FFFFFF;
	/* セパレーター説明文文字色 */
	padding: 0 5px 0 1em;
	margin: 5px 10px 10px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#input-table table tr.input-formgroup span.input-formgroup-text:before {
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	background: #FFFFFF;
	content: "";
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:visited, #input-table table tr.input-formgroup span.input-formgroup-text a:link {
	color: #FFFFFF;
	/* セパレーター説明文内リンク色1 */
	text-decoration: underline;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:hover, #input-table table tr.input-formgroup span.input-formgroup-text a:active {
	color: #66FFFF;
	/* セパレーター説明文内リンク色2 */
	text-decoration: underline;
}
@media screen and (max-width:779px) {
	#input-table table {
		width: 100%;
		border-collapse: collapse;
		border-bottom: 1px solid #CCCCCC;
	}
	#input-table table th, #input-table table td {
		width: 100%;
		display: block;
		border-top: none;
		text-align: left;
	}
	#input-table table th {
		padding: 6px 45px 6px 12px;
		background: #eeeeee none repeat scroll 0 0;
		font-weight: normal;
	}
	#input-table table td {
		padding-bottom: 20px;
	}
	#input-table table td:after {
		content: "";
		display: block;
		clear: both;
	}
	input[type="text"], input[type="password"] {
		width: 100%!important;
	}
	#input-table table textarea {
		width: 96%;
		max-height: 24vw;
		font-size: 110%;
	}
	.input_required, .input_not_required:before {
		position: absolute;
		right: 10px;
		font-size: 0.8em;
		top: 6px;
	}
}
@media screen and (max-width:479px) {
	.form_flow li {
		display: block;
		width: 100%;
		border-left: 10px solid #cccccc;
		border-top: 1px dotted #ccc;
		text-align: left;
	}
	.form_flow li:first-child {
		border-top: none;
	}
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.body_common contents */

/*--------------------------------------- container */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
header #header_inner, .copy div, article {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
.breadCrumb ul, .container_detail article {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
/*--------------------------------------- header */

header {
	position: fixed;
	z-index: 9999;
}
header #header_inner {
	padding: 30px 20px;
}
header a {
	color: #333;
	text-decoration: none;
	display: block;
}
header a:hover {
	text-decoration: underline;
}
header #header_logo {
	font-size: 1em;
	background-color: #fff;
}
header #header_logo img {
	vertical-align: middle;
}
@media screen and (min-width:1300px) {
	header #header_logo img {
		max-width: 190px;
	}
}
@media screen and (max-width:1299px) and (min-width:780px) {
	header #header_logo img {
		max-width: 100px;
	}
}
@media screen and (max-width:799px)	{
	header #header_logo img {
		max-width: 75px;
	}

}
/* global navigation */
.gNavi_bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	display: none;
}
.gNavi_bg.bg_fixed {
	display: block;
}
.gNavi_btn {
	position: fixed;
	left: 25px;
	width: 50px;
	height: 50px;
	z-index: 500;
	cursor: pointer;
	background-color: #ffffff;
	background-image: url(./img/icon_menu_btn_open.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.gNavi_btn.close {
	background-image: url(./img/icon_menu_btn_close.png);
}
.gNavi_menu {
	position: fixed;
	z-index: 60;
	left: -100%;
	top: 0;
	width: 100%;
	max-width: 280px;
	height: 100%;
	padding: 220px 20px 60px;
	background-color: #ffffff;
	box-shadow: -3px 0 10px rgba(95, 96, 96, 0.3);
	overflow-y: auto;
	opacity:0;
	transition: left 0.3s;
}
.gNavi ul {
	list-style: none;
	padding: 0;
}
.gNavi ul li {

}
.gNavi li a {
	color: #4C4948;
	display: block;
	text-decoration: none;
	padding: 10px 0;
	font-weight: bold;
}
.gNavi_menu.menu_fixed {
	left: 0;
	opacity: 10;
}

@media screen and (min-width:780px) {
	.gNavi_btn {
		bottom: 25px;
	}
}
@media screen and (max-width:779px) {
	.gNavi_btn {
		bottom: 40px;
	}
}
@media screen and (max-width:479px) {

}
/* アニメーション設定 */
.box {
		width: 45px;
		height: 300px;
		position: fixed;
		overflow: hidden;
		z-index: 9;
		bottom: 220px;
		left: 25px;
}
@media screen and (max-width:498px){
	.box {
		bottom: 0;
	}
}
.box .arrowWrap {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 200px
}
	
.box .arrowInner p {
	font-size: 12px;
	text-align: end;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.box .arrow {
	width: 1px;
	height: 100px;
	margin: 50px auto 0;
	background-color: #eee;
	position: relative;
	overflow: hidden;
}

.box .arrow::before {
	content: '';
	width: 1px;
	height: 100px;
	background-color: #EEEEEE;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(img/anime_scroll.gif);
	background-repeat:no-repeat;
}
@media screen and (min-width:780px) {
	.mainContaints {
		width: calc(100% - 200px);
		margin-left: 100px;
		margin-right: 100px;
	}
	.body_common .mainContaints {
		padding-top: 10vh;
	}
}
@media screen and (max-width:779px) {
	.mainContaints {
		padding-top: 60px;
	}
	.box {
		display: none;
	}
}

@media screen and (min-width:780px) {
	.only_sp {
		display: none;
	}
}
@media screen and (max-width:779px) {
	.only_pc {
		display: none;
	}
}
/*--------------------------------------- kayFrame */

/*--------------------------------------- mainContaints */

.container {
	z-index: 5;
	position: relative;
	background-color: #ffffff;
}
.containerInner_default article {
	max-width: 1000px;
}
.bg_gray {
	background-color: #f4f4f4;
}
.container article {
	padding: 0 20px;
}
@media screen and (min-width:780px) {
	.container {
		padding: 40px 0;
	}
}
@media screen and (max-width:779px) {
	.container {
		padding: 20px 0;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main.body_common */

article, .con {
	margin-bottom: 30px;
}
.con {
	padding-bottom: 30px;
	border-bottom: dotted 1px #CCCCCC;
}
.entry {
	padding-bottom: 50px;
}
.entry li {
	margin-left: 2em;
}
@media screen and (max-width:779px) {

}

/*--------------------------------------- side_topContaints */
#side_top {
	margin-top: 100px;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#side_top ul {
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-bottom: 1px solid #4a4d51;
}
#side_top li a {
	color: #333;
	font-size: 1.1em;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.5em 0.5em 2em;
	transition: color linear 0.2s;
	position: relative;
	background-color: #eeeeee;
}
#side_top li a:before {
	content: "\f105";
	position: absolute;
	left: 1em;
	top: 50%;
	margin-top: -0.5em;
}
#side_top li a:hover {
	color: #4A4D51;
}
#side_top li.current a {
	color: #ffffff;
	background-color: #4A4D51;
}
#side_top li.current a:before {
	content: "\f0da";
}
@media screen and (min-width:780px) {
	#side_top ul li {
		display: inline-block;
	}
}
@media screen and (max-width: 779px) {
	#side_top ul li {
		border-top: 1px solid #dddddd;
		position: relative;
	}
	#side_top ul li:first-child {
		border-top: none;
	}
}
/*--------------------------------------- sideContaints */
#side {
	margin-top: 100px;
	margin-bottom: 40px;
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#side ul {
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#side li a {
	color: #333;
	font-size: 0.95em;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.5em 0.5em 2em;
	transition: color linear 0.2s;
	position: relative;
}
#side li a:before {
	content: "\f105";
	position: absolute;
	left: 1em;
	top: 50%;
	margin-top: -0.5em;
}
#side li a:hover {
	color: #4A4D51;
}
#side li.current a {
	color: #ffffff;
	background-color: #4A4D51;
}
#side li.current a:before {
	content: "\f0da";
}
@media screen and (min-width:780px) {
#side ul li {
	display: inline-block;
}

}
@media screen and (max-width: 779px) {
#side ul li {
	border-top: 1px solid #dddddd;
	position: relative;
}
#side ul li:first-child {
	border-top: none;
}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: lower.body_common */

/* breadCrumb */

.breadCrumb {
	font-size: 0.9em;
	padding-top: 3%;
}
.breadCrumb ul {
	padding: 0.5em 20px;
}
.breadCrumb li {
	display: inline;
}
.breadCrumb li a {
	color: #999;
	background: transparent url(img/breadcrumb.png) no-repeat scroll right center;
	margin-right: 2px;
	padding-right: 16px;
	text-decoration: none;
}
/*--------------------------------------- pagetop link */

#pgtp {
	border-bottom: solid 1px #b5c3df;
}
#pgtp p {
	text-align: right;
	padding: 20px 0 16px;
}
/*--------------------------------------- pageprev/next link */

.page_link {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
.page_link a.page_link_left {
	margin: 0 10px 0 0;
	padding: 0 0 0 12px;
	background: url(img/icon_page_link_left.gif) no-repeat left center;
}
.page_link a.page_link_right {
	margin: 0 0 0 10px;
	padding: 0 12px 0 0;
	background: url(img/icon_page_link_right.gif) no-repeat right center;
}
/*--------------------------------------- pager */

.pager_box {
	clear: both;
	text-align: center;
	margin-top: 15px;
}
.pager_box .pager {
	width: 2.5em;
	display: inline-block;
	border: 1px solid #BFBFBE;
	border-radius: 3px;
}
.pager_box .pager a {
	display: block;
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.pager_box .pager a:link, .pager_box .pager a:visited {
	color: #333333;
	text-decoration: none;
}
.pager_box .pager a:hover, .pager_box .pager a:active {
	background: #F1F1F1;
	text-decoration: none;
}
.pager_box .pager_current {
	background: #F1F1F1;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.pager_box .pager_dot {
	width: 1.5em;
	display: inline-block;
}
.pager_box .pager_space {
	width: 1em;
	display: inline-block;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
.pager_box .pager_first {
	display: inline-block;
}
.pager_box .pager_last {
	display: inline-block;
}
/*--------------------------------------- footer */
#page_top {
	z-index: 30;
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: block;
}
footer {
	text-align: center;
	background-color: #fff;
	position: relative;
	z-index: 3;
}
.body_common footer {
	margin-top: 3%;
}
footer article {
	width: 100%;
	margin: 0 auto;
}
footer .footerBox_1 {
	padding: 0;
	border-top: 1px solid #CCCCCC;
}
footer nav ul {
	padding: 0;
}
footer nav li {
	list-style: none;
	clear: both;
	display: inline-block;
	vertical-align: middle;
}
footer nav li a {
	color: #000000;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
}
footer .footer_logo a {
	display: inline-block;
	transition: opacity linear 0.2s;
	opacity: 0.8;
}
footer .footer_logo a:hover {
	opacity: 1;
}
footer .footer_logo img {
	width: 100%;
	max-width: 375px;
}
.footerBox_1 .columnBox .column {
	vertical-align: middle!important;
}
footer .footerBox_2 {
	color: #999999;
	background-color: #fff;
	padding: 40px 0;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}
footer .copyright {
	font-size: 0.85em;
}
@media screen and (min-width: 780px), print {
	.footerBox_1 .columnBox {
	display: flex;
	justify-content: space-around;
	align-items: center;
	}
}
@media screen and (max-width: 779px) {
	.footerBox_1 .columnBox .column_nav {
			padding-top: 0;
	}
	footer .footerBox_2 {
		padding-bottom: 100px;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear */

.entry:after, article:after, ul:after, section:after, header:after, header div:after, footer:after, .clearFix:after {
	content: "";
	display: block;
	clear: both;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: cms setting */

/* フォームツールチップ */

.invisible {
	display: none;
}
a.tooltiplink {
	display: inline-block;
	margin: 1px 3px 0;
	padding: 1px 3px 0;
	border: 2px solid #C7C7C7;
	background-color: #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
}
#input-table a.tooltiplink:link, #input-table a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#input-table a.tooltiplink:hover, #input-table a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}
a.tooltiplink:link, a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.tooltiplink:hover, a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}
p.tooltipbox {
	position: absolute;
	top: 100px;
	left: 20px;
	font-size: 1.0em;
	margin: 0;
	padding: 10px;
	min-width: 100px;
	min-height: 30px;
	color: #FFFFFF;
	background: #075698;
	border: 2px solid #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#input-table p.tooltipbox a:link, #input-table p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#input-table p.tooltipbox a:hover, #input-table p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}
p.tooltipbox a:link, p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
p.tooltipbox a:hover, p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}
/* comment form */

.comment_box {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	background: #eeeeee;
}
.comment_box th, .comment_box td {
	padding: 10px;
}
.comment_id {
	width: 10%;
	text-align: left;
	white-space: nowrap;
}
.comment_name {
	width: 70%;
	text-align: left;
}
.comment_regist {
	width: 20%;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
	font-size: 0.8em;
	color: #aaaaaa;
}
.comment_box td {
	padding-top: 0;
}
.comment_text {
	padding: 15px;
	background: #ffffff;
}
.icon_comment {
	text-align: right;
}
.icon_comment a {
	padding-left: 30px;
	background: url(./icon_comment.gif) no-repeat left center;
}
/* twitter widget */

#twtr-hd h3, #twtr-hd h4, .twtr-widget h3, .twtr-widget h4, .twtr-widget p, .twtr-widget-profile h3, .twtr-widget-profile h4 {
	clear: none;
	margin: auto;
	padding: auto;
	font-size: auto;
	color: auto;
	border: none;
	background-image: none;
}
/* twitter tweet button */

iframe.twitter-share-button {
	width: 115px!important;
}
/* フォームエラー */

.error_msg, .error_msg_js {
	padding: 5px 5px 5px 20px;
	background: url(./img/form_error.gif) left 7px no-repeat;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common/index_detail.html */
/* top_main_img */
.top_main_img {
	overflow: hidden;
}
.top_main_img .slide_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top_main_img .slide_text {
	position: absolute;
	left: 0;
	top: 0;
	display: table;
	width: 100%;
	height: 100%;
}
.top_main_img .slide_text .slide_text_inner {
	font-weight: 900;
	letter-spacing: 0.05em;
	display: table-cell;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 5%;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
	-1px 1px 0 #FFF, 1px -1px 0 #FFF,
	0px 1px 0 #FFF,	0-1px 0 #FFF,
	-1px 0 0 #FFF, 1px 0 0 #FFF;
}
.top_main_img .slide_text .slide_text_inner .number {
	font-weight: normal;
}
.top_msg {
	padding-bottom: 20px;
}
@media screen and (min-width:780px) {
	.top_msg {
		font-size: 1.4em;
	}
	.top_main_img .slide_text {
		font-size: 2.8em;
	}
	.top_main_img .slide_text .slide_text_inner {
		vertical-align: middle;
	}
}
@media screen and (max-width:779px) {
	.top_msg {
		font-size: 1.1em;
	}
	.top_main_img .slide_text {
		font-size: 1.3em;
	}
	.top_main_img .slide_text .slide_text_inner {
		vertical-align: middle;
	}
}
.img_eye_catch {
	padding-top: 60px;
	text-align: center;
}
/*--------------------------------------- news/index_detail.html */

.containerInner_default .date {
	display: block;
	margin-bottom: 40px;
	padding: 0 0 10px;
	font-size: 0.9em;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
/*--------------------------------------- works/index.php */
/*--------------------------------------- company_list */
.company_list {

}
.company_list ul {
	padding: 0 0 clamp(20px, 3vw, 40px);
	list-style: none;
	display: flex;
	gap: 10px 20px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.company_list ul li {

}
.company_list ul li a {
	display: block;
	text-decoration: none;
	border-bottom: 2px solid #dddddd;
	padding: 0 20px 10px;
	position: relative;
}
.company_list ul li a:hover {
	border-bottom: 2px solid #333333;
}
.company_list ul li.current a {
	border-bottom: 2px solid #FFD500;
}
.company_list ul li.current a:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translatex(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 10px solid #FFD500;
	border-bottom: 0;
}
.works_img {

}
.works_img .works_category_2{

}
.works_box {

}
.works_box .title {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 14px;
}
.works_box .works_text {

}
.works_box .works_item {
	padding: 5px 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.works_box .works_item .works_item_title {
	font-size: 0.9em;
	vertical-align: middle;
	background-color: #ddd;
	margin-right: 10px;
	padding: 2px;
	flex-basis: 11em;
	text-align: center;
}
.works_box .btn {
	margin-top: 10px;
}
.works_box .btn a {
	font-size: 1em;
	padding: 0.5em 2em;
	width: auto;
}
/*--------------------------------------- works/index_detail.php */
.container_works {

}
.works_category_2 {
	display: inline-block;
	color: #fff;
	background-color: #3e3a39;
	padding: 2px 10px;
}
.works_category_2.works_category_color_1 {
	background-color: #d9c725;
}
.works_category_2.works_category_color_2 {
	background-color: #439abf;
}
.works_category_2.works_category_color_3 {
	background-color: #d9c725;
}
.works_category_2.works_category_color_4 {
	background-color: #41a372;
}
.container_works h2 {
	text-align: left;
}
.works_category_box {
	display: none;
}
.works_category_box_item {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.works_category_box_item li {
	color: #ddd;
	border: 1px solid #ddd;
	padding: 5px 10px;
	line-height: 1;
}
.works_category_box_item li.current {
	color: #333333;
	border: 1px solid #999999;
}
.works_detail_1 ul {
	list-style: none;
	padding: 0;
}
.works_detail_1 ul li {
	position: relative;
	padding: 1em 1em 0.5em 2.5em;
}
.works_detail_1 ul li:before {
	content:"\f058";
	font-family: 'FontAwesome';
	font-size: 2em;
	color: #ffd500;
	position: absolute;
	left: 0;
	top: 0;
}
.works_detail_box {
	display: flex;
	align-items: center;
	gap: 20px;
	border: 1px solid #ddd;
	padding: 20px;
	margin-top: 30px;
}
.works_detail_box .works_title {
	text-align: center;
	font-weight: bold;
}
.works_detail_box .msg  {
	padding: 20px;
}
.works_detail_box_5 .works_title {
	font-size: 1.5em;
}

@media screen and (min-width: 780px), print {
	.works_detail_box .works_title {
		flex-basis: 21%;
	}
	.works_detail_box .msg  {
		border-left: 1px solid #ddd;
		flex-basis: 79%;
	}
}
@media screen and (max-width: 779px) {
	.works_detail_box {
		flex-direction: column;
	}
	.works_detail_box .msg  {
		border-top: 1px solid #ddd;
	}

}


/*--------------------------------------- contact/index.html */

.contact p {
	margin-bottom: 2em;
}
.privacyBlock {
	height: 200px;
	padding: 20px 20px 0;
	overflow-y: scroll;
	border: 1px solid #ccc;
}
.privacyBlock p.indent {
	margin-bottom: 10px;
}
.privacyBlock p.indent2 {
	margin-bottom: 10px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.privacyBlock p,
.privacyBlock h5,
.privacyBlock p.mgb40 {
	margin-bottom: 40px;
}
.privacyBlock p.sub {
	margin-left: 33px;
}
.privacyBlock p a {
	color: #0071bb;
	text-decoration: underline;
}
.privacyBlock p a:hover {
	text-decoration: none;
}
/*--------------------------------------- blog_writer/index.html */
.container_w750 article{
	max-width: 790px;
}
.blog_writer_box {
	background-color: #FAFAFA;
	margin: 20px 0 30px;
	padding: clamp(20px, 2vw, 30px);
	gap: 20px;
}
.blog_writer_box .blog_writer_img {
	width: 120px;
	margin: 0 auto;
}
.blog_writer_box .blog_writer_img span {
	display: block;
	aspect-ratio: 1/1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
}
.blog_writer_box .blog_writer_text {
	flex-basis: calc(100% - 140px);
}
.blog_writer_box .blog_writer_name {
	display: block;
	font-size: clamp(14px, 2vw, 18px);
	font-weight: bold;
	line-height: 1.4;
}
.blog_writer_box .blog_writer_msg {
	padding-top: 12px;
}

@media screen and (min-width: 780px), print {
	.blog_writer_box {
		display: flex;
	}
}
@media screen and (max-width: 779px) {

}

footer .footerBox_2 {
	padding: 40px 0 300px;
}
@media screen and (max-width: 779px) {
	footer .footerBox_2 {
		padding-bottom: 270px;
	}
}

/*--------------------------------------- fixed_btn_list */
.fixed_btn_list {
	display: block;
	position: fixed;
	right: 0;
	bottom: 120px;
	z-index: 30;
}
.fixed_btn_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.fixed_btn_list ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: clamp(8px, 2vw, 15px) clamp(15px, 2vw, 25px);
	min-height: clamp(60px, 5vw, 90px);
}
.fixed_btn_list .fixed_btn {
	padding-bottom: clamp(5px, 1vw, 10px);
}
.fixed_btn_list .fixed_btn span {
	display: block;
	text-align: center;
}
.fixed_btn_list .fixed_btn .btn_title {
	font-size: clamp(14px, 2vw, 16px);
}
.fixed_btn_list .fixed_btn .btn_text {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}
.fixed_btn_list .btn_yellow a{
	background-color: #f7da45;
}
.fixed_btn_list .btn_yellow_2 a{
	background-color: #f4cc00;
}
.fixed_btn_list .btn_yellow .btn_title{
	color: #000000;
}

.fixed_btn_list .btn_title img {
	max-width: clamp(60px, 5vw, 80px);
	margin-bottom: 5px;
}
.fixed_btn_list .btn_gray a {
	color: #ffffff;
	background-color: #4a4d51;
}
.fixed_btn_list .btn_gray_2 a {
	color: #ffffff;
	background-color: #313234;
}

.fixed_btn_list .fixed_btn a:hover {
	opacity:0.8;
}
/*--------------------------------------- icon_company */
.icon_company {
	font-weight: normal;
	display: inline-block;
	line-height: 1;
	background-color: #ddd;
	padding: 3px 8px;
	margin-right: 0.3em;
}
.icon_company:before,
.icon_company:after {
	display: none;
}
.icon_company_aps {
	background-color: #FFD500;
}
.icon_company_ideal {
	color: #ffffff;
	background-color: #4A4D51;
}
/*--------------------------------------- company_list */
.company_list {

}
.company_list ul {
	padding: 0 0 clamp(20px, 3vw, 40px);
	list-style: none;
	display: flex;
	gap: 10px 20px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.company_list ul li {

}
.company_list ul li a {
	display: block;
	text-decoration: none;
	border-bottom: 2px solid #dddddd;
	padding: 0 20px 10px;
	position: relative;
}
.company_list ul li a:hover {
	border-bottom: 2px solid #333333;
}
.company_list ul li.current a {
	border-bottom: 2px solid #FFD500;
}
.company_list ul li.current a:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translatex(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 10px solid #FFD500;
	border-bottom: 0;
}

/*--------------------------------------- company_member */
#company_member{
	margin:30px auto;
	background-color:#282828;
	padding:30px 0;
}
#company_member h2{
	color:#FFFFFF;
	display:block;
	width:8em;
	padding:5px 0;
	font-style:italic;
	border-bottom:#696969 1px solid;
}
.memberBlock{
	margin:40px;
	background-color:#FFFFFF;
}
.memberBlock .leftArea {
	width: 46%;
	display: inline-block;
	vertical-align: top;
}
.memberBlock .leftArea img{
	width:100%;
	vertical-align:top;
}
.memberBlock .rightArea {
	width: 53%;
	display: inline-block;
	vertical-align: top;
	padding:10px;
}
.memberBlock .position{
	font-size:1.0em;
	color:#666666;
	min-height:1em;
}
.memberBlock .name{
	display: inline-block;
	font-size:1.8em;
	font-weight:bold;
	line-height: 1.4;
}
.memberBlock .name span{
	display: inline-block;
	margin-left: 10px;
	font-size:0.6em;
	font-weight:normal;
	font-style:italic;
}
.memberBlock .nameBlock{
	position: relative;
	padding-bottom:10px;
	border-bottom:1px solid #666666;
	display: flex;
	justify-content: space-between;
	gap: 5px 10px;
	align-items: end;
	flex-wrap: wrap;
}
.memberBlock .nameBlock a{
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border:1px solid #666666;
	cursor:pointer;
}
.memberBlock .overviewBlock{
	margin-top:15px;
	line-height:1.5;
}
.modaal-wrapper .closeBlock {
	text-align: center;
	padding-top: 30px;
}
.modaal-wrapper #modal-close {
	cursor: pointer;
	padding: 14px 0 12px 47px;
	display: inline-block;
	background: url(./img/btn_close.png) left center no-repeat;
	background-size: 32px;
}
@media screen and (max-width:779px) {
	.memberBlock .leftArea {
		width: 100%;
	}
	.memberBlock .rightArea {
		width: 100%;
		padding-bottom:30px;
	}
}
.noGood {
	display: block;
	min-height: 30px;
	padding-left: 40px;
	text-align: left;
	background: url(./img/ico_service06.png) left center no-repeat;
	background-size: 30px;
}/*--------------------------------------- header_style_2 */
.header_style_2 #header_logo {
	text-align: center;
}
.header_style_2 #header_logo img {

}
/*--------------------------------------- gNavi_menu_style_2  */
.gNavi_menu_style_2 {
	padding-top: clamp(140px, 20vw, 300px);
}

/*--------------------------------------- footer_style_2 */
.footer_style_2 .footer_logo a{
	display: block;
}

/*--------------------------------------- company_member */
#company_member{
	margin:30px auto;
	background-color:#282828;
	padding:30px 0;
}
#company_member h2{
	color:#FFFFFF;
	display:block;
	width:8em;
	padding:5px 0;
	font-style:italic;
	border-bottom:#696969 1px solid;
}
.memberBlock{
	margin:40px;
	background-color:#FFFFFF;
}
.memberBlock .leftArea {
	width: 46%;
	display: inline-block;
	vertical-align: top;
}
.memberBlock .leftArea img{
	width:100%;
	vertical-align:top;
}
.memberBlock .rightArea {
	width: 53%;
	display: inline-block;
	vertical-align: top;
	padding:10px;
}
.memberBlock .position{
	font-size:1.0em;
	color:#666666;
	min-height:1em;
}
.memberBlock .name{
	display: inline-block;
	font-size:1.8em;
	font-weight:bold;
	line-height: 1.4;
}
.memberBlock .name span{
	display: inline-block;
	margin-left: 10px;
	font-size:0.6em;
	font-weight:normal;
	font-style:italic;
}
.memberBlock .nameBlock{
	position: relative;
	padding-bottom:10px;
	border-bottom:1px solid #666666;
	display: flex;
	justify-content: space-between;
	gap: 5px 10px;
	align-items: end;
	flex-wrap: wrap;
}
.memberBlock .nameBlock a{
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border:1px solid #666666;
	cursor:pointer;
}
.memberBlock .overviewBlock{
	margin-top:15px;
	line-height:1.5;
}
.modaal-wrapper .closeBlock {
	text-align: center;
	padding-top: 30px;
}
.modaal-wrapper #modal-close {
	cursor: pointer;
	padding: 14px 0 12px 47px;
	display: inline-block;
	background: url(./img/btn_close.png) left center no-repeat;
	background-size: 32px;
}
@media screen and (max-width:779px) {
	.memberBlock .leftArea {
		width: 100%;
	}
	.memberBlock .rightArea {
		width: 100%;
		padding-bottom:30px;
	}
}
.noGood {
	display: block;
	min-height: 30px;
	padding-left: 40px;
	text-align: left;
	background: url(./img/ico_service06.png) left center no-repeat;
	background-size: 30px;
}