/* ##############################################################################

    KEYFRAMES

############################################################################## */


/* ##############################################################################

    COMMON

############################################################################## */

  html {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  body {
    height: 100%;
    padding-top: 88px;
    border-top: 32px solid #0468b7;
    min-width: 1080px;
  }
  body::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #FFF67F;
  }
  body.page-contact {
    padding-top: 0;
  }

  .stripeline {
    position: relative;
    z-index: auto;
  }
  .stripeline::before {
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 20px;
    background-size: auto auto;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 246, 127, 1) 10px, rgba(255, 246, 127, 1) 17px );
    }

    .btn-blue a{
      border-radius: 100px;
      padding: 35px 67px;
      border: none;
      color: #fff;
      background: #0368B6;
    }
    .btn-blue a::before,
    .btn-blue a::after {
      display: none;
    }
  


  @media screen and (max-width: 1080px) {
    body {
      padding-top: 64px;
      border-top: none;
    }
    body::before {
      content: none;
    }
  }

  @media screen and (max-width: 767px) {
    body {
      min-width: 0;
    }
    input{
      -webkit-appearance: none;
    }
    textarea{
      -webkit-appearance: none;
    }
  }

/* layout
**************************************** */

  /* --- inner --- */
  .inner {
    width: 90%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .inner {
    max-width: 1280px;
  }
  .inner-sm { max-width: 880px; }
  .inner-lg { max-width: 1440px; }
  .inner-xl { max-width: calc(100% - 112px); }


  /* --- inner_btn --- */
  .inner_btn {
    text-align: center;
  }
  .inner_btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 380px;
    min-height: 64px;
    background: #fff;
    background-image: url(../images/common/yazirushi_blue.svg);
    background-repeat: no-repeat;
    background-position: center right 40px;
    border-radius: 100px;
    color: #0368B6;
    font-size: 1.2rem;
  }


  /* --- section_pdg --- */
  .section_pdg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section_pdg-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #errorpage.section_pdg {
    padding-top: 50px;
  }
  .border_box {
    margin-bottom: 30px;
    border: 2px solid #0468b7;
    border-radius: 10px;
    background: #fff;
  }

  @media screen and (max-width: 1080px) {
    /* --- inner --- */
    .inner { width: 90%; }
    .inner-xl { max-width: 90%; }
  }
  
  @media screen and (max-width: 767px) {
    /* --- inner --- */
    .inner { width: 95%; }
    .inner-xl { max-width: 86%; }

    /* --- section_pdg --- */
    .section_pdg {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .section_pdg-sm {
      padding-top: 24px;
      padding-bottom: 24px;
    }
  }

/* flex
**************************************** */

  /* --- ざっくりflexレイアウト --- */
  .flex-col1 {
    display: block;
  }
  .flex-col2,
  .flex-col3,
  .flex-col4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-col2 > * {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-col2 > *:nth-child(even) { margin-right: 0; }
  .flex-col3 > * {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-col3 > *:nth-child(3n) { margin-right: 0; }
  .flex-col4 > * {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .flex-col4 > *:nth-child(4n) { margin-right: 0; }

  @media screen and (max-width: 767px) {
    /* --- ざっくりflexレイアウト - sp --- */
    .flex-col2.flex-sp-block > *,
    .flex-col3.flex-sp-block > *,
    .flex-col4.flex-sp-block > * {
      width: 100%;
      margin-bottom: 16px;
      margin-right: 0;
    }
    .flex-col2.flex-sp-block > *:last-child,
    .flex-col3.flex-sp-block > *:last-child,
    .flex-col4.flex-sp-block > *:last-child {
      margin-bottom: 0;
    }
    .flex-sp-col2 > *,
    .flex-sp-col2.flex-col3 > *:nth-child(3n) {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flex-sp-col2 > *:nth-child(even) { margin-right: 0; }
    .flex-sp-col3 > *,
    .flex-sp-col3.flex-col4 > *:nth-child(4n) {
      width: 31.33%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flex-sp-col3 > *:nth-child(3n) { margin-right: 0; }
  }

/* bg
********************************************** */
  .lps_sec:nth-child(2n) {
    background-color: #f7f7f7;
  }
  .bg-main {
    background-color: #0468b7;
    color: #fff;
  }
  .bg-sub {
    background-color: #eee;
  }
  .bg-wh {
    background-color: #fff;
  }
  .bg-yellow-dot {
    background-image: url(../images/common/bg-ptn01.jpg);
  }
  .bgreeng--dot {
    background-image: url(../images/common/bg-ptn04.jpg);
  }
  .bg-chack {
    background-image: url(../images/common/bg-ptn01.png);
  }
  .outer_box {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 94px 20px;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .outer_box .innner {
    width: 100%;
    max-width: 1080px;
  }
  .box_round {
    border-radius: 20px;
  }
  .blue_line {
    border: 2px solid #0468b7;
  }
  .pd20_wrapper {
    padding: 0 20px;
  }
  .inner-title {
    font-size: 2.25rem;
    margin-bottom: 56px;
  }
  .slanting_deco {
    display: inline-block;
    position: relative;
    color: #0468b7;
    padding: 0 60px;
  }
  .slanting_deco::after,
  .slanting_deco::before {
    content: "";
    position: absolute;
    top: 10px;
    height: 100%;
    width: 4px;
    height: 41px;
    background: #0468b7;
    display: block;
  }
  .slanting_deco::after {
    left: 0;
    transform-origin: left top;
    transform: rotate(-45deg);
  }
  .slanting_deco::before {
    right: 0;
    transform-origin: right top;
    transform: rotate(45deg);
  }

 /* emoji
********************************************** */
  .emoji {
    font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;
  }
  
/* img
********************************************** */
  .img-ctr {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .img-trim {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .img-trim.pos_rel::before {
    content: '';
    display: block;
  }
  .img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .img-cover.pos_ab {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .img-contain {
    object-fit: contain;
    font-family: 'object-fit: contain;';
  }

/* ttl
********************************************** */
  /* --- page_ttl --- */
  .page_ttl {
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: auto;
    padding-top: 80px;
    color: #fff;
    background:  url(../images/common/bg-ptn01.jpg);
  }
  .page_ttl--bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .page_ttl-jp {
    display: block;
    font-size: 3rem; /* 48px */
    font-family: 'A1 Gothic R';
    color: #0468b7;
  }
  .page_ttl-en {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.125rem; /* 18px */
    font-family: 'Montserrat', sans-serif;
  }

  
  /* --- ttl --- */
  .ttl-01,
  .ttl-02,
  .ttl-03 {
    letter-spacing: .1em;
  }
  .ttl-01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 3.125rem;
    color: #0468b7;
  }
  .ttl-01 .font-en {
    font-size: 1.125rem;
    margin-bottom: 1em;
  }
  .ttl-01 .font-a1-b {
    position: relative;
  }
  .ttl-01 .font-a1-b::first-letter {
    color: #df2f2f;
  }
  .ttl-01 .font-a1-b::before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 20px;
    background-size: auto auto;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 246, 127, 1) 10px, rgba(255, 246, 127, 1) 17px );
  }
  .ttl-02,
  .lps_parts--img_text .inner-lg .ttl-03 {
    color: #0468b7;
    font-size: 2.5rem; /* 40px */
    font-family: 'A1 Gothic M', sans-serif;
  }
  .ttl-03 {
    font-size: 1.75rem; /* 28px */
  }
  .lps_sec .ttl-01,
  .lps_sec .ttl-02,
  .lps_sec .ttl-03 {
    position: relative;
    z-index: 1;
  }
  .ttl-01,
  .ttl-02,
  .ttl-03:not(:last-child) {
    margin-bottom: 1em;
  }
  .lps_sec .column-3 .ttl-03,
  .lps_sec .column-4 .ttl-03 {
    font-size: 1.5rem; /* 24px */
  }
  .ext_table_box {
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ext_table {
    width: calc((100% - 20px) / 2 );
    margin: 0 0 10px;
    display: flex;
    flex-direction: column;
  }
  .ext_table dt {
    text-align: center;
    font-size: 1.25rem;
  }
  .ext_table li {
    margin: 0;
    text-align: center;
  }
  .ext_table dt,
  .ext_table dd {
    padding: 10px;
    border: 1px solid #0468b7;
    border-width: 1px;
  }
  .ext_table dt:first-of-type,
  .ext_table dd:first-of-type {
    border-top: 1px solid #0468b7;
  }

  .ext_table dt {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    border-left: 1px solid #0468b7;
    border-radius: 5px 5px 0 0 ;
    line-height: 1.4;
  }
  .ext_table dt .sub_text {
    font-size: .85em;
    width: 100%;
  }
  .ext_table dd {
    width: 100%;
    flex-grow: 1;
    padding: 20px;
    border-radius:  0 0 5px 5px;
  }
  .ext_table_box .indent_str  {
    width: 100%;
    display: block;
  }

  @media screen and (max-width: 767px) {
    /* --- page_ttl --- */
    .page_ttl {
      height: 120px;
    }
    .page_ttl-jp {
      font-size: 2rem; /* 28px */
    }
    .page_ttl-en {
      font-size: 1.143rem; /* 16px */
    }

    /* --- ttl --- */
    .ttl-01 {
      font-size: 2.143rem; /* 30px */
    }
    .ttl-01 .font-en {
      margin-bottom: 16px;
    }
    .ttl-02 {
      font-size: 2rem; /* 28px */
    }
    .ttl-03,
    .lps_sec .column-3 .ttl-03,
    .lps_sec .column-4 .ttl-03,
    .lps_parts--img_text .inner-lg .ttl-03 {
      font-size: 1.714rem; /* 24px */ 
    }
    .ttl-01 .font-a1-b::before {
      bottom: -4px;
      height: 10px;
      background-size: auto auto;
      background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 246, 127, 1) 5px, rgba(255, 246, 127, 1) 10px );
    }

    .ext_table dt,
    .ext_table dd {
      width: 100%;
    }
    .ext_table dt,
    .ext_table dt:first-of-type,
    .ext_table dt:last-of-type
     {     padding: 5px;
      border-radius: 5px 5px 0 0;
      border-width: 1px;
    }
    .ext_table dd,
    .ext_table dd:first-of-type,
    .ext_table dd:last-of-type {
      padding: 10px;
      border-width: 0 1px 1px;
      border-radius: 0 0 5px 5px;
    }
  }

/* breadcrumbs
**************************************** */
  .breadcrumbs {
    padding: 16px 0;

    background: url(../images/common/bg-ptn01.jpg);
  }
  .breadcrumbs a {
    color: #1d7ab7;
    text-decoration: underline;
  }
  .breadcrumbs a:hover {
    text-decoration: none;
  }
  .breadcrumbs .breadcrumb_last {
    display: table-cell; 
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

/* txt
**************************************** */
  .txt-lg { font-size: 1.125rem; /* 18px */ }
  .txt-sm { font-size: .875rem; /* 14px */ }
  .txt-default { font-size: 1rem; }
  .txt-wh,
  .txt-wh * { color: #fff; }
  .txt-main,
  .txt-main * { color: #0368B6; }
  .txt-main_b * { color: #000; }
  .txt-sub { color: #eee; }
  .txt-gray { color: #666; }
  .txt-important { color: #df2f2f; }
  .txt-cent {text-align: center;}
  .txt-plus {font-size: 1.2em; }
  .paple {color: #ab26aa; }
  /* --- font --- */
  .font-a1-b {
    font-family: 'A1 Gothic B', sans-serif;
  }
  .font-jp {
    font-family: 'Hiragino UD Sans W3 JIS2004', sans-serif;
  }
  .font-jp-b {
    font-family: ' Hiragino UD Sans W6 JIS2004', sans-serif;
    font-weight: bold;
  }
  .font-en-m {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
  }
  .font-en {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
  }
  .rec {
    display: inline-block;
    font-size: 0.725em;
    margin-left: 0.5em;
    padding: 0.15em 0.45em;
    color: #fff;
    background: #df2f2f;
    border-radius: 5px;
  }
  @media screen and (max-width: 767px) {
    .txt-lg { font-size: .938rem; /* 15px */ }
    .txt-sm { font-size: .813rem; /* 13px */ }
  }

/* btn
********************************************** */
  .btn_center {
    display: block;
    text-align: center;
  }
  .btn + .btn {
    margin-top: 8px;
  }
  .btn a,
  .btn span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    border-radius: 100px;
    width: 100%;
    max-width: 300px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #0468b7;
    line-height: 1.6;
    position: relative;
    overflow: hidden;
  }
  .btn svg {
    fill: #fff;
  }
  .btn a::after,
  .btn span::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #0468b7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform .3s;
    transform: scale(0,1);
    transform-origin: right top;
  }

  .btn a:hover,
  .btn span:hover {
    color: #fff;
  }
  .btn a:hover,
  .btn span:hover::after {
    transform: scale(1,1);
    transform-origin: left top;
  }
  .btn a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"])::before,
  .btn span::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    transition: all .4s ease-out;
  }
  .btn.btn-next_page a {
    max-width: 100%;
    border-radius: 0;
    text-align: left;
  }
  .btn.flex  a {
    margin: 0 8px;
  }

  .dl_btn a{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 60px 10px 40px;
    border-radius: 100px;
    text-align: center;
    background-image: url(../images/common/dl_arrow.svg);
    background-color: #0468b7;
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 20px;
    border: 2px solid #0468b7;
    color: #fff;
    line-height: 1.6;
    position: relative;
    font-size: 1.2rem;
    transition: opacity .2s;
  }
  .dl_btn a:hover {
    opacity: .8;
  }
  .dl_btn a em {
    display: inline-block;
    margin-left: 30px;
    font-size: 1rem;
  }

  /* --- btn-wh --- */
  .btn-wh a {
    color: #333;
    background-color: #fff;
  }
  .btn-wh svg {
    fill: #333;
  }
  .btn-wh a:hover {
    color: #fff;
  }
  .btn-wh a:hover svg {
    fill: #fff;
  }
    /* --- btn-blue --- */
    .btn-blue {

    }

  @media screen and (max-width: 767px) {
    .btn a {
      max-width: 100%;
    }
    .btn.flex a {
      margin: 0;
    }
  }

/* link
********************************************** */
.link-underline {
  border-bottom: 2px solid #F69600;
  display: inline-block;
}
.link-underline:hover {
  color: #F69600;
}

/* list
********************************************** */
/* 数字のリスト */
.num_list {
  counter-reset: numlist; 
  list-style-type: none;
}
.num_list li {
  position: relative;
  padding-left: 45px;
  padding-top: 2px;
  margin-bottom: 11px;
}
.num_list li::before {
  counter-increment: numlist;
  content: counter(numlist);
  position: absolute;
  left: 0;
  top: .2em;
  padding: 4px 7px;
  font-size: 1.5rem;
  font-family: 'Lato';
  color: #0468b7;
  border: 1px solid #0468b7;
  line-height: 1;
}
.num_list li.marker-ctr::before {
  top: 50%;
  transform: translateY(-50%);
}
/* 点のリスト */
.disc_list li {
  position: relative;
  margin: 0;
  border-bottom: none;
  padding: 0;
  margin-left: 2em;
}
.disc_list li {
  list-style: none;
}
.disc_list li::before {
  content: '';
  position: absolute;
  top: 0.8em;
  left: -1.3em;
  width: 10px;
  height: 10px;
  border: 1px solid #0468b7;
  background-color: #0468b7;
  border-radius: 10px;
}
.disc_list li:not(:last-child) {
  margin-bottom: .5em;
}

.disc_list.disc_list_underline li{
  padding-bottom: 2px;
  margin-bottom: 0.5em;
  border-bottom: 1px dashed #ccc;
  padding-left: 1.3em;
  margin-left: 0;
}
.disc_list.disc_list_underline li:last-of-type {
  margin: 0;
}

.disc_list.disc_list_underline li::before {
  left: 0.3em;
}

@media screen and (max-width: 767px) {
  /* 数字のリスト */
  .num_list li {
    padding-left: 39px;
    margin-bottom: 12px;
  }
  .num_list li::before {
    padding: 4px 6px;
    font-size: 1rem;
  }
  .num_list li.marker-ctr::before {
    top: 10px;
    transform: none;
  }
}

/* input
********************************************** */

/* text, textarea */
input[type="text"],
textarea {
  width: 100%;
  border: 1px solid #ea7171;
  border-radius: 5px;
  background-color: #ffe6e6;
  padding: 16px 24px;
  font-size: 1.125rem;
  line-height: 1.6;
}
input[type="text"]:focus,
textarea:focus {
  /* outline: 2px solid #8DD39D; */
}
input[type="text"].em-10 {
  width: 10em;
}

input[type="text"].already,
textarea.already {
  background-color: #fff;
}
.inputwrap {width: 100%; position: relative; }
.inputwrap .enter {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.725rem;
  padding: 2px 10px;
  border-radius: 5px;
  color: #fff; 
  background: linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);;
  cursor: pointer;
  transition: .2s;
}
 .inputwrap .enter:hover {
   opacity: 0.8;
 }
.inputwrap input {
  width: 100%;
}
input.nextinput {
  border-width: 2px;
}
#eva_card_form .inputwrap.w100,
.inputwrap.w100 {
   width: 100%;
 }

/* checkbox */
.checkbox_list > * {
  margin-bottom: 4px;
}
.radio_list input[type="radio"],
.checkbox_list input[type="checkbox"] {
  display: none !important;
}
.checkbox_list label,
.radio_list label {
  position: relative;
  display: inline-block;
  padding: .3em 8px .3em 48px;
  line-height: 1.6;
  font-size: 1rem;
  vertical-align: top;
  cursor: pointer;
}
.checkbox_list label:hover,
.radio_list label:hover {
  opacity: .7;
}
.checkbox_list label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #0468b7;
  left: 16px;
  top: 7px;
  border-radius: 3px;
  background-color: #fff;
}
.radio_list label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #0468b7;
  left: 16px;
  top: 7px;
  border-radius: 10px;
}
.checkbox_list input[type="checkbox"]:checked + label::after {
  content: "";
  width: 24px;
  height: 19px;
  top: 5px;
  left: 18px;
  background-image: url(../images/create/check.svg);
  display: block;
  position: absolute;
  z-index: 10;
}
.radio_list input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: calc(50% - 6px);
  left: 20px;
  display: block;
  z-index: 10;
  background-color: #f69600;
  border-radius: 50%;
}
#havetime.radio_list input[type="radio"]:checked + label::after {
  top: calc(50% - 7px);
}

/*ラジオボタンstyle2*/
.radio_list.radio_list_style2 label{
  background: #fff;
  border-radius: 5px;
  color: #0468b7;
  padding: 10px 20px;
  min-width: 120px;
  text-align: center;
  border: 1px solid #0468b7;
  
  }
  .radio_list.radio_list_style2 :first-of-type label {
    border-radius: 5px 0 0 5px;
    border-left: 2px solid #0468b7;
    border-width: 1px;
  }
  
  .radio_list.radio_list_style2 :last-of-type label {
    border-radius: 0 5px 5px 0;
    border-left: none;
  }
  .radio_list.radio_list_style2 label:hover {
    opacity: 1;
    background: #0468b7;
    color: #fff;
  }
  .radio_list.radio_list_style2 label:active {
    opacity: 1;
    background: #004a84;
  }
  .radio_list input[type="radio"]:checked + label {
    background: #0468b7;
    color: #fff;
  }
  .radio_list.radio_list_style2 label::before,
  .radio_list.radio_list_style2 label::after {
    display: none;
  }
  .radio_list.radio_list_style2  input[type="radio"]:checked + label::before,
  .radio_list.radio_list_style2  input[type="radio"]:checked + label::after {
    display: none;
  }




/* input 横に緑のlabel */
.input-row-label {
  display: flex;
}
*:not(.flex) > .input-row-label:not(:last-child) {
  margin-bottom: 16px;
}
.input-row-label label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #0468b7;
  color: #fff;
  text-align: center;
  border-radius: 5px 0 0 5px;
  padding: 0 24px;
  background-repeat: no-repeat;
}
.input-row-label label.rain {
  background-color: #933497;
}
.input-row-label.label-lg label {
  width: 280px;
}
.input-row-label.label-lg label.rec-wrapper-style2 {
  width: 350px;
}
.input-row-label input,
.input-row-label textarea {
  border-radius: 5px;
}
.input-row-label label + input,
.input-row-label label + textarea{
 border-radius: 0 5px 5px 0;
}
.input-unit {
  align-self: center;
  font-size: 1.25rem;
  margin-left: 8px;
}
input[type="text"], textarea {
  background-color: #fff;
  border-color: #0468b7;
  border-width: 2px
}

input[type="text"]:focus, 
textarea:focus {
  outline: none;
  box-shadow: inset #0168b7 0 0 0 2px;
}
.input-row-label label + .inputwrap input:focus,
.input-row-label label + .inputwrap textarea:focus{
  border-radius: 0 5px 5px 0;
}


/* input 上にlabel */
.input-column-label label {
  position: relative;
  display: block;
  padding-left: 1.2em;
  line-height: 1.8;
  margin-bottom: 8px;
}
.input-column-label label::before {
  content: '';
  position: absolute;
  top: .6em;
  left: 0;
  display: block;
  width: .6em;
  height: .6em;
  background-color: #008eff;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  
  input,
  textarea {
    font-family: 'Hiragino UD Sans W5 JIS2004', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: bold;
  }
  /* input横に緑のlabel */
  .input-row-label {
    display: block;
  }
  .input-row-label label,
  .input-row-label.label-lg label {
    width: 100%;
    border-radius: 5px 5px 0 0;
    font-size: 1.143rem;
    padding: 5px 24px;
  }
  .input-row-label.label-lg label.rec-wrapper-style2 {
    width: 100%;
  }
  label + input[type="text"],
  label + textarea,
  .input-row-label input,
  .input-row-label textarea {
    margin: 0;
    border-radius: 0 0 5px 5px;
  }  
  .radio_list label::before {
    top: calc(50% - 10px);
  }
}

/* box 
********************************************** */
.box-important {
  position: relative;
  border: 2px solid #F55929;
  padding: 16px 32px 16px;
  border-radius: 16px;
  color: #fff;
  overflow: hidden;
  background: #F55929;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.6;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.box-important--icon {
  padding-top: 10px;
  background-color: #f55929;
  margin: 0 30px 0 0;
}
.box-important--icon svg {
  width: 70px;
  height: 70px;
}
.box-important.nowrap {
  flex-wrap: nowrap;
}
.box-important.box-important_style2 {
  font-size: 1.525rem;
  text-align: left;
}


@media screen and (max-width: 767px) {
  .box-important {
    padding: 10px;
  }
  .box-important p {
    padding: 0;
  }
  .box-important--icon {
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
  }
}



/* ##############################################################################

    HEADER

############################################################################## */

/* header
**************************************** */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    z-index: 9990;
    transition: all .4s ease-out;
    padding: 0 20px;
  }
  .page-contact .header {
    position: absolute;
    background-color: transparent;
    box-shadow: none;
  }
  .header > .inner {
    width: 100%;
    max-width: 1480px;
    height: 100%;
    padding-left: 16px;
    background-color: #fff;
    box-shadow: 2px 4px 44px -6px rgba(0, 0, 0, 0.22);
    border-radius: 0 0 15px 15px;

  }
  .header--logo a,
  .footer--logo a {
    display: block;
  }
  .header--logo a:hover,
  .footer--logo a:hover {
    opacity: .7;
  }


  @media screen and (max-width: 1080px) {
    .header {
      height: 64px;
    }
    .header > .inner {
      padding-left: 20px;
      padding-right: 20px;
      box-shadow: none;
      position: relative;
    }
    .header > .inner::after {
      content: '';
      width: 92%;
      height: 1px;
      display: inline-block;
      background-color: #ffec1d;
      position: absolute;
      bottom: 0;
      left: 4%;
    }
    .header--logo img {
      width: auto;
      max-height: 40px;
    }
  }

/* gnav
********************************************** */
  .gnav a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
  }
  .gnav--link {
    padding: 0 20px 0 65px;
    font-size: 1rem;
    background-repeat: no-repeat;
    background-position: left 15px center;
  }
  .gnav--menu .home .gnav--link {
    padding: 46px 20px 0;
    font-size: .875rem;
    background-position: top 20px center;
    background-image: url(../images/common/gnav-icon-home.png);
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
  }
  .guide .gnav--link {
    background-image: url(../images/common/gnav-icon-tebiki.png);
  }
  .area .gnav--link {
    background-image: url(../images/common/gnav-icon-info.png);
  }
  .memo .gnav--link {
    background-image: url(../images/common/gnav-icon-sakusei.png);
  }
  .card .gnav--link {
    background-image: url(../images/common/gnav-icon-sakusei.png);
  }
  .qr .gnav--link {
    background-image: url(../images/common/gnav-icon-card-sakusei.png);
  }
  .qa .gnav--link {
    background-image: url(../images/common/gnav-icon-faq.png);
  }

  .school .gnav--link {
    background-image: url(../images/common/gnav-icon-movie.png);
    background-size: 50px auto;
    padding: 0 20px 0 80px;
  }


  .head_sub_nav--wrap {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 100;
    transition: all .4s ease-out;
    opacity: 0;
    pointer-events: none;
  }
  .menu-item-has-children {
    position: relative;
  }
  .head_sub_nav li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .head_sub_nav a {
    display: block;
    padding: 16px 24px;
  }

  /* ---CTA --- */
  .cta_tel a {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
  }
  .cta_tel a > span {
    display: block;
  }
  .cta_tel .tel {
    font-size: 1.5rem; /* 24px */
  }
  .cta_tel .num {
    font-size: 1.875rem; /* 30px */
  }
  .gnav--tel,
  .gnav--contact {
    margin-left: 8px;
  }
  .gnav--tel a {
    display: flex !important;
    flex-direction: column;
  }
  .gnav--contact a {
    padding: 24px;
  }
  .gnav--contact svg {
    fill: #fff;
    margin-right: 8px;
  }
  .gnav--cta .tel {
    font-size: 1.25rem; /* 20px */
  }
  .gnav--cta .num {
    font-size: 1.5rem; /* 24px */
  }
  .gnav--cta .hours {
    font-size: .875rem; /* 14px */
  }


  @media screen and (min-width: 1081px) {
    .header--nav,
    .gnav,
    .gnav > .flex,
    .gnav ul,
    .gnav li,
    .gnav a {
      height: 100%;
    }
  }
  @media screen and (max-width: 1080px) {
    /* --- inner --- */
    .inner { width: 90%; }
    .inner-xl { max-width: 90%; }
  }
  @media screen and (min-width: 1081px) {
    .gnav {
      display: flex;
    }
    .gnav_btn,
    .tel_btn {
      display: none;
    }
    .gnav--link {
      text-align: center;
      font-family:  'ヒラギノUD角ゴ W6 JIS2004','Hiragino UD Sans W6 JIS2004';
    }
    .gnav--menu > li > .gnav--link:not([href="javascript:void(0);"]):hover,
    .gnav--menu > li.current_page_item > .gnav--link {
      background-color: #fffcd8;
    }
    .gnav--menu li {
      position: relative;
      max-width: 174px;
    }
    .gnav--link span,
    .gnav--link em{
      width: 100%;
      display: block;
      text-align: left;
      line-height: 100%;
    }
    .gnav--link span {
      margin: 0 0 6px;
    }
    .gnav--link em {
      font-size: 1.2rem;
    }
    .qa .gnav--link {
      border-radius: 0 0 15px 0;
    }
    .qr .gnav--link {
      padding: 0 8px 0 60px;
    }
  
    .gnav--menu li::after {
      content: "";
      width: 1px;
      height: calc(100% - 32px);
      background-color: #ddd;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
    }
    .head_sub_nav a {
      background-color: #fff;
    }
    .menu-item-has-children .head_sub_nav a  {
      background: #fff;
    }
    .menu-item-has-children .head_sub_nav li::after {
      display: none;
    }
    .gnav_sub_toggle {
      display: none;
    }
    .gnav--contact a {
      border-radius: 0;
    }
    /* hover */
    .gnav--menu .menu-item-has-children:hover .head_sub_nav--wrap {
      opacity: 1;
      pointer-events: auto;
    }
    .head_sub_nav a:hover { background-color: #fffcd8; }
  }
  @media screen and (max-width: 1380px) {
    .header--logo {
      max-width: 250px;
    }
    .gnav--link {
      padding: 0 20px 0 54px;
      background-size: 30px;
    }
    .gnav--menu li {
      max-width: 160px;
    }
    .gnav--menu li.guide {
      max-width: 140px;
    }
    .gnav--menu li.qr {
      max-width: 164px;
    }
    .qr .gnav--link {
      padding: 0 8px 0 50px;
    }
  }
  
  @media screen and (max-width: 1220px) {
    .header > .inner {
      padding-left: 12px;
  }
    .header--logo {
      max-width: 220px;
    }
    .gnav--link {
      padding: 0 12px 0 45px;
      background-position: left 8px center;
      background-size: 27px;
    }
    .gnav--menu li {
      max-width: 142px;
    }
    .gnav--menu li.guide {
      max-width: 126px;
    }
    .gnav--menu li.qa {
      max-width: 130px;
    }
    .qr .gnav--link {
      padding: 0 6px 0 46px;
    }
  }
  
  @media screen and (max-width: 1080px) {
    .header {
      padding: 0;
    }
    .header > .inner {
      border-radius: 0;
    }
    .gnav,
    .gnav_overlay {
      position: fixed;
      top: 64px;
      right: 0;
      height: calc(100% - 64px);
      opacity: 0;
      pointer-events: none;
      transition: all .4s ease-out;
    }
    .gnav {
      width: 100%;
      margin: 0;
      padding: 24px 7%;
      overflow: scroll;
      background-color: #fff;
      z-index: 300;
      transform: translateX(100%);
      -webkit-overflow-scrolling: touch;
    }
    .gnav_overlay {
      width: 100%;
      background-color: rgba(255,255,255,.8);
    }
    .gnav.active,
    .gnav_overlay.active {
      opacity: 1;
      pointer-events: auto;
    }
    .gnav.active {
      transform: translateX(0);
    }
    .gnav--cta {
      display: block;
    }
    .gnav a {
      justify-content: center;
    }
    .gnav--menu {
      margin-top: 0;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      justify-content: flex-start;
    }
    .gnav--menu::before,
    .gnav--menu::after {
      content: '';
      width: 100%;
      height: 1px;
      display: inline-block;
      background-color: #D9D9D9;
      position: absolute;
      top: 33%;
      left: 0;
    }
    .gnav--menu::after  {
      top: 66%;
    }
    .gnav--menu li {
      position: relative;
      display: block;
      width: 33.333%;
      margin-right: 0;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .gnav--menu li:not(:nth-child(3n)){
      border-right: 1px solid #D9D9D9;
    }
    .gnav--menu a {
      padding: 60px 6px 2px 6px;
      justify-content: center;
      line-height: 1.4;
    }
    .qr .gnav--link {
      padding: 60px 6px 2px 6px;
    }
    .school .gnav--link {
      padding: 60px 6px 2px 6px;
    }
    .gnav--menu .home a,
    .gnav--menu .guide a,
    .gnav--menu .qa  a {
      padding: 70px 6px 2px 6px;
    }
    .home .gnav--link {
      background-size: auto;
  }
    .gnav--link {
      background-position: top 14px center;
    }
    .gnav--contact svg {
      width: 16px;
      height: 11px;
    }
    .gnav--cta {
      margin-top: 22px;
    }
    .gnav--cta .btn-blue a {
      font-size: 1.143rem; /* 16px */
      padding: 28px 40px;
    }
    .gnav--cta .home_info--box {
      width: 90%;
      max-width: 520px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
    }
    .head_sub_nav--wrap {
      position: relative;
      width: 100%;
      border-top: 1px dotted #1D7FB7;
      transition: none;
      opacity: 1;
      pointer-events: inherit;
      display: none;
    }
    .menu-item-has-children.active .head_sub_nav--wrap {
      opacity: 1;
      pointer-events: auto;
    }
    .head_sub_nav a {
      padding-left: 32px;
    }
    .gnav_sub_toggle {
      position: absolute;
      top: 0;
      right: -20px;
      width: 64px;
      height: 64px;
      transition: all .4s ease-out;
      color: #1d7fb7;
    }
    .gnav_sub_toggle::before,
    .gnav_sub_toggle::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 11px;
      height: 1px;
      border-bottom: 1px solid;
    }
    .gnav_sub_toggle::after {
      transform: rotate(90deg);
    }
    .gnav_sub_toggle.active {
      transform: rotate(180deg);
    }
    .current_page_item .gnav_sub_toggle {
      color: #fff;
    }
    .head_sub_nav {
      position: relative;
    }
    .gnav_btn {
      position: fixed;
      top: 10px;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #0168B7;
      z-index: 9999;
      right: 4%;
      transition: all .4s ease-out;
    }
    .gnav_btn.active {
      background: #0168B7;
    }
    .gnav_btn--lines {
      position: relative;
      width: 24px;
      height: 16px;
    }
    .gnav_btn--lines span {
      transition: all .4s ease-out;
      box-sizing: border-box;
    }
    .gnav_btn--lines span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
    }
    .gnav_btn--lines span:nth-of-type(1) {
      top: 0;
    }
    .gnav_btn--lines span:nth-of-type(2) {
      top: 7px;
    }
    .gnav_btn--lines span:nth-of-type(3) {
      bottom: 0;
    }
    .active .gnav_btn--lines span:nth-of-type(1) {
      transform: translateY(7px) rotate(-45deg);
    }
    .active .gnav_btn--lines span:nth-of-type(2) {
      opacity: 0;
    }
    .active .gnav_btn--lines span:nth-of-type(3) {
      transform: translateY(-7px) rotate(45deg);
    }

    /* ---CTA --- */
    .gnav--cta li:not(:last-child) {
      margin-bottom: 16px;
    }
    .gnav--tel {
      margin-left: 0;
      text-align: center;
    }
    .gnav--contact {
      margin-left: 0;
    }
    .gnav--contact a {
      padding: 10px 16px;
      margin-left: auto;
      margin-right: auto;
    }
  }

  /* contnav
  ********************************************** */

  .undeline_dot {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 2px dotted #0368B6;
  }
  .contnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .back_round {
    width: 16px;
    height: 16px;
    background: #0368B6;
    border-radius: 100%;
     position: absolute;
  }
  .roud_top_left {top: 25px; left: 25px; }
  .roud_top_right {top: 25px; right: 25px; }
  .roud_bottom_left {bottom: 25px; left: 25px; }
  .roud_bottom_right {bottom: 25px; right: 25px; }

  @media screen and (max-width: 767px) {
    .contnav li {
      width: 100%;
      margin: 0 0 20px;
    }
    .contnav .contnav_title {
      font-size: 2rem;
    }
    .back_round {
      width: 10px;
      height: 10px;
    }
    .roud_top_left {top: 16px; left: 16px; }
    .roud_top_right {top: 16px; right: 16px; }
    .roud_bottom_left {bottom: 16px; left: 16px; }
    .roud_bottom_right {bottom: 16px; right: 16px; }
  }


/* ##############################################################################

    FOOTER

############################################################################## */

  .footer {
    background-color: #E5F0F8;
    position: relative;
  }
  .footer::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 15px;
    background-size: auto auto;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(3,104,182, 1) 10px, rgba(3,104,182, 1) 17px );
  }

