@charset "UTF-8";
@media screen and (max-width: 767.999px) {
  #top_mv_area h1 img {
    width: 100%;
    height: auto;
  }
  #top_mv_area .data_area {
    padding: 0 15px;
    position: relative;
    transform: translateY(-42px);
  }
  #top_mv_area .data_area .data {
    display: flex;
    gap: 0 8px;
  }
  #top_mv_area .data_area .data li {
    display: flex;
    align-items: center;
    padding: 18px 0;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.961);
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    font-size: 12px;
    font-weight: 700;
  }
  #top_mv_area .data_area .data li .num {
    font-size: 32px;
    font-weight: 800;
  }
  #top_mv_area .data_area .data li .source {
    font-size: 8px;
    font-weight: 400;
    line-height: 1;
    display: block;
  }
  #top_mv_area #top_mv_link {
    margin-top: 28px;
    position: relative;
    width: 100%;
    display: flex;
    text-decoration: none;
  }
  #top_mv_area #top_mv_link .btn {
    display: flex;
    color: #FFFFFF;
    background-image: linear-gradient(0deg, #e8024e 0%, #e93100 100%);
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 18px 0 20px;
    position: relative;
  }
  #top_mv_area #top_mv_link .btn::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%) rotate(45deg);
  }
  #top_mv_area #top_mv_link .free {
    position: absolute;
    top: -20px;
    left: -10px;
  }
  #top_mv_area #top_mv_link .txt {
    font-size: 18px;
    margin-left: 10px;
    font-weight: 600;
  }
  #top_mv_area #top_mv_link .this {
    font-size: 14px;
  }
  .top_bnrs_area {
    margin: -27px 15px 55px;
    text-align: center;
  }
  #top_features {
    margin-top: 18px;
  }
  #top_features h2 {
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
  }
  #top_features h2 img {
    width: 145px;
    height: auto;
  }
  #top_features h2::before {
    font-size: 12px;
    top: -15px;
  }
  #top_features > .list {
    margin-top: 20px;
  }
  #top_features > .list > li {
    text-align: center;
  }
  #top_features > .list > li:nth-of-type(3) {
    background: #00deb1;
  }
  #top_works {
    padding: 55px 20px 50px;
  }
  #top_works h2 {
    text-align: center;
    font-size: 24px;
  }
  #top_works h2::before {
    font-size: 12px;
    top: -15px;
  }
  #top_works .description {
    text-align: center;
    margin-top: 12px;
    font-size: 13px;
  }
  #top_works #top_works_list_area {
    margin-top: 17px;
  }
  #top_works #top_works_list_area .list > li {
    margin-top: 8px;
    padding: 20px 30px;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  }
  #top_works #top_works_list_area .list > li .image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  #top_works #top_works_list_area .list > li .data {
    margin-top: 10px;
  }
  #top_works #top_works_list_area .list > li .data table th {
    font-size: 16px;
    padding: 2px 20px 2px 0;
    font-weight: 500;
  }
  #top_works #top_works_list_area .list > li .data table td {
    font-size: 16px;
    padding: 2px 0;
    font-weight: 500;
  }
  #top_works #top_works_list_area .list > li .data .year {
    margin-top: 10px;
    font-size: 11px;
  }
  #top_works #top_works_list_area .list > li .data .name {
    margin-top: 3px;
    font-size: 12px;
  }
  #top_works #top_works_list_area .list > li:nth-of-type(1) {
    margin-top: 0;
  }
  #top_voice {
    padding: 57px 20px 40px;
    position: relative;
  }
  #top_voice h2 {
    text-align: center;
    font-size: 24px;
  }
  #top_voice h2::before {
    font-size: 12px;
    top: -15px;
  }
  #top_voice .description {
    text-align: center;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.61;
  }
  #top_voice #top_voice_data_area .total {
    color: #FFFFFF;
    width: 100px;
    height: 97px;
    background: url(../image/base/grd_balloon.png) no-repeat;
    background-size: 100%;
    text-align: center;
    position: absolute;
    right: 12px;
    top: -19px;
    font-size: 12px;
    line-height: 1.1;
    padding-top: 20px;
    box-sizing: border-box;
  }
  #top_voice #top_voice_data_area .total .num {
    font-size: 40px;
    font-weight: 800;
  }
  #top_voice #top_voice_data_area .total .unit {
    font-size: 16px;
  }
  #top_voice #top_voice_list_area > .list > li {
    margin-top: 14px;
    padding: 20px 30px;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  }
  #top_voice #top_voice_list_area > .list > li .image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  #top_voice #top_voice_list_area > .list > li h3 {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
  }
  #top_voice #top_voice_list_area > .list > li .data {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 14px;
  }
  #top_plan {
    padding: 55px 20px 10px;
  }
  #top_plan h2 {
    text-align: center;
    font-size: 24px;
  }
  #top_plan h2 span {
    font-size: 18px;
  }
  #top_plan h2 span.small {
    font-size: 12px;
  }
  #top_plan h2::before {
    top: -15px;
    font-size: 12px;
  }
  #top_plan .company {
    margin: 17px auto 0;
    display: flex;
    gap: 0 6px;
    justify-content: center;
    align-items: center;
  }
  #top_plan .company .okayama_denryoku {
    display: flex;
    width: calc(50% - 15px);
    align-items: center;
    justify-content: center;
    background: #3d62ad;
    color: #FFFFFF;
    font-size: 11px;
    padding: 12px 0;
    border-radius: 45px;
  }
  #top_plan .company .cross {
    text-align: center;
    font-size: 25px;
  }
  #top_plan .company .energy_supply {
    width: calc(50% - 15px);
    background: #FFFFFF;
    border-radius: 45px;
    padding: 12px 0;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #top_plan .txt {
    margin-top: 14px;
    text-align: center;
    font-size: 13px;
    line-height: 1.61;
  }
  #top_plan .txt em {
    font-size: 110%;
    font-weight: 700;
    margin: 0 0.1em;
  }
  #top_set_plan {
    border-radius: 10px;
    padding: 45px 30px 30px;
    margin-top: 20px;
  }
  #top_set_plan h3 {
    font-size: 18px;
  }
  #top_set_plan h3::before {
    top: -16px;
    font-size: 12px;
  }
  #top_set_plan .about_plan {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.61;
  }
  #top_set_plan .about_plan > li {
    margin-top: 20px;
  }
  #top_set_plan .about_plan > li dl dt {
    font-size: 9px;
    margin-bottom: 6px;
    font-weight: 600;
    position: relative;
  }
  #top_set_plan .about_plan > li dl dt span {
    background: #fff;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 50px;
    color: #3d62ad;
    position: relative;
    z-index: 1;
  }
  #top_set_plan .about_plan > li dl dt::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
  }
  #top_set_plan .about_plan > li dl dd {
    text-align: left;
  }
  #top_set_plan > .list {
    padding: 0;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  #top_set_plan > .list > li {
    width: calc(50% - 5px);
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    position: relative;
  }
  #top_set_plan > .list > li dd {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
  }
  #top_set_plan > .list > li:nth-of-type(1)::before {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 40px;
    width: 10px;
    height: 4px;
    background: linear-gradient(to right, #3dc2d4 0%, #34c8d1 100%);
  }
  #top_set_plan > .list > li:nth-of-type(1)::after {
    content: "";
    position: absolute;
    right: 40px;
    bottom: -10px;
    height: 10px;
    width: 4px;
    background: linear-gradient(to bottom, #44abdf 0%, #3ba9e0 100%);
  }
  #top_set_plan > .list > li:nth-of-type(2)::before {
    content: "";
    position: absolute;
    left: 40px;
    bottom: -10px;
    height: 10px;
    width: 4px;
    background: linear-gradient(to bottom, #44dfc1 0%, #3be0c1 100%);
  }
  #top_set_plan > .list > li:nth-of-type(3)::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 40px;
    width: 10px;
    height: 4px;
    background: linear-gradient(to right, #3dc2d4 0%, #34c8d1 100%);
  }
  #top_onestop {
    padding: 55px 0 45px;
  }
  #top_onestop h2 {
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    padding-top: 3px;
  }
  #top_onestop h2::before {
    top: -15px;
    font-size: 12px;
  }
  #top_onestop .description {
    text-align: center;
    font-size: 13px;
    margin-top: 12px;
    line-height: 1.6;
  }
  #top_onestop .image {
    margin-top: 35px;
  }
  #top_onestop .image img {
    width: 100%;
    height: auto;
  }
  #top_merit {
    padding: 55px 0 45px;
  }
  #top_merit h2 {
    font-size: 24px;
    text-align: center;
  }
  #top_merit h2::before {
    top: -15px;
    font-size: 12px;
  }
  #top_merit .description {
    text-align: center;
    font-size: 13px;
    margin-top: 12px;
    line-height: 1.6;
  }
  #top_merit > .list {
    padding: 35px;
    border-radius: 10px;
    margin: 27px 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_merit > .list > li {
    width: calc(50% - 12px);
    margin-top: 27px;
    text-align: center;
  }
  #top_merit > .list > li:nth-last-of-type(n+3) {
    margin-top: 0;
  }
  #top_merit > .list > li .image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
  }
  #top_merit > .list > li h3 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
  }
  #top_simulation {
    padding: 55px 20px 45px;
  }
  #top_simulation h2 {
    text-align: center;
    font-size: 24px;
  }
  #top_simulation h2::before {
    top: -15px;
    font-size: 12px;
  }
  #top_simulation .description {
    text-align: center;
    font-size: 13px;
    margin-top: 12px;
    line-height: 1.6;
  }
  #top_simulation ul.list {
    margin-top: 6%;
  }
  #top_simulation ul.list > li {
    margin-top: 3.73%;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
    padding: 7.46% 4.48% 6.67% 7.46%;
    position: relative;
  }
  #top_simulation ul.list > li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(var(--main-gradient));
    content: "";
    z-index: 1;
  }
  #top_simulation ul.list > li::after {
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    border-radius: 18px;
    background: #FFFFFF;
    content: "";
    z-index: 2;
  }
  #top_simulation ul.list > li h3 {
    display: flex;
    align-items: baseline;
    font-size: clamp(18px, 4.8vw, 36px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    margin-bottom: 1em;
    position: relative;
    z-index: 3;
  }
  #top_simulation ul.list > li h3 span {
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    margin-left: 1.2%;
  }
  #top_simulation ul.list > li .sakugenimg {
    position: relative;
    z-index: 3;
  }
  #top_simulation ul.list > li .system {
    position: relative;
    z-index: 3;
    margin-top: 1em;
  }
  #top_simulation ul.list > li .system dl {
    display: flex;
    font-size: clamp(11px, 2.93vw, 22px);
  }
  #top_simulation ul.list > li .system dl dt {
    width: 12em;
    display: flex;
    align-items: center;
    letter-spacing: normal;
  }
  #top_simulation ul.list > li .system dl dt::after {
    content: "・・・・・・・・・・・・・・・・・・・・・・・・";
    font-size: 90%;
    color: #ccc;
    overflow: hidden;
    display: block;
    flex-grow: 1;
    letter-spacing: -0.35em;
  }
  #top_simulation ul.list > li .system dl dt span {
    background: #fff;
    padding-right: 0.5em;
    flex-shrink: 0;
  }
  #top_simulation ul.list > li .system dl dd {
    padding-left: 0.5em;
  }
  #top_simulation .note {
    margin-top: 15px;
  }
  #top_simulation .note li {
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.45;
  }
  #top_simulation .note li:nth-of-type(1) {
    margin-top: 0;
  }
  #top_subsidy {
    padding: 55px 0 45px;
    background: #f7f7f7;
  }
  #top_subsidy h2 {
    text-align: center;
    font-size: 24px;
  }
  #top_subsidy h2::before {
    top: -15px;
    font-size: 12px;
  }
  #top_subsidy #top_subsidy_area {
    display: flex;
    flex-direction: column;
  }
  #top_subsidy .textarea {
    display: contents;
  }
  #top_subsidy .textarea h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.65;
    text-align: center;
    margin: 30px 30px 20px;
  }
  #top_subsidy .textarea p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0 30px;
  }
  #top_subsidy .textarea p.link {
    margin: 30px 0 0;
    padding: 0 40px;
    order: 3;
  }
  #top_subsidy .textarea p.link a {
    padding: 13px 0 14px;
    border-radius: 45px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
  }
  #top_subsidy .textarea p.link a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
  }
  #top_subsidy .subsidy_list {
    margin-top: 27px;
    padding: 0 3.33%;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_subsidy .subsidy_list > li {
    width: calc(50% - 5px);
    padding: 16px 12px;
    position: relative;
    border-radius: 20px;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    text-align: center;
    box-sizing: border-box;
  }
  #top_subsidy .subsidy_list > li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(var(--main-gradient));
    content: "";
    z-index: 1;
  }
  #top_subsidy .subsidy_list > li::after {
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    border-radius: 18px;
    background: #FFFFFF;
    content: "";
    z-index: 2;
  }
  #top_subsidy .subsidy_list > li dl {
    position: relative;
    z-index: 3;
  }
  #top_subsidy .subsidy_list > li .pref {
    display: inline-block;
    text-align: center;
    font-size: 9px;
    color: #614811;
    background: #fff44c;
    padding: 4px 16px;
    border-radius: 25px;
    font-weight: 600;
  }
  #top_subsidy .subsidy_list > li h3 {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 800;
    background: linear-gradient(var(--main-gradient));
    color: var(--main-gradient-left);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #top_subsidy .subsidy_list > li .price {
    margin-top: 4px;
    line-height: 1;
    background: linear-gradient(var(--main-gradient));
    color: var(--main-gradient-left);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 44px;
    font-weight: 900;
  }
  #top_subsidy .subsidy_list > li .price .yen {
    font-size: 16px;
    font-weight: normal;
  }
  #top_subsidy .subsidy_list > li .price .max {
    font-size: 16px;
    font-weight: normal;
  }
  #top_subsidy .subsidy_list > li .note {
    margin-top: 10px;
    font-size: 9px;
    line-height: 1.444;
  }
  #top_staff {
    padding: 35px 20px 40px;
    background: var(--main-light-blue) url(../image/top/staff_bg.jpg) no-repeat;
    background-size: 100% auto;
  }
  #top_staff h2 {
    text-align: center;
    font-size: 12px;
  }
  #top_staff h3 {
    text-align: center;
    font-size: 24px;
    margin-top: 3px;
  }
  #top_staff .description {
    text-align: center;
    font-size: 13px;
    margin-top: 12px;
  }
  #top_staff > .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 16px;
    margin-top: 20px;
  }
  #top_staff > .list > li {
    width: calc(50% - 8px);
    display: flex;
  }
  #top_staff > .list > li a {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
  }
  #top_staff > .list > li .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    aspect-ratio: 450 / 550;
  }
  #top_staff > .list > li .data {
    border-radius: 0 0 10px 10px;
    padding: 15px 13px;
  }
  #top_staff > .list > li .data h4 {
    font-weight: 400;
    line-height: 1.1;
  }
  #top_staff > .list > li .data h4 .belong {
    font-size: 12px;
  }
  #top_staff > .list > li .data h4 .name {
    font-size: 15px;
  }
  #top_staff > .list > li .data .message {
    margin-top: 14px;
    font-size: 9px;
    line-height: 1.44;
  }
  #top_staff #area {
    margin-top: 20px;
    border-radius: 10px;
    background: #d6effb url(../image/top/areamap.png) no-repeat;
    background-position: bottom right;
    background-size: 100% auto;
    padding: 50px 30px 0;
    box-sizing: border-box;
    min-height: 360px;
  }
  #top_staff #area h2 {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
  }
  #top_staff #area h2::before {
    position: absolute;
    left: 0;
    transform: translateX(0);
    top: -16px;
    font-size: 12px;
  }
  #top_staff #area .txt {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.61;
  }
  #top_flow {
    padding: 55px 25px 45px 20px;
    background: #FFFFFF;
  }
  #top_flow h2 {
    font-size: 24px;
    text-align: center;
  }
  #top_flow h2::before {
    top: -15px;
    font-size: 12px;
  }
  #top_flow .description {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
  }
  #top_flow ol {
    margin-top: 25px;
    position: relative;
  }
  #top_flow ol::before {
    content: "STEP";
    display: block;
    font-size: 9px;
    color: var(--main-light-blue);
    font-family: 'Roboto';
    width: 25px;
    text-align: center;
    font-weight: 700;
  }
  #top_flow ol li {
    padding-left: 40px;
    position: relative;
    counter-increment: flow_step;
  }
  #top_flow ol li::before {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    font-family: 'Roboto';
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 12px;
    font-weight: 600;
  }
  #top_flow ol li::after {
    position: absolute;
    content: "";
    left: 11px;
    width: 2px;
    top: 25px;
    bottom: 0;
  }
  #top_flow ol li dt {
    font-size: 18px;
    font-weight: 700;
  }
  #top_flow ol li dd {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.66;
    padding-bottom: 22px;
  }
  #top_flow ol li:nth-of-type(1)::before {
    background: #24a7eb;
  }
  #top_flow ol li:nth-of-type(1)::after {
    background: linear-gradient(to bottom, #24a7eb, #01acde);
  }
  #top_flow ol li:nth-of-type(1) dt {
    color: #24a7eb;
  }
  #top_flow ol li:nth-of-type(2)::before {
    background: #01acde;
  }
  #top_flow ol li:nth-of-type(2)::after {
    background: linear-gradient(to bottom, #01acde, #01c4d0);
  }
  #top_flow ol li:nth-of-type(2) dt {
    color: #01acde;
  }
  #top_flow ol li:nth-of-type(3)::before {
    background: #01c4d0;
  }
  #top_flow ol li:nth-of-type(3)::after {
    background: linear-gradient(to bottom, #01c4d0, #00dbc3);
  }
  #top_flow ol li:nth-of-type(3) dt {
    color: #01c4d0;
  }
  #top_flow ol li:nth-of-type(4)::before {
    background: #00dbc3;
  }
  #top_flow ol li:nth-of-type(4)::after {
    background: linear-gradient(to bottom, #00dbc3, #00e9ba);
  }
  #top_flow ol li:nth-of-type(4) dt {
    color: #00dbc3;
  }
  #top_flow ol li:nth-of-type(5)::before {
    background: #00e9ba;
  }
  #top_flow ol li:nth-of-type(5)::after {
    display: none;
  }
  #top_flow ol li:nth-of-type(5) dt {
    color: #00e9ba;
  }
  #top_flow ol li:nth-of-type(5) dd {
    padding-bottom: 0;
  }
  #top_faq {
    padding: 55px 20px 40px;
  }
  #top_faq h2 {
    text-align: center;
    font-size: 24px;
  }
  #top_faq h2::before {
    top: -15px;
    font-size: 12px;
  }
  #top_faq > .list {
    margin-top: 18px;
  }
  #top_faq > .list > li {
    margin-top: 10px;
  }
  #top_faq > .list > li:nth-of-type(1) {
    margin-top: 0;
  }
  #top_faq > .list > li dl {
    border-radius: 10px;
  }
  #top_faq > .list > li dl dt {
    position: relative;
    padding: 14px 45px 14px 20px;
    position: relative;
  }
  #top_faq > .list > li dl dt::before {
    content: "";
    width: 12px;
    height: 2px;
    background: #01acde;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #top_faq > .list > li dl dt::after {
    content: "";
    height: 12px;
    width: 2px;
    background: #01acde;
    position: absolute;
    top: 50%;
    right: 25px;
    translate: 0 -50%;
  }
  #top_faq > .list > li dl dt span.txt {
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    display: block;
    padding-left: 38px;
  }
  #top_faq > .list > li dl dt span.txt::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 700;
    background: linear-gradient(var(--main-gradient));
    color: var(--main-gradient-left);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #top_faq > .list > li dl dd {
    margin: 0 20px 0 20px;
    padding: 14px 0 14px 0;
    border-top: 1px solid #cccccc;
    font-size: 13px;
    line-height: 1.5;
    display: none;
  }
  #top_faq > .list > li dl.open dt::after {
    display: none;
  }
  #top_faq > .list > li dl.open dd {
    display: block;
  }
  #top_blog {
    padding: 55px 0 30px;
  }
  #top_blog h2 {
    text-align: center;
    font-size: 24px;
  }
  #top_blog h2::before {
    font-size: 12px;
    top: -15px;
  }
  #top_blog #top_blog_list_wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-top: 10px;
  }
  #top_blog #top_blog_list_wrapper > .list {
    padding: 10px 0 10px 10px;
    overflow: hidden;
    display: table;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
  }
  #top_blog #top_blog_list_wrapper > .list > li {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
    box-sizing: border-box;
  }
  #top_blog #top_blog_list_wrapper > .list > li a {
    display: block;
    height: 100%;
    width: 56vw;
    box-sizing: border-box;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
    padding: 12px;
  }
  #top_blog #top_blog_list_wrapper > .list > li a .image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  #top_blog #top_blog_list_wrapper > .list > li a h3 {
    margin-top: 11px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.61;
  }
  #top_blog #top_blog_list_wrapper > .list > li a .date {
    margin-top: 11px;
    font-size: 9px;
  }
  #top_blog .more_link {
    margin-top: 10px;
    padding: 0 40px;
  }
  #top_blog .more_link a {
    padding: 13px 0 14px;
    border-radius: 45px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
  }
  #top_blog .more_link a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
  }
  #top_sns {
    padding-bottom: 45px;
  }
  #top_sns h2 {
    text-align: center;
    font-size: 14px;
  }
  #top_sns > .list {
    margin-top: 13px;
    border-top: 1px solid #f3f3f3;
  }
  #top_sns > .list > li a.sns_link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 40px 12px 20px;
    box-sizing: border-box;
    text-decoration: none;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
  }
  #top_sns > .list > li a.sns_link::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #dddddd;
    border-top: 2px solid #dddddd;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
  }
  #top_sns > .list > li a.sns_link .icon {
    width: 40px;
    flex-shrink: 0;
    margin-right: 16px;
  }
  #top_sns > .list > li a.sns_link .data h3 {
    font-size: 16px;
  }
  #top_sns > .list > li a.sns_link .data .txt {
    font-size: 12px;
    color: #282828;
  }
}
