@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
.font-bold {
  font-weight: 700;
}

.size_set sup, .size_detail sup, .size_door sup {
  font-size: 1.2rem;
  top: -.9em;
}

.size_detail_list.flex-container.half > .flex-item {
  width: 50%;
  margin-top: 0;
}

.size_detail_list .size_detail_red {
  color: #D61518;
}

.size_detail_list .size_detail_blue {
  color: #0862A9;
}

.size_detail_list .size_detail_orange {
  color: #E58011;
}

.size_door {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border: .1rem solid #231815;
  padding: 1rem;
}

.size_door_txt {
  width: 62%;
  padding-right: 1rem;
}

.size_door .img {
  width: 38%;
}

.size_door_caution {
  color: #E50012;
  font-weight: 500;
}

.item-center.size_set {
  width: 71rem;
  margin: 10rem auto 6rem;
}

.link_btn_pdf {
  width: 385px;
  margin: auto;
  margin-top: 7.5rem;
}

.link_btn_pdf a {
  display: block;
  color: #fff;
  padding: 0.55em 1em 0.55em 2em;
  font-size: 1.8rem;
  line-height: 1.4;
  background: #fff;
  background: #535353;
  position: relative;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.link_btn_pdf a::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/sentaku/products/common/images/pdf-icon.svg) no-repeat;
  background-size: contain;
  line-height: 1;
  width: 2.4rem;
  height: 3.3rem;
  left: 0.75em;
  top: .29em;
}

/* ====================================
	ホバーが有効な環境のみ
===================================== */
@media (hover:hover) and (pointer: fine) {}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width < 768px) {
  .br_sp {
    display: none !important;
  }

  .text {
    font-size: 1.2rem;
  }

  .item-center.size_set {
    width: 100%;
    margin: 3rem auto 6rem;
  }

  .link_btn_pdf {
    width: 100%;
  }
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print, screen and (width >=768px) {}

/* ====================================
	タブレット専用スタイル（768px～1080px）
===================================== */
@media screen and (768px <=width < 1080px) {}
