/*----------------------------------------------
	Common
---------------------------------------------*/
.clearfix {
    clear: both;
    display: block;
    overflow: hidden;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrapper {
    background-color: #ebf2f8;
    box-sizing: border-box;
    min-width: 1000px;
    width: 100%;
}

.f_main {
    font-size: 16px;
}

.l_wrapper {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 110px 50px;
    position: relative;
    width: 100%;
}

.l_wrapper p {
    line-height: 1.7;
    margin-bottom: 0;
}

.l_wrapper.l_wrapper-secondary {
    margin: 0 auto;
    max-width: 895px;
    padding: 0 162.5px;
}

/*----------------------------------------------
	siliconbag page
---------------------------------------------*/
/* Section Common */
.p_sec {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}

.p_sec__block {
    min-height: 232px;
    padding-bottom: 9px;
    padding-left: 395px;
    position: relative;
}

.p_sec__block.one {
    padding-bottom: 30px;
}

.p_sec__block img {
    left: 0;
    position: absolute;
    top: 9px;
    width: auto;
}

.p_sec__head {
    color: #0085ce;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 1.7;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 21px;
}

.p_sec__head span {
    display: block;
}

.p_sec__subhead img {
    left: auto;
    position: relative;
    top: -2px;
}

.l_wrapper p.p_sec__txt {
    line-height: 2;
    margin-bottom: 0;
}

/* original */
.f_main_prp_siliconbag p {
    font-size: 18px;
    font-weight: 300;
}
@media only screen and (max-width: 736px) {
    .f_main_prp_siliconbag p {
        font-size: 16px;
    }
}

.c_ttl.p_content__ttl {
    margin-bottom: 0 !important;
}
.c_ttl.p_content__ttl + * {
    margin-top: 40px;
}
@media only screen and (max-width: 736px) {
    .c_ttl.p_content__ttl + * {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 736px) {
    .dl-qa {
        margin-left: 19px !important;
        margin-right: 19px !important;
    }
}

/* Section Banner
------------------------------------------------------ */
.p_banner {
    height: 550px;
    position: relative;
    background: url(../images/siliconbag_bg.webp) no-repeat center center/cover;
    padding-top: 126px;
    box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
    .p_banner {
        background-image: url(../images/siliconbag_bg_sp.webp);
        height: 88vw;
        padding-top: 18.1vw;
        padding-left: 5.1vw;
    }
}

.p_banner__img {
    width: 728px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    transition: 0.7s;
    opacity: 0;
    transform: translateX(484px);
}
@media only screen and (max-width: 736px) {
    .p_banner__img {
        z-index: 1;
        width: 62.4vw;
        transform: translateX(30%);
        left: auto;
        margin: 0;
    }
}

.p_banner__img.anim {
    transform: translateX(284px);
    opacity: 1;
}
@media only screen and (max-width: 736px) {
    .p_banner__img.anim {
        transform: none;
    }
}

.p_banner__img img.pcnone {
    display: none;
}
@media only screen and (max-width: 736px) {
    .p_banner__img img.spnone {
        display: none;
    }
    .p_banner__img img.pcnone {
        display: block;
        height: 100%;
        max-width: none;
    }
}

.p_banner__box {
    max-width: 1000px;
    margin: 0 auto;
    transition: 0.5s;
    transition-delay: 0.4s;
    opacity: 0;
    transform: translateY(10px);
}
@media only screen and (max-width: 736px) {
    .p_banner__box {
        position: relative;
        z-index: 1;
    }
}

.p_banner__box.anim {
    transform: none;
    opacity: 1;
}

p.p_banner__txt {
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.5;
    color: #1184ca;
}
@media only screen and (max-width: 736px) {
    p.p_banner__txt {
        font-size: 4.8vw;
    }
}

.p_banner__ttl {
    color: #fff;
    font-size: 32px;
    font-family: serif;
    font-weight: 300;
    position: relative;
    margin-top: 26px;
    margin-bottom: 0;
    z-index: 1;
    line-height: 1.2;
    letter-spacing: 0.05em;
}
.p_banner__ttl span {
    font-size: 1.875em;
}
.p_banner__ttl::after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 344px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2000px;
    height: 164px;
    background: linear-gradient(to left, rgba(0, 134, 206, 0), rgb(0, 134, 206) 240px, rgb(0, 134, 206) 100%);
}
@media only screen and (max-width: 736px) {
    .p_banner__ttl {
        margin-top: 6.9vw;
        font-size: 4vw;
    }
    .p_banner__ttl span {
        font-size: 1.6em;
    }
    .p_banner__ttl::after {
        width: 64.2vw;
        height: 20.8vw;
        left: -5.1vw;
        right: auto;
        background: linear-gradient(to left, rgba(0, 134, 206, 0), rgb(0, 134, 206) 20%);
    }
}

.p_banner__txt2 {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1.75;
    font-weight: 600;
    color: #0085ce;
}
@media only screen and (max-width: 736px) {
    .p_banner__txt2 {
        margin-top: 10.7vw;
        font-size: 4.8vw;
        line-height: 1.5;
    }
}

/* section 00
------------------------------------------------------ */
.f_sec00 .l_wrapper {
    padding-top: 50px;
}
@media only screen and (max-width: 736px) {
    .f_sec00 .l_wrapper {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 736px) {
    .p_sec00 {
        padding-left: 19px;
        padding-right: 19px;
    }
}

.p_sec00__txt {
    text-align: center;
}
@media only screen and (max-width: 736px) {
    .p_sec00__txt {
        text-align: left;
    }
}

.p_sec00__mv {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 30px 15px;
    background: #ebf2f8;
}
.p_sec00__mv_txt {
    margin-top: 20px;
    width: 100%;
    max-width: 850px;
    padding: 10px 20px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}
.p_sec00__mv_txt span {
    position: relative;
    display: inline-block;
    padding-left: 32px;
}
.p_sec00__mv_txt span::before {
    position: absolute;
    top: -4px;
    left: 0;
    content: '';
    width: 27px;
    height: 29px;
    background: url('../images/icon-checkbox.png') center / contain no-repeat;
}
@media only screen and (max-width: 736px) {
    .p_sec00__mv {
        margin-top: 30px;
        margin-left: -9px;
        margin-right: -9px;
        padding: 10px 9px;
        background: #ebf2f8;
    }
    .p_sec00__mv_txt {
        padding: 10px 13px;
        text-align: left;
    }
}

.p_sec00__row {
    margin-top: 50px;
    display: flex;
    gap: 20px;
}
@media only screen and (max-width: 736px) {
    .p_sec00__row {
        margin-top: 10px;
        gap: 6px;
    }
}

.p_sec00__about {
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 31px 30px 20px;
    border: 4px solid #1184ca;
}
.p_sec00__about::before {
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 40px;
    height: 40px;
    background: url('../images/bikkuri.webp') center / contain no-repeat;
}
.p_sec00__about_ttl {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 600;
    color: #1184ca;
    text-align: center;
}
.p_sec00__about_txt {
    margin-top: 18px;
    margin-bottom: 0;
    text-align: center;
}
.p_sec00__about_link {
    padding-top: 7px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
}
.p_sec00__about_link a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: inherit;
    text-decoration: none;
    line-height: 1.7;
}
.p_sec00__about_link::before {
    position: absolute;
    bottom: 4px;
    left: 0;
    content: '';
    width: 22px;
    height: 22px;
    background: url('../images/btn-arrow.webp') center / contain no-repeat;
}
@media only screen and (max-width: 736px) {
    .p_sec00__about {
        margin-top: 30px;
        margin-bottom: 37px;
        padding: 21px 13px 16px;
    }
    .p_sec00__about_ttl {
        font-size: 18px;
    }
    .p_sec00__about_txt {
        text-align: left;
    }
    .p_sec00__about_link {
        bottom: -10px;
        padding-top: 6px;
    }
}

.p_sec00__box {
    position: relative;
    margin-top: 80px;
    padding: 35px 45px 30px;
    border: 20px solid #ebf2f8;
}
@media only screen and (max-width: 736px) {
    .p_sec00__box {
        margin-top: 67px;
        margin-left: -9px;
        margin-right: -9px;
        padding: 20px 12px;
        border-width: 10px;
    }
}
.p_sec00__box_ttl {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    color: #1184ca;
}
@media only screen and (max-width: 736px) {
    .p_sec00__box_ttl {
        font-size: 18px;
    }
}
.p_sec00__box_list {
    width: 425px;
    margin-top: 30px;
}
@media only screen and (max-width: 736px) {
    .p_sec00__box_list {
        width: 100%;
        margin-top: 20px;
    }
}
.p_sec00__box_list_item {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    font-size: 23px;
    margin: 0;
    box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
    .p_sec00__box_list_item {
        font-size: 18px;
    }
}
.p_sec00__box_list_item::before {
    position: absolute;
    top: -2px;
    left: 0;
    content: '';
    width: 27px;
    height: 29px;
    background: url('../images/icon-checkbox.png') center / contain no-repeat;
}
.p_sec00__box_list_item:not(:first-child) {
    margin-top: 14px;
}
@media only screen and (max-width: 736px) {
    .p_sec00__box_list_item:not(:first-child) {
        margin-top: 15px;
    }
}
.p_sec00__box_img {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 518px;
}
@media only screen and (max-width: 736px) {
    .p_sec00__box_img {
        bottom: initial;
        top: 0;
        width: 35.2vw;
    }
}
.p_sec00__box_img img {
    width: 100%;
}

/* section 01
------------------------------------------------------ */
@media only screen and (max-width: 736px) {
    .p_sec01 {
        padding-left: 19px;
        padding-right: 19px;
    }
}

.p_sec01__row {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #ebf2f8;
    box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
    .p_sec01__row {
        margin-left: -9px;
        margin-right: -9px;
        padding: 10px;
        gap: 10px;
    }
}

.p_sec01__head {
    display: flex;
    gap: 50px;
}
@media only screen and (max-width: 736px) {
    .p_sec01__head {
        gap: 10px;
    }
}

.p_sec01__head_body {
    flex: 1 1;
    padding: 10px 20px;
    background: #fff;
}
@media only screen and (max-width: 736px) {
    .p_sec01__head_body {
        padding: 10px;
    }
}

.p_sec01__ttl {
    margin: 0;
}
.p_sec01__ttl span {
    display: inline-block;
    width: 140px;
    padding: 6px 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
    color: #fff;
    background: #1184ca;
    box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
    .p_sec01__ttl span {
        width: 70px;
        padding: 2px 4px;
        font-size: 15px;
    }
}

.p_sec01__list {
    margin: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.p_sec01__card {
    margin-bottom: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 390px;
}
.p_sec01__card:not(:last-child):after {
    position: absolute;
    top: 100px;
    right: -15px;
    transform: translateX(100%);
    content: '';
    width: 20px;
    height: 34px;
    background: url('../images/icon-arrow.png') center / contain no-repeat;
}
.p_sec01__card_img {
    position: relative;
}
.p_sec01__card_img_label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 68px;
    padding: 4px 8px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
}
.p_sec01__card_body {
    flex-grow: 1;
    padding: 10px 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
}
.p_sec01__card_body_ttl {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
    color: #1184ca;
    border-bottom: 1px solid;
}
.p_sec01__card_body_txt {
    margin-top: 10px;
    font-weight: 600;
}
@media only screen and (max-width: 736px) {
    .p_sec01__card {
        width: 48%;
    }
    .p_sec01__card:not(:last-child):after {
        position: absolute;
        top: 44%;
        right: 1%;
        width: 10%;
        height: 17%;
    }
    .p_sec01__card_img {
        padding-bottom: 15px;
    }
    .p_sec01__card_img_label {
        width: 100%;
        padding: 0;
        font-size: 12px;
        line-height: 15px;
    }
    .p_sec01__card_body {
        padding: 5px 10px;
    }
    .p_sec01__card_body_ttl {
        font-size: 15px;
        line-height: 1.7;
        text-align: center;
        color: #1184ca;
        border-bottom: 1px solid;
    }
    .p_sec01__card_body_txt {
        font-size: 15px;
        margin-top: 5px;
        line-height: 1.5 !important;
    }
}

.p_sec01__caption {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.2 !important;
}
@media only screen and (max-width: 736px) {
    .p_sec01__caption {
        margin-top: 4px;
        font-size: 10px;
    }
}

.p_sec01__caption small {
    font-size: 100%;
}

/* Section 4 */
.f_sec04 .l_wrapper {
    /* padding-bottom: 70px; */
}

.p_sec04__wrap {
    margin-bottom: 48px;
    background: #f2f9fd;
    padding: 20px 50px;
}

.p_sec04__wrap .slick-arrow {
    width: 60px;
    height: 60px;
    top: 137px;
    transform: none;
    z-index: 1;
}

.p_sec04__wrap .slick-arrow::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/slider-arrow.svg) no-repeat center center/cover;
}

