@charset "utf-8";
/*==================================
Ver.2.0
==================================*/
/* FONTS */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
/* font-family: 'Noto Sans JP', sans-serif; */
/* font-family: vdl-v7marugothic, sans-serif;
font-weight: 700;
font-style: normal; */
/* font-family: vdl-v7marugothic, sans-serif;
font-weight: 800;
font-style: normal; */
/* font-family: urw-din-semi-condensed, sans-serif;
font-weight: 900;
font-style: normal; */
/* font-family: ta-f1blockline, sans-serif;
font-weight: 400;
font-style: normal; */
/* font-family: vdl-gigag, sans-serif;
font-weight: 500;
font-style: normal; */

/*==================================
*** CORE ***
==================================*/
/* html,
body {
  -webkit-overflow-scrolling: touch !important;
  height: 100vh !important;
  overflow: auto !important;
} */

html {
  font-size: 13px;
  overflow: auto;
}

body {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  line-height: 160%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2b353a;
  text-align: center;
  letter-spacing: 0.06em !important;
  font-feature-settings: "palt" 1;
  overflow: auto;
  animation: fadeIn 2s ease 0s 1 normal forwards;
  -webkit-animation: fadeIn 2s ease 0s 1 forwards;
  -webkit-text-size-adjust: 100%;
}

a img {
  border: none;
}

article {
  display: block;
  padding: 0;
  margin: 0;
}

section {
  margin: 0;
}

.inner_block {
  display: block;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  border-top: 1px dashed #d5d2c3;
}

.inner_block.center {
  text-align: center;
}

.inner_block.short {
  padding: 30px 0;
  margin: 0 0 30px 0;
  border-top: 1px solid #d5d2c3;
}

.inner_block.mini {
  padding: 10px 0;
  margin: 0;
  border: none;
}

.inner_block.no_read {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.inner_block.inner_list {
  padding: 15px 0;
  margin: 0;
  border-top: 1px dashed #d5d2c3;
}

.inner_block.inner_list:first-of-type {
  margin-top: 15px;
  border-top: 1px solid #d5d2c3;
}

#no_margin {
  padding-top: 20px;
  margin-top: 30px;
}

/* CSS ANIMATION */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}

/*==================================
LAYOUT - EDIT
==================================*/
body {
  background: -moz-linear-gradient(to right, #5cb531, #70cabe 60%, #00a0e9);
  background: -webkit-linear-gradient(to right, #5cb531, #70cabe 60%, #00a0e9);
  background: linear-gradient(to left, #5cb531, #70cabe 60%, #00a0e9);
}

article {
  display: block;
  background-image: url(../common/bg_tryangle.svg);
  background-position: center top;
  background-repeat: repeat;
  background-size: 1000px;
}

#content {
  display: block;
  padding: 0 0 60px 0;
  margin: 0 auto;
  background-color: rgba(219, 244, 246, 0.6);
}

section {
  display: block;
  padding: 90px 0 30px 0;
  margin: 90px 15px 0 15px;
  background-color: #fffdf0;
  border-radius: 2px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.device_width {
  padding: 0;
  margin: 0 20px;
  text-align: left;
  position: relative;
}

.device_width.bottom_long {
  padding: 0 0 60px 0;
}

/*==================================
FIXED HEADER
==================================*/
header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100vw;
  height: 60px;
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 200;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

header.fixed {
  background-color: #fffdf0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #70cabe;
  transition: 0.4s;
}

header a {
  color: #fff;
}

header.fixed a {
  color: #00a7b5;
}

/* HEAD LOGO */
header #head_logo {
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  text-align: center;
  line-height: 60px;
  background-image: url(../common/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  position: absolute;
  left: 10px;
}

/* MENU ICON */
header a#menu_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  background-image: url(../common/icon-menu.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}

header.fixed a#menu_icon {
  background-image: url(../common/icon-menu-color.svg);
}
/*==================================
FOOTER
==================================*/
footer {
  display: block;
  padding: 30px 15px 90px 15px;
  margin: 0;
  background-color: #2b353a;
  color: #fffdf0;
}

footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li {
  padding: 0;
  margin: 0 5px;
}

footer .footer_nav {
  display: none;
}

.footer_subnav {
  padding: 175px 0 0 0;
  margin: 10px 0;
  background-image: url(../common/logo.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 160px;
}

/*==================================
SNS ICON
==================================*/
ul.sns_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.sns_list li {
  display: inline-block;
  width: 40px;
  padding: 0;
  margin: 0 5px;
}

ul.sns_list li a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  transition: 0.4s;
}

ul.sns_list li a.twitter {
  background-image: url(../common/snsicon-tw_white.png);
}

ul.sns_list li a:hover.twitter {
  background-image: url(../common/snsicon-tw.png);
}

ul.sns_list li a.facebook {
  background-image: url(../common/snsicon-fb_white.png);
}

ul.sns_list li a:hover.facebook {
  background-image: url(../common/snsicon-fb.png);
}

ul.sns_list li a.instagram {
  background-image: url(../common/snsicon-inst_white.png);
}

ul.sns_list li a:hover.instagram {
  background-image: url(../common/snsicon-inst.png);
}

ul.sns_list li a.youtube {
  background-image: url(../common/snsicon-yt_white.png);
}

ul.sns_list li a:hover.youtube {
  background-image: url(../common/snsicon-yt.png);
}

ul.sns_list li a.line {
  background-image: url(../common/snsicon-line_white.png);
}

ul.sns_list li a:hover.line {
  background-image: url(../common/snsicon-line.png);
}

/*==================================
ANCHOR LINK
==================================*/
.anchor {
  display: block !important;
  padding-top: 230px !important;
  margin-top: -230px !important;
}

.anchor_rank {
  display: block;
  padding-top: 75px !important;
  margin-top: -75px !important;
  position: absolute;
}

.anchor_region {
  display: block;
  padding-top: 60px !important;
  margin-top: -60px !important;
  position: absolute;
}

.anchor_realtime {
  display: block;
  padding-top: 0px !important;
  margin-top: -0px !important;
  position: absolute;
}

/*==================================
MAINVISUAL
==================================*/
#mainvisual {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 520px;
  padding: 0;
  margin: 0;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  background-color: #10394b;
}

.mainvisual_slider .slide_element.main {
  background-image: url(../img/mainvisual-main_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mainvisual_slider .slide_element.mask {
  background-image: url(../img/mainvisual-mask_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* #mainvisual .bottom_blank {
  display: block;
  width: 100%;
  height: 10px;
  padding: 0;
  margin: -10px 15px 0 15px;
  background-color: #fffdf0;
  border-radius: 2px 2px 0 0;
  position: relative;
  bottom: 0;
} */
#mainvisual .bottom_blank {
  display: none;
}

/*==================================
PAGE TITLE AREA
==================================*/
#page_title_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 80px 0 15px 0;
  margin: 0;
  box-shadow: none;
  background-color: #000;
  background-image: url(../common/page_title_area.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1280px;
  border-radius: 0;
}

#page_title_area-none {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90px;
  padding: 0;
  margin: 0;
  box-shadow: none;
  background-color: #000;
  background-image: url(../common/page_title_area.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1280px;
  position: fixed;
  top: 0;
  z-index: 100;
}

#system_content,
#nonetitle_content {
  margin-top: 90px;
}

/*==================================
SUB NAV FIXED
==================================*/
#index-sub_nav-fixed,
#sub_nav-fixed {
  width: 100vw;
}

#index-sub_nav-fixed div,
#sub_nav-fixed div {
  padding: 0;
  margin: 0;
  background-color: rgba(43, 53, 58, 1);
}

#index-sub_nav-fixed ul,
#sub_nav-fixed ul {
  display: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

#index-sub_nav-fixed li,
#sub_nav-fixed li {
  display: block;
  padding: 10px;
  margin: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

#index-sub_nav-fixed li a,
#sub_nav-fixed li a {
  display: block;
  color: #fffdf0;
  font-size: 1rem;
  font-weight: 700;
}

#index-sub_nav-fixed ul.separate,
#sub_nav-fixed ul.separate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

#index-sub_nav-fixed ul.separate li,
#sub_nav-fixed ul.separate li {
  width: calc(50% - 21px);
  border-right: 1px dashed rgba(255, 255, 255, 0.1);
}

#index-sub_nav-fixed ul.separate li:nth-child(even),
#sub_nav-fixed ul.separate li:nth-child(even) {
  width: calc(50% - 20px);
  border-right: none;
}

