@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {content: "";display: block;clear: both;}
/* flex */
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 14px;
    max-width: 1130px;
}
#pagePath ul {
	display: flex;
}
#pagePath ul li {
	margin-right: 3px;
	color: #89817b;
	font-size: 1rem;
}
#pagePath ul li a {
	color: #e95b00;
}
@media all and (min-width: 897px) {
	#pagePath ul li a:hover {
		text-decoration: underline;
	}
    #conts .comSlideBox {
        display: none !important;
    }
}
@media all and (max-width: 896px) {
	#pagePath {
        max-width: inherit;
        overflow-x: auto;
		margin-bottom: 20px;
        position: relative;
	}
    #pagePath::-webkit-scrollbar {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 5px;
        background: #FAF6ED;
    }
    #pagePath::-webkit-scrollbar-thumb {
        height: 5px;
        border-radius: 5px;
        background-color: #e95b00;
    }
	#pagePath ul li {
		flex-shrink: 0;
	}
    .comSlideBox {
        display: none !important;
    }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	display: flex;
	align-items: flex-end;
	font-size: 2.4rem;
	line-height: 1.71;
	color: #1c1612;
	box-sizing: border-box;
}
.headLine01 img {
	margin-right: 17px;
}
.headLine01 .textSpan {
	padding-bottom: 5px;
}
.headLine01 .textSpan span {
	display: block;
	font-weight: normal;
	font-size: 1.2rem;
}
@media all and (min-width: 897px) {
	.headLine01 {
		min-height: 62px;
	}
	.headLine01 .textSpan:first-child {
		margin-left: -10px;
	}
	.headLine01::after {
		content: '';
		height: 62px;
	}
}
@media all and (max-width: 896px) {
	.headLine01 {
		padding-right: 10px;
		font-size: 2rem;
		align-items: start;
	}
	.headLine01 img {
		margin-top: 5px;
		display: none;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	padding-bottom: 8px;
	margin-bottom: 16px;
	font-size: 1.6rem;
	color: #1c1612;
	line-height: 2.25;
	position: relative;
	font-weight: bold;
	text-align: center;
}
.headLine02::before {
	margin-left: -16px;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 32px;
	height: 2px;
	border-radius: 2px;
	background-color: #e95b00;
	content: '';
}
.headLine02.large {
	padding-bottom: 4px;
	font-size: 2rem;
}
.comSlideBox .headLine02.large {
	margin-bottom: 13px;
}
.headLine02.recommend {
	line-height: 1.5;
	padding-bottom: 10px;
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 12px;
	padding-left: 15px;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.69;
}
.headLine03::before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 3px;
	height: calc(100% - 10px);
	content: '';
	border-radius: 2px;
	background-color: #e95b00;
}
.headLine03.green::before {
	background-color: #66ba31;
}
.headLine03.blue::before {
	background-color: #30a1dd;
}
.headLine03.red::before {
	background-color: #dd3030;
}
@media all and (max-width: 896px) {
	.headLine03 {
        margin-right: -10px;
		margin-bottom: 14px;
		color: #4d3a2e;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 15px;
	font-size: 2rem;
	line-height: 1.7;
	color: #e95b00;
	text-align: center;
	font-weight: bold;
}
.headLine05 {
	margin-bottom: 16px;
	line-height: 1.6;
}
.headLine05 span {
	color: #1c1612;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 0;
		font-size: 1.6rem;
	}
	.headLine05 {
		margin-bottom: 18px;
	}
}

/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
    margin-bottom: 16px;
    padding: 11px 16px 10px;
    font-size: 1.6rem;
    line-height: 27px;
    color: #FFF;
    border-radius: 5px;
    background-color: #4d3a2e;
}
.headLine06.small {
    padding: 7px 16px 6px;
    font-size: 1.4rem;
}
@media all and (max-width: 896px) {
    .headLine06 {
        padding: 5px 16px 3px;
        font-size: 1.4rem;
        line-height: 24px;
        border-radius: 0;
    }
    .headLine06.small {
        padding: 5px 16px 4px;
    }
}

/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 6px;
    font-size: 2.4rem;
    line-height: 41px;
    color: #1c1612;
    border-bottom: 3px solid #ddd9d1;
}
.headLine07:before {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 48px;
    height: 3px;
    background-color: #e95b00;
    content: '';
}
@media all and (max-width: 896px) {
    .headLine07 {
        margin: 0 15px 16px;
        padding-bottom: 8px;
        font-size: 2rem;
        line-height: 34px;
    }
	.headLine07.style01 {
        margin: 0 0 16px;
	}
}

/*------------------------------------------------------------
	headLine08
------------------------------------------------------------*/
.headLine08 {
    margin: 40px 0 20px;
    padding: 10px 16px;
    font-size: 1.8rem;
    background-color: #eff3f4;
    border-radius: 5px;
}

@media all and (max-width: 896px) {
    .headLine08 {
        padding: 6px 16px;
        font-size: 1.5rem;
        margin: 0 -15px 15px;
        border-radius: 0;
        line-height: 1.67;
    }
}

/*------------------------------------------------------------
	headLine11
------------------------------------------------------------*/
.headLine11 {
	margin-bottom: 15px;
	padding: 8px 16px 10px;
	border-radius: 5px;
	font-size: 1.4rem;
	background-color: #faf6ed;
}
@media all and (max-width: 896px) {
	.headLine11 {
		margin-bottom: 10px;
	}
}
/*------------------------------------------------------------
	headLine12
------------------------------------------------------------*/
.headLine12 {
	margin-bottom: 13px;
	padding-bottom: 7px;
	font-size: 1.4rem;
	line-height: 1.2;
	border-bottom: 1px dotted #ccc;
}
@media all and (max-width: 896px) {
	.headLine12 {
		line-height: 1.5;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding: 6px 37px 0 32px;
	background-color: #faf6ed;
	border-bottom: 1px solid #ddd9d1;
	overflow: hidden;
}
.pageTitle .ttlBox {
	margin: 0 auto;
	width: 1110px;
}
.pageTitle .pinkP {
	padding: 4px 7px 2px;
	margin: 22px auto 5px;
	max-width: 1140px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 5px;
	background-color: #f87ead;
}
.pageTitle .pinkP img {
	width: 17px;
}
.pageTitle .ptBox {
	margin: 0 auto 8px;
	max-width: 1140px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.pageTitle .ptBox .headLine01 {
	line-height: 1.6;
}
.pageTitle .ptBox .headLine01 .textSpan {
	padding-bottom: 0;
}
.pageTitle .ptBox .headLine01 img {
	margin: 0 8px 12px 0;
}
.pageTitle .ptBox .collection {
	margin-top: 3px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	border-radius: 5px;
	background-color: #37acac;
}
.pageTitle .ptBox .collection img {
	margin-bottom: 3px;
}
.pageTitle .pageNews {
	padding: 9px 0 15px;
	position: relative;
	margin: 0 auto;
	max-width: 1140px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pageTitle .pageNews::before {
	position: absolute;
	left: calc(50% - 50vw);
	top: 0;
	width: 100vw;
	height: 1px;
	background-color: #ddd9d1;
	content: '';
}
.pageTitle .pageNews p {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.7;
	margin: 0 auto 0 0;
}
.pageTitle .pageNews ul {
	display: flex;
	align-items: center;
}
.pageTitle .pageNews ul li {
	margin-left: 5px;
	width: 40px;
}
.comBox {
	margin: 0 auto;
	width: 1140px;
}
.comLine {
	margin-bottom: 28px;
	height: 1px;
	background-color: #ddd9d1;
	border: none;
}
.pageTitle .ttlBox02 {
    padding: 16px 0 5px;
}
.pageTitle .ttlBox02 .headLine01 {
    margin: 0 -10px;
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding: 7px 5px 1px 17px;
		border-bottom: none;
	}
	.pageTitle.mt0 {
		margin-top: 0 !important;
	}
	.pageTitle .ttlBox {
		width: auto;
	}
	.pageTitle .pinkP {
		margin-right: 11px;
	}
	.pageTitle .ptBox {
		margin: 0 0 7px 0;
	}
	.pageTitle .ptBox .headLine01 img {
		display: none;
	}
	.pageTitle .ptBox .collection {
		display: none;
	}
	.pageTitle .ptBox .headLine01 {
		color: #4d3a2e;
		line-height: 1.7;
	}
	.headLine01 .textSpan span {
		line-height: 1.53;
	}
	.pageTitle .pageNews {
		padding: 7px 0;
		display: block;
	}
	.pageTitle .pageNews::before {
		left: -17px;
	}
	.pageTitle .pageNews ul li {
		width: 30px;
	}
	.pageTitle .pageNews p {
		margin: 0 0 7px;
	}
	.pageTitle .pageNews ul li:first-child {
		width: 40px;
	}
	.pageTitle .pageNews ul {
		margin-left: -5px;
	}
	.comBox {
		margin: 0 15px;
		width: auto;
	}
    .pageTitle .ttlBox02 .headLine01 {
        margin: 0;
    }
}
/*------------------------------------------------------------
	pageLink
------------------------------------------------------------*/
.pageLink {
	padding: 8px 0;
	display: flex;
	justify-content: center;
	background-color: #e95b00;
}
.pageLink li {
	margin: 0 8px;
}
@media all and (max-width: 896px) {
	.pageLink {
		padding: 8px 15px;
	}
	.pageLink li {
		margin: 0 3px;
	}
}
/*------------------------------------------------------------
	comSearchBox
------------------------------------------------------------*/
.comSearchBox {
	padding: 16px 0 15px;
	background-color: #eff3f4;
	border-bottom: 1px solid #ddd9d1;
}
.comSearchBox .comBox {
	display: flex;
	justify-content: space-between;
}
.comSearchBox .lBox {
	padding-left: 2px;
	width: 536px;
}
.comSearchBox .ttl {
	padding-left: 24px;
	color: #1c1612;
	font-weight: bold;
	font-size: 1.6rem;
	background: url(../../img/common/icon05.png) no-repeat left center;
	background-size: 16px auto;
}
.comSearchBox .lBox .topBox {
	margin-bottom: 7px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comSearchBox .lBox .saveBtn {
	width: 135px;
}
.comSearchBox .lBox .saveBtn a {
	display: block;
	padding: 6px 8px 5px 27px;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	border: solid 1px #ddd9d1;
	background: url(../../img/common/icon06.png) no-repeat left 8px center #fff;
	background-size: 16px auto;
}
.comSearchBox .lBox .saveBtn a:hover {
	opacity: 0.7;
}
.comSearchBox .midBox {
	margin-bottom: 10px;
}
.comSearchBox .midBox a {
	display: flex;
	justify-self: start;
	align-items: center;
}
.comSearchBox .midBox a:hover {
    opacity: 0.7;
}
.comSearchBox .midBox .txt {
	padding-left: 8px;
	width: 75px;
	height: 48px;
	display: flex;
	font-size: 1.2rem;
	align-items: center;
	border: solid 1px #ddd9d1;
	border-right: none;
	background-color: #d4e8f2;
	box-sizing: border-box;
	border-radius: 5px 0 0 5px;
}
.comSearchBox .midBox .btn {
	color: #fff;
	font-size: 1.4rem;
	width: 88px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #388bdb;
	box-sizing: border-box;
	border-radius: 0 5px 5px 0;
}
.comSearchBox .midBox .txt02 {
	padding-left: 8px;
    display: flex;
    align-items: center;
    background-color: white;
	width: calc(100% - 163px);
	height: 48px;
	font-size: 1.2rem;
	color: #1c1612;
	box-sizing: border-box;
	border-radius: 0;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	border-right: none;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap
}
/*
.comSearchBox .midBox input:focus {
    border-color: #388bdb;
    box-shadow: 1px 1px 0 #388bdb,1px 0 0 #388bdb,0 1px 0 #388bdb,-1px -1px 0 #388bdb;
}
*/
.comSearchBox .btBox {
	display: flex;
	justify-content: space-between;
}
.comSearchBox .btBox .check {
	width: calc(100% - 360px);
}
.comSearchBox .btBox .rSpan {
	display: flex;
	align-items: center;
	width: 340px;
	position: relative;
}
.comSearchBox .btBox .rSpan::before {
	position: absolute;
	left: -25px;
	top: 0;
	width: 1px;
	height: 100%;
	content: '';
	background-color: #ddd9d1;
}
.comSearchBox .btBox .rSpan span {
	width: 64px;
	font-size: 1.2rem;
	color: #89817b;
	line-height: 1.33;
}
.comSearchBox .btBox select {
	width: 276px;
	height: 32px;
	padding: 4px 8px;
	font-size: 1.2rem;
	border-radius: 5px;
	border: solid 1px #ddd9d1;
  	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	background: #fff url(../../img/common/icon15.png) no-repeat right 14px center / 10px auto;
}
.comSearchBox .rBox {
	padding-top: 5px;
	width: 538px;
	box-sizing: border-box;
	position: relative;
}
.comSearchBox .rBox::before {
	position: absolute;
	top: 0px;
	left: -33px;
	width: 1px;
	height: 100%;
	background-color: #ddd9d1;
	content: '';
}
.comSearchBox .rBox .ttl {
	margin-bottom: 10px;
	background-image: url(../../img/common/icon07.png);
}
.comSearchBox .tagList {
	margin-top: -9px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.comSearchBox .tagList li {
	margin: 9px 5px 0 0;
}
.comSearchBox .tagList li a {
	position: relative;
	display: block;
	font-size: 1.4rem;
	padding: 5px 12px 5px 23px;
	border-radius: 32px;
	border: solid 1px #ddd9d1;
	background-color: #fff;
}
.comSearchBox .tagList li a:hover {
    opacity: 0.7;
}
.comSearchBox .tagList li a.on {
    border-color: #e95b00;
}
.comSearchBox .tagList li a::before {
	position: absolute;
	left: 12px;
	top: 4px;
	width: 5px;
	height: 5px;
	content: '#';
	color: #e95b00;
}
@media all and (max-width: 896px) {
	.comSearchBox .comBox {
		display: block;
	}
	.comSearchBox .lBox {
		margin-bottom: 16px;
		width: auto;
	}
	.comSearchBox .rBox {
		width: auto;
	}
	.comSearchBox .ttl {
		font-size: 1.4rem;
	}
	.comSearchBox .lBox .saveBtn a {
		font-size: 1.3rem;
	}
	.comSearchBox .lBox .topBox {
		margin-bottom: 8px;
	}
	.comSearchBox .midBox .txt {
		padding-top: 4px;
		font-size: 1.1rem;
	}
	.comSearchBox .midBox {
		margin-bottom: 5px;
	}
	.comSearchBox .btBox {
		display: block;
	}
	.comSearchBox .btBox .check {
		display: block;
		width: auto;
		margin-bottom: 5px;
	}
	.comSearchBox .btBox .rSpan {
		width: auto;
	}
	.comSearchBox .rBox {
		padding-top: 15px;
	}
	.comSearchBox .rBox::before {
		left: 0;
		top: 0;
		width: 100%;
		height: 1px;
	}
	.comSearchBox .tagList li a {
		padding: 6px 12px 6px 23px;
	}
	.comSearchBox .tagList li a::before {
		left: 10px;
		top: 6px;
	}
    .comSearchBox {
        border-bottom: none;
    }
    .comSearchBox .tagListBox {
        margin-right: -15px;
        overflow-x: auto;
    }
    .comSearchBox .tagListBox .tagList {
        min-width: 100%;
        width: 1400px;
    }

}
/*------------------------------------------------------------
	input checkbox
------------------------------------------------------------*/
input[type="checkbox"] {
	border-radius: 0;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	display: none;
}
input[type="checkbox"] + span {
	display: inline-block;
	padding: 8px 0 4px 30px;
	font-size: 1.2rem;
	color: #1c1612;
	background: url(../../img/common/check.png) no-repeat left center;
	background-size: 24px auto;
}
input[type="checkbox"]:checked + span {
	background-image: url(../../img/common/check_on.png);
}

@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
	margin-bottom: 60px;
	padding: 32px 2px 0;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
#conts {
	width: 776px;
}
@media all and (max-width: 896px) {
	.mainBox {
		margin-bottom: 50px;
		padding: 0;
		display: block;
	}
	#conts {
		width: auto;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn.mt {
	margin-bottom: 5px;
}
.comBtn.mb01 {
	margin-bottom: 8px;
}
.comBtn.mb02 {
	margin-bottom: 25px;
}
.comBtn a {
	padding-top: 2px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	background-color: #e95b00;
	position: relative;
	box-sizing: border-box;
}
.comBtn a.none {
    pointer-events: none;
}
.comBtn.large a {
	height: 64px;
}
.comBtn a:hover {
	opacity: 0.7;
}
.comBtn a::before {
	position: absolute;
	right: 8px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	content: '';
}
.comBtn.blue a {
	background-color: #388bdb;
}
.comBtn.green a {
	background-color: #37acac;
}
.comBtn.whiteBtn {
	width: 380px;
}
.comBtn.whiteBtn a {
	color: #4d3a2e;
	background-color: #fff;
	border-bottom: 3px solid #ddd9d1;
}
.comBtn.whiteBtn a::before {
	border-top-color: #e95b00;
	border-right-color: #e95b00;
}
.comBtn.down a::before {
	top: 18px;
	transform: rotate(135deg);
}
.comBtn a img {
	margin-right: 7px;
}
.comBtn.targetBtn a::before {
	right: 14px;
	top: 35%;
	width: 13px;
	height: 13px;
	border: none;
	background: url(../../img/common/icon27.png) no-repeat center center;
	background-size: cover;
	transform: none;
}
.comBtn.topLink {
    margin: 0 auto;
    max-width: 340px;
}
.comBtn.topLink a {
    height: 64px;
}
.comBtn.grey a {
    color: #89817B;
    background-color: #EFF3F4;
}
.comBtn.whiteBtn .greyLink {
    pointer-events: none;
    color: #89817B;
    background-color: #EFF3F4;
}
@media all and (max-width: 896px) {
	.comBtn a::before {
		right: 16px;
	}
	.comBtn.whiteBtn {
		width: 50%;
	}
	.comBtn.whiteBtn a {
		padding-top: 2px;
		font-size: 1.4rem;
		height: 42px;
	}
	.comBtn.whiteBtn a img {
		height: 16px;
		width: auto;
	}
	.comBtn.whiteBtn a::before {
		right: 8px;
		top: 16px;
	}
    .comBtn.topLink a {
        height: 51px;
    }
}
/*------------------------------------------------------------
	comBtn02
------------------------------------------------------------*/
.comBtn02 {
	margin: 0 auto;
	width: 160px;
}
.comBtn02 a {
	padding: 4px 0 3px;
	display: block;
	line-height: 1.77;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	border: solid 1px #ddd9d1;
	border-bottom-width: 3px;
	background-color: #ffffff;
	box-sizing: border-box;
	background: url(../../img/common/icon16.png) no-repeat right 6px center #fff;
	background-size: 6px auto;
}
.comBtn02 a:hover {
	opacity: 0.7;
}
.comBtn02.large {
    margin-top: 15px;
    max-width: 343px;
    width: auto;
}
.comBtn02.large a {
    background: url("../../img/common/icon18.png") no-repeat left 15px center #fff;
    background-size: 6px auto;
}
.targetLink a {
	background-image: url("../../img/common/icon27.png");
	background-size: 13px auto;
}
@media screen and (max-width: 896px) {
	.comBtn02 a {
		font-size: 1.3rem;
	}
}
.gradBtn a {
	position: relative;
	background: linear-gradient(#FFF 0%, #FFF 42.99%,#F9F5EC 43%, #F9F5EC 100%);
}
.gradBtn a::after {
	position: absolute;
	right: 8px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 1px solid #e95b00;
	border-right: 1px solid #e95b00;
	transform: translateY(-50%) rotate(45deg);
	content: '';
}
/*------------------------------------------------------------
	comBtnList
------------------------------------------------------------*/
.comBtnList {
	width: inherit;
}
.comBtnList {
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 65px;
}
.comBtnList li {
	margin: 10px 12px 0 0;
	width: calc((100% - 25px)/3);
}
.comBtnList li:nth-child(3n) {
	margin-right: 0
}
.comBtnList a {
	padding: 6px 15px;
	height: 66px;
	justify-content: flex-start;
	border: solid 1px #eae3d3;
	color: #4d3a2e;
	background-color: #fff;
	border-bottom: 3px solid #eae3d3;
}
.comBtnList a::before {
	right: 15px;
	border-top-color: #e95b00;
	border-right-color: #e95b00;
}
.comBtnList a img {
	margin-right: 10px;
}
@media all and (max-width: 896px) {
	.comBtnList {
		margin-top: -15px;
	}
	.comBtnList a {
		padding: 12px 5px;
		height: 111px;
		align-content: center;
		font-size: 1.4rem;
		flex-direction: column;
	}
	.comBtnList a .img {
		display: block;
		height: 32px;
		margin: 0 0 12px;
	}
	.comBtnList a img {
		margin-right: 0;
	}
	.comBtnList a::before {
		right: 5px;
		margin-top: -2px;
	}
}
/*------------------------------------------------------------
	comBtn03
------------------------------------------------------------*/
.comBtn03 {
	margin: 0 auto;
	width: 160px;
}
.comBtn03 a {
	padding: 7px 10px 4px;
	display: block;
    position: relative;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	border: solid 1px #ddd9d1;
	border-bottom-width: 3px;
    background: linear-gradient(#fff 50%, #F9F5EC 50%);
}
.comBtn03 a:hover {
    opacity: 0.7;
}
.comBtn03 a span {
    position: relative;
    z-index: 1;
}
.comBtn03 a:after {
	width: 12px;
	height: 19px;
    background: url("../../img/common/icon16.png") no-repeat right 5px center;
    background-size: 100% auto;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: 0;
	content: "";
    z-index: 1;
}

@media all and (max-width: 896px) {
    .comBtn03 a {
        padding-bottom: 6px;
    }
}
/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
    margin-top: 20px;
	text-align: right;
}
.pageTop a {
	color: #388bdb;
	font-weight: bold;
	position: relative;
	text-decoration: underline;
}
.pageTop a::before {
	position: absolute;
	left: -13px;
	top: 7px;
	width: 9px;
	height: 5px;
	background: url(../../img/common/icon17.png) no-repeat center center;
	background-size: cover;
	content: '';
}
@media all and (min-width: 897px) {
	.pageTop a:hover {
		text-decoration: none;
	}
}


/*------------------------------------------------------------
	comSlideBox
------------------------------------------------------------*/
.comSlideBox {
	margin-bottom: 24px;
	padding: 14px 16px 12px;
	background-color: #eff3f4;
    border-radius: 10px;
}
.comSlideBox .slick-arrow {
    margin-top: -48px;
}
.comSlideBox .headLine02 {
	margin-bottom: 16px;
}
.slick-dots {
    position: relative;
    z-index: 10;
	text-align: center;
}
.slick-dots li {
    cursor: pointer;
	margin: 0 3px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	display: inline-block;
	border-radius: 50%;
	background-color: #ddd9d1;
}
.slick-dots li.slick-active {
	background-color: #e95b00;
}
.slick-dots li button {
	display: none;
}
.comSlide {
	position: relative;
}
.comSlide a:hover img {
    opacity: 0.7;
}
.comSlide img {
    width: 100%;
}
.slick-arrow {
	margin-top: -30px;
	position: absolute;
	top: 50%;
	width: 32px;
	height: 56px;
	background-color: rgba(77,58,46,0.75);
	z-index: 10;
	font-size: 0;
	color: transparent;
	overflow: hidden;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	border-radius: 0 5px 5px 0;
	border: none;
	cursor: pointer;
}
.slick-arrow::before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(-50%,-50%) rotate(45deg);
	content: '';
}
.slick-arrow.slick-prev {
	left: 0;
}
.slick-arrow.slick-prev::before {
	margin-left: 5px;
	transform: translate(-50%,-50%) rotate(-135deg);
}
.slick-arrow.slick-next {
	right: 0;
	border-radius: 5px 0 0 5px;
}
.slick-arrow.slick-next::before {
	margin-left: -3px;
}
.jsSlide .slick-arrow {
	margin-top: 0;
}
@media all and (min-width: 897px) {
	.slick-arrow:hover {
		opacity: 0.7;
	}
}

/*------------------------------------------------------------
	comSide
------------------------------------------------------------*/
.comSide {
	margin-bottom: 24px;
}
.comSide .photo {
	margin: -19px 0 12px;
}
.comSide .ttl {
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.71;
	font-weight: bold;
}
.comSide .ttl a:hover {
	opacity: 0.7;
}
.comSide .telBox {
    align-items: center;
	margin-bottom: 3px;
	display: flex;
}
.comSide .telBox span {
	font-size: 1.2rem;
	color: #fff;
	width: 88px;
	padding: 8px 9px 6px 30px;
	border-radius: 32px;
	background: #f80d0d url(../../img/common/icon08.png) no-repeat left 10px top 7px;
	background-size: 16px auto;
	box-sizing: border-box;
}
.comSide .telBox a {
	margin: 3px 0 0 10px;
	font-size: 2rem;
	color: #f80d0d;
	font-weight: bold;
}
.comSide .txt {
	margin-bottom: 11px;
	font-size: 1.2rem;
	line-height: 1.67;
}
.comSide .txt a {
    text-decoration: underline;
    color: #388bdb;
}
.comSide .banner {
	margin-bottom: 10px;
}
.comSide .banner a:hover img {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comSide {
		padding: 15px;
		margin: 0 15px 24px 16px;
		border-radius: 5px;
		border: solid 1px #e95b00;
		border-bottom-width: 3px;
	}
	.comSide .photo {
		margin-top: 0;
	}
	.comSide .comBtn a {
		font-size: 2rem;
	}
	.comSide .comBtn a::before {
		display: none;
	}
}
/*------------------------------------------------------------
	comSide02
------------------------------------------------------------*/
.comSide02 .title {
	padding: 9px 0 7px;
	margin: 0 -16px 20px;
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
	background-color: #4d3a2e;
}
.comSide02 .title span {
	display: block;
	font-weight: normal;
}
.comSide02 .sideSub {
	height: 207px;
	overflow: hidden;
	position: relative;
}
.comSide02 .sideSub.on {
	padding-bottom: 50px;
	height: auto;
}
.comSide02 .sideSub::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color: #fff;
	opacity: 0.5;
	content: '';
	z-index: 1;
}
.comSide02 .sideSub.on::before {
	display: none;
}
.comSide02 .sideSub p {
	margin-bottom: 17px;
	font-size: 1.3rem;
	line-height: 1.85;
}
.comSide02 .sideSub p.ttl {
	font-weight: bold;
	color: #1c1612;
	font-size: 1.4rem;
}
.comSide02 .sideSub p a {
	font-size: 1.4rem;
	color: #e95b00;
	line-height: 1.71;
	font-weight: bold;
	text-decoration: underline;
}
.comSide02 .sideSub .sideUl {
	margin-bottom: 15px;
}
.comSide02 .sideSub .sideUl li {
	margin-bottom: 11px;
	padding-left: 16px;
	font-size: 1.3rem;
	position: relative;
}
.comSide02 .sideSub .sideUl li:last-child {
	margin-bottom: 0;
}
.comSide02 .sideSub p + ul {
	margin-top: -5px;
}
.comSide02 .sideSub .sideUl li::before {
	position: absolute;
	left: 0;
	top: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #e95b00;
	content: '';
}
.comSide02 .moreBtn {
	margin-left: -65px;
	position: absolute;
	left: 50%;
	bottom: 13px;
	width: 131px;
	z-index: 2;
}
.comSide02 .moreBtn a {
	position: relative;
	padding: 4px 0;
	display: block;
	font-size: 1.3rem;
	line-height: 1.77;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	border: solid 1px #ddd9d1;
	background-color: #ffffff;
}
.comSide02 .moreBtn a.on .open,
.comSide02 .moreBtn a .close {
	display: none;
}
.comSide02 .moreBtn a.on .close {
	display: block;
}
.comSide02 .moreBtn a::before {
	position: absolute;
	right: 11px;
	top: 10px;
	width: 2px;
	height: 10px;
	background-color: #e95b00;
	content: '';
}
.comSide02 .moreBtn a.on::before {
	display: none;
}
.comSide02 .moreBtn a::after {
	position: absolute;
	right: 7px;
	top: 14px;
	width: 10px;
	height: 2px;
	background-color: #e95b00;
	content: '';
}
@media all and (min-width: 897px) {
	.comSide02 .sideSub p a:hover {
		text-decoration: none;
	}
    .comSide .txt a:hover {
		text-decoration: none;
    }
}
@media all and (max-width: 896px) {
	#conts .comSide02 {
		margin: 0 -15px;
	}
	.comSide02 {
		padding: 0 15px;
	}
	.comSide02 .title {
		margin: 0 -15px 20px;
		font-size: 1.4rem;
		line-height: 1.43;
	}
	.comSide02 .sideSub {
		height: auto;
	}
	.comSide02 .sideSub::before {
		display: none;
	}
    .comSide02 .sideSub .photo img {
        width: 100%;
    }
	.comSide02 .moreBtn {
		display: none;
	}
	.comSide02 .sideSub p {
		color: #4d3a2e;
	}
	.comSide02 .sideSub .sideUl li {
		color: #4d3a2e;
	}
}

/*------------------------------------------------------------
	comRentBox
------------------------------------------------------------*/
.comRentBox {
	margin-bottom: 24px;
	padding: 20px 16px 16px;
	border-radius: 10px;
	background-color: #eff3f4;
}
.comRentBox p {
	padding-left: 25px;
	margin-bottom: 12px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	background: url(../../img/common/icon12.png) no-repeat left center;
	background-size: 16px auto;
}
.comRentBox .checkList {
	margin: -8px 0 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comRentBox .checkList li {
	margin-top: 8px;
	width: 48.5%;
	box-sizing: border-box;
}
.comRentBox .checkList label {
	padding: 7px 8px 9px;
	display: block;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #ddd9d1;
}
.comRentBox .comBtn a::before {
	top: 24px;
	width: 11px;
	height: 1px;
	border: none;
	transform: none;
	background-color: #fff;
}
.comRentBox .comBtn a::after {
	position: absolute;
	right: 13px;
	top: 19px;
	width: 1px;
	height: 11px;
	background-color: #fff;
	content: '';
}

/*------------------------------------------------------------
	comCheckUl
------------------------------------------------------------*/
.comCheckUl li {
	margin-bottom: 8px;
}
.comCheckUl label {
    cursor: pointer;
	display: block;
}
.comCheckUl input[type="checkbox"] + span {
	background-position: left 7px top 7px;
}
.comCheckUl input[type="checkbox"]:checked + span {
	background-color: #fcf1b8;
}
.comCheckUl .txtSub {
	display: flex;
	width: 100%;
	background-color: #fff;
	padding: 8px 6px 6px 35px;
	border-radius: 5px;
	border: solid 1px #ddd9d1;
	box-sizing: border-box;
}
.comCheckUl .txtSub .txtP {
	margin-right: 15px;
	width: 110px;
	font-size: 1.4rem;
	line-height: 1.71;
}
.comCheckUl .txtSub .img {
	width: 128px;
}

@media all and (max-width: 896px) {
    .comCheckUl .txtSub .txtP {
        margin-right: 0;
        width: 120px;
    }
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 328px;
	position: relative;
}
#sideBar .sideBox {
	margin-bottom: 25px;
	padding: 14px 16px 16px;
	border-radius: 10px;
	background-color: #faf6ed;
}
#sideBar .sideBox .whiteBox {
	padding: 12px 15px 1px;
	border-radius: 5px;
	border: solid 1px #ddd9d1;
	background-color: #fff;
}


@media all and (max-width: 896px) {
	#sideBar {
		margin: 0 -15px;
		width: auto;
	}
	#sideBar .sideBox {
		background-color: inherit;
		border-radius: 0;
		padding: 14px 0 16px;
	}
	#sideBar .sideBox .whiteBox {
		border: none;
		border-radius: 0;
		padding: 0;
	}
    #sideBar .comSideSearch {
        border-radius: 0;
    }
    #sideBar .comSideInput {
        margin: 0 15px;
    }
}
#sideBar .sideBox .whiteBox .comSide {
	margin-bottom: 15px;
}
#sideBar .sideBox .whiteBox .comSide .photo {
    margin-top: 0;
}
#sideBar .sideBox .whiteBox .comSide02 {
	margin-top: 24px;
}

