@charset "UTF-8";
/*------------------------------------------------------------
    common
------------------------------------------------------------*/

/*------- cassette -------*/
#main a:hover {
  text-decoration: none;
}
.content-box {
  margin-bottom: 25px;
  position: relative;
}
.content-box.new-service:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: -26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 40px;
  border-color: transparent transparent #02b939 transparent;
  transform: rotate(315deg);
}
.content-box.new-service:after {
  content: "NEW";
  display: block;
  position: absolute;
  top: 12px;
  left: 3px;
  transform: rotate(315deg);
  color: #fff;
  font-weight: bold;
}
.main-content {
  padding: 30px;
  background: #fff;
}
.main-content_inner {
  margin: 15px 0 50px 0;
}
.main-content_inner.open_none {
  margin: 15px 0;
}
.main-content_inner > div,
.expand-main-content_inner > div:first-child {
  float: left;
  width: 360px;
}
.expand-main-content.default {
  display: block !important;
}
.expand-main-content section > figure,
.main-content_inner figure {
  float: right;
  margin-left: 20px;
}
.main-content_inner .cp-img {
  padding: 20px 0 10px;
}
.main-content_inner .rogo {
  margin-bottom: 10px;
}

.main-content_inner .note {
  color: #cc0000;
}

.main-content_inner .rogo img {
  max-height: 26px;
  width: auto;
  max-width: 100%;
}
.main-content_inner .rogo.long img {
  max-height: 48px;
}
.expand-main-content section > figure img,
.main-content figure img {
  width: 232px;
}
.expand-main-content {
  border-top: 1px #dbdbdb solid;
  background: #fff;
  display: none;
}
.expand-main-content section {
  padding: 25px 30px;
}
.expand-main-content section.expand-main-content_inner {
  padding-bottom: 0;
}
.bo_top {
  border-top: 1px #dbdbdb solid;
}
.box1-2 {
  float: left;
  width: 49.2%;
  margin-right: 10px;
}

/*
.box1-3 {
    float: left;
    width: 31%;
    margin-right: 3%;
}
*/

.box3-3 > ul.list_square > li {
  float: left;
  /*  width: calc((100% / 3) - 2%);*/
  width: calc((100% / 3) - 2em);
  margin-right: 3%;
  text-indent: -0.4rem;
}
/*
.box3-3>ul>li:nth-child(3n){
  margin-right: 0;
}
*/

