﻿@charset "utf-8";

.fixedLinks {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 999;
	border: 1px solid #f60;
	border-right: 0;
	border-radius: 6px 0 0 6px;
	overflow: hidden;
}
.fixedLinks li {
	width: 49px;
	text-align: center;
}
.fixedLinks .mail {
	width: 100%;
	height: 220px;
	box-sizing: border-box;
	padding: 4.8rem 0.9rem 0 1rem;
	color: #fff;
	background: url(../images/common/ico_mail.png) center 11px no-repeat #f60;
	font-size: 1.6rem;
	line-height: 1.125;
	display: block;
	word-break: break-all;
}

.fixedLinks .tel {
	width: 100%;
	height: 240px;
	box-sizing: border-box;
	padding: 4.4rem 1.8rem 0;
	color: #f60;
	background: url(../images/common/ico_tel.png) center 8px no-repeat #fff;
	font-size: 1.6rem;
	line-height: 1;
	display: block;
	word-break: break-all;
}

.fixedLinks li a:hover {
	text-decoration: none;
	opacity: .7;
}

.rotate90deg {
	display: block;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
}

.pageTitle {
	position: relative;
	padding-right: 200px;
}
.pageTitleLink {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.newsList li {
	padding: 8px 16px 24px 0;
}

.newsList li + li {
	border-top: 1px dotted #b4b4b4;
	margin-top: 16px;
}

.newsList .dateCont,
.newsList .linkCont {
	display: table-cell;
}

.newsList .dateCont {
	width: 120px;
}

@media screen and (max-width: 767px) {
	.pageTitle {
		position: relative;
		padding-right: 0;
	}
	.pageTitleLink {
		position: relative;
		text-align: center;
	}

	.newsList li {
		padding: 0 8px 17px 0;
	}

	.newsList li + li {
		padding-top: 17px;
		margin-top: 0;
	}

	.newsList .dateCont,
	.newsList .linkCont {
		display: table-cell;
	}

	.newsList .dateCont {
		width: 76px;
	}
}
.fourColumns {
	margin-left: -1rem;
}

.fourColumns li {
	float: left;
	width: 25%;
	padding-left: 1rem;
	box-sizing: border-box;
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	.fourColumns {
		margin-left: -4px;
	}

	.fourColumns li {
		width: 50%;
		padding-left: 4px;
		margin-bottom: 4px;
	}
}

.cmnFloatBox .rightImg {
	width: 42%;
	float: right;
}


.cmnFloatBox .leftText {
	width: 56%;
	float: left;
}

@media screen and (max-width: 767px) {
	
	.cmnFloatBox .rightImg {
		width: auto;
		float: none;
		text-align: center;
	}


	.cmnFloatBox .leftText {
		width: auto;
		float: none;
	}
}

.calendarTab {
	width: 100%;
	margin-bottom: 10px;
}

.calendarTab th,
.calendarTab td {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	vertical-align: middle;
}
.calendarTab th {
	color: #fff;
	font-size: 1.2rem;
	background-color: #f60;
background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,161,0,1) 100%);
	text-align: center;
	line-height: 20px;
	font-weight: normal;
}
.calendarTab td {
	font-size: 1.2rem;
	background: #f9f9f9;
	text-align: center;
	line-height: 1.1;
	padding: 5px 0;
}
@media screen and (max-width: 767px) {
	
	.calendarTab {
		margin-bottom: 0;
		margin-top: 20px;
	}
}

.colorGreen {
	color: #f60;
}
.colorOrange {
	color: orange;
}

.googleMap {
	overflow: hidden;
	width: 100%;
	height: 240px;
}
.address {
	text-align: center;
	padding: 10px 0 15px;
	font-size: 1.3rem;
	line-height: 1.3;
}

.bannerList li {
	margin-bottom: 10px;
}

.bannerList li a {
	display: block;
	line-height: 1;
}

.snsLinks li {
	float: left;
	width: 50%;
	text-align: center;
}

.snsLinks .facebook {
	display: block;
	background: #425f9c;
}

.snsLinks .twitter {
	display: block;
	background: #1da1f2;
}

.snsLinks li a:hover {
	opacity: 0.7;
}

.sideBox {
	padding: 0;
}

.sideTitle {
	background-color: #f60;
background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,161,0,1) 100%);
	text-align: center;
	color: #fff;
	font-size: 1rem;
	padding: 9px 5px;
}

.sideTitle .sideName {
	font-size: 1.6rem;
	line-height: 1.3125;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 5px;
}

@media screen and (max-width: 767px) {
	.fixedLinks,
	.googleMap,
	.address{
		display: none;
	}
	.bannerList {
		overflow: hidden;
		margin-left: -4px;
	}
	.bannerList li {
		margin-bottom: 4px;
		float: left;
		width: 50%;
		padding-left: 4px;
		box-sizing: border-box;
	}
	.bannerList li img {
		width: 100%;
	}
	
	.snsLinks li img {
		height: 61px;
	}
	.sideBox {
		padding: 12px 15px 20px;
		background: #fff;
		text-align: center;
		margin-bottom: 10px;
	}
	.sideBox p + p {
		margin-top: 10px;
	}
}

.modal {
	display: none;
	position: relative;
	width:100%;
	z-index: 999;
}

.modalHeader {
	background: #499e7d;
	padding: 22px 45px;
	position: relative;
}

.modalTitle {
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
}

.modalBody {
	position: fixed;
	top: 0;
	right: 0;
	width: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1000;
	height: 100vh;
	background: #fff;
	overflow-x: hidden;
    transition: 0.5s;
    overflow-y: auto;
}

.modalBody.on {
	width: 100%;
}

.menuBox > ul > li {
	border-bottom: 1px solid #499e7d;
}
.menuBox > ul > li > a {
	display: block;
	color: #f60;
	font-size: 1.2rem;
	line-height: 4rem;
	text-align: center;
}
.modalBg {
	background: #fff;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.modalHeader .close {
	position: absolute;
	right: 10px;
	bottom: 8px;
	z-index: 2;
	width: 35px;
}

/*Regulation
==========================================================*/
@charset "utf-8";

label.panel-label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	width: 100%;
	color: #bdc3c7;
	cursor: pointer;
	background-color: #ecf0f1;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
