<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#mainContent {
	padding-top: 150px;
}

.section {

}

.section .wrap {
	max-width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
}

/* .bgBox */
.bgBox {
	background-color: #ededed;
	padding: 60px 40px;
}

.bgBox p {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bgBox .visual {
	position: relative;
	margin-bottom: 60px;
}
.bgBox .visual .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	padding: 0 10px 10px;
	box-sizing: border-box;
	color: #fff;
	text-align: right;
}
.bgBox .visual .caption br {
	display: none;
}

.bgBox .textArea {
	margin-bottom: 60px;
}

/* clmBox */
.bgBox .clmBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.bgBox .clmBox .box {
	max-width: 400px;
}
.bgBox .clmBox.yazirushi {
	background-color: transparent;
	background-image: url(../imgs/img-yazirusi-r.png);
	background-repeat: no-repeat;
	background-position: center 50%;
}
.bgBox .clmBox .abCap {
	position: relative;
}
.bgBox .clmBox .abCap .cap {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	padding: 0 10px 10px;
	box-sizing: border-box;
}

.bgBox .titleB {
	margin-bottom: 50px;
}
.bgBox .titleB span {
	display: none;
}
.bgBox h4.titleB {
	margin-bottom: 20px;
}

@media only screen and (max-width:640px) {
	.bgBox {
		padding: 30px 20px;
	}
	.bgBox p {
		font-size: 12px;
		line-height: 18px;
	}
	.bgBox p.cap,
	.bgBox p.caption {
		font-size: 10px;
		line-height: 15px;
	}
	.bgBox .clmBox .box {
		max-width: 100%;
	}
	.bgBox .visual {
		margin-bottom: 30px;
	}
	.bgBox .visual .caption {
		position: static;
		padding: 5px;
		color: #000;
	}
	.bgBox .visual .caption br {
		display: block;
	}
	.bgBox .clmBox {
		display: block;
	}
	.bgBox .clmBox .box:first-child {
		margin-bottom: 100px;
	}
	.bgBox .clmBox.yazirushi {
		background-image: url(../imgs/img-yazirusi-b.png);
	}
	.bgBox .clmBox .abCap .cap {
		position: static;
		padding: 5px;
	}
	.bgBox .textArea {
		margin-bottom: 30px;
	}

	.bgBox .titleB {
		margin-bottom: 20px;
	}
	.bgBox .titleB span {
		display: inline;
		font-size: 16px;
	}

	.bgBox .titleB span.cap {
		font-size: 10px;
		margin-left: 15px;
	}
	.bgBox h4.titleB span {
		font-size: 14px;
	}

	.bgBox .titleB img {
		display: none;
	}

}


.section .wrap .imgText span {
	display: none;
}

.section .wrap hr {
	border: 1px solid #CCC;
	height: 1px;
	background-color: #FFF;
	border-width: 1px 0 0 0;
}


.spImage {
	display: none;
}

@media only screen and (max-width:640px) {

	#mainContent {
		padding-top: 25%;
	}

	.pcImage {
		display: none;
	}
	.spImage {
		display: block;
	}

	.section .wrap .imgText span {
		display: block;
		text-align: left;
	}
	.section .wrap .imgText img {
		display: none;
	}
}

