﻿	@charset "UTF-8";

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

[reset]

[base]
	font
	anchor
	add class

[home set-up]
	h
	pagetop link

[lower]

[each page]

[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: 100%;
	height: auto !important;
}

iframe {
	max-width: 100%;
}

@media screen and (min-width:720px), print {
	.only_pc {
		display: block;
	}
	.only_sp {
		display: none;
	}
	.only_pc_table {
		display: table;
	}
	.only_sp_table {
		display: none;
	}
}

@media screen and (max-width:719px) {
	.only_pc {
		display: none;
	}
	.only_sp {
		display: block;
	}
	.only_pc_table {
		display: none;
	}
	.only_sp_table {
		display: table;
	}

}

.container {
	width: 100%;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: reset */

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 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;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear */

#serviceList ul:after,
#serviceList ul.normal:after,
.body_common *:after {
	content: "";
	display: block;
	clear: both;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: base */

:root {
	--main-color: #9e7133;
	--main-color01: #f2ebe6;
	/* とっても薄め */
	--main-color02: #f0dac2;
	/* 薄め */
	--main-color03: #815519;
	/* 濃いめ */
	--sub-color01: #f5f4f3;
	--base-font: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
	--sub-font: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

html {
	font-size: 62.5%;
}

body {
	font-family: var(--base-font);
	line-height: 1.5;
	color: #1d2129;
	-webkit-text-size-adjust: 100%;
	font-size: 1.4em;
}

.subFont {
	font-family: var(--sub-font);
}


/*----------------------- color */


/* red */

.red,
#input-table table th .input_required {
	color: #FFFFFF;
}


/* white */

.white {
	color: #FFFFFF;
}


/* aqua */

.aqua {
	color: #000000;
}


/* blue */

.blue {
	color: #334f99;
}


/* gray */

gray {
	color: #7f7979;
}


/* black */

.black {
	color: #0b0b0b;
}

.bg_white {
	background-color: #fff;
}


/*----------------------- size */


/* size10px */

.body_common #newsListStyle02 li .date,
.list_thumbnail li .date,
.size10 {
	font-size: 0.71em;
}


/* size12px */

#input-table table th .input_required,
nav span,
footer {
	font-size: 0.85em;
}


/* size14px */

#header_logo,
.size14 {
	font-size: 1.0em;
}


/* size16px */

section {
	font-size: 1.14em;
}


/* size18px */

#serviceList li span.title,
.size18 {
	font-size: 1.28em;
}

#msg {
	font-size: 1.28em;
}

.lower h2 {
	font-weight:bold;
}

@media screen and (min-width: 780px), print {
	.pure-drawer .tel,
	h3 {
		font-size: 1.57em;
	}
	h2 {
		font-size: 2.01em;
	}
	.lower h2 {
		font-size: 2.8em;
	}
}
@media screen and (max-width: 779px) {
	.pure-drawer .tel,
	h3 {
		font-size: 1.2em;
	}
	h2 {
		font-size: 1.4em;
	}
}

/*--------------------------------------- anchor */

a {
	color: var(--link-color);
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

header a {
	color: #333;
}


/* white */

footer article a {
	color: #333333;
}

footer article a:hover {
	text-decoration: underline;
	color: #666666;
}


/* btn */

.btn a {
	display: inline-block;
	width: 50%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	position: relative;
	z-index: 2;
	border: 1px solid #FFF;
	color: #FFF;
	line-height: 50px;
	overflow: hidden;
}

.btn a::before,
.btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn a,
.btn a::before,
.btn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color .3s;
	transition: color .3s;
}

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

.btn a::after {
	top: -100%;
	width: 100%;
	height: 100%;
}

.btn a:hover::after {
	top: 0;
	background-color: #FFF;
}


/* btn02 */

.btn02 {
	text-align: center;
}

.btn02 a {
	border-radius: 100px;
	padding: 0.7em 20px;
	background-color: #333131;
	color: #FFF;
	text-decoration: none;
	font-size: 1.2em;
	display: inline-block;
	min-width: 45%;
	transition: background-color linear 0.2s, color linear 0.2s;
}

.btn02 a:hover {
	background-color: #999;
	color: #000;
}

@media screen and (max-width: 768px) {
	.btn02 {
		padding: 20px 10px;
	}
	.btn02 a {
		display: block;
	}
}


/* btn03 */

.btn03 {
	text-align: center;
}

.btn03 a {
	padding: 0.7em 20px;
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
	display: inline-block;
	min-width: 45%;
	transition: background-color linear 0.2s, color linear 0.2s, border linear 0.2s;
	border: solid 1px #000;
}

.btn03 a:hover {
	background-color: var(--main-color);
	color: var(--footer-txtcolor);
	border: solid 1px var(--main-color);
}


/*--------------------------------------- add class */

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clearB {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

br.forTab {
	display: none;
}

br.forSp {
	display: none;
}

.mb1em {
	margin-bottom: 1em;
}

.hidden {
	display: none;
}

.bgWhite {
	background-color: #FFF!important;
}

.bgBlack {
	background-color: #000!important;
}

.bgGray {
	background-color: #f2f2f2!important;
}

.bgLightgray {
	background-color: #f9f8f8!important;
}

.bgBeige {
	background-color: #f3f1ed!important;
}

.bgLightpink {
	background-color: #f5edef!important;
}
.youtube_box {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: set-up */

.body_common h2 {
	font-family: var(--sub-font);
	line-height: 1.2;
	padding: 0.3em 10px;
	clear: both;
	max-width: 100%;
	margin: 10px auto 35px;
	color: #333131;
	text-align: center;
}

.body_common h2 span {
	display: block;
	font-size: 0.6em;
	margin-top: 7px;
}

.lower h1,
.lower h2 {
	position: relative;
	padding: 1em 0 30px;
	margin-bottom: 50px;
	text-align: center;
	font-family: var(--sub-font);
}

.lower h1:after,
.lower h2:after {
	content: "\A";
	width: 15px;
	height: 15px;
	background-color: var(--main-color);
	position: absolute;
	left: 49%;
	bottom: -20px;
	transform: translateY(-50%) rotate(45deg);
}


/* h:変更した場合はstyle_editor.cssにも反映すること */

.body_common h3 {
	clear: both;
	padding: 1em 0 0.2em;
	margin-bottom: 1.8em;
	color: #333131;
	position: relative;
	text-align: center;
}

.lower h3,
#page_title {
	font-family: var(--sub-font);
	clear: both;
	color: #333131;
	border-bottom: 1px solid #333131;
	margin-bottom: 20px;
	line-height: 1.5;
}

.lower h4 {
	margin: 0 0 15px;
	padding: 3px 12px 3px 1em;
	color: #333333;
	background-color: #E5EEFF;
	position: relative;
	font-weight:normal;
}

.lower h5 {
	clear: both;
	margin: 0 0 15px;
	padding: 1px 12px 1px 1em;
	background-color: #E9E9E9;
	color: #3254A4;
	font-weight: bold;
}

.lower h6 {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 2px solid #6d6d6d;
	color: #6d6d6d;
	font-size: 1.3em;
	margin: 0 0 20px;
}

.lower h6:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #6d6d6d;
	border-right: 2px solid #6d6d6d;
	background-color: #fff;
	transform: rotate(135deg) translateY(50%);
	position: absolute;
	bottom: -12px;
	left: 50%;
}

@media screen and (min-width: 780px), print {
	.lower h1,
	.body_common h2,
	#page_title {
		font-size: 2.3em;
	}
	h3 {
		font-size: 1.75em;
	}
	.body_common h3,
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.2em;
	}
	h6 {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 779px) {
	.lower h1,
	.body_common h2,
	#page_title {
		font-size: 1.8em;
	}
	.lower h2 {
		font-size: 1.8em;
	}
	.body_common h3,
	h3,
	h4 {
		font-size: 1.2em;
	}
	h5 {
		font-size: 1.05em;
	}
	h6 {
		font-size: 1em;
	}
}

