@charset "UTF-8";
body {
  background-color: #eff1f5;
}

/* -------------------------
	Layout
------------------------- */
/* Header
------------------------- */
.header {
  background-color: #fff;
  border-bottom: 1px solid #707070;
  height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header_inr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 7px 10px 7px 20px;
}
@media print, screen and (min-width: 769px) {
  .header_inr {
    margin: 0 auto;
    padding: 7px 0;
    width: 768px;
  }
}
.header_logo {
  margin-right: auto;
  width: 107px;
  z-index: 9999;
}
.header_message {
  margin-right: 20px;
}
.header_message img {
  height: 25px;
  margin: 0 auto;
  width: 25px;
}
.header_message .txt {
  color: #fff;
  display: inline-block;
  font-weight: 400;
}
.header_message .redcircle {
  display: none;
}
.header_message.notification {
  position: relative;
}
.header_message.notification .redcircle {
  background-color: #ff4b3c;
  border-radius: 999px;
  display: block;
  height: 10px;
  position: absolute;
  top: -3px;
  right: -3px;
  width: 10px;
}

@media print {
  .header {
    position: absolute;
    left: 0;
  }
}

/* -------------------------
	Global Navigation
------------------------- */
.scroll-prevent {
  overflow: hidden;
}

.gnav {
  background-color: #fff;
  height: 100vh;
  opacity: 0;
  padding: 60px 0 50px;
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  visibility: hidden;
  z-index: -1;
}
@media print, screen and (min-width: 769px) {
  .gnav_inr {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.gnav_menu_login {
  background-color: #eff1f5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}
@media print, screen and (min-width: 769px) {
  .gnav_menu_login {
    padding: 20px 50px;
  }
}
.gnav_menu_login_icon img {
  width: 28px;
}
@media print, screen and (min-width: 769px) {
  .gnav_menu_login_icon {
    order: 1;
  }
}
.gnav_menu_login_box {
  color: #52545d;
  font-size: 11px;
  width: calc(100% - 48px);
}
@media print, screen and (min-width: 769px) {
  .gnav_menu_login_box {
    order: 2;
  }
}
.gnav_menu_login_box_name {
  font-weight: 700;
}
.gnav_menu_login_box_name .name {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}
.gnav_menu_list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  position: relative;
  z-index: 999;
}
@media print, screen and (min-width: 769px) {
  .gnav_menu_list {
    justify-content: space-between;
  }
}
.gnav_menu_list_item {
  margin-top: 10px;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .gnav_menu_list_item {
    width: 48%;
  }
}
.gnav_menu_list_item a {
  color: #52545d;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px 10px 45px;
  position: relative;
}
.gnav_menu_list_item a::before {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 20px;
}
.gnav_menu_list_item a::after {
  content: "";
  display: block;
  background-image: url(../img/ico_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: rotate(180deg);
  width: 14px;
}
.gnav_menu_list_item.i01 a::before {
  background-image: url(../img/ico_home.png);
}
.gnav_menu_list_item.i02 a::before {
  background-image: url(../img/ico_must.png);
}
.gnav_menu_list_item.i03 a::before {
  background-image: url(../img/ico_support.png);
}
.gnav_menu_list_item.i04 a::before {
  background-image: url(../img/ico_qr.png);
}
.gnav_menu_list_item.i05 a::before {
  background-image: url(../img/ico_candidateslist.png);
}
.gnav_menu_list_item.i06 a::before {
  background-image: url(../img/ico_universityList.png);
}
.gnav_menu_list_item.i07 a::before {
  background-image: url(../img/ico_message.png);
}
.gnav_menu_list_item.i08 a::before {
  background-image: url(../img/ico_application.png);
}
.gnav_menu_list_item.i09 a::before {
  background-image: url(../img/ico_link.png);
}
.gnav_menu_list_item.i10 a::before {
  background-image: url(../img/ico_schedule.png);
}
.gnav_menu_list_item.i11 a::before {
  background-image: url(../img/ico_event.png);
}
.gnav_menu_list_item.i12 a::before {
  background-image: url(../img/ico_account.png);
}
.gnav_menu_list_item.i13 a::before {
  background-image: url(../img/ico_question.png);
}
.gnav_menu_list_item.half {
  width: 50%;
}
@media print, screen and (max-width: 768px) {
  .gnav_menu_list_item.half a::after {
    display: none;
  }
}
.gnav_menu_list_item.half a.blank::after {
  background-image: url("../img/blank_g.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin-top: 0;
  position: relative;
  right: -5px;
  transform: none;
  width: 14px;
}
@media print, screen and (max-width: 768px) {
  .gnav_menu_list_item.half a {
    padding: 10px 10px 10px 45px;
  }
}
@media print, screen and (min-width: 769px) {
  .gnav_menu_list_item.half {
    width: 48%;
  }
}
.gnav.panelactive {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.gnav.panelactive .gnav_menu {
  height: 100%;
  padding: 20px 20px 150px;
  position: fixed;
  width: calc(100% - 40px);
  width: 100%;
  z-index: 999;
}
@media print, screen and (max-width: 768px) {
  .gnav.panelactive .gnav_menu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media print, screen and (min-width: 769px) {
  .gnav.panelactive .gnav_menu {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 768px;
  }
}
.gnav_sns {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #52545d;
  margin: 30px 0;
  padding: 30px 0;
}
.gnav_sns_link {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.gnav_sns_link a {
  color: #52545d;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-left: 30px;
  padding-left: 30px;
  position: relative;
}
.gnav_sns_link a::before {
  content: "";
  display: block;
  background-image: url(../img/logo_x.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 21px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
}
.gnav_btn {
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
  width: 156px;
}
.gnav_btn a {
  background-color: #3eadf0;
  border: 1px solid transparent;
  border-radius: 999px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
.gnav_btn a {
  background-color: #fff;
  border-color: #a5a9b5;
  color: #222;
}
.gnav .contact_link {
  margin: 40px 0;
  text-align: center;
}
.gnav .contact_link a {
  color: #52545d;
}

.trigger {
  cursor: pointer;
  height: 50px;
  position: relative;
  width: 50px;
  z-index: 9999;
}
.trigger .line {
  background-color: #000;
  display: inline-block;
  height: 1px;
  position: absolute;
  left: 14px;
  transition: all 0.3s ease;
  width: 22px;
}
.trigger .line:nth-of-type(1) {
  top: 16px;
}
.trigger .line:nth-of-type(2) {
  top: 24px;
}
.trigger .line:nth-of-type(3) {
  top: 32px;
}
.trigger .txt {
  color: transparent;
  display: block;
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  left: 1px;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
}
.trigger .txt.hide {
  opacity: 0;
  bottom: 0;
}
.trigger.active .line {
  background-color: #000;
}
.trigger.active .line:nth-of-type(1), .trigger.active .line:nth-of-type(3) {
  top: 24px;
}
.trigger.active .txt {
  color: #000;
}

/* -------------------------
  Content
------------------------- */
.contentWrap {
  position: relative;
  padding-top: 60px;
}

.wrapper {
  padding: 30px 0 50px;
}
.wrapper.univ-wrapper {
  border-top: 1px solid #d0d0d0;
}

.container {
  padding: 0 20px;
}
@media print, screen and (min-width: 769px) {
  .container {
    margin: 0 auto;
    padding: 0;
    width: 768px;
  }
}

.page-header {
  background-color: #fff;
  padding: 20px;
}
.page-header .title {
  color: #808080;
  font-size: 18px;
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  .page-header .title {
    font-size: 24px;
    margin: 0 auto;
    width: 768px;
  }
}
.page-header-sub {
  background-color: #bdc4d1;
  width: 100%;
}
.page-header-sub .title-sub {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 20px;
}
@media print, screen and (min-width: 769px) {
  .page-header-sub .title-sub {
    margin: 0 auto;
    padding: 3px 0;
    max-width: 768px;
    width: 100%;
  }
}

/* -------------------------
  Footer
------------------------- */
.footer {
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .footer {
    font-size: 12px;
  }
}
.footer hr {
  border-bottom: 1px dashed #444;
}
.footer a {
  display: block;
}
.footer .pagetop {
  font-size: 14px;
  text-align: center;
}
.footer .pagetop a {
  background-color: #eff1f5;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 15px;
}
.footer .pagetop a span {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
.footer .pagetop a span::before {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: -2px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: rotate(-45deg);
  width: 8px;
  z-index: 1;
}
.footer .pagetop a span::after {
  content: "";
  display: block;
  background-color: #222;
  border-radius: 999px;
  height: 18px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
}
@media print, screen and (min-width: 769px) {
  .footer_inr {
    margin: 0 auto;
    width: 768px;
  }
}
.footer_link_blank {
  display: flex;
  padding: 25px 0;
}
.footer_link_blank_faq, .footer_link_blank_sns {
  font-size: 12px;
  width: 50%;
}
@media print, screen and (min-width: 769px) {
  .footer_link_blank_faq, .footer_link_blank_sns {
    padding: 0 30px;
  }
}
.footer_link_blank_faq span, .footer_link_blank_sns span {
  display: inline-block;
  position: relative;
}
.footer_link_blank_faq span::before, .footer_link_blank_sns span::before {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
}
.footer_link_blank_faq {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .footer_link_blank_faq {
    text-align: right;
  }
}
.footer_link_blank_faq a::after {
  height: 12px;
  margin-left: 0;
  width: 15px;
  vertical-align: baseline;
}
.footer_link_blank_faq span {
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
}
.footer_link_blank_sns span {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding-left: 30px;
}
.footer_link_blank_sns span::before {
  background-image: url(../img/logo_x.png);
  height: 22px;
  margin-top: -11px;
  left: 0;
  width: 22px;
}
.footer_link_list {
  padding: 20px 0;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .footer_link_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 0 15px;
  }
}
.footer_link_list li {
  margin-top: 10px;
}
@media print, screen and (min-width: 769px) {
  .footer_link_list li {
    margin-top: 0;
    padding: 0 20px 10px;
  }
}
.footer_link_list li a {
  font-size: 10px;
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  .footer_link_list li a {
    font-size: 12px;
  }
}
.footer .copy {
  background-color: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  padding: 5px 20px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .footer .copy {
    padding: 20px;
  }
}

/* -------------------------
   Parts
------------------------- */
/* Headeing
------------------------- */
.head {
  color: #404040;
  font-size: 17px;
  margin-bottom: 15px;
}

.head2 {
  color: #3eadf0;
  font-size: 17px;
}

.crosshead {
  color: #808080;
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.crosshead.mini {
  font-size: 13px;
  font-weight: 500;
}
.crosshead.conf, .crosshead.conf-item {
  color: #222;
  font-size: 13px;
  font-weight: 500;
  margin: 20px 0 0;
}

.conf-item-dashed,
.conf-output-item-dashed {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
}

.conf-item-border,
.conf-output-item-border {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.crosshead-txt {
  color: #808080;
  font-size: 12px;
  font-weight: 400;
  margin: -5px 0 10px;
}

.subhead {
  color: #5d5d5d;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* -------------------------
  Text
------------------------- */
.linktxt {
  text-decoration: underline;
}

.weight-light {
  font-weight: 300 !important;
}

.weight-normal {
  font-weight: 400 !important;
}

.weight-base {
  font-weight: 500 !important;
}

.weight-bold,
.bold {
  font-weight: bold !important;
}

.strong {
  color: #ff4b3c;
}
.strong a {
  color: #ff4b3c;
}

.color-font-gray {
  color: #5d5d5d;
}

/* text align */
.center {
  justify-content: center;
  text-align: center !important;
}

.right {
  text-align: right !important;
}

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

/* font size */
.xx-large {
  font-size: 20px !important;
}

.x-large {
  font-size: 18px !important;
}

.large {
  font-size: 16px !important;
}

.normal {
  font-size: 14px !important;
}

.small {
  font-size: 12px !important;
}

/* annotation */
.annotation {
  font-size: 12px !important;
}

/* annotation */
.annotation2 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px !important;
}

/* margin */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/* padding */
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt0_5 {
  padding-top: 0.5em !important;
}

.pt1_0 {
  padding-top: 1em !important;
}

.pt1_1 {
  padding-top: 1.1em !important;
}

.pt1_2 {
  padding-top: 1.2em !important;
}

.pt1_5 {
  padding-top: 1.5em !important;
}

.pt2_0 {
  padding-top: 2em !important;
}

.pt2_5 {
  padding-top: 2.5em !important;
}

.pt3_0 {
  padding-top: 3em !important;
}

.ovf-a {
  overflow-y: auto;
}

.ovf-a.h150 {
  height: 150px;
}

.ovf-a.h200 {
  height: 200px;
}

.ovf-a.h300 {
  max-height: 300px;
}

.shadow-in {
  -ms-box-shadow: 0 0 5px 0 #dfdfdf inset;
  box-shadow: 0 0 5px 0 #dfdfdf inset;
}

.w80p {
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------
  Link
------------------------- */
/* -------------------------
  Button
------------------------- */
.btn {
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
}
.btn a {
  background-color: #3eadf0;
  border: 1px solid transparent;
  border-radius: 999px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
.btn.btn-default a, .btn.btn-default2 a, .btn.btn-primary a, .btn.btn-primary2 a, .btn.release a {
  background-color: #a5a9b5;
  color: #fff;
}
.btn.btn-default.btn-color01 a, .btn.btn-default2.btn-color01 a, .btn.btn-primary.btn-color01 a, .btn.btn-primary2.btn-color01 a, .btn.release.btn-color01 a {
  background-color: #fa6d8b;
}
.btn.btn-default.btn-color02 a, .btn.btn-default2.btn-color02 a, .btn.btn-primary.btn-color02 a, .btn.btn-primary2.btn-color02 a, .btn.release.btn-color02 a {
  background-color: #6ccebc;
}
.btn.btn-default.btn-color03 a, .btn.btn-default2.btn-color03 a, .btn.btn-primary.btn-color03 a, .btn.btn-primary2.btn-color03 a, .btn.release.btn-color03 a {
  background-color: #3eadf0;
}
.btn.btn-default.btn-color04 a, .btn.btn-default2.btn-color04 a, .btn.btn-primary.btn-color04 a, .btn.btn-primary2.btn-color04 a, .btn.release.btn-color04 a {
  background-color: #fda85e;
}
.btn.btn-reverse a {
  background-color: #fff;
  border-color: #3eadf0;
  color: #3eadf0;
}
.btn.btn-reverse.btn-color01 a {
  background-color: #fff;
  border-color: #fa6d8b;
  color: #fa6d8b;
}
.btn.btn-reverse.btn-color02 a {
  background-color: #fff;
  border-color: #6ccebc;
  color: #6ccebc;
}
.btn.btn-reverse.btn-color03 a {
  background-color: #fff;
  border-color: #3eadf0;
  color: #3eadf0;
}
.btn.btn-reverse.btn-color04 a {
  background-color: #fff;
  border-color: #fda85e;
  color: #fda85e;
}
.btn.reverse a {
  background-color: #fff;
  border-color: #3eadf0;
  color: #3eadf0;
}
.btn.reverse.btn-color01 a {
  background-color: #fff;
  border-color: #fa6d8b;
  color: #fa6d8b;
}
.btn.reverse.btn-color02 a {
  background-color: #fff;
  border-color: #6ccebc;
  color: #6ccebc;
}
.btn.reverse.btn-color04 a {
  background-color: #fff;
  border-color: #fda85e;
  color: #fda85e;
}
.btn.cancel a {
  background-color: #f5f7fa;
  border-color: #9f9f9f;
  color: #9f9f9f;
}
.btn.blank::after {
  display: none;
}
.btn.blank a {
  padding: 10px 35px;
}
.btn.blank a::after {
  content: "";
  display: block;
  background-image: url(../img/blank_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
}
.btn.btn-wide {
  min-width: 250px;
  max-width: 550px;
}
.btn.btn-wide a {
  padding: 10px 20px;
}
@media print, screen and (max-width: 768px) {
  .btn.btn-sp-wide {
    min-width: 250px;
    max-width: 550px;
  }
}

button.btn,
input[type=button].btn,
input[type=submit].btn {
  background-color: #3eadf0;
  border: 1px solid transparent;
  border-radius: 999px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
button.btn.btn-default, button.btn.btn-default2, button.btn.btn-reverse,
input[type=button].btn.btn-default,
input[type=button].btn.btn-default2,
input[type=button].btn.btn-reverse,
input[type=submit].btn.btn-default,
input[type=submit].btn.btn-default2,
input[type=submit].btn.btn-reverse {
  background-color: #a5a9b5;
  color: #fff;
}
button.btn.btn-color01,
input[type=button].btn.btn-color01,
input[type=submit].btn.btn-color01 {
  background-color: #fa6d8b;
}
button.btn.btn-color02,
input[type=button].btn.btn-color02,
input[type=submit].btn.btn-color02 {
  background-color: #6ccebc;
}
button.btn.btn-color04,
input[type=button].btn.btn-color04,
input[type=submit].btn.btn-color04 {
  background-color: #fda85e;
}
button.btn.btn-reverse,
input[type=button].btn.btn-reverse,
input[type=submit].btn.btn-reverse {
  background-color: #fff;
  border-color: #3eadf0;
  color: #3eadf0;
}
button.btn.btn-reverse.btn-color01,
input[type=button].btn.btn-reverse.btn-color01,
input[type=submit].btn.btn-reverse.btn-color01 {
  background-color: #fff;
  border-color: #fa6d8b;
  color: #fa6d8b;
}
button.btn.btn-reverse.btn-color02,
input[type=button].btn.btn-reverse.btn-color02,
input[type=submit].btn.btn-reverse.btn-color02 {
  background-color: #fff;
  border-color: #6ccebc;
  color: #6ccebc;
}
button.btn.btn-reverse.btn-color04,
input[type=button].btn.btn-reverse.btn-color04,
input[type=submit].btn.btn-reverse.btn-color04 {
  background-color: #fff;
  border-color: #fda85e;
  color: #fda85e;
}
button.btn.cancel,
input[type=button].btn.cancel,
input[type=submit].btn.cancel {
  background-color: #f5f7fa;
  border-color: #9f9f9f;
  color: #9f9f9f;
}
button.btn.blank,
input[type=button].btn.blank,
input[type=submit].btn.blank {
  padding: 10px 35px;
}
button.btn.blank::after,
input[type=button].btn.blank::after,
input[type=submit].btn.blank::after {
  content: "";
  display: block;
  background-image: url(../img/blank_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
}
button.btn.btn-color02-border,
input[type=button].btn.btn-color02-border,
input[type=submit].btn.btn-color02-border {
  background-color: #fff;
  border-color: #6ccebc;
  color: #6ccebc;
}
button.btn.btn-color03-border,
input[type=button].btn.btn-color03-border,
input[type=submit].btn.btn-color03-border {
  background-color: #fff;
  border-color: #3eadf0;
  color: #3eadf0;
}
button.btn.logout,
input[type=button].btn.logout,
input[type=submit].btn.logout {
  background-color: #fff;
  border-color: #a5a9b5;
  color: #a5a9b5;
}
button.is-disabled,
input[type=button].is-disabled,
input[type=submit].is-disabled {
  opacity: 0.5;
}

.btn.is-disabled a {
  color: #b4b7bb;
  background-color: #e8e8ea;
}

.btn.pagelink-is-disabled a {
  color: #b4b7bb;
  background-color: #e8e8ea;
  pointer-events: none;
  cursor: default;
}

.btn-pseudo {
  background-color: #3eadf0;
  border: 1px solid transparent;
  border-radius: 999px;
  display: block;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.btn-pseudo.btn-color02-border {
  background-color: #fff;
  border-color: #6ccebc;
  color: #6ccebc;
}

.row-btn {
  background-color: #6ccebc !important;
  font-size: 12px !important;
  margin: 0 !important;
}
@media print, screen and (min-width: 769px) {
  .row-btn {
    margin: 0 0 0 20px !important;
    width: 190px !important;
  }
}
.row-btn.btn-color03 {
  background-color: #3eadf0 !important;
}
.row-btn:disabled {
  opacity: 0.5 !important;
}

.label {
  background-color: #fde4e4;
  border: 1px solid #ff4b3c;
  border-radius: 999px;
  color: #ff4b3c;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  margin-right: 10px;
  min-width: 50px;
  padding: 0 10px 1px;
  line-height: 1.2;
  text-align: center;
}

.btnForPass {
  background-color: #6ccebc;
  border: 1px solid transparent;
  border-radius: 999px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px;
  text-align: center;
  width: 100%;
}

/* -------------------------
  Sepalate
------------------------- */
.separate {
  background-color: #ccc;
  display: block;
  height: 1px;
  margin: 40px 0;
  width: 100%;
}
.separate_deep {
  background-color: #808080;
  display: block;
  height: 1px;
  margin: 40px 0;
  width: 100%;
}
.separate_dashed {
  border-bottom: 1px dashed #ccc;
  display: block;
  height: 1px;
  margin-top: 15px;
  width: 100%;
}

/* -------------------------
	components
------------------------- */
/* section
------------------------- */
.section-sns {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  padding: 20px;
  cursor: auto;
}
.section-sns + .section-sns {
  margin-top: 20px;
}

/* -------------------------
  Grid system
------------------------- */
.container .row:after {
  overflow: hidden;
  *zoom: 1;
}

.container .row.inline {
  font-size: 0;
}

@media (min-width: 568px) {
  .container .row.inline {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .container .row.inline {
    width: 100%;
  }
}
.container .row.inline > div {
  float: none;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.container-spacing {
  margin-right: auto;
  margin-left: auto;
}

.container-spacing .row {
  margin-right: -5px;
  margin-left: -5px;
}

.container-spacing .row:after {
  overflow: hidden;
  *zoom: 1;
}

.container-spacing .col-1,
.container-spacing .col-2,
.container-spacing .col-3,
.container-spacing .col-4,
.container-spacing .col-5,
.container-spacing .col-6,
.container-spacing .col-7,
.container-spacing .col-8,
.container-spacing .col-9,
.container-spacing .col-10,
.container-spacing .col-11,
.container-spacing .col-12 {
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}

.col-1 {
  width: 8.3%;
}

.col-2 {
  width: 16.6%;
}

.col-3 {
  width: 24.9%;
}

.col-4 {
  width: 33.3%;
}

.col-5 {
  width: 41.5%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.1%;
}

.col-8 {
  width: 66%;
}

.col-9 {
  width: 74.5%;
}

.col-10 {
  width: 83%;
}

.col-11 {
  width: 91.3%;
}

.col-12 {
  width: 100%;
}

.container .row.inline.w-wide {
  display: flex;
  align-items: center;
  width: 100%;
}
.container .row.inline.itn-call {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 768px) {
  .container .row.inline.itn-call {
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 768px) {
  .container .row.inline.itn-call .col-1.ctry-code {
    margin-bottom: 10px;
    padding-left: 10px;
    text-align: left !important;
    width: calc(100% - 60px);
  }
}
@media print, screen and (max-width: 768px) {
  .container .row.inline.itn-call .col-2.ctry-code {
    margin-bottom: 10px;
    width: 60px;
  }
}
@media print, screen and (max-width: 768px) {
  .container .row.inline.itn-call .col-3 {
    flex: 1;
  }
}
.container .row.inline .col-1.w-wide-input,
.container .row.inline .col-2.w-wide-input,
.container .row.inline .col-3.w-wide-input,
.container .row.inline .col-4.w-wide-input,
.container .row.inline .col-5.w-wide-input,
.container .row.inline .col-6.w-wide-input,
.container .row.inline .col-7.w-wide-input,
.container .row.inline .col-8.w-wide-input,
.container .row.inline .col-9.w-wide-input,
.container .row.inline .col-10.w-wide-input,
.container .row.inline .col-11.w-wide-input,
.container .row.inline .col-12.w-wide-input {
  float: none;
  width: calc(100% - 115px);
}
.container .row.inline .col-1.w-wide-txt,
.container .row.inline .col-2.w-wide-txt,
.container .row.inline .col-3.w-wide-txt,
.container .row.inline .col-4.w-wide-txt,
.container .row.inline .col-5.w-wide-txt,
.container .row.inline .col-6.w-wide-txt,
.container .row.inline .col-7.w-wide-txt,
.container .row.inline .col-8.w-wide-txt,
.container .row.inline .col-9.w-wide-txt,
.container .row.inline .col-10.w-wide-txt,
.container .row.inline .col-11.w-wide-txt,
.container .row.inline .col-12.w-wide-txt {
  padding-left: 15px;
  text-align: left;
  width: 115px;
}

.container .cell2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px;
}
.container .cell2 .first,
.container .cell2 .second {
  padding: 0 5px;
  width: 50%;
}
@media print, screen and (max-width: 768px) {
  .container .cell2.sp1clm .first,
.container .cell2.sp1clm .second {
    width: 100%;
  }
  .container .cell2.sp1clm .second {
    margin-top: 20px;
  }
}

.station-section {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .station-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.station-section .hyphen {
  padding: 5px;
  text-align: center;
  width: 40px;
}
@media print, screen and (max-width: 768px) {
  .station-section .hyphen {
    display: flex;
    align-items: center;
    writing-mode: vertical-rl;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .station-name {
    width: calc(50% - 20px);
  }
}

/* -------------------------
  Table
------------------------- */
.basic-table {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
}
.basic-table tr {
  border-bottom: 1px solid #ccc;
}
.basic-table .basic-table-ttl {
  border-bottom: 1px solid #ccc;
}
.basic-table th {
  background-color: #f2f2f2;
  border-right: 1px solid #ccc;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}
.basic-table td {
  padding: 10px 15px;
  vertical-align: middle;
}

/* -------------------------
  List
------------------------- */
/* list - Unordered list */
.list-style li {
  margin-left: 1.5em;
  list-style-type: disc;
  margin-bottom: 8px;
}

/* list - Ordered List */
.list-order li {
  margin-left: 1.5em;
  list-style-type: decimal;
  margin-bottom: 18px;
}

/* list - Border List */
.list-border li + li {
  margin-top: 10px;
}

/* table list*/
.table-list th {
  color: #808080;
  font-weight: 500;
  padding: 3px 10px 3px 0;
}
.table-list td {
  padding: 3px 0 3px 10px;
}

/* -------------------------
  Form
------------------------- */
.step {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 50px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .step {
    padding: 0 50px;
  }
}
.step-list {
  color: #808080;
  font-size: 12px;
  position: relative;
  width: calc(25% + 60px);
}
@media print, screen and (max-width: 768px) {
  .step-list {
    width: calc(25% + 40px);
  }
}
.step-list::after {
  content: "";
  display: block;
  background-color: #a5a9b5;
  border-radius: 999px;
  height: 2px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  left: 70px;
  width: calc(100% - 70px);
}
@media print, screen and (max-width: 768px) {
  .step-list::after {
    left: 60px;
    width: calc(100% - 50px);
  }
}
.step-list:last-child {
  width: 70px;
}
.step-list:last-child::after {
  display: none;
}
.step-list-inr {
  display: inline-block;
  width: 70px;
  text-align: center;
}
.step-list .num {
  background-color: #d3d7e0;
  border: 3px solid transparent;
  border-radius: 999px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 400;
  height: 50px;
  margin: 0 auto 5px;
  padding: 0 0 2px;
  width: 50px;
}
@media print, screen and (max-width: 768px) {
  .step-list .num {
    font-size: 18px;
    height: 40px;
    margin: 0 auto 5px;
    padding: 0;
    width: 40px;
  }
}
.step-list.current {
  color: #222;
}
.step-list.current .num {
  background-color: #fff;
  border: 3px solid #3eadf0;
  box-shadow: 0 0 8px rgba(62, 173, 240, 0.7);
  color: #3eadf0;
  font-weight: 700;
}
.step-list.completed {
  color: #ccc;
}
.step-list.completed::after {
  background-color: #3eadf0;
}
.step-list.completed .num {
  background-color: #3eadf0;
  color: #fff;
  font-weight: 500;
}

/* .dl-description */
.form-item {
  margin-top: 30px;
}
.form-item .label {
  margin-right: 0;
  margin-left: 10px;
  min-width: 40px;
  padding: 1px 5px;
}

.form-field {
  margin-bottom: 30px;
}

.form-field .error.form-input {
  background-color: #ffeaea;
  border: 2px solid #ff4b3c;
  border-radius: 10px;
}

.form-field .error.form-input2 {
  background-color: #ffeaea;
  border: 2px solid #ff4b3c;
  border-radius: 10px;
}

.conf-output,
.conf-output-item {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 400;
}
.conf-output + .conf-output, .conf-output + .conf-output-item,
.conf-output-item + .conf-output,
.conf-output-item + .conf-output-item {
  margin-bottom: 0;
}

.form-input,
.form-input2,
.form-input-border {
  background-color: #fff;
  border-radius: 10px;
  font-size: 16px;
  padding: 12px 15px;
  width: 100%;
}
.form-input.input-disable,
.form-input2.input-disable,
.form-input-border.input-disable {
  background-color: #fff;
  border: 1px solid #b4b4b4;
}

.conf-clm {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
}
.conf-clm .conf-item {
  line-height: 1.9;
  margin: 0;
  padding-top: 15px;
  width: 100px;
}
@media print, screen and (min-width: 769px) {
  .conf-clm .conf-item {
    width: 150px;
  }
}
.conf-clm .conf-output-item {
  padding-top: 15px;
  padding-left: 20px;
  width: calc(100% - 100px);
}
@media print, screen and (min-width: 769px) {
  .conf-clm .conf-output-item {
    width: calc(100% - 150px);
  }
}
.conf-clm .conf-ttl-item {
  width: 100%;
}

input type[text]:disabled {
  -webkit-text-fill-color: #5d5d5d !important;
  color: #5d5d5d !important;
  display: inline-block !important;
  opacity: 1 !important;
}

.form-input,
.form-input2:focus {
  outline-offset: 0;
}

.form-textArea {
  background-color: #fff;
  border-radius: 10px;
  height: 200px;
  padding: 15px 20px;
  width: 100%;
}

.form-field .error.form-textArea {
  background-color: #ffeaea;
  border: 2px solid #ff4b3c;
  border-radius: 10px;
}

.form-textArea:focus {
  outline: 2px solid #2965b0;
  outline-offset: 0;
}

select::-ms-expand {
  display: none;
}

.input-list.list-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px;
}
.input-list.list-inline li {
  padding: 0 5px;
  width: 50%;
}
@media print, screen and (max-width: 768px) {
  .input-list.list-inline.sp1clm li {
    width: 100%;
  }
}

/* placeholder */
textarea:-moz-placeholder-shown, input:-moz-placeholder-shown {
  color: #222;
}
textarea:placeholder-shown,
input:placeholder-shown {
  color: #222;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #d5d5d5;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #d5d5d5;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #d5d5d5;
}

.form-select,
.test-select2 {
  background-color: #fff;
  background-image: url(../img/form-select-arrow.png);
  background-position: top 8px right 8px;
  background-repeat: no-repeat;
  background-size: 29px 29px;
  border: 1px solid #707070;
  border-radius: 999px;
  font-size: 16px;
  padding: 10px 37px 10px 20px;
}
.form-select:focus,
.test-select2:focus {
  outline: none;
}
.form-select.error,
.test-select2.error {
  background-color: #fde4e4;
  border-radius: 999px;
  border: 2px solid #ff4b3c;
}

.checkbox input[type=checkbox] + label.error{
  background-color : #fde4e4 !important;
  border: 2px solid #ff4b3c !important;
}

.radio input[type=radio] + label.error{
  background-color : #fde4e4 !important;
  border: 2px solid #ff4b3c !important;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

.radio,
.checkbox {
  margin: 0 -5px -10px;
}
.radio li,
.checkbox li {
  padding: 0 5px 10px;
}
.radio.list-inline,
.checkbox.list-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.radio.list-inline li,
.checkbox.list-inline li {
  width: 50%;
}
.radio.list-inline li.wide,
.checkbox.list-inline li.wide {
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .radio.list-inline.sp1clm,
.checkbox.list-inline.sp1clm {
    margin: 0 0 -10px;
  }
  .radio.list-inline.sp1clm li,
.checkbox.list-inline.sp1clm li {
    padding: 0 0 10px;
    width: 100%;
  }
}

.radio label,
.checkbox label {
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 15px 10px 15px 50px;
  position: relative;
  width: 100%;
  vertical-align: middle;
}

.radio.radio-button label,
.checkbox.checkbox-button label {
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: relative;
  padding: 15px 10px 15px 50px;
  width: 100%;
  vertical-align: middle;
}

.radio.radio-button.input-disable label,
.checkbox.checkbox-button.input-disable label {
  border: 1px solid #ccc;
}

.radio label::before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 999px;
  border: 1px solid #ccc;
  height: 20px;
  margin-top: -10px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
}

.radio label::after {
  content: "";
  display: block;
  border-radius: 999px;
  background-color: #2965B0;
  height: 12px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 12px;
}

.checkbox label::before {
  content: "";
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 20px;
  margin-top: -10px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
}

.checkbox label::after {
  content: "";
  display: block;
  border-right: 3px solid #3eadf0;
  border-bottom: 3px solid #3eadf0;
  height: 12px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 27px;
  transform: rotate(45deg);
  width: 6px;
}

.checkbox input[type=checkbox]:checked + label {
  background-color: #e8f7ff;
}

.radio input[type=radio]:checked + label,
.checkbox input[type=checkbox]:checked + label {
  background-color: #e8f7ff;
  border: 1px solid #3eadf0;
}

.radio input[type=radio]:checked + label:after,
.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* Inline frame */
.inlineFrame {
  background-color: #fff;
  border-radius: 10px;
  height: 170px;
  margin-bottom: 30px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .inlineFrame {
    height: 300px;
  }
}

.inlineFrame-inr {
  color: #5d5d5d;
  height: 100%;
  overflow-y: scroll;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.inlineFrame::-webkit-scrollbar {
  width: 10px;
  background: #eee;
}

.inlineFrame::-webkit-scrollbar-thumb {
  background: #aeafb4;
  border-radius: 8px;
}

.inlineFrame::-webkit-scrollbar-thumb:horizontal {
  display: none;
}

.inlineFrame::-webkit-scrollbar-track-piece:start {
  box-shadow: #aeafb4 0px 0px 1px 0px inset;
}

.inlineFrame::-webkit-scrollbar-track-piece:end {
  box-shadow: #aeafb4 0px 0px 1px 0px inset;
}

.inlineFrame::-webkit-scrollbar-corner {
  background: transparent;
}

/* .postal-code-box */
@media print, screen and (min-width: 769px) {
  .postal-code-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.postal-code-box .row {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 768px) {
  .postal-code-box .row {
    margin-bottom: 15px;
  }
}
.postal-code-box .row .col-1,
.postal-code-box .row .col-3 {
  float: none;
  margin-bottom: 0;
}
.postal-code-box .row .col-1 {
  width: 40px;
}
.postal-code-box .row .col-3 {
  width: 90px;
}
.postal-code-box button + div {
  width: 100%;
}

.postal-code-area {
  width: 100%;
}

.addressSelect {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 15px;
  padding: 15px;
}

.addressblock {
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 15px;
}
.addressblock .address {
  line-height: 1.3;
  width: calc(100% - 80px);
}
.addressblock .input {
  width: 70px;
}
.addressblock .input button {
  background-color: #a5a9b5;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 0 5px 2px 5px;
  width: 100%;
}

/* Button box */
.buttonSet {
  margin-top: 30px;
}

.buttonSet li {
  margin-top: 20px;
}

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

/* -------------------------
  Box
------------------------- */
.box {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.box > p:first-child {
  margin-top: 0;
}

.box > p:last-child {
  margin-bottom: 0;
}

/* box */
.box-check {
  background-color: #fff;
  border: 1px solid #ff4b3c;
  border-radius: 10px;
  font-size: 12px;
}

.check-title {
  color: #ff4b3c;
  font-size: 14px;
  margin-bottom: 10px;
}

.box-confirmation {
  background-color: #e8e8ea;
  border: 1px solid #ccc;
  border-radius: 10px;
/*   font-weight: 700; */
  padding: 20px;
  text-align: center;
}

.box-attention {
  background-color: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px;
}
.box-attention p {
  font-size: 12px;
}

.box-output {
  background-color: #d3e2eb;
  border: 0;
  border-radius: 0;
  color: #5d5d5d;
}
.box-output input[type=text] {
  width: 100%;
}

.box-icon-mail {
  margin: 0;
  padding-left: 50px;
  position: relative;
}
.box-icon-mail::before {
  content: "";
  display: block;
  background-image: url("../img/mail.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  height: 15px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
}

/* Error */
.box-error {
  background-color: #ff4b3c;
  border: none;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 3px;
}

.error-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px 10px 55px;
  position: relative;
}

.error-title::before {
  content: "";
  display: block;
  background-image: url("../img/ico_attention_w.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -11px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 22px;
}

.error-list {
  padding: 20px;
  color: #ff4b3c;
  background-color: #fff;
}

.error-list li {
  font-size: 12px;
  margin-bottom: 5px;
  padding-left: 14px;
  position: relative;
}

.error-list li::before {
  content: "";
  display: block;
  background-color: #ff4b3c;
  border-radius: 999px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
}

.error-list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 568px) {
  .error-list {
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* -------------------------
  Accordion
------------------------- */
.accordion-heading {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  padding: 20px;
  box-shadow: none;
  color: #404040;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 20px 55px 20px 20px;
  position: relative;
  cursor: pointer;
}
.accordion-heading::after {
  content: "";
  display: block;
  background-image: url("../img/ico_arrow_g.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(-90deg);
  width: 20px;
}
.accordion-heading.open {
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.accordion-heading.open::after {
  display: none;
}
.accordion-heading.arrow-remain.open::after {
  display: block;
  transform: rotate(90deg);
}

.accordion-body {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  display: none;
  margin-bottom: 20px;
  padding: 20px;
}
.accordion-body > .crosshead {
  margin: 0 0 10px;
}
.accordion-body .separate {
  margin: 30px 0;
}

.accordion-close {
  display: block;
  cursor: pointer;
  margin-top: 20px;
  text-align: center;
}
.accordion-close span {
  background-color: #a5a9b5;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  padding: 2px 15px;
}
.accordion-close span::after {
  content: "";
  display: block;
  background-image: url("../img/arrow_w.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 14px;
  margin-left: 5px;
  transform: rotate(180deg);
  width: 14px;
}
.accordion-close.en span::after {
  display: none;
}

/* Return top
------------------------- */
.returnTop {
  text-align: right;
}

.returnTop a {
  display: block;
  position: fixed;
  right: 5px;
  bottom: 43px;
  z-index: 100;
  opacity: 0;
  transition: opacity 1s;
}

.returnTop a.in {
  opacity: 1;
}

.returnTop a.out {
  opacity: 0;
}

.returnTop img {
  width: 36px;
}

/* -------------------------
  Break
------------------------- */
.pc-only {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

/* -------------------------
screen reader
------------------------- */
/* screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*UCARO SystemTeam Edit --START--*/
DIV.t-checklist-row label {
  text-align: left;
}

/*UCARO SystemTeam Edit ---END---*/
/* -------------------------
  include menu
------------------------- */
/* ------------------------------
 環境別のヘッダ設定（stg：保守環境/verify：受入環境/demo：デモ環境)
------------------------------ */
header.stg {
  background: #E8D254 !important;
}

header.verify {
  background: #E9546B !important;
}

header.demo {
  background: #546AE8 !important;
}

/* -------------------------
	colorbox
------------------------- */
#colorbox html {
  overflow-y: auto;
}

#cboxContent {
  background: #fff;
  border-radius: 15px;
}

#cboxLoadedContent {
  padding: 0;
}

.cboxIframe {
  background: #fff;
  border-radius: 15px;
}

#cboxOverlay {
  background-color: #000;
}

#cboxClose {
  background: none;
  background-size: 0;
  border: 0;
  color: #222;
  font-size: 10px;
  height: 26px;
  margin: 0;
  padding: 10px 0 0;
  overflow: visible;
  position: absolute;
  top: 15px;
  right: 10px;
  bottom: auto;
  left: auto;
  text-indent: 0;
  width: 35px;
  z-index: 100;
}
#cboxClose::before {
  content: "";
  display: block;
  background-color: #222;
  height: 2px;
  margin-left: -10px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
}

/* -------------------------
	Modal module
------------------------- */
.noscroll,
.noscroll body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.modal {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow: auto;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}
.modalInner {
  height: 100%;
  position: relative;
  z-index: 1100;
}
.modalBodyWrap {
  border-radius: 15px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 769px) {
  .modalBodyWrap {
    max-width: 500px;
    width: 100%;
  }
}
.modal .modalBody {
  background-color: #fff;
  border-radius: 15px;
  max-height: 100%;
  opacity: 0;
  position: relative;
  padding: 30px 20px;
  transition: opacity 0.7s ease-in-out;
  z-index: 2000;
}
.modal .modalBody iframe {
  height: 267px !important;
  margin: 0 auto;
  width: 400px !important;
}
@media print, screen and (max-width: 768px) {
  .modal .modalBody iframe {
    height: 133px !important;
    width: 200px !important;
  }
}
.modal-title.error-title {
  background-color: #ff4b3c;
  border-radius: 5px;
  color: #fff;
}
.modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#55ffffff,EndColorStr=#55ffffff);
}
.modal.open {
  display: block;
}
.modal.in .modalBody {
  opacity: 1;
  transition: opacity 0.7s ease-in-out;
}
.modal.modal1 .modalClose {
  background-color: #fff;
  color: #222;
  cursor: pointer;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  z-index: 100;
}
.modal.modal1 .modalClose::before {
  content: "";
  display: block;
  background-color: #000;
  height: 2px;
  margin-left: -10px;
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
}
.modal.modal1 .modalClose .icon {
  background-image: none !important;
  background-color: #fff;
  color: #222;
  display: block;
  font-size: 10px;
  padding-top: 20px;
  position: absolute;
  top: 0;
  right: -3px;
  text-align: center;
  width: 35px;
  z-index: -1;
}
.modal-wrap p,
.modal-wrap li {
  color: #5d5d5d;
  margin-top: 1em;
}
.modal-wrap p:first-child,
.modal-wrap li:first-child {
  margin-top: 0;
}
.modal-wrap header {
  border-bottom: 1px solid #d0d0d0;
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 40px 10px 0;
}
.modal .minchalleLogoModal {
  padding: 0;
  font-size: 14px;
}
.modal.modal2 .modal-title {
  margin-left: -4px;
  margin-right: -4px;
}
.modal.modal2 .buttonSet {
  margin: 20px 0 0;
}
.modal.modal2 .modalClose {
  display: none;
}
.modal.modal1.modal3 .modalInner {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  display: table;
}
@media print, screen and (max-width: 768px) {
  .modal.modal1.modal3 .modalInner {
    max-width: 400px;
  }
}
.modal.modal1.modal3 .modalBodyWrap {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 14px 0;
  border-radius: 15px;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: unset;
}
.modal.modal1.modal3 .modalOverlay {
  background: rgba(0, 0, 0, 0.8);
}
.modal.modal1.modal3 .addressSelect {
  padding: 10px;
}
.modal.modal1.modal3 .addressSelect_inner {
  padding-bottom: 1px;
  background-color: #fff;
  font-size: 16px;
}
.modal.modal1.modal3 .addressSelect_inner p {
  margin: 0;
}
.modal.modal1.modal3 .input button {
  background-color: #6ccebc;
  color: #fff;
  font-size: 14px;
  padding: 2px 5px;
}
@media print, screen and (max-width: 768px) {
  .modal.modal1.modal3 .input button {
    font-size: 12px;
  }
}
.modal.modal1.modal3 .postcode {
  border-bottom: 1px solid #ddd;
  color: #a5a9b5;
  font-size: 16px;
  padding: 0 10px 15px;
}
.modal.modal1.modal3 .addressSelect {
  border: none;
  padding: 0;
}
.modal.modal1.modal3 .addressblock {
  border-top: none;
  border-bottom: 1px solid #ddd;
  padding: 15px 10px;
  margin: 0;
}
.modal.modal1.modal3 .addressblock:last-child {
  border-bottom: none;
}
@media print, screen and (max-width: 768px) {
  .modal.modal1.modal3 .address {
    font-size: 15px;
  }
}

.blank {
  position: relative;
}
.blank::after {
  background-image: url("../img/blank_g.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 16px;
}

.blankPass {
  position: relative;
}
.blankPass::after {
  background-image: url("../img/blank_g.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 16px;
  position: initial;
  box-shadow: none;
  border-radius: initial;
  background-color: initial;
}

.img-center img {
  margin: 0 auto;
}

.btn.btn-reverse.is-disabled a {
  opacity: 0.5;
  pointer-events: none; }

.incMsg a {
  color: #6ccebc;
  text-decoration: underline;
}
.incMsg div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, address, em, font, img, strong, sub, sup, tt, b, u, i, center, ul, ol, li, dl, dt, dd, fieldset, form, label, legend, input, table, caption, tbody, tfoot, thead, tr, th, td {
font-size: 100%;
}
.inlineFrame-inr a {
  color: #6ccebc;
  text-decoration: underline;
}
.inlineFrame-inr p {
  margin: 14px 0;
}
.inlineFrame-inr > p:first-child {
  margin-top: 0;
}
.inlineFrame-inr > p:last-child {
  margin-bottom: 0;
}
.policyText p {
  margin: 14px 0;
}
.policyText a {
  color: #6ccebc;
  text-decoration: underline;
}
.box-output input[type=text]{
   width: 100%;
}
.box-confirmation a {
  color: #6ccebc;
  text-decoration: underline;
}
.box-confirmation p {
  margin: 14px 0;
}
.box-confirmation > p:first-child {
  margin-top: 0;
}
.box-confirmation > p:last-child {
  margin-bottom: 0;
}
.form-select-noimg {
  background-image: none;
  border-radius: 10px;
  border: 1px solid #b4b4b4;
}
/*# sourceMappingURL=common.css.map */