.dotted-hr {
    margin-top: 0px;
    padding-bottom: 60px;
    margin-bottom: 0;
    background: url(../../../common/img/reader_common_02.gif) bottom left repeat-x;
    text-align: center;
    border: 0;    
  }

.section01_title{
    font-size: 43px;
}

.section01_title_small{
    padding-bottom: 30px;
    margin-bottom: 0;
    color: #231815;
    margin-top: 15px;
    background: url(../../../common/img/reader_common_02.gif) bottom left repeat-x;
    text-align: center;
}

.section01_text_small {
    font-size: 11px;
}

.section01 ul {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.section01 ul li {
    width: 50%;
}

.section01 ul + .section01_text {
    margin-top: 30px;
}

.section01_head {
    margin-top: 40px;
    font-weight: 600;
}

.section01_table {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.section01_table dl {
    width: 33.3333%;
}

.section01_table dl dt,
.section01_table dl dd {
    border: 1px solid #00978c;
    text-align: center;
    font-weight: 600;
}

.section01_table dl dt ruby rt,
.section01_table dl dd ruby rt {
    font-size: 10px;
}

.section01_head + .section01_text {
    font-size: 16px;
}

.section01_table dl dt {
    font-size: 14px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0;
}

.section01_table dl dd {
    font-size: 16px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section01_table dl:nth-child(1) dd,
.section01_table dl:nth-child(2) dd,
.section01_table dl:nth-child(1) dt,
.section01_table dl:nth-child(2) dt {
    border-right: 0;
}

.section01_table dl dd:nth-of-type(1) {
    border-bottom: 0;
}

.section01_about_head,
.section01_head {
    font-size: 16px;
}

.section01_about_head span,
.section01_head span {
    color: #00978c;
}

.section02_title{
    background: #00978c;
    padding: 5px 20px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family:"YakuHanJP","Noto Sans JP","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
    border: none;
    text-align: left;
}

.section02_subtitle{
    font-size: 24px;
    margin-bottom: 2rem;
}

.section02_block_title{
    padding-left: 1.5em;
    text-indent: -1.6em;
    color: #00978c;
    font-size: 18px;
    font-weight: bold;
    background:none;
    width: auto;
}

.section02_block:before,
.section02_block_title::after{
    content: none;
}

.section01_text{
    line-height: 2;
    font-size: 16px;
}

.section01_list span{
    display: block;
    font-weight: 500;
    font-size: 12px;
    margin: 7px 0 0;
}

.section01_list img{
    width: 100%;
}

.section02 {
    margin-top: 60px;
}

.section02_block_column {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.section02_block_column_image span{
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 7px;
}

.section02_block_column_image {
    margin-right: 15px;
}

.section02_block_02 .section02_block_row_image:first-child{
    width: 63%;
}

.section02_block_02 .section02_block_row{
    align-items: center;
}

.section02_block_row_inner {
   text-align: center;
}

.section02_block_row_text {
    font-size: 12px;
    font-weight: 500;
}

.section02_block_column_cap{
    font-size: 12px;
    font-weight: 500;
    margin-top: 7px;
}

.section02_block_row {
    display: block;
}
.section01_text a{
    word-break: break-all;
}

.section02_block_03 .section02_block_row_image {
    width: 80%;
    margin: auto;
}

.section02_block_03 .section02_block_row_text {
    text-align: center;
    margin-top: 1rem;
    width: auto;
}

.section02_head {
    font-size: 16px;
    font-weight: 600;
}

.section02_flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.section02_flex li:nth-child(1):before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    right: 0;
    bottom: -2px;
}
.section02_flex li:nth-child(2):before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    left: 0;
    bottom: -2px;
}

.section02_flex li {
    position: relative;
    font-size: 16px;
    width: 50%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-right: 1px dashed #000;
    border-bottom: 1px dashed #000;
    padding: 40px;
    text-align: center;
}

.section02_flex li:nth-child(1) {
    padding-top: 0;
    padding-left: 0;
}

.section02_flex li:nth-child(2) {
    padding-top: 0;
    padding-right: 0;
}

.section02_flex li:nth-child(3) {
    padding-bottom: 0;
    padding-left: 0;
}

.section02_flex li:nth-child(4) {
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 36px;
}

.section02_flex li:nth-child(4) img {
    max-width: 100%;
    margin-right: 10px;
    padding-top: 0;
    margin-left: 0;
}

.section02_flex li:nth-child(2n) {
    border-right: none;
}

.section02_flex li:nth-child(n+3) {
    border-bottom: none;
}

.section02_flex li p {
    margin: 10px 0 0;
    text-align: left;
    font-size: 16px;
    line-height: 2;
}

.section02_flex li img {
    margin-top: auto;
    padding-top: 20px;
    display: block;
    max-width: 280px;
    margin-inline: auto;
}

.section02_flex_title h3 {
    font-size: 20px;
    color: #00978c;
    text-align: left;
    line-height: 1;
}

.section02_flex_title h3 ruby {
    line-height: 1;
}

.section02_flex li rt {
    font-size: 10px;
    ruby-align: center;
}

.section03 {
    margin-top: 60px;
}

.section03_head {
    border-bottom: 1px solid #000;
    position: relative;
}

.section03_head img {
    width: 140px;
    position: absolute;
    top: -12px;
}

.section03_flex {
    margin: 40px 70px 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

.section03_flex:last-of-type {
    margin-top: 40px;
}

.section03_flex li h3 {
    font-size: 20px;
    color: #00978c;
}

.section03_flex li p {
    margin-top: 10px;
    line-height: 2;
    font-size: 16px;
}

.section03_flex li:first-child {
    flex: 1;
}
.section03_flex li:last-child {
    width: 230px;
}

.spacer {
    display: inline-block;
    width: 7px;
}

.cmn-text {
    font-size: 20px;
    text-align: center;
    margin-top: 80px;
    font-weight: 500;
}

.cmn-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #00978c;
  border-radius: 30px;
  max-width: 330px;
  padding: 12px 40px 13px;
  color: #00978c;
  font-size: 18px;
  transition: background-color 0.3s, color 0.2s, border-color 0.3s;
  margin-inline: auto;
  margin-top: 20px;
  font-weight: 500;
  box-shadow: 6px 4px 14px 2px rgb(0 0 0 / 12%);
}
@media screen and (max-width: 768px) {
  .cmn-button {
    min-width: 240px;
    padding: 9px 30px 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 390px) {
  .cmn-button {
    font-size: 15px;
    max-width: 240px;
  }
}
.cmn-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  border-top: 1px solid #00978c;
  border-right: 1px solid #00978c;
  width: 8px;
  height: 8px;
  transition: border-color 0.3s;
}
.cmn-button:focus {
  color: #fff;
  background-color: #00978c;
  border-color: #00978c;
}
.cmn-button:focus::after {
  border-color: #fff;
}
@media (hover) {
  .cmn-button:hover {
    color: #fff;
    background-color: #00978c;
    border-color: #00978c;
  }
  .cmn-button:hover::after {
    border-color: #fff;
  }
}

@media screen and (max-width:768px) {
    .section01_title {
        margin-top: 15px;
        font-size: 30px;
        text-align: center;
    }

    .section01_head + .section01_text {
        font-size: 14px;
    }
    
    .section01_table dl dd {
        font-size: 14px;
    }

    .spacer {
        display: inline-block;
        width: 6px;
    }

    .section02_flex li:first-child {
        margin: 0 auto;
    }

    .section02_flex li:not(:first-child) {
        margin-top: 40px;
    }

    .cmn-text {
        margin-top: 60px;
    }

    .section02_flex li {
        font-size: 14px;
        padding: 0;
        width: 100%;
        border: none;
    }

    .section02_flex li:nth-child(4) {
        padding-top: 0;
    }

    .section01_title_small{
        padding-bottom: 40px;
    }

    .section02_flex {
        display: block;
    }

    .section01_about_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .section01_about_head {
        width: 100%;
        padding-bottom: 10px;
    }

    .section01_about_text_wrap {
        width: calc(50% - 5px);
    }

    .section01_about_text {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 1.6;
    }

    .section01_about_image {
        width: calc(50% - 5px);
    }    

    .section02_title {
        font-size: 20px;
    }
    .section02_block_title {
        font-size: 18px;
        padding-bottom: 0;
    }
    .section01_text{
        margin-top: 10px;
    }
    .section02_block_attention{
        margin-left: 0;
        line-height: 1.6;
        display: block;
    }
    .section01_list{
        flex-direction: column;
    }
    .section01_list li {
        width: auto;
        margin-bottom: 30px;
    }
    .section01_list span{
        margin: 5px 0 0;
    }

    .section01 ul {
        display: block;
    }

    .section01 ul li {
        width: 100%;
    }

    .section01 ul li:last-child {
        margin-top: 20px;
    }

    .section01_list span{
        line-height: 1.6;
        display: block;
        margin: 5px 0 0;
    }

    .section02_block_column_image span{
        margin-top: 5px;
    }

    .section03_flex {
        display: block;
        margin: 40px 0;
    }

    .section03_flex li:last-child {
        width: 100%;
    }

    .section03_flex li:last-child img {
        width: 100%;
        margin-top: 20px;
    }

  .section02_block_column {
    display: block;
    margin-top: 20px; 
  }

  .section02_block_column_image {
    width: 100%;
    margin-right: 0;  
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  .section02_block_column_image img {
    width: 100%;
  }

    .section02_block_02 .section02_block_row_image:first-child{
        width: auto;
    }

    .section02_block_row_inner {
        margin-left: 0;
        margin-bottom: 30px;
        width: auto;
    }

    .section02_block_column_image.mb0{
        margin-bottom: 0;
    }

    .sp-only.section01_text_notes {
        font-size: 11px;
        line-height: 1.6;
        margin-top: 10px;
    }
 
    .section02_flex_title h3 ruby {
        position: relative;
    }

    .section02_flex li rt {
        font-size: 10px;
        ruby-align: center;
        position: absolute;
        top: 0;
        margin-bottom: -5px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .section01_text_small {
        font-size: 11px;
        display: block;
        line-height: 1.6;
    }

    ruby:before {
        content: "";
        position: absolute;
        line-height: 100%;
        text-align: center;
        left: -3em;
        right: -3em;
        transform-origin: bottom center;
        transform: scale(0.5);
        bottom: 105%;
        background-color: rgba(255, 0, 0, 0.2);
    }

}
@media screen and (min-width:500px) and (max-width:768px) {
    .section02_flex li rt {
        position: relative;
    }
}