.sp_menu_btn {
  display: block;
  height: 30px;
  padding: 0;
  margin: 0 !important;
  background-color: #00757e !important;
  background-image: url(../common/icon_accmenu_open.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}

.sp_menu_btn.selected {
  background-color: #00757e !important;
  background-image: url(../common/icon_accmenu_close.png);
}

/*==================================
IMG & MOV RATIO
==================================*/
/* EMBED VIDEO */
.embed_video,
.embed_img {
  margin: 15px auto;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.embed_video iframe,
.embed_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* IMG 16:9 */
.embed_img.ratio-16_9 {
  padding-bottom: 56.25%;
}

/* IMG 3:2 */
.embed_img.ratio-3_2 {
  padding-bottom: 66.6666%;
}

/* IMG 4:3 */
.embed_img.ratio-4_3 {
  padding-bottom: 75%;
}

/* IMG 1:1 */
.embed_img.ratio_1_1 {
  padding-bottom: 100%;
}

/* IMG ALIGN */
.img_align_left,
.img_align_right {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 15px 0;
}

/*==================================
GALLERY
==================================*/
.gallery_block {
  display: block;
  padding: 20px 15px;
  margin: 30px 0;
  background-color: #1c1c1c;
  color: #f9f9f9;
  clear: both;
}

.gallery_block ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.gallery_block ul li {
  width: calc(100% / 3 - 6px);
  margin: 3px;
}

.trim {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.trim > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 179%;
  max-height: initial;
}

.gallery_block h4 {
  padding-bottom: 5px;
  margin: 0 5px 20px 5px;
  border-bottom: 1px solid #5c5c5c;
}

.mfp-bg {
  background: #000 !important;
  opacity: 0.95 !important;
}

.mfp-arrow {
  margin-top: -22px !important;
  width: 45px !important;
  height: 60px !important;
  opacity: 1 !important;
}

.mfp-arrow-left {
  background-image: url(../common/icon-left-large.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.mfp-arrow-right {
  background-image: url(../common/icon-right-large.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.mfp-arrow-left:before,
.mfp-arrow-left:after {
  border: none !important;
}

.mfp-arrow-right:before,
.mfp-arrow-right:after {
  border: none !important;
}

.mfp-close {
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  margin: 5px -30px 0 0 !important;
  background-image: url(../common/close_white.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.mfp-counter {
  margin: 15px 0 0 0 !important;
}

img.mfp-img {
  max-width: 80vw !important;
}

/*==================================
BTN
==================================*/
/* BTN PAGETOP */
.fixed_pagetop {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border-radius: 3px 0 0 3px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../common/icon-up.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  position: fixed;
  right: 0;
  bottom: 115px;
  z-index: 100;
}

/* BTN LOGIN BAR */
.fixed_btn_login {
  display: block;
  width: 100vw;
  height: 60px;
  padding: 0;
  margin: 0;
  border-top: 2px solid #fff;
  background-color: #fff100;
  background-image: url(../common/fixed_btn_login_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 320px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.fixed_btn_login:hover {
  background-color: #00a7b5;
  background-image: url(../common/fixed_btn_login_sp_hover.png);
}

/* BTN BORDER INLINE */
a.btn_border {
  display: inline-block;
  padding: 0 0 5px 0;
  border-bottom: 4px solid #91aab7;
  color: #91aab7;
}

a:hover.btn_border {
  border-bottom: 4px solid #00afec;
  color: #00afec;
  text-decoration: none;
}

.btn_center a.btn_border {
  margin: 5px 15px;
}

/* BTN BORDER BLOCK */
a.btn_border_block {
  display: inline-block;
  width: calc(100% - 50px);
  padding: 20px 20px 16px 20px;
  margin: 0 auto;
  color: #fffdf0;
  font-size: 1.1rem;
  background: -moz-linear-gradient(to left, #5cb531, #70cabe 60%, #00a0e9);
  background: -webkit-linear-gradient(to left, #5cb531, #70cabe 60%, #00a0e9);
  background: linear-gradient(to right, #5cb531, #70cabe 60%, #00a0e9);
  transition: 0.4s;
  position: relative;
}

a.btn_border_block:after {
  content: "";
  border: 2px solid #2b353a;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
}

a:hover.btn_border_block {
  background: -moz-linear-gradient(to left, #00a7b5, #00a0e9);
  background: -webkit-linear-gradient(to left, #00a7b5, #00a0e9);
  background: linear-gradient(to right, #00a7b5, #00a0e9);
  text-decoration: none;
}

/* BTN BORDER BLOCK NEG */
a.btn_border_block_neg {
  display: inline-block;
  width: calc(100% - 70px);
  padding: 20px 30px 16px 30px;
  margin: 0 auto;
  color: #fffdf0;
  font-size: 1.2rem;
  background-color: #91aab7;
  transition: 0.4s;
  position: relative;
}

a.btn_border_block_neg:after {
  content: "";
  border: 2px solid #2b353a;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
}

a:hover.btn_border_block_neg {
  background-color: #ff0080;
  text-decoration: none;
}

/* BTN BORDER BLOCK NONE */
.btn_border_block_none {
  display: inline-block;
  width: calc(100% - 70px);
  padding: 20px 30px 16px 30px;
  margin: 0 auto;
  color: #a2a9b4;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  position: relative;
  pointer-events: none;
}

.btn_border_block_none:after {
  content: "";
  border: 2px solid #a2a9b4;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
}

/* BTN CENTER */
.btn_center {
  display: block;
  padding: 0;
  margin: 15px 0 30px 0;
  text-align: center;
  position: relative;
}

.btn_center_inner {
  display: block;
  padding: 0;
  margin: 15px 0 30px 0;
  text-align: center;
  position: relative;
}

.btn_center_slim {
  display: block;
  padding: 0;
  margin: 10px 0 20px 0;
  text-align: center;
  position: relative;
}

/* BTN LEFT */
.btn_left {
  display: block;
  padding: 0;
  margin: 15px 0 30px 0;
  text-align: left;
}

/* BTN RIGHT */
.btn_right {
  display: block;
  padding: 0;
  margin: 15px 0 30px 0;
  text-align: right;
}

a.btn_covid_alert {
  display: block;
  width: calc(100% - 26px);
  padding: 8px 10px;
  margin: 20px 0 15px 0;
  border-radius: 10px;
  border: 3px solid #00a7b5;
  background-color: #fff;
  color: #00a7b5;
  line-height: 140%;
}

a.btn_inner_fill {
  display: block;
  padding: 10px 60px;
  margin: 5px 0;
  background: -moz-linear-gradient(to left, #5cb531, #70cabe 60%, #00a0e9);
  background: -webkit-linear-gradient(to left, #5cb531, #70cabe 60%, #00a0e9);
  background: linear-gradient(to right, #5cb531, #70cabe 60%, #00a0e9);
  color: #fffdf0;
  text-align: center;
  font-weight: 800;
}

a:hover.btn_inner_fill {
  background: -moz-linear-gradient(to left, #00a7b5, #00a0e9);
  background: -webkit-linear-gradient(to left, #00a7b5, #00a0e9);
  background: linear-gradient(to right, #00a7b5, #00a0e9);
  text-decoration: none;
}

/* LINK TEXT */
a.link_text {
  border-bottom: 1px dashed #2b353a;
}

a:hover.link_text {
  border-bottom: 1px solid #00a7b5;
  color: #00a7b5;
  text-decoration: none;
}

/*==================================
TABLE
==================================*/
.table_block {
  display: block;
  padding: 0;
  margin: 0 0 30px 0;
}

table {
  display: block;
  overflow: auto;
  white-space: nowrap;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 15px;
  border: 1px solid #d5d2c3;
  text-align: center;
}

table th {
  background-color: rgba(0, 0, 0, 0.02);
  color: #91aab7;
}

table td:hover {
  background-color: rgb(255, 254, 238);
}

/* TH横向き */
table.horizontal td {
  vertical-align: top;
}

table.horizontal th:first-of-type,
table.horizontal td:first-of-type {
  border-left: none !important;
}

table.horizontal th:last-of-type,
table.horizontal td:last-of-type {
  border-right: none !important;
}

/* TH縦向き */
table.vertical,
table.vertical_plural {
  display: table;
  padding: 0;
  margin-bottom: 10px;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0.02);
}

table.vertical th,
table.vertical_plural th {
  display: block;
  width: calc(100% - 30px);
  padding: 10px 15px;
  margin: 0;
  border: none;
  border-top: 2px solid #fffdf0;
  text-align: left;
}

table.vertical td,
table.vertical_plural td {
  display: block;
  width: calc(100% - 30px);
  padding: 10px 15px;
  margin: 0;
  border: none;
  border-top: 1px dashed #d5d2c3;
  text-align: left;
}

#index-news table.vertical td:first-of-type,
#mypage_content table.vertical td:first-of-type,
#system_content table.vertical td:first-of-type,
table.vertical_plural td:first-of-type,
#news_index table.vertical td:first-of-type,
.entry_contents table.vertical td:first-of-type,
#index-credit table.vertical td:first-of-type,
#about_requirements table.vertical td:first-of-type {
  border-top: none;
}

/*tableにスクロールバーを追加*/
table::-webkit-scrollbar {
  height: 10px;
}

table::-webkit-scrollbar-track {
  background: #fff;
}

table::-webkit-scrollbar-thumb {
  background: #5c5c5c;
}

/*==================================
ACCORDION
==================================*/
.accordion {
  display: block;
  padding: 0;
  margin: 15px 0;
}

.accordion_ttl {
  display: block;
  padding: 15px 40px 15px 40px;
  margin: 0;
  border-top: 3px solid #fff;
  cursor: pointer;
  background-image: url(../common/icon_acc_open.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 40px;
  background-color: rgba(0, 0, 0, 0.02);
  line-height: 180%;
  color: #91aab7;
  font-weight: 800;
}

.accordion_ttl:hover {
  background-image: url(../common/icon_acc_open_hover.png);
  color: #00a7b5;
}

.accordion_ttl.selected {
  background-image: url(../common/icon_acc_close.png);
  background-color: #00a7b5;
  color: #fffdf0;
  border-radius: 10px 10px 0 0;
}

.accordion_ttl.selected:hover {
  background-image: url(../common/icon_acc_close_hover.png);
}

.accordion_body {
  display: block;
  padding: 15px 15px 30px 40px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.01);
}

.accordion_body p:first-of-type {
  padding-top: 0;
}

.accordion_ttl:before {
  display: inline-block;
  margin-right: 10px;
  margin-left: -30px;
  color: #00a7b5;
  content: "Q.";
}

.accordion_ttl.selected:before {
  color: #fffdf0;
}

.accordion_body:before {
  margin-right: 10px;
  margin-left: -30px;
  color: #ff0080;
  font-family: vdl-v7marugothic;
  font-weight: 800;
  font-style: normal;
  float: left;
  content: "A.";
}

/* ランキング月別アーカイブ */
.accordion_ttl.ranking_archives,
.accordion_body.ranking_archives {
  padding-left: 15px;
}

.accordion_ttl.ranking_archives:before,
.accordion_body.ranking_archives:before {
  margin-left: 0;
  content: "";
}

.accordion_body.ranking_archives ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  padding: 0 !important;
  margin: 0;
  list-style: none;
}

.accordion_body.ranking_archives ul li {
  display: block;
  width: calc(50% - 4px);
  padding: 0;
  margin: 4px 0 4px 4px;
  text-align: center;
}

.accordion_body.ranking_archives ul li:nth-child(even) {
  width: calc(50% - 4px);
  margin: 4px 4px 4px 0;
}

.accordion_body.ranking_archives ul li a {
  display: block;
  padding: 10px;
  margin: 0;
  background-color: #d5f0ff;
  border-radius: 4px 0 0 4px;
  transition: 0.2s;
}

.accordion_body.ranking_archives ul li a:hover {
  background-color: #00afec;
  color: #fffdf0;
  text-decoration: none;
}

.accordion_body.ranking_archives ul li:nth-child(even) a {
  background-color: #ffd5e1;
  border-radius: 0 4px 4px 0;
}

.accordion_body.ranking_archives ul li:nth-child(even) a:hover {
  background-color: #ff0080;
  color: #fffdf0;
  text-decoration: none;
}

/* MYPAGEスコアアーカイブ */
.accordion_ttl.personal_score_archives,
.accordion_body.personal_score_archives {
  padding-left: 15px;
}

.accordion_ttl.personal_score_archives:before,
.accordion_body.personal_score_archives:before {
  margin-left: 0;
  content: "";
}

/* ABOUT */
.about_step_read {
  text-align: center;
  padding-top: 230px;
  padding-bottom: 10px;
  background-image: url(../common/logo.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  background-size: 200px;
}

.about_step_read h3 {
  color: #00a7b5;
  font-size: 1.3rem;
}

.about_step {
  margin-top: 0;
}

.about_step .accordion_ttl,
.about_step .accordion_body {
  text-align: left;
}

.about_step .accordion_body {
  padding: 20px 20px 40px 20px;
  background-color: rgba(0, 0, 0, 0.02);
}

.about_step .accordion_ttl {
  padding: 15px 40px 15px 15px;
  background-position: right center;
  font-size: 1.2rem;
  color: #00a7b5;
}

.about_step .accordion_ttl.selected {
  color: #fffdf0;
}

.about_step .accordion_ttl:before,
.about_step .accordion_body:before {
  display: none;
}

.about_step .accordion_body .caption p {
  padding: 2px 0;
  margin: 0;
}

.about_step .accordion_body h5 {
  font-size: 1.1rem;
  line-height: 160%;
  padding: 0;
  margin: 0 0 15px 0;
}

.about_step .accordion_ttl .step {
  display: block;
  width: 90px;
  padding: 2px 15px;
  margin: 0 0 5px 0;
  background-color: #00a7b5;
  border: 1px solid #00a7b5;
  border-radius: 40px;
  color: #fffdf0;
  font-size: 0.8rem;
  line-height: 180%;
  transition: 0.2s;
  text-align: center;
}

.about_step .accordion_ttl.selected .step {
  background-color: #fffdf0;
  border: 1px solid #fffdf0;
  color: #00a7b5;
}

/*==================================
TRANSLATE
==================================*/
#google_translate_element {
  display: block;
  margin: 15px 0 0 0;
}

.goog-te-gadget-simple {
  border: none !important;
  border-radius: 3px;
  font-size: 100% !important;
  display: inline-block;
  padding: 2px 5px !important;
  cursor: pointer;
  zoom: 1;
  *display: inline;
}

.language_elements {
  padding: 0;
  margin: 0;
  text-align: center;
}

/*==================================
SLIDE
==================================*/
/* MainVisual Slider */
#mainvisual .mainvisual_slider {
  width: 100vw;
  height: 520px;
  padding: 0;
  margin: 0;
}

#mainvisual .mainvisual_slider .slide_element {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 520px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

/* NORMAL */
.normal_slider {
  padding: 0;
  margin: 15px 0;
  text-align: center;
}

.normal_slider img {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

/* MULTI 3 */
.multi_slider3 {
  padding: 0;
  margin: 0;
  text-align: center;
}

.multi_slider3.pc {
  display: none;
}

.multi_slider3 img {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}

/* SLICK COMMON */
.slick-slide {
  position: relative;
  margin: 0;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

button.slick-arrow {
  width: 45px;
  height: 90px;
  z-index: 100;
}

/* Dots */
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 15px 0 0 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  padding: 0;
  border: 1px solid #9c9c9c;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #9c9c9c;
}

.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#mainvisual .slick-dots {
  margin: -30px 0 0 0;
}

#mainvisual .slick-dots li {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 5px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../common/slide_bar.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 10px;
  cursor: pointer;
}

#mainvisual .slick-dots li.slick-active {
  background-color: #fffdf0;
  height: 5px;
}

.slick-prev {
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../common/icon-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  top: calc(50% - 12px);
  left: 10px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 100;
}

.slick-next {
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../common/icon-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 100;
}

/*==================================
  lity.css
  ==================================*/
/* CUSTOMIZE */
.modal_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-top: 30px;
  color: #2b353a;
  text-align: center;
}

.modal_content {
  width: calc(100vw - 40px);
}

/*! Lity * Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: rgba(0, 0, 0, 1);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 0;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
  overflow: auto;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: top;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.6); */
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); */
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); */
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

/* EDIT LITY */
.lity-close {
  width: 50px;
  height: 50px;
  right: 5px;
  top: 5px;
  /* color: #00a7b5; */
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  /* background-color: #fff100; */
  background-color: #00757e;
  border-radius: 50%;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  width: 50px;
  height: 50px;
  right: 5px;
  top: 5px;
  color: #00a7b5;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  background-color: #91aab7;
  border-radius: 50%;
}

.lity-container {
  /* max-width: calc(100% - 60px);
  max-height: calc(100% - 60px); */
  max-width: calc(100% - 0);
  max-height: calc(100% - 0);
}

.modal_content a {
  color: #2b353a;
}

.modal_content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* MODAL MENU */
#window_menu .modal_content {
  font-family: vdl-gigag, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.12rem;
  border-radius: 6px;
  overflow-y: scroll;
  background-color: #fffdf0;
}

#window_menu .menu_elements {
  padding: 100px 0 20px 0;
  background-image: url(../common/logo.png);
  background-position: left 15px;
  background-repeat: no-repeat;
  background-size: 100px;
  text-align: right;
  width: calc(100% - 40px);
}

#window_menu a {
  color: #00a7b5;
}

#window_menu ul {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  /* border-top: 1px dashed #d5d2c3; */
}

#window_menu ul.nav_sub {
  padding: 0;
  margin: 15px 0 0 0;
  border-top: 2px solid #00a7b5;
}

#window_menu ul li {
  padding: 10px 0 10px 15px;
  margin: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

#window_menu ul li:last-of-type {
  border-bottom: none;
}

#window_menu ul li a {
  padding: 5px 26px 5px 0;
  background-image: url(../common/icon_next_hover.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px;
}

#window_menu a.btn_logout {
  display: block;
  padding: 8px 15px;
  margin: 15px 0 0 0 !important;
  background-color: #91aab7;
  color: #fff;
  text-align: right;
}

/*==================================
*** ORIGINAL DESIGN ***
==================================*/
#login_bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 30px;
  padding: 0;
  background-color: #00a7b5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  font-size: 0.86rem;
  font-family: vdl-v7marugothic;
  font-weight: 800;
  font-style: normal;
}

#login_bar .bar_center,
#login_bar a.btn_entry_area {
  display: none;
}

#login_bar a.btn_login_area {
  display: block;
  width: 100vw;
  height: 30px;
  line-height: 30px;
  padding: 0 45px 0 0;
  margin: 0;
  background-image: url(../common/btn_login_area.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fffdf0;
  text-align: right;
}

#login_bar a.btn_login_area span {
  font-size: 0.7rem;
  padding: 0 2px;
}

#mypage_bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 30px;
  padding: 0;
  background-color: #00a7b5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  font-family: vdl-v7marugothic;
  font-size: 0.8rem;
  font-weight: 800;
  font-style: normal;
  color: #fffdf0;
}

#mypage_bar p {
  padding: 0;
}

#mypage_bar #name_area {
  width: calc(100% - 130px);
  padding: 0 0 0 10px;
  margin: 0;
  text-align: left;
}