/* sns_area
********************************************** */
  .sns_area {
    padding: 40px 0;
    text-align: center;
  }
  .sns--list li {
    display: inline-block;
    margin: 0 8px;
  }
  .sns--list li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 3px;
    color: #FFF;
  }
  .sns--list li a.twitter { background-color: #55acee; }
  .sns--list li a.facebook { background-color: #3b5998; }
  .sns--list li a.instagram { background-color: #CF2E92; }

  @media screen and (max-width: 767px) {
    .sns--list { padding: 20px 0; }
    .sns--list li a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 15px;
      padding: 0;
    }
    .sns--list li a:hover::before {
      display: none;
    }
  }

/* footer_top
********************************************** */
  .footer_top {
    text-align: center;
    padding-top: 84px;
    padding-bottom: 40px;
  }
  .footer--logo {
    margin-bottom: 34px;
  }
  .footer--info {
    font-size: .875rem; /* 14px */
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .footer--info .tel {
    margin-right: 18px;
  }
  .fnav--menu li:not(:last-child) {
    border-right: solid 1px #000;
  }

  .fnav--menu a {
    display: block;
    padding: 0 22px;
    line-height: 1;
    font-size: .938rem; /* 15px */
  }
  .fnav--menu a:hover {
    opacity: .7;
  }

  @media screen and (max-width: 767px) {
    .footer_top {
      text-align: center;
      padding-top: 60px;
    }
    .footer--logo--img {
      width: 250px;
    }
    .fnav {
      text-align: left;
    }
    .fnav--menu {
      padding: 0 32px;
    }
    .fnav--menu li {
      padding: 4px 0;
    }
    .fnav--menu li:not(:last-child) {
      border-right: none;
  }
    .fnav--menu a {
      position: relative;
      padding: .5em .5em .5em 0;
    }
    .fnav--menu a::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 6px;
      height: 6px;
      border-top: 1px solid;
      border-right: 1px solid;
      transform: rotate(45deg);
    }
  }

/* footer_btm
*************************************************** */
  .footer_btm {
    padding: 8px 0;
    background-color: #0368B6;
    position: relative;
  }
  .footer_btm::before {
    content: '';
    position: absolute;
    bottom: 48px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #FFF67F;
  }
  .copyright {
    color: #fff;
    opacity: .8;
    font-size: .75rem; /* 12px */
  }

/* ##############################################################################

    INDEX

############################################################################## */

/* hero
********************************************** */
  .text {
    font-size: 1.125rem;
    letter-spacing: .1em;
  }
  .hero {
    position: relative;
    height: 800px;
    border-bottom: 32px solid #0468b7;
  }
  .hero::before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #FFF67F;
  }
  .hero_head {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1530px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  .hero--deco {
    position: relative;
    margin: 0 0 10px;
    font-size: 2.25rem;
    letter-spacing: .12em;
    line-height: .8;
  }
  .hero--deco span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
  }
  .hero--deco span::after,
  .hero--deco span::before {
    position: absolute;
    bottom: 8px;
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background-color: #0368B6;
    transform-origin: bottom;
  }
  .hero--deco span::before {
    left: 0;
    transform: rotate(-45deg);
  }
  .hero--deco span::after {
    right: 0;
    transform: rotate(45deg);
  }
  .hero--catch{
    width: 100%;
    text-align: center;
  }
  .hero--catch .hero-sub1 {
    width: 606px;
    margin: 0 auto;
    padding-left: 2rem;
    display: block;
    text-align: left;
    font-size: 1.5rem;
    line-height: 2;
  }
  .hero--catch  .text {
    margin: 0 0 50px;
  }
  .hero--catch .btn-blue {
    font-size: 1.25rem;
  }
  .hero--catch .btn-blue a:hover{
    opacity: .8;
  }
  .hero--btn_tegaki {
    position: absolute;
    right: 2%;
    bottom: 5%;
  }
  .hero--btn_tegaki  a {
    color: #0468b7;
    border-bottom: 1px solid #0468b7;
  }
  .fukidashi_box .fukidashi{
    position: absolute;
  }
  .fukidashi_box .fukidashi1 {
    top: 19%;
    left: 10%;
  }
  .fukidashi_box .fukidashi2 {
    top: 5.58%;
    right: 13.52%;
  }
  .fukidashi_box .fukidashi3 {
    top: 40.75%;
    right: 8.63%;
  }
  .illust_box .illust {
    position: absolute;
  }
  .illust_box .illust1 {
    top: 5%;
    left: 28%;
  }
  .illust_box .illust2 {
    top: 12%;
    right: 1%;
  }
  .illust_box .illust3 {
    bottom: 13%;
    right: 15%;
  }
  .illust_box .illust4 {
    top: 45%;
    left: 20%;
  }
  .illust_box .illust5 {
    bottom: 12%;
    left: 15%;
  }
  .illust_box .illust6 {
    bottom: 36%;
    left: 0;
  }
  .illust_box .illust7 {
    top: 10%;
    left: 5%;
  }
  .illust_box .illust8 {
    bottom: 30%;
    right: 1%;
  }
  .illustgifu {
    position: absolute;
    right: 15%;
    pointer-events: none;
  }
  @media screen and (max-width: 1200px) {
    .fukidashi_box .fukidashi1 {
      top: 20%;
      left: 5%;
    }
  }
  @media screen and (max-width: 767px) {
    .hero {
      height: 100vh;
    }
    .hero_head {
      overflow: hidden;
    }
    .hero-ttl {
      width: 90%;
    }
    .hero--catch .ttl-01 {
      margin-bottom: .8em;
    }
    .hero--catch .text {
      font-size: 1.071rem; /* 15px */;
      line-height: 1.8;
      margin: 0 0 80px;
    }
    .hero--deco {
      font-size: 1.571rem; /* 22px */
      letter-spacing: .12em;
      line-height: .8;
      margin: 22px 0 16px;
    }
    .hero--deco span::after,
    .hero--deco span::before {
      bottom: 0;
      height: 24px;
    }
    .hero--catch .hero-sub1 {
      width: 350px;
      margin: 0 auto;
      padding-left: 2rem;
      display: block;
      text-align: left;
      font-size: 1.143rem; /* 16px */
      line-height: 2;
    }
    .hero--btn_tegaki {
      position: relative;
      right: 10px;
      bottom: 0;
      margin: 12px 0 8px auto;
    }
    .illust_box .illust2 {
      width: 72px;
      top: 1%;
      right: -8%;
    }
    .illust_box .illust3 {
      bottom: 19%;
      right: auto;
      left: 24%;
      width: 85px;
      z-index: -1;
    }
    .illust_box .illust4 {
      top: 4%;
      left: 1%;
      width: 52px;
    }
    .illust_box .illust5 {
      width: 60px;
      bottom: 44%;
      left: -5%;
    }
    .illust_box .illust8 {
      bottom: 32%;
      right: 1%;
      width: 48px;
    }
    .illustgifu {
      right: 0;
      bottom: 12%;
      width: 218px;
    }
    .hero--catch .btn-blue {
      font-size: 1.286rem; /* 18px */
      z-index: 9999;
    }
    .hero--btn a {
      padding: 18px 30px;
      max-width: 350px;
      display: block;
      margin: 0 auto;
      font-size: 1rem;
    }
  }

/* home共通
********************************************** */
  .home_about .ttl-01 .font-a1-b::before,
  .home_news .ttl-01 .font-a1-b::before {
      z-index: -1;
  }
  .home_about .ttl-01,
  .home_news .ttl-01 {
    display: inline-block;
    margin-bottom: .3em;
    padding: 0 120px;
  }
  .home_about .ttl-01::before,
  .home_about .ttl-01::after,
  .home_news .ttl-01::before,
  .home_news .ttl-01::after {
    content: '';
    position: absolute;
    top: 18px;
    width: 63px;
    height: 74px;
    margin: auto;
    display: block;
  }
  .home_about .ttl-01::before,
  .home_news .ttl-01::before {
    left: 0;
    background-image: url(../images/index/ttl-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .home_about .ttl-01::after,
  .home_news .ttl-01::after {
    right: 0;
    background-image: url(../images/index/ttl-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  @media screen and (max-width: 767px) {
    .home_about .ttl-01,
    .home_news .ttl-01 {
      display: inline-block;
      margin-bottom: .3em;
      padding: 0 28px;
    }
    .home_about .ttl-01::before,
    .home_about .ttl-01::after,
    .home_news .ttl-01::before,
    .home_news .ttl-01::after {
      top: 18px;
      width: 28px;
      height: 34px;
    }
    .illust-text {
      transform: scale(.8);
    }
  }
/* home_about
********************************************** */
  .home_about {
    background-image: url(../images/index/about-bg-ptn01.png);
    background-size: 17px 17px;
    background-repeat: repeat;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 128px;
    position: relative;
  }
  .home_about::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 15px;
    background-size: auto auto;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(3,104,182, 1) 10px, rgba(3,104,182, 1) 17px );
  }
  .home_about .inner {
    max-width: 1600px;
    text-align: center;
  }
  .home_about h2 {
    margin-bottom: 70px;
    display: inline-flex;
    flex-direction: column;
  }
  .ttl-01 .red {
    color: #df2f2f;
  }
  .red-minus {
    margin-right: -0.3em;
  }
  .home_about .ttl-01 .font-a1-b::before {
    z-index: -1;
  }
  .home_about .text_box {
    font-size: 1.125rem; /* 18px */ 
    margin-bottom: 150px;
    position: relative;
  }
  .home_about .text_box p {
    position: relative;
    z-index: 1;
  }
  .home_about .text_box .illust-hatena {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
  }
  .home_about .text_box p:not(:last-child) {
    margin-bottom: 48px;
  }
  .home_about-create {
    padding: 80px 20px 54px;
  }
  .home_about-create .inner {
    max-width: 1080px;
  }
  .create--each {
    width: calc((100% - 32px) / 2);
    height: 244px;
    border-radius: 30px;
    display: block;
    overflow: hidden;
    padding: 24px 20px;
    transition: opacity .2s;
    position: relative;
  }
  .create--each h3 {
    margin-bottom: 18px;
  }
  .create--each .ttl {
    color: #fff;
    font-size: 1.75rem; /* 28px */
    position: relative;
    padding-left: 54px;
    padding-right: 54px;
    display: inline-block;
  }
  .create--each .ttl::before,
  .create--each .ttl::after {
    position: absolute;
    content: "";
    top: 0;
    width: 3px;
    height: 40px;
    display: block;
  }
  .create--each .ttl::before {
    left: 0;
    transform: rotate(-45deg);
  }
  .create--each .ttl::after {
    right: 0;
    transform: rotate(45deg);
  }
  .create--each .inner_btn span {
    font-size: 1rem; /* 16px */
    min-height: 80px;
  }
  .create--each-1 {
    background-color: #fff;
    margin-right: 32px;
    border: solid 2px #0a7fa9;
    background-image: url(../images/index/tebiki-bg-ptn01.png);
    background-size: 17px 17px;
    background-repeat: repeat;
    background-position: center;
  }
  .create--each-1:hover {
    opacity: .8;
    background: linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
  }
  .create--each-1 .ttl {
    color: #0a7fa9;
  }
  .create--each-1:hover .ttl {
    color: #fff;
  }
  .create--each-1 .ttl::before,
  .create--each-1 .ttl::after {
    background: #0a7fa9;
  }
  .create--each-1:hover .ttl::before,
  .create--each-1:hover .ttl::after {
    background: #fff;
  }
  .create--each-1 .inner_btn span {
    background-image: url(../images/common/yazirushi_w.svg);
    color: #fff;
    background-color: #0a7fa9;
  }
  .create--each-1:hover .inner_btn span {
    background-image: url(../images/common/yazirushi_green.svg);
    color: #0a7fa9;
    background-color: #fff;
  }
  .create--each-2 {
    background-color: #0368B6;
    background-image: url(../images/index/tebiki-bg-ptn02.png);
    background-size: 17px 17px;
    background-repeat: repeat;
    background-position: center;
  }
  .create--each-2:hover {
    opacity: .8;
    background: linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
  }
  .create--each-2 .ttl::before,
  .create--each-2 .ttl::after {
    background: #FFF;
  }
  .create--deco {
    position: absolute;
    color: #FFF67F;
    font-size: 1.125rem; /* 18px */
    font-family: 'Hiragino UD Sans W6 JIS2004';
    top: 44px;
    left: 160px;
    transform: rotate(-6deg);
  }
  .create--btn {
    margin-top: 30px;
  }
  .create--btn a {
    display: block;
    line-height: 1;
    width: 320px;
    margin: 0 auto;
    background: #AFC7DA;
    color: #fff;
    border-radius: 20px;
    padding: 24px 40px 24px 24px;
    background-image: url(../images/common/yazirushi_w.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
  }
  .create--btn a:hover {
    background: #0368B6;
    background-image: url(../images/common/yazirushi_w.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
  }
  .create--illust {
    position: relative;
    margin-bottom: 18px;
  }

  @media screen and (max-width: 1359px) {
    .create--deco {
      position: absolute;
      color: #FFF67F;
      font-size: 1.125rem; /* 18px */
      font-family: 'Hiragino UD Sans W6 JIS2004';
      top: 44px;
      left: 28%;
      transform: rotate(-6deg);
    }
  }
  

  @media screen and (max-width: 767px) {
    .home_about {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .home_about h2 {
      margin-bottom: 30px;
    }
    .home_about .text_box {
      font-size: 1.071rem; /* 15px */
      margin-bottom: 60px;
    }
    .home_about .text_box p:not(:last-child) {
      margin-bottom: 18px;
    }
    .home_about-create {
      padding: 70px 20px;
    }
    .create--each {
      width: 100%;
      height: 236px;
      padding: 30px 20px;
    }
    .create--each h3 {
      margin-bottom: 32px;
    }
    .create--each .inner_btn span {
      width: 100%;
      max-width: 300px;
      min-height: 60px;
      background-position: center right 20px;
    }
    .create--each-1 {
      margin-right: 0;
      margin-bottom: 10px;
    }
    .create--each .ttl {
      font-size: 1.3rem;
      position: relative;
      padding-left: 20px;
      padding-right: 20px;
    }
    .create--deco {
      left: 40px;
    }
    .create--btn a {
      width: 280px;
    }
    .create--each .ttl::before,
    .create--each .ttl::after {
      height: 30px;
     }
  }

/* home_news
********************************************** */
  .home_news {
    padding: 140px 0 80px;
    background-color: #fff;
  }
  .home_news .inner {
    text-align: center;
  }
  .home_news h2 {
    display: inline-flex;
    flex-direction: column;
  }
  .home_news .news_list {
    flex: 1;
    margin-top: 90px;
  }
  .home_news .news_list .post {
    padding: 22px 40px;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
    transition: all .4s ease-out;
  }
  .home_news .news_list .post:hover {
    background-color: #f2f7fb;
  }
  .home_news .news_list .post::before,
  .home_news .news_list .post::after {
    content: '';
    position: absolute;
  }
  .home_news .news_list .post::before {
    top: calc(50% - 36px);
    right: 44px;
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #afc7da;
    transition: all .4s ease-out;
  }
  .home_news .news_list .post:hover:before {
    background: #0368b6;
    transition: all .4s ease-out;
  }
  .home_news .news_list .post::after {
    top: calc(50% - 9px);
    right: 68px;
    width: 21px;
    height: 18px;
    background-image: url(../images/common/yazirushi_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .home_news .news_list .post:first-child {
    border-top: 1px solid #D9D9D9;
  }
  .home_news .post--img {
    width: 180px;
    height: 130px;
    margin-right: 56px;
  }
  .home_news .post--ttl {
    font-size: 1.25rem; /* 20px */
    padding-left: 20px;
    margin: 20px 0;
  }
  .home_news .post--date {
    font-size: .875rem; /* 14px */
    color: #fff;
    line-height: 1;
    background-color: #0368b6;
    padding: 8px 18px;
    border-radius: 4px;
    margin-bottom: 14px;
  }

  @media screen and (max-width: 767px) {
    .home_news {
      padding: 80px 0;
    }
    .home_news .news_list {
      margin-top: 50px;
    }
    .home_news .news_list .post::before,
    .home_news .news_list .post::after {
      content: none;
    }
    .news_list--ttl {
      width: auto;
      float: none;
      height: auto;
      margin-bottom: 16px;
    }
    .home_news .post--img {
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 20px;
    }
    .home_news .post--date {
      line-height: .8;
      padding: 8px 6px;
      margin-bottom: 0;
    }
  }

/* home_info
********************************************** */
  .home_info {
    margin-top: 134px;
    margin-bottom: 134px;
  }
  .home_info--box {
    width: calc((100% - 40px) / 2);
    display: block;
  }
  .home_info--box.youtube {
    margin-right: 40px;
  }
  .home_info--box:hover {
    opacity: .7;
  }

  @media screen and (max-width: 767px) {
    .home_info {
      margin-bottom: 70px;
    }
    .home_info--box {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
    .home_info--box.youtube {
      margin-right: auto;
      margin-bottom: 10px;
    }
  }

/* home_cta
********************************************** */ 
  .home_cta {
    text-align: center;
    padding-bottom: 50px;
  }
  .home_cta--box {
    position: relative;
    display: inline-block;
  }
  .home_cta--box img {
    max-width: 96%;
    margin: auto;
  }
  .home_cta--text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 50px 40px 34px;
  }
  .home_cta--ttl {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 24px;
  }
  .home_cta--ttl span {
    position: relative;
    display: inline-block;
    padding: 0 60px;
  }
  .home_cta--ttl span::before,
  .home_cta--ttl span::after {
    content: "";
    position: absolute;
    top: 10px;
    height: 100%;
    width: 4px;
    height: 41px;
    background: #fff;
    display: block;
  }
  .home_cta--ttl span::before {
    left: 0;
    transform-origin: left top;
    transform: rotate(-45deg);
  }
  .home_cta--ttl span::after {
    right: 0;
    transform-origin: right top;
    transform: rotate(45deg);
  }
  .home_cta .inner_btn span {
    width: 440px;
    position: relative;
    z-index: 1;
    transition: all .4s ease-out;
  }
  .home_cta .inner_btn span:hover {
    color: #fff;
    background: #0368B6;
    border: 1px solid #fff;
    background-image: url(../images/common/yazirushi_w.svg);
    background-repeat: no-repeat;
    background-position: center right 40px;
  }

  @media screen and (max-width: 1439px) {
    .home_cta--text {
      padding: 40px 40px 34px;
    }
  }
  @media screen and (max-width: 1300px) {
    .home_cta .inner_btn span {
      min-height: 55px;
    }
    .home_cta--text {
      padding: 2% 40px 34px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .cta--illust {
      height: auto;
      width: 96%;
      margin: 0 auto;
    }
    .home_cta--text {
      padding: 40px 16px 34px;
    }
    .home_cta--ttl {
      font-size: 1.5rem;
    }
    .home_cta--ttl span {
      padding: 0 34px;
    }
    .home_cta--ttl span::before, .home_cta--ttl span::after {
      width: 3px;
      height: 30px;
    }
    .home_cta .inner_btn span {
      width: 310px;
      background-position: center right 15px;
      justify-content: left;
      padding-left: 30px;
      font-size: 1rem;
    }
  }
/* ##############################################################################

    PAGE

############################################################################## */

/* create
*************************************************** */

.letter-nomal { letter-spacing: normal;}
.obj_ctr {
  margin-left: auto;
  margin-right: auto;
}
.page-create main {
  padding-bottom: 50px;
}


.page-evecard main,
.page-simple main,
.page-create main {
  padding-top: 30px;
  }
  .create_step {
    display: none;
    padding-bottom: 50px;
  }
  .create_step[data-step="1"],
  .create_step[data-step="0"] {
    display: block;
  }
  .create_step[data-step="0"] {
    width: 100%;
    height: calc(100vh - 180px);

    padding: 0;
  }
  #create_step1.hidden,
  #create_step1.hidden * {
    height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
  }

  .inner-section {height: 0; opacity: 0; overflow: hidden;}
  .inner-section.active{ 
    height: auto;
    opacity: 1;
    overflow: visible;
  }
  .line_color {
    color: #06c755;
  }
  .link_text {
    text-decoration: underline;
    color: #0468b7;
  }
  .link_text:hover {
    text-decoration: none;
  }



/*扉ページ*/
  .page-card #main {
    padding-bottom: 80px;
  }
  .page-card .text {
    font-size: 1.25rem;
    margin-bottom: 64px;
  }
  .rec_tip_wrapper {
    position: relative;
    display: inline-block;
    z-index: 1;
  }
  .rec_tip {
    position: absolute;
    top: -0.2rem;
    right: -4.8rem;
    color: #fff;
    background: linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
    padding: .125rem .625rem;
    border-radius: 10px;
    font-size: .75rem;
  }
  .rec_tip em {
    position: relative;
  }
  .rec_tip em::after {
    z-index: -1;
    position: absolute;
    bottom: -0.2rem;
    left: -1rem;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 10px solid #0e68ab;
    transform: rotate(340deg);
    
  }
  .inner-title.cardpage-title {
    margin: 0 0 1.525rem;
    font-size: 2.725rem;
    letter-spacing: .1em;
  }
  .slanting_deco_style2 {
    padding: 0 calc(35px - .1em) 0 35px;
  }
  .slanting_deco_style2 em {
    color: #df2f2f;
  }

  /* --- inner_btn --- */
  .index_btn_title {
    width: 90%;
    margin: 0 auto 10px;
    background: #fff;
    padding: 20px 10px 10px;
    border-radius: 20px;
    letter-spacing: normal;
    position: relative;
    z-index: 1;
    color: #0368b6;
  }
  .index_btn_title::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 35px solid #ffffff;
  }
  .index_btn_title .rec_tip_wrapper {
    position: relative;
    padding-right: 42px;

  }
  .index_btn_title .rec_tip_wrapper::after {
    position: absolute;
    top: 0px;
    right: 11px;
    content: "";
    width: 40px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    background-image: url(../images/create/icon-jikkuri.svg);
  }
  .index_btn_title .rec_tip_wrapper.fast::after {
    top: 0px;
    right: 0;
    width: 40px;
    height: 32px;
    background-image: url(../images/create/icon-sugu.svg);
  }

  .index_btn_title .text_split {
   font-size: 1.95rem; 
  }
  .index_btn_title .text_split em{
    color: #df2f2f;
    position: relative;
    display: inline-block;
    margin: 0 2px 0 0;
  }
  .index_btn_title .text_split.split_green em {
    color: #75aed1;
  }
  .index_btn_title .text_split em:last-of-type {
    margin: 0;
  }
  .index_btn_title .text_split em::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100px;
    display: block;
    background: #df2f2f;
    left: 50%;
    transform: translate(-50%,-50px);
    position: absolute;
  }
  .index_btn_title .text_split.split_green em::after {
    background: #75aed1;
  }
  .index_btn_textbox {
    position: relative;
    z-index: 1;
  }
  .index_btn_box {
    display: flex;
    flex-direction: column;
  }
  .index_btn_box .index_btn_inner {
    display: block;
    margin-top: auto;
    position: relative;
    overflow: hidden;
  }
  
  .index_btn_inner .rec_label{
    position: absolute;
    top: 16px;
    left: -66px;
    transform: rotate(-45deg);
    text-align: center;
    width: 220px;
    color: #fff;
    padding: 10px;    
    background: #df2f2f;
    font-size: 1rem;
  }

  .index_btn_box .index_btn_inner:hover {
    box-shadow: none;
    transition: .2s;
  }
  .index_btn_inner a {

    display: block;
    /*background-image: url(../images/common/bg-ptn02.png);*/
    background-color: #0368B6;
    box-shadow: -1px 1px 40px rgb(83 84 91 / 30%);
    border-radius: 15px;
    overflow: hidden;
    padding: 20px 60px 30px;
    transition: opacity .2s;

  }
  .index_btn_inner a:hover {
    opacity: .8;

    background: linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
  }
  .index_btn_style1 {
    width: calc((100% - 40px) / 2);
  }
  .index_btn_style2 {
    width: 100%;
  }

  .index_btn_box .contnav_title {
    margin-bottom: 15px;
    font-size: 2rem;
    color: #fff;
    letter-spacing: .25em;
  }
  .index_btn_box .caption {
    margin-bottom: 15px;
    display: inline-block;
  }

  .index_btn_text {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
  }
  .index_btn_text h3 {
    margin: 0 0 10px;
  }
  .index_btn_text .step {
    margin: 0 0 16px;
    display: inline-block;
    color: #fff;
    background: #0468B7;
    border-radius: 10px;
    padding: 7px 14px;
    font-size: 1rem;
    line-height: 1.4;
    border: 2px solid #fff;
  }

  .index_btn_box .sub_title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #FFF67F;
    margin: 0 0 15px;
    line-height: 1;
  }

  .index_btn_box .sub_text {
    line-height: 1.8;
    color: #fff;
    font-size: 1rem;
  }
  .index_btn_box .comment {
    margin-top: 1.25rem;
    display: block;
    color: #000;
    font-size: 1rem;
  }
  .index_btn_box .sub_text.style2 {
    color: #0a7fa9;
  }
  
  @media screen and (max-width: 767px) {
    .page-card .text {
      font-size: 1.071rem;
      margin-bottom: 24px;
    }
    .page-card .outer_box {
      padding: 30px 8px;
    }
    .index_btn_title {
      padding: 16px 10px 10px;
    }
    .index_btn_title .text_split {
      font-size: 1.429rem; /* 20px */
    }
    .index_btn_title .rec_tip_wrapper {
      padding-right: 32px;
    }
    .index_btn_title .rec_tip_wrapper::after {
      top: -2px;
      right: 9px;
      width: 20px;
      height: 28px;
    }
    .index_btn_title .rec_tip_wrapper.fast::after {
      top: 0px;
      right: -4px;
      width: 32px;
      height: 28px;
    }
    .index_btn_title .text_split em::after {
      transform: translate(-50%, -36px);
    }
    .page-card .index_btn_box .index_btn_inner {
      margin: 0 0 30px;
    }
    .inner-title.cardpage-title {
      margin: 1rem 0 1.525rem;
    }
  }

  /*避難者カード*/
  .index_btn_style2 .slanting_deco {
    color: #0a7fa9;
  }
  .index_btn_style2 .index_btn_inner a {
    padding: 60px 20px 40px;
    border: #0a7fa9 solid 4px;
    background: url(../images/common/bg-ptn02.png), #fff;
    position: relative;
  }
  .index_btn_style2 .index_btn_inner a::before,
  .index_btn_style2 .index_btn_inner a::after {
    content: "";
    position: absolute;
    display: block;
    width: 272px;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
  }
  .index_btn_style2 .index_btn_inner a::before {
    left: 0;
    background-image: url(../images/create/illust01.svg),url(../images/create/illust02.svg);
    background-size: 116px auto,160px auto;
    background-position: left -15px bottom -20px, right 0 top;
  }
  .index_btn_style2 .index_btn_inner a::after {
    right: 0;
    background-image: url(../images/create/illust03.svg),url(../images/create/illust04.svg);
    background-size: 126px auto,116px auto;
    background-position: right -20px top -15px, left 0 bottom 15px;

  }
  .index_btn_style2 .contnav_title {
    font-size: 2rem;
    color: #0a7fa9;
    padding: 0 calc(40px - 0.25em) 0 40px;
  }

  .index_btn_style2 .slanting_deco::before,
  .index_btn_style2 .slanting_deco::after {
    background-color: #0a7fa9;
    top: 15px;
  }
  .index_btn_style2 .sub_text {
    color: #000;
  }
  .index_btn_style2 .comment {
    color: #0a7fa9;
  }

  .index_btn_style2 .slanting_deco_style3::before,
  .index_btn_style2 .slanting_deco_style3::after {
    transform: none;
    width: 20px;
    height: 14px;
    border: 1px solid #0a7fa9;
    border-width: 4px 0;
    background: none;
  }
  .index_btn_style2 .inner_btn span {
    min-height: 88px;
    color: #fff;
    border: none;
    background: url(../images/common/arrow.svg) no-repeat center right 45px / 20px, linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
    box-shadow: -1px 1px 40px rgb(83 84 91 / 30%);
  }

  .index_btn_style2 .btn_time_wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .index_btn_style2 .time_title,
  .index_btn_style2 .time_text  {
    color: #df2f2f;
  }
  .time_circle_svg .cicrcle_abs.cicrcle3 {
    stroke: #df2f2f;
  }
  
  .card_start_title {
    text-align: center;
    margin: 0 0 30px;
    font-family: 'A1 Gothic B', sans-serif;
    font-size: 2.5rem;
  }
  .card_start_title .type {
    display: inline-block;
    margin-right: 10px;
    color: #0468b7;
  }
  .card_start_title .time {
    font-size: 1.5rem;
  }
  .card_start_title .time em {
    font-size: 2.5rem;
    color: #0468b7;
  }



  #create_start .input-row-label {
    display: block;
    text-align: center;
    max-width: calc(50% - 10px);
    margin: 0 auto 50px;
  }
  #create_start.hidden {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  #create_start .input-row-label label {
    width: 100%;
    margin: 0 auto 20px;
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 1.25rem;

  }
  #create_start  input {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
  }


  #create_start  .inputwrap {
    width: calc(50% - 10px);
    margin: 0 10px 0 0;
  }
  #create_start  .inputwrap input {
    width: 100%;
    margin: 0;
  }
  
  #create_start  .inputwrap:last-of-type,
  #create_start  input:last-of-type {
    margin-right: 0;
  }
  #create_start .line-box a {
    background-color: #0468b7;
  }
  #create_start .easy .next-step {
    background-color: #fff;
    color: #0468b7;
    border: 2px solid #0468b7;
    background-image: url(../images/common/arrow_blue.svg);
  }

  


  /* プログレスバー */
  .create_progress {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .create_progress.hidden {
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
  .create_progress li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.875rem;
    width: 68px;
    height: 68px;
    background-color: #e5e5e5;
    color: #fff;
    border-radius: 50%;
    margin-right: 52px;
  }
  .create_progress li:last-child {
    margin-right: 0;
  }
  .create_progress li.active {
    width: 80px;
    height: 80px;
    background-color: #0468b7;
  }
  .create_progress li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -39px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 25px;
    height: 20px;
    background-image: url(../images/create/icon-progress-arrow.png);
  }

  /* STEP基本スタイル */
  .bg-gray {
    background-color: #707070;
  }
  .bg-lv4 {
    background-color: #933497;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .create_step--section {
    margin: auto;
    border: 4px solid #0468b7;
    border-radius: 16px;
    margin-bottom: 48px;
    background-color: #fffff9;
    font-size: 1.125rem;
  }
  .create_step--section.inner {
    width: 100%;
    border-width: 1px;
  }
  .create_step--inner {
    width: 90%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 32px;
    font-size: 1.25rem;
  }
  .create_step--inner.min {
    max-width: 720px;
  }
  .step6 .create_step--inner {
    max-width: 980px;
  } 
  .step6 .create_step--inner.min {
    max-width: 720px;
  }

  .create_step--inner .indent_str {
    font-size: 1.125em;
    text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
    line-height: 1.6;
  }
  .create_step--inner .text_indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  .create_step--inner-lg {
    width: 90%;
    margin: auto;
    margin-bottom: 32px;
  }
  .create_step h4 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 32px;
    padding-left: calc(50% - 450px);
    padding-right: calc(50% - 450px);
    font-family: 'Hiragino UD Sans W6 JIS2004', sans-serif;
    background-image: url(../images/common/blue_back_03.gif);
  }
  .create_step--inner h4 {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .create_step p {
    margin-bottom: 16px;
  }
  .create_step p:last-child {
    margin-bottom: 0;
  }
  .create_step .btn a {
    max-width: 350px;
    color: #fff;
    background: linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
    box-shadow: -1px 1px 40px rgb(83 84 91 / 30%);
    border: none;
  }
  .create_step .btn a:hover {
    opacity: .8;;
  }
  .create_step input[type="file"] {
    display: none;
  }
  .create_step select,
  .create_step .cell_box {
    position: relative;
    font-size: 1rem;
    border: 2px solid #0468b7;
    background-color: #fff;
    width: 100%;
    height: 64px;
    border-radius: 5px;
    padding: 0 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.125rem;
    color: #000;
  }
  .create_step select.rain,
  .create_step .cell_box.rain {
    border: 1px solid #df2f2f;
  }
  .create_step .cell_box {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
  }
  .select-wrap {
    position: relative;
  }
  .select-wrap::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;

    margin: auto;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #0468b7 transparent transparent transparent;
  }
  .select-wrap.rain::after {
    border-color: #df2f2f transparent transparent transparent;
  }
  .rec-wrapper,
  .input-row-label .rec-wrapper {
    position: relative;
    padding-right: 65px;
  }

  .input-row-label .rec-wrapper.rec-wrapper-style2 {
    padding-right: 120px;
  }
  .rec.rec-inside {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0.35em;
    box-shadow: rgba(0,0,0,.3) 0px 3px 5px;
    z-index: 2;
  }
  select + .rec.rec-inside,
  .select2 + .rec.rec-inside {
    right: 30px;
  }
  .rec-center.rec-center {
    padding: 0;
  }
  .rec-center.rec-center .rec.rec-inside {
    right: 50%;
    transform: translateX(50%);
    font-size: 1.05rem;
    top: calc(100% + 10px);
  }

  .create_step table {
    width: 100%;
    margin-bottom: 16px;
  }
  table.separate_table {
    border-collapse: separate;
    border-spacing: 4px;
  }
  .separate_table th {
    vertical-align: middle;
    text-align: left;
    padding: 10px 20px;
    border-radius: 5px;
  }
  .separate_table th img {
    margin-right: 8px;
  }

  /* .separate_table tr:first-child th {
    border-radius: 5px 5px 0 0;
  }
  .separate_table tr th:first-child {
    border-radius: 5px 0 0 5px;
  } */
  /* .create_step table,
  .create_step th,
  .create_step td {
    border-collapse: collapse;
    border:1px solid #ccc;
  }
  .create_step th,
  .create_step td {
    padding: 8px;
  }
  .create_step th {
    vertical-align: middle;
  } */

  /* 進む・戻るボタン */

  .create_step button,
  .create_step .freetext_btn,
  .create_step .line-box a {
    display: block;
    width: 320px;
    height: 80px;
    margin-left: 16px;
    margin-right: 16px;
    font-family: 'Hiragino UD Sans W5 JIS2004', sans-serif;
    font-size: 1.125rem;
    letter-spacing: .1em;
    border-radius: 100px;
    border: 2px solid #0468b7;
    cursor: pointer;
    transition: .3s;
  }
  .create_step .next-step.freetext_btn {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    padding: 0 80px 0 50px;
  }


  .create_step button:not(.prev-step):not(.next-step):not(.inner_next-step):not(.step_change):not(.inner_prev-step):hover {
    background-color: #FFF67F;
  }
  .change_prev,
  .inner_prev-step,
  .create_step .prev-step {
    background-color: #E6E6E6;
    border: none;
    background-image: url(../images/common/prev-arrow.svg);
    background-repeat: no-repeat;
    background-position: center left 35px;
    background-size: 21px auto;
  }
  button.step_change {
    border: none;
  }
  button.change_next,
  button.inner_next-step,
  .create_step .next-step,
  .create_step .line-box a {
    width: 320px;
    height: 80px;
    background-color: #ed31b3;
    border-color: #ed31b3;
    border: none;
    color: #fff;
    background-image: url(../images/common/arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 35px;
    background-size: 21px auto;
    transition: .2s;
  }
  .create_step .next-step{
    color: #0468b7;
    background-color: #fff;
    border: 2px solid #0468b7;
    background-image: url(../images/common/arrow_blue.svg);
  }
  .create_step button.gradation1,
  .create_step .freetext_btn.gradation1 {
    color: #fff;
    border: none;
    background:url(../images/common/arrow.svg)  no-repeat center right 35px / 20px, linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
    box-shadow: -1px 1px 40px  rgba(83,84,91,0.3);
  }
  .create_step button.gradation2 {
    background:url(../images/common/prev-arrow.svg)  no-repeat center left 35px/ 20px, linear-gradient(24deg, rgba(211,211,211,1) 0%, rgba(235,235,235,1) 100%);
    box-shadow: -1px 1px 20px 0px  rgba(83,84,91,0.17);

  } 
  


  .step_change:hover,
  .inner_prev-step:hover
  .inner_next-step:hover,
  .prev-step:hover,
  .create_step .next-step:hover {
    opacity: .8;
  }
  .create_step button:not(.prev-step):not(.next-step).inner_prev-step:hover,
  .create_step button:not(.prev-step):not(.next-step).inner_next-step:hover{
    opacity: .8;
  }
  .create_step button:not(.prev-step):not(.next-step).inner_prev-step {
    border-color: #E6E6E6;
  }
  .create_step button:not(.prev-step):not(.next-step).inner_prev-step:hover{
    background-color: #E6E6E6;
  }
  .create_step button.button-blue {
    background:  linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
    color: #fff;
    box-shadow: -1px 1px 40px rgb(83 84 91 / 30%);
    background-size: auto;
    border: none;
  }
  .create_step .line-box a {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    line-height: 1.4;
    text-align: center;
    background-color: #06c755;
  }
  .create_step .line-box a:hover {
    opacity: 0.8;
  }


  .create_step .next-step.print span,
  .create_step .next-step.download span {
    padding-left: 63px;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .create_step .next-step.print span {
    background-image: url(../images/create/icon-print.svg);
    background-size: 28px auto;
  }
  .create_step .next-step.download span {
    background-image: url(../images/create/icon-download.svg);
    background-size: 25px auto;
  }
  .tooltip::before {
    content: attr(data-tooltip);
  }
  

  /* 個別パーツ */
  .create_step .map_gis {

    height: calc(100vh - 140px);
    margin: 0 auto 56px;
    display: block;
  }
  .create_step .map_gis--wrap {
    position: relative;
    display: none;
  }
  .create_step .map_gis--wrap.active {
    display: block;
  }
  .create_step .create--check {
    margin-bottom: 30px;
    padding: 24px 50px;
    border: 1px solid #0468b7;
    border-radius: 5px;
    background-color: #fff;
  }
  .create_step .create--check .sp_box {
    display: none;
  }
  .create--ttl-deco {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    color: #0468b7;
  }
  .create--ttl-deco::before,
  .create--ttl-deco::after {
    content: '';
    display: block;
    width: 16px;
    height: 27px;
    margin: 3px 12px 0;
    background-image: url(../images/create/midashi-souyoku-left.svg);
  }
  .create--ttl-deco::after {
    background-image: url(../images/create/midashi-souyoku-right.svg);
  }
  .create--ttl-deco-none::before,
  .create--ttl-deco-none::after {
    display: none;
  }
  .create--ttl-bg {
    max-width: 965px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    margin-top: 32px;
    padding: 16px 40px;
    background-color: #0468b7;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 100px;
  }
  .create_step .create_add_area {
    width: 100%;
    height: 50px;
    margin: 8px 0;
    color: #808080;
    background-color: #FFF67F;
    border-radius: 5px;
    letter-spacing: .1em;
  }
  .create_step .btn-add {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-right: 0;
    margin-left: 0;
    background: linear-gradient(0deg, rgba(242,219,92,1) 0%, rgba(247,233,117,1) 100%);
    box-shadow: -1px 1px 28px 0px rgba(83,84,91,0.2);
    color: #616161;
    border-radius: 5px;
    border: none;
    font-family: 'Hiragino UD Sans W5 JIS2004', sans-serif;
  }
  .create_step .btn-add span {
    position: relative;
    padding-left: 34px;
  }
  .create_step .btn-add:hover {
    opacity: .7;
  }
  .create_step .btn-add span::before {
    content:'';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iZ3JheSIgZD0iTTE5IDExaC02VjVoLTJ2Nkg1djJoNnY2aDJ2LTZoNnoiLz48L3N2Zz4=');
    margin-right: 8px;
    background-size: cover;
  }
  .link-line {
    border-bottom: 2px solid #07b53b;
    padding-bottom: 3px;
    padding-right: 3px;
  }
  .link-line::after {
    content: '';
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    border-radius: 50%;
    background-image: url('data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNHB4IiBmaWxsPSIjMDdiNTNiIj48cmVjdCBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiB3aWR0aD0iMjQiLz48cGF0aCBkPSJNOSw1djJoNi41OUw0LDE4LjU5TDUuNDEsMjBMMTcsOC40MVYxNWgyVjVIOXoiLz48L3N2Zz4=');
    background-size: cover;
    vertical-align: -0.2em;
  }
  .link-line:hover {
    opacity: .6;
  }

  /* 説明用のポップアップテキスト */
  .tutorial_box {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    align-items: center;
    flex-direction: column;
    transform: translate(-50%,-50%);
    background-color: #666;
    color: #fff;
    text-align: center;
    padding: 8px 16px;
    line-height: 1.5;
    border-radius: 5px;
  }
  .tutorial_box svg {
    width: 50px;
    height: 38px;
    margin-bottom: 8px;
  }
  

  /* 文字数制限 */
  .text_count_wrap {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    text-align: right;
  }


  #helpbtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    background: #ea7171;
    border-radius: 100%;
    z-index: 1;
  }
  #helpbtn a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  #helpbtn a:hover {
    opacity: 0.8;
    transition: .2s;
  }
  #helpbtn a span {
    display: block;
    width: 100%;
  }
  #helpbtn img {
    width: 50%;
    height: 50%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
  }
  #progress_icon.hidden {
    display: none;
  }
  #progress_icon {
    position: fixed;
    z-index: 1;
    top: 140px;
    right: 30px;
    width: 120px;
    height: 120px;
    transition: opacity 0.5s;
    opacity: 1;
  }
