@charset "UTF-8";
.top-measures {
  background-color: #1cc7a8;
  padding: 0.8rem 0;
}

@media screen and (max-width:1023px) {
  .top-measures {

  }
  
}


.top-measures_inner {
  max-width: 1056px;
  width: 100%;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

@media only screen and (max-width:480px) {
  .top-measures_inner {
    padding-left: 2.4rem;
    padding-right: 2.4rem
  }
}

@media only screen and (max-width:480px) {
  .top-measures_inner {
    padding-left: 0.8rem;
    padding-right: 0.8rem
  }
}

.top-measures_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 19%;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 8px;
  padding: 0.8rem
}

@media only screen and (min-width:481px) and (max-width:1006px), only screen and (max-width:480px) {
  .top-measures_box {
    width: 32%
  }
}

@media only screen and (max-width:480px) {
  .top-measures_box {
    padding: 0.8rem
  }
}

@media only screen and (max-width:480px) {
  .top-measures_box {
    padding: 0.4rem
  }
}

.top-measures_box:first-of-type {
  background-color: transparent;
        width: 39.5%;


}

@media only screen and (min-width:481px) and (max-width:1006px), only screen and (max-width:480px) {
  .top-measures_box:first-of-type {
    width: 100%;
  }
}

.top-measures_box:first-of-type .top-measures_box_text {
    color: #fff;
    font-size: 1.6rem;
    width: 100%;
    padding-left: 0;
    letter-spacing: 0;
}

@media only screen and (max-width:480px) {
    .top-measures_box:first-of-type .top-measures_box_text{
        font-size: 1.2rem;
          width: 100%;
            letter-spacing: -0.1px;
    }
}

.top-measures_box_icon {
  width: 60px;
  margin: auto
}

@media only screen and (min-width:481px) and (max-width:769px) {
  .top-measures_box_icon {
    width: 48px
  }
}

@media only screen and (max-width:480px) {
  .top-measures_box_icon {
    width: 40px
  }
}

@media only screen and (max-width:321px) {
  .top-measures_box_icon {
    width: 28px
  }
}

.top-measures_box_text {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  display: table;
  width: calc(100% - 84px);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: #1cc7a8;
  padding-left: 0.8rem;
  margin: auto
}

@media only screen and (min-width:481px) and (max-width:769px) {
  .top-measures_box_text {
    width: calc(100% - 64px);
    font-size: 1rem
  }
}

@media only screen and (max-width:480px) {
  .top-measures_box_text {
    width: calc(100% - 40px);
    font-size: 1rem;
    letter-spacing: 0
  }
}

@media only screen and (max-width:321px) {
  .top-measures_box_text {
    width: calc(100% - 28px)
  }
}

.top-measures_box_text .large {
  font-size: 2.4rem;
  color: #15947d
}

@media only screen and (min-width:481px) and (max-width:769px) {
  .top-measures_box_text .large {
    font-size: 1.8rem
  }
}

@media only screen and (max-width:480px) {
  .top-measures_box_text .large {
    font-size: 1.4rem
  }
}

.MainVisual {
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  position: relative;*/
/*  width: 100%;*/
/*  padding-bottom: 400px;*/
/*  z-index: -1*/
}
.MainVisual_inner {
	padding: 0px !important;
}
.MainVisual_inner figure {
	width: 100%;
}
.MainVisual_inner img {
	width: 100%;
/*	margin-bottom: -10px !important;*/
}

@media only screen and (min-width:481px) and (max-width:769px) {

}

