@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  word-break: break-all;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

.flex {
  display: flex;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  font-size: 100%;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.contents-wrap {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

/****************************************************************************
************  TOP
****************************************************************************/
/**  メインビジュアル
****************************************************************************/
section.main-visual {
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
  height: 500px;
  position: relative;
}
.mv-jp-circle {
  width: 130%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -3;
  text-align: center;
}
.mv-jp-circle img {
  width: 100%;
  -webkit-animation: circle 30s linear infinite;
          animation: circle 30s linear infinite;
}
.mv-area {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  height: 500px;
}
.mv-character {
  position: absolute;
  top: 20%;
  left: 5%;
  transform: translate(-5%, -20%);
  z-index: 2;
  max-width: 710px;
}
.mv-character img {
  width: 70%;
}

.mv-name {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 5;
  max-width: 460px;
  text-align: center;
}
.mv-name img {
  width: 100%;
}

.name-en {
  padding: 30px;
  background-color: #fbff3f;
}

.name-jp {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}

/****************************************************************************
************  メイン
****************************************************************************/
section.top-main-area {
  width: 100%;
  padding: 50px 0 50px;
  position: relative;
}
section.top-main-area::before {
  content: "";
  display: block;
  background: linear-gradient(to top, #0071bc, #29abe2);
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.open-bnr {
  margin-bottom: 90px;
}
.open-bnr img {
  transition: .3s;
}
.open-bnr img:hover {
  transform: translateY(-10px);
  opacity: .7;
}
.bubble-1 {
  position: absolute;
  left: 5%;
  bottom: 0;
  opacity: 0;
  -webkit-animation: bubble1 10s infinite 1s;
          animation: bubble1 10s infinite 1s;
}
.bubble-1 img {
  width: 100%;
}

.bubble-2 {
  position: absolute;
  left: 15%;
  bottom: 0;
  opacity: 0;
  -webkit-animation: bubble2 11s infinite 1s;
          animation: bubble2 11s infinite 1s;
}

.bubble-3 {
  position: absolute;
  left: 35%;
  bottom: 0;
  opacity: 0;
  -webkit-animation: bubble3 13s infinite 1s;
          animation: bubble3 13s infinite 1s;
}
.bubble-3 img {
  width: 100%;
}

.bubble-4 {
  position: absolute;
  left: 65%;
  bottom: 0;
  opacity: 0;
  -webkit-animation: bubble4 9s infinite 1s;
          animation: bubble4 9s infinite 1s;
}
.bubble-4 img {
  width: 100%;
}

.bubble-5 {
  position: absolute;
  left: 85%;
  bottom: 0;
  opacity: 0;
  -webkit-animation: bubble5 8s infinite 1s;
          animation: bubble5 8s infinite 1s;
}
.bubble-5 img {
  width: 100%;
}

.bubble-6 {
  position: absolute;
  left: 15%;
  bottom: 0;
  opacity: 0;
  -webkit-animation: bubble6 13s infinite 1s;
          animation: bubble6 13s infinite 1s;
  transform: rotate(0deg);
}
.bubble-6 img {
  width: 100%;
}

.bubble-7 {
  position: absolute;
  left: 65%;
  bottom: 0;
  opacity: 0;
  -webkit-animation: bubble7 15s infinite 1s;
          animation: bubble7 15s infinite 1s;
  transform: rotate(0deg);
}
.bubble-7 img {
  width: 100%;
}

.bubble-8 {
  position: absolute;
  left: 32%;
  bottom: 0;
  opacity: 0;
  -webkit-animation: bubble8 15s infinite 1s;
          animation: bubble8 15s infinite 1s;
  transform: rotate(0deg);
}
.bubble-8 img {
  width: 100%;
}

.bubble-9 {
  position: absolute;
  left: 56%;
  bottom: 0;
  opacity: 0;
  -webkit-animation: bubble9 15s infinite 1s;
          animation: bubble9 15s infinite 1s;
  transform: rotate(0deg);
}
.bubble-9 img {
  width: 100%;
}

.bubble-10 {
  position: absolute;
  left: 87%;
  bottom: 0;
  opacity: 0;
  -webkit-animation: bubble10 15s infinite 1s;
          animation: bubble10 15s infinite 1s;
  transform: rotate(0deg);
}
.bubble-10 img {
  width: 100%;
}

.bubble-11 {
  position: absolute;
  left: 38%;
  bottom: 0;
  opacity: 0;
  -webkit-animation: bubble11 15s infinite 1s;
          animation: bubble11 15s infinite 1s;
  transform: rotate(0deg);
}
.bubble-11 img {
  width: 100%;
}

.wave {
  position: absolute;
  top: -230px;
  width: 100%;
}

svg {
  width: 100%;
  height: 240px;
}

.fishing-info {
  position: relative;
}

.move-icon-1 {
  position: absolute;
  top: 5%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0;
  -webkit-animation: moveIcon1 1s forwards;
          animation: moveIcon1 1s forwards;
}

.move-icon-2 {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0;
  -webkit-animation: moveIcon2 1s forwards;
          animation: moveIcon2 1s forwards;
}

ul.info-tag-area {
  max-width: 700px;
  margin: 24px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
ul.info-tag-area li {
  margin: 4px 4px 10px 4px;
  width: 100px;
  text-align: center;
  padding: 2px;
  border: solid 1px #0071bc;
  color: #0071bc;
  border-radius: 16px;
  font-size: 12px;
  background-color: #fff;
  color: #000;
}
ul.info-tag-area_article {
  max-width: 700px;
  margin: 24px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
ul.info-tag-area_article li {
  margin: 4px 4px 10px 4px;
  width: 100px;
  text-align: center;
  padding: 2px;
  color: #0071bc;
  border: solid 1px #0071bc;
  border-radius: 16px;
  font-size: 12px;
}

ul.fishing-results {
  justify-content: center;
  flex-wrap: wrap;
}
ul.fishing-results::after {
  content: "";
  display: block;
  width: 300px;
  margin: 12px;
}
ul.fishing-results li {
  width: 300px;
  height: auto;
  margin: 12px;
}

.fishing-thumnail {
  width: 300px;
  height: 150px;
}
.fishing-thumnail img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.fishing-text-area {
  background-color: rgb(180, 180, 180);
  width: 100%;
  height: auto;
  padding: 12px;
}

.fishing-date {
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}

.fishing-title {
  margin-top: 4px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}

.list-tag-area {
  margin-top: 6px;
  margin-bottom: 2px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list-tag-area a {
  margin: 4px 4px 10px 4px;
  width: 100px;
  text-align: center;
  padding: 2px;
  color: #0071bc;
  border-radius: 16px;
  font-size: 12px;
  background-color: #fff;
  border: solid 1px #0071bc;
}

.fishing-info-btn {
  margin: 60px auto 0;
}

.service-area {
  margin-top: 90px;
  position: relative;
  height: 1000px;
}

li.result {
  position: absolute;
  top: 0;
  left: 0%;
  width: 48%;
  height: 560px;
  text-align: center;
}
li.result img {
  width: 100%;
  max-width: 426px;
}

img.switch-result {
  position: relative;
}

li.price {
  position: absolute;
  top: 0;
  left: 50%;
  width: 48%;
  height: 560px;
  text-align: left;
}
li.price img {
  width: 100%;
  max-width: 631px;
}

li.introduce {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 48%;
  height: 560px;
  text-align: right;
}
li.introduce img {
  width: 100%;
  max-width: 424px;
}

li.place {
  position: absolute;
  top: 50%;
  right: 0;
  width: 48%;
  height: 560px;
  text-align: right;
}
li.place img {
  width: 100%;
  max-width: 466px;
}

aside.schedule-area,
aside.insta-area,
aside.line-area {
  margin: 40px auto 0;
  width: 100%;
  transition: 0.2s;
}
aside.schedule-area img,
aside.insta-area img,
aside.line-area img {
  width: 100%;
}
aside.schedule-area:hover,
aside.insta-area:hover,
aside.line-area:hover {
  opacity: 0.7;
  transform: translateY(-8px);
}

.location {
  margin-top: 136px;
  position: relative;
}

.move-icon-3 {
  position: absolute;
  top: 5%;
  left: 0%;
  transform: translateY(-50%);
}

.move-icon-4 {
  position: absolute;
  top: 20%;
  right: 10%;
  transform: translateY(-50%);
}

.location-map {
  width: 100%;
  height: auto;
}

.location-map iframe {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.map-illust {
  max-width: 480px;
  width: 90%;
  margin: 20px auto;
  text-align: center;
}
.map-illust img {
  max-width: 580px;
  width: 100%;
}

.location-btn-area {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 30px;
}

.location-btn {
  margin: 0 auto;
}

/****************************************************************************
************  下層ページ　船長・船体紹介
****************************************************************************/
section.owner {
  margin: 90px auto 0;
}

ul.owner-message {
  margin: 60px auto 0;
  border: solid 3px #3fff72;
  padding: 50px;
}

li.owner-img {
  width: 30%;
  max-width: 300px;
  height: 200px;
  margin: 10px;
}
li.owner-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

li.owner-text {
  width: 70%;
  margin: 10px;
}
li.owner-text p {
  font-size: 17px;
  margin-top: 24px;
}

section.ship {
  margin-top: 70px;
  padding: 90px 0 0;
  position: relative;
}
section.ship::before {
  content: "";
  display: block;
  background-color: #ffff9f;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

ul.ship-gallery {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
ul.ship-gallery::after {
  content: "";
  display: block;
  width: 250px;
  margin: 10px;
}
ul.ship-gallery li {
  width: 250px;
  height: auto;
  margin: 10px;
}
ul.ship-gallery li p {
  font-size: 15px;
  padding-top: 6px;
  text-align: center;
}
ul.ship-gallery li img {
  width: 250px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

/****************************************************************************
************  下層ページ　出航場所
****************************************************************************/
section.service-information {
  margin: 90px auto;
}

ul.service-info {
  margin: 60px auto 0;
  border: solid 3px #3fff72;
  padding: 50px;
}

li.s-info {
  margin-bottom: 24px;
}
li.s-info:last-child {
  margin-bottom: 0;
}

.info-head {
  width: 130px;
  font-size: 24px;
  font-weight: bold;
  color: #ff3fda;
}

.info-text {
  font-size: 24px;
  font-weight: bold;
}

.mt60 {
  margin-top: 60px;
}

/****************************************************************************
************  下層ページ　料金
****************************************************************************/
section.price {
  margin-top: 90px;
}

ul.page-top-list li span {
  color: #3fff72;
}

.price-top-message {
  margin-top: 90px;
}
.price-top-message p {
  font-size: 17px;
  line-height: 1.6;
}
.price-top-message a {
  text-decoration: underline;
}
.price-top-message ul li {
  font-size: 17px;
  line-height: 1.6;
}
.price-top-message ul li span {
  color: #3fff72;
}

ul.price-list {
  justify-content: center;
  margin-top: 70px;
  flex-wrap: wrap;
}
ul.price-list::after {
  content: "";
  display: block;
  width: 340px;
}
ul.price-list li {
  width: 45%;
  padding: 20px;
  border: solid 3px #3fff72;
  margin: 16px;
}

.price-thumnail {
  width: 100%;
  height: 290px;
}
.price-thumnail img {
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}

.price-title {
  font-size: 18px;
  font-weight: bold;
  color: #ff3fda;
  margin-top: 10px;
}

p.price-text {
  margin-top: 8px;
  font-size: 16px;
}

section.caution {
  margin-top: 70px;
  padding: 90px 0 0;
  position: relative;
}
section.caution::before {
  content: "";
  display: block;
  background-color: #ffff9f;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

ul.caution-list {
  margin-top: 90px;
  padding-bottom: 60px;
}

li.caution-text-area {
  margin-top: 30px;
}
li.caution-text-area h3 {
  border-bottom: solid 5px #3fff72;
  margin-bottom: 20px;
}
li.caution-text-area p {
  font-size: 17px;
}
li.caution-text-area a {
  text-decoration: underline;
  color: #0071bc;
}

/****************************************************************************
************  下層ページ　
****************************************************************************/
/****************************************************************************
************  レスポンシブ
****************************************************************************/
@media screen and (min-width: 781px) {
  .pc_part {
    display: block;
  }
  .sp_part {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .pc_part {
    display: none;
  }
  .sp_part {
    display: block;
  }
  /****************************************************************************
  ************  TOP
  ****************************************************************************/
  /**  メインビジュアル
  ****************************************************************************/
  section.main-visual {
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    height: auto;
  }
  .mv-area {
    position: relative;
    height: 380px;
  }
  .mv-jp-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    text-align: center;
  }
  .mv-jp-circle img {
    -webkit-animation: circle 30s linear infinite;
            animation: circle 30s linear infinite;
  }
  .mv-character {
    position: absolute;
    top: 30%;
    left: 0%;
    transform: translate(-5%, -20%);
    z-index: 2;
    max-width: 710px;
  }
  .mv-character img {
    width: 70%;
  }
  .mv-name {
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    z-index: 5;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: center;
    max-width: 200px;
  }
  .mv-name img {
    width: 100%;
  }
  .name-en {
    padding: 10px;
    background-color: #fbff3f;
  }
  .name-jp {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  /****************************************************************************
  ************  メイン
  ****************************************************************************/
  section.top-main-area {
    width: 100%;
    padding: 60px 0 30px;
    position: relative;
  }
  .wave {
    position: absolute;
    top: -160px;
    width: 100%;
  }
  svg {
    width: 100%;
    height: 160px;
  }
  .fishing-info {
    position: relative;
  }
  .move-icon-1 {
    position: absolute;
    top: 5%;
    left: 0%;
    transform: translateY(-50%);
  }
  .move-icon-1 img {
    width: 40%;
  }
  .move-icon-2 {
    position: absolute;
    top: 20%;
    right: 10%;
    transform: translateY(-50%);
    text-align: right;
  }
  .move-icon-2 img {
    width: 40%;
  }
  .bubble-1 img {
    width: 50%;
  }
  .bubble-2 img {
    width: 50%;
  }
  .bubble-3 img {
    width: 50%;
  }
  .bubble-4 img {
    width: 50%;
  }
  .bubble-5 {
    display: none;
  }
  .bubble-6 {
    display: none;
  }
  .bubble-7 {
    display: none;
  }
  .bubble-8 {
    display: none;
  }
  .bubble-9 {
    display: none;
  }
  .bubble-10 {
    display: none;
  }
  .bubble-11 {
    display: none;
  }
  ul.info-tag-area {
    max-width: 700px;
    margin: 24px auto 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  ul.info-tag-area li {
    margin: 4px;
    width: 70px;
    text-align: center;
    padding: 2px;
    background-color: #fbff3f;
    color: #000;
    border-radius: 16px;
  }
  ul.info-tag-area li a {
    font-size: 12px;
  }
  ul.fishing-results {
    justify-content: center;
    flex-wrap: wrap;
  }
  ul.fishing-results::after {
    content: "";
    display: block;
    width: 100%;
    margin: 12px;
  }
  ul.fishing-results li {
    width: 100%;
    max-width: 460px;
    height: auto;
    margin: 12px;
  }
  .fishing-thumnail {
    width: 100%;
    height: 180px;
  }
  .fishing-thumnail img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fishing-text-area {
    background-color: rgb(180, 180, 180);
    width: 100%;
    height: auto;
    padding: 12px;
  }
  .fishing-date {
    font-size: 10px;
    color: #fff;
    font-weight: bold;
  }
  .fishing-title {
    margin-top: 4px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
  }
  .list-tag-area {
    margin-top: 6px;
    justify-content: flex-start;
  }
  .list-tag-area a {
    margin: 4px 4px 10px 4px;
    width: 70px;
    text-align: center;
    padding: 2px;
    background-color: #fbff3f;
    color: #000;
    border-radius: 16px;
    font-size: 12px;
  }
  .fishing-info-btn {
    margin: 0px auto 0;
  }
  .service-area {
    margin-top: 40px;
    position: relative;
    height: 1000px;
  }
  li.result {
    position: absolute;
    top: 0;
    left: unset;
    right: 10%;
    width: 70%;
    height: 560px;
    text-align: center;
  }
  li.result img {
    width: 100%;
    max-width: 426px;
  }
  img.switch-result {
    position: relative;
  }
  li.price {
    position: absolute;
    top: 30%;
    left: 0%;
    width: 70%;
    height: 560px;
    text-align: left;
  }
  li.price img {
    width: 140%;
    max-width: 631px;
  }
  li.introduce {
    position: absolute;
    top: 55%;
    left: unset;
    right: 0;
    width: 70%;
    height: 560px;
    text-align: right;
  }
  li.introduce img {
    width: 90%;
    max-width: 424px;
  }
  li.place {
    position: absolute;
    top: 70%;
    right: unset;
    left: 0%;
    width: 70%;
    height: 560px;
    text-align: left;
  }
  li.place img {
    width: 100%;
    max-width: 466px;
  }
  aside.schedule-area,
aside.insta-area {
    margin: 40px auto 0;
    width: 100%;
    transition: 0.2s;
  }
  aside.schedule-area img,
aside.insta-area img {
    width: 100%;
  }
  aside.schedule-area:hover,
aside.insta-area:hover {
    opacity: 0.7;
    transform: translateY(-8px);
  }
  .location {
    margin-top: 136px;
    position: relative;
  }
  .move-icon-3 {
    position: absolute;
    top: 5%;
    left: 0%;
    transform: translateY(-50%);
  }
  .move-icon-3 img {
    width: 50%;
  }
  .move-icon-4 {
    position: absolute;
    top: 20%;
    right: 0%;
    transform: translateY(-50%);
    text-align: right;
  }
  .move-icon-4 img {
    width: 50%;
  }
  .location-map {
    width: 100%;
    height: auto;
  }
  .location-map iframe {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .location-btn-area {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 30px;
    background-color: #fff;
  }
  .location-btn {
    margin: 0 auto;
  }
  /****************************************************************************
  ************  下層ページ　船長・船体紹介
  ****************************************************************************/
  section.owner {
    margin: 90px auto 0;
  }
  ul.owner-message {
    margin: 60px auto 0;
    border: solid 3px #3fff72;
    padding: 24px;
    display: block;
  }
  li.owner-img {
    width: 100%;
    max-width: 460px;
    height: 280px;
    margin: 10px auto;
  }
  li.owner-img img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  li.owner-text {
    width: 100%;
    margin: 10px auto 0;
  }
  li.owner-text p {
    font-size: 14px;
    margin-top: 24px;
  }
  section.ship {
    margin-top: 50px;
    padding: 50px 0 0;
    position: relative;
  }
  ul.ship-gallery {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
  }
  ul.ship-gallery::after {
    content: "";
    display: block;
    width: 250px;
    margin: 10px;
  }
  ul.ship-gallery li {
    width: 100%;
    max-width: 460px;
    height: auto;
    margin: 10px auto;
  }
  ul.ship-gallery li img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }


  /****************************************************************************
  ************  下層ページ　出航場所
  ****************************************************************************/
  section.service-information {
    margin: 50px auto;
  }
  ul.service-info {
    margin: 40px auto 0;
    border: solid 3px #3fff72;
    padding: 24px;
  }
  li.s-info {
    margin-bottom: 24px;
    display: block;
  }
  li.s-info:last-child {
    margin-bottom: 0;
  }
  .info-head {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #ff3fda;
  }
  .info-text {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
  }
  .mt60 {
    margin-top: 60px;
  }
  /****************************************************************************
  ************  下層ページ　料金
  ****************************************************************************/
  section.price {
    margin-top: 50px;
  }
  ul.page-top-list li span {
    color: #3fff72;
  }
  .price-top-message {
    margin-top: 50px;
  }
  .price-top-message p {
    font-size: 16px;
    line-height: 1.6;
  }
  .price-top-message a {
    text-decoration: underline;
  }
  .price-top-message ul li {
    font-size: 16px;
    line-height: 1.6;
  }
  .price-top-message ul li span {
    color: #3fff72;
  }
  ul.price-list {
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  ul.price-list::after {
    content: "";
    display: block;
    width: 100%;
  }
  ul.price-list li {
    width: 100%;
    max-width: 460px;
    padding: 20px;
    border: solid 3px #3fff72;
    margin: 16px auto 0;
  }
  .price-thumnail {
    width: 100%;
    height: 240px;
  }
  .price-thumnail img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price-title {
    font-size: 18px;
    font-weight: bold;
    color: #ff3fda;
    margin-top: 10px;
  }
  p.price-text {
    margin-top: 8px;
    font-size: 16px;
  }
  section.caution {
    margin-top: 40px;
    padding: 40px 0 0;
    position: relative;
  }
  section.caution::before {
    content: "";
    display: block;
    background-color: #ffff9f;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  ul.caution-list {
    margin-top: 50px;
  }
  li.caution-text-area {
    margin-top: 20px;
  }
  li.caution-text-area h3 {
    border-bottom: solid 5px #3fff72;
    margin-bottom: 20px;
  }
  li.caution-text-area p {
    font-size: 16px;
  }
}

.article-thumnail {
  max-width: 100%;
  width: 100%;
}
.article-thumnail img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.article-date {
  margin-top: 20px;
  font-size: 16px;
}
.sort-area {
  text-align: center;
  margin: 60px auto 0;
}
.sort-area select {
  width: 180px;
  height: 40px;
  font-size: 16px;
}