table {
	border-collapse: collapse;
}

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;
}

table[border="1"] th table[border="0"] td,
table[border="1"] td table[border="0"] td {
	border: none;
}

@media screen and (max-width:719px) {
	table th {
		width: auto !important;
	}
	.sp_table td,
	.sp_table th,
	.sp_table tr {
		display: block;
		width: 100%!important;
	}
}

table.responsive,
table.responsive2c {
	border-collapse: collapse;
	font-size: 0.95em;
}

table.responsive[border="0"],
table.responsive[border="0"] th,
table.responsive[border="0"] td,
table.responsive2c[border="0"],
table.responsive2c[border="0"] th,
table.responsive2c[border="0"] td {
	border: none;
}

@media screen and (max-width: 719px) {
	table.responsive,
	table.responsive2c {
		max-width: 100%;
	}
	table.responsive td,
	table.responsive th {
		display: block;
		width: 100% !important;
	}
	table.responsive2c td,
	table.responsive2c th {
		float: left;
		width: 50% !important;
	}
	table.responsive td img,
	table.responsive2c td img {
		max-width: 100%;
		height: auto;
	}
}

table.responsive[border="0"] td table:not([border="0"]) th,
table.responsive[border="0"] td table:not([border="0"]) td,
table.responsive2c[border="0"] td table:not([border="0"]) th,
table.responsive2c[border="0"] td table:not([border="0"]) td {
	border: 1px solid #dddddd;
}

@media screen and (max-width: 480px) {
	.sp_table[border="0"] td table:not([border="0"]) th,
	.sp_table[border="0"] td table:not([border="0"]) td {
		display: table-cell;
		width: auto !important;
		border-left: none;
		border-top: none;
	}
	table.responsive2c td,
	table.responsive2c th {
		width: 100% !important;
	}
}

.tableStyle01,
#input-table table {
	border-collapse: collapse;
	font-size: 0.95em;
}

table.tableStyle01 th,
table.tableStyle01 td,
#input-table table th,
#input-table table td {
	padding: 0.5em 1em;
	border: 1px solid #dddddd;
}

table.tableStyle01 th,
#input-table table th {
	color: #666;
	font-weight: bold;
	background: #f4f4f4;
}

table.tableStyle01[border="0"],
table.tableStyle01[border="0"] th,
table.tableStyle01[border="0"] td,
#input-table table[border="0"],
#input-table table[border="0"] th,
#input-table table[border="0"] td {
	border: none;
}

#input-table table {
	width: 100%;
}

