@charset "utf-8";
/*                reset
======================================================= */
body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%;
}

body {
  color: #56565a;
  background-color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.33;
  font-size: 14px;
  -webkit-text-size-adjust: none;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 12px;
  }
}

p {
  line-height: 1.5;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input, textArea, select, button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 14px;
}

button {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}



/*
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 400;
src: url('../fonts/NotoSansCJKjp-Regular.woff') format('woff');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 700;
src: url('../fonts/NotoSansCJKjp-Bold.woff') format('woff');
}
*/
/*                link
======================================================= */
a:link {
  color: #56565a;
  text-decoration: none;
}

a:hover {
  color: #56565a;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  opacity: .8;
}

/*                common
======================================================= */
.clear:after {
  content: '';
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

/*                leyout
======================================================= */
#wrapper {
  overflow: visible;
}

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1064px;
  padding: 0 20px;
}
@media only screen and (max-width: 1079px) {
  .main_width {
    max-width: 100%;
    margin: 0;
  }
}

.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.cont_width .contIn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

/*                タイトル装飾
======================================================= */
/*                テキスト装飾
======================================================= */
.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.lato {
  font-family: "Lato", "arial", sans-serif;
}

.mintyo {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.msg_nodata {
  margin:50px auto;
  text-align: center;
  font-size:110%;
  font-weight: 600;
}

.ttl_modal {
  margin:0 auto 1em;
  text-align: center;
  font-size:120%;
  font-weight: 600;
}

.txt_errcode {
  margin:0 auto 1.5em;
  text-align: center;
  font-size:88%;
}

.txt_errmsg {
  text-align: left;
}

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}

.ie7 table tr th,
.ie7 table tr td {
  position: relative;
}

/* 擬似テーブル */
.table {
  display: table;
  width: 100%;
}
.table .tableCell {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .table.sp_brake {
    display: block;
  }
  .table.sp_brake .tablecell {
    display: block;
    width: 100%;
  }
}

/*                pageTop
======================================================= */
.pageTop,
.page_top{
  position: fixed;
  right: 0;
  bottom: 48px;
  z-index: 1000;
  display: none;
}
.pageTop a,
.page_top a {
  display: block;
  background-color: #7f7f7f;
  color: #fff;
  font-size:12px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  width:40px;
  height:40px;
  padding:22px 0 8px;
}
.pageTop a:before,
.page_top a:before {
  content: "\f062";
  display: inline-block;
  color: #fff;
  font-family: 'Font Awesome 5 Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size:14px;
  position: absolute;
  top:3px;
  left:50%;
  margin-left:-6px;
}
@media only screen and (max-width: 768px) {
  .pageTop,
  .page_top {
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 1000;
    display: none;
  }
}

/*                ページネーション
======================================================= */
#main_area .list-page-pagination{
  text-align: center;
  margin-top:6%;
}
#main_area .list-page-pagination ul.pagination{
  position: relative;
}
#main_area .list-page-pagination ul.pagination li{
  display: inline-block;
}
#main_area .list-page-pagination ul.pagination li a,
#main_area .list-page-pagination ul.pagination li span{
  border:1px #fff solid;
  padding: 6px 10px;
  display:block;
}
@media only screen and (max-width: 480px) {
  #main_area .list-page-pagination ul.pagination li a,
  #main_area .list-page-pagination ul.pagination li span{
    padding: 4px 7px;
    display:block;
  }
}
#main_area .list-page-pagination ul.pagination li a:hover{
  border-color:#002f5f;
}
#main_area .list-page-pagination ul.pagination li.active a{
  background-color: #002f5f;
  border:1px #002f5f solid;
  color:#fff;
}
#main_area .list-page-pagination ul.pagination li a:hover{
  text-decoration: none;
}

/*                カラム
======================================================= */
/* del */

.square {
  overflow: hidden;
}
.square .col1, .square .col2, .square .col3, .square .col4, .square .col5, .square .col6, .square .col7, .square .col8, .square .col9, .square .col10, .square .col11, .square .col12 {
  float: left;
  min-height: 1px;
  padding: 0;
  margin-bottom: 0;
}

.col12 {
  width: 100%;
}

.col11 {
  width: 91.66666667%;
}

.col10 {
  width: 83.33333333%;
}

.col9 {
  width: 75%;
}

.col8 {
  width: 66.66666667%;
}

.col7 {
  width: 58.33333333%;
}

.col6 {
  width: 50%;
}

.col5 {
  width: 41.66666667%;
}

.col4 {
  width: 33.33333333%;
}

.col3 {
  width: 25%;
}

.col2 {
  width: 16.66666667%;
}

.col1 {
  width: 8.33333333%;
}

@media only screen and (max-width: 1024px) {
  .pc1024Col12 {
    width: 100%;
  }

  .pc1024Col6 {
    width: 50%;
  }

  .pc1024Col3 {
    width: 25%;
  }

  .pc1024Col2 {
    width: 16.66666667%;
  }
}
@media only screen and (max-width: 768px) {
  .tab12 {
    width: 100%;
  }

  .tab6 {
    width: 50%;
  }

  .tab4 {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  .sp12 {
    width: 100%;
  }

  .sp6 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .sps12 {
    width: 100%;
  }

  .sps6 {
    width: 50%;
  }
}
/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100%important;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
/* del */

/*                footer
======================================================= */
/* del */

/* HTML モーダル */
.modal_box {
  position: fixed;
  display: none;
  z-index: 7777;
  width: 65%;
  max-width: 840px;
  margin: 0;
  padding: 2.5em 2em;
  border: none;
  text-align: center;
  background: #fff;
}

.modal_close { }

.modal_bg {
  z-index: 6666;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0,0,0,0.50);
}

@media screen and (max-width: 769px) {
  .modal_box {
    width: 85%;
    padding: 2.5em 1em;
  }

  .modal_close { }

}







/*                下層共通
======================================================= */
svg{
  width: 100% !important;
}
#graph3 svg text.fs20px,
#graph4 svg text.fs20px,
#graph5 svg text.fs20px,
#graph6 svg text.fs20px{
  font-size: 20px;
}
#graph4 svg text.fs19px,
#graph5 svg text.fs19px,
#graph6 svg text.fs19px{
  font-size: 19px;
}
{
  /*                返品・キャンセル履歴照会
  ======================================================= */
  /*                トップアップ利用状況照会
  ======================================================= */
  /*                個人PV・BVポイント、個人ポイント照会
  ======================================================= */
  /*                スポンサーシップマップ
  ======================================================= */
}
#main_area {
  padding-top: 41px;
  padding-bottom: 130px;
  /* ボタン */
  /* タブ */
}
@media only screen and (max-width: 640px) {
  #main_area {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 641px) {
  #main_area .btn_list .btn {
    display: inline-block;
  }
}
#main_area .btn_list .btn p, #main_area .btn_list .btn a {
  background-color: white;
  border: 1px #e0e0e0 solid;
  border-radius: 1px;
  color: #008fc5;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  padding: 5px 10px 10px;
}
@media only screen and (max-width: 768px) {
  #main_area .btn_list .btn p, #main_area .btn_list .btn a {
    display: inline-block;
  }
}
#main_area .btn_list .btn p:hover, #main_area .btn_list .btn a:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#main_area .btn_list .btn p:before, #main_area .btn_list .btn a:before {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px 20px;
  content: '';
  display: inline-block;
  height: 20px;
  position: relative;
  top: 4px;
  width: 20px;
  margin-right: 6px;
}
#main_area .btn_list .btn p input, #main_area .btn_list .btn a input {
  color: #008fc5;
  cursor: pointer;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.33;
}
#main_area .btn_list .btn.btn01 p:before, #main_area .btn_list .btn.btn01 a:before {
  background-image: url(../img/inquiry.png);
}
@media only screen and (min-width: 641px) {
  #main_area .btn_list .btn.btn02 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #main_area .btn_list .btn.btn02 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #main_area .btn_list .btn + .btn {
    margin-top: 10px;
  }
}
#main_area .top_area {
  position: relative;
  margin-bottom: 50px;
}
#main_area .top_area h1 {
  color: #002f5f;
  font-size: 157.1%;
  font-weight: 700;
  line-height: 1.18;
  word-wrap: break-word;
  word-break: break-all;
}
@media only screen and (max-width: 640px) {
  #main_area .top_area h1 {
    font-size: 166.7%;
    padding-right:70px;
  }
}
#main_area .top_area h1 .pc_none {
  display: none;
}
@media only screen and (max-width: 640px) {
  #main_area .top_area h1 .pc_none {
    display: block;
  }
}
#main_area .top_area p.back_btn {
  position: absolute;
  right: 20px;
  top: 0;
}
#main_area .top_area p.back_btn a {
  color: #008fc5;
  font-size: 14px;
  font-weight: bold;
}
#main_area .top_area p.back_btn a:before {
  content: '\f0d9';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
}
#main_area .top_area p.date_time {
  color: #757575;
  font-size: 12px;
  /* margin: 7px 0 12px; */
  margin: 7px 0 5px;
}
@media only screen and (max-width: 640px) {
  #main_area .top_area p.date_time {
    margin: 6px 0 10px;
  }
}
#main_area .top_area p.intro {
  font-size: 114.3%;
  line-height: 1.625em;
  /* margin-bottom: 15px; */
}
@media only screen and (max-width: 640px) {
  #main_area .top_area p.intro {
    font-size: 116.7%;
    line-height: 1.71em;
  }
}
#main_area .top_area ul.intro li {
  font-size: 114.3%;
  line-height: 1.625em;
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 640px) {
  #main_area .top_area ul.intro li {
    font-size: 116.7%;
  }
}
#main_area .top_area .name_area {
  margin-bottom: 16px;
}
#main_area .top_area .name_area .name {
  border-top: 1px #e0e0e0 solid;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.11;
  word-break: break-all;
  padding-top: 50px;
  margin-bottom: 0.33em;
}
@media only screen and (max-width: 640px) {
  #main_area .top_area .name_area .name {
    padding-top: 30px;
  }
}
#main_area .top_area .name_area dl {
  overflow: hidden;
}
#main_area .top_area .name_area dl dt, #main_area .top_area .name_area dl dd {
  float: left;
  font-size: 12px;
}
#main_area .top_area .name_area p.profile_link {
  margin-top: 3px;
}
#main_area .top_area .name_area p.profile_link a {
  color: #008fc5;
  font-size: 14px;
  font-weight: bold;
}
#main_area .top_area .name_area p.profile_link a:after {
  content: '\f105';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  margin-left: 0.5em;
}
#main_area .top_area p.date_time + .name_area {
  margin-top: 30px;
}
#main_area .top_area .btn_list .btn.btn02 p:before, #main_area .top_area .btn_list .btn.btn02 a:before {
  background-image: url(../img/update.png);
}
#main_area .select_month {
  height: 40px;
  margin-bottom: 24px;
}
#main_area .select_month p {
  border: 1px #e0e0e0 solid;
  border-radius: 1px;
  cursor: pointer;
  float: left;
  font-size: 14px;
  position: relative;
  /* width: 182px; */
  width: 230px;
  /* padding: 9px 12px 8px; */
  padding: 9px 30px 8px 12px;
}
@media only screen and (max-width: 640px) {
  #main_area .select_month p {
    float: none;
  }
}
#main_area .select_month p:after {
  color: #008fc5;
  content: '\f107';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 190%;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 12px;
  top: 6px;
}
#main_area .select_month ul {
  background-color: white;
  border: 1px #e0e0e0 solid;
  border-radius: 1px;
  display: none;
  position: absolute;
  /* width: 182px; */
  width: 230px;
  z-index: 100;
  margin-bottom: 10px;
}
#main_area .select_month ul li {
  cursor: pointer;
  font-size: 14px;
  /* padding: 9px 12px 8px; */
  padding: 9px 20px 8px 12px;
}
#main_area .select_month ul li:first-child {
  padding: 9px 30px 8px 12px;
}


