.f_roboto {
  font-family: 'Roboto', "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
}
.mv_area{
  background-color: #EEF9FB;
}
.mv_pic{
  margin: 0 auto;
  width: 1040px;
  display: block;
}
.intro_area{
  padding: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  justify-content: space-between;
  background-color: #EEF9FB;
}
.nav_area{
  background-color: #EEF9FB;
}
.nav{
  display: flex;
  justify-content: space-between;
  width: 674px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.nav li{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 74px;
  background-color: #fff;
  border: 1px solid #65A6FE;
  border-radius: 4px;
}
.nav li a{    
  position: relative;
  color: #65A6FE !important;
  font-weight: 500;
}
.nav li a::after{ 
  /* 擬似要素で矢印アイコンをつくる */
  content: '';
  border: 0;
  border-bottom: solid 2px #65A6FE;
  border-right: solid 2px #65A6FE;
  display: inline-block;
  width: 8px;
  height: 8px;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 100%;
  right: 50%;
  transform: rotate(45deg);
  /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
.polo_area{
  background-color: #EEF9FB;
}
.polo_flex{
  width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.polo_block{
  padding-bottom: 100px;
}
.polo_left{
  width: 520px;
}
.polo_right{
  width: 494px;
}
.polo_h{
  font-size: 20px;
  margin-top: 24px;
}
.polo_p{
  width: 494px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
}
.style_h_area{
  text-align: center;
}
.style_h{
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 16px;
  padding-bottom: 6px;
  text-align: center;
  font-size: 20px;
  position: relative;
}
.style_h::before{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 8px;
  transform: skew(-45deg);
  background-image: repeating-linear-gradient(90deg, transparent 0 4px, #65A6FE 4px 8px);
  content: '';
  z-index: -1;
}
.polo_price{
  margin-top: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.polo_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  width: 294px;
  height: 74px;
  background-color: #65A6FE;
  border-radius: 4px;
  color: #FFF !important;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
.polo_btn::after{
      /* 擬似要素で三角アイコンをつくる */
      content: '';
      display: inline-block;
      border-style: solid;
      border-width: 6px 0 6px 6px;
      border-color: transparent transparent transparent #fff;
      display: inline-block;
      width: 0;
      height: 0;
      /* 矢印アイコンの位置を設定 */
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%); /* translateYのみ */
}
.akamoji{
  color: #FF4747;
}
.tops_area, .other_area{
  padding-top: 70px;
  padding-bottom: 70px;
}
.pants_area{
  background-color: #EEF9FB;
  padding-top: 70px;
  padding-bottom: 70px;
}
.tops_h{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
  font-weight: bold;
	text-align: center;
}

.tops_h::before,
.tops_h::after {
	content: '';
	width: 294px;
	height: 4px;
	background-color: #65A6FE;
}

.tops_h::before {
	margin-right: 20px;
}
.tops_h::after {
	margin-left: 20px;
}
.tops_p, .pants_p, .other_p{
  margin-top: 28px;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 30px;
}
.item_flex{
  display: flex;
  justify-content: space-between;
  width: 1040px;
  margin: 0 auto;
}
.icon{
  display: inline-block;
  padding: 2px 8px;
  background: #EEF9FB;
  color: #65A6FE;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
.icon2{
  display: inline-block;
  padding: 2px 8px;
  background: #fff;
  color: #65A6FE;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.item_h_area{
  text-align: center;
}
.item_h{
	display: inline-block;
	font-size: 14px;
	background-image: linear-gradient(rgba(0,0,0,0) 40%, rgb(238,249,251) 40%);
  margin: 10px auto;
  text-align: center;
  font-weight: bold;
}
.item_h2{
	display: inline-block;
	font-size: 14px;
	background-image: linear-gradient(rgba(0,0,0,0) 40%, rgb(255,255,255) 40%);
  margin: 10px auto;
  text-align: center;
  font-weight: bold;
}
.item_h_area3{
  margin: 10px 0;
}
.item_h3{
	display: inline-block;
	font-size: 14px;
	background-image: linear-gradient(rgba(0,0,0,0) 40%, rgb(238,249,251) 40%);
  margin: 0;
  text-align: center;
  font-weight: bold;
}
.item_p{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.item_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #65A6FE;
  color: #FFF !important;
  height: 54px;
  border-radius: 4px;
  margin-top: 12px;
  position:relative;
}
.item_btn::after{
      /* 擬似要素で三角アイコンをつくる */
      content: '';
      display: inline-block;
      border-style: solid;
      border-width: 6px 0 6px 6px;
      border-color: transparent transparent transparent #fff;
      display: inline-block;
      width: 0;
      height: 0;
      /* 矢印アイコンの位置を設定 */
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%); /* translateYのみ */
}
.tops_btn, .pants_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto 0;
  width: 422px;
  height: 72px;
  background-color: #FFF;
  border: 3px solid #65A6FE;
  border-radius: 4px;
  color: #65A6FE !important;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.tops_btn::after, .pants_btn::after{
      /* 擬似要素で三角アイコンをつくる */
      content: '';
      display: inline-block;
      border-style: solid;
      border-width: 6px 0 6px 6px;
      border-color: transparent transparent transparent #65A6FE;
      display: inline-block;
      width: 0;
      height: 0;
      /* 矢印アイコンの位置を設定 */
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%); /* translateYのみ */
}
.last_area{
  padding: 100px 0 80px;
  background: #65A6FE;
}
.last_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 422px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #65A6FE !important;
  position: relative;
}
.last_btn::after{
  /* 擬似要素で三角アイコンをつくる */
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #65A6FE;
  display: inline-block;
  width: 0;
  height: 0;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); /* translateYのみ */
}
.polo_style{
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  img {
    width: 100%;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .intro_area{
    padding: 70px 0 20px;
  }
  .intro_p{
    font-size: 14px;
  }
  .nav_area{
    width: 100%;
  }
  .nav{
    width: 90%;
    padding-bottom: 70px;
  }
  .nav li{
    width: 23%;
    height: 50px;
    font-size: 10px;
    font-weight: bold;
  }
  .nav li a::after{ 
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    border-bottom: solid 1px #65A6FE;
    border-right: solid 1px #65A6FE;
    display: inline-block;
    width: 6px;
    height: 6px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 100%;
    right: 50%;
    transform: rotate(45deg);
    /* rotate(45deg)で矢印を回転（向きを変更）させる */
  }
  .polo_block{
    padding-bottom: 60px;
  }
  .polo_flex{
    display: block;
    width: 100%;
  }
  .polo_left{
    width: 80%;
    margin-left: 10%;
  }
  .polo_h{
    text-align: center;
  }
  .polo_p{
    width: 80%;
    margin-left: 10%;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .polo_color{
    width: 80%;
    margin-left: 10%;
  }
  .style_h{
    font-size: 18px;
  }
  .style_h::before{
    height: 6px;
  }
  .polo_style{
    width: 60%;
    margin-left: 20%;
  }
  .polo_price{
    margin-top: 30px;
    margin-bottom: 12pxs;
    font-size: 16px;
  }
  .polo_btn{
    margin-top: 10px;
    width: 80%;
    height: 50px;
    font-size: 18px;
  }
  .tops_area, .pants_area, .other_area{
    padding-top: 40px;
  }
  .top_h{
    font-size: 24px;
  }
  .tops_h::before,
  .tops_h::after {
    content: '';
    width: 100%;
    height: 2px;
  }
  .tops_p, .pants_p, .other_p{
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
  }
  .item_flex{
    width: 90%;
    margin-left: 5%;
    flex-wrap: wrap;
  }
  .item_block{
    width: 48%;
    margin-bottom: 30px;
  }
  .item_h, .item_h2{
    font-size: 10px;
  }
  .item_h_area3{
    margin: 10px 0;
  }
  .item_h3{
    font-size: 10px;
    margin-bottom: 0;
  }
  .item_p{
    font-size: 10px;
  }
  .item_btn{
    height: 36px;
  }
  .tops_btn, .pants_btn{
    width: 70%;
    height: 50px;
    font-size: 14px;
    margin-top: 10px;
  }
  .last_area{
    padding: 70px 0 50px;
  }
  .last_btn{
    width: 70%;
    height: 50px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
