@charset "utf-8";

/* -------------------------------------------------- */
/* buy*/
/* -------------------------------------------------- */

.section_buy img {
  width: 100%;
}

/* search_block */

.search_block {
  background: #36abd6;
  padding: 60px 2.5vw;
}

.search_block .menu_box {
  margin-top: 20px;
}

.search_block .menu_box li {
	width: 23.5%;
	height: 250px;
	background: #FFF;
	border-radius: 10px;
	margin-right: calc(2% - 4px);
	display: inline-block;
	vertical-align: top;
}

.search_block .menu_box li:last-child {
	margin-right: 0;
}

.search_block .menu_box a {
	text-align: center;
	font-size: 1.8rem;
	color: #0176c6;
	font-weight: 600;
	padding-top: 194px;
	display: block;
	position: relative;
}

.search_block .menu_box a:hover {
  opacity: 1;
}

.search_block .menu_box .illust {
	width: 50%;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%,-50%);
  transition: .3s;
}

.search_block .menu_box a:hover .illust {
	width: 54%;
}

.search_block .menu_box .illust img {
	width: 100%;
	max-width: 134px;
}

.search_block .map_wrap {
	width: 100%;
	height: 520px;
  background: #FFF url(../../img/top/bg_map.png) top center no-repeat;
	background-size: auto 100%;
  border-radius: 10px;
  position: relative
}

.search_block .phrase {
  position: absolute;
  top: 25px;
  left: 25px;
}

.search_block .phrase .illust {
  width: 90px;
  height: 90px;
  background: #e6effa;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.search_block .phrase .illust img {
  width: 70px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.search_block .phrase .txt {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #0176c6;
  background: #FFF;
  color: #0176c6;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 10px 20px;
  line-height: 1.6;
  border-radius: 6px;
  position: relative;
  margin-left: 20px;
}

.search_block .phrase .txt::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 18px;
  background: url(../../img/common/arrow_phrase01.png) top center no-repeat;
  background-size: 100% auto;
}

.search_block .map_box {
	width: 508px;
	height: 520px;
  margin: 0 auto;
	position: relative;
}

.search_block .map_box .btn {
	width: 120px;
	position: absolute;
}

.search_block .map_box .btn.chuo {
	top: 35%;
	left: 35%;
}

.search_block .map_box .btn.hakata {
	top: 40%;
	left: 68%;
}

.search_block .map_box .btn.minami {
	top: 65%;
	left: 56%;
}

.search_block .map_box .btn.higashi {
	top: 18%;
	left: 62%;
}

.search_block .map_box .btn.nishi {
	top: 48%;
	left: 4%;
}

.search_block .map_box .btn.jonan {
	top: 55%;
	left: 30%;
}

.search_block .map_box .btn.sawara {
	top: 78%;
	left: 30%;
}

.search_block .map_box .btn.kasuga {
	top: 53%;
	left: 72%;
}

.search_block .map_box .btn.onojo {
	top: 76%;
	left: 72%;
}

.search_block .map_box .btn.other {
	bottom: 4%;
	left: 4%;
}

.search_block .map_box .btn a {
	display: block;
	line-height: 44px;
	background: #FFF;
	border: 2px solid #121212;
	border-radius: 6px;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	box-shadow: 4px 4px 0px 0 rgba(255,240,0,.6);
}

.search_block .map_box .btn a:hover {
	opacity: 1;
	box-shadow: none;
  transform: translate(4px,4px);
}

