@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700;800&display=swap");
* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; }

body {
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  line-height: 1.7;
  font-size: 1.6rem;
  font-family: 'Roboto', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color: #fff; }

a {
  color: black;
  text-decoration: none; }

img {
  vertical-align: bottom; }

figure {
  margin: 0; }
  figure figcaption {
    font-size: 1.2rem; }
    figure figcaption a {
      color: #006FA0;
      text-decoration: underline; }

.mt10 {
  margin-top: 10px !important; }

.mt40 {
  margin-top: 40px; }

.sp-view {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-view {
      display: block; } }

.flexlayout {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  flex-direction: column;
  gap: 25px;
  margin-top: 24px; }

.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

.ubicbtn a {
  width: 400px;
  padding: 20px 0;
  font-size: 1.6rem;
  text-decoration: none;
  color: black;
  text-align: center;
  background-color: #F5F7F9;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
  display: block;
  margin: 0 auto; }
  .ubicbtn a:hover {
    background-color: #DBDBDB;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.32); }
  @media screen and (max-width: 768px) {
    .ubicbtn a {
      width: 80%; } }

.reliefpac p.common-text.announce {
  color: #006FA0;
  padding: 10px;
  border: 1px solid #006FA0;
  margin-bottom: 20px; }
  .reliefpac p.common-text.announce span {
    font-size: 1.2rem; }
.reliefpac p.common-text a {
  color: #006FA0;
  text-decoration: underline; }
.reliefpac p.common-text span.text-blue {
  color: #006FA0; }
@media screen and (max-width: 768px) {
  .reliefpac main {
    padding-top: 80px; } }
.reliefpac__nav {
  height: 100%;
  border-bottom: 2px solid #006FA0;
  background: #EDF1F6;
  position: sticky;
  top: 0;
  z-index: 1000; }
  @media screen and (max-width: 768px) {
    .reliefpac__nav {
      display: none; } }
  .reliefpac__nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px; }
  .reliefpac__nav .navInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    border-left: 2px solid #006FA0;
    border-right: 2px solid #006FA0;
    background: white; }
    .reliefpac__nav .navInner li {
      width: calc(100% / 6); }
      .reliefpac__nav .navInner li a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 75px;
        transition: background 0.5s linear;
        font-size: 1.5rem; }
        @media (hover: hover) {
          .reliefpac__nav .navInner li a:where(:any-link, :enabled, summary):hover {
            background: #006FA0;
            text-decoration: none;
            color: white; } }
        .reliefpac__nav .navInner li a span {
          width: 100%;
          text-align: center;
          padding: 3px 0;
          position: relative; }
          .reliefpac__nav .navInner li a span::after {
            content: "";
            width: 1px;
            height: 30px;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            background-color: #006FA0; }
          .reliefpac__nav .navInner li a span.last {
            border-right: none; }
            .reliefpac__nav .navInner li a span.last::after {
              content: none; }
.reliefpac__main {
  background-image: url("/option/relief_pac/images/main-bg.png");
  background-repeat: no-repeat;
  background-size: cover; }
  .reliefpac__main .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 390px;
    position: relative;
    z-index: 999; }
    @media screen and (max-width: 768px) {
      .reliefpac__main .main {
        flex-direction: column;
        height: auto;
        justify-content: center;
        justify-content: space-between;
        gap: 10px; } }
    .reliefpac__main .main__text {
      line-height: 160%; }
      @media screen and (max-width: 768px) {
        .reliefpac__main .main__text {
          margin-top: 40px; } }
      .reliefpac__main .main__text .title {
        display: flex;
        flex-direction: column;
        gap: 30px;
        font-family: "M PLUS 1p", sans-serif; }
        @media screen and (max-width: 768px) {
          .reliefpac__main .main__text .title {
            gap: 6px;
            text-align: center; } }
        .reliefpac__main .main__text .title__fukidashi {
          color: white;
          font-size: 2rem;
          font-weight: 400;
          padding: 12px 0;
          border-top: 2px solid white;
          border-bottom: 2px solid white;
          position: relative;
          text-align: center;
          width: fit-content; }
          @media screen and (max-width: 768px) {
            .reliefpac__main .main__text .title__fukidashi {
              font-size: 1.6rem;
              padding: 8px 0;
              width: 100%; } }
          .reliefpac__main .main__text .title__fukidashi::before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%) skew(-20deg);
            border-left: 2px solid white;
            border-right: 2px solid white;
            width: 6px;
            height: 14px; }
          .reliefpac__main .main__text .title__fukidashi b {
            font-weight: 800; }
        .reliefpac__main .main__text .title__sub {
          font-size: 2.4rem;
          font-weight: 700;
          color: white; }
          .reliefpac__main .main__text .title__sub em {
            font-size: 2.8rem;
            color: #F9F500;
            font-style: normal; }
          @media screen and (max-width: 768px) {
            .reliefpac__main .main__text .title__sub {
              gap: 14px;
              font-size: 2.2rem;
              line-height: 150%;
              margin-top: 12px; }
              .reliefpac__main .main__text .title__sub em {
                font-size: 2.2rem; } }
        .reliefpac__main .main__text .title__main {
          font-size: 5.2rem;
          color: #F9F500;
          font-weight: 700; }
          @media screen and (max-width: 768px) {
            .reliefpac__main .main__text .title__main {
              font-size: 4.2rem;
              line-height: 120%; } }
      @media screen and (max-width: 768px) {
        .reliefpac__main .main__text .contact-button {
          text-align: center; } }
      .reliefpac__main .main__text .contact-button a {
        color: #006FA0;
        font-size: 2rem;
        font-weight: bold;
        line-height: 120%;
        background-color: #F9F500;
        padding: 12px 30px;
        border: 2px solid #006FA0;
        border-radius: 50px;
        box-shadow: 4px 4px 0px #006FA0;
        width: fit-content;
        margin-top: 40px;
        display: inline-block;
        text-align: center;
        transition: all 0.5s linear; }
        .reliefpac__main .main__text .contact-button a small {
          font-size: 1.2rem; }
        @media (hover: hover) {
          .reliefpac__main .main__text .contact-button a:where(:any-link, :enabled, summary):hover {
            background: #c0bd0a; } }
        @media screen and (max-width: 768px) {
          .reliefpac__main .main__text .contact-button a {
            margin-top: 20px; } }
      .reliefpac__main .main__text .caption {
        color: white;
        font-size: 1.4rem;
        margin-top: 10px; }
    .reliefpac__main .main__model {
      text-align: center;
      display: flex;
      height: 100%;
      align-items: end; }
      @media screen and (max-width: 768px) {
        .reliefpac__main .main__model {
          justify-content: center; }
          .reliefpac__main .main__model img {
            width: 85%;
            height: auto; } }
.reliefpac__contents {
  background: white; }
  .reliefpac__contents .wrap article {
    margin-top: 70px;
    scroll-margin-top: 75px; }
  .reliefpac__contents .common-template-01__title {
    font-size: 2.4rem;
    font-weight: bold;
    color: white;
    background-color: #006FA0;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .reliefpac__contents .common-template-01__title {
        font-size: 2rem; } }
  .reliefpac__contents .common-template-01__content {
    border: 1px solid #006FA0;
    border-radius: 0 0 10px 10px;
    padding: 30px; }
    @media screen and (max-width: 768px) {
      .reliefpac__contents .common-template-01__content {
        padding: 20px; } }
  .reliefpac__contents .common-template-02 {
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    height: auto;
    flex-direction: column;
    gap: 25px; }
    .reliefpac__contents .common-template-02__title {
      font-size: 2.4rem;
      font-weight: bold;
      color: white;
      background-color: #006FA0;
      border-radius: 10px;
      padding: 10px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .reliefpac__contents .common-template-02__title {
          font-size: 2rem; } }
    .reliefpac__contents .common-template-02__title-caption {
      font-size: 1.6rem; }
    .reliefpac__contents .common-template-02 .common-buttons {
      margin: 0; }
  .reliefpac__contents .common-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    gap: 30px;
    margin: 70px 0; }
    @media screen and (max-width: 768px) {
      .reliefpac__contents .common-buttons {
        flex-direction: column;
        gap: 16px; } }
    .reliefpac__contents .common-buttons li {
      width: min(50%, 400px); }
      .reliefpac__contents .common-buttons li a {
        display: flex;
        font-size: 1.6rem;
        width: 100%;
        background-color: #EDF1F6;
        padding: 16px;
        box-sizing: border-box;
        text-align: center;
        border-radius: 6px;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
        height: 90px;
        justify-content: center;
        flex-direction: column;
        gap: 3px;
        transition: all 0.5s linear; }
        @media (hover: hover) {
          .reliefpac__contents .common-buttons li a:where(:any-link, :enabled, summary):hover {
            background-color: #DBDBDB; } }
      @media screen and (max-width: 768px) {
        .reliefpac__contents .common-buttons li {
          width: 100%; } }
    .reliefpac__contents .common-buttons li.common-buttons__contact a {
      border: 1px solid #006FA0;
      color: #006FA0;
      font-weight: bold;
      background-color: #F9F500; }
      .reliefpac__contents .common-buttons li.common-buttons__contact a small {
        font-size: 1.2rem; }
      @media (hover: hover) {
        .reliefpac__contents .common-buttons li.common-buttons__contact a:where(:any-link, :enabled, summary):hover {
          background-color: #c0bd0a; } }
  .reliefpac__contents .common-midashi {
    padding: 0 0 10px 30px;
    font-size: 2.0rem;
    width: 100%;
    background: url(/option/relief_pac/images/midashi_icon.svg) no-repeat left 7px/22px auto, url(/common/image/title_line.png) no-repeat bottom; }
    .reliefpac__contents .common-midashi + common-caption {
      font-size: 1.6rem; }
  .reliefpac__contents .common-comelist li {
    font-size: 1.2rem;
    position: relative;
    padding-left: 26px; }
    .reliefpac__contents .common-comelist li::before {
      position: absolute;
      left: 0;
      top: 0; }
    .reliefpac__contents .common-comelist li.no-num::before {
      content: "※"; }
    .reliefpac__contents .common-comelist li.one::before {
      content: "※1"; }
    .reliefpac__contents .common-comelist li.two::before {
      content: "※2"; }
    .reliefpac__contents .common-comelist li.three::before {
      content: "※3"; }
    .reliefpac__contents .common-comelist li.four::before {
      content: "※4"; }
  .reliefpac__contents .common-table {
    width: 70%;
    border-bottom: 1px solid transparent;
    display: flex;
    border: 1px solid #CCCCCC; }
    @media screen and (max-width: 768px) {
      .reliefpac__contents .common-table {
        flex-direction: column;
        width: 100%; } }
    .reliefpac__contents .common-table .th {
      background: #DBF4FF;
      padding-left: 45px;
      padding-right: 45px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: auto;
      min-width: 280px;
      padding: 20px;
      text-align: left;
      text-align: center; }
    .reliefpac__contents .common-table .td {
      display: flex;
      justify-content: center;
      align-items: center;
      height: auto;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      word-break: break-all;
      padding: 20px;
      text-align: left; }
  .reliefpac__contents .common-caption {
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      .reliefpac__contents .common-caption {
        font-size: 1.4rem; } }
  .reliefpac__contents .service__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 25px; }
    @media screen and (max-width: 768px) {
      .reliefpac__contents .service__list {
        flex-direction: column;
        gap: 20px; } }
    .reliefpac__contents .service__list .item {
      border: 1px solid #CCCCCC; }
      @media screen and (max-width: 768px) {
        .reliefpac__contents .service__list .item {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .reliefpac__contents .service__list .item__thumb img {
          width: 100%;
          height: auto; } }
      .reliefpac__contents .service__list .item__content {
        background-color: white;
        padding: 20px; }
        .reliefpac__contents .service__list .item__content h4 {
          font-size: 2.4rem;
          font-weight: bold;
          line-height: 150%;
          text-align: center;
          color: #006FA0; }
          .reliefpac__contents .service__list .item__content h4 small {
            color: #006FA0;
            font-size: 1.8rem; }
          @media screen and (max-width: 768px) {
            .reliefpac__contents .service__list .item__content h4 {
              font-size: 2rem; } }
        .reliefpac__contents .service__list .item__content .button a {
          display: inline-block;
          font-size: 1.6rem;
          background-color: #EDF1F6;
          width: 100%;
          padding: 8px;
          box-sizing: border-box;
          text-align: center;
          border-radius: 6px;
          margin-top: 14px;
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          transition: all 0.5s linear; }
          @media (hover: hover) {
            .reliefpac__contents .service__list .item__content .button a:where(:any-link, :enabled, summary):hover {
              background-color: #DBDBDB; } }
  .reliefpac__contents .starting__text {
    font-size: 2.4rem;
    font-weight: bold;
    color: #006FA0; }
    @media screen and (max-width: 768px) {
      .reliefpac__contents .starting__text {
        font-size: 2rem; } }
  .reliefpac__contents .trouble__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: auto; }
    @media screen and (max-width: 768px) {
      .reliefpac__contents .trouble__content {
        flex-direction: column;
        gap: 20px; } }
    .reliefpac__contents .trouble__content .text-area {
      width: 445px; }
      @media screen and (max-width: 768px) {
        .reliefpac__contents .trouble__content .text-area {
          width: 100%; } }
      .reliefpac__contents .trouble__content .text-area h4 {
        font-size: 2rem;
        color: #006FA0;
        font-weight: bold;
        text-align: center;
        margin-bottom: 16px; }
    .reliefpac__contents .trouble__content .image-area {
      width: 460px; }
      @media screen and (max-width: 768px) {
        .reliefpac__contents .trouble__content .image-area {
          width: 100%; } }
      .reliefpac__contents .trouble__content .image-area__title {
        font-size: 1.8rem;
        color: #006FA0;
        font-weight: bold;
        text-align: center;
        margin-bottom: 16px; }
      @media screen and (max-width: 768px) {
        .reliefpac__contents .trouble__content .image-area__graph img {
          width: 100%;
          height: auto; } }
  .reliefpac__contents .p-sapo__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    gap: 30px; }
    @media screen and (max-width: 768px) {
      .reliefpac__contents .p-sapo__content {
        flex-direction: column;
        gap: 20px; } }
    .reliefpac__contents .p-sapo__content .text-area__title {
      font-size: 2.4rem;
      margin-bottom: 10px;
      color: #006FA0; }
      @media screen and (max-width: 768px) {
        .reliefpac__contents .p-sapo__content .text-area__title {
          font-size: 2rem; } }
    .reliefpac__contents .p-sapo__content .text-area__text {
      font-size: 1.6rem;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .reliefpac__contents .p-sapo__content .text-area__text {
          font-size: 1.4rem; } }
    @media screen and (max-width: 768px) {
      .reliefpac__contents .p-sapo__content .images__image img {
        width: 100%;
        height: auto; } }
  .reliefpac__contents .p-sapo__trouble .trouble-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    gap: 10px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .reliefpac__contents .p-sapo__trouble .trouble-title img {
        display: none; } }
    .reliefpac__contents .p-sapo__trouble .trouble-title span {
      font-size: 2.4rem;
      color: #E75560;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .reliefpac__contents .p-sapo__trouble .trouble-title span {
          font-size: 2rem; } }
  .reliefpac__contents .p-sapo__trouble .trouble-lists {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    position: relative;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .reliefpac__contents .p-sapo__trouble .trouble-lists {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px; } }
    .reliefpac__contents .p-sapo__trouble .trouble-lists::after {
      content: "";
      position: absolute;
      width: calc(1000px - 316px);
      height: 1px;
      background-color: #CCCCCC;
      transform: translateX(-50%);
      bottom: -30px;
      left: 50%; }
      @media screen and (max-width: 768px) {
        .reliefpac__contents .p-sapo__trouble .trouble-lists::after {
          display: none; } }
    .reliefpac__contents .p-sapo__trouble .trouble-lists .list {
      width: 316px;
      border: 1px solid #CCCCCC;
      position: relative; }
      @media screen and (max-width: 768px) {
        .reliefpac__contents .p-sapo__trouble .trouble-lists .list {
          width: 100%; } }
      .reliefpac__contents .p-sapo__trouble .trouble-lists .list::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 30px;
        background-color: #CCCCCC;
        transform: translateX(-50%);
        bottom: -30px;
        left: 50%; }
        @media screen and (max-width: 768px) {
          .reliefpac__contents .p-sapo__trouble .trouble-lists .list::after {
            display: none; } }
      @media screen and (max-width: 768px) {
        .reliefpac__contents .p-sapo__trouble .trouble-lists .list__image img {
          width: 100%;
          height: auto; } }
      .reliefpac__contents .p-sapo__trouble .trouble-lists .list__content {
        padding: 20px; }
        .reliefpac__contents .p-sapo__trouble .trouble-lists .list__content .title {
          text-align: center;
          color: #006FA0;
          font-size: 1.8rem;
          margin-bottom: 10px; }
        .reliefpac__contents .p-sapo__trouble .trouble-lists .list__content .caption {
          font-size: 1.6rem; }
  .reliefpac__contents .p-sapo__trouble .measures-title {
    font-size: 2.4rem;
    color: #E75560;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .reliefpac__contents .p-sapo__trouble .measures-title {
        font-size: 2rem; } }
  .reliefpac__contents .sokuhou__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    gap: 30px; }
    @media screen and (max-width: 768px) {
      .reliefpac__contents .sokuhou__content {
        flex-direction: column;
        gap: 20px; } }
    .reliefpac__contents .sokuhou__content .text-area__title {
      font-size: 2.4rem;
      margin-bottom: 10px;
      color: #006FA0; }
      @media screen and (max-width: 768px) {
        .reliefpac__contents .sokuhou__content .text-area__title {
          font-size: 2rem; } }
    .reliefpac__contents .sokuhou__content .text-area__text {
      font-size: 1.6rem; }
      @media screen and (max-width: 768px) {
        .reliefpac__contents .sokuhou__content .text-area__text {
          font-size: 1.4rem; } }
    @media screen and (max-width: 768px) {
      .reliefpac__contents .sokuhou__content .images__image img {
        width: 100%;
        height: auto; } }
    .reliefpac__contents .sokuhou__content .images__caption {
      margin-top: 10px;
      font-size: 1.2rem; }
  .reliefpac__contents .bengo__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    gap: 30px; }
    @media screen and (max-width: 768px) {
      .reliefpac__contents .bengo__content {
        flex-direction: column;
        gap: 20px; } }
    .reliefpac__contents .bengo__content .text-area__title {
      font-size: 2.4rem;
      margin-bottom: 10px;
      color: #006FA0; }
      @media screen and (max-width: 768px) {
        .reliefpac__contents .bengo__content .text-area__title {
          font-size: 2rem; } }
    .reliefpac__contents .bengo__content .text-area__text {
      font-size: 1.6rem;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .reliefpac__contents .bengo__content .text-area__text {
          font-size: 1.4rem; } }
    @media screen and (max-width: 768px) {
      .reliefpac__contents .bengo__content .images__image img {
        width: 100%;
        height: auto; } }
  .reliefpac__contents .bengo__trouble-lists {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: auto; }
    @media screen and (max-width: 768px) {
      .reliefpac__contents .bengo__trouble-lists {
        flex-direction: column;
        gap: 20px; } }
    .reliefpac__contents .bengo__trouble-lists .list {
      width: 316px;
      border: 1px solid #CCCCCC; }
      @media screen and (max-width: 768px) {
        .reliefpac__contents .bengo__trouble-lists .list {
          width: 100%; }
          .reliefpac__contents .bengo__trouble-lists .list img {
            width: 100%;
            height: auto; } }
      .reliefpac__contents .bengo__trouble-lists .list__caption {
        padding: 20px;
        font-size: 1.6rem; }
  .reliefpac__contents .charge__text {
    margin: 25px 0; }
    @media screen and (max-width: 768px) {
      .reliefpac__contents .charge__text {
        font-size: 1.4rem; } }
  .reliefpac__contents .caution .caution-inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    flex-direction: column;
    gap: 10px; }
  .reliefpac__contents .caution__title {
    font-size: 1.8rem;
    color: #006FA0;
    position: relative;
    padding-left: 26px; }
    .reliefpac__contents .caution__title::before {
      content: "";
      position: absolute;
      width: 14px;
      height: 14px;
      background: #006FA0;
      border-radius: 3px;
      transform: translateY(-50%);
      top: 50%;
      left: 0; }
  @media screen and (max-width: 768px) {
    .reliefpac__contents .caution__list {
      font-size: 1.4rem; } }
  .reliefpac__contents .caution__list a {
    color: #006FA0;
    text-decoration: underline; }
  .reliefpac__contents .caution .common-buttons {
    margin: 0;
    width: 100%; }
  .reliefpac__contents .contact {
    margin-bottom: 70px; }
    .reliefpac__contents .contact__text {
      margin-bottom: 25px; }

/*# sourceMappingURL=style.css.map */
