@charset "UTF-8";
.anchor {
  display: block;
  margin: -50px 0 0;
  padding: 50px 0 0; }

.res_pc {
  display: inline; }

#header > div > h3:before {
  content: url(../img/preparedness/header-icon-head.svg); }

.r-side > aside > nav > h3 {
  padding: 15px 25px 15px 0 !important; }
  .r-side > aside > nav > h3:before {
    content: url(../img/preparedness/header-icon-side.svg); }

#content.r-side h2 {
  position: relative;
  margin-bottom: 50px;
  border: none;
  font-size: 33px;
  font-size: 3.3rem; }
  #content.r-side h2:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: solid 3px #ddd; }
  #content.r-side h2:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 160px;
    border-bottom: solid 3px #61A001; }

/********************************/
.preparedness section .box01 {
  margin: 0 0 105px;
  border: 1px solid #5f9a33;
  border-radius: 20px;
  padding: 30px 30px 60px; }
  .preparedness section .box01 h3 {
    text-align: center;
    font-size: 3.1rem;
    line-height: 1.8em;
    color: #5f9a33;
    font-weight: 400; }
  .preparedness section .box01 ol {
    max-width: 600px;
    margin: 0 auto 40px;
    font-size: 1.8rem;
    line-height: 1.8em; }
  .preparedness section .box01 li {
    margin: 0 0 20px; }
  .preparedness section .box01 .flex {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
  .preparedness section .box01 .txt {
    width: calc(100% - 250px); }
    .preparedness section .box01 .txt p {
      margin: 0;
      padding: 0;
      font-size: 1.6rem;
      line-height: 2.0 !important; }
    .preparedness section .box01 .txt .name {
      margin: 30px 0 0;
      font-size: 2.2rem;
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500; }
      .preparedness section .box01 .txt .name small {
        font-size: 1.4rem;
        padding: 0 15px 0 0; }
  .preparedness section .box01 img {
    max-width: 220px !important; }

@media only screen and (max-width: 414px) {
  .preparedness section .box01 {
    width: calc(100% - 30px);
    margin: 40px auto 100px;
    padding: 30px 20px 30px !important; }
    .preparedness section .box01 h3 {
      font-size: 2.5rem;
      line-height: 1.8em;
      margin: 0 auto 30px; }
    .preparedness section .box01 ol {
      margin: 0 auto 40px;
      padding: 0 0 0 23px;
      font-size: 1.6rem;
      line-height: 1.6em; }
    .preparedness section .box01 .flex {
      max-width: 600px;
      margin: 0 auto;
      display: block;
      position: relative; }
    .preparedness section .box01 .txt {
      width: 100%; }
      .preparedness section .box01 .txt p {
        margin: 0;
        padding: 0;
        font-size: 1.6rem;
        line-height: 2.0 !important; }
      .preparedness section .box01 .txt .name {
        padding: 250px 0 0 0;
        margin: 0 auto 0;
        max-width: 220px;
        text-align: right;
        font-size: 2.0rem;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500; }
        .preparedness section .box01 .txt .name small {
          font-size: 1.4rem;
          padding: 0 15px 0 0; }
    .preparedness section .box01 img {
      max-width: 220px !important;
      display: block;
      margin: 0 auto;
      position: absolute;
      top: auto;
      bottom: 50px;
      left: 50%;
      transform: translate(-50%, 0%); } }
/********************************/
.preparedness section .box02 {
  margin: 0 0 105px; }
  .preparedness section .box02 h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 3px 5px 5px;
    margin: 0 auto 50px;
    width: fit-content;
    border-bottom: #f7931e solid 3px; }
  .preparedness section .box02 p {
    background: url("../img/preparedness/happy.svg") center center no-repeat;
    background-size: contain;
    aspect-ratio: 466/46;
    width: 100%;
    max-width: 466px;
    height: auto;
    display: block;
    margin: 0 auto 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
  .preparedness section .box02 a {
    background-color: #5f9a33;
    display: block;
    border-radius: 50px;
    width: 280px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    position: relative;
    transition: .3s; }
    .preparedness section .box02 a:before {
      position: absolute;
      content: "";
      top: 50%;
      left: auto;
      right: 25px;
      transform: translate(0%, -50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 10px solid #ffffff;
      border-right: 0; }
    .preparedness section .box02 a:hover {
      background-color: #f7931e; }

@media only screen and (max-width: 414px) {
  .preparedness section .box02 h3 {
    margin: 0 auto 30px; }
  .preparedness section .box02 p {
    width: 90%;
    margin: 0 auto 30px; }
  .preparedness section .box02 a {
    width: 250px;
    height: 60px;
    line-height: 60px; } }
/********************************/
.preparedness section .box03 {
  margin: 0 0 105px; }
  .preparedness section .box03 h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 3px 5px 5px;
    margin: 0 auto 50px;
    width: fit-content;
    border-bottom: #f7931e solid 3px; }
  .preparedness section .box03 dl {
    counter-reset: hoge; }
  .preparedness section .box03 dt {
    padding: 15px 0 15px 50px;
    margin: 0 0 25px;
    background-color: #eff5eb;
    color: #5f9a33;
    font-weight: 700;
    font-size: 1.8rem;
    border-top: 1px solid #5f9a33;
    border-bottom: 1px solid #5f9a33;
    position: relative; }
    .preparedness section .box03 dt:before {
      position: absolute;
      counter-increment: hoge;
      content: counter(hoge) ".";
      left: 25px; }
  .preparedness section .box03 dd {
    margin: 0 0 75px;
    padding: 0 25px; }
  .preparedness section .box03 ol {
    list-style: none;
    padding: 0;
    margin: 0; }
    .preparedness section .box03 ol.indent li {
      display: flex;
      align-items: flex-start; }
      .preparedness section .box03 ol.indent li span {
        flex: 0 0 1.5em;
        /* ←ここが「番号の幅」 */
        font-weight: 600; }
  .preparedness section .box03 li {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 2em; }
    .preparedness section .box03 li span {
      display: inline-block;
      padding: 0 10px 0 0; }

@media only screen and (max-width: 414px) {
  .preparedness section .box03 h3 {
    margin: 0 auto 30px; }
  .preparedness section .box03 dt {
    padding: 15px 0 15px 40px; }
    .preparedness section .box03 dt:before {
      left: 15px; }
  .preparedness section .box03 dd {
    margin: 0 0 45px;
    padding: 0 10px; } }
/********************************/
.preparedness section .box04 {
  margin: 0 0 105px; }
  .preparedness section .box04 h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 3px 5px 5px;
    margin: 0 auto 50px;
    width: fit-content;
    border-bottom: #f7931e solid 3px; }
  .preparedness section .box04 .txt {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    font-size: 2.7rem;
    line-height: 1.5em;
    color: #5f9a33;
    text-align: center;
    margin: 0 0 50px; }
  .preparedness section .box04 .flex {
    max-width: 575px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }

@media only screen and (max-width: 414px) {
  .preparedness section .box04 {
    margin: 0 0 105px; }
    .preparedness section .box04 h3 {
      margin: 0 auto 30px; }
    .preparedness section .box04 .txt {
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      font-size: 2.4rem;
      line-height: 1.5em;
      color: #5f9a33;
      text-align: center;
      margin: 0; }
    .preparedness section .box04 .flex {
      max-width: 575px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      .preparedness section .box04 .flex img {
        display: block;
        margin: 30px auto 0; } }
/********************************/
.preparedness section .box05 {
  margin: 0 auto 100px; }
  .preparedness section .box05 h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 3px 5px 5px;
    margin: 0 auto 50px;
    width: fit-content;
    border-bottom: #f7931e solid 3px; }
  .preparedness section .box05 p {
    font-size: 1.6rem;
    line-height: 2.0em !important;
    text-align: justify;
    text-justify: inter-ideograph; }
    .preparedness section .box05 p.caption {
      margin: 0 0 60px;
      text-align: center;
      font-size: 1.5rem;
      line-height: 1.8em !important; }
      .preparedness section .box05 p.caption span {
        margin: 0 0 0 30px; }
      .preparedness section .box05 p.caption small {
        display: block; }
  .preparedness section .box05 img {
    display: block;
    margin: 0 auto 20px; }
  .preparedness section .box05 h4 {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 0 0 25px;
    position: relative; }
    .preparedness section .box05 h4:before {
      position: absolute;
      content: "";
      display: block;
      width: 13px;
      height: 13px;
      background-color: #5f9a33;
      left: 3px;
      top: 4px;
      border-radius: 50%; }
  .preparedness section .box05 table {
    max-width: 450px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    margin: 0 0 40px 25px; }
    .preparedness section .box05 table caption {
      text-align: left;
      font-size: 1.8rem;
      font-weight: 400;
      margin: 0 0 10px; }
  .preparedness section .box05 tr th {
    border: 1px solid #cccccc;
    width: 230px;
    padding: 10px 18px;
    text-align: right;
    background-color: #c7dca9;
    font-size: 1.6rem;
    font-weight: 400; }
  .preparedness section .box05 tr td {
    border: 1px solid #cccccc;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400; }
  .preparedness section .box05 tr:nth-of-type(2n) th {
    background-color: #fad9e7; }
  .preparedness section .box05 .voice_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 130px;
    padding: 0 25px 0; }
    .preparedness section .box05 .voice_flex p {
      font-size: 1.6rem;
      font-weight: 400;
      width: 100%; }
    .preparedness section .box05 .voice_flex a {
      font-size: 1.8rem;
      font-weight: 400;
      display: block;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      line-height: 100px;
      color: #fff;
      margin: 0 30px 0 0;
      text-align: center;
      transition: .3s; }
      .preparedness section .box05 .voice_flex a.ko {
        background-color: #62d5b8; }
        .preparedness section .box05 .voice_flex a.ko:hover {
          background-color: #00B285; }
      .preparedness section .box05 .voice_flex a.ho {
        background-color: #f9ab1c; }
        .preparedness section .box05 .voice_flex a.ho:hover {
          background-color: #FF5B26; }
  .preparedness section .box05 .link_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }
    .preparedness section .box05 .link_flex a {
      background-color: #5f9a33;
      display: block;
      border-radius: 50px;
      width: 280px;
      height: 60px;
      line-height: 60px;
      color: #fff;
      margin: 0 auto;
      font-size: 1.6rem;
      font-weight: 400;
      text-align: center;
      position: relative;
      transition: .3s; }
      .preparedness section .box05 .link_flex a:before {
        position: absolute;
        content: "";
        top: 50%;
        left: auto;
        right: 25px;
        transform: translate(0%, -50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 10px solid #ffffff;
        border-right: 0; }
      .preparedness section .box05 .link_flex a:hover {
        background-color: #f7931e; }

@media only screen and (max-width: 414px) {
  .preparedness section .box05 h3 {
    margin: 0 auto 30px; }
  .preparedness section .box05 p {
    font-size: 1.6rem;
    line-height: 2.0em !important;
    text-align: justify;
    text-justify: inter-ideograph;
    width: calc(100% - 30px);
    margin: 0 auto 20px; }
    .preparedness section .box05 p.caption {
      margin: 0 auto 50px;
      text-align: center;
      font-size: 1.5rem;
      line-height: 1.8em !important; }
      .preparedness section .box05 p.caption span {
        margin: 0 0 0 15px; }
      .preparedness section .box05 p.caption small {
        display: block; }
  .preparedness section .box05 table {
    max-width: 100%;
    width: 100%;
    margin: 0 0 40px; }
    .preparedness section .box05 table caption {
      text-align: left;
      font-size: 1.6rem;
      font-weight: 400;
      margin: 0 0 10px; }
  .preparedness section .box05 tr th {
    width: 200px;
    padding: 10px 10px 10px 0;
    text-align: right;
    background-color: #c7dca9;
    font-size: 1.5rem;
    font-weight: 400; }
  .preparedness section .box05 .voice_flex {
    margin: 0 0 80px;
    padding: 0; }
    .preparedness section .box05 .voice_flex p {
      font-size: 1.6rem;
      font-weight: 400;
      width: 100%; }
    .preparedness section .box05 .voice_flex a {
      margin: 0 20px 0 0; }
  .preparedness section .box05 .link_flex {
    display: block; }
    .preparedness section .box05 .link_flex a {
      width: 250px;
      height: 60px;
      line-height: 60px;
      color: #fff;
      margin: 0 auto 20px; } }