.page-evecard #progress_icon {
  display: none;
}
  #progress_icon .text {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    font-size: 0.9rem;
    margin: 0 0 5px;
  }
  #progress_icon .num {
    line-height: 1;
    font-size: 2.5rem;
  }
  #progress_icon em {
    display: block;
    font-size: 0.5rem;
    margin: 0 0 5px;
    text-indent: 0.25em;
  }
  #progress_icon .box {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    
  }

  /*progress_svg*/


  .progress_circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    z-index: 1;
  }
  .progress_circle_svg {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .progress_circle_svg svg {
    width: 100%;
    height: 100%;
  }

  .progress_circle_svg  circle{
    transform: rotate(-90deg);
  }
  .progress_circle_svg .progress_circle1,
  .progress_circle_svg .progress_circle2{
    stroke-width: 18px;
    stroke: #0468b7;
  }
  .progress_circle_svg .progress_circle2 {
    stroke: #fff67f;
  }
  .progress_circle_svg .cicrcle_abs{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    stroke-width: 20px;
  }

  #progress_icon .inner_box {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #0468b7;
    text-align: center;
    background-color: #fff;
  }


  #progress_icon .now_page {
    width: 30px;
    height: 160%;
    position: absolute;
    top: -30%;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(130deg);
  }
  #progress_icon .now_page_inner {
    position: relative;
  }
  #progress_icon .now_page_inner::after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #0468b7 transparent transparent transparent;
    
  }

  #progress_icon .now_text {
    position: relative;
    z-index: 1;
    transform: rotate(-130deg);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 30px;
    background: #0468b7;
    color: #fff;
    border-radius: 100%;
  }

  /*アラート表示*/
  #aleart_wrapp {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.164);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 2;
  }
  #alert {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    height: 400px;
    background: #fff;
    border-radius: 10px;

  }