table.company_table,
table.company_table th,
table.company_table td {
	border: none;
}

table.company_table {
	border-top: 1px #CCCCCC solid;
}

table.company_table th {
	border-bottom: 1px #CCCCCC solid;
}

table.company_table td {
	border-bottom: 1px #CCCCCC solid;
}


/* flexbox */

.flexbox {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}

.flexbox li {
	-webkit-box-flex: 1;
	flex-grow: 1;
	list-style: none;
	text-align: center;
}


/* ------------------------ list_thumbnail */

.list_thumbnail {
	margin:0!important;
	text-align: center;
}

.lower .list_thumbnail {
	text-align: left;
}

.list_thumbnail li {
	list-style: none;
}

.list_thumbnailC3 li {
	display: inline-block;
	width: 31%;
	margin-right: 2%;
}

@media screen and (max-width:478px) {
	.list_thumbnailC3 li {
		width: 100%;
		margin-right: 0;
	}
}

.list_thumbnailC3 li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width:478px) {
	.list_thumbnailC3 li:nth-child(3n) {
		margin-right: 0;
	}
}

.list_thumbnailC4 li {
	float: left;
	width: 23%;
	margin-right: 2%;
}

.list_thumbnail li .date,
.list_thumbnail li .title {
	text-align: left;
}

.list_thumbnail li .thumbnail {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 6px;
}

.list_thumbnail .thumbnail {
	display: block;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	transition: transform linear 0.2s;
}

.list_thumbnail .thumbnail span {
	padding: 35% 0;
	display: block;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 -1em 4em 1em rgb(0 0 0 / 5%);
	transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
}

.list_thumbnail li a:hover .thumbnail span {
	transform: scale(1.1);
	box-shadow: none;
}

.list_thumbnail li span.title {
	font-size: 1.2em;
}

.list_thumbnail li span.text {
	color: #393939;
}


/* .list_thumbnail.style02 */

.list_thumbnail.style02 li .thumbnail span {
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center;
}

.list_thumbnail.style02 li .new {
	position: absolute;
	top: 0;
	left: 0;
	width: 111px;
	height: 107px;
	overflow: hidden;
}

.list_thumbnail.style02 li .new span {
	display: inline-block;
	position: absolute;
	padding: 5px 10px;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 14px;
	line-height: 13px;
	background: #ffa520;
	color: #fff;
	letter-spacing: 0.05em;
	box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}


/* ------------------------ picTxtFrame */

.picTxtFrame {
	padding-bottom: 30px;
	clear: both;
}
.picTxtFrame:after {
	content: "";
	clear: both;
	display: block;
}

.picTxtFrame .pic {
	float: left;
	width: 40%;
	margin-top: 30px;
}

.picTxtFrame .pic img {
	width: 100%;
}

.picTxtFrame .txt {
	float: right;
	width: 60%;
	padding: 40px 10% 0;
}

.picTxtFrame .txt .txt_msg {
	font-size: 1.3em;
}

@media screen and (max-width:498px) {
	.picTxtFrame .pic,
	.picTxtFrame .txt {
		float: none;
		width: 100%;
	}
	.picTxtFrame .txt {
		padding: 20px 0 0;
	}
}

.picTxtFrame:nth-of-type(even) .pic {
	float: right;
}

.picTxtFrame:nth-of-type(even) .txt {
	float: left;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main */

article,
.con {
	margin-bottom: 30px;
}

.con {
	padding-bottom: 30px;
	border-bottom: dotted 1px #CCCCCC;
}

.entry {
	padding-bottom: 50px;
}

.entry li {
	margin-left: 2em;
}


/*--------------------------------------- kayFrame */


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

.container {
	padding: 30px 0 80px;
}

.bgf8f6f3 {
	background-color: #f8f6f3;
}

.container article {
	padding: 0 4%;
}

.layout02 article {
	width: 76%;
	float: left;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: contents */


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

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

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

.container {
	min-height: 600px;
}

.msg {
	line-height: 1.8;
	margin-bottom: 40px;
}

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


/*--------------------------------------- header */

header,
#topNavi {
	width: 100%;
	padding: 0 30px;
	top: 0;
	left: 0;
	display: block;
	z-index: 100;
	position: fixed;
	background-color: rgb(255, 255, 255, 0.9);
}

header {
	z-index: 9999;
}
#topNavi {
	z-index: 9998;
	position: fixed;
}
.lower header {
	display: none;
}

.lower #topNavi:after {
	content: "";
	display: block;
	clear: both;
}

header {
	opacity: 0;
}
@media screen and (max-width:779px) {
	#topNavi {
		position: fixed;
	}
	header,
	#topNavi ul {
		display: none;
	}
}


/* logo setting */

.body_common header h1,
.lower #header_logo,
nav#topNavi p {
	width: 20%;
	float: left;
	padding: 5px 0 4px;
}

@media screen and (max-width:779px) {
	nav#topNavi p {
		text-align: center;
		width: 100%;
		float: none;
		padding: 5px 0 0;
	}
}

.body_common header h1 img,
.lower #header_logo img,
nav#topNavi p img {
	width: auto;
	max-height: 75px;
}

/* navigation */

header ul,
nav#topNavi ul {
	float: right;
	width: 80%;
	font-size: 1.2em;
}