@media screen and (max-width: 767px) {

	.search_block .menu_box {
		width: 100%;
		margin-bottom: 4%;
	}

	.search_block .menu_box li {
		width: 23.5%;
		height: auto;
		border-radius: 10px;
		margin-right: .9%;
	}

	.search_block .menu_box li:nth-child(1),
	.search_block .menu_box li:nth-child(2) {
		margin-bottom: 0;
	}

	.search_block .menu_box li:last-child {
		margin-right: 0;
	}

	.search_block .menu_box a {
		font-size: 1.2rem;
		padding-top: 60px;
		padding-bottom: 10px;
		line-height: 1.0;
	}

	.search_block .menu_box .illust {
		width: 50%;
		top: 38%;
	}

	.search_block .menu_box .illust img {
		width: 100%;
	}

	.search_block .map_box {
		width: 100%;
		height: 0;
		padding-bottom: 102%;
		display: block;
	}

	.search_block .map_box .btn {
		width: 80px;
	}

	.search_block .map_box .btn a {
		line-height: 30px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 767px) {


}

/* recommend */

.section_recommend {
  padding: 90px 2.5vw 0;
}

.section_recommend .title_box {
	margin-bottom: 34px;
}

.section_recommend .title_box h2 {
	padding-left: 120px;
	font-size: 2.6rem;
	color: #0176c6;
	font-weight: 600;
	position: relative;
}

.section_recommend .title_box h2::before {
	content: "";
	background: url(../../img/top/illust_openhouse.png) top center no-repeat;
	background-size: 100% auto;
	position: absolute;
	width: 112px;
	height: 110px;
	bottom: -18px;
	left: -10px;
}

.section_recommend .list_box .box_rec {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-right: calc(2% - 4px);
  margin-bottom: 20px;
}

.section_recommend .list_box .box_rec:nth-child(2n) {
  margin-right: 0;
}

.section_recommend .list_box .box_rec a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #FFF;
  padding: 20px;
  position: relative;
}

.section_recommend .list_box .box_rec.new a::before {
	content: "NEW";
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: #1cb07d;
	text-align: center;
	line-height: 46px;
	color: #FFF;
	font-weight: 500;
	font-size: 1.3rem;
	position: absolute;
	top: 30px;
	left: 30px;
}

.section_recommend .list_box .ph {
  /* height: 0;
  padding-bottom: 100%; */
  overflow: hidden;
}

.section_recommend .list_box .info_box {
  padding-top: 16px;
}

.section_recommend .list_box .tit {
  font-size: 1.6rem;
  font-weight: 600;
  height: 50px;
  overflow: hidden;
  line-height: 1.6;
  margin: 10px 0;
}

.section_recommend .detail {
  background: #fbfbfb;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
}

.section_recommend .detail .box {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 46%;
  margin: 1.5%;
}

.section_recommend .detail .stit {
  border-bottom: 1px solid #121212;
  margin-bottom: 4px;
  font-size: 1.3rem;
}