label.panel-label:hover {
	color: #cccdd0;
}
#panels {
	background-color: white;
}
#panels .container {
	margin: 0 auto;
}
#panels section header label.panel-label {
	padding: 12px 24px;
	box-sizing: border-box;
}
#panels section main {
	box-sizing: border-box;
	max-height: 0;
	opacity: 0;
	-webkit-transition: opacity 600ms;
	transition: opacity 600ms;
	overflow-y: hidden;
}
#panel-1-ctrl:checked ~ #panels #panel-1 main {
	max-height: initial;
	opacity: 1;
	padding: 1em 0px;
}
#panel-2-ctrl:checked ~ #panels #panel-2 main {
	max-height: initial;
	opacity: 1;
	padding: 1em 0px;
}
#panel-3-ctrl:checked ~ #panels #panel-3 main {
	max-height: initial;
	opacity: 1;
	padding: 1em 0px;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
	pointer-events: none;
	cursor: default;
	-webkit-transform: translate3d(0, 1px, 0);
	transform: translate3d(0, 1px, 0);
	box-shadow: none;
	border-right: none;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last {
	border-right: 1px solid transparent;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
	border-left: 1px solid #dfdfdf;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
	background-color: white;
	color: #f60;
	padding-top: 15px;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
	height: 2px;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
	pointer-events: none;
	cursor: default;
	-webkit-transform: translate3d(0, 1px, 0);
	transform: translate3d(0, 1px, 0);
	box-shadow: none;
	border-right: none;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
	border-right: 1px solid transparent;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
	border-left: 1px solid #dfdfdf;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
	background-color: white;
	color: #f60;
	padding-top: 15px;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
	height: 2px;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
	pointer-events: none;
	cursor: default;
	-webkit-transform: translate3d(0, 1px, 0);
	transform: translate3d(0, 1px, 0);
	box-shadow: none;
	border-right: none;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last {
	border-right: 1px solid transparent;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
	border-left: 1px solid #dfdfdf;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
	background-color: white;
	color: #f60;
	padding-top: 15px;
	border-right: 1px solid #dfdfdf;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after {
	height: 2px;
}
ul#tabs-list {
	display: flex;
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #f60;
	margin: 0;
	padding: 0;
}

ul#tabs-list li {
	text-align: center;
	font-size: 1em;
	width: 30%;
	border-right: 1px solid #dfdfdf;
	position: relative;
}
@media only screen and (max-width: 768px) {
ul#tabs-list li {
	font-size: 12px;
	width: 45%;
}
}

ul#tabs-list li:hover {
	-webkit-transition: none;
	transition: none;
	border-right: none;
}
ul#tabs-list li:hover.last {
	border-right: 1px solid transparent;
}
ul#tabs-list li:hover + li {
	border-left: 1px solid #dfdfdf;
}
ul#tabs-list li label.panel-label {
	position: relative;
	padding: 15px 0px;
	font-size: 1em;
}
@media only screen and (max-width: 767px) {
ul#tabs-list li label.panel-label {
	position: relative;
	padding: 15px 0;
	font-size: 12px!important;
}
}
ul#tabs-list li label.panel-label::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
	background-color: #004919;
	height: 0;
	-webkit-transition-property: height;
	transition-property: height;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
ul#tabs-list li label.panel-label:hover {
	padding-top: 15px;
}
ul#tabs-list li label.panel-label:hover::after {
	height: 2px;
}
.panel-radios {
	display: none;
}



/* ------------------------------
   #tabAccordion
------------------------------ */
#tabAccordion {
	margin: 0 auto 2em;
	width: 100%;
	height: 400px;
	font-size: 12px;
	position: relative;
}
#tabAccordion dl {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
#tabAccordion dl dt {
	top: 0;
	left: 0;
	width: 150px;
	font-weight: bold;
	position: absolute;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
	background: #b8babd;
	box-sizing: border-box;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#tabAccordion dl:nth-child(2) dt {
	left: 150px;
}
#tabAccordion dl:nth-child(3) dt {
	left: 300px;
}
#tabAccordion dl:nth-child(4) dt {
	left: 450px;
	border-right: none;
}
#tabAccordion dl dt a {
	padding: 15px 0;
	color: #FFF;
	font-weight: bold;
	display: block;
	text-align: center;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#tabAccordion dl dt a:hover {
	color: #333;
}
#tabAccordion dl dt.btnAcv {
	border-bottom: none;
	background: #f0f0f0;
}
#tabAccordion dl dt.btnAcv a {
	border-bottom: none;
	background: #f0f0f0;
	color: #333;
}

@media only screen and (min-width: 767px) {
#tabAccordion dl dt:hover > a {
	background: #f0f0f0;
}
}
#tabAccordion dl dd {
	top: 48px;
	left: 0;
	padding: 30px;
	width: 100%;
	height: 350px;
	text-align: left;
	overflow-y: auto;
	display: none;
	position: absolute;
	box-sizing: border-box;
	background-color: #f0f0f0;
}
#tabAccordion dl dd p {
	padding-bottom: 2em;
	line-height: 2em;
}

/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 767px) {
#tabAccordion {
	width: 100%;
	height: auto;
	border: none;
}
#tabAccordion dl {
	top: auto;
	left: auto;
	width: 100%;
	position: relative;
}
#tabAccordion dl dt {
	top: auto;
	left: auto;
	width: 100%;
	position: relative;
	border-bottom: #999 1px solid;
	border-right: none;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#tabAccordion dl:first-child dt {
	border-top: #999 1px solid;
}
#tabAccordion dl:nth-child(2) dt, #tabAccordion dl:nth-child(3) dt, #tabAccordion dl:nth-child(4) dt {
	left: auto;
}
#tabAccordion dl dt a {
	padding: 20px;
	height: auto;
	line-height: 1em;
	text-align: left;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#tabAccordion dl dt a:after {
	content: '';
	margin-top: -4px;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	position: absolute;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#tabAccordion dl dt.btnAcv {
	border-bottom: #999 1px solid;
	background: #bbb;
}
#tabAccordion dl dt.btnAcv a:after {
	content: none;
}
#tabAccordion dl dd {
	top: auto;
	left: auto;
	padding: 20px;
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: #999 1px solid;
}
}
/* !twoImgColumn02
---------------------------------------------------------- */
.twoImgColumn02 {
}
.twoImgColumn02 .show {
	width: 100%;
}
.twoImgColumn02 .show ul {
	margin-left: -40px;
}
.twoImgColumn02 .show ul li {
	float: left;
	width: 50%;
	padding-left: 40px;
	box-sizing: border-box;
	margin-bottom: 2em;
}
.twoImgColumn02 .show ul li .imgColumnBox .imgBox {
	display: -webkit-box;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	max-height: 270px;
	overflow: hidden;
	margin-bottom: 0.8em;
}
.twoImgColumn02 .show ul li .imgColumnBox .imgBox img {
	height: auto;
}
.twoImgColumn02 .show ul li .imgColumnBox img {
	max-height: inherit;
	display: block;
	width: inherit;
	margin: 0 auto;
}
.twoImgColumn02 .show ul li .img span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.twoImgColumn02 .show ul li .showTit {
	padding-left: 10px;
	font-size: 1.5rem;
	line-height: 17px;
	color: #333333;
	border-left: 5px #f60 solid;
	margin-bottom: 0.5em;
}
.twoImgColumn02 .show ul li .showTit span {
	display: block;
	font-size: 12px;
	line-height: 15px;
	margin-top: 6px;
}
.twoImgColumn02 .show ul li .columnTxt {
	margin-bottom: 0.5em;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-word;
}

