<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.is-open {
  overflow: hidden;
}

#guide {
  margin-bottom: 100px;
}
#guide * {
  list-style: none;
}
#guide .container {
  overflow: hidden;
}

#guide .guide-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #333;
  color: #fff;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
}
#guide .guide-btn:before {
  content: '';
  background-image: url("../img/jyusho_meigi/arw-right_white.svg");
  width: 8px;
  height: 14px;
  background-size: cover;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 5px;
  display: inline-block;
}
#guide .indent .blue {
  color: #19bfbb !important;
}
#guide .indent a {
  color: #0080ca;
}
#guide .line-ttl {
  text-align: center;
  line-height: 1;
  font-size: 28px;
  padding-bottom: 15px;
  position: relative;
  z-index: 0;
}
#guide .line-ttl:before {
  content: '';
  max-width: 370px;
  width: 93%;
  display: block;
  height: 7px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -4px;
  background: #0f228b;
  margin: 0 auto;
}
#guide .line-ttl:after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  left: -.6em;
  bottom: -1px;
  background: #ccc;
  z-index: -1;
}
#guide .sec_subttl {
  color: #0f228b;
  padding-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  font-size: 19px;
  font-weight: bold;
  position: relative;
}
#guide .sec_subttl:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 100%;
  background: #0f228b;
}
#guide .icon-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-indent: 0;
}
#guide .icon-ttl span {
  display: block;
  margin-right: 8px;
  width: 40px;
  height: 40px;
}
#guide .icon-ttl span img {
  width: 100%;
}
#guide .icon-ttl p {
  font-size: 16px;
  font-weight: bold;
}
#guide .beige_btnwrap,
#guide .gray_btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
#guide .beige_btnwrap {
  background: #f4f0df;
  padding: 25px 0;
}
#guide .beige_btnwrap .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 610px;
  line-height: 70px;
  padding: 0;
  font-size:1.2rem;
}
#guide .beige_btnwrap .btn:before {
  content: '';
  background-image: url("../img/jyusho_meigi/arw-right_white.svg");
  width: 8px;
  height: 14px;
  background-size: cover;
  margin-right: 5px;
  display: inline-block;
}
#guide .gray_btnwrap {
  background: #ebebeb;
  padding: 15px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#guide .gray_btnwrap .popup_btn {
  width: 434px;
  height: 56px;
  background: #1c98ba;
  font-size: 14px;
  color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
#guide .gray_btnwrap .popup_btn:hover {
  opacity: .75;
}
#guide .gray_btnwrap .popup_btn:before {
  content: '';
  background-image: url("../img/jyusho_meigi/popup_icon.png");
  background-size: cover;
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 5px;
}
#guide .gray_btnwrap .popup_btn.is-open:before {
  background-image: url("../img/jyusho_meigi/popup_icon_close.png");
}
#guide .cont-ttl01 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #246cc0;
  color: #246cc0;
  line-height: 1;
  padding-bottom: 7px;
}
#guide .cont-ttl02 {
  color: #1c98ba;
  border-left: 9px solid #1c98ba;
  padding-left: 10px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#guide .label-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  margin-bottom: 45px;
  background: #d7eef4;
  border-top: 5px solid #1c98ba;
  font-size: 26px;
  font-weight: bold;
  color: #1c98ba;
}
#guide .modal_bg, #guide .modal_cont {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}
#guide .modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 500;
}
#guide .modal_close {
  width: 33px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#guide .modal_close img {
  width: 100%;
}
#guide .modal_cont {
  overflow-y: scroll;
  width: 800px;
  max-height: calc(100vh - 200px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 50px 0;
  border-radius: 10px;
  background: #fff;
  position: fixed;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 180px;
  z-index: 600;
}
#guide .modal_head {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
}
#guide .modal_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#guide .modal_icon p {
  color: #0f228b;
  font-size: 18px;
  font-weight: bold;
}
#guide .modal_icon span {
  display: block;
  margin-right: 10px;
}
#guide .modal_icon span img {
  width: 100%;
}
#guide .modal_icon.ssn span {
  width: 51px;
}
#guide .modal_icon.uc span {
  width: 34px;
}
#guide .modal_tablewrap + .modal_tablewrap {
  margin-top: 40px;
  padding-bottom: 40px;
}
#guide .modal_tablewrap table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
#guide .modal_tablewrap table th, #guide .modal_tablewrap table td {
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
  font-weight: 400;
}
#guide .modal_tablewrap table th:nth-child(1), #guide .modal_tablewrap table td:nth-child(1) {
  width: 398px;
}
#guide .modal_tablewrap table th {
  height: 40px;
  text-align: center;
  color: #0f228b;
  background: #e6eeff;
}
#guide .modal_tablewrap table td {
  padding: 13px;
}
#guide .modal_tablewrap table td a {
  color: #0080ca;
}
#guide .modal_tablewrap table td a:before {
  content: '';
  background-image: url("../img/jyusho_meigi/arw-right_blue.svg");
  width: 5px;
  height: 11px;
  background-size: cover;
  margin-right: 5px;
  display: inline-block;
}
#guide .modal_txthead {
  color: #246cc0;
  border-bottom: 1px solid #246cc0;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 7px;
  margin-bottom: 10px;
}
#guide .modal_txt {
  font-size: 14px;
  line-height: 1.64;
}
#guide .modal_txticon span {
  color: #1c98ba;
}
#guide .modal_txtbtm {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 2px dotted #999999;
  padding-bottom: 45px;
}
#guide .modal.is-open .modal_bg,
#guide .modal.is-open .modal_cont {
  opacity: 1;
  visibility: visible;
}
#guide .lead {
  margin-bottom: 75px;
}
#guide .lead_head {
  font-size: 19px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
