/*
@font-face {
  font-family: "Roboto";
  src: url("/css/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/css/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/css/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/css/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("/css/Noto_Sans_JP/NotoSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/css/Noto_Sans_JP/NotoSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/css/Noto_Sans_JP/NotoSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/css/Noto_Sans_JP/NotoSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
*/
/**************** def ****************/

body,
html {
  font-size: 16px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.25;
}

body {
  background: #171A37;
  color: #F9FAFC;
}

body.en {
  font-family: 'Roboto', sans-serif;
}

a:hover {
  color: inherit;
  text-decoration: none;
  opacity: .7;
  transition: all 0.1s;
}

a.a_link {
  color: #39f;
  text-decoration: underline;
}

.box {
  width: calc(100% - 2rem);
  max-width: 1680px !important;
  margin: 0 auto;
}

.boxm {
  width: calc(100% - 2rem);
  max-width: 1280px !important;
  margin: 0 auto;
}

.boxmx {
  width: calc(100% - 2rem);
  max-width: 1280px !important;
  margin: 0 auto;
}

.boxm2 {
  width: calc(100% - 2rem);
  max-width: 1080px !important;
  margin: 0 auto;
}

.boxs {
  width: calc(100% - 2rem);
  max-width: 980px !important;
  margin: 0 auto;
}

.boxss {
  width: calc(100% - 2rem);
  max-width: 720px !important;
  margin: 0 auto;
}

.boxxs {
  width: calc(100% - 2rem);
  max-width: 540px !important;
  margin: 0 auto;
}

.boxy {
  width: calc(100% - 2rem);
  max-width: 450px !important;
  margin: 0 auto;
}

.boxz {
  width: calc(100% - 2rem);
  max-width: 360px !important;
  margin: 0 auto;
}

.boxw {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.sp {
  display: none;
}

@media (max-width: 1024px) {

  body,
  html {
    font-size: 15px;
  }

  .box,
  .boxm,
  .boxm2,
  .boxs,
  .boxss,
  .boxy,
  .boxz {
    width: 96%;
    max-width: unset;
    margin: 0 auto;
  }

  .boxw,
  .boxmx {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
  }

  .sp_no {
    display: none;
  }

  .sp {
    display: block;
  }
}

@media (max-width: 349px) {

  body,
  html {
    font-size: 12px;
  }

  .box,
  .boxm,
  .boxm2,
  .boxs,
  .boxss,
  .boxy,
  .boxz {
    width: 98%;
  }
}

/**************** header ****************/
header#header {
  background: #171A37;
  border-bottom: 1px solid #FEBD09;
  height: 120px;
  padding: 0 .5rem;
}

.h_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  width: calc(100% - 2rem);
  max-width: 1680px;
  margin: 0 auto;
}

.logo {
  width: 240px;
}

.header_nav {
  width: calc(100% - 504px);
  text-align: left;
  margin: 0 2rem 0 3rem;
}

#h_nav {
  width: 264px;
}

/*
.en #h_nav{width:120px;}
*/
.logo img {
  width: 100%;
}

nav#h_nav .h_nav_btn {
  display: inline-block;
  color: #fff;
  margin: 8px;
  padding: 8px 0;
  line-height: 24px;
  font-size: .88rem;
  border: 1px solid #fff;
  text-align: center;
}

nav#h_nav .h_nav_btn#top_acnt_reg_link {
  color: #FEBD09;
  border: 1px solid #FEBD09;
}

#h_nav {
  display: flex;
  align-items: center;
  height: 120px;
}

#h_nav a.h_nav_btn {
  display: block;
  width: 100px;
}

#lang {
  display: block;
  width: 64px;
  position: relative;
  text-align: center;
}

.menu-content {
  max-width: 900px;
  margin: 0 0 0 auto;
}

@media (max-width: 1200px) {
  .header_nav {
    margin: 0 .5rem 0 1.5rem;
  }
}

/*
.logo{width:208px;height:56px;float:left;}
.logo img{width:100%;}
nav#h_nav{display: inline-block;}
nav#h_nav .h_nav_btn{display: inline-block;color:#fff;margin:12px 8px;padding:4px 8px;line-height:24px;font-size:.88rem;border-radius:4px;}
#top_login_link{background:#0f5ea5;}
#top_logout_link{background:#f48a48;}
#top_acnt_reg_link{background:#e30816;}
*/

@media (max-width: 1024px) {
  header#header {
    height: 64px;
    padding: 0;
  }

  .h_container {
    height: 64px;
    width: 98%;
    margin: 0 auto;
  }

  #h_nav {
    height: 64px;
    justify-content: flex-end;
  }

  .logo {
    width: 98px;
    height: 40px;
  }

  .logo img {
    width: 98px;
    margin-top: 3px;
  }

  nav#h_nav {
    margin-right: 44px;
    width: calc(100% - 150px);
    padding-left: 16px;
  }

  nav#h_nav .h_nav_btn {
    margin: 6px 6px 6px 0;
    padding: 2px 4px;
    line-height: 24px;
    font-size: .7rem;
  }

  nav#h_nav .h_nav_btn i {
    vertical-align: text-top;
    font-size: .75rem;
  }
}

@media (max-width: 360px) {
  nav#h_nav .h_nav_btn {
    font-size: .5rem;
  }
}

@media (max-width: 349px) {
  nav#h_nav .h_nav_btn {
    margin: 6px 6px 6px 0;
    padding: 2px 1px;
    line-height: 24px;
    font-size: .7rem;
  }
}

.fdblock {
  background: rgb(76, 78, 98);
  background: linear-gradient(0deg, rgba(57, 59, 82, 1) 0%, rgba(23, 26, 55, 1) 100%);
  padding: 2.5rem 2rem;
  border-radius: .75rem;
  border: 1px solid #febd09;
}

.fdblocks {
  background: rgb(76, 78, 98);
  background: linear-gradient(0deg, rgba(57, 59, 82, 1) 0%, rgba(23, 26, 55, 1) 100%);
  padding: 2rem 1rem;
  border: 1px solid #febd09;
  max-width: 580px;
  margin: 0 auto;
}

.fdblockw {
  background: rgb(76, 78, 98);
  background: linear-gradient(0deg, rgba(57, 59, 82, 1) 0%, rgba(23, 26, 55, 1) 100%);
  padding: 2rem 1rem;
  border-bottom: 1px solid #febd09;
  border-top: 1px solid #febd09;
  margin: 0 auto;
}

.whiteblock {
  background: #fff;
  padding: 2.5rem 2rem;
  border-radius: .75rem;
  border: 1px solid #febd09;
}

.bh1 {
  text-align: center;
  font-size: 72px;
  margin-bottom: 4rem;
}

.bh2 {
  text-align: center;
  font-size: 64px;
  margin-bottom: 3.5rem;
}

.bh3 {
  text-align: center;
  font-size: 48px;
  margin-bottom: 3rem;
}

.bh4 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 2.5rem;
}

.bh5 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 2rem;
}

h1 {
  font-size: 48px;
  margin: 4rem auto;
  color: #febd09;
  font-weight: bold;
  text-align: center;
}

h2 {
  font-size: 40px;
  margin: 3.5rem -1rem;
  color: #febd09;
  font-weight: bold;
}

h3 {
  font-size: 32px;
  margin: 3rem -1rem;
  color: #febd09;
  font-weight: bold;
}

h4 {
  font-size: 24px;
  margin: 2.5rem -1rem;
  color: #febd09;
  font-weight: bold;
}

h5 {
  font-size: 20px;
  margin: 2rem -1rem;
  color: #febd09;
  font-weight: bold;
}

@media (max-width: 1024px) {

  .whiteblock,
  .fdblock {
    padding: 1.5rem 1rem;
  }

  .fdblocks {
    padding: 1.5rem 1rem;
    margin: 4rem auto 0;
  }

  .bh1 {
    font-size: 44px;
    margin-bottom: 2.5rem;
  }

  .bh2 {
    font-size: 34px;
    margin-bottom: 2rem;
  }

  .bh3 {
    font-size: 32px;
    margin-bottom: 1.5rem;
  }

  .bh4 {
    font-size: 28px;
    margin-bottom: 1rem;
  }

  .bh5 {
    font-size: 24px;
    margin-bottom: 1rem;
  }

  h1 {
    font-size: 32px;
    margin: 3rem auto;
    color: #febd09;
    font-weight: bold;
  }

  h2 {
    font-size: 30px;
    margin: 2.5rem -.5rem;
    color: #febd09;
    font-weight: bold;
  }

  h3 {
    font-size: 26px;
    margin: 2rem -.5rem;
    color: #febd09;
    font-weight: bold;
  }

  h4 {
    font-size: 22px;
    margin: 1.5rem -.5rem;
    color: #febd09;
    font-weight: bold;
  }

  h5 {
    font-size: 18px;
    margin: 1rem -.5rem;
    color: #febd09;
    font-weight: bold;
  }
}

@media (max-width: 580px) {
  .fdblocks {
    padding: 1.5rem 1rem;
    border-left: none;
    border-right: none;
    max-width: 580px;
    margin: 4rem -1rem 0;
  }
}

.btxt {
  line-height: 1.75;
}

.ta_c {
  text-align: center;
}

.ta_l {
  text-align: left;
}

.ta_r {
  text-align: right;
}

@media (max-width: 1024px) {
  .ta_c_sp {
    text-align: center;
  }

  .ta_l_sp {
    text-align: left;
  }

  .ta_r_sp {
    text-align: right;
  }
}

.fc_y {
  color: #febd09;
  ;
}

.fw_l {
  font-weight: 300;
}

.fw_n {
  font-weight: 400;
}

.fw_m {
  font-weight: 500;
}

.fw_b {
  font-weight: 700;
}

.mw_10 {
  margin: 1rem 0;
}

.mw_15 {
  margin: 1.5rem 0;
}

.mw_20 {
  margin: 2rem 0;
}

.mw_25 {
  margin: 2.5rem 0;
}

.mw_30 {
  margin: 3rem 0;
}

.mw_35 {
  margin: 3.5rem 0;
}

.mw_40 {
  margin: 4rem 0;
}

.mt_05 {
  margin-top: .5rem;
}

.mt_10 {
  margin-top: 1rem;
}

.mt_15 {
  margin-top: 1.5rem;
}

.mt_20 {
  margin-top: 2rem;
}

.mt_25 {
  margin-top: 2.5rem;
}