#mypage_bar a.btn_mypage_area {
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  padding: 0 30px 0 10px;
  margin: 0;
  background-color: #00757e;
  background-image: url(../common/icon_mypage.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 40px;
  color: #fffdf0;
  text-align: center;
  cursor: pointer;
}

#mypage_bar a.btn_logout_area {
  display: none;
}

#mypage_bar a:hover.btn_mypage_area {
  background-image: url(../common/icon_mypage_hover.png);
  background-color: #fff100;
  color: #00757e;
  text-decoration: none;
}

#index_banner {
  padding: 10px;
  margin: 15px 15px 0 15px;
}

#index_banner img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

.split_block .split_left {
  padding: 0 0 30px 0;
  margin: 0;
}

.split_block .split_right {
  padding: 0 0 30px 0;
  margin: 0;
}

.split_block table td {
  text-align: left !important;
}

.split_block table td select {
  width: 100%;
  margin-top: 5px !important;
}

/* TOOLTIP */
.tooltip_area {
  display: block;
  width: 100%;
  height: 80px;
  padding: 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.tooltip {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc(80% - 30px);
  padding: 15px;
  margin: 0 10%;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fffdf0;
  font-size: 0.86rem;
  line-height: 160%;
  text-align: left;
  position: absolute;
  left: 0;
  top: 105px;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.tooltip:before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(50% - 5px);
  border: 5px solid transparent;
  border-bottom: 15px solid rgba(0, 0, 0, 0.8);
}

.tooltip_area.open .tooltip {
  display: flex;
}

.tooltip ul {
  padding: 0 !important;
  margin: 0;
}

.tooltip ul li {
  padding: 2px 0;
}

.total_count .tooltip {
  top: 85px;
}

#content ul {
  padding: 5px 0 5px 2rem;
  margin: 0;
}