@media only screen and (max-width: 640px) {
  .main-content {
    padding: 0 14px 14px;
    background: #fff;
  }
  .content-box {
    margin-bottom: 14px;
    margin-top: -15px;
    padding-top: 15px;
  }
  .content-box.new-service:before {
    top: 11px;
    left: -19px;
    border-width: 0 30px 30px 30px;
    transform: rotate(315deg);
  }
  .content-box.new-service:after {
    font-size: 10px;
    top: 22px;
    left: 2px;
  }
  .expand-main-content section {
    padding: 14px;
  }
  .main-content_inner {
    margin: 0 0 25px 0;
  }
  .expand-main-content section > figure + div,
  .main-content_inner > div {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .expand-main-content section > figure,
  .main-content figure {
    float: none;
    text-align: center;
    display: block;
    margin-left: 0px;
  }
  .main-content_inner .rogo {
    text-align: center;
  }
  .main-content figure img,
  .expand-main-content section > figure img,
  .expand-main-content img {
    width: 100%;
    height: auto;
  }
  /*
.box1-2, .box1-3 {
    float: none;
    width: 100%;
}
*/
  .box1-2,
  .box3-3 > ul.list_square > li {
    float: none;
    width: 100%;
  }
}
/* box */
.gray-box {
  background: #f9f9f9;
  padding: 20px;
}
.boder-box {
  padding: 20px;
  border: 1px solid #dbdbdb;
}
/* gray-box_inner */
.gray-box_inner {
  display: table;
}
.gray-box_inner figure {
  display: table-cell;
  vertical-align: middle;
  width: 125px;
  text-align: center;
}
.gray-box_inner figure img {
  width: 56px;
}
.gray-box_inner div {
  width: 487px;
  display: table-cell;
  vertical-align: middle;
}
/* tel */
a[href^="tel:"].tel-box,
a[href^="tel:"].tel-box2 {
  cursor: default;
  color: #2f3438;
  text-decoration: none;
}
.content-box .content-fax-img {
  margin-bottom: 4px;
  width: 4%;
  vertical-align: middle;
}
.content-box .content-tel-img {
  margin-bottom: 7px;
  width: 4%;
  vertical-align: middle;
}
.inner-left-box .card-img {
  height: 60px;
  width: auto;
}
@media only screen and (max-width: 640px) {
  /* box */
  .gray-box,
  .boder-box {
    padding: 14px;
  }
  /* gray-box_inner */
  .gray-box_inner {
    display: table;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
  }
  .gray-box_inner figure {
    display: block;
    text-align: center;
  }
  .gray-box_inner figure {
    width: 100%;
  }
  .gray-box_inner div {
    display: block;
    width: 100%;
    padding: 20px 0px;
  }
  .content-box .tel-box,
  .content-box .tel-box2 {
    display: block;
    text-align: center;
    border: 1px solid #0f218b;
    border-radius: 5px;
    padding: 3% 0;
    background-color: #fff;
  }
  a[href^="tel:"].tel-box {
    margin: 10px 0px;
  }
  a[href^="tel:"].tel-box2 {
    margin: 10px 0px 0px 0px;
  }
  .content-box .content-fax-img,
  .content-box .content-tel-img {
    width: 5%;
  }
}

/*------- content_open -------*/
.content_open {
  border: 1px solid #dbdbdb;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1.5rem;
}
.content_open p {
  position: relative;
}
.content_open span {
  margin-left: 15px;
  color: #cc0000;
  font-size: 1rem;
}
.content_open > p::after,
.content_open p.active::after {
  position: absolute;
  top: -4px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.content_open p.active::after {
  top: 5px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 640px) {
  .content_open {
    text-align: center;
    position: relative;
  }
  .content_open span {
    display: block;
    margin-left: 0px;
  }
}
/*------- ttl -------*/
.ttl_service-name {
  font-size: 2.3rem;
}
#starbucks .ttl_service-name {
  font-size: 2.1rem;
}
.ttl_service-name img {
  margin-left: 0.5rem;
  vertical-align: middle;
}

.ttl_square {
  font-size: 1.5rem;
  margin: 0 0 10px 0;
}
.ttl_square:before {
  content: "■";
  padding: 0 3px 0 0;
}
.ttl_big {
  font-size: 1.3rem;
}
.ttl_color {
  font-size: 1.5rem;
  margin: 10px 0;
}
#pearl .ttl_color {
  color: #0d5357;
}
#blue .ttl_color {
  color: #172944;
}
#gold .ttl_color {
  color: #8a5d05;
}
#platinum .ttl_color,
#sbs .ttl_color {
  color: #222;
}
.ttl_bg-color {
  color: #fff;
  padding: 0.8em;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
#pearl .ttl_bg-color {
  background-color: #0d5357;
}
#blue .ttl_bg-color {
  background-color: #172944;
}
#gold .ttl_bg-color {
  background-color: #8a5d05;
}
#platinum .ttl_bg-color,
#sbs .ttl_bg-color {
  background-color: #222;
}
@media only screen and (max-width: 640px) {
  .ttl_service-name {
    padding: 20px 0 12px;
    font-size: 1.8rem;
    text-align: center;
  }
  .ttl_service-name img {
    padding-top: 10px;
    padding-left: 0;
    display: block;
    margin: 0 auto;
  }
}
/*------- notes -------*/
.notes {
  color: #777c80;
}
.notes.red {
  color: #cc0000;
}
.notes li {
  margin: 0 0 3px 0;
}