nav span {
	display: block;
}

nav ul {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: flex-end;
	justify-content: flex-end;
}

nav li {
	text-align: center;
	margin: 0;
}

nav li a {
	padding: 33px 15px 30px;
	display: block;
	color: #000;
}

.lower nav li:nth-last-of-type(2) a,
nav li:nth-last-of-type(2) a {
	background-color: #2d2a2b;
	color: #FFF;
}

.lower nav li:last-of-type a,
nav li:last-of-type a {
	background-color: #9b354d;
	color: #FFF;
}

.lower nav li a {
	color: #000;
}

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

			sp navigation

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

.pure-drawer,
.pure-toggle-label {
	display: none!important;
}

@media screen and (max-width:779px) {
	.pure-drawer,
	.pure-toggle-label {
		display: block!important;
	}
}

.pure-drawer .spnavi_logo {
	margin: 20px 0 0 20px;
	text-align: center;
}

.pure-drawer .spnavi_logo img {
	width: auto;
	max-width: 50%;
	max-height: 80px;
}

.pure-drawer li {
	text-align: left;
}

.pure-drawer li span {
	display: inline;
}

.nav-primary li img {
	width: 10%;
	margin-top: 4px;
}

.nav-primary li.herf {
	width: 50%;
	float: left;
	text-align: center;
	background: #04345f;
	border-right: solid 1px #f5f6ee;
}

.nav-primary li.herf:nth-child(odd) {
	float: right;
	border-right: none;
}

.nav-primary li.herf a {
	color: #FFF;
}

.pure-drawer .tel a {
	padding: 20px 0;
	text-align: center;
	display: block;
	text-decoration: none;
	background-color: #383838;
	color: #FFF;
}

.pure-drawer .tel a i {
	margin-right: 10px;
}


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

.container ul {
	margin: 0 0 0 2em;
}

.container nav ul.cms_navi {
	margin-left: 0;
}


/*--------------------------------------- pagetop link */

#page_top a {
	width: 30px;
	height: 30px;
	border: 5px solid;
	border-color: var(--main-color) var(--main-color) transparent transparent;
	transform: rotate(-45deg);
	display: block;
	text-indent: -9999;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9;
}

@media screen and (max-width:779px) {
	#page_top a {
		display: none!important;
	}
}


/*--------------------------------------- pageprev/next link */

.page_link {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

.page_link a {
	display: inline-block;
	vertical-align: middle;
	border-radius: 100px;
	margin: 0 5px;
	padding: 0 20px 0.7em;
	background-color: var(--main-color);
	color: #FFF;
	text-decoration: none;
	font-size: 0.9em;
	transition: background-color linear 0.2s, color linear 0.2s;
	min-width: 45%;
}

.page_link a:hover {
	background-color: #999;
	color: #000;
}

@media screen and (max-width: 768px) {
	.page_link {
		padding: 20px 10px;
	}
}


/*--------------------------------------- footer */

footer {
	position: relative;
	background-color: #D3D3D3;
}
@media screen and (max-width:498px) {
	footer {
		margin-bottom: 100px;
	}
}

footer dl {
	background-color: rgb(255, 255, 255, 0.6);
	padding: 30px 5% 0;
}

@media screen and (max-width:498px) {
	footer dl {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		background-color: rgb(0, 0, 0, 0.5);
		padding-top: 2px;
	}
}

footer dl ul {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 15px;
}

@media screen and (max-width:498px) {
	footer dl ul {
		margin-top: 2px;
	}
}

footer dl li {
	padding: 0 10px 50px;
	list-style: none;
	text-align: center;
}

@media screen and (max-width:498px) {
	footer dl li {
		padding: 0 2px 10px;
		flex-grow: 1;
	}
}

footer dl span {
	margin-left: 10px;
}

@media screen and (max-width:498px) {
	footer dl span {
		margin-left: 0;
	}
}

footer dl li a {
	background-color: #000;
	padding: 15px 20px;
	display: block;
	border-radius: 6px;
	font-size: 1.6em;
	color: #FFF;
}

@media screen and (max-width:498px) {
	footer dl li a {
		padding: 10px 3px;
		border: solid 1px #FFF;
		font-size: 1.35em;
		line-height: 1.2;
	}
}

footer dl li a:hover {
	color: #FFF;
}

footer dl li:nth-last-of-type(2) a {
	background-color: #3254a4;
}

footer dl li:last-of-type a {
	background-color: #9b354d;
}

footer dt {
	text-align: center;
	font-size: 1.8em;
	padding-top: 10px;
}

.footer_area {
	color: #1B357F;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5%;
	font-size: 1.4em;
}
@media screen and (max-width:498px) {
	footer dt {
		font-size: 1.4em;
		color: #FFF;
	}
	.footer_area {
		display: none;
	}
}
footer article {
	padding: 10px 0;
}

@media screen and (max-width:779px) {
	footer article {
		padding: 20px;
	}
}

footer article ul {
	float: left;
	width: 30%;
	margin-top: 0;
}
footer article:after {
	content: "";
	display: block;
	clear: both;
}
footer article li {
	list-style: none;
}

footer .copy {
	float: right;
	width: 70%;
	text-align: right;
	color: #333333;
}

@media screen and (max-width:798px) {
	footer .copy,
	footer article ul {
		width: 100%;
		text-align: center;
	}
	footer article ul {
		margin-bottom: 20px;
	}
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: lower */


/* breadCrumb */

.breadCrumb {
	font-size: 0.9em;
	background-color: #f4f4f4;
}

@media screen and (max-width:498px) {
	.breadCrumb {
		display: none;
	}
}

.breadCrumb ul {
	padding: 0.7em 20px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.breadCrumb li {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}

.breadCrumb li::before,
.breadCrumb li::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.breadCrumb li::before {
	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.breadCrumb li a {
	color: #999999;
	text-decoration: none;
}

.breadCrumb li:first-child {
	padding: 0;
}

.breadCrumb li:first-child::before {
	border-top: none;
	border-right: none;
}

.breadCrumb li:last-child {
	background-image: none;
	padding-right: 0;
}


/* side */

nav#side {
	padding-bottom: 50px;
}

nav#side ul {
	-webkit-box-pack: center;
	justify-content: center;
}

nav#side li {
	margin-right: 10px;
}

nav#side li:last-of-type {
	margin-right: 0;
}

