/* LP style */
.page-head {
	margin: 0;
	.page_title{
		margin: 0 0;
	}
}

.head_tel{
	background: #f7931e;
}
.Contents_Tit{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin-bottom: 2em;
}
.Contents_Tit > div{
	background-repeat: no-repeat;
	background-size: cover;
 	background-position: center;
 	height: 200px;
 	margin: 0;	
	background-image: url('../images/lp/mainvis@2x.png');	
}
.Contents_Tit h1{
	text-align: center;
	position: relative;
	top: 30%;
	left: 0;
	right: 0;
	color: #fff;
	font-weight: 700;
	z-index: +2;
	font-size: 1.3rem;
	line-height: 1.8;
	display: block;
	text-shadow: 0 2px 1px #c50c59;
}
.mainTopics{
	margin-top: 1em;
	padding: 1em;
}
.tit_bg{
	width: 100%;
	min-height: 65px;
	font-size: 1em;
	background: url(../images/lp/tit01_bg.png) no-repeat 0 0;
	background-size: 100%;
	position: relative;
	padding-top: 3%;
}
.tit_bg span{ padding-left: 100px; font-weight: 700; color: #df0749;}
.cont_flex p{text-align: left;}
.cont_flex p.top-img{
	text-align: center;
	max-width: 180px;
	margin: 1em auto;
}
.planInfo{
	position: relative;
}
.tit_bg_line{
	position: relative;
	padding: 1em 0;
	font-size: 1em;
}
.tit_bg_line::before{
	content: url(../images/lp/sL_line.png);
	display: block;
	text-align: left;
}
.tit_bg_line.Rline::before{
	content: url(../images/lp/sR_line.png);
	text-align: right;
}
.tit_bg_line span{
	font-weight: 700;
	font-size: 1.1em;
	padding: 0 .5em;
	color: #df0749;
}
.tit_bg_line.Rline span{ border-bottom: 2px solid #111; }
.tit_bg_line.Rline span i{ font-size: 1.3em;margin-right: .4em;}
.planList{
	padding: 0 .75em;
}
.colm{ width: 100%; background: #fab1a0; padding: .5em 0; font-weight: 700; text-align: center;}
.planList div:nth-child(2){padding:.5em; border-left: 1px solid #dfe6e9;border-right: 1px solid #dfe6e9;}
.planList div:nth-child(2) p{ text-align: left; padding:.5em 0;}
.planList div:nth-child(2) p i{ color: #df0749; font-size: 1.3em; margin-right: 3px; }
.planList div:nth-child(2):last-child{border-bottom: 1px solid #dfe6e9;}
.planList p.effect{ font-weight: 700; font-size: 1.14em;}
.planList p.effect i{ margin-right: 3px; }
.planInfo .other_msg{ padding: 1em; text-align: left; }
.power {margin-bottom: 1em;}
.power p { width: 90%; margin: 0 auto;}
.planList p a{ color: #df0749; text-decoration: underline; }
.bt_contact{
	text-align: center;
}
.bt_contact a{ 
	padding: .5em 1.5em;
	background: #f7931e;
	color: #fff;
	font-weight: 700;
	font-size: 1.25em;
	display: inline-block;
	border-radius: 4px;
	border-bottom: solid 4px #d35400;
}
.bt_contact a::before{
	content: '\f0e0';
	display: inline-block;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	padding-right: .75em;
}
.bt_contact a:active{
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;/
}
.btn_center{
	text-align: center;
	margin: 3em auto;
}
.bt_ddlink{
	padding: .5em 1em;
	background: #3498db;
	color: #fff;
	font-weight: 700;
	font-size: 1.1em;
	display: inline-block;
	border-radius: 4px;
}
.bt_ddlink{ margin-bottom: 1em; }
.bt_ddlink:hover{ 
	color: #fff;
	background: #f1c40f;
}
.co__Info{
	padding: 1.5em .75em;
}
.co__Info p{
	text-align: left;
}
.co__Info h4{
	font-weight: 600;
	font-size: 1.24em;
	margin-bottom: .75em;
}
.inner_box{
	padding: 1em;
	border: 1px solid #a4b0be;
}
.inner_box p{ padding: .2em 0; font-size: 1em;}
.inner_box p.tellink{ font-weight: 400; font-size: 2em;}
.tellink a{
	font-size: 1em;
	font-weight: 400;
	color: #111;	
}
.tellink span{ color: #ee0022;}
.info_email{
	margin-top: 1em;
	font-weight: 500;
	font-size: 1.15em;
}
.email a{ color:#0984e3;}

.btn_mailform{
	margin-top: 2em;
}
.btn_mailform a{
	text-align: center;
	border-radius: 10vh;
	background-color: #f7931e;
	color: #fff;
	font-weight: 700;
	padding: 0.75em 1.1em;
}


/*--481px以上(タブレット縦 /スマートフォン横)-----------------------------------------------*/
@media screen and (min-width: 481px){
	.contents__body section{
		max-width: 1000px;
		margin: 0 auto 50px;
	}
	.Contents_Tit > div{
		height: 300px;
	}
	.Contents_Tit h1{ font-size: 2rem; top: 35%; }
	.tit_bg{ max-width: 520px; height:95px;}
	.cont_flex{
		display: flex;
		justify-content: space-between;
		align-items: start;
		padding: 0 1em;
	}
	.cont_flex p{ width: 70%; }
	.cont_flex p.top-img{ margin: 0; }
}


/*--769px以上(デスクトップ/タブレット横)-----------------------------------------------*/
@media screen and (min-width: 769px) {
	.mainTopics{ position: relative; }
	.mainTopics p.top-img{ position: absolute; top: 10%; right: 0; }
	.planList li{
		display: flex;
		justify-content: center;
	}
	.pcNone{ display: none; }
	.tit_bg span,.tit_bg_line span{ font-size: 1.5em; }
	.planList li div{ width: 100%; }
	.planList li div.colm{ width: 200px; align-items: center; padding-top: .75em; }
	.planList div:nth-child(2),.planList div:nth-child(2):last-child{ border: none; }
	.planList div:nth-child(2){ padding: .5em .75em; }
	.planList li{ border: 1px solid #dfe6e9; border-bottom: 0;}
	.planList li:last-child{ border-bottom: 1px solid #dfe6e9;}

	.bt_contact a.popup{
		position: fixed;
		right: 10px;
		bottom: 10px;
		opacity: 0;
  		transition: all 0.65s;		
	}
	.bt_contact a.popup.isActive{
		opacity: 1;
		transition: all 0.65s;
		z-index: 10;
	}
	.co__Info{
		width: 600px;
		margin: 0 auto;
		padding: 2em 0;
	}
	.co__Info p{text-align: center;}	
}