* {
  min-height: 0%;
}

img {
  height: auto;
}

#breadcrumb {
  overflow-x: auto;
}

a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.topics {
  padding: 0 20px;
}

#icj-mainArea {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.7;
}

picture {
  display: block;
}

img {
  max-width: 100%;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

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

.container .sup {
  font-size: 50%;
  top: -1em;
}

@media screen and (max-width: 768px) {
  #icj-titleArea .title {
    font-size: 14px;
    margin: 10px 0;
  }
}

#icj-contArea.col1 {
  padding-top: 20px;
}

.page-title {
  border-bottom: 1px dotted #333;
  margin: 0;
  padding-bottom: 15px;
  color: #00978c;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.page-subtitle {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.page-subtitle span {
  font-size: 14px;
  vertical-align: super;
}

.page-text {
  margin-top: 20px;
  line-height: 1.85;
  /* text-indent: 1em; */
}

.page-text span {
  font-size: 10px;
}

.page-text.mg-sp {
  margin-top: 0;
}

.section-title {
  background: #00978c;
  color: #fff;
  font-family: "YakuHanJP", "Noto Serif JP", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic",
    sans-serif;
  font-size: 22px;
  font-weight: 500;
  padding: 5px 8px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .topics {
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.5;
  }

  .page-title {
    margin-top: 5px;
    font-size: 5.5vw;
  }

  .page-undertitle {
    font-size: 3vw;
  }

  .page-subtitle {
    font-size: 4.5vw;
  }

  .page-subtitle span {
    font-size: 50%;
  }


  .page-text.mg-sp {
    margin-top: 20px;
  }
}

/***section01**/
.section01-img-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8%;
  margin: 40px 0;
}

/* .section01-img-row img:nth-child(1) {
  width: 42%;
}

.section01-img-row img:nth-child(2) {
  width: 42%;
}

.section01-img-row img:nth-child(3) {
  width: 10%;
} */

.section01-img-01 {
  width: 60%;
}

.section01-img-02 {
  width: 25%;
}

.section01-img-02 img {
  width: 100%;
}

.page__comment {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid #00978c;
  border-width: 1px 1px 1px 4px;
}

.page__comment--left {
  width: 20%;
  padding: 15px 10px;
  text-align: center;
}

.page__comment--left span {
  color: #00978c;
  font-size: 16px;
  font-weight: bold;
}

.page__comment--center {
  width: 80%;
  border-left: 1px solid #00978c;
  padding: 15px 20px;
  font-size: 15px;
}

.page__prize {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid #00978c;
  border-width: 1px 1px 1px 4px;
}

.page__prize--left {
  padding: 15px 10px;
  width: 25%;
  text-align: center;
}

.page__prize--left span {
  color: #00978c;
  font-size: 16px;
  font-weight: bold;
}

.page__prize--left img {
  width: 65%;
  margin-top: 10px;
}

.page__prize--center {
  width: 75%;
  border-left: 1px solid #00978c;
  padding: 15px 20px;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .section01-img-row {
    gap: 10%;
    margin: 25px 0;
  }

  /* .section01-img-row img:nth-child(1) {
    width: 42%;
  }

  .section01-img-row img:nth-child(2) {
    width: 42%;
  }

  .section01-img-row img:nth-child(3) {
    width: 10%;
  } */

  .section01-img-01 {
    width: 67%;
  }

  .section01-img-02 {
    width: 15%;
  }
  /* .section01-img-row {
    margin: 25px 0;
    display: grid;
    grid-template-columns: 70% 25%;
    align-items: center;
    gap: 10px;
  }
  .section01-img-row img:nth-child(1),
  .section01-img-row img:nth-child(2) {
    width: 100%;
    height: auto;
    display: block;
  }

  .section01-img-row img:nth-child(1),
  .section01-img-row img:nth-child(2) {
    grid-column: 1;
  }

  .section01-img-row img:nth-child(1) {
    grid-row: 1;
  }

  .section01-img-row img:nth-child(2) {
    grid-row: 2;
  }
  .section01-img-row img:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 100%;
    height: auto;
    justify-self: center;
    align-self: center;
  } */
  .page__comment {
    display: block;
    border-width: 1px;
    margin-top: 30px;
    padding: 10px;
  }
  .page__comment--left {
    width: 100%;
    border-bottom: 1px solid #00978c;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 0;
  }
  .page__comment--left span {
    color: #00978c;
    font-size: 16px;
    font-weight: bold;
  }
  .page__comment--center {
    box-sizing: border-box !important;
    border-left: none;
    padding: 0;
    width: 100%;
    font-size: 14px;
  }

  .page__prize {
    flex-wrap: wrap;
    border-width: 1px;
    padding: 10px;
  }
  .page__prize--left {
    width: 100%;
    border-bottom: 1px solid #00978c;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 0;
  }

  .page__prize--left span {
    display: block;
    width: 100%;
    color: #00978c;
    font-size: 16px;
    font-weight: bold;
  }

  .page__prize--left img {
    width: 150px;
  }

  .page__prize--center {
    box-sizing: border-box !important;
    border-left: none;
    padding: 0;
    width: 100%;
    font-size: 14px;
  }
}

/***section02**/
.section02 {
  margin-top: 80px;
}

.section02-block {
  margin-top: 40px;
}

.section02-block-title {
  font-size: 20px;
  text-align: center;
  font-family: "YakuHanJP", "Noto Serif JP", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic",
    sans-serif;
}


.section02-row {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.section02-row-item {
  width: 50%;
}

.section02-row-item:nth-child(odd) {
  padding-right: 25px;
}

.section02-row-item:nth-child(even) {
  padding-left: 25px;
  border-left: 1px dashed #333;
}

.section02-row-item:nth-child(n + 3) {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px dashed #333;
}

.section02-row-item:nth-child(1),
.section02-row-item:nth-child(2) {
  padding-bottom: 25px;
}

.section02-row-item:nth-child(9),
.section02-row-item:nth-child(10) {
  padding-bottom: 0;
}

.section02-row-img {

}

.section02-row-title {
  margin-top: 20px;
  color: #00978c;
  font-size: 18px;
  font-weight: bold;
}

.section02-row-text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}


@media screen and (max-width: 768px) {
  .section02 {
    margin-top: 60px;
  }

  .section02-block {
    margin-top: 30px;
  }

  .section02-block-title {
    font-size: 18px;
  }

  .section02-row {
    margin-top: 25px;
  }

  .section02-row-item {
    width: 100%;
  }

  .section02-row-item:nth-child(odd) {
    padding-right: 0;
  }

  .section02-row-item:nth-child(even) {
    padding-left: 0;
    border-left: none;
  }

  .section02-row-item:nth-child(n + 3) {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px dashed #333;
  }

  .section02-row-item + .section02-row-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dashed #333;
  }

  .section02-row-title {
    margin-top: 20px;
    font-size: 16px;
  }

  .section02-row-text {
    margin-top: 10px;
    font-size: 14px;
  }
}