.alert_btn  {
  min-width: 320px;
  height: 80px;
  margin-left: 16px;
  margin-right: 16px;
  font-family: 'Hiragino UD Sans W5 JIS2004', sans-serif;
  font-size: 1.125rem;
  letter-spacing: .1em;
  border-radius: 100px;
  cursor: pointer;
  transition: .3s;
  background: url(../images/common/prev-arrow.svg) no-repeat center left 35px/ 20px, linear-gradient(24deg, rgba(211,211,211,1) 0%, rgba(235,235,235,1) 100%);
  box-shadow: -1px 1px 20px 0px rgb(83 84 91 / 17%);
}
.alert_btn.arrow_none{
  color: #fff;
  background: linear-gradient(24deg, rgba(0,0,0,1) 0%, rgba(63,63,63,1) 100%);
}

.alert_btn:hover {
  opacity: .8;
}


  /*避難者情報の入力*/
 .page-evecard .create_step.step6 {
   display: block;
 }

  /* step1 */
  .loading {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    color: #0a7fa9;
    font-size: .86rem;
    padding: 8px 18px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,.5) 0 0 8px;
  }
  .loading img {
    width: 90px;
  }
  @keyframes loading_hide {
    0% { opacity: 1;}
    100% { 
      opacity: 0;
      pointer-events: none;
    }
  }
  .map_gis--loading {
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
  .map_gis--cover {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    width: calc(100% - 100px);
    height: 100%;
    margin: auto;
    background: rgba(0,0,0,.25);
  }
  .map_gis--wrap.active .map_gis--loading,
  .map_gis--wrap.active .map_gis--cover {
    animation: loading_hide 5s step-end 1 normal forwards;
  }
  .map_gis--iframe_wrap {
    position: relative;
  }
  .map_gis--lock_btn {
    display: none;
  }
  .mag_gis--usage--zone {
    margin-right: 24px;
  }
  .map_gis--usage {display: none; }
  .map_gis--usage li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    line-height: 1.7;
  }
  .usage_img {
    display: block;
    width: 22px;
    height: 22px;
    background-color: #ddd;
    margin-right: 8px;
  }
  .placeandbuil .usage_img {
    background: url(../images/create/placeandbuil.png) no-repeat left top;
  }
  .place .usage_img {
    background: url(../images/create/place.png) no-repeat left top;
  }
  .buil .usage_img {
    background: url(../images/create/buil.png) no-repeat left top;
  }
  .redzone .usage_img {
    background-color: #ff8175;
    background: url(../images/create/redzone.png) no-repeat left top;
  }
  .yellowzone .usage_img {
    background: url(../images/create/yellowzone.png) no-repeat left top;
  }

  .redzone2 .usage_img {
    background: url(../images/create/redzone2.gif) no-repeat left top;
  }
  .yellowzone2 .usage_img {
    background: url(../images/create/yellowzone2.gif) no-repeat left top;
  }
  .shinsui_min .usage_img {
    background-color: #f9fbd7;
    border: 1px solid #ffdfcc;
  }
  .shinsui_05 .usage_img {
    background-color: #ffece1;
    border: 1px solid #ffd9c3;
  }
  .shinsui_30 .usage_img {
    background-color: #ffdadb;
    border: 1px solid #ffc6c8;
  }
  .shinsui_50 .usage_img {
    background-color: #ffc7c9;
    border: 1px solid #ffa1a5;
  }
  .shinsui_100 .usage_img {
    background-color: #ffc0e3;
    border: 1px solid #ff99d2;
  }
  .shinsui_more .usage_img {
    background-color: #f7baec;
    border: 1px solid #ef8ee0;
  }
  .shinsui_river .usage_img {
    background: url(../images/create/riverzone.png) no-repeat left top;
  }
  .shinsui_overflowing .usage_img {
    background: url(../images/create/overflowingzone.png) no-repeat left top;
  }
  .shelter_alert,
  .search_alert {
    color: #d33232;
    font-size: 90%;
    text-align: center;
    margin: 24px 0;
  }
  .shelter_alert:empty ,
  .search_alert:empty {
    margin: 0;
  }
  .step1_route_icon {
    margin: 0 8px;
    border: 1px solid #ddd;
    vertical-align: middle;
  }
  .input_file_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 40px;
    border-radius: 100px;
    width: 100%;
    max-width: 300px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #0468b7;
    line-height: 1.6;
    transition: all .3s;
  }
  .input_file_btn:hover {
    background: #FFF67F;
  }
  #file_uploaded {
    background-color: #fff;
    border: none;
    padding: 0;
    text-align: center;
    margin-top: 8px;
    font-size: .875rem;
  }
  #file_uploaded:focus-visible {
    outline: none;
  }
  .canvas_wrap {
    display: none;
    width: 100%;
    position: relative;
  }
  .canvas_wrap.active {
    display: block;
  }
  .canvas_cover {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  
  .create_step .mode-btn {
    width: 100px;
    border-radius: 4px;
    padding-inline: 10px;
    margin: 0;
  }
  .mode-btn.active {
    background-color: #FFF67F;
  }
  .mode-btnwrap {
    display: flex;
    column-gap: 10px;
  }
.delete-stamp-btn {
  position: absolute;
  z-index: 1;
  display: none;
}
  .canvas_cover.drawable {
    pointer-events: none;
    background-color: transparent;
    display: flex;
    align-items: flex-end;
  }
  .canvas_cover .tutorial_box {
    display: flex;
    min-width: 280px;
  }
  .canvas_cover.drawable .tutorial_box {
    display: none;
  }
  .canvas_cover_end {
    display: none;
  }
  #canvas_in_html {
    width: 100%;
  }
  .canvas-container {
    margin: auto;
  }
  .canvas-container canvas {
    border: 2px solid #008eff !important;
  }
  #link-download {
    display: none;
  }
  .canvas_control {
    margin-bottom: 8px;
  }
  #undo,#redo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: auto;
    padding: 0 16px;
    margin: 0;
    margin-right: 8px;
    border: none;
    color: #fff;
    background-color: #008eff;
    background-repeat: no-repeat;
    background-size: 30px;
    border-radius: 5px;
    opacity: .2;
    cursor: default;
  }
  #undo {
    padding-left: 30px;
    background-image: url(../images/create/icon-prev.svg);
    background-position: center left 10px;
  }
  #redo {
    padding-right: 30px;
    background-image: url(../images/create/icon-next.svg);
    background-position: center right 10px;
  }
  #undo.active,
  #redo.active {
    opacity: 1;
    cursor: pointer;
  }
  .canvas_control svg {
    width: 2.5rem;
    height: 2.5rem;
  }
  .mapimg_delete {
    display: flex;
    align-items: center;
    margin-left: auto;
    background-color: #e6e6e6;
    padding: 0 32px;
    border-radius: 5px;
    cursor: pointer;
  }

 /* step2 避難に要する時間 */
 .step2_list li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 4px;
}
.step2_label {
  width: calc((100% - 5px) / 2);
  background-color: #0468b7;
  color: #fff;
  padding: 16px;
  display: inline-block;
  border-radius: 5px;
  height: 64px;
  text-align: center;
}
.step2_label span {
  display: inline-block;
  padding-left: 55px;
  background-position: center left;
  background-repeat: no-repeat;
}
.step2_label.who span {
  background-image: url(../images/common/icon-human.svg);
  background-size: 31px auto;
} 
.step2_label.contact span {
  padding-left: 40px;
  background-image: url(../images/common/icon-tel.svg);
  background-size: 18px auto;
} 
.step2_list input {
  width: calc((100% - 5px) / 2);
}


.skip_box {
 max-width: 800px;
 width: 100%;
 margin: 0 auto 50px;
 padding: 20px 20px 20px 20px;
 background: #eee;
 color: #666;
}
.skip_box.pdg-all30 {
  padding: 30px;
}
.skip_box .attention_mark {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 200%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 0;
  font-size: 1.25rem;
  letter-spacing: 0;
  color: #666;
}
.skip_box p {
  width: calc(100% - 230px);
  margin: 0;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.8;
}
.skip_box p.w100 {
  width: 100%;
}
.skip_box .indent {
  text-indent: -2.25em;
  padding-left: 2.25em;
}

  #skip_btn_1 {
    width: 200px;
    padding: 0 60px;
    margin-right: 0;
    font-size: 1rem;
    position: relative;
    background: linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
  }
  #skip_btn_1::after,
  #skip_btn_1::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #fff;
  }
  #skip_btn_1::after {
    right: 20px;
  }

  #skip_btn_1::before {
    right: 32px;
  }

#step1-2_nextbtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


#step1-2_nextbtn .style2{
color: #0468b7;
background-color: #fff;
border: 2px solid #0468b7;
background-image: url(../images/common/arrow_blue.svg);
}

  /* step3 避難に要する時間 */
  .create_step--section .evac_flow_table {
    border-collapse: separate;
    border-spacing: 5px;
    border: none;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-bottom: 0;
  }
  .evac_flow_table th {
    vertical-align: middle;
    background: #0468b7;
    border-radius: 5px;
    color: #fff;
    border: none;
  }
  .evac_flow_table tbody th {
    vertical-align: top;
    background: none;
    padding: 0;
  }
  .evac_flow_table tbody th span {
    background: #0468b7;
    height: 66px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 5px;
  }
  .evac_flow_table th.rain {
    background-color: #df2f2f;
  }
  .evac_flow_table th:last-child {
    width: 220px;
  }
  .evac_flow_table td {
    padding: 0;
    border: none;
  }
  .evac_flow_table td select {
    height: 66px;
  }
  .evac_move input[type="text"] {
    font-size: 0.9rem;
    height: 66px;
    padding: 16px 20px;
  }

  .evac_move input[name^="evac_time_"] {
    width: 80%;
  }
  .evac_flow_table.total_time th:last-child {
    width: auto;
  }
  .evac_flow_table.total_time th {
    width: 33%;
  }
  .evac_flow_table.total_time .none {
    background-color: #fff;
  }
  .evac_flow_table.total_time td {
    padding: 0;
    border: none;
    background-color: #eee;
    text-align: center;
    vertical-align: middle;
  }
  .evac_flow_table .total_time_num::after {
    content: '分';
  }
  .total_box .cell_box,
  .total_box .cell_box.rain {
    background: #e5e5e5;
    border: none;
  }
  .step3_2column th{
    width: calc(100% - 260px);
  }
  .step3_2column td {
    width: 260px;
  }
  .evac_time_calc .evac_time_parts {
    width: 80%;
    margin-right: 5px;
  }
  .evac_parts .inputwrap,
  .evac_time_calc .inputwrap {
    width: 80%;
    display: inline-block;
    margin-right: 5px;
  }
  .evac_parts .inputwrap {
    margin: 0;
  }
  .evac_parts .inputwrap input[name^="evac_time_"] {
    width: 100%;
  }
  .evac_time_calc .inputwrap .evac_time_parts{
    width: 100%;
    margin-right: 0;
  }  /* step4 いつ避難を開始するか */
  .step4_select > div {
    width: calc(50% - 2px);
  }
  .evac_timing_table th {
    width: 300px;
    line-height: 1.5;
  }
  .evac_timing_table th img {
    margin-right: 16px;
  }
  .evac_timing_table td {
    padding-left: 16px;
  }
  .evac_timing_table textarea {
    resize: none;
  }
  .step4_select select {
    width: 100%;
    text-align: center;
  }
  .level4_box {
    padding: 0;
    overflow: hidden;
  }
  .level4_box p{
    color: #333;
    font-size: 1.3em;
    letter-spacing: normal;
  }
  .level4_box .bold {
    display: inline-block;
    color: #333;
    font-family: 'Hiragino UD Sans W6 JIS2004', sans-serif;
    position: relative;
  }
  .level4_box .bold::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6px;
    display: block;
    background: url(../images/create/level4_box.png) repeat-x left center;
  }
  .create_step--inner .level_table_title {
    text-align: center;
    background: none;
    color: #0468b7;
    margin-bottom: 0;
  }
  .level_table_title span {
    display: inline-block;
    position: relative;
    padding: 0 38px;
    font-size: 1.75rem;
  }
  .level_table_title span::before,
  .level_table_title span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 15px solid #0468b7;
    border-bottom: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .level_table_title span::before {
    right: 0;
  }

  .level_table_title span::after {
    left: 0;
  }