@media screen and (min-width:499px) and (max-width:779px) {
	nav#side li:last-of-type {
		margin-right: 10px;
	}
}

nav#side li a {
	border: solid 1px #CCC;
	border-radius: 3px;
	padding: 12px 30px;
}

.lower nav#side li a,
.lower nav#side li:nth-last-of-type(2) a,
nav#side li:nth-last-of-type(2) a,
.lower nav#side li:last-of-type a,
nav#side li:last-of-type a {
	background-color: #F9F9FA;
	color: #000000;
}

.lower nav#side li.current a {
	background-color: #444444;
	color: #FFFFFF;
	border: solid 1px var(--main-color);
}

@media screen and (max-width:498px) {
	nav#side ul,
	nav#side li {
		margin: 0;
	}
	nav#side li a {
		border-radius: 0;
	}
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main */


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

.body_common section {
	padding: 80px 0 110px;
	position: relative;
	background: #FFF;
}

@media screen and (max-width:779px) {
	.body_common section {
		padding: 20px 20px 30px;
	}
}


/* con01 */

.body_common #con01 {
	padding: 0;
	border-bottom: solid 1px #ccc;
	padding-bottom: 0;
	margin-top: 90px;
	position: fixed;
	width: 100%;
}

.body_common #con01.thumnailnews_hidden {
	margin-top: 0;
}


/* ----- slider */

#slider-proFrame {
	float: right;
	width: 50%;
	position: relative;
	height: 370px;
}

@media screen and (max-width:779px) {
	#slider-proFrame {
		float: none;
		width: 100%;
		height: 350px;
	}
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--main-color);
}

.swiper-slide a {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-container .swiper-slide {
	position: relative;
	text-align: left;
}

.swiper-container .swiper-slide img.key {
	width: 100%;
	height: 100vh;
	left: 0;
	bottom: 0;
	position: absolute;
	object-fit: cover;
}

@media screen and (max-width:479px) {
	.swiper-container .swiper-slide img.key {
		width: 100%;
		height: auto;
		overflow: hidden;
		object-fit: cover;
	}
}

.swiper-container .swiper-slide .slideBox {
	background-repeat: repeat;
	background-size: auto 100%;
	background-position: center center;
	display: block;
	height: 100%;
	width: 100%;
}

.thumnailnews_hidden .swiper-container .swiper-slide .slideBox {
	background-size: 110% auto;
}

@media screen and (max-width:1024px) {
	.thumnailnews_hidden .swiper-container .swiper-slide .slideBox {
		background-size: auto 100%;
	}
}

.swiper-container .swiper-slide .slideBox video {
	height: auto;
	width: 120%;
}

@media screen and (max-width:1024px) {
	.swiper-container .swiper-slide .slideBox video {
		height: 100vh;
		width: auto;
	}
}

.thumnailnews_hidden #slider-proFrame {
	height: 640px;
}

.slide_height100 #slider-proFrame {
	height: 100vh;
}

.slide_height100 .swiper-container .swiper-slide .slideBox {
	background-size: auto 110%;
}

.swiper-container .swiper-slide .slideBox:before {
	display: block;
	content: "";
	width: 100%;
	height: 100vh;
	background: 0 0 repeat url(img/key_bg.png) rgb(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.swiper-container .swiper-slide .slideBox span.text {
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-justify-content: center;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	padding: 20px;
	color: #FFF;
	min-height: 5em;
	z-index: 10;
	text-align: center;
	font-size: 1.8em;
}

.swiper-container .swiper-slide .slideBox span.text span {
	position: relative;
	/* top: 25%; */
	height: 100%;
	width: 100%;
	/* -webkit-transform: translateY(-25%); */
	/* transform: translateY(-25%); */
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width:498px) {
	.swiper-container .swiper-slide .slideBox span.text span {
		font-size: 0.6em;
	}
}

.swiper-container .swiper-slide span.spTitle {
	display: none;
}

.swiper-button-prev,
.swiper-button-next {
	display: inline-block;
	background: none;
}

.swiper-button-next {
	right: 30px;
}

.swiper-button-prev::before,
.swiper-button-prev::after,
.swiper-button-next::before,
.swiper-button-next::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.swiper-button-prev::before,
.swiper-button-prev::after {
	left: 10px;
}

.swiper-button-next::before,
.swiper-button-next::after {
	right: 10px;
}

.swiper-button-prev::before {
	right: 10px;
	width: 30px;
	height: 30px;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.swiper-button-next::before {
	left: 10px;
	width: 30px;
	height: 30px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* .hidden_slide （スライド非表示の時） */

.slide_hidden #slider-proFrame {
	display: none;
}

.body_common .slide_hidden #newsListStyle02 {
	width: 100%;
}


/* .thumnailnews_hidden （サムネイル記事非表示の時） */

.thumnailnews_hidden #newsListStyle02 {
	display: none;
}

.body_common .thumnailnews_hidden #slider-proFrame {
	width: 100%;
}

