@charset "UTF-8";
/* common_setting
--------------------------------*/
.contents_right {
  width: 770px;
  float: right;
  background: #fff;
  text-align: center;
}
.ecoupon_guide img {
  width: 100%;
  height: auto;
}
.ecoupon_guide a {
  text-decoration: underline;
}
.ecoupon_guide .bold {
  font-weight: bold;
}
.ecoupon_guide .indent_list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.ecoupon_guide .indent_clear > * {
  padding-left: 1em;
}
.pc_hidden {
  display: none;
}
.title {
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 2px solid #f90;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
}
.flex_wrapper {
  display: flex;
  justify-content: space-between;
}
.flex_item {
  width: 47%;
}
.text_bold {
  font-weight: bold;
}
.text_orange {
  color: #f25821;
}
.img_wrapper {
  text-align: center;
}
.capture {
  max-width: 640px;
  border: 1px solid #eee;
}
/* explain_area
--------------------------------*/
.explain_area {
  margin: 0 0 40px;
  text-align: left;
}
.explain_area h3 {
  margin-bottom: 3px;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.explain_area img {
  max-width: 100%;
}
.explain_area a {
  text-decoration: underline;
}
.explain_area a[target=_blank] {
  margin-right: 4px;
  padding-right: 16px;
  background: url("/sol/pcc/template/common/ecoupon/guide/images/img_target_blank.png") right top 3px no-repeat;
  background-size: 12px auto;
}
.explain_area p {
  font-size: 14px;
  line-height: 1.5;
}
.explain_area p.img_text {
  margin: 20px 0 0 73px;
}
.explain_area .capture {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 10px auto;
  border: 1px solid #eee;
  border-radius: 2px;
  text-align: center;
}
.explain_area .icon_coupon {
  width: 85px;
  margin: 0 4px;
}
.explain_area span.arrow {
  display: block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  margin: 5px auto;
  border-width: 12px 10px 5px 10px;
  border-style: solid;
  border-color: #f90 transparent transparent transparent;
}
.explain_area ul,
.explain_area ol {
  list-style-position: inside;
  font-size: 14px;
  line-height: 1.4;
}
.explain_area li {
  margin-top: .5em;
  font-size: 14px;
  list-style: none;
}
.explain_area li:first-child {
  margin-top: 0;
}
.explain_area dl.detail dt {
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.explain_area dl.detail dd {
  font-size: 14px;
  line-height: 1.5;
}
.explain_area dl.detail dt:first-child {
  margin-top: 0;
}
.explain_area dl.detail dt::before {
  content: "■";
  font-weight: bold;
}
.explain_area dl.detail dt.example::before {
  content: "";
}
p.annotation {
  margin-top: 8px;
  font-size: 12px;
}
/***** 灰色囲み*****/
.gray_wrapper {
  margin-bottom: 0;
  padding: 1em;
  overflow: hidden;
  border-radius: 5px;
  background-color: #f2f2f0;
}
/***** テーブル *****/
.explain_area table {
  width: 100%;
  margin-top: 12px;
  overflow: hidden;
  border-collapse: separate;
  border: solid 1px #b9b9b9;
  border-radius: 5px;
}
.explain_area table th {
  background-color: #ffd;
  text-align: left;
}
.explain_area table th,
.explain_area table td {
  padding: 8px 10px;
  border-collapse: separate;
  border-right: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  font-size: 14px;
}
.explain_area table th:last-child,
.explain_area table td:last-child {
  border-right: 0;
}
.explain_area table tr:last-child th,
.explain_area table tr:last-child td {
  border-bottom: 0;
}
.table_point th {
  width: 50%;
}
.table_store th {
  width: 42%;
}
.cat1_h1_area {
  margin-bottom: 20px;
}
/* フローエリア
--------------------------------*/
.gray_bg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0;
  padding: 1.5%;
  background: #f5f5f5;
}
.border_wrapper {
  position: relative;
  width: 31%;
  margin: 0 0 20px;
  overflow: hidden;
  border: solid 3px #b9b9b9;
  border-radius: 5px;
  background: #fff;
}
.border_wrapper_title {
  display: flex;
  align-items: center;
}
.border_wrapper_title.align_start {
  align-items: flex-start;
}
.border_wrapper_title h3 {
  margin-bottom: 0;
  padding: 10px 15px 10px 10px;
  line-height: 1.4;
}
.border_wrapper_item {
  padding: 15px;
}
.border_wrapper_item img {
  margin-top: 12px;
}
.border_wrapper_inner {
  margin: 12px auto 0;
  padding: 10px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #ffd;
}
p.border_wrapper_inner {
  font-size: 12px;
}
.border_wrapper_arrow {
  display: block;
  width: 0;
  height: 0;
  margin: -5px auto 5px;
  border-width: 16px 40px 10px 40px;
  border-style: solid;
  border-color: #ea5504 transparent transparent transparent;
}
.flow_number {
  padding: 16px;
  border-radius: 0 0 20px 0;
  background: #ea5504;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.flow_last {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 2%;
  column-gap: 15px;
  border: solid 3px #f90;
}
.flow_last h3 {
  color: #ea5504;
  font-size: 20px;
}
.flow_last .img_wrapper {
  display: flex;
  max-width: 280px;
}
.howToUse_img {
  max-width: 130px;
  margin: 0 auto;
}
.howToUse_img_small {
  max-width: 100px;
  margin: 0 auto;
}
/* navigation
--------------------------------*/
.nav_box ul {
  display: block;
  width: 100%;
  margin-bottom: 20px
}
.nav_box ul:after {
  content: " ";
  display: block;
  clear: both;
}
.nav_box li {
  position: relative;
  box-sizing: border-box;
  width: 33%;
  height: 40px;
  margin: 0;
  float: left;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  background: #ddd;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 43px;
  list-style: none;
  text-align: center;
  cursor: pointer;
}
.nav_box li:nth-child(2) {
  width: 34%;
}
.nav_box li:last-child {
  border-right: none;
}
.nav_box li.current {
  padding-bottom: 1px;
  border-bottom: none;
  background: #f90;
  background-repeat: no-repeat;
  background-position: center 28px;
  color: #fff;
  cursor: default;
}
.nav_box li:not(.current):hover {
  background: #fff0db;
}
.nav_box li.current:after,
.nav_box li.current:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0
}
.nav_box li.current:after {
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 15px solid #fff
}
.nav_box li.current:before {
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff
}
/*『シーモア図書券』ページ内切り替えタブ
--------------------------------*/
.cat1_tab_box {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  height: auto;
  padding: 18px 40px 0;
  column-gap: 16px;
  background-color: #f2f2f0;
}
.cat1_tab_box li {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 65px;
  column-gap: 11px;
  border: solid 3px #d9d9d9;
  border-radius: 15px 15px 0 0;
  background-color: #fff;
  cursor: pointer;
}
.cat1_tab_box li:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.cat1_tab_box li:not(.current):hover {
  fill-opacity: 0.7;
}
.cat1_tab_box li:hover p {
  color: rgb(136 136 136 / 0.7);
}
.cat1_tab_box li.current {
  z-index: 1;
  border: solid 3px #f90;
  border-bottom: none;
  cursor: default;
}
.cat1_tab_box li.current .path {
  fill: #f90;
}
.cat1_tab_box p {
  color: #888;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-align: left;
}
.cat1_tab_box li.current p {
  color: #f90;
}
.cat1_tab_icon {
  padding-top: 5px;
}
.cat1_tab_bookCoupon {
  position: relative;
  z-index: 0;
  top: -3px;
  box-sizing: border-box;
  padding-top: 32px;
  border-top: solid 3px #f90;
}
.cat1_tab_bookCoupon.active {
  display: block;
}
.cat1_tab_item_text span {
  font-size: 12px;
}
/*『シーモア図書券』セクション内レイアウト
--------------------------------*/
.about_img {
  width: 35%;
  margin: auto;
}
/***** 注意事項  *****/
.precaution_other {
  margin-top: 2em;
}
/***** よくあるご質問 *****/
.faq_contents {
  margin-bottom: 20px;
}
.faq_contents h3 {
  padding-left: 24px;
}
.faq_contents h3::before {
  content: "Q.";
  display: inline-block;
  color: #f25821;
  font-size: 16px;
  font-weight: bold;
  text-indent: -24px;
}
/***** お得なキャンペーン *****/
.limited_campaign {
  padding: 28px 5%;
  background-color: #ffd;
}
.limited_campaign h2 {
  border-bottom: 0;
  color: #f25821;
  font-size: 20px;
  text-align: center;
}
.limited_campaign_item {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.limited_campaign a {
  display: block;
}
.limited_campaign a:hover {
  opacity: 0.7;
}
.limited_campaign a[target=_blank] {
  margin: 0;
  padding: 0;
  background-image: none;
}
/* bookcoupon
--------------------------------*/
.explain_area .bookcoupon {
  margin: 0 10px;
  font-size: 14px;
  list-style: none;
}
/* attention
--------------------------------*/
.explain_area .attention::before {
  content: "※";
  color: #f00;
}
.explain_area .attention {
  color: #f00;
}
.regist_page_btn {
  width: 300px;
  margin: 0 auto 15px auto;
  border: 1px solid #ff9105;
  border-radius: 3px;
  background: #ff6c26;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.regist_page_btn a {
  display: block;
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
}
.regist_page_btn a:hover {
  text-decoration: none;
}
/* シーモア図書券＞えらべるペイ
--------------------------------*/
/* 切り替えタブ */
.cat1_tab_gift_box * {
  box-sizing: border-box;
}
.cat1_tab_gift_box {
  display: flex;
  position: relative;
  margin: 0 40px 40px;
  gap: 30px;
  text-align: center;
}
.tab_gift_item {
  display: flex;
  position: relative;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 5px;
  font-weight: bold;
  gap: 8px;
  cursor: default;
}
.tab_gift_item:not(.current) {
  cursor: pointer;
}
.tab_gift_item:not(.current):hover {
  opacity: .7;
}
.tab_gift_item p {
  font-size: 16px;
}
.tab_gift_item:first-child {
  background: #fff2de;
}
.tab_gift_item.current:first-child {
  box-shadow: inset 0 0 0 3px #f90;
}
.tab_gift_item:last-child {
  background: #e0eaff;
}
.tab_gift_item.current:last-child {
  box-shadow: inset 0 0 0 3px #1d4b9f;
}
.tab_gift_item::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 22px solid #fff2de;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
}
.tab_gift_item:last-child::after {
  border-top: 22px solid #e0eaff;
}
.tab_gift_item.current::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 18px solid #fff2de;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
}
.tab_gift_item.current:last-child::after {
  border-top: 18px solid #e0eaff;
}
.tab_gift_item.current::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 22px solid #f90;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
}
.tab_gift_item.current:last-child::before {
  border-top: 22px solid #1d4b9f;
}
.tab_gift_item img {
  max-width: 40px;
}
.tab_gift_item .small {
  display: block;
  font-size: 12px;
}
/* コンテンツ */
.cat1_tab_gift_inner.gift2 * {
  box-sizing: border-box;
}
.cat1_tab_gift_inner.gift2 .title {
  border-color: #88abf5;
}
.cat1_tab_gift_inner.gift2 .flow_number {
  background: #2858a8;
}
.cat1_tab_gift_inner.gift2 .border_wrapper_arrow {
  border-color: #2858a8 transparent transparent transparent;
}
.cat1_tab_gift_inner.gift2 .faq_contents h3::before {
  color: #2858a8;
}
