@charset "UTF-8";



/*メインイメージ
---------------------------------------------------------*/
.lp_m_img h2 {
	background: url("../images/lp/butsubutsu/m_img_bg@2x.jpg") repeat-y center center;
	background-size: contain;
	height: 1600px;
}
.lp_m_point {
	top: 650px;	/* ページ毎に位置 */
}
.lp_m_img .m_bnr {
	width: 90%;
	max-width: 1100px;
	margin: 20px auto 0;
	text-align: center;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
}
.lp_m_img .m_toriho {
	width: 80%;
	max-width: 1000px;
	box-sizing: border-box;
	padding: 0 5%;
	margin: 20px auto 0;
	text-align: center;
	background: url("../images/lp/butsubutsu/bnr_toriho_bg@2x.png") no-repeat center center;
	background-size: 100% 100%;
}

/* 微調整 (1500px以下)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1450px) {
.lp_m_img h2 {
	height: 110vw;
}
.lp_m_point {
	top: 43vw;	/* ページ毎に位置 */
}
.lp_m_img .m_bnr,
.lp_m_img .m_toriho {
	margin-top: 2%;
}
}

/* 微調整 (1300px以下)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
.lp_m_img h2 {
	height: 113vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.lp_m_img h2 {
	background-image: url("../images/lp/butsubutsu/m_img_bg_sp.jpg");
	height: 270vw;
}
.lp_m_img {
	padding-bottom: 5%;
}
.lp_m_point {
	bottom: 19% !important;
}
.lp_m_img .m_bnr {
	width: 100%;
	margin-top: 2%;
}
.lp_m_img .m_toriho {
	width: 100%;
	padding: 0 2.5%;
	margin-top: 2%;
}
}



/*こんなお悩みありませんか
---------------------------------------------------------*/
.lp_nayami .arw_txt dt {
	width: 80%;
	margin: 30px auto 10px;
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.lp_nayami .arw_txt dt {
	margin: 3% auto;
}
}




/*共通化しない
---------------------------------------------------------*/
.flt_box{
	overflow: hidden;
}
.flt_box .img_l {
	text-align: center;
	float: left;
	margin-right: 5%;
	width:41%;
	max-width: 450px;
}
.flt_box .img_r {
	text-align: center;
	float: right;
	margin-left: 5%;
	width:41%;
	max-width: 450px;
}
.flt_box .txt_l{
	width: 54%;
	float: left;
	font-size: 100%;
}
.flt_box .txt_r{
	float: right;
	width: 54%;
	font-size: 100%;
}
.style1 dt {
	font-size: 185%;
	letter-spacing: .02em;
	line-height: 1.6em;
	margin-bottom: 30px;
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* スタイル */
.flt_box .img_l {
	margin:0 4% 2% 0;
	width:40%;
}
.flt_box .img_r {
	margin:0 0 2% 4%;
	width:40%;
}
.flt_box .txt_l,.flt_box .txt_r{
	width: 100%;
	float: none;
}
.flt_box_bdr{
	padding-bottom:40px;
	margin-bottom: 40px;
}	
.style1 dt {
	font-size: 150%;
	margin-bottom: 15px;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {	
/* スタイル */
.flt_box .img_l {
	float: none;
	margin:0 auto 5% auto;
	width:70%;
}
.flt_box .img_r {
	float: none;
	margin:0 auto 5% auto;
	width:70%;
}
.flt_box .txt_l{
	width: 100%;
	float: none;
	letter-spacing: normal;
	line-height: 1.8em;
}
.flt_box .txt_r{
	width: 100%;
	float: none;
	letter-spacing: normal;
	line-height: 1.8em;
}
.flt_box_bdr{
	padding-bottom:8%;
	margin-bottom: 8%;
}	
.style1 dt {
	font-size: 140%;
	line-height: 1.5em;
	margin-bottom:3%;
}
}



/*box2
---------------------------------------------------------*/
.box2{
padding: 85px 0 0;
}
.box2 .flt_box{
padding-bottom: 70px;
}
.box2 .flt_box .style1 dt {
	font-size: 185%;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
	padding-left: 80px;
	background: url(../images/lp/butsubutsu/genin01_2.svg) no-repeat left top;
	background-size: 69px 46px;
}
.box2 .flt_box:nth-of-type(1) .style1 dt {
	line-height: 1em;
}
.box2 .flt_box:nth-of-type(2) .style1 dt {
	background-image: url(../images/lp/butsubutsu/genin02_2.svg);
}
.box2 .flt_box:nth-of-type(3) .style1 dt {
	background-image: url(../images/lp/butsubutsu/genin03_2.svg);
}
.flt_box .txt_r{
	float: right;
	width: 54%;
	font-size: 100%;
}
.box2 .flt_box .img_l {
    width: 30%;
    max-width: 350px;
}
.box2 .flt_box .txt_r {
    width: 65%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2{
padding: 65px 0 0;
}
.box2 .flt_box{
padding-bottom: 40px;
}
.box2 .flt_box .style1 dt {
	font-size: 165%;
}
.box2 .flt_box .img_l {
    width: 35%;
}
.box2 .flt_box .txt_r {
    width: 60%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2{
padding: 10% 0 0;
}
.box2 .flt_box{
padding-bottom: 5%;
}
.box2 .flt_box:first-of-type{
padding-bottom: 10%;
}
.box2 .flt_box .style1 dt {
	font-size: 145%;
	padding-bottom: 15px;
	margin-bottom: 5%;
	border-bottom: 1px solid #fff;
	padding-left: 3em;
	background-size: 2.8em 1.5em;
}
.box2 .flt_box .img_l{
	float: none;
	width: 70%;
}
.box2 .flt_box .txt_r{
	float: none;
	width: 100%;
}
}



/*box2
---------------------------------------------------------*/

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.lp_price_box table tbody th {
	width: 25% !important;
}
.lp_price_box table td.type {
	width: 19% !important;
		
}
.lp_price_box table td.price {
	width: 28% !important;
}
}