.p_sec04__wrap .slick-prev {
    left: -30px;
}

.p_sec04__wrap .slick-next {
    right: -30px;
}

.p_sec04__wrap .slick-prev::before {
    transform: scale(-1, 1);
}

.p_sec04__list {
    background: #fff;
    padding: 20px;
}

.p_sec04__step {
    width: 235px;
    margin-right: 20px;
    position: relative;
}

.p_sec04__step:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 14px #0085ce;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    transform: rotate(-90deg);
    top: 70px;
    right: -20px;
}

.p_sec04__head {
    border-bottom: 1px solid #0185cf;
    color: #0185cf;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
}
.p_sec04__head small {
    font-size: 16px;
    margin-right: -1em;
    margin-bottom: 4px;
}

.p_sec04__head span {
    background-color: #0185cf;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin-right: 6px;
    text-align: center;
    vertical-align: top;
    width: 30px;
    font-size: 18px;
}

p.p_sec04__txt {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

p.p_sec04__txt .small {
    display: block;
    font-size: 0.8em;
}

.f_sec04 .p_content__ttl {
    margin-bottom: 40px;
}

.p_sec04__box {
    margin-top: 50px;
    background-color: #e8e8e8;
    padding: 15px 30px 30px;
}

.p_sec04__ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 24px;
    text-align: center;
}