/*------------------------------------------------------------
	sideUnilife
------------------------------------------------------------*/
.sideUnilife {
    margin: -5px 0 25px;
}
.subUnilife dl {
    border: 1px solid #CCCCCC;
    border-top: none;
}
.subUnilife dl:first-child {
    border-radius: 0 5px 0 0;
    border-top: 1px solid #CCCCCC;
}
.subUnilife dl:last-child {
    border-radius: 0 0 5px 0;
}
.subUnilife dt {
    cursor: pointer;
    padding: 11px 80px 15px 10px;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    line-height: 1.3;
    border-left: 7px solid #FE7A00;
}
.subUnilife dt a {
    display: block;
}
.subUnilife dt a:hover {
    opacity: 0.7;
}
.subUnilife dt .txtSpan {
    margin-bottom: -1px;
    display: block;
    font-size: 1rem;
}
.subUnilife .greenDl dt {
    border-left-color: #36A638;
}
.subUnilife .blueDl dt {
    border-left-color: #1F8BB9;
}
.subUnilife .redDl dt {
    border-left-color: #E76357;
}
.subUnilife .yellowDl dt {
    border-left-color: #DEAB14;
}
.subUnilife .purpleDl dt {
    border-left-color: #B45BAF;
}
.subUnilife .link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 59px;
    padding: 3px 5px 1px;
    box-sizing: border-box;
    border-radius: 3px;
    background: #E95B00 url("../../img/common/icon76.png") no-repeat right 5px center;
    background-size: 10px auto;
    border: 1px solid #E95B00;
    font-size: 0.8rem;
    color: white;
}
.subUnilife dl.on dt .link {
    color: #E95B00;
    background-image: url("../../img/common/icon77.png");
    background-color: white;
}
.subUnilife .link .close {
    display: none;
}
.subUnilife dl.on dt .link .close {
    display: block;
}
.subUnilife dl.on dt .link .open {
    display: none;
}
.sideUnilife .list01 li {
    border-top: 1px solid #CCCCCC;
}
.sideUnilife .list01 li a {
    display: block;
    padding: 13px 23px 12px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    border-left: 7px solid #FFBD80;
    background: url("../../img/common/icon78.png") no-repeat left 10px center;
    background-size: 4px auto;
    position: relative;
}
.sideUnilife .list01 .liStyle a {
    background: none !important;
    padding-left: 10px;
}
.sideUnilife .list01 .liStyle a .subSpan {
    padding-left: 12px;
	display: block;
    border-left: 2px solid #36A638;
}
.sideUnilife .list01 li a:hover {
    opacity: 0.7;
}
.sideUnilife .list01 li a:after {
	width: 5px;
	height: 10px;
    background: url("../../img/common/icon16.png") no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: 15px;
	content: "";
}
.sideUnilife .list01 li a .txtSpan {
    display: block;
    line-height: 1.6;
    font-size: 1rem;
}
.sideUnilife .greenDl .list01 li a {
    border-color: #99D29A;
    background-image: url("../../img/common/icon79.png");
}
.sideUnilife .purpleDl .list01 .liStyle a {
	border-color: #D9ACD6;
}
.sideUnilife .purpleDl .list01 .liStyle a .subSpan {
	border-color: #B45BAF;
}
.sideUnilife .yellowDl .list01 li a {
    display: block;
    border-left-color: #EED488;
}
.sideUnilife .redDl .list01 li a {
    border-left-color: #F2B0AA;
}
.sideUnilife .redDl .list01 .liStyle a .subSpan {
	border-color: #E76357;
}
.sideUnilife .redDl .list01 li a {
	background-image: url("../../img/common/icon81.png");
}
.sideUnilife dd {
	display: none;
}
.sideUnilife .blueDl .list01 li a {
    border-color: #8EC4DB;
    background-image: url("../../img/common/icon80.png");
}
.sideUnilife .blueDl .list01 .liStyle a .subSpan {
    padding-left: 27px;
    border: none;
    position: relative;
}
.sideUnilife .blueDl .list01 .liStyle a .subSpan .num {
    padding-top: 1px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    color: #fff;
    width: 19px;
    height: 19px;
    text-align: center;
    border-radius: 3px;
    background: #1F8BB9;
}

@media all and (min-width: 897px) {
    .subUnilife .link {
        font-size: 0;
    }
    .subUnilife .link span {
        margin-left: -2px;
        font-size: 1.0rem;
        display: inline-block;
        transform:scale(0.8);
    }
}

@media all and (max-width: 896px) {
	.sideUnilife {
		margin: 0 15px 55px;
	}
	.sideUnilife .spHead {
		margin: 0 10px 20px;
		position: relative;
		font-size: 1.4rem;
	}
	.sideUnilife .spHead::before {
		position: absolute;
		left: -10px;
		width: 4px;
		height: 100%;
		background: #ff7b00;
		content: '';
		border-radius: 3px;
	}
	.sideUnilife .dl01 {
		display: none;
	}
	.subUnilife dl {
		border: none;
		border-bottom: 1px solid #eae3d3;
	}
	.subUnilife {
		border: 1px solid #eae3d3;
		border-radius: 5px;
	}
	.subUnilife dt {
		padding: 11px 60px 13px 15px;
		color: #4D3A2E;
		line-height: 1.6;
		border-left: none;
	}
	.subUnilife dt .txtSpan {
		margin-bottom: -2px;
	}
	.subUnilife .link {
		right: 12px;
		font-size: 1rem;
		line-height: 1.3;
	}
}
@media all and (max-width: 374px) {
	.subUnilife dt {
		padding: 11px 60px 13px 10px;
		font-size: 1.3rem;
	}

}
/*------------------------------------------------------------
	comBlueBg
------------------------------------------------------------*/
.comBlueBg {
	margin-bottom: 24px;
	padding: 16px 16px 16px;
	border-radius: 0 0 10px 10px;
	background-color: #eff3f4;
}
.comBlueBg .numP {
	margin: 13px 0 12px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
}
.comBlueBg .numP span {
	color: #e95b00;
}
.comBlueBg.bgBox02 {
	margin-bottom: 64px;
	padding-top: 18px;
	border-radius: 10px;
}
@media all and (max-width: 896px) {
	.comBlueBg {
		padding: 27px 15px 32px;
		border-radius: 0;
	}
	.comBlueBg.bgBox02 {
		border-radius: 0;
	}
}
/*------------------------------------------------------------
	comBorSlide
------------------------------------------------------------*/
.comBorSlide {
	margin-bottom: 9px;
}
.comBorSlide .photo {
	margin-bottom: 4px;
	border-radius: 2px;
	overflow: hidden;
}
.comBorSlide .txt {
	font-size: 1.2rem;
	line-height: 1.67;
	font-weight: bold;
}
.comBorSlide .txtTtl {
	margin-bottom: 8px;
	padding: 0 0 3px 21px;
	font-size: 1.4rem;
	line-height: 1.43;
	border-bottom: 1px solid #ddd9d1;
	background: url(../../img/common/icon13.png) no-repeat left top 5px;
	background-size: 16px auto;
}
.comBorSlide .txtTtl span {
	font-size: 20px;
	color: #f80d0d;
	font-weight: bold;
}
.comBorSlide .txtP {
	margin-bottom: 6px;
	font-size: 1.2rem;
	line-height: 1.33;
	color: #1c1612;
}
.comBorSlide02 {
	margin-bottom: 0;
}
.comBorSlide .slick-arrow {
	margin-top: -28px;
}
.comBorSlide .slick-arrow.slick-prev {
    left: 0;
}
.comBorSlide .slick-arrow.slick-next {
    right: 0;
}
@media all and (max-width: 896px) {
	.comBorSlide {
		margin: 0 -15px;
	}
	.comBorSlide .slick-list {
		padding: 0 27.5%;
	}
	.comBorSlide .slick-list .slick-slide > div {
		margin: 0 5px;
	}
	.comBorSlide .txtTtl {
		font-size: 1.2rem;
		padding-left: 23px;
		background-position: left top 2px;
	}
	.comBorSlide .txtTtl span {
		font-size: 1.6rem;
	}
	.comBorSlide .txtP {
		color: #4d3a2e;
	}
}
/*------------------------------------------------------------
	comBtBox
------------------------------------------------------------*/
.comBtBox {
	margin: 65px 0;
	padding: 56px 16px 14px;
	position: relative;
	border-radius: 10px;
	background-color: #faf6ed;
}
.comBtBox .img {
	margin-left: -49px;
	position: absolute;
	top: -40px;
	left: 50%;
	width: 98px;
}
.comBtBox .title {
	margin-bottom: 3px;
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 2.4px;
	font-weight: bold;
}
.comBtBox .title span {
	display: inline-block;
	color: #e95b00;
	position: relative;
}
.comBtBox .title span::before {
	margin-left: -2px;
	position: absolute;
	top: -3px;
	left: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #e95b00;
	content: '';
}
.comBtBox .txt {
	margin-bottom: 10px;
	font-size: 1.3rem;
	line-height: 1.77;
}
@media all and (max-width: 896px) {
	#conts .comBtBox {
		margin: 0 -15px;
	}
	.comBtBox {
        margin-bottom: 15px;
		padding: 25px 16px 24px;
		border-radius: 0;
	}
	.comBtBox .img {
		margin-left: 0;
		top: 7px;
		left: auto;
		right: 15px;
	}
	.comBtBox .title {
		color: #4d3a2e;
		font-size: 1.6rem;
		line-height: 1.95;
	}
	.comBtBox .title span::before {
		margin-left: -3px;
		top: -5px;
	}
	.comBtBox .txt {
		margin-bottom: 19px;
		color: #4d3a2e;
	}
}
/*------------------------------------------------------------
	comSideSearch
------------------------------------------------------------*/
.comSideSearch {
    margin-top: 65px;
	margin-bottom: 13px;
	padding: 23px 16px 16px;
	position: relative;
	border-radius: 5px;
	background-color: #e95b00;
}
.comSideSearch .img {
	margin-left: -32px;
	position: absolute;
	left: 50%;
	top: -40px;
	width: 64px;
}
.comSideSearch p {
	margin-bottom: 6px;
	font-size: 1.6rem;
	line-height: 1.69;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.comSideSearch input[type="text"] {
	margin-bottom: 5px;
	width: 100%;
	height: 40px;
    font-size: 1.4rem;
	border: solid 1px #ddd9d1;
	background-color: #d4e8f2;
	border-radius: 5px;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	padding-left: 10px;
}
.comSideSearch input[type="text"]:focus {
    border-color: #388bdb;
    box-shadow: 1px 1px 0 #388bdb,1px 0 0 #388bdb,0 1px 0 #388bdb,-1px -1px 0 #388bdb;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #89817b;
    opacity:1;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #89817b;
    opacity:1;
}
input::-moz-placeholder {
    color: #89817b;
    opacity:1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #89817b;
    opacity:1;
}
.comSideSearch input[type="submit"] {
    cursor: pointer;
	padding: 5px 0 2px;
	width: 100%;
	height: 40px;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	border: solid 1px #ffffff;
	background-color: #388bdb;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}
.comSideSearch .button {
	margin: 0 auto;
	position: relative;
	max-width: 380px;
}
.comSideSearch .button::before {
	position: absolute;
	right: 9px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	content: '';
	z-index: 2;
}
#sideBar .spBnner a:hover img {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
	.spWide {
		margin: 0 -15px 20px;
	}
    .spWide .comSideSearch {
		border-radius: 0;
    }
	.comSideSearch.spWide input[type="text"] {
		height: 48px;
		font-size: 1.6rem;
	}
	.comSideSearch.spWide input[type="submit"] {
		height: 50px;
	}
	.comSideSearch.spWide .button::before {
		right: 17px;
	}
}
/*------------------------------------------------------------
	comSideInput
------------------------------------------------------------*/
.comSideInput p {
	padding: 6px 0 3px 32px;
	margin-bottom: 4px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.67;
	background: url(../../img/common/icon33.png) no-repeat left 3px center;
	background-size: 17px auto;
}
.comSideInput .box {
    display: flex;
	margin-bottom: 13px;
}
.comSideInput .txt01 {
	background: url(../../img/common/icon11.png) no-repeat left center;
	background-size: 21px auto;
}
.comSideInput .txt02 {
	background: url(../../img/common/icon05.png) no-repeat left center;
	background-size: 24px auto;
}
.comSideInput .txt03 {
    background-image: url("../../img/common/icon34.png");
    background-size: 24px auto;
}
.comSideInput .txt04 {
    padding: 4px 0 4px 30px;
    background: url("../../img/common/icon33.png") no-repeat left center;
    background-size: 18px auto;
}
.comSideInput input[type="submit"] {
    padding: 0;
    cursor: pointer;
	padding-top: 4px;
	width: 64px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	background-color: #388bdb;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	border-radius: 0 5px 5px 0;
	border: none;
	vertical-align: top;
}
.comSideInput input[type="text"] {
	padding-left: 8px;
	width: calc(100% - 64px);
	height: 40px;
    font-size: 1.4rem;
	box-sizing: border-box;
	border-radius: 5px 0 0 5px;
	border: solid 1px #ddd9d1;
    border-right: none;
	background-color: #d4e8f2;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	vertical-align: top;
}
.comSideInput input[type="text"]:focus {
    border-color: #388bdb;
    box-shadow: 1px 1px 0 #388bdb,1px 0 0 #388bdb,0 1px 0 #388bdb,-1px -1px 0 #388bdb;
}
.comSideInput .small {
	margin: -13px -50px 13px 0;
	padding: 0;
	background: none;
	padding-left: 0;
	font-size: 1.2rem;
	transform: scale(0.83);
	transform-origin: left top;
	font-weight: normal;
}
@media all and (max-width: 896px) {
    .comSideInput .box {
        margin-bottom: 18px;
    }
    .comSideInput p {
        font-size: 1.4rem;
    }
    .comSideSearch .button::before {
        right: 20px;
    }
    .comSideSearch input[type="text"] {
        font-size: 1.6rem;
        height: 48px;
    }
    .comSideSearch input[type="submit"] {
        height: 50px;
    }

}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList {
	margin-bottom: 25px;
}
.comNewsList a {
	padding: 24px 0 18px;
	display: block;
	border-bottom: 1px solid #ddd9d1;
	background: url(../../img/common/icon16.png) no-repeat right bottom 25px;
	background-size: 6px auto;
}
.comNewsList a:hover {
	opacity: 0.7;
}
.comNewsList p {
    display: flex;
}
.comNewsList .time {
	display: inline-block;
	color: #89817b;
	font-size: 1.2rem;
	line-height: 1.67;
}
.comNewsList .cat {
	margin: 0 0 5px 5px;
	padding: 5px 6px 3px;
/*	min-width: 84px;*/
	display: inline-block;
	color: #fff;
	line-height: 1;
	border-radius: 2px;
	background-color: #8ec367;
	box-sizing: border-box;
	font-size: 1.2rem;
	text-align: center;
}
.comNewsList .cat01 {
    background-color: #45aadb;
}
.comNewsList .cat02 {
    background-color: #64c7c7;
}
.comNewsList .cat03 {
    background-color: #d9ac46;
}
.comNewsList .cat04 {
    background-color: #d85b5b;
}
.comNewsList .cat05 {
    background-color: #5a76d0;
}
.comNewsList .cat07 {
    background-color: #b97bc7;
}
.comNewsList .ttl {
    display: block;
	padding-right: 20px;
    margin-top: -3px;
	font-size: 1.4rem;
	line-height: 1.71;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
@media all and (max-width: 896px) {
	.comNewsList {
		margin-top: -3px;
	}
	.comNewsList a {
		padding: 17px 0 11px;
		background-position: right bottom 18px;
	}
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTableBox {
	margin-bottom: 45px;
	border-radius: 10px;
	overflow: hidden;
    position: relative;
	border: 1px solid #ddd9d1;
}
.comTabUlBox::-webkit-scrollbar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: #FAF6ED;
}
.comTabUlBox::-webkit-scrollbar-thumb {
    height: 5px;
    border-radius: 5px;
    background-color: #e95b00;
}
.comTable {
	width: 100%;
	border-collapse: collapse;
}
.comTable th,
.comTable td {
	padding: 6px 9px 5px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #ddd9d1;
	box-sizing: border-box;
}
.comTable th {
	vertical-align: top;
	width: 15%;
	font-size: 1.2rem;
	font-weight: normal;
	background-color: #eff3f4;
}
.comTable td {
	width: 28%;
	font-size: 1.6rem;
	font-weight: bold;
	border-right: 1px solid #ddd9d1;
}
.comTable td[colspan="2"] {
	width: 29%;
}
.comTable tr:first-child td[colspan="2"] {
	width: 42.5%;
}
.comTable tr:first-child th,
.comTable tr:first-child td {
	border-top: none;
}
.comTable tr td:last-child {
	border-right: none;
}
.comTable td span {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}
@media all and (max-width: 896px) {
	.comTableBox {
		margin-bottom: 29px;
		border-radius: 5px;
	}
	.comTable th,
	.comTable td {
		padding: 4px 5px 2px;
	}
	.comTable td {
		width: 28%;
		font-size: 1.4rem;
		line-height: 1.71;
		vertical-align: top;
	}
	.comTable td[colspan="2"] {
		width: 26%;
	}
	.comTable tr:first-child td[colspan="2"] {
		width: 40%;
	}
	.comTable th {
		width: 20%;
		padding: 7px 5px 3px;
		line-height: 1.67;
		color: #4d3a2e;
	}
}

/*------------------------------------------------------------
	comSchoolBox
------------------------------------------------------------*/
.comSchoolBox {
	margin-bottom: 34px;
}
.comSchoolBox h3.h3Ttl {
    margin-bottom: 57px;
    font-size: 2.4rem;
    color: #4d3a2e;
    line-height: 41px;
}
.comSchoolBox .comRedBox {
    position: relative;
    padding: 31px 16px 16px;
    background-color: #b23240;
    border-radius: 5px;
    box-sizing: border-box;
}
.comSchoolBox .comRedBox:before {
    position: absolute;
    top: -43px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    width: 64px;
    height: 57px;
    transform: translateX(-50%);
    background: url("../../img/common/icon10.png") no-repeat center center / 64px auto;
    content: "";
}
.comSchoolBox .comRedBox h4 {
    margin-bottom: 13px;
    font-size: 2.4rem;
    color: #FFF;
    line-height: 41px;
    font-family: HiraKakuProN-W6;
}
.comSchoolBox .imgBox {
    margin-bottom: 15px;
    overflow: hidden;
}
.comSchoolBox .imgBox .photoBox {
    width: 364px;
    float: left;
}
.comSchoolBox .imgBox .textBox {
    width: 364px;
    margin-top: -6px;
    float: right;
}
.comSchoolBox .imgBox .textBox p {
    font-size: 1.6rem;
    color: #FFF;
    line-height: 32px;
}
.comSchoolBox .detailBox {
    overflow: hidden;
    border-radius: 5px;
    background-color: #FFF;
}
.comSchoolBox .detailBox h5 {
    padding: 14px 20px 9px;
    font-size: 1.6rem;
    line-height: 27px;
    color: #FFF;
    text-align: center;
    background-color: #000;
}
.comSchoolBox .detailBox h5 span {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 20px;
}
.comSchoolBox .detailBox .whiteBox {
    overflow: hidden;
    padding: 1px 0;
}
.comSchoolBox .detailBox .leftBox {
    width: 544px;
    float: left;
}
.comSchoolBox .detailBox .leftBox .ttl {
    padding: 12px 20px 6px;
    font-size: 2rem;
    line-height: 34px;
    color: #1c1612;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ddd9d1;
}
.comSchoolBox .detailBox .leftBox .ttl .smallTxt {
    margin-bottom: -1px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 20px;
    display: block;
    text-align: center;
}
.comSchoolBox .detailBox .leftBox .ttl .redTxt {
    color: #981b29;
}
.comSchoolBox .detailBox .leftBox .redText {
    padding: 14px 20px 12px;
    color: #981b29;
    font-size: 1.2rem;
    text-align: center;
    border-bottom: 1px solid #ddd9d1;
}
.comSchoolBox .detailBox .leftBox .note {
    padding: 13px 16px 10px;
    font-size: 1.2rem;
    line-height: 20px;
    color: #1c1612;
}
.comSchoolBox .detailBox .rightBox {
    width: 200px;
    float: right;
}
.comSchoolBox .detailBox .rightBox .photo {
    margin-bottom: 5px;
}
.comSchoolBox .detailBox .rightBox p {
    font-size: 1.2rem;
    line-height: 20px;
    color: #bfafa4;
    text-align: center;
}
@media all and (max-width: 896px) {
    .comSchoolBox {
        margin: 0 -15px;
    }
    .comSchoolBox > .comSchoolBox {
        margin: 0;
    }
    .comSchoolBox h3.h3Ttl {
        margin-bottom: 67px;
        font-size: 2rem;
        color: #4d3a2e;
        line-height: 34px;
    }
	.comSchoolBox .comRedBox {
		padding: 19px 16px 16px;
		border-radius: 0;
	}
	.comSchoolBox .comRedBox h4 {
		margin-bottom: 4px;
		font-size: 1.8rem;
		line-height: 31px;
	}
	.comSchoolBox .imgBox {
		position: relative;
		margin-bottom: 17px;
	}
    .comSchoolBox .imgBox .photoBox {
        width: auto;
        float: none;
    }
    .comSchoolBox .imgBox .photoBox img {
        width: 100%;
    }
    .comSchoolBox .imgBox .textBox {
        position: absolute;
        margin: 0 8px;
        padding: 4px 4px 8px 12px;
        left: 0;
        bottom: 6px;
        width: auto;
        margin-top: 0;
        float: none;
        background-color: rgba(0,0,0,0.5);
        z-index: 2;
        border-radius: 6px;
    }
    .comSchoolBox .imgBox .textBox p {
        font-size: 1.4rem;
        line-height: 24px;
    }
	.comSchoolBox .detailBox h5 {
		padding: 9px 20px 5px;
	}
	.comSchoolBox .detailBox h5 span {
		display: block;
		text-align: center;
		font-size: 1.2rem;
		line-height: 20px;
	}
	.comSchoolBox .detailBox .leftBox {
		width: auto;
		float: none;
	}
	.comSchoolBox .detailBox .leftBox .redText {
		margin-bottom: 2px;
	}
	.comSchoolBox .detailBox .rightBox {
		width: auto;
		float: none;
	}
	.comSchoolBox .detailBox .leftBox .ttl {
		padding-top: 10px;
	}
	.comSchoolBox .detailBox .rightBox .photo {
		text-align: center;
	}
	.comSchoolBox .detailBox .leftBox .note {
		padding-top: 0;
	}
}

/*------------------------------------------------------------
	comMap
------------------------------------------------------------*/
.comMap {
	position: relative;
}
.comMap:before {
	content: "";
	width: 100%;
	padding-bottom: 50%;
	display: block;
}
.comMap p.ttl {
	font-size: 1.4rem;
	font-weight: 600;
}
.comMap .btn a {
	margin-top: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 232px;
	height: 32px;
	border-radius: 5px;
	background: url(../../img/common/icon49.png) no-repeat right 8px center;
	background-size: 6px auto;
	background-color: #388bdb;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
}
.comMap .btn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comMap {
		margin: 0 -15px 18px;
	}
	.comMap:before {
		padding-bottom: 379px;
	}
}
/*------------------------------------------------------------
	comPhoSlide
------------------------------------------------------------*/
.comPhoSlide {
	margin-bottom: 32px;
}
.comPhoSlide .bigList .innBox {
	border-radius: 5px;
	background: #faf6ed;
}
.comPhoSlide .bigList .slide {
	vertical-align: top;
}
.comPhoSlide .bigList .inn {
	display: flex;
	width: 100%;
	align-items: stretch;
	justify-content: flex-start;
}
.comPhoSlide .bigList .lBox,
.comPhoSlide .bigList .rBox {
	width: 50%;
}
.comPhoSlide .bigList .lBox img {
	width: 100%;
	height: auto;
}
.comPhoSlide .bigList .rBox {
	display: flex;
	padding: 20px 32px 17px;
	position: relative;
	box-sizing: border-box;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: column;
}
.comPhoSlide .bigList p {
	margin-bottom: 10px;
	font-size: 1.4rem;
	color:#1c1612;
	line-height: 1.71;
}
.comPhoSlide .bigList .ttl {
	margin-bottom: 10px;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
}
.comPhoSlide .bigList .staTtl {
	margin-bottom: 7px;
	font-weight: bold;
}
.comPhoSlide .bigList .staTtl span {
	margin-left: 6px;
	color:#f80d0d;
	font-size: 1.15em;
	letter-spacing: -0.15em;
	line-height: 1;
	vertical-align: middle;
}
.comPhoSlide .bigList .linkList {
	margin:  auto 0 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-direction: column;
}
.comPhoSlide .bigList .linkList li {
	margin-top: 6px;
}
.comPhoSlide .bigList .linkList li:first-of-type {
	margin-top: 0;
}
.comPhoSlide .bigList .linkList li a {
	display: inline-block;
	padding-right: 8px;
	color:#388bdb;
	font-size: 1.3rem;
	line-height: 1.77;
	text-decoration: underline;
	font-weight: bold;
	position: relative;
}
.comPhoSlide .bigList .linkList li a:after {
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	width: 5px;
	height: 5px;
	border-right: 1px solid #388bdb;
	border-top: 1px solid #388bdb;
	transform: translateY(-50%) rotate(45deg);
}
.comPhoSlide .smlList {
	margin-top: 8px;
	text-align: center;
}
.comPhoSlide .smlList li {
	display: inline-block;
	margin: 0 0.5px;
	width: 48px;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}
.comPhoSlide .smlList li img {
	width: 100%;
	height: auto;
}
.comPhoSlide .smlList li:after {
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #e95b00;
	box-sizing: border-box;
	background: rgba(77,58,46,0.5);
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.3s;
}
.comPhoSlide .smlList li.on:after {
	opacity: 1;
	visibility: visible;
}
.comPhoSlide .slick-arrow {
	margin-top: -28px;
}
@media all and (min-width: 897px) {
	.comPhoSlide .bigList .linkList li a:hover {
		text-decoration: none;
	}
    .comSideInput input[type="submit"]:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
	.comPhoSlide .bigList .inn {
		flex-direction: column;
	}
	.comPhoSlide .bigList .lBox,
	.comPhoSlide .bigList .rBox {
		width: 100%;
	}
	.comPhoSlide .bigList .rBox {
		padding: 17px 25px;
	}
	.comPhoSlide .bigList p {
		margin-bottom: 5px;
		font-size: 1.2rem;
	}
	.comPhoSlide .bigList .ttl {
		font-size: 1.4rem;
	}
	.comPhoSlide .bigList .staTtl {
		margin-bottom: 5px;
		font-size: 1.2rem;
	}
	.comPhoSlide .slick-arrow.slick-next {
		right: -15px;
	}
	.comPhoSlide .slick-arrow.slick-prev {
		left: -15px;
	}
}
/*------------------------------------------------------------
	comPhoSlide01
------------------------------------------------------------*/
.comPhoSlide01 .bigList .innBox {
	border-radius: 0 0 5px 5px;
}

/*------------------------------------------------------------
	comPopBox
------------------------------------------------------------*/
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	max-width: 960px;
	max-height: 640px;
	height: 85%;
}
.mfp-fade.mfp-wrap.mfp-type .mfp-content {
	height: auto;
}
.mfp-fade.mfp-bg.mfp-ready,
.mfp-fade.mfp-bgm,
.mfp-bg {
	opacity: 0.5;
	background-color: #1c1612;
}
.mfp-container {
	padding: 80px 120px;
}
.comPopBox {
	background-color: #FFF;
	border-radius: 5px;
	overflow: hidden;
}
.comPopBox .titleBox {
	padding: 8px 8px 8px 16px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #ddd9d1;
}
.comPopBox .titleBox .title {
	margin-top: 2px;
	padding: 3px 0 0 24px;
	font-size: 1.6rem;
	font-weight: bold;
	background: url(../../img/common/icon05.png) no-repeat left center;
	background-size: 16px auto;
}
.comPopBox .titleBox .title02 {
	background: url(../../img/common/icon30.png) no-repeat left center;
	background-size: 16px auto;
}
.conditions .closeBtn,
.comPopBox .titleBox .closeBtn {
	font-size: 1.3rem;
	font-weight: bold;
}
.conditions .closeBtn {
    margin: 15px auto 0;
    width: 76px;
}
.conditions .closeBtn a,
.comPopBox .titleBox .closeBtn a {
	padding: 4px 8px 3px 27px;
	display: block;
	line-height: 1.77;
	border-radius: 5px;
	border: 1px solid #ddd9d1;
	background: url(../../img/common/close01.png) no-repeat left 10px center;
	background-size: 10px auto;
}
.conditions .closeBtn a:hover,
.comPopBox .titleBox .closeBtn a:hover {
	opacity: 0.7;
}
.schoolPop .popContent,
#comSearchPop02 .popContent,
#comSearchPop .popContent {
	padding-left: 16px;
	max-height: 527px;
	overflow: auto;
	box-sizing: border-box;
}
.schoolPop .popContent > *:last-child,
.schoolPop .mCSB_inside > .mCSB_container > *:last-child,
#comSearchPop02 .popContent > *:last-child,
#comSearchPop02 .mCSB_inside > .mCSB_container > *:last-child,
#comSearchPop .popContent > *:last-child,
#comSearchPop .mCSB_inside > .mCSB_container > *:last-child {
	margin-bottom: 0;
}
.schoolPop .popTtl,
#comSearchPop02 .popTtl,
#comSearchPop .popTtl {
	margin-bottom: 9px;
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.69;
}
.schoolPop .popTtl:before,
#comSearchPop02 .popTtl:before,
#comSearchPop .popTtl:before {
	width: 2px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	border-radius: 2px;
	background-color: #e95b00;
}
.schoolPop .popList,
#comSearchPop02 .popList,
#comSearchPop .popList {
	margin: -8px -8px 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.schoolPop .popList li,
#comSearchPop02 .popList li,
#comSearchPop .popList li {
	margin: 8px 8px 0 0;
	width: 222px;
}
.schoolPop .popList li.wid02,
#comSearchPop02 .popList li.wid02,
#comSearchPop .popList li.wid02 {
	width: 450px;
}
.schoolPop .popList li.wid02:last-child,
#comSearchPop02 .popList li.wid02:last-child,
#comSearchPop .popList li.wid02:last-child {
	margin-right: 0;
}
.schoolPop .popList .wid01,
#comSearchPop02 .popList .wid01,
#comSearchPop .popList .wid01 {
	width: 145px;
}
.schoolPop .popList li label,
#comSearchPop02 .popList li label,
#comSearchPop .popList li label {
	display: block;
	height: 100%;
	cursor: pointer;
}
.schoolPop .popList li input,
#comSearchPop02 .popList li input,
#comSearchPop .popList li input {
	display: none;
}
.schoolPop .popList li input + .radioBtn,
#comSearchPop02 .popList li input + .radioBtn,
#comSearchPop .popList li input + .radioBtn {
	height: 100%;
	padding: 8px 7px 8px 36px;
	display: block;
	font-size: 1.2rem;
	line-height: 1.33;
	display: flex;
	justify-content: space-between;
	height: 100%;
	box-sizing: border-box;
	align-items: center;
	border-radius: 5px;
	border: 1px solid #ddd9d1;
	background: #fff url(../../img/common/check.png) no-repeat left 7px center;
	background-size: 24px auto;
}
.schoolPop .popList .wid01 input + .radioBtn,
#comSearchPop02 .popList .wid01 input + .radioBtn,
#comSearchPop .popList .wid01 input + .radioBtn {
	padding: 15px 7px 16px 36px;
}
.schoolPop .popList li input:checked + .radioBtn,
#comSearchPop02 .popList li input:checked + .radioBtn,
#comSearchPop .popList li input:checked + .radioBtn {
	background: #fff url(../../img/common/check_on.png) no-repeat left 7px center;
	background-size: 24px auto;
}
.schoolPop .popList li input + .radioBtn .imgSpan img,
#comSearchPop02 .popList li input + .radioBtn .imgSpan img,
#comSearchPop .popList li input + .radioBtn .imgSpan img {
	margin-right: 5px;
}
.schoolPop .popList li input + .radioBtn .imgSpan img:last-child,
#comSearchPop02 .popList li input + .radioBtn .imgSpan img:last-child,
#comSearchPop .popList li input + .radioBtn .imgSpan img:last-child {
	margin-right: 0;
}
.schoolPop .mCSB_inside > .mCSB_container,
#comSearchPop02 .mCSB_inside > .mCSB_container,
#comSearchPop .mCSB_inside > .mCSB_container {
	padding: 12px 0;
}
.schoolPop  .btmBox,
#comSearchPop02 .btmBox,
#comSearchPop .btmBox {
	padding: 7px;
	border-top: 1px solid #ddd9d1;
}
.schoolPop  .btmBox,
#comSearchPop02 .btmBox {
    padding-top: 15px;
}
.schoolPop .btmBox .comBtn,
#comSearchPop02 .btmBox .comBtn,
#comSearchPop .btmBox .comBtn {
	margin: 0 auto;
	max-width: 480px;
}
.schoolPop .btmBox .comBtn a,
#comSearchPop02 .btmBox .comBtn a,
#comSearchPop .btmBox .comBtn a {
	height: 48px;
}
.schoolPop .rightLink,
#comSearchPop02 .rightLink,
#comSearchPop .rightLink {
	text-align: right;
}
.schoolPop .rightLink a,
#comSearchPop02 .rightLink a,
#comSearchPop .rightLink a {
	display: inline-block;
	font-size: 1.3rem;
	color: #388bdb;
	text-decoration: underline;
	padding: 0 20px;
	background: url(../../img/common/icon48.png) no-repeat right center / 12px auto, url(../../img/common/icon58.png) no-repeat left center / 16px auto;
}
@media all and (min-width: 897px) {
	.schoolPop .rightLink a:hover,
	#comSearchPop02 .rightLink a:hover,
	#comSearchPop .rightLink a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	.mfp-fade.mfp-wrap .mfp-content {
		max-height: unset;
	}
	.mfp-container {
		padding: 0;
	}
	.comPopBox {
		border-radius: unset;
	}
    .conditions .closeBtn a:hover,
	.comPopBox .titleBox .closeBtn a:hover {
		opacity: 1;
	}
	.schoolPop .popContent,
	#comSearchPop02 .popContent,
	#comSearchPop .popContent {
		padding: 12px 16px;
		max-height: unset;
	}
	.schoolPop .popList,
	#comSearchPop02 .popList,
	#comSearchPop .popList {
		margin: -8px 0 20px 0;
		justify-content: space-between;
	}
	.schoolPop .popList li,
	#comSearchPop02 .popList li,
	#comSearchPop .popList li {
		margin: 8px 0 0 0;
		width: 48.6%;
		order: 2;
	}
	.schoolPop .popList li.order1,
	#comSearchPop02 .popList li.order1,
	#comSearchPop .popList li.order1 {
		order: 1;
	}
	.schoolPop .popList .wid01,
	#comSearchPop02 .popList .wid01,
	#comSearchPop .popList .wid01 {
		width: 48.6%;
	}
	.schoolPop .popList li input + .radioBtn,
	#comSearchPop02 .popList li input + .radioBtn,
	#comSearchPop .popList li input + .radioBtn {
        min-height: 50px;
		padding: 8px 4px 8px 36px;
	}
	.schoolPop .popList li input + .radioBtn .imgSpan,
	#comSearchPop02 .popList li input + .radioBtn .imgSpan,
	#comSearchPop .popList li input + .radioBtn .imgSpan {
		flex-shrink: 0;
	}
	.schoolPop .popList li input + .radioBtn .imgSpan img,
	#comSearchPop02 .popList li input + .radioBtn .imgSpan img,
	#comSearchPop .popList li input + .radioBtn .imgSpan img {
		width: 30px;
	}
	.schoolPop .popList li.wid02 input + .radioBtn .imgSpan img,
    #comSearchPop02 .popList li.wid02 input + .radioBtn .imgSpan img,
    #comSearchPop .popList li.wid02 input + .radioBtn .imgSpan img {
        width: 60px;
    }
	.schoolPop .btmBox,
	#comSearchPop02 .btmBox,
	#comSearchPop .btmBox {
		padding: 7px 15px;
	}
	.schoolPop .btmBox .comBtn,
	#comSearchPop02 .btmBox .comBtn,
	#comSearchPop .btmBox .comBtn {
		max-width: 343px;
	}
}
/*------------------------------------------------------------
	snsPop
------------------------------------------------------------*/
.snsPop {
	margin: 0 auto;
	width: 480px;
}
.snsPop .titleBox .title {
	background-image: url(../../img/common/icon29.png);
	background-size: 15px auto;
}
.snsPop .popContent {
	padding: 31px 0 27px;
	height: auto;
}
.snsPop .snsList {
	text-align: center;
}
.snsPop .snsList li {
	margin: 0 6px;
	display: inline-block;
	font-size: 1.2rem;
}
.snsPop .snsList li a {
	display: block;
}
.snsPop .snsList li a:hover {
	opacity: 0.7;
}
.snsPop .snsList li span {
	margin-bottom: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: solid 1px #ddd9d1;
	box-sizing: border-box;
}
.snsPop .snsList li img {
	width: 24px;
}
@media all and (max-width: 896px) {
	.snsPop {
		width: auto;
	}
	.mfp-type .mfp-content {
		vertical-align: bottom;
	}
}


