@charset "utf-8";
/* --------------------------------------------------
	Base Layout
-------------------------------------------------- */
/* Grouping content */
ol {
	padding-left: 2em;
	line-height: 1.6;
}
ol li {
	list-style-type: decimal;
	display: list-item;
	padding-left: 5px;
	margin-bottom: 15px;
}
ol li:last-child { margin-bottom: 0; }
a {
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
a:link, a:visited { color: #333; text-decoration: none; }
a:hover { opacity: 0.7; }
img { border: none; max-width: 100%; max-height: 100%; }
body {
	font-family: "A1 Gothic R","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,sans-serif;
	font-size: 12pt;
	line-height: 0;
	text-align: left;
	word-wrap: break-word;
	letter-spacing: 0.02em;
	color: #333;
}
p { line-height: 1.8; }

/*-- Header ----------------------------------------*/
header {
	position: relative;
	display: block;
}
header.home { background-color: #234829; }

h2 {
	background-color: #1F6D2B;
	color: #FFF;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

/*多言語化ツール*/
.g_translate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 0;
    background-color: #2b2c2f;
}
.g_translate a {
	color: #fff;
}
.g_translate a span {
    padding: 2px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: .875rem;
    line-height: 1.4285714286em;
}

/*-- TopContents -----------------------------------*/
.slick-track {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.slick-track img { width: 100%; }

.topicsMds {
	background-color: #1F6D2B;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	font-size: 140%;
	padding: 5px;
}
.topicsBox { background-color: #F8F7F6; }

.topicsList { line-height: 1.4; }
.topicsList li { border-bottom: 1px solid #333; }
.topicsList li:last-child { border-bottom: none; }
.topicsList li a {
	display: block;
	padding: 12px 0;
}
.topicsList li a:hover { opacity: 0.4; }
.topicsList li a:after {
	display: block;
	content: "";
	clear: both;
}
.topicsList li a .cover {
	float: left;
	background: none;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
.topicsList li .text .icon {
	margin-bottom: 5px;
	font-size: 80%;
}
.topicsList li .text .icon span {
	display: inline-block;
	background-color: #e00;
	color: #FFF;
	text-align: center;
	padding: 2px 5px;
	line-height: 1;
}
.topicsList li .text .date {
	font-size: 9pt;
	color: #1F6D2B;
}

.topicsText p { margin-top: 10px; }
.topicsText p:first-child { margin-top: 0; }
.topicsText:after {
	display: block;
	content: "";
	clear: both;
}

/*-- Content ---------------------------------------*/
.box {
	width: 100%;
	overflow: hidden;
}
.case {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1200px;
	max-width: 90%;
}
.case.w02 { width: 1000px; }
.case.w03 { width: 850px; }
.cover {
	display: block;
	background-color: #ddd;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
}
.dib { display: inline-block; }
.fwb {
	font-family: "A1 Gothic M";
	font-weight: bold;
}
.red { color: #e00; }

h3, h4 {
	font-family: "A1 Gothic M";
	line-height: 1.2;
	color: #1F6D2B;
}
h3 {
	position: relative;
	display: block;
	border-bottom: 1px solid #888;
	padding-bottom: 0.5em;
	padding-left: 1.35em;
}
h3:before {
	display: inline-block;
	content: "■";
	position: absolute;
	top: 0;
	left: 0;
}
h3.eng {
	padding-bottom: 0.3em;
	padding-left: 0;
}
h3.eng div { letter-spacing: 0.05em; }
h3.eng p {
	line-height: 1.4;
	margin-top: 0.2em;
	color: #8FB695;
}
h3.eng:before { display: none; }

.bg01 { background-color: #F9F6E7; }

.btn01 { text-align: center; }
.btn01 a {
	position: relative;
	display: inline-block;
	padding: 10px 30px;
	background-color: #234829;
	color: #FFF;
	line-height: 1.4;
	min-width: 180px;
	vertical-align: middle;
	text-decoration: none;
}
.btn01 a:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn02 { padding-top: 20px !important; }
.btn02 li { margin-top: 0 !important; }
.btn02 a {
	position: relative;
	display: block;
	background-color: #18A150;
	color: #FFF;
	line-height: 1.4;
	margin-bottom: 15px;
	padding: 10px 20px;
	padding-right: 50px;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.btn02 a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
	display: block;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mainBox p a {
	display: inline-block;
	color: #18A150 !important;
	text-decoration: underline;
}
#mainBox ul {
	line-height: 1.6;
	padding-top: 5px;
}
#mainBox ul li { margin-top: 25px; }

.wp-block-table table {
	line-height: 1.4;
	width: 100%;
	font-size: 95%;
}
.wp-block-table table th, .wp-block-table table td {
	padding: 5px 10px;
	border: 1px solid #aaa;
}
.wp-block-table table tr td:nth-child(1) { background-color: #DCFFFF; }
.wp-block-table table th, .wp-block-table table tr:nth-child(1) td {
	background-color: #1F6D2B;
	color: #FFF;
}

.has-inline-color {
	display: inline-block;
	color: #FFF;
	/*text-align: center;*/
	margin-bottom: 5px;
	line-height: 1.4;
}
.has-inline-color a, a .has-inline-color { text-decoration: underline; }

/* pager */
.pagination { clear: both; }
ul.page-numbers {
	padding-top: 50px;
	text-align: center;
	overflow: hidden;
	width: 440px;
	max-width: 100%;
	margin: 10px auto 0;
}
.page-numbers li { display: inline-block !important; }
.page-numbers li span, .pagination .page-numbers li a {
	float: left;
	margin: 0 4px;
	color: #555;
	border: 1px solid #ddd;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	overflow: hidden;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
}
.page-numbers li span { background-color: #eee; }
.page-numbers li span.dots {
	background: none;
	border: none;
	width: auto;
}
.pagination .page-numbers li a { background-color: #FAFAFA; }
.page-numbers li.previous a, .page-numbers li a.prev { background: url(../images/common/icon_arrowleft.gif) no-repeat center center; }
.page-numbers li.next a, .page-numbers li a.next { background: url(../images/common/icon_arrowright.gif) no-repeat center center; }
.page-numbers li.first, .page-numbers li.last { display: none; }

/*-- Form ----------------------------------------*/
.formTbl {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.formTbl th, .formTbl td { padding: 10px; }
.formTbl th {
  width: 30%;
  white-space: nowrap;
  padding-right: 0.5em;
  line-height: 1.6;
}
.formTbl td div {
  display: inline-block;
  width: 48.5%;
}
.formTbl td div:nth-child(2n) { float: right; }
.formTbl input, .formTbl select, .formTbl textarea {
  font-size: 12pt;
  line-height: 1.6;
  background-color: #FFF;
  border: 1px solid #C7C7C7 !important;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.formTbl select::-ms-expand { display: none; }
.formTbl select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../images/common/icon_ab_form.png');
	background-repeat: no-repeat;
	background-position: center right 10px;
	-webkit-background-size: 10px;
	     -o-background-size: 10px;
	        background-size: 10px;
	position: relative;
	cursor: pointer;
	cursor: hand;
	padding: 5px 25px 5px 10px;
	background-color: #eee;
	width: auto;
}
.formTbl .wpcf7-list-item { margin: 0 5px 0 0; }
.ui-datepicker .ui-datepicker-title { line-height: 1.5 !important; }
.ui-datepicker .ui-datepicker-title select {
	margin: -3px 2.5% 0 !important;
	width: 40% !important;
}
.ui-datepicker-calendar { line-height: 1 !important; }
input[type="checkbox"] {
	position: relative;
	bottom: 2px;
	margin-right: 5px;
	width: 22px;
	height: 22px;
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.mwform-checkbox-field, .mwform-radio-field { margin: 0 !important; }
.mwform-checkbox-field label, .mwform-radio-field label {
	display: inline-block !important;
	padding: 5px 0;
	padding-right: 15px;
}
input[type="radio"] {
	position: relative;
	bottom: 2px;
	left: 2px;
	width: 22px;
	height: 22px;
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	margin-left: 2em;
	margin-right: 0 !important;
}
input[type="radio"]:first-child { margin-left: 0; }
.formBtn {
	margin: 40px auto 0;
	text-align: center;
}
.formBtn input[type="submit"] {
	margin: 10px;
	border: 1px #1F6D2B solid;
	color: #fff;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,sans-serif;
	font-size: 16pt;
	letter-spacing: 0.2em;
	line-height: 1em;
	text-align: center;
	width: 35%;
	min-width: 200px;
	cursor: pointer;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background: -webkit-gradient(linear, left top, left bottom, from(#1F6D2B), to(#1F6D2B));
	padding: 15px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}
.formBtn input:hover { opacity: 0.6; }
::placeholder { color: #bbb; }
.ajax-loader {
	position: absolute !important;
	top: 15px !important;
	right: 0 !important;
}
.min .wpcf7-not-valid-tip {
	float: left;
	width: 2.5em;
	height: 1.4em;
	overflow: hidden;
}
.wpcf7-not-valid-tip, .wpcf7-response-output {
	line-height: 1.4;
}

/*-- サイドバー -----------------------------------*/
#sidebar {
	background-color: #F9F6E7;
	padding: 40px;
}
#sideBox { line-height: 1.2; }
#sideBox .title {
	font-size: 16pt;
	letter-spacing: 0.05em;
	color: #234829;
	font-family: "A1 Gothic M";
	padding: 10px;
	padding-left: 30px;
	background: url('../images/common/icon_side.png') no-repeat center left 3px;
	-webkit-background-size: 20px;
	     -o-background-size: 20px;
	        background-size: 20px;
}
#sideBox ul {
	font-size: 12pt;
	padding-top: 10px;
}
#sideBox ul li a {
	display: inline-block;
	padding: 10px;
	color: #1F6D2B;
	position: relative;
}
#sideBox ul li a span {
	display: block;
	position: relative;
	z-index: 10;
}
#sideBox ul li a:hover { opacity: 1; }
#sideBox ul li a:before {
	display: block;
	content: "";
	background-color: #EFF469;
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 5px;
	z-index: 5;
	height: 0.5em;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#sideBox ul li.on a:before,
#sideBox ul li a:hover:before {
	opacity: 1;
}

/*-- Footer ----------------------------------------*/
footer {
	background-color: #1F6D2B;
	color: #FFF;
}
footer a { color: #FFF !important; }
.fText p {
	text-align: center;
	line-height: 1.4;
}
.Copyright {
	display: block;
	text-align: center;
	background-color: #FFF;
	color: #333;
}
.pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 60px;
	z-index: 90;
}

/* 限定ページ */
.post_password {
	text-align: center;
}
.post_password input {
	padding: 5px;
	font-size: 13pt;
	line-height: 1.2;
	display: inline-block;
	margin-top: 20px;
	border-color: #999;
}
.post_password input[type="password"] {
	width: 200px;
}
.post_password input[type="submit"] {
	padding: 8px 10px;
	background-color: #777;
	color: #FFF;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}


/* ------- pcSite　----------------------------------- */
@media screen and (min-width:768px) { /* PC */
body { text-align: justify; }
.spSite { display: none !important; }

/*-- Header ----------------------------------------*/
header { padding: 20px 0 20px; }
h1 { display: block; }
h1 img {
	max-width: 35%;
	max-height: 55px;
}
.hBtn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 500px;
	max-width: 55%;
	margin-bottom: 5px;
}
.hBtn li {
	float: left;
	width: 29%;
	margin-left: 2%;
}
.hBtn li:first-child { margin-left: 0; }
.hBtn li:nth-child(4) { width: 6%; }
.hBtn:after {
	display: block;
	content: "";
	clear: both;
}

h2 {
	font-size: 28pt;
	padding: 40px 2%;
}

/*-- Gnavi -----------------------------------------*/
#gnavi { color: #1F6D2B; }
#gnavi ul {
	width: 100%;
	display: table;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-align: center;
	border-right: 1px solid #555;
}
#gnavi li {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	width: 16.6%;
	border-left: 1px solid #555;
	padding: 20px 30px;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	font-size: 92%;
}
#gnavi li:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 5px;
	right: 12px;
	margin: auto;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0.3;
}
#gnavi li:hover {
	background-color: #ccc9c4;
	cursor: pointer;
}
#gnavi li .sub {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 99;
	min-width: 100%;
	font-size: 10pt;
	line-height: 1.2;
	padding: 10px 0;
	opacity: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#gnavi li:hover .sub {
	opacity: 1;
	overflow: visible;
}
#gnavi li .sub a {
	display: block;
	white-space: nowrap;
	background: #F2F2F2;
	border-bottom: 1px solid #FFF;
	padding: 10px;
}
#gnavi li .sub a:hover {
	opacity: 1;
	background-color: #ccc;
}

#mainImg + article #gnavi {
	background-color: #979084;
	color: #FFF;
}

/*-- TopContents -----------------------------------*/
.topicsBox { padding: 20px 7% 35px; }
.topicsList li a .text {
	margin-left: 150px;
	font-size: 95%;
}
/*.topicsList li a .text .icon { min-height: 1em; }*/
.topicsList li a .cover {
	width: 135px;
	height: 95px;
	background-color: #fff;
}

/*-- Content ---------------------------------------*/
#contentsBox { padding: 50px 0 150px; }

h3 {
	font-size: 20pt;
	margin-bottom: 30px;
}
h3.eng { font-size: 28pt; }
h3.eng p { font-size: 13pt; }

h4 { font-size: 16pt; }

/* カラム */
.b2cols .b2col {
	float: left;
	width: 48.5%;
	margin-left: 3%;
}
.b2cols .single01, .b2cols .marge01 { margin-left: 4%; }
.b2cols .single01 { width: 21%; }
.b2cols .marge01 { width: 75%; }

.flip .b2col { margin-left: 0; }
.flip .b2col:nth-child(2n+1) { float: right; }

.b3cols .b3col {
	float: left;
	width: 31%;
	margin-left: 3.5%;
}
.b3cols.w02 .b3col {
	width: 32%;
	margin-left: 2%;
}
.b4cols .b4col {
	float: left;
	width: 22.9%;
	margin-left: 2.8%;
}
.b2cols .b2col:nth-child(2n+1), .b3cols .b3col:nth-child(3n+1),
.b4cols .b4col:nth-child(4n+1) {
	margin-left: 0;
	clear: both;
}
.b2cols:after, .b3cols:after,
.b4cols:after {
	content: "";
	display: block;
	clear: both;
}

/*-- サイドバー -----------------------------------*/
#sidebar {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 250px;
}
.fixBox { position: fixed !important; }
.fixnone {
	position: absolute !important;
	top: 0;
	bottom: 0;
}
.fixnone #sideBox {
	position: absolute;
	top: auto;
	bottom: 60px;
}
#sideBtm { position: relative; }

#contentsBox { position: relative; }
#mainBox {
	min-height: 500px;
	margin: 0 330px 0 5%;
}
#mainBox .case { width: 1000px; }

/*-- Footer ----------------------------------------*/
footer {
	position: relative;
	z-index: 90;
}
.fText {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #FFF;
}
.fText p.fwb { font-size: 23pt; }
.fText p span { margin-left: 1em; }
.fnavi {
	display: table;
	width: 100%;
	line-height: 1.4;
	font-size: 11pt;
	white-space: nowrap;
}
.fnavi li {
	display: table-cell;
	padding-left: 10px;
}
.fnavi li:first-child { padding-left: 0; }
.fnavi li p { line-height: 1.4; }
.fnavi li > a {
	display: block;
	margin-top: 5px;
	font-size: 90%;
}
.fnavi02 {
	text-align: center;
	line-height: 1.4;
	font-size: 90%;
}
.fnavi02 a {
	display: inline-block;
	margin: 5px 1em;
}
.Copyright {
	padding: 10px;
	font-size: 10pt;
}

/* ------- tbSite　----------------------------------- */
@media screen and (max-width:1150px) { /* タブレット */
	#gnavi li { padding-left: 15px; }
	#sidebar {
		width: 200px;
		padding: 40px 20px;
	}
	#sideBox .title { font-size: 14pt; }
	#sideBox ul { font-size: 11pt; }
	#mainBox {
		margin-left: 0;
		margin-right: 240px;
	}
	.fnavi { font-size: 9pt; }
} /* --- /tb --- */
@media screen and (max-width:950px) { /* タブレット */
	#gnavi li { padding: 20px 8px; }
	#gnavi li:after { display: none; }
	.fnavi { font-size: 7pt; }
} /* --- /tb --- */
} /* --- /pc --- */


