@charset "UTF-8";
/*
■■■■■■■■■■■■■■■■■■■■■■■

New Normalのみに適用されるCSS

■■■■■■■■■■■■■■■■■■■■■■■
*/
#container {
  margin: 0 auto 24px !important; }

#new_normal {
  background: #f7f5ee;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.75; }
  @media screen and (max-width: 767px) {
    #new_normal {
      font-size: 14px; } }

.pagevisual {
  display: none; }

.inner {
  width: 1080px !important;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .inner {
      padding: 0 10px;
      overflow: hidden;
      width: 100% !important; } }

.main_visual {
  background: url(/shared/images/newnormal/main_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 278px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000 !important; }
  @media screen and (max-width: 767px) {
    .main_visual {
      background: url(/shared/images/newnormal/main_sp.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; } }
  .main_visual span {
    display: block;
    font-size: 36px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .main_visual span {
        font-size: 26px; } }
  .main_visual h2 {
    display: block;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 16px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .main_visual h2 {
        font-size: 40px; } }
    .main_visual h2.sc {
      margin-bottom: 64px;
      letter-spacing: 5px; }
      @media screen and (max-width: 767px) {
        .main_visual h2.sc {
          margin-bottom: 16px; } }
    .main_visual h2.tc {
      letter-spacing: 5px; }
    .main_visual h2.en {
      letter-spacing: 2px; }
      @media screen and (max-width: 767px) {
        .main_visual h2.en {
          letter-spacing: 0; } }

.lead {
  margin-top: 64px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .lead {
      margin-top: 32px; } }

.youtube_movie_wrap {
  margin: 48px auto 0;
  width: 968px; }
  @media screen and (max-width: 767px) {
    .youtube_movie_wrap {
      margin: 24px auto 0;
      width: 100%; } }

h3 {
  margin: 0 !important;
  background: #75a6cc;
  text-align: center;
  color: #fff;
  font-size: 20px !important;
  line-height: 1.2 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 16px !important;
      padding: 4px; } }
  h3::after {
    content: none !important; }

.block {
  margin-top: 80px; }
  @media screen and (max-width: 767px) {
    .block {
      margin-top: 40px; } }
  .block.last {
    border-top: 1px solid #75a6cc;
    padding: 56px 0;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .block.last {
        padding: 16px 0; } }
  .block__inner {
    padding: 0 56px; }
    @media screen and (max-width: 767px) {
      .block__inner {
        padding: 0 16px; } }
  .block h4 {
    margin-top: 48px;
    font-size: 22px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .block h4 {
        margin-top: 24px;
        font-size: 18px; } }
  .block h5 {
    font-size: 18px;
    font-weight: bold;
    color: #019a43; }
    @media screen and (max-width: 767px) {
      .block h5 {
        font-size: 16px; } }
  .block ul.first {
    margin-top: 32px; }
    @media screen and (max-width: 767px) {
      .block ul.first {
        margin-top: 16px; } }
    .block ul.first li {
      display: flex;
      padding-left: 0;
      text-indent: 0;
      position: relative; }
      .block ul.first li .mark {
        display: block; }
      .block ul.first li .txt {
        display: block;
        margin-left: 4px; }
        .block ul.first li .txt a {
          font-weight: normal;
          color: #333;
          text-decoration: underline; }
  .block ul.second {
    margin-left: 1em; }
    .block ul.second li {
      display: block;
      margin-left: 4px;
      padding-left: 1em;
      text-indent: -1em; }
  .block ul li {
    padding-left: 1em;
    text-indent: -1em; }
  .block .notes {
    margin-top: 16px;
    font-size: 12px; }
    @media screen and (max-width: 767px) {
      .block .notes {
        margin-top: 8px;
        font-size: 10px; } }
  .block .frame {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .block .frame {
        margin-top: 16px;
        flex-direction: column; } }
    .block .frame .col2 {
      width: 460px; }
      @media screen and (max-width: 767px) {
        .block .frame .col2 {
          width: 100%; }
          .block .frame .col2:last-child {
            margin-top: 16px; } }
    @media screen and (max-width: 767px) {
      .block .frame__center {
        text-align: center;
        height: 100%; } }

.border {
  margin-top: 48px;
  border: 1px solid #d4a768; }
  @media screen and (max-width: 767px) {
    .border {
      margin-top: 24px; } }
  .border__inner {
    padding: 24px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .border__inner {
        padding: 16px;
        flex-direction: column; } }
  .border__col2 {
    width: 434px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .border__col2 {
        width: 100%; }
        .border__col2:last-child {
          margin-top: 16px; } }
    .border__col2 h4 {
      font-size: 22px;
      font-weight: bold;
      line-height: 1.2;
      color: #d4a768;
      margin-top: 8px; }
      @media screen and (max-width: 767px) {
        .border__col2 h4 {
          margin-top: 4px;
          font-size: 18px; } }
  .border__txt {
    margin-top: 24px; }
    @media screen and (max-width: 767px) {
      .border__txt {
        margin-top: 16px;
        padding-bottom: 32px; } }
  .border__btn {
    position: absolute;
    bottom: 0;
    left: 0; }
    .border__btn a {
      display: inline-block;
      background: #009a42;
      position: relative;
      padding: 16px 56px;
      color: #fff;
      font-size: 14px;
      line-height: 1;
      text-decoration: none !important; }
      @media screen and (max-width: 767px) {
        .border__btn a {
          font-size: 12px;
          padding: 8px 32px; } }
      .border__btn a::before {
        content: "";
        display: block;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        position: absolute;
        top: 50%;
        width: 0;
        height: 0;
        margin: -6px 0 0 0;
        border-left: 6px solid #fff;
        left: 28px; }
        @media screen and (max-width: 767px) {
          .border__btn a::before {
            left: 16px; } }
      .border__btn a::after {
        content: "";
        display: block;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        position: absolute;
        top: 50%;
        width: 0;
        height: 0;
        margin: -6px 0 0 0;
        border-left: 6px solid #009a42;
        left: 25px; }
        @media screen and (max-width: 767px) {
          .border__btn a::after {
            left: 13px; } }
  @media screen and (max-width: 767px) {
    .border__center {
      text-align: center;
      height: 100%; } }

.mt16 {
  margin-top: 16px !important; }
  @media screen and (max-width: 767px) {
    .mt16 {
      margin-top: 8px !important; } }

.mt48 {
  margin-top: 48px !important; }
  @media screen and (max-width: 767px) {
    .mt48 {
      margin-top: 24px !important; } }

.modal_inline .disinfection_table {
  display: none; }
.modal_inline:hover {
  text-decoration: none;
  opacity: 1; }
  .modal_inline:hover .disinfection_table {
    position: absolute;
    border: none;
    display: block;
    opacity: 1;
    left: 0;
    bottom: 2em; }
    @media screen and (max-width: 767px) {
      .modal_inline:hover .disinfection_table {
        display: none; } }

.disinfection_table {
  padding: 16px;
  background: #fff; }
  .disinfection_table h5 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 8px;
    color: #333; }
  .disinfection_table table {
    background: #fff;
    color: #333;
    font-size: 12px;
    font-weight: normal; }
    .disinfection_table table tr th {
      border: 1px solid #ccc;
      padding: 8px;
      width: 200px;
      background: #C9DCEE;
      vertical-align: top;
      text-align: left; }
    .disinfection_table table tr td {
      border: 1px solid #ccc;
      padding: 8px;
      width: 600px; }
      .disinfection_table table tr td ul {
        display: flex;
        flex-wrap: wrap; }
        @media all and (-ms-high-contrast: none) {
          .disinfection_table table tr td ul {
            max-width: 600px; } }
        .disinfection_table table tr td ul li {
          margin-right: 2%;
          padding-left: 1em !important;
          text-indent: -1em !important;
          width: 38%;
          margin-right: 2%; }
          .disinfection_table table tr td ul li:nth-child(2n) {
            margin-right: 0;
            width: 60%; }
            @media screen and (max-width: 767px) {
              .disinfection_table table tr td ul li:nth-child(2n) {
                width: 100%; } }
  .disinfection_table p {
    font-size: 10px;
    font-weight: normal;
    text-align: right;
    margin-top: 4px;
    color: #666; }

.modaal-content-container .disinfection_table {
  padding: 48px;
  background: #fff;
  position: relative;
  margin: -30px !important; }
  @media screen and (max-width: 767px) {
    .modaal-content-container .disinfection_table {
      padding: 24px;
      margin: -20px !important; } }
  .modaal-content-container .disinfection_table h5 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 8px;
    color: #333; }
  .modaal-content-container .disinfection_table table {
    width: 100%;
    font-size: 14px; }
    .modaal-content-container .disinfection_table table th, .modaal-content-container .disinfection_table table td {
      padding: 16px; }
      .modaal-content-container .disinfection_table table th ul, .modaal-content-container .disinfection_table table td ul {
        width: 100%; }
        @media all and (-ms-high-contrast: none) {
          .modaal-content-container .disinfection_table table th ul, .modaal-content-container .disinfection_table table td ul {
            max-width: 100%; } }
        @media screen and (max-width: 767px) {
          .modaal-content-container .disinfection_table table th ul li, .modaal-content-container .disinfection_table table td ul li {
            width: 100%; } }
    .modaal-content-container .disinfection_table table th {
      width: 30%; }
      @media screen and (max-width: 767px) {
        .modaal-content-container .disinfection_table table th {
          width: 100%; } }
    .modaal-content-container .disinfection_table table td {
      width: 70%; }
      @media screen and (max-width: 767px) {
        .modaal-content-container .disinfection_table table td {
          width: 100%; } }
  .modaal-content-container .disinfection_table p {
    font-size: 12px; }