#content ul li {
  padding: 0 0 2px 0;
}

/* エントリー関連 */
.list_entry td {
  padding: 0 15px;
}

.list_entry td a {
  display: block;
  padding: 10px 30px 10px 0;
  background-image: url(../common/icon_next.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 24px;
  text-align: left;
}

.list_entry td a:hover {
  background-image: url(../common/icon_next_hover.png);
}

#entry_head {
  display: block;
  padding: 0;
  margin: 0 0 15px 0;
}

.entry_contents {
  padding: 0;
  margin: 0;
}

.entry_contents table {
  margin-top: 15px;
}

.entry_contents table td {
  text-align: left;
}

.entry_contents .marker {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #fff100;
  border-radius: 3px;
}

/* ランキングページリスト */
#ranking_list {
  display: block;
  padding: 0;
  margin: 0;
}

.ranking_list-inner {
  margin: 0 0 10px 0;
}

#ranking_list a.btn_inner_fill {
  margin: 15px 0 10px 0;
}

.ranking_list_head {
  display: block;
  padding: 20px 0 0 0;
  margin: 10px 0 0 0;
  border-top: 1px dashed #d5d2c3;
  text-align: center;
}

.ranking_list_head h4 {
  margin: 0;
}

.ranking_list_head a {
  display: inline-block;
  padding: 3px 15px;
  margin: 10px 0 20px 0;
  border-radius: 30px;
  border: 2px solid #d5d2c3;
  color: #d5d2c3;
  font-size: 0.9rem;
  font-weight: 800;
}

.ranking_list_head a:hover {
  background-color: #d5d2c3;
  border-color: #d5d2c3;
  color: #fffdf0;
  text-decoration: none;
}

#ranking_list dl.ranking_list_personal,
#ranking_list dl.ranking_list_seed {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  margin: 0 0 10px 0;
  border: 2px solid #d5d2c3;
  font-size: 0.9rem;
  border-radius: 6px;
}

#ranking_list dl.ranking_list_personal dt,
#ranking_list dl.ranking_list_seed dt {
  padding: 5px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.02);
  text-align: center;
}

#ranking_list dl.ranking_list_personal dd,
#ranking_list dl.ranking_list_seed dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin: 0;
  text-align: center;
}

/* 共通 */
#ranking_list dl.ranking_list_personal dt:nth-of-type(1) {
  display: none;
}

#ranking_list dl.ranking_list_personal dd:nth-of-type(1) {
  width: calc(15% - 10px);
  background-color: #00a7b5;
  font-family: vdl-v7marugothic;
  font-weight: 800;
  font-style: normal;
  font-size: 0.9rem;
  color: #fffdf0;
  /* border-radius: 0 0 6px 0; */
}

#ranking_list dl.ranking_list_personal dt:nth-of-type(2),
#ranking_list dl.ranking_list_seed dt:nth-of-type(2) {
  display: none;
}

#ranking_list dl.ranking_list_personal dd:nth-of-type(2),
#ranking_list dl.ranking_list_seed dd:nth-of-type(2) {
  width: calc(32% - 10px);
}

#ranking_list dl.ranking_list_personal dt:nth-of-type(3),
#ranking_list dl.ranking_list_seed dt:nth-of-type(3) {
  display: none;
}

#ranking_list dl.ranking_list_personal dd:nth-of-type(3),
#ranking_list dl.ranking_list_seed dd:nth-of-type(3) {
  width: calc(28% - 11px);
  border-left: 1px dashed #d5d2c3;
}

#ranking_list dl.ranking_list_personal dt:nth-of-type(4),
#ranking_list dl.ranking_list_seed dt:nth-of-type(4) {
  display: none;
}

#ranking_list dl.ranking_list_personal dd:nth-of-type(4),
#ranking_list dl.ranking_list_seed dd:nth-of-type(4) {
  width: calc(25% - 11px);
  border-left: 1px dashed #d5d2c3;
}

#ranking_list dl.ranking_list_personal dt:nth-of-type(5),
#ranking_list dl.ranking_list_seed dt:nth-of-type(5) {
  display: none;
}