.mt_30 {
  margin-top: 3rem;
}

.mt_35 {
  margin-top: 3.5rem;
}

.mt_40 {
  margin-top: 4rem;
}

.mb_05 {
  margin-bottom: .5rem;
}

.mb_10 {
  margin-bottom: 1rem;
}

.mb_15 {
  margin-bottom: 1.5rem;
}

.mb_20 {
  margin-bottom: 2rem;
}

.mb_25 {
  margin-bottom: 2.5rem;
}

.mb_30 {
  margin-bottom: 3rem;
}

.mb_35 {
  margin-bottom: 3.5rem;
}

.mb_40 {
  margin-bottom: 4rem;
}

.mt_0 {
  margin-top: 0;
}

.mb_0 {
  margin-bottom: 0;
}

.mw_0 {
  margin: 0;
}

.pw_10 {
  padding: 1rem 0;
}

.pw_15 {
  padding: 1.5rem 0;
}

.pw_20 {
  padding: 2rem 0;
}

.pw_25 {
  padding: 2.5rem 0;
}

.pw_30 {
  padding: 3rem 0;
}

.pw_35 {
  padding: 3.5rem 0;
}

.pw_40 {
  padding: 4rem 0;
}

.pt_10 {
  padding-top: 1rem;
}

.pt_15 {
  padding-top: 1.5rem;
}

.pt_20 {
  padding-top: 2rem;
}

.pt_25 {
  padding-top: 2.5rem;
}

.pt_30 {
  padding-top: 3rem;
}

.pt_35 {
  padding-top: 3.5rem;
}

.pt_40 {
  padding-top: 4rem;
}

.pb_10 {
  padding-bottom: 1rem;
}

.pb_15 {
  padding-bottom: 1.5rem;
}

.pb_20 {
  padding-bottom: 2rem;
}

.pb_25 {
  padding-bottom: 2.5rem;
}

.pb_30 {
  padding-bottom: 3rem;
}

.pb_35 {
  padding-bottom: 3.5rem;
}

.pb_40 {
  padding-bottom: 4rem;
}

.pt_0 {
  padding-top: 0;
}

.pb_0 {
  padding-bottom: 0;
}

.pw_0 {
  padding: 0;
}

.op_65 {
  opacity: .65;
}

.op_75 {
  opacity: .75;
}

.op_85 {
  opacity: .85;
}

.fs_20 {
  font-size: 1.25rem;
}

.fs_14 {
  font-size: .875rem;
}

.fs_12 {
  font-size: .75rem;
}

.fs_11 {
  font-size: .7rem;
}

.lh_100 {
  line-height: 1rem;
}

.lh_125 {
  line-height: 1.25rem;
}

.lh_150 {
  line-height: 1.5rem;
}

.lh_175 {
  line-height: 1.75rem;
}

.lh_200 {
  line-height: 2rem;
}

.lbtn_y {
  padding: .5rem 1.5rem;
  border: 1px solid #febd09;
  color: #febd09;
  display: inline-block;
  margin: 1rem 0 0 0;
}

/**************** header nav ****************/
.header_nav {
  width: 100%;
  height: 118px;
  position: sticky;
  top: 0;
  z-index: 9999;
}

#menu {
  list-style-type: none;
  height: 118px;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

#menu li {
  position: relative;
  /*width: calc(100% / 7);float: left;*/
  margin: 0;
  padding: 0;
  text-align: center;
}

#menu li a {
  display: block;
  margin: 0;
  padding: 52px 0;
  color: #fff;
  font-size: .88rem;
  /*line-height: 1;*/
  text-decoration: none;
  opacity: .9;
}

#menu li a.mls1 {
  letter-spacing: -.1em;
}

#menu li a:hover {
  opacity: 1;
}

#menu li ul {
  list-style: none;
  position: absolute;
  top: 117px;
  left: 0;
  margin: 0;
  padding: 0;
  min-width: 232px;
  background: rgba(23, 26, 55, .6);
}

#menu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}

#menu li ul li span,
#menu li ul li a {
  padding: 12px 0;
  margin-top: 0;
  text-align: left;
  font-size: .88rem;
  font-weight: normal;
}

#menu li:hover>span,
#menu li:hover>a {
  color: #fff;
  display: block;
}

#menu li:hover ul {
  border-top: 2px solid #FEBD09;
  border-bottom: 2px solid #FEBD09;
  border: 2px solid #FEBD09;
  padding: 1.5rem .5rem;
  backdrop-filter: blur(4px);
}

#menu li:hover ul:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 24px;
  margin-left: -4px;
  border: 5px solid transparent;
  border-bottom: 5px solid #171b36;
  z-index: 2;
}

#menu li:hover ul:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 26px;
  margin-left: -6px;
  border: 5px solid transparent;
  border-bottom: 5px solid #FEBD09;
  z-index: 1;
}

#menu li:hover ul li {
  overflow: visible;
  height: 42px;
  display: inline-table;
}

#menu li:hover ul li:first-child {
  border-top: 0;
}

#menu li:hover ul li:last-child {
  border-bottom: 0;
}

#menu-btn-check {
  display: none;
}

#menu li a i {
  color: #FEBD09;
  font-size: .82rem;
}

#menu li a i {
  display: none;
}

#menu li ul li a i {
  display: inline-block;
}

@media screen and (max-width:1024px) {
  .header_nav {
    width: 0;
    margin: 0;
  }

  .menu-btn {
    position: fixed;
    top: 12px;
    right: 4px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background: rgba(23, 27, 54, .75);
    border-radius: 50%;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 18px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 7px;
  }

  .menu-btn span:after {
    top: 7px;
  }

  #menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }

  #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    transition: all 0.5s;
    padding-top: 64px;
    overflow-y: scroll;
    background-color: #171A37;
    max-width: unset;
  }

  #menu-btn-check:checked~.menu-content {
    left: 0;
  }

  .header_nav {
    height: auto;
    background: none;
    padding-top: 0;
  }

  #menu {
    width: calc(100% - 4px);
    margin: 2px;
    align-content: space-around;
    flex-direction: column;
    height: unset;
  }

  #menu li ul {
    list-style: none;
    position: relative;
    top: unset;
    left: unset;
    margin: 0;
    padding: 0;
    min-width: unset;
  }

  #menu li:last-child ul {
    left: auto;
    width: auto;
  }

  #menu li {
    width: 100%;
    float: none;
    border-top: 1px solid #FEBD09;
    position: relative;
  }

  #menu li.sp {
    padding-top: .75rem;
    display: flex;
  }

  #menu li a {
    margin: 0 48px 0 0;
    padding: 12px;
    text-align: left;
  }

  #menu li.sp a {
    margin: 4px;
    padding: 12px;
    text-align: center;
    width: 50%;
  }

  #menu li.sp a.sp_btn1 {
    border: 1px solid #fff;
    color: #fff;
  }

  #menu li.sp a.sp_btn2 {
    border: 1px solid #FEBD09;
    color: #FEBD09;
  }

  #menu li ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: none;
    border-top: 1px solid #9C9Ea2;
  }

  #menu li ul li {
    overflow: hidden;
    width: 100%;
    height: auto;
    color: #fff;
    border-top: none;
    border-bottom: 1px solid #4C4E62;
  }

  #menu li ul li a {
    margin: 0;
    padding: 12px;
    background-color: transparent;
    font-weight: 300;
    padding-left: calc(12px + 1em);
  }

  #menu li:hover ul {
    border: none;
    border-top: 1px solid #9C9Ea2;
    padding: 0;
  }

  #menu li:hover ul li {
    height: auto;
  }

  #menu li a i,
  #menu li ul li a i {
    display: inline-block;
  }

  /*	#menu{border-bottom:1px solid #FEBD09;}*/
  #menu .open1,
  #menu .open2,
  #menu .open3,
  #menu .open4,
  #menu .open5,
  #menu .open6,
  #menu .open7,
  #menu .open8,
  #menu .open9,
  #menu .open10,
  #menu .open11,
  #menu .open12,
  #menu .open13,
  #menu .open14,
  #menu .open15,
  #menu .open16 {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: .6;
  }
}


/**** LANG ****/
/*
.lang_icon{width:32px;height:32px;line-height:30px;margin:0;color:#fff;border:2px solid #fff;border-radius: 50%;text-align:center;font-size:15px;display: inline-block;letter-spacing: -0.05rem;cursor: pointer;}
*/
.lang_icon {
  width: 48px;
  height: 32px;
  line-height: 30px;
  margin: 0;
  color: #fff;
  border: 1px solid #4C4E62;
  border-radius: 0;
  text-align: center;
  font-size: .88rem;
  display: inline-block;
  letter-spacing: -0.05rem;
  cursor: pointer;
}

.lang_icon i {
  font-size: .66rem;
  margin-left: 1em;
}

.lang_sel {
  position: absolute;
  top: 54px;
  right: 0;
  border: 1px solid #fff;
  background: rgba(23, 27, 54, .8);
  width: 9rem;
  padding: .25rem;
  z-index: 99999;
  display: none;
  color: #171b36;
  font-size: 16px;
  background: #171b36;
  border: solid 2px #fff;
  box-sizing: border-box;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

.lang_sel:before {
  content: "";
  position: absolute;
  top: -26px;
  right: 16px;
  margin-left: -14px;
  border: 11px solid transparent;
  border-bottom: 17px solid #171b36;
  z-index: 2;
}

.lang_sel:after {
  content: "";
  position: absolute;
  top: -32px;
  right: 14px;
  margin-left: -18px;
  border: 13px solid transparent;
  border-bottom: 19px solid #fff;
  z-index: 1;
}

.lang_sels {
  display: block;
  color: #fff;
  text-align: center;
  padding: 4px 8px;
  margin: 4px;
  font-size: .9rem;
}

a.lang_sels {
  color: #fff;
}

.lang_sels_a {
  background: #FEBD09;
  border-radius: 4px;
  color: #171A37;
}

.lang_sels img {
  width: 20px;
  display: inline;
  vertical-align: middle;
}

@media (max-width: 1024px) {

  /*
	.lang_icon{width:23px;height:23px;line-height:20px;margin:6px 1px 0;color:#fff;border:2px solid #fff;border-radius: 50%;text-align:center;font-size:12px;display: inline-block;}
*/
  .lang_icon {
    font-size: .75rem;
    width: 40px;
    height: 26px;
    line-height: 24px;
  }

  .lang_sel {
    position: absolute;
    top: 44px;
    right: -20px;
  }
}

/**************** breadcrumb ****************/
.breadcrumb_wrap {}

.breadcrumb {
  list-style: none;
  padding: .2rem 0;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: normal;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  font-size: .75rem;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
}

.breadcrumb li a span {
  font-size: .75rem;
}

/**************** pager  ****************/
.pagination {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  margin: 2.5rem 0 3.5rem;
}

.pagination li {
  display: inline-block;
}

.pagination a {
  font-weight: 300;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  width: 40px;
  height: 40px;
  color: #333;
  display: block;
  line-height: 40px;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Font Awesome\ 5 Free;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none;
}

.pagination>li:first-child>a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 1024px) {

  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a {
    border-left-width: 1px;
  }
}