.body_common section:nth-of-type(2) {
	margin-top: 100vh;
}


/* .keynews_hidden（テキストニュース非表示） */

.body_common .keynews_hidden #keyNews {
	display: none;
}


/* .hidden_con01 （スライド、サムネイル記事どちらも非表示の時） */

.body_common .con01_hidden {
	display: none;
}


/* ----- newsListStyle01 */

.body_common #newsListStyle02 {
	float: left;
	width: 50%;
	min-height: 570px;
}

@media screen and (max-width:779px) {
	.body_common #newsListStyle02 {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width:498px) {
	.body_common #newsListStyle02 {
		min-height: auto;
	}
}

.body_common #newsListStyle02 a {
	display: block;
	height: 100%;
}

.body_common #newsListStyle02 a:hover {
	cursor: pointer;
}

.body_common #newsListStyle02 span {
	display: block;
}

.body_common #newsListStyle02 span.bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	background-color: rgb(255, 255, 255, 0.9);
}

.body_common #newsListStyle02 li {
	position: relative;
	float: left;
	width: 50%;
	list-style: none;
	display: none;
	background-repeat: repeat-y;
	background-position: center center;
	background-size: 120% auto;
	height: 50%;
}

.body_common #newsListStyle02 li:first-of-type,
.body_common #newsListStyle02 li:nth-of-type(2),
.body_common #newsListStyle02 li:nth-of-type(3),
.body_common #newsListStyle02 li:nth-of-type(4) {
	display: block;
}

.body_common #newsListStyle02 li:first-of-type,
.body_common #newsListStyle02 li:nth-of-type(3) {
	clear: both;
}

@media screen and (max-width:498px) {
	.body_common #newsListStyle02 li,
	.body_common #newsListStyle02 li:nth-of-type(2),
	.body_common #newsListStyle02 li:nth-of-type(3),
	.body_common #newsListStyle02 li:nth-of-type(4) {
		display: none;
		min-height: 240px;
		width: 100%;
	}
	.body_common #newsListStyle02 li:first-of-type {
		display: block;
	}
}

.body_common #newsListStyle02 li .title {
	padding: 8px 10px 0;
}

.body_common #newsListStyle02 li .date {
	text-align: left;
	color: #363636;
	padding: 0 10px 10px;
}

.body_common #newsListStyle02 li .new {
	display: none;
}


/* pic */

.body_common #newsListStyle02 li .pic {
	position: relative;
}

.body_common #newsListStyle02 li img {
	width: 100%;
}


/* more */

.body_common #newsListStyle02 li .ic_more {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #333;
	color: #fff;
	padding: 5px 15px;
	width: 25%;
	text-align: center;
}


/* new */

.swiper-container .swiper-slide .slideBox span.new:before,
.body_common #newsListStyle02 li .ic_new:before {
	border-color: #ca0303 transparent transparent transparent;
	border-style: solid;
	border-width: 60px 60px 0 0;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	width: 0;
	z-index: 2;
}

.swiper-container .swiper-slide .slideBox span.new:after,
.body_common #newsListStyle02 li .ic_new:after {
	color: #fff;
	content: "NEW";
	font-size: 12px;
	position: absolute;
	top: 15px;
	left: 8px;
	transform: rotate(-45deg);
	z-index: 3;
}


/* ----- スライド上のテキストニュース */

#keyNews {
	display: inline-block;
	bottom: 0;
	position: absolute;
	width: auto;
	left: 0;
	padding: 20px;
	background: rgba(0, 0, 0, .45);
	color: #FFF;
	z-index: 11;
}

@media screen and (max-width:498px) {
	#keyNews {
		display: none;
	}
}

#keyNews li {
	list-style: none;
}

#keyNews li .date,
#keyNews li .new,
#keyNews li .text {
	display: inline-block;
	margin-right: 10px;
}

#keyNews li .ttl {
	display: inline-block;
	margin-right: 10px;
	background-color: var(--main-color);
	color: var(--footer-txtcolor);
	padding: 2px 5px;
	font-size: 0.8em;
}

#keyNews li a {
	color: #FFF;
}


/* ----- con01 */

.body_common #con01 .btn {
	display: none;
}


/* con02 */

.body_common #con02 {
	position: relative;
}

.body_common #con02 .leftHalf {
	background-size: cover;
	width: 50%;
	float: left;
	height: 100%;
	position: relative;
}

@media screen and (max-width:779px) {
	.body_common #con02 .leftHalf {
		float: none;
		width: 100%;
	}
}

