 @charset "utf-8";

/*==============================
/***  繝｡繧､繝ｳ繧ｳ繝ｳ繝�Φ繝�  ***/
/*=============================*/
.lp01_bg .mainasu_01{
	margin:-3em 0 0 0;
}

.lp01_bg .mainasu_02{
	margin:-5em auto 0;
}

.lp01_01{
	background:#FFFFFF;
	border:#3194CB 4px solid;
	border-radius: 20px;
	padding:1em;
	box-sizing: border-box;
}

.lp01_01title{
	width:100%;
	margin:-4em 0 1em;
}

.lp01_02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	margin:-3.5em 0 0 0;
	justify-content: center;
}

.lp03_01time{
	background:#E6E6E6;
	border-radius: 50px;
	color:#002F7B;
	font-weight: bold;
	padding:0.5em 2em;
	line-height: 1.2;
	margin:0 0 0.5em 1em;
}
.lp03_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.lp03_01>ul>li{
	width:100%;
	margin:0 0 1em;
	border:#E6E6E6 4px solid;
	border-radius: 15px;
	padding:2em 1em;
	box-sizing: border-box;
}

.lp03_01list>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	padding:0 0 0.3em 0;
}

.lp03_01listlast>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	padding:0 0 0.3em 0;
	align-items: flex-end;
}

.lp03_01list>dl>dt,
.lp03_01listlast>dl>dt{
	width:24%;
	color:#002F7B;
	font-weight: bold;
}
.lp03_01listlast>dl>dt{
	padding:0 0 0.7em 0;
}
.lp03_01list>dl>dd,
.lp03_01listlast>dl>dd{
	width:76%;
	padding:0 1em;
	box-sizing: border-box;
	font-weight: bold;
}

.lp04_01title{
	margin:-5em auto 0;
}
.lp04_01mainasu{
	margin:-2em auto 0;
}
.lp04_01mainasu02{
	margin:-3em auto 0;
}

.lp05_01title{
	margin:-5em 0 0 0;
}


/*=============================
	譁ｽ蟾･莠倶ｾ九�縺雁ｮ｢讒倥�螢ｰ
=============================*/

.case01_01 .top03_03>ul>li>a{
	color:#F15A24;
	background:#FFFFFF;
	border:#F15A24 2px solid;
}
.case01_01 .top03_03>ul>li>a:hover{
	border:#FFC871 2px solid;
}
.case01_01 .top03_03_koji::before,
.case01_01 .top03_03_map::before{
	content: '';
	background: url("../img/common/icon_cms_koji.svg") no-repeat;
	background-size: contain;
	width:20px;
	height:21px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
	
}
.case01_01 .top03_03_map::before{
	content: '';
	background: url("../img/common/icon_cms_map.svg") no-repeat;
	background-size: contain;
}


.case01_01 .top03_03>ul>li>a{
	cursor: pointer;
	display: inline-block;
	width:auto;
	margin:0 1em 0 0;
	padding:0.8em 2em;
	max-width: initial;
}

.case01_01 .top03_03>ul>li{
	width:100%;
	margin:0 0 1em 0;
}

.case01_01 .top03_01>ul>li a{
	border:#E6E6E6 1px solid;
	
}


/*=========================
	譁ｽ蟾･莠倶ｾ九♀螳｢讒倥�螢ｰ
	隧ｳ邏ｰ
========================*/
.case02_01title{
	border:#E6E6E6 1px solid;
	border-radius:20px;
	padding:2em 1em;
	box-sizing: border-box;
}

.case02_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.case02_01>ul>li:nth-child(1){
	width:100%;
}

.case02_01>ul>li:nth-child(2){
	width:100%;
	padding:0;
	box-sizing: border-box;
}

.case02_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	padding:0.5em 0;
}
.case02_01>ul>li>dl>dt{
	width:25%;
	color:#F15A24;
	font-weight: bold;
	line-height: 1.4;
}
.case02_01>ul>li>dl>dd{
	width:75%;
	font-weight: bold;
	padding:0 1em;
	box-sizing: border-box;
	line-height: 1.4;
}

.case02_01fee{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: baseline;
}
.case02_01fee p:nth-child(1){
	width:25%;
}
.case02_01fee p:nth-child(2){
	width:75%;
	padding:0 1em;
	box-sizing: border-box;
}


.case02_02{
	width:100%;
	margin:0 auto;
}

.case02_02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: space-between;
}

