@charset "UTF-8";
body {
  background-color: #ffffff;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  transition: 0.2s;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  background-color: #162A87;
  color: #ffffff;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

* {
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
  /*"游ゴシック体", YuGothic;*/
  color: #333333;
  margin: 0;
}

a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #80BBE5;
  text-decoration: none;
  cursor: pointer;
}

h1 {
  font-size: 28px;
  color: #162A87;
}

button {
  color: #ffffff;
  font-size: 18px;
}

p {
  font-size: 16px;
  color: #333333;
}

header {
  width: 100%;
  height: 80px;
  background-color: #162A87;
  z-index: 8000;
}

@media (max-width: 768px) {
  header {
    height: 60px;
  }
}

@media (max-width: 480px) {
  header {
    height: 60px;
  }
  .drawer-menu-item:hover {
    color: #ffffff;
  }
}

header p {
  font-size: 18px;
  color: white;
}

main {
  text-align: center;
}

h1 {
  margin: 0;
  margin-top: 0;
}

h2 {
  text-align: left;
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 23px;
}

h3 {
  font-weight: bold;
}

label span {
  font-size: 0.5em;
  margin-left: 5px;
  color: #F0886F;
}

header img {
  width: 200px;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #162A87;
  margin: 5em 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
textarea {
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  max-width: 100%;
  width: 100%;
  transition: 0.5s;
  border-radius: 0;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #707070;
}

textarea{
  padding: 12px 15px !important;
}

.container__login input[type="text"], .container__login input[type="password"], textarea {
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  max-width: 100%;
  width: 100%;
  transition: 0.5s;
  border-radius: 0;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #707070;
}

input[type="text"]:focus,
textarea:focus {
  background: #e9f5fb;
}

body {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

nav ul {
  display: flex;
}

nav li {
  margin-right: 15px;
}

@media (max-width: 480px) {
  nav li nav li {
    margin-right: 0px;
  }
}

nav ul li a {
  color: #ffffff;
}

article {
  margin-bottom: 4em;
}

article:last-child {
  margin-bottom: 9em;
}

@media (max-width: 480px) {
  article:last-child {
    margin-bottom: 0em;
  }
}

.wrapper {
  margin: 0 auto;
}

.wrapper_main {
  background-color: #ffffff;
  width: 100%;
}

@media (max-width: 1024px) {
  .pc_only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.mb_only {
  display: none !important;
}

@media (max-width: 768px) {
  .mb_only {
    display: block !important;
  }

  .drawer-menu-item:hover {
    color: #ffffff;
  }
}

header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
}

header a {
  color: #fff;
}

@media (max-width: 768px) {
  header > a {
    display: none;
  }
}

@media (max-width: 768px) {
  header > a.logo_dummy {
    display: block;
  }
}

header img {
  max-width: 200px;
}

.logo_dummy {
  padding: 15px 20px;
  display: inline-block;
}

.logo_dummy img {
  max-width: 200px;
  vertical-align: middle;
}

.logo{
  padding: 15px 20px;
  display: inline-block;
}

.logo img {
  max-width: 200px;
  vertical-align: middle;
}

header nav {
  margin-left: auto;
}

nav ul {
  display: flex;
}

@media (max-width: 768px) {
  nav ul {
    display: block;
  }
}

nav ul li a {
  color: #ffffff;
}

nav.hover_menu {
  margin-right: 20px;
}

@media (max-width: 768px) {
  nav.hover_menu {
    display: none;
  }
}

.drawer-hamburger {
  display: none !important;
}

@media (max-width: 768px) {
  .drawer-hamburger {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .drawer--right.drawer-open .drawer-hamburger {
    padding: 28px 1rem 30px;
    display: block;
    background-color: #152578;
  }
}

@media (max-width: 768px) {
  .drawer-menu-item {
    font-size: 1rem !important;
    display: block !important;
    padding: 1.3rem 2rem !important;
    text-decoration: none !important;
    color: #fff !important;
    width: 170px;
    margin: 0 auto;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    text-align: center;
  }

  .drawer-nav {
    background: #152578 !important;
  }

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

.drawer-hamburger-icon {
  background-color: #fff !important;
}

.drawer-hamburger-icon::before {
  background-color: #fff !important;
}

.drawer-hamburger-icon::after {
  background-color: #fff !important;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}

footer {
  width: 100%;
  display: flex;
  align-items: center;
  background: #162A87;
  height: 40px;
  padding: 15px;
  box-sizing:border-box;
  bottom: 0;
  z-index: 8500;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 768px) {
  footer {
    height: 30px;
    padding: 0;
    position: fixed;
    bottom: 0;
  }
}

footer nav {
  background-color: #162A87;
  font-size: 12px;
}

@media (max-width: 768px) {
  footer nav {
    display: none;
  }
}

#footer .copyright {
  font-size: 12px;
  color: #eee;
  margin-right: 2.5em;
}

@media (max-width: 768px) {
  .copyright {
    display: block;
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}

footer nav a {
  font-size: 14px;
}

@media (max-width: 1024px) {
  footer nav a {
    font-size: 13px;
  }
}

.container_loginother {
  width: 90%;
  margin: 15px auto;
  display: flex;
  justify-content: space-around;
}

@media (max-width: 768px) {
  .container_loginother {
    font-size: 24px;
  }
}

.attention_info {
  max-width: 760px;
  background-color: #EBEFFF;
  border-radius: 2em;
  text-align: center;
  padding: 30px 30px 15px;
  border: 1px solid #162A87;
}

.container__error {
  margin-top: 10em;
}

.inner__error {
  text-align: center;
}

.inner__error article {
  margin: 30px;
}

.error h1 {
  font-family: 'Sawarabi Mincho', sans-serif !important;
}

@media (max-width: 768px) {
  .error h1 {
    font-size: 26px;
  }
}

.inner__error h2 {
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif !important;
}

@media (max-width: 1024px) {
  .inner__error h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .inner__error h2 {
    font-size: 18px;
  }
}

.inner__error a {
  color: #162A87;
}

.inner__error ul {
  text-align: center;
}

.attention_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.attention_info h2 {
  text-align: center;
  color: #162A87;
}

.attention_info ul {
  margin: 1em 4em 0.5em 4em;
  line-height: 1.8em;
}

@media (max-width: 1024px) {
  .attention_info ul {
    margin: 1em 4em 2.5em 4em;
  }
}

@media (max-width: 1024px) {
  .attention_info ul {
    margin: 1em 2em 2em 2em;
  }
}

@media (max-width: 768px) {
  .attention_info ul {
    margin: 1em 0.5em 1em 0.5em;
  }
}

.attention_info li {
  color: #162A87;
  text-align: left;
}

.inner__error button {
  border: 1px solid #162A87;
  width: 150px;
}

.attention_info_buttonn div {
  max-width: 500px;
  border: 1px solid #162A87;
  border-radius: 1em;
}

.box_error {
  margin: 3em 2em 1em 2em;
  text-align: center;
}

@media (max-width: 768px) {
  .box_error img {
    width: 85%;
  }
}

.box_error_problem {
  margin: 3em auto 3em;
  max-width: 480px;
}

.box_error_problem ul {
  line-height: 1.8em;
}

.box_error_problem li {
  text-align: left;
  color: #363636;
}

.sidenav h2 {
  font-size: 28px;
}

.box__sidenav {
  max-width: 280px;
  margin-right: 60px;
  min-width: 230px;
}

@media (max-width: 1024px) {
  .box__sidenav {
    max-width: 100%;
    margin: 0 auto;
  }
}

.sidenav__btnbox {
  margin: 0 auto;
  margin-bottom: 2em;
}

@media (max-width: 1024px) {
  .sidenav__btnbox {
    display: flex;
    margin-bottom: 0.5em;
  }
}

@media (max-width: 768px) {
  .sidenav__btnbox {
    display: block;
    margin-bottom: 0.5em;
  }
}

.sidenav__btnbox button {
  width: 100%;
  text-align: center;
  margin: 5px;
  margin-bottom: 20px;
  height: 60px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .sidenav__btnbox button {
    height: 40px;
    font-size: 14px;
  }
}

.sidenav__btnbox button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #80BBE5;
}

.sidenav__btnbox button a:hover {
  text-decoration: none;
}

.sidenav__infobox {
  border: solid 1px #162A87;
  margin-bottom: 2em;
}

@media (max-width: 1024px) {
  .sidenav__infobox {
    display: none;
  }
}

.sidenav__infobox a {
  color: #162A87;
}

.sidenav__infobox h2 {
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
  background-color: #162A87;
  color: #ffffff;
}

.sidenav__infobox-inner {
  margin: 1em;
}

.sidenav__infobox-inner p {
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 14px;
}

.sidenav__infobox-inner div {
  height: 80px;
}

.sidenav__paymentbox {
  background-color: #162A87;
  border: solid 1px #162A87;
  border-radius: 2em;
  color: #ffffff;
  text-align: center;
  height: auto;
  min-height:200px;
  padding: 0 10px;
  margin-bottom: 32px;
}

@media (max-width: 1024px) {
  .sidenav__paymentbox {
    display: none;
  }
}

.sidenav__paymentbox h2 {
  margin-top: 25px;
  text-align: center;
  color: #ffffff;
}

.sidenav__paymentbox p {
  color: #ffffff;
  text-align: center;
  margin: 10px auto;
  word-break: break-all;
}

.sidenav__paymentbox a {
  color: #ffffff;
  text-align: center;
}

.sidenav__paymentbox button {
  background-color: #ffffff;
  color: #162A87;
  border-radius: 0.5em;
  text-align: center;
  width: 80%;
  height: 40px;
}

.sidenav__paymentbox button a {
  color: #162A87;
}

.sidenav__paymentbox button:hover {
  background-color: #80BBE5;
  text-decoration: none;
}

.sidenav__paymentbox button a:hover {
  color: #162A87;
  text-decoration: none;
}

.sidenav__paymentbox p:nth-child(2) {
  font-size: 14px;
  counter-reset: #ffffff;
}

.sidenav__paymentbox .repayment {
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1.2em;
}

.sidenav__paymentbox .repayment_attention {
  font-size: 10px;
  margin-top: 0;
  margin-bottom: 30px;
}

.sidenav__bannerbox .sponsored-link {
  text-align: center;
}

.sidenav__bannerbox img {
  width: 100%;
}

@media (max-width: 1024px) {
  .sidenav__bannerbox {
    display: none;
  }
}

.sidenav label {
  background-color: #F0886F;
  border-radius: 0.5em;
  color: #ffffff;
  font-size: 12px;
  padding: 0.5em;
}

.sidenav .label_error label {
  background-color: #F0886F;
}

.sidenav .label_success label {
  background-color: #80BBE5;
}

.sidenav .label_info label {
  background-color: #6FF0A8;
}

.app_status_area {
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .app_status_area {
    display: none;
  }
}

.app_status_area img {
  width: 300px;
}

.inner__mypage {
  display: flex;
}

.inner__mypage th {
  font-weight: bold;
}

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

@media (max-width: 768px) {
  .inner__mypage {
    margin-top: 2em;
  }
}

.maypage {
  background-color: #ffffff;
  padding-bottom: 1em;
  padding-top: 1em !important;
}

.mypage h1 {
  text-align: center;
}

.mypage_box {
  width: 960px;
  margin-top: 3em;
}

@media (max-width: 1024px) {
  .mypage_box {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .mypage_box {
    margin-top: 0.5em;
  }
}

.mypage_box h2 {
  color: #162A87;
  border-bottom: 1px solid #162A87;
  margin-bottom: 40px;
  text-align: left;
}

.payment main {
  margin-bottom: 100px;
}

.payment_docus {
  margin-bottom: 40px;
}

.payment_docus h2 {
  color: #162A87;
  border-bottom: 1px solid #162A87;
  margin-bottom: 40px;
  margin-top: 40px;
}

.payment_docus ul {
  display: flex;
}

.payment_docus ul li {
  margin-right: 5px;
}

.payment_docus ul li:last-child {
  margin-left: 0;
}

.payment_docus__are h2 {
  margin-top: 80px;
}

.payment_docus__area table tr:nth-child(even) {
  background-color: #FFF;
}

.payment_docus__area table td, .payment_docus__area table th {
  border-left: 1px solid #EBEFFF;
  border-bottom: 1px solid #EBEFFF;
}

@media (max-width: 768px) {
  .payment_docus__area {
    overflow: scroll;
  }
}

@media (max-width: 768px) {
  .payment_docus__area table {
    width: 100%;
  }
}

.payment_docus_contract{
  text-align:right;
  font-size:0.9em;
  margin-top:15px;
}

.payment_docus_contract a{
  color:#162A87;
  font-weight: bold;
  text-decoration: underline;
}

.company_container {
  display: flex;
  align-items: center;
  margin-bottom: 4em;
}

@media (max-width: 768px) {
  .company_container {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.5em;
  }
}

@media (max-width: 768px) {
  .company_container button {
    width: 300px;
    margin-top: 10px;
  }
}

.company_name {
  width: 700px;
}

@media (max-width: 1024px) {
  .company_name {
    width: 80%;
  }
}

@media (max-width: 1024px) {
  .company_name {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .company_name {
    width: 80%;
  }
}

.company_name p {
  color: #ffffff;
  margin: 0;
  padding: 20px 0 20px;
}

.payment__status {
  width: 150px;
  background-color: #EBEFFF;
}

@media (max-width: 1024px) {
  .payment__status {
    width: 20%;
  }
}

.payment__status_complete {
  width: 150px;
  background-color: #80BBE5;
}

@media (max-width: 1024px) {
  .payment__status_complete {
    width: 20%;
  }
}

.payment__status_cancel {
  width: 150px;
  background-color: #333333;
}

@media (max-width: 1024px) {
  .payment__status_cancel {
    width: 30%;
  }
}

@media (max-width: 1024px) {
  .payment__status_cancel {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .payment__status_cancel {
    width: 30%;
  }
}

.payment__status_incomplete {
  width: 150px;
  background-color: #F0886F;
  color: #ffffff;
}

.payment__status p {
  color: #162A87;
  margin: 0;
  padding: 20px 0 20px;
}

.payment__status_cancel p {
  color: #ffffff;
}

.payment__status_complete p {
  color: #ffffff;
  margin: 0;
  padding: 20px 0 20px;
}

.payment__status_incomplete p {
  color: #ffffff;
  margin: 0;
  padding: 20px 0 20px;
}

.date_navi {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  top: 30px;
  text-align: center;
}

.date_navi::after {
  content: "";
  clear: both;
  position: relative;
  display: block;
}

.date_navi ul {
  display: inline-block;
}

.date_navi ul li {
  float: left;
  margin: 0 5px;
  color: #999;
}

@media (max-width: 768px) {
  .date_navi ul li {
    font-size: 0.9em;
  }
}

.date_navi ul li:first-child {
  margin-left: 0;
}

.date_navi ul li:last-child {
  margin-right: 0;
}

.date_navi ul li.current, .date_navi ul li.navi_left, .date_navi ul li.navi_right {
  color: #000;
}

.area__accountinfo {
  margin-bottom: 50px;
}

.area__accountinfo tbody {
  box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.2);
}

.area__accountinfo th {
  width: 25%;
}



@media (max-width: 768px) {
  .area__accountinfo th {
    width: 25%;
  }
}

.area__accountinfo tr {
  width: calc(100%/4);
}

.area_claim {
  margin-bottom: 50px;
}

.area_claim th {
  width: calc(100%/3);
}

.area_claim tr {
  width: calc(100%/2);
}

.area_claim03 {
  margin-bottom: 50px;
}

.area_claim03 td {
  background: #EBEFFF;
}

.area_claim03 th {
  width: calc(100%/3);
}

.area_claim03 tr {
  width: calc(100%/3);
}

.area_claim04 {
  margin-bottom: 50px;
}

.area_claim03 table th {
  line-height: 1.0em;
  border-bottom: 1px solid #162A87;
}

.area_claim04 table th {
  line-height: 1.0em;
  border-bottom: 1px solid #162A87;
}

.area_claim04 td {
  background: #EBEFFF;
}

.area_claim04 th {
  width: calc(100%/4);
}

.area_claim04 tr {
  width: calc(100%/4);
}

.area_claim04 span {
  font-size: 10px;
}

.area_usecomment {
  text-align: left;
  border: 1px solid #d8d8d8;
}

.area_usecomment p {
  margin: 20px;
}

.payment_data th {
  width: calc(80%/4);
}

.payment_data td {
  width: calc(80%/4);
}

.contact .app_accountname input[type="text"], textarea {
  border-right: 1px solid #707070;
}

.app .company_name {
  background-color: #162A87;
}

.app_box {
  width: 100%;
  text-align: left;
  margin-bottom: 10em;
}

.app_box h1 {
  text-align: center;
  margin-bottom: 40px;
}

.app_box h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.app_box h5 {
  text-align: left;
  font-size: 24px;
  color: #000;
}

.app_area_ok {
  opacity: 0.2;
}

.app_area h5 {
  text-align: left;
  font-size: 24px;
  color: #000;
}

.app_box p {
  text-align: left;
}

.app_box span {
  font-size: 0.5em;
  margin-left: 5px;
  color: #F0886F;
}

.app_area {
  margin: 2em 3em 5em;
}

@media (max-width: 768px) {
  .app_area {
    margin: 2em 0em 3em;
    overflow: hidden;
  }
}

.app_area::after {
  content: "";
  clear: both;
  display: block;
  position: relative;
}

.app_area .part_left {
  width: 50%;
  float: left;
  box-sizing: border-box;
  border-right: none;
}

@media (max-width: 768px) {
  .app_area .part_left {
    margin-bottom: 3em;
  }
}

.app_area .part_right {
  width: 50%;
  float: right;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .app_area .part_left, .app_area .part_right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.app_area .part_left .app_selectbox select {
  width: 250px;
}

.contact .app_area .part_left input[type="text"], textarea {
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 5px;
  padding-right: 0px;
  border-right: none;
}

@media (max-width: 768px) {
  .contact .app_area .part_left input[type="text"], textarea {
    border-right: 1px solid #707070;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}

.contact .app_area .part_right input[type="text"], textarea {
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0px;
}

.form_name .app_area .part_left input[type="text"], textarea {
  padding-right: 0px;
}

.form_name .app_area .part_right input[type="text"], textarea {
  padding-left: 0px;
}

.app_upload_area_wrapper {
  width: 100%;
  margin: 2em auto 3em;
  background-color: #EBEFFF;
  border-radius: 15px;
  padding: 2em 3em;
  box-sizing: border-box;
  border: 1px #162A87 solid;
}

@media (max-width: 768px) {
  .app_upload_area_wrapper {
    padding: 1.2em 1em;
    margin: 0em auto 3em;
  }
}

.app_upload_area_wrapper a {
  color: #162A87;
  text-decoration: underline;
  cursor: pointer;
}

.app_upload_area {
  width: 100%;
  margin: 1.5em auto 0.5em;
  background-color: #FFF;
  padding: 1.5em 2.5em 2em;
  box-sizing: border-box;
  border: 3px #162A87 dotted;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

@media (max-width: 768px) {
  .app_upload_area {
    padding: 1.5em 1em 1.5em;
  }
}

/*.app_upload_area.wrapper_error {
  width: 100%;
  margin: 2em auto 3em;
  background-color: #FFFCFC;
  border-radius: 15px;
  padding:2em 3em;
  box-sizing: border-box;
  border:1px $alert_error solid;
  @include mb{
    padding:1.2em 1em;
    margin: 0em auto 3em;
  }
}

.app_upload_area.area_error {
  width: 100%;
  margin: 1.5em auto 0.5em;
  background-color:#FFF;
  padding:1.5em 2.5em 2em;
  box-sizing: border-box;
  border:3px #F0886F dotted;
  @include mb{
    padding: 1.5em 1em 1.5em;
  }
}

.app_upload_filetype.area_error{
  background-color:#F0886F;
  width:100%;
  color:#FFF;
  font-weight: bold;
  text-align: center;
  padding:0.3em;
  box-sizing: border-box;
}*/
.admin-message {
  border: 1px solid #F0886F;
  width: 100%;
  margin: -2em auto 1.5em;
  text-align: left;
  border-radius: 1em;
  padding: 10px;
  color: #F0886F;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  word-break : break-all;
}

.admin-message:before {
  content: "修正依頼箇所";
  font-size: 13px;
  color: #fff;
  background: #F0886F;
  position: relative;
  float:left;
  left: -10px;
  top: -10px;
  padding: 2px 10px;
  border-bottom-right-radius: 1em;
}

@media (max-width: 768px) {
  .admin-message {
    border: 1px solid #F0886F;
    width: 100%;
    margin: 0em auto 1.5em;
    text-align: left;
    border-radius: 1em;
    padding: 10px;
    color: #F0886F;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    word-break : break-all;
  }
}

.app_upload_area.grayed {
  border: 3px #999 dotted;
  border-radius: 15px;
}

.app_upload_area p {
  font-weight: bold;
  text-align: center;
  line-height: 2em;
}

.app_upload_area.grayed p {
  font-weight: normal;
}

.app_upload_area input[type=file] {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.app_upload_filetype {
  background-color: #162A87;
  width: 100%;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 0.3em;
  box-sizing: border-box;
}

.app_upload_area_wrapper ul {
  margin: 0 !important;
}

.app_upload_area_wrapper ul:after {
  content: "";
  display: block;
  clear: both;
}

.waitFileList {
  float: left;
  background: #fff;
  border-radius: 2px;
  padding: 2px 10px;
  margin: 10px;
  position: relative;
  border: 1px #162A87 solid;
}

.waitFileList img {
  margin-left: 5px;
  width: 10px;
  vertical-align: baseline;
}

.waitFileList span.cancel {
  position: absolute;
  font-weight: bold;
  color: #162A87;
  left: -7.5px;
  top: -18px;
  font-size: 20px;
  cursor: pointer;
  margin: 0;
}

.waitFileList span.progress {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  margin: 0;
  border: 0;
}

.waitFileList span.progress .ui-progressbar-value {
  background: #162A87;
  border-color: #162A87;
}

.app_box article {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.app_box h2 {
  color: #111111;
  margin-bottom: 60px;
}

.app_box h3 {
  color: #162A87;
  font-size: 18px;
  text-align: center;
}

.app_box h5 {
  font-weight: bold;
  margin-bottom: 25px;
}

.app_box h6 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.app_area_btn {
  text-align: center;
}

.app_area_btn button {
  margin: 15px;
  width: 250px;
}

.app_area_btn p {
  text-align: center;
  margin-bottom: 40px;
}

.app_box ul {
  margin: 2em auto;
}

.app_box li {
  font-size: 14px;
}

.box__sidenav_app {
  width: 200px;
  margin-right: 100px;
}

.box__sidenav_app img {
  width: 230px;
  position: fixed;
  top: 15%;
}

.company_data {
  display: flex;
  margin-bottom: 80px;
  justify-content: center;
}

@media (max-width: 768px) {
  .company_data {
    display: block;
  }
}

.company_data table {
  width: 100%;
}

@media (max-width: 768px) {
  .company_data table {
    width: 68%;
  }
}

@media (max-width: 768px) {
  .company_data table {
    width: 100%;
  }
}

.company_data div {
  margin: auto 0 auto 15px;
  width: auto;
}

@media (max-width: 768px) {
  .company_data div {
    margin: 2em 0;
    width: auto;
  }
}

.company_data button {
  width: 98%;
  font-weight: bold;
  line-height: 1.2em;
  min-width: 210px;
}

@media (max-width: 768px) {
  .company_data button {
    width: 250px;
  }
}

.company_data th {
  width: 25%;
}

@media (max-width: 768px) {
  .company_data th {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .company_data table td {
    font-size: 10px;
  }
}

.column2 {
  display: flex;
}

.column2_content {
  flex: 1;
}

.column2_left {
  width: 50%;
}

@media (max-width: 768px) {
  .column2_left {
    width: 50%;
    border-radius: 5px 0 0 5px;
  }
}

.column2 .column2_left input[type="text"], textarea {
  border-radius: 5px 0 0 5px;
  border-right: none;
}

.column2_content input[type="text"], textarea {
  border-radius: 0 5px 5px 0;
}

.app_accountname input[type="text"], textarea {
  border-radius: 5px 0 0 5px;
  border-right: none;
}

@media (max-width: 768px) {
  .app_accountname input[type="text"], textarea {
    border-radius: 5px;
    border-right: 1px solid #707070;
  }
}

.account_area .part_right input[type="text"], textarea {
  border-radius: 0 5px 5px 0;
}

@media (max-width: 768px) {
  .account_area .part_right input[type="text"], textarea {
    border-radius: 5px;
  }
}

.app_area .charge {
  display: flex;
}

.charge_box {
  display: flex;
}

.charge_box　p {
  vertical-align: bottom;
}

.situation_box {
  display: flex;
  flex-wrap: wrap;
}

.situation_box .item {
  width: 15%;
}

.situation_box .item_large {
  width: 70%;
}

.flex {
  display: flex;
}

@media (max-width: 768px) {
  .situation_box .item {
    width: 50%;
  }
  .situation_box .item_large {
    width: 100%;
  }
}

.company_data .btn_default_docscheck {
  height: 65px;
}

.app_upload_comment p {
  text-align: center;
}

.app_status span {
  font-size: 14px;
}

.app_status a {
  color: #162A87;
}

.mypage_alert {
  margin-bottom: 15px;
  background-color: #80BBE5;
  border-radius: 1em;
  padding: 2px 10px;
  display: inline-block;
  float: right;
}

.mypage_alert p {
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
}

@media (max-width: 768px) {
  .mypage_alert p {
    font-size: 13px;
  }
}

.userprofile h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 25px;
}

.profile-message{
  border: 1px solid #F0886F;
  margin: 1em 2em -2em;
  text-align: center;
  border-radius: 1em;
  padding: 10px;
  color: #F0886F;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.profile-message:before {
  content: "メッセージ";
  font-size: 13px;
  color: #fff;
  background: #F0886F;
  position: relative;
  float:left;
  left: -10px;
  top: -10px;
  padding: 2px 10px;
  border-bottom-right-radius: 1em;
}

.column2 input {
  width: 100%;
}

.medium {
  width: 25%;
}

@media (max-width: 768px) {
  .medium {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .userprofile .container_form {
    margin: 3em 0;
    margin-bottom: 2em;
  }
}

.charge_box　p {
  vertical-align: bottom;
}

.company_data .btn_default_docscheck {
  height: 65px;
}

.app_upload_comment p {
  text-align: center;
}

.app_status span {
  font-size: 14px;
}

.app_status a {
  color: #162A87;
}

.mypage_alert {
  margin-bottom: 15px;
  background-color: #80BBE5;
  border-radius: 1em;
  padding: 2px 10px;
  display: inline-block;
  float: right;
}

.mypage_alert p {
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
}

@media (max-width: 768px) {
  .mypage_alert p {
    font-size: 13px;
  }
}

.userprofile_confirm p {
  padding: 10px;
  border: 1px solid #999999;
  border-radius: 5px;
}

.column2 .column2_left p {
  border-radius: 5px 0 0 5px;
  border-right: none;
}

.column2_content p {
  border-radius: 0 5px 5px 0;
}

.promise_column2 {
  text-align: center;
}

.promise_column2_left {
  flex: 1;
  border: 1px solid #ADADAD;
  border-right: none;
  padding: 10px;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promise_column2_right {
  flex: 2;
  border: 1px solid #ADADAD;
  padding: 10px;
  text-align: center;
  margin-bottom: 0.5em;
}

.promise_area h2 {
  text-align: left;
  border-bottom: 1px solid #162A87;
  margin-top: 2em;
}

.promise_container {
  margin-bottom: 5em;
}

.promise_area a {
  color: #162A87;
}

@media (max-width: 768px) {
  .promise_column2 h3 {
    font-size: 16px;
  }
}

.bb_none {
  margin-bottom: 0;
  border-bottom: none;
}

.calculation h3 {
  font-weight: normal;
}

.calculation p {
  font-weight: normal;
}

.calculation_border div {
  margin-bottom: 0;
  border-bottom: none;
}

.contact .app_accountname input[type="text"], textarea {
  border-right: 1px solid #707070;
}

.promise_column2 {
  display: flex;
  text-align: center;
}

.promise_column2_left {
  flex: 1;
  border: 1px solid #ADADAD;
  border-right: none;
  padding: 10px;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promise_column2_right {
  flex: 2;
  border: 1px solid #ADADAD;
  padding: 10px;
  text-align: center;
  margin-bottom: 0.5em;
}

.promise_area h2 {
  text-align: left;
  border-bottom: 1px solid #162A87;
  margin-top: 2em;
}

.promise_container {
  margin-bottom: 5em;
}

.promise_area a {
  color: #162A87;
}

@media (max-width: 768px) {
  .promise_column2 h3 {
    font-size: 16px;
  }
}

.userprofile h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 25px;
}

.column2 input {
  width: 100%;
}

.medium {
  width: 30%;
}

@media (max-width: 768px) {
  .medium {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .userprofile .container_form {
    margin: 3em 0;
    margin-bottom: 2em;
  }
}

.userprofile_confirm p {
  padding: 10px;
  border:0;
  border-bottom: 1px solid #999999;
  border-radius: 0px !important;
}

.column2 .column2_left p {
  border-radius: 5px 0 0 5px;
  border-right: none;
}

.column2_content p {
  border-radius: 0 5px 5px 0;
}

.container {
  width: 95%;
  max-width: 1180px;
  margin: 8rem auto 2em;
}

@media (max-width: 1024px) {
  .container {
    width: 95%;
  }
}

.container__login {
  max-width: 680px;
  margin-top: 8em;
  margin-bottom: 5em;
  padding-bottom: 3em;
}

@media (max-width: 1024px) {
  .container__login {
    margin-top: 8em;
  }
}

@media (max-width: 768px) {
  .container__login {
    margin-top: 6em;
  }
}

.container__faq {
  margin-top: 8em;
}

@media (max-width: 1024px) {
  .container__faq {
    margin-top: 6em;
  }
}

@media (max-width: 768px) {
  .container__faq {
    margin-top: 6em;
  }
}

.container__teams {
  text-align: left;
  margin-top: 8em;
}

@media (max-width: 1024px) {
  .container__teams {
    margin-top: 6em;
  }
}

@media (max-width: 768px) {
  .container__teams {
    margin-top: 6em;
  }
}

.container__teams h1 {
  text-align: center;
}

.container__teams p {
  font-size: 16px;
}

.container__teams ol{
  font-size: 16px;
  padding-left: 40px;
}
.container__userprofile {
  margin-top: 3em;
}

@media (max-width: 1024px) {
  .container__userprofile {
    margin-top: 3em;
  }
}

@media (max-width: 768px) {
  .container__userprofile {
    margin-top: 3em;
  }
}

.container_form {
  margin: 2em;
  margin-bottom: 5em;
  text-align: left;
}

@media (max-width: 768px) {
  .container_form {
    margin-bottom: 6em;
  }
}

.account_form {
  margin: 2em;
  margin-bottom: 2em;
  text-align: left;
}

@media (max-width: 768px) {
  .account_form {
    margin-bottom: 2.5em;
  }
}

.app_deta {
  margin-top: 9em;
}

.container h1 {
  text-align: center;
  font-size: 28px;
  color: #162A87;
  font-weight: bold;
}

@media (max-width: 768px) {
  .app_deta h1 {
    font-size: 24px;
  }
}

.userprofile {
  background-color: #ffffff;
  padding-bottom: 1em;
  margin-top: 10em !important;
}

@media (max-width: 768px) {
  .userprofile {
    margin-top: 5em !important;
  }
}

.inner {
  width: 90%;
  height: auto;
  border: solid #162A87;
  margin: 0 auto;
  border-radius: 1em;
  margin-top: 2em;
}

.inner__userprofile {
  border: none;
  margin-top: 5em;
  margin-bottom: 6em;
  text-align: left;
}

@media (max-width: 768px) {
  .inner__userprofile {
    margin-top: 2em;
  }
}

.inner__faq {
  border: none;
  margin-top: 5em;
  margin-bottom: 6em;
  text-align: left;
}

.inner__faq h2 {
  color: #162A87;
  margin-bottom: 30px;
}
.inner__faq article h2{
  font-size: 18px;
  margin-bottom: 15px;
}
.inner .inner__faq section {
  margin-bottom: 30px;
  border: 1px solid #162A87;
}
.inner__teams {
  border: none;
  margin-top: 3em;
  margin-bottom: 6em;
  text-align: left;
}

.inner__teams p {
  line-height: 2.2em;
}

.inner__teams a {
  color: #162A87;
}

.container__company {
  margin-top: 8em;
}

.inner__company {
  border: none;
  margin-top: 5em;
  margin-bottom: 6em;
  text-align: left;
}

.container__company h2 {
  font-size: 18px;
  color: #162A87;
  margin-bottom: 15px;
}
.container__company p {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: left;
  color: #333333;
}

.container__vision {
  margin-top: 40px;
}

.container__vision h2 {
  text-align: center;
  font-size: 28px;
  color: #162A87;
  font-weight: bold;
}

.container__vision h3 {
  font-size: 18px;
  color: #162A87;
  margin-top: 40px;
  margin-bottom: 15px;
}

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

.container__vision .purpose img {
    max-width: 800px;
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
}

.container__chatgpt {
  margin-top: 8em;
}

.inner__chatgpt {
  border: none;
  margin-top: 2em;
  margin-bottom: 6em;
  text-align: left;
}

.inner__chatgpt .input-area {
  display: flex;
  margin-bottom: 4em;
}
.inner__chatgpt #question {
  width: 80%;
  margin-right: 10px;
}

.inner__chatgpt #chat .user {
  font-size: 16px;
  background-color: lightgray;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.inner__chatgpt #chat .chatgpt {
  font-size: 16px;
  background-color: lightsteelblue;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.inner__chatgpt input:disabled, .inner__chatgpt button:disabled {
  background-color: lightgray;
  opacity: 0.5;
}

.inner__mypage {
  width: 100%;
  border: none;
  margin-top: 5em;
}

@media (max-width: 768px) {
  .inner__mypage {
    margin-top: 0.5em;
  }
}

.inner__error {
  text-align: left;
}

.inner__userprofile {
  width: 100%;
}

.inner__contact {
  border: none;
  margin-top: 10em;
}

.contact .app_area h5 {
  text-align: left;
}

.contact .app_area h6 {
  text-align: left;
}

.contact .app_area p {
  margin-bottom: 40px;
}

.contact .container_loginother p {
  margin-bottom: 40px;
}

.fag {
  display: flex;
  justify-content: space-between;
}

.app_deta main {
  max-width: 860px;
}

.box__form {
  margin-top: 3em;
}

.success-message{
  color:#0b65ab;
  font-weight: bold;
}

.error-message{
  color:#F0886F;
  font-weight: bold;
}

.box {
  margin-bottom: 3em;
}

.login h3 {
  font-size: 0.9rem;
  text-align: left;
}

.container_login {
  width: 100%;
  max-width: 620px;
  height: auto;
  border: solid #162A87;
  margin: 8em auto 0.5em;
  border-radius: 1em;
}

.form_default {
  height: 40px;
  margin: 10px auto 20px;
  border: 1px solid #bbb;
}

.form_default p {
  text-align: left;
  margin-top: 0.5em;
  margin-left: 1em;
}

.alert {
  width: 100%;
  margin: 2em auto 2em;
  text-align: center;
  border-radius: 1em;
}

@media (max-width: 768px) {
  .alert {
    margin: 0.5em auto 0.5em;
  }
}

.alert_info {
  background-color: #EBEFFF;
  border: 1px solid #162A87;
  color: #162A87;
}

.alert_error {
  background-color: #ffffff;
  border: 1px solid #F0886F;
}

.alert_info p {
  margin: 30px auto;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .alert_info p {
    margin: 15px auto;
    font-size: 12px;
  }
}

.alert_error p {
  margin: 30px auto;
  color: #F0886F;
  padding: 0 10px;
}

.alert_top {
  padding: 30px 0;
}

.alert_top p {
  text-align: center;
  margin: 10px auto;
}

@media (max-width: 768px) {
  .alert_error p {
    margin: 15px auto;
    font-size: 12px;
  }
}

.alert_info a {
  color: #162A87;
  font-weight: bold;
  text-decoration: underline;
}

.alert-danger li{
  color:#F0886F;
  font-weight: bold;
}

.mypage_alertbox {
  min-width: 250px;
  display: block;
  position: absolute;
  right: -46px;
  top: -50px;
  line-height: 2em;
  background-color: #F0886F;
  border-radius: 1em;
  text-align: center;
  margin: 0px auto 15px;
}

.mypage_alertbox::after {
  content: "";
  position: absolute;
  right: 50px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #F0886F;
}

@media (max-width: 1024px) {
  .mypage_alertbox {
    display: none;
  }
}

.mypage_alert_num {
  border-radius: 999px;
  color: #ffffff !important;
  background: #F0886F;
  font-weight: bold;
  width: 25px;
  height: 25px;
  line-height: 1.6em;
  position: absolute;
  right: 0px;
  top: -10px;
}

.mypage_alertbox p {
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  font-size: 0.8em;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/4);
  background-color: #fff8f8;
  height: 50px;
  position: relative;
  border-bottom: 3px solid #162A87;
  background-color: #fff8f8;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #162A87;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  overflow: hidden;
}

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

.tab_item:hover {
  background-color: #80BBE5;
  color: #ffffff;
}

.tab_item div {
  color: #162A87;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 80px 0 40px;
  clear: both;
  /*overflow: hidden;*/
}

@media (max-width: 768px) {
  .tab_content {
    padding: 0 0 0;
    margin: 1em 0 1em;
  }
}

/*選択されているタブのコンテンツのみを表示*/
#agreement:checked ~ #agreement_content,
#contracted:checked ~ #contracted_content,
#transacted:checked ~ #transacted_content,
#cancel:checked ~ #cancel_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #162A87;
  color: #fff;
}

.tabs input:checked + .tab_item div {
  color: #fff;
}

/*タブ切り替え全体のスタイル*/
.tabs__payment_docus {
  margin-top: 50px;
  padding-bottom: 20px;
  background-color: #EBEFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto 80px;
}

@media (max-width: 1024px) {
  .tabs__payment_docus {
    width: 95%;
  }
}

/*タブのスタイル*/
.tab_item__payment_docus {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #EBEFFF;
  background-color: #162A87;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item__payment_docus:hover {
  background-color: #80BBE5;
}

/*ラジオボタンを全て消す*/
input[name="tab_item__payment_docus"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 80px 0 40px;
  clear: both;
  /*overflow: hidden;*/
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .tab_content {
    padding: 1.5em 0 0;
    margin: 1em 0 1em;
  }
}

.tab_content-payment {
  background-color: #EBEFFF;
}

.tab_content-payment a img {
  width: 120px;
}

@media (max-width: 768px) {
  .tab_content-payment a img {
    width: 100px;
  }
}

/*選択されているタブのコンテンツのみを表示*/
#invoice:checked ~ #invoice_content,
#evidence:checked ~ #evidence_content,
#financialdocument:checked ~ #financialdocument_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs__payment_docus input:checked + .tab_item {
  background-color: #EBEFFF;
  color: #162A87;
}

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

tbody {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

table th:first-child {
  border-radius: 5px 0 0 0;
}

table th:last-child {
  border-radius: 0 5px 0 0;
}

table th {
  text-align: center;
  color: #162A87;
  background: ffffff;
  border-left: 1px solid #EBEFFF;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #162A87;
  padding: 10px 0;
}

.payment_docus__area tbody {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.company_name table th {
  width: 30%;
}

.company_name table td {
  width: 30%;
}

table td {
  text-align: center;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-top: none;
  width: auto;
  padding: 10px 5px;
  font-size: 14px;
}

table th:nth-child(5) {
  border-right: 1px solid #EBEFFF;
  width: 50%;
}

table td:nth-child(5) {
  border-right: 1px solid #EBEFFF;
  width: 50%;
  font-size: 16px;
  font-weight: bold;
}

table th:last-child {
  border-left: 1px solid #EBEFFF;
}

table td:last-child {
  border-right: 1px solid #ffffff;
  width: 10%;
}

/* table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
} */

table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

table tr:nth-child(even) {
  background-color: #EBEFFF;
}

table tr:nth-child(odd) {
  background-color: #ffffff;
}

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 10px;
  text-align: center;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  margin: 20px;
  max-width: 600px;
  border-radius: 2px;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .modal-wrapper .modal-window {
    padding-top: 3em;
    margin-top: 2em;
    position: relative;
    top: 20%;
  }
}

@media (max-width: 1024px) {
  .modal-wrapper .modal-window {
    margin: 0px;
    margin-top: 2em;
    position: relative;
    top: 10%;
  }
}

@media (max-width: 1024px) {
  .modal-wrapper .modal-window {
    margin: 0px;
    margin-top: 2em;
    position: relative;
    top: -1%;
  }
}

@media (max-width: 768px) {
  .modal-wrapper .modal-window {
    margin: 0px;
    margin-top: 2em;
    position: relative;
    top: 5%;
  }
}

.sidenav .modal-wrapper li {
  text-align: left;
  border: solid 1px #162A87;
  margin-bottom: 15px;
}

.sidenav .modal-wrapper li p {
  margin: 15px;
}

.attention p {
  margin: 0;
  padding: 10px auto;
}

.attention {
  background-color: #F0886F;
  color: #ffffff;
  margin: 0 0 30px;
  border-radius: 2px;
}

.sidenav .modal-wrapper p span {
  font-size: 12px;
}

.sidenav .modal-wrapper h3 {
  font-size: 28px;
  color: #162A87;
  margin-bottom: 15px;
}

.sidenav .modal-wrapper h4 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 2.0em;
}

@media (max-width: 1024px) {
  .sidenav .modal-wrapper h4 {
    font-size: 20px;
  }
}

.modal-content ol {
  padding-left: 0;
}

@media (max-width: 768px) {
  .modal-content ol {
    padding-left: 0;
    margin-bottom: 5em;
  }
}

.sidenav .modal-window {
  max-width: 850px;
  margin-top: 6em;
}

@media (max-width: 1024px) {
  .sidenav .modal-window {
    margin-top: 3em;
  }
}

@media (max-width: 768px) {
  .sidenav .modal-window {
    margin-top: 0.5em;
  }
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

@media (max-width: 768px) {
  .modal-wrapper .modal-close {
    top: 10px;
    right: 5px;
    font-size: 40px;
  }
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}

.modal_area {
  max-width: 600px;
  background-color: #EBEFFF;
  padding: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.app_box .modal_area {
  background-color: #ffffff;
}

.modal_area h2 {
  text-align: center;
  color: #162A87;
}

.modal_area h3 {
  font-weight: normal;
  color: #162A87;
  font-size: 16px;
}

.modal_box {
  margin-top: 2em;
}

#hideMe {
  -moz-animation: cssAnimation 0s ease-in 5s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 0s ease-in 5s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0s ease-in 5s forwards;
  /* Opera */
  animation: cssAnimation 0s ease-in 5s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto;
  margin-bottom: 30px;
  background: #EBEFFF;
  border: 1px solid #162A87;
  text-align: center;
  border-radius: 1em;
}

@keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
    border: none;
    opacity: 0;
  }
}

@-webkit-keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
    border: none;
  }
}

#hideMe p {
  vertical-align: middle;
}

.faq_box h2 {
  text-align: center;
}

.faq_area {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .faq_area {
    margin: auto;
    justify-content: space-evenly;
  }
}

.faq_area button {
  margin: 5px;
  width: 110%;
}

.faq_article {
  background-color: #EBEFFF;
  padding: 20px;
  margin-bottom: 20px;
}

.faq_article li {
  list-style: inside;
}

@media (max-width: 768px) {
  .faq_area button {
    width: 120%;
    font-size: 14px;
  }
}

.faq_tel h2 {
  text-align: center;
}

.btn_default .faq_tel {
  vertical-align: middle;
}

.app_area button {
  position: relative;
}

.app_area button > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0.6em;
}

.btn_default {
  background: #162A87;
  transition: 0.2s;
  width: 250px;
  height: 50px;
  border-radius: 3em;
}

.btn_default_docscheck {
  background: #ffffff;
  color: #162A87;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 250px;
}

.btn_default_app_edit {
  background: #ffffff;
  color: #162A87;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 200px;
  margin: 5px;
  line-height: 1.0em;
  height: 60px;
  font-weight: bold;
}

.btn_default_app_edit a {
  color: #162A87;
}

.btn_default_app_edit span {
  font-size: 12px;
  color: #162A87;
  font-weight: normal;
}

.btn_default a {
  color: #ffffff;
}

.btn_default:hover {
  background-color: #80BBE5;
  transition: 0.2s;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn_default_flaw {
  background-color: #80BBE5;
  transition: 0.2s;
  width: 80px;
  height: 40px;
  border-radius: 3em;
  margin-left: 20px;
  font-size: 14px;
}

.btn_default_flaw:hover {
  background-color: #ffffff;
  transition: 0.2s;
  width: 80px;
  height: 40px;
  border-radius: 3em;
  margin-left: 20px;
  border: 1px solid #162A87;
  color: #162A87;
}

.btn_default_app a {
  font-size: 14px;
  vertical-align: text-top;
}

.btn_default_app {
  background-color: #162A87;
  transition: 0.2s;
  width: 80px;
  height: 40px;
  border-radius: 3em;
  margin-left: 20px;
  font-size: 14px;
}

.btn_default_app:hover {
  background-color: #ffffff;
  color: #162A87;
  border: 1px solid #162A87;
}

.btn_default_copy {
  background-color: #80BBE5;
}

.btn_default_copy:hover {
  background-color: #80BBE5;
  transition: 0.2s;
  opacity: 0.7;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}


.company_deta .btn_default {
  height: 70px;
}

.btn_default_docscheck a {
  color: #162A87;
}

.btn_default_docscheck span {
  font-size: 14px;
  color: #162A87;
  font-weight: normal;
}

.btn_default_docscheck:hover span {
  color: #fff;
}

.btn_default_attention {
  background-color: #F0886F;
  color: #fff;
}

.btn_default_attention:hover {
  background-color: #F0886F!important;
  color: #fff;
  opacity:0.7;
}

.btn_default_attention span {
  color: #fff;
}

.hover_none:hover {
  background-color: #ffffff;
  color: #162A87;
  cursor: default;
}

.hover_none:hover span {
  color: #162A87;
}

.modal_box button {
  margin: 5px;
}

.btn_sub {
  color: #162A87;
  width: 200px;
  height: 50px;
  border-radius: 3em;
}

.btn_sub a {
  color: #162A87;
}

.btn_sub a:hover {
  color: #80BBE5;
  transition: 0.2s;
}

.mypage_box .btn_default {
  background-color: #ffffff;
  border: 1px solid #162A87;
  width: 80px;
  height: 40px;
  line-height: 1em;
  color: #162A87;
  font-size: 14px;
  font-weight: bold;
}

.mypage_box .btn_default:hover {
  background-color: #80BBE5;
  color: #162A87;
  font-weight: bold;
}

.mypage_box .btn_default a:hover {
  color: #ffffff;
}

.mypage_box .purchase_count {
  color: inherit;
  font-size: inherit;
}
@media (max-width: 768px) {
  .mypage_box .btn_default {
    width: 70px;
  }
  .mypage_box .purchase_count {
    display: none;
  }
}

.to-purchase{
  color:#162A87;
  font-weight:bold;
}

select {
  min-width: 180px;
  height: 45px;
  background: #fff;
}

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

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

@media (max-width: 768px) {
  .radio, .checkbox {
    min-width: 0;
    width: 100%;
  }
}

.radio:hover, .checkbox:hover {
  background-color: #EBEFFF;
}

.radio:hover:after, .checkbox:hover:after {
  border-color: #162A87;
}

.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #162A87;
  content: '';
  opacity: 0;
}

input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #162A87;
  border-bottom: 3px solid #162A87;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.app_checkbox {
  width: 100%;
  text-align: left;
}

.app_selectbox {
  width: 100%;
  text-align: left;
}

.maypage.puchase .app_area a img{
  max-width:100px;
  max-height:100px;
}

.maypage.puchase .app_area img{
  max-width:300px;
  max-height:300px;
}

::placeholder {
  color: lightgrey;
}

section[id] {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.sct a {
  color: #162A87;
  text-decoration: none;
}

.notice {
  color: #F0886F!important;
}

#header, #header .globalNav {
  background-color: #152578 !important;
  box-shadow: none;
}

#header #menuBtn:before, #header #menuBtn span:before, #header #menuBtn span:after {
  background-color: #fff !important;
}

#header .globalNav li {
  margin-right: 10px;
}

#header .globalNav_menu li {
  margin-left: 1rem;
  font-weight: normal;
  font-size: 1.6rem;
}
#header .globalNav_btn li:first-child {
  margin-left: 2rem;
}
.terms {
  font-size: 12px;
  margin-top: 2px;
}
.terms a {
  color: #172A87;
}
@media (max-width: 1200px) {
  #header, #header .globalNav {
    box-shadow: 0 0 1px #cecece inset;
    overflow-y: hidden;
  }
  #header .globalNav_menu li {
    font-size: 2rem;
  }
  #header .globalNav > ul >li {
    margin: 25px 20px 0 20px;
  }
  #header .globalNav_btn {
    margin-top: 10px;
  }
}

