@charset "utf-8";

/* グリッド */
.row {
    margin: 0 -1% 80px -1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 102%;}
.row.vm-c {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center; }
@media screen and (max-width: 720px) { margin-bottom: 0; }

.row .col,
ul.row li {
    margin: 0 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 720px) {
    .row .col.o-1,
    ul.row li.o-1 {
        order: -1;
    }
}

.grid02 .col, ul.grid02 li {
    width: 48%;
}
.grid02 figure.col{
  max-width: 586px;
}

.grid02 .col:not(figure){
  max-width: 468px;
}
@media screen and (max-width: 720px) {
  .row {
    margin-bottom: 40px;
  }
    .grid02 .col, ul.grid02 li {
        width: 98%; } }


/* table レイアウト */
.table-col,
ul.table-col {
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%; }
@media screen and (max-width: 480px) {
    .table-col,
    ul.table-col {
        display: block; }
    .table-col.ab,
    ul.table-col.ab {
        display: table; } }

.table-col .td,
ul.table-col li {
    display: table-cell;
    vertical-align: top; }
@media screen and (max-width: 480px) {
    .table-col .td,
    ul.table-col li {
        display: block; } }

@media screen and (max-width: 480px) {
    .table-col.ab .td,
    ul.table-col.ab li {
        display: table-cell; } }

body article {
    margin-top: 0;
}

section.first_view {
    height: 320px;
    background-image: url("/images/dashboard/fv_bg_dashboard.png?20211209");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

section.first_view >h1, section.first_view >p {
    position: relative;
    top: 160px;
    line-height: 1em;
}
section.first_view >h1.first_title {
    margin-bottom: 8px;
}
section.first_view >p.first_subtitle {
    position: absolute;
    top: auto;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
}


section.first_view >p.first_subtitle >br {
    display: none;
}
section.first_view >p.breadcrumb {
    position: absolute;
    left: calc(50% - 480px);
    top: 90px;
}
section.first_view >p.breadcrumb >a {
    text-decoration: none;
}
section.first_view >p.breadcrumb >a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 960px) {
    section.first_view >p.breadcrumb {
        left: 40px;
    }
}
@media screen and (max-width: 720px) {
    section.first_view {
        height: 256px;
    }
    section.first_view >h1, section.first_view >p {
        top: 100px;
    }
    section.first_view >p.first_subtitle {
        bottom: 36px;
        line-height: 1.5em;
        width: 90%;
    }
    section.first_view >p.first_subtitle >br {
        display: inline;
    }
    section.first_view >p.breadcrumb {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    section.first_view >h1, section.first_view >p {
        top: 112px;
    }
}

.chunk.bb {
    border-bottom: solid 1px #cfd8dc;
}

.chunk .sp { display: none; }
.chunk .pc { display: inline; }

.chunk .common_title-center,
.chunk .common_title-left {
    margin-top: 64px;
    margin-bottom: 32px;
    color: #566d77;
}
.chunk .common_title-center.mt00,
.chunk .common_title-left.mt00 {
    margin-top: 0px;
}
.chunk .common_title-left.mt00 {
  max-width: 468px;
}
.chunk .gr_lead {
    margin: 32px auto 8px;
    color: #00a59a;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}


.chunk .contents {
    margin: 0 auto 32px;
    max-width: 1280px;
}

.chunk .contents .content {
    margin-left: 12.5%;
    margin-right: 12.5%;
    margin-bottom: 80px;
}
.chunk .contents .column {
  margin-left: 40px;
  margin-right: 40px;
}
.chunk .contents .content .text {
    max-width: 468px;
    margin: auto;
    margin-bottom: 0;
}
.chunk .contents .content .text p {
    margin-bottom: 1em;
}


.chunk .contents .content .illust {
    max-width: 905px;
    margin: 32px auto 8px;
}
.chunk .contents .content .illust img {
    width: 100%;
}

.chunk .contents .content .illust.video {
    margin-top: 0;
    max-width: 800px;
    display: block;
    text-align: center;
}
.chunk .contents .content .illust video {
    width: calc(100% - 12px);
    border: solid 6px #cfd8dc;
    margin-bottom: 0;
}
.chunk .contents .content .illust .common_caption {
    text-align: center;
}

.chunk ul.disc li {
    padding: 0 0 0 20px;
    position: relative;
}
.chunk ul.disc li:before {
    content: "●";
    color: #02a69a;
    position: absolute;
    left: 0;
}


@media screen and (max-width: 720px) {

    .chunk .sp { display: inline; }
    .chunk .pc { display: none; }

    .chunk h2,
    .chunk h3 {
        margin: auto;
        width: 80%;
    }
    .chunk .contents .content h2,
    .chunk .contents .content h3 {
        width: 100%;
    }
    .chunk .common_title-center,
    .chunk .common_title-left {
        margin: 40px auto 20px;
    }
    .chunk .common_title-left {
      text-align: center;
    }
    .chunk .common_title-center.mt00,
    .chunk .common_title-left.mt00 {
        margin-top: 0px;
    }
    .chunk .gr_lead {
        margin: 32px auto 8px;
        color: #00a59a;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }
    .chunk .gr_lead.sp16 {
        font-size: 16px;
    }

    .chunk .contents .content {
        width: 80%;
        max-width: 512px;
        margin: 0 auto 40px;
    }
    .chunk .contents .content div p:last-of-type {
        margin-bottom: 0 !important;
    }
    .chunk .contents .content .text {
        max-width: none;
    }
    .chunk .contents .content .illust {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .chunk .contents .content .text {
      margin-bottom: 40px;
    }
}