#ranking_list dl.ranking_list_personal dd:nth-of-type(5),
#ranking_list dl.ranking_list_seed dd:nth-of-type(5) {
  width: calc(65% - 10px);
  border-left: none;
  border-top: 1px solid #d5d2c3;
}

#ranking_list dl.ranking_list_personal dt:nth-of-type(6),
#ranking_list dl.ranking_list_seed dt:nth-of-type(6) {
  display: none;
}

#ranking_list dl.ranking_list_personal dd:nth-of-type(6),
#ranking_list dl.ranking_list_seed dd:nth-of-type(6) {
  width: calc(35% - 11px);
  border-top: 1px solid #d5d2c3;
  border-left: 1px dashed #d5d2c3;
}

#ranking_list dl.ranking_list_personal.head {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  align-items: center;
  margin: 10px 0;
  background-color: #91aab7;
  border: none;
  color: #fffdf0;
  font-size: 0.8rem;
}

#ranking_list dl.ranking_list_personal.head dd:nth-of-type(1) {
  background-image: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  background-color: #91aab7;
}

#ranking_list dl.ranking_list_personal.head dd:nth-of-type(2) {
  width: calc(32% - 11px);
  border-left: 1px dashed #d5d2c3;
  border-right: 1px dashed #d5d2c3;
}

#ranking_list dl.ranking_list_personal.head dd:nth-of-type(3) {
  border-left: none;
}

#ranking_list dl.ranking_list_personal.head dd:nth-of-type(5) {
  width: calc(65% - 10px);
  border-left: none;
}

#ranking_list dl.ranking_list_personal.head dd:nth-of-type(6) {
  width: calc(35% - 11px);
}

/* シード権 */
#ranking_list dl.ranking_list_seed.head {
  display: none;
}

#ranking_list dl.ranking_list_seed dt:nth-of-type(1) {
  display: block;
  width: calc(15% - 10px);
}

#ranking_list dl.ranking_list_seed dd:nth-of-type(1) {
  display: block;
  width: calc(35% - 11px);
  border-left: 1px dashed #d5d2c3;
}

#ranking_list dl.ranking_list_seed dt:nth-of-type(2) {
  display: block;
  width: calc(30% - 12px);
  border-left: 2px solid #d5d2c3;
}

#ranking_list dl.ranking_list_seed dd:nth-of-type(2) {
  display: block;
  width: calc(20% - 11px);
  border-left: 1px dashed #d5d2c3;
}

#ranking_list dl.ranking_list_seed.blank {
  display: none;
}

.ranking_message {
  display: block;
  padding: 10px;
  margin: 0 0 5px 0;
  background-color: #fff100;
  text-align: center;
}

.ranking_message h4 {
  padding: 0;
  margin: 0 !important;
  font-size: 1.1rem;
}

.ranking_message h4 .caption {
  margin-top: 5px;
  font-size: 0.8rem !important;
  line-height: 150%;
}

/* FAQ */
#faq_contact .faq_contact_list {
  margin: 30px auto;
}

#faq_contact .faq_contact_list table th {
  text-align: center;
}

#faq_contact .faq_contact_list table td {
  display: block;
  text-align: center;
}

#faq_contact ul {
  font-size: 0.86rem;
}

#contact_form table {
  margin-top: 30px;
}

.inner_category_nav {
  display: block;
  padding: 0;
  margin: 0 0 30px 0;
  border-top: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.04);
}

.inner_category_nav ul {
  padding: 0 !important;
  margin: 0;
  list-style: none;
  font-size: 0.8rem;
}

.inner_category_nav ul li {
  display: block;
  width: calc(50% - 2px);
  padding: 0 !important;
  margin: 0 2px 2px 0;
  background-color: rgba(0, 0, 0, 0.04);
  text-align: center;
  float: left;
}

.inner_category_nav ul li:nth-child(2n) {
  width: 50%;
  margin-right: 0;
}

.inner_category_nav ul li a {
  display: block;
  padding: 4px 0;
  margin: 0;
  color: #91aab7;
  font-family: vdl-v7marugothic;
  font-weight: 800;
  font-style: normal;
}

.inner_category_nav ul li a:hover,
.inner_category_nav ul li a.selected {
  text-decoration: none;
  background-color: #00a7b5;
  color: #fffdf0;
}

/* LIST */
.places_list {
  display: block;
  padding: 0;
  margin: 15px 0 0 0;
}

.places_list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  margin: 0 0 15px 0;
  border: 2px solid #d5d2c3;
  border-radius: 6px;
  font-size: 0.9rem;
}

.places_list dl dt {
  display: block;
  width: calc(40% - 10px);
  padding: 5px;
  margin: 0;
  border-top: 1px solid #d5d2c3;
  background-color: rgba(0, 0, 0, 0.02);
  text-align: center;
}

.places_list dl dd {
  display: block;
  width: calc(60% - 21px);
  padding: 5px 10px;
  margin: 0;
  border-top: 1px solid #d5d2c3;
  border-left: 1px dashed #d5d2c3;
  text-align: left;
}

.places_list dl dt:first-of-type,
.places_list dl dd:first-of-type {
  border-top: none;
}

.places_list dl.head {
  display: none;
}

/* ABOUT */
h3.icon_pin {
  padding: 65px 0 15px 0;
  margin: 0;
  background-image: url(../common/icon_pin01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 45px;
  text-align: center;
}

.about_body {
  padding-top: 200px;
  background-image: url(../common/logo.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  background-size: 180px;
}

.inner_halfblock {
  display: block;
}

.inner_halfblock .half_box {
  display: block;
}

.inner_halfblock .half_box h3 {
  padding: 80px 0 5px 0;
  margin: 15px 0 0 0;
  background-position: center 15px;
}

.inner_block.sub.notice {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.inner_block.sub.notice h4 {
  margin: 10px 0 5px 0;
  color: #91aab7;
  text-align: center;
  font-size: 1.3rem;
}

.inner_block.sub.notice h5 {
  margin-bottom: 15px;
  color: #91aab7;
  text-align: center;
  font-size: 0.86rem;
}

.inner_block.sub.notice p {
  padding: 4px 0;
  font-size: 0.86rem;
}

#about_expense .inner_block.sub h4 {
  border-top: 1px dashed #d5d2c3;
  padding-top: 30px;
  margin-top: 15px;
}

#about_expense .inner_block.sub h4:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

#about_expense .special_message {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  padding: 15px 80px 15px 15px;
  margin: 15px 0 0 0;
  background-color: #70cabe;
  background-image: url(../common/complete_message.png);
  background-position: right 5px;
  background-repeat: no-repeat;
  background-size: 80px;
  text-align: left;
}

#about_expense .special_message h4 {
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  color: #fffdf0;
}

#about_expense .table_block.no_margintop {
  margin-top: 0;
}

.item_mask {
  display: block;
  height: 120px;
  padding: 15px 0;
  margin: 15px 0;
  background-color: #70cabe;
  background-image: url(../common/item_mask.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
}

/* スケジュール */
#about_schedule .panel {
  display: block;
  width: 100%;
  padding: 0 0 30px 0;
  margin: 0 0 15px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}

#about_schedule .panel h4 {
  padding: 15px;
  background-image: url(../common/logo_alpha.png);
  background-position: center top;
  background-repeat: repeat;
  background-size: 90px;
  color: #fffdf0;
  border-radius: 10px 10px 0 0;
}

#about_schedule .panel.left h4 {
  background-color: #a6c1db;
}

#about_schedule .panel.center h4 {
  background-color: #96cdd2;
}

#about_schedule .panel.final h4 {
  background-color: #70cabe;
}

#about_schedule .panel h6 {
  padding: 15px 15px 5px 15px;
  margin: 0;
  color: #2b353a;
  font-size: 1.1rem;
  font-weight: 600;
}

#about_schedule .panel p {
  padding: 0.5rem 15px;
  font-size: 0.9rem;
}

#about_schedule .panel .btn_center {
  padding: 0;
  margin: 15px 30px 0 30px;
}

#about_schedule .icon_sc_ar {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../common/icon_next_gray_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-top: -42px;
}

#about_schedule-amateur,
#about_schedule-pro {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0;
  position: relative;
}

#about_schedule-semipro {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0;
  position: relative;
}

/* BADGE LIST */
.badge_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  padding: 0;
  margin: 15px 0 0 0;
  border-top: 1px solid #d5d2c3;
}

.badge_list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #d5d2c3;
}