#main_area .select_month ul li:first-child:after {
  color: #008fc5;
  content: '\f106';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 190%;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 12px;
  top: 6px;
}
#main_area .select_month select {
  border: 1px #e0e0e0 solid;
  border-radius: 1px;
  cursor: pointer;
  position: relative;
  padding: 9px 12px 8px;
  width: 182px;
}
#main_area .select_month .reload_btn {
  width: 162px;
  margin-left: 192px;
}
@media only screen and (max-width: 640px) {
  #main_area .select_month .reload_btn {
    float: none;
    margin-top: 10px;
    margin-left: 0;
  }
}
#main_area .select_month .reload_btn p {
  background-color: white;
  border: 1px #e0e0e0 solid;
  border-radius: 1px;
  color: #008fc5;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  width: 162px;
  padding: 4px 10px 8px;
}
@media only screen and (max-width: 640px) {
  #main_area .select_month .reload_btn p {
    width: 100%;
  }
}
#main_area .select_month .reload_btn p:before {
  background-image: url(../img/update.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px 20px;
  content: '';
  display: inline-block;
  height: 20px;
  position: relative;
  top: 4px;
  width: 20px;
  margin-right: 6px;
}
#main_area .select_month .reload_btn p:after {
  display: none;
}
#main_area .select_month .reload_btn p:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#main_area .select_month .reload_btn p input {
  color: #008fc5;
  cursor: pointer;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.33;
}
#main_area .detail_table .pv_area {
  margin-bottom: 20px;
}
#main_area .detail_table .pv_area .pv_list dl {
  border-bottom: 1px #e0e0e0 solid;
  overflow: hidden;
  width: 510px;
  padding: 11px 20px 12px;
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .pv_area .pv_list dl {
    width: 100%;
    padding: 0 0 16px;
  }
}
#main_area .detail_table .pv_area .pv_list dl dt {
  color: #002f5f;
  float: left;
  font-size: 114.3%;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .pv_area .pv_list dl dt {
    float: none;
    font-size: 116.7%;
    margin-bottom: 11px;
  }
}
#main_area .detail_table .pv_area .pv_list dl dd {
  color: #002f5f;
  float: right;
  font-size: 142.9%;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .pv_area .pv_list dl dd {
    float: none;
    font-size: 150%;
  }
}
#main_area .detail_table .pv_area .pv_list dl dd .font_S {
  font-size: 70%;
  margin-left: 4px;
}
#main_area .detail_table .pv_area .pv_list dl dd .blue {
  color: #002f5f;
  font-size: 60%;
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .pv_area .pv_list dl dd .blue {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .pv_area .pv_list dl + dl {
    padding-top: 17px;
  }
}
#main_area .detail_table .pv_area .pv_list.none dl dd {
  color: #ed174c;
}
#main_area .detail_table .pv_area .pv_list.none p {
  color: #ed174c;
  font-size: 12px;
  line-height: 1.2;
  padding: 8px 20px 0;
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .pv_area .pv_list.none p {
    padding: 8px 0 0;
  }
}
#main_area .detail_table .pv_area .pv_list.total dl dt {
  font-weight: 700;
}
#main_area .detail_table .pv_area .pv_list + .pv_list {
  margin-top: 44px;
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .pv_area .pv_list + .pv_list {
    margin-top: 35px;
  }
}
#main_area .detail_table .table_area {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  #main_area .detail_table .table_area {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1064px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1079px) {
  #main_area .detail_table .table_area {
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  #main_area .detail_table .table_area {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .table_area {
    -webkit-overflow-scrolling: touch;
  }
}
#main_area .detail_table .table_area table tr th, #main_area .detail_table .table_area table tr td {
  border-bottom: 1px #e0e0e0 solid;
  border-left: 1px #e0e0e0 solid;
  padding: 11px 14px 14px;
}
@media only screen and (max-width: 768px) {
  #main_area .detail_table .table_area table tr th, #main_area .detail_table .table_area table tr td {
    padding: 14px 10px 13px;
  }
}
#main_area .detail_table .table_area table tr th.width1, #main_area .detail_table .table_area table tr td.width1 {
  border-left: none;
  width: 2.9%;
  padding: 14px 0 13px;
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .table_area table tr th.width1, #main_area .detail_table .table_area table tr td.width1 {
    padding: 14px 0 13px 5px;
  }
}
#main_area .detail_table .table_area table tr th.width2, #main_area .detail_table .table_area table tr td.width2 {
  border-left: none;
  width: 22.1%;
}
#main_area .detail_table .table_area table tr th.width3, #main_area .detail_table .table_area table tr th.width4, #main_area .detail_table .table_area table tr th.width5, #main_area .detail_table .table_area table tr td.width3, #main_area .detail_table .table_area table tr td.width4, #main_area .detail_table .table_area table tr td.width5 {
  width: 25%;
}
#main_area .detail_table .table_area table tr th .pc_none, #main_area .detail_table .table_area table tr td .pc_none {
  display: none;
}
@media only screen and (max-width: 768px) {
  #main_area .detail_table .table_area table tr th .pc_none, #main_area .detail_table .table_area table tr td .pc_none {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .table_area table tr th .sp_none, #main_area .detail_table .table_area table tr td .sp_none {
    display: none;
  }
}
#main_area .detail_table .table_area table tr th .max950, #main_area .detail_table .table_area table tr td .max950 {
  display: none;
}
@media only screen and (max-width: 950px) {
  #main_area .detail_table .table_area table tr th .max950, #main_area .detail_table .table_area table tr td .max950 {
    display: block;
  }
}
#main_area .detail_table .table_area table tr th .max768, #main_area .detail_table .table_area table tr td .max768 {
  display: none;
}
@media only screen and (max-width: 768px) {
  #main_area .detail_table .table_area table tr th .max768, #main_area .detail_table .table_area table tr td .max768 {
    display: block;
  }
}
#main_area .detail_table .table_area table tr th .max640, #main_area .detail_table .table_area table tr td .max640 {
  display: none;
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .table_area table tr th .max640, #main_area .detail_table .table_area table tr td .max640 {
    display: block;
  }
}
#main_area .detail_table .table_area table tr th .max530, #main_area .detail_table .table_area table tr td .max530 {
  display: none;
}
@media only screen and (max-width: 530px) {
  #main_area .detail_table .table_area table tr th .max530, #main_area .detail_table .table_area table tr td .max530 {
    display: block;
  }
}
#main_area .detail_table .table_area table thead tr th {
  font-size: 85.7%;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  #main_area .detail_table .table_area table thead tr th {
    padding-top: 8px;
    padding-bottom: 9px;
  }
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .table_area table thead tr th {
    font-size: 83.3%;
  }
}
#main_area .detail_table .table_area table tbody tr th, #main_area .detail_table .table_area table tbody tr td {
  border-bottom: 6px #e0e0e0 solid;
  text-align: right;
  vertical-align: top;
}
#main_area .detail_table .table_area table tbody tr th.width2 {
  text-align: left;
}
#main_area .detail_table .table_area table tbody tr th.width2 a {
  color: #008fc5;
  display: block;
  font-weight: 700;
  line-height: 1.14;
  margin-bottom: 7px;
}
#main_area .detail_table .table_area table tbody tr th.width2 span {
  font-size: 12px;
  display: block;
}
#main_area .detail_table .table_area table tbody tr th.width2 span + span {
  margin-top: 9px;
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .table_area table tbody tr th.width2 span + span {
    margin-top: 7px;
  }
}
#main_area .detail_table .table_area table tbody tr td {
  font-weight: 700;
  line-height: 1.57;
}
#main_area .detail_table .table_area table tbody tr td.width5 {
  font-weight: normal;
}
#main_area .detail_table .table_area table tbody tr td.width5 span.font_S {
  display: block;
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .table_area table tbody tr td.width5 span.font_S {
    font-size: 10px;
  }
}
#main_area .detail_table .table_area .table {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #main_area .detail_table .table_area .table {
    border-top: 2px #e0e0e0 solid;
  }
}
@media only screen and (min-width: 769px) {
  #main_area .detail_table .table_area .table .column {
    float: left;
    width: 16.66666%;
  }
}
@media only screen and (max-width: 768px) {
  #main_area .detail_table .table_area .table .column {
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  #main_area .detail_table .table_area .table .column:nth-child(odd) {
    background-color: #f5f5f5;
  }
}
@media only screen and (min-width: 769px) {
  #main_area .detail_table .table_area .table .column .th {
    border-bottom: 1px #e0e0e0 solid;
    border-left: 1px #e0e0e0 solid;
    padding: 11px 14px 14px;
  }
}
@media only screen and (max-width: 850px) {
  #main_area .detail_table .table_area .table .column .th {
    padding: 11px 9px 14px;
  }
}
@media only screen and (max-width: 768px) {
  #main_area .detail_table .table_area .table .column .th {
    float: left;
    padding: 0.58em 1.25em 0.66em;
  }
}
#main_area .detail_table .table_area .table .column .th p {
  font-size: 85.7%;
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .table_area .table .column .th p {
    font-size: 83.3%;
  }
}
@media only screen and (min-width: 769px) {
  #main_area .detail_table .table_area .table .column .td {
    border-bottom: 6px #e0e0e0 solid;
    border-left: 1px #e0e0e0 solid;
    padding: 11px 14px 28px;
  }
}
@media only screen and (max-width: 768px) {
  #main_area .detail_table .table_area .table .column .td {
    float: right;
    padding: 0.5em 1.25em 0;
  }
}
#main_area .detail_table .table_area .table .column .td p {
  font-weight: 700;
  line-height: 1.57;
  text-align: right;
}
#main_area .detail_table .table_area .table .column:first-child .th, #main_area .detail_table .table_area .table .column:first-child .td {
  border-left: none;
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .table_area .table02 {
    min-width: 320px;
  }
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .table_area .table02 .sp_none {
    display: none;
  }
}
#main_area .detail_table .table_area .table02 .th, #main_area .detail_table .table_area .table02 .td {
  width: 25%;
}
#main_area .detail_table .table_area .table02 .th.width1, #main_area .detail_table .table_area .table02 .td.width1 {
  border-left: none !important;
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .table_area .table02 .th.width1, #main_area .detail_table .table_area .table02 .td.width1 {
    /* width: 36%; */
    width: 28%;
  }
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .table_area .table02 .th.width2, #main_area .detail_table .table_area .table02 .th.width3, #main_area .detail_table .table_area .table02 .td.width2, #main_area .detail_table .table_area .table02 .td.width3 {
    width: 22%;
  }
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .table_area .table02 .th.width4, #main_area .detail_table .table_area .table02 .td.width4 {
    width: 20%;
  }
}
#main_area .detail_table .table_area .table02 .thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#main_area .detail_table .table_area .table02 .thead .th {
  border-left: 1px #e0e0e0 solid;
  display: table-cell;
  /* vertical-align: bottom; */
  vertical-align: middle;
  text-align: center;
  padding: 11px 14px 14px;
}
#main_area .detail_table .table_area .table02 .thead .th.notes {
  text-align: left;
  font-size: 85.7%;
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .table_area .table02 .thead .th.notes {
    font-size: 83.3%;
  }
}