@media only screen and (max-width: 500px) {
  .pagination li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a {
    border-left-width: 0;
  }
}

.pagination a {
  margin: 0 0.45em;
  border: 1px solid #171A37;
  border-radius: 4px;
  background-color: #171A37;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
}

.pagination li.current a,
.pagination li:not([class*="current"]) a:hover {
  background-color: white;
  color: #171A37;
}

/**************** ryuui ****************/
.ryuui {
  padding: 2.5rem 0 0;
}

.ryuui .boxs p {
  font-size: .7rem;
  line-height: 1.5;
  margin: 1.5em;
}

.ryuui .boxs p a,
.ryuui .boxs p a i {
  color: #FEBD09;
  font-size: .7rem;
  line-height: 1.5;
}

.ryuui {
  border-top: 1px solid #FEBD09;
}

/**************** footer ****************/
#footer {
  background: url(../img/footback.png) no-repeat 0% 100%;
  background-size: 40% auto;
}

#footer {
  border-top: 1px solid #FEBD09;
}

.footer_links {
  text-align: center;
  padding: 0 0 2.5rem;
}

.footer_d_wrap {
  background: #171A37;
  border-top: 1px solid #FEBD09;
  border-bottom: 1px solid #FEBD09;
  padding: 2.5rem 0 2rem;
}

.footer_wrap {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.footer_menu {
  color: #fff;
}

.footer_menu li {
  padding: .5rem;
}

.footer_menu li ul {
  padding: .75rem 0 0 1em;
}

.footer_menu li a {
  font-size: .94rem;
  display: block;
  color: #fff;
}

.footer_menu li a i {
  font-size: .94rem;
  color: #FEBD09;
}

.footer_menu li ul li a {
  font-size: .88rem;
}

.footer_menu li ul li a i {
  font-size: .88rem;
  color: #FEBD09;
}

.footer_w_wrap {
  padding: 1.5rem 0;
  border-top: 1px solid #4C4E62;
  border-bottom: 1px solid #4C4E62;
}

.footer_w_wrap h6,
.footer_w_wrap .ft_header {
  font-weight: bold;
  color: #F9FAFC;
  border-bottom: 2px solid #ccc;
  margin: 1.5rem 0 1rem;
  padding: .25rem;
  font-size: 1em;
}

.policy_set {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.text-frame ul li a {
  font-size: .88rem;
  color: #F9FAFC;
  line-height: 1.5;
  padding: .25rem;
  display: block;
  margin-left: 1rem;
}

.association_set {
  text-align: center;
}

.association_set img {
  border: 1px solid #ccc;
  margin-bottom: 1.5rem;
}

.footer_c_wrap {
  padding: 4rem 0 1rem;
}

.footer_cs {
  width: calc(100% - 2rem);
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
}

.f_corp {
  text-align: left;
  line-height: 1.5;
  margin: 0;
  font-weight: bold;
  width: 300px;
}

.f_c_ulw {
  width: 780px;
  display: flex;
  justify-content: space-between;
}

.f_logo img {
  width: 200px;
  margin-bottom: 1.5rem;
}

.f_logo_text {
  color: #fff;
}

.f_logo_text span {
  opacity: .6;
  font-size: .76rem;
  font-weight: normal;
  color: #fff;
  display: block;
}

.f_isms {
  margin: 1.5rem 0;
}

.copyright {
  color: #fff;
  text-align: left;
  font-size: .72rem;
  padding: 1rem 0 2rem;
  width: calc(100% - 2rem);
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  #footer {
    background: url(../img/footback.png) no-repeat -64px 100%;
    background-size: 65% auto;
  }

  .footer_wrap {
    display: block;
    width: 100%;
  }

  .footer_menu {
    width: 100%;
    padding-left: 1rem;
  }

  .footer_menu li {
    padding: .5rem;
  }

  .footer_menu li ul {
    padding: .5rem 0 0 1em;
  }

  .footer_menu li a {
    display: block;
  }

  .footer_menu li a i {
    color: #FEBD09;
  }

  .footer_menu li ul li {
    display: inline-block;
    min-width: 48%;
  }

  .footer_menu li ul li a i {
    color: #FEBD09;
  }

  .policy_set {
    display: block;
  }

  .footer_c_wrap {
    padding-bottom: 2rem;
  }

  .footer_cs {
    flex-direction: column-reverse;
  }

  .f_corp {
    width: 100%;
    text-align: center;
    padding-top: 3rem;
  }

  .f_c_ulw {
    width: 100%;
    display: block;
  }
}

@media (max-width: 1024px) {
  #footer {
    background: url(../img/footback.png) no-repeat -64px 100%;
    background-size: 100% auto;
  }
}

.footer_cc {
  border-top: 3px solid #FEBD09;
  border-bottom: 3px solid #FEBD09;
  background: #171A37;
  padding: 2rem 0;
}

.footer_cc_set {
  display: flex;
  align-items: center;
}

.footer_cc_l {
  width: 28%;
}

.footer_cc_r {
  width: 72%;
  color: #ddd;
  padding-left: 3rem;
}

.fcr1 {
  font-size: .95rem;
  font-weight: bold;
  background: #FEBD09;
  color: #171A37;
  margin-bottom: .5rem;
  display: inline-block;
  padding: 2px 3px 0;
}

.fcr2 {
  font-size: .9rem;
  color: #ffd515;
  margin-bottom: .75rem;
}

.fcr3 {
  font-size: .85rem;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .footer_cc {
    padding: 1.5rem 0 2rem;
  }

  .footer_cc_set {
    flex-direction: column;
  }

  .footer_cc_l {
    width: 100%;
    padding: .5rem 2rem;
    text-align: center;
  }

  .footer_cc_l img {
    width: 55%;
    max-width: 200px;
  }

  .footer_cc_r {
    width: 100%;
    padding: .5rem 2rem;
    text-align: center;
  }

  .fcr3 {
    text-align: left;
  }
}

/**************** fixed area ****************/
/* BackToTop button css */
#scroll {
  position: fixed;
  right: 4px;
  bottom: 12px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: rgba(23, 27, 54, .8);
  border: 2px solid rgba(255, 255, 255, .8);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 30px;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff
}

#scroll:hover {
  background: #171A37;
  border: 2px solid rgba(255, 255, 255, 1);
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/* existing_customer css */
.existing_customer {
  height: 50px;
  position: fixed;
  right: 65px;
  bottom: 0;
  opacity: 1;
  border-radius: 0;
}

#scroll_bnr {
  position: fixed;
  left: calc(50% - 12rem);
  bottom: 13px;
  width: 24rem;
  text-align: center;
  background: #febd09;
  border: 3px solid #fff;
  border-radius: 12px;
  font-weight: bold;
  line-height: 40px;
  font-size: 1.3rem;
  color: #222;
  box-shadow: 0.1rem 0.1rem 0.25rem rgb(0 0 0 / 30%), 0.2rem 0.2rem 0.5rem rgb(0 0 0 / 30%);
  display: none;
  padding: .5rem 0 .4rem;
  letter-spacing: .1rem;
}

#scroll_bnr span {
  font-size: 1.2rem;
  color: #fff;
  background: #f40;
  font-weight: bold;
  padding: 5px 6px 3px;
  border-radius: 3px;
}

@media (max-width: 1024px) {
  #scroll_bnr {
    left: calc(50% - 10rem);
    bottom: 9px;
    display: none;
    width: 17rem;
    font-size: 1.1rem;
    padding: .25rem 0 .2rem;
    letter-spacing: .025rem;
  }

  #scroll_bnr span {
    font-size: 1rem;
  }
}

/* flex */
.wblock {
  width: calc(100% - 2rem);
  max-width: 1680px;
  margin: 0 auto;
}

.ablock {
  width: calc(100% - 2rem);
  max-width: 1680px;
  margin: 0 auto;
  padding: 4.5rem 0 0;
}

.ablock:first-child {
  padding-top: 0;
}

.flex_w {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
}

.flex_wt {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}

.flex_h {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-evenly;
}