@media screen and (max-width: 767px) {
.twoImgColumn02 .show ul {
	margin-left: 0px;
}
.twoImgColumn02 .show ul li {
	float: none;
	width: 100%;
	padding-left: 0px;
	padding-bottom: 1.5em;
	margin : 25px 0 0 0;
	border-bottom: 1px solid #cccccc;
}
.twoImgColumn02 .show ul li .showTit {
	display: block;
	padding-right: 0px;
	font-weight: bold;
}
.twoImgColumn02 .show ul li .showTit a span {
	font-weight: normal;
}
.twoImgColumn02 .show ul li .imgColumnBox .imgBox {
	display: none;
}
}
/*===TOP INFORMATION=======================*/
.topInfo {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 1.5em;
}
.topInfoList {
	padding-right: 9px;
	border-top: 1px solid #cdcdcd;
}
.topInfoList ul li {
	position: relative;
	border-bottom: 1px solid #cdcdcd;
}
.topInfoList ul li a:before {
	position: absolute;
	background: url(../images/icon/icon_link_01b.svg) 0 0 no-repeat;
	width: 5px;
	height: 10px;
	top: 50%;
	margin-top: -3px;
	right: 11px;
	content: "";
	z-index: 2;
}
.topInfoList ul li a {
	text-decoration: none;
	color: #333;
}
.topInfoList ul li a:hover div {
	text-decoration: underline;
}

.topInfoList ul li .upDate {
	display: inline-block;
    padding-top: 5px;
}
.topInfoList ul li .topInfoDate {
	float: left;
	font-size: 1.2rem;
	padding: 14px 30px 8px 0;
	overflow: hidden;
}
.topInfoList ul li .topInfoDate span.news {
	padding: 0.2em 1.5em;
	text-align: center;
	display: block;
	float: right;
	margin-left: 10px;
	color: #FFFFFF;
	background-color: #f60;
background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,161,0,1) 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.topInfoList ul li .topInfoDate span.news img {
	width: 60px;
}
.topInfoList ul li .topInfoTxt {
	font-size: 1.4rem;
	overflow: hidden;
	padding: 14px 30px 8px 0;
	box-sizing: border-box;
}
.topInfoList ul li .topInfoTxt .textNews {
	font-size: 1.4rem;
	text-align: justify;
	text-justify: inter-word;
}
.topInfoList ul li .topInfoTxt span.tit {
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
	display: block;
}
.topInfoList ul li .topInfoTxt a {
	color: #333;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
.topInfo {
}
.topInfoList {
	padding-right: 5px;
}
.topInfoList ul li:before {
	position: absolute;
	background-size: 9px 17px;
	width: 15px;
	height: 17px;
	top: 50%;
	margin-top: -9px;
	right: 0;
	content: "";
	z-index: 2;
}
.topInfoList ul li .topInfoDate {
	padding: 8px 10px 0;
}
.topInfoList ul li .topInfoDate span.news {
}
.topInfoList ul li .topInfoTxt {
	padding: 6px 22px 9px 10px;
	line-height: 1.75;
	display: inline-block;
}
.topInfoList ul li .topInfoTxt span.tit {
	line-height: 1.3;
}
}
/*===STEP=======================*/
.step dl {
	padding: 18px 0px;
	overflow: hidden;
	border-top: #cdcdcd dotted 1px;
}
.step dl dt {
	float: left;
	width: 90px;
	height: 140px;
	background: url(../images/icon/icon_point_bm.svg) center bottom no-repeat;
	text-align: center;
	background-size: 15px 15px;
}
.step dl dt .stepBox {
	color: #f60;
	background-color: #f9f9f9;
	padding: 15px 5px 15px 5px;
	border-top: #f60 1px solid;
}
.step dl dt .stepBox .titStepEng {
	font-size: 14px;
	font-weight: normal;
	font-family: "Arial", Gadget, sans-serif;
}
.step dl dt .stepBox .titStepEng:after {
	border-bottom: 1px solid #f60;
	content: "";
	display: block;
	position: relative;
	height: 1px;
	width: 20px;
	margin: 0.1em auto 0;
}
.step dl dt .stepBox .titStep {
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.3;
	font-weight: normal;
}
.step dl dd {
	float: right;
	width: 81%;
}
.step dl dd p {
	margin-top: -6px;
}
.step dl dd .photo {
	width: 150px;
	float: right;
	margin-left: 20px;
	text-align: center;
}
.step dl dd .photo img {
	max-height: 110px;
}

@media screen and (max-width: 767px) {
.step dl {
	margin: 0 0 5px 0;
	padding-bottom: 10px;
	display: block;
	width: 100%;
}
.step dl dt {
	width: 100%;
	height: auto;
	line-height: 1.5;
	background: none;
	float: none;
	margin: 0 0 15px 0;
	background: none;
	background-size: 15px;
	text-align: left;
}
.step dl dt .stepBox {
	font-weight: normal;
	padding: 5px;
	border-top: none;
	overflow: hidden;
}
.step dl dt .stepBox .titStepEng {
	font-size: 12px;
	float: left;
	margin-right: 10px;
	color: #333;
	padding: 3px 10px;
	background-color: #FFF;
}
.step dl dt .stepBox .titStepEng:after {
	display: none;
}
.step dl dt .stepBox .titStep {
	font-size: 18px;
	margin-top: 2px;
	line-height: 1.2;
	float: left;
}
.step dl dd {
	float: none;
	width: 100%;
	padding-bottom: 20px;
	background: url(../images/icon/icon_point_bm.svg) center bottom no-repeat;
	background-size: 15px 15px;
}
.step dl dd .photo {
	float: right;
	width: 140px;
	margin-top: 3px;
	margin-bottom: 10px;
}
}
.boxWrapper {
	background-color: #FFFFFF;
	padding: 30px;
	margin-top: 2em;
}

