@charset "UTF-8";


.serviceblock{
	width: 100%;
	clear: both;
	margin-bottom: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content:  space-between;
}
.serviceblock div{
	width: 40%;
	padding: 1rem 4%;
	width: 40%;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.serviceblock div h4{width:  100%;line-height: 1.4em;font-size: 1.6rem;}
.serviceblock div h4 span{
	float:right;
}

h4.detail-item{
	margin: 0 0 1.6rem 0;
	padding: 0 0 .8rem .4rem;
	border-bottom: 1px solid #333;
}
ul.point{
    margin-bottom: 1.4rem;
}
ul.point li{}

.detail-box01{}
.detail-box01 ul{
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 1.8rem;
}
.detail-box01 ul li{
    margin-bottom: 1.6rem;
}
.detail-box02{}
.detail-box02 ul{
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 1.8rem;
}
.detail-box02 ul li{}
.detail-box02 ul.ank li{
	width: 49%;
}
.detail-box02 ul li{
    /* width: 100%; */
}
.detail-box02 h4{
	margin-bottom: 3.6rem;
}
.detail-box03{}
.detail-box03 ul{
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 1.8rem;
}
.detail-box03 ul li{}

#plan-a,
#plan-b,
#plan-c{
	margin-top: -140px;
	padding-top: 140px;
}

.detail-box02 h3 span{
	display: inline-block;
}

.two_plan{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.heijitu_gentei{
    border: solid 1px #ccc;
    padding: 1.6rem;
    margin-bottom: 4rem;
		display: flex;
		flex-wrap: wrap;
		width: 58%;
		box-sizing: border-box;
}
.heijitu_gentei_text{
	width: calc(100% - 150px);
}
.heijitu_gentei_img{
	width: 150px;
	display: flex;
	align-items: center;
}
.heijitu_gentei_img img{
	width: 90%;
	margin-left: 10%;
}
.heijitu_gentei h3{
    margin-bottom: .8rem;
    text-decoration: underline;
		color: #506482;
		font-size: 1.8rem;
}
.heijitu_gentei h4{
    margin-bottom: 1.6rem;
    color: #910a2d;
		font-size: 1.6rem;
}
.heijitu_gentei p{
    margin-bottom: 1.4rem;
}
.heijitu_gentei p.kome{
		font-size: .8em;
}

.all_plan{
    border: solid 1px #ccc;
    padding: 1.6rem;
    margin-bottom: 4rem;
		display: flex;
		flex-wrap: wrap;
		width: 40%;
		box-sizing: border-box;
}
.all_plan_text{
	width: calc(100% - 150px);
}
.all_plan_img{
	width: 150px;
	display: flex;
	align-items: center;
}
.all_plan_img img{
	width: 90%;
	margin-left: 10%;
}
.all_plan h3{
    margin-bottom: .8rem;
    text-decoration: underline;
		color: #506482;
		font-size: 1.8rem;
}
.all_plan h4{
    margin-bottom: 1.6rem;
    color: #910a2d;
		font-size: 1.6rem;
}
.all_plan p{
    margin-bottom: 1.4rem;
}

.kakaku2 .kakaku-in p{
	width: 68%;
}
.kakaku2 .kakaku-in p span{
}
.kakaku2 .kakaku-in p .kakaku_moto{
	width: 16em;
	display: block;
	float: left;
	margin-top: 0.8rem;
}
.kakaku2 .kakaku-in p .kakaku_tujo{
	/* width: 100%; */
	display: block;
	padding-left: 1em;
	float: right;
}
.kakaku2 .kakaku-in p .kakaku_heijitu{
	/*width: 100%; */
	display: block;
	padding-left: 1em;
	color: #506482;
	float: right;
	clear: both;
}
.kakaku2 .kakaku-in p span .pack_box{
	width: 15em;
	display: inline-block;
	text-align: right;
}

@media screen and (max-width: 640px) {
.serviceblock div{
	width: 92%;
	padding: 20px 4%;
	border-top: none;
	border-bottom: 1px solid #666;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.serviceblock div h4{width:  100%;line-height: 1.4em;font-size: 1.2rem;}
.serviceblock div h4 span{
	float:right;
}

.detail-box02 ul li{
	margin-bottom:2%;
}
.detail-box02 ul{
	width:100%;
	margin:auto;
}
.detail-box02 ul li{
	width:49%;
	margin-bottom:2%;
}

.detail-box02 h4{
	margin-bottom: 3.6rem;
}

.heijitu_gentei{
		width: 100%;
		margin-bottom: 1.6rem;
}
.heijitu_gentei h3{
}
.heijitu_gentei h4{
	margin-bottom:.8rem;
	font-size: 1.4rem;
}
.heijitu_gentei p{
	font-size: 1.2rem;
}
.heijitu_gentei_text{
	width: 100%;
}
.heijitu_gentei_img{
	width: 100%;
	text-align: center;
}
.heijitu_gentei_img img{
	width: 60%;
	margin: 1.6rem auto 0;
}

.all_plan{
	width: 100%;
}
.all_plan_text{
	width: 100%;
}
.all_plan_img{
	width: 100%;
	text-align: center;
}
.all_plan_img img{
	width: 60%;
	margin: 1.6rem auto 0;
}
.all_plan h3{
}
.all_plan h4{
	margin-bottom:.8rem;
	font-size: 1.4rem;
}
.all_plan p{
	font-size: 1.2rem;
}

.kakaku2 .kakaku-in p{
	width: 100%;
}
.kakaku2 .kakaku-in p span{
	clear: both;
}
.kakaku2 .kakaku-in p .kakaku_moto{
	margin-bottom: .8rem;
}
.kakaku2 .kakaku-in p .kakaku_tujo{
	display: block;
	width: 100%;
	float: none;
	padding-left: 0;
}
.kakaku2 .kakaku-in p .kakaku_heijitu{
	display: block;
	margin-top: .8rem;
	width: 100%;
	float: none;
	padding-left: 0;
	line-height: 1.8rem;
}
.kakaku2 .kakaku-in p span em{
	display: inline-block;
	float: right;
	margin-left: 0;
	line-height: 1.8rem;
}
}