<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

img {
	max-width: 100%;
	height: auto!important;
	width /***/: auto;
}
table td img{
	max-width: inherit;
}
.gm-style img {/* googlemap api表示対応 */
	max-width: inherit;
	height: inherit;
	max-height: inherit;
	width /***/: inherit;
}
.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: 15px/1 YuGothic, "游ゴシック", ArialMT, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
	color: #1d2129;
	-webkit-text-size-adjust: 100%;
	font-size: 1.45em;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
/* IE10以前でのみ有効 */
html {
	height: 100%\9;
	overflow: hidden\9;
}
body {
	height: 100%\9;
	overflow: scroll\9;
}
/* IE10以降でのみ有効 */
@media all and (-ms-high-contrast: none) {
		html {
		height: 100%;
		overflow: hidden;
		}
		body {
		height: 100%;
		overflow: scroll;
	}
}
nav#side li a:before {
	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: #777777;
}

/* 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: #000000;
}

a:hover {
	color: #555555;
}

/* btn */
.btn {
	text-align: center;
	display: block;
	padding: 0.5em 20px;
}

.btn a {
	padding: 0.5em 2em;
	line-height: 1.5;
	color: #777777;
	border: 1px solid;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}

.btn a:hover {
	color: #777777;
}

/* エディター：スタイル */
.editor-style-btn1 {
	display: inline-block;
	/*display: block;*/
	color: #FFF;
	max-width: 340px;
	width: 90%;
	background-color: #282828;
	padding: 15px;
	margin: 20px auto;
	font-weight: bold;
	/*font-size: 1.9em;*/
	border-radius: 10px;
	border: solid 1px #282828;
	transition: background .5s ease;
}

.editor-style-btn1 a {
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
}

.editor-style-btn1:hover {
	background-color: #ffffff;
}
.editor-style-btn1:hover a{
	color: #222222;
}

.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 {
		font-size: 1.1em;
	}
}