/*------------------------------------------------------------
	customScrollBar
------------------------------------------------------------*/
.mCSB_scrollTools .mCSB_draggerContainer {
	margin: 4px 0;
}
.mCSB_scrollTools {
	opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	border-radius: unset;
	background: #E95B00;
	border-radius: 8px !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
	background: #E95B00;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #E95B00;
}

/*------------------------------------------------------------
	comFixBox01
------------------------------------------------------------*/
.comFixBox01 {
	display: none;
	width: 212px;
	position: fixed;
	right: 16px;
	top: 60%;
    transform: translateY(-50%);
	padding-top: 6px;
	border-radius: 6px;
	box-shadow: 0 5px 10px 0 rgba(28, 22, 18, 0.1);
	border: 2px solid #37acac;
	background-color: #eff3f4;
	box-sizing: border-box;
	z-index: 700;
}
.comFixBox01 .close {
	position: absolute;
	top: -18px;
	right: 6px;
}
.comFixBox01 .pho {
	margin-bottom: 8px;
	text-align: center;
}
.comFixBox01 .timeBox {
	margin-bottom: 6px;
	display: flex;
	font-size: 1rem;
	line-height: 1;
	color: #FFF;
	justify-content: space-between;
	align-items: flex-end;
	padding: 5px 8px;
	background-image: linear-gradient(to right, #f80d0d, #b40c0c);
}
.comFixBox01 .timeBox span {
	margin: 0 4px;
	display: inline-block;
	font-size: 1.4rem;
}
.comFixBox01 .txt {
	margin: 0 6px 6px;
	padding: 8px 8px 7px;
	font-size: 1.2rem;
	line-height: 1.33;
	border-radius: 6px;
	background-color: #ffffff
}
.comFixBox01 .time {
	margin-bottom: 7px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
.comFixBox01 .link {
	background-color: #37acac;
	text-align: center;
}
.comFixBox01 .link a {
	padding: 2px 10px;
	display: block;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1.67;
}
@media all and (min-width: 897px) {
	.comFixBox01 .close a:hover img {
		opacity: 0.7;
	}
	.comFixBox01 .link a:hover {
		opacity: 0.7;
	}
}
.comFixBox01 .spTtl {
    padding: 0 5px;
    margin-bottom: 4px;
    font-size: 1.4rem;
    color: #37acac;
    font-weight: bold;
    text-align: center;
}
@media all and (max-width: 896px) {
	.comFixBox01 {
		padding-top: 2px;
		right: 2%;
		width: 96%;
		top: auto;
		bottom: 70px;
	}
    .schoolFixBox {
        bottom: 150px;
        transform: none;
    }
	.comFixBox01 .close {
		width: 32px;
	}
	.comFixBox01 .spTtl {
		padding: 0 45px;
		font-size: 1.4rem;
	}
	.comFixBox01 .spImg {
		width: 31px;
		position: absolute;
		left: 10px;
		top: -20px;
	}
	.comFixBox01 .link {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100px;
		border-top-left-radius: 6px;
		overflow: hidden;
	}
	.comFixBox01 .link a {
		padding: 2px 5px;
	}
	.comFixBox01 .time {
		padding-left: 7px;
		text-align: left;
		width: calc(100% - 110px);
		box-sizing: border-box;
	}
}
.comFixBox01.hide {
	display: none !important;
}
/*------------------------------------------------------------
	comNumBox
------------------------------------------------------------*/
.comNumBox {
	margin-bottom: 14px;
	display: flex;
	justify-content: space-between;
}
.comNumBox .lTxt {
	font-size: 1.6rem;
	color: #1c1612;
	font-weight: bold;
	line-height: 1.2;
}
.comNumBox .lTxt .num {
	font-size: 2rem;
	color: #e95b00;
}
.comNumBox .lTxt .btmTxt {
	margin-top: 3px;
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
}
.comNumBox .rBox {
	margin-top: -3px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.comNumBox .rBox p {
	margin-right: 8px;
	font-size: 1.2rem;
	color: #89817b;
}
.comNumBox .rBox select {
	margin-right: 16px;
	display: block;
	width: 160px;
	height: 40px;
	background-color: #fff;
	border: solid 1px #ddd9d1;
	border-radius: 5px;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 1.4rem;
	padding: 5px;
	box-sizing: border-box;
	background: url(../../img/common/icon15.png) no-repeat right 14px center / 10px auto;
	appearance: none;
}
.comNumBox .rBox select:last-child {
	margin-right: 0;
}
.comNumBox .rBox select.wid01 {
	width: 120px;
}
select::-ms-expand {
	display: none;
}
.comNumBox .rBox .sub {
    display: flex;
    align-items: center;
    margin-left: 16px;
}
@media all and (max-width: 896px) {
	.comNumBox {
		padding-top: 15px;
		margin-bottom: 23px;
		display: block;
	}
	.comNumBox .lTxt {
		font-size: 1.2rem;
	}
	.comNumBox .lTxt .num {
		font-size: 1.4rem;
	}
	.comNumBox .lTxt .btmTxt {
		margin-top: 3px;
		display: inline-block;
		font-size: 1.2rem;
		font-weight: normal;
	}
	.comNumBox .rBox {
		margin-top: 15px;
	}
	.comNumBox .rBox p {
		margin-right: 8px;
	}
	.comNumBox .rBox select {
		margin-right: 0;
		width: calc(100% - 45px);
	}
    .comNumBox02 .rBox {
        justify-content: space-between;
    }
    .comNumBox .rBox .sub {
        display: block;
        margin: -10px 0 0;
        width: 48.8%;
    }
    .comNumBox .rBox .sub select {
        width: 100%;
        background-position: right 5px center;
    }
    .comNumBox02 {
        margin-bottom: 16px;
    }
}
/*------------------------------------------------------------
	comPageNavi
------------------------------------------------------------*/
.comPageNavi {
	margin-bottom: 24px;
	display: flex;
	border-top: 1px solid #ddd9d1;
	border-bottom: 1px solid #ddd9d1;
	align-items: center;
	justify-content: space-between;
}
.comPageNavi.mt01 {
	margin-bottom: 40px;
}
.comPageNavi .prevBtn,
.comPageNavi .nextBtn {
	font-size: 1.2rem;
}
.comPageNavi .prevBtn a,
.comPageNavi .nextBtn a {
	padding: 0 30px;
    font-weight: bold;
	background: url(../../img/common/icon16.png) no-repeat right 15px center / auto 8px;
}
.comPageNavi .prevBtn a {
	padding-right: 15px;
	border-right: 1px solid #ddd9d1;
	background-image: url(../../img/common/icon18.png);
	background-position: left 15px center;
}
.comPageNavi .prevBtn a.none {
    pointer-events: none;
    color: #bfafa4;
}
.comPageNavi .nextBtn a {
	padding-left: 15px;
	border-left: 1px solid #ddd9d1;
}
.comPageNavi .pageNum {
	display: flex;
	justify-content: center;
}
.comPageNavi .pageNum p {
	width: 40px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.2rem;
	box-sizing: border-box;
}
.comPageNavi .pageNum p a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid transparent;
	box-sizing: border-box;
}
.comPageNavi .pageNum p.on {
	color: #e95b00;
	border-bottom: 2px solid #e95b00;
}
@media all and (min-width: 897px) {
	.comPageNavi .pageNum p a:hover {
		color: #e95b00;
		border-color: #e95b00;
	}
}
@media all and (max-width: 896px) {
	.comPageNavi {
		margin: 0 -15px 24px;
		display: flex;
		border-top: 1px solid #ddd9d1;
		border-bottom: none;
		align-items: center;
		justify-content: space-between;
	}
	.comPageNavi.mt01 {
		margin-bottom: 32px;
	}
	.comPageNavi .prevBtn a,
	.comPageNavi .nextBtn a {
		padding: 0 10px;
		background: none !important;
	}
	.comPageNavi .pageNum p a {
		border-top: 2px solid transparent;
		border-bottom: none;
	}
	.comPageNavi .pageNum p.on {
		border-top: 2px solid #e95b00;
		border-bottom: none;
	}
}
.centerNavi {
	margin: 10px 0 0;
	border: none;
	justify-content: center;
}
.centerNavi .prevBtn a,
.centerNavi .nextBtn a {
	background: none;
}
.centerNavi .pageNum p a {
	border-top: 2px solid transparent;
	border-bottom: none;
}
.centerNavi .pageNum p.on {
	color: #e95b00;
	border-top: 2px solid #e95b00;
	border-bottom: none;
}
@media all and (max-width: 896px) {
	.centerNavi {
		margin: 20px -15px 0;
	}
	.centerNavi .prevBtn a, .centerNavi .nextBtn a {
		padding: 0;
		white-space: nowrap;
	}
	.centerNavi .prevBtn a {
		padding-right: 15px;
	}
	.centerNavi .nextBtn a {
		padding-left: 15px;
	}
}
/*------------------------------------------------------------
	comTopSelectBox
------------------------------------------------------------*/
.comTopSelectBox {
	margin-bottom: 16px;
	display: flex;
	border: 1px solid #ddd9d1;
	background-color: #e0e4e5;
	border-radius: 5px;
	height: 40px;
	box-sizing: border-box;
	justify-content: space-between;
}
.comTopSelectBox.mt01 {
	margin-bottom: 25px;
}
.comTopSelectBox .allSelect {
    border-radius: 5px 0 0 5px;
	display: flex;
	align-items: center;
	background-color: #fff;
	width: 100%;
	position: relative;
	z-index: 1;
	padding-left: 8px;
}
.comTopSelectBox .allSelect::after {
	position: absolute;
	left: 100%;
	top: 0;
	border: 20px solid transparent;
	border-left: 20px solid #fff;
	content: "";
}
.comTopSelectBox p {
	font-size: 1.2rem;
}
.comTopSelectBox .btn {
	margin-left: 10px;
}
.comTopSelectBox .btn a {
	display: flex;
	width: 136px;
	height: 28px;
	justify-content: center;
	align-items: center;
	background-color: #e95b00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #fff;
	font-size: 1.2rem;
}
.comTopSelectBox .btn a:hover {
    opacity: 0.7;
}
.comTopSelectBox .btn a .img img {
    margin-right: 5px;
	width: auto;
	height: 16px;
}
.comTopSelectBox .centerBox {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eff3f4;
	width: 46%;
	flex-shrink: 0;
	position: relative;
	box-sizing: border-box;
	padding-left: 3%;
}
.comTopSelectBox .centerBox .btn a {
	background-color: #37acac;
	width: 160px;
}
.comTopSelectBox .centerBox::after {
	position: absolute;
	left: 100%;
	top: 0;
	border: 20px solid transparent;
	border-left: 20px solid #eff3f4;
	content: "";
}
.comTopSelectBox .rBox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36%;
	flex-shrink: 0;
	box-sizing: border-box;
	padding-left: 3%;
}
.comTopSelectBox .rBox .btn a .img img {
	margin-top: 2px;
	height: 13px;
}
.comTopSelectBox .delete a {
    font-weight: bold;
    background-color: #8B8B8B !important;
}
.comTopSelectBox .delete.on a {
    background-color: #e95b00 !important;
}
.comTopSelectBox .rBox .delete a .img img {
    height: 15px;
    vertical-align: -1px;
}
.comCheckBox .rBox table {
    width: 100%;
    border-collapse: collapse;
}
.comCheckBox .rBox table th {
    width: 23.5%;
    font-size: 1.4rem;
    text-align: left;
    vertical-align: top;
    line-height: 1.7;
    color: #4D3A2E;
    padding: 13px 16px 13px;
    border-bottom: 2px dotted #AA8560;
    border-right: 2px dotted #AA8560;
}
.comCheckBox .rBox table td {
    font-size: 1.4rem;
    text-align: left;
    vertical-align: top;
    color: #4D3A2E;
    line-height: 1.7;
    padding: 13px 16px 13px;
    border-bottom: 2px dotted #AA8560;
}
.comCheckBox .rBox table tr:last-child th,
.comCheckBox .rBox table tr:last-child td {
    border-bottom: none;
}
@media all and (max-width: 896px) {
	.comTopSelectBox {
        height: auto;
        margin: 0 -15px 16px;
        border-left: none;
        border-right: none;
        border-radius: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
	}
    .comTopSelectBox .allSelect {
        width: 13%;
        display: block;
        border-radius: 0;
        text-align: center;
        padding: 11px 2px 3px 7px;
        box-sizing: border-box;
    }
    .comTopSelectBox input[type="checkbox"] + span {
        margin: 0 -5px;
        background-position: center top;
        padding: 30px 0 0;
    }
    .comTopSelectBox .centerBox {
        display: block;
        padding: 7px 8px 3px 25px;
        box-sizing: border-box;
        width: 45%;
        width: calc((100% - 24px) / 2);
    }
    .comTopSelectBox .allSelect::after {
        border: 31px solid transparent;
        border-left: 20px solid #fff;
    }
    .comTopSelectBox p {
        margin-bottom: 5px;
        font-size: 1rem;
        text-align: center;
    }
    .comTopSelectBox .btn {
        margin: 0;
    }
    .comTopSelectBox .centerBox .btn a {
        font-size: 1.2rem;
        width: auto;
    }
    .comTopSelectBox .rBox {
        padding: 7px 7px 3px;
        display: block;
        width: 41%;
        box-sizing: border-box;
        width: calc((100% - 64px) / 2);
    }
    .comTopSelectBox .btn a {
        width: 100%;
    }
    .comTopSelectBox .centerBox::after {
        display: none;
    }

    .comCheckBox .rBox table th {
        font-size: 1.4rem;
        padding: 13px 5px 12px;
        line-height: 1.71;
    }
    .comCheckBox .rBox table td {
        font-size: 1.4rem;
        line-height: 1.71;
        padding: 13px 5px 12px 7px;
    }
}

@media all and (max-width: 896px) {
	.fixdSelectBox {
		padding: 0 5px 5px;
		margin: 0;
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 48px;
		color: #FFF;
		z-index: 149;
		box-sizing: border-box;
		background-color: rgba(77,58,46,0.75);
		border-top: 0;
	}
	.fixdSelectBox .txt {
		margin: 5px 4px 5px;
		width: 100%;
		color: #FFF;
		text-align: left;
	}
	.fixdSelectBox .txt span {
		margin-left: 8px;
		font-size: 1.2rem;
	}
	.fixdSelectBox .allSelect,
	.fixdSelectBox .centerBox {
		padding: 0;
		background-color: transparent;
	}
	.fixdSelectBox .allSelect::after,
	.fixdSelectBox .centerBox::after {
		display: none;
	}
	.comTopSelectBox .allSelect {
        text-align: center !important;
        padding-left: 0 !important;
		width: 44px !important;
	}
	.fixdSelectBox .centerBox,
	.fixdSelectBox .rBox {
		padding: 0 4px !important;
		width: calc((100% - 44px)/2);
	}
	.fixdSelectBox input[type="checkbox"] + span {
		padding-top: 25px;
		color: #FFF;
	}
	.fixdSelectBox .btn a {
		height: 40px;
		box-sizing: border-box;
	}
}

/*------------------------------------------------------------
	comCheckBox
------------------------------------------------------------*/
.comCheckBox {
    position: relative;
	border-radius: 5px;
	border: 1px solid #aa8560;
	box-shadow: 0 2px 0 #aa8560;
	padding-left: 39px;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.comCheckBox .linkpage {
    position: absolute;
    top: 0;
    left: 39px;
    width: calc(100% - 39px);
    height: 100%;
    z-index: 1;
    display: block;
}
.comCheckBox .linkpage:hover {
    opacity: 0.7;
}
.comCheckBox.checked {
	box-shadow: 0 2px 0 #e95b00;
	border-color: #e95b00;
}
.comCheckBox .lBox {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 39px;
	background-color: #EFF3F4;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 6px;
	z-index: 3;
}
.comCheckBox.checked .lBox {
	background-color: #fcf1b8;
}
.comCheckBox .lBox input + span {
	padding: 30px 0 0;
	background-position: top center;
	font-size: 0.8rem;
    margin: 0 -5px;
}
.comCheckBox .rBox {
	padding: 35px 15px 0;
	position: relative;
    background: url("../../img/common/icon16.png") no-repeat right 5px center;
    background-size: 6px auto;
}
.comCheckBox .rBox .redTxt {
	padding: 3px 8px 2px;
	background-color: #f87ead;
	font-size: 1.2rem;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
}
.comCheckBox .rBox .redTxt:before {
	background: url(../../img/common/icon24.png) no-repeat center;
	background-size: 16px auto;
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.comCheckBox .rBox .numTxt {
	position: absolute;
	right: -1px;
	top: -8px;
	width: 113px;
	height: 40px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 1rem;
	color: #fff;
	background: url(../../img/common/icon_num.png) no-repeat center / 113px auto;
}
.comCheckBox .rBox .numTxt .num {
	margin-left: 10px;
	font-size: 1.6rem;
	width: 40px;
}
.comCheckBox .ttlBox {
	margin-bottom: 8px;
	display: flex;
	font-size: 2rem;
	line-height: 1.6;
	font-weight: 700;
}
.comCheckBox .ttlBox:hover {
    opacity: 0.7;
}
.comCheckBox .ttlBox .logo {
	margin-top: 4px;
	margin-right: 8px;
	width: 40px;
	flex-shrink: 0;
}
.comCheckBox .topImg {
	margin-bottom: 16px;
}
.comCheckBox .topImg a:hover img {
    opacity: 0.7;
}
.comCheckBox .imgBox {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.comCheckBox .imgBox > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.comCheckBox .imgBox > a:hover {
	background-color: rgba(255,255,255,0.3);
}
.comCheckBox .imgBox .photoBox {
	width: 220px;
	flex-shrink: 0;
}
.comCheckBox .imgBox .photoBox .photo {
	margin-bottom: 8px;
	position: relative;
}
.comCheckBox .imgBox .photoBox .photo .iconImg {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 40px;
}
.comCheckBox .imgBox .photoBox .photo p {
	min-width: 72px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	background-color: #e95b00;
	padding: 2.5px 5px;
}
.comCheckBox .imgBox .photoBox .photo .ico {
	position: absolute;
	left: 8px;
	bottom: 8px;
}
.comCheckBox .imgBox .photoBox .photo .cat01 {
	background-color: #388bdb;
}
.comCheckBox .imgBox .photoBox .photo .cat02 {
	background-color: #64c76b;
}
.comCheckBox .imgBox .photoBox .photo .cat03 {
	background-color: #f80d0d;
}
.comCheckBox .imgBox .txtBox {
	width: 469px;
}
.comCheckBox .catList {
	margin-bottom: 13px;
	display: flex;
	position: relative;
	z-index: 10;
}
.comCheckBox .catList li {
	margin: 0 5px 5px 0;
	width: 40px;
}
.comCheckBox .catList li a:hover img {
    opacity: 0.7;
}
.comCheckBox .infoList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.comCheckBox .infoList li {
	margin-bottom: 13px;
	padding-left: 20px;
	padding-bottom: 3px;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.71;
	border-bottom: 1px solid #ddd9d1;
	position: relative;
	box-sizing: border-box;
}
.comCheckBox .infoList .wid01 {
	width: 227px;
}
.comCheckBox .infoList li .red {
	font-size: 2rem;
	line-height: 1;
	color: #f80d0d;
	font-weight: 700;
}
.comCheckBox .infoList li .img {
	position: absolute;
	left: 0;
	top: 3px;
	width: 16px;
	text-align: center;
}
.comCheckBox .infoList li .img img {
	width: auto;
	height: 16px;
}
.comCheckBox .btnList {
	display: flex;
	justify-content: space-between;
}
.comCheckBox .btnList li {
	width: 348px;
}
.comCheckBox .btnList li .img {
	margin-right: 7px;
}
.comCheckBox .btnList li img {
	width: 16px;
	display: block;
    margin-right: 0;
}
.comCheckBox .btnList li a {
	height: 56px;
}
.comCheckBox .btnList li a::before {
	display: none;
}
.comCheckBox .btnList .favorite a {
    background-color: #d9f2f2;
    color: #89817b;
}
.comCheckBox02 .rBox {
    padding-top: 11px;
}
/*
.comCheckBox .rBox .redTxt02 {
    padding-left: 30px;
    background:#f87ead url("../../img/common/icon38.png") no-repeat left 7px center;
    background-size: 17px auto;
}
*/
@media all and (max-width: 896px) {
	.comCheckBox {
		padding-bottom: 0;
		margin: 0 -7px 16px;
		box-shadow: 0 3px 0 #aa8560;
		padding-left: 0;
	}
	.comCheckBox .lBox {
		left: 7px;
		top: 39px;
		height: 24px;
		width: 24px;
		background-color: transparent;
		border-radius: 0;
		padding-top: 0;
	}
	.comCheckBox.checked .lBox {
		background-color: transparent;
	}
    .comCheckBox .rBox .redTxt {
        border-radius: 4px 0 0 0;
    }
	.comCheckBox .lBox input + span {
		padding: 27px 0 0;
		font-size: 0.6rem;
	}
	.comCheckBox .rBox {
		padding: 35px 8px 0;
	}
	.comCheckBox .rBox .numTxt {
		padding-right: 5px;
		position: absolute;
		right: -1px;
		top: -9px;
		box-sizing: border-box;
	}
	.comCheckBox .rBox .numTxt .num {
		margin-left: 7px;
	}
	.comCheckBox .ttlBox {
		padding-left: 31px;
		margin-bottom: 4px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.comCheckBox .ttlBox .logo {
		margin-right: 5px;
	}
	.comCheckBox .topImg {
		margin-bottom: 8px;
	}
	.comCheckBox .imgBox {
		display: block;
	}
	.comCheckBox .imgBox .photoBox {
		margin-bottom: 8px;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.comCheckBox .imgBox .photoBox .photo {
		margin: 0 5px 0 0;
	}
	.comCheckBox .imgBox .photoBox .photo .iconImg {
		left: 5px;
		bottom: 5px;
		width: 20px;
	}
	.comCheckBox .imgBox .txtBox {
		width: 100%;
	}
	.comCheckBox .catList {
		margin-bottom: 8px;
        align-items: center;
        flex-wrap: wrap;
	}
	.comCheckBox .catList li {
		width: 30px;
	}
    .comCheckBox .catList li.sp {
        width: 40px;
    }
	.comCheckBox .infoList {
		margin-bottom: 10px;
	}
	.comCheckBox .infoList li {
		margin-bottom: 6px;
		padding-left: 20px;
		padding-bottom: 2px;
		font-size: 1.2rem;
		line-height: 2;
	}
	.comCheckBox .infoList .wid01 {
		width: 100%;
	}
	.comCheckBox .infoList li .red {
		font-size: 1.6rem;
	}
	.comCheckBox .btnList {
		margin: 0 -8px;
	}
    .comCheckBox .btnList li {
        width: 50%;
    }
	.comCheckBox .btnList li a {
		height: 48px;
		flex-direction: column;
		font-size: 1.4rem;
		border-radius: 0;
	}
    .comCheckBox .btnList li span {
        margin: 0 0 2px;
    }
    .comCheckBox .btnList li .img {
        margin: 0 0 2px;
    }
    .comCheckBox02 .rBox {
        padding-top: 5px;
    }
    .comInfoBox::after {
        left: 15px;
    }
    .comCheckBox02 .lBox {
        top: 10px;
    }
}
/*------------------------------------------------------------
	comInfoBox
------------------------------------------------------------*/
.comInfoBox {
	margin-bottom: 8px;
	padding: 16px;
	background-color: #faf6ed;
	border-radius: 5px;
    position: relative;
}
.comInfoBox:after {
	width: 8px;
	height: 8px;
    background: url("../../img/common/icon37.png") no-repeat;
    background-size: 100% auto;
	position: absolute;
	top: -8px;
	left: 25px;
	content: "";
    z-index: 1;
}
.comInfoBox .top {
	margin-bottom: 3px;
	font-size: 1.2rem;
	line-height: 1.67;
}
.comInfoBox .ttl {
	margin-bottom: 6px;
	color: #e95b00;
	font-size: 1.2rem;
	font-weight: bold;
}
.comInfoBox .ttl::before {
	margin-right: 5px;
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../img/common/icon22.png) no-repeat center / 16px auto;
}
.comInfoBox .tagList li {
	display: inline-block;
}
.comInfoBox .tagList a,
.comInfoBox .tagList span {
	display: flex;
	align-items: center;
	height: 34px;
	border-radius: 32px;
	border: 1px solid #ddd9d1;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 1.4rem;
}
.comInfoBox .tagList02 a {
    color: #e95b00;
    font-weight: bold;
}
.comInfoBox .tagList span::before,
.comInfoBox .tagList a::before {
	content: "#";
	color: #e95b00;
}
@media all and (max-width: 896px) {
	.comInfoBox {
		padding: 8px 8px 3px;
	}
	.comInfoBox .tagList li {
		margin-bottom: 5px;
	}
	.comInfoBox .tagList span,
	.comInfoBox .tagList a {
		height: 32px;
		padding: 0 10px;
		font-size: 1.2rem;
	}
	.comInfoBox .tagList span::before,
	.comInfoBox .tagList a::before {
		content: "#";
		color: #e95b00;
	}
}
/*------------------------------------------------------------
	comVoiceBox
------------------------------------------------------------*/
.comVoiceBox {
	padding: 11px 16px;
	padding-left: 80px;
	font-size: 1.2rem;
	line-height: 1.71;
	background-color: #d7edf7;
	border: 1px solid #388bdb;
	border-radius: 5px;
	color: #388bdb;
	position: relative;
	font-weight: bold;
}
.comVoiceBox:before {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 48px;
	height: 52px;
	background: url(../../img/common/icon_voice.png) no-repeat center / 48px auto;
	content: "";
}
@media all and (max-width: 896px) {
	.comVoiceBox {
		padding: 3px 8px;
		padding-left: 62px;
        min-height: 91px;
        box-sizing: border-box;
	}
	.comVoiceBox:before {
		left: 6px;
		top: 7px;
	}
}
/*------------------------------------------------------------
	comSide03
------------------------------------------------------------*/
.comSide03 {
	margin-bottom: 24px;
	padding: 15px 15px 5px;
	border-radius: 5px;
	border: solid 1px #e95b00;
	box-shadow: 0 2px 0 #e95b00;
}
.comSide03 .photo {
	margin: 0 0 12px;
}
.comSide03 .photo img {
    width: 100%;
}
.comSide03 .ttl {
	font-size: 2rem;
	line-height: 1.71;
	font-weight: bold;
}
.comSide03 .ttl a {
    color: #388bdb;
    text-decoration: underline;
}
.comSide03 .ttlSmall {
	margin-bottom: 5px;
	font-size: 1.2rem;
}
.comSide03 .yellowTxt {
	color: #e95b00;
	font-size: 1.2rem;
	line-height: 1.33;
	padding-left: 20px;
	background: url(../../img/common/icon11.png) no-repeat left top 3px / 14px auto;
}
.comSide03 .normalTxt {
	margin-bottom: 10px;
	line-height: 1.67;
}
.comSide03 .normalTxt a {
	text-decoration: underline;
	color: #388bdb;
}
.comSide03 .telBox {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
}
.comSide03 .telBox span {
	font-size: 1.2rem;
	color: #fff;
	width: 88px;
    text-align: center;
	padding: 7px 9px 7px 30px;
	border-radius: 32px;
	background: #f80d0d url(../../img/common/icon08.png) no-repeat left 10px top 7px;
	background-size: 16px auto;
	box-sizing: border-box;
}
.comSide03 .telBox a {
	margin-left: 10px;
	font-size: 2.4rem;
	color: #f80d0d;
	font-weight: bold;
}
.comSide03 .txt {
	margin-bottom: 11px;
	font-size: 1.2rem;
	line-height: 1.67;
}
.comSide03 .comBtn {
	margin-bottom: 8px;
}
.comSide03 .comBtn a {
	font-size: 2rem;
	height: 56px;
}
.comSide03 .comBtn a::before {
	display: none;
}
.comSide03 .comBtn a > span:before {
	margin-right: 10px;
    vertical-align: -2px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../../img/common/icon20.png) no-repeat center / 16px auto;
	content: "";
}
.comSide03 .comBtn.blue a > span:before {
	background-image: url(../../img/common/icon23.png);
}
.comSide03 .comBtn.grey a > span::before {
	background-image: url(../../img/common/icon85.png);
}
@media all and (min-width: 897px) {
	.comSide03 {
		padding: 16px;
		margin-bottom: 64px;
	}
	.comSide03 .imgBox {
		display: flex;
		justify-content: space-between;
	}
	.comSide03 .imgBox + .imgBox {
		padding-top: 16px;
		margin-top: 16px;
		border-top: 1px solid #ddd9d1;
	}
	.comSide03 .photo {
		margin: 0 25px 0 0;
		width: 356px;
		flex-shrink: 0;
	}
	.comSide03 .photo a:hover img {
        opacity: 0.7;
    }
	.comSide03 .txtBox {
		width: 100%;
	}
	.comSide03 .ttl {
		font-size: 2rem;
		line-height: 1.5;
		font-weight: bold;
		color: #388bdb;
	}
	.comSide03 .ttlSmall {
		margin-bottom: 5px;
		font-size: 1.2rem;
	}
	.comSide03 .yellowTxt {
		color: #e95b00;
		font-size: 1.2rem;
		line-height: 1.33;
		padding-left: 30px;
		background: url(../../img/common/icon11.png) no-repeat left top 3px / 21px auto;
	}
	.comSide03 .normalTxt {
		margin-bottom: 10px;
		line-height: 1.67;
	}
	.comSide03 .normalTxt a {
		text-decoration: underline;
		color: #388bdb;
	}
	.comSide03 .telBox {
		margin-bottom: 16px;
		display: flex;
	}
	.comSide03 .telBox span {
		font-size: 1.2rem;
		color: #fff;
		width: 88px;
		padding: 7px 9px 7px 30px;
		border-radius: 32px;
		background: #f80d0d url(../../img/common/icon08.png) no-repeat left 10px center;
		background-size: 16px auto;
		box-sizing: border-box;
	}
	.comSide03 .telBox a {
		margin-left: 10px;
		font-size: 3rem;
		line-height: 1;
		color: #f80d0d;
		font-weight: bold;
	}
	.comSide03 .txt {
		margin-bottom: 11px;
		font-size: 1.2rem;
		line-height: 1.67;
	}
	.comSide03 .comBtn {
		margin: 16px 8px 0 0;
		display: inline-block;
		width: 360px;
	}
	.comSide03 .comBtn a {
		font-size: 2rem;
		height: 56px;
	}
	.comSide03 .comBtn a::before {
		display: none;
	}
    .comSide03 .ttl a:hover {
        text-decoration: none;
    }
}
.comSide03.small {
	margin-bottom: 30px;
}
.comSide03.small .photo {
	margin-right: 15px;
	width: 200px;
}
.comSide03.small .ttl {
	margin: -5px 0 7px;
}
.comSide03.small .ttl a {
	color: #388bdb;
	text-decoration: underline;
}
.comSide03.small .normalTxt {
	margin-bottom: 3px;
	font-size: 1.2rem;
}
.comSide03.small .telBox a {
	font-size: 1.8rem;
}
.comSide03.small .comBtn a {
	width: 100%;
	height: 48px;
	font-size: 1.6rem;
}
.comSide03.small .telBox {
	margin-bottom: 0
}
@media all and (min-width: 897px) {
	.comSide03.small .inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.comSide03.small .inner .subTxt {
		width: 265px;
	}
	.comSide03.small .inner .btnBox {
		width: 240px
	}
	.comSide03.small .comBtn {
		margin: 0 0 10px;
		width: 100%;
	}
	.comSide03.small .comBtn:last-child {
		margin-bottom: 0;
	}
    .comSide03.small .ttl a:hover {
        text-decoration: none !important;
    }
    .comSide03 .normalTxt a:hover {
        text-decoration: none;
    }
}
@media all and (max-width: 896px) {
	.comSide03.small .imgBox {
		padding-bottom: 65px;
		display: flex;
		position: relative;
	}
	.comSide03.small .photo {
		margin-right: 15px;
		width: 68px;
	}
	.comSide03.small .txtBox {
		width: calc(100% - 78px);
	}
	.comSide03.small .btnBox {
		width: 100%;
		display: flex;
		position: absolute;
		left: 0;
		bottom: 0;
		justify-content: space-between;
	}
    .comSide03.small .telBox a {
        font-size: 1.6rem;
    }
	.comSide03.small .btnBox .comBtn {
		width: calc(50% - 2px);
	}
	.comSide03.small .btnBox .comBtn a {
		font-size: 1.2rem;
	}
	.comSide03.small .btnBox .comBtn a > span {
		display: inline-flex;
		justify-content: flex-start;
		align-items: center;
	}
	.comSide03.small .btnBox .comBtn a > span span {
		text-align: left;
		line-height: 1.3;
	}
	.comSide03.small .btnBox .comBtn a > span span:before {
		display: none;
	}
	.comSide03.small .ttl {
		margin-bottom: 0;
	}
	.comSide03.small .imgBox + .imgBox {
		padding-top: 16px;
		margin-top: 9px;
		border-top: 1px solid #ddd9d1;
	}
}
/*------------------------------------------------------------
	fixBanner
------------------------------------------------------------*/
.fixBanner {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 5px 8px;
	background-color: #4d3a2e;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.fixBanner.none {
	display: none !important;
}
.fixBanner ul {
    width: calc(100% - 32px);
	display: flex;
}
.fixBanner ul li {
	width: 49%;
    box-sizing: border-box;
    padding-right: 5px;
	font-size: 0;
}
.fixBanner ul li img {
    width: 100%;
}
.fixBanner .close {
	position: absolute;
	right: 8px;
	top: 5px;
	width: 32px;
	border-radius: 50%;
	overflow: hidden;
}
/*------------------------------------------------------------
	comPrBox
------------------------------------------------------------*/
.comPrBox {
	margin: 0 auto;
	max-width: 720px;
	position: relative;
}
.comPrBox::before {
	position: absolute;
	left: -21px;
	top: 0;
	width: 69px;
	height: 61px;
	background: url(../../img/common/icon_pr.png) no-repeat center / 69px auto;
	content: "";
	z-index: 1;
}
/*------------------------------------------------------------
	comFixedLink
------------------------------------------------------------*/
.comFixedLink {
	padding: 0 8px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	background-color: #fff;
	z-index: 10;
	justify-content: space-around;
}
.comFixedLink li {
	margin: 0 8px;
}
.comFixedLink a {
	padding-bottom: 14px;
	font-size: 1.3rem;
	display: block;
	border-bottom: 2px solid transparent;
}
.comFixedLink .on a {
	color: #e95b00;
	border-bottom: 2px solid #e95b00;
}


/*------------------------------------------------------------
	comImgSilde01
------------------------------------------------------------*/
.comImgSilde01 {
	position: relative;
}
.comImgSilde01 li {
	position: relative;
}
.comImgSilde01 .txt {
	font-size: 1rem;
	letter-spacing: 0.014rem;
}
.comImgSilde01 .txt span {
	margin-right: 5px;
	padding: 5px 2px 4px;
	min-width: 110px;
	display: inline-block;
	color: #fff;
	text-align: center;
	vertical-align: 0;
	background-color: #e95b00;
	box-sizing: border-box;
	letter-spacing: 0;
}
.comImgSilde01 .blackBg {
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 11px 16px;
	background-color: rgba(28,22,18,0.5);
	box-sizing: border-box;
}
.comImgSilde01 .blackBg p {
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.71;
}
.comImgSilde01 .slideFix {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 94px;
	z-index: 1;
}
.comImgSilde01 .slideFix .img {
	width: 80px;
	position: absolute;
	top: -96px;
	left: 16px;
}
.comImgSilde01 .slideFix .slideNum {
	padding: 4px 0 3px;
	position: absolute;
	right: 16px;
	top: -40px;
	width: 48px;
	font-size: 1rem;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #1c1612;
	box-sizing: border-box;
}
.comImgSilde01 .slick-arrow {
	margin-top: -16px;
}
@media all and (max-width: 896px) {
	.comImgSilde01 {
		margin-bottom: 2px;
	}
	.comImgSilde01 .txt {
		padding-right: 6px;
		color: #4d3a2e;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #fff;
	}
	.comImgSilde01 .txt span {
		margin-right: 7px;
		padding: 3px 2px 2px;
	}
	.comImgSilde01 .blackBg p {
		font-size: 1.2rem;
	}
	.comImgSilde01 .slideFix {
		bottom: 5px;
	}
	.comImgSilde01 .slideFix .slideNum {
		right: 8px;
		top: -116px;
	}
	.comImgSilde01 .slideFix .img {
		left: 7px;
			width: 40px;
			top: -133px;
	}
	.comImgSilde01 .slick-arrow {
		margin-top: -30px;
	}
	.comImgSilde01 .blackBg {
        position: absolute;
        padding: 4px 4px 3px 8px;
    }
}
/*------------------------------------------------------------
	comImgSilde02
------------------------------------------------------------*/
.comImgSilde02 {
	padding-left: 36px;
}
.comImgSilde02 .slick-slide {
	line-height: 0;
	font-size: 0;
}
.comImgSilde02 .slick-slide > div {
	margin-right: 5px;
	width: 64px;
}
.comImgSilde02 li {
	padding-top: 8px;
	position: relative;
}
.comImgSilde02 li::before {
	display: none;
	position: absolute;
	left: 0;
	top: 8px;
	width: 100%;
	height: calc(100% - 8px);
	border: 2px solid #e95b00;
	content: '';
	z-index: 1;
	box-sizing: border-box;
	border-radius: 5px;
}
.comImgSilde02 .slick-current li::before {
	display: block;
}
.comImgSilde02 li::after {
	display: none;
	margin-left: -5px;
	position: absolute;
	left: 50%;
	top: -2px;
	border: 5px solid transparent;
	border-bottom-color: #e95b00;
	content: '';
}
.comImgSilde02 .slick-current li::after {
	display: block;
}
.comImgSilde02 .slick-arrow {
	margin-top: 0;
	top: auto;
	bottom: 0;
	width: 48px;
	height: calc(100% - 8px);
	background-color: inherit;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
.comImgSilde02 .slick-arrow::before {

	width: 17px;
	height: 17px;
	border-color: #e95b00;
}
.comImgSilde02 .slick-arrow.slick-prev {
	left: -12px;
}
.comImgSilde02 .slick-arrow.slick-next::before {
	margin-left: 12px;
}
.comImgSilde02 .slick-arrow.slick-prev::before {
	margin-left: 0;
}
@media all and (max-width: 896px) {
	.comImgSilde02 {
		margin: -1.4% 0 6px;
		padding: 0 16px;
		display: flex;
		flex-wrap: wrap;
	}
	.comImgSilde02 li {
		padding-top: 0;
		margin: 1.4% 1.4% 0 0;
		width: 15.5%;
		border-radius: 4px;
		overflow: hidden;
	}
	.comImgSilde02 li::before {
		top: 0;
		height: 100%;
	}
	.comImgSilde02 li.on::before {
		display: block;
		border-width: 1px;
	}
	.comImgSilde02 li:nth-child(6n) {
		margin-right: 0;
	}
	.comImgSilde02 li:nth-child(n+7) {
		display: none;
	}
	.comImgSilde02 li:nth-child(n+7).show {
		display: block;
	}
}
/*------------------------------------------------------------
	comSlideBox02
------------------------------------------------------------*/
@media all and (max-width: 896px) {
	.comSlideBox02 .comBtn02 {
		margin: 0 16px;
		width: auto;
	}
	.comSlideBox02 .comBtn02 a {
		padding: 7px 0 6px;
		color: #4d3a2e;
		font-size: 1.4rem;
		background-image: url(../../img/common/icon15.png);
		background-size: 10px auto;
	}
	.comSlideBox02 .comBtn02 .close {
		display: none;
	}
	.comSlideBox02 .comBtn02 a.close {
		background-image: url(../../img/common/icon28.png);
	}
	.comSlideBox02 .comBtn02.on .close {
		display: block;
	}
	.comSlideBox02 .comBtn02.on .open {
		display: none;
	}
}

/*------------------------------------------------------------
	comSide04
------------------------------------------------------------*/
.comSide04 {
	padding: 14px 16px 24px;
	border-radius: 10px;
	background-color: #faf6ed;
}
.comSide04 .whiteBox {
	padding: 10px 15px 15px;
	border-radius: 5px;
	border: solid 1px #ddd9d1;
	background-color: #fff;
}
.comSide04 .txt a {
    color: #388bdb;
    text-decoration: underline;
}
.comSide04 .txt02 {
    margin: -10px 0 10px;
}
.comSide04 .txt02 a {
    font-size: 1.2rem;
}
.comSide04 .subInner {
	margin-bottom: 16px;
	padding-top: 11px;
	border-top: 1px solid #ddd9d1;
}
.comSide04 .subInner:first-child {
	padding-top: 0;
	border: none;
}
.comSide03 .banner,
.comSide04 .banner {
	margin: 10px 0;
}
.comSide04 .ttl {
	margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.71;
    font-weight: bold;
}
.comSide04 .ttl a:hover {
	opacity: 0.7;
}
.comSide04 .telBox {
	margin-bottom: 9px;
	display: flex;
}
.comSide04 .telBox span {
	font-size: 1.2rem;
	color: #fff;
	width: 88px;
	padding: 8px 9px 5px 30px;
	border-radius: 32px;
	background: #f80d0d url(../../img/common/icon08.png) no-repeat left 10px top 8px;
	background-size: 16px auto;
	box-sizing: border-box;
}
.comSide04 .telBox a {
	margin: 2px 0 0 5px;
	font-size: 2rem;
	color: #f80d0d;
	font-weight: bold;
}
.comSide04 .imgBox {
	display: flex;
}
.comSide04 .imgBox .photo {
	margin-right: 8px;
	width: 128px;
}
.comSide04 .imgBox .textBox {
	margin-top: -4px;
}
.comSide04 .imgBox .textBox p {
	font-size: 1.2rem;
	line-height: 1.67;
}

/*------------------------------------------------------------
	comDrawBox
------------------------------------------------------------*/
.comDrawBox {
    margin-bottom: 30px;
}
.comDrawBox .slideBox .slick-dots {
    display: none !important;
}
.comDrawBox .slideBox .slick-slide > div,
.comDrawBox .slideBox .slick-slide img {
    line-height: 0;
}
.comDrawBox .houseDrawBox {
    overflow: hidden;
    margin-bottom: 8px;
    padding: 16px 15px 11px 17px;
    background-color: rgba(28,22,18,0.5);
}
.comDrawBox .houseDrawBox .txtBox {
    float: left;
}
.comDrawBox .houseDrawBox .txtBox .ttl {
    margin-bottom: 3px;
}
.comDrawBox .houseDrawBox .txtBox .ttl span {
    display: inline-block;
    padding: 5px 4px 3px;
    font-size: 1.6rem;
    line-height: 1;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
}
.comDrawBox .houseDrawBox .txtBox .btmTxt {
    font-size: 1.4rem;
    line-height: 24px;
    color: #FFF;
}
.comDrawBox .houseDrawBox .txtBox .btmTxt span {
    display: inline-block;
}
.comDrawBox .houseDrawBox .txtBox .btmTxt span:first-child {
    margin-right: 25px;
}
.comDrawBox .houseDrawBox .txtBox .btmTxt .bigTxt {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: bold;
}
.comDrawBox .houseDrawBox .linkBox {
    padding-top: 7px;
    float: right;
}
.comDrawBox .houseDrawBox .linkBox a {
    position: relative;
    padding: 7px 20px 5px 47px;
    display: inline-block;
    border-radius: 5px;
    border: solid 1px #ddd9d1;
    color: #1c1612;
    font-weight: bold;
    text-align: center;
    background: #FFF url("../../img/common/icon16.png") no-repeat right 6px center / 6px auto;
}
.comDrawBox .houseDrawBox .linkBox a:before {
    position: absolute;
    left: 16px;
    top: 2px;
    width: 24px;
    height: 24px;
    background: url("../../img/common/tag_option_05.png") no-repeat center center / 24px auto;
    content: '';
}
.comDrawBox .checkAllBox {
	margin-top: 8px;
    margin-bottom: 24px;
}
.comDrawBox .checkAllBox .tabUl {
    overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
}
.comDrawBox .checkAllBox .tabUl li {
    float: left;
    margin-right: 1px;
	flex-shrink: 0;
}
.comDrawBox .checkAllBox .tabUl li a {
    position: relative;
    display: block;
    padding: 10px 16px 9px;
    font-size: 1.4rem;
    color: #89817b;
    background-color: #e0e4e5;
    box-sizing: border-box;
    transition: none !important;
}
.comDrawBox .checkAllBox .tabUl li a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    width: 100%;
    opacity: 0.1;
    background-image: -webkit-linear-gradient(rgba(77, 58, 46, 0), #4d3a2e);
    background-image: -o-linear-gradient(rgba(77, 58, 46, 0), #4d3a2e);
    background-image: linear-gradient(rgba(77, 58, 46, 0), #4d3a2e);
    content: "";
}
.comDrawBox .checkAllBox .tabUl li.on a {
    padding-top: 8px;
    color: #e95b00;
    font-weight: bold;
    background-color: #eff3f4;
    border-top: 2px solid #e95b00;
}
.comDrawBox .CheckAllBox .tabUl li.on a:before  {
    display: none;
}
.comDrawBox .checkAllBox .checkUlWrap {
    padding: 16px 16px 11px 16px;
    background-color: #eff3f4;
}
.comDrawBox .checkAllBox .checkUlWrap .checkInner {
    display: none;
}
.comDrawBox .checkAllBox .checkUlWrap .checkInner:first-child {
    display: block;
}
.comDrawBox .checkAllBox .checkUlWrap ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.comDrawBox .checkAllBox .checkUlWrap ul li {
    width: 182px;
    margin: 0 5px 5px 0;
}
.comDrawBox .checkAllBox .checkUlWrap ul li span {
    display: block;
    padding: 7px 16px;
    border-radius: 5px;
    border: solid 1px #ddd9d1;
    background-color: #ffffff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.71;
    color: #1c1612;
    font-weight: bold;
    box-sizing: border-box;
    background-image: none;
}
.comDrawBox .checkAllBox .checkUlWrap ul li input[type="checkbox"]:checked ~ span {
	background-color: #e95b00;
    color: #FFF;
}
.comDrawBox .checkAllBox .checkUlWrap ul li:nth-child(4n) {
    margin-right: 0;
}
.comDrawBox .drawSlide .slick-slide > div {
    margin: 0 8px;
    width: 388px;
}
.comDrawBox .drawSlide li .photo {
    margin-bottom: 19px;
}
.comDrawBox .drawSlide li .photo img {
    width: 100%;
}
.comDrawBox .drawSlide li .title {
    margin-bottom: 6px;
    padding: 0 24px;
    font-size: 1.6rem;
    line-height: 1.69;
    font-weight: bold;
    color: #1c1612;
}
.comDrawBox .drawSlide li .txt {
    padding: 0 24px;
    font-size: 1.4rem;
    color: #1c1612;
    line-height: 1.71;
}
.comDrawBox .drawSlide li .comBtn02 {
    width: 240px;
    margin-top: 10px;
}
.comDrawBox .drawSlide li .comBtn02 a {
    background-image: url("../../img/common/icon15.png");
    background-size: 10px auto;
}
.comDrawBox .drawSlide .slick-dots {
    margin-top: 25px;
}
.comDrawBox .drawSlide.border li {
	border: 1px solid #ddd9d1;
}
.comDrawBox .drawSlide .work {
	margin: 16px 0 24px;
	padding: 0 24px;
	color: #388bdb;
	font-size: 1.2rem;
	font-weight: bold;
}
.comDrawBox .drawSlide .work:before {
	margin-right: 5px;
	width: 10px;
	height: 16px;
	background: url(../../img/common/icon32.png) no-repeat center / 10px auto;
	display: inline-block;
	vertical-align: middle;
	content: "";
}
.comDrawBox .comSlide li {
	position: relative;
}
.comDrawBox .comSlide .houseDrawBox {
	margin-bottom: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
}
.comDrawBox .comSlide .houseDrawBox .linkBox a {
	line-height: 1;
}
@media all and (max-width: 896px) {
    .comDrawBox {
        margin: 0 -15px 30px;
    }
    .comDrawBox .headLine03 {
        margin-left: 15px;
        margin-right: -0;
    }
	.comDrawBox .houseDrawBox {
		position: relative;
		margin-bottom: 8px;
		padding: 9px 15px 4px 17px;
	}
    .comDrawBox .houseDrawBox .txtBox .ttl {
        margin-bottom: 4px;
    }
    .comDrawBox .houseDrawBox .txtBox {
        width: 70%;
    }
    .comDrawBox .houseDrawBox .txtBox .btmTxt {
        font-size: 1.2rem;
        line-height: 20px;
    }
    .comDrawBox .houseDrawBox .txtBox .btmTxt > span:first-child {
        display: block;
        margin-right: 0;
    }
    .comDrawBox .houseDrawBox .txtBox .btmTxt .bigTxt {
        line-height: 20px;
    }
    .comDrawBox .houseDrawBox .linkBox {
        position: absolute;
        right: 15px;
        bottom: auto;
		top: 8px;
        padding-top: 0;
        float: none;
    }
    .comDrawBox .houseDrawBox .linkBox a {
        padding: 4px 22px 4px 41px;
        font-size: 1rem;
        line-height: 12px;
        text-align: left;
    }
    .comDrawBox .houseDrawBox .linkBox a:before {
        position: absolute;
        left: 12px;
        top: 4px;
    }
    .comDrawBox .checkAllBox {
        margin-bottom: 30px;
    }
    .comDrawBox .checkAllBox .checkUlWrap ul li {
        width: 104px;
    }
    .comDrawBox .checkAllBox .checkUlWrap ul li span {
        padding: 7px 8px;
    }
    .comDrawBox .checkAllBox .checkUlWrap ul li:nth-child(4n) {
        margin-right: 5px;
    }
    .comDrawBox .drawSlide .slick-slide > div {
        margin: 0 8px;
        width: calc(100vw - 30px);
    }
    .comDrawBox .drawSlide li .photo {
        margin-bottom: 12px;
        position: relative;
    }
    .comDrawBox .drawSlide li .photo .num {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 24px;
        height: 24px;
        background-color: #E95B00;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px 0px;
        color: white;
    }
    .comDrawBox .drawSlide li .title {
        margin-bottom: 6px;
        padding: 0;
        font-size: 1.4rem;
        line-height: 1.71;
        text-align: center;
    }
    .comDrawBox .drawSlide li .txt {
        padding: 0;
        font-size: 1.2rem;
        line-height: 1.67;
    }
    .comDrawBox .drawSlide .slick-dots {
        margin-top: 5px;
    }
	.comDrawBox .drawSlide.border li {
		border: none;
		text-align: left;
	}
	.comDrawBox .drawSlide.border li .title {
		text-align: left;
	}
	.comDrawBox .drawSlide.border .slick-dots {
		display: block !important;
	}
	.comDrawBox .drawSlide .work {
		margin: 0;
		padding: 0;
	}
	.comDrawBox .checkAllBox .tabUl {
		display: flex;
		flex-wrap: nowrap;
	}
	.comDrawBox .checkAllBox .mCSB_container {
		margin-bottom: 0 !important;
	}
	.comDrawBox .checkAllBox .tabUl li {
		flex-shrink: 0;
	}
	.comDrawBox .checkAllBox .checkUlWrap ul {
		display: flex;
		flex-wrap: nowrap;
		width: auto;
	}
	.comDrawBox .checkAllBox .checkUlWrap ul li {
		flex-shrink: 0;
	}
	.SuggestClass {
		max-width: 80vw;
	}
}

.comHistory {
    border-radius: 0;
	margin-bottom: 0;
	padding: 21px 32px 45px;
}
.comHistory .headLine02 {
	margin-bottom: 19px;
	padding-bottom: 4px;
	font-size: 2rem;
	color: #4d3a2e;
}
.comHistoryList .slick-slide > div {
	margin: 0 8px;
	width: 215px;
}
.comHistoryList .slick-slide a {
    display: block;
}
.comHistoryList .slick-slide a:hover {
    opacity: 0.7;
}
@media all and (min-width: 897px) {
	.comHistory.mbSpeace {
		margin-bottom: -62px;
	}
    .comSide04 .txt a:hover {
        text-decoration: none;
    }
}
@media all and (max-width: 896px) {
	.comHistory {
		padding: 19px 0 30px;
	}
	.comHistory .headLine03 {
		margin: 0 15px 10px;
	}
	.comHistoryList .slick-slide > div {
		width: auto;
	}
	.comHistoryList {
		margin: 0 0 20px;
	}
}

/*------------------------------------------------------------
	comSlideSec
------------------------------------------------------------*/
.comSlideSec {
	margin-bottom: 24px;
}
.comSlideSec .headLine06 {
	margin-bottom: 16px;
	position: relative;
}
.comSlideSec .headLine06 .txt {
	position: absolute;
	right: 16px;
	top: 50%;
	padding: 0 5px;
	transform: translateY(-50%);
	width: 52px;
	height: 16px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border-radius: 2px;
	background: #fff url(../../img/common/icon28.png) no-repeat right 5px center / 8px auto;
	border: 1px solid #e95b00;
	font-size: 1rem;
	line-height: 1;
	color: #e95b00;
}
.comSlideSec .headLine06 .txt.open {
	display: none;
	background-color: #e95b00;
	color: #FFF;
}
.comSlideSec .headLine06.on .txt {
	background-image: url(../../img/common/icon84.png);
	display: none;
}
.comSlideSec .headLine06.on .txt.open {
	display: flex;
}
.comSlideSec .photo + .headLine06 {
	margin-top: 32px;
}
@media all and (max-width: 896px) {
	.comSlideSec {
		margin: 0 -15px 32px;
	}
	.comSlideSec .headLine06 {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	comTimeBox
------------------------------------------------------------*/
.comTimeBox {
	margin-bottom: 17px;
	position: relative;
}
.comTimeBox .ttl {
	padding: 5px 15px;
	color:#4d3a2e;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.71;
	position: relative;
	box-sizing: border-box;
	background: #eff3f4;
	border-radius: 5px 5px 0 0;
}
.comTimeBox .comScrollBox {
	height: 200px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border: 1px solid #ddd9d1;
	border-radius: 0 0 5px 5px;
}
.comTimeBox .tabBox {
	width: 100%;
	position: relative;
}
.comTimeBox .tabBox table {
	width: 100%;
	border-collapse: collapse;
}
.comTimeBox .tabBox th,
.comTimeBox .tabBox td {
	padding: 13px 15px;
	width: 65%;
	color:#1c1612;
	font-size: 1.4rem;
	line-height: 1.43;
	text-align: left;
	vertical-align: top;
	position: relative;
	border-bottom: 1px solid #ddd9d1;
	box-sizing: border-box;
}
.comTimeBox .tabBox tr:last-of-type th,
.comTimeBox .tabBox tr:last-of-type td {
	border-bottom: none;
}

.comTimeBox .tabBox th {
	font-weight: bold;
	width: 35%;
}
.comTimeBox .tabBox th:after {
	content: "";
	display: block;
	right: 0;
	top: 5px;
	bottom: 5px;
	position: absolute;
	width: 1px;
	background: #ddd9d1
}
.comTimeBox .tabBox .ttlDl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.comTimeBox .tabBox .ttlDl dt {
	margin-right: 5px;
}
.comTimeBox .tabBox .ttlDl dd {
	color:#e95b00;
	font-size: 1.6rem;
	font-weight: bold;
}
.comTimeBox .tabBox .ttlDl dd small {
	margin-left: 5px;
	font-size: 1.2rem;
	color: #1c1612;
	font-weight: normal;
}
.comTimeBox .tabBox p {
	margin-top: 4px;
	padding: 6px 16px 4px;
	display: inline-block;
	background: #eff3f4;
	border-radius: 40px;
	vertical-align: top;
}
@media all and (max-width: 896px) {
	.comTimeBox {
		margin: 0 -15px 27px;
	}
	.comTimeBox .ttl {
		margin-bottom: 15px;
		padding: 5px 15px;
		font-size: 1.2rem;
		line-height: 1.67;
		border-radius: 0;
	}
	.comTimeBox .comScrollBox {
		margin: 0 15px;
		width: auto;
		height: 200px;
		border-radius: 5px;
	}
	.comTimeBox .tabBox tr {
		position:relative;
	}
	.comTimeBox .tabBox th,
	.comTimeBox .tabBox td {
		padding: 0 30px 8px 15px;
		width: 100%;
		font-size: 1.2rem;
		float: left;
	}
	.comTimeBox .tabBox th {
		padding-bottom: 15px;
		padding-top: 15px;
		padding-right: 100px;
		width: 100%;
		border: none;
	}
	.comTimeBox .tabBox th:after {
		display: none;
	}

	.comTimeBox .tabBox .ttlDl {
		position: absolute;
		right: 35px;
		bottom:100%;
		width: 65px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.comTimeBox .tabBox .ttlDl:before {
		content: "";
		display: block;
		left: 0;
		top: 3px;
		bottom: 3px;
		position: absolute;
		width: 1px;
		background: #ddd9d1
	}
	.comTimeBox .tabBox .ttlDl dt {
		margin-right: 0;
		font-size: 1.2rem;
	}
	.comTimeBox .tabBox .ttlDl dd {
		font-size: 1.4rem;
		text-align: center;
		line-height: 1;
	}
	.comTimeBox .tabBox .ttlDl dd small {
		font-size: 1rem;
		margin-left: 0;
		display: block;
	}
	.comTimeBox .tabBox p {
		margin-top: 4px;
		padding: 8px 20px 5px;
	}
}
/*------------------------------------------------------------
	comDogBox
------------------------------------------------------------*/
.comDogBox {
	margin: 33px 0 50px;
	padding: 13px 16px 15px;
	position: relative;
	background: #faf6ed;
}
.comDogBox .ttl {
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.69;
	font-weight: bold;
	color:#e95b00;
}
.comDogBox .inn {
	padding: 22px;
	position:relative;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
}
.comDogBox .inn:before {
	position: absolute;
	left: 13px;
	top: -54px;
	content: "";
	width: 54px;
	height: 54px;
	background: url(../../img/common/img01.png) no-repeat center top;
	background-size: 100% auto;
}

.comDogBox .inn p {
	margin: 15px 0 0 0;
	font-size: 1.4rem;
	line-height: 1.71;
	color:#1c1612;
}
.comDogBox .inn p:first-of-type {
	margin-top: 0;
}
@media all and (max-width: 896px) {
	.comDogBox {
		margin: 0 -15px;
		padding: 13px 15px 18px;
	}
	.comDogBox .ttl {
		margin-bottom: 8px;
		font-size: 1.4rem;
	}
	.comDogBox .inn {
		padding: 20px;
	}
}
/*------------------------------------------------------------
	comDownBox
------------------------------------------------------------*/
.comDownBox {
    margin-bottom: 50px;
    position: relative;
}
.comDownBox .topBox {
	border: 1px solid #ddd9d1;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.comDownBox .ttlBox {
	position: relative;
}
.comDownBox .comScrollBox {
	height: 240px;
	position: relative;
}
.comScrollBox .mCSB_outside + .mCSB_scrollTools {
	right: 0;
	background-color: #FAF6ED;
}
.comScrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	margin: 5px auto;
	height: calc(100% - 10px);
}
.comDownBox .topBox table {
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
}
.comDownBox .topBox th,
.comDownBox .topBox td {
	padding: 5px 10px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.33;
	color:#1c1612;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border-top: 1px solid #ddd9d1;
	box-sizing: border-box;
}
.comDownBox .topBox th {
	border: none;
	color:#fff;
	line-height: 1.67;
	background: #1c1612;
}
.comDownBox .topBox .wid01 {
	width: 10%;
}
.comDownBox .topBox .wid02 {
	width: 16%;
}
.comDownBox .topBox .wid03 {
	width: 15%;
}
.comDownBox .topBox .wid04 {
	width: 16%;
}
.comDownBox .topBox .wid05 {
	width: 15%;
}
.comDownBox .topBox .dir {
	text-align: left;
}
.comDownBox .topBox .dir span {
	display: inline-block;
	min-width: 2em;
	text-align: center;
}
.comDownBox .topBox .big {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
}
.comDownBox .topBox .red {
	color:#e95b00;
	font-weight: bold;
}
.comDownBox .topBox .price {
	color:#e95b00;
	font-weight: bold;
}
.comDownBox .topBox .price span {
	font-size: 1.6rem;
}

.comDownBox .topBox .blackTr th,
.comDownBox .topBox .blackTr td {
	color:#89817b;
	background: #eff3f4;
}
.comDownBox .topBox .blackTr .red,
.comDownBox .topBox .blackTr .price {
	color:#89817b;
}
.comDownBox .btmBox {
	padding: 7px;
	border: 1px solid #e95b00;
	border-radius: 0 0 5px 5px;
	background: #e95b00;
	overflow: hidden;
}
.comDownBox .btmBox .comBtn {
	margin: 7px auto 0;
}
.comDownBox .btmBox .comBtn:first-of-type {
	margin-top: 0;
}
.comDownBox .btmBox .comBtn a::before {
	margin-top: -3px;
	right: 16px;
	top: 50%;
}
.comDownBox .btmBox a {
	padding: 7px 0;
	min-height: 50px;
	height: auto;
	flex-wrap: wrap;
	font-size: 1.4rem;
}
.comDownBox .btmBox a img {
	width: 16px;
}
.comDownBox .btmBox a span {
	margin-top: 5px;
	width: 100%;
	color:#388bdb;
	font-size: 1.6rem;
}
.comDownBox .btmBox .txtBtn {
	width: 98%;
}

@media all and (max-width: 896px) {
	.comDownBox .topBox th,
	.comDownBox .topBox td {
		padding: 5px 2px;
		font-size: 1rem;
		line-height: 1.5;
	}
	.comDownBox .topBox th {
		padding: 6px 2px 5px;
		font-size: 1rem;
		line-height: 1.67;
		background: #4d3a2e;
	}
	.comDownBox .topBox .wid01 {
		width: 15%;
	}
	.comDownBox .topBox .wid02 {
		width: 15%;
	}
	.comDownBox .topBox .wid03 {
		width: 19%;
	}
	.comDownBox .topBox .wid04 {
		width: 20%;
	}
	.comDownBox .topBox .wid05 {
		width: 8%;
	}
	.comDownBox .topBox .dir {
		padding-right: 20px;
	}
	.comDownBox .topBox .price span {
		font-size: 1.2rem;
	}
	.comDownBox .btmBox {
		padding: 7px;
	}
	.comDownBox .btmBox .comBtn {
		margin: 7px 10px 0;
		width: auto;
	}
	.comDownBox .btmBox a,
	.comDownBox .comBtn.whiteBtn a{
		padding: 5px 15px;
		min-height: 42px;
		height: auto;
	}
	.comDownBox .btmBox .comBtn:first-of-type {
		margin-top: 0;
	}
	.comDownBox .btmBox .comBtn a::before {
		right: 10px;
	}
	.comDownBox .btmBox .txtBtn {
		width: auto;
	}
	.comDownBox .btmBox a span {
		font-size: 1.4rem;
	}
}

/*------------------------------------------------------------
	comlinklist
------------------------------------------------------------*/
.comlinklist {
	margin-bottom: 50px;
	padding: 20px;
	border: 1px solid #ddd9d1;
	border-radius: 10px;
}
.comlinklist ul {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}
.comlinklist li {
	margin: 10px 10px 0 0;
	width: calc((100% - 10px)*0.5);
}
.comlinklist li:nth-of-type(2n) {
	margin-right: 0;
}
.comlinklist li:nth-of-type(-n+2) {
	margin-top: 0;
}
.comlinklist li a {
	padding: 10px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color:#1c1612;
	font-size: 2rem;
	line-height: 1.7;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ddd9d1;
}
.comlinklist li a img {
	margin-right: 10px;
}
.comlinklist li a:hover {
	opacity: 0.7;
}
.comlinklist .btn01 a {
	color:#fff;
	background: #e95b00;
	border-color:#e95b00;
}
.comlinklist .btn02 a {
	color:#fff;
	background: #388bdb;
	border-color:#388bdb;
}
.comlinklist .btn03 a {
	color:#fff;
	background: #37acac;
	border-color:#37acac;
}
.comlinklist li.grey a {
    background-color: #EFF3F4;
    color: #89817B;
    border-color: #EFF3F4;
}
.comlinklist li a.none {
    pointer-events: none;
}

@media all and (max-width: 896px) {
	.comlinklist {
		margin: 0 -15px;
		padding: 25px 20px 25px;
		border: none;
		border-top: 1px solid #ddd9d1;
		border-bottom: 1px solid #ddd9d1;
		border-radius: 0;
	}
	.comlinklist li {
		margin: 6px 6px 0 0;
		width: calc((100% - 6px)*0.5);
	}
	.comlinklist li:nth-of-type(2n) {
		margin-right: 0;
	}
	.comlinklist li:nth-of-type(-n+2) {
		margin-top: 0;
	}
	.comlinklist li a {
		padding: 8px 5px;
		font-size: 1.3rem;
		line-height: 1.29;
	}
	.comlinklist li a img {
		margin-right: 10px;
	}
	.comlinklist li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 360px) {
	.comlinklist li a {
		font-size: 1rem;
	}
}
.fixMenuBox {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	z-index: 900;
	padding-bottom: 16px;
	background-color: #fff;
	display: none;
	overflow: auto;
	box-sizing: border-box;
}
.fixMenuBox .nameTtl {
	border-top: 3px solid #e95b00;
	padding: 10px 16px;
	font-size: 1.4rem;
	line-height: 1.71;
	background-color: #faf6ed;
	font-weight: 600;
}
.fixMenuBox .menuList {
	margin-bottom: 17px;
}
.fixMenuBox .menuList a {
	padding: 0 16px;
	display: flex;
	height: 46px;
	align-items: center;
	border-bottom: 1px solid #ddd9d1;
	background: url(../../img/common/icon16.png) no-repeat right 16px center / auto 8px;
}
.fixMenuBox .btmMenuLink {
	margin: 0 16px;
}
.fixMenuBox .btmMenuLink a {
	display: flex;
	height: 48px;
	justify-content: center;
	align-items: center;
	background-color: #37acac;
	border-radius: 5px;
	font-size: 1.4rem;
	color: #fff;
}
.fixMenuBox .btmMenuLink a img {
	margin-right: 10px;
}
/*------------------------------------------------------------
	fixMenu
------------------------------------------------------------*/
.fixMenu {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 9px;
	background: rgba(28,22,18,0.75);
	z-index: 8000;
	box-sizing: border-box;
}
.fixMenu .busyTxt {
	margin: -4px 0 3px;
	color:#fff;
	font-size: 1.2rem;
	text-align: center;
}
.fixMenu .busyTxt span {
	font-weight: bold;
	font-size: 1.4rem;
	color: #ff0;
}
.fixMenu .btmBox {
	margin: 0;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.fixMenu .btmBox .link {
	margin-right: 5px;
	width: calc((100% - 60px - 10px)*0.5);
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.fixMenu .btmBox .link a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color:#fff;
	border-radius: 5px;
	font-size: 1.2rem;
	box-sizing: border-box;
	overflow: hidden;
	max-width: 288px;
}
.fixMenu .btmBox .link a small {
	display: block;
	font-size: 1rem;
}
.fixMenu .btmBox .link:first-child a {
	color: #1c1612;
}

.fixMenu .btmBox .menuLink {
	width: 60px;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.fixMenu .btmBox .menuLink a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 5px;
	font-size: 1rem;
	line-height: 1;
	flex-direction: column;
}
.fixMenu .btmBox .menuLink a .img {
	display: block;
	position: relative;
	margin-bottom: 5px;
}
.fixMenu .btmBox .menuLink a img {
	transition: .3s;
}
.fixMenu .btmBox .menuLink a img.close {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.fixMenu .btmBox .menuLink a:not(.active):hover img.close {
	opacity: 0 !important;
}
.fixMenu .btmBox .menuLink a.active img {
	opacity: 0 !important;
}
.fixMenu .btmBox .menuLink a.active .close {
	opacity: 1 !important;
}

/*------------------------------------------------------------
	comArea
------------------------------------------------------------*/
.comArea {
    position: relative;
    text-align: center;
    z-index: 1;
}
.comArea h2 {
    position: absolute;
    top: 0;
    left: 5px;
    text-align: left;
    padding: 4px 0 0 35px;
    font-size: 2rem;
    background: url("../../img/common/icon33.png") no-repeat left top;
    background-size: 24px auto;
}
.comArea h2 span {
    font-weight: normal;
    display: block;
    font-size: 1.2rem;
    color: #89817b;
}
.comArea:after {
	width: 951px;
	height: 264px;
    background: url("../../img/common/com_photo02.png") no-repeat left bottom;
    background-size: 100% auto;
	position: absolute;
	bottom: -185px;
	left: -86px;
	content: "";
    z-index: -1;
}
.comArea li {
    margin-bottom: 4px;
    width: 72px;
}
.comArea ul {
    margin-bottom: 15px;
    width: 145px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comArea ul:last-child {
    margin-bottom: 0;
}
.comArea a {
    display: block;
    font-size: 1.3rem;
    text-align: center;
    border: solid 1px #ddd9d1;
    border-radius: 5px;
    font-weight: bold;
    padding: 6px 3px 5px;
    box-shadow: 0 2px 0 0 #ddd9d1;
    background: url("../../img/common/icon16.png") no-repeat right 5px center #fff;
    background-size: 6px auto;
}
.comArea a:hover {
    opacity: 0.7;
}
.comArea .ulBox {
    position: absolute;
}
.comArea .ulBox01 {
    top: 70px;
    left: 148px;
    display: flex;
    flex-wrap: wrap;
    width: 307px;
    align-items: flex-start;
    justify-content: space-between;
}
.comArea .areaUl {
    margin-top: 37px;
}
.comArea .ulBox02 {
    top: 250px;
    left: 3px;
}
.comArea .ulBox03 {
    top: 34px;
    right: 30px;
}
.comArea .areaUl02 {
    justify-content: flex-end;
    margin-bottom: 30px;
}
.comArea .ulBox04 {
    display: flex;
    align-items: flex-start;
    bottom: -50px;
    right: 63px;
}
.comArea .ulBox04 ul {
    margin-left: 25px;
}
@media all and (max-width: 896px) {

}

/*------------------------------------------------------------
	newsArea
------------------------------------------------------------*/
.newsArea {
    padding: 30px 0 50px;
}
.newsArea .innerBox {
    max-width: 1136px;
    margin: 0 auto;
    padding: 0 20px;
}
.newsArea .headLine02 {
    font-size: 2.4rem;
    padding-bottom: 2px;
    margin-bottom: 24px;
    color: #4d3a2e;
}
.comTabUl {
    margin: 0 -1px;
    display: flex;
    flex-wrap: wrap;
}
.comTabUl li {
    margin: 0 1px;
/*    width: calc(100% / 9);*/
}
.comTabUl li a {
    padding: 8px 16px 9px 15px;
    display: block;
    font-size: 1.4rem;
    color: #89817b;
    text-align: center;
    position: relative;
    background-color: #e0e4e5;
    border-top: 2px solid transparent;
}
.comTabUl li a:after {
	width: 100%;
	height: 10px;
	background: linear-gradient(to bottom, rgba(77, 58, 46, 0), #4d3a2e);
	background-size: 8px 12px;
    opacity: 0.1;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.comTabUl .on a {
    font-weight: bold;
    color: #E95B00;
    background-color: #eff3f4;
    border-color: #E95B00;
}
.comTabUl .on a:after {
    display: none;
}
.comTabUl .li02.on a {
    color: #EF3F3F;
    border-color: #EF3F3F;
}
.comTabUl .li03.on a {
    color: #30A1DD;
    border-color: #30A1DD;
}
.comTabUl .li04.on a {
    color: #66BA31;
    border-color: #66BA31;
}
.comTabUl .comTabBox {
	position: relative;
}
.comTabBox .comNewsList {
    margin-bottom: 15px;
}
@media all and (max-width: 896px) {
    .newsArea {
        padding: 0 0 25px;
    }
    .comTabUlBox {
        margin: 0 -21px;
        overflow-x: auto;
    }
    .comTabUl {
        min-width: inherit;
        width: 860px;
        margin: 0;
        flex-wrap: wrap;
    }
    .comTabUl li {
        width: auto;
    }
    .comTabUl li a {
        padding: 8px 15px 9px;
    }
    .comTabBox {
        padding-top: 8px;
    }
    .newsArea .headLine02 {
        font-size: 2rem;
    }
}
.comTabUl.blue li {
	margin-left: 0;
	min-width: 85px;
}
.comTabUl.blue li a {
	padding: 11px 3px 12px;
	font-size: 1rem;
}
.comTabUl.blue .on a {
	color: #51b0dc;
	border-color: #51b0dc;
}
/*------------------------------------------------------------
	comPrefecture
------------------------------------------------------------*/
.comPrefecture {
    margin: -10px 0 15px;
}
.comPrefecture h3 {
    margin-bottom: 2px;
    padding: 7px 0 7px 32px;
    font-size: 1.4rem;
    background: url("../../img/common/icon35.png") no-repeat left center;
    background-size: 24px auto;
}
.prefectureUl {
    display: flex;
    flex-wrap: wrap;
}
.prefectureUl li {
    margin-bottom: 8px;
    width: 32%;
}
.prefectureUl li:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
}
.prefectureUl li a {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    border-radius: 5px;
    text-align: center;
    min-height: 66px;
    position: relative;
    box-sizing: border-box;
    border: solid 1px #eae3d3;
	border-bottom-width: 3px;
    background: linear-gradient(#fff 50%, #F9F5EC 50%);
}
.prefectureUl li span {
    position: relative;
    z-index: 1;
}
.prefectureUl li a:after {
	width: 12px;
	height: 19px;
    background: url("../../img/common/icon16.png") no-repeat right 5px center;
    background-size: 100% auto;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: 0;
	content: "";
    z-index: 1;
}

@media all and (max-width: 896px) {
    .comPrefecture .spBox {
        position: relative;
    }
    .comPrefecture .spBox .sub {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        z-index: 1;
    }
    .comPrefecture .spBox .sub .ttl {
        margin: -10px 0 8px;
        padding: 12px 0;
        font-size: 1.6rem;
        text-align: center;
        font-weight: bold;
        position: relative;
        border-bottom: 1px solid #ddd9d1;
    }
    .comPrefecture .spBox .sub .link {
        padding: 5px 2px;
        width: 59px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        z-index: 1;
        display: block;
        font-size: 1.3rem;
        border: 1px solid #ddd9d1;
        box-sizing: border-box;
        border-radius: 5px;
    }
    .comPrefecture .spBox .sub .link span {
        padding-left: 10px;
        display: inline-block;
        background: url("../../img/common/icon18.png") no-repeat left center;
        background-size: 6px auto;
    }
    .comPrefecture .spBox .sub ul {
        margin: 0 -4px;
        display: flex;
        flex-wrap: wrap;
    }
    .comPrefecture .spBox .sub li {
        width: calc(100% / 3);
        padding: 0 4px;
        margin-bottom: 8px;
        box-sizing: border-box;
    }
    .comPrefecture .spBox .sub li a {
        padding: 14px 9px 13px;
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
        border-radius: 5px;
        border: 1px solid #ddd9d1;
        border-bottom-width: 3px;
        background: url("../../img/common/icon16.png") no-repeat right 4px center;
        background-size: 6px auto;
    }

}

/*------------------------------------------------------------
	fixedSearch
------------------------------------------------------------*/
.fixedSearch {
	position: fixed;
	left: 0;
	top: 115px;
	width: 100%;
	z-index: 100;
	display: none;
}
.fixedSearch .comSearchBox {
	padding: 8px 0;
	background-color: #fff;
}
.fixedSearch .lBox {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.fixedSearch .lBox > * {
	margin: 0 !important;
}
.fixedSearch .midBox {
	margin: 0;
	width: 800px;
}
.fixedSearch .comSearchBox .lBox .saveBtn a {
    padding: 12px 8px 12px 27px;
}


@media all and (min-width: 897px) {
    .comTabUl li a:hover {
        color: #E95B00;
        font-weight: bold;
        background-color: #eff3f4;
        border-color: #E95B00;
    }
    .comTabUl.blue a:hover {
		color: #51b0dc;
		border-color: #51b0dc;
	}
    .comTabUl li a:hover:after {
        display: none;
    }
    .comSideSearch input[type="submit"]:hover {
        opacity: 0.7;
    }
    .comTabUl .li02 a:hover {
        color: #EF3F3F;
        border-color: #EF3F3F;
    }
    .comTabUl .li03 a:hover {
        color: #30A1DD;
        border-color: #30A1DD;
    }
    .comTabUl .li04 a:hover {
        color: #66BA31;
        border-color: #66BA31;
    }
}

/*------------------------------------------------------------
	comSlideArea
------------------------------------------------------------*/
.comSlideArea {
	margin: 30px 28px 33px;
}
.comSlideArea .comSlide {
	margin-bottom: 2px;
}
.comSlideArea .slick-dots {
	display: none !important;
}
.comSlideArea .thumb {
	display: flex;
	justify-content: center;
}
.comSlideArea .thumb li {
	margin: 0 2px;
	position: relative;
}
.comSlideArea .thumb .slick-active li::after,
.comSlideArea .thumb .active::after {
	margin-left: -5px;
	position: absolute;
	left: 50%;
	top: -2px;
	border: 5px solid transparent;
	border-bottom-color: #e95b00;
	content: '';
}
.comSlideArea .thumb .slick-active li::before,
.comSlideArea .thumb .active::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #e95b00;
	content: '';
	z-index: 1;
	box-sizing: border-box;
	border-radius: 5px;
}
.comSlideArea .thumb .slick-active li::after,
.comSlideArea .thumb .active::after {
	margin-left: -5px;
	position: absolute;
	left: 50%;
	top: -10px;
	border: 5px solid transparent;
	border-bottom-color: #e95b00;
	content: '';
}
.comImgSilde02 .thumb .slick-active li::after,
.comImgSilde02 .slick-current li::after {
	display: block;
}
.comSlideArea .thumb li img {
	height: 45px;
    margin: 0 auto;
}
@media all and (max-width: 896px) {
	.comSlideArea {
		margin: 16px -15px 12px;
	}
	.comSlideArea .inner {
		padding: 0 15px;
		box-sizing: border-box;
	}
	.comSlideArea .thumb {
		display: block;
	}
	.comSlideArea .thumb .slick-slide {
		padding-top: 5px;
	}
	.comSlideArea .thumb li {
		width: 144px !important;
	}
}
/*------------------------------------------------------------
	sclNameBox
------------------------------------------------------------*/
.sclNameBox {
	margin-bottom: 40px;
}
.comTextLink {
	margin: -17px -16px 18px 0;
}
.comTextLink li {
	font-size: 1.4rem;
	border-bottom: 1px solid #ddd9d1;
}
.comTextLink a {
	display: block;
	padding: 13px 15px 12px 0;
	background: url(../../img/common/icon16.png) no-repeat right center / 6px auto;
}
.comTextLink a:hover {
	opacity: 0.7;
}
.sclNameBox .headLine03 {
    margin: 30px 0 25px;
}
@media all and (min-width: 897px) {
	.comTextLink {
		display: flex;
		flex-wrap: wrap;
	}
	.comTextLink li {
		margin-right: 16px;
		width: 380px;
	}
	.comTextLink.column3 li {
		width: 215px;
	}
	.comTextLink.column3 li a {
		font-weight: normal;
		background-size: 4px auto;
	}
}
@media all and (max-width: 896px) {
	.sclNameBox {
		margin-bottom: 30px;
	}
	.comTextLink {
		margin-right: 0;
	}
	.sclNameBox .headLine06 {
		margin: 0 -15px 10px;
	}
}

/*------------------------------------------------------------
	sclNameBox
------------------------------------------------------------*/
.midTxt {
	margin-bottom: 12px;
	line-height: 1.67;
	text-align: center;
}
.bnrSlide .slick-list .slick-slide > div {
	margin: 0 5px;
}
.bnrSlide li a {
	position: relative;
	display: block;
}
.bnrSlide li a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.5;
	background-color: #000;
	content: '';
}
.bnrSlide .slick-active a::after {
	display: none;
}
.bnrSlide li img {
	width: 100%;
}
.bnrSlide + .gradBtn {
	margin-top: 10px;
}
.comSlideBox.bgBlue {
	margin: 0 -15px;
	padding: 20px 0 32px;
	background-color: #d4e8f2;
	border-radius: 0;
}
.comSlideBox.bgWhite {
	margin: 0 -15px;
	padding: 20px 0 0;
	background-color: #FFF;
	border-radius: 0;
}
/*------------------------------------------------------------
	comSearchArea
------------------------------------------------------------*/
.comSearchArea {
	padding: 16px 32px;
	background-color: #eff3f4;
    border-bottom: 1px solid #ddd9d1;
}
.comSearchArea dl {
	padding: 15px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	border: solid 2px #ddd9d1;
	background-color: #fff;
	box-sizing: border-box;
}
.comSearchArea dt {
	padding: 2px 0 0 33px;
	color: #1c1612;
	font-size: 1.6rem;
	font-weight: bold;
	background: url(../../img/common/icon11.png) no-repeat left center / 21px 24px;
}
.comSearchArea dd {
	width: 886px;
	display: flex;
}
/*
.comSearchArea dd > form {
    flex: 1;
    display: flex;
}
*/
.comSearchArea dd input[type="text"] {
	padding: 1px 14px 0 16px;
	width: calc(100% - 80px);
	height: 48px;
	font-size: 1.6rem;
/*	font-weight: bold;*/
	border-radius: 5px 0 0 5px;
	border: solid 1px #ddd9d1;
	border-right: none;
	background-color: #d4e8f2;
	box-sizing: border-box;
    appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}
.comSearchArea dd input[type="text"]:focus {
    border-color: #388bdb;
    box-shadow: 1px 1px 0 #388bdb,1px 0 0 #388bdb,0 1px 0 #388bdb,-1px -1px 0 #388bdb;
}
.comSearchArea dd input[type="button"] {
    padding: 0;
	width: 80px;
	height: 48px;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
    text-align: center;
	border-radius: 0 5px 5px 0;
    box-sizing: border-box;
	border: none;
	background-color: #388bdb;
	cursor: pointer;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.comSearchArea dd input[type="button"]:hover {
	opacity: 0.7;
}
/*
.comSearchArea dd input[type="text"]::-webkit-input-placeholder {
	color: #1c1612;
}
.comSearchArea dd input[type="text"]:-moz-placeholder {
	color: #1c1612;
}
.comSearchArea dd input[type="text"]::-moz-placeholder {
	color: #1c1612;
}
.comSearchArea dd input[type="text"]:-ms-input-placeholder {
	color: #1c1612;
}
*/
@media all and (max-width: 896px) {
	.comSearchArea {
		margin-bottom: 16px;
		padding: 8px 0;
		border-bottom: 1px solid none;
	}
	.comSearchArea dl {
		padding: 13px 16px 14px;
		display: block;
		border-radius: 5px;
		border: solid 2px #ddd9d1;
		background-color: #fff;
		box-sizing: border-box;
	}
	.comSearchArea dt {
		margin-bottom: 6px;
		padding-left: 31px;
		background-position: left top;
	}
	.comSearchArea dd {
		margin: 0 -1px;
		width: auto;
	}
	.comSearchArea dd input[type="button"]:hover {
		opacity: 1;
	}
}
/*------------------------------------------------------------
	comRouteBtnBox
------------------------------------------------------------*/
.comRouteBtnBox {
	margin-bottom: 18px;
	border-radius: 5px;
	border: 1px solid #ddd9d1;
	box-shadow: 0 2px #ddd9d1;
}
.comRouteBtnBox .jsBox {
    padding: 6px 0 16px;
	border-top: 1px solid #ddd9d1;
}
.comRouteBtnBox .subLink a {
	display: block;
	padding: 14px 16px 13px;
	font-size: 1.4rem;
	font-weight: bold;
	background: url(../../img/common/icon16.png) no-repeat right 16px center / 6px auto;
}
.comRouteBtnBox .subLink.cor01 a {
	color: #e95b00;
}
.comRouteBtnBox .subLink a:hover {
	opacity: 0.7;
}
.comRouteBtnBox .subLink.cor01 a {
	color: #e95b00;
}
.comRouteBtnBox ul {
	margin: 0 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.comRouteBtnBox ul::after {
	width: 237px;
	content: "";
}
.comRouteBtnBox li {
	width: 237px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	border-bottom: 1px solid #ddd9d1;
}
.comRouteBtnBox li a:hover {
	opacity: 0.7;
}
.comRouteBtnBox li a {
    padding: 15px 0 14px;
    flex: 1;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #1c1612;
	background: url(../../img/common/icon16.png) no-repeat right center / 6px auto;
}
.comRouteBtnBox li a.none {
    pointer-events: none;
    color: #89817B;
    background: none;
}
.comRouteBtnBox li a.on {
    color: #E95B00;
    font-size: 1.6rem;
}
.comRouteBtnBox li span {
	display: block;
	position: relative;
	color: #89817b;
	font-size: 1.4rem;
	font-weight: bold;
}
.comRouteBtnBox li.em span {
	color: #e95b00;
	font-size: 1.6rem;
}
.comRouteBtnBox li a span {
	color: #1c1612;
}
.comRouteBtnBox li input[type="checkbox"] + span {
    margin: 4px 10px 0 0;
    display: inline-block;
	padding: 16px 0 14px 24px;
	color: #1c1612;
}
@media all and (max-width: 896px) {
	.comRouteBtnBox {
		margin-bottom: 18px;
		border-radius: 5px;
		border: 1px solid #ddd9d1;
		box-shadow: 0 2px #ddd9d1;
	}
    .comRouteBtnBox .jsBox {
        padding: 3px 0 13px;
        display: none;
    }
	.comRouteBtnBox ul {
		margin: 0 16px;
		display: block;
	}
	.comRouteBtnBox ul::after {
		display: none;
	}
	.comRouteBtnBox li {
		width: auto;
        min-height: 46px;
	}
    .comRouteBtnBox .subLink {
        position: relative;
        background: url(../../img/common/icon16.png) no-repeat right 16px center / 6px auto;
    }
    .comRouteBtnBox .subLink a {
        background: none;
        box-sizing: border-box;
        width: calc(100% - 65px);
    }
    .comRouteBtnBox .subLink .link {
        display: block;
        width: 52px;
        cursor: pointer;
        color: white;
        font-weight: bold;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
        background: #E95B00 url("../../img/common/icon76.png") no-repeat right 5px center;
        background-size: 10px auto;
        border-radius: 3px;
        box-sizing: border-box;
        font-size: 1rem;
        padding: 1px 2px 1px 4px;
        line-height: 1.3;
        border: 1px solid #E95B00;
    }
    .comRouteBtnBox .link span {
        margin-left: -2px;
    }
    .comRouteBtnBox .link.on {
        color: #E95B00;
        background-image: url("../../img/common/icon77.png");
        background-color: white;
    }
    .comRouteBtnBox .subLink .link .close {
        display: none;
    }
    .comRouteBtnBox .subLink .link.on .close {
        display: block;
    }
    .comRouteBtnBox .subLink .link.on .open {
        display: none;
    }
}
/*------------------------------------------------------------
	comCampaign
------------------------------------------------------------*/
.comCampaign {
    padding: 50px 0 40px;
    background-color: #d4e8f2;
}
.comCampaign .headLine02 {
    font-size: 2.4rem;
    margin-bottom: 13px;
    padding-bottom: 2px;
}
.comCampaign p {
    margin-bottom: 19px;
    text-align: center;
    font-size: 1.6rem;
}
.comCampaign .fooUl {
    margin-bottom: 10px;
}
.comCampaign .slick-list {
    margin-bottom: 8px;
    font-size: 0;
}
.comCampaign .slick-list::before,
.comCampaign .slick-list::after {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 376px);
    height: 100%;
    content: "";
    z-index: 1;
    background-color: rgba(28, 22, 18, 0.5);
}
.comCampaign .slick-list::after {
    left: auto;
    right: 0;
}
.comCampaign .slick-list li {
    width: 720px !important;
    padding: 0 8px;
}
.comCampaign .jsBox {
    position: relative;
}
.comCampaign .slick-arrow.slick-prev {
    left: calc(50% - 360px);
    margin-top: -41px;
}
.comCampaign .slick-arrow.slick-next {
    right: calc(50% - 361px);
    margin-top: -41px;
}
.comCampaign.features {
    padding: 20px 0;
    background-color: white;
}
.comCampaign.features .headLine02 {
    margin-bottom: 19px;
}
@media all and (max-width: 896px) {
    .comCampaign {
        margin-top: 30px;
        padding: 22px 0 31px;
        display: block !important;
    }
    .comCampaign.spWide {
    	margin-left: -15px;
    	margin-right: -15px;
    }
    .comCampaign.features {
        margin-top: 0;
        padding-bottom: 0;
    }
    .comCampaign:last-child {
        padding-bottom: 0;
    }
    #conts .comCampaign {
        margin-left: -15px;
        margin-right: -15px;
    }
    .comCampaign .headLine02 {
        padding-bottom: 4px;
        font-size: 2rem;
    }
    .comCampaign p {
        margin-bottom: 13px;
        font-size: 1.2rem;
    }
    .comCampaign .slick-list {
        margin-bottom: 5px;
    }
    .comCampaign .slick-slide li {
        width: 258px !important;
        padding: 0 4px;
    }
    .comCampaign .slick-list::before,
    .comCampaign .slick-list::after {
        width: calc(50% - 137px);
    }
    .comCampaign .slick-arrow.slick-next {
        right: 0;
    }
    .comCampaign .slick-arrow.slick-prev {
        left: 0;
    }
    .comCampaign .jsBox .next {
        right: 0;
    }
    .comCampaign .jsBox .prev {
        left: 0;
    }
    .comCampaign .fooUl {
        margin-bottom: 12px;
    }
	.spSlide {
        margin-bottom: 10px;
		padding: 15px 0 11px;
	}
    .spSlideScloll {
        margin: 0 -15px;
    }
    .spSlide .slick-slide {
        padding: 0 15px;
    }
/*
	.spSlide .slick-list .slick-slide > div{
		margin: 0 16px;
	}
*/
	.spSlide .slick-dots {
		margin-top: -5px;
	}
	.spSlide .slick-arrow {
		margin-top: -36px;
	}
}

/*------------------------------------------------------------
	campusList
------------------------------------------------------------*/
.campusList {
    margin-bottom: 26px;
    border-radius: 5px;
    border: 1px solid #ddd9d1;
    box-shadow: 0 1px 0 0 #ddd9d1;
}
.campusList a {
    padding: 12px 25px 12px 18px;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.71;
    background: url("../../img/common/icon16.png") no-repeat right 15px center;
    background-size: 6px auto;
    border-bottom: 1px solid #ddd9d1;
}
.campusList a:hover {
    opacity: 0.7;
}

@media all and (max-width: 896px) {
    .campusList {
        margin: -5px 0 17px;
    }
}

/*------------------------------------------------------------
	contactInner
------------------------------------------------------------*/
#main .contactInner {
    max-width: 680px;
    margin: 0 auto;
    padding-top: 33px;
}
#main .contactInner .ttl01 {
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 1.6rem;
}
#main .contactInner .ttl02 {
	font-size: 1.4rem;
	font-weight: bold;
}
#main .contactInner .txtP01 {
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.71;
}
#main .contactInner .ulBox {
	margin-bottom: 15px;
	padding: 12px 15px;
	border: 1px solid #e95b00;
	border-radius: 5px;
}
#main .contactInner .ulBox .txtList li {
	padding: 0 0 3px 25px;
	color: #4d3a2e;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.71;
	position: relative;
}
#main .contactInner .ulBox .txtList li:last-child {
	padding-bottom: 0;
}
#main .contactInner .ulBox .txtList li .num {
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	line-height: 18px;
	border-radius: 50%;
	background: #e95b00;
}
#main .contactInner .roomorderLink {
	margin-bottom: 13px !important;
}
#main .contactInner .radioUl.twoColumn li {
	width: 50%;
	float: left;
}
#main .contactInner .wid03[type="text"] {
    width: 23.5%;
}
#main .contactInner .txtSpan {
	display: inline-block;
	margin: 0 18px 0 7px;
	font-size: 1.4rem;
}
#main .contactInner .txtSpan01 {
	margin-right: 0;
}
#main .contactInner .checkUl.twoColumn {
	margin-left: 0;
}
#main .contactInner .checkUl.twoColumn li {
	width: 50%;
	float: left;
}
#main .contactInner .topTxt {
    margin-bottom: 24px;
    padding: 6px 10px 5px;
    font-size: 1.4rem;
    border: solid 1px #ddd9d1;
    border-radius: 5px;
    background-color: #faf6ed;
}
#main .contactInner .topTxt a {
    color: #45aadb;
    text-decoration: underline;
}
.comStepUl {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd9d1;
    border-radius: 5px;
}
.comStepUl li {
    padding: 7px;
    box-sizing: border-box;
    width: 33.333%;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.comStepUl li:after,
.comStepUl li:before {
    border: 19px solid transparent;
    border-left: 21px solid #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -20px;
    content: ' '
}
.comStepUl li:before {
    border-left-color: #ddd9d1;
    right: -21px;
}
.comStepUl li:last-child:before,
.comStepUl li:last-child:after {
    display: none;
}
.comStepUl li span {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #ddd9d1;
    border-radius: 3px;
    margin-right: 5px;
}
.comStepUl .on {
    color: #e95b00;
}
.comStepUl .on span {
    background-color: #e95b00;
}
.contactDl {
    margin-bottom: 22px;
    padding-bottom: 19px;
    border-bottom: 1px solid #ddd9d1;
}
.contactDl:last-child {
    padding-bottom: 7px;
    border: none;
}
.contactDl dt {
    margin-bottom: 12px;
    font-size: 1.4rem;
    font-weight: bold;
}
.contactDl dd {
    margin-bottom: 15px;
    font-size: 1.4rem;
}
.contactDl dd .linkTxt {
    display: inline-block;
}
.contactDl dd .linkTxt:hover {
    opacity: 0.7;
}
.contactDl dd:last-child {
    margin-bottom: 0;
}
.contactDl .must {
    min-width: 32px;
    box-sizing: border-box;
    background-color: #e95b00;
    border-radius: 2px;
    padding: 0 4px;
    margin-left: 5px;
    font-size: 1.2rem;
    color: white;
    text-align: center;
    line-height: 1;
}
.contactDl p {
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 1.71;
}
.contactDl p:last-child {
    margin-bottom: 0;
}
.contactDl .linkP {
    font-size: 1.3rem;
}
.contactDl .linkP a {
    padding-right: 20px;
    color: #388BDB;
    display: inline-block;
    background: url("../../img/common/icon48.png") no-repeat right center;
    background-size: 14px auto;
    font-weight: bold;
    text-decoration: underline;
}
.contactDl .txt {
    padding-right: 20px;
    margin: -7px 0 3px;
    font-size: 1.6rem;
    color: #388BDB;
    display: inline-block;
    line-height: 1.25;
    background: url("../../img/common/icon48.png") no-repeat right center;
    background-size: 14px auto;
    font-weight: bold;
    text-decoration: underline;
}
.contactDl .txt02 {
    font-size: 1.2rem;
}
.contactDl .txt02 a {
    color: #388bdb;
    font-weight: bold;
    text-decoration: underline;
}
#main .contactInner .radioUl li {
    margin-bottom: 8px;
}
#main .contactInner .radioUl li:last-child {
    margin-bottom: 0;
}
.schoolPop input[type="radio"],
#main .contactInner input[type="radio"] {
    /* display: none; */
    margin-left: -11px;
	padding: 0;
	height: 0;
	width: 0;
	vertical-align: middle;
	visibility: hidden;
}
.schoolPop input[type="radio"] + span,
#main .contactInner input[type="radio"] + span {
    padding-left: 32px;
    font-size: 1.6rem;
    background: url("../../img/common/radio01.png") no-repeat left center;
    background-size: 24px auto;
    display: inline-block;
    line-height: 24px;
}
.schoolPop input[type="radio"]:checked + span,
#main .contactInner input[type="radio"]:checked + span {
    background-image: url("../../img/common/radio02.png");
}
#main .contactInner .radioUl02 {
    margin-bottom: 10px;
}
#main .contactInner .checkUl {
    margin-left: 32px;
}
#main .contactInner input[type="checkbox"] + span {
    padding-top: 5px;
    font-size: 1.6rem;
    padding-left: 33px;
}
#main .contactInner .checkUl input:disabled + span {
	opacity: 0.4;
}
.selectLink {
    margin-left: 5px;
/*    width: 160px;*/
    display: inline-block;
    vertical-align: middle;
}
.selectLink:first-child {
    margin-left: 0;
}
.selectLink a {
    padding: 7px 25px 5px;
    font-size: 1.3rem;
    display: block;
    text-align: center;
    font-weight: bold;
    background: url("../../img/common/icon46.png") no-repeat right 7px center #fff;
    background-size: 11px auto;
    border: solid 1px #ddd9d1;
    border-radius: 5px;
}
.selectLink.error a {
    border-color: #f80d0d;
}
.selectLink a:hover {
    opacity: 0.7;
}
.comSchoolLink {
    margin-bottom: 10px;
    width: auto;
    min-width: 340px;
}
.comSchoolLink a {
    display: block;
    padding: 11px 30px 10px;
    font-size: 1.6rem;
    background-color: #e95b00;
    color: white;
    background-position: right 15px center;
    background-image: url("../../img/common/icon46_wh.png");
}
.comSchoolLink.none a {
    background-color: #EFF3F4;
    font-weight: normal;
    color: #89817B;
    border-color: #EFF3F4;
    background-image: url("../../img/common/icon46_grey.png");
}