.create_step[data-step="5"] .checkbox_list:last-of-type {
  margin-bottom: 24px;
}  /* step6 避難所メモ */
  .step6 *:not(.flex) > .input-row-label:not(:last-child) {
    margin-bottom: 8px;
  }
  .memo_address--check {
    margin-left: 240px;
    margin-bottom: 8px;
    border: 1px solid #8dd39d;
    padding: 16px 24px 10px;
    border-radius: 5px;
  }
  .memo_address--check p {
    font-size: 1rem;
    margin-bottom: 8px;
    padding-left: 16px;
  }
  .step6 select[name="memo_sex"] {
    width: 200px;
  }
  .text-indent-2_5 {
    text-indent: -2.5em;
    padding-left: 3.5em;
    display: inline-block;
  }

  /*避難カード作成入力フォーム*/

  #eva_card_form > dl,
  #other_eve_list > dl  {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
  }
  #eva_card_form > dl.mgn-btm24{ margin-bottom: 24px; }
  #eva_card_form > dl > dt,
  #other_eve_list > dl > dt {
    width: 200px;
    color: #fff;
    padding: 24px;
    background: #0468b7;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 5px 0 0 5px;
  }
  #eva_card_form > dl > dd,
  #other_eve_list > dl > dd {
    width: calc(100% - 200px);
    padding: 16px 24px;
    border: 1px solid #0468b7;
    border-radius: 0 5px 5px 0;
    font-size: 1.125rem;
  }
  #eva_card_form > dl dd input,
  #other_eve_list > dl dd input {
    border-radius: 5px;
    padding: 5px;
    max-width: 100%;
    font-size: 1rem;
  }
  #eva_card_form > dl dd label,
  #other_eve_list > dl dd label {
    width: auto;
    padding: 0;
    display: inline-block;
    background: none;
    color: #333;
    transition: .1s;
  }
  #eva_card_form > dl dd label:hover,
  #other_eve_list > dl dd label:hover {
    cursor: pointer;
    opacity: 0.8;
  }

  #eva_card_form dd .subtext {
    position: relative;
    display: block;
    padding-left: 1.2em;
    line-height: 1.8;
    margin-bottom: 8px;
  }

  #eva_card_form dd .subtext::before {
    content: '';
    position: absolute;
    top: 0.6em;
    left: 0;
    display: block;
    width: 0.6em;
    height: 0.6em;
    background-color: #008eff;
    border-radius: 50%;
  }
  #eva_card_form .inputwrap { display: inline-block;}
  #eva_card_form .inputwrap,
  #eva_card_form .inputwrap input,
  #eva_card_form input[type="text"] {
    width: auto;
  }
  #eva_card_form input.age,
  #eva_card_form input[type="tel"] {
    border-radius: 5px;
    padding: 5px;
    max-width: 100%;
    font-size: 1rem;
  }
  #eva_card_form input.age {
    margin: 0 10px 0 0;
    width: 50px;
  }
  
  #eva_card_form input[type="radio"] + label,
  #eva_card_form input[type="checkbox"] + label,
  #eva_card_form .checkbox_list span{
    position: relative;
    display: inline-block;
    padding: 0.3em 8px 0.3em 25px;
    line-height: 1.6;
    font-size: 1rem;
    vertical-align: top;
    cursor: pointer;
  }
  #eva_card_form .checkbox_list span {
    padding: 0.3em 8px;
  }

  #eva_card_form input[type="radio"] {display: none;}
  #eva_card_form input[type="radio"]:checked + label,
  #eva_card_form input[type="checkbox"]:checked + label{
    color: #0468b7;
  }
  #eva_card_form input[type="text"].w100 {
    width: 100%;
  }
  #eva_card_form .day input {
    width: 50px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 10px 0 0;
  }
  #eva_card_form .checkbox_list {
    display: flex;
  }

  #eva_card_form .box li {
    border-bottom: 1px dashed #ccc;
    
  }
  #eva_card_form .box dl li {
    border: none;
    display: flex;
    align-items: center;
  }
  #eva_card_form .box li li {
    border: none;
    line-height: 1.4;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #eva_card_form .checkbox_list li.w100,
  #eva_card_form .radio_list li.w100 {
    width: 100%;
  }
  #eva_card_form .title {
    margin: 0 0 10px;
    font-weight: bold;
    color: #0468b7;
  }

  #eva_card_form .box .name_box{
    margin-bottom: 10px;
  }
  #eva_card_form .box .family_name {
    width: 100%;
    margin-bottom: 10px;
  }


  #eva_card_form .center {
    display: flex;
    align-items: center;
  }
  
  /*家族の状況*/

  #eva_card_form .dl_box dl {
    margin: 0 0 10px;
  }
  #eva_card_form .dl_box input {
    margin: 0 5px 0 0 ;
  }
  #eva_card_form .dl_box input.readonly {
    background: #ccc;
    border: #ccc;
    cursor: default;
  }
  #eva_card_form .dl_box dt,
  #eva_card_form .dl_box dd {
    margin: 0;
 
    font-size: 1rem;
  }
  #eva_card_form .dl_box dd {
    padding: 0;
  }
  #eva_card_form .dl_box dt::before {
    top: 0.4em;
  }
  #eva_card_form .dl_box_inner dl {
    margin: 0 5px 0 0;
    flex-grow: 1;
  }
  #eva_card_form .dl_box dl dt,
  #eva_card_form .dl_box dl dd {
    line-height: 1.4;
  }
  #eva_card_form .dl_box dl dt {
    background: #0468b7;
    color: #fff;
    padding: 3px;
    margin: 0 0 5px;
    border-radius: 3px;
    text-align: center;
  }
  #eva_card_form .dl_box_inner .inner_name {
    width: 30%;
    justify-content: space-between;
  }
  .family_box {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: dashed #ccc 1px;
  }

  #eva_card_form .inner_name  dd {
    justify-content: space-between;
  }
  #family_add {
    margin: 0 0 10px;
  }
  .family_zip_box {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: dashed #ccc 1px;
  }
  #eva_card_form .family_zip_box .family_zip{
    margin-top: 10px;
    width: 100%;
  }
  #eva_card_form .family_zip_box .area {
    width: 75px;
  }
  #eva_card_form .family_zip_box .address0 {
    margin: 0 10px 0 0;
  }
  #eva_card_form .inner_name input {
    width: 40%;
  }
  #eva_card_form .inner_memo  {
    width: 25%;
  }
  #eva_card_form .inner_barth {
    width: 30%;
    margin-bottom: 10px;
  }
  #eva_card_form .inner_barth  input {
    width: 100%;
  }
  #eva_card_form .barth_list { 
    display: flex;
   }
   #eva_card_form .barth_list select {
     min-width: 20px;
     height: 37px;
     padding: 5px;
     text-align: right;
   }
  #eva_card_form .inner_age dd {
    display: flex;
    align-items: center;
  }
  #eva_card_form .inner_age .age {
    text-align: right;
  }
  #eva_card_form .inner_sex {
    width: 15%;
  }
  #eva_card_form .inner_name
  #eva_card_form  input[type="radio"] + label{
    padding: 0.3em 8px 0.3em 25px;
  }

  #eva_card_form .radio_list label::before {
    left: 0;
  }
  #eva_card_form .radio_list input[type="radio"]:checked + label::after {
    left: 4px;
  }
  #eva_card_form  .family_zip {width: 100%;}
  
  #eva_card_form .create--check {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 30px;
  }
  
  /*一緒に逃げる人*/
  #with_list_card dl {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px dashed #ccc;
    display: flex;
    flex-wrap: wrap;
  }
  #with_list_card .flex {
    justify-content: space-between;
  }
  #with_list_card .flex dl {
    width: 49%;
  }
  #with_list_card dt {
    width: 100%;
    line-height: normal;
  }
  #with_list_card dd {
    width: 100%;
    margin: 0;
  }
  /*その他追記項目*/
  #with_list_box,
  #other_eve_list {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: .2s;
  }
  #with_list_box.active,
  #other_eve_list.active {
    height: auto;
    opacity: 1;
  }
  #with_list_btn,
  #other_list_btn {
    margin: 0 0 10px;
  }

  /* 完了画面 */


.complete .create_step--inner.head-inner {
  margin-bottom: 64px;
  max-width: none;
  background: #fff;
  padding: 50px;
  border: 2px solid #0468b7;
  border-radius: 16px;
  }

  .complete .create_step--inner.head-inner .blue {
    color: #0468b7;
  }
  .create_complete_box {
    padding: 40px;
    border: 2px solid #0468b7;
    background-color: #fff;
    border-radius: 16px;
    
  }
  .btn-pulldown {
    position: relative;
  }
  .pulldown {
    position: absolute;
    width: 100%;
    bottom: -164px;
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
    z-index: 1;
  }
  .pulldown.active {
    pointer-events: all;
    opacity: 1;
  }
  .pulldown a {
    display: block;
    box-shadow: rgba(0,0,0,.1) 0px 1px 7px;
    background-color: #fff;
    border-radius: 5px;
    padding: 16px 24px;
    width: calc(100% - 32px);
    margin: 0 auto 12px;
 
  }
  .create_conplete_card {
    background-color: #888;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .create_conplete_map {
    margin: 16px auto;
    display: block;
  }

  .create_complete_qr {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    padding: 24px;
    width: 400px;
    margin: auto;
    background-color: #fff;
  }
  .create_complete_qr h5 {
    margin-right: 24px;
  }
  .create_complete_qr img {
    width: 120px;
  }
  .line_footbanner {
    z-index: 1;
    position: relative;
    width: 95%;
    margin: 0 auto;
  }
  .line_footbanner::after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform:  translate(-50%,-50%);
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    border-radius: 10px;
    background-color: #06c755;
  }
  .line_footbanner .inbox {
    position: relative;
    background: url(../images/common/bg-ptn04.jpg);
    border-radius: 5px;
    padding: 20px 30px 15px;
    text-align: center;
  }
  .line_footbanner h3 {
    display: inline-block;
    position: relative;
    margin: 0 0 20px;
    font-size: 1.875rem;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.12em;
  }
  .line_footbanner h3::after {
    content: "";
    position: absolute;
    left: -130px;
    top: 0;
    display: block;
    width: 108px;
    height: 108px;
    background: url(../images/create/illust03.png) no-repeat center top;
    background-size: contain;
  }
  .line_footbanner h3 span{
    color: #06c755;
    font-size: 2.125rem;
    display: block;
    font-family: 'Lato', sans-serif;
    letter-spacing: normal;
  }
  .line_footbanner .text {
    position: relative;
    margin: 0 0 20px;
    font-size: 1rem;
    line-height: 1.8;
  }
  .line_footbanner .text::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: "";
    width: 158px;
    height: 158px;
    background-color: #06C755;
    opacity: .1;
    border-radius: 100%;
  }
  .line_footbanner a {
    width: 320px;
    height: 80px;
    margin: 0 auto;
    background-color: #06c755;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
    border: none;
    color: #fff;
    background-image: url(../images/common/arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 35px;
    background-size: 21px auto;
    transition: .2s;
    border-radius: 100px;
  }
  .line_footbanner a::before {
    display: none;
  }
  .line_footbanner .rightimg img,
  .line_footbanner .leftimg img{
   max-width: 100%;
  }
  .line_footbanner .rightimg,
  .line_footbanner .leftimg {
    position: absolute;
    bottom: 0;
  }
  .line_footbanner .rightimg {
    width: 16.7vw;
    max-width: 359px;
    right: 2.95vw;
  }
  .line_footbanner .leftimg  {
    width: 14.95vw;
    max-width: 287px;
    left: 5.21vw;
    bottom: 20px;
  }
  
  #complete-inner {
    margin-top: 0px;
    background-image: url(../images/common/blue_back_03.gif);
    padding: 10px;
    width: 996px;
    transform-origin: left top;
  }
  #complete-inner .deco {
    display: inline-block;
    padding: 0 50px;
    position: relative;
  }
  #complete-inner h4 {
    background: none;
    font-size: 1.875rem;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }
  #complete-inner h4 .day {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 1rem;
  }
  #complete-inner h4 .deco {
    padding: 0 24px;
  }
  #complete-inner h5 {
    margin: 0 0 12px;
    color: #fff;
    text-align: center;
    font-size: 1.375rem;
  }
  #complete-inner h5 .deco {
    padding: 0 33px;
  }
  
  #complete-inner .deco::before,
  #complete-inner .deco::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
  }
  #complete-inner .deco::before {
    left: 0;
  }
  #complete-inner .deco::after {
    right: 0;
  }
  #complete-inner .white_box {
    margin: 0 0 20px;
    padding: 12px;
    border-radius: 10px;
    background: #fff;
  }
  #complete-inner .yellow_box {
    padding: 20px;
    border-radius: 10px;
    background: #fffddf;
    border: 1px solid #8dd39d;
    font-size: 1rem;
  }
  /*テーブル内の各コンテンツの横幅,枠線設定*/
  #complete-table {
    border: none;
    overflow: scroll;
    height: 1px;
    
  }
  #complete-table th,
  #complete-table td {
    vertical-align: top;
    padding: 3px;
    height: 120px;
    border: none;
  }
  #complete-table th:first-of-type {
    width: 130px;
  }
  #complete-table th:not(:first-of-type) {
    width: 160px;
  }
  #complete-table th:not(:first-of-type),
  #complete-table td{
    border: 1px dotted #ccc;
    border-width: 0 1px 1px 0;
  }
  #complete-table th:last-of-type,
  #complete-table td:last-of-type{
    border-width: 0 0 1px;
  }

  /*--色ベタの設定--*/
  #complete-table .color_box {
    padding: 15px 5px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 100%;
    line-height: 1.2;
    letter-spacing: normal;
    border-radius: 5px;
    overflow: hidden;
  }
  /*--テーブル内レベルごとの色分け--*/
  #complete-table .level1 .color_box,
  #complete-table .level2 .color_box {
    color: #000;
  }
  #complete-table .level3 .color_box,
  #complete-table .level4 .color_box,
  #complete-table .level5 .color_box {
    color: #fff;
  }
  #complete-table .level1 .color_box {
    background: #e6e6e6;
  }
  #complete-table .level2 .color_box {
    background: #f2e700;
  }
  #complete-table .level3 .color_box {
    background: #f55929;
  }
  #complete-table .level4 .color_box {
    background: #933497;
  }
  #complete-table .level5 .color_box {
    background: #000;
  }

  #complete-table th:first-of-type .color_box {
    border: 1px solid #8dd39d;
  }
  /*--td内の色ベタの設定--*/
  #complete-table td .color_box {
    font-size: 0.938rem;/*15px*/
    letter-spacing: normal;
    text-align: center;
  }
  /*--色ベタ外の文字--*/
  #complete-table td p {
    font-size: 0.813rem;/*13px*/
    line-height: 1.2;
    text-align: center;
  }
  /*--警報レベル,災害の種類のフォントサイズ--*/
  #complete-table #disaster_level th,
  #complete-table th:first-of-type {
    font-size: 0.938rem;/*15px*/
  }
  #disaster_water,
  #disaster_info,
  #action {
    display: none;
  }
  #disaster_water_title {
    font-size: 0.938rem;/*15px*/
    border: 1px solid #8dd39d;
  }

  #disaster_level #disaster_level_head .color_box {
    /* width: 130px; */
   }
  /*--警報レベル内の中央揃え--*/
  #complete-table #disaster_level th:not(:first-of-type) .color_box {
    align-content: inherit;
  }
 /*--警報レベル内の中央揃え--*/
  #complete-table #disaster_level th span {
    width: 100%;
    display: block;
    font-size: 1.125rem;/*18px*/
    margin-bottom: 10px;
  }
  #complete-table #disaster_level em {
    font-size: 1.5rem;/*20px*/
  }
  /*--キャプションがある場合--*/
  #complete-table .havetext .color_box{
    height: auto;
    margin: 0 0 5px;
  }
  /*--住民がとるべき行動--*/
  #complete-table #action td .color_box {
    display: block;
    font-size: 0.813rem;/*13px*/
    text-align: left;
    background: #f1f1f1;
    color: #000;
  }
  #complete-table #action .level5 .color_box {
    text-align: center;
    color: #f55929;
    font-size: 1rem;
  }
  #complete-table #action li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 10px;
  }
  #complete-table #action li::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #0468b7;
    border-radius: 100%;
  }

  #complete-inner .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #complete-inner .column .box1{
    width: calc(100% - 385px);
  }
  #complete-inner .column .box2{
    width: 100%;
    max-width: 370px;
  }
  #complete-inner .box1 {
    display: flex;
    flex-direction: column;
  }
  #complete-inner .box1 .white_box {
    flex-grow: 1;
    flex-shrink: 0;
  }
  /*--いつ、何をする--*/
  #complete-inner .vl {
    writing-mode: vertical-rl;
  }
  #complete-inner #morning #morning_head {
    width: 50px;
  }
  #complete-inner #morning th{
    height: 320px;
  }
  #morning_head {width: 30px; }
  #complete-inner #morning th .color_box {
    width: 100%;
    border: none;
    color: #fff;
    background: #0468b7;
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
  }
  #complete-inner #morning td ,
  #complete-inner #evening td {
    position: relative;
    border: none;
    height: 160px;
    white-space: nowrap;
    overflow: visible;
  }
  /*--いつ、何をするの枠線作成--*/
  #complete-inner #morning td .color_box,
  #complete-inner #evening td .color_box {
    position: relative;
    background: #FFFDDF;
    border: 1px solid #8DD39D;
    border-width: 1px 0;
    border-radius: 0;
    color: #000;
    align-items: center;
    flex-wrap: nowrap;
  }
  #complete-inner td .color_box .eva_timing{
    width: 100%;
    font-size: 12px;
    white-space: normal;
    margin-top: 6px;
  }
  #complete-inner .level1_box {
    width: 100%;
    height: 100%;
  }
  #complete-inner .color_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #complete-inner .color_box .eva_timing_wrap {
    display: flex;
    align-items: center;
  }
  #complete-inner #evening td.level3 {
    padding-left: 0;
  }
  #complete-inner #evening td.level3 .color_box {
    border-left: none;
  }
  #complete-inner #morning td.level4 .color_box,
  #complete-inner #evening td.level4 .color_box {
    padding-right: 25px;
  }
  #complete-inner #morning td.level5 .color_box{
    overflow: initial;
  }

  #complete-inner #morning td {
    padding: 3px 0 0 0;
  }
  #complete-inner #evening td {
    padding: 3px 0;
  }
  #complete-inner #alert,
  #complete-inner #alert2 {
    position: absolute;
    top: -1px;
    left: -15px;
    z-index: 1;
    height: calc(200% + 4px);
    overflow: initial;
    text-orientation: upright; 
    display: inline-block;
    background: #933497;
    color: #fff;
    padding: 0 5px;
    font-size: 0.813rem;
  }
  #complete-inner #alert2 span em {
    display: inline-block;
    transform: translateX(2px);
  }
  #complete-inner #alert2 {
    left: 15px;
    background: #000;
    font-size: 0.75rem;
  }
  #complete-inner #alert span,
  #complete-inner #alert2 span {
    position: relative;
    padding-top: 30px;
    display: inline-block;
    height: 100%;
    text-align: left;
  }
  #complete-inner #alert2 span {
    padding-top: 10px;
  }
  #complete-inner #alert span::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -3px;
    top: 10px;
    border: 6px solid transparent;
    border-right: 6px #fff solid;
   }
  #complete-inner #morning td:first-of-type,
  #complete-inner #evening td:first-of-type:not(.level2) {
    padding-left: 3px;
  }
  #complete-inner #morning td:first-of-type > .color_box {
    height: 156px;
  }
  #complete-inner #morning td:first-of-type > .color_box:first-of-type {
    margin: 0 0 2.5px;
  }
  #complete-inner #morning td:first-of-type .color_box,
  #complete-inner #evening td:first-of-type:not(.level2) .color_box {
    border-width: 1px 0 1px 1px;
    border-radius: 5px 0 0 5px;
  }
  #complete-inner #morning td:last-of-type,
  #complete-inner #evening td:last-of-type {
    padding-right: 3px;

  }
  #complete-inner #morning td:last-of-type .color_box,
  #complete-inner #evening td:last-of-type .color_box {
    border-width: 1px 1px 1px 0;
    border-radius: 0 5px 5px 0;
  }

  /*--いつ、何をする 避難準備--*/
  #print_flex {
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
  }
  .complete--evac_move {
    white-space: normal;
    font-size: .75rem;
    line-height: 1.1;
    letter-spacing: normal;
  }
  .complete--evac_move .timing {
    margin: 0 0 5px;
    font-weight: bold;
    text-align: center;
  }
  .complete--evac_move .timing span {
    color: #0468b7;
  }
  .complete--evac_move li {
    position: relative;
    padding-left: 1em;
    line-height: 1.1;
    margin-bottom: 0.4em;
  }
  .complete--evac_move li:last-child {
    margin-bottom: 0;
  }
  .complete--evac_move li::before {
    content:'';
    position: absolute;
    left: 0;
    top: .55em;
    display: block;
    width: .5em;
    height: .5em;
    background-color: #008eff;
    border-radius: 50%;
  }
  .complete--evac_move--time {
    display: inline-block;
    background-color: #e6e6e6;
    margin-left: 5px;
    padding: 4px;
    line-height: 1;
    font-size: .9em;
    border-radius: 4px;
  }


  /*--いつ、何をするのキャプション位置--*/
  .eva_start,
  .eva_end {
    height: 75px;
    padding: 3px 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: .875rem;
    line-height: 1.1;
    background: #F69600;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
  }
  .eva_time {
    margin: 0 15px;
    display: inline-block;
    position: relative;
  }
  .eva_time::after {
    content: "";
    position: absolute;
    top: calc(100% + 5px); 
    left: 50%;
    transform: translateX(-50%);
    height: 15px;
    width: calc(100% + 15px);
    background: url(../images/create/arrow.jpg) no-repeat center / contain;
  }

  #complete-inner .when_do td {
    position: relative;
  }
  #complete-inner .when_do td:not(:last-of-type)::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: calc(100% - 20px);
    width: 1px;
    border-right: 1px dotted #ccc;
  }
  #complete-inner .when_do  .level1 .color_box {
    padding-left: 65px;
  }
  #complete-inner .when_do .title {
    position: absolute;
    padding: 5px 12px;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    line-height: 1.05;
    height: 100%;
    font-size: 0.813rem;
    background: #0468b7;
    color: #fff;
  }
  #complete-inner .when_do .title.night {
    background: #707070;
  }
  #complete-inner .when_do .title span {
    position: relative;
  }
  #complete-inner .when_do .title span:first-child {
    margin-left: 4px;
  }
  #complete-inner .when_do .title::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    right: -26px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #complete-inner #morning .title::after {
    background-image: url(../images/create/icon-sun.svg);
  }

  #complete-inner #evening .title.night::after {
    background-image: url(../images/create/icon-moon.svg);
  }

  /*何を持って避難する？*/
  #complete-inner #load_list {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
  }
  #complete-inner #load_list li{
    position: relative;
    width: calc((100% - 20px) / 3);
    margin: 0 10px 5px 0;
    padding: 0 0 5px 20px;
    font-size: 0.75rem;
    line-height: 1.1;
    border-bottom: 1px dashed #ccc;
  }
  #complete-inner #load_list li:nth-of-type(3n) {
    margin: 0 0 5px;
  }
  #complete-inner #load_list li::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 3px;
    border: 2px solid #8DD39D;
  }
  #complete-inner #other_load_list {
    width: 100%;
    margin: 0 auto 20px;
    word-break: break-word;
    font-size: 0.875rem;
    line-height: 1.4;
    padding: 10px;
  }
  #card_goods_caution {
    font-size: 0.75rem;
    line-height: 1.4;
    background: #df2f2f;
    border-radius: 10px;
    padding: 5px;
    color: #fff;
  }

  
  /*--何を持って避難する？--*/
  #complete-inner #with_list {
    margin: 0 0 20px;
    padding: 12px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  #complete-inner #with_list li{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 5px;
    line-height: 1.4;
  }
  #complete-inner #with_list li:last-of-type {
    margin: 0;
  }

  /*--避難に必要な時間は？--*/
  #complete-inner #time_list {
    padding: 20px;
  } 
  #complete-inner #time_list dt {
    letter-spacing: normal;
    line-height: normal;
    font-size: 1.025rem;
    margin: 0 0 5px;
    color: #0468b7;
  }
  #complete-inner #time_list dd {
    margin: 0 0 8px;
  }
  #complete-inner #time_list p {
    padding: 0 10px;
    margin: 0 auto;
  }
  #complete-inner #time_list .yellow_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    text-align: center;
    line-height: normal;
    overflow: hidden;
    border-radius: 5px;
  }
  #complete-inner #time_list p::after {
    content:attr(data-unit)"";

  }
  #complete-inner #time_list .work,
  #complete-inner #time_list .car {
    display: flex;
    align-items: center;
    color: #fff;
    background: #0468b7;
    width: 80px;
    padding: 10px 13px;
    padding-right: 0;
    background-repeat: no-repeat;
  }
  #complete-inner #time_list .work {
    padding-left: 33px;
    background-image: url(../images/create/icon-walk.svg);
    background-size: 12px auto;
    background-position: center left 12px;
  }
  #complete-inner #time_list .car {
    padding-left: 43px;
    background-image: url(../images/create/icon-car.svg);
    background-size: 20px auto;
    background-position: center left 13px;
  }
  #complete-inner #time_list .rain .work,
  #complete-inner #time_list .rain .car {
    border: 1px solid #933497;
    background-color: #933497; 
  }
  #complete-inner #time_list .vertical {
    width: 100%;
    background: #0468b7;
    color: #fff;
    padding: 8px;
    font-size: 1rem;
  }
  #complete-inner #time_list .rain {
    border: 1px solid #933497;
  }
  #complete-inner #time_list .rain .vertical {
    background-color: #933497; 
  }
  #complete-inner #time_list .vertical em {
    display: block;
    font-size: 0.8rem;
  }
  #complete-inner .flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #complete-inner .column-2 .yellow_box {
    width: calc((100% - 10px) / 2);
  }
  #complete-inner .column-4 .yellow_box {
    width: calc((100% - 10px) / 4);
  }
  #complete-inner .f-2--head div {
    width: calc((100% - 5px) / 2);
    margin-bottom: 4px;
    background-color: #0468b7;
    text-align: center;
    font-size: 0.93rem;
    border-radius: 5px;
    color: #fff;
  }
  #complete-inner .f-2--head div.rain {
   background-color: #933497; 
  }

  #complete-map h5,
  .qr_box h5{
    text-align: center;
    margin: 0 0 10px;
    font-size: 1.5rem;
  }
  .map_wrap {
    position: relative;
  }
  .map_wrap .img_box {
    background: #fff;
    position: relative;
  }

  .map_wrap .img_box .img_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 2px dashed #000;
    background: #fff;
    display: none;
  }
  .map_wrap .img_box .img_mask.download {
    display: block;
  }

  .create_conplete_map {
    width: 100%;
    position: relative;
 
  }
  .mapimg_none .img_box {
    height: 85%;
  }
 .mapimg_none .create_conplete_map {
    opacity: .6;
  }

  #no_img_caption {
    text-align: center;
    color: #fff;
    display: none;
    margin-bottom: 20px;
  }

  #no_img_caption.download {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    color: #000;
    z-index: 1;
    width: 100%;
    padding: 20px;
  }
  .page-simple_br {
    display: none;
  }
  .page-simple   #no_img_caption.download  .page-simple_br {
    display: inline-block;
  }

  #mapcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #000;
    margin: 0 0 20px;
    font-size: 1.5rem;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    width: 80%;
  }
 .page-simple #mapcaption {
  font-size: 1rem;
 }
  #mapcaption:empty {
    display: none;
  }
  #mapcaption.download { 
    display: none;
  }
  .complete-map-box iframe {
    width: 100%; 
    position: relative;
    z-index: 1;
  }
  .complete-map-box.active {
    position: relative;
    background-color: #ccc;
  }

  #complete-map {
    margin: 0 0 30px;
  }
  #complete-map h5 span {
    font-size: 1.875rem;
    color: #fff;
    padding: 0 24px;
    font-family: 'Hiragino UD Sans W6 JIS2004', sans-serif;
    position: relative;
  }
  #complete-map h5 span::before,
  #complete-map h5 span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
}
  #complete-map h5 span::before {
    left: 0;
  }
  #complete-map h5 span::after {
    right: 0;
  }
  #complete-map h5 span::before,
  #complete-map h5 span::after,
  .qr_box h5 span::before ,
  .qr_box h5 span::after  {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
  }
  #complete-map h5 span::before,
  .qr_box h5 span::before {
    left: 0;
  }
  #complete-map h5 span::after,
  .qr_box h5 span::after {
    right: 0;
  }