/* bnr_kinohei */
.bnr_kinohei{
	z-index:300;
}
.bnr_kinohei a {
	display: block;
}
.bnr_kinohei:hover {
	opacity: 0.8;
}
@media screen and (min-width: 780px), print {
	.bnr_kinohei {
		position: fixed;
		bottom: 30px;
		right: 30px;
		display:none;
	}
	.bnr_kinohei img {
		width: 100%;
		max-width: 240px;
	}
}
@media screen and (max-width: 779px) {
	.bnr_kinohei {
		display: block;
		padding: 20px;
		text-align: center;
	}
}
.bnr_kinohei #closeBnr {
	position:absolute;
	top:0;
	right:0;
	z-index:400;
	width:25px;
	padding:5px;
	font-size:0;
}
@media screen and (max-width: 779px) {
	.bnr_kinohei #closeBnr {
		display:none;
	}
}
/*--------------------------------------- add class */

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clearB {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}
.youtube_box {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------- columnBox */
.columnBox .column {
	padding:1em 20px;
}
@media screen and (min-width: 780px), print {
	.columnBox {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.columnBox .column {
		display: table-cell;
		vertical-align: top;
	}
	.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) {
	.containerInner_default .columnBox .column {
		padding:1em 0;
	}
}
/*--------------------------------------- list_text */
.list_text li {
	font-size: 1.14em;
}
.list_text,
.list_text li {
	display: block;
	padding: 0;
	margin: 0;
}
.list_text li {
	border-top: 1px dotted #000
}
.list_text li:first-child {
	border-top: none;
}
.list_text li:nth-child(odd) {
	background: #fbfbfb;
}
.list_text {
	padding: 1em 0;
}
.list_text li a {
	text-decoration:none;
	display: block;
}
.list_text li .listBox {
	width: 100%;
}
.list_text li .date {
	color: #777777;
	font-size: 0.9em;
	width: 12em;
}
.list_text li a .text {
	text-decoration: underline;
}
.list_text li .new {
	font-size: 0.9em;
	margin: 5px;
}
.list_text li a .text .new {
	text-decoration: none;
}
@media screen and (min-width: 481px), print {
	.list_text li .listBox {
		display: table;
	}
	.list_text li .listBox .date,
	.list_text li .listBox .text {
		display: table-cell;
		vertical-align: middle;
		padding: 10px;
	}
}
@media screen and (max-width: 480px) {
	.list_text li .listBox {
		padding: 5px 0;
		display: block;
	}
	.list_text li .listBox .date,
	.list_text li .listBox .text {
		padding: 5px 10px;
		display: block;
	}
}
/*--------------------------------------- list_thumbnail */
.list_thumbnail {
	width:100%;
	padding: 1em 0;
	margin: 0;
}

.list_thumbnail li{
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.list_thumbnail li a {
	display: block;
	text-decoration: none;
	color: #333333;
}
.list_thumbnail .listBox {
	display: block;
	padding: 0 10px 1em;
	position: relative;
}
.list_thumbnail .thumbnail {
	display: block;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.list_thumbnail .thumbnail span{
	padding: 27% 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);
	box-shadow: none;
}
.list_thumbnail .dateBox {
	display: block;
	padding: 0 10px;
	background-color: #f0f0f0;
	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 {
	color: #C7000B;
	padding: 0.01em 0.5em;
	border: 1px solid;
	border-radius: 100em;
}
.list_thumbnail .title {
	display: block;
	padding: 0.5em 0 0;
	font-weight: bold;
}
.list_thumbnail .text {
	display: block;
	padding: 0.5em 10px 1em;
	border-top: 1px dashed #ddd;
	color: #999;
	font-size: 0.9em;
}
@media screen and (min-width: 1200px) {
	.list_thumbnailC5 li{
		width: 20%;
	}
	.list_thumbnailC6 li{
		width: 16%;
	}
}
@media print, 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%;
	}
	.list_thumbnailC1 .title,
	.list_thumbnailC2 .title {
		font-size: 1.3em;
	}
	.list_thumbnailC3 .title,
	.list_thumbnailC4 .title {
		font-size: 1.1em;
	}
}

@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 20px 1em 0;
	}
	.list_thumbnailC2 li:nth-child(2n) .listBox {
		padding: 1em 0 1em 20px;
	}
}
@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;
	color: #000000;
}
.lower h1,
h2 {
	padding: 0.5em 0;
	max-width: 1200px;
	margin: 0 auto;
}
.body_common h2 {
	clear: both;
	margin: 0 0 40px;
	text-align: center;
	font-weight: normal;
	width: 100%;
	line-height: 1.1;
	font-family: 'Cardo', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	margin-bottom: 30px;
}
.body_common h2:after {
	content:"";
	width:120px;
	height:10px;
	background-color:#efefef;
	border-radius:4px;
	margin:60px auto  20px;
	content:"";
	display:block;
}
/* h:変更した場合はstyle_editor.cssにも反映すること */
h3 {
	margin: 1em 0;
	padding: 0.5em 0;
	border-bottom: 1px solid #777777;
}
h3:after {
	width: 10%;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	margin-bottom: -3px;
	border: 2px solid;
}
h4{
	border-bottom: 1px dotted #ccc;
	margin: 1em 0;
	padding: 10px 0;
}
h5 {
	margin: 1.5em 0 1em;
	padding: 0 10px;
}
h6 {
	font-weight: bold;
	margin: 1em 0;
}
@media screen and (min-width: 780px), print {
	.lower h1,
	.lower h2 {
		font-size: 1.75em;
		font-weight: bold;
	}
	.body_common h2 {
		font-size: 2.68em;
	}
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.2em;
	}
	h6 {
		font-size: 1em;
	}
}
@media screen and (max-width: 779px) {
	.lower h1,
	.lower h2 {
		font-size: 1.2em;
	}
	.body_common h2 {
		font-size: 1.48em;
	}
	.body_common h2:after {
		margin:30px auto 40px;
		width:60px;
		height:5px;
	}
	h3 {
		font-size: 1.1em;
	}
	h4 {
		font-size: 1.1em;
	}
	h5,h6 {
		font-size: 1em;
	}
}

