@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap);
@media only screen and (max-width: 768px) {
  br.pc {
    display: none; } }

@media only screen and (min-width: 769px) {
  br.sp {
    display: none; } }

.container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px; }

.myWrapper {
  color: #333;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Meiryo, sans-serif;
  font-size: 16;
  letter-spacing: 0.08em;
  line-height: 1.5; }
  .myWrapper *, .myWrapper *::before, .myWrapper *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .myWrapper img {
    vertical-align: bottom;
    max-width: 100%; }

.myBtn01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ed190d;
  border: none;
  border-radius: 30px;
  -webkit-box-shadow: 0px 6px 0px rgba(237, 25, 13, 0.2);
  box-shadow: 0px 6px 0px rgba(237, 25, 13, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  min-height: 60px;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
  .myBtn01:link, .myBtn01:visited {
    color: #fff; }
  .myBtn01:hover {
    opacity: 0.7;
    text-decoration: none; }

.myBtnbox01 {
  max-width: 400px;
  margin: 50px auto 0; }

.myBreadcrumb {
  background-color: #F7F8F9;
  padding: 13px 0 13px; }
  .myBreadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .myBreadcrumb__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.71429; }
    .myBreadcrumb__item:not(:last-child)::after {
      content: "";
      border-top: 1px solid #adadad;
      border-right: 1px solid #adadad;
      display: block;
      width: 9px;
      height: 9px;
      margin-left: 7px;
      margin-right: 14px;
      -webkit-transform: rotate(54deg) skewX(16deg);
      -ms-transform: rotate(54deg) skewX(16deg);
      transform: rotate(54deg) skewX(16deg); }
  .myBreadcrumb__link:link, .myBreadcrumb__link:visited {
    color: inherit; }
  .myBreadcrumb__item:not(:first-child):not(:last-child) .myBreadcrumb__link:link, .myBreadcrumb__item:not(:first-child):not(:last-child) .myBreadcrumb__link:visited {
    text-decoration: underline; }

.myBlockHeadPage {
  background: url(../images/bg_titlePage.png) no-repeat left calc(50% - 571px) bottom 0, url(../images/bg_titlePage.png) no-repeat right calc(50% - 571px) bottom 0;
  background-color: #FFF0F0;
  border-bottom: 8px solid #ed190d; }
  @media only screen and (max-width: 1200px) {
    .myBlockHeadPage {
      background-position: left 11px bottom 0, right 11px bottom 0; } }
  @media only screen and (max-width: 768px) {
    .myBlockHeadPage {
      background-size: 20px, 20px;
      border-bottom-width: 3px; } }
  .myBlockHeadPage__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (min-width: 769px) {
      .myBlockHeadPage__inner {
        min-height: 212px;
        padding: 30px 30px 30px; } }
    @media only screen and (max-width: 768px) {
      .myBlockHeadPage__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 180px;
        padding: 48px 46px 37px; } }
  @media only screen and (min-width: 769px) {
    .myBlockHeadPage__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .myBlockHeadPage__title:not(:only-child)::after {
    content: "";
    background-color: #ED190D;
    display: block; }
    @media only screen and (min-width: 769px) {
      .myBlockHeadPage__title:not(:only-child)::after {
        border-radius: 2px;
        width: 4px;
        height: 60px;
        margin-left: 49px;
        margin-right: 51px; } }
    @media only screen and (max-width: 768px) {
      .myBlockHeadPage__title:not(:only-child)::after {
        border-radius: 1px;
        height: 2px;
        margin-top: 11px;
        margin-bottom: 20px; } }
  @media only screen and (max-width: 768px) {
    .myBlockHeadPage__txt {
      margin-bottom: -23px; } }
  .myBlockHeadPage__txt-image.-pc {
    max-width: 100%;
    width: 509px; }
    @media only screen and (max-width: 768px) {
      .myBlockHeadPage__txt-image.-pc {
        display: none; } }
  .myBlockHeadPage__txt-image.-sp {
    width: 100%; }
    @media only screen and (min-width: 769px) {
      .myBlockHeadPage__txt-image.-sp {
        display: none; } }
  .myBlockHeadPage__txt-image a {
    position: relative; }
    .myBlockHeadPage__txt-image a::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.myBlockHead01 {
  padding: 43px 0 46px; }
  .myBlockHead01__title {
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-align: center; }
  .myBlockHead01__date {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-align: right;
    margin-top: 7px; }

.myBlockInfo {
  background-color: #fff;
  padding: 50px 0 50px; }
  @media only screen and (max-width: 768px) {
    .myBlockInfo {
      padding: 17px 0 24px; } }
  @media only screen and (min-width: 769px) {
    .myBlockInfo__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .myBlockInfo__item {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 13px 39px 17px; }
    @media only screen and (max-width: 768px) {
      .myBlockInfo__item {
        border-radius: 5px;
        padding: 18px 22px 21px; } }
    @media only screen and (min-width: 769px) {
      .myBlockInfo__item:not(:last-child) {
        margin-right: 10px; } }
    @media only screen and (max-width: 768px) {
      .myBlockInfo__item:not(:last-child) {
        margin-bottom: 10px; } }
    @media only screen and (min-width: 769px) {
      .myBlockInfo__item.-item02 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 330px; } }
  .myBlockInfo__title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-bottom: 9px; }
  .myBlockInfo__body {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.5; }
    .myBlockInfo__body a {
      color: #2668E1;
      text-decoration: underline; }
  .myBlockInfo__list {
    padding-left: 1em; }
    .myBlockInfo__list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .myBlockInfo__list-item::before {
        content: "\25cf";
        -ms-flex-negative: 0;
        flex-shrink: 0; }
  .myBlockInfo__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .myBlockInfo__info-icon {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .myBlockInfo__info-body {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }

.myBlockSearchBox {
  overflow: hidden; }
  @media only screen and (min-width: 1121px) {
    .myBlockSearchBox__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.myBlockSearch {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .myBlockSearch::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    z-index: 1; }
  .myBlockSearch.-map {
    padding: 49px 0 46px; }
    @media only screen and (min-width: 1121px) {
      .myBlockSearch.-map {
        padding-right: 60px; } }
    .myBlockSearch.-map::after {
      background-color: #FFF0F0;
      right: 0; }
      @media only screen and (max-width: 1120px) {
        .myBlockSearch.-map::after {
          right: -15px; } }
  .myBlockSearch.-area {
    padding: 49px 0 46px; }
    @media only screen and (min-width: 1121px) {
      .myBlockSearch.-area {
        width: 490px;
        padding-left: 60px; } }
    .myBlockSearch.-area::after {
      background-color: #F0F1F4;
      left: 0; }
      @media only screen and (max-width: 1120px) {
        .myBlockSearch.-area::after {
          left: -15px; } }
  .myBlockSearch__inner {
    position: relative;
    margin: 0 auto;
    z-index: 2; }
    @media only screen and (min-width: 769px) {
      .myBlockSearch__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media only screen and (min-width: 769px) and (max-width: 1120px) {
    .myBlockSearch__inner {
      max-width: 650px; } }
  @media only screen and (min-width: 769px) {
    .myBlockSearch.-map .myBlockSearch__group:first-child {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 60px; } }
  @media only screen and (max-width: 768px) {
    .myBlockSearch.-map .myBlockSearch__group:first-child {
      margin-bottom: 30px; } }
  .myBlockSearch.-area .myBlockSearch__group {
    width: 100%; }
    @media only screen and (min-width: 1121px) {
      .myBlockSearch.-area .myBlockSearch__group {
        max-width: 400px;
        margin-left: auto; } }
  .myBlockSearch__title {
    margin-bottom: 34px; }
    @media only screen and (max-width: 768px) {
      .myBlockSearch__title {
        text-align: center; } }
    .myBlockSearch__title-inner {
      border-bottom: 2px solid currentColor;
      font-size: 28px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      font-weight: bold;
      letter-spacing: 0.08em;
      line-height: 1;
      white-space: nowrap;
      padding-bottom: 11px; }
      .myBlockSearch__title-inner::before {
        background-repeat: no-repeat;
        background-position: center bottom;
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 46px;
        -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
        transform: translateY(7px); }
      .myBlockSearch.-map .myBlockSearch__title-inner {
        padding-left: 9px; }
        .myBlockSearch.-map .myBlockSearch__title-inner::before {
          content: "";
          background-image: url(../images/icon_map.svg);
          width: 27px;
          margin-right: 17px; }
      .myBlockSearch.-area .myBlockSearch__title-inner::before {
        content: "";
        background-image: url(../images/icon_area.svg);
        width: 41px;
        margin-right: 13px; }
  .myBlockSearch__list {
    display: -ms-grid;
    display: grid;
    gap: 10px 10px;
    margin-top: 43px; }
    @media only screen and (min-width: 769px) {
      .myBlockSearch__list {
        -ms-grid-rows: auto;
        -ms-grid-columns: (100px)[2];
        grid-template: auto/repeat(2, 100px);
        max-width: 210px; } }
    @media only screen and (max-width: 768px) {
      .myBlockSearch__list {
        grid-template: auto/repeat(auto-fit, minmax(120px, auto)); } }
    .myBlockSearch__list-link {
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 20px;
      display: block;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.04em;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      padding: 11px 15px 11px; }
      .myBlockSearch__list-link:link, .myBlockSearch__list-link:visited {
        color: #ed190d; }
      .myBlockSearch__list-link:hover {
        background-color: #ed190d;
        border-color: #ed190d;
        color: #fff;
        text-decoration: none; }
  .myBlockSearch__map {
    max-width: 349px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .myBlockSearch__map {
        max-width: 450px; } }
    .myBlockSearch__map img {
      width: 100%; }
  .myBlockSearch__input:not(:last-child) {
    margin-bottom: 20px; }
  .myBlockSearch__input-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.33333;
    margin-bottom: 15px;
    padding-left: 18px; }
    .myBlockSearch__input-title::before {
      content: "";
      background-color: currentColor;
      position: absolute;
      top: 3px;
      bottom: 0;
      left: 0;
      width: 6px; }
    .myBlockSearch__input-titleRequired {
      color: #ed190d;
      font-size: 12px;
      letter-spacing: 0.04em;
      margin-left: 5px; }
  .myBlockSearch__input-form input, .myBlockSearch__input-form select, .myBlockSearch__input-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 30px;
    display: block;
    color: #666;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.71429;
    width: 100%;
    min-height: 60px;
    padding: 10px 30px 10px; }
  .myBlockSearch__input-form select {
    background-image: url(../images/arrow_select.svg);
    background-repeat: no-repeat;
    background-position: right 11px center; }
  .myBlockSearch__btn {
    margin-top: 40px; }

.myBlockBnrBox {
  background-color: #f7f8f9;
  padding: 65px 0; }
  .myBlockBnrBox__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (min-width: 769px) {
      .myBlockBnrBox__inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (max-width: 768px) {
      .myBlockBnrBox__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  @media only screen and (min-width: 769px) {
    .myBlockBnrBox__item:not(:last-child) {
      margin-right: 40px; } }
  @media only screen and (max-width: 768px) {
    .myBlockBnrBox__item:not(:last-child) {
      margin-bottom: 30px; } }

.myNav01 {
  background-color: #F0F1F4;
  padding: 40px 0; }
  .myNav01__list {
    display: -ms-grid;
    display: grid;
    gap: 10px 10px; }
    @media only screen and (min-width: 769px) {
      .myNav01__list {
        grid-template: auto/repeat(auto-fit, 100px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (max-width: 768px) {
      .myNav01__list {
        grid-template: auto/repeat(auto-fit, minmax(120px, auto)); } }
  .myNav01__link {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    padding: 11px 15px 11px; }
    .myNav01__link:link, .myNav01__link:visited {
      color: #ed190d; }
    .myNav01__link:hover {
      background-color: #ed190d;
      border-color: #ed190d;
      color: #fff;
      text-decoration: none; }

.myNav02 {
  padding-top: 45px; }
  .myNav02__title {
    color: #000;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.33333;
    text-align: center;
    margin-bottom: 46px; }
  .myNav02__list {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 15px 20px; }
  .myNav02__item {
    color: #666;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.33333;
    margin-bottom: 10px; }
    .myNav02__item:not(:last-child)::after {
      content: "|";
      display: inline-block;
      margin: 0 1em; }
  .myNav02__link:hover {
    color: #ED190D;
    text-decoration: none; }

.myPager01 {
  margin-top: 60px; }
  .myPager01__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -6px -6px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .myPager01__list {
        margin: 0 -4px -4px; } }
  .myPager01__item {
    margin: 0 6px 6px; }
    @media only screen and (max-width: 768px) {
      .myPager01__item {
        margin: 0 4px 4px; } }
  .myPager01__link {
    background-color: #fff;
    border: solid 2px #ed190d;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ed190d;
    font-size: 20px;
    width: 48px;
    height: 48px; }
    @media only screen and (max-width: 768px) {
      .myPager01__link {
        font-size: 17px;
        width: 40px;
        height: 40px; } }
    .myPager01__link:link, .myPager01__link:visited {
      color: #ed190d;
      text-decoration: none; }
    .myPager01__link[inert] {
      background: #fcdddb;
      border: none; }
    .myPager01__link.-prev, .myPager01__link.-next {
      background-color: #ed190d;
      position: relative;
      color: #fff; }
      .myPager01__link.-prev[inert], .myPager01__link.-next[inert] {
        background-color: #eee;
        color: #ccc; }
      .myPager01__link.-prev::before, .myPager01__link.-next::before {
        content: "";
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
        display: block;
        position: relative;
        width: 10px;
        height: 10px; }
        @media only screen and (max-width: 768px) {
          .myPager01__link.-prev::before, .myPager01__link.-next::before {
            width: 9px;
            height: 9px; } }
    .myPager01__link.-prev::before {
      left: 2px;
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
    .myPager01__link.-next::before {
      left: -2px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.myList01__group {
  width: 100%; }
  .myList01__group + .myList01__group {
    margin-top: -1px; }

.myList01__head, .myList01__item {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  vertical-align: middle;
  height: 61px;
  padding: 15px 18px 17px; }

.myList01__head {
  background-color: #fff0f0;
  border-top: 1px solid #ccc; }
  .myList01__head:not(:last-child) {
    border-bottom: 1px solid #ccc; }
  .myList01__head-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.myList01__pagetop {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-left: 20px; }
  .myList01__pagetop:link, .myList01__pagetop:visited {
    color: #ed190d;
    text-decoration: underline; }

.myList01__item {
  border-bottom: 1px dashed #CCC; }
  .myList01 tr:first-child .myList01__item {
    border-top: 1px solid #ccc; }

.myList01__link:link, .myList01__link:visited {
  color: #ED190D;
  text-decoration: underline; }

.myList01__txt {
  display: block; }
  @media only screen and (min-width: 769px) {
    .myList01__txt {
      float: right;
      white-space: nowrap;
      padding-right: calc(100% - 1210px + 75px); } }

.myBlockDetail01__list {
  margin-bottom: 45px; }
  @media only screen and (min-width: 769px) {
    .myBlockDetail01__list {
      border-left: 1px dashed #CCC;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.myBlockDetail01__item {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px dashed #CCC;
  line-height: 1.5; }
  @media only screen and (min-width: 769px) {
    .myBlockDetail01__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; } }
  @media only screen and (max-width: 768px) {
    .myBlockDetail01__item {
      border-left: 1px dashed #CCC; }
      .myBlockDetail01__item:not(:last-child) {
        margin-bottom: 15px; } }
  .myBlockDetail01__item-title, .myBlockDetail01__item-txt {
    padding-left: 18px;
    padding-right: 18px; }
    @media only screen and (min-width: 769px) {
      .myBlockDetail01__item-title, .myBlockDetail01__item-txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .myBlockDetail01__item-title {
    background-color: #fff0f0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    letter-spacing: 0.08em;
    padding-top: 17px;
    padding-bottom: 19px; }
  .myBlockDetail01__item-txt {
    font-size: 18px;
    letter-spacing: 0.08em;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 18px; }

.myBlockDetail01__kubun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap; }
  .myBlockDetail01__kubun-group {
    border-bottom: 1px solid #aaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 10px 6px; }
    @media only screen and (max-width: 768px) {
      .myBlockDetail01__kubun-group {
        padding: 12px 10px 4px; } }
  .myBlockDetail01__kubun-item {
    width: 50%;
    font-size: 25px;
    letter-spacing: 0.08em;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .myBlockDetail01__kubun-item {
        font-size: 19px;
        letter-spacing: 0.04em; } }
    .myBlockDetail01__kubun-item:not(:last-child) {
      margin-right: 40px; }
      @media only screen and (max-width: 768px) {
        .myBlockDetail01__kubun-item:not(:last-child) {
          margin-right: 30px; } }

.myBlockDetail01__info {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center; }
  .myBlockDetail01__info-link:link, .myBlockDetail01__info-link:visited {
    color: #ED190D;
    text-decoration: underline; }

.myBlockDetail01__caution {
  background-color: #F7F8F9;
  margin-top: 104px;
  padding: 36px 0 44px; }
  .myBlockDetail01__caution-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px; }
  .myBlockDetail01__caution-txt {
    font-size: 16px;
    letter-spacing: -.05em;
    line-height: 2;
    max-width: 1138px;
    margin: 0 auto; }

.myBlockNothing01 {
  border-top: solid 1px #c8c8c8;
  border-bottom: solid 1px #c8c8c8;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  padding: 55px 0 52px; }