.section_recommend .detail .txt {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {

}


/* flow */

.flow_block {
  padding: 40px 2.5vw 0;
}

.title_box02 {
	margin: 0 0 40px;
	border-bottom: 2px solid #0176c6;
	position: relative;
	padding-bottom: 18px;
}

.title_box02 h3 {
	line-height: 1.0;
	font-size: 2.6rem;
	color: #0176c6;
	font-weight: 600;
}

.title_box02 h3 small {
	font-size: 1.5rem;
	font-weight: 300;
  padding-left: 30px;
}

.box_cmn {
  border: 2px solid #0176c6;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
}

.box_cmn.box02 {
  margin-top: 40px;
}

.box_cmn h4 {
  background: #0176c6;
  padding: 18px 30px;
  color: #FFF;
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: 600;
}

.box_cmn h4 small {
  font-size: 1.4rem;
  font-weight: 300;
  padding-left: 20px;
  vertical-align: middle;
  display: inline-block;
}

.box_cmn .inner {
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.box_cmn .check_box li {
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 32px;
  background: url(../../img/common/icon_check.png) 0 3px no-repeat;
  background-size: 22px auto;
  margin-bottom: 10px;
}

.box_cmn .check_box li .txt {
  font-size: 1.3rem;
  font-weight: 300;
}

.box_cmn .inner .phrase {
  position: absolute;
  bottom: -3px;
  right: 5%;
}

.box_cmn .inner .phrase .txt {
  border: 2px solid #0176c6;
  background: #FFF;
  color: #0176c6;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 10px 20px;
  line-height: 1.6;
  border-radius: 6px;
  position: relative;
  margin-left: 20px;
  margin-bottom: 10px;
}

.box_cmn .inner .phrase .txt::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: -15px;
  width: 21px;
  height: 15px;
  background: url(../../img/common/arrow_phrase02.png) top center no-repeat;
  background-size: 100% auto;
}

.box_cmn .inner .phrase .illust {
  width: 182px;
  float: right;
}

.box_cmn .step_box {
  background: url(../../img/common/line.png) 34px 0 repeat-y;
  background-size: 6px auto;
  padding-bottom: 2px;
}

.box_cmn .step_box .box {
  margin-bottom: 40px;
}

.box_cmn .step_box .icon {
  width: 75px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.box_cmn .step_box .info_box {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 100px);
}

.box_cmn .step_box .tit {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.box_cmn .step_box .tit .num {
  font-size: 1.4rem;
  font-weight: 600;
  background: #36abd6;
  color: #FFF;
  border-radius: 20px;
  line-height: 28px;
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}

.box_cmn .building {
  width: 102px;
}

.box_cmn .inner .phrase02 .txt {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-top: 20px;
}

.box_cmn .inner .phrase02 .illust {
  width: 114px;
  display: inline-block;
  vertical-align: top;
}



@media screen and (max-width: 767px) {

}



/* -------------------------------------------------- */
/* sell*/
/* -------------------------------------------------- */

.section_sell img {
  width: 100%;
}

.lead_block {
  margin-bottom: 80px;
}

.lead_block h3 {
  margin-bottom: 30px;
  color: #0176c6;
  border-left: 4px solid #0176c6;
  padding-left: 24px;
  line-height: 1.6;
  font-size: 2.2rem;
  font-weight: 600;
}

.lead_block .ph {
  margin-top: 30px;
}


.howto_block {
  margin-bottom: 80px;
}

.howto_block .nav_box {
  margin: 80px 0 90px;
}

.howto_block .nav_box .box {
  width: 32%;
  margin-right: 2%;
  float: left;
  text-align: center;
  border: 2px solid #0176c6;
  border-radius: 6px;
  background: #FFF;
}

.howto_block .nav_box .box:last-child {
  margin-right: 0;
}

.howto_block .nav_box .box a {
  display: block;
  position: relative;
  padding: 65px 0 25px;
  font-weight: 600;
  line-height: 1.0;
}

.howto_block .nav_box .box a:hover {
  opacity: 1;
}

.howto_block .nav_box .box .arrow {
	position: absolute;
	bottom: -9px;
	left: 50%;
  margin-left: -8px;
	width: 17px;
	height: 17px;
	border-radius: 10px;
	background: #0176c6;
  transition: .3s;
}

.howto_block .nav_box .box a:hover .arrow {
	bottom: -13px;
}

.howto_block .nav_box .box a::after {
	position: absolute;
	bottom: -2px;
	left: 50%;
  margin-left: -2px;
	display: block;
	width: 4px;
	height: 4px;
	content: " ";
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	border-top: 1px #FFF solid;
	border-left: 1px #FFF solid;
  transition: .3s;
}

.howto_block .nav_box .box a:hover::after {
	bottom: -6px;
}

.howto_block .nav_box .box .illust {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 105px;
}

.howto_block .nav_box .box:nth-child(2) .illust {
  width: 110px;
}

.howto_block .nav_box .box:nth-child(3) .illust {
  width: 100px;
}

.howto_block .nav_box .box .stit {
  font-size: 1.5rem;
  color: #0176c6;
  margin-bottom: 8px;
}

.howto_block .nav_box .box .tit {
  font-size: 2.4rem;
}


.howto_box {
  background: #FFF;
  border-radius: 6px;
  padding: 90px 60px 60px;
  position: relative;
  margin-bottom: 90px;
}

#howto03 {
  margin-bottom: 0;
}

.howto_box .illust_head {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 135px;
}

#howto02 .illust_head {
  width: 144px;
}

#howto03 .illust_head {
  width: 126px;
}

.howto_box .title_box {
  text-align: center;
  margin-bottom: 40px;
}

.howto_box .title_box .stit {
  color: #0176c6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.0;
}