/* table */
table {
	max-width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

table th,
table td {
	padding: 12px;
	border: 1px solid #CCCCCC;
}

table th {
	background: #eeeeee;
	text-align: center;
}

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;
	}
	table.sp_table td, table.sp_table th {
		display: block;
		width: 100% !important;
	}
}

/* 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: #777777;
}

.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: 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: #777777;
	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 #C7000B;
}

.input_button {
	font-size: 0.9em;
	font-weight: bold;
	-webkit-appearance: none;
	padding: 4px 10px;
	background-color: #282828;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	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;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main */

/*--------------------------------------- index.html */
.body_common .container_feature {
	padding: 0;
}
.top_content article {
	margin: 0 auto;
}
.container_mail {
	border-top: 1px solid #777777;
}
.container_mail .columnBox {
	width: auto;
	margin: 0 auto;
}
.container_mail .columnBox .column {
	vertical-align: middle;
}
.container_mail .columnBox h2 {
	padding: 0;
}
.container_mail .columnBox table td {
	padding: 5px;
}
.parallax_bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#mailNews .btn {
	text-align:center;
}
#mailNews .btn {
	display:block;
	color:#FFF;
	max-width:340px;
	width:90%;
	background-color:#282828;
	padding:15px;
	margin:20px auto;
	font-weight:bold;
	font-size:1.9em;
	border-radius:10px;
	border:solid 1px #282828;
	transition:background  .5s ease;
}
#mailNews .btn:hover {
	text-decoration:none;
	cursor: hand;
	cursor:pointer;
	background-color:#FFF;
	color:#282828;
	transition:all .5s ease;
}
/* メールニュース */
.balloon2-top {
	font-size: 1.40em;
}
#mailNews input {
	font-size: 1.62em;
}
#mailNews {
	background-color:#f7f6f6;
	padding:46px 20px 60px;
	text-align:center;
}
#mailNews h2 span {
	display:block;
}
#mailNews input {
	padding:10px 15px;
}
		@media screen and (max-width: 779px) {
			#mailNews input[type="text"] {
				width: 400px!important;
			}
		}

#mailNews article {
	padding:0;
}
#mailNews article h2 {
	font-family: "游ゴシック", ArialMT, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
#mailNews article h2:after {
	display:none;
}

#mailNews .btn {
	background-color:#282828;
	border:solid 1px #282828;
}
#mailNews .btn:hover {
	color:#282828;
	background-color:#FFF;
}

/* 吹き出し */
.balloon2-top {
	position: relative;
	display: inline-block;
	margin: 0 0 1.5em;
	padding: 25px 30px;
	min-width: 120px;
	max-width: 100%;
	background: #FFF;
	border: solid 3px #FFF;
	box-sizing: border-box;
	border-radius:10px;
}

.balloon2-top:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}

.balloon2-top:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #FFF;
	z-index: 1;
}