/* ------- spSite　----------------------------------- */
@media screen and (max-width:767px) { /* スマホ */
body { font-size: 11pt; }
.pcSite { display: none !important; }

/*-- Header ----------------------------------------*/
header .case { max-width: 100%; }
.hlogo {
	padding: 10px;
	padding-right: 60px;
}
.hlogo img { max-height: 30px; }
#gnavi { display: none; }

h2 {
	font-size: 18pt;
	padding: 25px 2%;
}

/*多言語化ツール*/
.g_translate a span {
    font-size: .65rem;
}

/* -- DrawerMenu -----------------------------------*/
.menu_overlay, nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 500px !important;
	max-width: 100%;
	padding-left: 100vw;
}
.menu_overlay {
	background-color: #000;
	opacity: 0.6;
	z-index: -1;
}
nav {
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 99;
	display: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 50px;
}
nav ul {
	background-color: #FFF;
	font-size: 14pt;
}
nav ul li {
	border-bottom: 1px solid #000;
	padding: 10px 10px 20px;
}
nav ul li:first-child a {
	padding: 0;
	line-height: 0;
}
nav ul li p {
	font-size: 13pt;
	padding: 10px;
}
nav ul li a { display: block; }
nav ul li .sub { font-size: 11pt; }
nav ul li .sub a {
	padding: 10px;
	line-height: 1.2;
	display: block;
	color: #aaa !important;
}
/* icon */
.btn_wrapper { z-index: 999; position: relative; }
.menu_btn {
	position: fixed;
	cursor: pointer;
	-webkit-transition: all 400ms ease-out 0ms;
	-moz-transition: all 400ms ease-out 0ms;
	-o-transition: all 400ms ease-out 0ms;
	transition: all 400ms ease-out 0ms;
	right: 0;
	top: 30px;
	width: 50px;
	height: 50px;
	background-color: #234829;
}
.menu_btn .line {
	position: absolute;
	width: 28px;
	height: 3px;
	left: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
	-webkit-transform-origin: 0 2px;
	-moz-transform-origin: 0 2px;
	-o-transform-origin: 0 2px;
	-ms-transform-origin: 0 2px;
	transform-origin: 0 2px;
	-webkit-transition: all 400ms ease-out 0ms;
	-moz-transition: all 400ms ease-out 0ms;
	-o-transition: all 400ms ease-out 0ms;
	transition: all 400ms ease-out 0ms;
}
.menu_btn .line:nth-child(1) { top: 15px; }
.menu_btn .line:nth-child(2) { top: 23px; }
.menu_btn .line:nth-child(3) { top: 31px; }
/* open */
.btn_wrapper.clicked .menu_btn .line {
	-webkit-transition: all 400ms ease-out 0ms;
	-moz-transition: all 400ms ease-out 0ms;
	-o-transition: all 400ms ease-out 0ms;
	transition: all 400ms ease-out 0ms;
	-webkit-transform-origin: 2px;
	-moz-transform-origin: 2px;
	-o-transform-origin: 2px;
	-ms-transform-origin: 2px;
	transform-origin: 2px;
	width: 32px;
	left: 14px;
}
.btn_wrapper.clicked .menu_btn .line:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 13px;
}
.btn_wrapper.clicked .menu_btn .line:nth-child(2) { opacity: 0; }
.btn_wrapper.clicked .menu_btn .line:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 33px;
}

