/*! 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.4rem;
  }
}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 .gnav_sitesearch table.gsc-input {
  background: #fff;
}.header .gnav_sitesearch .gsc-control-cse {
  border: none;
}.header_logo a {
  display: inline-block;
  padding: 23px 20px 20px;
}@media print, screen and (min-width: 769px) {
  .header_logo a {
    min-height: 70px;
  }
}@media screen and (max-width: 768px) {
  .header_logo a {
    padding: 14px 11px 15px;
  }
}.header_logo a img {
  height: 24px;
  width: 301px;
}@media screen and (max-width: 768px) {
  .header_logo a img {
    height: 16px;
    width: 196px;
  }
}@media screen and (max-width: 320px) {
  .header_logo a img {
    height: 20px;
    width: 155px;
  }
}.header_fsize {
  position: absolute;
  right: 20px;
  top: 22px;
  display: flex;
  align-items: center;
}.header_fsize_heading {
  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: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  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: #0b41a0;
  border: 1px solid #0b41a0;
  color: #fff;
}#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 {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
  }header.header {
    top: 38px;
  }main.main {
    padding: 183px 0 0;
  }
}.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;
  }
}.footer .btn_login._large {
  display: flex;
  justify-content: center;
  align-items: center;
}.main {
  padding: 70px 0 0;
}@media screen and (max-width: 768px) {
  .main {
    padding: 50px 0 0;
  }
}.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;
}@media print, screen and (min-width: 769px) {
  .gnav_btn {
    cursor: pointer;
    display: block;
    height: 70px;
    padding: 19px 0 0 0;
    text-align: center;
  }.gnav_btn + .gnav_box {
    position: fixed;
    left: auto;
    right: 0;
    top: 70px;
    width: 500px;
  }
}.gnav_btn svg {
  height: 14px;
  width: 20px;
  margin: 0 4px 0 0;
  fill: #fff;
}@media print, screen and (min-width: 769px) {
  .gnav_btn svg {
    margin: 0 0 5px 0;
  }
}.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);
}@media print, screen and (min-width: 769px) {
  .gnav_btn span {
    display: block;
  }
}.gnav_oitem {
  position: absolute;
}@media print, screen and (min-width: 769px) {
  .gnav_oitem {
    right: 84px;
    top: 0;
    width: 240px;
  }
}@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 {
  position: static;
  overflow: hidden;
  border-color: #fff;
  color: #fff;
  font-size: 1.5rem;
}.gnav_sitesearch .gsc-control-cse {
  padding: 0;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}.gnav_sitesearch .gsc-search-button-v2 {
  margin: 4px 4px 0;
  padding: 8px;
  background: #e6f2ff;
  border: none;
  border: 1px solid #e6f2ff;
  border-radius: 4px;
}@media screen and (max-width: 768px) {
  .gnav_sitesearch .gsc-search-button-v2 {
    margin: 4px 4px 2px;
    background: #fff;
    border: 1px solid #fff;
  }
}.gnav_sitesearch .gsc-search-button-v2 svg {
  fill: #0b41a0;
}@media print, screen and (min-width: 769px) {
  .gnav_sitesearch .gsc-search-button-v2:hover {
    background-color: #fff;
    border-color: #0b41a0;
  }
}@media screen and (max-width: 768px) {
  .gnav_sitesearch .gsc-input {
    font-size: 1.4rem;
  }
}.gnav_sitesearch .gsc-input-box {
  border: 0;
}@media screen and (max-width: 768px) {
  .gnav_sitesearch .gsc-input-box {
    background-color: transparent;
    color: #fff;
  }
}.gnav_sitesearch .gsib_a {
  padding: 4px 9px 0 50px;
}.gnav_sitesearch .gsib_a input {
  background: none !important;
}.gnav_sitesearch .gscb_a {
  line-height: 32px;
  vertical-align: text-top;
  vertical-align: middle;
}.gnav_sitesearch form.gsc-search-box {
  margin: 0;
}.gnav_sitesearch table.gsc-input {
  background: #fff;
}.gnav_sitesearch table.gsc-search-box td.gsc-input {
  padding: 0;
}.gnav_box {
  left: 0;
  top: 50px;
  display: none;
  overflow-y: auto;
  height: calc(100vh - 70px);
  width: 100%;
  padding: 30px 20px;
  background: #0b41a0;
}.gnav_inner .gnav_sitesearch {
  position: static;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  border-color: #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 1.5rem;
}.gnav_inner .gsc-input-box, .gnav_inner .gsc-control-cse {
  background: none;
}.gnav_item {
  border-bottom: 2px solid #fff;
}.gnav_link {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 20px 0 20px 20px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  transition: all 0.5s ease 0s;
}.gnav_link, .gnav_link:visited, .gnav_link:hover {
  color: #fff;
}.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;
}.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;
  padding: 0 20px;
  background: rgba(19,146,251,0.3);
}.gnav_details_inner {
  position: relative;
}.gnav_details_heading {
  padding: 15px;
  border: 1px solid #fff;
  color: #0b41a0;
  font-family: 'Kiwi Maru',serif;
  font-size: 1.6rem;
}.gnav_details_heading, .gnav_details_heading:visited, .gnav_details_heading:hover {
  color: #fff;
}.gnav_details_heading a {
  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;
}.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;
}.gnav_details_name {
  padding: 20px 0 20px 15px;
  color: #fff;
  text-decoration: underline;
  transition: all 0.5s ease 0s;
}.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 {
  display: flex;
  padding: 30px 0 0;
  justify-content: center;
  font-size: 1.5rem;
}.gnav_sitem {
  border-right: 1px solid #fff;
}.gnav_sitem:first-of-type {
  border-left: 1px solid #fff;
}.gnav_slink {
  display: block;
  display: block;
  padding: 0 18px;
  font-size: 1.4rem;
}.gnav_slink, .gnav_slink:visited, .gnav_slink:hover {
  color: #fff;
}@media print, screen and (min-width: 769px) {
  .fnav {
    display: flex;
  }
}.fnav_info {
  background: #06368a;
  color: #fff;
}@media print, screen and (min-width: 769px) {
  .fnav_info {
    display: flex;
    width: calc(50% - 205px);
    flex-direction: row-reverse;
  }
}.fnav_info_inner {
  position: relative;
}@media print, screen and (min-width: 769px) {
  .fnav_info_inner {
    width: 405px;
    padding: 120px 50px 120px 0;
  }
}@media screen and (max-width: 768px) {
  .fnav_info_inner {
    padding: 80px 30px 60px;
  }
}.fnav_info_heading {
  font-family: 'Kiwi Maru',serif;
}@media screen and (max-width: 768px) {
  .fnav_info_heading {
    font-size: 1.8rem;
    text-align: center;
  }
}.fnav_info_address {
  padding: 40px 0 0;
  font-size: 1.5rem;
}@media screen and (max-width: 768px) {
  .fnav_info_address {
    padding: 30px 0 0;
    font-size: 1.6rem;
  }
}.fnav_info_address small {
  display: block;
  padding: 10px 0 0;
  font-size: 1.4rem;
}.fnav_info_open {
  padding: 20px 0 0;
  font-size: 1.5rem;
}@media screen and (max-width: 768px) {
  .fnav_info_open {
    padding: 15px 0 0;
  }
}.fnav_info_btn {
  padding: 40px 0 0;
}.fnav_info_link {
  display: flex;
}@media print, screen and (min-width: 769px) {
  .fnav_info_link {
    position: absolute;
    bottom: 30px;
    left: 0;
  }
}@media screen and (max-width: 768px) {
  .fnav_info_link {
    padding: 30px 0 0;
    justify-content: center;
  }
}.fnav_info_link li {
  border-right: 1px solid #fff;
}.fnav_info_link li:first-of-type {
  border-left: 1px solid #fff;
}.fnav_info_link li a {
  display: block;
  padding: 0 18px;
  font-size: 1.4rem;
}.fnav_info_link li a, .fnav_info_link li a:visited, .fnav_info_link li a:hover {
  color: #fff;
}.fnav_box {
  width: calc(50% + 205px);
  background: #0b41a0;
}.fnav_box_inner {
  display: flex;
  width: 755px;
  padding: 120px 0 120px 20px;
  justify-content: space-between;
}.fnav_list {
  padding: 0 0 0 30px;
}.fnav_item {
  padding: 40px 0 0;
}.fnav_item:first-of-type {
  padding: 0;
}.fnav_link {
  font-size: 1.7rem;
  font-weight: 700;
}.fnav_link, .fnav_link:visited, .fnav_link:hover {
  color: #fff;
}.fnav_details_list {
  padding: 5px 0 0 20px;
}.fnav_details_item {
  padding: 15px 0 0;
}.fnav_details_link {
  font-size: 1.4rem;
}.fnav_details_link, .fnav_details_link:visited, .fnav_details_link:hover {
  color: #fff;
}.flink {
  width: 1100px;
  margin: 0 auto;
}@media screen and (max-width: 768px) {
  .flink {
    width: auto;
  }
}@media print, screen and (min-width: 769px) {
  .flink_wrap {
    display: flex;
    justify-content: space-between;
  }
}@media screen and (max-width: 768px) {
  .flink_wrap {
    display: none;
  }
}@media print, screen and (min-width: 769px) {
  .flink_inner {
    display: flex;
    width: 455px;
    padding: 80px 0;
    justify-content: space-between;
  }
}@media screen and (max-width: 768px) {
  .flink_inner {
    padding: 0 20px;
    border-top: 1px solid #d2d2d2;
  }
}.flink_btn {
  position: relative;
  display: block;
  padding: 30px;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: underline;
}.flink_btn::before {
  position: absolute;
  left: calc(50vw + 75px);
  top: 27px;
  content: '';
  height: 25px;
  width: 25px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  transition: all 0.5s ease 0s;
}.flink_btn::after {
  position: absolute;
  left: calc(50vw + 78.5px);
  top: 40px;
  content: '';
  display: block;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-left: 9px solid #1392fb;
  border-right: 9px solid transparent;
  transform: rotate(90deg);
}.flink_btn._active::before {
  transform: rotate(180deg);
}.flink_btn._active::after {
  top: 30px;
  transform: rotate(270deg);
}.flink_heading {
  font-size: 1.7rem;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .flink_heading {
    padding: 30px 0 0;
    font-size: 1.6rem;
  }
}.flink_item {
  padding: 15px 0 0 20px;
}.flink_item a, .flink_item a:visited, .flink_item a:hover {
  color: #333;
}.flink_link {
  font-size: 1.4rem;
}@media print, screen and (min-width: 769px) {
  .flink_blist {
    display: flex;
    width: 575px;
    padding: 80px 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}@media screen and (max-width: 768px) {
  .flink_blist {
    padding: 20px 20px 30px;
  }
}@media print, screen and (min-width: 769px) {
  .flink_bitem {
    padding: 20px 0 0;
  }.flink_bitem:nth-of-type(-n+2) {
    padding: 0;
  }
}@media screen and (max-width: 768px) {
  .flink_bitem {
    padding: 10px 0 0;
  }
}.flink_bitem a {
  display: block;
  border: 1px solid #d2d2d2;
}@media print, screen and (min-width: 769px) {
  .flink_bitem a {
    width: 280px;
  }.flink_bitem a:hover {
    opacity: 0.5;
  }
}.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 a, .page_inner_bg .btn03 button {
  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 a:hover, .page_inner_bg .btn03 button: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;
  }
}@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .page_inner._column .page_column .box_column .column-item {
    width: 48%;
  }
}.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 {
    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 {
    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;
}@media print, screen and (min-width: 769px) {
  .pagelist_link._nolink:hover {
    color: #333;
  }
}.pagelist_link._nolink::after {
  display: none;
}.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;
  }
}@media print, screen and (min-width: 769px) {
  .pagelist_s_link._nolink:hover {
    color: #333;
  }
}.pagelist_s_link._nolink::after {
  display: none;
}.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_link._nolink {
  padding-left: 0;
}@media screen and (max-width: 768px) {
  .pagelist_door .pagelist_link._nolink {
    padding-left: 0;
  }
}.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_item {
  margin: 0 0 0 45px;
}@media screen and (max-width: 768px) {
  .pagelist_door .pagelist_s_item {
    margin: 0 0 0 35px;
  }
}.pagelist_door .pagelist_s_link {
  padding: 6px 0 6px 26px;
}.pagelist_door .pagelist_s_link._nolink {
  padding-left: 0;
}@media screen and (max-width: 768px) {
  .pagelist_column {
    overflow: hidden;
    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 10px 0 35px;
}@media screen and (max-width: 768px) {
  .pagelist_column .pagelist_heading a {
    padding: 0 5px 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 10px 16px 45px;
  font-size: 1.7rem;
}@media screen and (max-width: 768px) {
  .pagelist_column .pagelist_link {
    padding: 10px 5px 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_link._nolink {
  padding-left: 15px;
}@media screen and (max-width: 768px) {
  .pagelist_column .pagelist_link._nolink {
    padding-left: 10px;
  }
}.pagelist_column .pagelist_s {
  padding: 0 0 10px;
}@media screen and (max-width: 768px) {
  .pagelist_column .pagelist_s {
    padding: 0 0 7px;
  }
}.pagelist_column .pagelist_s_item {
  font-size: 1.5rem;
}@media screen and (max-width: 768px) {
  .pagelist_column .pagelist_s_item {
    font-size: 1.3rem;
  }
}.pagelist_column .pagelist_s_link {
  padding: 7px 5px 7px 71px;
}@media screen and (max-width: 768px) {
  .pagelist_column .pagelist_s_link {
    padding: 6px 4px 6px 61px;
  }
}.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_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._nolink {
  padding-left: 45px;
}@media screen and (max-width: 768px) {
  .pagelist_column .pagelist_s_link._nolink {
    padding-left: 35px;
  }
}.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);
}@media print, screen and (min-width: 769px) {
  .page_door_icon {
    display: flex;
    margin: 0 0 30px;
    justify-content: space-between;
    align-items: center;
  }
}@media screen and (max-width: 768px) {
  .page_door_icon {
    margin: 0 0 25px;
  }
}.page_door_icon figure {
  width: 160px;
  max-height: 200px;
}@media screen and (max-width: 768px) {
  .page_door_icon figure {
    width: 100px;
    margin: 0 auto 10px;
  }
}@media print, screen and (min-width: 769px) {
  .page_door_icon .box {
    width: 890px;
  }
}@media screen and (max-width: 768px) {
  .page_door_icon .heading04 {
    text-align: center;
  }
}.page_door_icon .txt {
  padding: 10px 0 0;
}.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;
  }
}.ve-vertical_rl {
  writing-mode: vertical-rl;

  -ms-writing-mode: tb-rl;
}.pnkz {
  top: 50px;
  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: 70px;
}@media screen and (max-width: 768px) {
  ._fixed .pnkz {
    top: 50px;
  }
}@media print {
  #wrap .header, #wrap .footer, #wrap .heading_page, #wrap .pnkz, #wrap .page_inner._column .pagelist_column {
    display: none !important;
  }#wrap .page_inner._column .page_column {
    width: 100% !important;
  }
}.box_txt {
  margin: 30px 0 0;
  line-height: 1.9;
}@media screen and (max-width: 768px) {
  .box_txt {
    margin: 15px 0 0;
  }
}.box_txt:first-child {
  margin: 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_s:first-child {
  margin: 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:first-child {
  margin: 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 > .column-item {
    width: 49%;
    margin: 0;
  }.box_column > .column-item .box_txt {
    margin: 15px 0 0;
  }.box_column > .column-item .box_txt:first-child {
    margin: 0;
  }
}@media screen and (max-width: 768px) {
  .box_column {
    margin: 15px 0 0;
  }.box_column > .column-item {
    margin: 10px 0 0;
  }.box_column > .column-item:first-child {
    margin: 0;
  }
}.box_bg01, .box_bg02, .box_bg03 {
  margin: 40px 0 0;
}@media screen and (max-width: 768px) {
  .box_bg01, .box_bg02, .box_bg03 {
    margin: 20px 0 0;
  }
}.box_bg01:first-child, .box_bg02:first-child, .box_bg03:first-child {
  margin: 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_bg02 .btn03 a, .box_bg02 .btn03 button {
  background: #fff;
}.box_bg02 .list_d._type02 th {
  background: #e3e8f0;
}.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;
  }
}.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;
  }
}.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: 45px 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: 50px 0 0;
    font-size: 2.4rem;
  }
}@media screen and (max-width: 768px) {
  .heading03 {
    margin: 35px 0 0;
    font-size: 1.5rem;
  }
}.heading03:first-child {
  margin: 0;
}.heading04 {
  font-weight: 700;
}@media print, screen and (min-width: 769px) {
  .heading04 {
    margin: 35px 0 0;
    font-size: 1.8rem;
  }
}@media screen and (max-width: 768px) {
  .heading04 {
    margin: 25px 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: 35px 0 0;
    font-size: 2.2rem;
  }
}@media screen and (max-width: 768px) {
  .heading05 {
    margin: 25px 0 0;
    font-size: 1.6rem;
  }
}.heading05:first-child {
  margin: 0;
}.btn_box {
  display: flex;
  margin: 30px 0 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}@media screen and (max-width: 768px) {
  .btn_box {
    margin: 20px 0 0;
  }
}.btn_box_column2, .btn_box_column3 {
  margin: 20px 0 0;
}.btn_box_column2 > div, .btn_box_column3 > div {
  display: flex;
  flex-wrap: wrap;
}.btn_box_column2 a, .btn_box_column2 button, .btn_box_column3 a, .btn_box_column3 button {
  width: 100%;
  margin: 10px 0 0;
}@media print, screen and (min-width: 769px) {
  .btn_box_column2 > div {
    justify-content: space-between;
  }
}@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%;
    margin-left: 2%;
  }.btn_box_column3 a:nth-child(3n-2), .btn_box_column3 button:nth-child(3n-2) {
    margin-left: 0;
  }
}@media print, screen and (min-width: 769px) {
  .btn_login {
    display: block;
    height: 70px;
    width: 240px;
    padding: 20px 0 0 0;
    background: #f5860f;
    border-radius: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
  }
}@media screen and (max-width: 768px) {
  .btn_login {
    display: block;
    padding: 5px 15px 5px 5px;
    background: #f5860f;
    border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 30px;
    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%;
  text-align: center;
  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 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 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=\'%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 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: 20px 70px 20px 30px;
  background: #1392fb;
  border: 2px solid #1392fb;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
}.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: 15px 65px 15px 25px;
    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 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: 15px;
  top: 0;
  margin: auto;
}@media screen and (max-width: 768px) {
  .btn02 a::after, .btn02 button::after {
    right: 20px;
  }
}.btn02 a._return, .btn02 button._return {
  padding: 20px 30px 20px 70px;
}@media screen and (max-width: 768px) {
  .btn02 a._return, .btn02 button._return {
    padding: 15px 25px 15px 65px;
  }
}.btn02 a._return::after, .btn02 button._return::after {
  bottom: 0;
  left: 15px;
  right: auto;
  top: 0;
  margin: auto;
  transform: rotate(180deg);
}.btn02 a._gray, .btn02 button._gray {
  background: #f6f9fb;
  border-color: #e3e8f0;
}.btn02 a._gray, .btn02 a._gray:visited, .btn02 a._gray:hover, .btn02 button._gray, .btn02 button._gray:visited, .btn02 button._gray:hover {
  color: #333;
}@media print, screen and (min-width: 769px) {
  .btn02 a._gray:hover, .btn02 button._gray:hover {
    background: #1392fb;
    border-color: #1392fb;
    color: #fff;
  }
}.btn02 a._gray::after, .btn02 button._gray::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) {
  .btn02 a._gray::after, .btn02 button._gray::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .btn02 a._gray::after, .btn02 button._gray::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .btn02 a._gray:hover::after, .btn02 button._gray: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);
  }
}.btn02 a._gray._return::after, .btn02 button._gray._return::after {
  transform: rotate(180deg);
}.btn03 a, .btn03 button {
  position: relative;
  display: block;
  height: 100%;
  background: #f6f9fb;
  border: 2px solid #e3e8f0;
  border-radius: 10px;
}.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 20px;
    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: 18px 60px 18px 20px;
    font-size: 1.6rem;
  }
}.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 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;
}.btn03 a._pdf, .btn03 button._pdf {
  position: relative;
  padding: 30px 20px 30px 50px;
}@media screen and (max-width: 768px) {
  .btn03 a._pdf, .btn03 button._pdf {
    padding: 18px 20px 18px 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;
}.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 50px 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: 18px 50px 18px 20px;
    font-size: 1.6rem;
  }
}.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 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 20px 30px 50px;
}@media screen and (max-width: 768px) {
  .btn04 a._return, .btn04 button._return {
    padding: 18px 20px 18px 50px;
  }
}.btn04 a._return::after, .btn04 button._return::after {
  bottom: 0;
  left: 15px;
  right: auto;
  top: 0;
  margin: auto;
  transform: rotate(180deg);
}.btn_txt a {
  position: relative;
  display: block;
  padding: 22px 45px 22px 0;
  border-bottom: 2px solid #e3e8f0;
}.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 {
    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 a:first-of-type {
  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: 18px 30px 18px 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;
}.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 {
  display: block;
  vertical-align: top;
}@media screen and (max-width: 768px) {
  .list_d th, .list_d td {
    display: block;
  }
}.list_d th {
  padding: 20px 0 0;
  border-top: 2px solid #e3e8f0;
  font-size: 1.8rem;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .list_d th {
    font-size: 1.5rem;
  }
}.list_d td {
  padding: 10px 0 20px;
}@media print, screen and (min-width: 769px) {
  .list_d:not(._long) th, .list_d:not(._long) td {
    display: table-cell;
    padding: 20px 0;
    border-top: 2px solid #e3e8f0;
  }.list_d:not(._long) th {
    width: 20%;
  }.list_d:not(._long) td {
    vertical-align: middle;
  }
}.list_d._type02 {
  border-bottom: 1px solid #bfbfbf;
  border-left: 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: 13px 15px;
  }
}.list_d._type02 th {
  background: #f6f9fb;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
}@media screen and (max-width: 768px) {
  .list_d._type02 th {
    border-left: none;
  }
}.list_d._type02 td {
  border-right: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
}@media screen and (max-width: 768px) {
  .list_d._type02 td {
    border-top: none;
  }
}.list_d._type02._long {
  border-left: none;
}@media screen and (max-width: 768px) {
  .list_d._type02._long th {
    border-left: 1px solid #bfbfbf;
  }
}.list_d._type02._long td {
  border-left: 1px solid #bfbfbf;
  border-top: none;
}.tbl_fix {
  margin: 30px 0 0;
}@media screen and (max-width: 768px) {
  .tbl_fix {
    overflow-x: auto;
    margin: 20px 0 0;
  }
}.tbl_fix:first-child {
  margin: 0;
}@media screen and (max-width: 768px) {
  .tbl_fix .tbl01, .tbl_fix .tbl02 {
    width: 100%;
  }
}.tbl01, .tbl02, .tbl03 {
  width: 100%;
}.tbl01, .tbl02 {
  border: 1px solid #bfbfbf;
  border-collapse: collapse;
}@media print, screen and (min-width: 769px) {
  .tbl01, .tbl02 {
    width: 100%;
  }
}@media screen and (max-width: 768px) {
  .tbl01, .tbl02 {
    white-space: nowrap;
  }
}.tbl01 th, .tbl01 td, .tbl02 th, .tbl02 td {
  padding: 20px;
  border: 1px solid #bfbfbf;
}@media screen and (max-width: 768px) {
  .tbl01 th, .tbl01 td, .tbl02 th, .tbl02 td {
    padding: 5px;
  }
}@media screen and (max-width: 768px) {
  .tbl01 tbody th, .tbl02 tbody th {
    background: #f6f9fb;
  }
}.tbl01 th, .tbl02 th {
  font-size: 1.8rem;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .tbl01 th, .tbl02 th {
    font-size: 1.1rem;
    white-space: nowrap;
  }
}@media screen and (max-width: 768px) {
  .tbl01 td, .tbl02 td {
    font-size: 1rem;
  }
}.tbl02 {
  position: relative;
  border-collapse: separate;
  border-left: none;
  border-right: none;
  border-spacing: 0;
}.tbl02 th, .tbl02 td {
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  border-top: none;
}@media screen and (max-width: 768px) {
  .tbl02 th, .tbl02 td {
    border-left: none;
  }
}.tbl02 th {
  background: #f6f9fb;
}@media screen and (max-width: 768px) {
  .tbl02 th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    border-left: 1px solid #bfbfbf;
  }
}@media screen and (max-width: 768px) {
  .tbl02 td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
    border-left: 1px solid #bfbfbf;
  }
}.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;
  vertical-align: middle;
}@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 {
    width: 100%;
    padding-bottom: 0;
    font-size: 1.6rem;
  }
}@media screen and (max-width: 768px) {
  .tbl03 td {
    padding-top: 0;
  }
}.tbl03 td .ve-blue {
  font-size: 2.8rem;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .tbl03 td .ve-blue {
    font-size: 2.2rem;
  }
}.newslist {
  border-bottom: 2px solid #d2d2d2;
}.newslist_item {
  position: relative;
  border-top: 2px solid #d2d2d2;
}.newslist_link {
  position: relative;
  padding: 22px 0;
  text-decoration: none;
}.newslist_link, .newslist_link:visited, .newslist_link:hover {
  color: #000;
}@media screen and (max-width: 768px) {
  .newslist_link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}@media print, screen and (min-width: 769px) {
  .newslist_link {
    display: flex;
    align-items: start;
  }.newslist_link:hover .newslist_txt {
    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 {
    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;
}@media screen and (max-width: 768px) {
  .newslist_link._document {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}.newslist_link._document .newslist_day {
  width: 120px;
}@media screen and (max-width: 768px) {
  .newslist_link._document .newslist_day {
    width: 100px;
  }
}.newslist_link._document .newslist_no {
  width: 130px;
  padding: 3px 0;
  border: 1px solid #0b41a0;
  border-radius: 5px;
  color: #0b41a0;
  font-size: 1.4rem;
  text-align: center;
}@media screen and (max-width: 768px) {
  .newslist_link._document .newslist_no {
    width: 110px;
    padding: 2px 0;
    font-size: 1.1rem;
  }
}.newslist_link._document .newslist_txt {
  width: 790px;
  padding: 0 0 0 20px;
}@media screen and (max-width: 768px) {
  .newslist_link._document .newslist_txt {
    width: 100%;
    padding: 5px 0 0;
  }
}.newslist_link._document._plus::after {
  display: none;
}.newslist_day {
  color: #0b41a0;
  letter-spacing: 0.05em;
  transition: all 0.5s ease 0s;
}@media print, screen and (min-width: 769px) {
  .newslist_day {
    width: 140px;
    font-size: 1.5rem;
  }
}.newslist_important {
  margin: 0 10px 0 0;
  padding: 2px 8px;
  background: #c00;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .newslist_important {
    font-size: 1.1rem;
  }
}.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 {
    width: 100%;
    padding: 3px 0 0;
  }
}.newslist_more {
  position: absolute;
  right: 0;
  top: 25px;
  overflow: hidden;
  height: 30px;
  width: 30px;
  background: #1392fb;
  border: 1px solid #1392fb;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  transition: all 0.5s ease 0s;
}.newslist_more::before, .newslist_more::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: '';
  height: 14px;
  width: 2px;
  margin: auto;
  background: #fff;
}.newslist_more::after {
  transform: rotate(90deg);
}.newslist_more._active {
  transform: rotate(45deg);
}@media print, screen and (min-width: 769px) {
  .newslist_more:hover {
    background: #fff;
  }.newslist_more:hover::before, .newslist_more:hover::after {
    background: #1392fb;
  }
}@media screen and (max-width: 768px) {
  .newslist_more {
    height: 22px;
    width: 22px;
  }
}@media screen and (max-width: 768px) {
  .newslist_more::before, .newslist_more::after {
    height: 10px;
  }
}.newslist_s {
  display: none;
  padding: 0 0 10px 270px;
}@media screen and (max-width: 768px) {
  .newslist_s {
    padding: 0 0 5px;
  }
}.newslist_s li {
  border-top: 1px solid #e3e8f0;
}.newslist_s li a {
  position: relative;
  display: block;
  padding: 10px 25px 10px 0;
  font-size: 1.4rem;
}.newslist_s li a, .newslist_s li a:visited, .newslist_s li a:hover {
  color: #000;
}.newslist_s li a::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) {
  .newslist_s li a::after {
    height: 14px;
    width: 14px;
    background-size: 14px;
  }
}@media screen and (max-width: 768px) {
  .newslist_s li a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .newslist_s li a:hover::after {
    transform: translateX(4px);
  }
}@media screen and (max-width: 768px) {
  .newslist_s li a {
    font-size: 1.2rem;
  }
}.newslist_s li a::after {
  bottom: 0;
  right: 7px;
  top: 0;
  margin: auto;
}@media screen and (max-width: 768px) {
  .newslist_s li a::after {
    right: 0;
  }
}.newslist_s li:first-child {
  border-top: none;
}.page_inner.news .newslist_link .newslist_important {
  margin: 2px 15px 0 0;
}@media screen and (max-width: 768px) {
  .page_inner.news .newslist_link .newslist_important {
    margin: 2px 0 0 15px;
  }
}@media print, screen and (min-width: 769px) {
  .page_inner.news .newslist_link .newslist_important + .newslist_txt {
    width: 860px;
  }
}.page_inner.news .newslist_link._document .newslist_important {
  margin: 4px 0 0 20px;
}@media screen and (max-width: 768px) {
  .page_inner.news .newslist_link._document .newslist_important {
    margin: 2px 0 0 15px;
  }
}@media print, screen and (min-width: 769px) {
  .page_inner.news .newslist_link._document .newslist_important + .newslist_txt {
    width: 720px;
  }
}.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;
  line-height: 44px;
}@media screen and (max-width: 768px) {
  .pager li a, .pager li span {
    margin: 0 2px;
    padding: 6px 14px;
    line-height: 24px;
  }
}@media screen and (max-width: 768px) {
  .pager li a span {
    display: none;
  }
}.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;
  vertical-align: inherit;
  transform: rotate(180deg);
}@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;
  vertical-align: inherit;
}@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;
}.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 {
    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;
  }
}.home_guide .guidelist_item.konnatoki .guidelist_link {
  overflow: hidden;
  border: 2px solid #f5860f;
  outline: 0 solid #f5860f;
  outline-offset: -2px;
}.home_guide .guidelist_item.konnatoki .guidelist_link .guidelist_name {
  color: #f5860f;
}.home_guide .guidelist_item.konnatoki .guidelist_link .guidelist_txt {
  padding: 0;
}.home_guide .guidelist_item.konnatoki .guidelist_link .guidelist_txt span {
  display: block;
  padding: 2px 0 15px;
}@media screen and (max-width: 768px) {
  .home_guide .guidelist_item.konnatoki .guidelist_link .guidelist_txt span {
    padding: 2px 0 10px;
  }
}.home_guide .guidelist_item.konnatoki .guidelist_link::before {
  position: absolute;
  left: -65px;
  top: -65px;
  content: '';
  z-index: 2;
  height: 100px;
  width: 100px;
  background: #f5860f;
  transform: rotate(45deg);
}@media screen and (max-width: 768px) {
  .home_guide .guidelist_item.konnatoki .guidelist_link::before {
    left: -45px;
    top: -45px;
    height: 70px;
    width: 70px;
  }
}.home_guide .guidelist_item.konnatoki .guidelist_link::after {
  background-color: #f5860f;
  border-color: #f5860f;
}@media print, screen and (min-width: 769px) {
  .home_guide .guidelist_item.konnatoki .guidelist_link:hover {
    outline: 15px solid #f5860f;
    outline-offset: -15px;
  }.home_guide .guidelist_item.konnatoki .guidelist_link:hover .guidelist_txt {
    color: #f5860f;
  }.home_guide .guidelist_item.konnatoki .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=\'%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');
  }
}@media print, screen and (min-width: 769px) {
  .gnav_details_list .gnav_details_item.konnatoki .gnav_details_link {
    overflow: hidden;
    border: 2px solid #f5860f;
    outline: 0 solid #f5860f;
    outline-offset: -2px;
  }.gnav_details_list .gnav_details_item.konnatoki .gnav_details_link .gnav_details_name {
    color: #f5860f;
  }.gnav_details_list .gnav_details_item.konnatoki .gnav_details_link .gnav_details_txt span {
    display: block;
    padding: 0 0 10px;
  }.gnav_details_list .gnav_details_item.konnatoki .gnav_details_link::before {
    position: absolute;
    left: -65px;
    top: -65px;
    content: '';
    z-index: 2;
    height: 100px;
    width: 100px;
    background: #f5860f;
    transform: rotate(45deg);
  }
}@media screen and (min-width: 769px) and (max-width: 768px) {
  .gnav_details_list .gnav_details_item.konnatoki .gnav_details_link::before {
    left: -45px;
    top: -45px;
    height: 70px;
    width: 70px;
  }
}@media print, screen and (min-width: 769px) {
  .gnav_details_list .gnav_details_item.konnatoki .gnav_details_link::after {
    background-color: #f5860f;
    border-color: #f5860f;
  }.gnav_details_list .gnav_details_item.konnatoki .gnav_details_link:hover {
    outline: 15px solid #f5860f;
    outline-offset: -15px;
  }.gnav_details_list .gnav_details_item.konnatoki .gnav_details_link:hover .gnav_details_txt {
    color: #f5860f;
  }.gnav_details_list .gnav_details_item.konnatoki .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=\'%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');
  }
}.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;
  letter-spacing: 0.075em;
  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: 50%;
  content: '';
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  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;
    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_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;
    right: -5%;
    height: 20vw;
    width: 10px;
    transform: skewX(-8deg);
  }
}.form_step ul li:last-child::before {
  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 dt {
  width: 30%;
  margin-top: 10px;
}@media screen and (max-width: 768px) {
  .form_box dt {
    width: 100%;
  }
}.form_box dt span {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 14px;
  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;
}@media screen and (max-width: 768px) {
  .form_box dt span {
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}.form_box dd {
  width: 70%;
  margin-bottom: 20px;
}@media screen and (max-width: 768px) {
  .form_box dd {
    width: 100%;
    margin-top: 10px;
  }
}.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 input, .form_box textarea {
  width: 100%;
  padding: 10px 20px;
  background: #f6f9fb;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
}@media screen and (max-width: 768px) {
  .form_box input, .form_box textarea {
    padding: 8px 15px;
    border-radius: 5px;
  }
}.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 div {
  padding: 10px 0 20px;
}@media screen and (max-width: 768px) {
  .form_box div {
    padding: 10px 0;
  }
}.form_box textarea {
  min-height: 160px;
}.form_policy {
  margin-top: 30px;
  text-align: center;
}.form_policy a {
  margin-right: 5px;
  font-weight: bold;
}.form_policy input {
  appearance: none;
  cursor: pointer;
  position: relative;
  height: 35px;
  width: 35px;
  margin-right: 15px;
  border: 2px solid #d2d2d2;
  border-radius: 5px;

  -webkit-appearance: none;
  -moz-appearance: none;
}@media screen and (max-width: 768px) {
  .form_policy input {
    height: 25px;
    width: 25px;
    margin-right: 10px;
  }
}.form_policy input:checked {
  background: #0b41a0;
  border: 2px solid #0b41a0;
}.form_policy input:checked::after {
  position: absolute;
  left: 8px;
  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_policy input:checked::after {
    left: 6px;
    top: 0;
    height: 16px;
    width: 10px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
  }
}.error {
  margin-top: 5px;
  color: #c00;
  font-size: 1.6rem;
  font-weight: bold;
}@media screen and (max-width: 768px) {
  .error {
    font-size: 1.4rem;
  }
}.home_keyvisual {
  padding: 40px 0;
  background: #61bbfe;
}@media screen and (max-width: 768px) {
  .home_keyvisual {
    overflow: hidden;
    padding: 25px 20px;
  }
}.home_keyvisual_in {
  display: flex;
  width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
}@media screen and (max-width: 768px) {
  .home_keyvisual_in {
    width: auto;
  }
}@media screen and (max-width: 768px) {
  .home_keyvisual_in {
    display: block;
  }
}.home_keyvisual .slick-list {
  overflow: hidden;
}.home_keyvisual_slider {
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 420px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}@media screen and (max-width: 768px) {
  .home_keyvisual_slider {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 14px;
  }
}@media print, screen and (min-width: 769px) {
  .home_keyvisual_slider_slide {
    overflow: hidden;
  }.home_keyvisual_slider_slide a {
    transition: all 0.5s ease 0s;
  }.home_keyvisual_slider_slide a:hover {
    opacity: 0.7;
  }
}@media screen and (max-width: 768px) {
  .home_keyvisual_slider_slide {
    margin: 0 6px;
  }
}@media screen and (max-width: 768px) {
  .home_keyvisual_slider .slick-list {
    overflow: hidden;
  }
}.home_keyvisual_slider.slick-initialized {
  display: block;
  opacity: 1;
  visibility: visible;
}.home_keyvisual_slider .slick-dots {
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}@media screen and (max-width: 768px) {
  .home_keyvisual_slider .slick-dots {
    bottom: 15px;
  }
}.home_keyvisual_slider .slick-next, .home_keyvisual_slider .slick-prev {
  height: 30px;
  width: 30px;
  background: #e3e8f0;
  border-radius: 100px;
  transition: all 0.5s ease 0s;
}.home_keyvisual_slider .slick-next::before, .home_keyvisual_slider .slick-prev::before {
  left: 50%;
  top: 50%;
  height: 8px;
  width: 8px;
  border-color: #002547;
}@media print, screen and (min-width: 769px) {
  .home_keyvisual_slider .slick-next:hover, .home_keyvisual_slider .slick-prev:hover {
    opacity: 0.7;
  }
}.home_keyvisual_slider .slick-prev {
  left: -10px;
}@media screen and (max-width: 768px) {
  .home_keyvisual_slider .slick-prev {
    left: -15px;
  }
}.home_keyvisual_slider .slick-prev::before {
  transform: translate(-40%, -50%) rotate(-45deg);
}.home_keyvisual_slider .slick-next {
  right: -10px;
}@media screen and (max-width: 768px) {
  .home_keyvisual_slider .slick-next {
    right: -15px;
  }
}.home_keyvisual_slider .slick-next::before {
  transform: translate(-60%, -50%) rotate(45deg);
}@media screen and (max-width: 768px) {
  .home_keyvisual_slider .slick-dots {
    bottom: 13px;
  }
}@media screen and (max-width: 768px) {
  .home_keyvisual_slider .slick-dots li {
    margin: 0 2px;
  }
}@media screen and (max-width: 768px) {
  .home_keyvisual_slider .slick-dots li button:before {
    font-size: 30px;
  }
}.home_keyvisual_info {
  width: 640px;
  margin-left: auto;
}@media screen and (max-width: 768px) {
  .home_keyvisual_info {
    width: 100%;
    margin-left: 0;
  }
}.home_keyvisual_info .newslist_item:first-child {
  border-top: none;
}@media screen and (max-width: 768px) {
  .home_keyvisual_info .newslist_item:nth-child(2), .home_keyvisual_info .newslist_item:nth-child(3) {
    display: none;
  }
}.home_keyvisual_info .newslist_link {
  padding: 10px 0;
  align-items: start;
}@media screen and (max-width: 768px) {
  .home_keyvisual_info .newslist_link {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
  }
}.home_keyvisual_info .newslist {
  border-bottom: none;
}.home_keyvisual_info .newslist li a::after {
  display: none;
}.home_keyvisual_info_box:first-child {
  margin-bottom: 20px;
}@media screen and (max-width: 768px) {
  .home_keyvisual_info_box:first-child {
    margin-bottom: 15px;
  }
}.home_keyvisual_info_box:first-child .home_keyvisual_info_box_in {
  border-radius: 0 0 10px 10px;
}@media screen and (max-width: 768px) {
  .home_keyvisual_info_box:first-child .home_keyvisual_info_box_in {
    border-radius: 0 10px 10px 10px;
  }
}.home_keyvisual_info_box_in {
  padding: 15px 30px 10px;
  background: #fff;
  border-radius: 0 10px 10px 10px;
  font-size: 1.4rem;
}@media screen and (max-width: 768px) {
  .home_keyvisual_info_box_in {
    padding: 15px 20px;
  }
}.home_keyvisual_info_box_in .newslist_link._document .newslist_day, .home_keyvisual_info_box_in .newslist_day {
  width: 100px;
}@media screen and (max-width: 768px) {
  .home_keyvisual_info_box_in .newslist_link._document .newslist_day, .home_keyvisual_info_box_in .newslist_day {
    width: 80px;
    font-size: 1.2rem;
  }
}.home_keyvisual_info_box_in .newslist_link._document .newslist_day {
  width: 90px;
}@media screen and (max-width: 768px) {
  .home_keyvisual_info_box_in .newslist_link._document .newslist_day {
    width: 75px;
  }
}.home_keyvisual_info_box_in .newslist_link._document .newslist_txt, .home_keyvisual_info_box_in .newslist_txt {
  width: 100%;
  padding-left: 0;
  flex: 1;
}@media print, screen and (min-width: 769px) {
  .home_keyvisual_info_box_in .newslist_link._document .newslist_txt, .home_keyvisual_info_box_in .newslist_txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}@media screen and (max-width: 768px) {
  .home_keyvisual_info_box_in .newslist_link._document .newslist_txt, .home_keyvisual_info_box_in .newslist_txt {
    flex: auto;
    font-size: 1.3rem;
  }
}@media screen and (max-width: 768px) {
  .home_keyvisual_info_box_in .newslist_link a {
    display: flex;
    flex-wrap: wrap;
  }
}.home_keyvisual_info_box_in .newslist {
  display: none;
}.home_keyvisual_info_box_in .newslist:first-child, .home_keyvisual_info_box_in .newslist:first-child:last-child, .home_keyvisual_info_box_in .newslist._active {
  display: block;
}.home_keyvisual_info_box_in .newslist:not(._active) {
  display: none;
}.home_keyvisual_info_box_in .newslist_link._document {
  align-items: center;
}.home_keyvisual_info_box_in .newslist_link._document .newslist_no {
  width: 90px;
  margin: auto 8px auto 0;
  padding: 0;
  border: none;
  font-size: 1rem;
  line-height: 1.2;
}.home_keyvisual_info_box_hd {
  display: flex;
  justify-content: space-between;
  align-items: end;
}.home_keyvisual_info_box_hd_title {
  display: flex;
  padding: 10px 15px 0 30px;
  justify-content: center;
  background: #fff;
  border-radius: 10px 10px 0 0;
  align-items: center;
}@media screen and (max-width: 768px) {
  .home_keyvisual_info_box_hd_title {
    padding: 12px 15px 0 20px;
    font-size: 1.3rem;
  }
}.home_keyvisual_info_box_hd_title h2 {
  position: relative;
  width: 115px;
  margin-right: 20px;
  color: #0b41a0;
  font-family: 'Kiwi Maru',serif;
  font-size: 2.2rem;
  letter-spacing: 0.025em;
}@media screen and (max-width: 768px) {
  .home_keyvisual_info_box_hd_title h2 {
    width: 90px;
    font-size: 1.8rem;
  }
}.home_keyvisual_info_box_hd_title h2::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  height: 30px;
  width: 2px;
  background: #dedede;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .home_keyvisual_info_box_hd_title h2::after {
    height: 25px;
  }
}.home_keyvisual_info_box_hd_title a {
  position: relative;
  padding-right: 30px;
  color: #434343;
  text-decoration: underline;
}.home_keyvisual_info_box_hd_title 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) {
  .home_keyvisual_info_box_hd_title a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .home_keyvisual_info_box_hd_title a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .home_keyvisual_info_box_hd_title 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);
  }
}.home_keyvisual_info_box_hd_title a::after {
  bottom: 0;
  right: 0;
  top: 0;
  height: 22px;
  width: 22px;
  margin: auto;
  background-size: 10px;
}@media print, screen and (min-width: 769px) {
  .home_keyvisual_info_box_hd_title a:hover {
    text-decoration: none;
  }
}.home_keyvisual_info_box_tab {
  display: flex;
  font-size: 1.4rem;
  align-items: end;
}@media screen and (max-width: 768px) {
  .home_keyvisual_info_box_tab {
    display: none;
  }
}.home_keyvisual_info_box_tab span {
  cursor: pointer;
  display: inline-block;
  width: 70px;
  margin-left: 5px;
  padding: 5px 0;
  background: #1392fb;
  border-radius: 5px 5px 0 0;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}.home_keyvisual_info_box_tab span._active, .home_keyvisual_info_box_tab span:hover {
  background: #fff;
  color: #1392fb;
}.home_urgentnews {
  position: relative;
  display: flex;
  background: #fff;
  border-bottom: 4px solid #c00;
  border-right: 4px solid #c00;
  border-top: 4px solid #c00;
}@media screen and (max-width: 768px) {
  .home_urgentnews {
    display: block;
    border-right: none;
  }
}.home_urgentnews_heading {
  display: flex;
  padding: 11px 25px 10px;
  justify-content: center;
  background: #c00;
  border-radius: 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  align-items: center;
}.home_urgentnews_list {
  padding: 0 12px 10px;
}.home_urgentnews_item {
  position: relative;
  padding: 10px 50px 0 35px;
}.home_urgentnews_item::before {
  position: absolute;
  left: 0;
  top: 13px;
  content: '';
  height: 23px;
  width: 25px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 25.5 23.1\'%3E%3Cpath fill=\'%23CC0000\' d=\'M11.8,16.1h2v2h-2V16.1z M11.8,14.1h2v-7h-2V14.1z M23,22.4c-0.8,0.5-1.6,0.7-2.5,0.7H5c-2.8,0-5-2.2-5-5c0-0.9,0.2-1.8,0.7-2.5L8.5,2.5C9.3,0.9,11,0,12.8,0s3.4,0.9,4.3,2.5l7.7,13.1C26.2,18,25.4,21,23,22.4z M23.5,18.1c0-0.5-0.1-1.1-0.4-1.5L15.3,3.5C14.8,2.6,13.8,2,12.8,2c-1.1,0-2,0.6-2.6,1.5L2.4,16.6C1.6,18,2,19.9,3.5,20.7C4,21,4.5,21.1,5,21.1h15.5C22.2,21.1,23.5,19.8,23.5,18.1z\' /%3E%3C/svg%3E');
}.home_urgentnews_item a {
  position: relative;
  display: block;
  padding: 4px 0;
  font-size: 1.4rem;
  font-weight: 700;
}.home_urgentnews_item a, .home_urgentnews_item a:visited, .home_urgentnews_item a:hover {
  color: #333;
}@media screen and (max-width: 768px) {
  .home_urgentnews_item a {
    overflow: hidden;
    padding-right: 20px;
    font-size: 1.3rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }.home_urgentnews_item a::after {
    position: absolute;
    right: 0;
    top: 9px;
    content: '';
    height: 12px;
    width: 12px;
    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=\'%23CC0000\' 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 auto;
    transform: rotate(-90deg);
  }
}.home_urgentnews_more {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
  overflow: hidden;
  height: 30px;
  width: 30px;
  background: #c00;
  border: 1px solid #c00;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  transition: all 0.5s ease 0s;
}.home_urgentnews_more::before, .home_urgentnews_more::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: '';
  height: 14px;
  width: 2px;
  margin: auto;
  background: #fff;
}.home_urgentnews_more::after {
  transform: rotate(90deg);
}.home_urgentnews_more._active {
  transform: rotate(45deg);
}@media print, screen and (min-width: 769px) {
  .home_urgentnews_more:hover {
    background: #fff;
  }.home_urgentnews_more:hover::before, .home_urgentnews_more:hover::after {
    background: #c00;
  }
}@media screen and (max-width: 768px) {
  .home_urgentnews_more {
    top: 50px;
  }
}.home_navigation {
  width: 780px;
  padding: 50px 0 55px;
}@media screen and (max-width: 768px) {
  .home_navigation {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 25px 0 30px;
  }
}.home_navigation_tab {
  display: flex;
  border-bottom: 5px solid #0b41a0;
  font-family: 'Kiwi Maru',serif;
  font-size: 1.5rem;
}@media screen and (max-width: 768px) {
  .home_navigation_tab {
    font-size: 1.2rem;
  }
}.home_navigation_tab > div {
  cursor: pointer;
  width: calc(100% / 4);
}.home_navigation_tab > div span {
  display: block;
  padding: 13px 5px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  text-decoration: underline;
}@media screen and (max-width: 768px) {
  .home_navigation_tab > div span {
    padding: 15px 0 10px;
    line-height: 1.25;
  }
}.home_navigation_tab > div._active span, .home_navigation_tab > div:hover span {
  background: #0b41a0;
  color: #fff;
  text-decoration: none;
}.home_navigation_box {
  padding: 30px 15px 10px 30px;
  background: #e3e8f0;
  border-radius: 0 0 10px 10px;
}@media screen and (max-width: 768px) {
  .home_navigation_box {
    padding: 20px 15px 15px 15px;
  }
}.home_navigation_box ul._style01, .home_navigation_box ul._style02 {
  display: flex;
  flex-wrap: wrap;
}.home_navigation_box ul._style01:not(._active), .home_navigation_box ul._style02:not(._active) {
  display: none;
}.home_navigation_box ul._style01._active, .home_navigation_box ul._style02._active {
  display: flex;
}.home_navigation_box ul._style01 li, .home_navigation_box ul._style02 li {
  height: 100px;
  width: 226px;
  margin: 0 0 20px 20px;
  font-size: 1.5rem;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .home_navigation_box ul._style01 li, .home_navigation_box ul._style02 li {
    height: 120px;
    width: calc(33% - 6.6px);
    margin: 0 0 10px 10px;
    font-size: 1.3rem;
  }
}@media screen and (max-width: 768px) {
  .home_navigation_box ul._style01 li p, .home_navigation_box ul._style02 li p {
    display: flex;
    height: 65px;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
  }
}.home_navigation_box ul._style01 li:nth-child(3n+1), .home_navigation_box ul._style02 li:nth-child(3n+1) {
  margin-left: 0;
}.home_navigation_box ul._style01 li a, .home_navigation_box ul._style02 li a {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0 0 0 80px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(119,131,139,0.16);
  color: #0b41a0;
  align-items: center;
}@media screen and (max-width: 768px) {
  .home_navigation_box ul._style01 li a, .home_navigation_box ul._style02 li a {
    display: block;
    padding: 52px 0 0 0;
    text-align: center;
  }
}.home_navigation_box ul._style01 li a span, .home_navigation_box ul._style02 li a span {
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  height: 75px;
  width: 75px;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .home_navigation_box ul._style01 li a span, .home_navigation_box ul._style02 li a span {
    left: 50%;
    top: 12px;
    display: flex;
    height: 40px;
    width: 40px;
    transform: translate(-50%, 0);
  }
}.home_navigation_box ul._style01 li a span img, .home_navigation_box ul._style02 li a span img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}.home_navigation_box ul._style02 li {
  height: auto;
  width: auto;
  margin: 0 15px 15px 0;
}@media screen and (max-width: 768px) {
  .home_navigation_box ul._style02 li {
    margin: 0 5px 5px 0;
    font-size: 1.2rem;
  }
}.home_navigation_box ul._style02 li a {
  height: auto;
  padding: 9px 20px;
}@media screen and (max-width: 768px) {
  .home_navigation_box ul._style02 li a {
    padding: 6px 12px;
  }
}@media screen and (max-width: 768px) {
  .home_navigation_box ul:nth-child(1) li:nth-child(4) a span {
    top: 8px;
  }.home_navigation_box ul:nth-child(1) li:nth-child(5) a span {
    top: 15px;
  }.home_navigation_box ul:nth-child(1) li:nth-child(6) a span {
    top: 15px;
  }.home_navigation_box ul:nth-child(1) li:nth-child(9) a span {
    top: 15px;
  }
}@media screen and (max-width: 768px) {
  .home_navigation_box ul:nth-child(3) li:nth-child(2) a span {
    top: 14px;
    height: 35px;
  }.home_navigation_box ul:nth-child(3) li:nth-child(6) {
    font-size: 1.1rem;
    line-height: 1.2;
  }.home_navigation_box ul:nth-child(3) li:nth-child(6) a span {
    top: 8px;
  }.home_navigation_box ul:nth-child(3) li:nth-child(8) a span {
    top: 16px;
  }.home_navigation_box ul:nth-child(3) li:nth-child(9) a span {
    top: 14px;
    height: 32px;
  }
}.home_search {
  position: relative;
  width: 280px;
  padding-top: 50px;
}@media screen and (max-width: 768px) {
  .home_search {
    width: 100%;
    padding: 0 20px 30px;
  }
}.home_search .gnav_sitesearch table.gsc-input {
  background: none;
}.home_search .gnav_sitesearch {
  position: static;
  width: 100%;
}.home_search .gnav_sitesearch .gsib_a {
  height: 50px;
  padding: 0 0 0 50px;
  background-size: 18px auto;
}@media screen and (max-width: 768px) {
  .home_search .gnav_sitesearch .gsib_a {
    background-size: 18px auto;
  }
}.home_search .gnav_sitesearch .gsib_b {
  display: none;
}.home_search ul {
  margin-top: 15px;
}@media screen and (max-width: 768px) {
  .home_search ul {
    margin-top: 10px;
  }
}.home_search ul li {
  margin-top: 15px;
}@media screen and (max-width: 768px) {
  .home_search ul li {
    margin-top: 10px;
  }
}.home_search ul li a {
  position: relative;
  display: block;
  padding: 18px 55px 18px 20px;
  border: 1px solid #1392fb;
  border-radius: 10px;
  color: #434343;
  font-weight: 700;
  text-decoration: underline;
}@media screen and (max-width: 768px) {
  .home_search ul li a {
    padding: 16px 55px 16px 20px;
  }
}.home_search ul li a span {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
}@media screen and (max-width: 768px) {
  .home_search ul li a span {
    display: inline;
    font-size: 1.2rem;
  }
}.home_search ul li 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) {
  .home_search ul li a::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .home_search ul li a::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .home_search ul 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=\'%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);
  }
}.home_search ul li a::after {
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .home_search ul li a::after {
    right: 15px;
    background-size: 8px 8px;
  }
}@media print, screen and (min-width: 769px) {
  .home_search ul li a:hover {
    text-decoration: none;
  }.home_search ul li a:hover::after {
    transform: translate(4px, -50%);
  }
}.home_inner {
  display: flex;
  width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
}@media screen and (max-width: 768px) {
  .home_inner {
    width: auto;
  }
}@media screen and (max-width: 768px) {
  .home_inner {
    display: block;
  }
}.home_heading {
  color: #0b41a0;
  font-family: 'Kiwi Maru',serif;
  font-size: 4.4rem;
  text-align: center;
}@media print, screen and (min-width: 769px) {
  .home_heading {
    letter-spacing: 0;
  }
}@media screen and (max-width: 768px) {
  .home_heading {
    font-size: 2.6rem;
  }
}.home_heading small {
  display: block;
  font-size: 2.6rem;
}@media screen and (max-width: 768px) {
  .home_heading small {
    font-size: 1.8rem;
  }
}.home_news .newslist, .home_notice .newslist {
  margin: 40px 0 0;
}@media screen and (max-width: 768px) {
  .home_news .newslist, .home_notice .newslist {
    margin: 30px 0 0;
  }
}@media print, screen and (min-width: 769px) {
  .home_guide .guidelist {
    width: 1132px;
    margin: 40px auto 0;
  }
}@media screen and (max-width: 768px) {
  .home_guide .guidelist {
    padding: 30px 0 0;
  }
}@media print, screen and (min-width: 769px) {
  .home_nav_list {
    display: flex;
    width: 1120px;
    margin: auto;
    flex-wrap: wrap;
  }
}@media print, screen and (min-width: 769px) {
  .home_nav_item {
    width: 25%;
    padding: 20px 10px 0;
  }.home_nav_item:nth-of-type(-n+4) {
    padding-top: 0;
  }
}@media screen and (max-width: 768px) {
  .home_nav_item {
    padding: 10px 0 0;
  }.home_nav_item:first-of-type {
    padding-top: 0;
  }
}.home_nav .btn03 a {
  background: #fff;
  border: none;
  box-shadow: 0 3px 6px rgba(119,131,139,0.16);
  font-weight: 700;
}@media print, screen and (min-width: 769px) {
  .home_nav .btn03 a {
    padding-bottom: 13px;
    padding-top: 13px;
    font-size: 2rem;
  }.home_nav .btn03 a::after {
    right: 10px;
  }.home_nav .btn03 a::after small {
    font-size: 1.6rem;
  }.home_nav .btn03 a:hover {
    background: #1392fb;
    box-shadow: none;
  }
}.home .footer_pagetop {
  display: none;
}@media print, screen and (min-width: 769px) {
  ._large .home_about {
    width: 458px;
  }
}.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;
  }
}.box_area h1 {
  padding: 0 0 0 10px;
  border-left: 4px solid #0b41a0;
  font-weight: 500;
  letter-spacing: 0.075em;
}@media print, screen and (min-width: 769px) {
  .box_area h1 {
    margin: 50px 0 0;
    font-size: 2.4rem;
  }
}@media screen and (max-width: 768px) {
  .box_area h1 {
    margin: 35px 0 0;
    font-size: 1.5rem;
  }
}.box_area h1:first-child {
  margin: 0;
}.box_area h2 {
  font-weight: 700;
}@media print, screen and (min-width: 769px) {
  .box_area h2 {
    margin: 35px 0 0;
    font-size: 1.8rem;
  }
}@media screen and (max-width: 768px) {
  .box_area h2 {
    margin: 25px 0 0;
    font-size: 1.5rem;
  }
}.box_area h2:first-child {
  margin: 0;
}.box_area ul, .box_area ol {
  margin: 30px 0 0;
}@media screen and (max-width: 768px) {
  .box_area ul, .box_area ol {
    margin: 20px 0 0;
  }
}.box_area ul:first-child, .box_area ol:first-child {
  margin: 0;
}.box_area ul li, .box_area ol li {
  position: relative;
  padding: 8px 0 8px 16px;
}.box_area ul:not(ol) li::before, .box_area ol: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) {
  .box_area ul:not(ol) li::before, .box_area ol:not(ol) li::before {
    top: 15px;
  }
}.box_area ul:not(ul), .box_area ol:not(ul) {
  counter-reset: item;
}.box_area ul:not(ul) li, .box_area ol:not(ul) li {
  padding-left: 22px;
}.box_area ul:not(ul) li::before, .box_area ol:not(ul) li::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: counter(item) '.';
  counter-increment: item;
  color: #0b41a0;
  font-weight: 700;
}.box_area table {
  margin: 30px 0 0;
  border-collapse: collapse;
}@media screen and (max-width: 768px) {
  .box_area table {
    margin: 20px 0 0;
  }
}.box_area table:first-child {
  margin: 0;
}.box_area table th, .box_area table td {
  padding: 20px;
  border: 1px solid #bfbfbf;
}.box_area table th {
  background: #f6f9fb;
}.box_area table thead th {
  background: #0b41a0;
  color: #fff;
}@media screen and (max-width: 768px) {
  .box_area iframe {
    height: 200px;
    width: 100%;
  }.box_area iframe + iframe {
    margin-top: 10px;
  }
}.faq .accordion {
  margin-top: 20px;
}.faq .accordion dl {
  margin-top: 30px;
  padding: 15px;
  background: #f6f9fb;
  border-radius: 10px;
}.faq .accordion dl dt {
  font-weight: bold;
}@media screen and (max-width: 768px) {
  .faq .accordion dl {
    margin-top: 20px;
    padding: 10px;
  }
}.faq .accordion dl:first-child {
  margin-top: 0;
}.faq .content_pagetop {
  margin: 25px 0 65px;
}@media screen and (max-width: 768px) {
  .faq .content_pagetop {
    margin: 15px 0 30px;
  }
}.contact .btn_box a, .contact .btn_box button, .contact .btn_box_column2 a, .contact .btn_box_column2 button {
  display: flex;
  padding: 20px 70px;
  justify-content: center;
  font-size: 2rem;
  align-items: center;
}@media screen and (max-width: 768px) {
  .contact .btn_box a, .contact .btn_box button, .contact .btn_box_column2 a, .contact .btn_box_column2 button {
    padding: 15px 65px;
    font-size: 1.6rem;
  }
}.contact .btn_box {
  margin-top: 25px;
}.contact .btn_box a, .contact .btn_box button {
  width: 540px;
}@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 .thanks {
  padding: 50px 0;
  text-align: center;
}@media screen and (max-width: 768px) {
  .contact .thanks {
    padding: 40px 0 20px;
  }
}.report.page_inner {
  padding: 0;
}.report.page_inner .box_bg03 {
  padding: 0;
}.report.page_inner .box_bg03:first-child {
  margin: 0 0 0;
  padding: 40px;
}@media screen and (max-width: 768px) {
  .report.page_inner .box_bg03:first-child {
    padding: 30px;
  }
}@media print, screen and (min-width: 769px) {
  .report .page_inner_bg:first-child {
    margin: 0 calc(-50vw + 550px) 0;
    padding: 100px calc(50vw - 550px);
  }
}.report_title {
  position: relative;
  display: flex;
  margin-bottom: 45px;
  font-size: 3.6rem;
  align-items: center;
  letter-spacing: 0.075em;
  line-height: 1.5;
}@media screen and (max-width: 768px) {
  .report_title {
    display: block;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}.report_title span {
  padding-right: 15px;
  font-size: 2rem;
}@media screen and (max-width: 768px) {
  .report_title span {
    display: block;
    padding: 0 0 2px;
    font-size: 1.2rem;
  }
}.report ._style02 {
  background: #f6f9fb;
  border-radius: 10px;
}.report_box {
  display: flex;
  align-items: self-start;
}@media screen and (max-width: 768px) {
  .report_box {
    display: block;
  }
}.report_box .btn_pdf {
  margin-top: 20px;
  letter-spacing: 0.025em;
}@media screen and (max-width: 768px) {
  .report_box .btn_pdf {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}@media screen and (max-width: 768px) {
  .report_box .btn_pdf svg {
    height: 16px;
    width: 16px;
    vertical-align: bottom;
  }
}.report_box .list {
  width: 100%;
  margin: 0;
}@media screen and (max-width: 768px) {
  .report_box .list {
    margin-top: 20px;
  }
}.report_image {
  margin-right: 40px;
}@media screen and (max-width: 768px) {
  .report_image {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}.report_image img {
  height: auto;
  max-width: 250px;
}@media screen and (max-width: 768px) {
  .report_image img {
    width: auto;
    max-height: 200px;
    max-width: 100%;
  }
}.report .accordion dt {
  display: flex;
  overflow: hidden;
  padding: 30px 40px;
  font-size: 2.8rem;
  font-weight: normal;
  align-items: center;
  letter-spacing: 0.075em;
}@media screen and (max-width: 768px) {
  .report .accordion dt {
    display: block;
    padding: 20px 30px;
    font-size: 1.8rem;
  }
}.report .accordion dt span {
  padding-right: 18px;
  font-size: 2rem;
}@media screen and (max-width: 768px) {
  .report .accordion dt span {
    padding-right: 10px;
    font-size: 1.2rem;
  }
}.report .accordion dt .btn_pdf {
  position: absolute;
  right: 110px;
  padding: 12px 25px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.025em;
}@media screen and (max-width: 768px) {
  .report .accordion dt .btn_pdf {
    position: static;
    display: block;
    width: 56%;
    margin: 15px 0 0 0;
    margin: 15px auto 0;
    padding: 8px 0;
    font-size: 1.2rem;
    text-align: center;
  }
}@media screen and (max-width: 768px) {
  .report .accordion dt .btn_pdf svg {
    height: 16px;
    width: 16px;
  }
}.report .accordion dt::after {
  right: 40px;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  background-size: 18px 14px;
  border-radius: 10px;
}@media screen and (max-width: 768px) {
  .report .accordion dt::after {
    right: 20px;
    top: 45px;
    height: 30px;
    width: 30px;
    background-size: 10px 6px;
    border-radius: 8px;
  }
}.report .accordion dt dd {
  padding: 0 40px 30px;
}.report .accordion dd {
  padding: 15px 40px 40px;
}@media screen and (max-width: 768px) {
  .report .accordion dd {
    padding: 10px 30px 30px;
  }
}@media screen and (max-width: 768px) {
  .report .accordion dd .report_box .list {
    margin-top: 40px;
  }
}.list {
  margin-top: 5px;
}.list._style01 li {
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #cacfd8;
  font-size: 1.7rem;
  align-items: flex-start;
  line-height: 1.8;
}@media screen and (max-width: 768px) {
  .list._style01 li {
    font-size: 1.4rem;
  }
}.list._style01 li:first-child {
  margin: 0;
  padding: 0;
  border-top: none;
}.list._style01 li span {
  margin-right: 35px;
  margin-top: -5px;
  padding: 5px 10px;
  background: #0b41a0;
  border-radius: 8px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}@media screen and (max-width: 768px) {
  .list._style01 li span {
    margin-right: 15px;
    font-size: 1.2rem;
  }
}.list._style02 {
  display: flex;
  padding: 30px;
  align-items: self-start;
}@media screen and (max-width: 768px) {
  .list._style02 {
    display: block;
    padding: 20px;
  }
}.list._style02 strong {
  margin-right: 35px;
  padding: 2px 10px;
  background: #0b41a0;
  border-radius: 8px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}@media screen and (max-width: 768px) {
  .list._style02 strong {
    display: inline-block;
    margin: 0 0 15px;
    padding: 2px 14px;
    font-size: 1.4rem;
  }
}.list._style02 ul li {
  position: relative;
  margin-top: 15px;
  padding-left: 20px;
}@media screen and (max-width: 768px) {
  .list._style02 ul li {
    margin-top: 10px;
    padding-left: 15px;
  }
}.list._style02 ul li::after {
  position: absolute;
  left: 0;
  top: 40%;
  content: '';
  height: 6px;
  width: 6px;
  background: #0b41a0;
  border-radius: 50%;
}.list._style02 ul li:first-child {
  margin-top: 0;
}.list._style02 ul li.note {
  padding: 0;
  font-size: 1.4rem;
}@media screen and (max-width: 768px) {
  .list._style02 ul li.note {
    font-size: 1rem;
  }
}.list._style02 ul li.note::after {
  display: none;
}.tab_title {
  border-bottom: 3px solid #e3e8f0;
  font-size: 2.2rem;
}@media screen and (max-width: 768px) {
  .tab_title {
    font-size: 1.2rem;
  }
}.tab_title ul {
  display: flex;
  width: 1100px;
  margin: 0 auto;
  align-items: center;
}@media screen and (max-width: 768px) {
  .tab_title ul {
    width: 100%;
    padding: 0;
    justify-content: center;
  }
}@media screen and (max-width: 768px) {
  .tab_title ul li {
    width: 33%;
  }
}.tab_title ul li:first-child span {
  padding: 20px 35px 20px 0;
}@media screen and (max-width: 768px) {
  .tab_title ul li:first-child span {
    padding: 15px 0;
  }
}.tab_title ul li:first-child span::after {
  display: none;
}.tab_title ul li a {
  display: inline-block;
  color: #434343;
  text-align: center;
  text-decoration: none;
}@media screen and (max-width: 768px) {
  .tab_title ul li a {
    display: block;
    text-align: center;
  }
}.tab_title ul li a span {
  position: relative;
  display: inline-block;
  padding: 20px 35px;
}@media screen and (max-width: 768px) {
  .tab_title ul li a span {
    display: block;
    padding: 15px 0;
  }
}.tab_title ul li a span::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: inline-block;
  height: 20px;
  width: 1px;
  margin-top: -10px;
  background: #d0d5dc;
}.tab_title ul li.active a, .tab_title ul li:hover a {
  position: relative;
  color: #1392fb;
}.tab_title ul li.active a::before, .tab_title ul li:hover a::before {
  position: absolute;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  display: inline-block;
  height: 5px;
  width: 100%;
  background: #1392fb;
}@media screen and (max-width: 768px) {
  .tab_title ul li.active a::before, .tab_title ul li:hover a::before {
    height: 3px;
  }
}.styledownload .newslist {
  border: none;
}.styledownload .newslist_item {
  margin-bottom: 5px;
  border: 1px solid #dedede;
  border-radius: 8px;
}@media screen and (max-width: 768px) {
  .styledownload .newslist_item {
    margin-bottom: 10px;
  }
}.styledownload .newslist_item .newslist_day {
  width: 130px;
  color: #0b41a0;
}@media screen and (max-width: 768px) {
  .styledownload .newslist_item .newslist_day {
    width: 100%;
    padding-top: 10px;
  }
}.styledownload .newslist_item > a, .styledownload .newslist_item .no_link {
  padding: 22px 25px;
}@media screen and (max-width: 768px) {
  .styledownload .newslist_item > a, .styledownload .newslist_item .no_link {
    padding: 20px;
  }
}.styledownload .newslist_item .newslist_txt {
  width: 790px;
}@media screen and (max-width: 768px) {
  .styledownload .newslist_item .newslist_txt {
    padding: 10px 35px 0 0;
    font-size: 1.6rem;
  }
}.styledownload .newslist_item .newslist_no {
  width: 80px;
  padding: 3px 0;
  background: #d8e6f5;
  border: none;
  font-size: 1.4rem;
}@media screen and (max-width: 768px) {
  .styledownload .newslist_item .newslist_no {
    font-size: 1.2rem;
  }
}.styledownload .newslist_item .no_link::after {
  display: none;
}.styledownload .newslist_item .no_link .newslist_txt {
  text-decoration: none;
}@media screen and (max-width: 768px) {
  .styledownload .newslist_item .no_link .newslist_day {
    display: none;
  }
}.styledownload .newslist_link {
  align-items: center;
}.styledownload .newslist_link::after {
  right: 25px;
}@media screen and (max-width: 768px) {
  .styledownload .newslist_link::after {
    right: 20px;
  }
}.styledownload .newslist_more {
  right: 25px;
}@media screen and (max-width: 768px) {
  .styledownload .newslist_more {
    right: 20px;
    top: 22px;
  }
}.styledownload .newslist_s {
  padding: 0 25px 10px 120px;
}@media screen and (max-width: 768px) {
  .styledownload .newslist_s {
    padding: 0 20px 10px;
  }
}.levy {
  border-top: 10px solid #0b41a0;
}@media screen and (max-width: 768px) {
  .levy {
    border-top: 8px solid #0b41a0;
  }
}.levy .btn_pdfall {
  position: relative;
  display: block;
  width: 266px;
  margin: 30px auto 0;
  padding: 15px 0 15px 30px;
  background: #f6f9fb;
  border: 2px solid #e3e8f0;
  border-radius: 50px;
  color: #0b41a0;
  text-decoration: underline;
  transition: all 0.5s ease 0s;
}@media screen and (max-width: 768px) {
  .levy .btn_pdfall {
    width: 230px;
    margin-top: 20px;
  }
}.levy .btn_pdfall:hover {
  background: #e3e8f0;
}.levy .btn_pdfall::before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: '';
  height: 30px;
  width: 30px;
  background: #0b41a0;
  border-radius: 100%;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .levy .btn_pdfall::before {
    height: 24px;
    width: 24px;
  }
}.levy .btn_pdfall::after {
  position: absolute;
  right: 24px;
  top: 50%;
  content: '';
  height: 14px;
  width: 12px;
  background: url(/assets/img/levy/icon_download02.svg) no-repeat center;
  background-size: 100% auto;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .levy .btn_pdfall::after {
    right: 21px;
  }
}.levy .btn_pdfall:hover {
  text-decoration: none;
}.levy .header {
  position: static;
  padding: 34px 0;
}@media screen and (max-width: 768px) {
  .levy .header {
    padding: 30px 20px 20px;
  }
}.levy .header h1 {
  color: #0b41a0;
  font-family: 'Kiwi Maru',serif;
  font-size: 2.8rem;
  letter-spacing: 0.075em;
}@media screen and (max-width: 768px) {
  .levy .header h1 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 2rem;
    text-align: center;
  }
}.levy .header .header_in {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}@media screen and (max-width: 768px) {
  .levy .header .header_in {
    max-width: none;
    flex-wrap: wrap;
  }
}.levy .header .header_in .name {
  margin-left: auto;
  margin-right: 20px;
  font-size: 2.1rem;
}@media screen and (max-width: 768px) {
  .levy .header .header_in .name {
    display: block;
    width: 100%;
    margin: 0 auto 15px 0;
  }
}.levy .header .header_in .name svg {
  height: 25px;
  width: 25px;
  margin-right: 10px;
  vertical-align: middle;
  fill: #0b41a0;
}@media screen and (max-width: 768px) {
  .levy .header .header_in .name svg {
    height: 20px;
    width: 20px;
    margin-right: 5px;
  }
}@media screen and (max-width: 768px) {
  .levy .header .header_in .name {
    font-size: 1.8rem;
  }
}.levy .header .header_in .name span {
  padding-left: 5px;
  font-size: 1.6rem;
}@media screen and (max-width: 768px) {
  .levy .header .header_in .name span {
    font-size: 1.2rem;
  }
}.levy .header .header_in .account {
  font-size: 1.5rem;
}@media screen and (max-width: 768px) {
  .levy .header .header_in .account {
    display: inline;
    font-size: 1.2rem;
  }
}.levy .header .header_in .account a {
  position: relative;
  display: inline-block;
  padding: 7px 20px 7px 40px;
  border: 2px solid #e3e8f0;
  border-radius: 50px;
  color: #0b41a0;
  letter-spacing: 0.025em;
  text-decoration: underline;
}.levy .header .header_in .account a::before {
  position: absolute;
  left: 3px;
  top: 50%;
  content: '';
  height: 30px;
  width: 30px;
  background: #0b41a0;
  border-radius: 50%;
  transform: translate(0, -50%);
}.levy .header .header_in .account a::after {
  position: absolute;
  left: 10px;
  top: 50%;
  content: '';
  height: 15px;
  width: 15px;
  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.637,6.153,13,6.077a.385.385,0,0,1-.338-.237l-.337-.811a.386.386,0,0,1,.072-.408L13.5,3.41a.387.387,0,0,0-.012-.533l-1.36-1.361a.386.386,0,0,0-.533-.012l-1.21,1.1a.386.386,0,0,1-.408.071l-.811-.337A.385.385,0,0,1,8.928,2L8.852.368A.386.386,0,0,0,8.467,0H6.542a.386.386,0,0,0-.385.368L6.081,2a.385.385,0,0,1-.237.339l-.811.337a.385.385,0,0,1-.408-.071L3.414,1.5a.386.386,0,0,0-.533.012L1.521,2.877a.386.386,0,0,0-.012.533l1.1,1.211a.385.385,0,0,1,.071.408l-.336.811a.385.385,0,0,1-.339.237L.372,6.153A.386.386,0,0,0,0,6.538V8.463a.386.386,0,0,0,.368.385l1.636.076a.385.385,0,0,1,.339.237l.336.811a.385.385,0,0,1-.071.408l-1.1,1.21a.386.386,0,0,0,.012.533l1.361,1.361a.386.386,0,0,0,.533.012l1.21-1.1a.386.386,0,0,1,.408-.071l.811.336A.385.385,0,0,1,6.081,13l.075,1.636A.386.386,0,0,0,6.542,15H8.467a.386.386,0,0,0,.385-.368L8.928,13a.385.385,0,0,1,.237-.339l.811-.336a.386.386,0,0,1,.408.071l1.21,1.1a.387.387,0,0,0,.533-.012l1.36-1.361a.387.387,0,0,0,.012-.533l-1.1-1.21a.385.385,0,0,1-.072-.408l.337-.811A.384.384,0,0,1,13,8.923l1.636-.076A.386.386,0,0,0,15,8.463V6.538A.385.385,0,0,0,14.637,6.153ZM7.5,9.95A2.45,2.45,0,1,1,9.954,7.5,2.45,2.45,0,0,1,7.5,9.95Z\' /%3E%3C/svg%3E');
  transform: translate(0, -50%);
}.levy .header .header_in .account a:hover {
  text-decoration: none;
}.levy .header .header_in .logout {
  margin-left: 10px;
  font-size: 1.5rem;
}@media screen and (max-width: 768px) {
  .levy .header .header_in .logout {
    display: inline;
    margin-right: auto;
    font-size: 1.2rem;
  }
}.levy .header .header_in .logout a {
  position: relative;
  display: inline-block;
  padding: 7px 20px 7px 40px;
  border: 2px solid #e3e8f0;
  border-radius: 50px;
  color: #0b41a0;
  letter-spacing: 0.025em;
  text-decoration: underline;
}.levy .header .header_in .logout a:hover {
  text-decoration: none;
}.levy .header .header_in .logout span {
  position: absolute;
  left: 3px;
  top: 50%;
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background: #0b41a0;
  border-radius: 50%;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: middle;
  transform: translate(0, -50%);
  transition: all 0.5s ease 0s;
}@media screen and (max-width: 768px) {
  .levy .header .header_in .logout span {
    display: block;
  }
}.levy .header .header_in .logout span svg {
  height: 14px;
  width: 14px;
  vertical-align: middle;
  fill: #fff;
}@media screen and (max-width: 768px) {
  .levy .header .header_in .logout span svg {
    vertical-align: bottom;
  }
}.levy .btn02 a, .levy .btn02 button {
  background: #0b41a0;
  border-color: #0b41a0;
  transition: all 0.5s ease 0s;
}.levy .btn02 a::after, .levy .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) {
  .levy .btn02 a::after, .levy .btn02 button::after {
    height: 30px;
    width: 30px;
    background-size: 11px;
  }
}@media screen and (max-width: 768px) {
  .levy .btn02 a::after, .levy .btn02 button::after {
    height: 22px;
    width: 22px;
    background-size: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .levy .btn02 a:hover::after, .levy .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);
  }
}.levy .btn02 a:hover, .levy .btn02 button:hover {
  background: #fff;
  color: #0b41a0;
}.levy .main {
  padding: 0;
}.levy_cont {
  background: #f6f9fb;
  border-top: 1px solid #e3e8f0;
}@media print, screen and (min-width: 769px) {
  .levy_cont {
    min-height: 600px;
  }
}.levy_cont input {
  background: #fff;
}.levy_cont input[type='file'] {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
}.levy_cont a {
  color: #333;
}.levy .footer__policy {
  background: #0b41a0;
  color: #fff;
}.levy .footer__policy a {
  color: #fff;
}.levy .footer__policy .in_footer {
  display: flex;
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
  justify-content: end;
}@media screen and (max-width: 768px) {
  .levy .footer__policy .in_footer {
    display: block;
    width: 100%;
    padding: 30px 20px;
    text-align: center;
  }
}.levy .footer__policy .in_footer a {
  padding: 0;
}.levy .footer__policy .in_footer a::before, .levy .footer__policy .in_footer a::after {
  display: none;
}.levy .footer__policy .in_footer a svg {
  height: 21px;
  width: 24px;
  margin-right: 10px;
  vertical-align: top;
  fill: #fff;
}.levy .footer__policy .in_footer .copyright {
  font-size: 1.2rem;
}@media screen and (max-width: 768px) {
  .levy .footer__policy .in_footer .copyright {
    margin-top: 30px;
  }
}.levy .heading_page {
  padding: 70px 0;
}@media screen and (max-width: 768px) {
  .levy .heading_page {
    padding: 40px 0;
  }
}.levy .heading_page span {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.075em;
}@media screen and (max-width: 768px) {
  .levy .heading_page span {
    font-size: 1.4rem;
  }
}.levy .login .form_box dd .note {
  padding-top: 10px;
  text-align: right;
}.levy .dashboard .page_inner {
  padding-top: 60px;
}.levy .dashboard h3 {
  margin-bottom: 20px;
  font-family: 'Kiwi Maru',serif;
  font-size: 2.8rem;
  letter-spacing: 0.075em;
}@media screen and (max-width: 768px) {
  .levy .dashboard h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}.levy .dashboard__main {
  display: flex;
  justify-content: space-between;
}@media screen and (max-width: 768px) {
  .levy .dashboard__main {
    display: block;
  }
}.levy .dashboard__main_box {
  width: 350px;
  padding: 30px 20px;
  background: #fff;
  border: 3px solid #e3e8f0;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(119,131,139,0.16);
}@media screen and (max-width: 768px) {
  .levy .dashboard__main_box {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px;
  }
}.levy .dashboard__main_box h4 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  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;
  font-size: 1.6rem;
  font-weight: 700;
}.levy .dashboard__main_box h4 img {
  height: 44px;
  width: auto;
  margin-right: 15px;
  vertical-align: middle;
}@media screen and (max-width: 768px) {
  .levy .dashboard__main_box h4 img {
    height: 38px;
    margin-right: 12px;
  }
}.levy .dashboard__main_box ul {
  font-size: 1.4rem;
}.levy .dashboard__main_box ul li {
  margin-bottom: 15px;
}@media screen and (max-width: 768px) {
  .levy .dashboard__main_box ul li {
    margin-bottom: 20px;
  }
}.levy .dashboard__main_box ul li a {
  position: relative;
  display: inline-block;
  padding: 2px 0 0 35px;
  text-decoration: underline;
}.levy .dashboard__main_box ul li a::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 26px;
  width: 26px;
  background: #0b41a0;
  border-radius: 50%;
}@media screen and (max-width: 768px) {
  .levy .dashboard__main_box ul li a::after {
    height: 24px;
    width: 24px;
  }
}.levy .dashboard__main_box ul li a::before {
  position: absolute;
  left: 7px;
  top: 7px;
  content: '';
  z-index: 1;
  height: 12px;
  width: 12px;
  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');
}@media screen and (max-width: 768px) {
  .levy .dashboard__main_box ul li a::before {
    left: 7px;
    top: 7px;
    height: 10px;
    width: 10px;
  }
}@media print, screen and (min-width: 769px) {
  .levy .dashboard__main_box ul li a:hover {
    text-decoration: none;
  }
}.levy .dashboard__main_box ul li a.c01::after {
  background: #1392fb;
  border-color: #1392fb;
}.levy .dashboard__main_box ul li a.c02::after {
  background: #e1658f;
  border-color: #e1658f;
}.levy .dashboard__main_box ul li a > span {
  position: absolute;
  right: -2.2em;
  top: 2px;
  z-index: 2;
  height: 20px;
  width: 20px;
  background: #c92737;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}@media screen and (max-width: 768px) {
  .levy .dashboard__main_box ul li a > span {
    font-size: 1.1rem;
    line-height: 18px;
  }
}.levy .btn_box {
  display: block;
  margin-top: 40px;
}.levy .btn_box button, .levy .btn_box a {
  margin: 0 auto;
}@media screen and (max-width: 768px) {
  .levy .btn_box button, .levy .btn_box a {
    font-size: 1.5rem;
  }
}@media print, screen and (min-width: 769px) {
  .levy .btn_box button {
    padding: 25px 70px 25px 30px;
  }
}@media screen and (max-width: 768px) {
  .levy .btn_box .btn04 {
    display: flex;
  }
}.levy .btn_box ._return {
  width: 450px;
  margin-top: 40px;
  background: #fff;
}@media print, screen and (min-width: 769px) {
  .levy .btn_box ._return {
    display: flex;
    padding: 25px 10px 25px 60px;
  }
}@media screen and (max-width: 768px) {
  .levy .btn_box ._return {
    width: auto;
    margin-top: 20px;
    padding: 15px 25px 15px 50px;
  }
}.levy .btn_box ._return::after {
  background: #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;
  background-size: 11px;
}@media print, screen and (min-width: 769px) {
  .levy .btn_box ._return:hover {
    background: #0b41a0;
    border-color: #0b41a0;
  }.levy .btn_box ._return: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');
    border-color: #0b41a0;
  }
}.levy .account_title {
  position: relative;
  margin-bottom: 25px;
  padding-left: 40px;
  font-family: 'Kiwi Maru',serif;
  font-size: 2.8rem;
  letter-spacing: 0.075em;
}@media screen and (max-width: 768px) {
  .levy .account_title {
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 2rem;
  }
}.levy .account_title::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  height: 24px;
  width: 24px;
  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.637,6.153,13,6.077a.385.385,0,0,1-.338-.237l-.337-.811a.386.386,0,0,1,.072-.408L13.5,3.41a.387.387,0,0,0-.012-.533l-1.36-1.361a.386.386,0,0,0-.533-.012l-1.21,1.1a.386.386,0,0,1-.408.071l-.811-.337A.385.385,0,0,1,8.928,2L8.852.368A.386.386,0,0,0,8.467,0H6.542a.386.386,0,0,0-.385.368L6.081,2a.385.385,0,0,1-.237.339l-.811.337a.385.385,0,0,1-.408-.071L3.414,1.5a.386.386,0,0,0-.533.012L1.521,2.877a.386.386,0,0,0-.012.533l1.1,1.211a.385.385,0,0,1,.071.408l-.336.811a.385.385,0,0,1-.339.237L.372,6.153A.386.386,0,0,0,0,6.538V8.463a.386.386,0,0,0,.368.385l1.636.076a.385.385,0,0,1,.339.237l.336.811a.385.385,0,0,1-.071.408l-1.1,1.21a.386.386,0,0,0,.012.533l1.361,1.361a.386.386,0,0,0,.533.012l1.21-1.1a.386.386,0,0,1,.408-.071l.811.336A.385.385,0,0,1,6.081,13l.075,1.636A.386.386,0,0,0,6.542,15H8.467a.386.386,0,0,0,.385-.368L8.928,13a.385.385,0,0,1,.237-.339l.811-.336a.386.386,0,0,1,.408.071l1.21,1.1a.387.387,0,0,0,.533-.012l1.36-1.361a.387.387,0,0,0,.012-.533l-1.1-1.21a.385.385,0,0,1-.072-.408l.337-.811A.384.384,0,0,1,13,8.923l1.636-.076A.386.386,0,0,0,15,8.463V6.538A.385.385,0,0,0,14.637,6.153ZM7.5,9.95A2.45,2.45,0,1,1,9.954,7.5,2.45,2.45,0,0,1,7.5,9.95Z\' /%3E%3C/svg%3E');
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .levy .account_title::before {
    height: 22px;
    width: 22px;
  }
}.levy .account .form_box {
  display: block;
  margin: 0;
  background: #fff;
  font-size: 1.6rem;
}@media screen and (max-width: 768px) {
  .levy .account .form_box {
    font-size: 1.4rem;
  }
}.levy .account .form_box > div {
  display: flex;
  padding: 25px 50px;
  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;
}@media screen and (max-width: 768px) {
  .levy .account .form_box > div {
    display: block;
    padding: 20px;
  }
}.levy .account .form_box > div:last-child {
  background: none;
}.levy .account .form_box > div dt {
  width: 345px;
  margin-top: 0;
}@media screen and (max-width: 768px) {
  .levy .account .form_box > div dt {
    width: 100%;
  }
}.levy .account .form_box > div dd {
  width: auto;
  margin-bottom: 0;
}.levy .account .form_box > div dd > p {
  padding: 5px 0;
}.levy dt .note {
  padding: 5px 40px 0 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}@media screen and (max-width: 768px) {
  .levy dt .note {
    padding: 5px 0 0 0;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}@media screen and (max-width: 768px) {
  .levy .account_form dl dt {
    margin-top: 0;
  }
}@media print, screen and (min-width: 769px) {
  .levy .account_form dl > dd {
    margin-bottom: 30px;
  }
}.levy .account_form dl dl {
  display: flex;
  flex-wrap: wrap;
}.levy .account_form dl dl dt {
  font-weight: 500;
}@media print, screen and (min-width: 769px) {
  .levy .account_form dl dl dt {
    width: 180px;
    font-size: 1.6rem;
  }
}.levy .account_form dl dl dt small {
  font-size: 1.1rem;
  line-height: 1.25;
}@media print, screen and (min-width: 769px) {
  .levy .account_form dl dl dt small {
    display: block;
  }
}@media screen and (max-width: 768px) {
  .levy .account_form dl dl dt small {
    padding-left: 10px;
  }
}.levy .account_form dl dl > dd {
  margin-bottom: 10px;
}.levy .account_form .btn_box {
  margin-top: 0;
}.levy .account_form.conf > dl {
  margin-bottom: 20px;
}@media print, screen and (min-width: 769px) {
  .levy .account_form.conf > dl > dd {
    margin-bottom: 50px;
  }
}@media print, screen and (min-width: 769px) {
  .levy .account_form.conf > dl > dd p {
    padding-top: 10px;
  }
}.levy .account_form .thanks {
  padding: 40px 0 0 20px;
  line-height: 1.8;
}@media screen and (max-width: 768px) {
  .levy .account_form .thanks {
    padding: 20px 0 0 10px;
  }
}@media print, screen and (min-width: 769px) {
  .levy .account_form ._return {
    width: 300px;
  }
}@media print, screen and (min-width: 769px) {
  .levy .page_inner._column .pagelist_column {
    width: 235px;
  }
}@media print, screen and (min-width: 769px) {
  .levy .page_inner._column .page_column {
    width: 850px;
  }
}.levy .page_column {
  padding: 30px;
  background: #fff;
}@media screen and (max-width: 768px) {
  .levy .page_column {
    padding: 15px;
  }
}.levy .pagelist_nav {
  background-image: repeating-linear-gradient(90deg, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}@media screen and (max-width: 768px) {
  .levy .pagelist_column {
    background: #fff;
  }
}.levy .pagelist_column .pagelist_heading {
  padding: 20px 0;
}@media screen and (max-width: 768px) {
  .levy .pagelist_column .pagelist_heading {
    padding: 20px;
  }
}.levy .pagelist_column .pagelist_heading, .levy .pagelist_column .pagelist {
  background: none;
  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;
}@media screen and (max-width: 768px) {
  .levy .pagelist_column .pagelist_box:last-child .pagelist {
    background-image: none;
  }
}.levy .pagelist_column .pagelist_box {
  border-bottom: none;
}.levy .pagelist_column .pagelist {
  padding-bottom: 15px;
}.levy .pagelist_column .pagelist_heading, .levy .pagelist_box h4 {
  font-size: 1.6rem;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .levy .pagelist_column .pagelist_heading, .levy .pagelist_box h4 {
    font-size: 1.5rem;
  }
}.levy .pagelist_box h4 {
  padding: 20px 0 10px;
}@media screen and (max-width: 768px) {
  .levy .pagelist_box h4 {
    padding: 15px 20px 10px;
  }
}.levy .pagelist_column .pagelist_link {
  padding: 7px 0 7px 30px;
  font-size: 1.4rem;
  white-space: break-spaces;
}@media screen and (max-width: 768px) {
  .levy .pagelist_column .pagelist_link {
    padding: 5px 0 5px 28px;
  }
}.levy .pagelist_column .pagelist_link::after {
  bottom: auto;
  left: 0;
  top: 20%;
}@media screen and (max-width: 768px) {
  .levy .pagelist_column .pagelist_link::after {
    top: 15%;
  }
}.levy .pagelist_column .pagelist_heading a::after, .levy .pagelist_column .pagelist_heading a:hover::after {
  left: 0;
  top: 0;
  height: 26px;
  width: 26px;
  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-size: 10px;
  border-color: #0b41a0;
}@media screen and (max-width: 768px) {
  .levy .pagelist_column .pagelist_heading a {
    padding-left: 35px;
  }
}.levy .pagelist_column .pagelist_link._active::after {
  background-color: #0b41a0;
}.levy .pagelist_column .pagelist_box:first-of-type {
  border-top: none;
}.levy .pagelist_item {
  border-top: none;
}@media screen and (max-width: 768px) {
  .levy .pagelist_item {
    padding: 0 20px;
  }
}.levy .pagelist_column .pagelist_link._active {
  background: none;
  color: #0b41a0;
}.levy ._style_c01 .levy_keyword_btn button, .levy ._style_c01 .levy_list .download::before {
  background: #1392fb;
}.levy ._style_c01 .levy_list .day, .levy ._style_c01 .levy_list .download, .levy ._style_c01 .levy_list .kb {
  color: #1392fb;
}.levy ._style_c01 .pager .pager_prev::before, .levy ._style_c01 .pager .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=\'%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');
}.levy ._style_c01 .pager .pager_prev:hover, .levy ._style_c01 .pager .pager_next:hover, .levy ._style_c01 .pager li a:hover {
  border-color: #1392fb;
  color: #1392fb;
}.levy ._style_c01 .pager li > span {
  background: #1392fb;
  border-color: #1392fb;
}.levy .c01 a::after {
  background-color: #1392fb;
  border-color: #1392fb;
}.levy ._style_c02 .levy_keyword_btn button, .levy ._style_c02 .levy_list .download::before {
  background: #e1658f;
}.levy ._style_c02 .levy_list .day, .levy ._style_c02 .levy_list .download, .levy ._style_c02 .levy_list .kb {
  color: #e1658f;
}.levy ._style_c02 .pager .pager_prev::before, .levy ._style_c02 .pager .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=\'%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');
}.levy ._style_c02 .pager .pager_prev:hover, .levy ._style_c02 .pager .pager_next:hover, .levy ._style_c02 .pager li a:hover {
  border-color: #e1658f;
  color: #e1658f;
}.levy ._style_c02 .pager li > span {
  background: #e1658f;
  border-color: #e1658f;
}.levy ._style_c02 .form_box {
  margin: 0 0 40px 0;
  padding: 30px 50px 0;
  background-image: repeating-linear-gradient(90deg, #333, #333 1px, transparent 1px, transparent 4px),repeating-linear-gradient(90deg, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 100% 1px, 100% 1px;
  font-size: 1.6rem;
}@media screen and (max-width: 768px) {
  .levy ._style_c02 .form_box {
    margin: 0 0 20px 0;
    padding: 20px 0 0;
    font-size: 1.4rem;
  }
}@media screen and (max-width: 768px) {
  .levy ._style_c02 .form_box dt {
    margin-top: 0;
  }
}.levy ._style_c02 .form_box dd {
  margin-bottom: 40px;
}@media screen and (max-width: 768px) {
  .levy ._style_c02 .form_box dd {
    margin-bottom: 20px;
  }
}.levy ._style_c02 .form_box dd input[type='text'] {
  background: #f6f9fb;
}.levy ._style_c02 .form_box dd textarea {
  min-height: 120px;
}@media screen and (max-width: 768px) {
  .levy ._style_c02 .form_box dd textarea {
    min-height: 180px;
  }
}.levy ._style_c02 .form_box dd .notes {
  margin-top: 10px;
  font-size: 1.4rem;
}@media screen and (max-width: 768px) {
  .levy ._style_c02 .form_box dd .notes {
    font-size: 1.2rem;
  }
}.levy ._style_c02 .thanks {
  padding: 35px 50px 45px;
  background-image: repeating-linear-gradient(90deg, #333, #333 1px, transparent 1px, transparent 4px),repeating-linear-gradient(90deg, #333, #333 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) {
  .levy ._style_c02 .thanks {
    padding: 15px 10px 30px;
  }
}.levy ._style_c02 .thanks_st {
  margin-bottom: 15px;
  padding: 10px 0 10px 55px;
  background: url(/assets/img/levy/icon_check01.svg) no-repeat left center;
  background-size: 40px 40px;
  color: #e1658f;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}@media screen and (max-width: 768px) {
  .levy ._style_c02 .thanks_st {
    margin-bottom: 10px;
    padding: 8px 0 10px 35px;
    background-size: 26px 26px;
    font-size: 1.7rem;
  }
}.levy ._style_c02 .thanks p {
  line-height: 1.8;
}.levy_cont .pagelist_column .pagelist_item.c01 .pagelist_link._active {
  color: #1392fb;
}.levy_cont .pagelist_column .pagelist_item.c01 .pagelist_link._active::after {
  background-color: #1392fb;
}.levy_cont .pagelist_column .pagelist_item.c01 a:hover {
  color: #1392fb;
}.levy_cont .pagelist_column .pagelist_item.c02 .pagelist_link._active {
  color: #e1658f;
}.levy_cont .pagelist_column .pagelist_item.c02 .pagelist_link._active::after {
  background-color: #e1658f;
  border-color: #e1658f;
}.levy_cont .pagelist_column .pagelist_item.c02 a:hover {
  color: #e1658f;
}.levy .c02 a::after {
  background-color: #e1658f;
  border-color: #e1658f;
}.levy .pagelist_column .pagelist_link._active::after, .levy .pagelist_link::after {
  background-color: #0b41a0;
  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-size: 8px;
  border-color: #0b41a0;
  transform: rotate(-90deg);
}.levy .pagelist_link:hover::after, .levy .pagelist_column .pagelist_link._active:hover::after {
  transform: rotate(-90deg) translateY(4px);
}.levy .pager {
  margin-top: 40px;
}@media screen and (max-width: 768px) {
  .levy .pager {
    margin-top: 30px;
  }
}.levy .pager .pager_prev::before, .levy .pager .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');
}.levy .pager .pager_prev:hover, .levy .pager .pager_next:hover, .levy .pager li a:hover {
  border-color: #0b41a0;
  color: #0b41a0;
}.levy .pager li > span {
  background: #0b41a0;
  border-color: #0b41a0;
}.levy_st {
  position: relative;
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}@media screen and (max-width: 768px) {
  .levy_st {
    margin-bottom: 2px;
  }
}.levy_st::after {
  content: '';
  height: 1px;
  width: 100%;
  flex: 1;
  background: #333;
}.levy_st img {
  height: 33px;
  width: auto;
  margin-right: 15px;
  vertical-align: bottom;
}@media screen and (max-width: 768px) {
  .levy_st img {
    height: 26px;
    margin-right: 10px;
  }
}.levy_st span {
  margin-right: 20px;
  font-family: 'Kiwi Maru',serif;
  font-size: 2rem;
  letter-spacing: 0.075em;
}@media screen and (max-width: 768px) {
  .levy_st span {
    margin-right: 10px;
    font-size: 1.5rem;
  }
}.levy_title {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
  align-items: end;
}@media screen and (max-width: 768px) {
  .levy_title {
    display: block;
    margin-bottom: 20px;
  }
}.levy_title h3 {
  padding-top: 10px;
  font-family: 'Kiwi Maru',serif;
  font-size: 2.8rem;
  letter-spacing: 0.075em;
}@media screen and (max-width: 768px) {
  .levy_title h3 {
    font-size: 1.9rem;
    letter-spacing: 0.05em;
  }
}.levy_title .btn_upload, .levy_title .btn_arrow {
  margin: 0;
}@media screen and (max-width: 768px) {
  .levy_title .btn_upload, .levy_title .btn_arrow {
    margin-bottom: 20px;
  }
}.levy .btn_upload, .levy .btn_arrow {
  position: relative;
  display: block;
  width: 300px;
  padding: 15px 0 15px 30px;
  background: #f6f9fb;
  border: 2px solid #e3e8f0;
  border-radius: 50px;
  color: #e1658f;
  text-decoration: underline;
  transition: all 0.5s ease 0s;
}@media screen and (max-width: 768px) {
  .levy .btn_upload, .levy .btn_arrow {
    width: 260px;
    margin: 0 auto;
    margin-top: 15px;
  }
}.levy .btn_upload:hover, .levy .btn_arrow:hover {
  background: #e3e8f0;
}.levy .btn_upload::before, .levy .btn_arrow::before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: '';
  height: 30px;
  width: 30px;
  background: #e1658f;
  border-radius: 100%;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .levy .btn_upload::before, .levy .btn_arrow::before {
    height: 24px;
    width: 24px;
  }
}.levy .btn_upload::after, .levy .btn_arrow::after {
  position: absolute;
  right: 24px;
  top: 50%;
  content: '';
  height: 14px;
  width: 12px;
  background: url(/assets/img/levy/icon_upload01.svg) no-repeat center;
  background-size: 100% auto;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .levy .btn_upload::after, .levy .btn_arrow::after {
    right: 21px;
  }
}.levy .btn_upload:hover, .levy .btn_arrow:hover {
  text-decoration: none;
}.levy .form_box + .btn_upload {
  width: 264px;
  margin: 0 auto 20px;
  padding: 25px 0 25px 30px;
  background: #e1658f;
  border-color: #e1658f;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
}@media screen and (max-width: 768px) {
  .levy .form_box + .btn_upload {
    width: 240px;
    margin-bottom: 10px;
    padding: 15px 0 15px 35px;
    font-size: 1.6rem;
  }
}.levy .form_box + .btn_upload::before {
  right: 30px;
  background: #fff;
}@media screen and (max-width: 768px) {
  .levy .form_box + .btn_upload::before {
    right: 25px;
  }
}.levy .form_box + .btn_upload::after {
  right: 39px;
  background: url(/assets/img/levy/icon_upload02.svg) no-repeat center;
  background-size: 100% auto;
}@media screen and (max-width: 768px) {
  .levy .form_box + .btn_upload::after {
    right: 32px;
  }
}@media print, screen and (min-width: 769px) {
  .levy .form_box + .btn_upload:hover {
    opacity: 0.7;
    background: #e1658f;
  }
}@media print, screen and (min-width: 769px) {
  .levy .btn_arrow {
    width: 230px;
  }
}@media screen and (max-width: 768px) {
  .levy .btn_arrow {
    width: 200px;
  }
}.levy .btn_arrow::after {
  height: 10px;
  width: 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=\'%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');
}@media screen and (max-width: 768px) {
  .levy .btn_arrow::after {
    right: 22px;
    height: 8px;
    width: 8px;
  }
}.levy_code {
  display: flex;
  margin-bottom: 10px;
  font-size: 1.5rem;
  align-items: center;
}@media screen and (max-width: 768px) {
  .levy_code {
    display: block;
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
}.levy_code_box {
  display: flex;
  align-items: center;
}@media screen and (max-width: 768px) {
  .levy_code_box {
    margin-bottom: 5px;
  }
}.levy_code_box:first-child p {
  padding-left: 0;
}.levy_code_box p {
  padding: 0 5px 0 0;
  white-space: nowrap;
}@media screen and (max-width: 768px) {
  .levy_code_box p {
    width: 45%;
  }
}.levy_code_box input {
  width: 100%;
  margin-right: 12px;
  padding: 8px 15px;
  flex: 1;
  background: #f6f9fb;
  border: 1px solid #e3e8f0;
  border-radius: 3px;
}@media screen and (max-width: 768px) {
  .levy_code_box input {
    margin-right: 0;
  }
}.levy_code_box:last-child input {
  margin-right: 0;
}.levy_keyword {
  display: flex;
  margin-bottom: 10px;
  font-size: 1.5rem;
}@media screen and (max-width: 768px) {
  .levy_keyword {
    flex-wrap: wrap;
    font-size: 1.4rem;
  }
}.levy_keyword_period {
  display: flex;
  margin-right: 15px;
  align-items: center;
}@media screen and (max-width: 768px) {
  .levy_keyword_period {
    margin: 0 0 5px;
  }
}.levy_keyword_period span {
  padding: 0 2px;
}@media screen and (max-width: 768px) {
  .levy_keyword_period span {
    padding: 0 5px;
  }
}.levy_keyword_period input {
  width: 115px;
  text-align: center;
}@media screen and (max-width: 768px) {
  .levy_keyword_period input {
    width: 50%;
  }
}.levy_keyword input {
  padding: 8px 15px;
  flex: 1;
  background: #f6f9fb;
  border: 1px solid #e3e8f0;
  border-radius: 3px;
}.levy_keyword input::-moz-placeholder {
  opacity: 0.4;
}.levy_keyword input:-ms-input-placeholder {
  opacity: 0.4;
}.levy_keyword input::placeholder {
  opacity: 0.4;
}.levy_keyword_btn {
  margin-left: 10px;
}@media screen and (max-width: 768px) {
  .levy_keyword_btn {
    margin-left: 5px;
  }
}.levy_keyword_btn button {
  position: relative;
  padding: 9px 15px 9px 45px;
  background: #0b41a0;
  border-radius: 3px;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.004em;
  text-decoration: underline;
}@media screen and (max-width: 768px) {
  .levy_keyword_btn button {
    padding: 9px 15px 9px 35px;
    font-size: 1.3rem;
  }
}.levy_keyword_btn button:hover {
  text-decoration: none;
}.levy_keyword_btn button::before {
  position: absolute;
  left: 15px;
  top: 50%;
  content: '';
  height: 18px;
  width: 18px;
  background: url(../../assets/img/levy/icon_search.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .levy_keyword_btn button::before {
    left: 10px;
    height: 16px;
    width: 16px;
  }
}.levy_list {
  position: relative;
}.levy_list_aside {
  display: flex;
  margin-bottom: 10px;
  padding: 8px 5px 8px 15px;
  justify-content: space-between;
  background: #f5f5f5;
  border-radius: 3px;
  font-size: 1.4rem;
  align-items: center;
}@media screen and (max-width: 768px) {
  .levy_list_aside {
    font-size: 1.3rem;
  }
}.levy_list_aside p {
  font-size: 1.4rem;
  font-weight: 400;
}@media screen and (max-width: 768px) {
  .levy_list_aside p {
    font-size: 1.2rem;
  }
}.levy_list_aside_select {
  position: relative;
  padding-left: 20px;
  font-size: 1.5rem;
}@media screen and (max-width: 768px) {
  .levy_list_aside_select {
    font-size: 1.4rem;
  }
}.levy_list_aside_select select {
  padding: 0 20px 0 25px;
  font-weight: 500;
  text-align-last: center;

  -moz-text-align-last: center;
}@media screen and (max-width: 768px) {
  .levy_list_aside_select select {
    padding: 0 10px 0 15px;
  }
}.levy_list_aside_select::before, .levy_list_aside_select::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}.levy_list_aside_select::before {
  top: 50%;
  height: 20px;
  width: 1px;
  background: #333;
  transform: translate(0, -50%);
}@media screen and (max-width: 768px) {
  .levy_list_aside_select::before {
    height: 15px;
  }
}.levy_list_aside_select::after {
  pointer-events: none;
  left: 20px;
  top: 8px;
  content: '';
  height: 13px;
  width: 13px;
  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=\'%23333\' 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;
}@media screen and (max-width: 768px) {
  .levy_list_aside_select::after {
    left: 15px;
    height: 12px;
    width: 12px;
  }
}.levy_list li {
  position: relative;
  display: flex;
  margin-bottom: 3px;
  padding: 15px 10px 15px 15px;
  border: 1px solid #dedede;
  border-radius: 8px;
  font-size: 1.5rem;
  align-items: center;
}@media screen and (max-width: 768px) {
  .levy_list li {
    flex-wrap: wrap;
    font-size: 1.4rem;
  }
}.levy_list .unread {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 2;
  height: 25px;
  width: 25px;
  background: #c92737;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
}@media screen and (max-width: 768px) {
  .levy_list .unread {
    font-size: 1.3rem;
  }
}.levy_list .file {
  margin-left: 30px;
  padding-left: 30px;
  font-size: 1.6rem;
}@media print, screen and (min-width: 769px) {
  .levy_list .file {
    flex: 1;
  }
}@media screen and (max-width: 768px) {
  .levy_list .file {
    display: block;
    width: 70%;
    margin-left: 0;
    padding-left: 25px;
    font-size: 1.5rem;
  }
}.levy_list .file.xlsx {
  background: url(../../assets/img/levy/icon_xlsx.svg) left center no-repeat;
  background-size: 22px 20px;
}@media screen and (max-width: 768px) {
  .levy_list .file.xlsx {
    background-size: 18px 16px;
  }
}.levy_list .file.pic {
  background: url(../../assets/img/levy/icon_pic.svg) left center no-repeat;
  background-size: 22px 20px;
}@media screen and (max-width: 768px) {
  .levy_list .file.pic {
    background-size: 18px 16px;
  }
}.levy_list .file.pp {
  background: url(../../assets/img/levy/icon_pp.svg) left center no-repeat;
  background-size: 22px 20px;
}@media screen and (max-width: 768px) {
  .levy_list .file.pp {
    background-size: 18px 16px;
  }
}.levy_list .file.word {
  background: url(../../assets/img/levy/icon_word.svg) left center no-repeat;
  background-size: 22px 20px;
}@media screen and (max-width: 768px) {
  .levy_list .file.word {
    background-size: 18px 16px;
  }
}.levy_list .file.pdf {
  background: url(../../assets/img/levy/icon_pdf.svg) left center no-repeat;
  background-size: 22px 20px;
}@media screen and (max-width: 768px) {
  .levy_list .file.pdf {
    background-size: 18px 16px;
  }
}.levy_list .file.zip {
  background: url(../../assets/img/levy/icon_zip.svg) left center no-repeat;
  background-size: 22px 20px;
}@media screen and (max-width: 768px) {
  .levy_list .file.zip {
    background-size: 18px 16px;
  }
}.levy_list .kb {
  margin-left: auto;
  padding: 5px 14px;
  background: #f6f9fb;
  border-radius: 50px;
  letter-spacing: 0.04em;
  text-align: center;
}@media screen and (max-width: 768px) {
  .levy_list .kb {
    padding: 4px 8px;
    font-size: 1.2rem;
  }
}.levy_list .day {
  color: #0b41a0;
  font-size: 1.6rem;
  font-weight: 500;
}@media screen and (max-width: 768px) {
  .levy_list .day {
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
}.levy_list .no_note, .levy_list .etc {
  margin-left: 15px;
  font-size: 1.4rem;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .levy_list .no_note, .levy_list .etc {
    margin: 15px 20px 0 0;
    font-size: 1.3rem;
  }
}.levy_list .no_note + .download, .levy_list .etc + .download {
  margin-left: 15px;
}@media screen and (max-width: 768px) {
  .levy_list .no_note + .download, .levy_list .etc + .download {
    margin-left: auto;
    margin-top: 15px;
  }
}.levy_list .no_note {
  opacity: 0.5;
  font-weight: 400;
  text-decoration: none;
}.levy_list .title {
  margin-left: 30px;
}@media screen and (max-width: 768px) {
  .levy_list .title {
    margin-left: 0;
  }
}.levy_list .title:first-child {
  margin-left: 0;
}.levy_list a {
  font-size: 1.6rem;
  text-decoration: underline;
}@media screen and (max-width: 768px) {
  .levy_list a {
    font-size: 1.5rem;
  }
}.levy_list a:hover {
  text-decoration: none;
}.levy_list .name {
  margin-left: 20px;
}.levy_list .price {
  margin-left: 20px;
  font-size: 1.6rem;
}@media screen and (max-width: 768px) {
  .levy_list .price {
    display: block;
    width: 100%;
    margin: 10px 0 15px;
    font-size: 1.5rem;
    text-align: right;
  }
}.levy_list .download {
  position: relative;
  margin-left: auto;
  padding-right: 35px;
  color: #0b41a0;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
}@media screen and (max-width: 768px) {
  .levy_list .download {
    padding-right: 30px;
    font-size: 1.4rem;
  }
}.levy_list .download::before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  height: 24px;
  width: 24px;
  background: #0b41a0;
  border-radius: 100%;
}@media screen and (max-width: 768px) {
  .levy_list .download::before {
    height: 22px;
    width: 22px;
  }
}.levy_list .download::after {
  position: absolute;
  right: 6px;
  top: 5px;
  content: '';
  height: 12px;
  width: 12px;
  background: url(/assets/img/levy/icon_download01.svg) no-repeat center;
  background-size: 100% auto;
}@media screen and (max-width: 768px) {
  .levy_list .download::after {
    right: 5px;
    top: 4px;
  }
}.levy_list .download:hover {
  text-decoration: none;
}.levy_detail {
  font-size: 1.5rem;
}@media screen and (max-width: 768px) {
  .levy_detail {
    font-size: 1.3rem;
  }
}.levy_detail_in {
  padding: 40px;
}@media screen and (max-width: 768px) {
  .levy_detail_in {
    padding: 20px;
  }
}.levy_detail_in_printtitle {
  display: none;
}.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;
  width: 100%;
  flex: 1;
}@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.pr div dd > p:last-child {
  width: 100%;
  flex: 1;
}.levy_detail dl.type01 div, .levy_detail dl.type02 div {
  display: flex;
  margin-bottom: 5px;
  justify-content: center;
  align-items: stretch;
}@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;
  margin-bottom: 25px;
  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 {
    margin-bottom: 15px;
    padding: 5px 10px 5px 40%;
  }
}.levy_detail .total_koujo span {
  font-weight: 500;
}.levy_detail .note {
  padding: 25px 0 25px 40px;
  background: #f6f9fb;
  font-size: 1.4rem;
  letter-spacing: 0;
}@media screen and (max-width: 768px) {
  .levy_detail .note {
    padding: 20px;
    font-size: 1.2rem;
  }
}.levy .btn_box_column2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}@media print, screen and (min-width: 769px) {
  .levy .btn_box_column2 a, .levy .btn_box_column2 button {
    width: 100%;
    margin: 0 10px;
    margin-top: 0;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}@media screen and (max-width: 768px) {
  .levy .btn_box_column2 a, .levy .btn_box_column2 button {
    width: auto;
    margin: 0 10px;
  }
}.levy .btn_box_column2 .btn04 a {
  background: #fff;
}@media print, screen and (min-width: 769px) {
  .levy .btn_box_column2 .btn04 a:hover {
    background: #1392fb;
    border-color: #1392fb;
  }
}.levy_closed {
  position: relative;
}@media screen and (max-width: 768px) {
  .levy_closed {
    width: 50%;
  }
}.levy_closed span {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 50%;
  height: 14px;
  width: 14px;
  padding: 2px;
  background: #666;
  border-radius: 50%;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transform: translate(0, -50%);
}.levy_closed span svg {
  height: 6px;
  width: 6px;
  vertical-align: middle;
  fill: #fff;
}@media screen and (max-width: 768px) {
  .levy_closed input {
    width: 100%;
  }
}.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;
}.modal {
  display: none;
  transition: all 0.5s ease 0s;
}.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%);
}.levy_modal_st {
  margin-bottom: 10px;
  color: #0b41a0;
  font-size: 1.8rem;
  font-weight: 700;
}@media screen and (max-width: 768px) {
  .levy_modal_st {
    font-size: 1.6rem;
  }
}.levy_modal._style_c01 .levy_modal_inner {
  border-color: #1392fb;
}.levy_modal._style_c01 .levy_modal_st, .levy_modal._style_c01 .levy_modal_close u {
  color: #1392fb;
}.levy_modal._style_c01 .levy_modal_close figure svg {
  fill: #1392fb;
}.levy_modal._style_c02 .levy_modal_inner {
  border-color: #e1658f;
}.levy_modal._style_c02 .levy_modal_st, .levy_modal._style_c02 .levy_modal_close u {
  color: #e1658f;
}.levy_modal._style_c02 .levy_modal_close figure svg {
  fill: #e1658f;
}.levy_modal_inner {
  position: relative;
  left: 50%;
  top: 50%;
  display: block;
  max-width: 800px;
  margin: 0 20px;
  padding: 40px;
  background: #fff;
  border: 3px solid #0b41a0;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.16);
  transform: translate(-50%, -50%);
}.levy_modal_inner.levy_detail {
  max-width: 1000px;
  padding: 0;
}@media screen and (max-width: 768px) {
  .levy_modal_inner {
    width: calc(100% - 40px);
    margin: 0;
    padding: 20px;
  }
}.levy_modal_inner_cont {
  overflow-y: auto;
  max-height: 75vh;
  border-radius: 10px;
}.levy_modal_close {
  cursor: pointer;
  position: absolute;
  right: -70px;
  top: 0;
  text-align: center;
  transition: all 0.5s ease 0s;
}.levy_modal_close:hover u {
  text-decoration: none;
}@media screen and (max-width: 768px) {
  .levy_modal_close {
    right: 0;
    top: -60px;
  }
}.levy_modal_close figure {
  display: block;
}@media screen and (max-width: 768px) {
  .levy_modal_close figure {
    margin-bottom: -4px;
  }
}.levy_modal_close figure svg {
  height: 29px;
  width: 29px;
  fill: #0b41a0;
}@media screen and (max-width: 768px) {
  .levy_modal_close figure svg {
    height: 24px;
    width: 24px;
  }
}.levy_modal_close u {
  color: #0b41a0;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}@media screen and (max-width: 768px) {
  .levy_modal_close u {
    font-size: 1.2rem;
  }
}.month-picker-month-table td {
  vertical-align: middle;
}.month-picker table {
  width: 100%;
}.month-picker-month-table .ui-button {
  cursor: pointer;
}@media print {
  .levy_detail_in_printtitle {
    display: block;
    padding-bottom: 20px;
    border-bottom: 3px solid #e3e8f0;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
  }.levy_modal_inner {
    border: none;
    border-radius: 0;
    box-shadow: none;
  }.levy_detail dl.pr div {
    background-image: none;
    border-bottom: 1px dotted #ccc;
  }.levy_btn_print button {
    display: none;
  }.levy_modal_inner_cont {
    overflow-y: unset;
    max-height: none;
  }.modal._active {
    overflow: unset;
  }.levy_modal_inner {
    top: 0;
    transform: translate(-50%, 0);
  }.modal._active {
    background: #fff;
  }
}.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;
}.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;
}.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;

  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}.slick-list:focus {
  outline: none;
}.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}.slick-track:after {
  clear: both;
}.slick-loading .slick-track {
  visibility: hidden;
}.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}[dir='rtl'] .slick-slide {
  float: right;
}.slick-slide img {
  display: inline-block;
}.slick-slide.slick-loading img {
  display: none;
}.slick-slide.dragging img {
  pointer-events: none;
}.slick-initialized .slick-slide {
  display: block;
}.slick-loading .slick-slide {
  visibility: hidden;
}.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}.slick-arrow.slick-hidden {
  display: none;
}.slick-prev, .slick-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 1;
  height: 40px;
  width: 20px;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transform: translate(0, -50%);
}.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  color: transparent;
}.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}.slick-prev:before, .slick-next:before {
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 20px;
  font-size: 20px;
}.slick-prev:before {
  top: 0;
  content: '';
  height: 18px;
  width: 18px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
}.slick-next:before {
  left: 6px;
  top: 0;
  content: '';
  height: 18px;
  width: 18px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}.slick-prev {
  left: 18px;
}.slick-next {
  right: 18px;
  text-align: center;
}.slick-prev:before {
  content: '';
}.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}.slick-dots li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 2.5px;
  padding: 0;
}.slick-dots li button {
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
}.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  color: #e3e8f0;
}.slick-dots li button:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '•';
  height: 10px;
  width: 10px;
  color: #002547;
  font-size: 40px;
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  text-align: center;

  -moz-osx-font-smoothing: grayscale;
}.slick-dots li.slick-active button:before {
  color: #e3e8f0;
}