.balloon2-top p {
	margin: 0;
	padding: 0;
}
/* 矢印 */
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 26px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow::before{
	width: 22px;
	height: 22px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #4b4b4b;
}
.arrow::after{
	left: 6px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (min-width: 780px) {
	.parallax_bg {
		padding: 12% 0;
		background-attachment: fixed;
	}

}
@media screen and (max-width: 779px) {
	.parallax_bg {
		padding: 20% 0;
	}

}
@media screen and (max-width:479px) {

}
/*--------------------------------------- news/index_detail.html */
.columnBox h2 {
	text-align: left;
	padding: 0 0 1em 0;
}

.containerInner_news .thumbnail {
	display: block;
	text-align: center;
}
.containerInner_news .date {
	display: block;
	margin-bottom: 20px;
	padding: 0 0 10px;
	font-size: 0.9em;
	border-bottom: 1px solid #dddddd;
	text-align: right;
}

/*--------------------------------------- sengen_list/index.php */
/* 活用宣言事業者検索 */
.sengen_detail_table th{
	width: 35%;
}
/* 検索共通 */
.entry_search {
	padding: 0 10px 10px;
}
.seach_form .search_title {
	color: #777777;
	font-size: 1.2em;
	font-weight: bold;
}

.seach_form {
	border: 1px solid #dddddd;
	margin: 0;
	border-radius: 3px;
	margin-bottom:15px;
}
#seach_menu_list{
	border: 1px solid #dddddd;
	margin: 0;
	border-radius: 3px;
	margin-bottom:15px;
}
#seach_menu_list a{
	display:block;
	width:100%;
	color: #777777;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
	text-decoration:none;
	background:#f0f0f0;
}
/* 検索フォーム */
.search_main {
	padding: 10px;
	border: 1px solid #ddd;
}
.search_main .search_title {
	display: inline-block;
	width:100%;
	padding: 10px;
	background:#f0f0f0;
}
.search_box_inner {
	padding: 10px 10px 0 10px;
}
.search_box_inner ul{
	list-style:none;
	padding:0;
}
.search_box_inner li{
	display:inline-block;
	margin-right:8px;
}
.search_box_inner li input{
	margin-right:2px;
}
.search_input_button {
	text-align: center;
	padding: 10px;
}
.search_input_button .input_button {
	width: 100%;
	max-width: 120px;
	font-size: 1.1em;
	padding: 0.5em 20px;
	border-radius: 100em;
	transition: 0.2s;
}
.search_input_button .input_button:hover {
	background-color: #fff;
	color: #282828;
	box-shadow: inset 0 0 0 1px;
}

/* 結果画面 */
.SearchMsg {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.SearchMsg .btn_return {
	display: inline-block;
	padding: 10px;
}
.SearchMsg .btn_return a {
	display: block;
	text-decoration: none;
	padding: 5px 20px;
	border: 1px solid #ddd;
	border-radius: 3px;
	transition: 0.2s;
	color: #666666;
	font-weight: bold;
	font-size: 0.9em;
}
.SearchMsg .btn_return a:hover {
	background-color: #f0f0f0;
}

@media screen and (max-width:779px){
	table#search_column_table tr td.responsive_td{
		display:block;
		width:100% !important;
	}
	table#search_column_table tr td{
		word-break:break-all;
	}
	table.sengen_result_table tr td:nth-of-type(1){
		word-break: normal;
		white-space:nowrap;
	}
}

*{
	min-width: 0;
	min-height: 0;
}
.sengen_list_box{
	display:flex;
	flex-direction:row-reverse;
	max-width:100% !important;
}
.sengen_list_box_list{
	flex:1;
	padding:12px;
}
@media screen and (max-width:779px){
	.sengen_list_box_list{
		padding:0;
	}
	.body_sengen_list .entry_search{
		padding:0 0 10px;
	}
}
@media screen and (max-width:779px){
	table#search_column_table td{
		display:block;
		width:100% !important;
	}
	table#search_column_table table.sengen_result_table{
		width:100%;
	}
	table#search_column_table table.sengen_result_table td{
		display:table-cell;
		width:auto !important;
	}
	table#search_column_table table.sengen_result_table th:nth-of-type(1),
	table#search_column_table table.sengen_result_table td:nth-of-type(1){
		width:20% !important;
		word-break: keep-all;
	}
	table#search_column_table table.sengen_result_table th:nth-of-type(2),
	table#search_column_table table.sengen_result_table td:nth-of-type(2){
		width:50% !important;
	}
	table#search_column_table table.sengen_result_table th:nth-of-type(4),
	table#search_column_table table.sengen_result_table th:nth-of-type(5),
	table#search_column_table table.sengen_result_table td:nth-of-type(4),
	table#search_column_table table.sengen_result_table td:nth-of-type(5){
		display:none;
		width:auto;
	}
	.pager_box .pager.pager_prev,
	.pager_box .pager.pager_next{
		display:none;
	}
}
.swiper-container{
	max-width:100% !important;
}
.sengen_list_box_navi{
	width:270px;
	padding:12px;
}
.sengen_list_box .sengen_list_logo {
	text-align:center;
	max-width:100%;
}
.sengen_list_box .sengen_list_logo img{
	max-width:80%;
	margin:10px auto;
}
.sengen_list_box .sengen_detail_table,
.sengen_list_box .sengen_detail_table th,
.sengen_list_box .sengen_detail_table td{
	border:none;
}
.sengen_list_box .sengen_detail_table tr{
	border-bottom:2px solid #DDDDDD;
}
.sengen_list_box .sengen_detail_table th{
	display: inline-block;
	border-radius: 10px;
	background: #EEEEEE;
	margin: 10px;
	width: 200px;
}
.sengen_list_box .sengen_detail_subtitle{
	background: #EEEEEE;
	border-top:2px solid #DDDDDD !important;
	padding: 12px;
}
@media screen and (max-width:779px){
	.sengen_list_box{
		display:block;
	}
	.sengen_list_box_navi{
		width:100%;
		padding:12px;
	}
	.sengen_list_box .sengen_detail_table tr{
		border-bottom:none;
	}
	.sengen_list_box .sengen_detail_table th{
		display: block;
		border-radius: 10px;
		background: #EEEEEE;
		margin: 1%;
		width: 98%;
	}
	.sengen_list_box .sengen_detail_table td{
		display: block;
	}
}