.body_common #con02 .leftHalf::before {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	z-index: 9;
}

.body_common #con02 .leftHalf div {
	position: absolute;
	z-index: 99;
	color: #FFF;
	text-align: center;
	width: 100%;
	padding: 120px 40px 40px;
}

@media screen and (max-width:779px) {
	.body_common #con02 .leftHalf div {
		position: relative;
		padding: 80px 40px 70px;
	}
}

.body_common #con02 .leftHalf .logo {
	max-height: 170px;
	width: 100%;
	margin-bottom: 30px;
}

.body_common #con02 .rightHalf {
	background-color: #f8f8f8;
	width: 50%;
	float: right;
	padding: 134px 40px 130px;
	text-align: center;
}

@media screen and (max-width:779px) {
	.body_common #con02 .rightHalf {
		float: none;
		width: 100%;
		padding: 50px 10px 60px;
	}
}


/* freearea01 */

.body_common .freearea01 .floatL,
.body_common .freearea01 .floatR {
	width: 48%;
	padding: 0 4%;
	text-align: center;
}

.body_common .freearea01 .floatR img {
	margin-bottom: calc(100vw * 0.056);
}

@media screen and (max-width:779px) {
	.body_common .freearea01 .floatL,
	.body_common .freearea01 .floatR {
		width: 100%;
		float: none;
		padding: 0;
	}
	.body_common .freearea01 .floatL {
		padding-bottom: 20px;
	}
}

.body_common .freearea01 .floatL img {
	width: 80%;
}

.body_common .freearea01 .floatR img {
	width: 100%;
	mergin-top: 120px;
}

#top_contents .btn,
.body_common .freearea01 .btn  {
	margin-top: 20px;
	text-align: center;
}

#top_contents .btn a,
.body_common .freearea01 .btn a {
	border: 1px solid #000;
	color: #000;
}


/* con03 */

#serviceList ul,
#serviceList ul.normal {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}

@media screen and (max-width:498px) {
	#serviceList ul,
	#serviceList ul.normal {
		display: block;
	}
}

#serviceList li,
#serviceList ul.normal li {
	-webkit-box-flex: 1;
	flex: 1 1 0;
	padding: 0 20px 60px;
	list-style: none;
}

#serviceList ul.layout02,
#serviceList ul.layout03 {
	display: block;
}

#serviceList ul.layout02 li {
	width: 50%;
	float: left;
}

#serviceList ul.layout03 li {
	width: 33%;
	float: left;
}

#serviceList li img {
	width: 80%;
	max-width: 230px;
	margin: 0 auto 20px;
	border-radius: 50%;
	height: auto;
	object-fit: cover;
}

#serviceList li span {
	display: block;
}

#serviceList li span.pic,
#serviceList li span.ttl {
	text-align: center;
	font-size: 1.3em;
}

#serviceList li span.txt {
	margin-top: 10px;
}

#serviceList .btn {
	margin-top: 30px;
}

#serviceList .btn a {
	color: #000;
	border: 1px solid #000;
}


/* access */

#access #map {
	margin-bottom: 30px;
}

#access #map iframe {
	width: 100%;
}

#access .companyInfo {
	margin-left: 30px;
}

#access .companyInfo li {
	list-style: none;
}


/*--------------------------------------- item/index.html */

.body_item .list_thumbnail li {
	list-style: none;
	padding-bottom: 50px;
}

.body_item .list_thumbnail li img {
	width: 100%;
	margin-bottom: 8px;
}

.body_item .list_thumbnail li .text {
	color: #000;
	font-size: 0.9em;
}

.containerInner_item .imageMain {
	text-align: center;
	padding-bottom: 40px;
}

.containerInner_item .imageMain img {
	width: 100%;
	max-width: 100%;
}

.containerInner_item .txt {
	padding-bottom: 120px;
}

.containerInner_item .imageSideLayout .txt {
	float: left;
	width: 60%;
}

.containerInner_item .imageSideLayout .imageSide {
	float: right;
	width: 36%;
	text-align: center;
}

.containerInner_item .imageSideLayout .imageSide img {
	width: 100%;
}

.containerInner_item .imageSideLayout .imageSide span {
	display: block;
	text-align: left;
	font-size: 0.8em;
	padding-top: 8px;
}


/*--------------------------------------- news/index.html */

#newsList li span {
	display: block;
}

#newsList li a {
	text-decoration: none;
	display: block;
	transition: background-color 0.8s;
	-webkit-transition: background-color 0.8s;
}

#newsList li a:hover {
	background-color: #eeeded;
	transition: background-color 0.5s;
}

#newsList li p {
	float: right;
	width: 83%;
}

#newsList li .thumbnail img {
	width: 100%;
}

#newsList li .date {
	color: #CCC;
}

#newsList li .title {
	padding: 0 0 10px;
	font-size: clamp(14px, 1vw, 16px);
}

#newsList li {
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	margin-bottom: 20px;
}

@media screen and (max-width:498px) {
	.body_common #newsList li {
		display: none;
	}
	.body_common #newsList li:first-of-type {
		display: block;
	}
}

#newsList li .thumbnail::before,
#newsList li .thumbnail::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#newsList li .thumbnail::before {
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: var(--main-color);
	z-index: 99;
}

