@charset "UTF-8";
/*-----------------------------------
h1_title
----------------------------------*/
.head_title img {
  width: 60%;
  max-width: 480px;
  margin-bottom: 10px;
}
/*-----------------------------------
commute_subnav
----------------------------------*/
.commute_subnav {
	margin-bottom: 10px;
}
.commute_subnav ul{
	justify-content:center;
}
.commute_subnav ul li:nth-child(1) a{
	background: #15b3a5;
}
.commute_subnav ul li:nth-child(1) a:hover{
	background: #139b8f;
}
.commute_subnav ul li:nth-child(2) a{
	background: #f49292;
}
.commute_subnav ul li:nth-child(2) a:hover{
	background: #139b8f;
}
.commute_subnav ul .common_btn:after {
	 transform: rotate(90deg);
}
.commute_subnav ul .common_btn{
	margin-top: 20px;
}
/*-----------------------------------
tsuukin
----------------------------------*/
#tsuukin .pointbox li .point_text::before {
  content: "";
  display: none;
}
#tsuukin .ribbon{
	z-index: 1;
}
#tsuukin .benefits .box {
  padding-top: 40px;
}
/*-----------------------------------
zaitaku
----------------------------------*/
#zaitaku .bkbox dl dt{
	background: #eb5151;
	padding: 3px 2.5%;
}
#zaitaku .bkbox dl dd{
	padding: 10px 2.5% 15px;
}
#zaitaku .detail .bk_txt {
  padding-top: 20px;
}