.complete-map--inner {
  padding: 10px;
  border: 3px solid #0468b7;
  border-radius: 16px;
  background-image: url(../images/common/blue_back_03.gif);
}


  /*QRコード*/
  #qr_list.evecard_card_qr {
    height: auto;
    overflow: visible;
    opacity: 1;
    margin: 0 0 30px;
    justify-content: center;
  }
  
  .qr_memo canvas{
    margin: 0 auto;
  }

  /*printtitle*/
  #print_title {
    display: none;
  }
  #download_btn-qr,
  #print_btn,
  #download_btn-card{
    margin-left:  auto;
    margin-right: auto;
  }
  #print_page2 {
    margin-top: 50px;
  }
  
  /*簡易版*/
  #simple_complete #with_box {display: none; }
  #simple_complete #complete-inner .column .box1 {
    display: none;
  }
  #simple_complete #complete-inner .column .box2 {
    max-width: none;
    display: flex;
    justify-content: space-between;
  }
  #simple_complete #time_list {
    display: none;
    flex-wrap: wrap;
    max-width: 720px;
    justify-content: space-between;
  }
  #simple_complete #time_list > div {
    width: 49%;
  }
  #simple_complete #time_list .time_box2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

  }
  #simple_complete #time_list .time_box2 .e-1, 
  #simple_complete #time_list .time_box2 .d-1 {
    width: 48%;
  } 
  #simple_complete #time_list .time_box2 .f-1 {
    width: 100%;
  }
  #line_footbanner {
    display: none;
  }
  #line_footbanner.active {
    display: block;
  }

  #simple_complete  #qr_list {
    display: none;
  }
  #simple_complete #print_page2 {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 30px;
}
  #simple_complete .complete-map--inner {
    padding-top: 20px;
  }
  #simple_complete .qr_box.qr_line {
    width: 49%;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
  }
  #simple_complete #complete-map {
    width: 49%;
    margin: 0;
  }


  /*grid*/
  .complete_grid {
    grid-gap: 7px;
    grid-template-columns: 30px 60px 60px 140px 1fr 140px 140px 170px;
    grid-template-rows: 100px 28px 1fr 1fr 314px;
  }



  #simple_complete .item_rows5 .eva_time{
    width: 30px;
  }
  #simple_complete .item_rows5 .eva_time::after {
    top: -5px;
  }

  .complete_grid > div {
    position: relative;
  }
  
  .complete_grid > div::after {
    content: "";
    position: absolute;
    right: -4px;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px dotted #ccc;
  }
  .complete_grid > div::before {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #ccc;

  }
  .complete_grid .first {
    border: 1px solid #8dd39d;
  }

  .complete_grid .when_do {
    height: calc((100% - 5px) / 2);
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 276px 162px 147px 148px 1fr;
    grid-auto-flow: column;
    background: #FFFDDF;
    border: 1px solid #8DD39D;
    border-radius: 5px;
  }
  .complete_grid .when_do .caption {
    position: absolute;
    z-index: 1;
    top: -1px;
    font-size: 0.75rem;
    height: calc(200% + 9px);
    padding: 0 5px;
  }
  .complete_grid .when_do .caption em {
    text-align: center;
    font-size: 0.75rem;
    display: block;
    margin: 0;
    line-height: 1.1;
    color: #fff;
  }
  .complete_grid .when_do #gridalert {
    left: -15px;
    background: #933497;
  }
  .complete_grid .when_do #gridalert .inner_box {
    position: relative;
    padding-top: 30px;
  }
  .complete_grid .when_do #gridalert .inner_box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -3px;
    top: 10px;
    border: 6px solid transparent;
    border-right: 6px #fff solid;
  }

  .complete_grid .when_do #gridalert2 {
    left: 15px;
    background: #000;
    padding-top: 10px;
  }

  .complete_grid .when_do:first-of-type {
    margin: 0 0 5px;
  }
  .complete_grid .when_do > div {
    position: relative;
  }
  .complete_grid .when_do > div::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    height: calc(100% - 10px);
    width: 1px;
    border-right: 1px dotted #ccc;
  }
  .complete_grid .when_do > div:last-of-type::after {
    display: none;
  }
  .complete_grid .when_do .level4_box .color_box {
    padding-right: 24px;
  }
  
  .complete_grid .when_do .title em {
    display: block;
    margin: 0;
    text-align: center;
    font-size: 0.813rem;
  }

  .complete_grid .color_box {
    height: 100%;
    padding: 5px;
    line-height: 1.2;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-align: center;
  }
  .complete_grid p{
    font-size: 0.813rem;
    line-height: normal;
  }

  #complete-inner .complete_grid ul.color_box, 
  #complete-inner .complete_grid .item_rows4.item_columns8 .color_box{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.813rem;
    text-align: left;
    background: #f1f1f1;
    color: #000;
  }
  #complete-inner .complete_grid .item_rows4.item_columns8 .color_box.red {
    text-align: center;
    color: #d61411;
  }
  #complete-inner .complete_grid ul li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 0.5rem;
  }
  #complete-inner .complete_grid ul li::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #0468b7;
    border-radius: 100%;
  }

  .complete_grid .item_rows1.item_columns1,
  .complete_grid .item_rows4.item_columns1{
    grid-column: 1 / span 3;
  }
  .complete_grid .item_rows2.item_columns2,
  .complete_grid .item_rows3.item_columns2{
    grid-column: 2 / span 2;
  }
  .complete_grid .item_rows2.item_columns1{
    grid-row: 2 / span 2;
  }
  .complete_grid .item_rows5.item_columns2 {
    grid-column: 2 / span 7;
  }

  .complete_grid .title em {
    font-size: 1.5rem;
    margin-bottom: 5px;
    display: inline-block;
  }
  .complete_grid .weather_info_title em {
    width: 100%;
    margin: 0;
    display: block;
    font-size: 0.938rem;
    line-height: 1.2;
  }



  /*レベルごとの色指定*/
  .item_columns4 .color_box,/*level1*/
  .item_columns5 .color_box /*level2*/ {
    color: #000;
    border: none;
  }
  .item_columns6 .color_box,/*level3*/
  .item_columns7 .color_box,/*level4*/
  .item_columns8 .color_box {/*level5*/
    color: #fff;
    border: none;
  }
  .item_columns4 .color_box {/*level1*/
    background: #e6e6e6;
  }
  .item_columns5 .color_box {/*level2*/
    background: #f2e700;
  }
  .item_columns6 .color_box {/*level3*/
    background: #f55929;
  }
  .item_columns7 .color_box {/*level4*/
    background: #933497;
  }
  .item_columns8 .color_box {/*level5*/
    background: #000;
  }

  .item_rows3.item_columns6 .color_box,
  .item_rows3.item_columns7 .color_box {
    height: auto;
  }
  .complete_grid .whendo_title {
    width: 100%;
    border: none;
    color: #fff;
    background: #0468b7;
    font-size: 1.125rem;
  }
  .complete_grid .whendo_title em {
    margin: 0;
    font-size: 1.125rem;
    display: block;
  }

  /*qr*/
  #qr_list {
    width: 100%;
    margin: 0 0 50px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: initial;
  }
  
  .qr_box {
    width: calc((100% - 5mm) / 2);
    padding: 5mm 5mm 5mm;
    border: 3px solid #0468b7;
    border-radius: 16px;
    background-image: url(../images/common/blue_back_03.gif);
  }
  .qr_box .text {
    font-size: 10pt;
    color: #fff;
    line-height: 1.6;
  }
  .qr_box.qr_line {
    border-color: #06c755;
    background: #06c755;
  }
  .qr_memo {
    padding: 2mm;
    background-color: #fff;
    border-radius: 10px;
  }
  .qr_line .qr_memo{
    margin: 10px 0 0;
  }
  .qr_memo canvas {
    position: relative;
    padding: 2mm;
    background: #fff;
  }
  .qr_box h5 span {
    display: inline-block;
    font-size: 1.875rem;
    color: #fff;
    padding: 0 24px;
    font-family: 'Hiragino UD Sans W6 JIS2004', sans-serif;
    position: relative;
  }
  #qr_memo2 {
    position: relative;
    width: 100%;
  }
  #qr_memo2 svg,
  #qr_memo2 .qr_memo--img {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
  }
  .qr_memo--deco {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80%;
  }
  .qr_memo--deco2 {
    left: auto;
    right: 0;
  }
  .page-simple #qr_box2 .text {
    font-size: 1em;
    margin: 0;
    flex-grow: 2;
    display: flex;
    align-items: center;
  }
  #simple_complete #qr_memo2 img {
    display: block;
    width: 160px;
    margin: 0 auto;
  }
  #simple_complete #qr_memo2 .qr_memo--deco {
    height: auto;
    width: 35%;
  }
  #simple_complete #qr_memo2 .qr_memo--deco2 {
    height: auto;
    width: 30%;
  }
  #simple_complete #qr_box2 .in_box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  #simple_complete #qr_memo2 {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #complete-inner-wrap {
    margin: 0 0 30px;
  }

  .download_flex {
    display: flex;
    width: fit-content;
    column-gap:40px;
    margin-inline: auto;
  }
  @media screen and (max-width: 767px) {
    .download_flex {
      flex-direction: column;
      row-gap: 40px;
    }
    
  }
@media screen and (max-width: 1080px) {
  #complete-table th,
  #complete-table td {
    height: 160px;
  }
}