@media only screen and (min-width:320px) and (max-width:769px)  {
	.top-work_day {
		position: relative;
	}
	.top-work_day span {
		display: block;
	}
	.top-work_day .image_of_work_day {
		width: 100px;
		position: absolute;
		top: -24px;
		left: 50%;
		margin-left: -182px;
	}
	.top-work_day .work_ok_day{
		font-size: 32px;
		color: #637407;
		font-weight: bold;
		text-align: center;
		padding: 5px 0px;
		background-color: #fff45c;
	}
}
@media only screen and (min-width:769px)  {
	.top-work_day {
		position: relative;
	}
	.top-work_day span {
		display: block;
	}
	.top-work_day .image_of_work_day {
		width: 160px;
		position: absolute;
		top: -50px;
		left: 50%;
		margin-left: -250px;
	}	
	.top-work_day .image_of_work_day img {
		width: 100%;
	}
	.top-work_day .work_ok_day{
		width: 100%;
		font-size: 32px;
		color: #637407;
		font-weight: bold;
		text-align: center;
		padding: 5px 0px;
		background-color: #fff45c;
		display: block;
	}	
}
.top-campaign {
  background-image: linear-gradient(-45deg, #f9a83d 25%, #fb9602 25%, #fb9602 50%, #f9a83d 50%, #f9a83d 75%, #fb9602 75%, #fb9602);
  background-size: 100px 100px
}

.top-campaign_inner {
  max-width: 1056px;
  width: 100%;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 2.8rem;/* 4月28日追加 金城 GW終わったら削除 */
/*  padding-top: 0.8rem;*/
  padding-bottom: 1.2rem;
  z-index: 1
}

@media only screen and (max-width:480px) {
  .top-campaign_inner {
    padding-left: 2.4rem;
    padding-right: 2.4rem
  }
}

.top-campaign_inner:before, .top-campaign_inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.8rem;
  width: 100px;
  height: 134px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1
}

@media only screen and (max-width:480px) {
  .top-campaign_inner:before, .top-campaign_inner:after {
	display: none ;/* 4月26日追加 金城 GW終わったら削除 */
    width: 66px;
    height: 88px
  }
}

.top-campaign_inner:before {
	background-image: url(/assets/img/top/r_campaign_bg1.svg);
	left: 10%;
}

@media only screen and (min-width:481px) and (max-width:769px) {
  .top-campaign_inner:before {
    left: 3vw
  }
}

@media only screen and (max-width:480px) {
  .top-campaign_inner:before {
    left: 0.8rem
  }
}

.top-campaign_inner:after {
  background-image: url(/assets/img/top/r_campaign_bg2.svg);
  right: 10%;
}

@media only screen and (min-width:481px) and (max-width:769px) {
  .top-campaign_inner:after {
    right: 3vw
  }
}

@media only screen and (max-width:480px) {
  .top-campaign_inner:after {
    right: 0.8rem
  }
}

@media only screen and (max-width:480px) {
  .top-campaign_inner {
    padding-left: 0;
    padding-right: 0
  }
}

.top-campaign_text {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.4rem;
  line-height: 1.5;
  color: #fff;
  filter: drop-shadow(3px 3px 0 rgba(173, 102, 7, 1));
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
/*    width: 520px;*/
	width: 630px;/* 4月26日追加 金城 GW終わったら削除 */
    margin: 0 auto;
}

@media only screen and (max-width:511px) {
    .top-campaign_text {
          width: 100%;
    }
}
@media only screen and (max-width:480px) {
  .top-campaign_text {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;

  }
}

.top-campaign_text .day {
    display: inline-block;
/*    font-size: 4rem;*/
	font-size: 2.5rem;/* 4月26日追加 金城 GW終わったら削除 */
    border-bottom: 2px solid #fff;
}
.top-campaign_text .day > span > span{
    font-size: 2rem;
}
.top-campaign_text .day span {
    font-size: 3rem;
}

.top-campaign_text .day-txt {
	font-size: 3rem;/* 4月26日追加 金城 GW終わったら削除 */
    display: block;
    width: 100%;
    margin-top: 2%;
}

@media only screen and (max-width:480px) {
	.sp-text-campaign {/* 4月26日追加 金城 GW終わったら削除 */
		font-size: 4.0rem !important;
	}
  .top-campaign_text .day {
/*    font-size: 3rem*/
	font-size: 2.5rem/* 4月26日追加 金城 GW終わったら削除 */
  }
  .top-campaign_text .day > span > span{
    font-size: 1.6rem
  }
 .top-campaign_text .day span {
   font-size: 1.6rem
  }

}

.top-banner {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative
}

@media only screen and (max-width:480px) {
  .top-banner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }
}

.top-banner_slider {
  position: relative;
  left: 15vw;
  overflow: visible !important
}

@media only screen and (max-width:480px) {
  .top-banner_slider {
    left: 8vw
  }
}

.top-banner_slider li {
  width: 40vw !important;
  height: 100%;
  margin-left: 2vw;
  margin-right: 2vw
}

@media only screen and (max-width:480px) {
  .top-banner_slider li {
    width: 80vw !important
  }
}

.top-banner_slider li a {
  display: block
}

.top-banner_slider li img {
  vertical-align: bottom
}