.schoolPop input[type="text"],
#main .contactInner input[type="email"],
#main .contactInner input[type="password"],
#main .contactInner input[type="tel"],
#main .contactInner input[type="text"] {
    margin-bottom: 4px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 5px;
    height: 40px;
    border: 1px solid #ddd9d1;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 0 8px;
    width: 100%;
    background-color: #fff;
}
#main .contactInner .date[type="text"] {
    margin-right: 12px;
    width: 48.8%;
    background: url("../../img/common/icon47.png") no-repeat right 7px center;
    background-size: 16px auto;
}
#main .contactInner select {
    margin-bottom: 4px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 5px;
    height: 40px;
    border: 1px solid #ddd9d1;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 0 5px;
    width: 48%;
    background: #fff url("../../img/common/icon15.png") no-repeat right 5px center;
    background-size: 10px auto;
}
#main .contactInner textarea {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 5px;
    height: 120px;
    border: 1px solid #ddd9d1;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 8px;
    resize: none;
    width: 100%;
    background-color: #fff;
}
#main .contactInner .wid01[type="text"] {
    width: 48.8%;
}

#main .contactInner .wid01[type="text"]:last-child {
    margin-right: 0;
}
#main .contactInner input[type="tel"] {
    width: 23.5%;
    margin-right: 5px;
}
#main .contactInner .wid02[type="text"] {
    width: 23.3%;
    margin-left: 5px;
}
#main .contactInner .address {
    margin-bottom: -5px;
}
#main .contactInner .address select {
    margin-bottom: 10px;
}
#main .contactInner .address input {
    margin-bottom: 10px;
}
#main .contactInner .address span {
    display: block;
}
#main .contactInner .address input[type="button"] {
    margin: 0;
    cursor: pointer;
    background-color: #e95b00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    color: white;
    width: 110px;
    height: 40px;
    border: none;
    border-radius: 5px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
