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

.contentpage .m_img_area .m_img {background-image: url("../images/case/m_img_case@2x.jpg");}



/*共通
---------------------------------------------------------*/
#pagebody{
	position: relative;
	z-index: 2;
}
.case_tit{
	border-top: 1px solid #90857D;
	border-bottom: 1px solid #90857D;
	padding: 40px 0 35px;
	text-align: center;
	margin-bottom: 60px;
}
.case_tit &gt; ul{
	  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	margin-bottom: 0.5em;
}
.case_tit &gt; ul li{
	padding-right:1.2em;
	position: relative;
}
.case_tit &gt; ul li::before{
	position: absolute;
	content: "／";
	right: 0.1em;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
 .case_tit &gt; ul li:last-child{
	padding-right: 0;
	position: static;
}
.case_tit &gt; ul li:last-child::before{
	position: static;
	content: none;
}
.case_tit &gt; ul li a{
	text-decoration: underline;
}
.case_tit &gt; ul li a:hover{
	text-decoration: none;
}
.case_tit .entry-title{
	font-size: 180%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	color: #7DBB28;
}
.case_inbox{
	max-width: 1085px;
	width: 94%;
	margin: 0 auto;
}
.case_inbox .before_after{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	 justify-content: space-between;
	 max-width: 920px;
	 margin: 0 auto 1.2em;
}
.case_inbox .before_after &gt; dl{
	max-width: 400px;
	width: 44%;
}
.case_inbox .before_after &gt; dl dt{
	text-align: center;
	font-size: 120%;
	letter-spacing: 0.2em;
	line-height: 1em;
	padding: 0.8em 3%;
	background: rgba(161,152,145,0.2);
	border-radius: 2.6em;
	margin-bottom: 1.2em;
	color: #A19891;
}
.case_inbox .before_after &gt; dl.after dt{
	background: rgba(125,187,40,0.2);
	color: #7DBB28;
}
.case_inbox .before_after .arrow{
	max-width: 44px;
	width: 5%;
	position: relative;
}
.case_inbox .before_after .arrow img{
	position: absolute;
	left: 0;
	right: 0;
	top: 55%;
	margin: auto;
}
.case_inbox .com_link1{
	margin: 2em auto 0;
	text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.case_tit{
	padding: 3.5% 0 3%;
	text-align: center;
	margin-bottom: 5%;
}
.case_tit &gt; ul{
	font-size: 90%;
}
.case_tit .entry-title{
	font-size: 160%;
	letter-spacing: 0.05em;
}
.case_inbox .before_after{
	 margin: 0 auto 1em;
}
.case_inbox .before_after &gt; dl dt{
	font-size: 115%;
	margin-bottom: 1em;
}
.case_inbox .com_link1{
	margin: 1.5em auto 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.case_tit{
	padding: 5% 0 4.5%;
	margin-bottom: 6%;
}
.case_tit &gt; ul{
	margin-bottom: 0.4em;
	font-size: 85%;
}

.case_tit .entry-title{
	font-size: 120%;
	letter-spacing: 0.03em;
	line-height: 1.6em;
	color: #7DBB28;
}
.case_inbox{
	max-width: 100%;
	width: 100%;
}
.case_inbox .before_after{
	 margin: 0 auto 0.8em;
}
.case_inbox .before_after &gt; dl{
	max-width: 400px;
	width: 46%;
}
.case_inbox .before_after &gt; dl dt{
	font-size: 100%;
	letter-spacing: 0.15em;
	padding: 0.6em 3%;
	border-radius: 2.2em;
	margin-bottom: 0.8em;
}
.case_inbox .com_link1{
	margin: 1em auto 0;
	text-align: center;
}
}





/*case_list
---------------------------------------------------------*/
.case_list &gt; li{
	margin-bottom: 100px;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.case_list &gt; li{
	margin-bottom: 10%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.case_list &gt; li{
	margin-bottom: 12%
}
}





/*before_after_list
---------------------------------------------------------*/
.before_after_list &gt; .before_after{
	margin: 60px auto 0;
}
.before_after_list li:first-child{
	margin-top: 50px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.before_after_list &gt; .before_after{
	margin: 6% auto 0;
}
.before_after_list li:first-child{
	margin-top: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.before_after_list &gt; .before_after{
	margin: 8% auto 0;
}
.before_after_list li:first-child{
	margin-top: 7%;
}
}






/*sab_img
---------------------------------------------------------*/
.sab_img{
	display: -webkit-flex;
	display: flex;
	 -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	max-width: 1020px;
	margin: 60px auto 0;
}
.sab_img li{
	width: 29.411765%;
	margin-right: 5.8823525%
}
.sab_img li:nth-of-type(3n){
	margin-right: 0;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.sab_img{
	margin: 6% auto 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.sab_img{
	margin: 8% auto 0;
}
.sab_img li{
	width: 48%;
	margin-right: 4%;
	margin-top: 4%;
}
.sab_img li:nth-child(1),
.sab_img li:nth-child(2){
	margin-top: 0;
}
.sab_img li:nth-of-type(3n){
	margin-right: 4%
}
.sab_img li:nth-child(even){
	margin-right: 0;
}
}






/*case_detail
---------------------------------------------------------*/
.case_detail{
	margin-top: 60px;
	width: 100%;
}
.case_detail tr{
	background-color: #fff;
}
.case_detail tr:nth-child(odd){
	background-color: #E9F7CD;
}
.case_detail th{
	width: 11.25em;
	padding:1em 1.5em 0.8em;
}
.case_detail td{
	width: calc(100% - 11.25em);
	padding: 1em 1.5em 0.8em 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.case_detail{
	margin-top: 6%;
}
.case_detail th{
	width: 9em;
}
.case_detail td{
	width: calc(100% - 9em);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.case_detail{
	margin-top:8%;
	font-size: 95%;
}
.case_detail th{
	width: 4.5em;
	padding:0.8em 1em 0.8em;
}
.case_detail td{
	width: calc(100% - 4.5em);
	padding: 0.8em 1em 0.8em 0;
}
}





/*case_important
---------------------------------------------------------*/
.case_important{
	border: 5px solid #A9A19B;
	padding: 30px 3.15%;
	margin-top: 60px;
}
.case_important .scl_area{
	position:relative;
	height: 260px;
}
.case_important .scl_area .scroll_box{
	width:calc(100% - 40px);
	height: 100%;
}
.ps__rail-y, .ps__thumb-y {
    width: 5px!important;
}
.ps__rail-x, .ps__rail-y {
    background-color: rgba(169,161,155,0.3)!important;
}
.ps__thumb-x, .ps__thumb-y {
    background-color: #A9A19B!important;
}
.case_important .scl_area .important_tit{
	text-align: center;
	font-size: 120%;
	letter-spacing: 0.15em;
	line-height: 1.6em;
	padding-bottom: 25px;
}
.case_important .scl_area .important_list &gt; li{
	border-top: 1px solid #A9A19B;
	padding: 35px 0;
}
.case_important .scl_area .important_list &gt; li dt{
	font-size: 120%;
	letter-spacing: 0.15em;
	line-height: 1.6em;
	font-weight: bold;
	padding-left: 1.5em;
	margin-bottom: 0.8em;
	position: relative;
}
.case_important .scl_area .important_list &gt; li dt::before{
	position: absolute;
	font-family: "fontello";
	content: '\e80b'; 
	left: 0;
	top:.025em;
	color: #DDD9D7;
}
.case_important .scl_area .important_list &gt; li dd &gt; ul li{
	padding-left: 1em;
	text-indent: -1em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.case_important{
	border: 4px solid #A9A19B;
	padding: 3%;
	margin-top: 6%;
}
.case_important .scl_area{
	position:relative;
	height: 240px;
}
.case_important .scl_area .scroll_box{
	width:calc(100% - 30px);
}
.ps__rail-y, .ps__thumb-y {
    width: 4px!important;
}
.case_important .scl_area .important_tit{
	font-size: 115%;
	letter-spacing: 0.15em;
	line-height: 1.6em;
	padding-bottom:3%;
}
.case_important .scl_area .important_list &gt; li{
	border-top: 1px solid #A9A19B;
	padding: 3.5% 0;
}
.case_important .scl_area .important_list &gt; li dt{
	font-size: 115%;
	letter-spacing: 0.15em;
	line-height: 1.6em;
	margin-bottom: 0.6em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.case_important{
	border: 4px solid #A9A19B;
	padding: 5%;
	margin-top: 8%;
}
.case_important .scl_area{
	height: 50vw;
}
.case_important .scl_area .scroll_box{
	width:94%;
}
.ps__rail-y, .ps__thumb-y {
    width: 4px!important;
}
.case_important .scl_area .important_tit{
	font-size: 110%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	padding-bottom:5%;
}
.case_important .scl_area .important_list{
font-size: 95%;
}
.case_important .scl_area .important_list &gt; li{
	border-top: 1px solid #A9A19B;
	padding: 6% 0;
}
.case_important .scl_area .important_list &gt; li dt{
	font-size: 110%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
}
}



/*page_link
---------------------------------------------------------*/
.single_page .page_link{
	padding: 1.5em 0 ;
	border-top: 1px solid #90857D;
	border-bottom: 1px solid #90857D;
	margin-top: 100px;
	font-weight: normal;
}
.single_page .page_link li{
	font-size: 95%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.single_page .page_link li a{
	position: relative;
	box-sizing: border-box;
	display: block;
}
.single_page .page_link li.flt_l a{
	padding-left: 2.5em;
}
.single_page .page_link li.flt_l a::before{
	font-family: 'fontello';
	content: '\e801';
	position: absolute;
	font-size: 180%;
	font-weight: normal;
	opacity: 0.85;
	left: 0;
	top: 0;
	 transform: scale(-1, 1);
}
.single_page .page_link li.flt_r a{
	padding-right: 2.5em;
}
.single_page .page_link li.flt_r a::before{
	font-family: 'fontello';
	content: '\e801';
	position: absolute;
	font-size: 180%;
	font-weight: normal;
	opacity: 0.85;
	right: 0;
	top: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.single_page .page_link{
	margin-top: 10%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page .page_link{
	margin-top: 12%;
}
.single_page .page_link li{
	font-size: 90%;
}
}

/*single_page article
--------------------------------------------------------------------*/
.single_page article {
    border-bottom: none;
    padding: 20px 0 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.single_page article {
    padding: 3% 0 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page article {
    padding: 4% 0 0;
}
}




/*子カテゴリー
--------------------------------------------------------------------*/
/*子カテゴリーリンク*/
.cat_select {
	width: 100%;
	max-width: 16em;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	margin-bottom: 40px;
	text-align: right;
}
.cat_select .topics_link{
	text-align: right;
	position: relative;
}
.cat_select .topics_link a{
	color: #7DBB28;
	opacity: 1;
	font-weight: bold;
}
.cat_select .topics_link a:hover{
	color: #544337;
}
.cat_select .open_box {
	display: none;	/*初期表示*/
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	z-index: 5;
	padding:.5em 3%;   
	top: 100%;
	background:rgba(255,255,255,1);
    left: 1.5em;
}
.cat_select .child_cat_list{
	margin-bottom: 0;
}
.cat_select .child_cat_list li{
	width: 100%;
}
.cat_select .child_cat_list a {
	display: block;
	padding: .8em 0 .7em;
	padding-right: 1.7em;
	position: relative;
	border-bottom: solid 1px #BBB4AF;
    line-height: 1.6em;
    text-align: left;
}
.cat_select .child_cat_list a:hover{
	color: #7DBB28;
}
.cat_select .child_cat_list li:last-child a {
	border-bottom: none;
}
.cat_select .child_cat_list a::before {
	font-family: 'fontello';
	content: '\e800';
	font-size: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*子カテゴリーリンク*/
.cat_select {
	margin-bottom: 4%;
}
.cat_select .open_box {
	font-size: 95%;
}
.cat_select .child_cat_list a {
	padding: .7em 0 .6em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*子カテゴリーリンク*/
.cat_select {
	margin-bottom: 6%;
}
.cat_select .open_box {
	font-size: 90%;
}
.cat_select .child_cat_list{
    display: block;
}
.cat_select .child_cat_list li{
    width: 100%;
    margin: 0!important;
}
.cat_select .open_box {
    left: auto;
    right: 0;
}
}






/*
--------------------------------------------------------------------*/
.txt_none{
    text-align: center;
    padding-bottom: 100px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.txt_none{
    padding-bottom: 10%
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.txt_none{
padding-bottom: 12%
}
}

.f_bnr{
position: relative;
z-index: 0;
}


#wrapper {
    overflow: visible;
    position: relative;
    z-index: 2;
}
</pre></body></html>