@media screen and (max-width: 767px) {
  #progress_icon.hide {
    opacity: 0;
    height: 0;
    transition: opacity 0.5s;
  }
  #progress_icon.hide .progress_circle{
    display: none;
  }

  .input-row-label label + input, 
  .input-row-label label + textarea {
    border-radius: 0 0 5px 5px;
  }
  
  .page-create main {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  /* プログレスバー */
  .create_progress li {
    width: 37px;
    height: 37px;
    font-size: 1.143rem;/*16px*/
    margin-right: calc((100% - 37px * 5 - 47px) / 5);
  }
  .create_progress li.active {
    width: 47px;
    height: 47px;
  }
  .create_progress li:not(:last-child)::after {
    width: 14px;
    height: 12px;
    right: -16px;
    background-size: contain;
  }

  /*扉ページ*/
  .inner-title.cardpage-title {
    font-size: 2rem;
  }
  .slanting_deco::after,
  .slanting_deco::before {
    height: 26px;
  }
  .index_btn_box .index_btn_inner {
    margin: 0 0 50px;
  }
  .index_btn_style2 .btn_time_wrapper {
    position: relative;
    top: initial;
    right: initial;
  }
  .index_btn_inner a {
    padding: 20px 20px 30px;
    text-align: center;
  }
  .inner_btn span {
    width: 100%;
  }
  .index_btn_text {
    display: block;
    text-align: center;
  }
  .index_btn_style1 {
    width: 100%;
  }
  .index_btn_textbox {
    display: block;
  }
  .index_btn_style2 .slanting_deco::before,
  .index_btn_style2 .slanting_deco::after {
    top: 10px;
   }
  .index_btn_style2 .index_btn_inner a {
    padding: 20px 20px 30px;
  }
  .index_btn_style2 .contnav_title {
    font-size: 1.5rem;
    padding: 0;
    letter-spacing: .1em;
  }
  .index_btn_style2 .slanting_deco_style3::before,
  .index_btn_style2 .slanting_deco_style3::after {
    display: none;
  }

  #create_start .input-row-label {
    max-width: none;
  }
  #create_start input {
    margin: 0;
    width: calc((100% - 10px) / 2);
  }
  

  /*プログレスサークル*/
  #progress_icon {
    width: 65px;
    height: 65px;
    top: 100px;
    right: 10px;
  }
  #progress_icon .num {
    font-size: 1.5rem;
  }
  #progress_icon em {
    margin-bottom: 2px;
  }
  #progress_icon .inner_box {
    width: 90%;
    height: 90%;
  }
  /*ヘルプボタン*/
  #helpbtn {
    width: 50px;
    height: 50px;
  }
  #helpbtn a span {
    display: none;
  }
  #helpbtn img {
    width: 40%;
    height: 40%;
  }

  /* STEP基本スタイル */
  .create_step--section {
    font-size: 1.071rem;/*15px*/
    line-height: 1.6;
  }
  .create_step--inner {
    width: 95%;
    margin-bottom: 20px;
    font-size: 1rem;
  }
  .create_step h4 {
    font-size: 1.429rem;/*20px*/
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .create_step select {
    border-radius: 0 0 5px 5px;
  }
  .select-wrap select {
  border-radius: 5px;
  font-size: 1.143rem;
  }
  label + .select-wrap select {
    border-radius: 0 0 5px 5px;
  }
  .create_step .flex {
    flex-wrap: wrap;
  }
  .create_step p {
    font-size: 1.071rem;/*15px*/
    line-height: 1.6;
  }
  #eva_card_form .inputwrap {
    width: 100%;
    display: block;
    margin: 0 0 10px;
  }
  #eva_card_form .inputwrap input,
  #eva_card_form .inputwrap textarea{
    padding-right: 14px;
  }
  #eva_card_form .inputwrap input[type="text"] {
    margin: 0;
  }
  .inputwrap .enter {
    width: 50px;
    height: 70%;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-10px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 進む・戻るボタン */
  .create_step button {
    width: 100%;
    height: 46px;
    margin: 0 0 16px;
    color: #000;

  }
  /*test*/
  #step0_nextbtn button,
  button.step_change ,
  button.inner_next-step,
  
 .create_step--section + div button,
 .create_step--section + div .next-step {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background-position: center 90px,center;
  }
  #step0_nextbtn button,
  button.step_change.change_next,
  button.inner_next-step,
  .step1_3 button.inner_next-step,
  .create_step--section + div button.gradation1 {
    background:linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
  }
  button.step_change.change_prev,
  .create_step--section + div button.gradation2 {
    background: linear-gradient(24deg, rgba(211,211,211,1) 0%, rgba(235,235,235,1) 100%);
  }
  .create_step--section + div .nextstep_form {width: auto; }

  button.step_change.change_next,
  button.inner_next-step,
  .create_step--section + div .next-step {
    margin-left: 40px;
  }
  
  #step1-1_btnbox button.step_change.change_next {
    margin-left: 0;
  }
  /*---*/
  
  .create_step .next-step {
    width: 100%;
    margin: 0 0 15px;
    height: 80px;
  }
  .create_step .nextstep_form {
    width: auto;
  }
  /*個別パーツ*/
  .box-important--icon  {
    width: 120px;
  }
  .box-important--icon svg {
   width: 100%;
   height: 40px; 
  }


  .create_step .btn a {
    height: 80px;
  }
  .create_step .create--check .sp_box {
    display: block;
  }
  .create_step .create--check .tablet_box {
    display: none;
  }
  .create_step .create--check {
    padding: 20px;
  }
  .create_step .checkbox_list li {
    width: 100%;
  }
  .create--ttl-deco {
    font-size: 1.286rem;
    position: relative;
    text-align: center;
    margin: 0 0 20px;
    padding: 0 25px;
  }
  .create--ttl-deco::before,
  .create--ttl-deco::after {
    position: absolute;
    width: 20px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .create--ttl-deco::before {
    left: -10px;
    background-position: center left;
  }
  .create--ttl-deco::after {
    right: -10px;
    background-position: center right;
  }
  .create--ttl-bg {
    width: 95%;
    font-size: 1.2rem;
    padding: 10px 25px;
  }
  .create_step .btn-add {
    min-height: 50px;
    height: auto;
    padding: 10px;
  }

  /*必須マーク*/ 
  .rec-wrapper.rec-center {
    padding-right: 50px;
  }
  .rec-center.rec-center .rec.rec-inside {
    right: 0;
    transform: translateY(-50%);
    top: 50%;
  }
  /* step1 安全な場所 */
  .tutorial_box {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    transform: translate(-50%,-50%);
    background-color: #00000094;
    color: #fff;
    text-align: center;
    padding: 8px 16px;
    line-height: 1.5;
    border-radius: 5px;
  }
  .tutorial_box svg {
    width: 50px;
    height: 38px;
    margin-bottom: 8px;
  }
  .step1_2 .select-wrap::after {
    top: -8px;
  }
  .create_step .map_gis {
    margin-bottom: 24px;
  }
  .map_gis--usage {
    display: block;
  }
  .map_gis--cover {
    width: 100%;
  }
  .map_gis--lock_btn {
    position: absolute;
    bottom: 16px;
    margin-left: 8px;
    margin-bottom: 10px;
    display: block;
    background-color: #008eff;
    border: 2px solid #ffffff;
    color: #fff;
    padding: 4px 15px;
    border-radius: 48px;
    box-shadow: rgb(0 0 0 / 16%) 0px 0px 4px 1px;
    right: 28px;
    bottom: 45px;
    font-size: .93rem;
  }
  .map_gis--iframe_cover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: #ffffff52;
    width: 100%;
    height: 100%;
  }
  .tap_disable .map_gis--lock_btn {
    display: none;
  }
  .map_gis--iframe_wrap .tutorial_box {
    display: none;
  }
  .tap_disable.map_gis--iframe_wrap .map_gis--iframe_cover {
    display: block;
  }
  .tap_disable.map_gis--iframe_wrap .tutorial_box {
    display: flex;
  }
  .mag_gis--usage--zone {
    margin-right: 0;
  }
  .mag_gis--usage--zone .sp {
    margin-bottom: 16px;
  }
  .canvas_cover {
    background-color: #ffffff52;
  }
  .canvas_cover_end {
    position: sticky;
    bottom: 16px;
    margin-left: 8px;
    margin-bottom: 10px;
    display: none;
    background-color: #008eff;
    border: 2px solid #ffffff;
    color: #fff;
    padding: 4px 15px;
    border-radius: 48px;
    box-shadow: rgb(0,0,0,.16) 0px 0px 4px 1px;
  }
  .drawable .canvas_cover_end {
    display: block;
    pointer-events: all;
  }
  .canvas_control.flex {
    flex-wrap: nowrap;
  }
  .select2-container {
    margin: 0 0 10px;
    font-size: 1.125rem;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
  }
  #undo, #redo {
    padding: 0;
    padding-left: 23px;
    background-size: 24px;
    width: 30%;
  }
  #redo {
    padding-left: 0;
    padding-right: 24px;
  }
  .mapimg_delete {
    justify-content: center;
    width: 55%;
    height: 46px;
    padding: 0;
    font-size: .93rem;
    line-height: 1.4;
    padding-right: 1.4%;
  }

  /*step2*/
  #havetime,
  #havetime2 {
    justify-content: center;
  }

  /* step3 避難に要する時間 */
  .create_step--section .evac_flow_table thead{
    display: none;
  }
  .separate_table th {
    padding: 5px;
  }
  .separate_table th img {
    margin-right: 1px;
    width: 18px;
    height: 18px;
    object-fit: contain;
  }
  .evac_flow_table tr,
  .evac_flow_table th,
  .evac_flow_table td {
    display: block;
  }
  .evac_flow_table th,
  .evac_flow_table td {
    margin-bottom: 10px;
  }
  .evac_flow_table th {
    width: 50px;
  }
  .evac_flow_table tr {
    margin-bottom: 30px;
  }
  .evac_flow_table tr:last-of-type {
    margin-bottom: 0;
  }
  .evac_flow_table td select {
    text-align: right;
    padding-right: 50px;
    border-radius: 5px;
  }
  .evac_flow_table td:first-of-type::before {
    content: "避難開始までの行動や準備";
  }
  .evac_flow_table td:last-of-type::before {
    content: "準備にかかる時間";
  }
  
  /* step4 いつ避難を開始するか */
  .step4_select > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .step4_select > div:last-of-type {
    margin-bottom: 0;
  }
  .step4_select_label {
    height: auto;
    border-radius: 5px 5px 0 0;
  }
  .step4_select_label,
  .select-wrap {
    width: 100%;
    margin-bottom: 0;
    color: #000;
  }

  .level4_box .bold::after {
    bottom: -10px;
  }
  .evac_timing_table textarea {
    font-size: 1.143rem;
  }

  /* step6 避難所メモ */
  .step6 *:not(.flex) > .input-row-label:not(:last-child) {
    margin-bottom: 20px;
  }
  .memo_address--check {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .step6 *:not(.flex) > .input-row-label.memo_address {
    margin-bottom: 16px;
  }
  .step6 select[name="memo_sex"] {
    width: 100%;
  }
  #eva_card_form > dl > dt {
    width: 100%;
    border-radius: 5px 5px 0 0;
    padding: 10px 20px;
  }
  #eva_card_form > dl > dd {
    width: 100%;
    border-radius: 0 0 5px 5px;
  }
  #eva_card_form input[type="text"] {
    width: 100%;
    margin: 0 0 10px;
  }
  #eva_card_form .dl_box_inner dl {
    margin-bottom: 0 0 5px;
  }
  #eva_card_form .dl_box_inner .inner_name {
    width: 100%;
  }
  #eva_card_form .dl_box_inner .inner_barth  {
    width: 70%;
    flex-grow: 0;
  }
  #eva_card_form .dl_box_inner .inner_age  {
    width: 25%;
    flex-grow: 0;
  }
  #eva_card_form .barth_list {
    width: 100%;
    justify-content: center;
  }
  #eva_card_form .barth_list select {
    border-radius: 5px;
  }
  #eva_card_form .dl_box_inner .inner_sex {
    width: 100%;
  }
  #eva_card_form .dl_box_inner .inner_sex .flex {
    width: 100%;
    justify-content: center;
  }
  #eva_card_form .family_zip_box .address0 {
    margin: 0;
  }
  #eva_card_form > dl > dt, #other_eve_list > dl > dt,
  #eva_card_form > dl > dd, #other_eve_list > dl > dd {
    width: 100%;
  }
  #eva_card_form > dl > dt, #other_eve_list > dl > dt {
    border-radius: 5px 5px 0 0;
  }
  #eva_card_form > dl > dd, #other_eve_list > dl > dd  {
    padding: 16px;
    border-radius: 0 0 5px 5px;
  }

  /* 完了画面 */
  #download_btn-card {
    margin-bottom: 8px;
  }
  #complete-inner-wrap {
    height: 450px;
    width: 100%;
    margin-bottom: 30px;
    /*
    transform:translateX(30px);
    */
  }
  #complete-inner-wrap.taped {
    overflow: scroll;
    transform:translateX(0);
  }

  #complete-inner {
    width: 980px; margin: 0 auto;
    transform: scale(0.3);
    transform-origin: left top;
    transition: .2s;
   }
   #complete-inner.taped {
    transform: scale(1);
    }
  .btn-pulldown { width: 100%; }
  .create_complete_box {
    padding: 20px 10px;
    width: 100%;

  }
  #download_img-card {
    width: 100%;
    overflow: hidden;
  }
  #complete-inner-wrap.unset {
    overflow: unset!important;
  }
  #complete-table th:first-of-type .color_box,
  #complete-table #disaster_level th:not(:first-of-type) .color_box {
    height: 96px;
  }
  #complete-inner #morning th .color_box {
    height: 275px;
  }
  #complete-inner #morning td .color_box,
  #complete-inner #evening td .color_box {
    height: 135px;
  }
  #complete-inner #morning td.level1 .color_box.top {
    height: 135px;
  }
  #complete-inner #morning td.level1 .color_box.bottom {
    height: 135px;
    top: calc(50% + 3px);
  }
  #complete-inner #morning td {
    height: 135px;
  }
  #complete-inner #alert,
  #complete-inner #alert2 {
    height: 275px;
  }
  .complete--evac_move {
    position: absolute;
    left: 100px;
    max-height: 100%;
    overflow: scroll;
  }

  /*step 1-3*/
  .skip_box {
    max-width: 95%;
    padding: 15px;
  }
  .skip_box p {
    width: 100%;
    margin: 0 0 20px;
  }
  
  #skip_btn_1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 60px;
    border-radius: 500px;
  }
  #inputFile {
    padding: 20px;
    background: #fff;
    border: 2px dashed #494949;
  }

  /*step2*/
  .evac_timing_table th,
  .evac_timing_table td {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding-left: 0;
  }
  .evac_timing_table td .select-wrap{
    margin: 0 0 10px;
  }

  /*step3*/
  .step3_2column th,
  .step3_2column td {
    width: 100%;
    display: block;
  }
  .step3_2column th {
    margin: 0 0 5px;
    padding: 10px 24px;
    font-size: 1.143rem;
  }
  .evac_flow_table tbody th {
    width: 100%;
  }
  .evac_flow_table tbody th span {
    height: auto;
  }

  /*step4*/
  .evac_timing_table th {
    font-size: 1.05rem;
    padding: 10px 20px;
  }
  .evac_timing_table.separate_table th img {
    margin-right: 8px;
  }
  .line_footbanner h3 {
    font-size: 1.25rem;
  }

  /*完成画面*/
  .qr_box h5 span,
  #complete-map h5 span {
    font-size: 1.5rem;
  }

  #line_footbanner.active {
    width: 90%;
    margin: 0 auto;
  }
  .line_footbanner a {
    width: 100%;
  }

  .line_footbanner h3::after {
    display: none;
  }
  .line_footbanner .rightimg img, .line_footbanner .leftimg img {
    display: none;
  }
  /*アラートボタン*/
  #alert {
    width: calc(100% - 40px);
    padding: 20px;
  }
  #alert_content {
    width: 100%;
  }
  #alert_content p {
    margin: 0 0 30px;
  }
  .alert_btn {
    width: 100%;
    min-width: auto;
    height: auto;
    margin: 0 0 20px;
    padding: 20px 20px;
  }
  /*QRコード*/
  .qr_box {
    width: 100%;
    margin-bottom: 10px;
  }
  #complete-inner-wrap.download {
    height: 450px;
    overflow: hidden;
    
  }
  .complete .create_step--inner.head-inner {
    padding: 20px;
    line-height: 1.6;
  }
  .disc_list li::before {
    top: 0.5em;
  }
  .complete .create_step--inner.head-inner .blue {
     font-size: 2rem;
  }
  #qr_memo2 .qr_memo--img {
    width: 100px;
    height: 100px;
  }

  /* 簡易版
  ############################### */

  /* 完成画面 */
  #simple_complete #complete-inner-wrap {
    height: 150px;
  }
  #simple_complete #print_page2 {
    display: block;
  }
  #simple_complete .qr_box.qr_line,
  #simple_complete #complete-map {
    padding-top: 20px;
    width: 100%;
  }
  #simple_complete #complete-map {
    margin-bottom: 16px;
  }
  #simple_complete #qr_memo2 img {
    width: 100px;
    height: 100px;
  }
  #simple_complete #qr_memo2 .qr_memo--deco,
  #simple_complete #qr_memo2 .qr_memo--deco2 {
    width: auto;
    height: 80%;
  }
  
  #simple_complete #complete-map,
  #complete-map {
    padding-top: 0;
  }
  

}
@media print and (max-width: 1080px) {
  /* --- inner --- */
  .inner { width: 90%; }
  .inner-xl { max-width: 90%; }
}
@media print and (min-width: 1081px) {
  .header--nav,
  .gnav,
  .gnav > .flex,
  .gnav ul,
  .gnav li,
  .gnav a {
    height: 100%;
  }
}
@media print and (max-width: 1080px) {
  /* --- inner --- */
  .inner { width: 90%; }
  .inner-xl { max-width: 90%; }
}
@media print and (min-width: 1081px) {
  .gnav {
    display: flex;
  }
  .gnav_btn,
  .tel_btn {
    display: none;
  }
  .gnav--link {
    text-align: center;
    font-family:  'ヒラギノUD角ゴ W6 JIS2004','Hiragino UD Sans W6 JIS2004';
  }
  .gnav--menu > li > .gnav--link:not([href="javascript:void(0);"]):hover,
  .gnav--menu > li.current_page_item > .gnav--link {
    background-color: #fffcd8;
  }
  .gnav--menu li {
    position: relative;
    max-width: 174px;
  }
  .gnav--link span,
  .gnav--link em{
    width: 100%;
    display: block;
    text-align: left;
    line-height: 100%;
  }
  .gnav--link span {
    margin: 0 0 6px;
  }
  .gnav--link em {
    font-size: 1.2rem;
  }
  .qa .gnav--link {
    border-radius: 0 0 15px 0;
  }
  .qr .gnav--link {
    padding: 0 8px 0 60px;
  }

  .gnav--menu li::after {
    content: "";
    width: 1px;
    height: calc(100% - 32px);
    background-color: #ddd;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .head_sub_nav a {
    background-color: #fff;
  }
  .menu-item-has-children .head_sub_nav a  {
    background: #fff;
  }
  .menu-item-has-children .head_sub_nav li::after {
    display: none;
  }
  .gnav_sub_toggle {
    display: none;
  }
  .gnav--contact a {
    border-radius: 0;
  }
  /* hover */
  .gnav--menu .menu-item-has-children:hover .head_sub_nav--wrap {
    opacity: 1;
    pointer-events: auto;
  }
  .head_sub_nav a:hover { background-color: #fffcd8; }
}
@media print and (max-width: 1380px) {
  .header--logo {
    max-width: 250px;
  }
  .gnav--link {
    padding: 0 20px 0 54px;
    background-size: 30px;
  }
  .gnav--menu li {
    max-width: 160px;
  }
  .gnav--menu li.guide {
    max-width: 140px;
  }
  .gnav--menu li.qr {
    max-width: 164px;
  }
  .qr .gnav--link {
    padding: 0 8px 0 50px;
  }
}

@media print and (max-width: 1220px) {
  .header > .inner {
    padding-left: 12px;
}
  .header--logo {
    max-width: 220px;
  }
  .gnav--link {
    padding: 0 12px 0 45px;
    background-position: left 8px center;
    background-size: 27px;
  }
  .gnav--menu li {
    max-width: 142px;
  }
  .gnav--menu li.guide {
    max-width: 126px;
  }
  .gnav--menu li.qa {
    max-width: 130px;
  }
  .qr .gnav--link {
    padding: 0 6px 0 46px;
  }
}
@media print and (max-width: 1200px) {
  .fukidashi_box .fukidashi1 {
    top: 20%;
    left: 5%;
  }
}
@media print and (max-width: 1359px) {
  .create--deco {
    position: absolute;
    color: #FFF67F;
    font-size: 1.125rem; /* 18px */
    font-family: 'Hiragino UD Sans W6 JIS2004';
    top: 44px;
    left: 28%;
    transform: rotate(-6deg);
  }
}
@media print and (max-width: 1439px) {
  .home_cta--text {
    padding: 40px 40px 34px;
  }
}
@media print and (max-width: 1300px) {
  .home_cta .inner_btn span {
    min-height: 55px;
  }
  .home_cta--text {
    padding: 2% 40px 34px;
  }
}/* area
*************************************************** */
.section_cont {
  position: relative;
  z-index: 0;
}
.pos_rel {
  position: relative;
  z-index: 0;
}
.city--gifu_map-select a {
  position: relative;
  z-index: 10;
  display: block;
}

.city--gifu_map-select path {
  fill: transparent;
  stroke-linecap: square;
  stroke-linejoin: round;
  transition: .4s ease-out;
}
.city--gifu_map-select a:hover path {
  fill: rgba(255,255,255,.5);
}
.city--gifu_map {
  position: relative;
  z-index: -1;
  width: 100%;
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
}
.city--gifu_map-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-area main {
  padding-top: 40px;
  padding-bottom: 80px;
}
.area_map {
  text-align: center;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  border: 2px solid #0468b7;
  border-radius: 16px;
  margin-bottom: 50px;
}
.area_map .ttl-01 {
  display: inline-block;
  padding: 0 120px;
  margin-bottom: 80px;
}
.area_map .ttl-01::before, .area_map .ttl-01::after {
  content: '';
  position: absolute;
  top: 18px;
  width: 63px;
  height: 74px;
  margin: auto;
  display: block;
}
.area_map .ttl-01::before { 
  left: 0;
  background-image: url(../images/index/ttl-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.area_map .ttl-01 .font-a1-b::before {
  z-index: -1;
}
.area_map .ttl-01::after {
  right: 0;
  background-image: url(../images/index/ttl-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.area_list {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
.area_list li {
  margin: 0 15px 30px 0;
  width: calc((100% - 15px) / 2);
  background: #fff;
  border: 2px solid #ddd;
}
.area_list li:nth-of-type(2n) {
  margin: 0 0 30px;
}
.area_list li .text {
  margin: 0 0 20px;
}
.area_list li a {
  display: flex;
  flex-direction: column;
  padding: 25px;
  transition: .2s;
  height: 100%;
}
.area_list li a .btn {
  justify-content: flex-end;
  margin-top: auto;
}
.area_list li a .btn span::after {
  transform-origin: right top;
}
.area_list li a:hover {
  opacity: 0.8;
}
.area_list li a:hover .btn span {
  color: #fff;
}
.area_list li a:hover .btn span::after {
  transform: scale(1,1);
  transform-origin: left top;
}
.area_list li .btn span {
  margin: 0 auto;
}
#area_modal{
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none;
  background-color: rgba(45,58,67,.9);
  transition: .5s;
}
#area_modal.is_show {
  opacity: 1;
  pointer-events: all;
  transition: .5s;
}
.is_show .modal_overwrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#area_modal .inner {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 900px;
  transform: translate(-50%,-50%);
}
.modal-close {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.modal-close::before, .modal-close::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fff;
}
.modal-close::before {
  transform: rotate(45deg);
}
.modal-close::after {
  transform: rotate(135deg);
}
.modal-content_box {
  padding: 60px 50px;
  margin-left: auto;
  margin-right: auto;
}
.modal-content_box .editor-ttl3:not(:last-child) {
  margin-bottom: 50px;
}
.modal-content_box table {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  word-break: break-word;
  text-align: justify;
}
.modal-content_box table th,
.modal-content_box table td {
  padding: 2em;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #D9D9D9;;
}
.modal-content_box table th {
  min-width: 200px;
  text-align: left;
  background-color: #E5F0F8;
}
.modal-content_box table td {
  font-size: .75rem; /* 12px */
}
.modal-content_box table td a {
  color: #0468b7;
}

@media screen and (max-width: 767px) {
  .area_map {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .area_map .ttl-01 {
    padding: 0 40px;
    margin-bottom: 40px;
  }
  .area_map .ttl-01::before, .area_map .ttl-01::after {
    width: 28px;
    height: 34px;
}
  .area_list li {
    margin: 0 0 30px;
    width: 100%;
    background: #fff;
    border: 2px solid #ddd;
  }
  .area_list li:nth-of-type(2n) {
    margin: 0 0 30px;
  }
  .city--gifu_map {
    padding: 0 20px;
  }
  .city--gifu_map-select {
    position: relative;
  }
  .city--gifu_map .editor-ttl2,
  .city--gifu_map .editor-ttl2:not(:last-child) {
    margin-bottom: 20px;
  }
  .city--gifu_map .editor-ttl2 {
    border-bottom: 1px solid #0468b7;
    padding-bottom: 6px;
  }
  .city--gifu_map .editor-ttl2::before {
    content: none;
  }
  .city--gifu_area {
    text-align: left;
  }
  .area--toggle {
    position: absolute;
    top: 0;
    right: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    width: 33px;
    height: 33px;
    color: #0468b7;
    transition: all .4s ease-out;
  }
  .active .area--toggle {
    transform: rotate(180deg);
  }
  .city--gifu_city {
    position: relative;
    width: 100%;
    transition: none;
    opacity: 1;
    pointer-events: inherit;
    display: none;
    background: transparent;
    padding-bottom: 20px;
  }
  .city--gifu_city li a {
    border-bottom: 1px solid #ddd;
    letter-spacing: 0;
  }
  #modal-content {
    padding: 30px 14px;
  }
  #modal-content table th,
  #modal-content table td {
    padding: 1em .7em;
  }
  #modal-content .editor-ttl3:not(:last-child) {
    margin-bottom: 30px;
  }
  #modal-content table th {
    min-width: 130px;
    font-size: .929rem; /* 13px */
  }
  .modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 36px;
    height: 36px;
  }
  .modal-close::before, .modal-close::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    width: 36px;
    height: 2px;
    background-color: #fff;
  }
}

/* guide
*************************************************** */
.page-guide main {
  padding-top: 40px;
  padding-bottom: 80px;
}
.guide--wrap {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  border: 2px solid #0468b7;
  border-radius: 16px;
}
.guide--about {
  padding: 20px 20px 94px;
  counter-reset: number -1;
}
.guide--about h2{
  margin-bottom: 70px;
}
.guide--about .ttl-01 {
  display: inline-block;
  padding: 0 120px;
}
.guide--about .ttl-01::before,
.guide--about .ttl-01::after {
  content: '';
  position: absolute;
  top: 18px;
  width: 63px;
  height: 74px;
  margin: auto;
  display: block;
}
.guide--about .ttl-01::before {
  left: 0;
  background-image: url(../images/index/ttl-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.guide--about .ttl-01::after {
  right: 0;
  background-image: url(../images/index/ttl-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.guide--about .ttl-01 .font-a1-b::before {
  z-index: -1;
}
.guide--flow--area {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 30px;
  border: 2px solid #0468b7;
  border-radius: 16px;
}
.guide--flow h2 {
  font-size: 2.5rem;
}
.guide--flow .flow_item:not(:last-child) {
  padding-bottom: 64px;
}
.guide--flow .flow_item {
  position: relative;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 86px;
  counter-increment: number 1;
}
.guide--flow .ttl {
  font-size: 2rem;
  color: #0468b7;
  padding-bottom: 28px;
}
.guide--flow .flow_item:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 64px;
  left: 33px;
  display: block;
  width: 0;
  height: calc(100% - 80px);
  border-right: 1px solid #0468b7;
}
.guide--flow .ttl::after {
  content: counter(number);
  position: absolute;
  top: -8px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: #0468b7;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
}
.guide--flow .flow--img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: solid 2px #ddd;
}
.guide--btn {
  margin-top: 78px;
}
.create--each-3 {
  background-color: #0368B6;
  margin: auto;
  padding: 42px 20px;
}
.create--each-3  h3 {
  margin-bottom: 46px;
}
.create--each-3  .ttl::before,
.create--each-3 .ttl::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 14px;
  display: block;
  border: 5px solid #fff;
  border-width: 5px 0;
  top: 50%;
  transform: translateY(-50%);
}
.create--each-3 .ttl::before {
  left: 0;
}
.create--each-3 .ttl::after {
  right: 0;
}
.create--each-3:hover {
  opacity: .8;
  background: linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
}
.guide--illust1 {
  position: absolute;
  top: -18px;
  left: 12px;
}
.guide--illust2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .page-guide .text {
    font-size: 1rem; /* 14px */
  }
  .guide--about {
    padding: 18px 20px;
  }
  .guide--about h2 {
    margin-bottom: 0;
  }
  .guide--about .ttl-01 {
    font-size: 1.8rem;
    padding: 0 40px;
    font-family: 'A1 Gothic B', sans-serif;
  }
  .guide--about .ttl-01::before, .guide--about .ttl-01::after {
    width: 28px;
    height: 34px;
  }
  .guide--flow--area {
    padding: 40px 10px;
  }
  .guide--flow h2 {
    font-size: 2rem;
  }
  .guide--flow .ttl {
    font-size: 1.429rem;
    padding-bottom: 16px;
  }
  .guide--flow .ttl::after {
    top: -6px;
    left: 0;
    width: 36px;
    height: 36px;
    font-size: 1.286rem;
  }
  .guide--flow .flow_item {
    padding-left: 48px;
  }
  .guide--flow .flow_item:not(:last-child) {
    padding-bottom: 20px;
  }
  .guide--flow .flow_item:not(:last-child)::before {
    top: 36px;
    left: 18px;
    height: calc(100% - 48px);
  }
  .create--each-3 {
    padding: 34px 20px;
    height: 190px;
  }
  .create--each-3 .ttl {
    padding-left: 36px;
    padding-right: 36px;
  }
}

/* qa
*************************************************** */
.page-qa main {
  padding-bottom: 80px;
}

/* sitemap
*************************************************** */
.sitemap--menu {
  flex: 1;
}
.sitemap--menu a,
.sitemap--menu span {
  display: block;
}
.sitemap--menu a {
  position: relative;
}
.sitemap--menu a:hover {
  color: #1D7FB7;
}
.sitemap--menu > li > a {
  font-size: 1.125rem; /* 18px */
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: .5em;
  margin-bottom: 1.25em;
}
.sitemap_sub_nav--wrap {
  padding-left: 1.25em;
  margin-bottom: 1.5em;
}
.sitemap_sub_nav a {
  padding-top: .4em;
  padding-bottom: .4em;
  padding-left: 1.25em;
}
.sitemap_sub_nav a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1D7FB7;
  border-right: 1px solid #1D7FB7;
  transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .sitemap--menu:not(:last-child) {
    margin-right: 7.41%; /* 80px */
  }
}
@media screen and (max-width: 767px) {
  .sitemap--menu:not(:last-child) {
    margin-bottom: 24px;
  }
}

