@charset "UTF-8";

/* common_setting
-------------------------------------------------------------*/
.contents_right {
  text-align: center;
  float: right;
  width: 770px;
  background: #fff;

}
.tittle {
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 2px solid #F90;
  line-height: 22px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
}

.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{
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 3px;
  color: #333;
}

.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;
  margin: 10px auto;
  width: 100%;
  max-width: 640px;
  border: 1px solid #EEE;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  text-align: center;
}
.explain_area .icon_coupon {
  width: 85px;
  margin: 0 4px;
}
.explain_area span.arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 5px auto;
  border-style: solid;
  border-width: 12px 10px 5px 10px;
  border-color: #F90 transparent transparent transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.explain_area ul,
.explain_area ol {
  list-style-position: inside;
  font-size: 14px;
  line-height: 1.4;
}
.explain_area li {
  list-style: none;
  margin-top: 5px;
  font-size: 14px;
}
.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;
}

img.target_blank_p {
  width: 12px;
  height: auto;
  margin: 0 3px;
}


/***** 灰色囲み*****/
.gray_wrapper {
  padding: 1em;
  background-color: #F2F2F0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0;
}


/***** テーブル *****/
table {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #B9B9B9;
  border-collapse: separate;
  margin-top: 12px;
}

table th {
  background-color: #FFFFDD;
  text-align: left;
}

table th,
table td {  
  font-size: 14px;
  padding: 2% 3%;
  border-collapse: separate;
  border-right: 1px solid #B9B9B9;
    border-bottom: 1px solid #B9B9B9;
}

table th:last-child,
table td:last-child {
  border-right: 0;
}