/*------- list -------*/
.list_square {
  margin-left: 1.6em;
  list-style-type: square;
}
.content-box ul li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.content-box .list_square li {
  text-indent: 0;
  padding-left: 0;
}
.content-box .list_square li.normark {
  list-style: none;
  color: #777c80;
}
.list_kome li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.list_kome li:before {
  content: "※";
  margin: 0 0.1em 0 0;
}
.list_dot li:before {
  content: "・";
  margin: 0 0.1em 0 0;
}
.list_asterisk li:before {
  content: "＊" !important;
  margin: 0 0.1em 0 0;
}
.list_parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.list_parentheses li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
/*------- table -------*/
.tableA {
  width: 100%;
  margin-bottom: 1em;
}
.tableA th {
  padding: 1rem;
  text-align: left;
  background: #f3f3f3;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  font-weight: normal;
}
.tableA td {
  background: #f9f9f9;
  padding: 1rem;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.tableB,
.tableC {
  width: 100%;
  margin-bottom: 1em;
}
.tableB th,
.tableC th {
  padding: 1rem;
  text-align: left;
  background: #f3f3f3;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  font-weight: normal;
  width: 25%;
}
.tableB td,
.tableC td {
  background: #f9f9f9;
  padding: 1rem;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.tableB td:first-child,
.tableC td:first-child {
  border-left: none;
}
.tableB th:first-child,
.tableC th:first-child {
  border-left: none;
}
.row-col-table thead th {
  border-left: 1px solid #ffffff;
}
.row-col-table thead th:first-child {
  border-left: 0;
}

@media only screen and (max-width: 640px) {
  .tableB th,
  .tableB td {
    width: 100%;
    display: block;
    border-top: none;
    border-right: none;
    border-left: none;
  }
}
/*------- listbox -------*/
li.last {
  margin-right: 0;
}
/*------- listbox w50%-------*/
.listbox_1-2_50 li {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .listbox_1-2_50 li {
    float: none;
    width: auto;
  }
}
/*------- listbox w33%-------*/
.listbox_1-3_33 li {
  float: left;
  width: 33.33333%;
}
@media only screen and (max-width: 640px) {
  .listbox_1-3_33 li {
    float: none;
    width: auto;
  }
}
/*------- listbox w290-------*/
.listbox_1-2_w290 {
  width: 100%;
}
.content-box .listbox_1-2_w290 li {
  text-indent: 0;
  padding-left: 0;
  background: #fff;
  float: left;
  width: 290px;
  margin-right: 1em;
  margin-bottom: 1em;
}
.listbox_1-2_w290 li figure {
  display: table-cell;
  width: 50%;
}
.listbox_1-2_w290 li figure img {
  width: 100%;
}
.listbox_1-2_w290 li div {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
}
.listbox_1-2_w290 li.last {
  margin-right: 0px;
}
@media only screen and (max-width: 640px) {
  .content-box .listbox_1-2_w290 li {
    background: #fff;
    float: none;
    width: 100%;
    margin-right: 0;
    display: table;
    margin-bottom: 20px;
  }
  .listbox_1-2_w290 li figure {
    float: none;
    width: 50%;
    display: table-cell;
  }
  .listbox_1-2_w290 li div {
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    width: 50%;
  }
}
/*------- listbox w200-------*/
.listbox_1-3_w200 {
  width: 645px;
}
.content-box .listbox_1-3_w200 li {
  text-indent: 0;
  padding-left: 0;
  background: #f9f9f9;
  padding: 1em;
  float: left;
  width: 200px;
}
.listbox_1-3_w200 .logo {
  padding: 1em 0;
  text-align: center;
}
.listbox_1-3_w200 li figure {
  width: auto;
}
.listbox_1-3_w200 li figure img {
  width: 100%;
}
.listbox_1-3_w200 .red_button {
  position: relative;
  line-height: 1.2;
  font-size: 1.1rem;
  width: 100%;
  padding: 0px;
  margin-top: 0.5rem;
}
.listbox_1-3_w200 .notes.red {
	font-size: 1.1rem;
	display: inline-block;
}
.listbox_1-3_w200 .red_button a {
  padding: 10px 0;
  font-size: 1rem;
}
.listbox_1-3_w200 li div {
  border-bottom: 1px solid #dedede;
  margin: 1em 0;
}
@media only screen and (max-width: 640px) {
  .listbox_1-3_w200 .listbox_1-3_w200-txt {
    margin-bottom: 10px;
  }
  .content-box .listbox_1-3_w200 li {
    width: 100%;
  }
  .listbox_1-3_w200,
  .listbox_1-3_w200 li img {
    width: 100%;
  }
  .listbox_1-3_w200 li {
    float: none;
    padding: 0px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 641px) {
	#wifimobile .listbox_1-3_w200 p.listbox_1-3_w200-txt {
			min-height: 11em;
	}
}


/*------- red_button-------*/
.red_button {
  width: 388px;
  margin: 13px auto 0;
}
.red_button a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
  background-color: #dd2b3c;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
}
.red_button a:hover {
  background-color: #ce2131;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.red_button,
.red_button::before,
.red_button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 640px) {
  .red_button {
    width: 100%;
    margin: 1rem 0;
    line-height: 18px;
    padding: 0px;
  }
  .red_button a {
    padding: 15px 10px;
  }
}

/*------- HOWTO -------*/

.pay-method_revo {
  width: 100%;
  border: 1px solid #777c80;
  background: #fff;
  text-align: center;
}
.pay-method_revo th {
  background: #777c80;
  color: #fff;
  padding: 5px 0;
}
.pay-method_revo td {
  width: 50%;
  border: 1px solid #777c80;
  padding: 5px 0;
}

.pay-method_revo .colord {
  color: inherit;
  background-color: #dedede;
}

#display .expand-main-content section .card_img {
  text-align: center;
  padding: 20px 0;
}
#display .expand-main-content section .card_img img {
  width: 70%;
}