#main .contactInner .redP {
    margin-bottom: 33px;
    padding: 12px 10px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #f80d0d;
    border: 2px solid #f80d0d;
    border-radius: 5px;
}
#main .contactInner .viewContactDl .subUl {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
}
#main .contactInner .viewContactDl .subUl li {
    width: calc(33.33% - 5px);
    margin-right: 5px;
}
#main .contactInner .viewContactDl select {
    width: 100%;
}
.submit {
    text-align: center;
}
.submit li {
    display: block;
    margin: 0 0 30px;
}
.submit li:last-child {
    margin-bottom: 0;
}
.submit li input {
    padding: 0 30px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    min-width: 340px;
    height: 64px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 1.3rem;
    font-weight: bold;
    color: white;
    border: none;
    background: #e95b00 url("../../img/common/icon49.png") no-repeat right 15px center;
    background-size: 6px auto;
}
.submit.none li input {
    color: #89817b;
    background-color: #eff3f4;
    font-weight: normal;
    background-image: url("../../img/common/icon50.png");
}
.submit li .entry {
    height: 35px;
    padding-top: 3px;
    color: #1c1612;
    font-size: 1.3rem;
    border: 1px solid #ddd9d1;
    background: white url("../../img/common/icon18.png") no-repeat left 10px center;
    background-size: 6px auto;
    border-bottom-width: 3px;
}
.contactBtmDl {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
}
.contactBtmDl dt {
    margin-top: -7px;
}
.contactBtmDl dd {
    padding-left: 17px;
    font-size: 1.2rem;
    line-height: 2;
    flex: 1;
}
#main .contactInner textarea.error,
#main .contactInner select.error,
#main .contactInner .error[type="password"],
#main .contactInner .error[type="email"],
#main .contactInner .error[type="tel"],
.schoolPop input.error[type="text"],
#main .contactInner .error[type="text"] {
    border-color: #f80d0d;
    background-color: #FFF0F0;
}
#main .contactInner textarea:focus,
#main .contactInner input[type="email"]:focus,
#main .contactInner input[type="tel"]:focus,
#main .contactInner input[type="text"]:focus {
    border-color: #000;
    background: #fff5d6;
    border-radius: 5px;
    box-shadow: 1px 1px 0 #000,1px 0 0 #000,0 1px 0 #000,-1px -1px 0 #000;
}
.contactDl .errorSpan {
    margin-top: 5px;
    display: block;
    font-weight: bold;
    color: #f80d0d;
}
.confirmInner .contactDl dd {
    line-height: 1.25;
    font-size: 1.6rem;
}
.confirmTable {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.confirmTable th {
    padding: 6px 0 4px;
    text-align: left;
    vertical-align: top;
    font-size: 1.4rem;
    background-color: #eff3f4;
    border-radius: 0 5px 0 0;
}
.confirmTable th:first-child {
    padding-left: 14px;
    border-radius: 5px 0 0 0;
}

.confirmTable td {
    padding: 6px 5px 5px 15px;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: left;
    vertical-align: top;
    position: relative;
    line-height: 1.43;
    border-top: 1px solid #ddd9d1;
    border-right: 1px solid #ddd9d1;
}
.confirmTable td::before,
.confirmTable td::after {
	position: absolute;
	right: -2px;
	top: 0;
	width: 3px;
	background-color: #FFF;
	height: 5px;
	content: " ";
}
.confirmTable td::after {
	top: auto;
	bottom: 0;
}
.confirmTable td:first-child {
	border-left: 1px solid #ddd9d1;
}
.confirmTable td:last-child {
	border-right: 1px solid #ddd9d1;
}
.confirmTable td:last-child::before,
.confirmTable td:last-child::after {
	display: none;
}

.confirmTable .wid01 {
    width: 28%;
}
.confirmTable .wid02 {
    width: 14.4%;
    border-radius: 0;
}
.confirmTable .wid03 {
    width: 14.4%;
    border-radius: 0;
}
.confirmTable .wid04 {
    width: 14.4%;
    border-radius: 0;
}
.confirmTable .wid05 {
    width: 14.4%;
    border-radius: 0;
}
.confirmTable .wid06 {
    width: 14.4%;
}
.confirmTable tr:last-child td {
    border-bottom: 1px solid #ddd9d1;
}
.confirmTable tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}
.confirmTable tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}
.enqH2 {
    margin-bottom: 17px;
    text-align: center;
    font-size: 2rem;
}
.enqBox {
    margin-bottom: 10px;
    padding: 10px 15px;
    border: solid 1px #e95b00;
    border-radius: 5px;
    background-color: white;
}
.enqBox02 {
    border-color: #ddd9d1;
}
.enq p {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.71;
}
.enq p:last-child {
    margin-bottom: 0;
}
.enqBox .txt {
    font-size: 1.6rem;
    line-height: 1.69;
}
.enqBox p a {
    padding-right: 16px;
    color: #388bdb;
    font-weight: bold;
    text-decoration: underline;
    background: url("../../img/common/icon48.png") no-repeat right center;
    background-size: 14px auto;
}
.enq .submit {
    margin-bottom: 30px;
}
#main .questionnaire {
    padding: 21px 24px;
    background-color: #edf9ff;
    border-radius: 5px;
}
#main .questionnaire .radioUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .questionnaire .radioUl li {
    width: 48%;
    margin-right: 2%;
}
#main .questionnaire .contactDl dt {
    margin-bottom: 4px;
}
#main .questionnaire .contactDl dt .must {
    margin-left: 2px;
}
#main .questionnaire .contactDl {
    padding-bottom: 0;
    margin-bottom: 10px;
    border: none;
}
#main .questionnaire .checkUl {
    margin-left: 0;
}
#main .questionnaire .checkUl li {
    margin-bottom: -1px;
}
#main .questionnaire .submit {
    margin-bottom: 0;
}
#main .questionnaire input[type="checkbox"] + span {
    background-position: left top 4px;
}
#contact #gFooter .fNavi,
#contact #gFooter .bgBox {
    display: none !important;
}
.finishedBox p {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.71;
}
.finishedTtl {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.69;
}
.finishedBox .finishedTxt {
    font-size: 1.2rem;
    line-height: 1.67;
    font-weight: bold;
}