.p_sec04__tbl {
    background-color: #fff;
    border-left: none;
    border-top: none;
    margin: 0;
}

.p_sec04__tbl tr {
    border-bottom: 1px dashed #aaa;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
}

.p_sec04__tbl tr:first-child {
    border-top: 10px solid #fff;
}

.p_sec04__tbl tr:last-child {
    border-bottom: 5px solid #fff;
}

.p_sec04__tbl th,
.p_sec04__tbl td {
    background-color: #fff;
    border: none;
    font-size: 16px;
    padding: 15px;
    vertical-align: top;
}

.p_sec04__tbl th {
    width: 160px;
    text-align: center;
}

.p_sec04__tbl td {
    padding-right: 0;
}

.p_sec04__tbl td small {
    font-size: 14px;
}

.p_sec04__tbl ul {
    width: 100%;
}

.p_sec04__tbl ul li {
    display: block;
    padding-left: 18px;
    position: relative;
}

.p_sec04__tbl ul li:before {
    background-color: #000;
    border-radius: 50%;
    content: '';
    height: 3px;
    left: 6px;
    position: absolute;
    top: 10px;
    width: 3px;
}

/* section 06
------------------------------------------------------ */
@media only screen and (max-width: 736px) {
    .p_sec06 {
        padding-left: 19px;
        padding-right: 19px;
    }
}