.badge_list dt {
  width: 40%;
  padding: 105px 0 15px 0;
  margin: 0;
  color: #91aab7;
  font-size: 1.3rem;
  font-weight: 800;
  background-position: center 15px;
  background-repeat: no-repeat;
  background-size: 90px;
}

.badge_list dd {
  width: 60%;
  padding: 15px 0;
  margin: 0;
}

.badge_list dt.badge-yellow {
  background-image: url(../common/badge-yellow.png);
}

.badge_list dt.badge-green {
  background-image: url(../common/badge-green.png);
}

.badge_list dt.badge-blue {
  background-image: url(../common/badge-blue.png);
}

.badge_list dt.badge-red {
  background-image: url(../common/badge-red.png);
}

.badge_list dt.badge-bronze {
  background-image: url(../common/badge-bronze.png);
}

.badge_list dt.badge-silver {
  background-image: url(../common/badge-silver.png);
}

.badge_list dt.badge-gold {
  background-image: url(../common/badge-gold.png);
}

.badge_list dt.badge-normal {
  background-image: url(../common/badge-normal.png);
}

/* INDEX */
#index-message {
  padding-bottom: 0;
}

#message_main .more_text {
  display: none;
}

#message_main .icon_more {
  display: block;
  width: 5px;
  height: 23px;
  padding: 0;
  margin: 0 auto;
  background-image: url(../common/icon_more.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#message_main .icon_more.selected {
  display: none;
}

#message_main .message_close {
  display: none;
}

#message_main .message_btn {
  cursor: pointer;
  transition: 0.4s;
}

#message_kk {
  padding: 0 0 400px 0;
  margin: 0;
  background-color: #ffd5e1;
  background-image: url(../common/message_kk_sp.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 420px;
}

#message_kk .message_textarea {
  padding: 30px 0;
}

.signature {
  margin-top: 15px;
  font-size: 1.1rem;
  font-style: italic;
  text-align: right;
}

#cresdit_logo_area {
  display: block;
  padding: 0;
  margin: 0;
}

#cresdit_logo_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

#cresdit_logo_area ul li {
  width: 50%;
  height: 60px;
  padding: 0;
  margin: 0;
}

#cresdit_logo_area ul li a {
  display: block;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#cresdit_logo_area ul li a.credit_logo-sompo {
  background-image: url(../common/credit_logo-sompo.png);
}

#cresdit_logo_area ul li a.credit_logo-nipponham {
  background-image: url(../common/credit_logo-nipponham.png);
}

#cresdit_logo_area ul li a.credit_logo-phiten {
  background-image: url(../common/credit_logo-phiten.png);
}

#cresdit_logo_area ul li a.credit_logo-hikarie {
  background-image: url(../common/credit_logo-hikarie.png);
}

#cresdit_logo_area ul li a.credit_logo-taiyo {
  background-image: url(../common/credit_logo-taiyo.png);
}

/* 通常コンテンツリード */
#read_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc(100% - 30px);
  padding: 20px 15px 15px 15px;
  margin: 0;
  background-color: #fff100;
  text-align: center;
  border-radius: 0;
}

#read_area h4 {
  width: 100%;
}

/*==================================
Mail Form
==================================*/
#contact .table_block,
#contact .table_block table {
  margin-top: 5px;
}

/*==================================
*** SYSTEM PAGE DESIGN ***
==================================*/
h2.stamp-plofile {
  font-size: 1.8rem;
  padding-top: 120px;
}

.mypage_name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 auto 25px auto;
  text-align: center;
}

.mypage_name span {
  width: 100%;
  padding: 5px 0;
  background-color: #00a7b5;
  border-radius: 30px;
  color: #fffdf0;
}

.mypage_name p {
  display: inline-block;
  padding: 5px 30px;
  margin: 0;
  background-color: #00a7b5;
  color: #fffdf0;
  border-radius: 60px;
  font-weight: 800;
}

th.mypage_personal_rank {
  background-position: center 10px;
  background-repeat: no-repeat;
  background-size: 90px;
  padding-top: 105px !important;
  padding-bottom: 15px !important;
  font-size: 1.1rem;
  color: #00a7b5;
  position: relative;
  text-align: center !important;
}

th.mypage_personal_rank p {
  padding: 0;
}

.total_count.mypage_personal_rank {
  margin: 0;
  background-position: center 15px;
  background-repeat: no-repeat;
  background-size: 60px;
  padding-top: 70px;
  position: relative;
}

.mypage_personal_rank.badge-blue {
  background-image: url(../common/badge-blue.png);
}

.mypage_personal_rank.badge-bronze {
  background-image: url(../common/badge-bronze.png);
}

.mypage_personal_rank.badge-gold {
  background-image: url(../common/badge-gold.png);
}

.mypage_personal_rank.badge-green {
  background-image: url(../common/badge-green.png);
}

.mypage_personal_rank.badge-red {
  background-image: url(../common/badge-red.png);
}

.mypage_personal_rank.badge-silver {
  background-image: url(../common/badge-silver.png);
}

.mypage_personal_rank.badge-yellow {
  background-image: url(../common/badge-yellow.png);
}

.mypage_personal_rank.badge-normal {
  background-image: url(../common/badge-normal.png);
}

.mypage_personal_rank.badge-none {
  padding-top: 15px !important;
}

/* MYPAGE SCORE LIST */
#mypage_personal_score .mypage_personal_rank {
  min-height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px;
  position: relative;
}

#mypage_personal_score .tooltip_area .tooltip {
  width: 180px;
  left: auto;
  right: -15px;
  top: 65px;
}

#mypage_personal_score .tooltip_area .tooltip:before {
  left: auto;
  right: 42px;
  top: -20px;
}

dl.mypage_list_personal .tooltip_area {
  width: 80px;
  height: 50px;
  padding: 0;
  position: relative;
}

dl.mypage_list_personal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  margin: 5px 0 15px 0;
  border: 2px solid #d5d2c3;
  border-radius: 6px;
}

dl.mypage_list_personal:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.008);
}

dl.mypage_list_personal.head {
  display: none;
}

dl.mypage_list_personal dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc(40% - 20px);
  padding: 10px;
  margin: 0;
  border-top: 1px solid #d5d2c3;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.02);
  color: #91aab7;
  font-weight: 800;
}

dl.mypage_list_personal dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc(60% - 21px);
  padding: 10px;
  margin: 0;
  border-top: 1px solid #d5d2c3;
  border-left: 1px dashed #d5d2c3;
  text-align: center;
}

dl.mypage_list_personal dt:first-of-type,
dl.mypage_list_personal dd:first-of-type {
  border-top: none;
}

/* MYPAGEスコアアーカイブ */
#mypage_personal_score h3 {
  margin: 30px 0 10px 0;
  font-size: 1.4rem;
}

#mypage_personal_score h3:first-of-type {
  margin-top: 5px;
}

.score th,
.score td {
  text-align: center !important;
}