#main_area .detail_table .table_area .table02 .thead .th.this_month {
  vertical-align: bottom;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #main_area .detail_table .table_area .table02 .thead .th {
    padding: 8px 5px 9px;
  }
}
#main_area .detail_table .table_area .table02 .thead .th p {
  /* font-size: 85.7%; */
  font-size: 100%;
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .table_area .table02 .thead .th p {
    /* font-size: 83.3%; */
  }
}
@media only screen and (max-width: 640px) {
  #main_area .detail_table .table_area .table02 .thead .th p  span{
    /* font-size: 80.0%; */
  }
}


#main_area .detail_table .table_area .table02 .tbody .tr {
  border-top: 1px #e0e0e0 solid;
  border-bottom: 5px #e0e0e0 solid;
  position: relative;
}
#main_area .detail_table .table_area .table02 .tbody .tr a.group_link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#main_area .detail_table .table_area .table02 .tbody .tr a.group_link:after {
  content: '\f105';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 190%;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
@media only screen and (max-width: 768px) {
  #main_area .detail_table .table_area .table02 .tbody .tr a.group_link:after {
    right: 10px;
  }
}
#main_area .detail_table .table_area .table02 .tbody .tr a.personal_link {
  position: relative;
  z-index: 100;
}
#main_area .detail_table .table_area .table02 .tbody .tr .top, #main_area .detail_table .table_area .table02 .tbody .tr .btm {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#main_area .detail_table .table_area .table02 .tbody .tr .top .th,
#main_area .detail_table .table_area .table02 .tbody .tr .top .td,
#main_area .detail_table .table_area .table02 .tbody .tr .btm .th,
#main_area .detail_table .table_area .table02 .tbody .tr .btm .td {
  display: table-cell;
  /* vertical-align: top; */
  vertical-align: middle;
  padding: 14px 14px 11px;
}
@media only screen and (max-width: 768px) {
  #main_area .detail_table .table_area .table02 .tbody .tr .top .th, #main_area .detail_table .table_area .table02 .tbody .tr .top .td, #main_area .detail_table .table_area .table02 .tbody .tr .btm .th, #main_area .detail_table .table_area .table02 .tbody .tr .btm .td {
    padding: 14px 5px 13px;
  }
}
#main_area .detail_table .table_area .table02 .tbody .tr .top .th p a {
  color: #008fc5;
  display: block;
  font-weight: 700;
  line-height: 1.5;
  /* margin-bottom: 7px; */
}
#main_area .detail_table .table_area .table02 .tbody .tr .top .th p span {
  font-size: 12px;
  display: block;
}
#main_area .detail_table .table_area .table02 .tbody .tr .top .th p span + span {
  margin-top: 9px;
}
#main_area .detail_table .table_area .table02 .tbody .tr .top .td {
  border-left: 1px #e0e0e0 solid;
  /* text-align: right; */
  text-align: center;
}
#main_area .detail_table .table_area .table02 .tbody .tr .top .td.this_month {
  text-align: right;
}
#main_area .detail_table .table_area .table02 .tbody .tr .top .td p {
  font-weight: bold;
}
#main_area .detail_table .table_area .table02 .tbody .tr .top .td.width4 {
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  #main_area .detail_table .table_area .table02 .tbody .tr .top .td.width4 {
    padding-right: 35px;
  }
}
#main_area .detail_table .table_area .table02 .tbody .tr .btm .td {
  border-left: 1px #e0e0e0 solid;
  width: 75%;
}
@media only screen and (max-width: 768px) {
  #main_area .detail_table .table_area .table02 .tbody .tr .btm .td {
    width: 64%;
  }
}
#main_area .detail_table .table_area .table02 .tbody .tr .btm .td p {
  display: inline-block;
}
#main_area .detail_table .table_area .table02 .tbody .tr .btm .td p span {
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  padding: 1px 9px 0;
}
#main_area .detail_table .table_area .table02 .tbody .tr .btm .td p.icon01 span {
  background-color: #008fc5;
}
#main_area .detail_table .table_area .table02 .tbody .tr .btm .td p.icon02 span {
  background-color: #009345;
}
#main_area .detail_table .table_area .table02 .tbody .tr.reader {
  border-bottom: 5px #008fc5 solid;
}
#main_area .detail_table .table_area .table02 .tbody .tr.bg01 {
  background-color: #f4fcff;
}
#main_area .detail_table .table_area .table02 .tbody .tr.bg02 {
  background-color: #fff;
}
#main_area .detail_table .table_area p.supplement {
  font-size: 12px;
  line-height: 1.3;
  margin: 15px 0 0 16px;
}
@media only screen and (max-width: 768px) {
  #main_area .detail_table .table_area p.supplement {
    margin: 23px 0 0 0;
  }
}
#main_area .tab {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1064px;
  padding: 0 20px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1079px) {
  #main_area .tab {
    max-width: 100%;
    margin: 0 0 14px;
  }
}
@media only screen and (max-width: 768px) {
  #main_area .tab {
    padding: 0;
    margin: 0 0 25px;
  }
}
#main_area .tab ul {
  border-bottom: 1px #e0e0e0 solid;
  overflow: hidden;
  padding: 0 20px;
}
#main_area .tab ul li {
  float: left;
  position: relative;
}
#main_area .tab ul li:after {
  background-color: transparent;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