.serif {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* section.num02 */
.section.num02 {
	margin-bottom: 80px;
}

@media only screen and (max-width:640px) {
	.section.num02 {
		margin-bottom: 40px;
	}
}

/* section.num03 */
.section.num03 {
	margin-bottom: 80px;
}
.section.num03 .textArea {
	margin-bottom: 0;
}

@media only screen and (max-width:640px) {
	.section.num03 {
		margin-bottom: 40px;
	}
}

/* section.num04 */
.section.num04 .bgBox .clmBox .abCap .cap {
	text-align: right;
	bottom: 30px;
}

.plantext {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 26px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.plantext dt {
	width: 245px;
	background-color: #F6F3E9;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}
.plantext dt:after {
	background-image: url(../imgs/mrk-1.png);
	content: "";
	width: 10px;
	height: 26px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.plantext dd {
	width: 740px;
	letter-spacing: 0;
}

@media only screen and (max-width:640px) {

	.plantext {
		line-height: 1.6;
	}

	.plantext dt {
		width: 100%;
		margin-bottom: 15px;
		line-height: 25px;
	}
	.plantext dt:after {
		display: none;
	}

	.plantext dd {
		width: 100%;
		margin-bottom: 30px;
	}
}


.section.planBox {
	margin-bottom: 80px;
}

.planList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}
.planList &gt; div {
	position: relative;
	width: 47.8%;
	position: relative;
	margin-bottom: 40px;
}
.planList .point {
	position: absolute;
	width: 210px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	left: 50%;
	top: 120px;
	transform: translateX(-50%);
	background: #b9a768;
	color: #fff;
}
@media only screen and (max-width:640px) {
.planList .point {
	top: 20vw;
	height: 5.5vw;
	width: 42vw;
	line-height: 5.5vw;
	font-size: 2.8vw;
}
}
.planList &gt; div a {
	transition: all 0.3s;
	opacity: 1;
}

.planList &gt; div a:hover {
	opacity: 0.7;
}

.planList &gt; div .clickBtn {
	position: absolute;
	bottom: 45px;
	left: 167px;
	text-align: center;
}


.planList &gt; div.hoverBtn:hover .clickBtn:before,
.planList &gt; div.hoverBtn:hover .clickBtn:after {
	opacity: 0.7;
}
.planList &gt; div.hoverBtn:hover .clickBtn:before  {
	left: 5px;
}
.planList &gt; div.hoverBtn:hover .clickBtn:after  {
	right: 5px;
}

/*.planList &gt; div .inner .clickBtn:before,
.planList &gt; div .inner .clickBtn:after {
	position: absolute;
	z-index: -1;
	-webkit-transition: .2s;
	   -moz-transition: .2s;
	        transition: .2s;
}
.planList &gt; div .inner .clickBtn:before {
	content: url(../common/imgs/bg-click01.png);
	top: -12px;
	left: 0;
}
.planList &gt; div .inner .clickBtn:after {
	content: url(../common/imgs/bg-click02.png);
	top: -12px;
	right: 0;
}
.planList &gt; div .inner:hover .clickBtn:before,
.planList &gt; div .inner:hover .clickBtn:after {
	opacity: 0.7;
}
.planList &gt; div .inner:hover .clickBtn:before  {
	left: 5px;
}
.planList &gt; div .inner:hover .clickBtn:after  {
	right: 5px;
}*/

@media only screen and (max-width:640px) {
	.planList {
		margin-top: 60px;
	}
	.planList &gt; div {
		width: 100%;
		margin-bottom: 30px;
	}
	.planList &gt; div .clickBtn {
	left: 50%;
	margin-left: -75px;
	bottom: 35px;
}
}

.planDetail {
	position: relative;
	text-align: center;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
}

.planDetail .spec {
	/*width: 84%;*/
	/*margin: 0 auto;
	box-sizing: border-box;*/
	display: inline-block;
	text-align: center;
}

/*.planDetail .spec_name {
	float: left;
	width: 25%;
	padding: 20px 0;
	background-color: #e9e1c4;
}

.planDetail .spec_detail {
	float: right;
	width: 75%;
	padding: 20px 0;
	background-color: #f6f3e8;
}*/



.planDetail .spec .cap {
	margin-top: 15px;
}

.planDetail .image {
	text-align: center;
	/*padding: 40px;
	width: 62%;
	margin: 0 auto;*/
	box-sizing: border-box;
}
.planDetail .image .capArea {
	text-align: right;
	padding-top: 45px;
}

@media only screen and (max-width:640px) {
	.planDetail .spec {
		width: 100%;
	}
	/*.planDetail .spec img {
		width: 50%;
	}*/
	.planDetail .image {
		width: 100%;
	}
}

.planDetail .tabmenu {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 150px;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width:640px) {
	.planDetail .tabmenu {
		top: 16vw;
	}
}

.planDetail .tabmenu p {
	width: 160px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #b9a768;
	color: #fff;
	margin: 0 8px;
	cursor: pointer;
	transition: .3s;
	opacity: .5;
}

.planDetail .tabmenu p.is-active {
	opacity: 1;
}

.planDetail .tabmenu p:hover {
	opacity: 1;
}

@media only screen and (max-width:640px) {
.planDetail .tabmenu p {
	height: 5.5vw;
	width: 35vw;
	line-height: 5.5vw;
	font-size: 2.8vw;
	margin: 0 2vw;
}
}

.madori.is-off {
	display: none;
}

.print {
	text-align: center;
	padding: 40px 0 0 0;
}



@media only screen and (max-width:640px) {
	.print {
		display: none;
	}
}

@media print{
	#gHeader,
	#gNav,
	.print,
	.cvArea,
	#gFooter {
		display: none;
	}
}</pre></body></html>