#newsList li .thumbnail::after {
	right: 8px;
	width: 6px;
	height: 6px;
	border-top: 1px solid var(--footer-txtcolor);
	border-right: 1px solid var(--footer-txtcolor);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 99;
}

.containerInner_news .date {
	display: block;
	text-align: right;
	margin-bottom: 20px;
	margin-top: -20px;
}

.containerInner_news .thumbnail {
	display: block;
	margin-bottom: 40px;
	text-align: center;
}

.containerInner_news .msg {
	margin-bottom: 50px;
}


/* --------------------------------------- contact/ */


/*--------------------------------------- cms form */

.form_flow {
	width: 100%;
	margin-top: 20px !important;
	margin-left: 0 !important;
	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 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;
}

.form_flow li.current {
	background-color: #23466E;
}

.contact_msg {
	font-size: 1.3em;
	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;
	color: #fff;
	background-color: #E30000;
	position: absolute;
	right: 10px;
	top: 20px;
}

.input_not_required:before {
	color: #ffffff;
}

.input_not_required:before {
	content: "任意";
	background-color: #adadad;
	text-align: center;
}

#input-table .error_msg,
#input-table .error_msg_js {
	padding: 5px 5px 5px 20px;
	background: url(./img/form_error.gif) left 10px no-repeat;
}

#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 #414D99;
}

.input_button {
	font-size: 1.1em;
	font-weight: bold;
	-webkit-appearance: none;
	padding: 4px 10px;
	color: #fff;
	background-color: #3254A4;
	border: none;
	cursor: pointer;
	border-radius: 4px;
}

#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;
}


/* セパレーター */

#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:719px) {
	#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;
	}
}


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


/* エディター：スタイル */

.editor-style-btn1 {
	display: inline-block;
	padding: 1em 2em;
	color: #FFFFFF;
	border-radius: 50px;
	background-color: #333131;
	transition: background-color linear 0.2s;
}

.editor-style-btn1:hover {
	background-color: #999;
}

.editor-style-btn1 a:link,
.editor-style-btn1 a:visited,
.editor-style-btn1 a:active,
.editor-style-btn1 a:hover {
	color: #FFFFFF;
	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);
}


/* フォームエラー */

.error_msg,
.error_msg_js {
	padding-left: 20px;
	background: url(./img/form_error.gif) left top no-repeat;
}

.error_msg_js_wrapper_privacy {
	float: left;
}


/* CSS Document */


/*===============================================
●style_tab.css  画面の横幅が779pxまで
===============================================*/

@media screen and (max-width:779px) {
	br.forTab {
		display: inline;
	}
	html,
	body {
		-webkit-text-size-adjust: 100%;
		-webkit-overflow-scrolling: touch;
	}
	body {
		font-size: 1.1em;
	}
	nav ul {
		display: block;
	}
}


/* CSS Document */

br.forSp {
	display: inline;
}

/* スマートフォン・テーブルスクロール */
.scrollable.has-scroll {
	position:relative;
	overflow:hidden; /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
}
.scrollable.has-scroll:after {
	position:absolute;
	top:0;
	left:100%;
	width:50px;
	height:100%;
	border-radius:10px 0 0 10px / 50% 0 0 50%;
	box-shadow:-5px 0 10px rgba(0, 0, 0, 0.25);
	content:'';
}
/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
	overflow-x:auto;
}
.scrollable.has-scroll img{
	width:320px;
}
/*===============================================
●style_sp.css  画面の横幅が479pxまで
===============================================*/

@media screen and (max-width:479px) {
	br.forSp {
		display: block;
	}
	br.forPc {
		display: inline;
	}
}
	/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: base */
	/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.set-up */
	.lower h1,
	.body_common h2 {
		margin: 0 10px 40px;
		letter-spacing: 0.1em;
	}
	@media screen and (max-width:498px) {
		.lower h1,
		.body_common h2 {
			margin: 0 10px 30px;
		}
	}


.maintenance_effect{
	height:calc(100vw * 0.4);
}
.maintenance_effect td{
	text-align:center;
}
@media screen and (max-width:779px) {
	.maintenance_effect{
		height:auto;
	}
	.maintenance_effect td{
		padding-bottom:15px;
	}
}
.google_map {
	height: 0;
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
}
.google_map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.lower_bg {
	background-color: #fffffff;
}
/* fix バナー */
.fixBnr_bg {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 20%);
}
.fixBnr {
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	display: block;
	z-index: 10000;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.fixBnr .bnr .pc_only img {
	width: 90vw;
	max-width: 900px;
}
.fixBnr .bnr .sp_only img {
	width: 90vw;
	max-width: 420px;
}
.fixBnr img {
	max-width: 100%;
	vertical-align: middle;
}
.fixBnr a {
	text-decoration: none;
}
.fixBnr #closeBnr {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 400;
	padding: 5px;
	font-size: 0;
	border-radius: 50%;
	cursor: pointer;
}
.fixBnr #closeBnr img {
	width: 100%;
	max-width: clamp(45px, 10vw, 60px);
}
@media screen and (min-width: 671px), print {
	.sp_only {
		display:none;
	}
}
@media screen and (max-width: 670px) {
	.pc_only {
		display:none;
	}
}