.case02_02>ul>li{
	width:47.959183%;
	box-sizing: border-box;
}


.zoom_icon{
	position: relative;
}
.zoom_icon::after{
	content: '';
	background: url("../img/cms/icon_zoom.svg") no-repeat;
	background-size: contain;
	position: absolute;
	bottom:15px;
	right:15px;
	width:16px;
	height:16px;
}



.case02_04>ul>li{
	padding: 0.8em 0;
}
.case02_04>ul>li a{
	display: block;
	border:1px solid #E6E6E6;
	padding: 0.8em;
	border-radius: 20px;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.case02_04>ul>li a:hover{
	border:#F15A24 1px solid;
}

.case02_04>ul>li a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.case02_04>ul>li>a>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}
.case02_04>ul>li>a>dl>dt{
	width:21%;
}
.case02_04>ul>li>a>dl>dd{
	width:76%;
	margin:0 0 0 2%;
}


/*=============================
	繧､繝吶Φ繝医�縺翫＠繧峨○
=============================*/

.even01_01{
	width:100%;
	margin:0 auto;
}
.even01_01cate>ul>li{
	display: inline-block;
	padding:0 0.1em 0.1em;
}
.even01_01cate>ul>li a{
	display: inline-block;
	background:#FFFFFF;
	color:#808080;
	border:#E6E6E6 1px solid;
	padding:0.4em 1.2em;
	line-height: 1.4;
	text-decoration: none;
	border-radius: 50px;
	box-sizing: border-box;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.even01_01cate>ul>li a:hover{
	background:#808080;
	border:#666666 1px solid;
	color:#E6E6E6;
}
.even01_01>ul>li{
	padding:2em 0;
	border-bottom:#E6E6E6 1px solid;
}

.even01_01>ul>li>dl,
.even01_02>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.even01_02>dl{
	align-items: center;
}
.even01_01>ul>li>dl>dt{
	width:100%;
}
.even01_01>ul>li>dl>dd{
	width:100%;
	padding:0.5em 0 0 0;
	box-sizing: border-box;
}
.even01_02>dl>dt{
	width:25%;
}
.even01_02>dl>dd{
	width:75%;
	padding:0 1.5em;
	box-sizing: border-box;
}

/*=============================
	蝠�刀
=============================*/
.refo01_01 .top01_04>ul{
	justify-content: flex-start;
}
.refo01_01 .top01_04>ul>li{
	width:90%;
	margin:0 5% 1em;
	border:#E6E6E6 1px solid;
	background:#FFFFFF;
	border-radius: 20px;
}

.refo01_01img img{
	border-radius: 20px 20px 0 0;
}

.refo01_01meka span{
	border:#000000 1px solid;
	display: inline-block;
	padding:0.2em 1em;
}


.refo01_01 .top01_04block>dl>dt{/*414 155*/
	width:40.5%;
}
.refo01_01 .top01_04block>dl>dd{
	width:55.5%;
	margin:0 0 0 4%;
}

.line_height10px{
	line-height: 10px;
}
.line_height15px_s{
	line-height: 1;
}

.refo02_01title>h3,
.refo02_01title>p{
	display: inline;
	padding:0 1em 0 0;
	line-height: 1.6;
	vertical-align:middle;
}


/*=========================
	蝠�刀隧ｳ邏ｰ
==========================*/

.refo02_01>ul{
	display: flex;/*繝輔Ξ繝�け繝懊ャ繧ｯ繧ｹ螳｣險*/
	flex-wrap:wrap;/*謚倥ｊ霑斐＠縺ゅｊ*/
	width:100%;/*隕ｪ隕∫ｴ�縺ｯ100��*/
}
.refo02_01>ul>li:nth-child(1){
	width:100%;
}
.refo02_01>ul>li:nth-child(2){
	width:100%;
	padding:0;
	box-sizing: border-box;
}

.refo02_01imgbig{
	width:99%;
	margin:0 0.5%;
}

.refo02_01img>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.refo02_01img>ul>li{
	width:49%;
	margin:0 0.5% 1em;
}

.refo02_01time p{
	display: inline-block;
	background:#E6E6E6;
	border-radius: 50px;
	color:#002F7B;
	padding:0.2em 1.3em;
	font-weight: bold;
}


.prod02_01>ul>li{
	padding:0.5em 0;
	border-bottom:#E6E6E6 1px solid;
}
.prod02_01syohin{
	display: inline-block;
	background:#F15A24;
	color:#FFFFFF;
	font-weight: bold;
	padding:0.5em 1.3em;
	border-radius: 50px;
}
.prod02_01kojihi{
	display: inline-block;
	background:#008BBC;
	color:#FFFFFF;
	font-weight: bold;
	padding:0.5em 1.3em;
	border-radius: 50px;
}

.prod02_01teika{
	display: inline-block;
	border:1px solid #000000;
	padding:0.5em 1.3em;
	border-radius: 10px;
}

.refo02_02{
	background:#EAF3F4;
	border-radius: 15px;
	padding:1em 2em;
	margin:2em 0 0 0;
	box-sizing: border-box;
}

.refo02_02tag>ul>li{
	display: inline-block;
	padding:0.2em 1em;
	font-weight: bold;
	margin:0.2em;
	background:#002F7B;
	color:#FFFFFF;
}


/*=====================
	蜑阪∈谺｡縺ｸ
	繧ｹ繝槭�譎り誠縺｡繧九ヱ繧ｿ繝ｼ繝ｳ
======================*/
.prenex a{
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.prenex a:hover{
	color:#F07200;
}

.prenex{
	display: table;
	width:100%;
	table-layout: fixed;

}

.prev02_01{
	width:96%;
	margin:0.5em auto;
}

.next02_01{
	width:96%;
	margin:0.5em auto;
}

.prev02_01block{
	display: flex;/*繝輔Ξ繝�け繝懊ャ繧ｯ繧ｹ螳｣險*/
	flex-wrap:wrap;/*謚倥ｊ霑斐＠縺ゅｊ*/
	width:100%;/*隕ｪ隕∫ｴ�縺ｯ100��*/
	
	/*荳ｦ縺ｳ譁ｹ縺ｮ險ｭ螳�
	justify-content: space-around;/*隕ｪ隕∫ｴ�縺ｫ遨ｺ縺阪′縺ゅ▲縺溘ｉ蝮�ｭ峨↓驟咲ｽｮ縲縺薙ｌ縺後↑縺代ｌ縺ｰ蟾ｦ蟇�○*/
	/*align-content: center;隍�焚陦後�蝣ｴ蜷井ｸｭ螟ｮ縺ｫ驟咲ｽｮ*/
	align-items: center;/**/
}
.next02_01block{
	display: flex;/*繝輔Ξ繝�け繝懊ャ繧ｯ繧ｹ螳｣險*/
	flex-wrap:wrap;/*謚倥ｊ霑斐＠縺ゅｊ*/
	width:100%;/*隕ｪ隕∫ｴ�縺ｯ100��*/
	
	/*荳ｦ縺ｳ譁ｹ縺ｮ險ｭ螳�*/
	justify-content: flex-end;/*隕ｪ隕∫ｴ�縺ｫ遨ｺ縺阪′縺ゅ▲縺溘ｉ蝮�ｭ峨↓驟咲ｽｮ縲縺薙ｌ縺後↑縺代ｌ縺ｰ蟾ｦ蟇�○*/
	/*align-content: center;隍�焚陦後�蝣ｴ蜷井ｸｭ螟ｮ縺ｫ驟咲ｽｮ*/
	align-items: center;/**/
}

.prev02_01img{
	width:30%;
	margin:0;
	
}

.prev02_01text{
	width:65%;
	margin:0 0 0 5%;
}

.next02_01img{
	width:30%;
	margin:0;
	
}
.next02_01text{
	width:65%;
	margin:0 5% 0 0;
}

.next02_01img{
	order: 2; 
}
.next02_01text{
	order: 1; 
}

.prev02_01text_arrow{
	position: relative;
	padding:0 0 0 2em;
}
.prev02_01text_arrow::before{
	content: '';
	background: url(../img/icon/cms_prev.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0.5em;
	transform: translate(-50%,-50%);
	width: 20px;
	height:20px;
	
}
.next02_01text_arrow{
	position: relative;
	padding:0 2.5em 0 0;
}

.next02_01text_arrow::before{
	content: '';
	background: url(../img/icon/cms_next.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%,-50%);
	width: 20px;
	height:20px;
	
}

/*=====================
	/蜑阪∈谺｡縺ｸ
	/繧ｹ繝槭�譎り誠縺｡繧九ヱ繧ｿ繝ｼ繝ｳ
======================*/

.youtube {
	position:relative;
	padding-bottom: 60%; /* 100/讓ｪ*邵ｦ*/
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.reco01_01smn {
	width: 25%;
	padding: 0;
	margin: 0 5% 0 0;
	float: left;
	box-sizing: border-box;
}
.reco01_01text {
	width: 68%;
	padding-right: 2%;
	float: left;
}


/***  CMS縺ｮ繝輔Μ繝ｼ鬆伜沺蜃ｦ逅�  ***/
.cms_free p img { display: block; width:auto; float:none; padding:1em 0; margin:0;}
.cms_free p img.alignright { margin: 0 0 0 auto; }/* 驟咲ｽｮ菴咲ｽｮ 蜿ｳ */
.cms_free p img.alignleft { margin: 0 auto 0 0; }/* 驟咲ｽｮ菴咲ｽｮ 蟾ｦ */
.cms_free p img.aligncenter { margin: 0 auto; }/* 驟咲ｽｮ菴咲ｽｮ 荳ｭ螟ｮ */
.cms_free p img.alignnone { margin: 0 auto 0 0; }/* 驟咲ｽｮ菴咲ｽｮ 蟾ｦ */

.cms_free img { display: block; width:auto; float:none; padding:1em 0; margin:0;}
.cms_free img.alignright { margin: 0 0 0 auto; }/* 驟咲ｽｮ菴咲ｽｮ 蜿ｳ */
.cms_free img.alignleft { margin: 0 auto 0 0; }/* 驟咲ｽｮ菴咲ｽｮ 蟾ｦ */
.cms_free img.aligncenter { margin: 0 auto; }/* 驟咲ｽｮ菴咲ｽｮ 荳ｭ螟ｮ */
.cms_free img.alignnone { margin: 0 auto 0 0; }/* 驟咲ｽｮ菴咲ｽｮ 蟾ｦ */

.cms_free img { width: auto; max-width: 100%; margin:0; }/* 驟咲ｽｮ菴咲ｽｮ 蟾ｦ */

.cms_free p { padding:0.3em 0; }

.cms_free table { border: #CCCCCC solid 1px; width:100%; border-collapse: collapse; border-spacing: 0; }

.cms_free table td {
    border-right: #CCCCCC solid 1px;
    border-bottom: #CCCCCC solid 1px;
}

.cms_free table th {
    border-right: #CCCCCC solid 1px;
    border-bottom: #CCCCCC solid 1px;
    font-weight: normal;
}

/***  繝壹�繧ｸ繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ  ***/
.wp-pagenavi {
	
	font-family: -apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue,"Segoe UI", "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "Yu Gothic M", "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #777777;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
    /*
	padding: 8px 15px;
	margin: 0 2px;
    */
    padding: 0.7em 2.5%;
	margin: 0 0.5%;
    white-space: nowrap;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover{
	color: #777777;
	background-color: #FDF9D7;
	border-color: #DDDDDD;
    }
.wp-pagenavi span.current{
	color: #777777;
	background-color: #FDF9D7;
	border-color: #DDDDDD;
	font-weight: normal;
    }

.wp-pagenavi span.pages{
    display: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	color: #FFFFFF;
    font-weight: bold;
	background-color: #F07400;
	border-color: #F07400;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
    display: none;
	color: #FFFFFF;
    font-weight: bold;
	background-color: #F07400;
	border-color: #F07400;
}


/***  繧ｫ繝ｬ繝ｳ繝繝ｼ  ***/
.wp-calendar{
	margin:1.5em 0;
}

.wp-calendar table{
	width:100%;
    padding-top:0.5em;
	color:#000000;
}

.wp-calendar table th,
.wp-calendar table td{
	width:14.2857%;
	background-color:none;
    text-align:center;
}

.wp-calendar table tfoot a {
	text-decoration:underline;
}

.wp-calendar table tfoot a:hover {
	text-decoration:none;
}

.wp-calendar table tbody a {
	display:block;
	color:#000000 !important;
	background-color:#E7E7E7;
	text-decoration:none;
}

.wp-calendar table tbody a:hover {
	color:#000000 !important;
	background-color:#CCCCCC;
}
.top01_01smn,
.top01_02smn,
.top01_01smn_maru,
.top01_02smn_maru,
.top01_03smn_maru,
.top01_04smn{
	position:relative;
	padding-bottom: 43.425%; /* 100/讓ｪ*邵ｦ*/
	height: 0;
	overflow: hidden;
}

.top01_01smn{
	padding-bottom: 69.017094017%; /* 100/讓ｪ*邵ｦ*/
	background:#E6E6E6;
	border-radius: 20px;
}
.top01_02smn{
	padding-bottom: 69.017094017%; /* 100/讓ｪ*邵ｦ*/
}
.top01_03smn_maru{
	padding-bottom: 69.017094017%; /* 100/讓ｪ*邵ｦ*/
}

.top01_01smn_maru{
	padding-bottom: 100%; /* 100/讓ｪ*邵ｦ*/
}
.top01_02smn_maru{
	padding-bottom: 69.0298507462%; /* 100/讓ｪ*邵ｦ*/
}

.top01_04smn{
	padding-bottom: 123.3552%; /* 100/讓ｪ*邵ｦ*/
	background:#E6E6E6;
}


.top01_01smn span,
.top01_01smn a,
.top01_02smn span,
.top01_02smn a,
.top01_01smn_maru span,
.top01_01smn_maru a,
.top01_02smn_maru span,
.top01_02smn_maru a,
.top01_03smn_maru span,
.top01_03smn_maru a,
.top01_04smn span,
.top01_04smn a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top01_01smn img,
.top01_02smn img,
.top01_01smn_maru img,
.top01_02smn_maru img,
.top01_03smn_maru img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.top01_01smn img,
.top01_04smn img{
	object-fit: contain;
}
.top01_04smn img{
	object-position: 50% 50%;
	margin:0 auto;
}
.top01_01smn_maru img{
	border-radius: 10px;
}
.top01_02smn_maru img{
	border-radius: 15px;
}
.top01_03smn_maru img{
	border-radius: 15px;
}
.refo02_01img .top01_02smn_maru img{
	border-radius: 13px;
}

.refo01_01img .top01_02smn img{
	object-fit: contain;
}


/*=================================================================================*/
/** 768px莉･荳翫繧ｿ繝悶Ξ繝�ヨ邵ｦ縲繧ｵ繧､繧ｺ逕ｻ髱｢  **/
@media (min-width : 768px) {
	

.lp01_bg .mainasu_01{
	margin:-5em auto 0;
}
.lp01_bg .mainasu_02{
	margin:-5em auto 0;
}
	
.lp04_01mainasu02{
	margin:-4em auto 0;
}
	
.lp01_01{
	padding:3em;
}
.lp01_01title{
	width:75%;
	margin:-6em 0 1em;
}

.lp01_02>ul{
	width:93.5%;
	margin:-5.5em 0 0 6.5%;
}
.lp03_01>ul>li{
	width:47.75%;
	margin:0 1.1% 1em;
	border-radius: 30px;
	padding:1.5em;
}
	
.lp05_01title{
	margin:-20em 0 0 0;
}
	
	
/*=============================
	譁ｽ蟾･莠倶ｾ九�縺雁ｮ｢讒倥�螢ｰ
=============================*/

.case02_02{
	width:81.66666%;
	margin:0 auto;
}
	
.case02_01title{
	padding:2em;
}
.case02_01>ul>li:nth-child(1){
	width:25%;
}
.case02_01>ul>li:nth-child(2){
	width:75%;
	padding:0 1em;
	box-sizing: border-box;
}
	
.case02_01fee{
	display: inline-block;
}
.case02_01fee p:nth-child(1){
	width:auto;
}
.case02_01fee p:nth-child(2){
	width:auto;
	padding:0 0.5em;
}
/*=============================
	蝠�刀
=============================*/
.refo01_01 .top01_04>ul>li{
	width:49%;
	margin:0 0.5% 1em;
}
	
.refo02_01>ul>li:nth-child(1){
	width:50%;
}
.refo02_01>ul>li:nth-child(2){
	width:50%;
	padding:0 2em;
	box-sizing: border-box;
}

.refo02_01img>ul>li{
	width:32.3333333%;
	margin:0 0.5% 1em;
}
	
.even01_01>ul>li>dl>dt{
	width:15%;
}
.even01_01>ul>li>dl>dd{
	width:85%;
	padding:0 1em;
}
	
.even01_02>dl>dt{
	width:18%;
}
.even01_02>dl>dd{
	width:82%;
}
	
	
/*=====================
	蜑阪∈谺｡縺ｸ
	繧ｹ繝槭�譎り誠縺｡繧九ヱ繧ｿ繝ｼ繝ｳ
======================*/
.prev02_01,
.next02_01{
	display: table-cell;
	width:48%;
	padding:0 2% 0 0;
	border: none;
}
.next02_01{
	display: table-cell;
	width:48%;
	padding:0 0 0 2%;
	border: none;
}
.prev02_01text{
	width:65%;
	margin:0 2%;
}
.next02_01text{
	width:65%;
	margin:0 2%;
}
	
}

/*=================================================================================*/
/** 1140px莉･荳� padding: ;PC繧ｵ繧､繧ｺ逕ｻ髱｢ **/
@media (min-width : 1200px) {

.lp03_01>ul>li{
	padding:3em;
}
	
.lp03_01list>dl>dt,
.lp03_01listlast>dl>dt{
	width:20%;
}
.lp03_01list>dl>dd,
.lp03_01listlast>dl>dd{
	width:80%;
}
	
.refo01_01 .top01_04>ul>li{
	width:32.08333333%;
	margin:0 0.625% 1em;
}
	
.even01_01{
	width:83.33333%;
	margin:0 auto;
}
	
/***  繝壹�繧ｸ繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ  ***/
.wp-pagenavi a, .wp-pagenavi span {
	padding: 8px 15px;
	margin: 0 5px;
}
	
}
/*=================================================================================*/
/** 1140px莉･荳� padding: ;PC繧ｵ繧､繧ｺ逕ｻ髱｢ **/
@media (min-width : 1600px) {
/**** 繝｡繧､繝ｳ繧ｳ繝ｳ繝�Φ繝�****/ 

.lp01_bg .mainasu_01{
	margin:-16em auto 0;
}
	
.lp01_bg .mainasu_02{
	margin:-20em auto 0;
}
	
.lp01_01title{
	width:75%;
	margin:-9em 0 1em;
}

.lp01_02>ul{
	margin:-8.5em 0 0 6.5%;
} 

}


/*240709*/
.sp_newline{
	white-space: pre-wrap;
}
.news_prenex .next02_01block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.case02_01>ul>li>dl>dt{
	width: 27%;
}
.case02_01>ul>li>dl>dd{
	width: 73%;
}


/*241015*/
.mxw1330{
	max-width:1330px;
}
.reformlp_mv_wrap{
	margin:2em auto 0;
}
.reformlp_mv img{
	width:100%;
}
.reformlp_t_cont1,
.reformlp_t_cont2{
	max-width:1330px;
}
.reformlp_t_cont1 img,
.reformlp_t_cont2 img{
	width:100%;
}
.reformlp_t_cont1{
	margin-top:3em;
}
.reformlp_t_cont2{
	margin-bottom:10em;
}
.reformlp_w_cont2{
	margin-top:5em;
	margin-bottom:7em;
	color:#1D2087;
}
.reformlp_w_cont2 .w_cont_caption{
	font-size:160%;
	font-weight:700;
	letter-spacing:0.1em;
	text-align:center;
}
.reformlp_w_cont2 .w_cont_txt{
	margin-top:1.2em;
	font-size:110%;
	letter-spacing:0.1em;
}
.reformlp_w_cont2 .w_cont_comment{
	margin-top:1.5em;
	font-size:85%;
	letter-spacing:0.1em;
}
@media (max-width : 767px){
	.mxw1330{
		width:calc(100% - 20px);
	}
	.back_reformlp{
		background:#FFF;
	}
	.reformlp_t_cont1{
		margin-top:1em;
	}
	.reformlp_t_cont2{
		margin-bottom:5em;
		margin-top:3em;
	}
	.reformlp_w_cont2{
		margin-top:3em;
		margin-bottom:4em;
	}
	.reformlp_w_cont2 .w_cont_caption {
		font-size: 120%;
		letter-spacing: 0;
	}
	.reformlp_w_cont2 .w_cont_txt {
		font-size: 100%;
		letter-spacing: 0;
	}
	.reformlp_w_cont2 .w_cont_comment {
		margin: 1.5em 1.5em 0;
		letter-spacing: 0;
	}
}
@media (min-width : 768px){
	.mxw1330{
		width:96%;
	}
	.back_00C0ED{
		background:#00C0ED;
	}
	#main.page_bg.reformlp_bg{
		background:#00C0ED;
	}
	#reformlp_sub,
	.back_reformlp{
		background:#DFF2F7;
	}
	#reformlp_main.reformlp_toilet{
		margin-bottom:14em;
	}
	.reformlp_back .pan,
	.reformlp_back .pan a,
	.reformlp_back .pan p{
		color:#fff;
	}
}