@media screen and (max-width: 767px) {
.boxWrapper {
	padding: 0px;
}
}
/*===TWO COLUMN================*/
.twoColumn {
	overflow: hidden;
	margin-bottom: 3rem !important;
}
.twoColumnImgL {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	display: inline-block;
}
.twoColumnImgR {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	display: inline-block;
}
.twoColumnImgL img, .twoColumnImgR img {
	max-height: 210px;
	height: auto;
	margin-top: 6px;
}
.twoColumnTxt {
	margin-bottom: 0.5em;
	/*text-align: justify;
	text-justify: inter-word;*/
}

@media screen and (max-width: 767px) {
.twoColumn {
	margin: 0 auto 5px auto;
	overflow: inherit;
}
.twoColumnImgL {
	float: none;
	margin: 0 auto 10px auto!important;
	text-align: center;
	display: block;
	max-width: inherit;
}
.twoColumnImgL span {
	text-align: center!important;
}
.twoColumnImgR {
	float: none;
	margin: 0 auto 10px auto;
	text-align: center;
	display: block;
	max-width: inherit;
}
.twoColumnImgR span {
	text-align: center!important;
}
.twoColumnTxt {
	margin-left: 0px;
	margin-right: 0px;
}
.twoColumnImgL img, .twoColumnImgR img {
	max-width: 100%;
	margin: 0 auto 0 auto;
}
}
/*===TWO IMG COLUMN================*/
.twoImgColumn {
	overflow: hidden;
	margin-bottom: 0.5em;
}
.twoImgColumn .imgColumnBox {
	width: 47%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url(PIE.htc);
	margin-left: 10px;
}
.twoImgColumn .imgColumnBox .imgBox {
	/*display:-ms-flexbox;/*--- IE10 ---*/
	/*display: -webkit-flex;/*--- safari（PC）用 ---*/
	/*display:flex;-*/
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
	-webkit-box-align: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	-webkit-align-items: center;/*--- safari（PC）用 ---*/
	align-items: center;
	overflow: hidden;
}
.twoImgColumn .imgColumnBox .imgBox img {
	height: auto;
}
.twoImgColumn .imgColumnBox img {
	max-height: inherit;
	display: block;
	width: inherit;
	margin: 0 auto;
}
.twoImgColumn .imgColumnBox:first-child {
	margin-left: 0;
}
.twoImgColumn .columnTit {
	font-size: 1.8rem;
	line-height: 1.2;
	padding: 15px 0 10px 10px;
	position: relative;
	text-align: center;
}

@media screen and (max-width: 767px) {
.twoImgColumn {
	overflow: hidden;
	/*margin-left: -14px;
	margin-right: -14px;*/
}
.twoImgColumn .imgColumnBox {
	width: 50%;
	max-height: auto!important;
	margin: 0px 0 0 0;
	padding-top: 0.5em;
}
.twoImgColumn .imgColumnBox img {
	display: block;
	width: auto;
	margin: 0 auto;
}
.twoImgColumn .imgColumnBox:last-child {
}
.twoImgColumn .columnTit {
	font-size: 1.5em;
	text-align: center;
	padding: 10px 0 5px 0px;
}
.twoImgColumn .imgColumnBox .imgBox {
}
}

@media screen and (max-width: 1000px) {
.twoImgColumn .imgColumnBox {
	width: 47%;
	margin-left: 0px;
}
}

@media screen and (max-width: 767px) {
.columnImg {
	text-align: center;
	width: 80%;
	margin: 0 auto 0;
}
}
/*===TWO IMG COLUMN================*/
.twoImgColumn {
	overflow: hidden;
	margin-bottom: 0.5em;
}
.twoImgColumn .imgColumnBox {
	width: 47%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url(PIE.htc);
	margin-left: 40px;
}
.twoImgColumn .imgColumnBox .imgBox {
	/*display:-ms-flexbox;/*--- IE10 ---*/
	/*display: -webkit-flex;/*--- safari（PC）用 ---*/
	/*display:flex;-*/
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
	-webkit-box-align: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	-webkit-align-items: center;/*--- safari（PC）用 ---*/
	align-items: center;
	overflow: hidden;
}
.twoImgColumn .imgColumnBox .imgBox img {
	height: auto;
}
.twoImgColumn .imgColumnBox img {
	max-height: inherit;
	display: block;
	width: inherit;
	margin: 0 auto;
}
.twoImgColumn .imgColumnBox:first-child {
	margin-left: 0;
}
.twoImgColumn .columnTit {
	font-size: 1.8rem;
	line-height: 1.2;
	padding: 15px 0 10px 10px;
	position: relative;
	text-align: center;
}

