@charset "utf-8";
/*============================================

paper.css

============================================*/

/* リスト
------------------------------------------- */
.paper_list_sec {
  margin-top: 45px;
}

/* header */
.paper_list_sec_header_wrapper {
  padding: 15px 0 15px 85px;
  position: relative;
}
.paper_list_sec_header {
  display: table;
  width: 100%;  
}
.paper_list_sec_ttl,
.paper_list_sec_sub {
  display: table-cell;
  vertical-align: middle;
}
.paper_list_sec_ttl {
  background: url(../img/paper/dotline.jpg) repeat-x 0 50%;
  font-size: 1.8rem;
  width: 80%;
}
.paper_list_sec_ttl span {
  background: #fff;
  display: inline-block;
  padding-right: 1em;  
}
.paper_list_sec_price {
  font-size: 2.8rem;
  text-align: right;
}
.paper_list_sec_price .yen {
  font-size: 1.6rem;
  font-weight: bold;
}
.paper_list_sec_baloon {
  position: absolute;
  top: -15px;
  left: 0;
  width: 75px;
  height: 75px;
}

.paper_list_sec_lead {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.paper_list {
  border-top: #ddd 1px solid;
  border-left: #ddd 1px solid;
  margin: 20px 0;
}
.paper_list_item {
  box-sizing: border-box;
  border-right: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
  display: block;
  float: left;
  padding: 20px;
  width: 50%;
}
.paper_list.half {
  width: 50%;
}
.paper_list.half .paper_list_item {
  width: 100%;
}
.paper_list_item .std_ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1em 0;
}
.standard_std_ttl { border-color: #c6642f; }
.high_std_ttl { border-color: #c4b446; }
.sp_std_ttl { border-color: #b7bcbe; }
.paper_list_item img {
  width: 100%; height: auto;
}
.paper_list_table {
  border-collapse: collapse;
  display: table;
  width: 100%;
}
.paper_list_table .row { display: table-row; }
.paper_list_th,
.paper_list_td {
  border: #e3e3e3 1px solid;
  display: table-cell;
  padding: 0.3em 0;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
.paper_list_th {
  background: #f6f6f6;
  border-bottom: 0;
  font-weight: bold;
}
.paper_list_td { border-top: 0; }


/* 詳細
------------------------------------------- */
/* header */
.paper_detail_header {
  border-bottom: #ccc 1px solid;
  margin-bottom: 30px;
  padding-bottom: 3px;
}
.paper_detail_ttl {
  float: left;
  font-size: 2rem;
  font-weight: bold;
}
.paper_type {
  color: #fff;
  display: inline-block;
  float: right;
  padding: 0.2em 0.5em;
}
.paper_type.standard { background: #c6642f; }
.paper_type.high { background: #c4b446; }
.paper_type.sp { background: #b7bcbe; }

/* サムネイル */
.paper_detail_slide {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.paper_detail_thumb {
  width: 560px;
  border: #dadada 1px solid;
}
.paper_detail_thumb img {
  width: 100%;
  height: auto;
}
.paper_detail_thumb_pager3 {
  width: 140px;
}
.paper_detail_thumb_pager3 a {
  display: block;
  margin-bottom: 10px;
}
.paper_slide_thumb3 {
  max-width: 100%;
  height: auto;
  border: #dadada 1px solid;
  box-sizing: border-box
}
.paper_detail_thumb_pager3 a:nth-of-type(1) .paper_slide_thumb3,
.paper_detail_thumb_pager3 a:nth-of-type(3n+1) .paper_slide_thumb3 { margin-left: 0; }

.cycle-pager-active {
  position: relative;
}
.cycle-pager-active::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 3px solid #03a9f4;
}

/* 表 */
.paper_detail_data_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.paper_detail_table {
  table-layout: fixed;
  width: 100%;
  border-top: #dadada 1px solid;
  border-left: #dadada 1px solid;
}
.paper_detail_table th,
.paper_detail_table td {
  padding: 8px;
  text-align: center;
  border-right: #dadada 1px solid;
  border-bottom: #dadada 1px solid;
}
.paper_detail_table th {
  background-color: #eee;
}

/* 特徴 */
.paper_detail_feature {
  margin-top: 30px;
}
.paper_detail_feature_ttl {
  background: #03a9f4 url(../img/paper/icon_feature.png) no-repeat 10px 50%;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: .4em 1em .4em 32px;
}
.paper_detail_feature_body {
  display: flex;
  align-items: center;
  min-height: 54px;
  line-height: 1.8;
  background: #f8fbfc;
  border: #ddd 2px solid;
  margin-top: -2px;
  padding: 20px 140px 20px 20px;
  position: relative;
  z-index: -1;
}
.paper_detail_feature_pic {
  position: absolute;
  bottom: 0;
  left: 590px;
}

/* ご注意ください */
.paper_caution_block {
  width: 100%;
  display: table;
    border-right: #ff6f64 1px solid;
  border-bottom: #ff6f64 1px solid;
  border-left: #ff6f64 1px solid;
  border-top: #ff6f64 1px solid;
  margin: 40px 0 0;
}
.paper_caution_ttl {
  background: #ff6f64;
  color: #fff;
  display: table-cell;
  font-size: 1.5rem;
  padding: 15px 20px;
  vertical-align: middle;
  width: 7em;
}

.exc_ico {
  background: url(../../../_common/pc/img/i_essential.png) no-repeat 50% 0;
  display: inline-block;
  padding-top: 30px;
}
.paper_caution_body {
  background: #f6f6f6;
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}

/* 料金表 */
#paper_price {
  margin: 40px 0 0
}
.paper_price_header {
  font-size: 1.7rem;
}
.paper_price_header span {
  padding: 2px 0 2px 30px;
}

/* bnr */
.paper_bnr {
  margin-top: 20px;
}

/* お見積り */
.paper_estimation {
  background: #3bc69a url(../../../_common/pc/img/flow/arw_estimation.png) no-repeat 670px 50%;
  color: #fff!important;
  display: block;
  padding: 15px 30px;
}
.est_ico {
  background: url(../../../_common/pc/img/flow/ico_estimation.png) no-repeat 0 50%;
  display: block;
  padding: 10px 0 10px 70px;
}
.paper_estimation_ttl {
  display: block;
  font-size: 1.9rem;
}
.paper_estimation_note {
  display: block;
  font-size: 1rem;
}