@media all and (max-width: 896px) {
    #main .contactPage .contactInner {
        max-width: inherit;
        margin: 0 15px;
        padding-top: 16px;
    }
	#main .contactInner .ttl01 {
		margin-bottom: 10px;
	}
	#main .contactInner .ulBox {
		padding: 13px 15px;
	}
	#main .contactInner .roomorderLink {
		margin-bottom: 8px !important;
	}
	#main .contactInner .radioUl.twoColumn li {
		padding-bottom: 2px;
	}
	#main .contactInner .wid03[type="text"] {
		width: 38%;
	}
	#main .contactInner .txtSpan {
		margin: 0 24px 0 7px;
	}
	#main .contactInner .txtSpan01 {
		margin-right: 0;
	}
	#main .contactInner .checkUl.twoColumn {
		margin-left: 0;
	}
	#main .contactInner .checkUl.twoColumn li {
		padding-bottom: 2px;
	}
	#main .contactInner .select01 {
		width: 100%;
	}
    #main .contactInner .topTxt {
        font-size: 1.2rem;
        line-height: 1.67;
        margin-bottom: 14px;
    }
    .comStepUl li::before {
        right: -32px;
    }
    .comStepUl li::after {
        right: -30px;
    }
    .comStepUl {
        margin-bottom: 14px;
    }
    .contactDl {
        padding-bottom: 11px;
        margin-bottom: 15px;
    }
    .contactDl dt {
        margin-bottom: 5px;
        font-size: 1.2rem;
    }
    .contactDl dd {
        font-size: 1.2rem;
        line-height: 1.67;
    }
    .contactDl .txt {
        margin-top: 0;
        font-size: 1.4rem;
    }
    .contactDl .txt02 {
        font-size: 1.1rem;
    }
    .contactDl .must {
        font-size: 1rem;
        min-width: 30px;
        margin-left: 8px;
    }
    .schoolPop input[type="radio"] + span,
    #main .contactInner input[type="radio"] + span {
        font-size: 1.4rem;
    }
    .schoolPop input[type="checkbox"] + span,
    #main .contactInner input[type="checkbox"] + span {
        font-size: 1.4rem;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    #main .contactInner .radioUl li {
        margin-bottom: 6px;
    }
    .selectLink {
        margin-left: 13px;
    }
    .selectLink a {
        font-size: 1.3rem;
        padding-top: 5px;
    }
    .comSchoolLink {
        margin-left: 0;
    }
    .comSchoolLink a {
        font-size: 1.6rem;
        padding: 10px 10px;
    }
    #main .contactInner .radioUl02 {
        margin-bottom: 6px;
    }
    #main .contactInner input[type="password"],
    #main .contactInner input[type="email"],
    #main .contactInner input[type="tel"],
    #main .contactInner input[type="text"] {
        font-size: 1.4rem;
    }
    #main .contactInner .date[type="text"] {
        margin-right: 3px;
    }
    #main .contactInner .wid02[type="text"] {
        width: 112px;
    }
    #main .contactInner input[type="tel"] {
        width: 28.5%;
    }
    .contactDl .errorSpan {
        display: none;
    }
    #main .contactInner textarea {
        font-size: 1.4rem;
        height: 77px;
    }
    #main .contactInner .subInner {
        padding-bottom: 5px;
    }
    #main .contactInner .wid01[type="text"]:not(:first-child) {
        margin-left: 3px;
    }
    #main .contactInner select {
        font-size: 1.4rem;
    }
    #main .contactInner .address01 {
        width: 100%;
    }
    .submit li input {
        height: auto;
        width: 100%;
        min-width: inherit;
        max-width: 340px;
        padding: 14px 20px 14px 20px;
		white-space: normal;
    }
    .submit li input.small {
        font-size: 1.3rem;
    }
    .submit {
        margin-bottom: 45px;
    }
    #main .contactInner .radioUl li {
        font-size: 1.4rem;
    }
    .confirmInner .contactDl dd {
        font-size: 1.4rem;
        line-height: 1.43;
    }
    .contactScoll {
        margin-right: -15px;
        overflow-x: auto;
    }
    .confirmTable {
        width: 680px;
        min-width: 100%;
    }
    .submit li .entry {
        padding: 0;
    }
    .enqH2 {
        margin: -5px 0 8px;
        font-size: 1.6rem;
        line-height: 1.69;
    }
    .enq p {
        font-size: 1.2rem;
        line-height: 1.67;
    }
    .enqBox .txt {
        font-size: 1.4rem;
        line-height: 1.71;
    }
    .enqBox p {
        font-size: 1.3rem;
        line-height: 1.85;
    }
    .enq .submit {
        margin-bottom: 15px;
    }
    #main .questionnaire {
        margin: 0 -15px;
        border-radius: 0;
        padding: 15px 15px 20px;
    }
    #main .questionnaire .enqH2 {
        text-align: left;
    }
    #main .questionnaire .radioUl {
        display: block;
    }
    #main .questionnaire .radioUl li {
        width: auto;
    }
    #main .questionnaire .contactDl .must {
        margin-left: 0;
    }
    .contactBtmDl {
        margin-top: 45px;
    }
    .finishedBox .enqH2 {
        text-align: left;
    }
    #main .contactInner .viewContactDl .subUl li {
        width: calc(50% - 5px);
    }
    #main .contactInner .viewContactDl .subUl li:nth-child(2n) {
        margin-right: 0;
    }
}
@media all and (max-width: 374px) {
	#main .contactInner .txtSpan {
		margin: 0 10px 0 7px;
	}
	#main .contactInner .txtSpan01 {
		margin-right: 0;
	}
}
/*------------------------------------------------------------
	comAnchorBox
------------------------------------------------------------*/
.comAnchorBox ul {
    position: relative;
	display: flex;
}
.comTabBox .scrollfixBox.isFixed .comAnchorBox .subUl {
    padding-left: 0;
    padding-right: 0;
	background-color: transparent;
	z-index: 10;
}
.comTabBox .scrollfixBox.isFixed::after {
	width: 9999px;
	top: 65px;
	left: 50%;
	bottom: 0;
	background-color: rgba(28,12,18,0.75);
	position: absolute;
	content: '';
	transform: translateX(-50%);
}
.comTabBox .scrollfixBox.isFixed::before {
	width: 9999px;
	top: 0;
	left: 50%;
	bottom: 0;
	background-color: white;
	position: absolute;
	content: '';
	transform: translateX(-50%);
}
.comAnchorBox .subUl {
    position: absolute;
	top: auto;
	bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 5px 5px 5px;
    width: 100%;
    background-color: rgba(28,12,18,0.75);
    border-radius: 5px;
	display: none;
}
.comAnchorBox li {
    margin-right: 1px;
    width: 48px;
    display: inline-block;
	flex-shrink: 0;
}
.comAnchorBox li:last-of-type {
    margin-right: 0;
}
.comAnchorBox li a {
    padding: 5px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background: -webkit-linear-gradient(90deg, #ffffff, #efefef);
	background: -moz-linear-gradient(90deg, #ffffff, #efefef);
	background: -ms-linear-gradient(90deg, #ffffff, #efefef);
	background: linear-gradient(180deg, #ffffff, #efefef);
    border: solid 1px #d2cab9;
    border-radius: 5px;
    box-sizing: border-box;
}
.comAnchorBox li a.on {
    background: #E95B00;
    color: white;
}
.comAnchorBox li.noBorder a {
    pointer-events: none;
    color: #89817b;
    border: none;
    background: none;
    background-color: #eff3f4;
}
.comAnchorBox li a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .comAnchorBox {
        margin: 0 -15px 15px 0;
        overflow: auto;
    }
    .comAnchorBox ul {
        width: 540px;
    }
    .comAnchorBox .subUl {
        left: 0;
		top: auto;
		bottom: 0;
        width: 100%;
        border-radius: 0;
        padding-left: 15px;
    }
    .comAnchorBox .subUl::after {
        height: 10px;
        border-radius: 0;
    }
}
/*------------------------------------------------------------
	comSchoolArea
------------------------------------------------------------*/
.comSchoolArea {
    margin-bottom: 28px;
}
.comSchoolArea .schoolTtl {
    padding: 10px 16px 9px;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 5px;
    background-color: #eff3f4;
}
.comSchoolArea .schoolTtl .sml01 {
    margin-left: 10px;
    color: #89817b;
    font-size: 1.2rem;
}
.comSchoolArea .schoolList {
    margin-bottom: 21px;
}
.comSchoolArea .schoolList li {
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd9d1;
}
.comSchoolArea .schoolList li a {
    padding: 17px 15px 16px 0;
    display: block;
    background: url("../../img/common/icon16.png") no-repeat right center;
    background-size: 6px auto;
}
.comSchoolArea .schoolList li a:hover {
    opacity: 0.7;
}
.comSchoolArea .schoolList li .color {
    margin-right: 8px;
    padding: 3px 2px 2px;
    width: 56px;
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
    background-color: #66ba31;
    border-radius: 20px;
    box-sizing: border-box;
}
.comSchoolArea .schoolList li .color02 {
    background-color: #EF3F3F;
}
.comSchoolArea .schoolList li .blue {
    background-color: #30a1dd;
}
.comSchoolArea .tag {
    display: none;
    margin-bottom: -5px;
    padding: 18px 0 15px;
    color: #e95b00;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    background: url("../../img/common/icon54.png") no-repeat top center / 4px auto,url("../../img/common/icon54.png") no-repeat bottom center / 4px auto;
}
@media all and (max-width: 896px) {
    .comSchoolArea .schoolTtl {
        margin: 0 -15px;
        border-radius: 0;
    }
    .comSchoolArea:last-of-type {
        margin-bottom: 10px;
    }
}

@media all and (min-width: 897px) {
    #main .contactInner .topTxt a:hover {
        text-decoration: none;
    }
    .contactDl .txt02 a:hover {
        text-decoration: none;
    }
    .contactDl .linkP a:hover {
        text-decoration: none;
    }
    .submit li input:hover {
        opacity: 0.7;
    }
    .enqBox p a:hover {
        text-decoration: none;
    }
    #main .contactInner .address span input[type="button"]:hover {
        opacity: 0.7;
    }
}

/*------------------------------------------------------------
	comAreaList
------------------------------------------------------------*/
.comAreaList {
  margin: 0 0 18px;
  padding: 5px 10px;
  border-radius: 7px;
  background-color: #faf6ed;
}
.comAreaList li {
	margin: 3px;
	display: inline-block;
}
.comAreaList a:hover {
	opacity: 0.7;
}
.comAreaList a {
    padding: 6px 5px 3px;
    display: inline-block;
    font-weight: bold;
    color: #4d3a2e;
    font-size: 1.2rem;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    border: solid 1px #D2CAB9;
    background: linear-gradient(to bottom, #ffffff, #efefef);
}
@media all and (max-width: 896px) {
	.comAreaList {
		margin: 0 -15px 13px;
		padding: 10px 15px 13px;
		overflow-x: scroll;
		white-space: nowrap;
		border-top: 1px solid #EAE3D3;
		border-bottom: 1px solid #EAE3D3;
		border-radius: 0;
        position: relative;
	}
    .comAreaList::-webkit-scrollbar {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 5px;
        background: #faf6ed;
    }
    .comAreaList::-webkit-scrollbar-thumb {
        height: 5px;
        border-radius: 5px;
        background-color: #e95b00;
    }
	.comAreaList li {
		margin: 0 3px 0 0;
	}
	.comAreaList a {
	}
}
/*------------------------------------------------------------
	comAreaDetail
------------------------------------------------------------*/
.comAreaDetail h2 {
	margin-bottom: 6px;
	font-size: 1.6rem;
}
.comAreaDetail .txtLink {
	margin-bottom: 15px;
}
.comAreaDetail .txtLink a {
	padding: 0 0 0 20px;
	color: #1492e6;
	font-size: 1.4rem;
	font-weight: bold;
	display:  inline-block;
	background: url(../../img/common/icon52.png) no-repeat left top / 15px;
}
.comAreaDetail .txtLink a:hover {
	opacity: 0.7
}
.comAreaDetail .inner {
	display: flex;
	justify-content: space-between;
}
.comAreaDetail .inner .text {
	width: 58%;
}
.comAreaDetail .inner .txt {
	margin: 5px 0 20px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.22;
}
.comAreaDetail .link a {
	padding-left: 10px;
	color: #1492e6;
	font-size: 1.4rem;
	display:  inline-block;
	text-decoration: underline;
	background: url(../../img/common/icon53.png) no-repeat left 5px / 5px;
}
.comAreaDetail .inner .img {
	width: 36.8%;
}
.comAreaDetail .inner .img a:hover img {
    opacity: 0.7;
}
.comAreaDetail .tel {
	margin: 5px 0 0;
    padding: 5px 5px 0;
    text-align: center;
    border-top: solid 1px #D2CAB9;
}
.comAreaDetail .tel .telSpan {
    margin-bottom: 5px;
    padding: 3px 10px;
    display: inline-block;
    background: #F80D0D;
    background-size: 12px auto;
    border-radius: 40px;
    color: white;
    font-size: 1.2rem;
}
.comAreaDetail .tel .telSpan img {
    vertical-align: -1px;
    margin-right: 4px;
    width: 12px;
}
.comAreaDetail .tel a {
    display: block;
	color: #F80D0D;
	font-size: 1.4rem;
    font-weight: bold;
}
.comAreaDetail {
	margin: 20px 0 20px;
	padding: 15px 16px;
	border-radius: 5px;
	border: solid 1px #cccccc;
	background-color: #f9f9f9;
}
.comAreaDetail .list {
	margin-top: -15px;
	display: flex;
	flex-wrap: wrap;
}
.comAreaDetail .list li {
	margin: 15px 14px 0 0;
	width: 175px;
	padding: 10px 8px 5px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	box-sizing: border-box;
}
.comAreaDetail .list li:nth-child(4n) {
    margin-right: 0;
}
.comAreaDetail .link a:hover {
	text-decoration: none;
}
@media all and (max-width: 896px) {
	.comAreaDetail {
		margin: 0 -7px 10px;
		padding: 5px 7px;
	}
	.comAreaDetail h2 {
		margin: 0 7px 2px;
	}
	.comAreaDetail .list {
		margin: -10px 0 0 0;
		justify-content: space-between;
	}
	.comAreaDetail .list li {
		margin: 10px 0 0 0;
		width: calc(50% - 4px);
	}
	.comAreaDetail .txtLink {
		margin-bottom: 5px;
	}
	.comAreaDetail .txtLink a {
		background-position: left 3px;
	}
	.comAreaDetail .inner {
		margin-bottom: 5px;
	}
	.comAreaDetail .inner .txt {
		margin-bottom: 18px;
		color: #4D3A2E;
		font-size: 1.8rem;
	}
	.comAreaDetail .inner .text {
		width: calc(100% - 65px);
	}
	.comAreaDetail .inner .img {
		width: 58px;
	}
	.comAreaDetail .tel {
		padding-top: 8px;
        font-size: 1.4rem;
		margin-top: 0;
	}
}
@media all and (max-width:374px) {
	.comAreaDetail .inner .text {
		width: calc(100% - 50px);
	}
	.comAreaDetail .inner .txt {
		font-size: 1.5rem;
	}
	.comAreaDetail .inner .img {
		width: 45px;
	}
}

@media all and (max-width: 896px) {
    #contact .contactBtmDl {
        align-items: center;
    }
    #contact #gFooter .btmBox {
        border: none;
        padding-top: 72px;
    }
}
/*------------------------------------------------------------
	schoolPop
------------------------------------------------------------*/
/*
.schoolPop {
    margin: 0 auto;
    width: 960px;
}
*/
.schoolPop .tableBox {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd9d1;
}
.schoolPop .popContent .txt {
    font-size: 1.2rem;
    color: #1c1612;
    margin: -5px 0 4px;
}
.schoolPop input[type="text"] {
    font-size: 1.4rem;
}
.schoolPop .tableC td {
    vertical-align: top;
}
.schoolPop .titleBox {
    margin-bottom: 10px;
}
.schoolPop p {
    font-size: 1.4rem;
    line-height: 1.71;
}
.schoolPop .popContent p {
    margin-bottom: 14px;
}
.schoolPop p:last-child {
    margin-bottom: 0 !important;
}
.tableA td:after {
    display: none;
}
.tableA .wid01 {
    width: 92%;
}
.tableA .wid02 {
    width: 8%;
}
.schoolPop .confirmTable th:last-child {
    text-align: center;
}
.schoolPop .comBtn02 {
    width: 64px;
}
.schoolPop .confirmTable th {
    vertical-align: middle;
}
.schoolPop .confirmTable td {
    padding-top: 8px;
    padding-bottom: 7px;
    vertical-align: middle;
}
.schoolPop .confirmTable .txtSpan {
    display: inline-block;
    margin: -20px 0 0 45px;
    vertical-align: 12px;
}
.tableB .wid01 {
    width: 50%;
}
.tableB .wid02 {
    width: 21%;
}
.tableB .wid03 {
    width: 20%;
}
.tableB .wid04 {
    width: 9%;
}
.schoolPop .confirmTable td:before,
.schoolPop .confirmTable td:after {
    height: 14px;
}
.schoolPop .confirmTable.tableC td:nth-last-child(2) {
    border-right: 1px solid #ddd9d1;
}
.schoolPop .confirmTable td:nth-last-child(2) {
    border-right: none;
}
.schoolPop .contactDl {
    padding-bottom: 23px;
}
.schoolPop .contactDl:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.schoolPop .radioUl li:not(:last-child) {
    margin-bottom: 8px;
}
.schoolPop .tableC th:last-child {
    text-align: left;
}
.schoolPop .tableC td {
    vertical-align: top;
    padding-top: 12px;
    padding-bottom: 12px;
}
.popList02 {
    display: block;
}
.popList02 li {
    width: 380px;
    margin: 0 auto 15px;
}
.popList02 li:last-child {
    margin-bottom: 0;
}
.popList02 li .comBtn {
    width: auto;
    margin: 0;
}
.popList02 li .comBtn02 {
    width: auto;
    margin: 0;
}
.popList02 li .comBtn02 a {
    font-size: 1.6rem;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.69;
}
.schoolPop .btmBox {
    padding-top: 20px;
}
.schoolPop {
    padding-bottom: 25px;
}
.schoolPop .contactDl dt {
    font-size: 1.6rem;
}
.schoolPop .contactDl .must {
    vertical-align: 2px;
}

@media all and (max-width: 896px) {
    .schoolPop {
        width: auto;
    }
    .schoolPop p {
        font-size: 1.2rem;
    }
    .schoolPop .popContent p {
        margin-bottom: 5px;
    }
    .schoolPop .confirmTable {
        width: auto;
    }
    .schoolPop .confirmTable th {
        font-size: 1rem;
        padding: 3px 0 3px;
    }
    .schoolPop .confirmTable th:first-child {
        padding-left: 5px;
    }
    .schoolPop .confirmTable td {
        font-size: 1.2rem;
        padding: 5px 3px 6px 5px;
    }
    .schoolPop .confirmTable .txtSpan {
        display: block;
        margin: 0;
    }
    .schoolPop .confirmTable td:first-child {
        padding-left: 5px;
    }
    .schoolPop .comBtn02 {
        width: 45px;
    }
    .schoolPop table .comBtn02 a {
        background: none;
        padding: 0;
    }
    .schoolPop .popContent .txt {
        line-height: 1.6;
        margin-top: 0;
    }
    .schoolPop input[type="text"] {
        font-size: 1.2rem;
    }
    .tableCBox {
        overflow-x: auto;
        margin-right: -16px;
    }
    .schoolPop .tableC {
        min-width: 100%;
        width: 650px;
    }
    .popList02 {
        display: block;
    }
    .popList02 li {
        width: 100%;
        max-width: 343px;
        margin: 0 auto 10px;
    }
    .popList02 li .comBtn02 a {
        padding: 2px;
    }
    .popList02 li .comBtn a:before {
        right: 10px;
    }
    .schoolPop .confirmTable td::before, .schoolPop .confirmTable td::after {
        height: 6px;
    }

}


