<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html.noscroll {
	overflow: hidden;
}


.sb-site {
	-webkit-transform: none;
	transform: none;
}

@media only screen and (max-width: 767px) {
	.cts {
		margin: 0 auto;
	}
}


h2.hdrArea__ttl a {
	text-decoration: none;
}

div.cts--jkakakuSub h3.hdr3 {
	margin-top: 0;
}
.jkakakuNav__list &gt; li {
	width: 100%;
}
@media only screen and (max-width: 767px) {
	div.cts--jkakakuSub h3.hdr3 {
		margin-top: 20px;
		margin-bottom: 25px
	}
	.breadcrumbsArea {
		padding: 0;
	}
	.breadcrumbs {
		display: none;
	}
}



/*  */
.jkakakuHdr {
	height: 50px;
}
.jkakakuHdr_fixed {
	background-color: #ffffff;
	padding: 0;
	width: 100%;
}
.jkakakuHdr_fixed, .jkakakuHdr_fixed * {
	box-sizing: border-box;
}
.jkakakuHdr_fixed .jkakakuHdr_inputs {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
.scroll_fixed {
	border-bottom: solid 1px #aaaaaa;
	left: 200px;
	position: fixed;
	top: 0;
	width: calc(100% - 200px);
	z-index: 999;
}
.jkakakuHdr_fixed.scroll_fixed .jkakakuHdr_inputs {
	margin: 0 auto;
	padding: 10px 0;
	width: 85%;
}

@media only screen and (max-width: 979px) {
	.scroll_fixed {
		left: 0;
		top: 77px;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.jkakakuHdr {
		height: 92px;
		margin-bottom: 10px;
	}
	.jkakakuHdr_fixed .jkakakuHdr_inputs {
		padding: 10px 15px;
	}
	.jkakakuHdr_fixed.scroll_fixed .jkakakuHdr_inputs {
		padding: 10px 15px;
		width: 100%;
	}
}




/*  */
.jkakakuHdr_fixed .jkakakuHdr__search {
	float: none;
	display: inline-block;
	margin: 0;
	position: relative;
}

.jkakakuHdr_fixed .jkakakuHdr__search__input {
	display: inline-block;
	float: none;
	margin: 0;
	width: 330px;
}
.jkakakuHdr_fixed .jkakakuHdr__search__btn {
	display: inline-block;
	float: none;
}

@media only screen and (max-width: 767px) {
	.jkakakuHdr_fixed .jkakakuHdr__search {
		width: 100%;
	}
	.jkakakuHdr_fixed .jkakakuHdr__search__inner &gt; form {
		display: flex;
		justify-content: space-between
	}
	.jkakakuHdr_fixed .jkakakuHdr__search__input {
		width: calc(100% - 85px);
	}
	.jkakakuHdr_fixed .jkakakuHdr__search__btn {
		
	}
}



/*  */
.jkakakuCateNav {
	margin-left: 0;
	border-bottom: solid 1px #c4c4c4;
}

.jkakakuCateNav_list {
	display: block;
	text-align: left;
	line-height: 16px;
	vertical-align: middle;
}

.jkakakuCateNav_list &gt; li {
	width: 100%;
	margin: 0;
	display: inline-block;
	position: relative;
}

.jkakakuCateNav_list &gt; li a {
	display: block;
	text-decoration: none;
}

.jkakakuCateNav_list &gt; li a:hover {
	color: #666666;
	text-decoration: underline;
}

.jkakakuCateNav__btn--main {
	display: block;
	width: 100%;
	padding: 15px 45px 15px 15px;
	background: url(../img/icon_arrow_large_sp_orange.png) no-repeat 100% 50%;
	background-size: 30px auto;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	box-sizing: border-box;
}

.jkakakuCateNav__btn--sub {
	display: block;
	padding: 15px 45px 15px 30px;
	background-image: url(../img/icon_arrow_large_sp_black.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 30px auto;
	border: solid 1px #f9ab00;
	border-bottom: none;
	box-sizing: border-box;
	vertical-align: middle;
}

.jkakakuCateNav__btn--openSub {
	background: url(../img/icon_arrow_large_sp_plus.png);
	background-position: right 11px top 50%;
	background-repeat: no-repeat;
}

.jkakakuCateNav__btn--openSub:hover {
	color: #666666;
}

.jkakakuCateNav__btn--openSub:touch-collapsed:hover {
	color: #000;
}

.jkakakuCateNav__btn--now,
.jkakakuCateNav__btn--now:hover {
	color: #000;
}

.jkakakuCateNav__btn--now {
	background-image: url(../img/icon_arrow_large_sp_minus.gif);
	background-color: #ffe09a;
	background-position: right -24px top 50%;
	border: solid 1px #f9ab00;
	border-bottom: none;
}

.jkakakuCateNav__icon--openSub {
	display: none;
}




/* category modal */
.open_button_box {
	display: inline-block;
}
.open_button {
	align-items: center;
	background-color: #0071e4;
    border-radius: 5px;
    color: #ffffff;
	cursor: pointer;
	display: flex;
	height: 30px;
	justify-content: center;
	margin-left: 20px;
    padding: 0 10px;
}
.open_button:hover {
	background-color: #eb6f00;
}

.modal_wrap input {
	display: none;
}
.modal_overlay {
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	transition: opacity 0.2s, transform 0s 0.2s;
	transform: scale(0);
	width: 100%;
	z-index: 9999;
}
.modal_trigger {
	bottom: 0;
	height: 100%;
	position: absolute;
	width: 100%;
}
.modal_content {
	align-self: center;
	background: #fff;
	box-sizing: border-box;
	height: 700px;
	line-height: 1.4em;
	max-height: calc(100% - 100px);
	max-width: 800px;
	overflow-y: auto;
	padding: 48px 10px 15px;
	position: relative;
	top: 0;
	transition: 0.2s;
	width: calc(100% - 20px);
}
.close_button {
	cursor: pointer;
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 24px;
}
.modal_wrap input:checked ~ .modal_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.2s;
}

@media only screen and (max-width: 979px) {
	.modal_content {
		height: 100%;
		top: 38px;
	}
}

@media only screen and (max-width: 767px) {
	.open_button_box {
		padding-top: 10px;
		width: 100%;
	}
	.open_button {
		height: 32px;
		margin-left: 0;
		width: 100%;
	}
}



/*-------------------------*/
/* detail.php   */
/*-------------------------*/

.block--medium.jkakakuItem .hdr4--jkakaku {
	border-bottom: none;
	font-size: 100%;
	margin-bottom: 5px;
	margin-top: 15px;
	padding: 0 0 5px 14px;
}


.jkakakuPoint {
	padding: 15px 0 0;
}

.btnArea--jkakakuIdea {
	text-align: left;
}

.jkakakuHdr--point__inner,
.jkakakuHdr--spec__inner {
	padding: 9px 0 8px;
}

.jkakakuPoint {
	margin-bottom: 2em;
	padding: 0;
}

.cts .btnArea--jkakakuIdea .btn.btn--jkakakuIdea {
	display: block;
	max-width: 380px;
	padding: 24px 0 22px;
	text-align: center;
}

.btnArea--jkakakuIdea .asterisk {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}



#app_dl {
	border-top: solid 1px #000000;
	margin-bottom: 60px;
	margin-top: 30px;
	padding-top: 30px;
}
#app_dl .asterisk_tention {	
	text-align: left;
}


@media only screen and (max-width: 767px) {
	.cts .btnArea--jkakakuIdea .btn.btn--jkakakuIdea {
		margin: 0 auto;
	}
	.cts .jkakakuContact {
		margin-bottom: 50px;
		padding: 10px;
	}
}












</pre></body></html>