.howto_box .title_box .tit {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 12px 0 20px;
  line-height: 1.0;
}

.howto_box .question_box {
  background: #fffccc;
  border-radius: 6px;
  padding: 30px;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.howto_box .question_box .tit_q {
  font-size: 2.2rem;
  font-weight: 600;
  position: relative;
  padding-left: 65px;
  margin-bottom: 20px;
}

.howto_box .question_box .tit_q::before {
  content: "?";
  position: absolute;
  top: -10px;
  left: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff000;
  font-size: 3.2rem;
  text-align: center;
  line-height: 52px;
}

.howto_box .merit_box {
  background: #d7eef7;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

.howto_box .merit_box.case {
  width: 100%;
  display: block;
}

.howto_box .merit_box.demerit {
  margin-left: calc(4% - 5px);
  padding-bottom: 35px;
}

.howto_box .merit_box.demerit {
  background: #f0dde6;
}

.howto_box .merit_box .title {
  background: #36abd6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 50px;
  padding: 0 20px;
  color: #FFF;
}

.howto_box .merit_box.demerit .title {
  background: #de83ae;
}

.howto_box .merit_box .check_box {
  padding: 20px 25px;
}

.howto_box .merit_box .check_box li {
  font-weight: 600;
  padding-left: 32px;
  background: url(../../img/sell/icon_check_merit.png) 0 1px no-repeat;
  background-size: 22px auto;
  margin-bottom: 10px;
}

.howto_box .merit_box.demerit .check_box li {
  background-image: url(../../img/sell/icon_check_demerit.png);
}

.howto_box .merit_box .phrase {
  position: absolute;
  right: 10px;
  bottom: 0;
  text-align: right;
}


.howto_box .merit_box .phrase .txt {
  background: #FFF;
  color: #0176c6;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 25px;
  padding: 10px;
  line-height: 1.6;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 60px);
  text-align: left;
  margin-right: 5px;
}

.howto_box .merit_box.case .phrase .txt {
  margin-top: 5px;
}

.howto_box .merit_box .phrase .txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  display: block;
  width: 0;
  height: 0;
  margin-left: -5px;
  border: 5px solid transparent;
  border-left: 10px solid #FFF;
}

.howto_box .merit_box .phrase .illust {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}

.howto_box .value_box {
  margin-top: 60px;
  background: #FFF;
  border: 2px solid #0176c6;
  border-radius: 6px;
  position: relative;
  padding: 40px 20px 20px 180px;
}

.howto_box .value_box .staff {
  position: absolute;
  left: 25px;
  bottom: 0;
  width: 120px;
}

.howto_box .value_box .title {
  position: absolute;
  left: 160px;
  top: -25px;
  border-radius: 30px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFF;
  background: #0176c6;
  text-align: center;
}

.howto_box .value_box .title::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: -10px;
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right: 16px solid #0176c6;
  transform: rotate(-24deg);
}

@media screen and (max-width: 767px) {


}

/* flow_block */

.section_sell .flow_block {
  padding: 0;
}

.section_sell .box_cmn .check_box li:nth-child(3),
.section_sell .box_cmn .check_box li:nth-child(4) {
  width: calc(100% - 240px);
}

.section_sell .box_cmn .inner .phrase01 .illust {
  width: 114px;
  margin-right: -20px;
}

@media screen and (max-width: 767px) {

}


/* point_block */
.point_block {
  margin-top: 60px;
}

.point_block .box {
  margin-bottom: 60px;
}

.point_block .box:last-child {
  margin-bottom: 0;
}

.point_block .box .tit {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 22px;
}

.point_block .box .tit .num {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  background: #36abd6;
  color: #FFF;
  padding: 0 20px;
  font-size: 1.4rem;
  border-radius: 20px;
  margin-right: 15px;
  margin-top: -3px;
}

.point_block .box .info_box {
  display: inline-block;
  vertical-align: top;
  width: 58%;
  margin-right: calc(2% - 5px);
}

.point_block .box:nth-child(2) .info_box {
  display: block;
  width: 100%;
  margin-right: 0;
}

