@charset "UTF-8";
.pc-hide {
    display: block;
}

@media (max-width: 1023px) {
    .pc-hide {
        display: none;
    }
}

.pc-hide2 {
    display: block;
}

@media (max-width: 767px) {
    .pc-hide2 {
        display: none !important;
    }
}

.sp-hide {
    display: none;
}

@media (max-width: 1023px) {
    .sp-hide {
        display: block;
    }
}

.sp-hide2 {
    display: none;
}

@media (max-width: 767px) {
    .sp-hide2 {
        display: block;
    }
}

.sp-hide3 {
    display: none;
}

@media (max-width: 767px) {
    .sp-hide3 {
        display: block;
    }
}

.sp-hide2 img {
    margin: 0 auto;
    /* height: 400px; */
}

.sp-hide2 .last img {
    margin: 0 auto;
    height: auto;
}

.sp-hide3 img {
    margin: 0 auto;
    width: 300px;
}

.sp-hide4 {
    display: none;
}

@media (max-width: 450px) {
    .sp-hide4 {
        display: block;
    }
}

.caution {
    color: #707070;
    font-size: 1.2rem;
    text-align: left;
}

.Btn-flex {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}

@media (max-width: 850px) {
    .Btn-flex {
        display: block;
    }
}

.Btn-flex-l {
    display: flex;
    margin-bottom: 20px;
    justify-content: left;
    text-align: center;
}

@media (max-width: 850px) {
    .Btn-flex-l {
        display: block;
        text-align: center;
    }
}

.defaultBtn {
    margin: 0;
}

.defaultBtn-commodity.second {
    margin-right: 20px;
}