/*--------------------------------------- special/index.html */
.entry_special {
	background-color: #f0f0f0;
}
.special_index {
	padding: 30px 10px;
}
.special_index article{
	padding: 0;
}
.inner_main_img .post {
	font-size: 0.9em;
	margin: 0 20px 20px;
	display: inline-block;
	background-color: #777777;
	color: rgba(255,255,255,0.9);
	padding: 1px 8px;
}
.other_enrty{
	background-color: #ffffff;
}
.other_enrty{

}
.main_img_special {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.main_img_special article{
	padding: 13% 10px;
}
.main_img_special .name_en {
	color: #fff;
	font-size: 4em;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.6);
}
.pure-pusher {
	background-color: #f4f3f2;
}
.content_title_inner{
	padding: 5%;
	color: #777777;
	background-color: #ffffff;
}
.title_h2 {
	font-weight: bold;
	line-height: 1.5;
	padding: 5%;
	color: #ffffff;
	background-color: #999999;
	max-width: 900px;
	text-align: left;
}
.entry_special .msg {
	background-color: #fff;
	padding: 5%;
	text-align: left;
}
.entry_special .img_s img,
.entry_special .img_l img {
	vertical-align: bottom;
}
.entry_special .img_l img{
	width: 100%;
}
.entry_special .img_s {
	text-align: center;
	padding: 20px;
}
.entry_special .caption {
	color: #ffffff;
	font-size: 0.9em;
	line-height: 1.5;
	background-color: #777777;
	display: block;
	padding: 10px 20px;
}
.main_img {
	background-color: #f0f0f0;
}
.main_img.no_image {
	background-size: contain;
	background-color: rgba(0,0,0,0.05);
}
.entry_special .box {
	text-align: center;
}
@media print, screen and (min-width:780px) {
	.entry_special {
		padding: 2% 0;
	}
	.title_h2 {
		font-size: 2em;
		padding: 5%;
		display: inline-block;
	}
	.container.entry_special article {
		max-width: 1200px;
		position: relative;
		padding: 2% 0;
		text-align: right;
	}
	.main_img_special {
		border-left: 20px solid #f0f0f0;
		border-right: 20px solid #f0f0f0;
	}
	.content_title_inner{
		border: 1px solid #777777;
	}
	.entry_special .img_l{
		position: relative;
		margin-right: 10%;
		margin-top: -3%;
		text-align: center;
	}
	.entry_special .caption {
		text-align: center;
	}
	.entry_special .img_l .caption{
		position: absolute;
		right: 0;
		top: 0;
	}
	.content_title_inner{
		display: inline-block;
		float: right;
		margin-top: -8%;
	}
	.entry_special .box{
		position: relative;
		display: block;
		width: 100%;
		clear: both;
		padding-right: 10%;
		margin-top: -3%;
	}
	.entry_special .box:after{
		content:"";
		display: block;
		width: 100%;
		clear: both;
	}
	.entry_special .box_column .msg {
		width: 42.5%;
		float: right;
	}
	.entry_special .box_column .img_s{
		width: 57.5%;
		float: left;
		padding: 8% 5% 5%;
	}
	/* 偶数のボックス */
	.entry_special .box_column {
		padding-left: 0;
		padding-right: 5%;
	}
	/* 奇数のボックス */
	.entry_special article:nth-child(2n+1) .box {
		padding-left: 5%;
		padding-right: 0;
	}
	.entry_special article:nth-child(2n+1) .img_l {
		margin-left: 5%;
		margin-right: 0;
	}
	.container.entry_special article:nth-child(2n+1) {
		text-align: left;
	}
	.entry_special article:nth-child(2n+1) .box_column {
		padding-left: 0;
		padding-right: 0;
	}
	.entry_special article:nth-child(2n+1) .box_column .msg {
		float: left;
	}
	.entry_special article:nth-child(2n+1) .box_column .img_s{
		float: right;
	}
}
@media screen and (max-width:779px) {
	article {
		padding: 0;
	}
	.main_img_special .name_en {
		font-size: 2em;
	}
	.content_title_inner h1 {
		font-size: 1.5em;
	}
	.title_h2 {
		font-size: 1.2em;
	}
	.content_title_inner h1 {
		font-size: 1.5em;
	}
	.main_img_special article {
		padding: 20% 10px;
	}
	.content_title_inner{
		font-size: 0.9em;
	}
	.body_info.lower .content_title_inner{
		font-size: 0.9em;
		box-shadow: 0 -1px #777777;
	}
	.container.entry_special article {
		padding: 0;
	}
	.entry_special .caption {
		text-align: left;
	}
	.other_enrty {
		padding: 20px 0;
	}
	.entry_special .img_s {
		margin: 20px 0;
		padding: 20px 0;
		display: inline-block;
	}
	.entry_special .img_s img {
		width: 100%;
		max-width: 360px;
	}
}
/*--------------------------------------- contact/index.html */
.contact p {
	margin-bottom: 2em;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.body_common contents */

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

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

header #header_inner,
.breadCrumb ul,
.layout02,
.copy div,
article {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

/*--------------------------------------- header */
header {
	position: relative;
	z-index: 10;
}
header #header_inner {
	padding: 40px 10px 25px;
	position: relative;
}
header a {
	text-decoration: none;
	display: block;
}

header a:hover {
	text-decoration: underline;
}

header #header_logo {
	font-size: 1em;
	text-align: center;
}
header #header_logo a {
	display: inline-block;
	padding: 10px;
}
header div {
	position: relative;
}