/* contact
********************************************** */
.page-contact .cta_tel {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.page-contact .cta_tel a {
  padding: 24px 40px;
}

@media screen and (max-width: 767px) {
  .page-contact .cta_tel a {
    display: block;
    padding: 16px;
  }
}


/* ##############################################################################

  ARCHIVE

############################################################################## */

/* main_column
**************************************** */
.main_column {
  flex: 1;
  margin-right: 80px;
  overflow: hidden;
}

/* --- post --- */
.post { position: relative; }
.post--link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.post--date {
  color: #aaa;
}
.post--info.flex .post--date + .cat_list {
  margin-left: 16px;
}
.cat_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cat_list a {
  display: inline-block;
  vertical-align: middle;
  font-size: .813rem; /* 13px */
  background-color: #1D7FB7;
  color: #fff;
  padding: .25em 1em;
  float: left;
  white-space: nowrap;
  margin: 2px;
}
.cat_list a:hover {
  opacity: .7;
}

@media screen and (max-width: 1100px) {
  .container > .inner.flex {
    display: block;
  }
  .main_column {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}

/* side_column
**************************************** */
.side_column { width: 264px; }
.side_section:not(:last-child) { margin-bottom: 64px; }
.side--ttl {
  letter-spacing: .2em;
  line-height: 1;
  margin-bottom: 16px;
}
.side--ttl small {
  opacity: .5;
  letter-spacing: .15em;
  display: block;
  line-height: 1;
  margin-top: 8px;
}

/* --- post --- */
.posts-side .post:not(:last-child) { margin-bottom: 16px; }
.posts-side .post--img {
  margin-right: 16px;
  width: 64px;
  height: 64px;
}
.posts-side .txtarea { flex: 1; }
.posts-side .post--date { margin-bottom: 0; }
.posts-side .post--ttl { line-height: 1.4; }

/* --- archive --- */
.side_column .archive_list--ttl {
  cursor: pointer;
  font-weight: 500;
  line-height: 1.8;
}
.side_column .archive_list--ttl::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
  transition: all .4s ease-out;
}
.side_column .archive_list--ttl.active::after { transform: rotate(315deg); }
.side_column .archive_month { display: none; }

/* --- archive-pulldown --- */
.archive-pulldown {
  position: relative;
  margin-left: auto;
  z-index: 1;
}
.archive-pulldown .archive_list {
  position: relative;
}
.archive-pulldown .archive_list:not(:last-child) { margin-right: 24px; }
.archive-pulldown .archive_list a {
  display: block;
  padding: .25em 1em;
  text-align: left;
}
.archive-pulldown .archive_list a:not(:last-child) { border-bottom: 1px solid #eee; }
.archive-pulldown .archive_list a:hover {
  background-color: #eee;
}
.archive-pulldown .archive_list--label { margin-right: 8px; }
.archive-pulldown .archive_list--btn {
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  padding: .25em 4em .25em 2em;
  background-color: #fff;
  border: 1px solid #ccc;
  font-family: 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: .08em;
}
.archive-pulldown .archive_list--btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: .4em;
  right: .8em;
  margin: auto;
  width: .6em;
  height: .6em;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  transition: all .2s ease-out;
}
.archive-pulldown .active .archive_list--btn::after {
  bottom: -.2em;
  transform: rotate(225deg);
}
.archive-pulldown .archive_list--menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  visibility: hidden;
  margin-top: -1px;
  opacity: 0;
  transition: all .2s ease-out;
}
.archive-pulldown .active .archive_list--menu {
  visibility: visible;
  opacity: 1;
}

/* blog
**************************************** */
.posts-blog .post {
  padding-bottom: 48px;
  padding-top: 48px;
  border-bottom: 1px solid #e5e5e5;
}
.posts-blog .post:first-child { border-top: 1px solid #e5e5e5; }
.posts-blog .post--txtarea { flex: 1; }
.posts-blog .post--img {
  width: 280px;
  margin-right: 40px;
}
.posts-blog .post--img::before {
  padding-top: 75%;
}

@media screen and (max-width: 767px) {
  .posts-blog .post {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .posts-blog .post--img {
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
    text-align: center;
  }
  .posts-blog .post--img img {
    width: auto;
    max-width: 100%;
  }
}

/* news
**************************************** */

/* --- news--archive --- */
.news--archive {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #111;
}
.news--archive li {
  margin-left: 8px;
  margin-right: 8px;
}
.news--archive a {
  color: #fff;
}


/* --- news_list --- */
.news_list .post {
  padding-bottom: 16px;
  padding-top: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #dedede;
}
.news_list .post--info {
  margin-right: 32px;
}
.news_list .post--link:not([href="javascript:void(0);"]):hover {
  color: #1d7fb7;
}
.news_list .post--link:hover svg {
  fill: #1d7fb7;
}

@media screen and (max-width: 767px) {
  .news_list .post { display: block; }
  .news_list .post--info {
    margin-bottom: 8px;
    margin-right: 0;
  }
}

/* school
**************************************** */
.school_info {
  padding-top: 40px;
  background: url(../images/common/bg-ptn01.jpg);
}
.tab_cont .download {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  row-gap: 40px;
  column-gap: 20px;
  margin: 0 0 80px;
}
.tab_cont .download a {
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  border: none;
  background: url(../images/common/dl_arrow.svg) no-repeat center right 35px / 20px, linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
  box-shadow: -1px 1px 10px rgba(83,84,91,0.3);
  min-height: 60px;
  font-family: 'Hiragino UD Sans W5 JIS2004', sans-serif;
  font-size: 1rem;
  letter-spacing: .1em;
  border-radius: 100px;
  padding: 0 30px;
  transition: .2s ease-out;
}

.tab_cont .download a:hover{
  background: url(../images/common/dl_arrow.svg) no-repeat center right 35px / 20px,  linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(6,93,175,1) 100%);
  box-shadow: -1px 1px 10px rgba(83,84,91,0.3);
}
.school_list_cont {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
  padding: 0 20px;
}
.school_list_cont .img--box {
  width: 100%;
  height: 160px;
  border: 10px;
  overflow: hidden;
  position: relative;
}
.school_list_cont .img--box::after,
.school_list_cont .img--box::before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  display: block;
}
.school_list_cont .img--box::before {
  border-radius: 100%;
  background: rgba(4, 105, 183, 0.576);
}
.school_list_cont .img--box::after {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 14px;
  height: 14px;
  transform: translate(calc(-50% + 3px),-50%);
}
.school_list_cont .img--box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.move_list_parts {
  transition: .4s ease-out;
}
.move_list_parts:hover {
  opacity: .8;
}
.move_list_parts .post--textarea {
  height: 100%;
}

.move_list_parts .post--link {
  color: #0468b7;
  font-size: 1rem;
  line-height: 1.4;
}
.school_info .cont_wrap {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  padding: 80px 20px 54px;
  background: #fff;
}
.move_list--inner {
  height: 100%;
}
.move_list--inner .box_round {
  border-radius: 10px;
  height: 100%;
  background: linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
  filter: drop-shadow(0 0 10px rgba(33, 99, 174, .2));
}
.movetime {
  position: absolute;
  top: 0;
  left: 0;
  transform:  translate(-30% ,-40%);
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  color: #fff67f;
  /* border: 2px solid #fff67f; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.movetime .time_circle_svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.movetime .time_circle_svg svg {
  width: 100%;
  height: 100%;
  display: block;
  
}
.movetime .time,
.movetime .text {
  display: block;
  line-height: 1;
}
.movetime .time {
  font-size: 1.25rem;
  text-align: center;
}
.movetime .text {
  font-size: .75rem;
}

.time_box {
  position: relative;
}
.index_btn_time {
  text-align: center;
}
.time_title {
  color: #fff67f;
}
.time_text {
  width: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-55%);
   font-size: 2.625rem;
   color: #fff67f;
   text-align: center;
   display: flex;
    justify-content: center;
    align-items: flex-end;
}
.time_text em {
  font-size: 1rem;
}
/*サークル*/
.time_circle_svg {
  position: relative;
}
.time_circle_svg svg {
  width: 125px;
  height: 125px;
}
.time_circle_svg  circle{
  transform: rotate(-90deg);
}
.time_circle_svg .cicrcle0{
  stroke-width: 6px;
  stroke: #75aed1;
}
.time_circle_svg .cicrcle_abs{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  stroke: #fff67f;
  stroke-width: 10px;
}


.move_list--inner .post--ttl {
  height: calc(100% - 160px);
  padding: 16px 20px 16px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.move_list--inner .post--ttl a {
  color: #fff!important;
  margin: 0 0 10px;
  display: block;
}
.move_list--inner .post--ttl a::before {
  z-index: 1;
}
.move_list--inner .post--ttl span {
  display: block;
  margin-bottom: 10px;
}
.move_list--inner .post--ttl span + br {
  display: none;
}
.move_list--inner .grid {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  column-gap: 8px;
}

.part {
  display: block;
  width: fit-content;



  margin: 0 0 16px;
  padding: 7px 14px;

    color: #fff;
    background: #0468B7;
    border-radius: 10px;

    font-size: 1rem;
    line-height: 1.4;
    border: 2px solid #fff;
}
.check {
  width: fit-content;
  margin:  0 0 0 auto;
  display: flex;
  font-size: .925rem;
  border-radius: 1000px;
  padding: 2px 32px 2px 16px;
  background-color: #fff;
  line-height: 1.2;
  position: relative;
  align-items: center;
}
.check::after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background: #0468b7;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/* web-accessibility
*************************************************** */
.web_accessibility > .inner {
  background-color: #fff;
  padding: 48px 30px 30px;
  border: 2px solid #0468b7;
  border-radius: 16px;
}
.web_accessibility .pad_side_40{
  padding: 0 40px;
}
.web_accessibility .table1 th {
  padding: 1em;
  text-align: center;
  color: #0468b7;
}
.web_accessibility .table1 th::before {
  background-color: #0468b7;
}
.web_accessibility .table1 td:not(:last-of-type):nth-of-type(2) {
  text-align: center;
}

/* ##############################################################################

  SINGLE

############################################################################## */

.tab_list {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tab_list li {
  text-align: center;
}
.tab_list li .school_tab {

  background: #E5F0F8;
  border-radius: 10px 10px 0 0;
  font-size: 1.5rem;
  cursor: pointer;
  transition: .2s ease-out;
}
.tab_list li .school_tab .link {
  display: block;
  padding: 5px 10px;
}
.tab_list li .school_tab:hover {
  opacity: .8;
}
.tab_list li .school_tab.active {
  background: #0368B6;
}
.tab_list li .school_tab.active .link {
  color: #fff;
}

#tab_cont {
  position: relative;
  display: grid;
}
#tab_cont .cont_wrap  {
  grid-row: 1;
  grid-column: 1;
  opacity: 0;
  transition: .2s;
  pointer-events: none;
  border-radius: 0 0 20px 20px;
}
#tab_cont .cont_wrap.active {
  opacity: 1;
  pointer-events: all;
}
#tab_cont .editor-ttl2, 
#tab_cont .editor-ttl3 {
  margin: 0 0 60px;
}
#tab_cont .active .editor-ttl2 {
  margin: 0 0 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#tab_cont .active h3.editor-ttl2 {
  margin: 0 0 40px;
  background: #E5F0F8;
}
#tab_cont .active h3.editor-ttl2::before {
  border-radius: 0;
}

#tab_cont .active .editor-ttl4 {
  margin: 0 0 60px;
  font-size: 1.375rem;
}

#tab_cont .inner {
  margin-bottom: 80px;
}

/* school
**************************************** */
.movie--info .section_ttl {
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
  row-gap: 10px;
}
.movie--info .section_ttl:not(:last-child) {
  margin: 0 0 40px;
}
.movie--info .section_ttl .time {
  font-size: .6em;
  display: inline-flex;
  column-gap: 10px;
  align-items: center;
  margin: 0 0 0 20px;
}
.movie--info .section_ttl .timettl_text {
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  background: #0368B6;
  display: inline-block;
}
.movie--info--main {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: auto;
  row-gap: 40px;
}
.movie--info--textcont {
  display: flex;
  column-gap: 20px;
}
.movie--about {
  width: 100%;
}
.timeline--list_parts {
  display: grid;
  grid-template-columns: 120px 1fr;
  row-gap: 10px;
  column-gap: 10px;
  border-bottom: dashed 2px  #e4f0f7;
}
.movie--box {
  min-width: 35%;
}
.timeline {
  min-width: 65%;
}
.movie--box{
  width: 100%;
  position: relative;
}
.movie--box video {
  width: 100%;
}
.movieplay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #0468b7;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  filter: drop-shadow(0 0 10px rgba(33, 99, 174, .2));
  transition: .1s ease-out;
}
.movieplay:active {
  transform: translate(-50%,calc(-50% + 1.5px )) scale(.99);
}
.movieplay:hover {
  background: #067fe0;
}
.movieplay span,
.movieplay.pose:hover span {
  width: 35%;
  height: 35%;
  background: #fff;
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translateX(17%);
}
.movieplay.pose span{
  clip-path: none;
  border: 2px solid #fff;
  border-width: 0 14px;
  width: 30%;
  background: none;
  transform: translateX(0%);
}

.moviecont {
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 4px solid #0468b7;
  background-color: #fff;
  border-radius: 0 10px 10px 10px;
}
.moviecont--ttl {
  padding: 4px 16px 2px;
  background: #0468b7;
  color: #fff;
  border-radius: 10px 10px 0 0;
  display: grid;
  width: fit-content;
  text-align: center;
  line-height: 1.4;
  grid-template-columns: 100%;
  font-size: 1.25rem;
}
.moviecont--ttl .rubi {
  font-size: .5em;
}



@media screen and (max-width: 767px) {
  #pass p {
    text-align: left;
  }
  .page-teacher .ttl-01 {
    font-size: 2rem;
  }
  .page-teacher .section_pdg {
    padding-top: 20px;
  }
  #tab_cont .cont_wrap{
    padding: 40px 20px;
    border-radius: 10px;
  }
  #tab_cont .active h3.editor-ttl2 {
    margin: 0 0 20px;
    row-gap: 10px;
  }
  .movetime {
    transform: translate(-30% ,-20%); 
  }
  .movie--info--main {
    padding-top: 40px;
  }
  .movie--info--textcont {
    display: block;
    margin: 0 0 40px;
  }
  .movie--about {
    margin: 0 0 40px;
  }
  .movie--info .section_ttl .time {
    margin: 5px 0 0;
    font-size: .925em; 
  }
  .tab_list {
    grid-template-columns: 100%;
    margin: 0 auto 10px;
    row-gap: 10px;
  }
  .tab_list li .school_tab,
  .tab_list li .school_tab {
    border-radius: 1000px;
    font-size: 1.25rem;
  }
  .tab_cont .download a {
    border: none;
    background: url(../images/common/dl_arrow.svg) no-repeat center right 16px / 16px, linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
    padding: 0 30px 0 20px;
    line-height: 1.2;
    font-size: 1rem;
  }
  .tab_cont .download {
    grid-template-columns: repeat(1,1fr);
    row-gap: 10px;
    margin: 0 0 40px;
  }
  .school_list_cont {
    grid-template-columns: repeat(1,1fr);
    padding: 0;
  }
  .timeline--list_parts {
    grid-template-columns: 100%;
    row-gap: 0;
    padding: 10px 0;
  }
  .movie--info .section_ttl {
    margin: 0 0 40px;
  }
  .movieplay {
    width: 60px;
    height: 60px; 
    display: none!important;
  }
  .movieplay.pose span {
    border-width: 0 6px;
  }
  .movie--box {
    background: #000;
  }
  .movie--box video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
}

/* pass
**************************************** */
#pass p {
  margin-bottom: 1em;
}
#pass label {
  width: 100%;
  max-width: 530px;
  display: block;
  margin: 0 auto;
  padding: 20px 0 0;
}
#pass label span{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 1.5rem;
  background-color: #0468b7;
    color: #fff;
    text-align: center;
    font-family: 'Hiragino UD Sans W5 JIS2004', sans-serif;
    font-weight: bold;
}
#pass input[name="post_password"] {
  width: 100%;
  margin: 0 0 40px;
  background-color: #ffe6e6;
  padding: 16px 24px;
  font-size: 1.125rem;
  line-height: 1.6;
  border: 1px solid #0468b7;
  background-color: #fff;
  border-color: #0468b7;
  border-width: 2px;
  border-radius: 5px;
  outline: none;
}
#pass input[type="submit"] {
  width: 320px;
  height: 80px;
  margin: 0 auto;
  display: block;
  color: #fff;
  border: none;
  background: url(../images/common/arrow.svg) no-repeat center right 35px / 20px, linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
  box-shadow: -1px 1px 40px rgba(83,84,91,0.3);
  border-radius: 100px;
  font-family: 'Hiragino UD Sans W5 JIS2004', sans-serif;
  font-size: 1.125rem;
}
#pass input[type="submit"]:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  #pass label {
    padding-top: 0;
  }
}

/* wp-pagenavi
**************************************** */
.wp-pagenavi {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 40px;
}
.wp-pagenavi .pages {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}
.wp-pagenavi a {
  position: relative;
  padding: .5em 1em;
  background-color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wp-pagenavi a:hover {
  opacity: .7;
}
.wp-pagenavi a {
  color: #fff;
}
.wp-pagenavi > *:not(.pages) {
  max-width: calc(100% / 2.6);
}
.archive .wp-pagenavi > *:not(.pages) {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.wp-pagenavi-single a[rel="prev"],
.wp-pagenavi-single a[rel="next"] {
  width: 40px;
}
.wp-pagenavi > *:not(.pages) {
  margin-bottom: 4px; 
}
.wp-pagenavi > *:not(.pages):not(:last-child) {
  margin-right: 4px;
}
.wp-pagenavi .extend {
  width: 24px !important;
}
.wp-pagenavi a[rel="prev"]::before,
.wp-pagenavi a[rel="next"]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
}
.wp-pagenavi a[rel="prev"]::before,
.wp-pagenavi a[rel="next"]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  width: 8px;
  height: 8px;
}
.wp-pagenavi a[rel="prev"]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .first::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wp-pagenavi a[rel="next"]::before,
.wp-pagenavi .last::before,
.wp-pagenavi .last::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wp-pagenavi-single a[rel="prev"]::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wp-pagenavi-single a[rel="next"]::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
  left: -6px;
}
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  right: -6px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 24px;
  }
  .archive .wp-pagenavi > *:not(.pages) {
    width: 32px;
    height: 32px;
  }
  .wp-pagenavi-single a[rel="prev"],
  .wp-pagenavi-single a[rel="next"] {
    width: 32px;
  }
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before {
    left: -5px;
  }
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    right: -5px;
  }
}


/* ##############################################################################

  SEARCH

############################################################################## */

#search-list .section_pdg {
  padding-top: 50px;
  padding-bottom: 50px;
}
#search-list .ttl-01 { margin: 70px 0 0; }


/* ##############################################################################

  FORMY

############################################################################## */
#formy_form table { width: 100%; }
#formy_form th,
#formy_form td {
  padding: 16px;
  vertical-align: middle;
  border-bottom: solid 1px #eee;
}
#formy_form th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  width: 34%;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form table textarea {
  width: 100%;
  border-radius: 3px;
  vertical-align: bottom;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form select,
#formy_form textarea {
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #ccc;
  font: inherit;
  font-size: 1rem;
}
#formy_form textarea { height: 100px; }
#formy_form select { height: 40px; }
#formy_form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#formy_form input:hover { opacity:.7; }
#formy_form textarea:hover { opacity:.7; }
#formy_form input:focus { outline: none; }
#formy_form .parsley-validated {  background-color: #eee; }
#formy_form .parsley-error {  background-color: #fee; }
#formy_form .parsley-success {  background-color: #fff; }
.help_text {
  font-size: .875rem; /* 14px */
  color: #999;
}
.hidden_help { display: none; }
.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: .875rem; /* 14px */
  padding: 8px 16px;
}
.requiredIcon {
  background-color: #f55;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: .75rem; /* 12px */
  padding: 2px 5px;
  border-radius: 3px;
  float: right;
}
#formy_btn {
  padding-top: 32px;
  text-align: center;
}
#formy_btn input {
  font-size: inherit;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  padding: 16px 32px;
  -webkit-appearance: none;
  appearance: none;
}
#formy_form ul li input[type="radio"],
#formy_form ul li input[type="checkbox"] { display: none !important; }
  #formy_form ul li label {
  position: relative;
  display: inline-block;
  padding: .5em 8px .5em 40px;
  line-height: 1.6;
  vertical-align: top;
  cursor: pointer;
}
#formy_form ul li label:hover { opacity: .7; }
#formy_form ul li label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #788b93;
  left: 16px;
  top: 12px;
}
#formy_form ul li input[type="radio"] + label::before { border-radius: 10px; }
#formy_form ul li input[type="radio"]:checked + label,
#formy_form ul li input[type="checkbox"]:checked + label {
  color: #df2f2f;
  font-weight: bold;
}
#formy_form ul li input[type="radio"]:checked + label::before,
#formy_form ul li input[type="checkbox"]:checked + label::before {
  border-color: #df2f2f;
}
#formy_form ul li input[type="radio"]:checked + label::after,
#formy_form ul li input[type="checkbox"]:checked + label::after {
  content: "";
  width: 10px;
  height: 18px;
  top: 4px;
  left: 20px;
  border-right: 2px solid #df2f2f;
  border-bottom: 2px solid #df2f2f;
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formy_confirm { background-color: #4dbaff; }
.formy_submit_disabled { background-color: #ccc; }
#formy_btn .formy_submit_disabled:hover {
  opacity: 1;
  cursor: default;
}
.autoConfirmBack { background-color: #aaa; }
.formy_send { background-color: #ff6600; }
#total_required {
  padding: 16px;
  color: #f55555;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #formy_form th,
  #formy_form td {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #formy_form th {
    border-bottom:none;
    padding-bottom: 0;
    white-space: normal;
    font-weight: bold;
  }
  #formy_form td { padding-top: 0; }
  #formy_btn { padding-top: 8px; }
  #formy_btn input {
    width: 100%;
    background-size: contain;
    background-position: center;
  }
  .autoConfirmBack { margin-bottom: 8px; }
}

/* dummy さいごに消す */
.dummy_header {
position: fixed;
width: 1480px;
margin: auto;
max-width: 90%;
background-color: #fff;
top: 0;
left: 0;
right: 0;
margin: auto;
padding: 16px;
box-shadow: rgb(131 131 131 / 22%) 0px 4px 59px;
z-index: 9999;
display: none;
}



.page-create .page_ttl,
.page-create .breadcrumbs,
.page-create .sns_area,
.page-create .footer,


.page-simple .page_ttl,
.page-simple .breadcrumbs,
.page-simple .sns_area,
.page-simple .footer {
display: none;
}
.memo-red {
color: #d33232;
font-size: 90%;
}
.dummy_sakuzu {
display: none;
}
.dummy_sakuzu.active {
position: relative;
background-color: #888;
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 24px;
}
.dummy_torikeshi {
position: absolute;
right: 24px;
top: 24px;
cursor: pointer;
}
#inputFile {
position: relative;
padding: 55px 0 140px;
text-align: center;
}

#dropArea {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 150px 0 0; 
border: 2px dashed #494949;
background: #fff;
transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}

#dropArea.dragover {
border: 2px solid #16a5bf;
background: rgba(22, 165, 191, 0.6);
}

#uploadFile {
position: absolute;
top: 0;
left: 0;
z-index: 10;
display: block;
width: 300px;
height: 80px;
opacity: 0;
}

#inputFileWrap {
position: relative;
display: inline-block;
}

#btnInputFile,
#btnChangeFile {
display: table;
width: 390px;
}

#btnChangeFile {
display: none;
}


#btnInputFile span,
#btnChangeFile span {
position: relative;
z-index: 2;
display: table-cell;
width: 300px;
height: 80px;
border: 1px solid #333;
border-radius: 4px;
background: #333;
text-decoration: none;
color: #fff;
font-size: 26px;
line-height: 1;
font-weight: bold;
vertical-align: middle;
}

#upFileWrap.selected #btnInputFile {
display: none;
}

#upFileWrap.selected #btnChangeFile {
display: table;
}

@media screen and (max-width: 767px) {
#inputFile {
  padding: 20px;
}
#dropArea {
  display: none;
}
#uploadFile {
  width: 100%;
}
#btnInputFile {
  width: 100%;
}
#btnInputFile span,
#btnChangeFile span {
  font-size: 1.286rem;/*18px*/
  height: 50px;
}
}