.flex_c {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.w1s {
  width: 92%;
}

.w2s {
  width: 44%;
}

.w3s {
  width: 28%;
}

.w3-2s {
  width: 60%;
}

.w4s {
  width: 20%;
}

.w5-1s {
  width: 10%;
}

.w5-2s {
  width: 24%;
}

.w5-3s {
  width: 50%;
}

.w_1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.bbnone {
  border-bottom: none !important;
}

.btnone {
  border-top: none !important;
}

@media (max-width: 1024px) {

  .flex_w,
  .flex_wt,
  .flex_h,
  .flex_c {
    display: block;
  }

  .w1s,
  .w2s,
  .w3s,
  .w3-2s,
  .w4s,
  .w5-1s,
  .w5-2s,
  .w5-3s {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .w5-3s {
    margin-bottom: 0;
  }
}

/* top */
.topset {
  width: 100%;
  min-height: 50vh;
  background: url(../img/topbg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 4rem 0;
}

.topset2 {
  width: 100%;
  background: url(../img/wave.png) no-repeat 100% 100%;
  background-size: 75% auto;
  padding: 4rem 0;
}

.topset3 {
  width: 100%;
  background: url(../img/midbg.jpg) no-repeat 50% 100%;
  background-size: 101% auto;
  padding: 0 0 4rem;
}

.steps {
  background: url(../img/pcpoint.png) no-repeat 50% 0;
  background-size: 68% auto;
  padding-top: 2rem;
}

@media (max-width: 1024px) {
  .topset {
    background: url(../img/topbg.jpg) no-repeat 100% 0;
    background-size: 200vh auto;
    padding-bottom: 0;
  }

  .steps {
    background: none;
    padding-top: 0;
    padding-left: 2rem;
  }

  .steps .topflow .w3s {
    position: relative;
  }

  .stepp:before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    background: url(../img/point.png) no-repeat 50% 50%;
    background-size: cover;
    left: -3rem;
    top: -1rem;
    z-index: 8;
  }

  .steps .topflow .w3s:before {
    content: "";
    position: absolute;
    width: 2px;
    background: #ac8319;
    left: calc(-1.5rem - 1px);
    top: .5rem;
    bottom: -2rem;
    z-index: 9;
  }

  .steps .topflow .w3s:last-child:before {
    display: none;
  }
}

/* rate */
.rates {
  display: flex;
  width: 96%;
  margin: .3rem auto;
  align-items: center;
}

.rates span {
  display: block;
  margin: .1rem 0;
  line-height: 1.1;
  color: #fff;
}

.rates.rates_h span {
  display: block;
  margin: .5rem;
  line-height: 1.5rem;
  font-size: .84rem;
  color: #aaa;
}

.rates span.rate1 img {
  height: 2rem;
}

.rates span.rate1 {
  width: 3rem;
  text-align: center;
}

.rates span.rate2 {
  width: calc(40% - 3rem);
  text-align: left;
}

.rates span.rate3 {
  width: 35%;
  text-align: right;
}

.rates span.rate4 {
  width: 25%;
  text-align: right;
}

.rates.rates_h span.rate1 {
  text-align: center;
}

.rates.rates_h span.rate2 {
  text-align: left;
  line-height: 1.25;
}

.rates.rates_h span.rate3 {
  text-align: right;
}

.rates.rates_h span.rate4 {
  text-align: right;
}

.rates_txt {
  color: #aaa;
  font-size: .64rem;
  margin: 1.5rem 0 0;
  text-align: center;
}

.ratein {
  opacity: .6;
}

@media (max-width: 1024px) {}

/*topslide*/
.topslide {
  width: calc(100% - 2rem);
  max-width: 1680px;
  margin: 0 auto;
  min-height: 300px;
}

.slick-arrow:before {
  content: "" !important;
  width: 48px !important;
  height: 48px !important;
  line-height: 48px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #4C4E62;
  color: #febd09;
  font-weight: 700;
  border-radius: 8px;
}

.slick-next:before {
  content: "＞" !important;
}

.slick-prev:before {
  content: "＜" !important;
}

.slick-prev {
  top: unset;
  bottom: -2rem;
  right: calc(1.5rem + 48px);
  left: unset;
  width: 48px !important;
  height: 48px !important;
  line-height: 48px;
  z-index: 9;
}

.slick-next {
  top: unset;
  bottom: -2rem;
  right: 1rem;
  width: 48px !important;
  height: 48px !important;
  line-height: 48px;
  z-index: 9;
}

@media (max-width: 1024px) {
  .slick-prev {
    right: calc(-.5rem + 48px);
    bottom: -2.5rem;
  }

  .slick-next {
    right: -1rem;
    bottom: -2.5rem;
  }
}

/* info */
.top_info {
  padding: 3rem 0;
}

.top_info h2 {
  font-size: 1.3rem;
  text-align: center;
  color: #febd09;
  font-weight: bold;
}

.info_sets {
  padding: 2.5rem 0 2rem;
}

a.info_set {
  display: flex;
  overflow: hidden;
  margin-bottom: 1rem;
  padding: .5rem 0 1rem 1.5rem;
  position: relative;
}

a.info_set:after {
  position: absolute;
  bottom: .4rem;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: #febd09;
}

a.info_set:before {
  font-family: "Font Awesome 5 Free";
  content: '\f111';
  font-weight: 900;
  font-size: .8rem;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #febd09;
}

.is_l {
  width: 25%;
}

.is_time {
  display: inline-block;
  color: #febd09;
  text-align: left;
  line-height: 2rem;
  font-size: .84rem;
  margin-right: 1rem;
}

.is_cat {
  display: inline-block;
  color: #aaa;
  text-align: right;
  font-size: .74rem;
  line-height: 2rem;
  font-weight: bold;
}

.is_r {
  width: 75%;
  line-height: 2rem;
  padding-left: .75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.is_new {
  color: #f40;
  margin-right: .25rem;
  font-size: .9rem;
}

.is_title {
  color: #fff;
  font-size: .9rem;
}

.boxm .is_title {
  color: #fff;
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .top_info {}

  a.info_set {
    display: block;
    width: 100%;
    padding: .5rem 1.5rem 1rem;
    margin-bottom: .25rem;
  }

  a.info_set:after {
    bottom: .4rem;
    left: .5rem;
    width: calc(100% - 1rem);
  }

  a.info_set:before {
    left: .5rem;
    bottom: 0;
  }

  .is_l {
    width: 100%;
  }

  .is_time {
    display: inline-block;
  }

  .is_cat {
    display: inline-block;
    margin-left: .5rem;
  }

  .is_r {
    width: 100%;
    line-height: 2rem;
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
  }
}

/**/
.btn_set {
  margin: 4rem 0;
}

.btn_mb {
  margin-bottom: 4rem;
}

a.btn_link {
  display: block;
  padding: 1rem;
  border: 1px solid #FEBD09;
  margin: 0 10% 1.5rem;
  border-radius: 4px;
  font-weight: bold;
}

a.btn_link i {
  color: #febd09;
  padding: 0 .5rem;
}

a.btn_link:hover {
  opacity: 1;
  background: #070A27;
}

@media (max-width: 1024px) {
  a.btn_link {
    margin: 0 1% 1.5rem;
  }
}

/**/
.col2_box {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto 2rem;
}

.col2_in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 33%;
  padding: 1rem 0 3rem;
  position: relative;
  border-radius: 8px;
}

.col2_in span {
  display: block;
  position: absolute;
  bottom: .75rem;
  left: 0;
  right: 0;
  font-weight: bold;
}

a.btn_link.boxz {
  margin: 0 auto 2rem;
}

.step_set {
  border-radius: 8px;
  width: calc(100% - 2rem);
  margin: 6rem auto 4rem;
  position: relative;
  max-width: 1080px;
}

.step_img {
  position: absolute;
  top: -62px;
  left: calc(50% - 62px);
}

.step_wrap {
  display: flex;
  margin: 2rem .5rem;
  flex-wrap: wrap;
  padding: 4rem 1.5rem 2rem;
}

.step_in_img {
  width: 35%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step_in_txt {
  width: 65%;
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

article#contents .step_in_txt h2 {
  padding: 1rem 0 1rem;
  font-size: 1.2rem;
  text-align: left;
  color: #00AAFF;
}

.step_in_txt p {
  margin: 1rem 0;
  line-height: 1.75;
}

.step_cat {
  border-radius: 8px;
  width: calc(100% - 2rem);
  margin: 4rem auto 7rem;
  position: relative;
  max-width: 980px;
  padding: 2rem;
  border: 3px solid #febd09;
}

article#contents .step_cat h2 {
  padding: 1rem 0 1rem;
  font-size: 1.4rem;
  text-align: center;
  color: #00AAFF;
}

.step_cat p {
  text-align: center;
}

.step_cat h2 {
  font-weight: bold;
  color: #febd09;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.step_set2 {
  border-radius: 8px;
  width: calc(100% - 2rem);
  margin: 4rem auto;
  position: relative;
  max-width: 1180px;
}

.step_set2 .step_img {
  position: absolute;
  top: -45px;
  left: calc(50% - 45px);
}

.step_set2 .step_wrap {
  padding: 2rem 1.5rem 1.5rem;
}

.step_set3 {
  max-width: 980px;
}

.step_set3 .step_in_txt {
  width: 100%;
  padding: 1rem 2rem 0;
}

@media (max-width: 1024px) {
  .col2_in {
    width: 48%;
    padding: 1rem .5rem 3rem;
  }

  a.btn_link.boxz {
    margin: 0 auto 1rem;
  }

  .step_img {
    position: absolute;
    top: -44px;
    left: calc(50% - 44px);
  }

  .step_img img {
    width: 88px;
    height: 88px;
  }

  .step_wrap {
    display: block;
    padding: 4rem 1rem 1rem;
  }

  .step_in_img {
    width: 100%;
  }

  .step_in_img img {
    width: 50%;
  }

  .step_in_txt {
    width: 100%;
    padding: 0;
  }

  .step_set {
    margin: 4rem auto;
    width: 100%;
  }

  .step_cat {
    margin: -1.5rem auto 4rem;
    width: 100%;
  }

  article#contents .step_in_txt h2 {
    padding: 2rem 0 0;
    text-align: center;
  }

  .step_set2 .step_img {
    position: absolute;
    top: -32px;
    left: calc(50% - 32px);
  }

  .step_set2 .step_img img {
    width: 64px;
    height: 64px;
  }

  .step_in_img img {
    width: auto;
    max-width: 100%;
  }

  .step_set3 .step_in_txt {
    width: 100%;
    padding: 1rem 0 0;
  }
}

.whitebox {
  background: #383b55;
  padding: 1rem;
  border-radius: 12px;
}

.ctf_t {
  margin-top: 1rem;
}

.cat_red {
  margin-top: 1rem;
  color: #f44;
}

/**/

dl.dl_table {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

dl.dl_table dt,
dl.dl_table dd {
  padding: .75rem;
  margin: 1px;
}

dl.dl_table dt {
  width: calc(30% - 2px);
  text-align: center;
  background: rgba(23, 27, 54, 1);
  color: #FEBD09;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

dl.dl_table dd {
  width: calc(70% - 2px);
}

dl.dl_table a {
  display: inline;
  color: #FEBD09;
}

dl.dl_table a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0c1';
  font-weight: 900;
  font-size: .7rem;
  padding: 0 .2rem;
  opacity: .75;
}

dl.dl_table2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

dl.dl_table2 dt,
dl.dl_table2 dd {
  padding: .75rem;
  margin: 1px;
}

dl.dl_table2 dt {
  width: calc(20% - 2px);
  text-align: center;
  background: rgba(23, 27, 54, 1);
  color: #FEBD09;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

dl.dl_table2 dd {
  width: calc(40% - 2px);
  background: #fff;
}

dl.dl_table2 dd.sp_title {
  display: none;
}

dl.dl_table2 a {
  display: inline;
  color: #FEBD09;
}

dl.dl_table2 a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0c1';
  font-weight: 900;
  font-size: .7rem;
  padding: 0 .2rem;
  opacity: .75;
}

dl.dl_table,
dl.dl_table2 {
  border: 1px solid #febd09;
  padding: .25rem;
}

dl.dl_table dt,
dl.dl_table2 dt {
  background: #070A27;
  font-weight: bold;
}

dl.dl_table dd,
dl.dl_table2 dd {
  background: #232740;
}

@media (max-width: 1024px) {
  dl.dl_table {
    width: 100%;
    display: block;
  }

  dl.dl_table dt,
  dl.dl_table dd {
    display: block;
    margin-bottom: 0;
  }

  dl.dl_table dt {
    width: 100%;
    padding: .2rem .5rem;
    font-size: .92rem;
    text-align: left;
  }

  dl.dl_table dd {
    width: 100%;
    padding: .5rem;
    margin-bottom: 4px;
  }

  dl.dl_table dd:last-child {
    margin-bottom: 0;
  }

  dl.dl_table2 dt,
  dl.dl_table2 dd {
    display: block;
    margin-bottom: 0;
  }

  dl.dl_table2 dt {
    width: 100%;
    text-align: center;
    background: rgba(23, 27, 54, 1);
    color: #FEBD09;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  dl.dl_table2 dd {
    width: 500%;
    background: #fff;
  }

  dl.dl_table2 dd.sp_title {
    display: block;
    border-bottom: 1px dotted #333;
    background: #f7f7f8
  }
}

/**/
.chart_box {
  width: 1280px;
  height: 600px;
  background: #000;
  border: 2px solid #febd09;
  margin: 0 auto 3rem;
}

.rate_lists {
  display: flex;
  width: 100%;
  margin: 1.5rem auto 0;
}

.rate_list {
  width: calc(100% / 3);
  padding: 0 .75rem;
  ;
}

.rate_list span {
  display: block;
  text-align: center;
  padding: .5rem 0;
}

.rate_list span.rate_list1 {
  font-size: .84rem;
  border-bottom: 1px solid #aaa;
}

.rate_list span.rate_list2 {
  font-size: 1.1rem;
  color: #fff;
}

@media (max-width: 1024px) {
  .chart_box {
    width: 96%;
    height: 50vh;
    background: #000;
    border: 2px solid #febd09;
    margin: 0 auto 3rem;
  }

  .rate_lists {
    width: 100%;
    margin: 1.5rem auto 0;
  }

  .rate_list span.rate_list1 {
    font-size: .8rem;
  }

  .rate_list span.rate_list2 {
    font-size: .9rem;
  }

  .rate_box .rates span {
    font-size: 1rem;
  }

  .rate_box .rates_h span {
    font-size: .84rem;
  }

  .rate_list {
    width: 25%;
    padding: 0 .3rem;
    ;
  }
}

/**/
.fee_table_wrap {
  border: 1px solid #febd09;
  padding: .25rem;
  margin-bottom: 4rem;
}

.fee_table {
  margin: 0 auto 0;
  width: 100%;
}

.fee_table,
.fee_table td {
  border-collapse: collapse;
  border: 1px solid #171A37;
}

.fee_th {
  width: 30%;
  padding: 1rem;
  text-align: center;
  background: #070A27;
  color: #FEBD09;
  font-weight: normal;
  vertical-align: middle;
  font-weight: bold;
}

.fee_td {
  width: 70%;
  padding: 1rem;
  background: #232740;
  vertical-align: middle;
}

.fee_td2 {
  width: 35%;
  padding: 1rem;
  background: #232740;
  vertical-align: middle;
}

.fee_td_bold {
  font-weight: bold;
  color: #febd09;
}

@media (max-width: 1024px) {
  .fee_table {
    margin: 0;
  }

  .fee_th,
  .fee_td,
  .fee_td2 {
    font-size: .96rem;
  }

  .fee_th {
    padding: .75rem .25rem;
  }

  .fee_td,
  .fee_td2 {
    padding: .75rem .25rem;
  }
}

/**/
.imgbox {
  padding-bottom: 2rem;
}

.imgbox img {
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
  display: block;
}

/**/
.logobox {
  width: 60%;
  max-width: 400px;
  padding: 1rem;
  margin: 0 auto;
  border: 1px solid #febd09;
  background: rgba(23, 26, 55, .25);
}

.logobox img {
  max-width: 100%;
}

a.topna {
  display: block;
  padding: 1rem 2.5rem;
  font-weight: 700;
  border: 2px solid #febd09;
  border-radius: 2rem;
  background: rgba(23, 26, 55, .5);
  letter-spacing: .1rem;
  width: 60%;
  min-width: 14rem;
  margin: 0 auto 0;
  text-align: center;
  font-size: 110%;
}

a.topna2 {
  display: block;
  padding: 1rem 2.5rem 1rem 6rem;
  font-weight: 700;
  border: 2px solid #febd09;
  border-radius: 2rem;
  background: rgba(23, 26, 55, .5);
  letter-spacing: .1rem;
  width: 60%;
  max-width: 28rem;
  margin: 2rem auto;
  text-align: center;
  font-size: 110%;
  position: relative;
}

a.topna2:before {
  content: "無料";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  background: #febd09;
  padding: calc(1rem - 4px) 1.25rem calc(1rem - 4px) 1.5rem;
  border-radius: 2rem 0 0 2rem;
  color: #171A37;
}

@media (max-width: 1024px) {
  a.topna {
    width: 95%;
    min-width: 14rem;
    margin: 3rem auto 0;
    text-align: center;
    font-size: 100%;
  }

  a.topna2 {
    width: 98%;
    max-width: 28rem;
    margin: 2rem auto;
    text-align: center;
    font-size: 100%;
    position: relative;
    padding: 1rem 1rem 1rem 5rem;
  }

  a.topna2:before {
    padding: calc(1rem - 4px) 1rem calc(1rem - 4px) 1.25rem;
  }
}


















/**************** column list ****************/
.column_menu_wrap {
  margin: -1rem;
  background: rgba(23, 27, 54, 1);
  padding: .75rem;
  margin-bottom: 1rem;
  border-top: 2px solid #febd09;
}

.column_menu_wrap2 {
  margin: 0 3px -2rem;
  background: rgba(23, 27, 54, 1);
  padding: .75rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  border-top: 2px solid #febd09;
}

.column_menu {
  display: flex;
  width: 100%;
}

.column_menu li {
  width: calc(100% / 4);
  padding: 3px;
}

.column_menu li a {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  padding: .4rem 0 .3rem;
  /*background:#fff;*/
  line-height: 2rem;
  border: 2px solid rgba(255, 255, 255, 0);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.column_menu li a i {
  font-size: 1.25rem;
  color: #fff;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  text-align: center;
}

.column_menu li:nth-child(1) a i {
  background: #f06d85;
}

.column_menu li:nth-child(2) a i {
  background: #3db270;
}

.column_menu li:nth-child(3) a i {
  background: #2fa3bf;
}

.column_menu li:nth-child(4) a i {
  background: #635ea1;
}

.column_menu li a:hover {
  opacity: 1;
  border: 2px solid #FEBD09;
}

.column_tags {
  background: rgba(255, 255, 255, .05);
  padding: 1.5rem;
  margin: 2rem 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

article#contents .column_tags h4 {
  padding: 0 0 .75rem;
  text-align: center;
  margin: 1rem 0;
}

.column_taglist {
  overflow: hidden;
  text-align: center;
}

.column_taglist a {
  display: inline-block;
  background: rgba(255, 255, 255, .05);
  border: 1px solid #ccc;
  padding: .4rem;
  margin: 6px 3px;
  line-height: 1;
  font-size: .88rem;
  border-radius: 4px;
}

.column_taglist a i {
  font-size: .76rem;
  opacity: .33;
  vertical-align: top;
  color: #f80;
}

.column_taglist a:hover {
  border: 1px solid #555;
  opacity: 1;
}

.column_taglist a:hover i {
  opacity: 1;
}

.column_list {
  margin: 0 3px 2rem;
  padding: .5rem 1rem;
}

.column_list.glossary {
  border-color: #f06d85;
}

.column_list.beginners {
  border-color: #3db270;
}

.column_list.advanced {
  border-color: #2fa3bf;
}

.column_list.trend_commentary {
  border-color: #635ea1;
}

article#contents .column_list h3 {
  padding: 1rem .5rem;
  text-align: left;
  margin-bottom: 2rem;
  margin: 0;
}

article#contents .column_list h3::after {
  display: none;
}

article#contents .column_list h3 a {
  float: right;
  font-size: .88rem;
  padding: 3px .75rem;
  border-radius: .75rem;
  color: #fff;
  margin-top: 3px;
}

