.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: 48px;
}

.section01_title_small{
    margin-top: 25px;
    padding-bottom: 60px;
    margin-bottom: 0;
    background: url(../../../common/img/reader_common_02.gif) bottom left repeat-x;
    text-align: center;
}

.section01_list li {
    width: calc(100% / 2 - 10px);
    margin-bottom: 3rem;
}

.section01_about{
    align-items: flex-start;
}

.section01_about_image {
    width: 60%;
}

.section01_about_image img{
    width: 100%;
}

.section01_about_text{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 27px;
}

.section01_about_head{
    font-size: 16px;
}

.section01_about_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;
}

.section01_list span{
    display: block;
    font-weight: 500;
    font-size: 12px;
    margin: 7px 0 0;
}

.section01_list img{
    width: 100%;
}

.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;
}

@media screen and (max-width:768px) {
    .section01_title {
        margin-top: 15px;
        font-size: 36px;
        text-align: center;
    }
    
    .section01_title_small{
        padding-bottom: 30px;
    }

    .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_list span{
        line-height: 1.6;
        margin: 5px 0 0;
    }

    .section02_block_column_image span{
        margin-top: 5px;
    }

  .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;
    }
    
}