/* 新規登録ページ追加セクション用CSS */
.signup-account-form {
  margin: 0 0 10px 0 !important;
}
.signup-form-header {
  text-align:left;
  color: #253a7a;
  font-size: 14px;
  line-height: 1.7;
  padding: 0 32px;
}
.signup-merit-section {
  background: linear-gradient(to right, #B6DBFF, #E3F4FF);
  padding: 56px 0 48px 0;
}
.signup-merit-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.signup-merit-left {
  flex: 1 1 350px;
  min-width: 320px;
  max-width: 470px;
  padding: 0 20px;
}
.signup-merit-title {
  color: #162A87;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}
.signup-merit-list {
  margin-bottom: 18px;
}
.signup-merit-box {
  position: relative;
  padding-top: 38px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding: 20px 20px 10px;
  margin-bottom: 26px;
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.signup-merit-ribbon {
  position: absolute;
  left: 0;
  top: -14px;
  width: auto;
  height: 28px;
  z-index: 2;
  pointer-events: none;
  user-select: none;
}
.signup-merit-label {
  background: #ff6138;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  padding: 2px 12px;
  font-size: 0.95rem;
  margin-right: 12px;
  white-space: nowrap;
}
.signup-merit-text {
  font-size: 15px;
  color: #162A87;
  font-weight: bold;
  line-height: 1.7;
}
.signup-merit-right {
  flex: 1 1 220px;
  min-width: 220px;
  max-width: 320px;
  text-align: center;
}
.signup-merit-badge {
  display: inline-block;
  background: #fff;
  color: #162A87;
  border-radius: 50%;
  padding: 16px 18px;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.signup-merit-phone {
  width: 280px;
  max-width: 100%;
  padding: 0 20px;
}
.signup-merit-illust {
  width: 80px;
  max-width: 100%;
}

.signup-flow-section {
  background: #fff;
  padding: 80px 0 56px 0;
}

.signup-main-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
    padding: 20px 0;
}

.signup-merit-section {
    flex: 2;
    background: #d6edff;
    padding: 56px 40px 48px;
    border-radius: 16px;
    margin: 30px;
}

.signup-form-section {
    flex: 1;
    background: #fff;
    padding: 40px 32px;
    border-radius: 16px;
    position: sticky;
    top: 20px;
}

.signup-merit-title {
    font-size: 2.2rem;
    margin-bottom: 32px;
}

.signup-form-section h1 {
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: bold;
}

.signup-form-section .signup-form-header {
    font-size: 14px;
    margin-bottom: 24px;
}

.signup-flow-section .pcNone {
  display: none;
}
.signup-flow-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.signup-flow-title {
  color: #162A87;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 36px;
  text-align: center;
}
.signup-flow-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.signup-flow-step {
  flex: 1 1 200px;
  min-width: 200px;
  max-width: 200px;
  text-align: center;
}
.signup-flow-step-num {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.signup-flow-step-circle {
  background: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  min-width: 80px;
  padding: 0;
}
.signup-flow-step-title {
  font-weight: bold;
  color: #162A87;
  font-size: 16px;
  margin: 20px 0;
}
.signup-flow-step-icon {
  width: 180px;
  margin-bottom: 10px;
}
.signup-flow-step-desc {
  color: #162A87;
  font-size: 12px;
  margin-top: 10px;
  text-align: left;
}

@media (max-width: 768px) {
  .signup-main-container {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .signup-merit-section {
    order: 2;
    margin: 0;
    border-radius: 0;
    width: 100%;
  }
  .signup-form-section {
    order: 1;
    margin: 0;
    border-radius: 0;
    padding: 50px;
    position: static;
  }
  .signup-form-section h1 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .signup-form-header {
    font-size: 14px;
    margin-bottom: 24px;
    padding: 0;
  }
  .signup-form-header {
    font-size: 16px;
  }
  .signup-merit-inner {
    flex-direction: column-reverse;
    align-items: stretch;
    max-width: 500px;
  }
  .signup-merit-left, .signup-merit-right {
    max-width: 100%;
    min-width: 0;
  }
  .signup-merit-left {
    flex: 1 1 255px;
    margin-top: 30px;
    padding: 20px;
  }
  .signup-merit-section {
    padding: 50px 0 24px 0;
  }
  .signup-flow-section {
    padding: 60px 32px 0 32px;
  }
  .signup-flow-title {
    font-size: 28px;
  }
  .signup-flow-steps {
    flex-direction: column;
    gap: 16px;
    max-width: 300px;
    margin: 0 auto;
  }
  .signup-flow-step {
    min-width: 0;
    max-width: 100%;
  }
  .signup-flow-step-title {
    font-size: 20px;
  }
  .signup-flow-step-num {
    width: 300px;
    max-width: 100%;
  }
  .signup-flow-step-desc {
    font-size: 16px;
    margin-bottom: 40px
  }
}

/* drawer.cssから転記 */
/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

.drawer-open{overflow:hidden!important}.drawer-nav{position:fixed;z-index:2;top:0;overflow:hidden;width:16.25rem;height:100%;color:#222;background-color:#fff}.drawer-brand{font-size:1.5rem;font-weight:700;line-height:3.75rem;display:block;padding-right:.75rem;padding-left:.75rem;text-decoration:none;color:#222}.drawer-menu{margin:0;padding:0;list-style:none}.drawer-menu-item{font-size:1rem;display:block;padding:.75rem;text-decoration:none;color:#222}.drawer-menu-item:hover{text-decoration:underline;color:#555;background-color:transparent}.drawer-overlay{position:fixed;z-index:1;top:0;left:0;display:none;width:100%;height:100%;background-color:rgba(0,0,0,.2)}.drawer-open .drawer-overlay{display:block}.drawer--top .drawer-nav{top:-100%;left:0;width:100%;height:auto;max-height:100%;-webkit-transition:top .6s cubic-bezier(.19,1,.22,1);transition:top .6s cubic-bezier(.19,1,.22,1)}.drawer--top.drawer-open .drawer-nav{top:0}.drawer--top .drawer-hamburger,.drawer--top.drawer-open .drawer-hamburger{right:0}.drawer--left .drawer-nav{left:-16.25rem;-webkit-transition:left .6s cubic-bezier(.19,1,.22,1);transition:left .6s cubic-bezier(.19,1,.22,1)}.drawer--left .drawer-hamburger,.drawer--left.drawer-open .drawer-nav,.drawer--left.drawer-open .drawer-navbar .drawer-hamburger{left:0}.drawer--left.drawer-open .drawer-hamburger{left:16.25rem}.drawer--right .drawer-nav{right:-16.25rem;-webkit-transition:right .6s cubic-bezier(.19,1,.22,1);transition:right .6s cubic-bezier(.19,1,.22,1)}.drawer--right .drawer-hamburger,.drawer--right.drawer-open .drawer-nav,.drawer--right.drawer-open .drawer-navbar .drawer-hamburger{right:0}.drawer--right.drawer-open .drawer-hamburger{right:16.25rem}.drawer-hamburger{position:fixed;z-index:4;top:0;display:block;box-sizing:content-box;width:2rem;padding:0;padding:18px .75rem 30px;-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);transition:all .6s cubic-bezier(.19,1,.22,1);-webkit-transform:translateZ(0);transform:translateZ(0);border:0;outline:0;background-color:transparent}.drawer-hamburger:hover{cursor:pointer;background-color:transparent}.drawer-hamburger-icon{position:relative;display:block;margin-top:10px}.drawer-hamburger-icon,.drawer-hamburger-icon:after,.drawer-hamburger-icon:before{width:100%;height:2px;-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);transition:all .6s cubic-bezier(.19,1,.22,1);background-color:#222}.drawer-hamburger-icon:after,.drawer-hamburger-icon:before{position:absolute;top:-10px;left:0;content:" "}.drawer-hamburger-icon:after{top:10px}.drawer-open .drawer-hamburger-icon{background-color:transparent}.drawer-open .drawer-hamburger-icon:after,.drawer-open .drawer-hamburger-icon:before{top:0}.drawer-open .drawer-hamburger-icon:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.drawer-open .drawer-hamburger-icon:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sr-only{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;overflow:visible;clip:auto;width:auto;height:auto;margin:0}.drawer--sidebar,.drawer--sidebar .drawer-contents{background-color:#fff}@media (min-width:64em){.drawer--sidebar .drawer-hamburger{display:none;visibility:hidden}.drawer--sidebar .drawer-nav{display:block;-webkit-transform:none;transform:none;position:fixed;width:12.5rem;height:100%}.drawer--sidebar.drawer--left .drawer-nav{left:0;border-right:1px solid #ddd}.drawer--sidebar.drawer--left .drawer-contents{margin-left:12.5rem}.drawer--sidebar.drawer--right .drawer-nav{right:0;border-left:1px solid #ddd}.drawer--sidebar.drawer--right .drawer-contents{margin-right:12.5rem}.drawer--sidebar .drawer-container{max-width:48rem}}@media (min-width:75em){.drawer--sidebar .drawer-nav{width:16.25rem}.drawer--sidebar.drawer--left .drawer-contents{margin-left:16.25rem}.drawer--sidebar.drawer--right .drawer-contents{margin-right:16.25rem}.drawer--sidebar .drawer-container{max-width:60rem}}.drawer--navbarTopGutter{padding-top:3.75rem}.drawer-navbar .drawer-navbar-header{border-bottom:1px solid #ddd;background-color:#fff}.drawer-navbar{z-index:3;top:0;width:100%}.drawer-navbar--fixed{position:fixed}.drawer-navbar-header{position:relative;z-index:3;box-sizing:border-box;width:100%;height:3.75rem;padding:0 .75rem;text-align:center}.drawer-navbar .drawer-brand{line-height:3.75rem;display:inline-block;padding-top:0;padding-bottom:0;text-decoration:none}.drawer-navbar .drawer-brand:hover{background-color:transparent}.drawer-navbar .drawer-nav{padding-top:3.75rem}.drawer-navbar .drawer-menu{padding-bottom:7.5rem}@media (min-width:64em){.drawer-navbar{height:3.75rem;border-bottom:1px solid #ddd;background-color:#fff}.drawer-navbar .drawer-navbar-header{position:relative;display:block;float:left;width:auto;padding:0;border:0}.drawer-navbar .drawer-menu--right{float:right}.drawer-navbar .drawer-menu li{float:left}.drawer-navbar .drawer-menu-item{line-height:3.75rem;padding-top:0;padding-bottom:0}.drawer-navbar .drawer-hamburger{display:none}.drawer-navbar .drawer-nav{position:relative;left:0;overflow:visible;width:auto;height:3.75rem;padding-top:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.drawer-navbar .drawer-menu{padding:0}.drawer-navbar .drawer-dropdown-menu{position:absolute;width:16.25rem;border:1px solid #ddd}.drawer-navbar .drawer-dropdown-menu-item{padding-left:.75rem}}.drawer-dropdown-menu{display:none;box-sizing:border-box;width:100%;margin:0;padding:0;background-color:#fff}.drawer-dropdown-menu>li{width:100%;list-style:none}.drawer-dropdown-menu-item{line-height:3.75rem;display:block;padding:0;padding-right:.75rem;padding-left:1.5rem;text-decoration:none;color:#222}.drawer-dropdown-menu-item:hover{text-decoration:underline;color:#555;background-color:transparent}.drawer-dropdown.open>.drawer-dropdown-menu{display:block}.drawer-dropdown .drawer-caret{display:inline-block;width:0;height:0;margin-left:4px;-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;-webkit-transform:rotate(0deg);transform:rotate(0deg);vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.drawer-dropdown.open .drawer-caret{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.drawer-container{margin-right:auto;margin-left:auto}@media (min-width:64em){.drawer-container{max-width:60rem}}@media (min-width:75em){.drawer-container{max-width:70rem}}
/* drawer.cssから転記終わり */