article#contents .column_list.glossary h3 a {
  background: #f06d85;
}

article#contents .column_list.beginners h3 a {
  background: #3db270;
}

article#contents .column_list.advanced h3 a {
  background: #2fa3bf;
}

article#contents .column_list.trend_commentary h3 a {
  background: #635ea1;
}

.column_list h3 {
  /*border-bottom:1px solid #888;*/
}

.column_list.glossary h3 {
  border-bottom: 1px solid #f06d85;
}

.column_list.beginners h3 {
  border-bottom: 1px solid #3db270;
}

.column_list.advanced h3 {
  border-bottom: 1px solid #2fa3bf;
}

.column_list.trend_commentary h3 {
  border-bottom: 1px solid #635ea1;
}

.column_list h3 i.glossary {
  color: #f06d85;
  font-size: 1.3rem;
}

.column_list h3 i.beginners {
  color: #3db270;
  font-size: 1.3rem;
}

.column_list h3 i.advanced {
  color: #2fa3bf;
  font-size: 1.3rem;
}

.column_list h3 i.trend_commentary {
  color: #635ea1;
  font-size: 1.3rem;
}

.column_lists {
  display: flex;
  margin: 0 .5rem;
  flex-wrap: wrap;
}

a.column_set {
  width: calc(calc(100% - 3rem) / 3);
  padding: 0 0 2rem;
  margin: 0 .5rem 1.5rem;
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
}

a.column_set figure {
  background: #f8f8f8;
  overflow: hidden;
}

a.column_set figure img {
  width: 100%;
}

a.column_set .title {
  display: block;
  padding: 8px 8px 0;
  font-weight: bold;
  color: #444;
}