#guide .lead.small p {
  font-size: 14px;
  font-weight: 400;
}
#guide .lead p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
#guide .lead p.lead_left {
  text-align: left;
}
#guide .lead .guide-btn {
  width: 434px;
  height: 53px;
  background: #1c98ba;
  margin: 0 auto;
}
#guide .lead_btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ebebeb;
  padding: 12px 0;
  border-radius: 10px;
}
#guide .lead_btnwrap .guide-btn {
  margin: 0;
}
#guide .lead_btnwrap .guide-btn + .guide-btn {
  margin-left: 12px;
}
#guide .note {
  text-indent: 0;
  padding-left: 0;
}
#guide .note .icon-ttl {
  margin-bottom: 23px;
}
#guide .note_lead {
  font-size: 14px;
  margin-bottom: 30px;
}
#guide .note_head {
  color: #246cc0;
  border-bottom: 1px solid #246cc0;
  line-height: 1;
  padding-bottom: 8px;
  margin-bottom: 10px;
  text-indent: 0;
}
#guide .note_box + .note_box {
  margin-top: 33px;
}
#guide .note_box a {
  color: #246cc0;
}
#guide .note_pct {
  width: 677px;
  margin: 20px auto 0;
}
#guide .note_pct img {
  width: 100%;
}
#guide .note p span {
  color: #8bc346;
}
#guide .procedure {
  padding-bottom: 40px;
  border-bottom: 2px dotted #999999;
}
#guide .procedure .line-ttl {
  margin-bottom: 35px;
}
#guide .procedure_box_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
#guide .procedure_box_lead .txt {
  width: 522px;
  font-size: 14px;
  line-height: 1.64;
}
#guide .procedure_box_lead .pct {
  width: 280px;
  margin-left: 10px;
}
#guide .procedure_box_lead .pct img {
  width: 100%;
}
#guide .procedure_btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ebebeb;
  padding: 12px 0;
  border-radius: 10px;
  margin-bottom: 55px;
}
#guide .procedure_btnwrap .guide-btn {
  background: #4488cc;
  width: 434px;
  height: 56px;
  text-align: center;
}
#guide .procedure_btnwrap .guide-btn + .guide-btn {
  margin-left: 12px;
}
#guide .procedure_btnwrap + .procedure-anshou_cont-box {
  margin-top: 60px;
}
#guide .procedure_border {
  border: 2px solid #b3b3b3;
  padding: 15px 0;
  border-radius: 10px;
  margin-bottom: 65px;
}
#guide .procedure_border_kouza .procedure_list {
  margin: 10px auto;
}
#guide .procedure_border_txt {
  padding: 0 30px;
}
#guide .procedure_border .pink {
  color: #ef458b;
  font-size: 14px;
  line-height: 1.6;
  padding: 0 25px;
}
#guide .procedure_border .indent {
  padding: 0 35px;
}
#guide .procedure_border.txt {
  padding-left: 30px;
  padding-right: 30px;
}
#guide .procedure_border.txt .pink {
  padding-left: 1em;
}
#guide .procedure_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
}
#guide .procedure_list li {
  width: 290px;
  padding-left: 30px;
}
#guide .procedure_list li span {
  color: #8bc346;
}
#guide .procedure_list li:nth-child(n+2) {
  border-left: 2px dotted #999;
}
#guide .procedure_box .beige_btnwrap {
  margin-bottom: 20px;
}
#guide .procedure_box .gray_btnwrap {
  margin-top: 20px;
}
#guide .procedure_box .telbox {
  margin: 15px 0 20px;
}
#guide .procedure_box .telbox p {
  font-size: 14px;
  line-height: 1.6;
  color: #5eab31;
}
#guide .procedure_box .telbox_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#guide .procedure_box .telbox_num span {
  display: block;
  width: 66px;
}
#guide .procedure_box .telbox_num a {
  margin-top: 4px;
  pointer-events: none;
  font-size: 36px;
  font-weight: bold;
  margin-left: 10px;
  color: #333;
  line-height: 1;
  display: inline-block;
}
#guide .procedure_box.box01 {
  margin-top: 65px;
  margin-bottom: 80px;
}
#guide .procedure_box.box01 .sec_subttl {
  margin-bottom: 25px;
}
#guide .procedure_box.box02 .sec_subttl {
  margin-bottom: 15px;
}
#guide .procedure-anshou_lead {
  margin-bottom: 75px;
}
#guide .procedure-anshou_lead .indent span {
  color: #8bc346;
}
#guide .procedure-anshou_lead .icon-bl {
  margin-top: 35px;
}
#guide .procedure-anshou_lead .icon-bl .cont-ttl01 {
  color: #19bfbb;
  border-color: #19bfbb;
  margin-bottom: 10px;
}
#guide .procedure-anshou_lead .icon-bl .indent span {
  color: #19bfbb;
}
#guide .procedure-anshou_box02 {
  margin-top: 100px;
  padding-bottom: 55px;
  border-bottom: 2px dotted #999999;
}
#guide .procedure-anshou .qr-pct {
  width: 133px;
  margin: 20px 0 10px;
}
#guide .procedure-anshou .qr-pct img {
  width: 100%;
}
#guide .procedure-anshou .line-ttl {
  margin-bottom: 20px;
}
#guide .procedure-anshou .line-ttl + .procedure_btnwrap {
  margin-bottom: 15px;
}
#guide .procedure-anshou .line-ttl + .procedure_btnwrap + p {
  margin-bottom: 15px;
}
#guide .procedure-anshou .sec_subttl {
  margin-bottom: 10px;
}
#guide .procedure-anshou .gray_btnwrap {
  margin-top: 20px;
}
#guide .procedure-anshou .beige_btnwrap {
  margin-top: 20px;
  margin-bottom: 20px;
}
#guide .procedure-anshou_cont-box + .procedure-anshou_cont-box {
  margin-top: 55px;
}
#guide .procedure-anshou_cont-box .cont-box.cont-box01 {
  margin-top: 25px;
}
#guide .procedure-anshou_cont-box .cont-box.cont-box02 {
  margin-top: 60px;
}
#guide .procedure-anshou_cont-box .cont-box .cont-ttl01 {
  margin-bottom: 10px;
}
#guide .procedure-anshou_cont-box .cont-box .num {
  margin-bottom: 35px;
}
#guide .procedure-anshou_cont-box .cont-box .num p {
  color: #1c98ba;
  font-size: 16px;
  line-height: 1.44;
  font-weight: bold;
}
#guide .procedure-anshou_cont-box .cont-box .telbox p {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
}
#guide .procedure-anshou_cont-box .cont-box .telbox .telbox_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#guide .procedure-anshou_cont-box .cont-box .telbox .telbox_num span {
  width: 66px;
}
#guide .procedure-anshou_cont-box .cont-box .telbox .telbox_num span img {
  width: 100%;
}
#guide .procedure-anshou_cont-box .cont-box .telbox .telbox_num a {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  pointer-events: none;
}
#guide .page .icon-ttl {
  margin-bottom: 10px;
}
#guide .confirmation {
  padding-bottom: 35px;
  border-bottom: 2px dotted #999999;
}
#guide .confirmation.border-none {
  border: none;
}
#guide .confirmation .sec_subttl,
#guide .confirmation .line-ttl {
  margin-bottom: 15px;
}
#guide .confirmation .indent a {
  color: #0080ca;
}
#guide .confirmation .indent span {
  color: #8bc346;
}
#guide .confirmation_top {
  margin-bottom: 50px;
}
#guide .confirmation_box:nth-child(n+2) {
  margin-top: 55px;
}
#guide .confirmation_large {
  color: #6aa01d;
  font-size: 18px;
  line-height: 1.28;
  font-weight: bold;
  margin-bottom: 35px;
}
#guide .note,
#guide .faq {
  padding-bottom: 30px;
  border-bottom: 2px dotted #999999;
}
#guide .faq .icon-ttl {
  margin-bottom: 10px;
}
#guide .faq + .page {
  margin-bottom: 0;
  padding-bottom: 0;
}
#guide .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 795px;
  margin: 40px auto 0;
}
#guide .step-list_wrap {
  display: none;
}
#guide .step-list .pct {
  width: 100%;
  height: 224px;
  background: #cccccc;
  margin-bottom: 15px;
}
#guide .step-list_box {
  width: 168px;
  position: relative;
}
#guide .step-list_box:before {
  content: '';
  position: absolute;
  left: -31px;
  top: 105px;
  width: 0;
  display: block;
  border-left: 22px solid #1c98ba;
  border-right: 22px solid transparent;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