header #header_logo img {
	display: inline-block;
	vertical-align: middle;
}
header #header_logo img {
	max-height: 80px;
	width: auto;
}
header #header_logo span {
	font-size: 0.9em;
	padding: 0 20px;
}
.header_submenu ul {
	padding: 0;
	list-style: none;
}
.header_submenu li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 10px;
}
.header_submenu li.header_mail a {
	font-weight: bold;
	border: 1px solid;
	border-top: none;
	padding: 5px 15px;
	text-decoration: none;
}

.portalLogo a {
	display: block;
}
.portalLogo img {
	vertical-align: middle;
}
@media screen and (min-width: 780px), print {
	.portalLogo {
		position: absolute;
		left: 0;
		top: 0;
	}
	.header_submenu {
		position: absolute;
		top: 0;
		right: 0;
		width:290px;
	}
	.header_contact {
		position:absolute;
		top:42px;
		right:0;
		width:280px;
	}
	.header_contact ul {
		list-style:none;
		padding:0;
	}
	.header_contact ul li {
		font-size:0.9em;
	}
	.header_contact ul li a {
		display:inline;
	}
	.sp_menu,
	.sp_menu_btn {
		display: none;
	}
}
@media screen and (max-width:779px) {
	.portalLogo {
		padding-right: 60px;
		padding-left: 60px;
		text-align: center;
	}
	.portalLogo img {

	}
	.header_submenu,
	.header_inner_2,
	.header_contact {
		display: none;
	}
	.sp_menu_bg {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 20;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.5);
		display: none;
	}
	.sp_menu_bg.bg_fixed {
		display: block;
	}
	.sp_menu_btn {
		position: fixed;
		right: 10px;
		top: 10px;
		width: 40px;
		height: 40px;
		border: 1px solid #777777;
		z-index: 500;
		background-color: rgba(255, 255, 255, 0.3);
		background-image: url(./img/icon_menu_btn.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	.sp_menu_btn.close {
		background-color: #f0f0f0;
		background-image: url(./img/icon_menu_btn_close.png);
	}
	.sp_menu {
		position: fixed;
		z-index: 60;
		right: -100%;
		top: 0;
		width: 100%;
		max-width: 280px;
		height: 100%;
		padding: 60px 20px;
		background-color: #fff;
		box-shadow: -3px 0 10px rgba(88, 30, 0, 0.3);
		overflow-y: auto;
		opacity:0;
		transition: right 0.3s;
	}
	.sp_menu_navi ul {
		list-style: none;
		padding: 0;
	}
	.sp_menu_navi ul li {
		border-top: 1px solid #777777;
	}
	.sp_menu_navi li a {
		display: block;
		text-decoration: none;
		padding: 10px 0;
	}
	.sp_menu_navi li.header_mail {
		text-align: center;
		padding-top: 20px;
	}
	.sp_menu_navi li.header_mail a {
		border: 1px solid;
	}
	.sp_menu.menu_fixed {
		right: 0;
		opacity: 10;
	}
}
/* global navigation */
nav.gNavi {
	text-align: center;
	padding: 0;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}
nav.gNavi ul {
	padding: 0;
	list-style: none;
	display: table;
	margin: 12px auto;
	width: 100%;
	max-width: 1300px;
}
nav.gNavi li a {
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	border-right: solid 1px #aaa;
}
nav.gNavi li:first-child a {
	border-left: solid 1px #aaa;
}
nav.gNavi li .header_sub_nav{
	display: none;
	font-size:0.85em;
	max-width: 300px;
	padding: 0px;
	position: absolute;
	z-index: 1000;
}
nav.gNavi li .header_sub_nav li{
	width: 100%;
	background-color: #FEFEFE;
	border-top:1px solid #EEEEEE;
}
nav.gNavi li .header_sub_nav li.menulevel3{
	padding-left:7px;
}
nav.gNavi li .header_sub_nav li.menulevel4{
	padding-left:14px;
}
nav.gNavi li .header_sub_nav li.menulevel5{
	padding-left:21px;
}
@media screen and (min-width: 780px), print {
	nav.gNavi li {
		display: table-cell;
		vertical-align: middle;
	}
	nav.gNavi li a {
		font-size:  1.00em;
		font-weight: bold;
	}
	nav.gNavi li.menu_kinohei a:after {
		content: "\f08e";
		display: inline-block;
		vertical-align: middle;
		padding-left: 10px;
		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) {
	header #header_inner {
		border-bottom: 1px solid #777777;
		padding: 10px 60px 10px 10px;
	}
	header #header_logo img {
		max-height: 30px;
	}
}
/*--------------------------------------- kayFrame */