.top-banner .bx-controls-direction .bx-prev, .top-banner .bx-controls-direction .bx-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 40px;
  background-color: #f9688f;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin: auto
}

@media only screen and (max-width:480px) {
  .top-banner .bx-controls-direction .bx-prev, .top-banner .bx-controls-direction .bx-next {
    width: 20px;
    height: 32px;
    line-height: 32px
  }
}

.top-banner .bx-controls-direction .bx-prev:after, .top-banner .bx-controls-direction .bx-next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}

@media only screen and (max-width:480px) {
  .top-banner .bx-controls-direction .bx-prev {
    left: 10vw
  }
}

.top-banner .bx-controls-direction .bx-prev:after {
  content: '\f0d9'
}

.top-banner .bx-controls-direction .bx-next {
  right: 0vw
}

@media only screen and (max-width:480px) {
  .top-banner .bx-controls-direction .bx-next {
    right: 10vw
  }
}

.top-banner .bx-controls-direction .bx-next:after {
  content: '\f0da'
}

.top-plan {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(60, 182, 250, .3);
}

@media only screen and (max-width:480px) {
  .top-plan {
    padding-top: 2rem;
    padding-bottom: 0rem
  }
}

.top-plan_inner {
  max-width: 1056px;
  width: 100%;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin: 0 auto;
  overflow: hidden
}

@media only screen and (max-width:480px) {
  .top-plan_inner {
    padding-left: 2.4rem;
    padding-right: 2.4rem
  }
}

@media only screen and (max-width:480px) {
  .top-plan_inner {
    padding-left: 0;
    padding-right: 0
  }
}

.top-plan_title {
  text-align: center
}

.top-plan_title .c-subtext {
  width: 186px;
  height: 43px
}

.top-plan_airconditioner {
  background-color: #fff
}

@media only screen and (max-width:480px) {
  .top-plan_airconditioner {
    background-color: rgba(60, 182, 250, .3);
    padding: 2.4rem
  }
    .top-plan_title .c-subtext{
        margin: 0 auto;
    }
}

.top-plan_airconditioner_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  padding-bottom: 30%
}

@media only screen and (max-width:480px) {
  .top-plan_airconditioner_image {
    padding-bottom: 50%
  }
}

.top-plan_airconditioner_image:after {
  content: "";
  position: absolute;
  top: -2.4rem;
  left: 1rem;
  display: inline-block;
  background-image: url(/assets/img/common/banner/r_plan_recommended.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px
}

@media only screen and (max-width:480px) {
  .top-plan_airconditioner_image:after {
    top: -1.6rem;
    left: -0.8rem;
    width: 100px;
    height: 150px
  }
}

.top-plan_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap
}

.top-plan_flex_box {
  position: relative;
  background-color: #fff;
  width: 32%;
  margin-top: 4rem;
  margin-right: 20px;
}
.top-plan_flex_box:nth-of-type(3n) {
	margin-right: 0px;
	
}
@media only screen and (max-width:480px) {
	.top-plan_flex_box {
		margin-right: 0px;
	}
}
@media only screen and (min-width:481px) and (max-width:769px) {
	.top-plan_flex_box {
    width: 48%
  }
  .sub_price_tax {
	font-size: 14px !important;
	margin-top: -8px;
	display: block;
}
}

@media only screen and (max-width:480px) {
  .top-plan_flex_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 1.4rem;
    margin-top: 0
  }
  .top-plan_flex_box:nth-child(odd) {
    flex-flow: row-reverse;
    background-color: #fff
  }
  .top-plan_flex_box:nth-child(even) {
    background-color: rgba(60, 182, 250, .3)
  }
}

.top-plan_flex_box_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 62%
}

@media only screen and (max-width:480px) {
  .top-plan_flex_box_image {
    width: 35%;
    height: 0;
    padding-bottom: 46%;
    margin: auto 0
  }
}

@media only screen and (min-width:770px), only screen and (min-width:481px) and (max-width:769px) {
  .top-plan .top-plan_airconditioner .planbox {
    padding: 0.8rem 2.4rem 1.6rem
  }
  .top-plan .top-plan_airconditioner .planbox_button {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    background-color: #f9688f;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    margin-top: 1.6rem
  }
  .top-plan .top-plan_airconditioner .planbox_button:hover {
    background-color: #fa507d
  }
  .top-plan .top-plan_airconditioner .planbox_button:hover:after {
    right: 1.6rem
  }
  .top-plan .top-plan_airconditioner .planbox_button:after {
    position: absolute;
    top: 0.9rem;
    right: 2rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0da'
  }
}