#guide .step-list_box:nth-child(n+2) {
  margin-left: 41px;
}
#guide .step-list_box:nth-child(4n+1) {
  margin-left: 0;
}
#guide .step-list_box:nth-child(4n+1):before {
  content: none;
}
#guide .step-list_box:nth-child(n+5) {
  margin-top: 20px;
}
#guide .step-list_head {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #1c98ba;
  color: #1c98ba;
}
#guide .step-list_txt {
  font-size: 13px;
  line-height: 1.54;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: 0 0;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper [tabindex="0"] {
  outline: 0 !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: 0;
  background: #fff;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:after, .modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: 0 0;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: 0 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: 0 0;
}

.modaal-instagram .modaal-content-container &gt; blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: 0;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: 0;
  background: #fff;
}

.modaal-gallery-control:focus:after, .modaal-gallery-control:focus:before, .modaal-gallery-control:hover:after, .modaal-gallery-control:hover:before {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:after, .modaal-gallery-control:before {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:after, .modaal-gallery-prev:before {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container embed, .modaal-video-container iframe, .modaal-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: 0 0;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}

.modaal-loading-spinner &gt; div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner &gt; div &gt; div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner &gt; div:nth-of-type(1) &gt; div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner &gt; div:nth-of-type(2) &gt; div, .modaal-loading-spinner &gt; div:nth-of-type(3) &gt; div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner &gt; div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(2) &gt; div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner &gt; div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(3) &gt; div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner &gt; div:nth-of-type(4) &gt; div, .modaal-loading-spinner &gt; div:nth-of-type(5) &gt; div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner &gt; div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(4) &gt; div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner &gt; div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(5) &gt; div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner &gt; div:nth-of-type(6) &gt; div, .modaal-loading-spinner &gt; div:nth-of-type(7) &gt; div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner &gt; div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(6) &gt; div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner &gt; div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(7) &gt; div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner &gt; div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(8) &gt; div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner &gt; div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }

  .modaal-gallery-control:after, .modaal-gallery-control:before {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#guide.anshou .note {
  padding-top: 30px;
  margin: 0;
}
#guide.anshou .faq {
  margin: 40px 0 30px;
}
#guide.anshou .page {
  margin: 0;
}
#guide.kouza .confirmation {
  margin-bottom: 100px;
  padding-bottom: 0;
}
#guide.kouza .confirmation_top {
  margin-bottom: 0;
}
#guide.kouza .procedure_box.box02 .indent span {
  color: #8bc346;
}
#guide.kouza .procedure {
  margin-bottom: 0;
}
#guide.kouza .note {
  padding-top: 30px;
  margin: 0;
}
#guide.kouza .faq {
  margin: 40px 0 30px;
}
#guide.kouza .page {
  margin: 0;
}


.page_ttl{
  width:100%;
  height:auto;
}
.page_ttl h1{
  margin:auto;
}
</pre></body></html>