#pay-method-s .gray-box_inner figure {
  vertical-align: top;
}
#pay-method-s .gray-box_inner figure img.img-L {
  width: 70px;
}

#shopping-method .main-content_inner {
  margin: 0;
}
#shopping-method .main-content .jcb-bnr {
  text-align: center;
  padding: 20px 0 50px;
}

/*------- spgs -------*/
/*
#spgs .box1-3 p {
    text-indent: -1.2rem;
    padding-left: 1.2rem;
}
*/
#spgs .box3-3 p {
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}
#spgs .spgs_cp_bnr {
  max-width: 360px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #spgs .spgs_cp_bnr {
    margin: 0 auto;
  }
}

/*amex/css/service.css 緩衝*/
/*券種/サービスページ*/
/*
platinumtop/luggage
*/
#main-contents {
  width: 100%;
  float: none;
  font-size: 13px;
}
#main-contents.section {
  padding-top: 0;
}
.area-page {
  padding: 30px;
  background-color: #666;
}
.hero-img .color_box .ttl_inner h3 {
  margin-top: 0;
  font-size: 3rem;
}
#platinum .color_box,
#sbs .color_box {
  background-color: rgba(21, 39, 90, 1);
  /* background-color: #06369D; */
  /* background-color: #1D367C; */
}
#platinum .ttl_inner,
#sbs .ttl_inner {
  background: -moz-linear-gradient(left, rgba(21, 39, 90, 1) 90%, rgba(21, 39, 90, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(21, 39, 90, 1) 90%, rgba(21, 39, 90, 0) 100%);
  background: -ms-linear-gradient(left, rgba(21, 39, 90, 1) 90%, rgba(21, 39, 90, 0) 100%);
  background: linear-gradient(to right, rgba(21, 39, 90, 1) 90%, rgba(21, 39, 90, 0) 100%);
}

/* .page .content-box{outline: dotted 10px rgba(0, 200, 0, 0.9);} */
.page .content-box:last-child {
  margin-bottom: 0;
}
.page .content-box .ttl_color,
.page .content-box .ttl_square {
  font-size: 1.9rem;
}
.page .content-box a,
.page .content-box a:link,
.page .content-box a:visited {
  text-decoration: underline;
  color: #1953c7;
}
@media only screen and (max-width: 640px) {
  #platinum .sp-header,
  #sbs .sp-header {
    background: none;
  }
  .hero-img .color_box {
    padding: 40px 0;
  }
  .hero-img .color_box .ttl_inner h3 {
    font-size: 2rem;
  }
  .page .content-box .ttl_color,
  .page .content-box .ttl_square {
    font-size: 1.5rem;
  }
  .area-page {
    padding: 10px;
  }
}

.content-box ul.area_list > li {
  text-indent: 0;
  /* padding-left: 5.5em; */
  padding-left: 0;
  width: 100%;
  position: relative;
}
.area_list > li > span {
  /* width: 5.5em; */
  display: inline-block;
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
}