/*-- TopContents -----------------------------------*/
.topicsBox { padding: 10px 5% 30px; }
.topicsList { font-size: 10pt; }
.topicsList li a .text { margin-left: 120px; }
.topicsList li a .cover {
	width: 105px;
	height: 83px;
}

.map iframe { height: 250px; }

/*-- Content ---------------------------------------*/
#contentsBox { padding: 30px 0 60px; }

h3 {
	font-size: 14pt;
	margin-bottom: 15px;
}
h3.eng { font-size: 22pt; }
h3.eng p { font-size: 12pt; }

h4 { font-size: 14pt; }

/* カラム */
.sp2cols > div {
	float: left;
	width: 48%;
	margin-left: 4%;
}
.sp2cols > div:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}
.sp2cols:after {
	content: "";
	display: block;
	clear: both;
}
.b2col, .b4col { margin-top: 30px; }
.sp2cols > div, .b3col { margin-top: 15px; }
.b2cols .b2col:first-child,
.b3cols .b3col:first-child,
.sp2cols > div:nth-child(-n+2) {
	margin-top: 0;
}

/* pager */
.page-numbers li span, .pagination .page-numbers li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

/*-- Form ----------------------------------------*/
.formTbl, .formTbl tbody, .formTbl tr { display: block; }
.formTbl th, .formTbl td {
	text-align: left;
	display: block;
	width: 100%;
	border-left: none;
	padding: 5px 0;
}
.formTbl th { padding-top: 10px; }
.mwform-tel-field input { width: 65px !important; }
.formBtn { margin-top: 30px; }
.formBtn input[type="submit"] {
	font-size: 14pt;
	padding: 10px 0;
}

/*-- サイドバー -----------------------------------*/
#sidebar { display: none; }

/*-- Footer ----------------------------------------*/
.fnavi { display: none; }
.Copyright {
	padding: 10px;
	font-size: 8pt;
}
.pagetop {
	bottom: 15px;
	right: 15px;
	width: 45px;
}

} /* --- /sp --- */