#main_area .tab ul li a, #main_area .tab ul li span {
  display: block;
  font-size: 114.3%;
  font-weight: 700;
  padding: 0 20px 13px;
}
@media only screen and (max-width: 640px) {
  #main_area .tab ul li a, #main_area .tab ul li span {
    font-size: 116.7%;
  }
}
#main_area .tab ul li a:hover, #main_area .tab ul li span:hover {
  text-decoration: none;
}
#main_area .tab ul li.active:after {
  background-color: #008fc5;
}
#main_area .tab ul li.active a, #main_area .tab ul li.active span {
  color: #008fc5;
}
#history #main_area .top_area .name_area {
  margin-bottom: 17px;
}
#history #main_area .top_area .name_area h2 {
  border-top: none;
  padding-top: 0;
}
#history #main_area .detail_table .pv_area .pv_list.total dl dd {
  color: #ed174c;
}
#history #main_area .detail_table .table_area table tr th.width5, #history #main_area .detail_table .table_area table tr th.width3, #history #main_area .detail_table .table_area table tr th.width4, #history #main_area .detail_table .table_area table tr td.width5, #history #main_area .detail_table .table_area table tr td.width3, #history #main_area .detail_table .table_area table tr td.width4 {
  width: 33.33333%;
}
#history #main_area .detail_table .table_area table tr th.width5, #history #main_area .detail_table .table_area table tr td.width5 {
  border-left: none;
}
#inquiry #main_area .top_area {
  margin-bottom: 33px;
}
@media only screen and (min-width: 641px) {
  #inquiry #main_area .top_area p.date_time + .name_area {
    border-top: 1px #e0e0e0 solid;
    padding-top: 32px;
  }
}
@media only screen and (max-width: 640px) {
  #inquiry #main_area .top_area .btn_list .btn.btn01 {
    display: inline-block;
  }
}
#inquiry #main_area .top_area .btn_list .btn.btn01 p.open {
  border-bottom: none;
  border-radius: 1px 1px 0 0;
  -moz-box-shadow: 2px -2px 2px #e0e0e0, -2px -2px 2px #e0e0e0;
  -webkit-box-shadow: 2px -2px 2px #e0e0e0, -2px -2px 2px #e0e0e0;
  box-shadow: 2px -2px 2px #e0e0e0, -2px -2px 2px #e0e0e0;
  position: relative;
  z-index: 20;
  padding-bottom: 20px;
}
#inquiry #main_area .top_area .btn_list .btn.btn01 p.open:hover {
  opacity: 1;
}
#inquiry #main_area .top_area .btn_list .aco_area {
  background-color: white;
  -moz-box-shadow: 2px 2px 2px #e0e0e0, -2px -2px 2px #e0e0e0;
  -webkit-box-shadow: 2px 2px 2px #e0e0e0, -2px -2px 2px #e0e0e0;
  box-shadow: 2px 2px 2px #e0e0e0, -2px -2px 2px #e0e0e0;
  display: none;
  position: absolute;
  width: 546px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #inquiry #main_area .top_area .btn_list .aco_area {
    left: 0;
    width: 100%;
  }
}
#inquiry #main_area .top_area .btn_list .aco_area .top {
  border-bottom: 1px #e0e0e0 solid;
  overflow: hidden;
  padding: 15px 20px 14px;
}
#inquiry #main_area .top_area .btn_list .aco_area .top .table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#inquiry #main_area .top_area .btn_list .aco_area .top .table p {
  display: table-cell;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
  width: 100%;
  padding-right: 42px;
}
#inquiry #main_area .top_area .btn_list .aco_area .top .table .close_btn {
  clear: right;
  cursor: pointer;
  display: table-cell;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 14px;
}
#inquiry #main_area .top_area .btn_list .aco_area .top .table .close_btn img {
  width: 100%;
}
#inquiry #main_area .top_area .btn_list .aco_area .month {
  background-color: #f2f2f2;
  border-bottom: 1px #e0e0e0 solid;
  padding: 16px 20px 19px;
}
@media only screen and (max-width: 768px) {
  #inquiry #main_area .top_area .btn_list .aco_area .month {
    padding: 20px;
  }
}
#inquiry #main_area .top_area .btn_list .aco_area .month ul {
  overflow: hidden;
  margin: -5px;
}
#inquiry #main_area .top_area .btn_list .aco_area .month ul li {
  float: left;
  text-align: center;
  width: 25%;
  padding: 5px;
}
@media only screen and (max-width: 640px) {
  #inquiry #main_area .top_area .btn_list .aco_area .month ul li {
    width: 33.33333%;
  }
}
#inquiry #main_area .top_area .btn_list .aco_area .month ul li label {
  background-color: white;
  border: 1px #e0e0e0 solid;
  border-radius: 1px;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 16px 0 15px;
}
@media only screen and (max-width: 768px) {
  #inquiry #main_area .top_area .btn_list .aco_area .month ul li label {
    padding: 6px 0 5px;
  }
}
#inquiry #main_area .top_area .btn_list .aco_area .month ul li label input[type="radio"] {
  display: none;
}
#inquiry #main_area .top_area .btn_list .aco_area .month ul li label.btn_active {
  border: 1px #008fc5 solid;
  color: #008fc5;
}
#inquiry #main_area .top_area .btn_list .aco_area .btm {
  background-color: #f2f2f2;
  overflow: hidden;
  text-align: right;
  padding: 15px 20px 16px;
}
#inquiry #main_area .top_area .btn_list .aco_area .btm ul {
  float: right;
  overflow: hidden;
  margin: 0 -4px;
}
#inquiry #main_area .top_area .btn_list .aco_area .btm ul li {
  float: left;
  padding: 0 4px;
}
#inquiry #main_area .top_area .btn_list .aco_area .btm ul li span, #inquiry #main_area .top_area .btn_list .aco_area .btm ul li button, #inquiry #main_area .top_area .btn_list .aco_area .btm ul li a {
  border-radius: 1px;
  color: white;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33;
  padding: 7px 2em;
}
#inquiry #main_area .top_area .btn_list .aco_area .btm ul li.close {
  cursor: pointer;
}
#inquiry #main_area .top_area .btn_list .aco_area .btm ul li.close span {
  background-color: #6a7980;
}
#inquiry #main_area .top_area .btn_list .aco_area .btm ul li.transition span {
  background-color: #cccccc;
}
#inquiry #main_area .top_area .btn_list .aco_area .btm ul li.transition button, #inquiry #main_area .top_area .btn_list .aco_area .btm ul li.transition a {
  background-color: #008fc5;
}
#inquiry #main_area .top_area .btn_list .aco_area .btm ul li.transition button:hover, #inquiry #main_area .top_area .btn_list .aco_area .btm ul li.transition a:hover {
  text-decoration: none;
}
#inquiry #main_area .name_area {
  margin-bottom: 26px;
}
#inquiry #main_area .name_area h2 {
  border-top: none;
  padding-top: 0;
}
#inquiry #main_area .tab_cont .tab_area .select_month {
  margin-top: 30px;
}
#inquiry #main_area .tab_cont .tab_area .detail_table .pv_area .pv_list dl {
  width: 580px;
}
@media only screen and (max-width: 640px) {
  #inquiry #main_area .tab_cont .tab_area .detail_table .pv_area .pv_list dl {
    width: 100%;
  }
}
#inquiry #main_area .tab_cont .tab_area .detail_table .pv_area .pv_list dl dt .max480 {
  display: none;
}
@media only screen and (max-width: 480px) {
  #inquiry #main_area .tab_cont .tab_area .detail_table .pv_area .pv_list dl dt .max480 {
    display: block;
  }
}
#inquiry #main_area .tab_cont .tab_area .detail_table .table_area table tr th.width2, #inquiry #main_area .tab_cont .tab_area .detail_table .table_area table tr th.width3, #inquiry #main_area .tab_cont .tab_area .detail_table .table_area table tr th.width4, #inquiry #main_area .tab_cont .tab_area .detail_table .table_area table tr th.width5, #inquiry #main_area .tab_cont .tab_area .detail_table .table_area table tr td.width2, #inquiry #main_area .tab_cont .tab_area .detail_table .table_area table tr td.width3, #inquiry #main_area .tab_cont .tab_area .detail_table .table_area table tr td.width4, #inquiry #main_area .tab_cont .tab_area .detail_table .table_area table tr td.width5 {
  width: 25%;
}
#inquiry #main_area .tab_cont .tab_area .detail_table .table_area table tbody tr th, #inquiry #main_area .tab_cont .tab_area .detail_table .table_area table tbody tr td {
  padding-bottom: 28px;
}
#inquiry #main_area .tab_cont .tab_area .detail_table .table_area table tbody tr th {
  font-weight: 700;
}
#inquiry #main_area .tab_cont .tab_area .detail_table .table_area table tbody tr th.width2 {
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  #inquiry #main_area .tab_cont .tab_area .detail_table .table_area table tbody tr td.width3, #inquiry #main_area .tab_cont .tab_area .detail_table .table_area table tbody tr td.width4 {
    font-size: 14px;
  }
}
#inquiry #main_area .tab_cont .tab_area .detail_table .table_area table tbody tr td.width5 {
  font-weight: normal;
}
#personal_point #main_area .top_area {
  margin-bottom: 30px;
}
#personal_point #main_area .top_area p.intro + p.intro {
  border-bottom: 1px #e0e0e0 solid;
  padding-bottom: 1.5em;
  margin-top: 1.0625em;
}
@media only screen and (max-width: 640px) {
  #personal_point #main_area .top_area p.intro + p.intro {
    padding-bottom: 1.85em;
  }
}
#personal_point #main_area .top_area .name_area .name {
  font-size: 18px;
}
#personal_point #main_area .select_month {
  height: auto;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #personal_point #main_area .select_month {
    margin-bottom: 48px;
  }
}
#personal_point #main_area .detail_table {
  margin-bottom: 47px;
}
#personal_point #main_area .detail_table .pv_area .pv_list.total dl dt {
  float: left;
  margin-bottom: 0;
}
#personal_point #main_area .detail_table .pv_area .pv_list.total dl dd {
  color: #ed174c;
  float: right;
}
#personal_point #main_area .detail_table .confirmation_btn {
  margin-bottom: 20px;
}
#personal_point #main_area .detail_table .confirmation_btn a {
  background-color: white;
  border: 1px #e0e0e0 solid;
  border-radius: 1px;
  color: #008fc5;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  padding: 4px 10px 9px;
}
#personal_point #main_area .detail_table .confirmation_btn a:before {
  background-image: url(../img/inquiry.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px 20px;
  content: '';
  display: inline-block;
  height: 20px;
  position: relative;
  top: 5px;
  width: 20px;
  margin-right: 6px;
}
#personal_point #main_area .detail_table .confirmation_btn a:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#personal_point #main_area .detail_table .table_area {
  padding-right: 20px;
  padding-left: 20px;
}
#sponsorship_map #main_area .top_area {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  #sponsorship_map #main_area .top_area {
    /* margin-bottom: 26px; */
  }
}
#sponsorship_map #main_area .btn_list {
  margin-bottom: 50px;
}
#sponsorship_map #main_area .select_month {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  #sponsorship_map #main_area .select_month {
    height: auto;
  }
}
#sponsorship_map #main_area .detail_cont .detail_cont_btn {
  overflow: hidden;
}
#sponsorship_map #main_area .detail_cont .detail_cont_btn ul {
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  #sponsorship_map #main_area .detail_cont .detail_cont_btn ul {
    float: none;
    margin-bottom: 13px;
  }
}
#sponsorship_map #main_area .detail_cont .detail_cont_btn ul li {
  float: left;
  text-align: center;
  width: 150px;
}
@media only screen and (max-width: 640px) {
  #sponsorship_map #main_area .detail_cont .detail_cont_btn ul li {
    width: 50%;
  }
}
#sponsorship_map #main_area .detail_cont .detail_cont_btn ul li a, #sponsorship_map #main_area .detail_cont .detail_cont_btn ul li span {
  border: 1px #e0e0e0 solid;
  display: block;
  font-size: 14px;
  padding: 11px 0 9px;
}
#sponsorship_map #main_area .detail_cont .detail_cont_btn ul li a:hover, #sponsorship_map #main_area .detail_cont .detail_cont_btn ul li span:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#sponsorship_map #main_area .detail_cont .detail_cont_btn ul li.active span {
  background-color: #008fc5;
  border: 1px #008fc5 solid;
  color: white;
  font-weight: bold;
}
#sponsorship_map #main_area .detail_cont .detail_cont_btn ul li.btn01 a, #sponsorship_map #main_area .detail_cont .detail_cont_btn ul li.btn01 span {
  border-radius: 1px 0 0 1px;
}
#sponsorship_map #main_area .detail_cont .detail_cont_btn ul li.btn02 a, #sponsorship_map #main_area .detail_cont .detail_cont_btn ul li.btn02 span {
  border-radius: 0 1px 1px 0;
}
#sponsorship_map #main_area .detail_cont .detail_cont_btn p.back_btn {
  font-size: 14px;
  text-align: right;
  margin-top: 12px;
}
@media only screen and (max-width: 640px) {
  #sponsorship_map #main_area .detail_cont .detail_cont_btn p.back_btn {
    margin-top: 0;
    margin-bottom: 17px;
  }
}
#sponsorship_map #main_area .detail_cont .detail_cont_btn p.back_btn a {
  color: #008fc5;
  font-weight: bold;
}
#sponsorship_map #main_area .detail_cont .detail_cont_btn p.back_btn a:before {
  content: '\f0d9';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
}