@media only screen and (max-width:480px) {
  .top-plan .top-plan_airconditioner .planbox {
    padding: 1.6rem 0 0
  }
}

@media only screen and (min-width:770px), only screen and (min-width:481px) and (max-width:769px) {
  .top-plan .top-plan_flex_box .planbox {
    padding: 0.8rem 2.4rem 7.3rem
  }
}

@media only screen and (max-width:480px) {
  .top-plan .top-plan_flex_box .planbox {
    width: 60%
  }
}

@media only screen and (max-width:480px) {
  .top-plan .planbox {
    margin: auto 0
  }
}

.top-plan .planbox_title {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  margin-bottom: 0.8rem
}

@media only screen and (max-width:480px) {
  .top-plan .planbox_title {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 0
  }
}

@media only screen and (max-width:480px) {
  .top-plan .planbox .c-text {
    font-size: 1.2rem;
    letter-spacing: 0
  }
}

.top-plan .planbox_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.top-plan .planbox_flex_left {
  width: 50%;
  padding-right: 2.4rem
}

@media only screen and (max-width:480px) {
  .top-plan .planbox_flex_left {
    width: 100%;
    padding-right: 0
  }
  .top-plan .planbox_flex_left .c-text {
    font-size: 1.4rem;
    padding-bottom: 1.6rem
  }
	.top-plan .planbox_flex_right p {
		text-align: left !important; 
	}
	.top-plan .planbox_flex_right .plan_name {
		width: auto !important;
		font-weight: bold;
		text-align: left;
		display: block !important;
	}
	
	
}

.top-plan .planbox_flex_right {
	position: relative;
  width: 50%
}
.top-plan .planbox_flex_right p {
	font-size: 1.7rem;
	line-height: 1.6;
	letter-spacing: 0.1rem;
/* 	text-align: right;  */
}
.top-plan .planbox_flex_right .plan_name {
/* 	width: 45%; */
	font-weight: bold;
	text-align: left;
	display: inline-block;
}
.top-plan .planbox_flex_right .plan_name2 {
/* 	width: 45%; */
	font-weight: bold;
	text-align: left;
	display: inline-block;
}
.top-plan .planbox_flex_right strong {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.1rem;
}
.top-plan .planbox_flex_right .c-text span,
.top-plan .planbox .c-text span{
    font-size: 2.3rem;
    line-height: 1
}
.top-plan-box {
	width: 365px;
/* 	margin-left: auto; */
	display: block;
}

.option_boukabi_top {
	position: absolute;
    right: 4%;
    margin-top: 23px;
}
.option_boukabi_top img {
	width: 130px !important;
}
.top_option_flag {
	position: absolute;
    top: 13px !important;
    right: 151px;
    width: 90px;
    transform: rotate(19deg);
}


@media only screen and (max-width:480px) {
	  .top-plan .planbox_flex_right {
	    width: 100%
	  }

	.top-plan .planbox_flex_right .c-text span,
	.top-plan .planbox .c-text span{
	        font-size: 5vw;
	}
	.option_boukabi_top {
		position: absolute;
        right: -1%;
        margin-top: 14 !important;
	}
	.top_option_flag {
		position: absolute;
        top: 36px !important;
        left: 117px !important;
        width: 80px;
        transform: rotate(18deg);
	}
}


.top-plan .planbox .price {
	width: 366px;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 1.2;
  border: solid 1px #fb9602;
  margin-top: 0.4rem;
  padding-top: 10px;
/*   margin-left: auto; */
}
.top-plan .planbox .price1 {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 1.6;
  border: solid 1px #fb9602;
  margin-top: 0.4rem;
/*   margin-left: auto; */
}
@media only screen and (max-width:480px) {
  .top-plan .planbox .price {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.4;
    border: none;
    margin-top: 0
  }
}

.top-plan .planbox .price .large {
  font-size: 4rem;
  font-weight: 700;
  color: #f00;
}
.top-plan .planbox .price1 .large {
  font-size: 4rem;
  font-weight: 700;
  color: #f00;
}

@media only screen and (max-width:480px) {
  .top-plan .planbox .price .large {
    font-size: 8.7vw
  }
}

.top-plan .planbox_button {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.6rem;
  display: block;
  width: calc(100% - 4.8rem);
  background-color: #f9688f;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin: auto
}