.ticket_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.ticket_panel {
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  color: #fffdf0;
  background-color: #000;
  background-image: url(../common/logo_alpha.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 200px;
  border-radius: 3px;
}

.ticket_banner {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 15px 0;
  color: #fffdf0;
  background-color: #000;
  background-image: url(../common/logo_alpha.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 250px;
  border-radius: 3px;
  text-align: center;
}

.ticket_banner h4 {
  padding: 0;
  margin: 0 !important;
  font-size: 1.2rem !important;
}

.ticket_element {
  display: block;
  padding: 15px;
  margin: 5px;
  border: 1px dashed #fffdf0;
  text-align: center !important;
}

.ticket_banner .ticket_element {
  padding: 30px 15px;
}

.ticket_element h4 {
  display: block;
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 1.2rem;
  color: #fffdf0;
}

.ticket_element a {
  display: block;
  color: #fffdf0;
}

.ticket_element a.btn_ticket_inner {
  display: inline-block;
  padding: 5px 30px;
  margin: 10px 0 0 0;
  border-radius: 30px;
  background-color: #fffdf0;
  color: #2b353a;
  font-weight: 800;
}

.ticket_element a:hover.btn_ticket_inner {
  text-decoration: none;
}

.ticket_element a.btn_ticket_inner,
.ticket_element .price {
  display: inline-block;
  padding: 5px 15px;
  margin: 15px 0 0 0;
  border-radius: 30px;
  background-color: #fffdf0;
  color: #2b353a;
  font-weight: 800;
  font-size: 1rem;
  color: #91aab7;
}

/* チケットアマチュア */
.status_amateur {
  background-color: #70cabe;
}

.status_amateur .price {
  color: #70cabe;
}

/* チケット競技 */
.status_semipro {
  background-color: #77ca70;
}

.status_semipro .price {
  color: #77ca70;
}

/* チケット使用済み */
.status_void {
  background-color: #a2a9b4;
}

.status_void .price {
  color: #a2a9b4;
}

.ticket_element a.btn_ticket_inner:before {
  content: "● ";
}

.ticket_element a.btn_ticket_inner.check:before {
  color: #ffae00;
}

.ticket_element a.btn_ticket_inner.score:before {
  color: #77ca70;
}

.ticket_element a.btn_ticket_inner.not:before {
  content: "✕ ";
  color: #ff0080;
}

.ticket_element a.btn_ticket_inner.score_input:before {
  color: #00ddd2;
}

.pagenation {
  display: block;
  padding: 0;
  margin: 60px 0 0 0;
}

.pagenation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  font-weight: 800;
}

.pagenation ul li {
  display: inline-block;
  padding: 0;
  margin: 0 10px;
}

.pagenation ul li a {
  color: #91aab7;
}

.count_table {
  margin-bottom: 0;
}

.total_count {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin: -10px 0 30px 0;
  background-color: #00a7b5;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fffdf0;
}

.total_count .count_num {
  padding-left: 30px;
}

.complete_message {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 170px 30px;
  margin: 0 0 30px 0;
  background-color: #fff100;
  background-image: url(../common/complete_message.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 140px;
  text-align: center;
}

.complete_message_normal {
  display: block;
  padding: 30px;
  margin: 0;
  background-color: #91aab7;
  color: #fffdf0;
  text-align: center;
}

.complete_message_normal h4 {
  margin: 0;
  color: #fffdf0;
}

.profile_table th {
  position: relative;
  text-align: right;
}

.profile_table td {
  padding: 10px;
}

.profile_table td + td {
  border-top: none;
  padding-top: 0;
}

.profile_table td + td a.btn_inner_fill {
  margin-top: -5px;
}

.profile_table .required {
  padding: 0 5px;
  margin: 0 10px;
  color: #ff0080;
  border: 2px solid #ff0080;
  border-radius: 3px;
  font-size: 0.8rem;
  position: absolute;
  right: 0;
}

.split_right .required,
.staff_form .required {
  padding: 0 5px;
  margin: 0 10px 0 0;
  color: #ff0080;
  border: 2px solid #ff0080;
  border-radius: 3px;
  font-size: 0.8rem;
}

.inline_textarea {
  display: block;
  height: 100px;
  padding: 15px;
  margin: 0 0 15px 0;
  border: 1px solid #d5d2c3;
  background-color: rgba(0, 0, 0, 0.02);
  overflow-y: scroll;
  font-size: 0.8rem;
}

#content .inner_window {
  padding: 30px 15px 15px 15px;
  margin: 15px 10px 0 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

#content .inner_window .check_ok {
  display: inline-block;
  padding: 0;
  margin: 0 10px 30px 10px;
  color: #00afec;
  font-weight: 800;
}

#content .inner_window .check_ng {
  display: inline-block;
  padding: 0;
  margin: 0 10px 30px 10px;
  color: #ff0080;
  font-weight: 800;
}

/* LOGIN WINDOW */
#window_login .login_left {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 30px 0;
  background-color: #00a7b5;
  color: #fffdf0;
  border-radius: 6px;
}

#window_login .login_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 0;
  background-color: #fffdf0;
  color: #00a7b5;
}

#window_login .window_login_inner {
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

#window_login .login_left a {
  color: #fffdf0;
}

#window_login .login_left h2 {
  padding-bottom: 0;
  margin: 0 0 15px 0;
  background-image: none;
  text-align: center;
  font-size: 2.4rem;
  margin: 0 0 15px 0;
  color: #fffdf0;
}

#window_login .login_left h2 .en {
  text-align: center;
}

#window_login .login_left form .form_element {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  padding: 0;
  margin: 0 auto 10px auto;
  border: 1px solid #fffdf0;
}

#window_login .login_left form label {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #fffdf0;
  background-color: #fffdf0;
  color: #00a7b5;
  font-weight: 800;
  text-align: center;
}

#window_login .login_left form label .caption {
  display: inline-block;
}

#window_login .login_left form input {
  display: block;
  width: 100%;
  padding: 12px 10px;
  background-color: #00a7b5;
  color: #fffdf0;
  font-weight: 500;
  border: none;
  outline: none;
  text-align: center;
  line-height: 150%;
}

#window_login .login_left form input:focus {
  background-color: #fff100;
  color: #2b353a;
}

#window_login .login_left form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

#window_login .login_left form input:focus::placeholder {
  color: rgba(0, 0, 0, 0);
}

#window_login .login_left form button,
#window_login .login_left form a.link_check {
  display: block;
  padding: 20px 0;
  margin: 10px 0;
  background-color: #fffdf0;
  color: #00a7b5;
  font-size: 1.1rem;
  font-weight: 800;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.2s;
}

#window_login .login_left form button:hover,
#window_login .login_left form a:hover.link_check {
  background-color: #fff100;
  color: #00a7b5;
  text-decoration: none;
  cursor: pointer;
}

#window_login .login_right h2 {
  padding: 0;
  margin: 0 0 15px 0;
  background-image: none;
  text-align: center;
  font-size: 2.4rem;
}

#window_login .login_right h2 .en {
  text-align: center;
}

#window_login .login_right .btn_center {
  margin: 10px 0 30px 0;
}

#window_login .login_right .inner_box {
  display: block;
  padding: 0 0 15px 0;
  margin-bottom: 30px;
  text-align: left;
  border-bottom: 1px dashed #d5d2c3;
  color: #91aab7;
}

#window_login .login_right .inner_box a.btn_border {
  margin: 10px 20px 10px 0;
  color: #91aab7;
}

#window_login .login_right a.btn_border_block {
  color: #fffdf0;
}

/* REGISTRATION WINDOW */
#window_registration .window_login_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 20px;
  background-color: #fffdf0;
  color: #00a7b5;
  border-radius: 6px;
}

#window_registration .window_login_inner a {
  color: #00a7b5;
}

#window_registration h2 {
  padding-bottom: 0;
  margin: 0 0 15px 0;
  background-image: none;
  text-align: center;
  font-size: 2.4rem;
  margin: 0 0 15px 0;
  color: #00a7b5;
  background-image: url(../common/h2_icon.png);
}

#window_registration h2 .en {
  text-align: center;
}

#window_registration .window_login_inner .btn_center {
  width: 100%;
  margin: 15px 0 0 0;
}

#window_registration .window_login_inner .inner_box {
  display: block;
  padding: 10px 15px;
  margin: 15px 0 0 0;
  text-align: left;
  border: 1px dashed #d5d2c3;
  color: #91aab7;
}

#window_registration .window_login_inner a.btn_border {
  margin: 10px 0;
  color: #91aab7;
  font-size: 0.9rem;
}

#window_registration .window_login_inner a.btn_border_block {
  color: #fffdf0;
  width: 100%;
}

#window_registration .registration_form {
  width: 100%;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px dashed #d5d2c3;
}

#window_registration form .form_element {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  padding: 0;
  margin: 0 auto 10px auto;
  border: 1px solid #00a7b5;
}

#window_registration form label {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #00a7b5;
  background-color: #00a7b5;
  color: #fffdf0;
  font-weight: 800;
  text-align: center;
}

#window_registration form label .caption {
  display: inline-block;
}

#window_registration form input {
  display: block;
  width: 100%;
  padding: 12px 10px;
  background-color: #fffdf0;
  color: #00a7b5;
  font-weight: 500;
  border: none;
  outline: none;
  text-align: center;
  line-height: 150%;
}

#window_registration form input:focus {
  background-color: #fff100;
  color: #2b353a;
}

#window_registration form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

#window_registration form input:focus::placeholder {
  color: rgba(0, 0, 0, 0);
}

#window_registration form button,
#window_registration form a.link_check {
  display: block;
  padding: 20px 0;
  margin: 10px 0;
  background-color: #00a7b5;
  color: #fffdf0;
  font-size: 1.1rem;
  font-weight: 800;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.2s;
}

#window_registration form button:hover,
#window_registration form a:hover.link_check {
  background-color: #fff100;
  color: #00a7b5;
  text-decoration: none;
  cursor: pointer;
}