/*                201808 追加ページ用
======================================================= */
@media only screen and (max-width: 640px) {
  .table_pad0 .table_cont{
    margin:0 -20px;
  }
}
#main_area .top_area.mgb0 {
  margin-bottom: 0;
}
#main_area .clear:after{
  content: "";
  clear: both;
  display: block;
}
#main_area h1 span.sp_br{
  margin-left:7px;
}
@media only screen and (max-width: 640px) {
  #main_area h1 span.sp_br{
    margin-left:0;
    display:block;
  }
}
#main_area h2{
  margin-bottom:1.2em;
}
#main_area span.br{
  display: block;
}
@media only screen and (max-width: 640px) {
  #main_area span.br{
    display:inline;
  }
}
@media only screen and (max-width: 1024px) {
  #main_area br.no1024{
    display:none;
  }
}
@media only screen and (max-width: 640px) {
  #main_area br.no640{
    display:none;
  }
}
@media only screen and (max-width: 480px) {
  #main_area br.no480{
    display:none;
  }
}
#main_area br.ap768,
#main_area br.ap640,
#main_area br.ap480{
  display:none;
}
@media only screen and (max-width: 768px) {
  #main_area br.ap768{
    display:block;
  }
}
@media only screen and (max-width: 640px) {
  #main_area br.ap640{
    display:block;
  }
}
@media only screen and (max-width: 480px) {
  #main_area br.ap480{
    display:block;
  }
}
@media only screen and (max-width: 640px) {
  .br640 {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .br480 {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .br400 {
    display: block;
  }
}
#main_area .top_area p.intro.mgt {
  margin: 1.2em 0 0;
}
.blue,
.blue a{
  color: #008fc5;
}
.d_blue {
  color: #002f5f;
}
.red {
  color: #e91240;
}
.bold {
  font-weight:bold;
}
.f_size16 {
  font-size: 114.3%;
}
.f_size18 {
  font-size: 128.6%;
}
@media only screen and (max-width: 640px) {
  .f_size16 {
    font-size: 100%;
  }
}
.f_size12 {
  font-size: 85.7%;
}
.table_style .f_size11 {
  font-size: 91.7%
}
@media only screen and (max-width: 1024px) {
  .table_style .f_size11 {
    font-size: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .table_style .f_size11 {
    display: block;
  }
}
.text_r {
  text-align: right;
}
#main_area .bottom_border.mgt {
  margin-top: 1.6em;
}
.bottom_border{
  border-bottom: 1px #e0e0e0 solid;
}
.to_table{
  display: table;
}
.to_table .table-cell{
  display: table-cell;
  vertical-align: middle;
}
.arrow_b_down:after,
.a_arrow_b_down a:after{
  color: #008fc5;
  content: '\f107';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-weight:normal;
  font-size: 142.9%;
  margin-left:10px;
  position: relative;
  top:1px;
}
.arrow_b:after,
.a_arrow_b a:after {
  color: #008fc5;
  content: '\f105';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-weight: bold;
  margin-left:8px;
}
p.blue.bold.arrow_b{
  font-size: 116.7%;
}
p.blue.bold.arrow_b.many{
  margin-top: 0.8em;
}
.bg_gray {
  background-color:#f4f4f4;
  position: relative;
  padding: 20px 80px 19px;
  margin:30px 0 40px;
}
@media only screen and (max-width: 640px) {
  .bg_gray {
    padding:66px 30px 35px;
  }
}
.bg_gray .red {
  margin-bottom:1.2em;
}
.war_mark:before {
  content: "";
  display: block;
  background-image: url(../img/warning_mark.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height:24px;
  position: absolute;
  left:30px;
  top:24px;
}
@media only screen and (max-width: 640px) {
  .war_mark:before {
    width: 28px;
    height:28px;
    left:50%;
    top:24px;
    margin-left:-16px;
  }
}
#main_area .bg_gray.center_mark{
  display: table;
  width:100%;
  padding: 16px 30px 15px 80px;
}
@media only screen and (max-width: 640px) {
  #main_area .bg_gray.center_mark{
    display: table;
    width:100%;
    padding:66px 80px 25px;
  }
}
@media only screen and (max-width: 600px) {
  #main_area .bg_gray.center_mark{
    padding:66px 30px 25px;
  }
}
.war_mark.center_mark:before {
  left:30px;
  top:50%;
  margin-top:-12px;
}
@media only screen and (max-width: 640px) {
  .war_mark.center_mark:before {
    width: 28px;
    height:28px;
    left:50%;
    top:24px;
    margin-left:-16px;
    margin-top:0;
  }
}
.bg_gray dl+dl{
  margin-top:1.2em;
}
.bg_gray dl dt{
  margin-bottom:0.8em;
}
.bg_gray dl dd ul li,
.bg_gray ul li{
  text-indent: -1em;
  padding-left: 1em;
}
.bg_gray dl dd ul li+li,
.bg_gray ul li+li{
  margin-top:0.6em;
}
.bg_gray ul.marked{
  margin-bottom: -0.8em;
}
.bg_gray ul.marked li,
.bg_gray ul.marked li>ul{
  text-indent: -1.4em;
  padding-left: 1.4em;
  margin-bottom:0.8em;
}
.bg_gray ul.marked li>ul {
  margin:6px 0 0 -2.8em;
}
.bg_gray ul.marked li>ul li{
  margin-bottom:0.4em;
}
.bg_gray dl dt,
.bg_gray dl dd{
  font-size:114.3%;
}
.bg_gray.text_p p{
  margin-top:-0.8em;
}
@media only screen and (max-width: 640px) {
  .bg_gray.text_p p{
    margin-top:-0.4em;
  }
}
.border_pair {
  border-top: 1px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;
  padding:38px 0;
  margin-bottom:40px;
}
.border_pair.mgt {
  margin-top:38px;
}
.border_pair .form_box dl,
.border_pair dl,
.detail_cont dl{
  display: table;
  width:100%;
}
@media only screen and (max-width: 640px) {
  .border_pair .form_box dl,
  .border_pair dl,
  .detail_cont dl{
    display: block;
  }
}
.border_pair .form_box dl+dl{
  margin-top: 20px;
}
.border_pair .form_box dl dt,
.border_pair .form_box dl dd,
.border_pair  dl dt,
.border_pair  dl dd{
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .border_pair .form_box dl dt,
  .border_pair .form_box dl dd,
  .border_pair  dl dt,
  .border_pair  dl dd,
  .detail_cont dl dt,
  .detail_cont dl dd{
    display: block;
    width: 100%;
  }
}
.border_pair .form_box dl dt,
.border_pair dl dt,
.detail_cont dl dt{
  color: #002f5f;
  font-weight:bold;
  width:242px;
}
@media only screen and (max-width: 640px) {
  .border_pair .form_box dl dt,
  .border_pair dl dt,
  .detail_cont dl dt{
    width:100%;
    margin-bottom:3px;
  }
}
.border_pair .form_box dl dt.textup{
  position: relative;
  top:-8px;
}
.border_pair .form_box dl dd span{
  display: block;
}
.border_pair .form_box dl dd input{
  font-size: 16px;
  border: 1px #e0e0e0 solid;
  padding:11px 6px;
  width:284px;
}
@media only screen and (max-width: 640px) {
  .border_pair .form_box dl dd input{
    width:100%;
  }
}
.border_pair .form_box dl dd span.addition{
  display: block;
  font-size: 85.7%;
  padding-top:5px;
}
.border_pair .form_box dl dd.authorizer{
  padding:11px 0 11px;
}
@media only screen and (max-width: 640px) {
  .border_pair .form_box dl dd.authorizer{
    padding:0;
  }
}
ul.remarks_list{
  margin-bottom:1.6em;
}
ul.remarks_list li{
  font-size: 85.7%;
  margin-bottom:0.6em;
}
.check_btn label{
  cursor: pointer;
  display: block;
  position: relative;
}
.check_btn label span.check_text{
  font-weight:bold;
  display: inline-block;
  padding:0.8em 1.2em 0.7em 2.4em;
  border: 1px #e0e0e0 solid;
}
@media only screen and (max-width: 640px) {
  .check_btn label span.check_text{
    padding:0.8em 1.2em 0.7em 2.8em;
  }
}
.check_btn label span.check_text.checked{
  background-color: #f2fcff;
  border: 1px #008fc5 solid;
}
input[type="checkbox"]{
  -webkit-appearance: none;  /*元々のチェックボックスを非表示*/
  position: relative;/*checked時画像のためのrelative*/
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  top:50%;
  left: 10px;
  background-size: contain;
  margin:-9px 0 0 0;
}
/*チェック時の挙動*/
input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/check_on.png);  /*チェックした際の画像*/
  background-size: contain;
}
.check_btn{
  max-width:650px;
  width:100%;
  margin: 0 auto 1.4em;
}
.check_btn .border a{
  border: 1px #e0e0e0 solid;
  display: inline-block;
  text-decoration: none;
  padding:0.6em 1em 0.7em;
}
.check_btn p.f_size12.text_r{
  margin-top: 4px;
}
.button{
  text-align: center;
}
.button button{
  background-color: #1c9bcb;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  max-width: 216px;
  cursor: pointer;
  padding: 0.6em 0 0.5em;
}
.button button[disabled]{
  background-color: #cccccc;
}

/*         承認手続き         */
.btn_set.two_set{
  overflow: hidden;
  width:442px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .btn_set.two_set{
    width:216px;
    margin: 0 auto;
  }
}
.border_pair.mgt dl+dl{
  margin-top: 28px;
}
.btn_set.two_set .button.confirmation{
  float: right;
  width:216px;
}
.btn_set.two_set .button.stop{
  float: left;
  width:216px;
}
@media only screen and (max-width: 640px) {
  .btn_set.two_set .button{
    float: none;
  }
}
.btn_set.two_set .button+.button{
  margin-right:10px;
}
@media only screen and (max-width: 640px) {
  .btn_set.two_set .button+.button{
    margin:10px 0 0 0;
  }
}
.btn_set.two_set .button a{
  border-radius: 2px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 0.6em 0 0.5em;
}
.btn_set.two_set .button a:hover{
  opacity: 0.8;
}
.btn_set.two_set .button.confirmation a{
  background-color: #1c9bcb;
}
.btn_set.two_set .button.stop a{
  background-color: #6a787f;
}
/*         承認状況一覧表         */
#main_area .table_cont{
  margin-top: 1.6em;
}
#main_area .table_cont .table_area table th,
#main_area .table_cont .table_area table td{
  border-bottom: 1px #e0e0e0 solid;
  border-left: 1px #e0e0e0 solid;
  vertical-align: middle;
  padding:1.3em 1.2em 1.2em;
  word-wrap: break-word;
  word-break: break-all;
}
@media only screen and (max-width: 480px) {
  #main_area .table_cont .table_area table th,
  #main_area .table_cont .table_area table td{
    padding:1.2em 0.8em 1.0em;
  }
}
#main_area .table_cont .table_area table th:first-child,
#main_area .table_cont .table_area table td:first-child {
  border-left: none;
}
#main_area .table_cont .table_area table thead th{
  font-size: 85.7%;
}
#main_area .table_cont .table_area.status_list table thead th.width2{
  width: 184px;
  min-width: 117px;
}
@media only screen and (max-width: 640px) {
  #main_area .table_cont .table_area.status_list table thead th.width2{
    min-width: 92px;
  }
}
#main_area .table_cont .table_area.status_list table thead th.width3{
  width:48%;
}
@media only screen and (max-width: 640px) {
  #main_area .table_cont .table_area.status_list table thead th.width3{
    width:58%;
  }
}
#main_area .table_cont .table_area table thead th.width4{
  width:35%;
}
@media only screen and (max-width: 640px) {
  #main_area .table_cont .table_area table thead th.width4{
    width:20%;
  }
}
#main_area .table_cont .table_area table td{
  font-weight:bold;
}
#main_area .table_cont .table_area.status_list table td:nth-child(1),
#main_area .table_cont .table_area.status_list table td:nth-child(3){
  font-weight:normal;
}
@media only screen and (max-width: 640px) {
  #main_area .table_cont .table_area table td{
    font-size:12px;
  }
}
#main_area .table_cont .table_area table td .number{
  display: block;
  font-size: 85.7%;
  margin-top:2px;
}
#main_area .table_cont .table_area td.state{
  position: relative;
}
#main_area .table_cont .table_area td.state a{
  background-color:#6a787f;
  border-radius: 3px;
  color:#fff;
  display: block;
  font-size: 85.7%;
  text-decoration: none;
  position: absolute;
  padding: 8px 1.4em;
  top:50%;
  right:14px;
  margin-top:-16px;
}
@media only screen and (max-width: 640px) {
  #main_area .table_cont .table_area td.state a{
    position: static;
    text-align: center;
    width:74px;
    padding: 8px 0;
    margin-top:6px;
  }
}
#main_area .table_cont .table_area td.state .c_btn a:hover{
  opacity: 0.8;
}

/*         スポンサー活動資格取得者リスト        */