@media only screen and (max-width:480px) {
  .top-plan .planbox_button {
    position: relative;
    top: 0;
    width: 100%;
    font-size: 1.2rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    margin-top: 0.8rem
  }
}

.top-plan .planbox_button:hover {
  background-color: #fa507d
}

.top-plan .planbox_button:hover:after {
  right: 1.6rem
}

.top-plan .planbox_button:after {
  position: absolute;
  top: 0.9rem;
  right: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0da'
}

@media only screen and (max-width:480px) {
  .top-plan .planbox_button:after {
    top: 0.5rem
  }
}

.t-news {
  padding-bottom: 5rem
}

.t-news_link{
    text-align: right;
    margin-top: 1%;
    padding-right: 3%;
}
.t-news_link a{
    color: #f9688f;
}
.t-news_link a:hover{
    text-decoration: underline;
}

@media only screen and (max-width:480px) {
  .t-news {
    padding-bottom: 3.2rem
  }
}

.t-news_inner {
  max-width: 1056px;
  width: 100%;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin: 0 auto;
  overflow: hidden
}

@media only screen and (max-width:480px) {
  .t-news_inner {
    padding-left: 2.4rem;
    padding-right: 2.4rem
  }
}

.t-news_box {
  border: solid 2px #f9688f;
  background-color: #fff;
  border-radius: 10px;
  padding-left: 2.4rem
}

@media only screen and (max-width:480px) {
  .t-news_box {
    padding: 1.6rem 4%
  }
}

.t-news_box_list {
  border-bottom: solid 1px #f9688f;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  margin-right: 2.4rem
}

@media only screen and (max-width:480px) {
  .t-news_box_list {
    margin-right: 4%
  }
}

.t-news_box_list:last-of-type {
  border-bottom: none
}

.t-news_box_list time {
  display: block;
  color: #fb9602;
  font-size: 1.4rem;
  font-weight: bold
}

.t-news_box_list a {
  display: block;
  font-size: 1.4rem;
  color: #000;
  margin-top: 0.4rem
}

.t-news_box_list a .more {
  display: block;
  margin-top: 0.2rem
}

.t-news_box_list a .more:after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  margin-left: 0.8rem
}

.t-news .scrollbox {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: 100%;
  max-height: 226px;
  margin-left: 0.2rem
}

@media only screen and (max-width:480px) {
  .t-news .scrollbox {
    height: 200px
  }
}

.t-news .scrollbox::-webkit-scrollbar {
  width: 16px;
  border: solid 2px #f9688f;
  border-radius: 50px
}

.t-news .scrollbox::-webkit-scrollbar-thumb {
  background: #f9688f;
  border-radius: 50px
}


@media only screen and (max-width:480px) {
.Payimg {
	width: 90px !important;
	position: absolute;
	left: 25px !important;
	bottom: 9px !important;
	z-index: 99;
}
.Payimg img {
	width: 100%;
}
.sub_price_tax {
	font-size: 14px !important;
	margin-top: -8px;
	display: block;
}
.pc-only {
	display: none !important;
}
.sp-only {
	display: inline-block !important;
}
}

.hayawari-banner {
	text-align: center;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e79ca5+0,e794a5+47,e794a5+47,d6848c+100 */
/*	background: #dac964;*/
}
.hayawari-banner img {
	width: 100%	;
	margin: 0px !important;
}

.Payimg {
	width: 250px;
	position: absolute;
	left: 100px;
	bottom: 10px;
}
.Payimg img {
	width: 100%;
}

.evidence-box {
	text-align: center;
	padding: 0px 0px;
	border-top: 3px solid #b9ab47;
	border-bottom: 3px solid #b9ab47;
	background-image: url(/assets/img/banner/evidence-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
  .sub_price_tax {
	font-size: 14px !important;
}

.top-other {
	text-align: center;
	border: 1px solid #fa3350;
}

.top-other .subbox {
/*	width: 100px;*/
/*	margin-left: auto;*/
/*	margin-right: auto;*/
}
.top-other .subbox span {
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	padding: 10px;
	display: block;
	background-color: #fa3350; 
}
@media only screen and (max-width:500px) {

	.top-other .subbox span {
		font-size: 4.5vw !important;
		font-weight: bold;
		padding: 5px;
	}
	.top-other .subbox figure {
		padding: 10px;
	}
}
.pc-only {
	display: inline-block !important;
}
.sp-only {
	display: none;
}