a.column_set .navs {
  display: block;
  padding: 8px 8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

a.column_set .name {
  font-size: 0.82rem;
  color: #98A6B5;
  float: left;
}

a.column_set .time {
  font-size: 0.82rem;
  color: #98A6B5;
  float: right;
}

a.column_set .time i {
  font-size: 0.82rem;
  color: #98A6B5;
}

h2 i.glossary {
  background: #f06d85;
}

h2 i.beginners {
  background: #3db270;
}

h2 i.advanced {
  background: #2fa3bf;
}

h2 i.trend_commentary {
  background: #635ea1;
}

h2 i.glossary,
h2 i.beginners,
h2 i.advanced,
h2 i.trend_commentary {
  font-size: 1.5rem;
  color: #fff;
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 50%;
  text-align: center;
}

@media (max-width: 1024px) {
  .column_menu_wrap2 {
    margin: 0 -.5rem -2rem;
  }

  .column_menu {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  .column_menu li {
    width: calc(100% / 2);
    padding: 3px;
  }

  .column_menu li a {
    font-size: .9rem;
    padding: 0 0 0 .5rem;
    text-align: left;
  }

  .column_menu li a i {
    font-size: .9rem;
    color: #fff;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 50%;
    text-align: center;
  }

  .column_tags {
    padding: .5rem;
    margin: 2rem -.5rem;
  }

  .column_list {
    margin: 0 -.5rem 1.5rem;
    padding: .5rem;
  }

  article#contents .column_list h3 {
    padding: .75rem .5rem;
    margin-bottom: .5rem;
    font-size: 1.1rem;
  }

  article#contents .column_list h3 a {
    float: right;
    font-size: .76rem;
    margin-top: 0;
  }

  .column_list h3 i.glossary {
    color: #f06d85;
    font-size: 1.1rem;
  }

  .column_list h3 i.beginners {
    color: #3db270;
    font-size: 1.1rem;
  }

  .column_list h3 i.advanced {
    color: #2fa3bf;
    font-size: 1.1rem;
  }

  .column_list h3 i.trend_commentary {
    color: #635ea1;
    font-size: 1.1rem;
  }

  .column_list h3 span {
    display: none;
  }

  .column_lists {
    display: flex;
    margin: 0 .5rem;
    flex-wrap: wrap;
  }

  a.column_set {
    width: 100%;
    padding: 0 0 2rem;
    margin: .5rem;
  }

  h2 i.glossary,
  h2 i.beginners,
  h2 i.advanced,
  h2 i.trend_commentary {
    font-size: 1.4rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }

}

/**************** column ****************/
header#column {
  position: relative;
  width: 100%;
  height: 14rem;
  overflow: hidden;
}

header#column figure img {
  width: 100%;
}

header#column h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .8);
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  font-weight: bold;
  color: #171B36;
  padding: 2rem 1rem;
}

nav.column_nav {
  padding: .4rem 1.5rem .2rem;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

nav.column_nav .time {
  display: inline-block;
  color: #bbb;
  line-height: 1.5rem;
  font-size: .88rem;
}

nav.column_nav .sns {
  display: inline-block;
  color: #98A6B5;
  float: right;
  line-height: 1.5rem;
}

nav.column_nav .sns i {
  font-size: 1.25rem;
  margin: 0 .2rem;
}

#column_body {
  padding: 1.5rem 1rem 2rem;
  line-height: 1.8;
}

#column_body p {
  margin: 1rem 0;
}

#column_body p.small {
  font-size: .88rem;
}

#column_body p.right {
  text-align: right;
}

#column_body p.image {
  text-align: center;
}

#column_body p.image img {
  max-width: 90%;
}

article#contents #column_body h2 {
  text-align: left;
  padding: 1.75em 0 1.25em;
  font-size: 1.6rem;
}

article#contents #column_body h3 {
  text-align: left;
  padding: 1.75em 0 1.25em;
  font-size: 1.4rem;
}

article#contents #column_body h3:after {
  left: 0;
  bottom: .9em;
  background: #ccc;
}

article#contents #column_body h4 {
  text-align: left;
  padding: 1.75em 0 1.25em;
  font-size: 1.2rem;
  color: #fee193;
}

blockquote {
  padding: 2rem 1.5rem 1rem 3rem;
  position: relative;
  border: 8px solid rgba(255, 255, 255, .6);
  margin: 2rem 0;
  color: #f7f7f8;
  font-size: 1rem;
}

blockquote:before {
  font-family: "Font Awesome 5 Free";
  content: '\f10d';
  font-weight: 900;
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: .5;
}

img.eyecache {
  width: 37%;
  margin: 0 0 1em 3%;
  float: right;
}

.column_tagarea {
  padding: .5rem 1.5rem;
  margin-bottom: 3.5rem;
}

.column_tagarea a.cat {
  display: inline-block;
  background: rgba(255, 255, 255, .05);
  border: 1px solid #ccc;
  padding: .6rem .76rem;
  margin: 6px 3px;
  line-height: 1;
  font-size: .92rem;
  border-radius: 4px;
  font-weight: bold;
}

.column_tagarea a.cat i {
  font-size: .92rem;
  opacity: .5;
  vertical-align: top;
  color: rgb(21, 156, 93);
}

.column_tagarea a.cat:hover {
  border: 1px solid #555;
  opacity: 1;
}

.column_tagarea a.cat:hover i {
  opacity: 1;
}

.column_tagarea a.tag {
  display: inline-block;
  background: rgba(255, 255, 255, .05);
  border: 1px solid #ccc;
  padding: .4rem;
  margin: 6px 3px;
  line-height: 1;
  font-size: .88rem;
  border-radius: 4px;
}

.column_tagarea a.tag i {
  font-size: .76rem;
  opacity: .33;
  vertical-align: top;
  color: #f80;
}

.column_tagarea a.tag:hover {
  border: 1px solid #555;
  opacity: 1;
}

.column_tagarea a.tag:hover i {
  opacity: 1;
}

@media (max-width: 1024px) {
  #column_body {
    padding: 1.5rem .75rem 2rem;
    line-height: 1.8;
  }

  .column_tagarea {
    padding: .5rem;
    margin-bottom: 2rem;
  }

  blockquote {
    padding: 1.5rem 1rem .5rem 1.5rem;
    border: 6px #f7f7f8 solid;
    margin: 1.5rem 0;
  }

  img.eyecache {
    width: 90%;
    margin: 0 auto 1rem;
    float: none;
    display: block;
  }

  header#column h1 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: center;
    font-weight: bold;
    color: #171B36;
    padding: 1.5rem .5rem;
  }

  article#contents #column_body h2 {
    text-align: left;
    padding: 1.25em 0 1em;
    font-size: 1.4rem;
  }

  article#contents #column_body h3 {
    text-align: left;
    padding: 1.25em 0 1em;
    font-size: 1.3rem;
  }

  article#contents #column_body h3:after {
    left: 0;
    bottom: .9em;
    background: #ccc;
  }

  article#contents #column_body h4 {
    text-align: left;
    padding: 1.25em 0 1em;
    font-size: 1.2rem;
    color: #707F89;
  }

  nav.column_nav {
    padding: .4rem .5rem .2rem;
  }
}

/**************** glossary list ****************/
.column_glossary {
  padding: 0 1rem;
  margin-bottom: 3.5rem;
}

ul.glossary_navs {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.gnav_child {
  width: calc(100% / 3);
  padding: .5rem;
}

ul.glossary_nav {
  list-style: disc;
  line-height: 1.75;
  padding: 1rem 0 1rem 1.5rem;
}

ul.glossary_nav li a {
  display: block;
}

article#contents h3.title {
  padding: .5rem 0;
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
  background: rgba(23, 27, 54, 1);
  color: #fff;
  margin: 2rem 0;
  border: 1px solid #aaa;
}

article#contents h3.title:after {
  display: none;
}

@media (max-width: 1024px) {
  .column_glossary {
    padding: 0;
  }

  .gnav_child {
    width: 100%;
  }
}

/**************** glossary ****************/
h1.glossary_title {
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  font-weight: bold;
  color: #febd09;
  padding: 4rem 1rem 2rem;
}


/**************** pp ****************/
.policy_list {
  padding: 1rem;
  margin-bottom: 1rem;
}

.policy_list li {
  text-indent: -1.75rem;
  padding: 0 0 .5rem 2rem;
}

.policy_list li span {
  padding-right: 1rem;
  font-weight: bold;
  color: #febd09;
}

.pp_set {
  margin: 2rem 0;
  text-align: right;
}

.policy_inner hr {
  margin-top: 3.5rem;
}

.policy_inner .dl_table {
  margin: 2rem auto;
}

.policy_inner ul {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.policy_inner li {
  margin-bottom: .5rem;
  margin-topbottom: .5rem;
}

@media (max-width: 1024px) {
  .policy_list {
    padding: 1rem 0;
  }
}

.box_set {
  margin: 0 auto 2.5rem;
  max-width: 980px;
}

a.step_pdf {
  position: relative;
  padding: .5rem .5rem .5rem 2.4rem;
  border: 1px solid #febd09;
  margin: 0 auto .75rem;
  border-left: 8px solid #febd09;
  display: block;
}

a.step_pdf i {
  color: #febd09;
  font-size: 1.3rem;
  position: absolute;
  top: calc(50% - .6rem);
  left: .7rem;
}

@media (max-width: 1024px) {
  .box_set {
    margin: 0 auto 2rem 0;
  }

  a.step_pdf {
    padding-left: 2.4rem;
    border-left: 4px solid #febd09;
  }
}

.camp_sets {
  padding: 3rem 3rem 0;
  overflow: hidden;
}

a.camp_set {
  background: rgb(76, 78, 98);
  background: linear-gradient(0deg, rgba(57, 59, 82, 1) 0%, rgba(23, 26, 55, 1) 100%);
  padding: 1rem;
  border-radius: .75rem;
  border: 1px solid #febd09;
  display: flex;
  margin: 2rem 0;
  align-items: center;
}

a.camp_set .camp_box_l {
  width: 38%;
}

a.camp_set .camp_box_r {
  width: 62%;
}

a.camp_set figure {
  padding: 8px;
}

a.camp_set figure img {
  max-width: 100%;
}

a.camp_set .title {
  display: block;
  padding: 0 1.5rem;
  font-size: 36px;
  margin-bottom: 2.5rem;
  color: #febd09;
}

a.camp_set .text {
  display: block;
  padding: 0 1.5rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .camp_sets {
    padding: 0;
  }

  a.camp_set {
    flex-direction: column;
  }

  a.camp_set .camp_box_l {
    width: 100%;
  }

  a.camp_set .camp_box_r {
    width: 100%;
  }

  a.camp_set figure {
    padding: 0;
  }

  a.camp_set .title {
    display: block;
    padding: 0 .25rem;
    font-size: 24px;
    margin: 1rem 0;
    color: #febd09;
  }

  a.camp_set .text {
    display: block;
    padding: 0 .25rem;
    line-height: 1.75;
    margin-bottom: 1rem;
  }
}

hr {
  height: 2px;
  background: linear-gradient(to right, #171b36, #888, #171b36);
  border: none;
}

/**************** faq ****************/
.faq_inner_menu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.faq_inner_menu li {
  width: calc(100% / 3);
}

.faq_inner_menu li a {
  display: block;
  padding: 1rem;
  border: 1px solid #febd09;
  margin: .5rem;
  border-radius: 4px;
  font-weight: bold;
}

.faq_inner_menu li a i {
  color: #febd09;
  padding: 0 .5rem;
}

dl.wrap dt {
  border: 1px solid #febd09;
  padding: 1rem 3rem;
  position: relative;
  margin-bottom: -1px;
}

dl.wrap dt span {
  position: absolute;
  top: calc(50% - .6rem);
  left: 1rem;
  display: block;
  line-height: 1;
  font-weight: bold;
  color: #febd09;
  font-size: 1.2rem;
}

dl.wrap dt img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: calc(50% - .5rem);
  right: 1rem;
}

dl.wrap dt.active:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: #febd09;
  position: absolute;
}