@media screen and (max-width: 767px) {
.twoImgColumn {
	overflow: hidden;
	/*margin-left: -14px;
	margin-right: -14px;*/
}
.twoImgColumn .imgColumnBox {
	width: 50%;
	max-height: auto!important;
	margin: 0px 0 0 0;
	padding-top: 0.5em;
}
.twoImgColumn .imgColumnBox img {
	display: block;
	width: auto;
	margin: 0 auto;
}
.twoImgColumn .imgColumnBox:last-child {
}
.twoImgColumn .columnTit {
	font-size: 1.5em;
	text-align: center;
	padding: 10px 0 5px 0px;
}
.twoImgColumn .imgColumnBox .imgBox {
}
}
/*===THREE IMG COLUMN=========================*/
.threeImgColumn {
	overflow: hidden;
	margin-bottom: 15px;
}
.threeImgColumn .columnTit {
	font-size: 18px;
	line-height: 1.2;
	padding: 15px 0 10px 10px;
	margin-bottom: 5px;
	position: relative;
	text-align: center;
}
.threeImgColumn .imgBox {
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	/*display:-ms-flexbox;/*--- IE10 ---*/
	/*display: -webkit-flex;/*--- safari（PC）用 ---*/
	/*display:flex;-*/
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
	-webkit-box-align: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	-webkit-align-items: center;/*--- safari（PC）用 ---*/
	align-items: center;
	overflow: hidden;
}
.threeImgColumn .imgBox img {
	height: auto;
}
.threeImgColumn .imgColumnBox {
	width: 31.5%;
	height: 100%;
	float: left;
	behavior: url(PIE.htc);
	margin-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.threeImgColumn .imgColumnBox img {
	display: block;
	width: inherit;
	margin: 0 auto;
}
.threeImgColumn .imgColumnBox:first-child {
	margin-left: 0;
}

@media screen and (max-width: 767px) {
.threeImgColumn {
	/*margin-left: -14px;
	margin-right: -14px;*/
}
.threeImgColumn .columnTit {
	font-size: 1.2rem;
	line-height: 1.2;
	padding: 10px 0 3px 0px;
	position: relative;
	text-align: center;
}
.threeImgColumn .imgBox {
}
.threeImgColumn .imgColumnBox {
	width: 33.3%;
	padding: 5px;
	margin: 0px 0 0 0;
}
.threeImgColumn .imgColumnBox img {
}
.threeImgColumn .imgColumnBox:last-child {
}
}

@media screen and (max-width: 767px) {
.twoImgColumn {
	overflow: hidden;
	/*margin-left: -14px;
	margin-right: -14px;*/
}
.twoImgColumn .imgColumnBox {
	width: 47%;
	max-height: auto!important;
	margin: 0px 0 0 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.twoImgColumn .imgColumnBox img {
	display: block;
	width: auto;
	margin: 0 auto;
}

.twoImgColumn .imgColumnBox:first-child {
}
.twoImgColumn .imgColumnBox:last-child {
}
.twoImgColumn .columnTit {
	font-size: 1.2rem;
	text-align: center;
	padding: 10px 0 5px 0px;
}
}

@media screen and (max-width: 1000px) {
.twoImgColumn .imgColumnBox {
	width: 47%;
	margin-left: 0px;
}
}

@media screen and (max-width: 767px) {
.columnImg {
	text-align: center;
	width: 100%;
	margin: 0 auto 0;
}
}
/*===FOUR IMG COLUMN=========================*/
.fourImgColumn {
	overflow: hidden;
	margin-bottom: 1.5em;
}
.fourImgColumn .columnTit {
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.2;
	padding: 10px 10px 0em;
	margin-bottom: 0.5em;
	position: relative;
}
.fourImgColumn .imgBox {
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	/*display:-ms-flexbox;/*--- IE10 ---*/
	/*display: -webkit-flex;/*--- safari（PC）用 ---*/
	/*display:flex;-*/
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
	-webkit-box-align: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	-webkit-align-items: center;/*--- safari（PC）用 ---*/
	align-items: center;
	overflow: hidden;
}
.fourImgColumn .imgBox img {
	height: auto;
}
.fourImgColumn .imgColumnBox {
	width: 23%;
	height: 100%;
	float: left;
	behavior: url(PIE.htc);
	margin-left: 10px;
}
.fourImgColumn .imgColumnBox img {
	display: block;
	width: inherit;
	margin: 0 auto;
}
.fourImgColumn .imgColumnBox:first-child {
	margin-left: 0;
}

@media screen and (max-width: 767px) {
.fourImgColumn {
	/*margin-left: -14px;
	margin-right: -14px;*/
	border-bottom: 1px solid #e9e7e3;
}
.fourImgColumn .columnTit {
	line-height: 1.2;
	padding: 10px 0 3px 0px;
	position: relative;
	text-align: center;
}
.fourImgColumn .imgColumnBox {
	width: 50%;
	height: 110px;
	margin: 0px 0 0 0;
	padding: 5px;
	border-top: 1px solid #e9e7e3;
	border-left: 1px solid #e9e7e3;
	border-right: 1px solid #e9e7e3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.fourImgColumn .imgColumnBox:nth-child(2n) {
	border-left: 0;
}
.fourImgColumn .imgColumnBox img {
}
.fourImgColumn .imgColumnBox:last-child {
}
}
.columnTxt {
}

@media screen and (max-width: 767px) {
.columnTxt {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
}
/*===DEFINITION BOX=========================*/
.dlBox {
	overflow: hidden;
	behavior: url(PIE.htc);
	margin-bottom: 1.3rem;
}
.dlBoxTxt dl {
	overflow: hidden;
}
.dlBoxTxt dl dt {
	width: 130px;
	float: left;
	border-top: 1px solid #333;
	margin-right: 15px;
	padding: 10px 0;
font-size:1.3rem;
}
.dlBoxTxt dl dd {
	overflow: hidden;
	border-top: 1px solid #cdcdcd;
	padding: 10px 0;
font-size:1.3rem;
}
.dlBoxImg {
	float: left;
	width: 240px;
	margin-right: 20px;
}
.dlBoxTxt {
	padding-left: 5px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
.dlBoxImg {
	float: none;
	width: 100%;
	margin-right: 0;
	text-align: center;
}
.dlBoxTxt {
	padding-left: 0;
	margin-top: 10px;
	overflow: hidden;
}
}

@media screen and (max-width: 767px) {
.dlBoxTxt dl dt {
	width: 100%;
	float: none;
	border-top: 1px solid #cdcdcd;
	margin-right: 15px;
	font-weight: bold;
	padding: 10px 0;
}
.dlBoxTxt dl dd {
	overflow: hidden;
	border-top: 1px solid #cdcdcd;
	padding: 10px 0;
}
}
/*===DEFINITION BOX FIRST-CHILD=========*/
.dlBoxTxt dl:first-child dt, .dlBoxTxt dl:first-child dd {
	border-top: 0;
	padding: 0 0 10px;
}

@media screen and (max-width: 767px) {
.dlBoxTxt dl:first-child dd {
	border-top: 1px solid #cdcdcd;
	padding: 10px 0;
}
}
/*===TEXT BOX=========================*/
.txtBox01 {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #cdcdcd;
	background: #fff;
	padding: 10px 16px;
	behavior: url(PIE.htc);
	margin-bottom: 0.5em;
}
.txtBox02 {
	overflow: hidden;
	padding: 10px 16px;
	behavior: url(PIE.htc);
	border-top: #cdcdcd solid 1px;
	margin-bottom: 0.5em;
	background: #f3f3f3;
}
.txtBox03 {
	overflow: hidden;
	box-sizing: border-box;
	border: 3px solid #cdcdcd;
	background: #fff;
	padding: 10px 16px;
	margin-bottom: 15px;
}
.txtBox04 {
	overflow: hidden;
	background: #fff;
	padding: 10px 16px;
	margin: 0px 0px 20px 0px;
	color: #333!important;
}
.txtBoxBase {
	overflow: hidden;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
.txtBox02 {
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px 16px;
	box-shadow: inset 0 0 0 1px #cdcdcd;
	behavior: url(PIE.htc);
	margin: 0px 0px 0.5em 0px;
	border-top: #CCCCCC solid 1px;
}
.txtBox04 {
	padding: 10px 16px;
	margin: 0px 0px 20px 0px;
}
}
/*===TWO TEXT COLUMN====================*/
.twoTxtColumn {
	width: 48%;
	float: left;
}
.twoTxtColumn+.twoTxtColumn {
	float: right;
}

@media screen and (max-width: 767px) {
.twoTxtColumn {
	width: 100%;
	float: none;
}
.twoTxtColumn+.twoTxtColumn {
	float: none;
	margin-top: 10px;
}
}
/*===QUESTION====================*/
.question dl {
	margin-bottom: 1em;
}
.question dl dt {
	background: url(../images/icon/icon_q.svg) left center no-repeat;
	background-size: 23px 23px;
	padding: 0 0 0 40px;
	font-size: 1.8rem;
}
.question dl dd {
	background: url(../images/icon/icon_a.svg) left 4px no-repeat;
	background-size: 25px 25px;
	padding: 0 0 0 40px;
	margin-top: 6px;
}

@media screen and (max-width: 767px) {
.question dl dd {
}
}
/*===NUMBER LIST================*/
.numList01 {
	margin-bottom: 1em;
}
.numList01 li {
	position: relative;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #cdcdcd;
	overflow: hidden;
}
.numList01 li .imgList {
	float: right;
	width: 100px;
	margin-left: 20px;
	margin-top: 5px;
}
.numList01 li .num01 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f60;
background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,161,0,1) 100%);
	font-size: 15px;
	color: #FFF!important;
	text-align: center;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	padding-top: 2px;
}
.numList01 li .num02 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f60;
background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,161,0,1) 100%);
	font-size: 15px;
	color: #FFF!important;
	text-align: center;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	padding-top: 2px;
	line-height: 1;
}
/*===CHECK LIST=======================*/
.List01 {
}
.List01 li {
}
.iconCheck01 {
	background: url(../images/icon/icon_check01.png) 0 5px no-repeat;
	padding-left: 25px;
}
.iconCheck02 {
	background: url(../images/icon/icon_check02.png) 0 5px no-repeat;
	padding-left: 25px;
}
.List03 {
	margin-bottom: 10px;
}
.List03 li {
	margin-bottom: 5px;
	background: url(../images/icon/icon_check.svg) left 6px no-repeat;
	background-size: 13px 13px;
	padding-left: 18px;
	float: left;
	margin-right: 16px;
}
.ListBox li {
	font-size: 12px;
	color: #000;
	margin-bottom: 0.3em;
	margin-left:4px;
	border: 1px solid #000;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ListBox li a{
	display:block;
	padding: 3px 8px;
}
.ListBox li a:hover {
	color: #fff;
	text-decoration: none;
}
.ListBox li:hover {
	background: #000;
}



