/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */*, ::before, ::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;

  -webkit-tap-highlight-color: transparent;
}body {
  margin: 0;
}main {
  display: block;
}p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}dt {
  font-weight: bold;
}dd {
  margin-left: 0;
}hr {
  clear: both;
  overflow: visible;
  height: 0;
  margin: 0;
  border-top-width: 1px;
  box-sizing: content-box;
  color: inherit;
}pre {
  font-family: monospace, monospace;
  font-size: inherit;
}address {
  font-style: inherit;
}a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;

  -webkit-text-decoration: underline dotted;
}b, strong {
  font-weight: bolder;
}code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}small {
  font-size: 80%;
}sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}img, embed, object, iframe {
  vertical-align: bottom;
}button, input, optgroup, select, textarea {
  appearance: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  outline: 0;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;

  -webkit-appearance: none;
  -moz-appearance: none;
}[type='checkbox'] {
  appearance: checkbox;

  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}[type='radio'] {
  appearance: radio;

  -webkit-appearance: radio;
  -moz-appearance: radio;
}button, input {
  overflow: visible;
}button, select {
  text-transform: none;
}button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  cursor: pointer;

  -webkit-appearance: none;
  -moz-appearance: none;
}button[disabled], [type='button'][disabled], [type='reset'][disabled], [type='submit'][disabled] {
  cursor: default;
}button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}select::-ms-expand {
  display: none;
}option {
  padding: 0;
}fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}progress {
  vertical-align: baseline;
}textarea {
  overflow: auto;
}[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
  height: auto;
}[type='search'] {
  outline-offset: -2px;
}[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button;
}label[for] {
  cursor: pointer;
}details {
  display: block;
}summary {
  display: list-item;
}[contenteditable] {
  outline: none;
}table {
  border-collapse: collapse;
  border-spacing: 0;
}caption {
  text-align: left;
}td, th {
  padding: 0;
  vertical-align: top;
}th {
  font-weight: bold;
  text-align: left;
}template {
  display: none;
}[hidden] {
  display: none;
}html, body {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;
}html._small, body._small {
  font-size: 10px;
}html._large, body._large {
  font-size: 11px;
}body {
  color: #333;
  font-family: 'Noto Sans JP','游ゴシック Medium','游ゴシック',YuGothic,YuGothicM,Osaka,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.5;
}@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}img {
  width: 100%;
}a {
  transition: all 0.5s ease 0s;
}a, a:visited, a:hover {
  color: #1392fb;
  text-decoration: underline;
}a:hover {
  text-decoration: none;
}a img {
  border: 0;
}.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
}@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}.wrap {
  position: relative;
  overflow: hidden;
}@media print, screen and (min-width: 769px) {
  .wrap {
    min-width: 1250px;
  }
}.header {
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
}@media screen and (max-width: 768px) {
  .header {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
  }
}.header_logo img {
  height: 53px;
  width: 427px;
}@media screen and (max-width: 768px) {
  .header_logo img {
    height: auto;
    width: 70%;
  }
}.header .my_menu {
  padding: 15px;
}@media print, screen and (min-width: 769px) {
  .header .my_menu {
    display: flex;
    justify-content: space-between;

    justify-items: center;
  }
}@media screen and (max-width: 768px) {
  .header .my_menu {
    height: 50px;
  }
}.header .my_menu .menu {
  display: flex;
  align-items: center;
}@media screen and (max-width: 768px) {
  .header .my_menu .menu {
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
  }
}.header .my_menu .name {
  display: flex;
  margin-right: 25px;
  font-size: 2.1rem;
  align-items: center;
}@media screen and (max-width: 768px) {
  .header .my_menu .name {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
}.header .my_menu .name svg {
  height: 25px;
  width: 25px;
  margin-right: 10px;
  fill: #0b41a0;
}@media screen and (max-width: 768px) {
  .header .my_menu .name svg {
    height: 20px;
    width: 20px;
    fill: #fff;
  }
}.header .my_menu .name span {
  margin-left: 5px;
  font-size: 1.3rem;
}.header .my_menu .link {
  color: #fff;
  font-size: 1.8rem;
}.header .my_menu .link svg {
  height: 24px;
  width: 24px;
  margin-right: 8px;
  vertical-align: bottom;
  fill: #fff;
}@media screen and (max-width: 768px) {
  .header .my_menu .link svg {
    vertical-align: top;
  }
}.header .my_menu div.mailentry {
  margin-right: 12px;
}.header .my_menu div.mailentry a {
  border: 1px solid #dedede;
}@media screen and (max-width: 768px) {
  .header .my_menu div.mailentry a {
    color: #fff;
  }
}.header .my_menu div.mailentry a span {
  background: #e6f2ff;
}@media screen and (max-width: 768px) {
  .header .my_menu div.mailentry a span {
    background: #fff;
  }
}.header .my_menu div.mailentry a span svg {
  height: 30px;
  fill: #1392fb;
}@media screen and (max-width: 768px) {
  .header .my_menu div.mailentry a span svg {
    fill: #0b41a0;
  }
}.header .my_menu div.mailentry a:hover {
  border: 1px solid #1392fb;
}.header .my_menu div.mailentry a:hover span {
  background: #1392fb;
}.header .my_menu div.mailentry a:hover svg {
  fill: #fff;
}@media screen and (max-width: 768px) {
  .header .my_menu div.mailentry {
    width: 100%;
    margin: 0 auto 4%;
    background: none;
  }
}.header .my_menu .password {
  margin-right: 12px;
}@media screen and (max-width: 768px) {
  .header .my_menu .password {
    float: left;
    width: 48%;
    background: none;
  }
}.header .my_menu .password a {
  background: #e6f2ff;
  border: 1px solid #fff;
  color: #1392fb;
}@media screen and (max-width: 768px) {
  .header .my_menu .password a {
    background: #0b41a0;
    color: #fff;
  }
}.header .my_menu .password a svg {
  fill: #1392fb;
}@media screen and (max-width: 768px) {
  .header .my_menu .password a svg {
    fill: #0b41a0;
  }
}.header .my_menu .password a:hover {
  background: #fff;
  border: 1px solid #1392fb;
}.header .my_menu .password a:hover span {
  background: #1392fb;
}.header .my_menu .password a:hover span svg {
  fill: #fff;
}@media screen and (max-width: 768px) {
  .header .my_menu .logout {
    float: right;
    width: 48%;
    font-weight: bold;
  }
}.header .my_menu .logout a {
  background: #f5860f;
  border: 1px solid #fff;
  color: #fff;
}.header .my_menu .logout a svg {
  fill: #f5860f;
}.header .my_menu .logout a:hover {
  background: #fff;
  border: 1px solid #f5860f;
  color: #f5860f;
}.header .my_menu .logout a:hover span {
  background: #f5860f;
}.header .my_menu .logout a:hover span svg {
  fill: #fff;
}.header .my_menu .mailentry a, .header .my_menu .password a, .header .my_menu .logout a {
  display: inline-block;
  padding: 5px 25px 5px 5px;
  border-radius: 40px;
}@media screen and (max-width: 768px) {
  .header .my_menu .mailentry a, .header .my_menu .password a, .header .my_menu .logout a {
    display: block;
    padding: 15px 0;
    border-radius: 10px;
    text-align: center;
  }
}.header .my_menu .mailentry a span, .header .my_menu .password a span, .header .my_menu .logout a span {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 20px;
  background: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: middle;
  transition: all 0.5s ease 0s;
}@media screen and (max-width: 768px) {
  .header .my_menu .mailentry a span, .header .my_menu .password a span, .header .my_menu .logout a span {
    display: block;
    margin: 0 auto 8px;
  }
}.header .my_menu .mailentry a span svg, .header .my_menu .password a span svg, .header .my_menu .logout a span svg {
  height: 16px;
  width: 16px;
  vertical-align: middle;
}@media screen and (max-width: 768px) {
  .header .my_menu .mailentry a span svg, .header .my_menu .password a span svg, .header .my_menu .logout a span svg {
    vertical-align: bottom;
  }
}.header .sub_menu {
  position: relative;
  padding: 18px 240px 18px 18px;
  background: #0b41a0;
  text-align: right;
}@media screen and (max-width: 768px) {
  .header .sub_menu {
    display: none;
  }
}.header .sub_menu a {
  color: #fff;
}.header .sub_menu svg {
  height: 24px;
  width: 24px;
  margin-right: 8px;
  vertical-align: bottom;
  fill: #fff;
}.header_fsize {
  position: absolute;
  right: 20px;
  top: 15px;
  display: flex;
  align-items: center;
}.header_fsize_heading {
  color: #fff;
  font-size: 1.5rem;
}.header_fsize_list {
  display: flex;
}.header_fsize_list li {
  cursor: pointer;
  height: 33px;
  width: 34px;
  margin: 0 0 0 8px;
  background: #0b41a0;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  line-height: 31px;
  text-align: center;
  transition: all 0.5s ease 0s;
}.header_fsize_list li._small {
  font-size: 1.3rem;
}.header_fsize_list li._large {
  font-size: 1.8rem;
}.header_fsize_list li._active, .header_fsize_list li:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #0b41a0;
}#ie_text {
  display: none;
  padding: 10px 0;
  background: #c00;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}@media screen and (max-width: 768px) {
  #ie_text {
    padding: 10px 20px;
  }
}@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #ie_text {
    display: block;
  }main.main {
    padding: 170px 0 0;
  }
}.footer {
  background: #06368a;
}.footer .in_footer {
  width: 1100px;
  margin: 0 auto;
}@media screen and (max-width: 768px) {
  .footer .in_footer {
    width: auto;
  }
}.footer .in_footer .note {
  padding-bottom: 85px;
  color: #fff;
  font-size: 1.2rem;
}@media screen and (max-width: 768px) {
  .footer .in_footer .note {
    padding: 0 20px 60px;
    font-size: 1rem;
  }
}.footer .in_footer .footer__info {
  display: flex;
  padding: 85px 0 10px;
  color: #fff;
  align-items: center;
}@media screen and (max-width: 768px) {
  .footer .in_footer .footer__info {
    display: block;
    padding: 80px 0 20px;
  }
}.footer .in_footer .footer__info address {
  font-size: 2.2rem;
}@media screen and (max-width: 768px) {
  .footer .in_footer .footer__info address {
    padding: 0 20px;
  }
}@media screen and (max-width: 768px) {
  .footer .in_footer .footer__info address h1 {
    font-size: 1.8rem;
    text-align: center;
  }
}.footer .in_footer .footer__info address p {
  margin-top: 15px;
  font-size: 1.9rem;
}@media screen and (max-width: 768px) {
  .footer .in_footer .footer__info address p {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}.footer .in_footer .footer__info address p span {
  display: inline-block;
  font-size: 1.2rem;
}@media screen and (max-width: 768px) {
  .footer .in_footer .footer__info address p span {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}.footer .in_footer .footer__info div {
  width: 51%;
  padding: 30px 80px;
  background: #0b41a0;
  text-align: center;
}@media screen and (max-width: 768px) {
  .footer .in_footer .footer__info div {
    width: auto;
    margin: 0 20px;
    padding: 30px 20px;
  }
}.footer .in_footer .footer__info div p {
  padding-bottom: 15px;
  font-size: 1.5rem;
}@media screen and (max-width: 768px) {
  .footer .in_footer .footer__info div p {
    font-size: 1.2rem;
  }
}.footer .in_footer .footer__info div a {
  display: block;
  width: 100%;
  padding: 12px 0;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #0b41a0;
}.footer .in_footer .footer__info div a:hover {
  background: #0b41a0;
  color: #fff;
}.footer .in_footer .footer__info div a:hover span {
  background: #fff;
}.footer .in_footer .footer__info div a:hover span svg {
  fill: #0b41a0;
}.footer .in_footer .footer__info div a span {
  display: inline-block;
  height: 33px;
  width: 33px;
  margin-right: 15px;
  background: #0b41a0;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}.footer .in_footer .footer__info div a span svg {
  height: 14px;
  width: 18px;
  vertical-align: bottom;
  fill: #fff;
}.footer__policy {
  background: #fff;
}.footer__policy .in_footer {
  display: flex;
  padding: 20px 0;
  justify-content: space-between;
  font-size: 1.4rem;
}@media screen and (max-width: 768px) {
  .footer__policy .in_footer {
    display: block;
    padding: 30px 0 20px;
    text-align: center;
  }
}.footer__policy .in_footer a {
  position: relative;
  padding: 0 20px;
  color: #333;
}.footer__policy .in_footer a::after, .footer__policy .in_footer a::before {
  position: absolute;
  content: '';
  display: inline-block;
  height: 20px;
  width: 1px;
  background: #eaeaea;
}.footer__policy .in_footer a::before {
  right: 0;
}.footer__policy .in_footer a::after {
  left: 0;
}@media screen and (max-width: 768px) {
  .footer__policy .in_footer .copyright {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #dfdfdf;
    font-size: 1.2rem;
  }
}.footer_pagetop {
  border-top: 2px solid #e3e8f0;
}.footer_pagetop a {
  display: block;
  padding: 20px 0;
  text-align: center;
}.footer_pagetop a, .footer_pagetop a:visited, .footer_pagetop a:hover {
  color: #333;
}@media print, screen and (min-width: 769px) {
  .footer_pagetop a:hover {
    background: #e3e8f0;
  }.footer_pagetop a:hover::before {
    transform: translateY(-3px) rotate(180deg);
  }
}.footer_pagetop a::before {
  content: '';
  display: inline-block;
  margin: 0 15px 0 0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 11.3 7\'%3E%3Cpath fill=\'%231392FB\' d=\'M11,0.3c-0.4-0.4-1-0.4-1.4,0c0,0,0,0,0,0l-4,4l-4-4c-0.4-0.4-1-0.4-1.4,0C0.1,0.5,0,0.7,0,1	c0,0.3,0.1,0.5,0.3,0.7L5.6,7L11,1.7C11.3,1.3,11.3,0.7,11,0.3z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  transform: rotate(180deg);
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .footer_pagetop a::before {
    height: 17px;
    width: 17px;
    background-size: 17px;
  }
}@media screen and (max-width: 768px) {
  .footer_pagetop a::before {
    height: 15px;
    width: 15px;
    background-size: 15px;
  }
}.footer_copy {
  display: block;
  padding: 20px 0;
  border-top: 2px solid #d2d2d2;
  font-size: 1.5rem;
  text-align: center;
}@media screen and (max-width: 768px) {
  .footer_copy {
    font-size: 1.2rem;
  }
}.main {
  padding: 130px 0 0;
}@media screen and (max-width: 768px) {
  .main {
    padding: 50px 0 0;
  }
}.page_inner {
  width: 1100px;
  margin: 0 auto;
  padding: 80px 0 100px;
}@media screen and (max-width: 768px) {
  .page_inner {
    width: auto;
  }
}@media screen and (max-width: 768px) {
  .page_inner {
    padding: 35px 20px 50px;
  }
}.page_inner_bg {
  margin: 100px calc(-50vw + 550px) 0;
  padding: 100px calc(50vw - 550px);
  background: #f6f9fb;
}@media screen and (max-width: 768px) {
  .page_inner_bg {
    margin: 60px -20px 0;
    padding: 35px 20px 50px;
  }
}.page_inner_bg:first-child {
  margin: 0;
}.page_inner_bg .btn03 {
  background: #fff;
  border: none;
  box-shadow: 0 3px 6px rgba(119,131,139,0.16);
}@media print, screen and (min-width: 769px) {
  .page_inner_bg .btn03:hover {
    box-shadow: none;
  }
}@media print, screen and (min-width: 769px) {
  .page_inner._column {
    display: flex;
    justify-content: space-between;
  }.page_inner._column .pagelist_column {
    width: 270px;
  }.page_inner._column .page_column {
    width: 750px;
  }
}.pagelist_heading a {
  position: relative;
  display: block;
  padding: 0 0 0 40px;
}.pagelist_heading a::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #1392fb;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #1392fb;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .pagelist_heading a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .pagelist_heading a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .pagelist_heading a.hover::after, .pagelist_heading a:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%231392FB\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.pagelist_heading a, .pagelist_heading a:visited, .pagelist_heading a:hover {
  color: #333;
}@media print, screen and (min-width: 769px) {
  .pagelist_heading a:hover {
    color: #1392fb;
  }
}@media screen and (max-width: 768px) {
  .pagelist_heading a {
    padding: 0 0 0 35px;
  }
}.pagelist_heading a::after {
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
}.pagelist_item {
  border-top: 2px solid #e3e8f0;
}.pagelist_link {
  position: relative;
  display: block;
}.pagelist_link, .pagelist_link:visited, .pagelist_link:hover {
  color: #333;
}.pagelist_link::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #1392fb;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #1392fb;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .pagelist_link::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .pagelist_link::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .pagelist_link.hover::after, .pagelist_link:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%231392FB\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}@media print, screen and (min-width: 769px) {
  .pagelist_link:hover {
    color: #1392fb;
  }
}.pagelist_link::after {
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
}.pagelist_s_link {
  position: relative;
  display: block;
}.pagelist_s_link, .pagelist_s_link:visited, .pagelist_s_link:hover {
  color: #333;
}.pagelist_s_link::after {
  position: absolute;
  content: '';
  display: block;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%231392FB\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .pagelist_s_link::after {
    height: 14px;
    width: 14px;
    background-size: 14px;
  }
}@media screen and (max-width: 768px) {
  .pagelist_s_link::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .pagelist_s_link:hover::after {
    transform: translateX(4px);
  }
}@media print, screen and (min-width: 769px) {
  .pagelist_s_link:hover {
    color: #1392fb;
  }
}.pagelist_s_link::after {
  left: 0;
  top: 12px;
}@media screen and (max-width: 768px) {
  .pagelist_s_link::after {
    top: 6px;
  }
}.pagelist_door .pagelist {
  margin: 30px 0 0;
  padding: 20px 30px;
  background: #fff;
  border-radius: 10px;
}@media screen and (max-width: 768px) {
  .pagelist_door .pagelist {
    margin: 15px 0 0;
    padding: 10px 15px;
  }
}.pagelist_door .pagelist_box {
  margin: 40px 0 0;
  padding: 40px;
  background: #f6f9fb;
  border: 2px solid #e3e8f0;
  border-radius: 10px;
}.pagelist_door .pagelist_box:first-child {
  margin: 0;
}@media screen and (max-width: 768px) {
  .pagelist_door .pagelist_box {
    padding: 20px;
  }
}.pagelist_door .pagelist_heading {
  font-size: 3rem;
}@media screen and (max-width: 768px) {
  .pagelist_door .pagelist_heading {
    font-size: 1.8rem;
  }
}.pagelist_door .pagelist_item:first-child {
  border-top: none;
}.pagelist_door .pagelist_link {
  padding: 22px 0 22px 45px;
  font-size: 1.8rem;
}@media screen and (max-width: 768px) {
  .pagelist_door .pagelist_link {
    padding: 15px 0 15px 35px;
    font-size: 1.5rem;
  }
}.pagelist_door .pagelist_s {
  padding: 0 0 22px;
}@media screen and (max-width: 768px) {
  .pagelist_door .pagelist_s {
    padding: 0 0 15px;
  }
}.pagelist_door .pagelist_s_link {
  margin: 0 0 0 45px;
  padding: 6px 0 6px 26px;
}@media screen and (max-width: 768px) {
  .pagelist_door .pagelist_s_link {
    margin: 0 0 0 35px;
  }
}@media screen and (max-width: 768px) {
  .pagelist_column {
    margin: 0 0 20px;
    border: 1px solid #e3e8f0;
    border-radius: 10px;
  }
}.pagelist_column .pagelist {
  background: #f6f9fb;
}@media screen and (max-width: 768px) {
  .pagelist_column .pagelist_nav {
    display: none;
  }
}.pagelist_column .pagelist_box {
  border-bottom: 2px solid #e3e8f0;
}.pagelist_column .pagelist_box:first-of-type {
  border-top: 4px solid #0b41a0;
}@media screen and (max-width: 768px) {
  .pagelist_column .pagelist_box:last-of-type {
    border-bottom: none;
  }
}.pagelist_column .pagelist_heading {
  padding: 16px 0;
  font-size: 1.8rem;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .pagelist_column .pagelist_heading {
    padding: 12px 10px;
    font-size: 1.6rem;
  }
}.pagelist_column .pagelist_heading a {
  padding: 0 0 0 35px;
}@media screen and (max-width: 768px) {
  .pagelist_column .pagelist_heading a {
    padding: 0 0 0 25px;
  }
}.pagelist_column .pagelist_heading a::after {
  left: 5px;
  height: 20px;
  width: 20px;
  background-size: 7px;
}@media screen and (max-width: 768px) {
  .pagelist_column .pagelist_heading a::after {
    left: 0;
    height: 18px;
    width: 18px;
    background-size: 6px;
  }
}.pagelist_column .pagelist_heading._active {
  background: #1392fb;
}.pagelist_column .pagelist_heading._active a, .pagelist_column .pagelist_heading._active a:visited, .pagelist_column .pagelist_heading._active a:hover {
  color: #fff;
}.pagelist_column .pagelist_heading._active a::after {
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%231392FB\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
}.pagelist_column .pagelist_link {
  padding: 16px 0 16px 45px;
  font-size: 1.7rem;
}@media screen and (max-width: 768px) {
  .pagelist_column .pagelist_link {
    padding: 10px 0 10px 35px;
    font-size: 1.4rem;
  }
}.pagelist_column .pagelist_link::after {
  left: 15px;
  height: 20px;
  width: 20px;
  background-size: 7px;
}@media screen and (max-width: 768px) {
  .pagelist_column .pagelist_link::after {
    left: 10px;
    height: 18px;
    width: 18px;
    background-size: 6px;
  }
}.pagelist_column .pagelist_link._active {
  background: #1392fb;
}.pagelist_column .pagelist_link._active, .pagelist_column .pagelist_link._active:visited, .pagelist_column .pagelist_link._active:hover {
  color: #fff;
}.pagelist_column .pagelist_link._active::after {
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%231392FB\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
}.pagelist_column .pagelist_s_link {
  padding: 7px 0 7px 71px;
  font-size: 1.5rem;
}@media screen and (max-width: 768px) {
  .pagelist_column .pagelist_s_link {
    padding: 6px 0 6px 61px;
    font-size: 1.3rem;
  }
}.pagelist_column .pagelist_s_link::after {
  left: 45px;
}@media screen and (max-width: 768px) {
  .pagelist_column .pagelist_s_link::after {
    left: 35px;
  }
}.pagelist_column .pagelist_s_link._active {
  background-color: #1392fb;
}.pagelist_column .pagelist_s_link._active, .pagelist_column .pagelist_s_link._active:visited, .pagelist_column .pagelist_s_link._active:hover {
  color: #fff;
}.pagelist_column .pagelist_s_link._active::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
}.pagelist_btn {
  position: relative;
  display: block;
  padding: 15px 50px 15px 15px;
  text-decoration: underline;
}.pagelist_btn::before {
  position: absolute;
  bottom: 0;
  right: 15px;
  top: 0;
  content: '';
  height: 24px;
  width: 24px;
  margin: auto;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  transition: all 0.5s ease 0s;
}.pagelist_btn::after {
  position: absolute;
  bottom: 0;
  right: 18px;
  top: 10px;
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin: auto;
  border: 5px solid transparent;
  border-left: 9px solid #1392fb;
  border-right: 9px solid transparent;
  transform: rotate(90deg);
}.pagelist_btn._active::before {
  transform: rotate(180deg);
}.pagelist_btn._active::after {
  top: -10px;
  transform: rotate(270deg);
}.ve-red {
  color: #c00;
}.ve-blue {
  color: #0b41a0;
}.ve-bold {
  font-weight: 700;
}.ve-fsize_s {
  font-size: 1.4rem;
}@media screen and (max-width: 768px) {
  .ve-fsize_s {
    font-size: 1.2rem;
  }
}.ve-fsize_l {
  font-size: 1.8rem;
}@media screen and (max-width: 768px) {
  .ve-fsize_l {
    font-size: 1.6rem;
  }
}.gnav_btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  height: 50px;
  width: 84px;
  justify-content: center;
  background: #0b41a0;
  color: #fff;
  font-size: 1rem;
  align-items: center;
}.gnav_btn svg {
  height: 14px;
  width: 20px;
  margin: 0 4px 0 0;
  fill: #fff;
}.gnav_btn svg .menu01, .gnav_btn svg .menu02, .gnav_btn svg .menu03 {
  transition: all 0.5s ease 0s;
}.gnav_btn._close .menu01 {
  transform: rotate(45deg) translate(2px, -3px);
}.gnav_btn._close .menu02 {
  opacity: 0;
}.gnav_btn._close .menu03 {
  transform: rotate(-45deg) translate(-8px, -1px);
}.gnav_oitem {
  position: absolute;
}@media print, screen and (min-width: 769px) {
  .gnav_oitem {
    left: calc(50vw + 320px);
    top: 92px;
    width: 230px;
  }
}@media screen and (max-width: 768px) {
  .gnav_oitem {
    right: 84px;
    top: 0;
    width: 60px;
  }.gnav_oitem a {
    display: flex;
    height: 50px;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    border-radius: 0;
    font-size: 1rem;
    align-items: center;
    line-height: 1;
    text-decoration: none;
  }.gnav_oitem a i {
    height: 16px;
    width: 16px;
    margin: 0 0 5px;
    background: transparent;
    border-radius: 0;
  }.gnav_oitem a i svg {
    fill: #fff;
  }
}.gnav_sitesearch {
  padding: 10px 8px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  font-size: 1.5rem;
}@media print, screen and (min-width: 769px) {
  .gnav_sitesearch {
    position: absolute;
    right: 335px;
    top: 20px;
    width: 240px;
  }
}@media screen and (max-width: 768px) {
  .gnav_sitesearch {
    border-color: #fff;
    color: #fff;
  }
}@media screen and (max-width: 768px) {
  .gnav_box {
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
    overflow-y: auto;
    height: calc(100vh - 50px);
    width: 100%;
    padding: 30px;
    background: #0b41a0;
    color: #fff;
  }
}@media print, screen and (min-width: 769px) {
  .gnav_list {
    display: flex;
    align-items: center;
  }
}@media print, screen and (min-width: 769px) {
  .gnav_item {
    width: 218px;
  }
}@media screen and (max-width: 768px) {
  .gnav_item {
    border-bottom: 2px solid #fff;
  }
}.gnav_link {
  cursor: pointer;
  position: relative;
  display: block;
  letter-spacing: 0.08em;
  transition: all 0.5s ease 0s;
}.gnav_link, .gnav_link:visited, .gnav_link:hover {
  color: #fff;
}@media print, screen and (min-width: 769px) {
  .gnav_link {
    padding: 22px 0;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
  }.gnav_link:hover, .gnav_link._active {
    background: #002547;
  }
}@media screen and (max-width: 768px) {
  .gnav_link {
    padding: 20px 0 20px 20px;
    font-size: 1.6rem;
  }.gnav_link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin: auto;
    border: 5px solid transparent;
    border-left: 9px solid #fff;
    border-right: 9px solid transparent;
  }
}@media print, screen and (min-width: 769px) {
  .gnav_link._withdetails::after {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    content: '';
    display: block;
    height: 7px;
    width: 11.3px;
    margin: auto;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 11.3 7\'%3E%3Cpath fill=\'%23fff\' d=\'M11,0.3c-0.4-0.4-1-0.4-1.4,0c0,0,0,0,0,0l-4,4l-4-4c-0.4-0.4-1-0.4-1.4,0C0.1,0.5,0,0.7,0,1	c0,0.3,0.1,0.5,0.3,0.7L5.6,7L11,1.7C11.3,1.3,11.3,0.7,11,0.3z\' /%3E%3C/svg%3E');
    background-repeat: no-repeat;
    transition: all 0.5s ease 0s;
  }.gnav_link._withdetails._active::after {
    transform: rotate(180deg);
  }
}@media screen and (max-width: 768px) {
  .gnav_link._withdetails {
    padding: 20px 25px 20px 0;
  }.gnav_link._withdetails::before {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    content: '';
    height: 25px;
    width: 25px;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
  }.gnav_link._withdetails::after {
    left: auto;
    right: 3.5px;
    top: 11px;
    transform: rotate(90deg);
  }.gnav_link._withdetails._active::before {
    transform: rotate(180deg);
  }.gnav_link._withdetails._active::after {
    top: -8px;
    transform: rotate(270deg);
  }
}.gnav_details {
  display: none;
}@media print, screen and (min-width: 769px) {
  .gnav_details {
    position: absolute;
    left: 0;
    height: calc(100vh - 145px);
    width: 100vw;
    background: rgba(0,0,0,0.5);
  }
}@media screen and (max-width: 768px) {
  .gnav_details {
    padding: 0 20px;
    background: rgba(19,146,251,0.3);
  }
}.gnav_details_inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}@media screen and (max-width: 768px) {
  .gnav_details_inner {
    width: auto;
  }
}@media print, screen and (min-width: 769px) {
  .gnav_details_inner {
    margin-top: 40px;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .gnav_details_heading {
    padding: 0 0 10px;
    border-bottom: 1px solid #e3e3e3;
  }
}@media screen and (max-width: 768px) {
  .gnav_details_heading {
    padding: 20px 0 0;
  }
}.gnav_details_heading a {
  display: inline-block;
  color: #0b41a0;
  font-family: 'Kiwi Maru',serif;
  font-size: 2.4rem;
}@media screen and (max-width: 768px) {
  .gnav_details_heading a {
    display: block;
    padding: 15px;
    border: 1px solid #fff;
    font-size: 1.6rem;
  }.gnav_details_heading a, .gnav_details_heading a:visited, .gnav_details_heading a:hover {
    color: #fff;
  }
}.gnav_details_close {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 45px;
  padding: 0 0 0 28px;
  color: #0b41a0;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all 0.5s ease 0s;
}.gnav_details_close::before, .gnav_details_close::after {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  content: '';
  display: block;
  height: 2px;
  width: 20px;
  margin: auto;
  background: #0b41a0;
  transition: all 0.5s ease 0s;
}.gnav_details_close::before {
  transform: rotate(-45deg);
}.gnav_details_close::after {
  transform: rotate(45deg);
}.gnav_details_close:hover {
  color: #1392fb;
}.gnav_details_close:hover::before, .gnav_details_close:hover::after {
  background: #1392fb;
}@media print, screen and (min-width: 769px) {
  .gnav_details_list {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
  }
}@media print, screen and (min-width: 769px) {
  .gnav_details_item {
    width: 25%;
    padding: 15px 10px 5px;
  }
}@media screen and (max-width: 768px) {
  .gnav_details_item {
    border-top: 1px solid #fff;
  }.gnav_details_item:first-of-type {
    border-top: none;
  }
}.gnav_details_item figure {
  display: flex;
  height: 95px;
  width: 100%;
  padding: 0 30px;
  justify-content: center;
  align-items: center;
}.gnav_details_item figure img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}.gnav_details_link {
  position: relative;
  display: block;
}.gnav_details_link, .gnav_details_link:visited, .gnav_details_link:hover {
  color: #333;
}@media print, screen and (min-width: 769px) {
  .gnav_details_link {
    height: 100%;
    padding: 20px;
    border: 2px solid #b5d0e6;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 rgba(181,208,230,0.4);
    text-decoration: none;
  }.gnav_details_link::after {
    position: absolute;
    content: '';
    display: block;
    background-color: #1392fb;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #1392fb;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
  }
}@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .gnav_details_link::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (min-width: 769px) and (max-width: 768px) {
  .gnav_details_link::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .gnav_details_link.hover::after, .gnav_details_link:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%231392FB\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}@media print, screen and (min-width: 769px) {
  .gnav_details_link::after {
    left: 9px;
    top: 133px;
  }.gnav_details_link:hover {
    border-color: #1392fb;
    box-shadow: none;
  }.gnav_details_link:hover .gnav_details_name {
    color: #1392fb;
    text-decoration: none;
  }.gnav_details_link:hover .gnav_details_txt {
    color: #1392fb;
  }
}.gnav_details_name {
  text-decoration: underline;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .gnav_details_name {
    padding: 10px 0 0 30px;
    color: #0b41a0;
    font-weight: 700;
  }
}@media screen and (max-width: 768px) {
  .gnav_details_name {
    padding: 20px 0 20px 15px;
    color: #fff;
  }.gnav_details_name::after {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin: auto;
    border: 5px solid transparent;
    border-left: 9px solid #fff;
    border-right: 9px solid transparent;
  }
}.gnav_details_txt {
  padding: 5px 0 0 30px;
  font-size: 1.4rem;
  transition: all 0.5s ease 0s;
}.gnav_slist {
  font-size: 1.5rem;
}@media print, screen and (min-width: 769px) {
  .gnav_slist {
    position: absolute;
    right: 200px;
    top: 30px;
  }
}@media screen and (max-width: 768px) {
  .gnav_slist {
    display: flex;
    padding: 30px 0 0;
    justify-content: center;
  }
}.gnav_sitem {
  border-right: 1px solid #fff;
}.gnav_sitem:first-of-type {
  border-left: 1px solid #fff;
}.gnav_slink {
  display: block;
}@media print, screen and (min-width: 769px) {
  .gnav_slink {
    position: relative;
    padding: 0 22px 0 0;
  }.gnav_slink, .gnav_slink:visited, .gnav_slink:hover {
    color: #333;
  }.gnav_slink::before {
    position: absolute;
    right: 0;
    top: 5px;
    content: '';
    height: 14px;
    width: 14px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 14 14\'%3E%3Cpath fill=\'%230B41A0\' d=\'M0,14h11V3H0V14z M1,4h9v9H1V4z M14,0v11h-1.8l0-1H13V1H4v0.9H3V0H14z\' /%3E%3C/svg%3E');
  }
}@media screen and (max-width: 768px) {
  .gnav_slink {
    display: block;
    padding: 0 18px;
    font-size: 1.4rem;
  }.gnav_slink, .gnav_slink:visited, .gnav_slink:hover {
    color: #fff;
  }
}.gnav .sp_nav a {
  display: block;
  margin: 0 0 15px;
  padding: 10px 15px;
  background: rgba(255,255,255,0.1);
  font-size: 1.4rem;
}.gnav .sp_nav a, .gnav .sp_nav a:visited, .gnav .sp_nav a:hover {
  color: #fff;
}.pnkz {
  top: 125px;
  z-index: 8;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e3e8f0;
  border-top: 1px solid #e3e8f0;
  transition: all 0.5s ease 0s;
}@media screen and (max-width: 768px) {
  .pnkz {
    top: 35px;
  }
}.pnkz_list {
  display: flex;
  width: 1100px;
  margin: 0 auto;
}@media screen and (max-width: 768px) {
  .pnkz_list {
    width: auto;
  }
}@media print, screen and (min-width: 769px) {
  .pnkz_list {
    padding: 12px 0;
    flex-wrap: wrap;
    font-size: 1.5rem;
  }
}@media screen and (max-width: 768px) {
  .pnkz_list {
    overflow-x: auto;
    padding: 10px;
    font-size: 1.3rem;
  }
}.pnkz_list li {
  position: relative;
  padding: 0 30px 0 0;
  color: #a3aab5;
}@media screen and (max-width: 768px) {
  .pnkz_list li {
    white-space: nowrap;
  }
}.pnkz_list li::after {
  position: absolute;
  bottom: 0;
  right: 6px;
  top: 0;
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  margin: auto;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 11.3 7\'%3E%3Cpath fill=\'%23A3AAB5\' d=\'M11,0.3c-0.4-0.4-1-0.4-1.4,0c0,0,0,0,0,0l-4,4l-4-4c-0.4-0.4-1-0.4-1.4,0C0.1,0.5,0,0.7,0,1	c0,0.3,0.1,0.5,0.3,0.7L5.6,7L11,1.7C11.3,1.3,11.3,0.7,11,0.3z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  transform: rotate(-90deg);
  transition: all 0.5s ease 0s;
}.pnkz_list li:last-of-type {
  color: #333;
}.pnkz_list li:last-of-type::after {
  display: none;
}.pnkz_list li a {
  display: inline-block;
  color: #a3aab5;
}._fixed .pnkz {
  position: fixed;
  top: 130px;
}@media screen and (max-width: 768px) {
  ._fixed .pnkz {
    top: 50px;
  }
}.box_txt {
  margin: 30px 0 0;
  line-height: 1.9;
}@media screen and (max-width: 768px) {
  .box_txt {
    margin: 15px 0 0;
  }
}.box_txt_s {
  margin: 20px 0 0;
  line-height: 1.9;
}@media screen and (max-width: 768px) {
  .box_txt_s {
    margin: 10px 0 0;
  }
}.box_txt_link {
  margin: 30px 0 0;
  padding: 40px;
  background: #f6f9fb;
  border: 2px solid #e3e8f0;
  border-radius: 10px;
  line-height: 1.9;
}@media screen and (max-width: 768px) {
  .box_txt_link {
    margin: 15px 0 0;
    padding: 20px;
  }
}.box_txt_link a {
  position: relative;
  display: inline-block;
  padding: 0 28px 0 0;
}.box_txt_link a, .box_txt_link a:visited, .box_txt_link a:hover {
  color: #333;
}@media screen and (max-width: 768px) {
  .box_txt_link a {
    padding: 0 22px 0 0;
  }
}.box_txt_link a::after {
  position: absolute;
  bottom: 0;
  right: 11px;
  top: 0;
  content: '';
  height: 14px;
  width: 1px;
  margin: auto;
  background: #d2d2d2;
  transform: rotate(30deg);
}@media screen and (max-width: 768px) {
  .box_txt_link a::after {
    right: 11px;
    height: 12px;
  }
}@media print, screen and (min-width: 769px) {
  .box_txt_link a:hover, .box_txt_link a:hover:visited, .box_txt_link a:hover:hover {
    color: #1392fb;
  }
}.box_txt_link a:last-of-type {
  padding: 0;
}.box_txt_link a:last-of-type::after {
  display: none;
}.box_img {
  margin: 30px 0 0;
  text-align: center;
}@media screen and (max-width: 768px) {
  .box_img {
    margin: 15px 0 0;
  }
}.box_img img {
  width: auto;
  max-width: 100%;
}@media print, screen and (min-width: 769px) {
  .box_column {
    display: flex;
    margin: 30px 0 0;
    justify-content: space-between;
  }.box_column > .box_txt, .box_column .box_img {
    width: 49%;
    margin: 0;
  }.box_column > .box_txt .box_txt, .box_column .box_img .box_txt {
    margin: 15px 0 0;
  }
}@media screen and (max-width: 768px) {
  .box_column {
    margin: 15px 0 0;
  }.box_column > .box_txt .box_txt, .box_column .box_img .box_txt {
    margin: 5px 0 0;
  }
}.box_bg01, .box_bg02, .box_bg03 {
  margin: 30px 0 0;
}@media screen and (max-width: 768px) {
  .box_bg01, .box_bg02, .box_bg03 {
    margin: 15px 0 0;
  }
}.box_bg01 {
  padding: 50px;
  border: 2px solid #e3e8f0;
}@media screen and (max-width: 768px) {
  .box_bg01 {
    padding: 30px;
  }
}.box_bg02 {
  padding: 40px;
  background: #f6f9fb;
}@media screen and (max-width: 768px) {
  .box_bg02 {
    padding: 25px;
  }
}.box_bg03 {
  padding: 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(119,131,139,0.16);
}@media screen and (max-width: 768px) {
  .box_bg03 {
    padding: 30px;
  }
}.box_checkin {
  padding: 20px 0;
  background: #1392fb;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}@media screen and (max-width: 768px) {
  .box_checkin {
    padding: 20px 10px;
    font-size: 1.3rem;
  }
}@media screen and (max-width: 768px) {
  .box_checkin span {
    display: block;
  }
}.box_checkin svg {
  height: 28px;
  width: 28px;
  margin-right: 10px;
  vertical-align: middle;
  fill: #fff;
}@media screen and (max-width: 768px) {
  .box_checkin svg {
    height: 40px;
    width: 40px;
    margin: 0 0 10px 0;
  }
}.box_checkin._caution {
  background: #fff;
  border: 4px solid #1392fb;
  color: #1392fb;
}.box_checkin._caution svg {
  fill: #1392fb;
}.heading_page {
  color: #0b41a0;
  font-family: 'Kiwi Maru',serif;
  letter-spacing: 0.05em;
  text-align: center;
}@media print, screen and (min-width: 769px) {
  .heading_page {
    padding: 50px 0;
    font-size: 5rem;
  }
}@media screen and (max-width: 768px) {
  .heading_page {
    padding: 22px 0;
    font-size: 2.4rem;
  }
}.heading_page02 {
  color: #0b41a0;
  font-family: 'Kiwi Maru',serif;
  letter-spacing: 0.05em;
  text-align: center;
}@media print, screen and (min-width: 769px) {
  .heading_page02 {
    padding: 0 0 40px;
    font-size: 3.6rem;
  }
}@media screen and (max-width: 768px) {
  .heading_page02 {
    padding: 0 0 20px;
    font-size: 2rem;
  }
}.heading_page02 .icon {
  margin-right: 2px;
}.heading_page02 .icon img {
  width: 40px;
  margin-bottom: 10px;
}@media screen and (max-width: 768px) {
  .heading_page02 .icon img {
    width: 30px;
    margin-bottom: 2px;
  }
}.heading01 {
  position: relative;
  border-top: 2px solid #e3e8f0;
  font-weight: 500;
  letter-spacing: 0.075em;
}@media print, screen and (min-width: 769px) {
  .heading01 {
    margin: 100px 0 0;
    padding: 20px 0 0;
    font-size: 3.8rem;
  }
}@media screen and (max-width: 768px) {
  .heading01 {
    margin: 60px 0 0;
    padding: 15px 0 0;
    font-size: 2rem;
  }
}.heading01::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: '';
  height: 4px;
  width: 60px;
  background: #0b41a0;
}.heading01:first-child {
  margin: 0;
}.heading02 {
  position: relative;
  border-top: 2px solid #e3e8f0;
  font-weight: 500;
  letter-spacing: 0.075em;
}@media print, screen and (min-width: 769px) {
  .heading02 {
    margin: 60px 0 0;
    padding: 20px 0 0;
    font-size: 3rem;
  }
}@media screen and (max-width: 768px) {
  .heading02 {
    margin: 30px 0 0;
    padding: 15px 0 0;
    font-size: 1.8rem;
  }
}.heading02::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: '';
  height: 2px;
  width: 60px;
  background: #0b41a0;
}.heading02:first-child {
  margin: 0;
}.heading03 {
  padding: 0 0 0 10px;
  border-left: 4px solid #0b41a0;
  font-weight: 500;
  letter-spacing: 0.075em;
}@media print, screen and (min-width: 769px) {
  .heading03 {
    margin: 30px 0 0;
    font-size: 2.4rem;
  }
}@media screen and (max-width: 768px) {
  .heading03 {
    margin: 20px 0 0;
    font-size: 1.5rem;
  }
}.heading03:first-child {
  margin: 0;
}.heading04 {
  font-weight: 700;
}@media print, screen and (min-width: 769px) {
  .heading04 {
    margin: 30px 0 0;
    font-size: 1.8rem;
  }
}@media screen and (max-width: 768px) {
  .heading04 {
    margin: 20px 0 0;
    font-size: 1.5rem;
  }
}.heading04:first-child {
  margin: 0;
}.heading05 {
  font-weight: 700;
  letter-spacing: 0.075em;
}@media print, screen and (min-width: 769px) {
  .heading05 {
    margin: 30px 0 0;
    font-size: 2.2rem;
  }
}@media screen and (max-width: 768px) {
  .heading05 {
    margin: 20px 0 0;
    font-size: 1.6rem;
  }
}.heading05:first-child {
  margin: 0;
}.btn_box {
  display: flex;
  margin: 40px 0 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}.btn_box_column2, .btn_box_column3 {
  margin: 20px 0 0;
}.btn_box_column2.btn_anc a, .btn_box_column3.btn_anc a {
  margin: 10px 0 0 0;
}.btn_box_column2 > div, .btn_box_column3 > div {
  display: flex;
  flex-wrap: wrap;
}@media print, screen and (min-width: 769px) {
  .btn_box_column2 > div, .btn_box_column3 > div {
    justify-content: space-between;
  }
}.btn_box_column2 a, .btn_box_column2 button, .btn_box_column3 a, .btn_box_column3 button {
  width: 100%;
}@media print, screen and (min-width: 769px) {
  .btn_box_column2 a, .btn_box_column2 button {
    width: 49%;
  }
}@media print, screen and (min-width: 769px) {
  .btn_box_column3 a, .btn_box_column3 button {
    width: 32%;
  }
}.btn_box_column3_pdf {
  display: flex;
  flex-wrap: wrap;
}.btn_box_column3_pdf > div {
  width: 32%;
  margin-right: 2%;
}@media screen and (max-width: 768px) {
  .btn_box_column3_pdf > div {
    width: 100%;
    margin: 0 0 10px;
  }
}.btn_box_column3_pdf > div:last-child {
  margin-right: 0;
}.btn_box_column3_pdf .btn_icon figure {
  left: 20px;
}@media screen and (max-width: 768px) {
  .btn_box_column3_pdf .btn_icon figure {
    left: 15px;
  }
}.btn_login {
  display: block;
  padding: 5px 15px 5px 5px;
  background: #f5860f;
  border-radius: 30px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
}@media screen and (max-width: 768px) {
  .btn_login {
    text-align: center;
  }
}.btn_login:visited {
  color: #fff;
}.btn_login:hover {
  background: #fff;
  color: #f5860f;
}.btn_login:hover i {
  background: #f5860f;
}.btn_login:hover i svg {
  fill: #fff;
}.btn_login i {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 0 8px 0 0;
  background: #fff;
  border-radius: 50%;
  vertical-align: top;
  transition: all 0.5s ease 0s;
}.btn_login i svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 16px;
  width: 16px;
  margin: auto;
  transition: all 0.5s ease 0s;
  fill: #f5860f;
}.btn_login._large {
  padding: 13px 13px 13px 13px;
  border: 2px solid #fff;
}.btn_login._large:hover {
  border-color: #f5860f;
}.btn01 a, .btn01 button {
  position: relative;
  display: block;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  font-family: 'Kiwi Maru',serif;
  text-align: center;
  text-decoration: none;
}.btn01 a._kyosai, .btn01 button._kyosai {
  border-color: #f5860f;
  color: #f5860f;
}.btn01 a._kyosai::after, .btn01 button._kyosai::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #f5860f;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #f5860f;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .btn01 a._kyosai::after, .btn01 button._kyosai::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .btn01 a._kyosai::after, .btn01 button._kyosai::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .btn01 a._kyosai.hover::after, .btn01 a._kyosai:hover::after, .btn01 button._kyosai.hover::after, .btn01 button._kyosai:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23F5860F\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.btn01 a._gojo, .btn01 button._gojo {
  border-color: #04a78e;
  color: #04a78e;
}.btn01 a._gojo::after, .btn01 button._gojo::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #04a78e;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #04a78e;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .btn01 a._gojo::after, .btn01 button._gojo::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .btn01 a._gojo::after, .btn01 button._gojo::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .btn01 a._gojo.hover::after, .btn01 a._gojo:hover::after, .btn01 button._gojo.hover::after, .btn01 button._gojo:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%2314A78E\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}@media print, screen and (min-width: 769px) {
  .btn01 a, .btn01 button {
    padding: 20px 0;
    border-radius: 20px;
    font-size: 2.4rem;
  }.btn01 a:hover, .btn01 button:hover {
    color: #fff;
  }.btn01 a:hover._kyosai, .btn01 button:hover._kyosai {
    background: #f5860f;
  }.btn01 a:hover._gojo, .btn01 button:hover._gojo {
    background: #04a78e;
  }
}@media screen and (max-width: 768px) {
  .btn01 a, .btn01 button {
    padding: 15px 0;
    border-radius: 50px;
    font-size: 2rem;
  }
}.btn01 a::after, .btn01 button::after {
  bottom: 0;
  right: 20px;
  top: 0;
  margin: auto;
}.btn02 a, .btn02 button {
  position: relative;
  display: block;
  height: 100%;
  padding: 30px 70px 30px 30px;
  background: #1392fb;
  border: 2px solid #1392fb;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  transition: all 0.5s ease 0s;
}.btn02 a, .btn02 a:visited, .btn02 a:hover, .btn02 button, .btn02 button:visited, .btn02 button:hover {
  color: #fff;
}@media print, screen and (min-width: 769px) {
  .btn02 a, .btn02 button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.8rem;
  }.btn02 a:hover, .btn02 button:hover {
    background: #fff;
    color: #1392fb;
  }
}@media screen and (max-width: 768px) {
  .btn02 a, .btn02 button {
    padding: 17px 50px 17px 20px;
    font-size: 1.5rem;
  }
}.btn02 a::after, .btn02 button::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%231392FB\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .btn02 a::after, .btn02 button::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .btn02 a::after, .btn02 button::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .btn02 a.hover::after, .btn02 a:hover::after, .btn02 button.hover::after, .btn02 button:hover::after {
    background-color: #1392fb;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.btn02 a::after, .btn02 button::after {
  bottom: 0;
  right: 20px;
  top: 0;
  margin: auto;
}@media screen and (max-width: 768px) {
  .btn02 a::after, .btn02 button::after {
    right: 15px;
  }
}.btn02 a._return, .btn02 button._return {
  padding: 30px 30px 30px 80px;
}@media screen and (max-width: 768px) {
  .btn02 a._return, .btn02 button._return {
    padding: 17px 20px 17px 50px;
  }
}.btn02 a._return::after, .btn02 button._return::after {
  bottom: 0;
  left: 20px;
  right: auto;
  top: 0;
  margin: auto;
  transform: rotate(180deg);
}@media screen and (max-width: 768px) {
  .btn02 a._return::after, .btn02 button._return::after {
    right: 15px;
  }
}.btn03 a, .btn03 button {
  position: relative;
  display: block;
  height: 100%;
  background: #f6f9fb;
  border: 2px solid #e3e8f0;
  border-radius: 10px;
  transition: all 0.5s ease 0s;
}.btn03 a, .btn03 a:visited, .btn03 a:hover, .btn03 button, .btn03 button:visited, .btn03 button:hover {
  color: #333;
}@media print, screen and (min-width: 769px) {
  .btn03 a, .btn03 button {
    display: flex;
    height: 100%;
    padding: 30px 60px 30px 30px;
    flex-direction: column;
    justify-content: center;
    font-size: 1.8rem;
  }.btn03 a:hover, .btn03 button:hover {
    background: #1392fb;
    border-color: #1392fb;
    box-shadow: none;
    color: #fff;
  }
}@media screen and (max-width: 768px) {
  .btn03 a, .btn03 button {
    padding: 15px 50px 15px 20px;
    font-size: 1.5rem;
  }
}.btn03 a::after, .btn03 button::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #1392fb;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #1392fb;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .btn03 a::after, .btn03 button::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .btn03 a::after, .btn03 button::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .btn03 a.hover::after, .btn03 a:hover::after, .btn03 button.hover::after, .btn03 button:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%231392FB\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.btn03 a::after, .btn03 button::after {
  bottom: 0;
  right: 20px;
  top: 0;
  margin: auto;
}@media screen and (max-width: 768px) {
  .btn03 a::after, .btn03 button::after {
    right: 15px;
  }
}.btn03 a._pdf, .btn03 button._pdf {
  position: relative;
  padding: 30px 30px 30px 80px;
}@media screen and (max-width: 768px) {
  .btn03 a._pdf, .btn03 button._pdf {
    padding: 15px 20px 15px 50px;
  }
}.btn03 a._pdf svg, .btn03 button._pdf svg {
  position: absolute;
  bottom: 0;
  left: 20px;
  top: 0;
  height: 24px;
  width: 19px;
  margin: auto;
  fill: #1392fb;
}.btn03 a._pdf:hover svg, .btn03 button._pdf:hover svg {
  fill: #fff;
}.btn03 a._pdf::after, .btn03 button._pdf::after {
  display: none;
}.btn04 a, .btn04 button {
  position: relative;
  display: block;
  height: 100%;
  background: #f6f9fb;
  border: 2px solid #e3e8f0;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
}.btn04 a, .btn04 a:visited, .btn04 a:hover, .btn04 button, .btn04 button:visited, .btn04 button:hover {
  color: #333;
}@media print, screen and (min-width: 769px) {
  .btn04 a, .btn04 button {
    display: flex;
    height: 100%;
    padding: 30px 70px 30px 20px;
    flex-direction: column;
    justify-content: center;
    font-size: 1.8rem;
  }.btn04 a:hover, .btn04 button:hover {
    background: #1392fb;
    border-color: #1392fb;
    box-shadow: none;
    color: #fff;
  }
}@media screen and (max-width: 768px) {
  .btn04 a, .btn04 button {
    padding: 17px 50px 17px 20px;
    font-size: 1.5rem;
  }
}.btn04 a::after, .btn04 button::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #1392fb;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #1392fb;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .btn04 a::after, .btn04 button::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .btn04 a::after, .btn04 button::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .btn04 a.hover::after, .btn04 a:hover::after, .btn04 button.hover::after, .btn04 button:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%231392FB\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.btn04 a::after, .btn04 button::after {
  bottom: 0;
  right: 20px;
  top: 0;
  margin: auto;
}.btn04 a._return, .btn04 button._return {
  padding: 30px 30px 30px 80px;
}@media screen and (max-width: 768px) {
  .btn04 a._return, .btn04 button._return {
    display: flex;
    padding: 17px 20px 17px 50px;
    align-items: center;
  }
}.btn04 a._return::after, .btn04 button._return::after {
  bottom: 0;
  left: 20px;
  right: auto;
  top: 0;
  margin: auto;
  transform: rotate(180deg);
}@media screen and (max-width: 768px) {
  .btn04 a._return::after, .btn04 button._return::after {
    left: 15px;
  }
}.btn05 a, .btn05 button {
  position: relative;
  display: block;
  background: #0b41a0;
  border-color: #0b41a0;
  border-style: solid;
  border-width: 2px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}.btn05 a span::before, .btn05 button span::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 15 15\'%3E%3Cpath fill=\'%230B41A0\' d=\'m14,6.5h-5.5V1c0-.552-.448-1-1-1s-1,.448-1,1v5.5H1c-.552,0-1,.448-1,1s.448,1,1,1h5.5v5.5c0,.552.448,1,1,1s1-.448,1-1v-5.5h5.5c.552,0,1-.448,1-1s-.448-1-1-1Z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .btn05 a span::before, .btn05 button span::before {
    height: 33px;
    width: 33px;
    background-size: 15px;
  }
}@media screen and (max-width: 768px) {
  .btn05 a span::before, .btn05 button span::before {
    position: absolute;
    left: 15vw;
    top: 50%;
    height: 22px;
    width: 22px;
    background-size: 10px;
    transform: translate(0, -50%);
  }
}@media print, screen and (min-width: 769px) {
  .btn05 a:hover span::before, .btn05 button:hover span::before {
    background-color: #0b41a0;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 15 15\'%3E%3Cpath fill=\'%23fff\' d=\'m14,6.5h-5.5V1c0-.552-.448-1-1-1s-1,.448-1,1v5.5H1c-.552,0-1,.448-1,1s.448,1,1,1h5.5v5.5c0,.552.448,1,1,1s1-.448,1-1v-5.5h5.5c.552,0,1-.448,1-1s-.448-1-1-1Z\' /%3E%3C/svg%3E');
  }
}@media print, screen and (min-width: 769px) {
  .btn05 a, .btn05 button {
    padding: 20px 0;
    border-radius: 9999px;
    font-size: 1.8rem;
  }.btn05 a:hover, .btn05 button:hover {
    background-color: #fff;
    color: #0b41a0;
  }
}@media screen and (max-width: 768px) {
  .btn05 a, .btn05 button {
    padding: 15px 0 15px 10vw;
    border-radius: 9999px;
    font-size: 1.5rem;
  }
}.btn05 a span, .btn05 button span {
  position: relative;
  text-decoration: underline;
}@media screen and (max-width: 768px) {
  .btn05 a span, .btn05 button span {
    position: static;
  }
}.btn05 a:hover span, .btn05 button:hover span {
  text-decoration: none;
}.btn06 a, .btn06 button {
  position: relative;
  display: block;
  height: 100%;
  background: #fff;
  border: 4px solid #dedede;
  border-radius: 8px;
  transition: all 0.5s ease 0s;
}.btn06 a, .btn06 a:visited, .btn06 a:hover, .btn06 button, .btn06 button:visited, .btn06 button:hover {
  color: #333;
}.btn06 a .icon01, .btn06 button .icon01 {
  height: 39px;
  width: 38px;
  margin-right: 30px;
}@media screen and (max-width: 768px) {
  .btn06 a .icon01, .btn06 button .icon01 {
    height: 27px;
    width: 28px;
    margin-right: 10px;
  }
}.btn06 a .icon02, .btn06 button .icon02 {
  position: relative;
  height: 55px;
  width: 55px;
  margin: 0;
  background: #0b41a0;
  border-radius: 9999px;
}@media screen and (max-width: 768px) {
  .btn06 a .icon02, .btn06 button .icon02 {
    height: 45px;
    width: 45px;
  }
}.btn06 a .icon02 svg, .btn06 button .icon02 svg {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  height: 21px;
  width: 23px;
  transform: translateY(-50%) translateX(-50%);
  fill: #fff;
}@media screen and (max-width: 768px) {
  .btn06 a .icon02 svg, .btn06 button .icon02 svg {
    height: 17px;
    width: 18px;
  }
}.btn06 a .name, .btn06 button .name {
  width: 78%;
}@media screen and (max-width: 768px) {
  .btn06 a .name, .btn06 button .name {
    width: 100%;
  }
}.btn06 a .name dt, .btn06 button .name dt {
  margin-bottom: 10px;
  font-size: 2rem;
  letter-spacing: 0.08em;
  text-align: left;
}@media screen and (max-width: 768px) {
  .btn06 a .name dt, .btn06 button .name dt {
    display: flex;
    font-size: 1.5rem;
    align-items: center;
  }
}@media screen and (max-width: 768px) {
  .btn06 a .name dd, .btn06 button .name dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}.btn06 a .name dd ul, .btn06 button .name dd ul {
  display: flex;
  flex-wrap: wrap;
}@media screen and (max-width: 768px) {
  .btn06 a .name dd ul, .btn06 button .name dd ul {
    width: 78%;
  }
}.btn06 a .name dd ul li, .btn06 button .name dd ul li {
  padding: 0 1.5rem 0.5rem 0;
  letter-spacing: 0.08em;
}@media screen and (max-width: 768px) {
  .btn06 a .name dd ul li, .btn06 button .name dd ul li {
    padding-right: 0;
  }
}@media print, screen and (min-width: 769px) {
  .btn06 a, .btn06 button {
    display: flex;
    height: 100%;
    width: 800px;
    margin: auto;
    padding: 30px 0 30px 40px;
    padding-bottom: 25px;
    font-size: 1.4rem;
    align-items: center;
  }.btn06 a:hover, .btn06 button:hover {
    background: #0b41a0;
    border-color: #0b41a0;
    box-shadow: none;
    color: #fff;
  }.btn06 a:hover .icon02, .btn06 button:hover .icon02 {
    background: #fff;
  }.btn06 a:hover .icon02 svg, .btn06 button:hover .icon02 svg {
    fill: #0b41a0;
  }
}@media screen and (max-width: 768px) {
  .btn06 a, .btn06 button {
    width: 100%;
    padding: 15px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }
}.btn07 {
  text-align: center;
}.btn07 a, .btn07 button {
  position: relative;
  padding-left: 40px;
  color: #333;
}.btn07 a::after, .btn07 button::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #0b41a0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #0b41a0;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .btn07 a::after, .btn07 button::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .btn07 a::after, .btn07 button::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .btn07 a.hover::after, .btn07 a:hover::after, .btn07 button.hover::after, .btn07 button:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%230B41A0\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}@media screen and (max-width: 768px) {
  .btn07 a, .btn07 button {
    padding-left: 30px;
  }
}.btn07 a:hover, .btn07 button:hover {
  color: #0b41a0;
}.btn07 a::after, .btn07 button::after {
  bottom: 0;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  margin: auto;
  background-size: 10px;
}@media screen and (max-width: 768px) {
  .btn07 a::after, .btn07 button::after {
    height: 20px;
    width: 20px;
    background-size: 8px;
  }
}.btn_txt a {
  position: relative;
  position: relative;
  display: block;
  padding: 22px 45px 22px 0;
  border-bottom: 2px solid #e3e8f0;
  font-weight: 700;
}.btn_txt a, .btn_txt a:visited, .btn_txt a:hover {
  color: #333;
}.btn_txt a::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #1392fb;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #1392fb;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .btn_txt a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .btn_txt a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .btn_txt a.hover::after, .btn_txt a:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%231392FB\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}@media print, screen and (min-width: 769px) {
  .btn_txt a:hover {
    color: #1392fb;
  }
}@media screen and (max-width: 768px) {
  .btn_txt a {
    padding: 15px 35px 15px 0;
  }
}.btn_txt a::after {
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
}.btn_txt:first-of-type a {
  border-top: 2px solid #e3e8f0;
}.btn_anc a {
  position: relative;
  display: block;
  background: #f6f9fb;
  border-radius: 10px;
}.btn_anc a, .btn_anc a:visited, .btn_anc a:hover {
  color: #333;
}@media print, screen and (min-width: 769px) {
  .btn_anc a {
    display: flex;
    height: 100%;
    padding: 30px 50px 30px 20px;
    flex-direction: column;
    justify-content: center;
    font-size: 1.8rem;
  }.btn_anc a:hover {
    background: #1392fb;
    border-color: #1392fb;
    box-shadow: none;
    color: #fff;
  }
}@media screen and (max-width: 768px) {
  .btn_anc a {
    padding: 20px 30px 20px 20px;
    font-size: 1.6rem;
  }
}.btn_anc a::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  background-color: #1392fb;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #1392fb;
  border-radius: 0 10px 0 0;
  transform: rotate(90deg);
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .btn_anc a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .btn_anc a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .btn_anc a:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%231392FB\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  }
}.btn_pdf {
  display: inline-block;
  padding: 8px 20px;
  background: #f6f9fb;
  border: 2px solid #e3e8f0;
  border-radius: 10px;
  color: #434343;
}.btn_pdf svg {
  display: inline;
  height: 24px;
  width: 20px;
  margin-right: 10px;
  vertical-align: top;
  fill: #1392fb;
}.btn_add {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 20px;
  background: #fff;
  border: 2px solid #e3e8f0;
  border-radius: 40px;
  transition: all 0.5s ease 0s;
}.btn_add:hover {
  background: #0b41a0;
  border-color: #0b41a0;
  color: #fff;
}.btn_add:hover svg {
  fill: #fff;
}.btn_add svg {
  display: inline;
  height: 24px;
  width: 20px;
  margin-right: 10px;
  vertical-align: top;
  transition: all 0.5s ease 0s;
  fill: #0b41a0;
}.btn_icon {
  position: relative;
}.btn_icon a, .btn_icon button {
  display: block;
  height: 100%;
  padding: 30px 30px 30px 80px;
  background: #0b41a0;
  border: 2px solid #0b41a0;
  border-radius: 50px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  transition: all 0.5s ease 0s;
}@media screen and (max-width: 768px) {
  .btn_icon a, .btn_icon button {
    padding: 20px 20px 20px 60px;
    font-size: 1.6rem;
  }
}.btn_icon a:hover, .btn_icon button:hover {
  background: #fff;
  color: #0b41a0;
}.btn_icon figure {
  position: absolute;
  bottom: 0;
  left: 30px;
  top: 0;
  height: 40px;
  width: 40px;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
}@media screen and (max-width: 768px) {
  .btn_icon figure {
    left: 15px;
  }
}.btn_icon figure svg {
  height: auto;
  height: 20px;
  width: 20px;
  margin-top: -3px;
  vertical-align: middle;
  fill: #0b41a0;
}.btn_icon:hover figure {
  background: #0b41a0;
  transition: all 0.5s ease 0s;
}.btn_icon:hover figure svg {
  fill: #fff;
}.btn_icon._style02 a {
  position: relative;
  background: #f6f9fb;
  border-color: #e3e8f0;
  color: #000;
  font-weight: normal;
}.btn_icon._style02 a figure {
  background-color: #0b41a0;
}.btn_icon._style02 a figure svg {
  fill: #fff;
}.btn_icon._style02:hover a {
  background: #0b41a0;
  border-color: #0b41a0;
  color: #fff;
}.btn_icon._style02:hover a figure {
  background-color: #fff;
}.btn_icon._style02:hover a figure svg {
  fill: #0b41a0;
}.list01 {
  margin: 30px 0 0;
}@media screen and (max-width: 768px) {
  .list01 {
    margin: 20px 0 0;
  }
}.list01:first-child {
  margin: 0;
}.list01 li {
  position: relative;
  padding: 8px 0 8px 16px;
}.list01:not(ol) li::before {
  position: absolute;
  left: 0;
  top: 17px;
  content: '';
  height: 6px;
  width: 6px;
  background: #0b41a0;
  border-radius: 50%;
}@media screen and (max-width: 768px) {
  .list01:not(ol) li::before {
    top: 15px;
  }
}.list01:not(ul) {
  counter-reset: item;
}.list01:not(ul) li {
  padding-left: 22px;
}.list01:not(ul) li::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: counter(item) '.';
  counter-increment: item;
  color: #0b41a0;
  font-weight: 700;
}.list02 {
  margin: 30px 0 0;
  border-bottom: 2px solid #e3e8f0;
}@media screen and (max-width: 768px) {
  .list02 {
    margin: 20px 0 0;
  }
}.list02:first-child {
  margin: 0;
}.list02 li {
  position: relative;
  padding: 14px 0;
  border-top: 2px solid #e3e8f0;
}.list02:not(ul) {
  counter-reset: item;
}.list02:not(ul) li {
  padding-left: 22px;
}.list02:not(ul) li::before {
  position: absolute;
  left: 0;
  top: 14px;
  content: counter(item) '.';
  counter-increment: item;
  color: #0b41a0;
  font-weight: 700;
}.list_d {
  width: 100%;
  margin: 30px 0 0;
  border-bottom: 2px solid #e3e8f0;
}@media screen and (max-width: 768px) {
  .list_d {
    margin: 20px 0 0;
  }
}.list_d:first-child {
  margin: 0;
}.list_d th, .list_d td {
  vertical-align: top;
}.list_d th {
  font-size: 1.8rem;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .list_d th {
    font-size: 1.5rem;
  }
}.list_d:not(._long) th, .list_d:not(._long) td {
  padding: 20px 0;
  border-top: 2px solid #e3e8f0;
}.list_d:not(._long) th {
  width: 25%;
}@media print, screen and (min-width: 769px) {
  .list_d:not(._long) th {
    width: 20%;
  }
}.list_d._long th, .list_d._long td {
  display: block;
}.list_d._long th {
  padding: 20px 0 0;
  border-top: 2px solid #e3e8f0;
}.list_d._long td {
  padding: 10px 0 20px;
}.list_d._type02 {
  border-bottom: 1px solid #bfbfbf;
}.list_d._type02 th, .list_d._type02 td {
  padding: 20px;
}@media screen and (max-width: 768px) {
  .list_d._type02 th, .list_d._type02 td {
    padding: 17px;
  }
}.list_d._type02 th {
  background: #f6f9fb;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
}.list_d._type02 td {
  border-right: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
}.list_d._type02._long td {
  border-left: 1px solid #bfbfbf;
}.tbl01 {
  margin: 30px 0 0;
}@media screen and (max-width: 768px) {
  .tbl01 {
    overflow-x: auto;
    margin: 20px 0 0;
  }
}.tbl01:first-child {
  margin: 0;
}.tbl01 table {
  border: 1px solid #bfbfbf;
  border-collapse: collapse;
}@media print, screen and (min-width: 769px) {
  .tbl01 table {
    width: 100%;
  }
}.tbl01 th, .tbl01 td {
  padding: 20px;
  border: 1px solid #bfbfbf;
}@media screen and (max-width: 768px) {
  .tbl01 th, .tbl01 td {
    padding: 17px;
  }
}.tbl01 th {
  font-size: 1.8rem;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .tbl01 th {
    font-size: 1.5rem;
  }
}.tbl02 {
  margin: 30px 0 0;
}@media screen and (max-width: 768px) {
  .tbl02 {
    overflow-x: auto;
    margin: 20px 0 0;
  }
}.tbl02:first-child {
  margin: 0;
}.tbl02 table {
  border: 1px solid #bfbfbf;
  border-collapse: collapse;
}@media print, screen and (min-width: 769px) {
  .tbl02 table {
    width: 100%;
  }
}.tbl02 th, .tbl02 td {
  padding: 20px;
  border: 1px solid #bfbfbf;
}@media screen and (max-width: 768px) {
  .tbl02 th, .tbl02 td {
    padding: 17px;
  }
}.tbl02 th {
  background: #f6f9fb;
  font-size: 1.8rem;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .tbl02 th {
    font-size: 1.5rem;
  }
}.tbl02 thead th {
  background: #0b41a0;
  color: #fff;
}.tbl03 {
  margin: 15px 0 0;
}@media screen and (max-width: 768px) {
  .tbl03 {
    margin: 5px 0 0;
  }
}.tbl03 th, .tbl03 td {
  padding: 5px 0;
}@media screen and (max-width: 768px) {
  .tbl03 th, .tbl03 td {
    display: block;
  }
}.tbl03 th {
  width: 15%;
  font-size: 1.8rem;
}@media screen and (max-width: 768px) {
  .tbl03 th {
    padding-bottom: 0;
    font-size: 1.6rem;
  }
}@media screen and (max-width: 768px) {
  .tbl03 td {
    padding-top: 0;
  }
}.newslist {
  border-bottom: 2px solid #d2d2d2;
}.newslist.icon_pdf .newslist_item {
  display: flex;
  padding: 15px 20px 15px 15px;
  justify-content: space-between;
  align-items: center;
}@media screen and (max-width: 768px) {
  .newslist.icon_pdf .newslist_item {
    display: block;
    padding: 15px;
  }
}.newslist.icon_pdf .newslist_item a:first-child {
  padding: 0;
}.newslist.icon_pdf .newslist_item a:first-child::after {
  display: none;
}.newslist.icon_pdf .newslist_item a:first-child .newslist_txt {
  width: auto;
}.newslist.icon_pdf .newslist_item .icon {
  position: relative;
  padding-right: 35px;
  color: #0b41a0;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
}@media screen and (max-width: 768px) {
  .newslist.icon_pdf .newslist_item .icon {
    display: block;
    margin-top: 5px;
    padding: 0 28px 0 0;
    font-size: 1.3rem;
    text-align: right;
  }
}.newslist.icon_pdf .newslist_item .icon::before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  height: 24px;
  width: 24px;
  background: #0b41a0;
  border-radius: 100%;
}@media screen and (max-width: 768px) {
  .newslist.icon_pdf .newslist_item .icon::before {
    height: 22px;
    width: 22px;
  }
}.newslist.icon_pdf .newslist_item .icon::after {
  position: absolute;
  right: 6px;
  top: 5px;
  content: '';
  height: 12px;
  width: 12px;
  background: url(/mypage/assets/img/common/icon16.svg) no-repeat center;
  background-size: 100% auto;
}@media screen and (max-width: 768px) {
  .newslist.icon_pdf .newslist_item .icon::after {
    right: 5px;
    top: 4px;
  }
}.newslist.icon_pdf .newslist_item .icon:hover {
  text-decoration: none;
}.newslist_item {
  border-top: 2px solid #d2d2d2;
}.newslist_link {
  position: relative;
  display: block;
  padding: 22px 0;
  text-decoration: none;
}.newslist_link, .newslist_link:visited, .newslist_link:hover {
  color: #333;
}@media print, screen and (min-width: 769px) {
  .newslist_link {
    display: flex;
  }.newslist_link:hover .newslist_day {
    color: #1392fb;
  }.newslist_link:hover .newslist_txt {
    color: #1392fb;
    text-decoration: none;
  }
}@media screen and (max-width: 768px) {
  .newslist_link {
    padding: 15px 35px 15px 0;
  }
}.newslist_link::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #1392fb;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #1392fb;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .newslist_link::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .newslist_link::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .newslist_link.hover::after, .newslist_link:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%231392FB\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.newslist_link::after {
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
}.newslist_day {
  color: #0b41a0;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .newslist_day {
    width: 150px;
    font-size: 1.5rem;
  }
}.newslist_day .unread_icon {
  display: none;
  margin-left: 10px;
  padding: 4px 8px;
  border: 2px solid #c00;
  border-radius: 5px;
  color: #c00;
  font-size: 1.1rem;
  font-weight: bold;
  vertical-align: middle;
}@media screen and (max-width: 768px) {
  .newslist_day .unread_icon {
    margin-left: 10px;
    padding: 2px 6px;
    border: 1px solid #c00;
    font-size: 1rem;
    font-weight: bold;
  }
}.newslist .unread {
  font-weight: bold;
}.newslist .unread .unread_icon {
  display: inline-block;
  vertical-align: baseline;
}.newslist_txt {
  text-decoration: underline;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .newslist_txt {
    width: 920px;
  }
}@media screen and (max-width: 768px) {
  .newslist_txt {
    padding: 3px 0 0;
  }
}.guidelist {
  display: flex;
  margin: 0 -16px;
  flex-wrap: wrap;
}@media screen and (max-width: 768px) {
  .guidelist {
    margin: 0 -5px;
  }
}@media print, screen and (min-width: 769px) {
  .guidelist_item {
    width: 25%;
    padding: 33px 16px 0;
  }.guidelist_item:nth-of-type(-n+4) {
    padding-top: 0;
  }
}@media screen and (max-width: 768px) {
  .guidelist_item {
    width: 50%;
    padding: 10px 5px 0;
  }.guidelist_item:nth-of-type(-n+2) {
    padding-top: 0;
  }
}.guidelist_item figure {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}@media print, screen and (min-width: 769px) {
  .guidelist_item figure {
    height: 150px;
    padding: 0 30px;
  }
}@media screen and (max-width: 768px) {
  .guidelist_item figure {
    height: 80px;
    padding: 0 20px;
  }
}.guidelist_item figure img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}.guidelist_link {
  position: relative;
  display: block;
  height: 100%;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(119,131,139,0.16);
  text-align: center;
  text-decoration: none;
}.guidelist_link::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #1392fb;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #1392fb;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .guidelist_link::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .guidelist_link::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .guidelist_link.hover::after, .guidelist_link:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%231392FB\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.guidelist_link::after {
  bottom: 10px;
  right: 10px;
}@media print, screen and (min-width: 769px) {
  .guidelist_link {
    padding: 40px 20px 50px;
  }.guidelist_link:hover {
    border-color: #1392fb;
    box-shadow: none;
  }.guidelist_link:hover .guidelist_name {
    color: #1392fb;
    text-decoration: none;
  }.guidelist_link:hover .guidelist_txt {
    color: #1392fb;
  }
}@media screen and (max-width: 768px) {
  .guidelist_link {
    padding: 28px 12px 40px;
  }
}.guidelist_name {
  padding: 20px 0 0;
  color: #0b41a0;
  font-size: 2.2rem;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.5s ease 0s;
}@media screen and (max-width: 768px) {
  .guidelist_name {
    padding: 15px 0 0;
    font-size: 1.6rem;
  }
}.guidelist_txt {
  padding: 20px 0 0;
  transition: all 0.5s ease 0s;
}.guidelist_txt, .guidelist_txt:visited, .guidelist_txt:hover {
  color: #333;
}@media screen and (max-width: 768px) {
  .guidelist_txt {
    padding: 10px 0 0;
  }
}.pager {
  margin-top: 60px;
  text-align: center;
}@media screen and (max-width: 768px) {
  .pager {
    margin-top: 30px;
  }
}.pager li {
  display: inline-block;
  vertical-align: middle;
}@media screen and (max-width: 768px) {
  .pager li {
    margin-bottom: 10px;
  }
}.pager li a {
  cursor: pointer;
}.pager li a, .pager li span {
  display: inline-block;
  margin: 0 4px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 1.5rem;
  line-height: 44px;
}@media screen and (max-width: 768px) {
  .pager li a, .pager li span {
    margin: 0 2px;
    padding: 6px 14px;
    font-size: 1.2rem;
    line-height: 24px;
  }
}@media screen and (max-width: 768px) {
  .pager li a span {
    display: none;
  }
}.pager li > span {
  background: #1392fb;
  border: 2px solid #1392fb;
  color: #fff;
}.pager li a {
  display: inline-block;
  border: 2px solid #dedede;
  color: #000;
  text-decoration: none;
}.pager li a:hover {
  border: 2px solid #1392fb;
  color: #1392fb;
}.pager .pager_prev, .pager .pager_next {
  font-size: 1.6rem;
}@media print, screen and (min-width: 769px) {
  .pager .pager_prev, .pager .pager_next {
    padding: 0 16px;
  }
}.pager_prev::before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%231392FB\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  vertical-align: inherit;
  transform: rotate(180deg);
  transition: all 0.5s ease 0s;
}@media screen and (max-width: 768px) {
  .pager_prev::before {
    height: 12px;
    width: 12px;
    margin-right: 5px;
  }
}.pager_next::after {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 10px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%231392FB\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  vertical-align: inherit;
  transition: all 0.5s ease 0s;
}@media screen and (max-width: 768px) {
  .pager_next::after {
    height: 12px;
    width: 12px;
    margin-left: 5px;
  }
}.pager_num {
  margin-top: 20px;
}@media screen and (max-width: 768px) {
  .pager_num {
    margin-top: 10px;
  }
}.pager_num span {
  padding: 0 8px;
  color: #707070;
}.accordion._faq dt {
  padding: 15px 60px 15px 70px;
}@media screen and (max-width: 768px) {
  .accordion._faq dt {
    padding: 10px 50px 10px 45px;
  }
}.accordion._faq dt::before {
  position: absolute;
  left: 20px;
  top: 0;
  content: 'Q.';
  display: inline-block;
  color: #0b41a0;
  font-family: 'Kiwi Maru',serif;
  font-size: 3rem;
  font-weight: normal;
}@media screen and (max-width: 768px) {
  .accordion._faq dt::before {
    left: 10px;
    top: 4px;
    font-size: 2.2rem;
  }
}.accordion._faq dd {
  position: relative;
  margin-top: 10px;
  padding: 15px 15px 15px 70px;
  line-height: 1.9;
}@media screen and (max-width: 768px) {
  .accordion._faq dd {
    padding: 15px 15px 15px 45px;
  }
}.accordion._faq dd::before {
  position: absolute;
  left: 20px;
  top: 0;
  content: 'A.';
  display: inline-block;
  color: #f5860f;
  font-family: 'Kiwi Maru',serif;
  font-size: 3rem;
  font-weight: normal;
}@media screen and (max-width: 768px) {
  .accordion._faq dd::before {
    left: 10px;
    top: 4px;
    font-size: 2.2rem;
  }
}.accordion._faq dd p {
  margin-top: 20px;
}.accordion._faq dd p:first-child {
  margin: 0;
}@media screen and (max-width: 768px) {
  .accordion._faq dd p:first-child {
    margin-top: 0;
  }
}@media screen and (max-width: 768px) {
  .accordion._faq dd p {
    margin-top: 15px;
  }
}.accordion._faq dd a {
  display: inline-block;
  margin-top: 30px;
  font-weight: bold;
}@media screen and (max-width: 768px) {
  .accordion._faq dd a {
    margin-top: 15px;
  }
}.accordion dl dt, .accordion dl dd {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
}@media screen and (max-width: 768px) {
  .accordion dl dt, .accordion dl dd {
    padding: 10px;
  }
}.accordion dl dt {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
}@media screen and (max-width: 768px) {
  .accordion dl dt {
    font-size: 1.4rem;
  }
}.accordion dl dt:hover {
  cursor: pointer;
}.accordion dl dt::after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: '';
  display: inline-block;
  height: 30px;
  width: 30px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 12.857\'%3E%3Cpath fill=\'%231392FB\' d=\'M9,0l9,12.857H0Z\' /%3E%3C/svg%3E');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: 12px 9px;
  border: 2px solid #e3e8f0;
  border-radius: 5px;
  line-height: 40px;
  transform: rotate(180deg);
}@media screen and (max-width: 768px) {
  .accordion dl dt::after {
    right: 12px;
    top: 12px;
    height: 30px;
    width: 30px;
    background-size: 10px 6px;
  }
}.accordion dl dt.active::after {
  transform: rotate(0deg);
}.accordion dl dd {
  display: none;
}.content_pagetop {
  text-align: right;
}.content_pagetop a {
  padding: 20px 0;
  color: #333;
}@media screen and (max-width: 768px) {
  .content_pagetop a {
    font-size: 1.2rem;
  }
}.content_pagetop a::before {
  content: '';
  display: inline-block;
  height: 17px;
  width: 17px;
  margin: 0 15px 0 0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 11.3 7\'%3E%3Cpath fill=\'%231392FB\' d=\'M11,0.3c-0.4-0.4-1-0.4-1.4,0c0,0,0,0,0,0l-4,4l-4-4c-0.4-0.4-1-0.4-1.4,0C0.1,0.5,0,0.7,0,1	c0,0.3,0.1,0.5,0.3,0.7L5.6,7L11,1.7C11.3,1.3,11.3,0.7,11,0.3z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  vertical-align: middle;
  transform: rotate(180deg);
  transition: all 0.5s ease 0s;
}@media screen and (max-width: 768px) {
  .content_pagetop a::before {
    height: 15px;
    width: 15px;
    background-size: 15px;
  }
}.content_pagetop a:hover a, .content_pagetop a:visited a {
  color: #434343;
}.form.login dt {
  padding-left: 0;
}.form.login .error {
  font-size: 1.85rem;
}@media screen and (max-width: 768px) {
  .form.login .error {
    font-size: 1.7rem;
  }
}.form .icon_blank {
  display: inline-block;
  height: 45px;
  width: 45px;
  background: #f6f9fb;
  border-radius: 50%;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}@media screen and (max-width: 768px) {
  .form .icon_blank {
    height: 35px;
    width: 35px;
    line-height: 32px;
  }
}.form .icon_blank svg {
  height: 15px;
  width: 15px;
  fill: #1392fb;
}@media screen and (max-width: 768px) {
  .form .icon_blank svg {
    height: 12px;
    width: 12px;
  }
}.form .icon_blank:hover {
  background: #0b41a0;
}.form .icon_blank:hover svg {
  fill: #fff;
}.form_step ul {
  display: flex;
  justify-content: center;
  align-items: initial;
}.form_step ul li {
  position: relative;
  display: flex;
  width: 100%;
  padding: 15px;
  justify-content: center;
  background: #eceeef;
  color: #434343;
  align-items: center;
  text-align: center;
}@media screen and (max-width: 768px) {
  .form_step ul li {
    padding: 10px;
    flex-direction: column;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}.form_step ul li span {
  padding-left: 5px;
}@media screen and (max-width: 768px) {
  .form_step ul li span {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}.form_step ul li.active {
  background: #0b41a0;
  color: #fff;
}.form_step ul li::before {
  position: absolute;
  bottom: -5%;
  right: -5px;
  content: '';
  z-index: 1;
  height: 62px;
  width: 10px;
  background: #fff;
  transform: skewX(-10deg);
}@media screen and (max-width: 768px) {
  .form_step ul li::before {
    bottom: 0;
    height: 20vw;
    width: 10px;
    transform: skewX(-8deg);
  }
}.form_step ul li:last-child::before {
  display: none;
}.form_text {
  padding-bottom: 30px;
  text-align: center;
}@media screen and (max-width: 768px) {
  .form_text {
    padding-bottom: 20px;
    text-align: left;
  }
}.form .is-hidden {
  display: none;
}.form_box {
  display: flex;
  margin: 70px 20px 0;
  flex-wrap: wrap;
  font-size: 1.8rem;
  align-items: flex-start;
  line-height: 1.9;
}@media screen and (max-width: 768px) {
  .form_box {
    margin: 30px 0 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}.form_box.total {
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0 20px;
  background: #f6f9fb;
  font-weight: bold;
}@media screen and (max-width: 768px) {
  .form_box.total {
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
  }
}.form_box.total dt, .form_box.total dd {
  margin: 15px 0;
}.form_box.total dt {
  width: 60%;
  padding: 0;
  text-align: left;
}@media screen and (max-width: 768px) {
  .form_box.total dt {
    width: auto;
  }
}.form_box.total dd {
  width: 40%;
  text-align: right;
}@media screen and (max-width: 768px) {
  .form_box.total dd {
    width: auto;
  }
}.form_box.total dd span {
  margin: 0 5px 0 10px;
  font-size: 2.2rem;
}@media screen and (max-width: 768px) {
  .form_box.total dd span {
    font-size: 1.8rem;
  }
}.form_box._style02 dt {
  width: 100%;
}.form_box._style02 dd {
  width: 100%;
  margin: 20px 0 20px 70px;
}.form_box._style02 dd p:first-child {
  margin-top: 0;
}@media screen and (max-width: 768px) {
  .form_box._style02 dd {
    margin: 15px 0 15px;
  }
}.form_box dt {
  position: relative;
  width: 30%;
  margin-top: 10px;
  padding-left: 70px;
}.form_box dt.heading03 {
  position: static;
  width: 100%;
  margin-bottom: 40px;
  padding: 0 0 0 10px;
}@media screen and (max-width: 768px) {
  .form_box dt.heading03 {
    margin-bottom: 10px;
  }
}.form_box dt.heading03 span {
  position: static;
  margin: 0;
  padding: 0 0 0 15px;
  background: none;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: left;
  vertical-align: middle;
}@media screen and (max-width: 768px) {
  .form_box dt.heading03 span {
    display: block;
    padding: 0;
    font-size: 1.2rem;
  }
}.form_box dt.noicon {
  padding-left: 0;
}@media screen and (max-width: 768px) {
  .form_box dt {
    width: 100%;
    margin-top: 15px;
    padding-left: 50px;
    font-size: 1.6rem;
  }
}.form_box dt span {
  position: absolute;
  left: 0;
  display: inline-block;
  padding: 4px 12px;
  background: #dfeaf2;
  border-radius: 10px;
  color: #0b41a0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.9;
  text-align: center;
}.form_box dt span.required {
  background: #0b41a0;
  color: #fff;
}.form_box dt span.only {
  padding: 7px 12px;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.1;
}@media screen and (max-width: 768px) {
  .form_box dt span.only {
    padding: 4px 6px;
    font-size: 1rem;
    line-height: 1;
  }
}@media screen and (max-width: 768px) {
  .form_box dt span {
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}.form_box dd {
  width: 70%;
  margin-bottom: 30px;
}.form_box dd p:first-child {
  min-height: 34px;
  margin: 10px 0 0 0;
}@media screen and (max-width: 768px) {
  .form_box dd p:first-child {
    min-height: 21px;
    margin: 0;
  }
}@media screen and (max-width: 768px) {
  .form_box dd {
    width: 100%;
    margin: 15px 0 15px;
  }
}.form_box dd .note {
  margin-top: 5px;
  font-size: 1.4rem;
}@media screen and (max-width: 768px) {
  .form_box dd .note {
    font-size: 1.1rem;
  }
}.form_box dd dd .radio {
  margin-top: 0;
}.form_box dd dd .birthday {
  margin-top: 10px;
}.form_box input[type='file'] {
  background: none;
  border: none;
}.form_box input, .form_box textarea {
  width: 100%;
  padding: 10px 20px;
  background: #f6f9fb;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
}.form_box input.w_m, .form_box textarea.w_m {
  width: 50%;
}@media screen and (max-width: 768px) {
  .form_box input.w_m, .form_box textarea.w_m {
    width: 75%;
  }
}.form_box input.w_s, .form_box textarea.w_s {
  width: 200px;
  margin-right: 10px;
}@media screen and (max-width: 768px) {
  .form_box input.w_s, .form_box textarea.w_s {
    width: 50%;
    margin-right: 5px;
  }
}.form_box input.w_ss, .form_box textarea.w_ss {
  width: 100px;
}@media screen and (max-width: 768px) {
  .form_box input.w_ss, .form_box textarea.w_ss {
    width: 30%;
  }
}@media screen and (max-width: 768px) {
  .form_box input, .form_box textarea {
    padding: 12px 15px;
    font-size: 1.6rem;
  }
}.form_box input::-moz-placeholder, .form_box textarea::-moz-placeholder {
  color: #a0a6b1;
}.form_box input:-ms-input-placeholder, .form_box textarea:-ms-input-placeholder {
  color: #a0a6b1;
}.form_box input::placeholder, .form_box textarea::placeholder {
  color: #a0a6b1;
}.form_box textarea {
  min-height: 160px;
}.form_box._noinput dd input {
  pointer-events: none;
  background: #eee;
}.form_box .zipSuggest {
  display: flex;
}@media screen and (max-width: 768px) {
  .form_box .zipSuggest {
    align-items: start;
  }
}.form_box .zipSuggest .zipMark {
  margin-right: 5px;
}.form_box .zipSuggest .zsAddress {
  width: 100%;
  flex: 1;
}.form_box .zipSuggest .zsAddress .w_l + .w_l {
  margin-top: 10px;
}@media screen and (max-width: 768px) {
  .form_box .zipSuggest .zsAddress .w_l + .w_l {
    margin-top: 5px;
  }
}@media screen and (max-width: 768px) {
  .form_box .zipSuggest .zsZipNo {
    display: flex;
    width: 40%;
    align-items: center;
  }.form_box .zipSuggest .w_s.zipSuggestExe {
    width: 100%;
  }
}.form_box_person, .form_box_another {
  margin-bottom: 20px;
}.form_box_person .form_box, .form_box_another .form_box {
  margin-top: 20px;
}.form_box_person .form_box dt.heading04, .form_box_another .form_box dt.heading04 {
  position: static;
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
}@media screen and (max-width: 768px) {
  .form_box_person .form_box dt.heading04, .form_box_another .form_box dt.heading04 {
    margin-bottom: 5px;
  }
}@media screen and (max-width: 768px) {
  .form_box_person, .form_box_another {
    margin: 10px 0 0;
  }
}.form .checkbox, .form_policy {
  font-weight: bold;
}.form .checkbox label, .form_policy label {
  display: inline-block;
  margin: 0 20px 20px 0;
}@media screen and (max-width: 768px) {
  .form .checkbox label, .form_policy label {
    display: block;
    margin: 0 0 20px 0;
  }
}.form .checkbox label:last-child, .form_policy label:last-child {
  margin: 0;
}.form .checkbox label input, .form_policy label input {
  appearance: none;
  cursor: pointer;
  position: relative;
  height: 35px;
  width: 35px;
  margin-right: 10px;
  padding: 0;
  border: 2px solid #d2d2d2;
  border-radius: 5px;

  -webkit-appearance: none;
  -moz-appearance: none;
}@media screen and (max-width: 768px) {
  .form .checkbox label input, .form_policy label input {
    height: 25px;
    width: 25px;
  }
}.form .checkbox label input:checked, .form_policy label input:checked {
  background: #0b41a0;
  border: 2px solid #0b41a0;
}.form .checkbox label input:checked::after, .form_policy label input:checked::after {
  position: absolute;
  left: 9px;
  top: 2px;
  content: '';
  display: block;
  height: 22px;
  width: 14px;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(45deg);
}@media screen and (max-width: 768px) {
  .form .checkbox label input:checked::after, .form_policy label input:checked::after {
    left: 6px;
    top: 0;
    height: 16px;
    width: 10px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
  }
}.form_policy {
  margin-top: 60px;
  text-align: center;
}@media screen and (max-width: 768px) {
  .form_policy {
    margin-top: 40px;
  }
}.form_policy label {
  margin: 0 0 10px 0;
}.form .checkbox {
  margin-top: 10px;
}.form .checkbox dl {
  margin-top: 30px;
}.form .checkbox dl:first-child {
  margin-top: 0;
}@media screen and (max-width: 768px) {
  .form .checkbox dl {
    margin-top: 20px;
  }
}.form .checkbox dl dt {
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}@media screen and (max-width: 768px) {
  .form .checkbox dl dt {
    margin: 0 0 15px;
  }
}.form .checkbox dl dd {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
  font-weight: normal;
}@media screen and (max-width: 768px) {
  .form .checkbox dl dd {
    margin-bottom: 15px;
    padding: 0;
  }
}.form .checkbox dl dd label {
  margin: 10px 20px 10px 0;
}@media screen and (max-width: 768px) {
  .form .checkbox dl dd label {
    margin: 0 0 10px 0;
  }
}.form .checkbox .aside_box {
  float: right;
}.form .checkbox .aside_box span {
  font-weight: normal;
}.form .wrap_select.readonly, .form .checkbox.readonly, .form .radio.readonly {
  pointer-events: none;
}.form .wrap_select.readonly label, .form .checkbox.readonly label, .form .radio.readonly label {
  cursor: unset;
  position: relative;
}.form .wrap_select.readonly label::before, .form .checkbox.readonly label::before, .form .radio.readonly label::before {
  position: absolute;
  left: -5px;
  top: 50%;
  content: '';
  display: block;
  opacity: 0.5;
  z-index: 1;
  height: 120%;
  width: 120%;
  background: #dedede;
  transform: translate(0, -50%);
}.form div.wrap_select.readonly select {
  padding-right: 20px;
  background: #dedede;
}@media screen and (max-width: 768px) {
  .form div.wrap_select.readonly select {
    padding-right: 25px;
  }
}.form div.wrap_select.readonly::after {
  display: none;
}.form .radio {
  margin-top: 10px;
  font-weight: bold;
}.form .radio label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 20px 20px 0;
  padding-left: 45px;
}@media screen and (max-width: 768px) {
  .form .radio label {
    display: block;
    margin: 0 0 20px 0;
    padding-left: 35px;
  }
}@media screen and (max-width: 768px) {
  .form .radio label:last-child {
    margin-bottom: 0;
  }
}.form .radio label input {
  appearance: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 5%;
  height: 35px;
  width: 35px;
  padding: 10px 0;
  border: 2px solid #d2d2d2;
  border-radius: 50%;

  -webkit-appearance: none;
  -moz-appearance: none;
}@media screen and (max-width: 768px) {
  .form .radio label input {
    top: 0;
    height: 25px;
    width: 25px;
  }
}.form .radio label input:checked {
  background: #0b41a0;
  border: 2px solid #0b41a0;
}.form .radio label input:checked::after {
  position: absolute;
  left: 9px;
  top: 9px;
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  background: #fff;
  border-radius: 50%;
  transform: rotate(45deg);
}@media screen and (max-width: 768px) {
  .form .radio label input:checked::after {
    left: 5px;
    top: 5px;
    height: 10px;
    width: 10px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
  }
}.form dd .dateBox .wrap_select, .form dd .birthday .wrap_select {
  min-width: auto;
  margin-right: 2%;
}.form dd .dateBox input, .form dd .birthday input {
  width: 18%;
  margin-right: 1%;
}@media screen and (max-width: 768px) {
  .form dd .dateBox input:first-child, .form dd .birthday input:first-child {
    width: 25%;
  }
}.form dd .dateBox span, .form dd .birthday span {
  padding-right: 2%;
}@media screen and (max-width: 768px) {
  .form dd .dateBox span, .form dd .birthday span {
    font-size: 1.2rem;
  }
}.form dd .dateBox:nth-child(2), .form dd .birthday:nth-child(2) {
  margin-top: 10px;
}.form .wrap_select {
  position: relative;
  display: inline-block;
  min-width: 90px;
}.form .wrap_select::after {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 20px;
  top: 0;
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  margin: auto;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 11.3 7\'%3E%3Cpath fill=\'%23A3AAB5\' d=\'M11,0.3c-0.4-0.4-1-0.4-1.4,0c0,0,0,0,0,0l-4,4l-4-4c-0.4-0.4-1-0.4-1.4,0C0.1,0.5,0,0.7,0,1	c0,0.3,0.1,0.5,0.3,0.7L5.6,7L11,1.7C11.3,1.3,11.3,0.7,11,0.3z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  transform: rotate(0deg);
  transition: all 0.5s ease 0s;
}@media screen and (max-width: 768px) {
  .form .wrap_select::after {
    right: 10px;
    height: 10px;
    width: 10px;
    background-size: 10px;
  }
}.form .wrap_select select {
  width: 100%;
  padding: 10px 50px 10px 20px;
  background: #f6f9fb;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
}@media screen and (max-width: 768px) {
  .form .wrap_select select {
    padding: 12px 30px 12px 12px;
    font-size: 1.6rem;
    text-align: center;
  }
}.form .wrap_calendar {
  display: flex;
  justify-content: space-between;
}.form .wrap_calendar div {
  width: 48%;
}.form .wrap_calendar div input {
  margin-top: 5px;
}.form .btn_box, .form .btn_box_column2 {
  display: flex;
  justify-content: center;
}.form .btn_box > div, .form .btn_box_column2 > div {
  margin: 0 10px;
}.form .btn_box > div:first-child:last-child, .form .btn_box_column2 > div:first-child:last-child {
  margin: 0;
}.form .btn_box a, .form .btn_box button, .form .btn_box_column2 a, .form .btn_box_column2 button {
  width: 100%;
  flex-direction: unset;
  text-align: center;
  text-decoration: underline;
}@media screen and (max-width: 768px) {
  .form .btn_box a, .form .btn_box button, .form .btn_box_column2 a, .form .btn_box_column2 button {
    min-width: auto;
    padding-bottom: 22px;
    padding-top: 22px;
  }
}.form .btn_box a:hover, .form .btn_box button:hover, .form .btn_box_column2 a:hover, .form .btn_box_column2 button:hover {
  text-decoration: none;
}.form .box_txt {
  text-align: center;
}.form_message {
  margin-bottom: 40px;
}@media screen and (max-width: 768px) {
  .form_message {
    margin-bottom: 30px;
  }
}.form_signature {
  margin-bottom: 40px;
  font-size: 1.4rem;
  text-align: right;
}@media screen and (max-width: 768px) {
  .form_signature {
    margin-bottom: 30px;
    font-size: 1.3rem;
  }
}.form.page_inner .page_inner {
  padding: 0;
}.form.page_inner .page_inner > div:last-child {
  padding-bottom: 100px;
}@media screen and (max-width: 768px) {
  .form.page_inner .page_inner > div:last-child {
    padding-bottom: 50px;
  }
}.form.tetsuduki_faq .error_box, .form.tetsuduki .error_box {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #c00;
  color: #c00;
  font-weight: bold;
  text-align: center;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .error_box, .form.tetsuduki .error_box {
    margin-bottom: 20px;
    padding: 15px;
    font-size: 1.4rem;
  }
}.form.tetsuduki_faq input:focus, .form.tetsuduki_faq select:focus, .form.tetsuduki input:focus, .form.tetsuduki select:focus {
  background: #fff9e2;
}.form.tetsuduki_faq .subBodyText, .form.tetsuduki .subBodyText {
  padding-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .subBodyText, .form.tetsuduki .subBodyText {
    font-size: 1.2rem;
  }
}.form.tetsuduki_faq .radio + .subBodyText, .form.tetsuduki .radio + .subBodyText {
  padding: 0 0 5px 45px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .radio + .subBodyText, .form.tetsuduki .radio + .subBodyText {
    padding: 0 0 5px 35px;
  }
}.form.tetsuduki_faq .dateBox + .subBodyText, .form.tetsuduki .dateBox + .subBodyText {
  padding-top: 5px;
}.form.tetsuduki .form_box {
  margin-top: 0;
}@media print, screen and (min-width: 769px) {
  .form.tetsuduki .form_box dt {
    width: 40%;
    padding-right: 20px;
  }
}.form.tetsuduki .form_box dd {
  min-height: 1lh;
}@media print, screen and (min-width: 769px) {
  .form.tetsuduki .form_box dd {
    width: 60%;
  }
}.form.tetsuduki .form_box dd input.zip1, .form.tetsuduki .form_box dd input.zip2 {
  width: 20%;
}.form.tetsuduki .radio label {
  margin: 10px 20px 0 0;
  padding-bottom: 5px;
}.form.tetsuduki .radio label:first-child {
  margin-top: 0;
}.form.tetsuduki .radio .note {
  display: block;
  margin: 5px 0 0 0;
  font-weight: normal;
}.form.tetsuduki .checkbox .aside_box {
  display: flex;
  align-items: center;
}.form.tetsuduki .checkbox .aside_box_select span, .form.tetsuduki .checkbox .aside_box_pay span {
  font-size: 1.6rem;
  letter-spacing: 0;
}@media screen and (max-width: 768px) {
  .form.tetsuduki .checkbox .aside_box_select span, .form.tetsuduki .checkbox .aside_box_pay span {
    font-size: 1.2rem;
  }
}.form.tetsuduki .checkbox .aside_box_select span {
  padding-right: 10px;
}.form.tetsuduki .checkbox .aside_box_pay {
  margin-left: 15px;
}.form.tetsuduki .checkbox .aside_box_pay input {
  width: 140px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki .checkbox .aside_box_pay input {
    width: 110px;
  }
}.form.tetsuduki .checkbox .aside_box_pay span {
  padding-left: 10px;
}.form.tetsuduki_faq .heading_page02 {
  padding-bottom: 20px;
  letter-spacing: 0.075em;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .heading_page02 {
    padding-bottom: 10px;
  }
}.form.tetsuduki_faq .form_box {
  display: block;
  margin-top: 45px;
  padding-bottom: 60px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .form_box {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}.form.tetsuduki_faq .form_box dt, .form.tetsuduki_faq .form_box dd {
  width: 100%;
}.form.tetsuduki_faq .form_box dt {
  width: 100%;
  margin-top: 0;
  padding-left: 0;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .form_box dt {
    padding-left: 0;
  }
}.form.tetsuduki_faq .form_box dd {
  margin: 0;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .form_box dd {
    margin: 0;
  }
}.form.tetsuduki_faq .form_box dd:nth-child(2) {
  margin: 30px 0 0 0;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .form_box dd:nth-child(2) {
    margin: 15px 0 0 0;
  }
}.form.tetsuduki_faq .form_box dd div > input, .form.tetsuduki_faq .form_box dd > input {
  width: auto;
  margin: 10px 5px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .form_box dd div > input, .form.tetsuduki_faq .form_box dd > input {
    width: 60%;
  }
}.form.tetsuduki_faq .form_box dd div > input:first-child:last-child, .form.tetsuduki_faq .form_box dd > input:first-child:last-child {
  margin-top: 0;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .form_box dd div > input:first-child:last-child, .form.tetsuduki_faq .form_box dd > input:first-child:last-child {
    width: 100%;
  }
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .form_box dd .wrap_select select {
    padding: 15px 25px 15px 15px;
    text-align: left;
  }
}.form.tetsuduki_faq .form_box .dateBox input {
  width: 8%;
}.form.tetsuduki_faq .form_box .dateBox input:first-child {
  margin-left: 0;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .form_box .dateBox input {
    width: 15%;
  }
}.form.tetsuduki_faq .form_box .wrap_select + .dateBox {
  display: inline;
  margin-left: 2%;
}.form.tetsuduki_faq .form_box .wrap_select + .dateBox input {
  margin-top: 10px;
}.form.tetsuduki_faq .form_box .zip1 {
  width: 8%;
  margin-left: 0;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .form_box .zip1 {
    width: 25%;
  }
}.form.tetsuduki_faq .form_box .zip2 {
  width: 12%;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .form_box .zip2 {
    width: 30%;
  }
}.form.tetsuduki_faq .form_box select {
  padding: 15px 50px 15px 20px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .form_box select {
    padding: 15px 20px 15px 10px;
  }
}.form.tetsuduki_faq .form_box .radio {
  display: inline-block;
  width: auto;
  margin-top: 15px;
}.form.tetsuduki_faq .form_box .radio label {
  margin: 0 20px 0 0;
  padding-bottom: 5px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .form_box .radio label {
    margin: 0 10px 0 0;
  }
}.form.tetsuduki_faq .form_box dd:nth-child(2).midashi_dd {
  margin: 50px 0 15px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .form_box dd:nth-child(2).midashi_dd {
    margin: 40px 0 15px;
  }
}.form.tetsuduki_faq .form_box .midashi_dd {
  margin-bottom: 15px;
  margin-top: 30px;
  padding-left: 15px;
  border-left: 4px solid #0b41a0;
  font-weight: bold;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .form_box .midashi_dd {
    padding-left: 10px;
  }
}.form.tetsuduki_faq .form_box .group_dd {
  padding-left: 20px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .form_box .group_dd {
    padding-left: 0;
  }
}.form.tetsuduki_faq .form_box .group_dd .w_s {
  width: 200px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .form_box .group_dd .w_s {
    width: 50%;
  }
}.form.tetsuduki_faq .form_box .group_dd .wrap_select {
  margin: 0 5px;
}.form.tetsuduki_faq .bt_add01 .form_box dt {
  padding-left: 70px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .bt_add01 .form_box dt {
    padding-left: 50px;
  }
}.form.tetsuduki_faq .box {
  border-bottom: 1px solid #0b41a0;
}.form.tetsuduki_faq .box .st {
  position: relative;
  display: inline-block;
  padding: 5px 40px 10px;
  background: #0b41a0;
  border-radius: 0 0 10px 0;
  border-top: 1px solid #0b41a0;
  color: #fff;
  font-family: 'Kiwi Maru',serif;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .box .st {
    padding: 5px 20px 10px;
    font-size: 1.2rem;
  }
}.form.tetsuduki_faq .box .st::before {
  position: absolute;
  left: 0;
  top: -1px;
  content: '';
  display: block;
  height: 1px;
  width: 1100px;
  background: #0b41a0;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .box .st::before {
    width: calc(100vw - 40px);
  }
}.form.tetsuduki_faq .box .st span {
  display: inline-block;
  padding-right: 4px;
  font-size: 2.4rem;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .box .st span {
    font-size: 1.8rem;
  }
}.form.tetsuduki_faq .box .tbl_continuation {
  display: flex;
  margin: -30px 0 60px;
  justify-content: space-between;
  align-items: flex-start;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .box .tbl_continuation {
    display: block;
    margin: -20px 0 35px;
  }
}.form.tetsuduki_faq .box .tbl_continuation > div {
  width: 530px;
  border: 1px solid #333;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .box .tbl_continuation > div {
    width: 100%;
    margin-bottom: 20px;
  }
}.form.tetsuduki_faq .box .tbl_continuation > div h4 {
  padding: 10px;
  background: #dde5f3;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .box .tbl_continuation > div h4 {
    font-size: 1.6rem;
  }
}.form.tetsuduki_faq .box .tbl_continuation > div h4.co_p {
  background: #f6e3e9;
}.form.tetsuduki_faq .box .tbl_continuation > div ul {
  position: relative;
  padding: 10px 20px 0;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .box .tbl_continuation > div ul {
    padding: 5px 10px 0;
  }
}.form.tetsuduki_faq .box .tbl_continuation > div ul::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background: linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 3px);
  background-repeat: repeat-y;
  background-size: 1px 3px;
}.form.tetsuduki_faq .box .tbl_continuation > div ul li {
  display: flex;
  padding: 5px 0;
  border-bottom: 1px solid #333;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .box .tbl_continuation > div ul li {
    font-size: 1.4rem;
  }
}.form.tetsuduki_faq .box .tbl_continuation > div ul li span:nth-child(1) {
  width: 50%;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .box .tbl_continuation > div ul li span:nth-child(1) {
    width: 48%;
  }
}.form.tetsuduki_faq .box .tbl_continuation > div ul li span:nth-child(2) {
  width: 50%;
  padding-left: 5rem;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .box .tbl_continuation > div ul li span:nth-child(2) {
    width: 52%;
    padding-left: 2rem;
  }
}.form.tetsuduki_faq .box .tbl_continuation > div ul li:first-child {
  font-size: 1.4rem;
  font-weight: bold;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .box .tbl_continuation > div ul li:first-child {
    font-size: 1.3rem;
  }
}.form.tetsuduki_faq .box .tbl_continuation > div ul li:last-child {
  border-bottom: none;
}.form.tetsuduki_faq .box .tbl_continuation > div:nth-child(2) ul::before {
  left: 56%;
}.form.tetsuduki_faq .box .tbl_continuation > div:nth-child(2) ul span:nth-child(1) {
  width: 60%;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .box .tbl_continuation > div:nth-child(2) ul span:nth-child(1) {
    width: 55%;
  }
}.form.tetsuduki_faq .box .tbl_continuation > div:nth-child(2) ul span:nth-child(2) {
  width: 40%;
  padding-left: 1rem;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .box .tbl_continuation > div:nth-child(2) ul span:nth-child(2) {
    width: 45%;
    padding-left: 2rem;
  }
}.form.tetsuduki_faq .box dd .tbl_continuation {
  margin-top: 30px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .box dd .tbl_continuation {
    margin-top: 20px;
  }
}.form.tetsuduki_faq .box dd .tbl_continuation > div {
  width: 49%;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .box dd .tbl_continuation > div {
    width: 100%;
  }
}.form.tetsuduki_faq .btn_box_column2 {
  margin-top: 55px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq .btn_box_column2 {
    margin-top: 30px;
  }
}.form.tetsuduki_faq._fix .questions {
  color: #c92737;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .questions {
    font-size: 1.4rem;
  }
}.form.tetsuduki_faq._fix .questions a {
  display: inline-block;
  margin-left: 8px;
  padding: 10px 10px 10px 25px;
  background: #0b41a0;
  border: 1px solid #0b41a0;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.7rem;
  text-decoration: none;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .questions a {
    margin: 5px 0 0;
    padding: 8px 8px 8px 20px;
    font-size: 1.4rem;
  }
}.form.tetsuduki_faq._fix .questions a figure {
  position: relative;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-left: 6px;
  background: #fff;
  border-radius: 50%;
  vertical-align: text-bottom;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .questions a figure {
    height: 20px;
    width: 20px;
  }
}.form.tetsuduki_faq._fix .questions a figure svg {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  height: 6px;
  width: 10px;
  transform: translateY(-50%) translateX(-50%);
  fill: #0b41a0;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .questions a figure svg {
    height: 5px;
    width: 8px;
  }
}.form.tetsuduki_faq._fix .questions a:hover {
  background: #fff;
  color: #0b41a0;
}.form.tetsuduki_faq._fix .questions a:hover figure {
  background: #0b41a0;
}.form.tetsuduki_faq._fix .questions a:hover figure svg {
  fill: #fff;
}.form.tetsuduki_faq._fix .box {
  border-bottom: none;
}.form.tetsuduki_faq._fix .box:last-of-type {
  border-bottom: 1px solid #0b41a0;
}.form.tetsuduki_faq._fix .box .st span {
  letter-spacing: 0.08em;
}.form.tetsuduki_faq._fix .box .dl_file {
  padding: 40px 0;
  background: #f6f9fb;
  text-align: center;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .box .dl_file {
    padding: 20px 10px;
  }
}.form.tetsuduki_faq._fix .box .dl_file > dt {
  margin-bottom: 30px;
  color: #c92737;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .box .dl_file > dt {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
}.form.tetsuduki_faq._fix .box .dl_file > dt a {
  color: #333;
}.form.tetsuduki_faq._fix .box .dl_file .btn_box_column2 {
  width: 800px;
  margin: 25px auto 0;
  justify-content: space-between;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .box .dl_file .btn_box_column2 {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}.form.tetsuduki_faq._fix .box .dl_file .btn_box_column2 .btn04 {
  width: 390px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .box .dl_file .btn_box_column2 .btn04 {
    width: 100%;
  }
}.form.tetsuduki_faq._fix .box .dl_file .btn_box_column2 .btn04:first-child:last-child {
  margin: 0 auto;
}.form.tetsuduki_faq._fix .box .dl_file .btn_box_column2 > div:nth-child(2) {
  margin: 0;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .box .dl_file .btn_box_column2 > div:first-child a {
    margin-bottom: 5px;
  }
}.form.tetsuduki_faq._fix .box .dl_file .btn_box_column2 a {
  padding: 13px 55px 13px 20px;
  justify-content: start;
  background: #fff;
  border-width: 1px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .box .dl_file .btn_box_column2 a {
    padding: 13px 40px 13px 20px;
    font-size: 1.2rem;
  }
}.form.tetsuduki_faq._fix .box .dl_file .btn_box_column2 a:hover {
  background: #0b41a0;
}.form.tetsuduki_faq._fix .box .dl_file .btn_box_column2 a::after {
  right: 15px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .box .dl_file .btn_box_column2 a::after {
    right: 10px;
  }
}.form.tetsuduki_faq._fix .bt_add01 .radio {
  margin: 0;
  padding-left: 7rem;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .bt_add01 .radio {
    padding-left: 0;
  }
}.form.tetsuduki_faq._fix .bt_add01 .radio li {
  margin-bottom: 10px;
}.form.tetsuduki_faq._fix .bt_add01 .radio li:last-child {
  margin: 0;
}.form.tetsuduki_faq._fix .bt_add01 .radio li .visually-hidden {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;

  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}.form.tetsuduki_faq._fix .bt_add01 .radio li label {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 20px 25px 20px 70px;
  background: #f6f9fb;
  border: 2px solid #e3e8f0;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .bt_add01 .radio li label {
    padding: 15px 15px 15px 60px;
    border-radius: 8px;
    font-size: 1.5rem;
  }
}.form.tetsuduki_faq._fix .bt_add01 .radio li label::before, .form.tetsuduki_faq._fix .bt_add01 .radio li label::after {
  position: absolute;
  content: '';
  display: block;
}.form.tetsuduki_faq._fix .bt_add01 .radio li label::before {
  left: 23px;
  top: 50%;
  height: 30px;
  width: 30px;
  background: #fff;
  border: 2px solid #e3e8f0;
  border-radius: 3px;
  transform: translateY(-50%);
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .bt_add01 .radio li label::before {
    left: 15px;
  }
}.form.tetsuduki_faq._fix .bt_add01 .radio li label::after {
  left: 31px;
  top: 47%;
  opacity: 0;
  height: 9px;
  width: 15px;
  border-bottom: 2px solid #0b41a0;
  border-left: 2px solid #0b41a0;
  transform: translateY(-50%) rotate(-45deg);
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .bt_add01 .radio li label::after {
    left: 23px;
  }
}.form.tetsuduki_faq._fix .bt_add01 .radio li input:checked + label {
  background: #0b41a0;
  border: 2px solid #0b41a0;
  color: #fff;
}.form.tetsuduki_faq._fix .bt_add01 .radio li input:checked + label::after {
  opacity: 1;
}.form.tetsuduki_faq._fix .bt_add02 {
  margin-bottom: 70px;
  padding-top: 45px;
  border-top: 1px solid #0b41a0;
  text-align: center;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .bt_add02 {
    margin-bottom: 50px;
    padding-top: 40px;
  }
}.form.tetsuduki_faq._fix .bt_add02 h4 {
  margin-bottom: 24px;
  color: #0b41a0;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .bt_add02 h4 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}.form.tetsuduki_faq._fix .bt_add02 p {
  margin-bottom: 45px;
  color: #333;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 30px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .bt_add02 p {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 26px;
  }
}.form.tetsuduki_faq._fix .fix_guide {
  margin: -15px 0;
  padding-top: 30px;
  text-align: center;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .fix_guide {
    margin: -12px 0;
    padding-top: 24px;
  }
}.form.tetsuduki_faq._fix .fix_guide span {
  display: inline-block;
  padding: 5px 45px;
  background: #0b41a0;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .fix_guide span {
    padding: 3px 35px;
    font-size: 1.2rem;
  }
}.form.tetsuduki_faq._fix .continuation {
  margin-bottom: 70px;
  padding: 35px 50px;
  background: #fff;
  border: 3px solid #c92737;
  border-radius: 10px;
  text-align: center;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation {
    margin-bottom: 40px;
    padding: 20px;
  }
}.form.tetsuduki_faq._fix .continuation h4 {
  margin-bottom: 20px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation h4 {
    margin-bottom: 15px;
  }
}.form.tetsuduki_faq._fix .continuation h4 img {
  display: inline-block;
  height: 41px;
  width: 41px;
  margin-right: 10px;
  vertical-align: middle;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation h4 img {
    display: block;
    height: 35px;
    width: 35px;
    margin: 0 auto 2px;
  }
}.form.tetsuduki_faq._fix .continuation h4 span {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  color: #c92737;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  vertical-align: middle;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation h4 span {
    padding: 0 4px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}.form.tetsuduki_faq._fix .continuation h4 span::before {
  position: absolute;
  bottom: 2px;
  left: 50%;
  content: '';
  z-index: -1;
  height: 12px;
  width: 100%;
  background: #f8ff31;
  transform: translateX(-50%);
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation h4 span::before {
    height: 8px;
  }
}.form.tetsuduki_faq._fix .continuation_txt {
  color: #333;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 30px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation_txt {
    font-size: 1.4rem;
    line-height: 26px;
  }
}.form.tetsuduki_faq._fix .continuation_txt._01 .dot {
  padding-top: 0.3em;
  background-image: radial-gradient(0.15em 0.15em at center center, #c92737, #c92737 100%, transparent);
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.1em 0.3em;
  color: #c92737;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation_txt._01 .dot {
    padding-top: 0.2em;
  }
}.form.tetsuduki_faq._fix .continuation_txt._02 {
  margin-bottom: 40px;
  text-decoration: underline wavy #c92737;

  -webkit-text-decoration: underline wavy #c92737;
  text-underline-offset: 5px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation_txt._02 {
    margin-bottom: 30px;
  }
}.form.tetsuduki_faq._fix .continuation_txt._02 a {
  color: #333;

  text-underline-offset: 2px;
}.form.tetsuduki_faq._fix .continuation_txt._03 {
  line-height: 4;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation_txt._03 {
    padding: 25px 0;
    line-height: 22px;
  }
}.form.tetsuduki_faq._fix .continuation_btn {
  margin-bottom: 25px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation_btn {
    margin-bottom: 20px;
  }
}.form.tetsuduki_faq._fix .continuation_btn a {
  display: inline-block;
  width: 720px;
  padding: 25px 20px 20px;
  background: #c92737;
  border: 1px solid #c92737;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation_btn a {
    width: 100%;
    padding: 15px;
    border-radius: 20px;
  }
}.form.tetsuduki_faq._fix .continuation_btn a dl {
  position: relative;
}.form.tetsuduki_faq._fix .continuation_btn a dl dt {
  margin-bottom: 15px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation_btn a dl dt {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}.form.tetsuduki_faq._fix .continuation_btn a dl .icon {
  position: absolute;
  right: 0;
  top: -5px;
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation_btn a dl .icon {
    height: 26px;
    width: 26px;
  }
}.form.tetsuduki_faq._fix .continuation_btn a dl .icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 13px;
  width: 13px;
  transform: translateY(-50%) translateX(-50%);
  fill: #c92737;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation_btn a dl .icon svg {
    height: 11px;
    width: 11px;
  }
}.form.tetsuduki_faq._fix .continuation_btn a dl .note {
  padding: 10px 0;
  background: #fff;
  border: 1px solid #c92737;
  border-radius: 10px;
  color: #333;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation_btn a dl .note {
    padding: 8px;
    border-radius: 8px;
    font-size: 1.2rem;
  }
}.form.tetsuduki_faq._fix .continuation_btn a:hover {
  background: #fff;
  color: #c92737;
}.form.tetsuduki_faq._fix .continuation_btn a:hover u {
  text-decoration: none;
}.form.tetsuduki_faq._fix .continuation_btn a:hover .icon {
  background: #c92737;
}.form.tetsuduki_faq._fix .continuation_btn a:hover .icon svg {
  fill: #fff;
}.form.tetsuduki_faq._fix .continuation_note {
  display: flex;
  padding: 10px 0;
  background: #f6f9fb;
  border-radius: 10px;
  color: #333;
  align-items: center;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation_note {
    display: block;
    padding: 10px;
  }
}.form.tetsuduki_faq._fix .continuation_note dt {
  position: relative;
  width: 123px;
  padding: 40px 0;
  font-size: 1.7rem;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation_note dt {
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 0 15px;
    font-size: 1.5rem;
  }
}.form.tetsuduki_faq._fix .continuation_note dt::before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background: linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 3px);
  background-repeat: repeat-y;
  background-size: 1px 3px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation_note dt::before {
    bottom: 0;
    left: 0;
    right: unset;
    top: unset;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-x;
    background-size: 3px 1px;
  }
}.form.tetsuduki_faq._fix .continuation_note dd {
  padding-left: 2.5rem;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation_note dd {
    padding-left: 0.5rem;
  }
}.form.tetsuduki_faq._fix .continuation_note dd ul li {
  padding-left: 1em;
  letter-spacing: 0.03em;
  line-height: 30px;
  text-align: left;
  text-indent: -1em;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation_note dd ul li {
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}.form.tetsuduki_faq._fix .continuation_note dd ul li::before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  background-color: #c92737;
  border-radius: 50%;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix .continuation_note dd ul li::before {
    height: 8px;
    width: 8px;
    margin-right: 6px;
  }
}.form.tetsuduki_faq._fix .continuation_note dd ul li a {
  color: #333;
}.form.tetsuduki_faq._fix #anchor01 {
  margin-top: -100px;
  padding-top: 100px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix #anchor01 {
    margin-top: 0;
    padding-top: 0;
  }
}.form.tetsuduki_faq._fix #anchor_toggle {
  margin-top: -150px;
  padding-top: 150px;
}@media screen and (max-width: 768px) {
  .form.tetsuduki_faq._fix #anchor_toggle {
    margin-top: -120px;
    padding-top: 120px;
  }
}.form .questions {
  margin: 0 auto 30px;
  color: #0b41a0;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  text-align: center;
}@media screen and (max-width: 768px) {
  .form .questions {
    margin-bottom: 20px;
  }
}.form .questions span {
  display: inline-block;
  padding: 10px 25px;
  background: #f6f9fb;
  border-radius: 9999px;
}@media screen and (max-width: 768px) {
  .form .questions span {
    padding: 8px 15px;
  }
}@media screen and (max-width: 768px) {
  .form .questions {
    font-size: 1.2rem;
  }
}.error {
  margin-top: 5px;
  color: #c00;
  font-size: 1.6rem;
  font-weight: bold;
}@media screen and (max-width: 768px) {
  .error {
    font-size: 1.4rem;
  }
}.error a {
  color: #c00;
}body.fixed {
  position: fixed;
  left: 0;
  height: 100%;
  width: 100%;
}body.fixed .modal {
  position: fixed;
  top: 0;
  display: none;
  z-index: 30;
  height: 100vh;
  width: 100%;
}body.fixed .modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0,0,0,0.6);
}body.fixed .modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: scroll;
  height: 80%;
  width: 90%;
  padding: 40px;
  background: white;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}body.fixed a.js-modal-close {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  z-index: 30;
  width: 84px;
  padding: 18px 0;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
}body.fixed a.js-modal-close svg {
  height: 14px;
  width: 20px;
  margin: 0 4px 0 0;
  vertical-align: bottom;
  fill: #fff;
}body.fixed a.js-modal-close .menu01, body.fixed a.js-modal-close .menu02 {
  transition: all 0.5s ease 0s;
}body.fixed a.js-modal-close .menu01 {
  transform: rotate(45deg) translate(2px, -3px);
}body.fixed a.js-modal-close .menu02 {
  transform: rotate(-45deg) translate(-8px, 5px);
}a.js-modal-close {
  display: none;
  background: #0b41a0;
  color: #fff;
}body.fixed .mypage_info .modal-content {
  padding: 0;
  background: #f0f1f4;
}body.fixed .mypage_info .modal-content .st01 {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  padding: 15px 20px;
  flex-wrap: wrap;
  background: #fff;
  border-bottom: 2px solid #e4e4e6;
  color: #0b41a0;
  align-items: center;
}body.fixed .mypage_info .modal-content .st01 > span {
  display: block;
  margin: 5px 0 2.5em;
  color: #333;
  font-size: 1.2rem;
  text-align: left;
}body.fixed .mypage_info .modal-content .st01 > span + .btn {
  top: calc(100% - 1.5em);
}body.fixed .mypage_info .modal-content .st01 figure svg {
  margin: 0 10px 0 0;
}body.fixed .mypage_info .modal-content .st01 .btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}body.fixed .mypage_info .modal-content .st01 .btn a {
  color: #0b41a0;
}body.fixed .mypage_info .modal-content .st01 .btn a span {
  padding-left: 30px;
}body.fixed .mypage_info .modal-content .st01 .btn .notice {
  margin: -3px 0 0 5px;
}body.fixed .mypage_info .modal-content .newslist {
  margin-bottom: 0;
  padding: 0 10px;
}body.fixed .mypage_info .modal-content .newslist li {
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 10px;
}body.fixed .mypage_info .modal-content .newslist li .newslist_day {
  width: auto;
  font-size: 1.3rem;
}body.fixed .mypage_info .modal-content .newslist li .newslist_link {
  padding: 15px;
}body.fixed .mypage_info .modal-content .newslist li .newslist_link .newslist_txt {
  padding-top: 10px;
}body.fixed .mypage_info .modal-content .newslist li .newslist_link::after {
  display: none;
}body.fixed .mypage_info .modal-content .newslist.icon_pdf li {
  padding: 15px;
}body.fixed .mypage_info .modal-content .newslist.icon_pdf li .newslist_link {
  padding: 0;
}.mypage .form .btn02 a, .mypage .form .btn02 button {
  background: #0b41a0;
  border-color: #0b41a0;
}.mypage .form .btn02 a::after, .mypage .form .btn02 button::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%230B41A0\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .form .btn02 a::after, .mypage .form .btn02 button::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .form .btn02 a::after, .mypage .form .btn02 button::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .form .btn02 a.hover::after, .mypage .form .btn02 a:hover::after, .mypage .form .btn02 button.hover::after, .mypage .form .btn02 button:hover::after {
    background-color: #0b41a0;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage .form .btn02 a:hover, .mypage .form .btn02 button:hover {
  background: #fff;
  color: #0b41a0;
}.mypage .btn04 a::after, .mypage .btn04 button::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #0b41a0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #0b41a0;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .btn04 a::after, .mypage .btn04 button::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .btn04 a::after, .mypage .btn04 button::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .btn04 a.hover::after, .mypage .btn04 a:hover::after, .mypage .btn04 button.hover::after, .mypage .btn04 button:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%230B41A0\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage .btn04 a:hover, .mypage .btn04 button:hover {
  background: #0b41a0;
  border-color: #0b41a0;
  box-shadow: none;
}.mypage .btn04 ._return:hover::after {
  transform: rotate(180deg);
}.mypage .error__box {
  width: 1100px;
  margin: 0 auto 40px;
  padding: 15px;
  border: 4px solid #c00;
  text-align: center;
}@media screen and (max-width: 768px) {
  .mypage .error__box {
    width: 90%;
    margin-bottom: 30px;
    padding: 10px;
  }
}.mypage .btn_manual {
  cursor: pointer;
  position: relative;
  display: inline-block;
  display: block;
  width: 620px;
  margin: 0 auto 40px;
  padding: 25px 70px 30px 30px;
  background: #fff;
  border: 3px solid #0b41a0;
  border-radius: 12px;
  color: #0b41a0;
  text-align: left;
}.mypage .btn_manual::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #0b41a0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #0b41a0;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .btn_manual::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .btn_manual::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .btn_manual.hover::after, .mypage .btn_manual:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%230B41A0\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}@media screen and (max-width: 768px) {
  .mypage .btn_manual {
    width: 90%;
    margin: 0 auto 30px;
    padding: 20px 50px 20px 20px;
  }
}.mypage .btn_manual span {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}@media screen and (max-width: 768px) {
  .mypage .btn_manual span {
    font-size: 1.5rem;
  }
}.mypage .btn_manual:hover {
  color: #0b41a0;
}.mypage .btn_manual::after {
  right: 20px;
  top: 28%;
}@media screen and (max-width: 768px) {
  .mypage .btn_manual::after {
    right: 15px;
    top: 39%;
  }
}.mypage .newmember {
  margin-bottom: 150px;
}@media screen and (max-width: 768px) {
  .mypage .newmember {
    margin-bottom: 80px;
  }
}.mypage .newmember_box {
  text-align: center;
}.mypage .newmember_box a.modal__open {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 25px 70px 30px 30px;
  background: #fff;
  border: 3px solid #0b41a0;
  border-radius: 12px;
  color: #0b41a0;
  text-align: left;
}.mypage .newmember_box a.modal__open::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #0b41a0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #0b41a0;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .newmember_box a.modal__open::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .newmember_box a.modal__open::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .newmember_box a.modal__open.hover::after, .mypage .newmember_box a.modal__open:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%230B41A0\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}@media screen and (max-width: 768px) {
  .mypage .newmember_box a.modal__open {
    width: 90%;
    padding: 20px 50px 20px 20px;
  }
}.mypage .newmember_box a.modal__open span {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}@media screen and (max-width: 768px) {
  .mypage .newmember_box a.modal__open span {
    font-size: 1.5rem;
  }
}.mypage .newmember_box a.modal__open:hover {
  color: #0b41a0;
}.mypage .newmember_box a.modal__open::after {
  right: 20px;
  top: 28%;
}@media screen and (max-width: 768px) {
  .mypage .newmember_box a.modal__open::after {
    right: 15px;
    top: 39%;
  }
}.mypage .newmember_box a.textlink {
  display: inline-block;
  margin-top: 30px;
  color: #1392fb;
  text-decoration: underline;
}@media screen and (max-width: 768px) {
  .mypage .newmember_box a.textlink {
    margin-top: 20px;
  }
}.mypage .newmember_box a.textlink:hover {
  text-decoration: none;
}.mypage_anchor.page_inner {
  position: fixed;
  left: 50%;
  z-index: 9;
  padding: 13px 0 0;
  transform: translateX(-50%);
}@media screen and (max-width: 768px) {
  .mypage_anchor.page_inner {
    left: unset;
    width: 100%;
    padding: 0;
    transform: unset;
  }
}.mypage_anchor ul {
  display: flex;
  justify-content: center;
}@media screen and (max-width: 768px) {
  .mypage_anchor ul {
    flex-wrap: wrap;
  }
}.mypage_anchor ul li {
  width: calc(100% / 6);
  border-right: 1px solid #fff;
}.mypage_anchor ul li:last-child {
  border-right: none;
}@media screen and (max-width: 768px) {
  .mypage_anchor ul li:nth-child(2) a {
    padding: 10px 0 19px;
  }
}.mypage_anchor ul li a {
  position: relative;
  display: block;
  padding: 15px 0 20px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
}@media screen and (max-width: 768px) {
  .mypage_anchor ul li a {
    margin-bottom: 1px;
    padding: 17px 0 25px;
    border-radius: 0 0 8px 8px;
    font-size: 1.0rem;
    line-height: 1.3;
  }
}.mypage_anchor ul li a span {
  position: absolute;
  bottom: -10px;
  left: 50%;
  content: '';
  height: 17px;
  width: 34px;
  border-radius: 0 0 17px 17px;
  transform: translateX(-50%);
}@media screen and (max-width: 768px) {
  .mypage_anchor ul li a span {
    bottom: 0;
    height: 18px;
  }
}.mypage_anchor ul li a span svg {
  display: inline-block;
  height: 6px;
  width: 10px;
  margin-bottom: 12px;
  fill: #fff;
}@media screen and (max-width: 768px) {
  .mypage_anchor ul li a span svg {
    height: 5px;
    width: 8px;
    margin-bottom: 0;
  }
}.mypage_anchor ul li a.co01, .mypage_anchor ul li a.co01 span {
  background: #af8f54;
}.mypage_anchor ul li a.co02, .mypage_anchor ul li a.co02 span {
  background: #1392fb;
}.mypage_anchor ul li a.co03, .mypage_anchor ul li a.co03 span {
  background: #04a78e;
}.mypage_anchor ul li a.co04, .mypage_anchor ul li a.co04 span {
  background: #a145c9;
}.mypage_anchor ul li a.co05, .mypage_anchor ul li a.co05 span {
  background: #619f12;
}.mypage_anchor ul li a.co06, .mypage_anchor ul li a.co06 span {
  background: #e1658f;
}.mypage .mypage_info {
  padding: 140px 0 0;
}@media screen and (max-width: 768px) {
  .mypage .mypage_info {
    padding: 0;
  }
}.mypage .heading_page02 + .heading01 {
  margin-top: 0;
}.mypage .st01 {
  position: relative;
  margin-bottom: 25px;
  font-size: 2.6rem;
}@media screen and (max-width: 768px) {
  .mypage .st01 {
    font-size: 2rem;
    text-align: center;
  }
}.mypage .st01 figure {
  display: inline;
}@media screen and (max-width: 768px) {
  .mypage .st01 figure {
    display: block;
    margin-bottom: 5px;
  }
}.mypage .st01 figure img, .mypage .st01 figure svg {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  margin-top: -5px;
  vertical-align: middle;
  fill: #0b41a0;
}.mypage .st01 > span {
  display: inline-block;
  margin: 0 0 5px 20px;
  font-size: 1.5rem;
  vertical-align: middle;
}@media screen and (max-width: 768px) {
  .mypage .st01 > span {
    display: block;
    margin: 20px 0 30px;
  }
}@media screen and (max-width: 768px) {
  .mypage .st01 {
    margin-bottom: 20px;
  }
}.mypage .st01 .btn {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}.mypage .st01 .btn a {
  color: #333;
  font-size: 1.6rem;
}.mypage .st01 .btn a span {
  position: relative;
  padding-left: 35px;
}.mypage .st01 .btn a span::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #0b41a0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #0b41a0;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .st01 .btn a span::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .st01 .btn a span::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .st01 .btn a span.hover::after, .mypage .st01 .btn a span:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%230B41A0\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage .st01 .btn a span::after {
  position: absolute;
  top: 0;
  height: 24px;
  width: 24px;
}.mypage .st01 .btn .notice {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-left: 10px;
  background: #c00;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
}.mypage .st02 {
  font-size: 2.3rem;
}.mypage .lead_txt {
  margin-bottom: 25px;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}@media screen and (max-width: 768px) {
  .mypage .lead_txt {
    padding: 0 30px;
    font-size: 1.4rem;
  }
}.mypage .newslist_link::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #0b41a0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #0b41a0;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .newslist_link::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .newslist_link::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .newslist_link.hover::after, .mypage .newslist_link:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%230B41A0\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage .pager li > span {
  background: #0b41a0;
  border: 2px solid #0b41a0;
}.mypage .pager li a:hover {
  border: 2px solid #0b41a0;
  color: #0b41a0;
}.mypage .pager_prev::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%230B41A0\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
}.mypage .pager_next::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%230B41A0\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
}.mypage .newslist.icon_pdf .newslist_item .newslist_link {
  padding: 0;
}.mypage .mypage_info .newslist {
  margin-bottom: 50px;
  border: none;
}.mypage .mypage_info .newslist li {
  margin-bottom: 5px;
  border: 1px solid #dedede;
  border-radius: 10px;
}.mypage .mypage_info .newslist .newslist_day {
  width: 110px;
}.mypage .mypage_info .newslist_link {
  padding: 15px 50px 15px 15px;
}.mypage .mypage_info .newslist_link::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #0b41a0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #0b41a0;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .mypage_info .newslist_link::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .mypage_info .newslist_link::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .mypage_info .newslist_link.hover::after, .mypage .mypage_info .newslist_link:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%230B41A0\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage .mypage_info .newslist_link::after {
  right: 10px;
  height: 24px;
  width: 24px;
}.mypage .mypage_info .newslist_link.nolink::after {
  display: none;
}@media print, screen and (min-width: 769px) {
  .mypage_app {
    background: #f7f7f7;
  }
}@media screen and (max-width: 768px) {
  .mypage_app .page_inner {
    padding: 0;
  }
}@media screen and (max-width: 768px) {
  .mypage_app .page_inner > .mypage__cont {
    margin: 0;
    padding: 0 20px 40px 20px;
  }
}.mypage__cont {
  margin-bottom: 80px;
  padding: 40px 35px 35px 35px;
  background: #fff;
  border-radius: 0 10px 10px 10px;
}@media screen and (max-width: 768px) {
  .mypage__cont {
    margin-bottom: 40px;
  }
}@media screen and (max-width: 768px) {
  .mypage__cont > p {
    text-align: center;
  }
}.mypage__cont.tab_cont {
  display: none;
  padding: 35px 35px 30px;
}@media screen and (max-width: 768px) {
  .mypage__cont.tab_cont {
    padding: 30px 20px 40px;
  }
}.mypage__cont.tab_cont.active {
  display: block;
}.mypage__cont.tab_cont .link_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}@media screen and (max-width: 768px) {
  .mypage__cont.tab_cont .link_btn {
    padding: 20px 20px 5px;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
  }
}.mypage__cont.tab_cont .link_btn li {
  width: 24%;
  margin: 0 1% 1.5% 0;
  background: #fffaf2;
  border: 3px solid #f2e9d6;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
}.mypage__cont.tab_cont .link_btn li a {
  display: block;
  height: 100%;
  padding: 30px 20px 20px;
  color: #9d7a39;
}@media screen and (max-width: 768px) {
  .mypage__cont.tab_cont .link_btn li a {
    padding: 20px 10px;
  }
}.mypage__cont.tab_cont .link_btn li a figure {
  height: 90px;
}@media screen and (max-width: 768px) {
  .mypage__cont.tab_cont .link_btn li a figure {
    height: 55px;
  }
}@media screen and (max-width: 768px) {
  .mypage__cont.tab_cont .link_btn li {
    width: 47%;
    margin: 0 0 5% 0;
    border: 2px solid #f2e9d6;
    box-shadow: none;
  }
}@media screen and (max-width: 768px) {
  .mypage__cont.tab_cont .link_btn li:nth-child(odd) {
    margin-right: 0;
  }
}@media print, screen and (min-width: 769px) {
  .mypage__cont.tab_cont .link_btn li:nth-child(4), .mypage__cont.tab_cont .link_btn li:nth-child(8) {
    margin: 0 0 1.5% 0;
  }
}.mypage__cont.tab_cont .link_btn li span {
  position: relative;
  display: block;
  padding-left: 35px;
  color: #9d7a39;
}.mypage__cont.tab_cont .link_btn li span::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #9d7a39;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #9d7a39;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage__cont.tab_cont .link_btn li span::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage__cont.tab_cont .link_btn li span::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage__cont.tab_cont .link_btn li span.hover::after, .mypage__cont.tab_cont .link_btn li span:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%239D7A39\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}@media screen and (max-width: 768px) {
  .mypage__cont.tab_cont .link_btn li span {
    padding-left: 28px;
  }
}.mypage__cont.tab_cont .link_btn li span::after {
  left: 0;
  top: 0;
  height: 26px;
  width: 26px;
}@media screen and (max-width: 768px) {
  .mypage__cont.tab_cont .link_btn li span::after {
    top: 2px;
    height: 20px;
    width: 20px;
  }
}.mypage__cont.tab_cont .link_btn li img {
  display: block;
  height: 86px;
  width: auto;
  max-width: 70%;
  margin: 0 auto 20px;
}@media screen and (max-width: 768px) {
  .mypage__cont.tab_cont .link_btn li img {
    height: 70px;
  }
}.mypage__cont.tab_cont .link_btn::after {
  content: '';
  display: block;
  width: 24%;
}@media screen and (max-width: 768px) {
  .mypage__cont.tab_cont .link_btn::after {
    display: none;
  }
}.mypage__cont .btn_box {
  margin: 30px 0 0;
}@media screen and (max-width: 768px) {
  .mypage__cont .btn_box {
    margin: 20px 0 0;
  }
}.mypage__cont .btn_box a {
  font-size: 1.8rem;
}@media print, screen and (min-width: 769px) {
  .mypage__cont .btn_box a {
    padding: 15px 60px 15px 25px;
  }
}@media screen and (max-width: 768px) {
  .mypage__cont .btn_box a {
    padding: 15px 55px 15px 25px;
    font-size: 1.6rem;
  }
}@media screen and (max-width: 768px) {
  .mypage .tab_c01 .edit, .mypage .tab_c02 .edit {
    min-width: auto;
  }
}.mypage .heading02 {
  display: flex;
  align-items: center;
}.mypage .heading02 .icon {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 60px;
  margin-right: 15px;
  flex: none;
  background: #f2e9d6;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  vertical-align: baseline;
}@media screen and (max-width: 768px) {
  .mypage .heading02 .icon {
    height: 50px;
    width: 50px;
    margin-right: 10px;
    line-height: 50px;
    vertical-align: middle;
  }
}.mypage .heading02 .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 30px;
  max-height: 30px;
  transform: translate(-50%, -50%);
}@media screen and (max-width: 768px) {
  .mypage .heading02 .icon img {
    height: auto;
    width: 26px;
    max-height: 28px;
  }
}.mypage .tab_c01 .heading02::before {
  background: #af8f54;
}@media screen and (max-width: 768px) {
  .mypage .tab_c01 .mypage__cont {
    background: #f3eee6;
    border-radius: 0;
  }
}.mypage .tab_c01 .mypage__status div.category span {
  background: #af8f54;
  color: #fff;
}.mypage .tab_c01 .mypage__status div.category span:nth-child(2) {
  margin: 0 10px 0 0;
  background: #fff;
  border: 1px solid #af8f54;
  color: #af8f54;
  font-weight: normal;
}.mypage .tab_c01 .mypage__status svg {
  fill: #af8f54;
}@media screen and (max-width: 768px) {
  .mypage .tab_c01 .tab_navi ul {
    border-bottom: 3px solid #af8f54;
  }
}.mypage .tab_c02 .heading02 .icon {
  background: #f5faff;
}.mypage .tab_c02 .heading02::before {
  background: #1392fb;
}.mypage .tab_c02 .apply a {
  background: #1392fb;
  border: 2px solid #1392fb;
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c02 .apply a:hover {
    color: #1392fb;
  }
}.mypage .tab_c02 .apply a::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%231392fb\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c02 .apply a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .tab_c02 .apply a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c02 .apply a.hover::after, .mypage .tab_c02 .apply a:hover::after {
    background-color: #1392fb;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage .tab_c02 .apply a::after {
  height: 20px;
  width: 20px;
  background-size: 8px;
}@media screen and (max-width: 768px) {
  .mypage .tab_c02 .mypage__cont {
    background: #d8e6f5;
    border-radius: 0;
  }
}.mypage .tab_c02 .mypage__status div.category span {
  background: #1392fb;
  color: #fff;
}.mypage .tab_c02 .mypage__status div.category span._c02 {
  margin: 0 10px 0 0;
  background: #fff;
  border: 1px solid #1392fb;
  color: #1392fb;
}.mypage .tab_c02 .mypage__status svg {
  fill: #1392fb;
}@media screen and (max-width: 768px) {
  .mypage .tab_c02 .tab_navi ul {
    border-bottom: 3px solid #1392fb;
  }
}.mypage .tab_c02 .tab_navi li {
  background: #d8e6f5;
  color: #80afd6;
}@media screen and (max-width: 768px) {
  .mypage .tab_c02 .tab_navi li {
    background: #fff;
  }
}.mypage .tab_c02 .tab_navi li.active, .mypage .tab_c02 .tab_navi li:hover {
  background: #1392fb;
  color: #fff;
}.mypage .tab_c02 .tab_navi li.active svg, .mypage .tab_c02 .tab_navi li:hover svg {
  fill: #fff;
}.mypage .tab_c02 .tab_navi li.active::before, .mypage .tab_c02 .tab_navi li:hover::before {
  border-top-color: #1392fb;
}.mypage .tab_c02 .tab_navi li svg {
  fill: #80afd6;
}.mypage .tab_c02 .mypage__btn li a {
  background: #1392fb;
  border: 2px solid #1392fb;
}.mypage .tab_c02 .mypage__btn li a:hover {
  background: #fff;
  color: #1392fb;
}.mypage .tab_c02 .mypage__btn li a:hover span {
  background: #1392fb;
}.mypage .tab_c02 .mypage__btn li a:hover span svg {
  fill: #fff;
}.mypage .tab_c02 .mypage__btn li a svg {
  fill: #1392fb;
}.mypage .tab_c02 .link_btn {
  margin-bottom: 30px;
}.mypage .tab_c02 .link_btn li {
  background: #f5faff;
  border-color: #d4e4f2;
}.mypage .tab_c02 .link_btn li a {
  color: #0b41a0;
}.mypage .tab_c02 .link_btn li span {
  color: #0b41a0;
}.mypage .tab_c02 .link_btn li span::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #1392fb;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #1392fb;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c02 .link_btn li span::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .tab_c02 .link_btn li span::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c02 .link_btn li span.hover::after, .mypage .tab_c02 .link_btn li span:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%231392FB\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage .tab_c02 .link_btn li span::after {
  left: 0;
  top: 0;
  height: 26px;
  width: 26px;
}@media screen and (max-width: 768px) {
  .mypage .tab_c02 .link_btn li span::after {
    top: 2px;
    height: 20px;
    width: 20px;
  }
}.mypage .tab_c02 .edit.completion div {
  font-size: 1.2rem;
}@media screen and (max-width: 768px) {
  .mypage .tab_c02 .edit.completion div {
    padding: 6px 10px;
    font-size: 1rem;
  }
}.mypage .tab_c03 {
  margin-bottom: 80px;
}@media screen and (max-width: 768px) {
  .mypage .tab_c03 {
    margin-bottom: 40px;
  }
}.mypage .tab_c03 .heading02 .icon {
  background: #efe1f5;
}.mypage .tab_c03 .heading02::before {
  background: #a145c9;
}.mypage .tab_c03 .apply a {
  background: #a145c9;
  border: 2px solid #a145c9;
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c03 .apply a:hover {
    color: #a145c9;
  }
}.mypage .tab_c03 .apply a::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23A145C9\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c03 .apply a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .tab_c03 .apply a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c03 .apply a.hover::after, .mypage .tab_c03 .apply a:hover::after {
    background-color: #a145c9;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage .tab_c03 .apply a::after {
  height: 20px;
  width: 20px;
  background-size: 8px;
}.mypage .tab_c03 .mypage__cont {
  margin: 0;
}@media screen and (max-width: 768px) {
  .mypage .tab_c03 .mypage__cont {
    background: #efe1f5;
    border-radius: 0;
  }
}.mypage .tab_c03 .mypage__status svg {
  fill: #a145c9;
}.mypage .tab_c03 .mypage__status .receipt .category span {
  background: #a145c9;
  color: #fff;
}@media screen and (max-width: 768px) {
  .mypage .tab_c03 .tab_navi ul {
    border-bottom: 3px solid #a145c9;
  }
}.mypage .tab_c03 .tab_navi li {
  background: #efe1f5;
  color: #a145c9;
}@media screen and (max-width: 768px) {
  .mypage .tab_c03 .tab_navi li {
    background: #fff;
  }
}.mypage .tab_c03 .tab_navi li.active, .mypage .tab_c03 .tab_navi li:hover {
  background: #a145c9;
  color: #fff;
}.mypage .tab_c03 .tab_navi li.active svg, .mypage .tab_c03 .tab_navi li:hover svg {
  fill: #fff;
}.mypage .tab_c03 .tab_navi li.active::before, .mypage .tab_c03 .tab_navi li:hover::before {
  border-top-color: #a145c9;
}.mypage .tab_c03 .tab_navi li svg {
  fill: #a145c9;
}.mypage .tab_c03 .st02 {
  margin-bottom: 20px;
}.mypage .tab_c03 .mypage__btn li:nth-child(1) a {
  background: #a145c9;
  border: 2px solid #a145c9;
}.mypage .tab_c03 .mypage__btn li:nth-child(1) a:hover {
  background: #fff;
  color: #a145c9;
}.mypage .tab_c03 .mypage__btn li:nth-child(1) a:hover span {
  background: #a145c9;
}.mypage .tab_c03 .mypage__btn li:nth-child(1) a:hover span svg {
  fill: #fff;
}.mypage .tab_c03 .mypage__btn li:nth-child(1) a svg {
  fill: #a145c9;
}.mypage .tab_c03 .mypage__btn li:nth-child(2) a {
  padding: 23px 0;
  border-color: #a145c9;
  color: #a145c9;
}.mypage .tab_c03 .mypage__btn li:nth-child(2) a::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #a145c9;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #a145c9;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c03 .mypage__btn li:nth-child(2) a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .tab_c03 .mypage__btn li:nth-child(2) a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c03 .mypage__btn li:nth-child(2) a.hover::after, .mypage .tab_c03 .mypage__btn li:nth-child(2) a:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23A145C9\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}@media screen and (max-width: 768px) {
  .mypage .tab_c03 .mypage__btn li:nth-child(2) a {
    padding: 21.5px 0;
  }
}.mypage .tab_c03 .btn_box a {
  background: #a145c9;
  border-color: #a145c9;
}.mypage .tab_c03 .btn_box a::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23A145C9\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c03 .btn_box a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .tab_c03 .btn_box a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c03 .btn_box a.hover::after, .mypage .tab_c03 .btn_box a:hover::after {
    background-color: #a145c9;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage .tab_c03 .btn_box a:hover {
  background: #fff;
  color: #a145c9;
}.mypage .tab_c04 {
  margin-bottom: 80px;
}@media screen and (max-width: 768px) {
  .mypage .tab_c04 {
    margin-bottom: 40px;
  }
}.mypage .tab_c04 .heading02 .icon {
  background: #d8f7f2;
}.mypage .tab_c04 .heading02::before {
  background: #04a78e;
}.mypage .tab_c04 .apply a {
  background: #04a78e;
  border: 2px solid #04a78e;
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c04 .apply a:hover {
    color: #04a78e;
  }
}.mypage .tab_c04 .apply a::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%2304a78e\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c04 .apply a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .tab_c04 .apply a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c04 .apply a.hover::after, .mypage .tab_c04 .apply a:hover::after {
    background-color: #04a78e;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage .tab_c04 .apply a::after {
  height: 20px;
  width: 20px;
  background-size: 8px;
}.mypage .tab_c04 .mypage__cont {
  margin: 0;
}@media screen and (max-width: 768px) {
  .mypage .tab_c04 .mypage__cont {
    background: #def3ee;
    border-radius: 0;
  }
}.mypage .tab_c04 .mypage__status svg {
  fill: #04a78e;
}.mypage .tab_c04 .mypage__status .receipt .category span {
  background: #04a78e;
  color: #fff;
}@media screen and (max-width: 768px) {
  .mypage .tab_c04 .tab_navi ul {
    border-bottom: 3px solid #04a78e;
  }
}.mypage .tab_c04 .tab_navi li {
  background: #dceeec;
  color: #04a78e;
}@media screen and (max-width: 768px) {
  .mypage .tab_c04 .tab_navi li {
    background: #fff;
    border-radius: 0 0 0 0;
    text-decoration: none;
  }
}.mypage .tab_c04 .tab_navi li.active, .mypage .tab_c04 .tab_navi li:hover {
  background: #04a78e;
  color: #fff;
}.mypage .tab_c04 .tab_navi li.active svg, .mypage .tab_c04 .tab_navi li:hover svg {
  fill: #fff;
}.mypage .tab_c04 .tab_navi li.active::before, .mypage .tab_c04 .tab_navi li:hover::before {
  border-top-color: #04a78e;
}.mypage .tab_c04 .tab_navi li svg {
  fill: #04a78e;
}.mypage .tab_c04 .link_btn li {
  background: #f6fff8;
  border-color: #c9e7d0;
}.mypage .tab_c04 .link_btn li a {
  color: #005246;
}.mypage .tab_c04 .link_btn li span {
  color: #005246;
}.mypage .tab_c04 .link_btn li span::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #238b7b;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #238b7b;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c04 .link_btn li span::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .tab_c04 .link_btn li span::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c04 .link_btn li span.hover::after, .mypage .tab_c04 .link_btn li span:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23238b7b\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage .tab_c04 .link_btn li span::after {
  left: 0;
  top: 0;
  height: 26px;
  width: 26px;
}@media screen and (max-width: 768px) {
  .mypage .tab_c04 .link_btn li span::after {
    top: 2px;
    height: 20px;
    width: 20px;
  }
}.mypage .tab_c04 .st02 {
  margin-bottom: 20px;
}.mypage .tab_c04 .mypage__btn li:nth-child(1) a {
  background: #04a78e;
  border: 2px solid #04a78e;
}.mypage .tab_c04 .mypage__btn li:nth-child(1) a:hover {
  background: #fff;
  color: #04a78e;
}.mypage .tab_c04 .mypage__btn li:nth-child(1) a:hover span {
  background: #04a78e;
}.mypage .tab_c04 .mypage__btn li:nth-child(1) a:hover span svg {
  fill: #fff;
}.mypage .tab_c04 .mypage__btn li:nth-child(1) a svg {
  fill: #04a78e;
}.mypage .tab_c04 .mypage__btn li:nth-child(2) a {
  border-color: #04a78e;
  color: #04a78e;
}.mypage .tab_c04 .mypage__btn li:nth-child(2) a::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #04a78e;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #04a78e;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c04 .mypage__btn li:nth-child(2) a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .tab_c04 .mypage__btn li:nth-child(2) a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c04 .mypage__btn li:nth-child(2) a.hover::after, .mypage .tab_c04 .mypage__btn li:nth-child(2) a:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23A145C9\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage .tab_c04 .btn_box a {
  background: #04a78e;
  border-color: #04a78e;
}.mypage .tab_c04 .btn_box a::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%2304a78e\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c04 .btn_box a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .tab_c04 .btn_box a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c04 .btn_box a.hover::after, .mypage .tab_c04 .btn_box a:hover::after {
    background-color: #04a78e;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage .tab_c04 .btn_box a:hover {
  background: #fff;
  color: #04a78e;
}.mypage .tab_c05 {
  margin-bottom: 80px;
}@media screen and (max-width: 768px) {
  .mypage .tab_c05 {
    margin-bottom: 40px;
  }
}.mypage .tab_c05 .mypage__cont {
  margin: 0;
}.mypage .tab_c05 .st02 {
  margin-bottom: 20px;
}@media screen and (max-width: 768px) {
  .mypage .tab_c05 .tab_navi ul {
    border-bottom: 3px solid #619f12;
  }
}.mypage .tab_c05 .tab_navi li {
  background: #dff1d4;
  color: #619f12;
}@media screen and (max-width: 768px) {
  .mypage .tab_c05 .tab_navi li {
    background: #fff;
  }
}.mypage .tab_c05 .tab_navi li.active, .mypage .tab_c05 .tab_navi li:hover {
  background: #619f12;
  color: #fff;
}.mypage .tab_c05 .tab_navi li.active svg, .mypage .tab_c05 .tab_navi li:hover svg {
  fill: #fff;
}.mypage .tab_c05 .tab_navi li.active::before, .mypage .tab_c05 .tab_navi li:hover::before {
  border-top-color: #619f12;
}.mypage .tab_c05 .tab_navi li svg {
  fill: #619f12;
}.mypage .tab_c05 .mypage__flow li span, .mypage .tab_c05 .mypage__flow li a {
  color: #619f12;
}.mypage .tab_c05 .mypage__flow li svg {
  fill: #619f12;
}.mypage .tab_c05 .mypage__btn li:nth-child(1) a, .mypage .tab_c05 .mypage__btn li:nth-child(2) a {
  background: #619f12;
  border: 2px solid #619f12;
  color: #fff;
}.mypage .tab_c05 .mypage__btn li:nth-child(1) a:hover, .mypage .tab_c05 .mypage__btn li:nth-child(2) a:hover {
  background: #fff;
  color: #619f12;
}.mypage .tab_c05 .mypage__btn li:nth-child(1) a:hover span, .mypage .tab_c05 .mypage__btn li:nth-child(2) a:hover span {
  background: #619f12;
  transition: all 0.5s ease 0s;
}.mypage .tab_c05 .mypage__btn li:nth-child(1) a:hover span svg, .mypage .tab_c05 .mypage__btn li:nth-child(2) a:hover span svg {
  fill: #fff;
}.mypage .tab_c05 .mypage__btn li:nth-child(1) span svg, .mypage .tab_c05 .mypage__btn li:nth-child(2) span svg {
  fill: #619f12;
}.mypage .tab_c05 .mypage__btn li:nth-child(2) span {
  display: inline-block;
  height: 33px;
  width: 33px;
  margin-right: 10px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}.mypage .tab_c05 .mypage__btn li:nth-child(2) span svg {
  height: 20px;
  width: 20px;
}.mypage .tab_c05 .mypage__btn li:nth-child(2) a::after {
  display: none;
}.mypage .tab_c05 .mypage__status svg {
  fill: #619f12;
}.mypage .tab_c05 .mypage__status .receipt .category span {
  background: #619f12;
  color: #fff;
}.mypage .tab_c05 .btn_box a {
  background: #619f12;
  border-color: #619f12;
}.mypage .tab_c05 .btn_box a::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23619f12\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c05 .btn_box a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .tab_c05 .btn_box a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c05 .btn_box a.hover::after, .mypage .tab_c05 .btn_box a:hover::after {
    background-color: #619f12;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage .tab_c05 .btn_box a:hover {
  background: #fff;
  color: #619f12;
}.mypage .tab_c06 .mypage__cont {
  margin: 0;
}.mypage .tab_c06 .st02 {
  margin-bottom: 20px;
}.mypage .tab_c06 .tab_navi ul {
  display: block;
}@media screen and (max-width: 768px) {
  .mypage .tab_c06 .tab_navi ul {
    border-bottom: 3px solid #e1658f;
  }
}.mypage .tab_c06 .tab_navi li {
  cursor: unset;
  width: 100%;
  background: #dff1d4;
  border-radius: 10px 10px 0 0;
  color: #e1658f;
  text-decoration: none;
}@media screen and (max-width: 768px) {
  .mypage .tab_c06 .tab_navi li {
    background: #fff;
  }
}.mypage .tab_c06 .tab_navi li.active, .mypage .tab_c06 .tab_navi li:hover {
  background: #e1658f;
  color: #fff;
}@media screen and (max-width: 768px) {
  .mypage .tab_c06 .tab_navi li.active, .mypage .tab_c06 .tab_navi li:hover {
    border-radius: unset;
  }
}.mypage .tab_c06 .tab_navi li.active svg, .mypage .tab_c06 .tab_navi li:hover svg {
  height: 23px;
  width: 23px;
  fill: #fff;
}@media screen and (max-width: 768px) {
  .mypage .tab_c06 .tab_navi li.active svg, .mypage .tab_c06 .tab_navi li:hover svg {
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 auto 10px;
  }
}.mypage .tab_c06 .tab_navi li.active::before, .mypage .tab_c06 .tab_navi li:hover::before {
  border-top-color: #e1658f;
}.mypage .tab_c06 .tab_navi li svg {
  fill: #e1658f;
}.mypage .tab_c06 .link_btn {
  margin-bottom: 30px;
}@media screen and (max-width: 768px) {
  .mypage .tab_c06 .link_btn {
    margin-bottom: 10px;
    padding: 10px 0 5px;
  }
}.mypage .tab_c06 .link_btn li {
  background: #fbf4f6;
  border-color: #ecbccc;
}.mypage .tab_c06 .link_btn li a {
  color: #cb275f;
  text-decoration: none;
}.mypage .tab_c06 .link_btn li a:hover span {
  text-decoration: underline;
}.mypage .tab_c06 .link_btn li span {
  color: #cb275f;
  text-decoration: underline;
}.mypage .tab_c06 .link_btn li span::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #e1658f;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e1658f;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c06 .link_btn li span::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .tab_c06 .link_btn li span::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c06 .link_btn li span.hover::after, .mypage .tab_c06 .link_btn li span:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23e1658f\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage .tab_c06 .link_btn li span::after {
  left: 0;
  top: 0;
  height: 26px;
  width: 26px;
}@media screen and (max-width: 768px) {
  .mypage .tab_c06 .link_btn li span::after {
    top: 2px;
    height: 20px;
    width: 20px;
  }
}.mypage .tab_c06 .link_btn li:nth-child(1) img {
  height: 65px;
}@media screen and (max-width: 768px) {
  .mypage .tab_c06 .link_btn li:nth-child(1) img {
    height: 40px;
  }
}.mypage .tab_c06 .link_btn li:nth-child(2) img {
  height: 64px;
}@media screen and (max-width: 768px) {
  .mypage .tab_c06 .link_btn li:nth-child(2) img {
    height: 40px;
  }
}.mypage .tab_c06 .link_btn li:nth-child(3) img, .mypage .tab_c06 .link_btn li:nth-child(4) img {
  height: 74px;
}@media screen and (max-width: 768px) {
  .mypage .tab_c06 .link_btn li:nth-child(3) img, .mypage .tab_c06 .link_btn li:nth-child(4) img {
    height: 45px;
  }
}.mypage .tab_c06 .link_btn li:nth-child(5) figure, .mypage .tab_c06 .link_btn li:nth-child(6) figure {
  height: 100px;
}@media screen and (max-width: 768px) {
  .mypage .tab_c06 .link_btn li:nth-child(5) figure, .mypage .tab_c06 .link_btn li:nth-child(6) figure {
    height: 70px;
  }
}@media screen and (max-width: 768px) and (max-width: 768px) {
  .mypage .tab_c06 .link_btn li:nth-child(5) figure img, .mypage .tab_c06 .link_btn li:nth-child(6) figure img {
    height: 55px;
  }
}.mypage .tab_c06 .mypage__btn li:nth-child(1) a, .mypage .tab_c06 .mypage__btn li:nth-child(2) a {
  position: relative;
  background: #e1658f;
  border: 2px solid #e1658f;
  color: #fff;
}.mypage .tab_c06 .mypage__btn li:nth-child(1) a::after, .mypage .tab_c06 .mypage__btn li:nth-child(2) a::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23e1658f\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c06 .mypage__btn li:nth-child(1) a::after, .mypage .tab_c06 .mypage__btn li:nth-child(2) a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .tab_c06 .mypage__btn li:nth-child(1) a::after, .mypage .tab_c06 .mypage__btn li:nth-child(2) a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c06 .mypage__btn li:nth-child(1) a.hover::after, .mypage .tab_c06 .mypage__btn li:nth-child(1) a:hover::after, .mypage .tab_c06 .mypage__btn li:nth-child(2) a.hover::after, .mypage .tab_c06 .mypage__btn li:nth-child(2) a:hover::after {
    background-color: #e1658f;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage .tab_c06 .mypage__btn li:nth-child(1) a::after, .mypage .tab_c06 .mypage__btn li:nth-child(2) a::after {
  right: 25px;
  height: 30px;
  width: 30px;
  background-size: 11px;
}@media screen and (max-width: 768px) {
  .mypage .tab_c06 .mypage__btn li:nth-child(1) a::after, .mypage .tab_c06 .mypage__btn li:nth-child(2) a::after {
    right: 15px;
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}.mypage .tab_c06 .mypage__btn li:nth-child(1) a:hover, .mypage .tab_c06 .mypage__btn li:nth-child(2) a:hover {
  background: #fff;
  color: #e1658f;
}.mypage .tab_c06 .mypage__btn li:nth-child(1) a:hover span, .mypage .tab_c06 .mypage__btn li:nth-child(2) a:hover span {
  background: #e1658f;
  transition: all 0.5s ease 0s;
}.mypage .tab_c06 .mypage__btn li:nth-child(1) a:hover span svg, .mypage .tab_c06 .mypage__btn li:nth-child(2) a:hover span svg {
  fill: #fff;
}.mypage .tab_c06 .mypage__btn li:nth-child(1) span svg, .mypage .tab_c06 .mypage__btn li:nth-child(2) span svg {
  fill: #e1658f;
}.mypage .tab_c06 .mypage__btn li:nth-child(2) span {
  display: inline-block;
  height: 33px;
  width: 33px;
  margin-right: 10px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}.mypage .tab_c06 .mypage__btn li:nth-child(2) span svg {
  height: 20px;
  width: 20px;
}.mypage .tab_c06 .mypage__btn li:nth-child(2) a::after {
  display: none;
}.mypage .tab_c06 .mypage__status svg {
  fill: #e1658f;
}.mypage .tab_c06 .mypage__status .receipt .category span {
  background: #e1658f;
  color: #fff;
}.mypage .tab_c06 .btn_box a {
  background: #e1658f;
  border-color: #e1658f;
}.mypage .tab_c06 .btn_box a::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23e1658f\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c06 .btn_box a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .tab_c06 .btn_box a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .tab_c06 .btn_box a.hover::after, .mypage .tab_c06 .btn_box a:hover::after {
    background-color: #e1658f;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage .tab_c06 .btn_box a:hover {
  background: #fff;
  color: #e1658f;
}.mypage__btn {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  align-items: center;

  justify-items: center;
}@media screen and (max-width: 768px) {
  .mypage__btn {
    display: block;
  }
}.mypage__btn li {
  width: 50%;
}@media screen and (max-width: 768px) {
  .mypage__btn li {
    width: 100%;
  }
}.mypage__btn li a {
  display: flex;
  padding: 20px 0;
  justify-content: center;
  background: #fff;
  border-radius: 35px;
  font-size: 1.8rem;
  align-items: center;

  justify-items: center;
}@media screen and (max-width: 768px) {
  .mypage__btn li a {
    font-size: 1.6rem;
  }
}.mypage__btn li a:hover {
  text-decoration: none;
}.mypage__btn li:nth-child(1) a {
  background: #04a78e;
  border: 2px solid #04a78e;
  color: #fff;
}@media screen and (max-width: 768px) {
  .mypage__btn li:nth-child(1) a {
    padding: 17px 0;
  }
}.mypage__btn li:nth-child(1) a:hover {
  background: #fff;
  color: #04a78e;
}.mypage__btn li:nth-child(1) a:hover span {
  background: #04a78e;
  transition: all 0.5s ease 0s;
}.mypage__btn li:nth-child(1) a:hover span svg {
  fill: #fff;
}.mypage__btn li:nth-child(1) span {
  display: inline-block;
  height: 33px;
  width: 33px;
  margin-right: 10px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}.mypage__btn li:nth-child(1) span svg {
  height: 20px;
  width: 20px;
  fill: #04a78e;
}.mypage__btn li:nth-child(2) {
  margin-left: 20px;
}@media screen and (max-width: 768px) {
  .mypage__btn li:nth-child(2) {
    margin: 20px 0 0 0;
  }
}.mypage__btn li:nth-child(2) a {
  position: relative;
  border: 2px solid #04a78e;
  color: #04a78e;
}.mypage__btn li:nth-child(2) a::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #04a78e;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #04a78e;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage__btn li:nth-child(2) a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage__btn li:nth-child(2) a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage__btn li:nth-child(2) a.hover::after, .mypage__btn li:nth-child(2) a:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%2304A78E\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}@media screen and (max-width: 768px) {
  .mypage__btn li:nth-child(2) a {
    padding: 17px 0;
  }
}.mypage__btn li:nth-child(2) a::after {
  right: 20px;
}.mypage__flow {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;

  justify-items: flex-end;
}@media screen and (max-width: 768px) {
  .mypage__flow {
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: initial;
  }
}.mypage__flow li {
  width: 24%;
  padding: 28px 0;
  background: #f8f9fa;
  border-radius: 10px;
  text-align: center;
}@media screen and (max-width: 768px) {
  .mypage__flow li {
    width: 48%;
    margin-bottom: 4%;
    padding: 20px 10px;
  }
}@media screen and (max-width: 768px) {
  .mypage__flow li:nth-child(even) {
    margin-left: 2%;
  }
}.mypage__flow li span {
  display: block;
  margin-bottom: 10px;
  color: #a145c9;
  font-size: 1.8rem;
}@media screen and (max-width: 768px) {
  .mypage__flow li span {
    font-size: 1.6rem;
  }
}.mypage__flow li svg {
  height: 50px;
  width: 50px;
  margin-bottom: 12px;
  fill: #a145c9;
}@media screen and (max-width: 768px) {
  .mypage__flow li svg {
    height: 40px;
    width: 40px;
    margin-bottom: 5px;
  }
}.mypage__flow li p {
  line-height: 1.5em;
}@media screen and (max-width: 768px) {
  .mypage__flow li p {
    font-size: 1.3rem;
  }
}.mypage__flow li p a {
  color: #a145c9;
}.mypage__flow li:nth-child(3) svg {
  height: 45px;
  width: 45px;
}@media screen and (max-width: 768px) {
  .mypage__flow li:nth-child(3) svg {
    height: 36px;
    width: 36px;
  }
}.mypage_retirement .mypage__btn {
  justify-content: start;
}.mypage_retirement .mypage__btn li {
  width: 33%;
  margin-right: 1%;
  font-size: 1.6rem;
}@media screen and (max-width: 768px) {
  .mypage_retirement .mypage__btn li {
    width: 100%;
  }
}.mypage_retirement .mypage__btn li a {
  position: relative;
  padding: 15px 0;
  background: #fff;
  border: 2px solid #0b41a0;
  color: #0b41a0;
}.mypage_retirement .mypage__btn li a::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #0b41a0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #0b41a0;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage_retirement .mypage__btn li a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage_retirement .mypage__btn li a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage_retirement .mypage__btn li a.hover::after, .mypage_retirement .mypage__btn li a:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%230B41A0\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage_retirement .mypage__btn li a:hover {
  color: #0b41a0;
}.mypage_retirement .mypage__btn li a::after {
  right: 15px;
}.mypage_retirement .mypage__btn li:last-child {
  margin: 0;
}@media screen and (max-width: 768px) {
  .mypage_retirement .mypage__btn li:last-child {
    margin: 20px 0 0 0;
  }
}.mypage__status {
  margin-top: 20px;
}.mypage__status .note {
  padding-top: 5px;
  font-size: 1.3rem;
  text-align: right;
}@media screen and (max-width: 768px) {
  .mypage__status .note {
    padding-top: 0;
    font-size: 1.2rem;
  }
}@media screen and (max-width: 768px) {
  .mypage__status .receipt ._completion.pc + li:nth-child(2)::after, .mypage__status .receipt ._completion.pc + li:nth-child(2)::before {
    display: none;
  }
}.mypage__status .receipt ._completion.pc, .mypage__status .receipt ._completion {
  width: 222px;
  padding: 0 20px;
  font-size: 1.1rem;
  text-align: center;
}@media screen and (max-width: 768px) {
  .mypage__status .receipt ._completion.pc, .mypage__status .receipt ._completion {
    width: auto;
    margin-bottom: 15px;
  }
}.mypage__status .receipt ._completion.pc div, .mypage__status .receipt ._completion div {
  padding: 5px 10px;
  background: #c00;
  border-radius: 10px;
  color: #fff;
}.mypage__status .receipt ._completion.pc div svg, .mypage__status .receipt ._completion div svg {
  width: 15px;
  margin-right: 8px;
  fill: #fff;
}.mypage__status .receipt .control {
  display: flex;
  justify-content: center;
  align-items: center;
}@media screen and (max-width: 768px) {
  .mypage__status .receipt .control {
    margin-bottom: 5px;
  }
}.mypage__status .receipt .control ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}.mypage__status .receipt .control ul li {
  position: relative;
  padding: 0 10px;
}@media screen and (max-width: 768px) {
  .mypage__status .receipt .control ul li {
    margin-bottom: 15px;
    padding: 0 2.8vw;
  }
}.mypage__status .receipt .control ul li span {
  display: inline-block;
  padding-bottom: 8px;
}.mypage__status .receipt .control ul li .no_link div {
  color: #d2d2d2;
}.mypage__status .receipt .control ul li .no_link svg {
  fill: #d2d2d2;
}.mypage__status .receipt .control ul li .no_link, .mypage__status .receipt .control ul li a {
  display: inline-block;
  padding: 0 15px;
  color: #000;
  font-size: 1.2rem;
  text-align: center;
}@media screen and (max-width: 768px) {
  .mypage__status .receipt .control ul li .no_link, .mypage__status .receipt .control ul li a {
    padding: 0 2.2vw;
  }
}.mypage__status .receipt .control ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: inline-block;
  height: 20px;
  width: 1px;
  background: #e3e3e3;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .mypage__status .receipt .control ul li::before {
    right: 0;
    height: 15px;
  }
}@media screen and (max-width: 768px) {
  .mypage__status .receipt .control ul li:first-child::before {
    display: none;
  }
}@media screen and (max-width: 768px) {
  .mypage__status .receipt .control ul li:last-child::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    display: inline-block;
    height: 15px;
    width: 1px;
    background: #e3e3e3;
    transform: translate(0, -50%);
  }
}@media screen and (max-width: 768px) {
  .mypage__status .receipt .control ul li:first-child::after, .mypage__status .receipt .control ul li:last-child::after {
    display: none;
  }
}.mypage__status svg {
  height: 24px;
  width: 24px;
  vertical-align: middle;
}.mypage__status .receipt {
  display: flex;
  overflow: hidden;
  margin-bottom: 5px;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 8px;
}@media screen and (max-width: 768px) {
  .mypage__status .receipt {
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
  }
}.mypage__status .receipt .copy, .mypage__status .receipt .detail {
  display: flex;
  align-items: center;

  justify-items: center;
}.mypage__status .receipt .title {
  display: flex;
  padding: 20px;
  flex: 1;
  align-items: center;

  justify-items: center;
}@media screen and (max-width: 768px) {
  .mypage__status .receipt .title {
    display: block;
    padding: 20px 20px 25px 20px;
  }
}.mypage__status .receipt .title_link {
  display: flex;
  align-items: center;
}@media screen and (max-width: 768px) {
  .mypage__status .receipt .title_link {
    display: block;
  }
}.mypage__status .receipt .title a, .mypage__status .receipt .title p {
  color: #000;
}.mypage__status .receipt .title .day {
  margin-right: 10px;
  white-space: nowrap;
}@media screen and (max-width: 768px) {
  .mypage__status .receipt .title .day {
    margin: 0 0 8px 0;
    font-size: 1.3rem;
  }
}.mypage__status .receipt .title .category {
  display: flex;
}@media screen and (max-width: 768px) {
  .mypage__status .receipt .title .category {
    margin: 12px 0 0 0;
    flex-wrap: wrap;
  }
}.mypage__status .receipt .title .category span {
  margin: 0 10px 5px 0;
  padding: 4px 8px;
  background: #ccc;
  border-radius: 8px;
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
}@media screen and (max-width: 768px) {
  .mypage__status .receipt .title .category span {
    display: inline-block;
    margin: 0 5px 4px 0;
    font-size: 1.4rem;
  }
}.mypage__status .receipt .title .category span:first-child:last-child {
  margin: 0 10px 0 0;
}@media screen and (max-width: 768px) {
  .mypage__status .receipt .title .category span:first-child:last-child {
    margin: 0 5px 0 0;
  }
}.mypage__status .receipt .title .day_use {
  display: block;
  margin-top: 2px;
  font-size: 1.2rem;
}.mypage__status .receipt .title .day_pass {
  display: block;
  margin-top: 5px;
  padding: 5px 10px;
  border: 1px solid #77838b;
  border-radius: 10px;
  font-size: 1rem;
}@media screen and (max-width: 768px) {
  .mypage__status .receipt .title .day_pass {
    display: inline-block;
    font-size: 1.2rem;
  }
}.mypage__status .receipt .title .day_pass svg {
  height: 12px;
  width: 12px;
  margin-right: 8px;
}@media screen and (max-width: 768px) {
  .mypage__status .receipt .title .day_pass svg {
    margin-right: 5px;
  }
}.mypage .heading02 p {
  font-size: 1.4rem;
}@media screen and (max-width: 768px) {
  .mypage .tbl02 table {
    white-space: nowrap;
  }
}.mypage .tbl02 td {
  text-align: center;
  vertical-align: middle;
}.mypage .tbl02 thead th {
  text-align: center;
  vertical-align: middle;
  white-space: pre;
}.mypage .tbl02 th {
  vertical-align: middle;
}.mypage .tbl02 th p {
  font-weight: normal;
}.mypage .tbl02 .ve-fsize_s {
  margin-top: 5px;
}.mypage .apply {
  margin: 12px;
}.mypage .apply a {
  position: relative;
  display: block;
  height: auto;
  padding: 15px 40px 15px 25px;
  background: #af8f54;
  border: 2px solid #af8f54;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
}.mypage .apply a, .mypage .apply a:visited, .mypage .apply a:hover {
  color: #fff;
}@media print, screen and (min-width: 769px) {
  .mypage .apply a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.5rem;
  }.mypage .apply a:hover {
    background: #fff;
    color: #af8f54;
  }
}@media screen and (max-width: 768px) {
  .mypage .apply a {
    width: 100%;
    padding: 15px 50px 15px 20px;
    font-size: 1.4rem;
    text-align: center;
  }
}.mypage .apply a::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23af8f54\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .apply a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .apply a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .apply a.hover::after, .mypage .apply a:hover::after {
    background-color: #af8f54;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage .apply a::after {
  bottom: 0;
  right: 10px;
  top: 0;
  height: 20px;
  width: 20px;
  margin: auto;
  background-size: 8px;
}@media screen and (max-width: 768px) {
  .mypage .apply a::after {
    right: 15px;
  }
}.mypage .applied {
  margin: 12px;
}.mypage .applied span {
  display: flex;
  height: auto;
  padding: 15px 27px;
  flex-direction: column;
  justify-content: center;
  background: #e3e3e3;
  border: 2px solid #e3e3e3;
  border-radius: 50px;
  color: #5a5a5a;
  font-size: 1.4rem;
  font-weight: normal;
}@media screen and (max-width: 768px) {
  .mypage .applied span {
    display: block;
    width: 100%;
    padding: 15px 20px;
    border-radius: 50px;
    text-align: center;
  }
}.mypage .btn_box_column2 {
  margin-top: 40px;
}.mypage .btn_box_column2 > div:first-child {
  margin: 0 5px 0 0;
}.mypage .btn_box_column2 > div:nth-child(2) {
  margin: 0 0 0 5px;
}@media screen and (max-width: 768px) {
  .mypage .btn_box_column2._wide {
    display: block;
  }
}.mypage .btn_box_column2._wide > div a {
  padding: 30px 70px 30px 30px;
}@media screen and (max-width: 768px) {
  .mypage .btn_box_column2._wide > div a {
    width: auto;
    margin: 0 auto;
    padding: 17px 50px 17px 20px;
  }
}@media screen and (max-width: 768px) {
  .mypage .btn_box_column2._wide > div {
    margin: 10px 0 0 0;
  }
}.mypage .btn_box_column2 ._pdf a {
  background: #04a78e;
  border-color: #04a78e;
}.mypage .btn_box_column2 ._pdf a::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%2304a78e\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .mypage .btn_box_column2 ._pdf a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .mypage .btn_box_column2 ._pdf a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .mypage .btn_box_column2 ._pdf a.hover::after, .mypage .btn_box_column2 ._pdf a:hover::after {
    background-color: #04a78e;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.mypage .btn_box_column2 ._pdf a svg {
  height: 30px;
  width: 36px;
  margin-right: 10px;
  vertical-align: middle;
  fill: #fff;
}.mypage .btn_box_column2 ._pdf a:hover {
  background: #fff;
  color: #04a78e;
}.mypage .btn_box_column2 ._pdf a:hover svg {
  fill: #04a78e;
}.mypage .reserv_num {
  width: 400px;
  margin: 40px auto 0;
  border-radius: 10px;
  text-align: center;
}@media screen and (max-width: 768px) {
  .mypage .reserv_num {
    width: auto;
    margin: 20px auto 0;
  }
}.mypage .reserv_num dl {
  padding: 15px;
  background: #f6f9fb;
}.mypage .reserv_num dl dt {
  padding: 15px 50px 15px 30px;
  font-size: 1.6rem;
  font-weight: normal;
}.mypage .reserv_num dl dd {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
}.mypage .completion_mark {
  display: flex;
  margin: 0 10px;
  padding: 0 30px;
  justify-content: center;
  background: #f62920;
  border-radius: 8px;
  border-radius: 50px;
  color: #fff;
  font-size: 1.8rem;
  align-items: center;
}@media screen and (max-width: 768px) {
  .mypage .completion_mark {
    min-width: auto;
    margin: 0 5px;
    padding: 15px 20px;
    font-size: 1.6rem;
  }
}.mypage .completion_mark svg {
  height: 30px;
  width: 30px;
  margin-right: 15px;
  vertical-align: text-bottom;
  fill: #fff;
}@media screen and (max-width: 768px) {
  .mypage .completion_mark svg {
    height: 26px;
    width: 26px;
    margin-right: 10px;
  }
}@media screen and (max-width: 768px) {
  .mypage .list_d._type02 td {
    text-align: left;
  }
}.mypage .list_d .icon_member {
  margin-left: 15px;
  padding: 5px 10px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  font-size: 1.4rem;
}@media screen and (max-width: 768px) {
  .mypage .list_d .icon_member {
    margin-left: 10px;
    font-size: 1.2rem;
  }
}.mypage .list_d._type02 th {
  text-align: center;
  vertical-align: middle;
}.mypage .list_d th span, .mypage .list_d td span {
  margin: 0 5px 0 10px;
  font-size: 1.8rem;
}.mypage .list_d th {
  width: 30%;
  padding-left: 20px;
  word-break: keep-all;
}@media screen and (max-width: 768px) {
  .mypage .list_d th {
    width: auto;
    padding-left: 17px;
  }
}.mypage .list_d td {
  padding-right: 20px;
}@media screen and (max-width: 768px) {
  .mypage .list_d td {
    padding-right: 17px;
    text-align: right;
  }
}.mypage .total {
  background: #f6f9fb;
  border: none;
}.mypage .total th, .mypage .total td {
  padding: 20px;
  border: none;
  vertical-align: middle;
}.mypage .total td {
  font-weight: bold;
  text-align: right;
}.mypage .total td span {
  font-size: 2.2rem;
}@media screen and (max-width: 768px) {
  .mypage .total td span {
    font-size: 1.8rem;
  }
}.mypage .box_bg01 {
  padding: 30px;
}@media screen and (max-width: 768px) {
  .mypage .box_bg01 {
    padding: 20px;
  }
}.mypage .btn_add {
  display: block;
  width: 140px;
  text-align: center;
}.mypage .btn_add:hover {
  cursor: pointer;
}@media screen and (max-width: 768px) {
  .mypage .btn_add {
    width: 40%;
    margin-bottom: 30px;
    padding: 10px;
    font-size: 1.4rem;
  }
}@media screen and (max-width: 768px) {
  .mypage .message.news .list_d th {
    word-break: normal;
  }
}.mypage .message .list_d {
  margin: 50px 0 0;
}@media screen and (max-width: 768px) {
  .mypage .message .list_d {
    margin: 40px 0 0;
  }
}.mypage .message .list_d th {
  width: 20%;
  padding-left: 0;
}@media screen and (max-width: 768px) {
  .mypage .message .list_d th {
    display: block;
    width: 100%;
    padding: 20px 0 0;
  }
}.mypage .message .list_d td {
  text-align: left;
}@media screen and (max-width: 768px) {
  .mypage .message .list_d td {
    display: block;
    padding: 10px 0 20px;
    border-top: none;
  }
}.mypage .btn_box_column3.btn_anc {
  margin: 0 0 60px 0;
}@media screen and (max-width: 768px) {
  .mypage .btn_box_column3.btn_anc {
    margin: 0 0 40px 0;
  }
}.mypage .box_note {
  padding-top: 10px;
}@media screen and (max-width: 768px) {
  .mypage .box_note {
    font-size: 1.2rem;
  }
}.mypage .box_count {
  margin-top: 20px;
  text-align: center;
}@media screen and (max-width: 768px) {
  .mypage .box_count {
    margin-top: 10px;
  }
}.mypage .box_count p {
  display: inline-block;
  padding: 14px 30px;
  border: 2px solid #0b41a0;
  border-radius: 30px;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
  vertical-align: middle;
  vertical-align: top;
}@media screen and (max-width: 768px) {
  .mypage .box_count p {
    padding: 10px 15px;
    font-size: 1.2rem;
  }
}@media screen and (max-width: 768px) {
  .mypage .box_count p:nth-child(2), .mypage .box_count p:nth-child(3) {
    margin-top: 5px;
  }
}.mypage .box_count p > span {
  margin-left: 10px;
  padding: 2px 10px 5px 8px;
  background: #0b41a0;
  border-radius: 30px;
  color: #fff;
  vertical-align: text-bottom;
}@media screen and (max-width: 768px) {
  .mypage .box_count p > span {
    margin-left: 5px;
    padding: 1px 5px 4px 4px;
  }
}.mypage .box_count p > span > span {
  font-size: 1.2rem;
}@media screen and (max-width: 768px) {
  .mypage .box_count p > span > span {
    font-size: 1rem;
  }
}.mypage .box_count p.stock {
  border-color: #c00;
}.mypage .box_count p.stock > span {
  background: #c00;
}.mypage .tetsuzuki_note {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #c00;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.6;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_note {
    margin-bottom: 30px;
    padding: 15px;
  }
}.mypage .tetsuzuki_note dt {
  margin-bottom: 10px;
  color: #c00;
  font-size: 1.8rem;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_note dt {
    font-size: 1.6rem;
  }
}.mypage .tetsuzuki_note span {
  display: inline-block;
  font-size: 1.4rem;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_note span {
    font-size: 1.2rem;
  }
}.mypage .tetsuzuki_list {
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list {
    display: block;
    margin-bottom: 40px;
  }
}.mypage .tetsuzuki_list > li {
  width: 530px;
  margin-bottom: 40px;
  padding: 30px 35px;
  background: #f6f9fb;
  border-radius: 10px;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list > li {
    width: 100%;
    margin-bottom: 25px;
    padding: 25px 5vw;
  }
}.mypage .tetsuzuki_list_creating h3 {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list_creating h3 {
    margin-bottom: 15px;
  }
}.mypage .tetsuzuki_list_creating h3 figure {
  height: auto;
  margin-right: 15px;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list_creating h3 figure {
    margin-right: 10px;
  }
}.mypage .tetsuzuki_list_creating h3 figure.icon01 {
  width: 48px;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list_creating h3 figure.icon01 {
    width: 40px;
  }
}.mypage .tetsuzuki_list_creating h3 figure.icon02 {
  width: 42px;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list_creating h3 figure.icon02 {
    width: 36px;
  }
}.mypage .tetsuzuki_list_creating h3 figure.icon03 {
  width: 62px;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list_creating h3 figure.icon03 {
    width: 50px;
  }
}.mypage .tetsuzuki_list_creating h3 span {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list_creating h3 span {
    font-size: 1.7rem;
  }
}.mypage .tetsuzuki_list_completed {
  margin-top: 35px;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list_completed {
    margin-top: 25px;
  }
}.mypage .tetsuzuki_list_completed h4 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list_completed h4 {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
}.mypage .tetsuzuki_list_completed_item {
  display: flex;
  margin-bottom: 5px;
  padding: 15px 18px 5px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 8px;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list_completed_item {
    display: block;
    padding: 12px 15px 0 18px;
  }
}.mypage .tetsuzuki_list_completed_item:last-child {
  margin-bottom: 0;
}.mypage .tetsuzuki_list_completed_item .date {
  display: flex;
  width: 100%;
  padding: 3px 0 10px;
  justify-content: space-between;
  font-size: 1.4rem;
  align-items: center;
  letter-spacing: 0.03em;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list_completed_item .date {
    padding: 0 0 10px;
    font-size: 1.3rem;
  }
}.mypage .tetsuzuki_list_completed_item .date span {
  font-size: 1.1rem;
}.mypage .tetsuzuki_list_completed_item .file {
  width: 68%;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list_completed_item .file {
    width: 100%;
    margin-bottom: 10px;
  }
}.mypage .tetsuzuki_list_completed_item .file li {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list_completed_item .file li {
    margin-bottom: 5px;
  }
}.mypage .tetsuzuki_list_completed_item .file li figure {
  height: auto;
  width: 19px;
  margin-right: 10px;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list_completed_item .file li figure {
    width: 16px;
    margin: 0 8px 3px 0;
  }
}.mypage .tetsuzuki_list_completed_item .file li a {
  flex: 1;
  color: #000;
  font-size: 1.6rem;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list_completed_item .file li a {
    font-size: 1.4rem;
  }
}.mypage .tetsuzuki_list_completed_item .fix {
  margin-bottom: 10px;
  text-align: center;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list_completed_item .fix {
    margin-bottom: 15px;
  }
}.mypage .tetsuzuki_list_completed_item .fix figure {
  position: relative;
  height: 33px;
  width: 33px;
  margin-bottom: 2px;
  background: #0b41a0;
  border-radius: 50%;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list_completed_item .fix figure {
    display: inline-block;
    margin: 0 6px 0 0;
    vertical-align: middle;
  }
}.mypage .tetsuzuki_list_completed_item .fix figure svg {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 15px;
  width: 15px;
  transform: translateY(-50%) translateX(-50%);
  fill: #fff;
}.mypage .tetsuzuki_list_completed_item .fix div {
  color: #0b41a0;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-decoration: underline;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list_completed_item .fix div {
    display: inline-block;
  }
}.mypage .tetsuzuki_list_completed_item .fix div:hover {
  text-decoration: none;
}.mypage .tetsuzuki_list_completed_btn a {
  margin-top: 10px;
  padding: 13px 55px 13px 20px;
  justify-content: start;
  background: #fff;
  border-width: 1px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list_completed_btn a {
    margin-top: 5px;
    padding: 13px 40px 13px 20px;
    font-size: 1.2rem;
  }
}.mypage .tetsuzuki_list_none {
  padding: 15px 0 30px;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  text-align: center;
}@media screen and (max-width: 768px) {
  .mypage .tetsuzuki_list_none {
    padding: 10px 0;
    font-size: 1.4rem;
  }
}.mypage.no_card {
  padding-top: 0;
}@media screen and (max-width: 768px) {
  .mypage.no_card {
    padding: 0;
  }
}.mypage.no_card .mypage__cont.tab_cont .link_btn {
  margin-bottom: 0;
}@media print, screen and (min-width: 769px) {
  .mypage.no_card .mypage__cont.tab_cont .link_btn {
    justify-content: center;
  }
}@media print, screen and (min-width: 769px) {
  .mypage.no_card .mypage__cont.tab_cont .link_btn li {
    width: 35%;
    margin: 0 2% 1.5%;
  }.mypage.no_card .mypage__cont.tab_cont .link_btn::after {
    display: none;
  }
}.mypage_alert {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 30px 20px;
  border: 1px solid #c00;
  font-weight: bold;
  text-align: center;
}@media screen and (max-width: 768px) {
  .mypage_alert {
    width: auto;
  }
}@media screen and (max-width: 768px) {
  .mypage_alert {
    margin: 0 20px;
    padding: 20px 20px 10px;
  }
}.mypage_alert dt {
  margin-bottom: 10px;
  color: #c00;
  font-size: 2rem;
}@media screen and (max-width: 768px) {
  .mypage_alert dt {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}.mypage_alert dt img {
  width: 25px;
  margin: 0 5px 2px 0;
  vertical-align: bottom;
}@media screen and (max-width: 768px) {
  .mypage_alert dt img {
    width: 20px;
    margin: 0 5px 2px 0;
  }
}@media screen and (max-width: 768px) {
  .mypage_alert dd {
    font-size: 1.4rem;
  }
}.mypage_alert dd p {
  margin-bottom: 20px;
}.mypage_alert dd p span {
  display: block;
  text-decoration: underline;
}@media screen and (max-width: 768px) {
  .mypage_alert dd p span:first-child {
    margin-bottom: 10px;
  }
}.mypage_alert dd p strong {
  color: #c00;
}.mypage__cont .need, .tetsuzuki_list .need {
  margin-top: 15px;
  padding: 8px;
  justify-content: center;
  background: #fff;
  color: #505050;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
}@media screen and (max-width: 768px) {
  .mypage__cont .need, .tetsuzuki_list .need {
    display: block;
  }
}.mypage__cont .need strong, .tetsuzuki_list .need strong {
  display: inline-block;
  width: auto;
  margin: 0 0 5px;
  padding: 2px 10px;
  background: #878787;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}@media screen and (max-width: 768px) {
  .mypage__cont .need strong, .tetsuzuki_list .need strong {
    width: 100%;
    margin: 0 0 5px;
    font-size: 1.2rem;
  }
}.mypage__cont .need p, .tetsuzuki_list .need p {
  margin-left: 1em;
  text-indent: -1em;
}.tab_navi ul {
  display: flex;
  justify-content: center;
  align-items: center;
}.tab_navi ul li {
  cursor: pointer;
  position: relative;
  width: 50%;
  padding: 20px 0 15px;
  background: #eee7dc;
  border-radius: 10px 0 0 0;
  color: #af8f54;
  font-size: 2.1rem;
  text-align: center;
  text-decoration: underline;
}@media screen and (max-width: 768px) {
  .tab_navi ul li {
    background: #fff;
    border-radius: 0;
    font-size: 1.5rem;
  }
}.tab_navi ul li:nth-child(2) {
  border-radius: 0 10px 0 0;
}@media screen and (max-width: 768px) {
  .tab_navi ul li:nth-child(2) {
    border-radius: 0;
  }
}.tab_navi ul li svg {
  height: 30px;
  width: 36px;
  margin-right: 10px;
  margin-top: -6px;
  vertical-align: middle;
  fill: #af8f54;
}@media screen and (max-width: 768px) {
  .tab_navi ul li svg {
    width: 100%;
    margin: 0 0 10px 0;
  }
}.tab_navi ul li.active, .tab_navi ul li:hover {
  background: #af8f54;
  color: #fff;
  text-decoration: none;
}@media screen and (max-width: 768px) {
  .tab_navi ul li.active, .tab_navi ul li:hover {
    text-decoration: underline;
  }
}.tab_navi ul li.active svg, .tab_navi ul li:hover svg {
  fill: #fff;
}.tab_navi ul li.active::before, .tab_navi ul li:hover::before {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  content: '';
  height: 14px;
  width: 10px;
  margin: auto;
  border: 10px solid transparent;
  border-top: 14px solid #af8f54;
  box-sizing: border-box;
  vertical-align: middle;
}@media screen and (max-width: 768px) {
  .tab_navi ul li.active::before, .tab_navi ul li:hover::before {
    bottom: -26px;
  }
}#message_area, #money_area, #info_area, #levy_area {
  display: block;
}@media print, screen and (min-width: 769px) {
  #message_area, #info_area {
    width: 1100px;
    margin: 0 auto;
    margin: 0 auto;
  }
}@media screen and (min-width: 769px) and (max-width: 768px) {
  #message_area, #info_area {
    width: auto;
  }
}#money_area, #levy_area {
  padding: 40px 0;
  background: #e6f2ff;
}#money_area .newslist_item, #levy_area .newslist_item {
  background: #fff;
}#money_area .newslist, #levy_area .newslist {
  margin-bottom: 0;
}#money_area .newslist_link, #levy_area .newslist_link {
  padding-right: 20px;
}#money_area .newslist_link::after, #levy_area .newslist_link::after {
  display: none;
}#money_area .st01 figure svg, #levy_area .st01 figure svg {
  background: #fff;
  border-radius: 100%;
}#levy_area a.newslist_link::after {
  display: inline;
}#levy_area .st01 figure svg {
  background: none;
  border-radius: 0;
}#money_area + #levy_area {
  padding-top: 0;
}@media print, screen and (min-width: 769px) {
  #money_area_in, #levy_area_in {
    width: 1100px;
    margin: 0 auto;
    margin: 0 auto;
  }
}@media screen and (min-width: 769px) and (max-width: 768px) {
  #money_area_in, #levy_area_in {
    width: auto;
  }
}@media screen and (max-width: 768px) {
  #message_area, #money_area, #info_area, #levy_area {
    display: none;
  }
}.sp_menu {
  margin-bottom: 40px;
  padding: 90px 0 30px;
  background: #f6f6f6;
}@media print, screen and (min-width: 769px) {
  .sp_menu {
    display: none;
  }
}.sp_menu a {
  position: relative;
  display: inline-block;
  display: block;
  padding: 15px 0;
  background: #fff;
  border: 2px solid #dadce0;
  border-radius: 10px;
  box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
  color: #0b41a0;
  text-decoration: none;
}.sp_menu svg {
  height: 34px;
  width: 34px;
  fill: #0b41a0;
}.sp_menu .name {
  padding-bottom: 20px;
  font-size: 1.8rem;
  text-align: center;
}.sp_menu .name svg {
  height: 18px;
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}.sp_menu .name span {
  margin-left: 5px;
  font-size: 1.3rem;
}.sp_menu ul {
  display: flex;
  justify-content: center;

  justify-items: center;
}.sp_menu ul.column03 li {
  width: calc(33% - 5px);
  font-size: 1.3rem;
}.sp_menu ul li {
  width: calc(50% - 20px);
  text-align: center;
}.sp_menu ul li:first-child:last-child {
  width: 90%;
  margin: 0 auto;
}.sp_menu ul li:nth-child(2) {
  margin: 0 1%;
}.sp_menu ul li p {
  margin-top: 2px;
  text-decoration: underline;
}.sp_menu ul li .notice {
  position: absolute;
  right: -6px;
  top: -6px;
  display: inline-block;
  height: 28px;
  width: 28px;
  background: #c00;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
}.modal {
  display: none;
}.modal__open {
  cursor: pointer;
}.modal._active {
  position: fixed;
  left: 50%;
  top: 50%;
  display: block;
  overflow: auto;
  z-index: 11;
  height: 100%;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  transform: translateY(-50%) translateX(-50%);
}.newmember_modal_content {
  text-align: center;
}.newmember_modal_inner {
  position: relative;
  top: 50%;
  display: inline-block;
  padding: 60px 45px 30px;
  background: #fff;
  border: 3px solid #0b41a0;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.16);
  transform: translateY(-50%);
}@media screen and (max-width: 768px) {
  .newmember_modal_inner {
    margin: 0 10px;
    padding: 55px 20px 20px;
  }
}.newmember_modal_inner .note li {
  color: #c00;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}@media screen and (max-width: 768px) {
  .newmember_modal_inner .note li {
    margin-bottom: 5px;
    font-size: 1.2rem;
    text-align: left;
  }
}.newmember_modal_close {
  pointer-events: none;
  position: absolute;
  right: -70px;
  top: 0;
  text-align: center;
}@media screen and (max-width: 768px) {
  .newmember_modal_close {
    right: 0;
    top: -60px;
  }
}.newmember_modal_close figure {
  display: block;
}@media screen and (max-width: 768px) {
  .newmember_modal_close figure {
    margin-bottom: -4px;
  }
}.newmember_modal_close figure svg {
  height: 29px;
  width: 29px;
  fill: #0b41a0;
}@media screen and (max-width: 768px) {
  .newmember_modal_close figure svg {
    height: 24px;
    width: 24px;
  }
}.newmember_modal_close u {
  color: #0b41a0;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}@media screen and (max-width: 768px) {
  .newmember_modal_close u {
    font-size: 1.2rem;
  }
}.newmember_modal_close u:hover {
  text-decoration: none;
}.newmember_modal_box {
  position: relative;
  width: 710px;
  margin-bottom: 30px;
  background: #fff;
}@media screen and (max-width: 768px) {
  .newmember_modal_box {
    width: 100%;
    margin-bottom: 20px;
  }
}.newmember_modal_box dt {
  position: absolute;
  left: 50%;
  top: -38px;
  width: 73%;
  background: #fff;
  transform: translateX(-50%);
}@media screen and (max-width: 768px) {
  .newmember_modal_box dt {
    width: 88%;
  }
}.newmember_modal_box dt img {
  display: inline-block;
  height: 41px;
  width: 41px;
  margin-right: 20px;
  vertical-align: middle;
}@media screen and (max-width: 768px) {
  .newmember_modal_box dt img {
    display: block;
    height: 35px;
    width: 35px;
    margin: 0 auto 2px;
  }
}.newmember_modal_box dt span {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  color: #0b41a0;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}@media screen and (max-width: 768px) {
  .newmember_modal_box dt span {
    padding: 0 4px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}.newmember_modal_box dt span::before {
  position: absolute;
  bottom: 2px;
  left: 50%;
  content: '';
  z-index: -1;
  height: 12px;
  width: 100%;
  background: #efe80e;
  transform: translateX(-50%);
}@media screen and (max-width: 768px) {
  .newmember_modal_box dt span::before {
    height: 8px;
  }
}.newmember_modal_box dd {
  overflow: hidden;
  border: 1px solid #0b41a0;
  border-radius: 10px;
}.newmember_modal_box dd .lead {
  display: flex;
  padding: 30px 25px 30px 30px;
  justify-content: space-between;
  align-items: center;
}@media screen and (max-width: 768px) {
  .newmember_modal_box dd .lead {
    display: block;
    padding: 35px 15px 15px 15px;
  }
}.newmember_modal_box dd .lead figure {
  height: auto;
  width: 160px;
}@media screen and (max-width: 768px) {
  .newmember_modal_box dd .lead figure {
    width: 60%;
    margin: 0 auto 10px;
  }
}.newmember_modal_box dd .lead p {
  width: 100%;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 30px;
  text-align: left;
}@media screen and (max-width: 768px) {
  .newmember_modal_box dd .lead p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 20px;
  }
}.newmember_modal_box dd .link {
  display: flex;
  border-top: 1px solid #0b41a0;
}@media screen and (max-width: 768px) {
  .newmember_modal_box dd .link {
    display: block;
  }
}.newmember_modal_box dd .link li {
  width: 50%;
}@media screen and (max-width: 768px) {
  .newmember_modal_box dd .link li {
    width: 100%;
  }
}.newmember_modal_box dd .link li a {
  position: relative;
  display: block;
  padding: 26px 0 28px;
  color: #0b41a0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}@media screen and (max-width: 768px) {
  .newmember_modal_box dd .link li a {
    padding: 16px 0 18px;
    font-size: 1.2rem;
  }
}.newmember_modal_box dd .link li a::after {
  top: 28%;
  height: 30px;
  width: 30px;
}@media screen and (max-width: 768px) {
  .newmember_modal_box dd .link li a::after {
    top: 32%;
  }
}.newmember_modal_box dd .link li:nth-child(1) {
  border-right: 1px solid #0b41a0;
}@media screen and (max-width: 768px) {
  .newmember_modal_box dd .link li:nth-child(1) {
    border: none;
  }
}.newmember_modal_box dd .link li:nth-child(1) a {
  background: #f6f9fb;
}.newmember_modal_box dd .link li:nth-child(1) a::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #0b41a0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #0b41a0;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .newmember_modal_box dd .link li:nth-child(1) a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .newmember_modal_box dd .link li:nth-child(1) a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .newmember_modal_box dd .link li:nth-child(1) a.hover::after, .newmember_modal_box dd .link li:nth-child(1) a:hover::after {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%230B41A0\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.newmember_modal_box dd .link li:nth-child(1) a::after {
  left: 50px;
  transform: scale(-1, 1);
}@media screen and (max-width: 768px) {
  .newmember_modal_box dd .link li:nth-child(1) a::after {
    left: 5vw;
  }
}.newmember_modal_box dd .link li:nth-child(1) a:hover::after {
  transform: translateX(-4px) scale(-1, 1);
}.newmember_modal_box dd .link li:nth-child(2) a {
  background: #0b41a0;
  color: #fff;
}.newmember_modal_box dd .link li:nth-child(2) a::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%230B41A0\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .newmember_modal_box dd .link li:nth-child(2) a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .newmember_modal_box dd .link li:nth-child(2) a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .newmember_modal_box dd .link li:nth-child(2) a.hover::after, .newmember_modal_box dd .link li:nth-child(2) a:hover::after {
    background-color: #0b41a0;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}.newmember_modal_box dd .link li:nth-child(2) a:hover {
  background: #fff;
  color: #0b41a0;
}.newmember_modal_box dd .link li:nth-child(2) a::after {
  right: 35px;
}@media screen and (max-width: 768px) {
  .newmember_modal_box dd .link li:nth-child(2) a::after {
    right: 5vw;
  }
}.modal_password_reset_content {
  text-align: center;
}.modal_password_reset_inner {
  position: relative;
  top: 50%;
  display: inline-block;
  padding: 40px 45px 30px;
  background: #fff;
  border: 3px solid #0b41a0;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.16);
  transform: translateY(-50%);
}@media screen and (max-width: 768px) {
  .modal_password_reset_inner {
    margin: 0 10px;
    padding: 20px 20px 20px;
  }
}.modal_password_reset_close {
  pointer-events: none;
  position: absolute;
  right: -70px;
  top: 0;
  text-align: center;
}@media screen and (max-width: 768px) {
  .modal_password_reset_close {
    right: 0;
    top: -60px;
  }
}.modal_password_reset_close figure {
  display: block;
}@media screen and (max-width: 768px) {
  .modal_password_reset_close figure {
    margin-bottom: -4px;
  }
}.modal_password_reset_close figure svg {
  height: 29px;
  width: 29px;
  fill: #0b41a0;
}@media screen and (max-width: 768px) {
  .modal_password_reset_close figure svg {
    height: 24px;
    width: 24px;
  }
}.modal_password_reset_flow_box {
  display: block;
  width: 500px;
  margin: 0 auto;
  padding: 15px 40px;
  background: #f6f9fb;
  border: 1px solid #a3aab5;
  color: #000;
  font-weight: bold;
  text-align: center;
}@media screen and (max-width: 768px) {
  .modal_password_reset_flow_box {
    width: 100%;
  }
}.modal_password_reset_flow_box_arrow {
  margin-bottom: 5px;
}.modal_password_reset_flow_box_arrow._branch span {
  width: 50px;
}.modal_password_reset_flow_box_arrow._branch span:first-child {
  margin: 0 155px 0 0;
}.modal_password_reset_flow_box_arrow._branch span:nth-child(2) {
  margin: 0 0 0 155px;
}@media screen and (max-width: 768px) {
  .modal_password_reset_flow_box_arrow._branch span {
    width: 50px;
  }.modal_password_reset_flow_box_arrow._branch span:first-child {
    margin: 0 12vw 0 0;
  }.modal_password_reset_flow_box_arrow._branch span:nth-child(2) {
    margin: 0 0 0 12vw;
  }
}.modal_password_reset_flow_box_arrow span {
  position: relative;
  display: inline-block;
  padding: 15px 0 25px;
  color: #0b41a0;
  font-size: 1.6rem;
  font-weight: bold;
}@media screen and (max-width: 768px) {
  .modal_password_reset_flow_box_arrow span {
    padding: 16px 0 20px;
    font-size: 1.4rem;
  }
}.modal_password_reset_flow_box_arrow span::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%230b41a0\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-repeat: no-repeat;
  transform: translate(-50%, 0) rotate(90deg);
}@media screen and (max-width: 768px) {
  .modal_password_reset_flow_box_arrow span::after {
    height: 18px;
    width: 18px;
  }
}.modal_password_reset_flow_box_arrow span::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  display: block;
  height: 15px;
  width: 3px;
  background: #0b41a0;
  transform: translate(-50%, 0);
}.modal_password_reset_box {
  position: relative;
  width: 710px;
  background: #fff;
}@media screen and (max-width: 768px) {
  .modal_password_reset_box {
    width: 100%;
  }
}.modal_password_reset_box dt {
  margin-bottom: 30px;
}@media screen and (max-width: 768px) {
  .modal_password_reset_box dt {
    margin-bottom: 20px;
  }
}.modal_password_reset_box dt img {
  display: inline-block;
  height: 41px;
  width: 41px;
  margin: 0 15px 5px 0;
  vertical-align: middle;
}@media screen and (max-width: 768px) {
  .modal_password_reset_box dt img {
    display: block;
    height: 35px;
    width: 35px;
    margin: 0 auto 2px;
  }
}.modal_password_reset_box dt span {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: #0b41a0;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}@media screen and (max-width: 768px) {
  .modal_password_reset_box dt span {
    font-size: 2rem;
    letter-spacing: 0;
  }
}.modal_password_reset_box dt span::before {
  position: absolute;
  bottom: 2px;
  left: 50%;
  content: '';
  z-index: -1;
  height: 12px;
  width: 100%;
  background: #efe80e;
  transform: translateX(-50%);
}@media screen and (max-width: 768px) {
  .modal_password_reset_box dt span::before {
    height: 8px;
  }
}.modal_password_reset_box dd .link {
  display: flex;
  justify-content: space-between;
}.modal_password_reset_box dd .link li {
  width: calc(50% - 10px);
}@media screen and (max-width: 768px) {
  .modal_password_reset_box dd .link li {
    width: calc(50% - 5px);
  }
}.modal_password_reset_box dd .link li a {
  position: relative;
  display: block;
  padding: 26px 0 20px;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}@media screen and (max-width: 768px) {
  .modal_password_reset_box dd .link li a {
    padding: 30px 0 20px;
    font-size: 1.2rem;
  }
}.modal_password_reset_box dd .link li a span {
  position: relative;
  display: block;
  margin-bottom: 20px;
}@media screen and (max-width: 768px) {
  .modal_password_reset_box dd .link li a span {
    margin-bottom: 20px;
  }
}.modal_password_reset_box dd .link li a span::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  height: 50px;
  width: 50px;
  background: #fff;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
}@media screen and (max-width: 768px) {
  .modal_password_reset_box dd .link li a span::before {
    height: 50px;
    width: 50px;
  }
}.modal_password_reset_box dd .link li a span img {
  position: relative;
  z-index: 1;
  height: auto;
  width: 22px;
  margin-bottom: 4px;
  vertical-align: middle;
}@media screen and (max-width: 768px) {
  .modal_password_reset_box dd .link li a span img {
    width: 24px;
    margin-bottom: 0;
  }
}.modal_password_reset_box dd .link li a::after {
  top: 28%;
  height: 30px;
  width: 30px;
}@media screen and (max-width: 768px) {
  .modal_password_reset_box dd .link li a::after {
    top: 32%;
  }
}.modal_password_reset_box dd .link li a {
  background: #0b41a0;
  border: 2px solid #0b41a0;
  color: #fff;
}.modal_password_reset_box dd .link li a:hover {
  background: #f6f9fb;
  color: #0b41a0;
}.modal_password_reset_box dd .link li a:hover span::before {
  background: #0b41a0;
}.modal_password_reset_box dd .link li a::after {
  right: 35px;
}@media screen and (max-width: 768px) {
  .modal_password_reset_box dd .link li a::after {
    right: 5vw;
  }
}.modal_password_reset_box dd .link li:nth-child(2) a {
  background: #1392fb;
  border: 2px solid #1392fb;
}.modal_password_reset_box dd .link li:nth-child(2) a:hover {
  background: #f6f9fb;
  color: #1392fb;
}.modal_password_reset_box dd .link li:nth-child(2) a:hover span::before {
  background: #1392fb;
}.password_modal_content {
  text-align: center;
}.password_modal_inner {
  position: relative;
  top: 50%;
  display: inline-block;
  padding: 40px 40px 30px;
  background: #fff;
  border: 3px solid #0b41a0;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.16);
  transform: translateY(-50%);
}@media screen and (max-width: 768px) {
  .password_modal_inner {
    margin: 0 10px;
    padding: 30px 20px;
  }
}.password_modal_close {
  pointer-events: none;
  position: absolute;
  right: -70px;
  top: 0;
  text-align: center;
}@media screen and (max-width: 768px) {
  .password_modal_close {
    right: 0;
    top: -60px;
  }
}.password_modal_close figure {
  display: block;
}@media screen and (max-width: 768px) {
  .password_modal_close figure {
    margin-bottom: -4px;
  }
}.password_modal_close figure svg {
  height: 29px;
  width: 29px;
  fill: #0b41a0;
}@media screen and (max-width: 768px) {
  .password_modal_close figure svg {
    height: 24px;
    width: 24px;
  }
}.password_modal_close u {
  color: #0b41a0;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}@media screen and (max-width: 768px) {
  .password_modal_close u {
    font-size: 1.2rem;
  }
}.password_modal_close u:hover {
  text-decoration: none;
}.password_modal_box {
  position: relative;
  width: 710px;
  background: #fff;
}@media screen and (max-width: 768px) {
  .password_modal_box {
    width: 100%;
  }
}.password_modal_box dt {
  margin-bottom: 30px;
  color: #0b41a0;
  font-size: 2.4rem;
  text-align: center;
}@media screen and (max-width: 768px) {
  .password_modal_box dt {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}.password_modal_box dt img {
  display: inline-block;
  height: 30px;
  width: 21px;
  margin: 0 10px 4px 0;
  vertical-align: middle;
}@media screen and (max-width: 768px) {
  .password_modal_box dt img {
    display: block;
    margin: 0 auto 8px;
  }
}.password_modal_box dd .lead {
  margin-bottom: 30px;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .password_modal_box dd .lead {
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: left;
  }
}.password_modal_box .link li:first-child a {
  display: block;
  padding: 26px 0;
  background: #0b41a0;
  border: 2px solid #0b41a0;
  border-color: #0b41a0;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .password_modal_box .link li:first-child a {
    padding: 18px 0;
  }
}@media print, screen and (min-width: 769px) {
  .password_modal_box .link li:first-child a:hover {
    background: #fff;
    color: #0b41a0;
  }.password_modal_box .link li:first-child a:hover span::after {
    position: absolute;
    content: '';
    display: block;
    background-color: #0b41a0;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #0b41a0;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
  }
}@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .password_modal_box .link li:first-child a:hover span::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (min-width: 769px) and (max-width: 768px) {
  .password_modal_box .link li:first-child a:hover span::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .password_modal_box .link li:first-child a:hover span.hover::after, .password_modal_box .link li:first-child a:hover span:hover::after {
    background-color: fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23#0B41A0\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}@media print, screen and (min-width: 769px) {
  .password_modal_box .link li:first-child a:hover span::after {
    right: -3px;
  }
}.password_modal_box .link li:first-child a span {
  pointer-events: none;
  position: relative;
  padding-right: 50px;
}.password_modal_box .link li:first-child a span::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%230B41A0\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .password_modal_box .link li:first-child a span::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .password_modal_box .link li:first-child a span::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .password_modal_box .link li:first-child a span.hover::after, .password_modal_box .link li:first-child a span:hover::after {
    background-color: #0b41a0;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 10.5 10.5\'%3E%3Cpath fill=\'%23fff\' d=\'M10.4,5.1l-5-5C5.3,0,5.2,0,5.1,0.1c0,0,0,0,0,0L4.2,1C4.1,1,4.1,1.2,4.2,1.3c0,0,0,0,0,0l3.1,3.1h-7C0.1,4.4,0,4.5,0,4.6v1.2C0,6,0.1,6.1,0.3,6.1h7L4.2,9.2c-0.1,0.1-0.1,0.3,0,0.4c0,0,0,0,0,0l0.9,0.9c0.1,0.1,0.3,0.1,0.3,0c0,0,0,0,0,0l5-5C10.5,5.3,10.5,5.2,10.4,5.1z\' /%3E%3C/svg%3E');
    transform: translateX(4px);
  }
}@media screen and (max-width: 768px) {
  .password_modal_box .link li:first-child a span {
    padding-right: 35px;
  }
}.password_modal_box .link li:first-child a span:after {
  right: 0;
  top: 0;
}.password_modal_box .link li:nth-child(2) {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .password_modal_box .link li:nth-child(2) {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}.password_modal_box .link li:nth-child(2) a {
  color: #333;
}#link_anchor01, #link_anchor02, #link_anchor03, #link_anchor04, #link_anchor05, #link_anchor06 {
  margin-top: -80px;
  padding-top: 80px;
}.errorcont p {
  padding: 30px 0 60px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}@media screen and (max-width: 768px) {
  .errorcont p {
    font-size: 1.6rem;
  }
}.levy_detail {
  padding: 25px 40px;
  background: #e6f2ff;
  border-top: 5px solid #0b41a0;
  font-size: 1.5rem;
}@media screen and (max-width: 768px) {
  .levy_detail {
    padding: 10px 15px;
  }
}.levy_detail_in {
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
}.levy_detail_title {
  display: flex;
  padding: 0 0 15px 10px;
  align-items: center;
}@media screen and (max-width: 768px) {
  .levy_detail_title {
    padding: 0 0 10px 0;
  }
}.levy_detail_title span {
  color: #0b41a0;
  font-weight: 500;
  letter-spacing: 0.04em;
}@media screen and (max-width: 768px) {
  .levy_detail_title span {
    font-size: 1.2rem;
  }
}.levy_detail_title h3 {
  padding-left: 30px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}@media screen and (max-width: 768px) {
  .levy_detail_title h3 {
    padding-left: 15px;
    font-size: 1.6rem;
  }
}.levy_detail_st {
  margin-bottom: 25px;
  font-size: 2.4rem;
  letter-spacing: 0.004em;
  text-align: center;
}@media screen and (max-width: 768px) {
  .levy_detail_st {
    margin-bottom: 15px;
    font-size: 2.0rem;
  }
}.levy_detail_st span {
  padding-left: 1em;
}@media screen and (max-width: 768px) {
  .levy_detail_st span {
    display: block;
    padding-left: 0;
  }
}.levy_detail_wrap {
  padding: 80px 50px 50px;
  border: 3px solid #e3e8f0;
}@media screen and (max-width: 768px) {
  .levy_detail_wrap {
    padding: 40px 0 0;
  }
}.levy_detail_wrap .note {
  margin-bottom: 20px;
  line-height: 1.8;
}@media screen and (max-width: 768px) {
  .levy_detail_wrap .note {
    padding: 0 20px;
    font-size: 1.2rem;
  }
}@media screen and (max-width: 768px) {
  .levy_detail {
    font-size: 1.3rem;
  }
}.levy_detail dl div {
  display: flex;
}.levy_detail dl div dt {
  padding: 10px 0;
  font-weight: 700;
}.levy_detail dl div dd {
  padding: 10px 0;
}.levy_detail dl.pr div {
  background-image: repeating-linear-gradient(90deg, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}.levy_detail dl.pr div:last-child {
  background: none;
}.levy_detail dl.pr div.date dt {
  width: 105px;
}@media screen and (max-width: 768px) {
  .levy_detail dl.pr div.date dt {
    width: 45%;
  }
}.levy_detail dl.pr div dt {
  width: 180px;
}@media screen and (max-width: 768px) {
  .levy_detail dl.pr div dt {
    width: 45%;
  }
}.levy_detail dl.pr div dd {
  display: flex;
}@media screen and (max-width: 768px) {
  .levy_detail dl.pr div dd {
    display: block;
  }
}.levy_detail dl.pr div dd > p {
  width: 190px;
}@media screen and (max-width: 768px) {
  .levy_detail dl.pr div dd > p {
    width: auto;
  }
}.levy_detail dl.type01 div, .levy_detail dl.type02 div {
  display: flex;
  margin-bottom: 5px;
  justify-content: center;
  align-items: stretch;
}.levy_detail dl.type01 div:last-child, .levy_detail dl.type02 div:last-child {
  margin-bottom: 0;
}@media screen and (max-width: 768px) {
  .levy_detail dl.type01 div:first-child, .levy_detail dl.type02 div:first-child {
    margin-top: 0;
  }
}@media screen and (max-width: 768px) {
  .levy_detail dl.type01 div, .levy_detail dl.type02 div {
    display: block;
    margin-top: 15px;
  }
}.levy_detail dl.type01 div dt, .levy_detail dl.type02 div dt {
  display: flex;
  width: 280px;
  justify-content: center;
  background: #f6f9fb;
  align-items: center;
}@media screen and (max-width: 768px) {
  .levy_detail dl.type01 div dt, .levy_detail dl.type02 div dt {
    display: block;
    width: 100%;
    padding: 8px 10px;
    text-align: left;
  }
}.levy_detail dl.type01 div dd, .levy_detail dl.type02 div dd {
  width: 100%;
  margin-left: 20px;
  padding: 0;
  flex: 1;
}@media screen and (max-width: 768px) {
  .levy_detail dl.type01 div dd, .levy_detail dl.type02 div dd {
    margin-left: 0;
  }
}.levy_detail dl.type01 div dd p, .levy_detail dl.type02 div dd p {
  display: flex;
  padding: 5px 25px;
  justify-content: space-between;
  border-bottom: 1px solid #e3e8f0;
  font-weight: 500;
}@media screen and (max-width: 768px) {
  .levy_detail dl.type01 div dd p, .levy_detail dl.type02 div dd p {
    padding: 5px 10px;
  }
}.levy_detail dl.type01 div dd p span, .levy_detail dl.type02 div dd p span {
  font-weight: 400;
}.levy_detail dl.type01 div dd p.center, .levy_detail dl.type02 div dd p.center {
  padding-left: 40%;
}.levy_detail dl.type01 div dd p.right, .levy_detail dl.type02 div dd p.right {
  display: block;
  text-align: right;
}.levy_detail dl.type01 dt {
  padding: 0;
}.levy_detail dl.type01 dd ul {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
}@media screen and (max-width: 768px) {
  .levy_detail dl.type01 dd ul {
    width: 100%;
  }
}.levy_detail dl.type01 dd ul li {
  width: calc(50% - 5px);
  margin-left: 10px;
}@media screen and (max-width: 768px) {
  .levy_detail dl.type01 dd ul li {
    width: 100%;
    margin: 0;
  }
}.levy_detail dl.type01 dd ul li:nth-child(odd) {
  margin-left: 0;
}.levy_detail dl.type01 .total_hoken {
  padding-left: 40%;
  border-bottom: none;
}.levy_detail dl.type02 dt {
  padding: 5px 0;
}.levy_detail dl.type02 .huyou {
  display: block;
}@media screen and (max-width: 768px) {
  .levy_detail dl.type02 .huyou {
    display: flex;
  }
}.levy_detail dl.type02 .huyou span {
  padding-left: 25%;
}@media screen and (max-width: 768px) {
  .levy_detail dl.type02 .huyou span {
    padding-left: 0;
    text-align: right;
  }
}.levy_detail .total_koujo {
  display: flex;
  padding: 5px 25px 5px;
  padding-left: 55.2%;
  justify-content: space-between;
  border-top: 3px solid #e3e8f0;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .levy_detail .total_koujo {
    padding: 5px 10px 5px 40%;
  }
}.levy_detail .total_koujo span {
  font-weight: 500;
}.levy_btn_print {
  margin-top: 20px;
  text-align: right;
}.levy_btn_print img {
  width: 22px;
  margin-right: 10px;
  vertical-align: middle;
}.levy_btn_print button {
  color: #0b41a0;
  font-weight: 900;
  text-decoration: underline;
}.levy_btn_print button:hover {
  text-decoration: none;
}@media print {
  .header, .footer, .mypage .heading_page, .mypage .pnkz, .levy_btn_print {
    display: none;
  }.mypage .levy_detail_title h3 {
    padding-left: 0;
  }.main {
    padding: 0;
  }.page_inner {
    margin: 0;
    padding: 0;
  }.levy_detail_wrap {
    border: none;
  }
}.password_show {
  position: relative;
}.password_show._readonly {
  display: flex;
  padding: 0;
  align-items: center;
}.password_show._readonly input {
  display: inline-block;
  background: none;
}.password_show input {
  padding: 10px 50px 10px 20px;
}@media screen and (max-width: 768px) {
  .password_show input {
    padding: 8px 40px 8px 15px;
  }
}.password_show_btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  height: 20px;
  width: 20px;
  transition: all 0.5s ease 0s;
}@media screen and (max-width: 768px) {
  .password_show_btn {
    right: 10px;
    top: 10px;
  }
}.password_show_btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 20px;
  width: 20px;
  transform: translate(-50%, -50%);
}.password_show_btn._show {
  display: none;
}.password_show_btn._hide {
  display: inline-block;
}.password_show_btn:hover {
  opacity: 7;
}.contact .btn_box {
  margin-top: 25px;
}.contact .btn_box .btn_icon._style02 a {
  width: 100%;
  margin: 0 10px;
}.contact .btn_box a, .contact .btn_box button {
  width: 540px;
  align-items: center;
  text-align: center;
}@media screen and (max-width: 768px) {
  .contact .btn_box a, .contact .btn_box button {
    width: 100%;
  }
}.contact .btn_box_column2 {
  width: 80%;
  margin: 60px auto 0;
}@media screen and (max-width: 768px) {
  .contact .btn_box_column2 {
    width: 100%;
    margin: 20px auto 0;
  }
}.contact .btn_box_column2 button {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}.contact .thanks {
  padding: 50px 0;
  text-align: center;
}@media screen and (max-width: 768px) {
  .contact .thanks {
    padding: 40px 0 20px;
  }
}.news .heading01 {
  padding: 0 0 30px;
  border-bottom: 2px solid #e3e8f0;
  border-top: none;
}@media screen and (max-width: 768px) {
  .news .heading01 {
    padding: 0 0 15px;
  }
}.news .heading01 .updata {
  display: block;
  margin-bottom: 10px;
  color: #0b41a0;
  font-size: 1.7rem;
}@media screen and (max-width: 768px) {
  .news .heading01 .updata {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}.news .heading01::before {
  bottom: -4px;
  top: auto;
}.box_area {
  margin-top: 50px;
}@media screen and (max-width: 768px) {
  .box_area {
    margin-top: 30px;
  }
}.first .form_box {
  margin-top: 0;
}.first .form_box dd:last-child {
  margin-bottom: 0;
}.first_box {
  margin: 0 20px 30px;
  padding: 40px 30px;
  background: #f6f9fb;
  background-image: repeating-linear-gradient(90deg, #333, #333 1px, transparent 1px, transparent 4px),repeating-linear-gradient(90deg, #000, #000 1px, transparent 1px, transparent 4px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 100% 1px, 100% 1px;
}@media screen and (max-width: 768px) {
  .first_box {
    margin: 0 0 15px;
    padding: 20px 20px 30px;
  }
}.first_box dl > div dt {
  margin-bottom: 15px;
  font-family: 'Noto Sans JP','游ゴシック Medium','游ゴシック',YuGothic,YuGothicM,Osaka,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .first_box dl > div dt {
    font-size: 1.6rem;
  }
}.first_box dl > div:first-child:last-child dd:last-child:nth-child(2) {
  margin-bottom: 0;
}.first_box dl > div:first-child dt {
  color: #0b41a0;
}.first_box dl > div:first-child dt img {
  height: 17px;
  width: 22px;
  margin: 0 10px 2px 0;
}@media screen and (max-width: 768px) {
  .first_box dl > div:first-child dt img {
    height: 15px;
    width: 20px;
    margin: 0 8px 3px 0;
  }
}.first_box dl > div:first-child li:before {
  background: #0b41a0;
}.first_box dl > div:nth-child(2) dt {
  color: #c92737;
}.first_box dl > div:nth-child(2) dt img {
  height: 24px;
  width: 34px;
  margin: 0 10px 0 0;
}@media screen and (max-width: 768px) {
  .first_box dl > div:nth-child(2) dt img {
    height: 20px;
    width: 30px;
    margin: 0 6px 0 0;
  }
}.first_box dl > div:nth-child(2) li:before {
  background: #c92737;
}.first_box dl > div dd {
  margin-bottom: 30px;
}@media screen and (max-width: 768px) {
  .first_box dl > div dd {
    margin-bottom: 20px;
  }
}.first_box dl > div dd ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 18px;
}@media screen and (max-width: 768px) {
  .first_box dl > div dd ul li {
    padding-left: 15px;
  }
}.first_box dl > div dd ul li::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  height: 10px;
  width: 10px;
  background: #000;
  border-radius: 100%;
}@media screen and (max-width: 768px) {
  .first_box dl > div dd ul li::before {
    top: 6px;
    height: 8px;
    width: 8px;
  }
}.first_box dl > div dd .first_box_memo ul li:before {
  background: #e3e8f0;
}.first_box_memo {
  display: flex;
  margin-top: 30px;
  padding: 15px 0;
  background: #fff;
  border-radius: 10px;
  align-items: center;
}@media screen and (max-width: 768px) {
  .first_box_memo {
    display: block;
    padding: 10px 0;
  }
}.first_box_memo strong {
  padding: 0 35px;
  font-size: 1.7rem;
}@media screen and (max-width: 768px) {
  .first_box_memo strong {
    display: block;
    padding: 0 0 10px 0;
    font-size: 1.5rem;
    text-align: center;
  }
}.first_box_memo ul {
  padding: 5px 0 5px 30px;
  background-image: repeating-linear-gradient(180deg, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
}@media screen and (max-width: 768px) {
  .first_box_memo ul {
    margin: 0 10px;
    padding: 20px 15px 0;
    background-image: repeating-linear-gradient(90deg, #000, #000 1px, transparent 1px, transparent 4px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 100% 1px;
  }
}.first_box_memo ul li {
  margin-bottom: 5px;
}@media screen and (max-width: 768px) {
  .first_box_memo ul li {
    font-size: 1.4rem;
  }
}.first_box .error {
  text-align: center;
}@media screen and (max-width: 768px) {
  .first_box .btn07 {
    text-align: left;
  }.first_box .btn07 a {
    display: block;
  }
}.first h3 {
  margin: 0 0 30px;
  color: #0b41a0;
  font-family: 'Kiwi Maru',serif;
  font-size: 2.8rem;
  letter-spacing: 0.075em;
  text-align: center;
}@media screen and (max-width: 768px) {
  .first h3 {
    margin: 0 0 20px;
    font-size: 2.2rem;
  }
}.first h4 {
  margin: 40px 0 30px;
  padding-top: 50px;
  border-top: 1px solid #0b41a0;
  color: #0b41a0;
  font-family: 'Noto Sans JP','游ゴシック Medium','游ゴシック',YuGothic,YuGothicM,Osaka,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
}@media screen and (max-width: 768px) {
  .first h4 {
    margin: 20px 0 15px;
    padding-top: 25px;
    font-size: 1.8rem;
  }
}.first h4 img {
  height: 30px;
  width: auto;
  max-width: 30px;
  margin: 0 15px 5px 0;
  vertical-align: middle;
}@media screen and (max-width: 768px) {
  .first h4 img {
    height: 25px;
    max-width: 20px;
    margin: 0 10px 2px 0;
  }
}.first_text {
  margin-bottom: 20px;
  text-align: center;
}@media screen and (max-width: 768px) {
  .first_text {
    text-align: left;
  }
}.first .form_policy {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}@media screen and (max-width: 768px) {
  .first .form_policy {
    display: block;
  }
}.first .form_policy label {
  width: 190px;
  margin: 0;
  padding: 15px 25px;
  background: #fff;
  border: 2px solid #c92737;
  border-radius: 10px;
  color: #c92737;
  font-size: 2rem;
  text-align: left;
}@media screen and (max-width: 768px) {
  .first .form_policy label {
    width: 150px;
    margin: 0 auto 10px;
    padding: 15px 15px;
    font-size: 1.8rem;
  }
}.first .form_policy label input:checked {
  background: #c92737;
  border: 2px solid #c92737;
}.first .form_policy input {
  background: #f6f9fb;
}.first .form_policy p {
  padding-left: 25px;
  font-weight: 500;
  text-align: left;
}@media screen and (max-width: 768px) {
  .first .form_policy p {
    padding: 0;
    font-size: 1.4rem;
  }
}.first_aside {
  position: relative;
  margin: 0 0 30px 20px;
  padding-left: 18px;
  color: #0b41a0;
}@media screen and (max-width: 768px) {
  .first_aside {
    margin: 0 0 20px 0;
    padding-left: 15px;
    font-size: 1.4rem;
  }
}.first_aside::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  height: 10px;
  width: 10px;
  background: #0b41a0;
  border-radius: 100%;
}.first .btn_box_column2 {
  margin-top: 50px;
  padding-top: 60px;
  border-top: 1px solid #0b41a0;
}@media screen and (max-width: 768px) {
  .first .btn_box_column2 {
    margin-top: 25px;
    padding-top: 30px;
  }
}.ui-helper-hidden {
  display: none;
}.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
}.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  outline: 0;
  font-size: 100%;
  line-height: 1.3;
  text-decoration: none;
}.ui-helper-clearfix:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
}.ui-helper-clearfix {
  display: inline-block;
}* html .ui-helper-clearfix {
  height: 1%;
}.ui-helper-clearfix {
  display: block;
}.ui-helper-zfix {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  filter: Alpha(Opacity=0);
}.ui-state-disabled {
  cursor: default !important;
}.ui-icon {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-indent: -99999px;
}.ui-widget-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}.ui-widget-content {
  z-index: 50;
  width: 300px !important;
  padding: 15px;
  background: #fff url(/assets/img/plugins/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x;
  border: 1px solid #aaa;
  box-sizing: border-box;
  color: #222;
  font-size: 0.8em;
}.ui-widget-content li {
  padding: 10px;
  border-top: 1px dotted #ccc;
}.ui-widget-content li:first-child {
  border-top: none;
}.ui-widget-content a {
  color: #222;
}.ui-widget-header {
  background: #ccc url(/assets/img/plugins/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  border: 1px solid #aaa;
  color: #222;
  font-weight: bold;
}.ui-widget-header a {
  color: #222;
}.ui-state-default, .ui-widget-content .ui-state-default {
  background: #e6e6e6 url(/assets/img/plugins/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
  outline: none;
  color: #555;
  font-weight: normal;
}.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  outline: none;
  color: #555;
  text-decoration: none;
}.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
  background: #dadada url(/assets/img/plugins/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  border: 1px solid #999;
  outline: none;
  color: #212121;
  font-weight: normal;
}.ui-state-hover a, .ui-state-hover a:hover {
  outline: none;
  color: #212121;
  text-decoration: none;
}.ui-state-active, .ui-widget-content .ui-state-active {
  background: #fff url(/assets/img/plugins/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  border: 1px solid #aaa;
  outline: none;
  color: #212121;
  font-weight: normal;
}.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  outline: none;
  color: #212121;
  text-decoration: none;
}.ui-widget-content .ui-state-focus {
  background: #feffea;
  border: none;
  border-top: 1px dotted #ccc;
}.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  background: #fbf9ee url(/assets/img/plugins/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  border: 1px solid #fcefa1;
  color: #363636;
}.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
  color: #363636;
}.ui-state-error, .ui-widget-content .ui-state-error {
  background: #fef1ec url(/assets/img/plugins/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x;
  border: 1px solid #cd0a0a;
  color: #cd0a0a;
}.ui-state-error a, .ui-widget-content .ui-state-error a {
  color: #cd0a0a;
}.ui-state-error-text, .ui-widget-content .ui-state-error-text {
  color: #cd0a0a;
}.ui-state-disabled, .ui-widget-content .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
  filter: Alpha(Opacity=35);
}.ui-priority-primary, .ui-widget-content .ui-priority-primary {
  font-weight: bold;
}.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
  opacity: 0.7;
  font-weight: normal;
  filter: Alpha(Opacity=70);
}.ui-icon {
  height: 16px;
  width: 16px;
  background-image: url(/assets/img/plugins/ui-icons_222222_256x240.png);
}.ui-widget-content .ui-icon {
  background-image: url(/assets/img/plugins/ui-icons_222222_256x240.png);
}.ui-widget-header .ui-icon {
  background-image: url(/assets/img/plugins/ui-icons_222222_256x240.png);
}.ui-state-default .ui-icon {
  background-image: url(/assets/img/plugins/ui-icons_888888_256x240.png);
}.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/assets/img/plugins/ui-icons_454545_256x240.png);
}.ui-state-active .ui-icon {
  background-image: url(/assets/img/plugins/ui-icons_454545_256x240.png);
}.ui-state-highlight .ui-icon {
  background-image: url(/assets/img/plugins/ui-icons_2e83ff_256x240.png);
}.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/assets/img/plugins/ui-icons_cd0a0a_256x240.png);
}.ui-icon-carat-1-n {
  background-position: 0 0;
}.ui-icon-carat-1-ne {
  background-position: -16px 0;
}.ui-icon-carat-1-e {
  background-position: -32px 0;
}.ui-icon-carat-1-se {
  background-position: -48px 0;
}.ui-icon-carat-1-s {
  background-position: -64px 0;
}.ui-icon-carat-1-sw {
  background-position: -80px 0;
}.ui-icon-carat-1-w {
  background-position: -96px 0;
}.ui-icon-carat-1-nw {
  background-position: -112px 0;
}.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}.ui-icon-arrow-4 {
  background-position: 0 -80px;
}.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}.ui-icon-extlink {
  background-position: -32px -80px;
}.ui-icon-newwin {
  background-position: -48px -80px;
}.ui-icon-refresh {
  background-position: -64px -80px;
}.ui-icon-shuffle {
  background-position: -80px -80px;
}.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}.ui-icon-folder-open {
  background-position: -16px -96px;
}.ui-icon-document {
  background-position: -32px -96px;
}.ui-icon-document-b {
  background-position: -48px -96px;
}.ui-icon-note {
  background-position: -64px -96px;
}.ui-icon-mail-closed {
  background-position: -80px -96px;
}.ui-icon-mail-open {
  background-position: -96px -96px;
}.ui-icon-suitcase {
  background-position: -112px -96px;
}.ui-icon-comment {
  background-position: -128px -96px;
}.ui-icon-person {
  background-position: -144px -96px;
}.ui-icon-print {
  background-position: -160px -96px;
}.ui-icon-trash {
  background-position: -176px -96px;
}.ui-icon-locked {
  background-position: -192px -96px;
}.ui-icon-unlocked {
  background-position: -208px -96px;
}.ui-icon-bookmark {
  background-position: -224px -96px;
}.ui-icon-tag {
  background-position: -240px -96px;
}.ui-icon-home {
  background-position: 0 -112px;
}.ui-icon-flag {
  background-position: -16px -112px;
}.ui-icon-calendar {
  background-position: -32px -112px;
}.ui-icon-cart {
  background-position: -48px -112px;
}.ui-icon-pencil {
  background-position: -64px -112px;
}.ui-icon-clock {
  background-position: -80px -112px;
}.ui-icon-disk {
  background-position: -96px -112px;
}.ui-icon-calculator {
  background-position: -112px -112px;
}.ui-icon-zoomin {
  background-position: -128px -112px;
}.ui-icon-zoomout {
  background-position: -144px -112px;
}.ui-icon-search {
  background-position: -160px -112px;
}.ui-icon-wrench {
  background-position: -176px -112px;
}.ui-icon-gear {
  background-position: -192px -112px;
}.ui-icon-heart {
  background-position: -208px -112px;
}.ui-icon-star {
  background-position: -224px -112px;
}.ui-icon-link {
  background-position: -240px -112px;
}.ui-icon-cancel {
  background-position: 0 -128px;
}.ui-icon-plus {
  background-position: -16px -128px;
}.ui-icon-plusthick {
  background-position: -32px -128px;
}.ui-icon-minus {
  background-position: -48px -128px;
}.ui-icon-minusthick {
  background-position: -64px -128px;
}.ui-icon-close {
  background-position: -80px -128px;
}.ui-icon-closethick {
  background-position: -96px -128px;
}.ui-icon-key {
  background-position: -112px -128px;
}.ui-icon-lightbulb {
  background-position: -128px -128px;
}.ui-icon-scissors {
  background-position: -144px -128px;
}.ui-icon-clipboard {
  background-position: -160px -128px;
}.ui-icon-copy {
  background-position: -176px -128px;
}.ui-icon-contact {
  background-position: -192px -128px;
}.ui-icon-image {
  background-position: -208px -128px;
}.ui-icon-video {
  background-position: -224px -128px;
}.ui-icon-script {
  background-position: -240px -128px;
}.ui-icon-alert {
  background-position: 0 -144px;
}.ui-icon-info {
  background-position: -16px -144px;
}.ui-icon-notice {
  background-position: -32px -144px;
}.ui-icon-help {
  background-position: -48px -144px;
}.ui-icon-check {
  background-position: -64px -144px;
}.ui-icon-bullet {
  background-position: -80px -144px;
}.ui-icon-radio-off {
  background-position: -96px -144px;
}.ui-icon-radio-on {
  background-position: -112px -144px;
}.ui-icon-pin-w {
  background-position: -128px -144px;
}.ui-icon-pin-s {
  background-position: -144px -144px;
}.ui-icon-play {
  background-position: 0 -160px;
}.ui-icon-pause {
  background-position: -16px -160px;
}.ui-icon-seek-next {
  background-position: -32px -160px;
}.ui-icon-seek-prev {
  background-position: -48px -160px;
}.ui-icon-seek-end {
  background-position: -64px -160px;
}.ui-icon-seek-first {
  background-position: -80px -160px;
}.ui-icon-stop {
  background-position: -96px -160px;
}.ui-icon-eject {
  background-position: -112px -160px;
}.ui-icon-volume-off {
  background-position: -128px -160px;
}.ui-icon-volume-on {
  background-position: -144px -160px;
}.ui-icon-power {
  background-position: 0 -176px;
}.ui-icon-signal-diag {
  background-position: -16px -176px;
}.ui-icon-signal {
  background-position: -32px -176px;
}.ui-icon-battery-0 {
  background-position: -48px -176px;
}.ui-icon-battery-1 {
  background-position: -64px -176px;
}.ui-icon-battery-2 {
  background-position: -80px -176px;
}.ui-icon-battery-3 {
  background-position: -96px -176px;
}.ui-icon-circle-plus {
  background-position: 0 -192px;
}.ui-icon-circle-minus {
  background-position: -16px -192px;
}.ui-icon-circle-close {
  background-position: -32px -192px;
}.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}.ui-icon-circle-check {
  background-position: -208px -192px;
}.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
}.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
}.ui-corner-bl {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}.ui-corner-br {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}.ui-corner-bottom {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
}.ui-corner-right {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
}.ui-corner-left {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
}.ui-corner-all {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}.ui-widget-overlay {
  opacity: 0.30;
  background: #aaa url(/assets/img/plugins/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  filter: Alpha(Opacity=30);
}.ui-widget-shadow {
  opacity: 0.30;
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url(/assets/img/plugins/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  filter: Alpha(Opacity=30);

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  zoom: 1;
  margin-top: 1px;
}.ui-accordion .ui-accordion-li-fix {
  display: inline;
}.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}.ui-accordion .ui-accordion-header a {
  display: block;
  padding: 0.5em 0.5em 0.5em 2.2em;
  font-size: 1em;
}.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}.ui-accordion .ui-accordion-content {
  position: relative;
  top: 1px;
  display: none;
  overflow: auto;
  margin-bottom: 2px;
  margin-top: -2px;
  padding: 1em 2.2em;
  border-top: 0;
}.ui-accordion .ui-accordion-content-active {
  display: block;
}.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
}.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  height: 1.8em;
  width: 1.8em;
}.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}.ui-datepicker .ui-datepicker-next {
  right: 2px;
}.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin-left: -8px;
  margin-top: -8px;
}.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}.ui-datepicker .ui-datepicker-title select {
  float: left;
  margin: 1px 0;
  font-size: 1em;
}.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  float: right;
}.ui-datepicker table {
  width: 100%;
  margin: 0 0 0.4em;
  border-collapse: collapse;
  font-size: 0.9em;
}.ui-datepicker th {
  padding: 0.7em 0.3em;
  border: 0;
  font-weight: bold;
  text-align: center;
}.ui-datepicker td {
  padding: 1px;
  border: 0;
}.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}.ui-datepicker .ui-datepicker-buttonpane {
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}.ui-datepicker .ui-datepicker-buttonpane button {
  cursor: pointer;
  float: right;
  overflow: visible;
  width: auto;
  margin: 0.5em 0.2em 0.4em;
  padding: 0.2em 0.6em 0.3em 0.6em;
}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}.ui-datepicker.ui-datepicker-multi {
  width: auto;
}.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}.ui-datepicker-rtl {
  direction: rtl;
}.ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: 2px;
}.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 1px;
}.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}.ui-datepicker-cover {
  position: absolute;
  left: -4px;
  top: -4px;
  display: none;
  display: block;
  z-index: -1;
  height: 200px;
  width: 200px;
  filter: mask();
}.ui-dialog {
  position: relative;
  width: 300px;
  padding: 0.2em;
}.ui-dialog .ui-dialog-titlebar {
  position: relative;
  padding: 0.5em 0.3em 0.3em 1em;
}.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0 0.2em;
}.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  height: 18px;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
}.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}.ui-dialog .ui-dialog-content {
  overflow: auto;
  zoom: 1;
  padding: 0.5em 1em;
  background: none;
  border: 0;
}.ui-dialog .ui-dialog-buttonpane {
  margin: 0.5em 0 0 0;
  padding: 0.3em 1em 0.5em 0.4em;
  background-image: none;
  border-width: 1px 0 0 0;
  text-align: left;
}.ui-dialog .ui-dialog-buttonpane button {
  cursor: pointer;
  float: right;
  overflow: visible;
  width: auto;
  margin: 0.5em 0.4em 0.5em 0;
  padding: 0.2em 0.6em 0.3em 0.6em;
  line-height: 1.4em;
}.ui-dialog .ui-resizable-se {
  bottom: 3px;
  right: 3px;
  height: 14px;
  width: 14px;
}.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}.ui-progressbar {
  height: 2em;
  text-align: left;
}.ui-progressbar .ui-progressbar-value {
  height: 100%;
  margin: -1px;
}.ui-resizable {
  position: relative;
}.ui-resizable-handle {
  position: absolute;
  display: block;
  z-index: 99999;
  font-size: 0.1px;
}.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}.ui-resizable-n {
  cursor: n-resize;
  left: 0;
  top: -5px;
  height: 7px;
  width: 100%;
}.ui-resizable-s {
  cursor: s-resize;
  bottom: -5px;
  left: 0;
  height: 7px;
  width: 100%;
}.ui-resizable-e {
  cursor: e-resize;
  right: -5px;
  top: 0;
  height: 100%;
  width: 7px;
}.ui-resizable-w {
  cursor: w-resize;
  left: -5px;
  top: 0;
  height: 100%;
  width: 7px;
}.ui-resizable-se {
  cursor: se-resize;
  bottom: 1px;
  right: 1px;
  height: 12px;
  width: 12px;
}.ui-resizable-sw {
  cursor: sw-resize;
  bottom: -5px;
  left: -5px;
  height: 9px;
  width: 9px;
}.ui-resizable-nw {
  cursor: nw-resize;
  left: -5px;
  top: -5px;
  height: 9px;
  width: 9px;
}.ui-resizable-ne {
  cursor: ne-resize;
  right: -5px;
  top: -5px;
  height: 9px;
  width: 9px;
}.ui-slider {
  position: relative;
  text-align: left;
}.ui-slider .ui-slider-handle {
  cursor: default;
  position: absolute;
  z-index: 2;
  height: 1.2em;
  width: 1.2em;
}.ui-slider .ui-slider-range {
  position: absolute;
  display: block;
  z-index: 1;
  border: 0;
  font-size: 0.7em;
}.ui-slider-horizontal {
  height: 0.8em;
}.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}.ui-slider-vertical {
  height: 100px;
  width: 0.8em;
}.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-bottom: -0.6em;
  margin-left: 0;
}.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}.ui-tabs {
  zoom: 1;
  padding: 0.2em;
}.ui-tabs .ui-tabs-nav {
  position: relative;
  padding: 0.2em 0.2em 0;
  list-style: none;
}.ui-tabs .ui-tabs-nav li {
  position: relative;
  float: left;
  margin: 0 0.2em -1px 0;
  padding: 0;
  border-bottom-width: 0 !important;
}.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 1px;
  border-bottom-width: 0;
}.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}.ui-tabs .ui-tabs-panel {
  display: block;
  padding: 1em 1.4em;
  background: none;
  border-width: 0;
}.ui-tabs .ui-tabs-hide {
  display: none !important;
}#ui-datepicker-div {
  display: none;
}