dl.wrap dd {
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  position: relative;
  margin-bottom: -1px;
}

dl.wrap dd span {
  position: absolute;
  top: 1.6rem;
  left: calc(1rem + 1px);
  display: block;
  line-height: 1;
  font-weight: bold;
  color: #f40;
  font-size: 1.2rem;
}

.faq_inner dl dt .arrow {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.dropdown_toggle .arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1024px) {
  .faq_inner_menu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .faq_inner_menu li {
    width: 100%;
  }

  dl.wrap {
    margin: 0 -1rem;
  }
}


.uk-modal.uk-open {
  z-index: 9999;
}

.uk-modal-dialog {
  background: rgba(23, 27, 54, .9);
}

.uk-button-primary {
  background-color: #febd09 !important;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 3px !important;
  /*color:#171A37;*/
}

@media (max-width: 1024px) {
  .uk-modal-body {
    padding: 1rem;
  }
}

/**************** new_account ****************/
article#new_account {}

.uk-modal.uk-open {
  z-index: 99999;
}

#new_account_modal {
  line-height: 1.5;
  border-radius: 8px;
}

#new_account_modal h2 {
  padding: .5rem 0;
  line-height: 2rem;
  text-align: center;
  font-weight: bold;
  color: #00AAFF;
  font-size: 1.7rem;
}

#new_account_modal p {
  margin: 1.5rem 0;
  font-size: .84rem;
}

#new_account_modal ul {
  margin-bottom: 2rem;
}

#new_account_modal ul li {
  margin: .5rem .5rem .5rem 2.5rem;
  font-size: .84rem;
  text-indent: -2.5rem;
  color: #ccc;
}

.new_account_modal_button {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new_account_modal_button a {
  margin-top: 10px;
  margin-right: 0 !important;
}

.new_account_modal_button button {
  margin-left: 0 !important;
}

#back_to_landing_page {
  font-size: .9rem;
  display: inline-block;
  overflow: hidden;
  border-radius: 6px;
  padding: 0 26px;
  cursor: pointer;
  touch-action: manipulation;
  margin-right: 8px;
  text-align: center;
  background: #999999;
  color: #ffffff;
}

#new_account_modal .uk-button-primary {
  border-radius: 6px;
  padding: 0 26px;
  font-size: .9rem;
}

#loginForm,
#landingPageForm {
  width: 90%;
  max-width: 420px;
  padding: 2rem 1.5rem 1.5rem;
  border-radius: 8px;
  margin: 0 auto 4rem;
  box-shadow: .1rem .1rem .25rem rgba(0, 0, 0, .3);
  border: 1px solid #febd09;
}

.g-recaptcha {
  margin: 1rem auto;
  text-align: center;
}

#btn_login,
#submitBtn {
  border-radius: 6px;
}

#btn_pass {
  border-radius: 6px;
  margin-top: 1rem;
}

.p_small {
  font-size: .88rem;
  margin: 1rem 0;
}

.p_small a {
  font-size: .88rem;
}

.newAccount-heads-up {
  font-size: .82rem;
  border-radius: 6px;
  color: #ddd;
  padding: 0 .5rem;
}

input.form-control {
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 6px 10px;
  color: #414751;
  line-height: normal;
  font-size: .88rem;
  height: 36px;
  width: 100%;
  margin: .5rem 0;
  background: #fff;
}

input.form-control#input_email {
  margin: 1rem 0;
}

.madd_title {
  margin: 1.25rem 0 0;
  line-height: 1rem;
}

.required-notice {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: #fe9c09;
  text-align: center;
  color: #fff;
  font-size: .74rem;
  padding: 0 .5rem;
  line-height: 1rem;
  margin-bottom: 1px;
  border-radius: 8px;
}

div.radio_choice {
  border-radius: 30px;
  background-color: #febd09;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  line-height: 2rem;
  padding: 0 1rem;
}

div.radio_choice * {
  display: inline-block;
  color: #fff;
  font-size: .92rem;
}

.error {
  display: block;
  margin: -.75rem 0 1rem;
  color: #df4c5b;
  padding: .25rem .5rem;
  background: #fde;
  border-radius: 6px;
}

/**************** new_account ****************/
.top_area0 {
  background: #fff;
  padding: 4.5rem 0 3.5rem;
  position: relative;
  border: 2px solid #febd09;
  margin-bottom: 4rem;
}

.top_area0 .ta1in_1 h2 {
  font-size: 1.75rem;
}

#strength .top_area5 h2 {
  border-top: none;
}

.na_success {
  width: 90%;
  max-width: 420px;
  padding: 2rem 1.5rem 1.5rem;
  border-radius: 8px;
  margin: 0 auto 4rem;
  box-shadow: 0.1rem 0.1rem 0.25rem rgb(0 0 0 / 30%);
  border: 1px solid #febd09;
}

.na_success p {
  margin: 1rem 0 1.5rem;
  line-height: 1.6;
}

.na_success p span {
  display: block;
  margin: 0 auto;
  font-weight: bold;
  color: #febd09;
}

.na_success a.btn_link.boxz {
  margin: 2rem auto 1rem;
}

.na_cat {
  padding: 1rem;
  border-radius: 4px;
  background: #1d203e;
  font-size: .84rem;
  line-height: 1.4;
}

/*-------------------------------------------------------------------*/
.uk-alert-danger {
  border: 1px solid hsl(349deg 84% 63%);
  border-radius: 4px;
  color: hsl(0deg 0% 100%);
  background: hsl(0deg 100% 50% / 20%);
}

.uk-alert-primary {
  border: 1px solid hsl(240deg 100% 50%);
  border-radius: 4px;
  background: hsl(240deg 100% 50% / 30%);
  color: hsl(0deg 0% 100%);
}

/*-------------------------------------------------------------------*/


@media (max-width: 1024px) {
  .top_area0 {
    margin: 0 1rem 3rem;
    width: calc(100% - 2rem);
  }
}

/**************** inquiry ****************/
/* inquiry_pp */
.inquiry_pp {
  height: 40rem;
  /* overflow-y: scroll; */
  border: 1px solid #febd09;
  padding: 1rem;
  width: 100%;
  margin: 2rem auto;
}

.inquiry_pp p {
  font-size: 1rem;
}

.inquiry_pp h2 {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  margin: 1.5rem 0;
}

.inquiry_pp h3 {
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
  margin: 1.5rem 0;
}

.policy_inner {
  line-height: 1.75;
}

.inquiry_pp .policy_inner hr {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

label.ppchk_box {
  text-align: center;
  padding: 1rem 0;
  margin: 1rem 0 2rem;
  display: block;
  border: 1px solid #febd09;
  color: #ccc;
  font-size: 1.1rem;
}

label.ppchk_box input {
  margin: 4px;
  display: inline-block;
  vertical-align: middle;
  height: 1rem;
}

label.ppchk_box input[type=checkbox] {
  width: .9rem;
  height: .9rem;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin-right: .5rem;
  border: 1px solid #aaa;
  border-radius: 3px;
}

div.inquiry div#main-container {
  width: 100% !important;
}

div.inquiry div#main-container h1 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
  position: relative;
}

div.inquiry div#main-container h1::after {
  position: absolute;
  content: " ";
  display: block;
  background: url('../img/h_back.png') repeat-x;
  bottom: -15px;
  height: 4px;
  width: 12%;
  margin: 0 44%;
}

div.inquiry div#main-container h2 {
  text-align: center;
  font-size: 1.9rem;
}

div.inquiry div#main-container dl dt {
  font-weight: 200;
  margin-bottom: 20px;
  padding-right: 24px;
  cursor: pointer;
}

div#fileupload-choose {
  width: 80%;
  margin: 0 10%;
}

div#fileupload-choose label {
  font-weight: 200;
}

div#fileupload-choose select {
  border-radius: 6px;
}

div#fileupload-choose ul.form-normal li {
  margin-bottom: 20px;
}

div#fileupload-choose ul.form-normal li:nth-child(5)>span {
  margin-bottom: 0px;
  display: block;
}

div#fileupload-choose ul.form-normal li:nth-child(6) {
  margin-bottom: 4px;
}

div#fileupload-choose ul.form-normal li select {
  border: 1px solid #ccc;
}

div#fileupload-choose ul.form-normal li input {
  height: 40px;
  width: 100%;
  font-size: 100%;
}

div#fileupload-choose ul.form-normal li textarea {
  font-size: 100%;
}

div#fileupload-choose ul.form-normal li.file-send>span {
  padding-bottom: 4px;
}

div#fileupload-choose ul.form-normal li.file-send>div {
  height: 36px;
}

div#fileupload-choose ul.form-normal li.file-send>div>label {
  display: inline-block;
  overflow: hidden;
  border-radius: 6px;
  padding: 6px 26px;
  cursor: pointer;
  touch-action: manipulation;
  margin-right: 8px;
  text-align: center;
  float: left;
}