#main_area .qualification{
  font-size:18px;
  word-wrap: break-word;
  word-break: break-all;
  margin-top:1.2em;
  line-height: 1.2;
}
#main_area .id_number{
  margin-top:0.2em;
}
#main_area .table_cont .table_area.acquirer_list{
  margin-bottom: 4.5em;
}
#main_area .table_cont .table_area.acquirer_list table th,
#main_area .table_cont .table_area.acquirer_list table td,
#main_area .table_cont .table_area.business_spon_c table th,
#main_area .table_cont .table_area.business_spon_c table td{
  vertical-align: top;
}
#main_area .table_cont .table_area.acquirer_list table thead th,
#main_area .table_cont .table_area.business_spon_c table thead th{
  vertical-align: bottom;
}
#main_area .table_cont .table_area.acquirer_list table thead th.width2{
  width: 240px;
}
@media only screen and (max-width: 640px) {
  #main_area .table_cont .table_area.acquirer_list table thead th.width2{
    width:150px;
    min-width: 90px;
  }
}
#main_area .table_cont .table_area.acquirer_list table thead th.width3{
  width: 58px;
  min-width: 47px;
}
@media only screen and (max-width: 480px) {
  #main_area .table_cont .table_area.acquirer_list table thead th.width3{
    width: 47px;
  }
}
#main_area .table_cont .table_area.acquirer_list table thead th.width4{
  width:200px;
}
@media only screen and (max-width: 1024px) {
  #main_area .table_cont .table_area.acquirer_list table thead th.width4{
    min-width: 130px;
  }
}
@media only screen and (max-width: 640px) {
  #main_area .table_cont .table_area.acquirer_list table thead th.width4{
    width:110px;
    min-width: 110px;
  }
}
@media only screen and (max-width: 480px) {
  #main_area .table_cont .table_area.acquirer_list table thead th.width4{
    width:60px;
    min-width: 60px;
  }
}
#main_area .table_cont .table_area.acquirer_list table thead th.width5{
  width:80px;
  min-width: 80px;
}
@media only screen and (max-width: 480px) {
  #main_area .table_cont .table_area.acquirer_list table thead th.width5{
    min-width: 47px;
    width: 47px;
  }
}
#main_area .table_cont .table_area.acquirer_list table thead th.width6{
  width:auto;
  min-width: 70px;
}
#main_area .table_cont .table_area.acquirer_list table thead th.width6{
  width:300px;
}
#main_area .table_cont .table_area.acquirer_list table td .number.id{
  font-weight: normal;
  margin-top:0.5em;
}
#main_area .table_cont .table_area.acquirer_list table td.text_right{
  white-space: nowrap;
}
#main_area .table_cont .table_area.acquirer_list table th:nth-child(2),
#main_area .table_cont .table_area.acquirer_list table td:nth-child(2),
#main_area .table_cont .table_area.acquirer_list table th:nth-child(4),
#main_area .table_cont .table_area.acquirer_list table td:nth-child(4),
#main_area .table_cont .table_area.business_spon_c table td:nth-child(1),
#main_area .table_cont .table_area.business_spon_c table th:nth-child(3),
#main_area .table_cont .table_area.business_spon_c table td:nth-child(3),
#main_area .table_cont .table_area.business_spon_c table th:nth-child(5),
#main_area .table_cont .table_area.business_spon_c table td:nth-child(5){
  text-align: center;
}
#main_area .table_cont .table_area.business_spon table td:first-child,
#main_area .table_cont .table_area.business_spon table td .number,
#main_area .table_cont .table_area.business_spon_c table td:first-child,
#main_area .table_cont .table_area.business_spon_c table td .number,
#main_area .table_cont .table_area.business_spon_c table td.text_right{
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  #main_area .table_cont .table_area.acquirer_list table td{
    font-weight: normal;
  }
}
#main_area .table_cont .table_area.business_spon,
#main_area .table_cont .table_area.business_spon_c{
  margin-bottom: 0.8em;
}
#main_area .table_cont .table_area.business_spon table thead th.width2,
#main_area .table_cont .table_area.business_spon_c table thead th.width2{
  width: 60px;
  min-width: 54px;
}
@media only screen and (max-width: 640px) {
  #main_area .table_cont .table_area.business_spon table thead th.width2,
  #main_area .table_cont .table_area.business_spon_c table thead th.width2{
    width: 46px;
    min-width: 46px;
  }
}
@media only screen and (max-width: 480px) {
  #main_area .table_cont .table_area.business_spon table thead th.width2,
  #main_area .table_cont .table_area.business_spon_c table thead th.width2{
    width: 40px;
    min-width: 40px;
  }
}
@media only screen and (max-width: 400px) {
  #main_area .table_cont .table_area.business_spon table thead th.width2,
  #main_area .table_cont .table_area.business_spon_c table thead th.width2{
    width: 36px;
    min-width: 36px;
  }
}
#main_area .table_cont .table_area.business_spon table thead th.width3{
  width:70%;
}
@media only screen and (max-width: 640px) {
  #main_area .table_cont .table_area.business_spon table thead th.width3{
    width:auto;
  }
}
#main_area .table_cont .table_area.business_spon table thead th.width4{
  width:30%;
}
@media only screen and (max-width: 640px) {
  #main_area .table_cont .table_area.business_spon table thead th.width4{
    width:104px;
  }
}
@media only screen and (max-width: 640px) {
  #main_area .table_cont .table_area table td a{
    font-size:12px;
  }
}
#main_area .month_choice.to_table{
  margin:30px 0 15px;
}
@media only screen and (max-width: 640px) {
  #main_area .month_choice.to_table{
    margin:16px 0 15px;
  }
}
@media only screen and (max-width: 400px) {
  #main_area .month_choice.to_table p.table-cell{
    width:50px;
    min-width: 50px;
  }
}
#main_area .month_choice .select_month{
  position: relative;
  padding:0 20px;
}
@media only screen and (max-width: 640px) {
  #main_area .month_choice .select_month{
    padding:0 10px;
  }
}
#main_area .month_choice .select_month ul{
  position: absolute;
  top:0;
  left:20px;
}
@media only screen and (max-width: 640px) {
  #main_area .month_choice .select_month ul{
    left:10px;
  }
}
#main_area .month_choice .select_month ul li{
  padding: 11px 12px 10px;
}

#main_area .month_choice .select_month.wide{
}
#main_area .month_choice .select_month.wide p{
  width: 230px;
}
#main_area .month_choice .select_month.wide ul{
  width: 230px;
}
@media only screen and (max-width: 640px) {
  #main_area .month_choice .select_month.wide ul{
    left: 10px;
  }
}
#main_area .table_cont .table_area.business_spon_c table thead th.width3{
  width:340px;
  min-width:80px;
}
#main_area .table_cont .table_area.business_spon_c table thead th.width4{
  width:54px;
  min-width: 54px;
}
@media only screen and (max-width: 640px) {
  #main_area .table_cont .table_area.business_spon_c table thead th.width4{
    min-width: 47px;
  }
}
#main_area .table_cont .table_area.business_spon_c table thead th.width5{
  width:235px;
}
@media only screen and (max-width: 640px) {
  #main_area .table_cont .table_area.business_spon_c table thead th.width5{
    width:70px;
    min-width: 70px;
  }
}
@media only screen and (max-width: 480px) {
  #main_area .table_cont .table_area.business_spon_c table thead th.width5{
    min-width: 58px;
  }
}
#main_area .table_cont .table_area.business_spon_c table thead th.width6{
  width:94px;
  min-width: 80px;
}
@media only screen and (max-width: 480px) {
  #main_area .table_cont .table_area.business_spon_c table thead th.width4,
  #main_area .table_cont .table_area.business_spon_c table thead th.width6{
    width: 44px;
    min-width: 44px;
  }
}
@media only screen and (max-width: 400px) {
  #main_area .table_cont .table_area.business_spon_c table thead th.width4,
  #main_area .table_cont .table_area.business_spon_c table thead th.width6{
    width: 38px;
    min-width: 38px;
  }
}
#main_area .table_cont .table_area.business_spon_c table thead th.width7{
  width:270px;
}
#main_area .table_cont .table_area.business_spon_c table th:nth-child(1),
#main_area .table_cont .table_area.business_spon_c table td:nth-child(1){
  vertical-align: middle;
}

/*         プロフィール        */
#main_area .content+.content{
  margin-top:80px;
}
#main_area .detail_cont {
  margin-left: 15px;
  margin-top: 10px;
}
#main_area .detail_cont+.detail_cont{
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  #main_area .detail_cont+.detail_cont{
    margin-top: 30px;
  }
}
#main_area .detail_cont dl+dl{
  margin-top: 22px;
}
#main_area .detail_cont dl dt{
  width:260px;
}
@media only screen and (max-width: 1024px) {
  #main_area .detail_cont dl dt{
    margin-bottom: 6px;
  }
}
#main_area .detail_cont dl dt,
#main_area .detail_cont dl dd{
  display: table-cell;
  vertical-align: top;
  line-height: 1.7;
  word-wrap: break-word;
  word-break: break-all;
}
@media only screen and (max-width: 640px) {
  #main_area .detail_cont dl dt,
  #main_area .detail_cont dl dd{
    display: block;
    width: 100%;
  }
}
#main_area .detail_cont dl dd a{
  color:#008fc5;
  font-weight:bold;
}
#main_area .point_area p{
  margin-bottom:0.5em;
}
#main_area .table_style {
  overflow: hidden;
  margin-top:20px;
}
#main_area .table_style dl{
  float:left;
  width:12.5%;
}
@media only screen and (max-width: 1024px) {
  #main_area .table_style dl{
    float:none;
    display: table;
    width:100%;
    border-bottom: 1px #e0e0e0 solid;
  }
}
#main_area .table_style dl+dl{
  border-left: 1px #e0e0e0 solid;
}
@media only screen and (max-width: 1024px) {
  #main_area .table_style dl+dl{
    border-left: none;
  }
}
.table_style dl dt,
.table_style dl dd{
  height:75px;
  padding: 1.3em 1.2em 1.2em;
}
@media only screen and (max-width: 1024px) {
  #main_area .table_style dl dt,
  #main_area .table_style dl dd{
    display: table-cell;
    height:auto;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 480px) {
  #main_area .table_style dl dt,
  #main_area .table_style dl dd{
    padding: 1em 1.2em 0.9em;
  }
}
#main_area .table_style dl dt{
  font-size: 85.7%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #main_area .table_style dl dt{
    color: #002f5f;
    font-size: 100%;
    padding: 1em 1.2em 0.9em 0;
    position: static;
    width: 75%;
  }
}
#main_area .table_style dl dt span.inner{
  position: absolute;
  bottom:1.2em;
}
@media only screen and (max-width: 1024px) {
  #main_area .table_style dl dt span.inner{
    position: static;
  }
}
#main_area .table_style dl dd{
  text-align: right;
  border-top: 1px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;
}
@media only screen and (max-width: 1024px) {
  #main_area .table_style dl dd{
    border-top: none;
    border-bottom: none;
    width: 25%;
  }
}
#main_area .table_cont .table_area.bonus_list table th,
#main_area .table_cont .table_area.bonus_list table td{
  text-align: center;
}
#main_area .table_cont .table_area.bonus_list table thead th{
  width:33.333333%;
  font-weight: bold;
  vertical-align: bottom;
}
@media only screen and (max-width: 640px) {
  #main_area .table_cont .table_area.bonus_list table th:nth-child(1),
  #main_area .table_cont .table_area.bonus_list table td:nth-child(1){
    padding-left:1.5em;
  }
}
#main_area p.date_time{
  margin-top:2em;
}
#main_area .table_cont .table_area.rank_list table th{
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  #main_area .table_cont .table_area.rank_list table td{
    font-weight: normal;
  }
}
#main_area .table_cont .table_area.rank_list table thead th.width2{
  width: 72px;
  min-width: 72px;
}
@media only screen and (max-width: 640px) {
  #main_area .table_cont .table_area.rank_list table thead th.width2{
    width: 56px;
    min-width: 56px;
  }
}
@media only screen and (max-width: 400px) {
  #main_area .table_cont .table_area.rank_list table thead th.width2{
    width: 52px;
    min-width: 52px;
  }
}
#main_area .table_cont .table_area.rank_list table thead th.width3{
  width:50%;
}
#main_area .table_cont .table_area.rank_list table thead th.width4{
  width:330px;
}
@media only screen and (max-width: 480px) {
  #main_area .table_cont .table_area.rank_list table thead th.width4{
    width:64px;
    min-width: 64px;
  }
}
@media only screen and (max-width: 640px) {
  #main_area .table_cont .table_area.rank_list table th:nth-child(1),
  #main_area .table_cont .table_area.rank_list table td:nth-child(1),
  #main_area .table_cont .table_area.rank_list table th:nth-child(2),
  #main_area .table_cont .table_area.rank_list table td:nth-child(2){
    text-align: center;
  }
}

/*         オンライン月間明細        */
#main_area .monthly_cont {
  margin-top:2.6em;
}
#main_area .link_list {
  margin-top:1.5em;
}
#main_area .link_list ul {
  border-top: 1px #e0e0e0 solid;
}
#main_area .link_list ul li {
  border-bottom: 1px #e0e0e0 solid;
  position: relative;
}
#main_area .link_list ul li a{
  cursor: pointer;
  display: block;
  font-weight:bold;
  padding: 0.8em 3em 0.6em 0.6em;
}
#main_area .link_list ul li.a_arrow_b a:after{
  position: absolute;
  top:50%;
  right:0.5em;
  font-size: 171.4%;
  margin-top:-16px;
}
@media only screen and (max-width: 480px) {
  #main_area .link_list ul li.a_arrow_b a:after{
    margin-top:-15px;
  }
}
@media only screen and (max-width: 640px) {
  #online_monthly.bg_gray{
    padding: 70px 24px 25px;
  }
}