/*------------------------------------------------------------
	comPicSlider
------------------------------------------------------------*/
.comPicSlider {
    margin-bottom: 32px;
    padding-bottom: 9px;
    border-radius: 8px;
    border: solid 1px #e95b00;
}
.comPicSlider li {
    padding: 20px 28px 8px;
    box-sizing: border-box;
}
.comPicSlider p {
    margin-bottom: 5px;
}
.comPicSlider p:not(.headLine03) {
    margin-bottom: 12px;
    font-size: 1.4rem;
    line-height: 1.71;
}
.comPicSlider .slick-dots li {
    padding: 0;
}
@media all and (max-width: 896px) {
    .comPicSlider {
        margin-bottom: 27px;
        padding-bottom: 9px;
        border-radius: 8px;
        border: solid 1px #e95b00;
    }
    .comPicSlider li {
        padding: 10px 14px 0;
    }
    .comPicSlider li img {
        width: 100%;
    }
    .comPicSlider p {
        margin-bottom: 5px;
    }
    .comPicSlider p:not(.headLine03) {
        margin-bottom: 12px;
        font-size: 1.3rem;
        line-height: 1.846;
    }
    .comPicSlider .slick-dots li {
        padding: 0;
    }
}
/*------------------------------------------------------------
	comShopList
------------------------------------------------------------*/
.comShopList {
    margin-bottom: 46px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    border-radius: 8px;
    border: solid 1px #e95b00;
}
.comShopList::after {
    width: 232px;
    display: block;
    content: "";
}
.comShopList li {
    width: 232px;
}
.comShopList li .ttl {
    padding: 9px 16px;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 5px;
    background-color: #4d3a2e;
}
.comShopList .comTextLink {
    margin: 0 0 24px;
    display: block;
}
.comShopList .comTextLink:last-of-type {
    margin-bottom: 0;
}
.comShopList .comTextLink li a {
    padding: 12px 8px 11px 0;
    line-height: 1.71;
    background-position: right top 17px;
}
@media all and (max-width: 896px) {
    .comShopList {
        margin-bottom: 46px;
        padding: 0;
        display: block;
        border-radius: 0;
        border: none;
    }
    .comShopList::after {
        display: none;
    }
    .comShopList li {
        width: auto;
    }
    .comShopList li .ttl {
        margin: 0 -15px;
        padding: 6px 16px;
        font-size: 1.4rem;
        border-radius: 0;
    }
}
/*------------------------------------------------------------
	comShopSearch
------------------------------------------------------------*/
.comShopSearch {
    margin-bottom: 25px;
}
.comShopSearch dt {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.69;
}
.comShopSearch dt span {
    margin-right: 9px;
}
.comShopSearch dd:not(:last-of-type) {
    margin-bottom: 22px;
}
.comShopSearch dd .btn {
	display: flex;
}
.comShopSearch dd .btn input[type="text"] {
	padding: 1px 14px 0 16px;
	width: calc(100% - 80px);
	height: 48px;
	font-size: 1.6rem;
	border-radius: 5px 0 0 5px;
	border: solid 1px #ddd9d1;
	border-right: none;
	background-color: #d4e8f2;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.comShopSearch dd .btn input[type="text"]:focus {
    border-color: #388bdb;
    box-shadow: 1px 1px 0 #388bdb,1px 0 0 #388bdb,0 1px 0 #388bdb,-1px -1px 0 #388bdb;
}
.comShopSearch dd .btn input[type="button"] {
	padding: 0;
	width: 80px;
	height: 48px;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 0 5px 5px 0;
	border: none;
	background-color: #388bdb;
	cursor: pointer;
	-webkit-appearance: none;
}
.comShopSearch dd .btn input[type="button"]:hover {
	opacity: 0.7;
}
.comShopSearch dd ul {
    margin-top: -8px;
    display: flex;
    flex-wrap: wrap;
}
.comShopSearch dd li {
    margin-top: 8px;
    width: 188px;
}
.comShopSearch dd li:not(:nth-child(4n)) {
    margin-right: 8px;
}
.comShopSearch dd li select {
    padding: 9px 8px 8px 10px;
	width: 100%;
    display: block;
    font-size: 1.4rem;
    border-radius: 5px;
    border: solid 1px #ddd9d1;
    background: url(../../img/common/icon15.png) no-repeat right 6px center / 9px auto;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.comShopSearch dd li select::-ms-expand {
	display: none;
}
@media all and (max-width: 896px) {
    .comShopSearch dd ul {
        margin-top: -8px;
        justify-content: space-between;
    }
    .comShopSearch dd li {
        margin-top: 8px;
        width: 49%;
    }
    .comShopSearch dd li:not(:nth-child(4n)) {
        margin-right: 0;
    }
}
@media all and (max-width: 374px) {
	.comShopSearch dd li select {
		padding-left: 5px;
	}
}
/*------------------------------------------------------------
	comShopArea
------------------------------------------------------------*/
.comShopArea {
    margin-bottom: 19px;
    padding: 0 16px 16px;
    border-radius: 5px;
    border: solid 1px #ddd9d1;
    box-shadow: 0 3px #ddd9d1;
}
.comShopArea .ttl {
    margin-bottom: 16px;
}
.comShopArea .ttl a {
    padding: 12px 30px 7px 0;
    display: block;
    color: #388bdb;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    border-bottom: 1px solid #ddd9d1;
    background: url(../../img/common/icon16.png) no-repeat right center / 6px auto;
}
.comShopArea .ttl a:hover {
    opacity: 0.7;
}
.comShopArea .imgBox {
    display: flex;
    justify-content: space-between;
}
.comShopArea .imgBox .phoBox {
    width: 200px;
}
.comShopArea .imgBox .phoBox img {
    border-radius: 5px;
}
.comShopArea .imgBox .txtBox {
    width: 528px;
}
.comShopArea .imgBox .txtBox .contactUl {
    margin-bottom: 8px;
    display: flex;
}
.comShopArea .imgBox .txtBox .contactUl li {
	display: flex;
	align-items: center;
}
.comShopArea .imgBox .txtBox .contactUl .tel {
    margin-right: 16px;
}
.comShopArea .imgBox .txtBox .contactUl .tel span {
	font-size: 1.2rem;
	color: #fff;
	width: 88px;
    flex: none;
    text-align: center;
	padding: 7px 9px 7px 30px;
	border-radius: 32px;
	background: #f80d0d url(../../img/common/icon08.png) no-repeat left 10px top 7px;
	background-size: 16px auto;
	box-sizing: border-box;
}
.comShopArea .imgBox .txtBox .contactUl .tel a {
	margin-left: 10px;
	font-size: 2rem;
	color: #f80d0d;
	font-weight: bold;
}
.comShopArea .imgBox .txtBox .contactUl .mail span {
    width: 32px;
    height: 32px;
    flex: none;
    border-radius: 50%;
    background: #388bdb url(../../img/common/icon20.png) no-repeat center center / 16px auto;
}
.comShopArea .imgBox .txtBox .contactUl .mail a {
	margin-left: 9px;
	font-size: 1.4rem;
	color: #388bdb;
	font-weight: bold;
}
.comShopArea .imgBox .txtBox .contactUl .mail a:hover {
    opacity: 0.7;
}
.comShopArea .imgBox .txtBox .addDl {
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1.4rem;
    line-height: 1.71;
}
.comShopArea .imgBox .txtBox .addDl dt {
    padding: 4px 0;
    width: 80px;
    font-weight: bold;
    border-bottom: 1px solid #ddd9d1;
}
.comShopArea .imgBox .txtBox .addDl dd {
    padding: 4px 0;
    width: calc(100% - 80px);
    border-bottom: 1px solid #ddd9d1;
    box-sizing: border-box;
}
.comShopArea .imgBox .txtBox .addDl .ddStyle01 {
    padding-right: 110px;
    position: relative;
}
.comShopArea .imgBox .txtBox .addDl .ddStyle01 .comBtn02 {
    width: 80px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.comShopArea .imgBox .txtBox .noteDl {
    padding: 12px 16px;
    font-size: 1.2rem;
    line-height: 1.67;
    border-radius: 5px;
    background-color: #faf6ed;
}
.comShopArea .imgBox .txtBox .noteDl dt {
    color: #e95b00;
    font-weight: bold;
}
.comShopArea .imgBox .txtBox .comlinklist {
    margin: 15px 0 0;
    padding: 0;
    border: none;
}
.comShopArea .imgBox .txtBox .comlinklist ul {
    justify-content: flex-end;
}
.comShopArea .imgBox .txtBox .comlinklist li {
    margin: 0 0 0 5px;
    width: 240px;
}
.comShopArea .imgBox .txtBox .comlinklist li:last-child {
    width: 160px;
}
.comShopArea .imgBox .txtBox .comlinklist a {
    padding: 11px 20px;
    font-size: 1.4rem;
}
.comShopArea .imgBox .txtBox .comlinklist li:last-child a {
    background: url(../../img/common/icon16.png) no-repeat right 6px center / 6px auto;
}
@media all and (max-width: 896px) {
    .comShopArea {
        margin: 0 -7px 18px;
        padding: 0 8px 7px;
        box-shadow: 0 2px #ddd9d1;
    }
    .comShopArea .ttl {
        margin-bottom: 16px;
    }
    .comShopArea .ttl a {
        padding: 12px 30px 10px 0;
        font-size: 1.6rem;
    }
    .comShopArea .imgBox .phoBox {
        width: 100px;
    }
    .comShopArea .imgBox .txtBox {
        width: calc(100% - 108px);
    }
    .comShopArea .imgBox .txtBox .contactUl {
        margin-bottom: 8px;
        display: block;
    }
    .comShopArea .imgBox .txtBox .contactUl .tel {
        margin: 0 0 8px;
    }
    .comShopArea .imgBox .txtBox .contactUl .tel a {
        margin-left: 6px;
        font-size: 1.6rem;
    }
    .comShopArea .imgBox .txtBox .addDl {
        margin: 0 0 8px -108px;
        font-size: 1.2rem;
        line-height: 1.67;
    }
    .comShopArea .imgBox .txtBox .addDl dt {
        width: 60px;
    }
    .comShopArea .imgBox .txtBox .addDl dd {
        width: calc(100% - 60px);
    }
    .comShopArea .imgBox .txtBox .addDl .ddStyle01 {
        padding-right: 90px;
        position: relative;
    }
    .comShopArea .imgBox .txtBox .noteDl {
        margin-left: -108px;
        padding: 6px 8px 3px;
    }
    .comShopArea .imgBox .txtBox .comlinklist {
        margin: 8px 0 0 -108px;
        padding: 0;
        border: none;
    }
    .comShopArea .imgBox .txtBox .comlinklist ul {
        justify-content: space-between;
    }
    .comShopArea .imgBox .txtBox .comlinklist li {
        margin: 0;
        width: 64%;
    }
    .comShopArea .imgBox .txtBox .comlinklist li:last-child {
        width: 34.5%;
    }
    .comShopArea .imgBox .txtBox .comlinklist a {
        padding: 15px 20px 13px;
    }
}
@media all and (max-width: 374px) {
    .comShopArea .imgBox .txtBox .contactUl .tel span {
        font-size: 1.1rem;
        width: 80px;
        padding: 7px 9px 7px 20px;
        background-size: 12px auto;
        background-position: left 5px top 10px;
    }
    .comShopArea .imgBox .txtBox .contactUl .tel a {
        margin-left: 5px;
        font-size: 1.1rem;
    }
    .comShopArea .imgBox .txtBox .contactUl .mail a {
        margin-left: 5px;
        font-size: 1.1rem;
    }
	.comShopArea .imgBox .txtBox .comlinklist a {
		padding: 15px 10px 13px;
	}
}
/*------------------------------------------------------------
	comContactUsBox
------------------------------------------------------------*/
.comContactUsBox {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.comContactUsBox ul {
    width: 640px;
}
.comContactUsBox li {
    display: flex;
    align-items: flex-start;
}
.comContactUsBox li:not(:last-child) {
    margin-bottom: 5px;
}
.comContactUsBox li span {
	font-size: 1.2rem;
	color: #fff;
	width: 88px;
    flex: none;
    text-align: center;
	padding: 7px 9px 7px 30px;
	border-radius: 32px;
	background: #f80d0d url(../../img/common/icon55.png) no-repeat left 10px top 7px;
	background-size: 14px auto;
	box-sizing: border-box;
}
.comContactUsBox li a {
	margin-left: 7px;
	font-size: 2rem;
	color: #f80d0d;
	font-weight: bold;
    line-height: 1.7;
}
.comContactUsBox li.tel span {
	background: #f80d0d url(../../img/common/icon08.png) no-repeat left 10px top 7px;
	background-size: 16px auto;
}
.comContactUsBox li.tel a {
    margin-top: -2px;
	font-size: 3rem;
    line-height: 1.3;
}
.comContactUsBox .qr {
    width: 120px;
    padding: 10px 12px 7px;
    text-align: center;
    border-radius: 10px;
    background-color: #eff3f4;
    box-sizing: border-box;
}
.comContactUsBox .qr img {
    width: 80px;
}
.comContactUsBox .qr span {
    margin-top: 3px;
    display: block;
    font-size: 1.2rem;
    text-align: left;
}
@media all and (max-width: 896px) {
    .comContactUsBox {
        margin-bottom: 15px;
        display: block;
    }
    .comContactUsBox ul {
        width: auto;
    }
    .comContactUsBox li a {
        font-size: 1.6rem;
        line-height: 1.69;
    }
    .comContactUsBox li.tel a {
        font-size: 2.4rem;
        line-height: 1.71;
        margin-top: -3px;
    }
    .comContactUsBox .qr {
        display: none;
    }
}
/*------------------------------------------------------------
	comlinklist01
------------------------------------------------------------*/
.comlinklist01 {
    padding: 23px;
}
.comlinklist01 li {
    margin-top: 8px;
}
.comlinklist01 .tel {
    display: flex;
    align-items: center;
}
.comlinklist01 .tel span {
	font-size: 1.2rem;
	color: #fff;
	width: 88px;
    flex: none;
    text-align: center;
	padding: 7px 9px 7px 30px;
	border-radius: 32px;
	background: #f80d0d url(../../img/common/icon08.png) no-repeat left 10px top 7px;
	background-size: 16px auto;
	box-sizing: border-box;
}
.comlinklist01 .tel a {
    margin-left: 5px;
    padding: 0;
    width: auto;
    height: auto;
    display: block;
	color: #f80d0d;
	font-size: 3rem;
    line-height: 1.3;
    border-radius: 0;
    border: none;
}
.comlinklist01 .btn04 a {
    background: #ffac0e;
}
@media all and (max-width: 896px) {
    .comlinklist01 {
        margin-bottom: 32px;
        padding: 24px 15px;
    }
    .comlinklist01 li {
        margin-top: 8px;
        text-align: center;
    }
    .comlinklist01 li a {
        min-height: 56px;
    }
    .comlinklist01 .tel {
        padding-top: 10px;
        display: block;
    }
    .comlinklist01 .tel span {
        margin: 0 auto;
    }
    .comlinklist01 .tel a {
        margin: 14px 0 0;
        min-height: inherit;
        font-size: 1.6rem;
        line-height: 1;
    }
    .comlinklist .btn04 a {
        background: #ffac0e;
    }
	.comlinklist01 li a img {
		margin-top: 0;
	}
}
/*------------------------------------------------------------
	comCalendar
------------------------------------------------------------*/
.comCalendar {
    margin-bottom: 30px;
    border-radius: 5px;
    border: solid 2px #ddd9d1;
    box-sizing: border-box;
}
.comCalendar .ttl {
    margin: -2px -2px 0;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    background-color: #e95b00;
}
.comCalendar table {
	width: 100%;
	border-collapse: collapse;
}
.comCalendar th,
.comCalendar td {
    height: 40px;
	width: calc(100% / 7);
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
    border: 1px solid #DDD9D1;
	box-sizing: border-box;
}
.comCalendar th {
    height: 29px;
    font-size: 1.4rem;
    background: #FAF6ED;
}
.comCalendar th:nth-last-of-type(2) {
    background: #D7EDF7;
}
.comCalendar th:last-child {
    background: #FFD5D5;
}
.comCalendar th:first-child,
.comCalendar td:first-child {
    border-left: none;
}
.comCalendar th:last-child,
.comCalendar td:last-child {
    border-right: none;
}
.comCalendar tr:last-child th,
.comCalendar tr:last-child td {
    border-bottom: none;
}
.comCalendar td.tdStyle01 {
    color: #f80d0d;
    font-weight: bold;
    background: #EFF3F4;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	comCalendarList
------------------------------------------------------------*/
.comCalendarList {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.comCalendarList li {
    width: 380px;
}
@media all and (max-width: 896px) {
    .comCalendarList {
        display: block;
    }
    .comCalendarList li {
        width: auto;
    }
    .comCalendarList li:not(:last-child) {
        margin-bottom: 15px;
    }
}
/*------------------------------------------------------------
	comIntroList
------------------------------------------------------------*/
.comIntroList {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.comIntroList li {
    padding: 13px 0;
    width: 380px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd9d1;
}
.comIntroList li .pho {
    width: 84px;
    text-align: center;
}
.comIntroList li .pho img {
    width: 59px;
}
.comIntroList li .pho span {
    margin-top: 5px;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
}
.comIntroList li .txtBox {
    width: 290px;
    font-size: 1.4rem;
    line-height: 1.71;
}
@media all and (max-width: 896px) {
    .comIntroList {
        margin-bottom: 35px;
        display: block;
    }
    .comIntroList li {
        width: auto;
    }
    .comIntroList li .txtBox {
        width: calc(100% - 88px);
    }
    .innerSlideBox {
        margin-bottom: 30px;
    }
    .innerSlideBox .slick-arrow.slick-prev {
        left: 0px;
    }
    .innerSlideBox .slick-arrow.slick-next {
        right: 0px;
    }
    .innerSlideBox .slick-slide p {
        font-size: 1.4rem;
        line-height: 1.71;
        margin-top: 10px;
    }
}

.slick-list .draggable > div {
	overflow: hidden;
}


/*------------------------------------------------------------
	comWebLink
------------------------------------------------------------*/
.comWebLink li {
	width: 328px;
}
.comWebLink li a {
	padding: 10px;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	border: solid 1px #eae3d3;
	border-bottom: solid 2px #eae3d3;
	background: #fff url(../../img/common/icon27.png) no-repeat right 12px center / 13px auto;
}
.comWebLink li a span {
	padding-left: 28px;
	display: inline-block;
	background: url(../../img/common/tag_option_05.png) no-repeat left center / 24px auto;
}
.comWebLink li:nth-child(2) a span {
	background: url(../../img/common/tag_option_06.png) no-repeat left center / 24px auto;
}
@media all and (min-width: 897px) {
	.comWebLink li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comWebLink li {
		margin-bottom: 8px;
		width: 100%;
	}
	.comWebLink li:last-child {
		margin-bottom: 0;
	}
	.comWebLink li a {
		border-bottom-width: 3px;
	}
}

/*------------------------------------------------------------
	comSideNavi
------------------------------------------------------------*/
.comSideNavi {
	border-radius: 5px;
	border: 1px solid #ddd9d1;
	border-bottom-width: 3px;
}
.comSideNavi li a {
	padding: 13px 18px 11px;
	display: block;
	font-weight: bold;
	color: #1c1612;
	font-size: 1.4rem;
	line-height: 1.71;
	border-bottom: 1px solid #ddd9d1;;
	background: url(../../img/common/icon61.png) no-repeat right 15px center;
	background-size: 8px;
}
.comSideNavi li:last-child a {
	border-bottom: none;
}
.comSideNavi li a .en {
	margin-bottom: -3px;
	display: block;
	font-size: 1rem;
}
.comSideNavi li a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	withdrawalBox
------------------------------------------------------------*/
.withdrawalBox p {
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 8px;
}
.withdrawalBox p .blueLink {
    font-weight: bold;
    color: #388BDB;
    text-decoration: underline;
}
.withdrawalBox p:last-child {
    margin-bottom: 0;
}
.withdrawalBox .enqBox {
    margin-bottom: 25px;
}
.withdrawalBox .enqBox p {
    font-size: 1.3rem;
    line-height: 1.85;
}

.pageTop03 {
	text-align: right;
}
.pageTop03 a {
	padding-left: 19px;
	font-weight: bold;
	background: url("../../img/common/icon63.png") no-repeat left center/14px auto;
}
.pageTop03 a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
}

@media all and (-ms-high-contrast:none){
	.comCheckBox .imgBox .photoBox {
		margin-left: -15px;
	}
}


/*------------------------------------------------------------
	headLine13
------------------------------------------------------------*/
.headLine13 {
	margin-bottom: 22px;
	padding: 12px 16px;
	color: #fff;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.69;
	background-color: #1f8bb9;
	border-radius: 5px;
}
.headLine13 .txtSpan {
    display: block;
    font-size: 1.2rem;
    margin-bottom: -2px;
}
.headLine13:before {
	position: absolute;
	right: 16px;
	width: 40px;
	top: -5px;
	height: 61px;
	background: url("../../img/common/img05.png") no-repeat left top;
	background-size: 40px auto;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine13 {
		margin: 0 -15px 22px;
		padding: 9px 16px;
		border-radius: 0;
		text-align: center;
	}
    .headLine13 .txtSpan {
        font-size: 1.4rem;
    }
}
/*------------------------------------------------------------
	headLine14
------------------------------------------------------------*/
.headLine14 {
	margin: 0 60px 31px;
	padding: 10px 5px 12px;
	position: relative;
	text-align: center;
	background-color: #b45baf;
	border-radius: 5px;
}
.headLine14::before,
.headLine14::after {
	width: 40px;
	height: 38px;
	position: absolute;
	left: -12px;
	bottom: -7px;
	content: '';
	z-index: -1;
	background: url(../../../assets/img/support/environment/ttl_bg01.png) no-repeat center top / 100% auto;
}
.headLine14::after {
	left: inherit;
	right: -12px;
	background-image: url(../../../assets/img/support/environment/ttl_bg02.png);
}
.headLine14 img {
	width: 246px;
}
.headLine14 > span {
	margin-top: 7px;
	display: block;
	color: #FFF;
	font-size: 2rem;
}
@media all and (max-width: 896px) {
	.headLine14 {
		margin: 0 0 45px;
		padding-bottom: 17px;
	}
	.headLine14 img {
		width: 270px;
	}
	.headLine14 > span {
		margin-top: 7px;
		font-size: 1.9rem;
		line-height: 1.47;
	}
}
@media all and (max-width: 374px) {
	.headLine14 > span {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comPageTab
------------------------------------------------------------*/
.comPageTab {
	margin-bottom: 8px;
	background-color: #E0E4E5;
}
.comPageTab .comTabUl {
	max-width: 776px;
	background-color: #FFF
}
.comPageTab li {
	width: calc(25% - 2px);
}
@media all and (max-width: 896px) {
	.comPageTab {
		margin-bottom: 40px;
	}
	.comPageTab .comBox {
		margin: 0;
	}
	.comPageTab .comTabUl   {
		width: 100%;
		max-width: inherit;
	}
	.comPageTab .comTabUl  li {
		width: calc(25% - 2px);
	}
	.comPageTab .comTabUl  li a {
		padding: 2px 3px;
		font-size: 1.4rem;
		line-height: 1.28;
		letter-spacing: 0;
	}
}

/*------------------------------------------------------------
	comDotList
------------------------------------------------------------*/
.comDotList {
	margin: 15px 0 52px;
	columns: 3;
	position: relative;
}
.comDotList li {
	padding-left: 15px;
	position: relative;
	line-height: 1.54;
}
.comDotList li::before {
	left: 0;
	top: 4px;
	position: absolute;
	width: 11px;
	height: 11px;
	content: '';
	background-color: #e95b00;
	border-radius: 15px;
}
.comDotList .etc {
	right: 30px;
	bottom: -35px;
	position: absolute;
}
.comDotList .etc::before {
	display: none;
	text-align: right;
}
@media all and (max-width: 896px) {
	.comDotList {
		margin-bottom: 30px;
		columns: 2;
	}
	.comDotList li {
		margin-bottom: 2px;
		color: #4D3A2E;
		line-height: 1.53;
	}
	.comDotList .etc {
		padding: 20px 0 10px 15px;
		position: static;
	}
}
@media all and (max-width: 374px) {
	.comDotList li {
		padding-left: 10px;
		font-size: 1rem;
	}
	.comDotList li::before {
		width: 8px;
		height: 8px;
	}
}
/*------------------------------------------------------------
	spArea
------------------------------------------------------------*/
.spArea .title {
	margin-bottom: 30px;
	text-align: center;
}
.spArea .title img {
	width: 241px;
}
.supportNavi {
	margin: 0 -15px 15px;
	padding: 13px 16px 15px;
	background-color: #FAF6ED;
}
.supportNavi h2 {
	padding: 15px 15px 10px;
	color: #FFF;
	font-size: 1.6rem;
	line-height: 1.5;
	background: #b45baf;
	border-radius: 5px 5px 0 0;
}
.supportNavi h2 small {
	display: block;
	font-size: 1rem;
}
.supportNavi .linkList {
	background-color: #FFF;
	border-bottom: 3px solid #EAE3D3;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
}
.supportNavi .linkList li {
	border: 1px solid #EAE3D3;
	border-bottom: none;
}
.supportNavi .linkList a {
	padding: 14px 15px 13px;
	display: block;
	color: #4d3a2e;
	background: url(../../img/common/icon15.png) no-repeat right 15px center / 10px auto;
}
.supportNavi .linkList a > * {
	display: block;
	width: 100%;
}
.supportNavi .linkList a small {
    font-weight: bold;
	font-size: 1rem;
}
.supportNavi .linkList a span {
	padding-left: 10px;
	position: relative;
	color: #4D3A2E;
	font-size: 1.4rem;
	font-weight: bold;
}
.supportNavi .linkList a span::before {
	top: 5px;
	left: 0;
	position: absolute;
	height: calc(100% - 10px);
	width: 2px;
	background-color: #b45baf;
	content: '';
}

.conditions {
    margin: 0 auto;
    max-width: 320px;
    padding: 15px 20px 10px;
    text-align: center;
    border: solid 4px #ddd9d1;
    box-sizing: border-box;
    background-color: #fff;
}
.conditions p {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.71;
}
.conditions .conditionsTtl {
    margin-bottom: 2px;
    font-size: 2rem;
    color: #e95b00;
    font-weight: bold;
}

/*------------------------------------------------------------
	comConditionBox
------------------------------------------------------------*/
.comConditionBox {
    margin-bottom: 15px;
    padding: 38px 33px 19px;
    background-color: #FAF6ED;
}
.comConditionBox p {
    line-height: 1.7;
    color: #4D3A2E;
    margin-bottom: 25px;
}
.comConditionBox .savedTtl {
    margin-bottom: 22px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.12em;
    position: relative;
    display: inline-block;
}
.comConditionBox .savedTtl img {
    position: absolute;
    top: -32px;
    left: 103.5%;
}
.comConditionBox .savedTtl span {
    color: #EA6510;
    position: relative;
}
.comConditionBox p:last-child {
    margin-bottom: 0;
}
.comConditionBox .savedTtl span:before {
    position: absolute;
    left: 6px;
    top: -10px;
    width: 4px;
    height: 4px;
    background: url("../../img/member/condition/icon.png");
    background-size: auto;
    background-size: 4px;
    content: '';
}
.comConditionBox .subMember {
    margin: 20px -33px 0;
    padding: 30px 30px 20px;
}
.comConditionBox .subMember .imgBoxR {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comConditionBox .subMember .imgBoxR .photoBox {
    width: 42%;
    order: 2;
    margin-left: 20px;
}
.comConditionBox .subMember .imgBoxR .photoBox img {
    width: 100%;
}
.comConditionBox .subMember .imgBoxR .textBox {
    margin: -5px 0 0 3px;
    flex: 1;
}
.comConditionBox .subMember .imgBoxR .memberTtl {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 2;
}
.comConditionBox .subMember .imgBoxR .memberTtl span {
    color: #EA6510;
}
.comConditionBox .borderBox {
    margin: 15px 0 20px;
    border: 1px solid #F80D0D;
    border-radius: 5px;
    padding: 4px 15px 2px;
    background-color: white;
}
.comConditionBox .borderBox p {
    line-height: 1.75;
    color: #F80D0D;
}
.comConditionBox .comBtn {
    max-width: 342px;
    margin: 0 auto;
}
.comConditionSub {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.comConditionSub .lBox {
    padding-right: 20px;
    flex: 1;
}
.comConditionSub .rBox {
    margin-top: 23px;
    width: 348px;
    background-color: white;
    border: 1px solid #E6E6E6;
    padding: 14px 30px 5px;
    text-align: center;
    box-sizing: border-box;
}
.comConditionBox .comConditionSub .savedTtl {
    line-height: 2;
    margin-bottom: 10px;
}
.comConditionBox .comConditionSub .savedTtl img {
    top: 40%;
    transform: translateY(-50%);
    left: 108.5%;
}
.comConditionSub .addedTxt {
    margin-bottom: 0;
    padding-left: 40px;
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #4D3A2E;
    line-height: 40px;
    letter-spacing: 0.12em;
    background: url("../../img/common/img08.png") no-repeat left center;
    background-size: 30px auto;
}
.comConditionSub .added {
    margin: 0 auto 5px;
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DDD9D1;
    border-left: none;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
    border-radius: 0 5px 5px 0;
    background-color: #E0E4E5;
}
.comConditionSub .added::after {
    position: absolute;
    left: 0;
    top: 0;
    border: 20px solid transparent;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 20px;
    border-left: 20px solid #eff3f4;
    content: "";
}
.comConditionSub .added p {
    margin: 0 10px 0 20px;
    font-size: 1.2rem;
}
.comConditionSub .addedLink {
    width: 136px;
}
.comConditionSub .addedLink a {
    padding: 5px;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    background-color: #E95B00;
    border-radius: 5px;
}
.comConditionSub .addedLink a:hover {
    opacity: 0.7;
}
.comConditionSub .addedLink a img {
    vertical-align: middle;
    margin-right: 5px;
}

@media all and (max-width: 896px) {
    .comConditionBox {
        margin: 0 -15px;
        padding: 6px 15px;
		margin-top: 5px;
    }
    .comConditionSub {
        padding-top: 10px;
        display: block;
    }
    .comConditionBox p {
        font-size: 1.3rem;
        line-height: 1.77;
    }
    .comConditionSub .lBox {
        padding: 0;
    }
    .comConditionSub .rBox {
        margin-top: 5px;
        width: auto;
    }
    .comConditionBox .comConditionSub .savedTtl {
        margin-bottom: 8px;
    }
    .comConditionSub .added p {
        font-size: 1.1rem;
    }
    .comConditionSub .blueLink {
        max-width: 296px;
        margin: 13px auto 0;
    }
    .comConditionSub .blueLink a {
        display: block;
        font-size: 1.6rem;
        color: white;
        font-weight: bold;
        text-align: center;
        padding: 7px 5px;
        border-radius: 5px;
        background-color: #388BDB;
    }
    .comConditionBox .subMember {
        padding-top: 20px;
    }
    .comConditionBox .subMember .imgBoxR {
        display: block;
    }
    .comConditionBox .subMember .imgBoxR .photoBox {
        margin: 0 auto 20px;
        width: 85%;
    }
    .comConditionBox .subMember .imgBoxR .photoBox img {
        width: 100%;
    }
    .supportNavi .linkList a span {
        padding-right: 15px;
        box-sizing: border-box;
    }
}

/*------------------------------------------------------------
	comSearchMenu
------------------------------------------------------------*/
.comSearchMenu {
	margin-bottom: 25px;
	padding: 15px 16px 20px;
	border-radius: 10px;
	background-color: #FAF6ED;
}
.comSearchMenu li:not(:last-child) {
	margin-bottom: 18px;
}
.comSearchMenu li a {
	padding: 10px 30px 9px 20px;
	display: block;
	position: relative;
	color: #1C1612;
	font-size: 1.4rem;
	border: 1px solid #CCC;
	border-bottom: none;
	border-radius: 5px;
	box-shadow: 0 2px 0 #CCC;
	background-color: #FFF;
}
.comSearchMenu .on a {
	color: #FFF;
	border-color: #E95B00;
	background-color: #E95B00;
}
.comSearchMenu li a::before {
	position: absolute;
	right: 19px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-top: 1px solid #E95B00;
	border-right: 1px solid #E95B00;
	transform: translateY(-50%) rotate(45deg);
	content: '';
}
.comSearchMenu .on a::before {
	border-color: #FFF;
}


@media all and (min-width: 897px) {
    .comSearchMenu li a:hover {
        color: #FFF;
        border-color: #E95B00;
        background-color: #E95B00;
    }
    .comSearchMenu li a:hover::before {
        border-color: #FFF;
    }
    .withdrawalBox p .blueLink:hover {
        text-decoration: none;
    }
}

@media all and (max-width: 896px) {
    .comSearchMenu {
        margin: 40px 0 0;
        border-radius: 0;
    }
}

/*------------------------------------------------------------
	comMovieBox.
------------------------------------------------------------*/
.comMovieBox {
    margin-bottom: 18px;
    text-align: center;
}
.comMovieBox .movie {
    max-width: 80%;
    margin: 0 auto;
}
.comMovieBox .movieTxt {
    text-align: center;
    margin-top: 17px;
    font-size: 1.4rem !important;
    font-weight: bold;
}
.comMovieBox .movie a:hover img {
    opacity: 0.7;
}

@media all and (max-width: 896px) {
    .comMovieBox {
        margin-bottom: 29px;
    }
    .comMovieBox .movieTxt {
        margin-top: 3px;
        color: #4D3A2E;
    }
}
/*------------------------------------------------------------
	spTit
------------------------------------------------------------*/
.comSpTit {
	margin-bottom: 10px;
    text-align: center;
}
.comSpTit .sub {
    padding: 2px 0;
    font-size: 1rem;
    color: rgba(77,58,46,0.65);
    display: inline-block;
    border: 1px solid #EAE3D3;
}
.comSpTit img {
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
}


@media all and (max-width: 374px) {
    .comTabUl li a {
        font-size: 1.2rem;
    }
    .comCheckBox .btnList li a {
        font-size: 1.2rem;
    }
    .comPageNavi .pageNum p {
        width: 30px;
    }
    .comBtBox .img {
        width: 90px;
    }
    .comTopSelectBox input[type="checkbox"] + span {
        font-size: 1rem;
    }
    .comTopSelectBox .centerBox .btn a {
        font-size: 1rem;
    }
    .comTopSelectBox .btn a {
        font-size: 1rem;
    }
    .comTopSelectBox .btn a .img img {
        height: 13px;
    }
    .comSearchBox .btBox .rSpan span {
        font-size: 1rem;
    }
    .comSide03 .comBtn a {
        font-size: 1.8rem;
    }
    .comSide03 .telBox span {
        padding: 7px 9px 7px 30px;
        padding-left: 25px;
        font-size: 1.0rem;
        background-size: 11px auto;
        background-position: left 10px center;
    }
    .comSide03.small .telBox a,
    .comSide03 .telBox a {
        font-size: 1.2rem;
    }
	.comSearchArea dd input[type="text"] {
		padding-left: 10px;
		font-size: 1.4rem;
	}
	.comSearchArea dd input[type="button"] {
		font-size: 1.4rem;
	}
    .comBtnList a {
        font-size: 1.2rem;
    }
    .comSideInput p {
        font-size: 1.3rem;
    }
    .comSide03.small .btnBox .comBtn a{
        font-size: 1rem;
    }
    .comTable td {
        font-size: 1.2rem;
    }
    #main .contactInner .wid01[type="text"] {
        width: 47%;
    }
    .schoolPop .confirmTable td {
        font-size: 1.05rem;
    }
    .schoolPop .comBtn02 a {
        font-size: 1.1rem;
    }
    .contactDl .linkP a {
        font-size: 1.2rem;
    }
    .submit li input {
        font-size: 1.4rem;
    }
    .prefectureUl li a {
        font-size: 1.2rem;
    }
    .comConditionBox .comConditionSub .savedTtl img {
        left: 100%;
    }
    .comConditionSub .added {
        width: auto;
    }
    .comConditionSub .rBox {
        padding-left: 10px;
        padding-right: 10px;
    }
    .comConditionBox .subMember .imgBoxR .memberTtl {
        font-size: 1.5rem;
    }
    .comConditionBox .comBtn a {
        font-size: 1.5rem;
    }
    .comPageTab .comTabUl li a {
        font-size: 1.1rem;
    }
    .headLine13::before {
        right: 0;
    }
    .comSearchMenu li a {
        font-size: 1.3rem;
    }
}


.mfp-wrap {
	z-index: 80001;
}
.comHTxt {
    margin-bottom: 13px;
    font-size: 1.4rem;
}
.comFaqUl {
    border: 1px solid #DDD9D1;
    border-radius: 5px;
    margin-bottom: 13px;
}
.comFaqUl .ttl {
    padding: 14px 15px 13px;
    color: #1C1612;
    font-size: 1.4rem;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    border-top: 1px solid #DDD9D1;
}
.comFaqUl li:first-of-type .ttl {
    border-top: none;
}
.comFaqUl .ttl span {
    padding: 2px 9px 1px;
    display: inline-block;
    position: absolute;
    right: 9px;
    top: 14px;
    color: #fff;
    font-weight: 500;
    min-width: 59px;
    background: #E95B00 url("../../img/faq/arrow_img01.png") no-repeat right 9px center / 11px;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 1.0rem;
    transform: scale(0.8);
    width: 73px;
    border: 1px solid #E95B00;
}
.subUnilife .link span {
    margin-left: -2px;
}
.comFaqUl .ttl.on span {
    color: #E95B00;
    background-image: url("../../img/common/icon77.png");
    background-color: white;
    border: 1px solid #E95B00;
}
.comFaqUl .ttl span.close {
    display: none;
}
.comFaqUl .ttl.on span.close {
    display: block;
}
.comFaqUl .ttl.on span.open {
    display: none;
}
.comFaqUl .txtUl {
    display: none;
}
.comFaqUl .txtUl li {
    border-top: 1px solid #DDD9D1;
}
.comFaqUl .txtUl li a {
    padding: 17px 22px 15px 15px;
    display: block;
    color: #45AADB;
    font-size: 1.4rem;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-weight: bold;
    background: url("../../img/faq/arrow_img02.png") no-repeat right 15px center / 6px;
}
.comFaqUl .txtUl li a:hover {
    opacity: 0.7;
}
@media all and (min-width: 897px) {
    .comFaqUlqUl .txtUl li a:hover {
        opacity: 0.7;
    }
}
.comTxtUl {
    margin-top: -20px;
}
.comTxtUl > li {
    padding: 20px 0 22px;
    color: #1C1612;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.71;
    border-bottom: 1px solid #DDD9D1;
}
.comTxtUl li p {
    padding-left: 21px;
}
.comTxtUl li .ttl {
    position: relative;
}
.comTxtUl li .ttl::before {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
    background: url("../../img/faq/q_img.png") no-repeat left top / 16px;
}
.comTxtUl li .txt {
    position: relative;
}
.comTxtUl li .txt::before {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
    background: url("../../img/faq/a_img.png") no-repeat left top / 16px;
}
.comTxtUl li .txt a {
    padding-left: 10px;
    font-weight: bold;
    color: #45AADB;
    text-decoration: underline;
    background: url("../../img/common/icon53.png") no-repeat left center;
    background-size: 5px auto;
}
.comTxtUl li .link a {
    font-weight: bold;
    padding-left: 10px;
    color: #45AADB;
    text-decoration: underline;
    background: url("../../img/faq/arrow_img03.png") no-repeat left center / 5px;
}
.comTxtUl li .link a span {
    padding: 2px 20px 2px 0;
    background: url("../../img/common/icon48.png") no-repeat right center;
    background-size: 14px auto;
}
@media all and (min-width: 897px) {
    .comTxtUl li .txt a:hover,
    .comTxtUl li .link a:hover {
        text-decoration: none;
    }
}
.comTxtUl li .innUl {
    margin: 24px 19px;
}
.comFaqBox .faqTxt {
    margin-bottom: 20px;
}
@media all and (max-width: 896px) {
    .comTxtUl > li {
        padding: 4px 0 7px;
    }
    .comTxtUl li p.link {
        margin-top: 4px;
    }
    .comFaqBox {
        padding: 0 16px;
    }
    .comFaqBox .comCampaign {
        margin-left: -16px;
        margin-right: -16px;
    }
    .comHTxt {
        margin-bottom: 15px;
        position: relative;
        padding-left: 9px;
    }
    .comFaqUl .ttl {
        padding: 13px 55px 12px 15px;
    }
    .comTxtUl p {
        color: #4D3A2E;
    }
    .comHTxt {
        color: #1C1612;
    }
    .comFaqUl .ttl {
        color: #4D3A2E;
    }
    .comFaqUl .ttl span {
        padding: 3px 3px 1px;
        right: 1px;
        font-size: 1.2rem;
        width: 31px;
        line-height: 1;
        top: 15px;
        background-position: right 4px center;
        background-size: 11px;
    }
    .comFaqUl .ttl span.close {
        font-weight: bold;
    }
    .comHTxt::after {
        width: 4px;
        height: 19px;
        border-radius: 3px;
        background-color: #FF7B00;
        position: absolute;
        top: 2px;
        left: 1px;
        content: '';
    }
}
.comRouteBtnfixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.1);
	z-index: 100;
	display: none;
}
#conts .comRouteBtnfixed .comBtn {
	margin-bottom: 0;
}
.formError {
	visibility: hidden;
	width: 0;
	height: 0;
	overflow: hidden;
}
.errordd {
	background-color: #fff0f0;
}
.contactDl .errorSpan {
	display: none;
}
#main .contactInner .redP {
	display: none;
}
.pageTitle .ptBox .collection.login {
	background-color: #d9f2f2;
	color: #89817b;
}
.comlinklist .btn03 a.login {
	background-color: #d9f2f2;
	color: #89817b;
	border-color: #d9f2f2;
}
.fixMenuBox .btmMenuLink a.login {
	background-color: #d9f2f2;
	color: #89817b;
}
.comTopSelectBox .centerBox .btn a.login {
	background-color: #d9f2f2;
	color: #89817b;
}
.comCheckBox .btnList li a.login {
	background-color: #d9f2f2;
	color: #89817b;
}

.g-recaptcha {
    padding-top: 40px;
}
.g-recaptcha > div {
    margin: 0 auto;
    text-align: center;
}

.comSearchBox .tagListBox::-webkit-scrollbar {
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 5px;
    background: #FAF6ED;
}
.comSearchBox .tagListBox::-webkit-scrollbar-thumb {
    height: 5px;
    border-radius: 5px;
    background-color: #e95b00;
}

@media all and (min-width: 897px) {
    .yamagataSide .comSide03.sp {
        background-color: white;
        display: block !important;
        border-color: #DDD9D1;
        margin-bottom: 0;
        box-shadow: none;
    }
    .yamagataSide .comSide03 .photo {
        width: auto;
        margin: 0 0 12px;
    }
    .yamagataSide .comSide03 .telBox {
        align-items: center;
        margin-bottom: 3px;
        display: flex;
    }
    .yamagataSide .comSide03 .telBox span {
        font-size: 1.2rem;
        color: #fff;
        width: 88px;
        padding: 8px 9px 6px 30px;
        border-radius: 32px;
        background: #f80d0d url(../../img/common/icon08.png) no-repeat left 10px top 7px;
        background-size: 16px auto;
        box-sizing: border-box;
    }
    .yamagataSide .comSide03 .ttl {
        margin-bottom: 10px;
    }
    .yamagataSide .comSide03 .ttl a {
        color: #1C1612;
        text-decoration: none;
    }
    .yamagataSide .comSide03 .ttl a:hover {
        opacity: 0.7;
    }
    .yamagataSide .comSide03 .normalTxt {
        font-size: 1.2rem;
    }
    .yamagataSide .comSide03 .ttlSmall {
        line-height: 1.7;
    }
    .yamagataSide .comSide03 .telBox a {
        margin: 3px 0 0 10px;
        font-size: 2rem;
        color: #f80d0d;
        font-weight: bold;
    }
    .yamagataSide .comSide03 .comBtn {
        width: auto;
        display: block;
        margin: 0 0 5px;
    }
    .yamagataSide .comSide03 .comBtn a {
        padding-top: 2px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        font-size: 1.6rem;
        color: #fff;
        font-weight: bold;
        text-align: center;
        border-radius: 5px;
        background-color: #e95b00;
        position: relative;
        box-sizing: border-box;
    }
    .yamagataSide .comSide03 .comBtn a::before {
        display: block;
    }
    .yamagataSide .comSide03 .comBtn.large a {
        height: 64px;
    }
    .yamagataSide .comSide03 .comBtn a:hover {
        opacity: 0.7;
    }
/*
    .yamagataSide .comSide03 .comBtn a::before {
        position: absolute;
        right: 8px;
        top: 50%;
        width: 6px;
        height: 6px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: translateY(-50%) rotate(45deg);
        content: '';
    }
    .yamagataSide .comSide03 .comBtn.blue a {
        background-color: #388bdb;
    }
*/
    .yamagataSide .comBtn a > span::before {
        display: none;
    }
}

@media all and (max-width: 896px) {
    #sideBar .yamagataSide {
        padding-top: 0;
        margin: -35px 15px 0;
    }
    .yamagataBox02 .borderBox {
        margin-bottom: 15px;
    }
    .yamagataBox02 .grey a > span::before {
        background-image:url("../../img/common/icon85.png");
    }
}

.schoolSlide {
    margin: 0 15px;
}
.schollTable {
    margin-bottom: 40px;
}
.schollTable td {
    font-weight: normal;
    color: #89817B;
}
.schollJsBox {
    margin-bottom: -15px;
}
.schollJsBox .contactScoll:last-of-type .schollTable {
    margin-bottom: 0;
}
/*
.mfp-hide {
    margin: 0 auto;
    max-width: 960px;
    display: block !important;
}
*/
.schoolPop02 .contactDl {
    border-bottom: none;
    border-top: 1px solid #ddd9d1;
    padding: 23px 0 20px;
    margin-bottom: 0;
}
.schoolPop02 .contactDl dt {
    margin-bottom: 4px;
}
.schoolPop .popContent .small {
    margin-bottom: 2px;
    display: block;
    font-size: 1.2rem;
}
.schoolPop02 .btmBox {
    border-top: 1px solid #ddd9d1;
}
.comBtn.none a {
    color: #89817B;
    background-color: #EFF3F4;
}
.comBtn.none a::before {
    border-color: #89817B;
    right: 15px;
}
.schoolPop02 .popContent {
    padding-bottom: 20px;
}
.schollHr {
    margin-bottom: 25px;
}
.schollBtn .span02 {
    display: none;
}
.schollBtn.on a {
    border-color: #E95B00;
    background-color: #FCF1B8;
}
.schollBtn.on .span02 {
    display: block;
}
.schollBtn.on .span01 {
    display: none;
}
.confirmTable .trError td {
    background-color: #FFF0F0;
    border-color: #F80D0D !important;
}
.confirmTable .trError td::before, .confirmTable .trError td::after {
    background-color: #FFF0F0;
}
@media all and (max-width: 896px) {
	.comPopBox.iframeBox {
		padding: 15px;
		width: auto;
		margin: 0;
		box-sizing: border-box;
		height: 100%;
	}
	.comPopBox.iframeBox .popContent {
		padding: 0;
	}
	.comPopBox.iframeBox iframe {
		height: calc(100% - 50px);
	}
    .schollTable {
        margin-bottom: 24px;
    }
}

@media all and (min-width: 897px) {
	.whiteBtnBox {
		margin: -10px 10px 0;
		display: flex;
		justify-content: space-between;
	}
	.whiteBtnBox .whiteBtn {
		max-width: 343px;
		margin: 10px 0 0 !important;
	}
}

/* comBorderBox */
#main .comBorderBox {
	padding: 25px;
	border: 1px solid #E95B00;
	border-radius: 8px;
}
#main .comBorderBox .headLine06 {
    margin-bottom: 20px;
    padding: 11px 16px 9px;
}
#main .comBorderBox .title01 {
    margin-bottom: 8px;
    color:
    #4d3a2e;
    font-size: 1.2rem;
    font-weight: bold;
}
#main .comBorderBox .shopInp input {
	margin-bottom: 5px;
	width: 100%;
	height: 40px;
	font-size: 1.4rem;
	border: solid 1px #ddd9d1;
	border-radius: 5px;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	padding-left: 10px;
}
#main .comBorderBox .sml {
	color: #4d3a2e;
	margin-top: 3px;
	font-size: 1rem;
}
#main .comBorderBox .comBtn {
	margin: 25px auto 0;
	width: 344px;
}
@media all and (max-width: 896px) {
	 #main .comBorderBox {
		padding: 0 15px 15px;
		overflow: hidden;
	}
	#main .comBorderBox .headLine06 {
		font-size: 1.4rem;
        line-height: 1.7;
        margin-bottom: 15px !important;
        padding: 8px 16px 6px !important;
	}
	#main .comBorderBox .comBtn {
		margin-top: 12px;
		width: auto;
		max-width: 344px;
	}
	#main .comBorderBox .shopInp input {
		margin-bottom: 4px;
	}
    #main .comBorderBox .title01 {
        margin-bottom: 3px !important;
    }
}