/*--------------------------------------- mainContaints */
.container {
	padding: 20px 0;
}

.bg_gray {
	background-color: #f0f0f0;
}

.container article {
	padding: 0 20px;
}

.inner_main_img {
	color: #ffffff;
	background-image: url(./img/inner_main_img.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.inner_main_img h1{
	color: #ffffff;
}
.inner_main_img article {
	margin: 0 auto;
}
.inner_main_img h1 {
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.3);
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 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;
}
/*--------------------------------------- sideContaints */
#side {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#side .menu_title {
	border: 1px solid #777777;
	border-bottom: none;
	background-color: #f0f0f0;
	font-size: 1.1em;
	padding: 1em 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}

#side ul {
	border: 1px solid #777777;
	border-top: none;
	list-style: none;
	padding: 0;
	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 ul li {
	position: relative;
	border-top: 1px solid #777777;
}
#side li a {
	font-size: 0.95em;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.5em 0.5em 2em;
}
#side li a:before {
	content: "\f105";
	position: absolute;
	left: 1em;
	top: 50%;
	margin-top: -0.5em;
}

#side li a:hover {
	color: #777777;
}
#side li.current a {
	color: #ffffff;
	background-color: #777777;
}
#side li.current a:before {
	content: "\f0da";
}
@media screen and (min-width:780px) {
	.columnBox .column_side {
		width:320px;
	}
}
@media screen and (max-width: 779px) {
	.columnBox .column_side {
		padding: 1em 0 0;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: lower.body_common */
/* breadCrumb */
.breadCrumb {
	font-size: 0.9em;
	background-color: #f0f0f0;
}
.breadCrumb ul {
	padding: 0.5em 20px;
}
.breadCrumb li {
	display: inline;
}
.breadCrumb li a {
	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;
	margin-bottom: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:#f0f0f0;
	text-decoration:none;
}
.pager_box .pager_current{
	background:#fff9f0;
	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 */
footer {
	text-align: center;
}
footer ul {
	padding: 0;
}
footer article {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}
footer .list_sns,
footer .list_link {
	list-style: none;
}
footer .list_sns li,
footer .list_link li {
	display: inline-block;
	vertical-align: middle;
}
footer .footer_sns {
	padding: 10px 0;
}
footer .list_sns li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px 20px;
}
footer .list_link li a {
	display: block;
	padding: 10px;
}
.footer_copyright{
	font-size: 0.85em;
	background-color: #f0f0f0;
}
.footer_contact {
	width:460px;
	text-align:left;
	margin:0 auto;
}
.footer_contact ul {
	list-style:none;
	padding:0;
}
.footer_contact ul li {
	font-size:0.9em;
}
@media screen and (max-width:779px) {
	.footer_contact {
		width:100%;
		padding-left:10%;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 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 10px no-repeat;
}

/* マウスオーバーツールチップ */
a.popuphelp{
	text-decoration:none;
	border-bottom:1px dotted #333333;
}
a.popuphelp:hover{
	cursor:default;
}
div.tooltip {
	width: 250px;
	max-width: 100%;
	position: absolute;
	left: -9999px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
}
div.tooltip p{
	color: #FFF;
	background: #222;
	padding: 5px 10px;
}

@media print {
	html {
		min-width: 1200px;
	}
	.columnBox .column_side,
	.bnr_kinohei {
		display: none!important;
	}

}
.supplychain_list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.supplychain_list li {padding-bottom: 10px;}
.supplychain_list li a {
	text-decoration: none;
}
.supplychain_list li .listBox {
	display: flex;
	align-items: center;
	gap: 20px;
	background-color: #f0f0f0;
	padding: 10px;
}
.supplychain_list li .thumbnail {
	flex-basis: 200px;
	overflow: hidden;
	text-align: center;
	position: relative;
	background-color: #fff;
	padding: 10px;
}
.supplychain_list li .thumbnail span{
	padding: 27% 0;
	display: block;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.supplychain_list li .title {
	flex: 1;
	font-size: clamp(16px, 2vw, 20px);
	font-weight: bold;
}
#side.color_1 .menu_title{
	background:#48755E;
	color:#FFFFFF;
}
#side.color_1 li a{
	background:#EBF6E9;
	color:#1D6328;
}
#side.color_1 li.current a{
	background:rgb(136, 206, 147);
	color:#1d2129;
}</pre></body></html>