div#fileupload-choose ul.form-normal li.file-send>div>label>input {
  display: none;
}

div#fileupload-choose ul.form-normal li.file-send>div>button {
  border-radius: 6px;
  padding: 6px 26px;
  cursor: pointer;
  position: relative;
  font-size: 100%;
  text-align: center;
  margin-left: 0;
  float: left;
}

div#fileupload-choose ul.form-normal li.file-send>img {
  margin-top: 20px;
}

div#fileupload-choose form>button {
  font-weight: 200;
  font-size: 100%;
  width: 100%;
  border-radius: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.7;
}

div#modal-inquiry h1 {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
  position: relative;
}

div#modal-inquiry p.uk-text-center>button {
  font-weight: 200;
  letter-spacing: 0.5rem;
  text-align: center;
  text-indent: 0.5rem;
}

.main-container-inner .form-control,
.form-normal input,
.form-normal textarea,
.login-form-top li input {
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 6px 10px;
  color: #414751;
  line-height: normal;
  font-size: 0.9rem;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-container-inner .form-control:focus,
.form-normal input:focus,
.form-normal textarea:focus,
.form-normal select:focus {
  border: 1px solid #4597E0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  color: #414751;
  background: #fff;
}

.form-normal textarea,
.login-form-top li input {
  width: 100%;
  background: #fff;
}

.form-normal input {
  width: 100%;
  background: #fff;
}

.form-normal .file-send input {
  width: calc(100% - 5rem);
  background: #fff;
  font-weight: normal;
  font-size: 90%;
  padding: 6px;
}

.uk-button-default {
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 9px 10px;
  color: #414751;
  line-height: normal;
  font-size: 90%;
}

.inq-form-main #file1 {
  padding: 4px 6px;
  margin: 0;
  text-align: left;
  cursor: pointer;
}

.inq-form-main .img-preview {
  height: 1px;
  margin: 0;
  padding: 0;
}

.inq-form-main .file-send {
  margin: 0;
}

.inq-form-main .file-send .file-choose1 {
  padding: 0;
  margin: 0;
}

#main-container #id_InquiryTitle {
  padding: .6rem .75rem;
  cursor: pointer;
}

.main-container-inner .form-control::placeholder {
  color: #cecece !important;
  font-weight: normal;
}

:-ms-input-placeholder.form-control {
  color: #cecece !important;
}

.login-form-top .uk-button,
.form-btn-normal .uk-button,
.inq-form-main .uk-button,
.u-regist-btn {
  margin: 0;
  margin-bottom: 0 !important;
  border: none;
  overflow: visible;
  color: #ffffff;
  background: #39f;
  font: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 0;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  /*text-transform: uppercase;*/
  transition: .1s ease-in-out;
  transition-property: all;
  transition-property: color, background-color, border-color;
  border-radius: 6px;
}

input.error,
textarea.error {
  color: inherit !important;
  background: #ffebeb !important;
  border: 1px solid #ff0000 !important;
}

input.error:focus,
textarea.error:focus {
  color: inherit !important;
  background: inherit !important;
  border: 1px solid inherit !important;
}

.form-btn-normal {
  width: 100%;
  margin: 10px auto;
}

.form-btn-normal li {
  width: 100%;
}

.form-btn-normal .uk-button {
  width: 60%;
  padding: 6px 6px;
}

.inq-form-main .uk-button {
  width: 100%;
  padding: 6px 6px;
}

.modal_dl dt {
  padding: .2rem .5rem;
  font-size: 1rem;
  line-height: 1;
  border-bottom: 1px solid #febd09;
  color: #febd09;
}

.modal_dl dt label {
  font-size: .92rem;
  line-height: 1;
}

.modal_dl dd {
  padding: .5rem .5rem 1rem;
  font-size: 1rem;
  line-height: 1;
}

.modal_dl dt.div_id_inquiry_file {
  width: 9rem;
  display: inline-block;
  text-align: center;
}

.modal_dl dd.div_id_inquiry_file_name {
  width: calc(100% - 9.5rem);
  display: inline-block;
  margin-bottom: .5rem;
}

p.modal_cat {
  padding: 1.5rem 1rem 1rem;
}

#modal-inquiry .uk-button {
  border-radius: 4px;
  font-size: 1rem;
}

.div_id_inquiry_body_text {
  word-wrap: break-word;
  line-height: 1.6;
}

.file-send .uk-button-primary {
  background: #fff;
}

.form-normal {
  margin-top: 2rem;
  line-height: 1.5;
}

.form-normal li {
  padding: 1rem 0;
}

.form-normal li label {
  font-weight: 400;
}

.form-normal li label .required {
  color: #f40;
}

.file-send img,
.file-send iframe {
  display: none;
}

.file-send span {
  font-weight: bold;
}

.inquiry_form {
  margin: 3rem auto 4rem;
}

.user_info_submit {
  border-radius: 6px;
  margin: 0 auto;
  font-size: 1rem;
  display: block;
  line-height: 1.5;
  padding: .75rem 2rem;
}

.file-send .uk-button-primary {
  background-color: #171b36 !important;
}

.file-send .uk-button-default {
  background: #febd09 !important;
  border: none;
}

@media (max-width: 1024px) {
  .modal_dl {
    margin: 0 -1rem;
  }

  .modal_dl dt.div_id_inquiry_file {
    width: 100%;
    display: block;
    text-align: left;
  }

  .modal_dl dd.div_id_inquiry_file_name {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }

  .inquiry_form {
    margin: 1rem auto 2rem;
  }
}

.tstep img {
  width: 100%;
  max-width: 800px;
  margin: 1rem auto 2rem;
}

.tstep img.sp {
  display: none;
}

.tstep img.sp_no {
  display: block;
}

@media (max-width: 1024px) {
  .tstep img.sp {
    display: block;
  }

  .tstep img.sp_no {
    display: none;
  }
}

.ability_act,
.pepes_check {
  margin: .2rem;
  padding: 0;
  display: block;
  font-weight: bold;
  color: #FEBD09;
}

.pepes_check_in {
  margin: .2rem .2rem 1rem;
  padding: 0 1rem;
  display: block;
}

.regist-confirm-list li,
.cat,
.form-m {
  margin: .3rem;
  padding: 0 1rem;
}

.regist-confirm-list li label,
.cat label,
.form-m label {
  margin-left: -1rem;
  display: block;
  font-weight: bold;
  color: #FEBD09;
}

.checkbox-list li label {
  color: #fff;
  font-weight: normal;
}

.regist-confirm-list li label {
  border-bottom: 1px solid #345;
  padding: .25rem;
  margin-bottom: .5rem;
  font-weight: bold;
  color: #FEBD09;
}

.checkbox-list li {
  margin-left: 1rem;
}

.submit-return {
  text-align: center;
  margin-top: 2rem;
}

.submit-return button {
  min-width: 16rem;
}

#qrcode {
  text-align: center;
}

label.f-none {
  padding: .5rem;
  color: #222;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  display: block;
  border-radius: 4px;
}

input[type="file"].f-none {
  display: none;
}

#viewer1,
#viewer2,
#viewer3,
#viewer4 {
  display: none;
}


.management_box {
  margin-bottom: 2rem;
  font-size: 21px;
  /* text-align: center; */
  font-weight: bold;
  /* border-radius:3px; */
  /* overflow: hidden; */
}

.management_box_in {
  display: flex;
  margin: 5rem 0;
}

.management_flex_img_bg1 {
  width: 50%;
  background: url(../img/page/pc_01.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.management_flex_img_bg2 {
  background: url(../img/page/pcsp_02.png) no-repeat;
  width: 50%;
  background-size: contain;
  background-position: center;
}

.management_flex_img_bgsp {
  /* display: none; */
}

.management_Value_img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.management_text_left {
  width: 50%;
  padding-right: 2rem;
}

.management_text_right {
  width: 50%;
  padding-left: 3rem;
}

.management_title {
  background: #febd09;
  color: hsl(0deg 0% 100%);
  padding: 1rem 0;
  font-size: 150%;
  width: 100%;
  text-align: center;
}

.management_title_Value {
  background: #febd09;
  color: hsl(0deg 0% 100%);
  padding: 1rem 0;
  font-size: 150%;
  width: 50%;
  text-align: center;
}

.management_body {
  /* border:3px solid #FEBD09; */
  border-top: none;
  padding: 1.5rem 0;
  line-height: 1.8;
  font-size: 20px;
  font-weight: normal;
}

.management_h2 {
  color: white;
  margin: 1.5rem 0 2rem 0;
  font-size: 36px;
}

.sp_br {
  display: none;
}

.management_span {}

.management_body_in {
  margin-top: 5rem;
}

.management_body_in p {
  text-align: left;
  line-height: 1.4;
  padding: .4rem 0;
}

.management_body_in p span {
  color: #febd09;
  font-size: 120%;
}

@media (max-width: 1024px) {
  .management_box {
    font-size: 18px;
  }

  .management_body {
    line-height: 1.7;
  }

  .management_body_in p span {
    display: block;
    text-align: center;
  }

  .management_h2 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .management_box {
    font-size: 16px;
    text-align: left;
  }

  .management_title {
    text-align: center;
    width: 100%;
    font-size: 22px;
    padding: .75rem 0;
  }

  /*.management_box br{display: none;}*/
  .management_box_in {
    flex-direction: column;
    margin: 4rem 0;
  }

  .management_text_left,
  .management_text_right {
    width: 100%;
    padding: 0;
  }

  .management_h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 2rem 0;
  }

  .sp_br {
    display: block;
  }

  .management_flex_img_bg1 {
    background: url(../img/page/sp_01.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 200px;
    background-position: center;
  }

  .management_flex_img_bg2 {
    display: none;
  }

  .management_flex_img_bgsp {
    background: url(../img/page/pcsp_02.png) no-repeat;
    background-size: contain;
    height: 300px;
    width: 100%;
    background-position: center;
  }

  .management_center {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3rem;
  }

  .management_span {
    font-weight: normal;
    display: inline-block;
    text-align: left;
    font-size: 14px;
  }

  .management_title_Value {
    width: 100%;
    font-size: 22px;
    padding: .75rem 0;
    margin-bottom: 3rem;
  }

  .management_body_in {
    margin-top: 4rem;
    padding: 0 0 1.5rem;
  }

  .management_Value_img {
    width: 100%;
  }
}