/*===DISK LIST=======================*/
.discList01 {
	padding: 0 0 2em 1.5em;
}
.discList01 li {
	margin-bottom: 1em;
	list-style-type: circle;
	list-style-position: outside;
}
.discList01 li:last-child {
	margin-bottom: 0px;
}
/*===DISK LIST=======================*/
.discList02 {
	padding: 0 0 0 1.1em;
}
.discList02 li {
	margin-bottom: 5px;
	list-style-type: circle;
	list-style-position: outside;
	float: left;
	margin-right: 35px;
}
.discList02 li:last-child {
	margin-bottom: 0px;
	margin-right: 0px;
}
/*===NUMBER LIST02================*/
.numList02 {
	padding: 0 0 0 1.3em;
}
.numList02 li {
	margin-bottom: 0.5em;
	list-style-type: disc;
	list-style-type: decimal;
	list-style-position: outside;
}
.numList02 li:last-child {
	margin-bottom: 0px;
}
/*===WP PAGENAVI================*/
.wp-pagenavi {
	text-align: center;
	color: #cdcdcd!important;
	margin: 30px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #f60 !important;
	display: inline-block;
	vertical-align: middle;
	color: #333!important;
	padding: 5px 10px 0;
	text-decoration: none;
	margin-right: 8px;
	font-size: 16px;
}
.wp-pagenavi span.pages {
}
.wp-pagenavi a:hover {
	text-decoration: none;
	background-color: #f60;
background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,161,0,1) 100%);
	color: #FFF!important;
}
.wp-pagenavi span.current {
	text-decoration: none;
	background-color: #f60;
background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,161,0,1) 100%);
	color: #FFF!important;
}
.wp-pagenavi span.current {
	font-weight: normal;
}
/*===PAGE LINK========================*/
.pagelink {
	padding: 13px;
	background: #f3f3f3;
	margin-bottom: 0.5em;
	font-size: 1.5rem;
}
.pagelink .back a {
	float: left;
	text-align: center;
	text-decoration: none;
	color: #FFF!important;
	display: block;
	width: 25%;
	padding: 8px 10px;
	text-decoration: none;
	background-color: #f60;
background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,161,0,1) 100%);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pagelink .back a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.pagelink .back a span {
	background: url(../images/icon/icon_list01a.svg) left center no-repeat;
	display: inline-block;
	background-size: 18px 15px;
	padding-left: 27px;
}
.pagelink .next, .pagelink .prev {
	width: 30%;
	float: right;
	box-sizing: border-box;
	
}
.pagelink .next {
	margin-left: 10px;
}
.pagelink .next a, .pagelink .prev a {
	display: block;
	padding: 8px 0;
	text-align: center;
	color: #FFF!important;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f60;
background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,161,0,1) 100%);
}
.pagelink .next a:hover, .pagelink .prev a:hover {
	opacity: 0.6;
}
.pagelink .next a span {
	display: inline-block;
	background: url(../images/icon/icon_link_01a.svg) right center no-repeat;
	background-size: 6px 15px;
	padding-right: 15px;
}
.pagelink .prev a span {
	display: inline-block;
	background: url(../images/icon/icon_link_02a.svg) left center no-repeat;
	background-size: 6px 15px;
	padding-left: 15px;
}