@media (max-width: 767px) {
    .defaultBtn-commodity.second {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.defaultBtn.second {
    margin-right: 20px;
}

@media (max-width: 850px) {
    .defaultBtn.second {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.defaultBtn:first-of-type {
    margin-right: 20px;
}

@media (max-width: 850px) {
    .defaultBtn:first-of-type {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.defaultBtn-commodity:first-of-type {
    margin-right: 20px;
}

@media (max-width: 850px) {
    .defaultBtn-commodity:first-of-type {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.mt40 {
    margin-top: 40px;
}

.mb20 {
    margin-bottom: 20px !important;
}

.inline-b {
    display: inline-block;
}

.inline-b2 {
    display: inline-block;
}

.inline-b2:hover {
    text-decoration: underline;
}

.menu__ul li:hover .inline-b2 {
    text-decoration: underline;
}

.centering {
    margin: 0 auto;
}

.f-left {
    float: left;
}

@media (max-width: 850px) {
    .f-left {
        float: none;
    }
}

.w100 {
    display: inline-block;
    width: 120px;
}

.w100-2 {
    display: inline-block;
    width: 120px;
}


/* 目次 */

.menu__mokuji {
    font-size: 28px;
    font-weight: bold;
}

.menu__ul-toc {
    list-style: decimal;
    padding-left: 30px;
}

.menu__ul-toc li {
    padding-top: 10px;
}

.menu__ul-toc a {
    padding-left: 10px;
    color: #333;
    font-weight: normal;
}

.menu__ul {
    list-style: disc;
    padding-left: 30px;
}

.menu__ul li {
    padding-top: 10px;
    font-weight: normal;
}

.bottomArrow {
    width: 10px;
    height: 6px;
    background: url(/static/jp/common/img/ico_bottomArrow01.png) 0 0 no-repeat;
    background-size: cover;
    line-height: 25px;
    display: inline-block;
    margin-left: 10px;
}

.menu__ul a {
    color: #333333;
    font-weight: normal;
}


/* 緑色ボタン用css */

.defaultBtn a {
    display: inline-block;
    border: 2px solid #07b53b;
    background: #07b53b;
    padding: 20px 120px;
    position: relative;
    font-size: 1.6rem;
    min-width: 260px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    -webkit-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
    text-decoration: none;
}

.defaultBtn-commodity a {
    display: inline-block;
    border: 2px solid #07b53b;
    background: #07b53b;
    padding: 20px 120px;
    position: relative;
    font-size: 1.6rem;
    min-width: 260px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    -webkit-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .defaultBtn-commodity a {
        padding: 15px 80px;
        line-height: 1.5;
        min-width: 220px;
    }
}

@media (max-width: 1000px) {
    .defaultBtn-commodity a {
        padding: 15px 65px;
    }
}

@media (max-width: 850px) {
    .defaultBtn-commodity a {
        padding: 15px 80px;
    }
}

@media (max-width: 1200px) {
    .defaultBtn a {
        padding: 15px 80px;
    }
}
@media (max-width: 1000px) {
    .defaultBtn a {
        padding: 15px 65px;
    }
}
@media (max-width: 850px) {
    .defaultBtn a {
        padding: 15px 80px;
    }
}

@media (max-width: 600px) {
    .defaultBtn.centering a {
        padding: 15px 80px;
    }
}

@media (max-width: 550px) {
    .defaultBtn.centering a {
        padding: 15px 30px;
    }
}

.defaultBtn a span {
    color: #fff;
}

.defaultBtn a:hover {
    background: #fff;
    color: #07b53b;
    text-decoration: none;
}

.defaultBtn-commodity a:hover {
    background: #fff;
    color: #07b53b;
    text-decoration: none;
}

.defaultBtn a:hover span {
    color: #07b53b;
}

.defaultBtn-commodity a:hover span {
    color: #07b53b;
}

.defaultBtn a:hover .defaultBtn__arrow01:after {
    background-image: url("/static/jp/common/img/ico_rightArrow01.png");
}

.defaultBtn-commodity a:hover .defaultBtn__arrow01:after {
    background-image: url("/static/jp/common/img/ico_rightArrow01.png");
}

.defaultBtn a:hover span {
    color: #07b53b;
}

.defaultBtn a:hover .defaultBtn__arrow01:after {
    background-image: url("/static/jp/common/img/ico_rightArrow01.png");
}

.defaultBtn__arrow01:after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 17px;
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url("/static/jp/common/img/ico_rightArrow02.png") 0 0 no-repeat;
    background-size: cover;
    vertical-align: middle;
}


/* /緑色ボタン用css */


/*pageH1Area*/

.pageH1Area__lineads {
    background: url(/sites/default/files/media/jp/service/line-ads/review/img/mainVisual.png) 50% 50% no-repeat;
    background-size: cover;
}

@media (max-width: 1023px) {
    .pageH1Area__lineads {
        background-position: 67% 50%;
    }
}


/*pageH2Area*/

.pageH2Area--tit01 {
    margin-top: 50px;
}

@media (max-width: 1023px) {
    .bg-gray .pageH2Area--tit01 .pageH2Area__tit01__txt {
        background-color: #f5f5f5;
    }
}

.newpageH2area {
    margin: 50px auto;
    max-width: 940px;
}

.newpageH2Area__tit01 {
    font-size: 2.8rem;
    color: #07b53b;
    text-align: left;
    font-weight: bold;
}

@media (max-width: 767px) {
    .newpageH2Area__tit01 {
        font-size: 2.4rem;
    }
}


/*page-link*/

.page-link {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1023px) {
    .page-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-link__item {
    min-width: 210px;
    padding: 24px 0;
    position: relative;
    width: auto;
}

@media (max-width: 1023px) {
    .page-link__item {
        background-color: #f5f5f5;
        margin-bottom: 8px;
        padding: 16px 20px;
    }
}

.page-link__item:first-of-type a {
    border-left: 1px solid #d0d0d0;
}

@media (max-width: 1023px) {
    .page-link__item:first-of-type a {
        border-left: none;
    }
}

.page-link__item a {
    border-right: 1px solid #d0d0d0;
}

@media (max-width: 1023px) {
    .page-link__item a {
        border-right: none;
    }
}

.page-link__item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: 100%;
}

@media (max-width: 1023px) {
    .page-link__item a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
    }
}

.page-link__item a:after {
    border-right: 1px solid;
    border-top: 1px solid;
    color: inherit;
    content: "";
    display: inline-block;
    height: 5px;
    margin-top: 4px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 5px;
}

@media (max-width: 1023px) {
    .page-link__item a:after {
        position: absolute;
        right: 10%;
        top: 15%;
    }
}

.page-link__item a:hover {
    color: #07b53b;
    text-decoration: none;
}


/*about*/

.about__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px;
}

@media (max-width: 1023px) {
    .about__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.about__block {
    width: calc(100% / 2 - 60px);
}

@media (max-width: 1023px) {
    .about__block {
        width: 100%;
    }
}

.about__img {
    text-align: center;
}

.about__img img {
    max-width: 500px;
    width: 100%;
}

@media (max-width: 1023px) {
    .about__img img {
        margin-bottom: 32px;
        width: 80%;
    }
}

.about__txt {
    margin-left: 40px;
}

@media (max-width: 1023px) {
    .about__txt {
        margin-left: 0;
    }
}

.about__txt p:not(:last-child) {
    margin-bottom: 16px;
}

.about__bnr {
    padding: 32px 0;
    text-align: center;
}

.about__bnr a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.about__bnr a:hover {
    opacity: 0.6;
}

.about__bnr img {
    max-width: 600px;
    width: 100%;
}

.pageH3Area__tit01--found {
    border-bottom: 2px solid #07b53b;
    font-size: 2.4rem;
    font-weight: bold;
    padding-left: 24px;
}

@media (max-width: 767px) {
    .pageH3Area__tit01--found {
        padding-left: 0px;
    }
}

.pageH3Area__tit01--found2 {
    font-size: 1rem;
    padding-left: 30px;
}

.about__detail-block {
    margin: 32px auto 0;
    /* margin-top: 56px; */
    max-width: 940px;
}

.flex__box {
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
    box-sizing: border-box;
    height: auto;
}

@media (max-width: 767px) {
    .flex__box {
        display: block;
    }
}

.flex-box2 {
    display: flex;
}

@media (max-width: 767px) {
    .flex-box2 {
        display: block;
    }
}

.flex-box3 {
    display: flex;
}

.v-hidden {
    visibility: hidden;
}

.img__box {
    max-width: 35%;
    width: 100%;
    align-items: center;
    display: grid;
}

@media (max-width: 767px) {
    .img__box {
        max-width: 100%;
        margin: 0 auto;
    }
}

.img__box2 {
    max-width: 33.3%;
    width: 100%;
    height: auto;
}

.img__box2 img {
    max-height: 400px;
    height: 100%;
    width: auto;
    padding: 10px;
}

.img__box3 {
    max-width: 35%;
    width: 100%;
    align-items: center;
    display: grid;
}

.img__box4 {
    max-width: 50%;
    width: 100%;
    align-items: center;
    display: grid;
}

@media (max-width: 767px) {
    .img__box4 {
        max-width: 100%;
    }
}

.p10 {
    padding: 10px;
}

.height-a {
    height: auto !important;
}

.img__div {
    height: 350px;
    width: 100%;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .img__div {
        height: 300px;
        display: block;
    }
}

.img__div3 {
    height: 250px;
    width: 100%;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.img__div img {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .img__div img {
        max-height: 100%;
        height: 100%;
        width: auto;
    }
}

.img__div2 img {
    width: 100%;
    object-fit: cover;
}

.pt0 {
    padding-top: 0 !important;
}

.ng__mark::before {
    content: "<NG>";
    color: #ff0000;
}

.about__detail {
    margin: 40px auto 0;
}

.about__detail2 {
    margin: 40px auto 0;
}

.about__detail2 img {
    max-height: 550px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .about__detail2 img {
        max-height: 450px;
    }
}

.about__detail3 img {
    max-height: 300px !important;
    margin: 0 auto;
    padding: 0 50px;
}

@media (max-width: 500px) {
    .about__detail3 img {
        padding: 0px;
        height: auto;
    }
}

@media (max-width: 500px) {
    .about__detail3.last img {
        padding: 0px;
    }
}

.about__detail4 img {
    max-width: 300px !important;
    margin: 0 auto;
    padding: 0 50px;
}

.about__detail5 img {
    max-height: 400px;
    margin: 0 auto;
}

.about__detail6 img {
    max-height: 300px !important;
    margin: 0 auto;
    padding: 0 50px;
}

@media (max-width: 400px) {
    .about__detail6 img {
        padding: 0px;
        height: auto;
    }
}

.about__detail--p {
    padding-top: 1em;
}

.about__detail--p2 {
    padding: 16px 0;
    font-size: 14px;
}

.about__detail--p3 {
    font-weight: bold;
    background-color: #f5f5f5;
    ;
}

.about__detail--p4 {
    padding: 1em 10px 0 10px;
    font-size: 14px;
}

.about__detail--p5 {
    font-size: 20px;
    font-weight: bold;
    color: #00b800;
    padding: 10px;
}

.about__detail--p6 {
    font-size: 10px;
}

.mt80 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px !important;
}

.mt30 {
    margin-top: 30px;
}

.pt14 {
    padding-top: 14px;
}

.pb14 {
    padding-bottom: 14px;
}

.align-center {
    text-align: center;
}

.green-box {
    border: 1px solid #333333;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .green-box {
        margin-top: 30px;
    }
}

.green-box p {
    padding: 10px;
}

.green-box2 {
    border: 1px solid #333333;
    box-sizing: border-box;
    margin-top: 30px;
}

.green-h {
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    background: #f5f5f5;
}

.green-h.bold {
    font-weight: bold;
    font-size: 20px;
}

.left {
    width: 50%;
}

@media (max-width: 767px) {
    .left {
        width: 100%;
    }
}

.left2 {
    width: 50%;
}

@media (max-width: 767px) {
    .left2 {
        border-right: 1px solid #333333;
    }
}

.right {
    width: 50%;
}

.right2 {
    border-right: 1px solid #333333;
    width: 50%;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pt30 {
    padding-top: 30px !important;
}


/* テーブル */

table,
td,
th {
    border: 1px solid #595959;
    border-collapse: collapse;
}

td,
th {
    padding: 10px;
    width: 30px;
    height: 25px;
}

th {
    background: #f0e6cc;
}

.even {
    background: #fbf8f0;
}

.odd {
    background: #fefcf9;
}


/* /テーブル */

@media (max-width: 767px) {
    .right {
        width: 100%;
        margin-top: 1em;
    }
}

.green-h__left {
    background: #f5f5f5;
    border-right: 1px solid #333333;
}

@media (max-width: 767px) {
    .green-h__left {
        border-right: none;
    }
}

.green-h__right {
    background: #f5f5f5;
}

.green-left__p {
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

.green-left__p2 {
    text-align: center;
    padding: 10px;
}

.bold-14 {
    font-weight: bold;
    padding: 5px;
}

.green-right__p {
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

.green-h__left2 p {
    padding: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

@media (max-width: 767px) {
    .green-h__left2 p {
        border-right: none;
    }
}

.green-h__left3 p {
    padding: 10px;
    border-right: 1px solid #333333;
}

@media (max-width: 767px) {
    .green-h__left3 p {
        border-right: none;
        border-bottom: 1px solid #333333;
    }
}

.green-h__right2 p {
    padding: 10px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.green-h__right3 p {
    padding: 10px;
}

.height100 {
    height: 100px;
}

.height72 {
    height: 72px;
}

.red-ng {
    color: red;
}

.green-ul {
    padding: 20px 10px;
    max-width: 50%;
    margin: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .green-ul {
        max-width: 100%;
        padding: 0px 10px;
    }
}

.green-li {
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .green-li {
        padding-top: 10px;
    }
}

.about__H3title {
    color: #07b53b;
    font-size: 2.4rem;
    padding-left: 24px;
    position: relative;
}

@media (max-width: 1023px) {
    .about__H3title {
        font-size: 1.8rem;
    }
}

.about__H3title:before {
    background-color: #07b53b;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
}

.about__H4title {
    font-size: 2rem;
    font-weight: 700;
}

@media (max-width: 1023px) {
    .about__H4title {
        font-size: 1.6rem;
    }
}

.about__H4title:before {
    content: "・";
}


/*timing*/

.timing {
    margin-top: 24px;
}

.timing__title {
    background: #707070;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 12px 32px;
    text-align: center;
}

@media (max-width: 1023px) {
    .timing__title {
        font-size: 1.6rem;
    }
}

.timing__content {
    background: #f5f5f5;
    padding: 20px;
}


/*target*/

.target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.target__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 3 - 12px);
}

@media (max-width: 1023px) {
    .target__content {
        margin-bottom: 32px;
        width: 100%;
    }
}

.target__content2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 3 - 12px);
    /* border: 1px solid #333333; */
    /* box-shadow: 2px 2px 4px; */
}

@media (max-width: 1023px) {
    .target__content2 {
        margin-bottom: 32px;
        width: 100%;
    }
}

.target_a {
    text-decoration: none;
    font-weight: normal;
    color: #333333;
    max-height: 336px;
    height: 100%;
    box-sizing: border-box;
    opacity: 1.0;
}

.target_a:hover {
    text-decoration: none;
    opacity: .6;
}

.target__H4title {
    background: #07b53b;
    color: #ffffff;
    margin-bottom: 16px;
    padding: 12px 8px;
    text-align: center;
}

.target__H4title2 {
    background: #07b53b;
    color: #ffffff;
    margin-bottom: 16px;
    padding: 12px 8px;
    text-align: center;
    /* border-bottom: 1px solid #333333; */
}

.target__detail {
    border: 1px solid #707070;
    height: 100%;
    padding: 16px;
    box-sizing: border-box;
}

.target__detail2 {
    border: 1px solid #707070;
    padding: 16px;
    box-sizing: border-box;
    height: 100%;
    max-height: 270px;
}

.target__app li:before {
    content: "┗";
    padding-right: 4px;
}


/*confirmation*/

.confirmation {
    margin: 0 auto;
    max-width: 800px;
}

.confirmation__content {
    margin-top: 40px;
}

.confirmation__img {
    margin-top: 24px;
    text-align: left;
}

.confirmation__img img {
    max-width: 900px;
    width: 100%;
}

.confirmation__img-02 img {
    max-width: 500px;
    width: 100%;
}

.confirmation__circle {
    background: #868f97;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 3px;
    text-align: center;
    width: 20px;
}


/*faq*/

.faq__accordion {
    margin: 16px auto 0;
    max-width: 1024px;
}

.faq__accordion:not(:first-of-type) {
    margin-top: 4px;
}

.faq__header {
    background-color: #e9ecee;
    color: #404040;
    cursor: pointer;
    font-size: 2rem;
    font-weight: bold;
    padding: 20px 10% 20px 3%;
    position: relative;
    text-align: left;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

@media (max-width: 1023px) {
    .faq__header {
        font-size: 1.6rem;
        padding-left: 10%;
    }
}

.faq__header:hover {
    opacity: 0.8;
}

.faq__header .i_box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -20px;
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    width: 40px;
}

@media (max-width: 1023px) {
    .faq__header .i_box {
        right: 1%;
    }
}

.faq__header .i_box .one_i {
    display: block;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    width: 18px;
}

.faq__header .i_box .one_i:before {
    background: #07b53b;
    border-radius: 10px;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 16px;
    left: 7px;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 2px;
}

.faq__header .i_box .one_i:after {
    background: #07b53b;
    border-radius: 10px;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2px;
    left: 0;
    position: absolute;
    top: 7px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 16px;
}

.faq__header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.faq__header.open .i_box .one_i:before {
    content: none;
}

.faq__header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.faq__answer {
    border-bottom: 2px solid #e9ecee;
    border-left: 2px solid #e9ecee;
    border-right: 2px solid #e9ecee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    padding: 30px 30px;
}

.faq__answer--txt {
    margin: 0;
}

.faq__flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 1023px) {
    .faq__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.faq__flex img {
    height: auto;
    max-width: 280px;
    width: 100%;
}

.faq__flex .img {
    height: auto;
    max-width: 420px;
    width: 100%;
}

.faq__flex--txt {
    margin-left: 24px;
}

@media (max-width: 1023px) {
    .faq__flex--txt {
        margin-left: 0;
        margin-top: 8px;
    }
}

.faq__dl {
    margin-top: 24px;
}

.faq__dl--content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.faq__dl--content dt:after {
    content: "：";
}

.faq__list {
    margin-top: 16px;
}

.faq__list--item {
    padding-left: 1em;
    text-indent: -1em;
}

.faq__list--item:before {
    content: "・";
}

.faq__list--number {
    padding-left: 16px;
}

.faq__list--number li {
    counter-increment: number;
    padding-left: 1em;
    text-indent: -1em;
}

.faq__list--number li:before {
    content: counter(number) ".";
    margin-right: 4px;
}

.faq__H3title {
    color: #07b53b;
    font-size: 2.4rem;
    margin: 32px auto 0;
    max-width: 1024px;
    padding-left: 24px;
    position: relative;
}

@media (max-width: 1023px) {
    .faq__H3title {
        font-size: 2rem;
    }
}

.faq__H3title:before {
    background-color: #07b53b;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
}

.faq__H4title {
    color: #404040;
    font-size: 1.8rem;
    font-weight: 700;
}

@media (max-width: 1023px) {
    .faq__H4title {
        font-size: 1.6rem;
    }
}

.downloadLinkList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1023px) {
    .downloadLinkList {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}


/*汎用*/

.contents__inner-02 {
    padding-bottom: 16px;
    padding-top: 16px;
}

.pageTxt--center {
    padding-bottom: 16px;
    padding-top: 16px;
}

.list li {
    line-height: 1.6;
    margin-top: 4px;
    padding-left: 1em;
    text-indent: -1em;
}

.list li:before {
    content: "・";
}

.mt-0 {
    margin-top: 0;
}

.mt-8 {
    margin-top: 8px;
}

.mt-16 {
    margin-top: 16px !important;
}

.mt-24 {
    margin-top: 24px;
}

.bold {
    font-weight: 700;
}

.bg-gray {
    background: #f5f5f5;
}

.bot_icon {
    max-width: 50px;
    width: 100%;
}


/*# sourceMappingURL=style.css.map */