/* ERROR MSG */
.error_msg {
  display: block;
  padding: 8px 15px 8px 50px;
  margin: 0 0 10px 0;
  border-radius: 6px;
  background-color: #ff0080;
  background-image: url(../common/error_msg.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 30px;
  color: #fffdf0;
  font-size: 0.8rem;
  line-height: 160%;
  text-align: left;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.error_msg:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -15px;
  border: 5px solid transparent;
  border-bottom: 15px solid #ff0080;
}

td .error_msg {
  margin-top: 10px;
}

/*==================================
*** CUSTOM FORM DESIGN ***
==================================*/
#content input[type="text"],
#content input[type="mail"],
#content input[type="number"],
#content input[type="tel"] {
  display: block;
  width: calc(100% - 30px);
  padding: 10px 15px;
  border: none;
  line-height: 180%;
  font-weight: 500;
  text-align: left;
  outline: none;
}

#content textarea {
  display: block;
  width: calc(100% - 30px);
  min-height: 100px;
  padding: 10px 15px;
  border: none;
  line-height: 180%;
  font-size: 1.2rem;
  text-align: left;
  outline: none;
}

#content input[type="text"]:valid,
#content input[type="mail"]:valid,
#content input[type="number"]:valid,
#content input[type="tel"]:valid,
#content textarea:valid {
  background-color: rgba(0, 0, 0, 0.02);
  color: #2b353a;
}

#content input[type="text"]:invalid,
#content input[type="mail"]:invalid,
#content input[type="number"]:invalid,
#content input[type="tel"]:invalid,
#content textarea:invalid {
  background-color: #fff100;
  color: #2b353a;
}

#content input[type="text"]:focus,
#content input[type="mail"]:focus,
#content input[type="number"]:focus,
#content input[type="tel"]:focus,
#content textarea:focus {
  background-color: #00a7b5;
  color: #fffdf0;
}

#content select {
  padding: 5px 10px;
  margin: 0 10px 0 0;
  border: 1px solid #a2a9b4;
  background-color: #fffdf0;
}

#content select + select {
  margin-left: 10px;
}

#content input[type="radio"],
#content input[type="checkbox"] {
  margin-right: 5px;
  border: 1px solid #a2a9b4;
  background-color: #fffdf0;
}

#content .annotation {
  display: inline-block;
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 0.8rem;
  line-height: 160%;
  color: #91aab7;
}

.split_block label {
  display: inline-block;
  padding: 0;
  margin: 20px 0 5px 0;
  font-weight: 800;
  color: #91aab7;
}

.split_block label:first-of-type {
  margin: 0 0 5px 0;
}

.split_block input {
  text-align: left !important;
}

#content .inner_window input[type="text"] {
  margin: 15px auto 30px auto;
}

#content .inner_window .outline {
  display: block;
  width: calc(100% - 30px);
  padding: 10px 15px;
  margin: 15px auto 0 auto;
  color: #2b353a;
  font-weight: 800;
  text-align: center;
}

#content .inner_window input,
#content .score input {
  text-align: center !important;
}

/*==================================
TEXT
==================================*/
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
  line-height: 140%;
}

p {
  line-height: 160% !important;
  padding: 0.5rem 0;
  margin: 0;
}

a {
  color: #2b353a;
  text-decoration: none;
}

footer a {
  color: #fffdf0;
}

a:hover {
  text-decoration: underline;
}

.caption {
  display: block;
  font-size: 0.8rem !important;
}

.inline_caption {
  display: inline;
  font-size: 0.8rem !important;
}

.caption_list {
  display: block;
  padding: 0;
  margin: 5px 0;
  font-size: 0.8rem !important;
}

.caption_list p {
  padding: 0;
  margin: 0 0 5px 0;
}

h1 {
  font-family: ta-f1blockline;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
  color: #fffdf0;
  letter-spacing: 0;
}

h1 .en {
  display: block;
  font-family: urw-din-semi-condensed;
  font-weight: 900;
  font-style: normal;
  font-size: 1.1rem;
  padding: 0;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 140%;
}

h2 {
  font-family: vdl-gigag, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.3rem;
  line-height: 120%;
  padding: 115px 15px 10px 15px;
  margin: -145px 0 0 0;
  color: #00a7b5;
  letter-spacing: 0.2rem;
  background-image: url(../common/h2_icon.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 110px;
}

h2 .en {
  display: block;
  font-family: urw-din-semi-condensed;
  font-weight: 900;
  font-style: normal;
  font-size: 0.95rem;
  padding: 0;
  margin: 5px 0 0 0;
  letter-spacing: 0.05em;
  line-height: 140%;
}

h2 .subtitle {
  display: block;
  margin-top: -5px;
  font-size: 1.2rem;
}

#about_flow h2 {
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.1rem;
}

h3 {
  font-family: vdl-v7marugothic;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5rem;
  margin: 0.5rem 0;
  color: #91aab7;
}

h4 {
  font-family: vdl-v7marugothic;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0;
  color: #00a7b5;
}

h4 .subtitle {
  display: block;
  font-size: 1.1rem;
}

h5 {
  font-family: vdl-v7marugothic;
  font-weight: 800;
  font-style: normal;
  font-size: 1.1rem;
  margin: 0;
  color: #00a7b5;
}

.complete_message h4 {
  display: block;
  width: 100%;
  font-size: 1.2rem;
}

footer .footer_subnav {
  font-size: 0.8rem;
  color: #d5d2c3;
}

footer .copyright {
  font-size: 0.7rem;
  color: #d5d2c3;
}

a.btn_border,
a.btn_border_block {
  font-weight: 600;
}

.accordion_ttl {
  font-size: 1rem;
}

a.btn_covid_alert {
  font-family: vdl-v7marugothic;
  font-weight: 800;
  font-style: normal;
  font-size: 0.8rem;
}

.imp {
  font-weight: 800;
  color: #ff0080;
}

#entry_head h2 {
  font-family: vdl-v7marugothic;
  font-weight: 800;
  font-style: normal;
  font-size: 1.8rem;
  padding: 150px 20px 0 20px;
  margin: -150px 0 0 0;
  color: #00a7b5;
  letter-spacing: 0;
}

#entry_head p {
  padding: 5px 0 0 0;
  margin: 0;
  font-family: vdl-v7marugothic;
  font-weight: 800;
  font-style: normal;
  font-size: 1rem;
  color: #00a7b5;
}

/*==================================
h2 Icon
==================================*/
/* h2_icon-normal */
#index-message h2,
h2.stamp-about03,
h2.stamp-ranking-senior_women,
h2.stamp-area_hokuriku {
  background-image: url(../common/h2_icon.png);
}

/* h2_icon-01 */
#index-message h2,
h2.stamp-about04,
h2.stamp-ranking-semipro_men,
h2.stamp-faq_contact,
h2.stamp-contact,
h2.stamp-area_tokai {
  background-image: url(../common/h2_icon-01.png);
}

/* h2_icon-02 */
#index-credit h2,
h2.stamp-faq_category05,
h2.stamp-ranking-junior_men,
h2.stamp-ranking-semipro_women,
h2.stamp-area_kanto,
h2.stamp-area_kyushu {
  background-image: url(../common/h2_icon-02.png);
}

/* h2_icon-03 */
h2.stamp-ranking-junior_women,
h2.stamp-faq_category01,
h2.stamp-faq_category06,
h2.stamp-area_tohoku,
h2.stamp-area_chugoku,
h2.stamp-plofile {
  background-image: url(../common/h2_icon-03.png);
}

/* h2_icon-04 */
h2.stamp-about_kuwatacup,
#entry_head h2.stamp-news,
h2.stamp-ranking-general_men,
h2.stamp-faq_category02,
h2.stamp-area_hokkaido,
h2.stamp-area_shikoku,
#window_registration h2 {
  background-image: url(../common/h2_icon-04.png);
}

/* h2_icon-05 */
h2.stamp-about01,
h2.stamp-ranking-general_women,
h2.stamp-faq_category03,
h2.stamp-area_tokai,
h2.stamp-area_okinawa,
h2.stamp-faq_category07,
#window_login .login_left h2 {
  background-image: url(../common/h2_icon-05.png);
}

/* h2_icon-06 */
h2.stamp-news,
h2.stamp-about02,
h2.stamp-ranking-senior_men,
h2.stamp-faq_category04,
h2.stamp-area_kansai {
  background-image: url(../common/h2_icon-06.png);
}

/*==========================================*/
.fix {
  overflow: hidden;
  zoom: 1;
}

.none {
  display: none;
}

.display_sp {
  display: block !important;
}

.display_pc {
  display: none !important;
}