@media screen and (max-width: 1000px) {
.pagelink .back a {
	width: 25%;
}
}

@media screen and (max-width: 767px) {
.pagelink {
	padding: 0px;
	background: none;
	font-size: 1.8rem;
}
.pagelink .back a {
	float: none;
	width: auto;
	padding: 10px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}
.pagelink .back a:hover {
	text-decoration: none;
	background: #333;
}
.pagelink .back a span {
	display: inline-block;
}
.pagelink .next, .pagelink .prev {
	margin: 0 auto;
	width: auto;
	float: none;
	margin-bottom: 5px;
}
.pagelink .next {
}
.pagelink .next a, .pagelink .prev a {
	display: block;
	padding: 10px;
	text-align: center;
	color: #FFF!important;
	text-decoration: none;
}
}
/*===TABLE BASIC 01=======================*/
.tableBasic01 {
	font-size: 1.3rem;
	margin-bottom: 1em;
	background-color: #FFFFFF;
	width: 100%;
	border-top: 1px solid #f60;
	border-bottom: 1px solid #f60;
}
.tableBasic01 th {
	border-top: 1px solid #f60;
	padding: 14px 15px;
	font-weight: normal;
	background: #f9f9f9;
	color: #f60;
}
.tableBasic01 td {
	border-top: 1px solid #f60;
	border-left: 1px solid #FFF;
	padding: 8px 12px;
}
.tableBasic01 tr:nth-child(1) th {
	border-top: 1px solid #f60;
}
.tableBasic01 tr:nth-child(1) td {
	border-top: 1px solid #f60;
}

@media screen and (max-width: 767px) {
.tableBasic01 {
	font-size: 1.1rem;
}
}
/*===TABLE BASIC 02=======================*/
.tableBasic02 {
	font-size: 1.3rem;
	overflow-x: auto;
	margin-bottom: 1em;
	background-color: #FFFFFF;
}
.tableBasic02::-webkit-scrollbar {
 width: 5px;
 background: #efefef;
}
.tableBasic02::-webkit-scrollbar:horizontal {
 height: 5px;
 background: #efefef;
}
.tableBasic02::-webkit-scrollbar-thumb {
 background-color: #f60;
background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,161,0,1) 100%);
 border-radius: 2px;
}
.tableBasic02::-webkit-scrollbar-thumb:horizontal {
 background-color: #f60;
background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,161,0,1) 100%);
 border-radius: 2px;
}
.tableBasic02 table {
	width: 100%;
	border: 1px solid #f60;
}
.tableBasic02 table th {
	font-weight: normal;
	background-color: #f60;
background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,161,0,1) 100%);
	border-left: 1px solid #fff;
	padding: 14px 15px;
	color: #fff;
}
.tableBasic02 table td {
	border-top: 1px solid #f60;
	border-left: 1px solid #f60;
	padding: 8px 12px;
}
.tableBasic02 table tr:nth-child(1) th {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

@media screen and (max-width: 767px) {
.tableBasic02 {
	font-size: 1.1rem;
}

.tableBasic02 table {
	width: 170%;
}
}
/*===TABLE BASIC 03=======================*/
.tableRes {
	width: 100%;
	border-collapse: collapse;
	background: #FFFFFF;
}
.tableRes td, .tableRes th {
	padding: 0.4em 0.4em;
	border: 1px solid #cdcdcd;
}
.tableRes th {
	font-weight: normal;
	text-align: center;
}
.tableRes thead th {
	background: #f3f3f3;
}

@media only screen and (max-width:767px) {
.tableRes {
	display: block;
	margin: 0.2em;
	width: auto;
}
.tableRes thead {
	display: none;
}
.tableRes tbody {
	display: block;
}
.tableRes tbody tr {
	display: block;
	margin-bottom: 0em;
	border-bottom: 1px solid #eeeeee;
}
.tableRes tbody th, .tableRes tbody td {
	display: block;
	border: none;
	padding: 0em 0.2em;
}
.tableRes tbody th {
	font-size: 15px;
	list-style-type: none;
	background: #FFF;
	text-align: left;
	padding: 0.5em 0.2em 0.2em;
}
.tableRes tbody td {
	padding: 0em 0.2em 0.3em;
}
}
/*===TABLE FORM=======================*/
.formTable {
	width: 100%;
	font-size: 1.3rem;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 1em;
}
.formTable .cmt {
	font-size: 1.1rem;
	margin-top: 0.5em;
	color: #A0A0A0;
}
.formTable th {
	vertical-align: middle;
	text-align: left;
	width: 220px;
	text-align: right;
	border-top: 1px solid #cdcdcd;
	padding: 18px 33px 18px 0;
	overflow: hidden;
	font-weight: normal;
}
.formTable td {
	border-top: 1px solid #cdcdcd;
	padding: 5px 0 8px;
}
.formTable thead th, .formTable thead td {
	padding: 0 0 1px 0;
	text-align: left;
	border: none;
}
.formTable td div {
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.formTable td div:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.formTable thead th div, .formTable thead td div {
	border-bottom: 1px solid #f60!important;
	padding: 0;
	margin: 0;
}
.must {
	display: inline-block;
	color: #FFF!important;
	background-color: #f60;
background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,161,0,1) 100%);
	font-size: 11px;
	padding: 2px 3px;
	float: left;
	margin-left: 10px;
	height: 16px;
	line-height: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#form input[type=text] {
	border: 1px solid #cdcdcd;
	padding: 0;
	margin: 0;
	height: 25px;
	line-height: 25px;
	width: 99%;
}
#form input[type=email] {
	border: 1px solid #cdcdcd;
	padding: 0;
	margin: 0;
	height: 25px;
	line-height: 25px;
	width: 99%;
}
#form input[type=tel] {
	border: 1px solid #cdcdcd;
	padding: 0;
	margin: 0;
	height: 25px;
	line-height: 25px;
	width: 99%;
}
.inputTextStyle01 {
	width: 233px;
}
.inputTextStyle02 {
	width: 79px;
}
#form input[type=checkbox] {
	margin-right: 0px;
}
#form textarea {
	border: 1px solid #cccccc;
	padding: 0;
	margin: 0;
	width: 99%;
	height: 153px;
}
/*===FORM INPUT=======================*/
#form input[type=submit] {
	width: 330px;
	height: 50px;
	border: 0;
	margin: 0;
	cursor: pointer;
	color: #FFF!important;
	text-decoration: none;
	background-color: #f60;