/*         オンライン月間明細        */
#main_area .description{
  margin-top:1.6em;
}
#main_area .description dl{
  margin-top: 1.6em;
}
#main_area .description dl dt {
  margin-bottom: 5px;
}
#main_area .bg_gray.center_mark p{
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  #main_area .bg_gray.center_mark p{
    display: block;
    max-width:396px;
    margin: 0 auto;
  }
}
#main_area .bg_gray.center_mark .adobe{
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width:217px;
  padding-left:20px;
}
@media only screen and (max-width: 640px) {
  #main_area .bg_gray.center_mark .adobe{
    display: block;
    text-align: center;
    width:197px;
    padding-left:0;
    margin: 15px auto 0;
  }
}
#main_area .bg_gray.center_mark .adobe a{
  display: block;
}
#main_area .table_cont .table_area.online_monthly_samelist table thead th.width2{
  width:300px;
}
@media only screen and (max-width: 768px) {
  #main_area .table_cont .table_area.online_monthly_samelist table thead th.width2{
    width:200px;
  }
}
@media only screen and (max-width: 600px) {
  #main_area .table_cont .table_area.online_monthly_samelist table thead th.width2{
    width:120px;
  }
}

#main_area .table_cont .table_area.online_monthly_samelist table thead th.width3{
  width:auto;
}
#main_area .table_cont .table_area.online_monthly_samelist table th,
#main_area .table_cont .table_area.online_monthly_samelist table td{
  vertical-align: middle;
  padding:1.4em 1.2em 1.1em;
}
#main_area .table_cont .table_area.online_monthly_samelist table td a{
  display: block;
  text-decoration: none;
  position: relative;
  top:-1px;
}
@media only screen and (max-width: 640px) {
  #main_area .table_cont .table_area.online_monthly_samelist table td a{
    top:-2px;
  }
}
#main_area .table_cont .table_area.online_monthly_samelist table td a:hover{
  opacity: 0.7;
}

#main_area .table_cont .table_area.online_monthly_samelist .squar_arrow:after,
#main_area .squar_arrow a:after{
  content:"";
  display: inline-block;
  background-image: url(../img/squar_arrow.gif);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width:16px;
  height:14px;
  left:0;
  top:2px;
  margin:0 10px 0 8px;
}

#main_area .table_cont .table_area.online_monthly_samelist .remarks_taxt{
  font-weight: normal;
}
@media only screen and (max-width: 400px) {
  #main_area .table_cont .table_area.online_monthly_samelist.bonus .remarks_taxt{
    display: block;
    margin-top:6px;
  }
}
@media only screen and (max-width: 900px) {
  #main_area .table_cont .table_area.online_monthly_samelist.direct .remarks_taxt{
    display: block;
    margin-top:6px;
  }
}
@media only screen and (max-width: 480px) {
  #main_area .table_cont .table_area.online_monthly_samelist.spon_ship .remarks_taxt{
    display: block;
    margin-top:6px;
  }
}
@media only screen and (max-width: 700px) {
  #main_area .table_cont .table_area.online_monthly_samelist.spon_ship_dd .remarks_taxt{
    display: block;
    margin-top:6px;
  }
  #main_area .table_cont .table_area.online_monthly_samelist.spon_ship_index .remarks_taxt{
    display: block;
    margin-top:6px;
  }
}
#main_area .add_link:after{
  content: "";
  clear: both;
  display: block;
}
#main_area .add_link .flow_l{
  float:left;
}
@media only screen and (max-width: 640px) {
  #main_area .add_link .flow_l{
    float:none;
  }
}
#main_area .add_link .flow_r{
  float:right;
  margin: 38px 0 15px;
}
@media only screen and (max-width: 640px) {
  #main_area .add_link .flow_r{
    float:none;
    margin: 15px 0 0;
  }
}
/*         GIP&LAS実績照会        */
#main_area h1 .client{
  display: block;
}
@media only screen and (max-width: 640px) {
  #main_area h1 .client{
    display: inline;
  }
}
#main_area .anchor_list{
  margin:4em 0 2.5em;
}
#main_area .anchor_list ul{
  overflow: hidden;
  margin:-5px -5px;
}
@media only screen and (max-width: 480px) {
  #main_area .anchor_list ul{
    margin:0;
  }
}
#main_area .anchor_list ul li {
  float: left;
  text-align: center;
  width:33.333333%;
  padding:5px 5px;
  display: table;
  height:70px;
}
@media only screen and (max-width: 900px) {
  #main_area .anchor_list ul li {
    width:50%;
  }
}
@media only screen and (max-width: 500px) {
  #main_area .anchor_list ul li {
    width:50%;
  }
}
@media only screen and (max-width: 480px) {
  #main_area .anchor_list ul li {
    float: none;
    width:100%;
  }
}
#main_area .anchor_list ul li a {
  border: 1px #e0e0e0 solid;
  color:#008fc5;
  font-weight:bold;
  display: block;
  display: table-cell;
  position: relative;
  padding: 10px 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  #main_area .anchor_list ul li a{
    padding: 5px 5px;
  }
}
#main_area .anchor_list ul li a:before {
  color: #008fc5;
  content: '\f107';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-weight:bold;
  font-size: 142.9%;
  margin-left:10px;
  position: absolute;
  top:50%;
  left:5px;
  margin-top:-12px;
}
#main_area .aco_area{
  border-top: 1px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;
}
#main_area .aco_area .aco_set+.aco_set{
  border-top: 1px #e0e0e0 solid;
}
#main_area .aco_area .aco_set .aco_title h2{
  cursor: pointer;
  color: #002f5f;
  font-weight:bold;
  font-size:128.6%;
  position: relative;
  padding: 1.6em 35px 1.4em 15px;
  margin-bottom:0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  #main_area .aco_area .aco_set .aco_title h2:hover{
    color:#008fc5;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
}
@media only screen and (max-width: 1024px) {
  #main_area .aco_area .aco_set .aco_title h2{
    padding: 1.6em 40px 1.4em 0;
  }
}
@media only screen and (max-width: 640px) {
  #main_area .aco_area .aco_set .aco_title h2{
    padding: 1.3em 40px 1em 0;
  }
}
#main_area .aco_area .aco_set .aco_title h2:after{
  content:"\f067";
  color:#008fc5;
  display: inline-block;
  font-weight: normal;
  font-size: 88.9%;
  font-family: 'Font Awesome 5 Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  position: absolute;
  top:50%;
  right:15px;
  margin-top:-8px;
}
#main_area .aco_area .aco_set .aco_title.active h2:after{
  content: "";
  margin: -1px 0 0 1px;
  width: 12px;
  height: 3px;
  border-top: 3px #008fc5 solid;
}
.aco_area .aco_set .aco_content_area {
  display: none;
}
.aco_area .aco_set .aco_content_area.active {
  display: block;
}
.aco_area .aco_set .aco_content {
  padding:0 58px 58px;
}
@media only screen and (max-width: 1024px) {
  .aco_area .aco_set .aco_content {
    padding:0 0 30px;
  }
}
.aco_area .aco_set .aco_content .bottom_border{
  margin-bottom:1.8em;
}
.aco_area .aco_set .aco_content .bottom_border.btm0{
  margin-bottom:0;
}
.aco_area .aco_set .aco_content .bottom_border.btm10{
  margin-bottom:10px;
}
.aco_area .aco_set .aco_content .bottom_border h3{
  margin-bottom:1em;
}
.aco_area .aco_set .aco_content .content_inner{
  padding:0 20px;
}
@media only screen and (max-width: 1024px) {
  .aco_area .aco_set .aco_content .content_inner{
    padding:0 8px;
  }
  .aco_area .aco_set .aco_content .content_inner .table_cont{
    margin:0 -8px;
  }
}
.aco_area .aco_set .aco_content .content_inner .remark{
  margin-top: 12px;
  line-height: 1.8;
}
#main_area .table_cont .table_area.divide2 th,
#main_area .table_cont .table_area.divide2 td{
  width:50%;
  font-weight: normal;
}
#main_area .table_cont .table_area.divide3 th,
#main_area .table_cont .table_area.divide3 td{
  width:33.333333%;
  font-weight: normal;
}
#main_area .table_cont .table_area.divide4 th,
#main_area .table_cont .table_area.divide4 td{
  width:25%;
  font-weight: normal;
}
#main_area .table_cont .table_area.divide2 table thead th,
#main_area .table_cont .table_area.divide3 table thead th,
#main_area .table_cont .table_area.divide4 table thead th{
  vertical-align: bottom;
}
#main_area .table_cont .table_area.divide2 table th.bold,
#main_area .table_cont .table_area.divide2 table td.bold,
#main_area .table_cont .table_area.divide3 table th.bold,
#main_area .table_cont .table_area.divide3 table td.bold,
#main_area .table_cont .table_area.divide4 table th.bold,
#main_area .table_cont .table_area.divide4 table td.bold{
  font-weight: bold;
}
@media only screen and (max-width: 400px) {
  #main_area .table_cont .table_area.divide4 .ap480.no400{
    display:none;
  }
}
#main_area .aco_area .aco_set .aco_content .content_inner+.content_inner{
  margin-top:3em;
}
@media only screen and (max-width: 640px) {
  #main_area .aco_area .aco_set .aco_content .content_inner+.content_inner{
    margin-top:1em;
  }
}
#main_area .aco_area .aco_set .aco_content .content_inner .circle_graph{
  margin:0 -30px;
}
@media only screen and (max-width: 900px) {
  #main_area .aco_area .aco_set .aco_content .content_inner .circle_graph{
    margin:0 -15px;
  }
}
@media only screen and (max-width: 768px) {
  #main_area .aco_area .aco_set .aco_content .content_inner .circle_graph{
    margin:0;
  }
}
#main_area .aco_area .aco_set .aco_content .content_inner  .bottom_border h4{
  font-size:92.9%;
  margin-bottom:1em;
}
#main_area .aco_area .aco_set .aco_content .content_inner .circle_graph .one_graph{
  float:left;
  width:50%;
  padding:0 30px;
}
@media only screen and (max-width: 900px) {
  #main_area .aco_area .aco_set .aco_content .content_inner .circle_graph .one_graph{
    padding:0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #main_area .aco_area .aco_set .aco_content .content_inner .circle_graph .one_graph{
    float:none;
    width:100%;
    padding:0;
  }
  #main_area .aco_area .aco_set .aco_content .content_inner .circle_graph .one_graph+.one_graph{
    margin-top: 40px;
  }
}
#main_area .aco_area .aco_set .aco_content .content_inner .circle_graph .graph_data{
  margin:0 auto;
}#main_area .aco_area .aco_set .aco_content .content_inner #graph3{
  margin-top: 20px;
}
#main_area .aco_area .aco_set .aco_content .content_inner #graph6{
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #main_area .aco_area .aco_set .aco_content .content_inner #graph3{
    margin-top: 15px;
  }
  #main_area .aco_area .aco_set .aco_content .content_inner #graph6{
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  #main_area .aco_area .aco_set .aco_content .content_inner #graph3{
    position: relative;
    top:-5px;
    margin-top: 0;
    margin-bottom: -10px;
  }
  #main_area .aco_area .aco_set .aco_content .content_inner #graph4,
  #main_area .aco_area .aco_set .aco_content .content_inner #graph5,
  #main_area .aco_area .aco_set .aco_content .content_inner #graph6{
    position: relative;
    top:-15px;
    margin-bottom: -30px;
  }
}
@media only screen and (max-width: 400px) {
  #main_area .aco_area .aco_set .aco_content .content_inner #graph3{
    position: relative;
    top:-15px;
    margin-bottom: -20px;
  }
  #main_area .aco_area .aco_set .aco_content .content_inner #graph4,
  #main_area .aco_area .aco_set .aco_content .content_inner #graph5,
  #main_area .aco_area .aco_set .aco_content .content_inner #graph6{
    position: relative;
    top:-25px;
    margin-bottom: -60px;
  }
}
#main_area .aco_area .aco_set .aco_content dl dt{
  margin-bottom: 2em;
}
#main_area .aco_area .aco_set .aco_content dl dd{
  line-height: 1.7;
}
#main_area .aco_area .aco_set .aco_content dl dd ul li{
  line-height: 1.6;
}
#main_area .aco_area .aco_set .aco_content dl dd ul li+li{
  margin-top:0.2em;
}
@media only screen and (max-width: 900px) {
  #main_area .aco_area .aco_set .aco_content dl dd ul li+li{
    margin-top:0.4em;
  }
}
#main_area .flag_b:after{
  content:"";
  display: inline-block;
  background: url(../img/flag_b.gif) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 22px;
  height: 19px;
  top:3px;
  margin-left: 6px;
}
#main_area .flag_g:after{
  content:"";
  display: inline-block;
  background: url(../img/flag_g.gif) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 22px;
  height: 19px;
  top:3px;
  margin-left: 6px;
}
#main_area .blue_square+.blue_square{
  margin-left: 1.2em;
}
@media only screen and (max-width: 480px) {
  #main_area .blue_square+.blue_square{
    display: block;
    margin-left:0;
  }
}
#main_area .blue_square:before{
  content:"";
  display: inline-block;
  background-color:#008fc5;
  width: 12px;
  height: 12px;
  top:3px;
  margin-right:4px;
}
#main_area .blue_square.light:before{
  background-color:#cce8f3;
}
#main_area .table_cont .table_area.divide13,
#main_area .table_cont .table_area.divide14{
  margin-bottom:1.4em;
}
#main_area .table_cont .table_area.divide13 table,
#main_area .table_cont .table_area.divide14 table{
  border-left: 1px #e0e0e0 solid;
  border-right: 1px #e0e0e0 solid;
}
#main_area .table_cont .table_area.divide13 table th,
#main_area .table_cont .table_area.divide13 table td{
  width:78px;
  padding: 0.9em 1.2em 0.7em;
}
#main_area .table_cont .table_area.divide13 table thead th,
#main_area .table_cont .table_area.divide14 table thead th{
  padding: 2em 1.2em 1em;
  color: #002f5f;
}
#main_area .table_cont .table_area.divide13 table th.total{
  width:88px;
}
#main_area .table_cont .table_area.divide13 table th,
#main_area .table_cont .table_area.divide14 table th{
  font-weight: bold;
}
#main_area .table_cont .table_area.divide13 table td,
#main_area .table_cont .table_area.divide14 table td{
  font-weight: normal;
}
#main_area .table_cont .table_area.divide13 table thead th,
#main_area .table_cont .table_area.divide13 table td,
#main_area .table_cont .table_area.divide14 table thead th,
#main_area .table_cont .table_area.divide14 table td{
  text-align: center;
}
#main_area .table_cont .table_area.divide13 th.color,
#main_area .table_cont .table_area.divide14 th.color{
  background-color: #f5f5f5;
}
#main_area .table_cont .table_area.divide14 table th,
#main_area .table_cont .table_area.divide14 table td{
  width:70px;
  max-width:70px;
  padding: 0.9em 1.2em 0.7em;
}
#main_area .table_cont .table_area.divide14 table th.year,
#main_area .table_cont .table_area.divide14 table th.total{
  width:80px;
  max-width:80px;
}
#main_area .btn_top_taxt{
  margin-bottom:7px;
}
#main_area .btn_btm_taxt{
  margin-top:7px;
}
#main_area .ras_tablelist{
  margin:4em 0 0;
}
@media only screen and (max-width: 640px) {
  #main_area .ras_tablelist{
    margin:3em 0 1em;
  }
}
@media only screen and (max-width: 1024px) {
  #main_area .ras_tablelist .table_cont {
    margin-bottom: 0.5em;
  }
}
#main_area .ras_tablelist .table_cont .table_area{
  overflow: auto;
  white-space: nowrap;
}
#main_area .ras_tablelist .table_cont .table_area::-webkit-scrollbar{
  height: 12px;
}
#main_area .ras_tablelist .table_cont .table_area::-webkit-scrollbar-track{
  background: #F1F1F1;
}
#main_area .ras_tablelist .table_cont .table_area::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
#main_area .ras_tablelist .table_cont .table_area table{
  min-width: 1024px;
  overflow-y: scroll;
}
#main_area .ras_tablelist .table_cont .table_area table{
  min-width: 1024px;
  overflow-y: scroll;
}


