@charset "UTF-8";

.p-features__f-2ColContents .p-features__f-2ColListWrap .f-2ColListItem8 {
  padding: 32px 160px 32px 64px;
  background-image: url(../img/features/motivan/img_motivan_wheel_01.png);
  background-position: top 0px right 30px;
  margin-top: 32px;
}

.subTitle{
  font-size: 20px;
}

.point{
  background: #005136;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 20px;
  margin-bottom: 2em;
  display: inline-block;
}

.checkpoint{
  border:1px solid #005136;
  color: #005136;
  padding: 0.5em 1em;
  border-radius: 20px;
  margin-bottom: 2em;
  display: inline-block;
}

.p-features__group[data-img=bg_mt] {
  background-image: url(../img/features/motivan/img-catch_bg.jpg);
}

.p-features__cardText_color{
  margin-bottom: 2em;  
}


.p-features__f-2ColContents .p-features__f-2ColListWrap .f-2ColListItem9 {
  padding: 32px 32px 32px 216px;
  background-image: url(../img/features/motivan/img_motivan_wheel_02.png);
  background-position: top -10px left 30px;
  margin-top: 16px;
}

.bg-g_ex{
  padding: 56px 0 !important;
}

.col_align{
  align-items: center;
  margin-top: 0px;
}

.f-2ColImg_mr{
  margin-right: 48px!important;
}

.gt_mr{
  margin-top:1em;
}

.mg_bt{
  margin-bottom: 40px!important;
}

.text_center{
  text-align: center;
}

.group_pad{
  padding: 50px 0;
}

.base_white{
  padding: 88px 0;
}

.img-650{
  width: 650px;
  display: block;
  margin: 0 auto;
}

.img_top{
  margin-top: 40px;
}

.img_pd{
  padding: 0 0 88px 40px;
}

.p-features__note{
  font-size: 12px;
  margin-top: 20px;
}

.fastener_attention{
  border: 1px solid;
  padding: 0.8em;
  background-size: 26%;
  background-image: url(../img/features/motivan/fastener_attention_black.jpg);
  background-repeat: no-repeat;
  background-position: 1em center;
  padding-left: 130px;
  margin: 0 50px;
}
.fastener_attention_c-largeText{
  font-size: 13px;
  display: inline-block;
  margin-bottom: 0.3em;
  line-height: 1.2em;
}

.material_border{
  border-top: 2px solid #005136;
}

.material{
  width: 250px;
  border-top: 40px solid #005136;
  border-right: 36px solid transparent;
  border-left: 36px solid transparent;
  margin: auto;
  position: relative;
}

.material span{
  position: absolute;
  text-align: center;
  color: #fff;
  top:-30px;
  left: 13px;
  font-size: 16px;
}

.wheel{
  background: #fff;
  padding: 20px;
  text-align: justify;
  margin-top: 40px;
}

.wheelbox{
  display: flex;
  font-weight: 300;
  align-items: center;
}

.wheelbox img{
  width: 150px;
  margin-right: 20px;
}

.wheelboxhr{
  margin: 20px 0;
  border-style: dotted solid;
  border-color: #d6d6d6;
}

.wheelfeature{
  font-size: 26px;
  margin:5px 0 15px;
}

.tsa_width{
  width: 1000px;
}


@media screen and (max-width: 599px) {
    .p-features__f-2ColContents .p-features__f-2ColListWrap .f-2ColListItem8 {
    padding: 32px 40px;
    background-position: top 0px right 0px;}
  .p-features__f-2ColContents .p-features__f-2ColListWrap .f-2ColListItem9 {
    padding: 32px 24px 32px 88px;
    background-position: top 0 left 0;
  }
  .subTitle{
    font-size: 18px;
  }

  span{
    text-align: center!important;
  }

.point{
  display:block;
}

.f-2ColImg_mr{
  margin-right: 0!important;
}

.fastener_attention{
  margin: 0;
  padding-left: 35%;
}

.f-2Col_mr{
  margin-top: 28px!important;
}

.img-650{
  width: 100%;
}

.material{
  width: 200px;
  border-top: 30px solid #005136;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

.material span{
  top: -25px;
  left: 13px;
  font-size: 14px;
}

.base_white{
  padding: 44px 0 0;
}

.img_pd {
  padding: 0 0 30px 0px;
}

.wheelfeature{
  font-size: 23px;
}

.tsa_width{
  width: 200px;
  margin:0px auto 20px!important;
}

}

/*********************************************************************************************************************
*PC・スマホ表示切替
**********************************************************************************************************************/
	.pcNone{
		display:none;
	}
	@media screen and (max-width:599px) {
		.pcNone {
			display:block
		}
		.spNone {
			display:none
		}
	}