background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,161,0,1) 100%);
	behavior: url(PIE.htc);
	font-size: 15px;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#form input[type=submit]:hover {
	text-decoration: none;
	opacity: 0.6;
}
#form input[type=reset] {
	width: 330px;
	height: 50px;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	background: #ccc;
	margin-left: 15px;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#form input[type=reset]:hover {
	text-decoration: none;
	color: #f60;
	background: #FFFFFF;
}
#form label {
	margin-right: 10px;
}
.formBtn {
	background: #f3f3f3;
	padding: 15px;
	text-align: center;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
#form textarea {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.formTable thead {
	display: none;
}
.formTable th, .formTable td {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.formTable th {
	text-align: left;
	padding: 18px 0 2px;
	font-size: 1.8rem;
	font-weight: bold;
}
.must {
	display: inline-block;
	color: #FFF!important;
	font-size: 11px;
	padding: 0 3px 0 3px;
	float: left;
	margin-left: 10px;
	height: 16px;
	line-height: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	float: right;
}
.inputTextStyle01 {
	width: 100%;
}
#form input[type=submit] {
	display: block;
	margin: 10px auto 0;
	width: 100%;
}
#form input[type=reset] {
	display: block;
	margin: 10px auto 0;
	width: 100%;
	font-size: 16px;
}
#form input[type=text] {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}
#form label {
	display: block;
	position: relative;
	margin-right: 0px;
}
.formBtn {
	background: #FFF;
	padding: 0px;
	text-align: center;
	margin-bottom: 20px;
}
}







/*radio01 css*/
.radio01-input{
  display: none;
}
.radio01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio01-input:checked + .radio01-parts{
  color: #f60;
}
.radio01-input:checked + .radio01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background-color: #f60;
background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,161,0,1) 100%);
  border-radius: 50%;
}

/* css checkbox01 */
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #f60;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #f60;
  border-right: 3px solid #f60;
}

.acf-map iframe {
	width: 100%;
}

.acf-map {
	width: 100%;
	height: 400px;
	margin: 20px 0;
}


.detailinfor {
	border-bottom:1px solid #d2d2d2;
	margin-bottom:2rem;
}
.detailinforbox01 {
	float:left;
	width:72%;
	text-align:center;
}
.detailinforbox02 {
	float:right;
	width:200px;
}
@media screen and (max-width: 767px) {
.detailinfor {
	border-bottom:1px solid #d2d2d2;
	margin-bottom:2rem;
	padding-bottom:2rem;
}
.detailinforbox01 {
	float:none;
	width:100%;
	text-align:center;
}
.detailinforbox02 {
	float:none;
	width:100%;
	overflow-x: auto;
	overflow-y: hidden;
}
}

.bxslider .bxsliderimg {
	background:#f3f3f3;
}
.bxslider .bxslidertxt {
	text-align:left;
	font-size:1.3rem;
	padding:1rem 0;
}

.detailslider {
	padding:0 3rem;
	background:#fff;
	overflow:hidden;
}
.detailslider img {
	margin:0 auto;
}
.detailslider .bx-wrapper .bx-prev {
	left: -30px;
	background: url(../images/detail/ico_prev.png) no-repeat 0 0;
}
.detailslider .bx-wrapper .bx-next {
	right: -30px;
	background: url(../images/detail/ico_next.png) no-repeat right 0;
}
@media screen and (max-width: 767px) {

.bxslider .bxslidertxt {
	text-align:left;
	font-size:1.3rem;
	padding:1rem;
}
.detailslider {
	padding:0;
}
.detailslider .bx-wrapper .bx-prev {
	left: -30px;
	background: none;
}
.detailslider .bx-wrapper .bx-next {
	right: -30px;
	background: none;
}

}

.detailpage{
	margin-left: -10px;
}
.detailpage li{
	float: left;
	width: 95px;
	height: 95px;
	padding-left: 10px;
	margin-bottom: 14px;
}
.detailpage li a{
	display: table;
	width: 95px;
	height: 95px;
	background: #f3f3f3;
}
.detailpage li a span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1;
}
.detailpage li a span img{
	vertical-align: top;
}
.detailpage li a span img {
	opacity: 1;
}
.detailpage li a,
.detailpage li a:hover{
	-webkit-transition: initial!important;
    -moz-transition: initial!important;
    -ms-transition: initial!important;
    transition: initial!important;
}
.detailpage li a:hover img{
	opacity: 1;
	-webkit-transition: initial!important;
    -moz-transition: initial!important;
    -ms-transition: initial!important;
    transition: initial!important;
}
.detailpage li a:hover,
.detailpage li a.active{
	background-color: #f60;
background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,161,0,1) 100%);
}
@media screen and (max-width: 767px){
.detailpage{
	margin-left: 0;
	width: 795px;
	padding: 0 10px;
}
.detailpage li{
	float: left;
	width: 95px;
	height: 95px;
	padding-left: 0;
	margin-bottom: 0;
}
.detailpage li + li{
	margin-left: 5px;
}
.detailpage li a{
	display: table;
	width: 95px;
	height: 95px;
	background: #f3f3f3;
}
.detailpage li a span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1;
}
.detailpage li a span img{
	vertical-align: top;
}
.detailpage li a span img {
	opacity: 1;
}
.detailpage li a,
.detailpage li a:hover{
	-webkit-transition: initial!important;
    -moz-transition: initial!important;
    -ms-transition: initial!important;
    transition: initial!important;
}
.detailpage li a:hover img{
	opacity: 1;
	-webkit-transition: initial!important;
    -moz-transition: initial!important;
    -ms-transition: initial!important;
    transition: initial!important;
}	
.detailpage li a:hover{
	background: none;
}
.detailpage li a.active{
	background-color: #f60;
background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,161,0,1) 100%);
}
}