/* sop My月便対応用 */
.foot-social-icon a img {
  width: 32px;
  max-width: none;
}
.container-fluid{
  width: auto !important;
  /* max-width: 1256px !important; */
  max-width: 1262px !important;
  padding: 0 6px;
}
@media only screen and (max-width: 768px){
  .container-fluid{
    padding: 0 15px;
  }
}
.quick-links ul li a:hover{
  text-decoration: none;
}
.quick-links-misc ul li .quick-links-title{
  margin-bottom: 30px;
}
.footer{
  line-height: normal;
}
.footer ul li{
  /* font-size: medium; */
  font-size: 16px;
}
.footer ul li + li{
  padding-left: 1px;
}
/* .footer ul li a {
 padding-left: 3px;
  padding-right: 3px;
} */


.footer-nav li:first-child a {
  /* padding-left: 3px; */
  /* padding-right: 4px; */
}

#main_area {
  padding-top: 0;
  padding-bottom: 0;
}
.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* max-width: 1256px !important; */
  max-width: 1262px !important;
  padding: 0 6px;
}
@media only screen and (max-width: 768px){
  .main_width{
    padding: 0 15px;
  }
}
#main_area .detail_cont{
  margin-left: 0;
}
#main_area .detail_table .table_area{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1262px !important;
  padding: 0 6px;
}
@media only screen and (max-width: 768px){
  #main_area .detail_table .table_area{
    padding: 0;
  }
}

@media only screen and (max-width: 370px){
  #main_area .detail_table .table_area{
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

#main_area .detail_table .table_area .table02{
  width:100%;
}
.leader_select{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px){
  .leader_select{
   display: block;
  }
}
#sponsorship_map #main_area .select_month{
  margin-bottom: 0;
}
@media only screen and (max-width: 768px){
  #sponsorship_map #main_area .select_month{
    margin-top: 10px;
  }
}


/* tab */
#tab_area{}
#tab_area .detail_cont_btn{}
#tab_area .detail_cont_btn ul{}
#tab_area .detail_cont_btn ul li{
  float: left;
  text-align: center;
  width: 150px;
}
#tab_area .detail_cont_btn ul li span{
  cursor: pointer;
  border: 1px #e0e0e0 solid;
  display: block;
  font-size: 14px;
  padding: 11px 0 9px;
}
#tab_area .detail_cont_btn ul li.current{}
#tab_area .detail_cont_btn ul li.current span{
  background-color: #008fc5;
  border: 1px #008fc5 solid;
  color: white;
  font-weight: bold;
}

#tab_area .detail_table{}
#tab_area .detail_table .table_area{}
#tab_area .detail_table .table_area .table02{
  display: none;
}
#tab_area .detail_table .table_area .table02.current{
  display: block;
}

/* in */
/* 画面外にいる状態 */
.fadein {
  opacity : 0;
  /* transform : translate(0, 50px); */
  /*
  transition : all 500ms; */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;

}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

/* more */
.morelink{
  color: #008fc5;
  font-size: 14px;
  font-weight: bold;
  margin-top: 1em;
  text-align: right;
  display: block;
}
.morelink>span{
  cursor: pointer;
  display: inline-block;
}


/* Text with ellipsis */
.select_month{
  overflow: hidden;
}
.select_month p.select_txt{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select_month ul {
  overflow: hidden;
}
.select_month ul li{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*  */
#main_area .detail_table .table_area .table02 .tbody .tr .top .th.width1{
  overflow-wrap: break-word;
  word-break: break-all;
}

/*  */
.status_title{
margin-top: 30px;
}

.status_title p{
margin-bottom: 10px;
}

/* インライン記述変更 */
#main_area .top_area h1{
  line-height: 1.3;
  text-transform: none;
}
#main_area .top_area .leader_select>.choice{
  font-size: 110%;
  margin-right: 20px;
}
#main_area .detail_table .table_area .table02 .tbody .tr.line_blue{
  border-bottom: solid 3px #008fc5 !important;
}
#main_area .detail_table .table_area .table02 .tbody .tr .top .th.width1 .nowrap{
  white-space: nowrap;
}

.top .td p { font-weight: normal !important; }
h2 { font-size: 140%; font-weight: bold; margin-bottom: 8px !important; }
.table_area .table02 .tbody .tr { border-bottom: solid 2px #e0e0e0 !important; }

.leader_select ul {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 30em;
}


@media only screen and (max-width: 640px) {
  #main_area .detail_table .table_area .table02 .thead .th p span{
    font-size: 100.0%;
  }
}
@media only screen and (max-width: 500px) {
  #main_area .detail_table .table_area .table02 .tbody .td p{
    font-size: 100.0%;
  }
}
@media only screen and (min-width: 641px) {
  br.sp640 {
    display: none;
  }
}

.aj-copyright {
  margin: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px !important; 
  color: #ffffff;
  text-align: center; 
}


.server-side-error-out p {
    line-height: 1.8;
}

#inactive-modal .modal-dialog-centered {
	min-height: calc(100% - 3rem);
}

@media (min-width: 768px) {
#inactive-modal .modal-dialog-centered {
    min-height: calc(100% - 9.5rem);
}
}

@media (min-width: 769px) {
.sm-two-buttons .btn {
    width: calc(50% - 11px) !important;
    min-width: 100px;
}
}
 
.modal.new-modal.new-modal-v2 .modal-dialog .modal-content .btn {
    height: 50px !important;
    padding: 0.5rem 1rem !important; 
    font-size: 1rem !important;
    line-height: 2 !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
}

@media (max-width: 768.98px){
.modal-dialog{
	margin: 25px 20px !important;
}
}

.sm-two-buttons .btn.btn-lg, .sm-two-buttons .btn-group-lg > .btn {
	min-width: 100px;
	width: calc(50% - 11px);
}
@media (max-width: 768.98px){
	.modal.new-modal.new-modal-v2 .sm-two-buttons .btn.btn-lg, 
	.modal.new-modal.new-modal-v2 .sm-two-buttons .btn-group-lg > .btn {
	height: 40px !important;
	font-size: 0.875rem !important;
	padding: 8px !important;
	}
}