.point_block .phrase {
  margin-top: 20px;
}

.point_block .phrase .illust {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: #FFF;
  display: inline-block;
  vertical-align: middle;
}

.point_block .phrase .illust img {
  position: absolute;
  width: 66px;
  top: 10px;
  left: 52%;
  transform: translateX(-50%);
}

.point_block .phrase .txt {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #0176c6;
  background: #FFF;
  color: #0176c6;
  font-weight: 600;
  padding: 10px 20px;
  line-height: 1.6;
  border-radius: 6px;
  position: relative;
  margin-left: 20px;
}

.point_block .phrase .txt::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 18px;
  background: url(../../img/common/arrow_phrase01.png) top center no-repeat;
  background-size: 100% auto;
}

.point_block .box .ph {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  border: 2px solid #121212;
  border-radius: 10px;
  overflow: hidden;
}

.point_block .box .photo_box {
  margin-top: 40px;
}

.point_block .box .photo_box .photo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 40%;
}

.point_block .box .photo_box .img {
  border: 2px solid #121212;
  border-radius: 10px;
  overflow: hidden;
}

.point_block .box .photo_box .icon {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #de83ae;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 52px;
}

.point_block .box .photo_box .icon.ok {
  background: #36abd6;
}

.point_block .box .photo_box .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-left: calc(10% - 20px);
  margin-right: calc(10% - 20px);
  position: relative;
  border-radius: 100%;
  border: 2px solid #121212;
  background: #FFF;
}

.point_block .box .photo_box .arrow::before {
  position: absolute;
  top: 9px;
  right: 11px;
  display: block;
  width: 8px;
  height: 8px;
  content: " ";
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px #121212 solid;
  border-left: 2px #121212 solid;
}

@media screen and (max-width: 767px) {

}



/* -------------------------------------------------- */
/* lend*/
/* -------------------------------------------------- */

.section_lend img {
  width: 100%;
}

.case_block {
  margin-bottom: 50px;
}

.case_block .box {
  margin-bottom: 100px;
}

.case_block .box .info_box {
  float: left;
  width: 50%;
  text-align: center;
  padding: 3% 0;
}

.case_block .info_box .stit {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFF;
  background: #36abd6;
  line-height: 28px;
  padding: 0 20px;
  margin-bottom: 12px;
  border-radius: 26px;
}

.case_block .info_box .tit {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.6;
}

.case_block .info_box .txt {
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
}

.case_block .box .ph {
  float: right;
  width: 46%;
  border-radius: 10px;
  overflow: hidden;
}

.case_block .box:nth-child(2n) .info_box {
  float: right;
}

.case_block .box:nth-child(2n) .ph {
  float: left;
}

@media screen and (max-width: 767px) {


}


/* support_block */

.support_block .box {
  margin-bottom: 50px;
  background: #FFF;
  border-radius: 10px;
}

.support_block .box:last-child {
  margin-bottom: 0;
}

.support_block .info_box {
  float: left;
  width: 50%;
  text-align: center;
  padding: 0px 16px 16px;
}

.support_block .box:nth-child(2n) .info_box {
  float: right;
}

.support_block .stit {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFF;
  background: #36abd6;
  line-height: 28px;
  padding: 0 20px;
  border-radius: 26px;
  position: relative;
  transform: translateY(-14px);
}

.support_block .stit::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -5px;
  -webkit-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  border: 5px solid transparent;
  border-top: 10px solid #36abd6;
}

.support_block .icon {
  width: 65px;
  height: 65px;
  margin: 3% auto 2%;
  position: relative;
}

.support_block .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.support_block .box:nth-child(2) .icon img {
  width: 62px;
}

.support_block .box:nth-child(3) .icon img {
  width: 54px;
}

.support_block .tit {
  font-size: 2rem;
  font-weight: 600;
  color: #0176c6;
  margin-bottom: 2%;
}

.support_block .tit em {
  font-size: 2.8rem;
}

.support_block .ph {
  float: right;
  width: 50%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

.support_block .box:nth-child(2n) .ph {
  float: left;
  border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 767px) {

}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {

}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

}