table tr:last-child th,
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 {
  background: #F5F5F5;
  margin: 20px 0 0;
  padding: 1.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.border_wrapper {
  width: 31%;
  background: #fff;
  border: solid 3px #B9B9B9;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 20px;
  position: relative;
}

.border_wrapper_tittle {
  display: flex;
  align-items: center;
}

.border_wrapper_tittle h3 {
  padding: 0 15px 0 10px;
  line-height: 1.4;
  margin-bottom: 0;
  justify-content: center;
}

.border_wrapper_item {
  padding: 15px;
}

.border_wrapper_item img {
  margin-top: 12px;
}

.border_wrapper_inner {
  padding: 10px;
  background-color: #FFFFDD;
  border-radius: 5px;
  overflow: hidden;
  margin: 12px auto 0;
}

p.border_wrapper_inner {
  font-size: 12px;
}

.border_wrapper_arrow {
  display: block;
    width: 0;
    height: 0;
    margin: -5px auto 5px;
    border-style: solid;
    border-width: 16px 40px 10px 40px;
    border-color: #EA5504 transparent transparent transparent;
}

.flow_number {
  font-size: 20px;
  font-weight: bold;
  background: #EA5504;
  color: #fff;
  padding: 16px;
  border-radius: 0 0 20px 0;

}

.flow_last {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  width: 100%;
  border: solid 3px #F90;
  padding: 2%;
  margin: 0;
}

.flow_last h3 {
  color: #EA5504;
  font-size: 20px;
}


.flow_last .img_wrapper {
  max-width: 280px;
  display: flex;
}

.howToUse_img {
  max-width: 130px;
  margin: 0 auto;
}

.howToUse_img_small {
  max-width: 100px;
  margin: 0 auto;
}

p.annotation.howToUse_annotation {
  font-size: 11.5px;
}

p.annotation.howToUse_annotation img {
  margin-top: 0;
  background-size: 12px auto;
}


/* navigation
-------------------------------------------------------------*/
.nav_box ul {
  width: 100%;
  display: block;
  margin-bottom: 20px
}
.nav_box ul:after {
  content: " ";
  display: block;
  clear: both;
}
.nav_box li {
  position: relative;
  list-style: none;
  float: left;
  margin: 0;
  width: 33%;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #DDD;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #DDD;
  text-align: center;
  line-height:43px;
  font-size: 16px;
  font-weight:bold;
  color:#666;
  cursor: pointer;
}
.nav_box li:nth-child(2) {
  width: 34%;
}
.nav_box li:last-child{
  border-right:none;
}
.nav_box li.current {
  background:#F90;
  background-repeat: no-repeat;
  background-position: center 28px;
  border-bottom: none;
  padding-bottom: 1px;
  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;
  height:0;
  width:0
}
.nav_box li.current:after {
  bottom:-8px;
  left:50%;
  border:10px solid transparent;
  border-bottom:15px solid #FFF;
  margin-left:-10px
}
.nav_box li.current:before {
  bottom:-8px;
  left:50%;
  border:10px solid transparent;
  border-bottom:10px solid #FFF;
  margin-left:-10px
}


/*『シーモア図書券』ページ内切り替えタブ
-------------------------------------------------------------*/

.cat1_tab_box {
  background-color: #F2F2F0;
  height: auto;
  display: flex;
  justify-content: center;
  column-gap: 16px;
  padding: 18px 8px 0;
  align-items: center;
  box-sizing: border-box;  
}

.cat1_tab_box li {
  display: flex;  
  justify-content: center;
  align-items: center;
  column-gap: 11px;
  background-color: #fff;
  border: solid 3px #D9D9D9;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  width: 250px;
  height: 65px;
  position: relative; 
  cursor: pointer;
}

.cat1_tab_box li:after {
  content: '';
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
}

.cat1_tab_box li:hover {
  fill-opacity: 0.7;
}

.cat1_tab_box li:hover p {
    color: rgb(136 136 136 / 0.7);
}

.cat1_tab_box li.current {
  border: solid 3px #F90;
  border-bottom: none;
  z-index: 1;
  }

.cat1_tab_box li.current .path {
  fill: #F90;
}

.cat1_tab_box li.current:hover p {
  color: rgb(255 153 0 / 0.7);
  }

.cat1_tab_box p {
  color: #888888;
  text-align: left;
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
}

.cat1_tab_box li.current p {
  color: #F90;
}

.cat1_tab_icon {
  padding-top: 5px;
}

.cat1_tab_bookCoupon {
  box-sizing: border-box;
  border-top: solid 3px #F90;
  padding-top: 32px;
  z-index: 0;
  position: relative;
    top: -3px;
}

.cat1_tab_bookCoupon.active {
  display: block;
}


/*『シーモア図書券』セクション内レイアウト
-------------------------------------------------------------*/

/***** 目次 *****/
.tableOfContents {
  width: 75%;
  margin: 0 auto 40px;
  border-radius: 5px;
  overflow: hidden;
  font-size: 13px;
}

.tableOfContents p {
  color: #fff;
  background-color: #F90;
  margin-bottom: 0;
  padding: 1% 3%;
  font-weight: bold;
}

.tableOfContents ul {
  background-color: #F2F2F0;
  padding: 1% 3%;
}

.tableOfContents li {
  border-bottom: solid 1px #D9D9D9;
  padding: 10px 0 10px 20px;
    background: url("/sol/pcc/template/common/ecoupon/guide/images/img_tableOfContents_icon.png") left 0px top 10px no-repeat;
    background-size: 15px auto;
}

.tableOfContents li:last-child {
  border-bottom: 0;
}

.tableOfContents li:hover {
  opacity: 0.7;
}

.tableOfContents a {
  width: 100%;
  color: #333;
  display: inline-block;
  text-decoration-line: none;
}

.about_img {
  width: 40%;
}


/***** 注意事項  *****/
.precaution_other {
  margin-top: 2em;
}


/***** よくあるご質問 *****/
.faq_contents {
  margin-bottom: 20px;
}

.faq_contents h3 {
  background: url("/sol/pcc/template/common/ecoupon/guide/images/img_faq_icon.png") left 0px top 2px no-repeat;
    background-size: 17px auto;
  padding-left: 23px;
}


/***** お得なキャンペーン *****/
.limited_campaign {
  background-color: #FFFFDD;
  padding: 28px 5%;
}

.limited_campaign h2 {
  border-bottom: 0;
  font-size: 20px;
  color: #F25821;
  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] {
  background-image: none;
  padding: 0;
  margin: 0;
}

/* bookcoupon
-------------------------------------------------------------*/
.explain_area .bookcoupon {
  margin: 0 10px;
  list-style:none;
  font-size: 14px;
}

/* attention
-------------------------------------------------------------*/
.explain_area .attention::before {
  content: "※";
  color: #FF0000;
}
.explain_area .attention {
  color: #FF0000;
}
.regist_page_btn {
  background: #FF6C26;
  border: 1px solid #ff9105;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 300px;
  margin:  0px auto 15px auto;
}

.regist_page_btn a {
  color: #FFF;
  padding: 8px 0;
  display: block;
}

.regist_page_btn a:hover {
  text-decoration: none;
}