.p_sec06__ttl {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
}
@media only screen and (max-width: 736px) {
    .p_sec06__ttl {
        font-size: 21px;
    }
}

.p_sec06__row {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.p_sec06__row + * {
    margin-top: 40px !important;
}
.p_sec06__col_txt {
    padding: 4px 9px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5 !important;
    color: #0085ce;
    border: 1px solid;
}
@media only screen and (max-width: 736px) {
    .p_sec06__row {
        margin-top: 20px;
        gap: 13px;
        flex-wrap: wrap;
    }
    .p_sec06__row + * {
        margin-top: 20px !important;
    }
    .p_sec06__col {
        width: 40%;
    }
    .p_sec06__col_txt {
        padding: 1px 4px;
        font-size: 15px;
    }
}

/* Section 6 */
.p_sec06__box {
    background-color: #f1f9fc;
    padding: 30px 50px;
}

.p_sec06__tbl {
    background-color: #fff;
    margin: 0 auto 5px;
}

.p_sec06__tbl th,
.p_sec06__tbl td {
    font-size: 20px;
    font-weight: 700;
    padding: 14px 0;
    text-align: center;
    vertical-align: middle;
}
.p_sec06__tbl th:nth-child(1),
.p_sec06__tbl td:nth-child(1) {
    width: 60%;
}

.p_sec06__tbl th {
    background-color: #0085ce;
    color: #fff;
}

.p_sec06__note {
    font-size: 16px;
    text-align: right;
}

.p_sec06__table_note {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

/*----------------------------------------------
	Media
---------------------------------------------*/
@media only screen and (max-width: 1220px) {
    /* .l_wrapper { width: 100%; } */
}
@media only screen and (max-width: 736px) {
    .wrapper {
        min-width: 100%;
    }
    .l_wrapper,
    .l_wrapper.l_wrapper-secondary {
        max-width: 100%;
        padding: 0;
        padding-bottom: 30px;
    }
    .l_wrapper p.p_sec__last2 {
        margin-bottom: 28px;
    }
    .f_sec04 .l_wrapper {
        /* padding-bottom: 0; */
        padding-bottom: 30px;
    }
    .p_sec {
        max-width: 100%;
    }
    .p_sec__block {
        min-height: 0;
        padding-bottom: 0;
        padding-left: 0;
    }
    .p_sec__block.one {
        padding-bottom: 0;
    }
    .p_sec__block img {
        left: auto;
        position: relative;
        top: auto;
        width: 100%;
    }
    .p_sec__wrap {
        padding: 25px 19px 30px;
    }
    .p_sec__block.one .p_sec__wrap {
        padding-bottom: 25px;
        padding-top: 5px;
    }
    .p_sec__block.two .p_sec__wrap {
        padding-top: 5px;
    }
    .p_sec__img.one {
        padding-left: 19px;
    }
    .p_sec__img.two {
        padding-right: 19px;
    }
    .p_sec__head {
        font-size: 21px;
        letter-spacing: normal;
        line-height: 1.5;
        padding-bottom: 15px;
    }
    .p_sec__head span {
        display: none;
    }
    .p_sec__block.two .p_sec__head {
        text-align: right;
    }
    .l_wrapper p.p_sec__txt {
        line-height: 1.7;
    }
    .p_sec04__wrap {
        display: none;
    }
    .p_sec04__list {
        display: flex;
        flex-direction: column;
        gap: 26px;
        margin: 0 32px 20px;
        padding: 0;
    }
    .p_sec04__step {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0;
    }
    .p_sec04__step:not(:last-child)::after {
        display: none;
    }
    .p_sec04__step img {
        order: 1;
        width: 38.6%;
    }
    .p_sec04__head {
        order: 0;
        width: 100%;
        margin: 0 0 20px;
        font-size: 18px;
    }
    .p_sec04__head small {
        font-size: 12px;
    }
    p.p_sec04__txt {
        order: 2;
        width: 58.2%;
    }
    .p_sec04__ttl {
        font-size: 16px;
        padding-bottom: 14px;
        letter-spacing: 0;
    }
    .p_sec04__box {
        margin-top: 30px;
        /* border-bottom: 30px solid #fff; */
        margin-left: 10px;
        margin-right: 10px;
        padding: 13px 9px 20px;
        width: auto;
    }
    .p_sec04__tbl tr {
        border-left: 13px solid #fff;
        border-right: 13px solid #fff;
    }
    .p_sec04__tbl tr:first-child {
        border-top: none;
    }
    .p_sec04__tbl tr:last-child {
        border-bottom: none;
    }
    .p_sec04__tbl th,
    .p_sec04__tbl td {
        font-size: 13px;
        padding: 10px 5px;
    }
    .p_sec04__tbl th {
        min-width: auto;
        padding-left: 4px;
        padding-right: 4px;
        width: 60px;
    }
    .p_sec04__tbl td {
        padding-right: 0;
    }
    .p_sec04__tbl td small {
        font-size: 11px;
    }
    .p_sec04__tbl ul li {
        padding-left: 15px;
    }
    .p_sec04__tbl ul li:before {
        top: 8px;
    }
    .p_sec06__box {
        margin: 0 10px 30px;
        padding: 10px 9px 5px;
    }
    .p_sec06__tbl {
        margin-bottom: 7px;
    }
    .p_sec06__tbl th,
    .p_sec06__tbl td {
        font-size: 13px;
    }
    .p_sec06__note {
        font-size: 13px;
    }
    .p_sec06__table_note {
        font-size: 13px;
    }
}

.dl-qa {
    margin: 0 auto 10px;
    max-width: 100%;
    padding: 0 50px;
}

.dl-qa dt {
    background: linear-gradient(180deg, rgb(247, 247, 247) 0%, rgb(249, 249, 249) 46%, rgb(240, 240, 240) 51%, rgb(247, 247, 247) 100%);
    border: #d6d6d6 1px solid;
    font-size: 20px;
    line-height: 40px;
    margin-top: 10px;
    /* padding: 15px 20px; */
    padding: 15px 70px 15px 20px;
}

.dl-qa dt div {
    background: url('../images/icon-q.jpg') no-repeat;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 50px;
    padding-left: 70px;
    line-height: 1.5;
}

.dl-qa dd {
    background: url('../images/icon-a.jpg') no-repeat #fff;
    font-size: 18px;
    background-position: 20px 15px;
    border: #d6d6d6 1px solid;
    border-top: none;
    /* padding: 20px 70px 20px 90px; */
    padding: 20px 20px 20px 90px;
    line-height: 1.8;
}

.accT {
    position: relative;
    cursor: pointer;
}

.accT:after {
    content: url('../images/icon-open.png');
    position: absolute;
    right: 20px;
    top: 20px;
}

.accT.open:after {
    content: url('../images/icon-close.png');
}

@media only screen and (max-width: 736px) {
    br.pcnone {
        display: inline !important;
    }
    .dl-qa {
        width: auto;
        padding: 0;
        margin: 0 32px;
        margin-bottom: 0;
    }
    .dl-qa dt {
        font-size: 18px;
        line-height: 1.5;
        /* padding: 9px 35px 13px 10px; */
        padding: 10px 40px 10px 10px;
        background-color: #fafafa;
    }
    .dl-qa dt div {
        background-image: url('../images/icon-q-sp.jpg');
        min-height: 30px;
        padding-left: 40px;
        padding-top: 4px;
        /* line-height: 1.2; */
        line-height: 1.5;
    }
    .dl-qa dd {
        background-image: url('../images/icon-a-sp.jpg');
        background-position: 10px 9px;
        font-size: 16px;
        /* padding: 10px 25px 10px 50px; */
        padding: 10px 10px 10px 50px;
        /* line-height: 1.5; */
        line-height: 1.7;
    }
    .accT:after {
        content: url('../images/icon-open-sp.png');
        right: 10px;
        top: 13px;
        width: auto;
        height: auto;
    }
    .accT.open:after {
        content: url('../images/icon-close-sp.png');
    }
    .f_sec07 .l_wrapper {
        padding-bottom: 30px;
    }
} /*# sourceMappingURL=page-prp_zeppeki.css.map */