.comApartment {
    margin-bottom: 30px;
    padding: 18px 23px;
    border: solid 1px #e95b00;
    border-radius: 8px;
}
.comApartment p {
    font-size: 1.4rem;
    line-height: 1.71;
}
.comApartment .list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comApartment .list li {
    width: 49%;
}
.comApartment .list li a {
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    color: white;
    text-align: center;
    border-radius: 5px;
    padding: 13px 10px;
    background: #E95B00 url("../../img/common/icon49.png") no-repeat right 15px center;
    background-size: 7px auto;
}
.comApartment .list li a:hover {
    opacity: 0.7;
}
.comApartment .list .liStyle a {
    background-color: #388BDB;
    background-image: url("../../img/common/icon88.png");
    background-position: left 15px center;
}
.comApartment .headLine03 {
    margin-bottom: 5px;
}

@media all and (max-width: 896px) {
    .comApartment {
        margin-bottom: 35px;
        padding: 10px 15px;
    }
    .comApartment .list {
        display: block;
    }
    .comApartment .list li {
        width: auto !important;
        margin: 10px 0;
    }
    .comApartment .list li:last-child {
        margin-bottom: 5px;
    }
    .comApartment .list li a {
        font-size: 1.6rem;
        background-position: right 15px center;
    }
    .comApartment .list .liStyle a {
        background-position: left 15px center;
    }
}


.popContent .shopRadioUl {
    margin-bottom: 13px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.popContent .shopTtl {
    font-size: 1.4rem;
    background-color: #EFF3F4;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: bold;
}
.popContent .shopRadioUl li {
    margin-bottom: 15px;
    width: 25%;
}
.schoolPop .shopRadioUl input[type="radio"] + span {
    background-position: left top;
}
.schoolPop .shopRadioUl input[type="radio"] {
    display: none;
}
.confirmInner .contactScoll {
    margin-bottom: 20px;
}
.confirmInner .contactScoll:last-child {
    margin-bottom: 0;
}

@media all and (max-width: 896px) {
    .schoolPop .popContent .shopTtl {
        font-size: 1.2rem;
        padding: 6px 13px;
        border-radius: 0;
        margin: 20px -16px 20px;
    }
    .popContent .shopRadioUl {
        margin-bottom: 30px;
        display: block;
    }
    .popContent .shopRadioUl li {
        width: auto;
    }
    .spPageTop {
        margin: 20px 0 40px;
    }
    .spPageTop a {
        font-size: 1.3rem;
    }
}

.desired {
    margin-bottom: 44px;
    padding: 20px 16px 32px;
    border-radius: 10px;
    background-color: #faf6ed;
}
.desired .headLine02 {
    font-size: 2.4rem;
}
.desired .photo {
    position: relative;
    margin-bottom: 20px;
}
.desired .photo span {
    position: absolute;
    bottom: -104px;
    right: 15px;
}
.desired p {
    margin-bottom: 17px;
    font-size: 1.6rem;
    line-height: 1.69;
}
.desired .ttl {
    margin-bottom: 6px;
    font-size: 2.4rem;
    line-height: 2;
    font-weight: bold;
    letter-spacing: 2.88px;
}
.desired .comBtn {
    margin: 0 auto;
    max-width: 343px;
}
.tableD th:first-child {
    width: 89%;
}

@media all and (max-width: 896px) {
    .desired {
        padding: 25px 16px 40px;
        margin: 0 -15px 27px;
        border-radius: 0;
    }
    .desired .headLine02 {
        font-size: 2rem;
        line-height: 1.8;
    }
    .desired .photo {
        padding-top: 8px;
        margin: 0 -16px 20px;
    }
    .desired .photo > img {
        width: 100%;
    }
    .desired p {
        margin-bottom: 19px;
        font-size: 1.3rem;
        line-height: 1.77;
    }
    .desired .ttl {
        margin-bottom: 9px;
        font-size: 1.6rem;
        letter-spacing: 1.92px;
    }
    .desired .photo span {
        right: 48px;
    }
}

@media all and (max-width: 374px) {
    .desired .photo span {
        right: 25px;
    }
}
.comTabBox .scrollfixBox {
	padding-top: 10px;
	width: 776px;
	background-color: #fff;
	z-index: 100;
}
.comTabBox .scrollfixBox.isFixed::before {

}
.comAreaList .mCSB_scrollTools,
#pagePath .mCSB_scrollTools,
.comDrawBox .checkAllBox .checkUlWrap .checkInner .mCSB_scrollTools {
	bottom: -8px !important;
}
.comTabBox .scrollfixBox.isFixed > .sml {
	display: none;
}
@media all and (max-width: 896px) {
	.comTabBox .comAnchorBox {
		margin-bottom: 0;
		touch-action: pan-x;
		overflow-x: scroll;
	}
	.comTabBox .scrollfixBox {
        z-index: 50;
		width: calc(100vw - 30px);
	}
	.comTabBox .scrollfixBox.isFixed::before {
		position: absolute;
		left: -15px;
		top: 0;
		width: 100vw;
		bottom: -10px;
		background-color: #fff;
		content: "";
		transform: none;
	}
	.comTabBox .comAnchorBox .jspHorizontalBar {
		top: 50px !important;
		bottom: auto;
		background: #FAF6ED;
		height: 4px;
	}
	.comTabBox .comAnchorBox .jspTrack {
		background: #FAF6ED;
	}
	.comTabBox .comAnchorBox .jspDrag {
		background-color: #e95b00;
	}
	.comTabBox .comAnchorBox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
		margin: 0 auto !important;
	}
	.comTabBox .comAnchorBox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
	.comTabBox .comAnchorBox .mCSB_scrollTools .mCSB_draggerContainer {
		margin: 0 !important;
	}
}

.confirmTable.tableB {
	display: none;
}
.SuggestClass.fixed {
	position: fixed;
	z-index: 9999999;
}
/* comIdRegistration */
.comIdRegistration .headLine03 {
	margin-bottom: 45px;
}
.comIdRegistration .headLine13 {
	margin-bottom: 17px;
	font-size: 1.6rem;
	border-radius: 0;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	background-color: #21B2FF;
	padding: 9px 10px 9px 87px;
}
.comIdRegistration .headLine13::before {
	right: auto;
	left: 16px;
	width: 62px;
	top: -19px;
	height: 70px;
	background: url("../../img/userguide/img01.png") no-repeat left top;
	background-size: 62px auto;
}
.comIdRegistration .hTxt01::before {
	background-image: url("../../img/userguide/img02.png");
}
.comIdRegistration .hTxt02::before {
	background-image: url("../../img/userguide/img03.png");
}
.comIdRegistration .hTxt03::before {
	background-image: url("../../img/userguide/img04.png");
}
.comIdRegistration .hTxt04::before {
	background-image: url("../../img/userguide/img05.png");
}
.comIdRegistration .condition {
	margin-bottom: 60px;
}
.comIdRegistration p {
	color: #4D3A2E;
	font-size: 1.4rem;
	line-height: 1.7;
}
.comIdRegistration .imgBox {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
}
.comIdRegistration .imgBox .textBox {
	width: 460px;
}
.comIdRegistration .imgBox .photoBox {
	width: 300px;
	border-radius: 5px;
	overflow: hidden;
}
.comIdRegistration .imgBox .photoBox img {
	width: 100%;
}
.comIdRegistration .txtList {
	margin-top: 22px;
}
.comIdRegistration .txtList li {
	color: #4D3A2E;
	font-size: 1.4rem;
	line-height: 1.7;
}
.comIdRegistration .comBtn {
	margin: -30px auto 0;
	max-width: 342px;
}
.comIdRegistration .redBodBox {
	margin: 10px 0 0;
	padding: 5px 8px 10px;
	border-radius: 7px;
	background: #fff;
	border: 1px solid #f80d0d;
}
.comIdRegistration .redBodBox p {
	font-size: 1.4rem;
	color: #f80d0d;
	line-height: 1.5;
}
@media all and (max-width: 896px) {
	.comIdRegistration .headLine03 {
		margin: 0 0 28px;
	}
	.comIdRegistration .headLine13 {
		margin-bottom: 19px;
		text-align: left;
		padding: 11px 35px 10px 80px;
		line-height: 1.5;
	}
	.comIdRegistration .headLine13::before {
		left: 10px;
		top: 50%;
		background-size: 100% auto;
		transform: translateY(-57%);
	}
	.comIdRegistration .condition {
		margin-bottom: 58px;
	}
	.comIdRegistration .imgBox {
		margin-bottom: 70px;
		flex-wrap: wrap;
	}
	.comIdRegistration .imgBox .textBox {
		order: 2;
		width: 100%;
	}
	.comIdRegistration .imgBox .photoBox {
		margin: 0 auto 20px;
		width: 87%;
	}
}
@media all and (max-width: 374px) {
	.comIdRegistration .headLine13 {
		padding: 11px 20px 10px 80px;
	}
	.comImgSilde01 .blackBg p {
        font-size: 1rem;
    }
}
/* comDescrip */
.comDescrip {
	margin: 0 auto;
	max-width: 744px;
}
.comDescrip p {
	color: #4D3A2E;
	font-size: 1.4rem;
	line-height: 1.7;
}
.comDescrip .comPopBox .list {
	margin-top: -15px;
}
.comDescrip .comPopBox .list li {
	padding: 8px;
	border-right: none;
}
.comDescrip .comPopBox .list .empty {
	border-bottom: none;
}
.comDescrip .comPopBox .list li .photo {
	margin-right: 10px;
}
.comDescrip .comPopBox .note {
	color: #1c1612;
	font-size: 1.2rem;
}
@media all and (max-width: 896px) {
	.comDescrip {
		max-width: initial;
		margin-bottom: 35px;
	}
	.comDescrip h2 {
		margin-bottom: 16px;
	}
	.comDescrip .comPopBox .list li .photo img {
		margin-right: 0;
	}
}

.confirmTable.tableB .selected {
	background-color: #FAF6ED;
}
.confirmTable.tableB .selected td::before,
.confirmTable.tableB .selected td:after {
	background-color: #FAF6ED;
}
.schollTable.checked td {
	color: #1c1612;
}
.schoolPop .comBtn02 {
	position: relative;
}
.schoolPop .comBtn02::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: "";
}

/*------------------------------------------------------------
	featureBox
------------------------------------------------------------*/
.featureBox {
	margin-bottom: 24px;
	padding: 15px 15px 16px 16px;
	border-radius: 10px;
	background-color: #faf6ed;
}
.featureBox .headLine02 {
	margin-bottom: 15px;
}
.featureBox li {
	margin-bottom: 8px;
}
.featureBox li img {
    width: 100%;
}
.featureBox li a:hover {
	opacity: 0.7;
}
.featureBox li:last-child {
	margin-bottom: 0;
}


@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
	comStoreBox
------------------------------------------------------------*/
 .comStoreBox .phoList {
    margin: -15px 0 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.comStoreBox .phoList::after {
    width: 252px;
    display: block;
    content: "";
}
.comStoreBox .phoList li {
    margin-top: 15px;
    width: 252px;
    font-size: 1.4rem;
    line-height: 1.71;
}
.comStoreBox .phoList li .pho {
    margin-bottom: 4px;
}
.comStoreBox .headLine03 {
    margin: 30px 0 25px;
}
.schoolCoupon .comRedBox::before {
    display: none;
}
.schoolCoupon .comRedBox {
    padding-top: 15px;
}
.schoolCoupon {
    margin-bottom: 24px;
}

@media screen and (max-width: 896px) {
    .comStoreBox .phoList {
        margin: -5px 0 20px;
        display: block;
    }
    .comStoreBox .phoList::after {
        display: none;
    }
    .comStoreBox .phoList li {
        margin: 0 0 18px;
        width: auto;
        font-size: 1.3rem;
        line-height: 1.77;
    }
    .comStoreBox .phoList li:last-child {
        margin-bottom: 0;
    }
    .comStoreBox .phoList li .pho {
        margin-bottom: 12px;
    }
    .comStoreBox .phoList li .pho img {
        width: 100%;
    }
    .schoolCoupon {
        margin-bottom: 32px;
    }
}
.school_list .headLine03 {
    margin: 30px 0 25px;
}

.comSchoolBox .schoolCoupon {
    margin-bottom: 0;
}

@media all and (min-width: 897px) {
    .comSchoolBox .schoolCoupon .comRedBox {
        padding: 0;
    }

}
@media all and (max-width: 896px) {
    .comSchoolBox .schoolCoupon .comRedBox {
        padding-top: 0;
        padding-bottom: 0;
    }
    .comDrawBox .comDrawBox {
        margin-left: 0;
        margin-right: 0;
    }
}

.noneComDrawBox {
    margin-bottom: 0;
}


.featurePopBox .popContent {
	padding-left: 32px;
	color: #4d3a2e;
	background-color: #faf6ed;
}
.featurePopBox .mCSB_inside > .mCSB_container {
    padding: 26px 0;
}
.featurePopBox .mCSB_inside > .mCSB_container {
	margin-right: 48px;
}
.featurePopBox .ttl01 {
	margin-bottom: 21px;
	font-size: 2.4rem;
}
.featurePopBox .pho {
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}
.featurePopBox .pho img {
    width: 100%;
}
.featurePopBox .txtBox01 {
	margin-bottom: 12px;
	display: flex;
	justify-content: space-between;
}
.featurePopBox .txtBox01 p {
	width: 48.18%;
	font-size: 1.6rem;
	line-height: 1.75;
}
.featurePopBox .txtBox01 ul {
	width: 48.18%;
}
.featurePopBox .txtBox01 li {
	margin-bottom: 5px;
	padding-left: 24px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.69;
	background: url(../../img/common/icon31.png) no-repeat left top 4px;
	background-size: 16px auto;
}
.featurePopBox .txtBox01 li span {
	color: #e95b00;
}
.featurePopBox .txtBox02 {
	margin-bottom: 44px;
	padding: 16px 16px 13px;
	border-radius: 8px;
	background-color: #fff;
}
.featurePopBox .txtBox02 .headLine04 {
	margin-bottom: 7px;
	font-size: 1.6rem;
	line-height: 1.25;
}
.featurePopBox .txtBox02 p {
	margin-bottom: 26px;
	font-size: 1.4rem;
	line-height: 1.71;
}
.featurePopBox .txtBox02 p:last-child {
	margin-bottom: 0;
}
.featurePopBox .ttl02 {
	margin-bottom: 14px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
}
.featurePopBox .phoList {
	display: flex;
	justify-content: space-between;
}
.featurePopBox .phoList li {
	width: 48.18%;
}
.featurePopBox .phoList li .pho {
	margin-bottom: 5px;
	border-radius: 5px;
	border: 1px solid #ddd9d1;
	background-color: #fff;
	overflow: hidden;
}
.featurePopBox .phoList li .ttl {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	color: #e95b00;
}
.featurePopBox .phoList li p {
	font-size: 1.4rem;
	line-height: 1.71;
}
.featurePopBox .imgBox {
	display: flex;
	justify-content: space-between;
}
.featurePopBox .imgBox .photoBox {
	width: 48.18%;
}
.featurePopBox .imgBox .txtBox {
	margin-top: -5px;
	width: 48.18%;
}
.featurePopBox .imgBox .txtBox p {
	margin-bottom: 15px;
	font-size: 1.6rem;
	line-height: 1.75;
}
.featurePopBox .imgBox .txtBox .txt {
	margin-bottom: 0;
	padding: 10px 15px;
	color: #e95b00;
	font-size: 1.4rem;
	line-height: 1.71;
	border: 1px solid #e95b00;
}
#pop01.featurePopBox .popContent {
	background: #FFF;
}
#pop01.featurePopBox .txtBox02 {
	background-color: #faf6ed;
}
#pop01.featurePopBox .txtBox02 .headLine04 {
	line-height: 1.5;
}
@media all and (max-width: 896px) {
	.featurePopBox {
		margin: 0 -15px;
		padding: 40px 15px;
		color: #4d3a2e;
		background-color: #faf6ed;
	}
	.featurePopBox .pho {
		margin: 0 -15px 20px;
		border-radius: 0;
    }
	.featurePopBox .txtBox01 {
		margin-bottom: 5px;
		flex-direction: column;
	}
	.featurePopBox .txtBox01 p {
		margin-bottom: 20px;
		width: auto;
		font-size: 1.3rem;
		line-height: 1.75;
	}
	.featurePopBox .txtBox01 ul {
		margin-bottom: 0;
		width: auto;
	}
	.featurePopBox .txtBox01 li {
		margin-bottom: 8px;
		padding-left: 20px;
		font-size: 1.3rem;
		background-size: 13px auto;
	}
	.featurePopBox .txtBox01 li span {
		color: #e95b00;
	}
	.featurePopBox .txtBox02 {
		margin-bottom: 15px;
		padding: 16px 8px 13px;
	}
	.featurePopBox .txtBox02 .headLine04 {
		margin-bottom: 7px;
		font-size: 1.4rem;
		line-height: 1.25;
	}
	.featurePopBox .txtBox02 p {
		margin-bottom: 26px;
		font-size: 1.2rem;
		line-height: 1.71;
	}
	.featurePopBox .txtBox02 p:last-child {
		margin-bottom: 0;
	}
	.featurePopBox .ttl02 {
		margin-bottom: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.7;
		text-align: left;
	}
	.featurePopBox .phoList {
		flex-direction: column;
	}
	.featurePopBox .phoList li {
		width: auto;
	}
	.featurePopBox .phoList li + li {
		margin-top: 15px;
	}
	.featurePopBox .phoList li .pho {
		margin: 0 0 5px;
		text-align: center;
	}
	.featurePopBox .phoList li .ttl {
		font-size: 1.4rem;
	}
	.featurePopBox .phoList li p {
		font-size: 1.2rem;
		line-height: 1.71;
	}
	.featurePopBox.white {
		background-color: #fff;
	}
	.featurePopBox.white .txtBox02 {
		background-color: #faf6ed;
	}
	.featurePopBox .imgBox {
		flex-direction: column;
	}
	.featurePopBox .imgBox .photoBox {
		width: auto;
		text-align: center;
	}
	.featurePopBox .imgBox .txtBox {
		margin-top: 15px;
		width: auto;
	}
	.featurePopBox .imgBox .txtBox p {
		margin-bottom: 15px;
		font-size: 1.2rem;
		line-height: 1.75;
	}
	.featurePopBox .imgBox .txtBox .txt {
		margin-bottom: 0;
		padding: 10px 15px;
		color: #e95b00;
		font-size: 1.2rem;
		line-height: 1.71;
		border: 1px solid #e95b00;
	}

}

.movie-icon {
	position: relative;
}
#contact .schoolPop {
	padding-bottom: 0;
}
#contact .schoolPop .popList02 {
	display: flex;
	justify-content: center;
}
#contact .schoolPop .popList02 li {
	margin: 0 5px 15px;
}
#contact .schoolPop .popList02 li.back {
	display: none;
}
#contact .schoolPop .popList02 li.back .comBtn a::before {
	right: auto;
	left: 15px;
	transform: rotate(-135deg) translateY(50%);
}
#main .contactInner .address input:disabled,
#main .contactInner .address select:disabled {
	opacity: 0.4;
}

#main .contactInner .addresscheck {
    margin-top: 15px;
}#contact .schoolPop {
	padding-bottom: 0;
}
#contact .schoolPop .popList02 {
	display: flex;
	justify-content: center;
}
#contact .schoolPop .popList02 li {
	margin: 0 5px 15px;
}
#contact .schoolPop .popList02 li.back {
	display: none;
}
#contact .schoolPop .popList02 li.back .comBtn a::before {
	right: auto;
	left: 15px;
	transform: rotate(-135deg) translateY(50%);
}
#main .contactInner .address input:disabled,
#main .contactInner .address select:disabled {
	opacity: 0.4 !important;
}

#main .contactInner .addresscheck {
    margin-top: 15px;
}
#schoolinput02.none a {
	pointer-events: none;
}
#schoolinput03.none a {
	pointer-events: none;
}
#main .contactInner .addresscheck button {
	display: flex;
	width: 200px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	padding: 0;
	align-items: center;
	justify-content: center;
	background: #e95b00;
	border: solid 1px #ddd9d1;
	border-radius: 5px;
	cursor: pointer;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
}
/*#main .contactInner .addresscheck [disabled="disabled"]{*/
/*    opacity: 0.5;*/
/*}*/
#main .contactInner .set0_5opacity{
	opacity: 0.5;
}
.contactDl .shopList li {
    margin-bottom: 10px;
}
.contactDl .shopList li:nth-child(n+6){
	display: none;
}
.contactDl .moreBtn {
    margin: 40px auto 0;
    width: 160px;
    display: block;
}
.contactDl .moreBtn.selectLink a {
	background-position: left 7px center;
}
.contactDl .moreBtn.selectLink a:not(.on) .close {
	display: none;
}
.contactDl .moreBtn.selectLink a.on {
	background-image: url(../../img/common/icon89.png);
}
.contactDl .moreBtn.selectLink a.on .open {
	display: none;
}
