/*-----------------------------*/
/*--------------NEW TOP---------------*/

.menu_first {
    display: flex;
    justify-content: space-between;
    padding-right: 1em;
    margin: .5em 0;
}

.menu_second {
    display: flex;
    justify-content: space-between;
    padding-left: 1em;
    margin: .5em 0;
}

#line2 {
    border-right: 1px solid #000;
}

.global_menu ul {
    margin: 20px 20px 20px 0;
}

.global_menu li {
    padding: 0 .8em;
}

@media screen and (max-width: 959px) {
    /* 959px以下に適用されるCSS（タブレット用） */

    .menu_first {
        display: flex;
        flex-direction: column;
        padding-right: 0;
        margin: 0;
    }

    .menu_second {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin: 0;
    }

    .global_menu ul {
        margin: 0;
    }

    .global_menu li {
        padding: 20px 0;
    }
}

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

    /* 559px以下に適用されるCSS（スマホ用） */
    .global_menu li {
        padding: 10px 0;
    }
}

/*-----------------------------*/

.newtop_content {
    background-color: #fffc19;
    background-size: auto;
    text-align: center;
}

/*スライダー*/
.newtop_ttl1 {
    text-align: center;
    font-size: 15em;
    font-weight: bold;
    line-height: .8em;
}

#tt {
    letter-spacing: -.1em;
}

.newtop_ttl2 {
    text-align: center;
    font-size: 2.5em;
}

.newtop_flowing {
    padding: 100px 0 120px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    font-family: 'Arial';
}

.newtop_ttl {
    margin-bottom: 5px;
    text-align: center;
    font-size: 15em;
    line-height: 1em;
    font-weight: bold;
    display: inline-block;
    padding-left: 100%;
    white-space: nowrap;
    animation: scrollSample01 20s linear infinite;
}

@keyframes scrollSample01 {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

#ast_box1 {
    position: relative;
    top: 0;
    left: 0;
}

#ast_box2 {
    position: relative;
    top: 0;
    left: 0;
}

#asterisk1 {
    position: absolute;
    font-family: 'YuGothic';
    top: .25em;
    left: -.24em;
}

#asterisk2 {
    position: absolute;
    font-family: 'YuGothic';
    top: .25em;
    left: -.24em;
}

@media screen and (max-width: 959px) {
    /* 959px以下に適用されるCSS（タブレット用） */

    /*スライダー*/
    .newtop_ttl1 {
        font-size: 12em;
    }

    .newtop_ttl2 {
        font-size: 2em;
    }

    .newtop_flowing {
        padding: 100px 0;
    }

    .newtop_ttl {
        font-size: 12em;
    }
}

@media screen and (max-width: 559px) {
    /* 559px以下に適用されるCSS（スマホ用） */

    /*スライダー*/
    .newtop_ttl1 {
        font-size: 5.5em;
    }

    .newtop_ttl2 {
        font-size: 1.5em;
    }

    .newtop_flowing {
        padding: 30px 0;
    }

    .newtop_ttl {
        margin-bottom: 0;
        font-size: 5.5em;
    }
}

/*NEW TOP images*/
.newtop_middle {
    display: inline-block;
}

.newtop_catch {
    display: flex;
    border: solid 5px #000;
}

.newtop_catch a {
    color: #000;
}

.newtop_imgbox1 {
    position: relative;
    top: 0;
    left: 0;
    width: 510px;
    height: 510px;
    overflow: hidden;
}

#newtop_imgL {
    width: 510px;
    height: 510px;
    background-color: #fff;
    padding: 0 80px;
    transition: 1s all;
}

#newtop_imgL:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
}

#newtop_leadL {
    position: absolute;
    top: 0;
    left: 10px;
    padding-top: 10px;
}

.nemtop_imgbox2 {
    display: flex;
    flex-direction: column;
}

.newtop_imgRTbox {
    width: 505px;
    height: 255px;
    overflow: hidden;
    border-left: solid 5px #000;
    position: relative;
    top: 0;
    left: 0;
}

#newtop_imgRT {
    object-fit: cover;
    object-position: bottom;
    width: 505px;
    height: 255px;
    transition: 1s all;
}

#newtop_imgRT:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
}

#newtop_leadRT {
    position: absolute;
    top: 0;
    left: 10px;
    object-position: 100% 100%;
    padding-top: 10px;
}

.newtop_imgRBbox {
    width: 505px;
    height: 255px;
    overflow: hidden;
    border-left: solid 5px #000;
    border-top: solid 5px #000;
    position: relative;
    top: 0;
    left: 0;
}

#newtop_imgRB {
    background-color: #fff;
    object-position: 100% 0;
    width: 505px;
    height: 255px;
    object-fit: cover;
    transition: 1s all;
}

#newtop_imgRB:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
}

#newtop_leadRB {
    position: absolute;
    top: 0;
    left: 10px;
    padding-top: 10px;
}

@media screen and (max-width: 959px) {
    /* 959px以下に適用されるCSS（タブレット用） */

    .newtop_imgbox1 {
        width: 40vw;
        height: 40vw;
    }

    #newtop_imgL {
        width: 40vw;
        height: 40vw;
        padding: 0 40px;
    }

    #newtop_imgL:hover {
        transform: none;
        transition: unset;
    }

    #newtop_leadL {
        top: 0vw;
        left: 1vw;
    }

    .newtop_imgRTbox {
        width: 40vw;
        height: 20vw;
    }

    #newtop_imgRT {
        width: 40vw;
        height: 20vw;
        transition: unset;
    }

    #newtop_imgRT:hover {
        transform: none;
        transition: unset;
    }

    #newtop_leadRT {
        top: 0;
        left: 1vw;
        text-shadow:
            1px 1px 0px #fff,
            -1px 1px 0px #fff,
            1px -1px 0px #fff,
            -1px -1px 0px #fff,
            1px 0px 0px #fff,
            0px 1px 0px #fff,
            -1px 0px 0px #fff,
            0px -1px 0px #fff;
    }

    .newtop_imgRBbox {
        width: 40vw;
        height: 20vw;
    }

    #newtop_imgRB {
        width: 40vw;
        height: 20vw;
        transition: unset;
    }

    #newtop_imgRB:hover {
        transform: none;
        transition: unset;
    }

    #newtop_leadRB {
        top: 0vw;
        left: 1vw;
    }
}

@media screen and (max-width: 559px) {
    /* 559px以下に適用されるCSS（スマホ用） */

    .newtop_catch {
        border: solid 3px #000;
    }

    #newtop_imgL {
        padding: 0 20px;
    }

    #newtop_leadL {
        left: 1vw;
        padding-top: 5px;
        line-height: .8em;
        font-size: .8em;
        letter-spacing: -.1em;
    }

    .newtop_imgRTbox {
        border-left: solid 3px #000;
    }

    #newtop_leadRT {
        left: 1vw;
        padding-top: 5px;
        line-height: .8em;
        font-size: .8em;
        letter-spacing: -.1em;
    }

    .newtop_imgRBbox {
        border-left: solid 3px #000;
        border-top: solid 3px #000;
    }

    #newtop_leadRB {
        left: 1vw;
        padding-top: 5px;
        line-height: .8em;
        font-size: .8em;
        letter-spacing: -.1em;
    }
}

/*NEW TOP intro*/
.newtop_intro {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 0;
}

.newtop_unit {
    text-align: center;
}

.newtop_introbox {
    display: inline-block;
}

#newtop_introboxC {
    border-right: solid 5px #000;
    border-left: solid 5px #000;
    padding-top: 50px;
    width: 300px;
}

#newtop_introboxL,
#newtop_introboxR {
    padding-top: 50px;
    width: 250px;
}

.newtop_nam {
    font-size: 10em;
    text-align: center;
    line-height: 1em;
}

.newtop_date {
    text-align: center;
    white-space: nowrap;
    font-size: 1.3em;
    padding: 20px 0 10px;
}

.newtop_introtxt {
    text-align: center;
    font-size: 1.3em;
    line-height: 1.6em;
    padding-top: 15px;
}

@media screen and (max-width: 959px) {
    /* 959px以下に適用されるCSS（タブレット用） */

    .newtop_intro {
        max-width: 640px;
        padding: 40px 0;
    }

    .newtop_nam {
        font-size: 8em;
    }

    #newtop_introboxC {
        width: 240px;
    }

    #newtop_introboxL,
    #newtop_introboxR {
        width: 200px;
    }

    .newtop_date {
        padding: 30px 0 0;
    }

    .newtop_introtxt {
        font-size: 1em;
        padding-top: 1em;
    }
}

@media screen and (max-width: 559px) {
    /* 559px以下に適用されるCSS（スマホ用） */

    .newtop_intro {
        max-width: 280px;
        padding: 20px 0;
    }

    .newtop_nam {
        font-size: 4em;
    }

    #newtop_introboxC {
        border-right: solid 3px #000;
        border-left: solid 3px #000;
        padding-top: 10px;
        width: 90px;
    }

    #newtop_introboxL,
    #newtop_introboxR {
        padding-top: 10px;
        width: 90px;
    }

    .newtop_date {
        font-size: 1em;
        padding: 10px 0 10px;
        line-height: 1em;
    }

    .newtop_introtxt {
        font-size: 1em;
        padding-top: 1em;
    }

    .newtop_phone {
        text-align: center;
        margin: 0 20px;
        padding-bottom: 50px;
    }

    .newtop_phone li {
        display: inline-block;
        padding-bottom: 10px;
    }

    .newtop_phone_date {
        font-weight: bold;
    }
}

/*-----------------------------*/
/*-----------------------------*/
/*--------------FOTO7---------------*/

/*FOTO7 ロゴ*/
.logo_foto7 {
    width: 150px;
    height: auto;
    line-height: 1.2;
    text-align: center;
}

.logo_foto7_img {
    display: inline-block;
    width: 95%;
    padding: 0 5px;
}

.logo_foto7_txt {
    color: #000;
    font-size: .76em;
    text-align: center;
    display: inline;
    white-space: nowrap;
    width: 150px;
}

_:lang(x) + _:-webkit-full-screen-document,
.logo_foto7_txt {
    font-size: .74em;
    white-space: nowrap;
}

.win.logo_foto7_txt {
    font-size: .74em;
    white-space: nowrap;
}

.logo_foto7_txt a {
    font-weight: 600;
    color: #000;
}

/*メニュー*/
.global_menu ul {
    margin: 25px 45px 25px 0;
}

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

    /* 959px以下に適用されるCSS（タブレット用） */
    .logo_foto7 {
        width: 20%;
        margin: auto 0;
    }

    .logo_foto7_txt {
        font-size: .74em;
    }
}

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

    /* 559px以下に適用されるCSS（スマホ用） */
    .logo_foto7 {
        min-width: 32%;
        margin: auto 0;
        text-align: center;
        line-height: .8;
    }

    .logo_foto7_img {
        width: 76%;
        padding: 3% 6% 0;
    }

    .logo_foto7_txt {
        font-size: .7em;
        padding-left: 0em;
    }

    .header_group {
        padding: 0;
        height: 80px;
    }

    /*ハンバーガー*/
    .hamburger {
        top: 25px;
        right: 10px;
    }
}

/*--------------FOTO7 slider---------------*/

.foto7slider_content {
    background-color: #fffc19;
    background-size: auto;
    text-align: center;
}

/*スライダー*/
.foto7_slider {
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 80px;
}

.foto7slider_img {
    max-width: 100%;
}

@media screen and (max-width: 959px) {
    /* 959px以下に適用されるCSS（タブレット用） */

    /*スライダー*/
    .foto7_slider {
        padding-bottom: 50px;
    }
}

/*--------------FOTO7 フォトナナとは---------------*/

.foto7intro_content {
    background-color: #fffc19;
    background-size: auto;
    text-align: center;
}

/*FOTO7 価格表示*/
.foto7intro_pricearea {
    display: inline-block;
    margin: 80px auto 0;
}

.foto7intro_price {
    display: flex;
}

.foto7intro_pricebox {
    background-color: #fff;
    border: solid 5px #000;
    max-width: 510px;
    height: 255px;
}

#foto7intro_priceboxR {
    border-left: none;
}

.foto7intro_pricetxt {
    text-align: center;
    letter-spacing: -1px;
}

.foto7intro_num {
    font-family: 'Avenir', 'Ebrima';
}

#foto7intro_pricetxtLT {
    font-size: 11em;
    margin: 40px 30px 0;
    width: 420px;
    line-height: 1em;
}

#foto7intro_pricetxtLB {
    font-size: 2.5em;
    line-height: .8em;
}

#foto7intro_pricetxtRT {
    font-size: 1.6em;
    margin: 35px 30px 0;
    width: 420px;
}

#foto7intro_pricetxtRM {
    font-size: 3.5em;
    font-weight: bold;
    margin: 15px 0 0;
}

#foto7intro_pricetxtRB {
    font-size: 2.5em;
}

@media screen and (max-width: 959px) {
    /* 959px以下に適用されるCSS（タブレット用） */

    /*FOTO7 価格表示*/
    .foto7intro_pricearea {
        margin: 30px auto;
    }

    .foto7intro_pricebox {
        max-width: 360px;
        height: 200px;
    }

    #foto7intro_pricetxtLT {
        font-size: 7em;
        margin: 40px 5px 0;
        width: 340px;
    }

    #foto7intro_pricetxtLB {
        font-size: 2em;
    }

    #foto7intro_pricetxtRT {
        font-size: 1.3em;
        margin: 30px 5px 10px;
        width: 340px;
    }

    #foto7intro_pricetxtRM {
        font-size: 2.5em;
        font-weight: bold;
        margin: 0;
    }

    #foto7intro_pricetxtRB {
        font-size: 2em;
    }
}

@media screen and (max-width: 559px) {
    /* 559px以下に適用されるCSS（スマホ用） */

    /*FOTO7 価格表示*/
    .foto7intro_pricearea {
        margin: 50px auto 20px;
    }

    .foto7intro_pricebox {
        max-width: 140px;
        height: 80px;
        border: solid 3px #000;
    }

    #foto7intro_pricetxtLT {
        font-size: 3em;
        margin: 10px 7px 0;
        width: 120px;
    }

    #foto7intro_pricetxtLB {
        font-size: 1em;
        line-height: 1em;
    }

    #foto7intro_pricetxtRT {
        font-size: .8em;
        margin: 3px 7px 0;
        width: 120px;
        line-height: 1em;
    }

    #foto7intro_pricetxtRM {
        font-size: 1em;
        line-height: 2em;
    }

    #foto7intro_pricetxtRB {
        font-size: 1em;
        line-height: 1em;
    }
}

/*FOTO7 紹介*/
.foto7intro_area {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 0 10px;
}

.foto7intro_box {
    display: inline-block;
}

#foto7intro_boxC {
    border-right: solid 5px #000;
    border-left: solid 5px #000;
    padding-top: 50px;
    width: 250px;
}

#foto7intro_boxL,
#foto7intro_boxR {
    padding-top: 50px;
    width: 250px;
}

.foto7_nam {
    font-size: 10em;
    line-height: 1em;
    text-align: center;
    font-family: 'Avenir', 'Ebrima';
}

.foto7intro_date {
    text-align: center;
    white-space: nowrap;
    font-size: 2em;
    padding: 20px 0 10px;
    width: 250px;
    margin: 0 auto;
}

.foto7intro_txt {
    text-align: center;
    font-size: 1.3em;
    line-height: 1.6em;
    padding-top: 15px;
    width: 250px;
    margin: 0 auto;
}

.foto7intro_trianglebox {
    text-align: center;
}

.foto7intro_triangle {
    display: inline-block;
    border-top: 30px solid #000;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    margin: 30px auto 0;
}

@media screen and (max-width: 959px) {
    /* 959px以下に適用されるCSS（タブレット用） */

    /*FOTO7 紹介*/
    .foto7intro_area {
        max-width: 640px;
        padding: 50px 0 10px;
    }

    #foto7intro_boxC {
        width: 200px;
    }

    #foto7intro_boxL,
    #foto7intro_boxR {
        width: 200px;
    }

    .foto7_nam {
        font-size: 8em;
    }

    .foto7intro_date {
        font-size: 1.5em;
        padding: 10px 0 0;
        width: 200px;
    }

    .foto7intro_txt {
        font-size: 1em;
        line-height: 1.6em;
        padding-top: 10px;
        width: 200px;
    }
}

@media screen and (max-width: 559px) {
    /* 559px以下に適用されるCSS（スマホ用） */

    .foto7intro_area {
        max-width: 280px;
        padding: 20px 0;
    }

    .foto7_nam {
        font-size: 4em;
    }

    #foto7intro_boxC {
        border-right: solid 3px #000;
        border-left: solid 3px #000;
        padding-top: 10px;
        width: 90px;
    }

    #foto7intro_boxL,
    #foto7intro_boxR {
        padding-top: 10px;
        width: 90px;
    }

    .foto7intro_date {
        font-size: 1em;
        padding: 10px 0 10px;
        line-height: 1em;
        width: 90px;
    }

    .foto7intro_txt {
        font-size: 1em;
        padding-top: 1em;
    }

    .foto7_phone {
        text-align: left;
        margin: 0 auto;
        max-width: 280px;
    }

    .foto7_phone li {
        display: inline-block;
        padding-bottom: 10px;
    }

    .foto7_phone_date {
        font-weight: bold;
    }

    .foto7intro_trianglebox {
        padding-bottom: 50px;
    }
}

/*--------------FOTO7 撮影エリア---------------*/

.foto7photograph_content {
    background-color: #fffc19;
    background-size: auto;
    text-align: center;
    padding: 80px 0;
}

.foto7photograph_lead {
    font-size: 1.3em;
    letter-spacing: .1em;
    margin: 50px auto;
    text-align: center;
}

/*FOTO7 MAP*/
.foto7photograph_area {
    text-align: center;
}

.foto7photograph_inner {
    display: inline-block;
}

.foto7photograph_unit {
    display: flex;
    margin-bottom: 50px;
}

.foto7photograph_border {
    border: solid 5px #000;
    width: 600px;
    height: 600px;
}

.foto7photograph_txt {
    width: 390px;
    padding-left: 28px;
}

.foto7photograph_txtT {
    text-align: center;
    font-size: 3.5em;
    padding: .5em 0;
    border-bottom: solid 1px #000;
}

.foto7photograph_txtB {
    font-size: 1.3em;
    line-height: 2em;
    letter-spacing: .1em;
    padding-top: 1.2em;
}

@media screen and (max-width: 959px) {
    /* 959px以下に適用されるCSS（タブレット用） */

    .foto7photograph_content {
        padding: 50px 0;
    }

    .foto7photograph_lead {
        font-size: 1em;
        line-height: 1.6em;
    }

    /*FOTO7 MAP*/
    .foto7photograph_border {
        width: 400px;
        height: 400px;
    }

    .foto7photograph_txt {
        width: 250px;
    }

    .foto7photograph_txtT {
        font-size: 3em;
    }

    .foto7photograph_txtB {
        font-size: 1em;
        line-height: 1.8em;
    }
}

@media screen and (max-width: 559px) {
    /* 559px以下に適用されるCSS（スマホ用） */

    .foto7photograph_content {
        padding: 0;
    }

    .foto7photograph_lead {
        margin: 30px 20px 0;
        text-align: left;
    }

    .foto7photograph_unit {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }

    .foto7photograph_txt {
        font-size: 1em;
        line-height: 1.6em;
        padding-left: 0;
        margin: 30px auto;
    }

    /*FOTO7 MAP*/
    .foto7photograph_border {
        border: solid 3px #000;
        width: 90vw;
        height: 90vw;
    }
}

/*FOTO7 other*/
.foto7other_area {
    display: inline-block;
    margin: 80px auto;
}

.foto7other_unit {
    display: flex;
}

.foto7other_box {
    background-color: #fff;
    width: 480px;
    height: 160px;
    border: solid 5px #000;
}

#foto7other_boxR {
    margin-left: 30px;
}

.foto7other_txt {
    letter-spacing: -1px;
    line-height: 2em;
}

#foto7other_txtLT {
    font-size: 25px;
    margin-bottom: 10px;
}

#foto7other_txtLB {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    padding-left: 1em;
}

#foto7other_num {
    font-size: 100px;
    font-family: 'Avenir', 'Ebrima';
}

#foto7other_txtRT {
    font-size: 90px;
    text-align: center;
    margin: 30px 0 .05em;
    line-height: 1em;
}

#foto7other_txtRB {
    font-size: 1.5em;
    text-align: right;
    line-height: 1em;
}

@media screen and (max-width: 959px) {
    /* 959px以下に適用されるCSS（タブレット用） */

    /*FOTO7 other*/
    .foto7other_area {
        display: inline-block;
        margin: 50px auto 0;
    }

    .foto7other_box {
        width: 350px;
        height: 130px;
    }

    #foto7other_boxR {
        margin-left: 20px;
    }

    #foto7other_txtLT {
        font-size: 1.3em;
        margin-bottom: 15px;
    }

    #foto7other_txtLB {
        font-size: 2em;
    }

    #foto7other_num {
        font-size: 3em;
    }

    #foto7other_txtRT {
        font-size: 4.5em;
        margin: 30px 0 .1em;
    }

    #foto7other_txtRB {
        font-size: 1em;
    }
}

@media screen and (max-width: 559px) {
    /* 559px以下に適用されるCSS（スマホ用） */

    /*FOTO7 other*/
    .foto7other_area {
        margin: 50px auto;
    }

    .foto7other_box {
        width: 136px;
        height: 60px;
        border: solid 3px #000;
    }

    #foto7other_boxR {
        margin-left: 4px;
    }

    #foto7other_txtLT {
        font-size: .77em;
        margin-bottom: 1em;
        letter-spacing: -.15em;
    }

    #foto7other_txtLB {
        font-size: 1em;
        line-height: 1em;
    }

    #foto7other_num {
        font-size: 3em;
    }

    #foto7other_txtRT {
        font-size: 1.9em;
        margin: .55em 0 .05em;
        line-height: 1em;
        letter-spacing: .-1em;
    }

    #foto7other_txtRB {
        font-size: .77em;
        margin: 0;
        line-height: 1em;
        letter-spacing: .-15em;
    }
}


/*--------------FOTO7 撮影シーン---------------*/

.foto7type_content {
    background-color: #f3f3f3;
    background-size: auto;
    text-align: center;
    padding: 80px 0;
    position: relative;
}

.foto7type_area {
    display: inline-block;
}

.foto7type_area_phone {
    display: none;
}

.foto7type_unittop {
    display: flex;
    margin: 60px 0 30px;
}

.foto7type_imgT {
    object-fit: cover;
    width: 600px;
    height: 440px;
}

.foto7type_txtT {
    width: 380px;
    padding-left: 50px;
    letter-spacing: .1em;
}

.foto7type_txtTT {
    text-align: center;
    font-size: 1.5em;
    line-height: 1em;
    padding-bottom: .5em;
    font-weight: bold;
}

.foto7type_txtTB {
    text-align: center;
    font-size: 1em;
    line-height: 2em;
}

.foto7type_unitbottom {
    display: flex;
    margin-bottom: 60px;
}

#foto7type_boxM {
    margin: 0 50px;
}

.foto7type_img {
    object-fit: cover;
    width: 300px;
    height: 220px;
}

.foto7type_txtB {
    letter-spacing: .1em;
}

.foto7type_txtBT {
    text-align: center;
    font-size: 1.5em;
    line-height: 1em;
    padding-bottom: .5em;
    font-weight: bold;
}

.foto7type_txtBB {
    text-align: center;
    font-size: 1em;
    line-height: 2em;
}

/*スライダー*/
.prev_7,
.next_7 {
    margin: auto 0;
}

@media screen and (max-width: 959px) {
    /* 959px以下に適用されるCSS（タブレット用） */

    .foto7type_imgT {
        width: 420px;
        height: 308px;
    }

    .foto7type_txtT {
        width: 280px;
        padding-left: 40px;
    }

    .foto7type_img {
        width: 210px;
        height: 154px;
    }
}

@media screen and (max-width: 559px) {
    /* 559px以下に適用されるCSS（スマホ用） */

    .foto7type_content {
        padding: 50px 0;
    }

    .foto7type_area {
        display: none;
    }

    .foto7type_area_phone {
        display: block;
        display: flex;
        justify-content: space-between;
    }

    .foto7type_img {
        width: 252px;
        height: 184.8px;
        margin: 50px auto 10px;
    }

    .foto7type_txtB {
        width: 252px;
        margin: 0 auto;
    }

    .foto7type_txtBT {
        font-size: 1.3em;
    }

    /*スライダー*/
    .prev_7 {
        position: absolute;
        top: 220px;
        left: 5px;
        z-index: 10;
    }

    .next_7 {
        position: absolute;
        top: 220px;
        right: 5px;
        z-index: 10;
    }
}

/*--------------FOTO7 ご利用の流れ---------------*/

.foto7process_content {
    background-color: #fffc19;
    background-size: auto;
    text-align: center;
    padding: 80px 0;
}

/*FOTO7 撮影前・撮影中と撮影後*/
.foto7process_ttlbox {
    background-color: #fff;
    border: solid 5px #000;
    max-width: 900px;
    height: 100px;
    margin: 80px auto 0;
}

.foto7process_ttl {
    font-size: 2em;
    text-align: center;
    line-height: 100px;
}

.foto7process_area {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 0 10px;
}

.foto7process_unit {
    display: inline-block;
}

.foto7process_box {
    text-align: center;
}

#foto7process_boxTC,
#foto7process_boxBC {
    border-right: solid 5px #000;
    border-left: solid 5px #000;
    padding-top: 30px;
    width: 300px;
}

#foto7process_boxTL,
#foto7process_boxTR,
#foto7process_boxBL,
#foto7process_boxBR {
    padding-top: 30px;
    width: 250px;
}

.foto7process_imgT {
    width: auto;
    height: 120px;
}

.foto7process_imgB {
    width: auto;
    height: 80px;
    margin: 20px 0;
}

#foto7process_imgBC {
    width: auto;
    height: 120px;
    margin: 0;
}

.foto7process_date {
    text-align: center;
    white-space: nowrap;
    font-size: 2em;
    padding: 20px 0 10px;
}

.foto7process_date_phone {
    display: none;
}

.foto7process_txt {
    text-align: center;
    font-size: 1.3em;
    line-height: 1.6em;
    padding-top: 15px;
    width: 250px;
    margin: 0 auto;
}

/*注意事項*/
.foto7process_note {
    max-width: 900px;
    font-size: .8em;
    line-height: 2.3em;
    margin: 80px auto 50px;
}

.foto7process_note p {
    font-size: .8em;
}

.foto7process_note ol {
    list-style-type: decimal;
    padding-left: 1.3em;
}

@media screen and (max-width: 959px) {
    /* 959px以下に適用されるCSS（タブレット用） */

    /*FOTO7 撮影前・撮影中と撮影後*/
    .foto7process_ttlbox {
        max-width: 640px;
        height: 80px;
    }

    .foto7process_ttl {
        font-size: 1.5em;
        line-height: 80px;
    }

    .foto7process_area {
        max-width: 640px;
        margin: 0 auto;
        padding: 50px 0 0;
    }

    #foto7process_boxTC,
    #foto7process_boxBC {
        width: 200px;
    }

    #foto7process_boxTL,
    #foto7process_boxTR,
    #foto7process_boxBL,
    #foto7process_boxBR {
        width: 200px;
    }

    .foto7process_imgT {
        width: auto;
        height: 100px;
    }

    .foto7process_imgB {
        width: auto;
        height: 60px;
        margin: 20px 0;
    }

    #foto7process_imgBC {
        width: auto;
        height: 100px;
        margin: 0;
    }

    .foto7process_date {
        font-size: 1.5em;
        padding: 10px 0 0;
        width: 200px;
    }

    .foto7process_txt {
        font-size: 1em;
        line-height: 1.6em;
        padding-top: 10px;
        width: 200px;
    }

    /*注意事項*/
    .foto7process_note {
        max-width: 640px;
    }
}

@media screen and (max-width: 559px) {
    /* 559px以下に適用されるCSS（スマホ用） */

    .foto7process_content {
        padding: 50px 0;
    }

    /*FOTO7 撮影前・撮影中と撮影後*/
    .foto7process_ttlbox {
        border: solid 3px #000;
        max-width: 280px;
        height: 50px;
        margin: 50px auto 0;
    }

    .foto7process_ttl {
        font-size: 1.5em;
        line-height: 50px;
    }

    .foto7process_area {
        display: flex;
        flex-direction: column;
        max-width: 280px;
        margin: 0 auto;
        padding: 50px 0 10px;
    }

    .foto7process_unit {
        display: flex;
        margin-bottom: 5vw;
    }

    #foto7process_boxTC,
    #foto7process_boxBC {
        border-right: none;
        border-left: none;
        padding-top: 0;
        width: 40vw;
    }

    #foto7process_boxTL,
    #foto7process_boxTR,
    #foto7process_boxBL,
    #foto7process_boxBR {
        padding-top: 0;
        width: 40vw;
    }

    .foto7process_imgT {
        width: 15vw;
        height: auto;
        margin: auto 5vw;
    }

    .foto7process_imgB {
        width: 15vw;
        height: auto;
        margin: 5vw 5vw auto;
    }

    #foto7process_imgBC {
        width: 25vw;
        height: auto;
        margin: 5vw 0 auto;
    }

    .foto7process_date {
        display: none;
    }

    .foto7process_date_phone {
        display: block;
        line-height: 1.5em;
        font-weight: bold;
    }

    .foto7process_txt_box {
        display: flex;
        flex-direction: column;
        margin-left: 3vw;
    }

    .foto7process_txt_boxB {
        display: flex;
        flex-direction: column;
        margin: 0 0 3vw 3vw;
    }

    .foto7process_txt {
        text-align: left;
        font-size: 1em;
        width: 55vw;
        margin: 0 auto;
    }

    /*注意事項*/
    .foto7process_note {
        max-width: 280px;
        margin: 20px auto 0;
    }
}

/*--------------FOTO7 カメラマン紹介---------------*/

.foto7photographer_content {
    background-color: #f3f3f3;
    padding: 80px 0 0;
    overflow: hidden;
}

.foto7photographer_inner {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
    max-width: 900px;
}

.foto7photographer_img {
    width: 280px;
    height: auto;
    margin: 0 auto auto 0;
}

.foto7photographer_box {
    max-width: 550px;
    line-height: 0;
    padding-bottom: 30px;
}

.foto7photographer_name {
    font-size: 2em;
    color: #000;
    padding: 20px 0 50px;
}

.foto7photographer_txt {
    width: 100%;
    font-size: 1em;
    letter-spacing: .1em;
    line-height: 2em;
    padding: 0;
}

@media screen and (max-width: 959px) {
    /* 959px以下に適用されるCSS（タブレット用） */

    .foto7photographer_content {
        padding: 80px 0 30px;
    }

    .foto7photographer_inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    .foto7photographer_img {
        width: 30%;
        margin: 0 auto;
    }

    .foto7photographer_box {
        margin: 0 auto;
        line-height: 0;
    }

    .foto7photographer_name {
        text-align: center;
        padding-bottom: 1.5em;
    }
}

@media screen and (max-width: 559px) {
    /* 559px以下に適用されるCSS（スマホ用） */

    .foto7photographer_content {
        padding: 50px 0 0;
    }

    .foto7photographer_inner {
        margin: 0 auto;
        line-height: 2em;
    }

    .foto7photographer_img {
        width: 60%;
        padding-left: 0;
    }

    .foto7photographer_box {
        width: 95%;
        margin: 0 auto;
    }

    .foto7photographer_name {
        font-size: 1.3em;
        line-height: 2em;
        font-weight: 600;
    }
}

/*--------------FOTO7 運営---------------*/
.access_logo {
    margin: 3% auto 0;
}

@media screen and (max-width: 559px) {
    /* 559px以下に適用されるCSS（スマホ用） */

    .access_logo {
        width: 60%;
        margin: 10% auto 0;
    }
}

/*-----------------------------*/
/*-----------------------------*/
/*--------------GRAPHIC DESIGN---------------*/
.gd {
    background: #fffc19;
    background-size: auto;
    padding: 7% 0 0;
    z-index: 1;
}

.gd_inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
}

.gd_circle {
    z-index: 3;
    width: 35%;
    height: auto;
    position: relative;
    top: 305px;
    right: 146px;
}

.circle_imgG {
    position: relative;
    z-index: 3;
}

/*背景 円*/
.circle_G {
    position: absolute;
    border-radius: 50%;
    background: #f3f3f3;
    z-index: 2;
    width: 465px;
    height: 465px;
    top: -90px;
    right: -23px;
}

.gd_box {
    position: relative;
    z-index: 5;
    width: 50%;
    margin: 4% 4% 0 auto;
}

#gd_back_ttl {
    line-height: .8em;
}

.gd_message {
    position: relative;
    font-size: 2.5em;
    font-weight: 500;
    margin: 280px 0 40px;
    line-height: 1.8em;
    letter-spacing: .1em;
}

.gd_lead {
    position: relative;
    font-size: 1em;
    color: #000;
    letter-spacing: .1em;
    line-height: 1.8em;
    margin-bottom: 80px;
}

@media screen and (max-width: 959px) {
    /* 959px以下に適用されるCSS（タブレット用） */

    .gd {
        padding: 25% 0 0 5%;
    }

    .gd_circle {
        width: 60%;
        top: 235px;
        right: 40px;
    }

    /*背景 円*/
    .circle_G {
        width: 50vw;
        height: 50vw;
        top: -8vw;
        left: -2vw;
    }

    .gd_box {
        width: 63%;
        margin: 0 0 2% 0;
    }

    .gd_message {
        font-size: 2em;
        margin: 240px 0 20px;
    }

    .gd_lead {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 559px) {
    /* 559px以下に適用されるCSS（スマホ用） */

    .gd {
        padding: 0;
        overflow: hidden;
    }

    .gd_inner {
        display: flex;
        flex-direction: column-reverse;
        width: 95%;
        margin: 0 auto;
    }

    .gd_box {
        width: 100%;
        margin: 0;
    }

    .back_ttl {
        top: -90px;
        left: 0;
    }

    .gd_circle {
        width: 60%;
        top: 525px;
        right: -125px;
    }

    /*背景 円*/
    .circle_G {
        width: 64vw;
        height: 64vw;
        top: -13vw;
        left: -4vw;
    }

    .gd_message {
        font-size: 1.6em;
        margin: 120px 0 20px;
        letter-spacing: 0;
    }

    .gd_lead {
        line-height: 1.5;
        margin-bottom: 63%;
    }
}

/*----------作品紹介・料金（目安）---------*/
.gd-intro_content {
    background-color: #f3f3f3;
    padding: 80px 0 50px;
    overflow: hidden;
}

.gd-intro_group {
    margin: 120px auto;
    max-width: 1200px;
}

/*アイコン01~05*/
.gd-intro_item {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 200px;
}

/*背景 アイコン*/
.gd-intro_icon {
    position: absolute;
    color: #fff;
    z-index: 3;
    height: auto;
    left: 55px;
}

#gd-intro_icon01,
#gd-intro_icon02 {
    width: 140px;
    top: -5px;
}

#gd-intro_icon03 {
    width: 170px;
    top: 15px;
}

#gd-intro_icon04 {
    width: 210px;
    top: 18px;
}

#gd-intro_icon05 {
    width: 190px;
    top: 0px;
}

.gd-intro_inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 5;
}

.gd-intro_box {
    width: 50%;
    margin: 4% 4% 0 auto;
}

.gd-intro_catch {
    font-size: 2.5em;
    color: #000;
    letter-spacing: .1em;
}

.gd-intro_txt {
    width: 100%;
    font-size: 1em;
    letter-spacing: .1em;
    line-height: 1.6;
    padding-top: 30px;
}

/*料金プラン*/
.gd-intro_pricebox {
    margin-top: 40px;
}

.gd-intro_pricettl {
    border-bottom: solid 1px #000;
    padding-left: 1%;
}

.gd-intro_pricetxt {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #000;
    height: 4.5em;
}

.gd-intro_pricetxtL {
    margin: auto;
    width: 32%;
}

.gd-intro_pricetxtC {
    font-size: .8em;
    margin: 1% auto;
    width: 48%;
}

.gd-intro_pricetxtR {
    margin: auto;
    width: 20%;
    text-align: center;
}

/*画像*/
#gd-intro_overImg01,
#gd-intro_overImg02,
#gd-intro_overImg03,
#gd-intro_overImg04,
#gd-intro_overImg05 {
    position: relative;
    margin: 0 auto;
    top: 36vw;
    left: 0;
    display: inline-block;
}

.gd-intro_imgMain {
    width: 35.5vw;
    height: auto;
}

.gd-intro_imgFrameS {
    display: flex;
    justify-content: space-between;
}

.gd-intro_imgS {
    width: 11.2vw;
    height: auto;
    margin-right: .7vw;
}

.gd-intro_imgS-R {
    margin-right: 0;
}

.gd-intro_imgM {
    display: none;
}

#gd-intro_overImg01 a:hover .gd-intro_imgM,
#gd-intro_overImg02 a:hover .gd-intro_imgM,
#gd-intro_overImg03 a:hover .gd-intro_imgM,
#gd-intro_overImg04 a:hover .gd-intro_imgM,
#gd-intro_overImg05 a:hover .gd-intro_imgM {
    display: block;
    position: absolute;
    top: -27.8vw;
    left: 0;
    z-index: 999;
    width: 35.5vw;
    height: auto;
}

.gd-intro_imgFrame {
    position: absolute;
    top: -27.8vw;
}

@media screen and (max-width: 959px) {
    /* 959px以下に適用されるCSS（タブレット用） */

    .gd-intro_content {
        padding: 80px 0 0;
    }

    .gd-intro_group {
        margin: 60px auto 120px;
    }

    /*アイコン01~05*/
    .gd-intro_item {
        margin-bottom: 200px;
    }

    /*背景　アイコン*/
    .gd-intro_icon {
        left: 75px;
    }

    /*背景 アイコン*/
    #gd-intro_icon04 {
        width: 210px;
        top: 0;
    }

    #gd-intro_icon05 {
        width: 190px;
        top: -30px;
    }

    .gd-intro_inner {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .gd-intro_box {
        margin: 0 auto;
        width: 80%;
    }

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

    .gd-intro_txt {
        padding-top: 25px;
    }

    /*画像*/
    #gd-intro_overImg01,
    #gd-intro_overImg02,
    #gd-intro_overImg03,
    #gd-intro_overImg04,
    #gd-intro_overImg05 {
        top: 68vw;
        margin: 0 auto 500px;
    }

    .gd-intro_imgMain {
        width: 80vw;
    }

    .gd-intro_imgS {
        width: 25.6vw;
        margin-right: 1.8vw;
    }

    .gd-intro_imgS-R {
        margin-right: 0;
    }

    #gd-intro_overImg01 a:hover .gd-intro_imgM,
    #gd-intro_overImg02 a:hover .gd-intro_imgM,
    #gd-intro_overImg03 a:hover .gd-intro_imgM,
    #gd-intro_overImg04 a:hover .gd-intro_imgM,
    #gd-intro_overImg05 a:hover .gd-intro_imgM {
        top: -65vw;
        width: 80vw;
    }

    .gd-intro_imgFrame {
        top: -65vw;
    }
}

@media screen and (max-width: 559px) {
    /* 559px以下に適用されるCSS（スマホ用） */

    .gd-intro_group {
        margin: 100px 0 120px;
    }

    /*アイコン01~05*/
    .gd-intro_item {
        margin-bottom: 120px;
    }

    .gd-intro_item:last-child {
        margin-bottom: 0;
    }

    /*背景 アイコン*/
    .gd-intro_icon {
        left: 20px;
    }

    #gd-intro_icon01,
    #gd-intro_icon02 {
        width: 120px;
        top: -40px;
    }

    #gd-intro_icon03 {
        width: 150px;
        top: -25px;
    }

    #gd-intro_icon04 {
        width: 170px;
        top: -25px;
    }

    #gd-intro_icon05 {
        width: 160px;
        top: -30px;
    }

    .gd-intro_box {
        width: 83%;
    }

    .gd-intro_catch {
        font-size: 1.5em;
        font-weight: 600;
        text-align: left;
        padding: 0;
        margin: 0 auto 20px;
        display: inline-block;
    }

    .gd-intro_txt {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    /*料金プラン*/
    .gd-intro_table {
        overflow-x: scroll;
        white-space: nowrap;
        width: 100%;
    }

    .gd-intro_pricebox {
        width: 600px;
    }

    /*画像*/
    #gd-intro_overImg01,
    #gd-intro_overImg02,
    #gd-intro_overImg03,
    #gd-intro_overImg04,
    #gd-intro_overImg05 {
        margin: 0 auto 70vw;
        top: 70vw;
    }

    .gd-intro_imgMain {
        width: 80vw;
    }

    .gd-intro_imgS {
        width: 25vw;
        margin-right: 2.6vw;
    }

    .gd-intro_imgS-R {
        margin-right: 0;
    }

    #gd-intro_overImg01 a:hover .gd-intro_imgM,
    #gd-intro_overImg02 a:hover .gd-intro_imgM,
    #gd-intro_overImg03 a:hover .gd-intro_imgM,
    #gd-intro_overImg04 a:hover .gd-intro_imgM,
    #gd-intro_overImg05 a:hover .gd-intro_imgM {
        top: -63vw;
        width: 80vw;
    }

    .gd-intro_imgFrame {
        top: -63vw;
    }
}

/*----------制作の流れ---------*/
.gd-flow_content {
    background-color: #fffc19;
    padding-top: 80px;
    overflow: hidden;
    z-index: 5;
    position: relative;
}

.gd-flow_inner {
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
}

/*flow 01~03*/
.gd-flow_item {
    width: 90%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
}

.gd-flow_ttl {
    font-size: 2.5em;
    color: #000;
    letter-spacing: .1em;
}

.gd-flow_txt {
    width: 100%;
    font-size: 1em;
    letter-spacing: .1em;
    line-height: 2em;
    color: #000;
}

.gd-flow_txtBox {
    display: inline-block;
}

.gd-flow_txtBox a {
    color: #fff;
}

.gd-flow_txtFrex {
    display: flex;
    flex-direction: row;
}

.gd-flow_contact {
    font-size: 2.2rem;
    background-color: #0dabff;
    display: block;
    width: 20rem;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
    letter-spacing: 1px;
    font-weight: 600;
    margin-right: 1rem;
}

.gd-flow_contact:hover {
    background: #0995df;
}

#gd-flow_line {
    width: 20rem;
    height: 6rem;
    line-height: 6rem;
    border-radius: 10px;
    background-color: #000;
}

#gd-flow_line:hover {
    opacity: 0.8;
}

.black_txt3 {
    display: inline-block;
    font-size: 1.5em;
    width: 2.8em;
    height: 1.4em;
    text-align: center;
    padding: 0 0 0 .2em;
    letter-spacing: .1em;
    line-height: 1.4em;
    font-family: 'ヒラギノ角ゴシック', 'ＭＳ ゴシック';
    font-weight: 600;
    background: #000;
    color: #fff;
}

.gd-flow_img {
    width: 30%;
    height: auto;
    padding: 3%;
}

@media screen and (max-width: 959px) {
    /* 959px以下に適用されるCSS（タブレット用） */

    .gd-flow_content {
        padding: 80px 0 0;
    }

    .gd-flow_inner {
        width: 90%;
        margin: 0 auto;
    }

    /*flow 01~05*/
    .gd-flow_item {
        margin-bottom: 80px;
        width: 100%;
    }

    .gd-flow_ttl {
        text-align: left;
    }

    .gd-flow_txt {
        width: 100%;
        padding-top: 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 559px) {
    /* 559px以下に適用されるCSS（スマホ用） */

    .gd-flow_content {
        padding: 80px 0 0;
    }

    .gd-flow_inner {
        width: 95%;
        margin: 0 auto 80px;
    }

    /*flow 01~05*/
    .gd-flow_item {
        width: 100%;
        margin-bottom: 50px;
        flex-direction: column;
    }

    .gd-flow_ttl {
        font-size: 2em;
        font-weight: 600;
        text-align: left;
    }

    .gd-flow_txt {
        padding-top: 0;
        margin: 0 auto;
        width: 100%;
    }

    .gd-flow_txtBox {
        width: 100%;
    }

    .gd-flow_txtFrex {
        display: inline-block;
        flex-direction: column;
        margin: 0 auto 2rem;
        width: 100%;
    }

    .gd-flow_contact {
        margin: 0 auto 1rem;
    }

    .gd-flow_img {
        width: 60%;
        padding: 5% 0;
        margin: 0 auto;
    }
}

/*----------よくあるご質問---------*/
.faq_content {
    background-color: #f3f3f3;
    padding-top: 80px;
    overflow: hidden;
    z-index: 5;
}

/*Q＆Aリスト*/
.faq_list {
    width: 67em;
    margin: 100px auto 20px;
}

.faq_list *,
.faq_list *::after,
.faq_list *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.faq_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1px;
    color: #000;
    background: #fff;
    border-radius: 5px;
}

.faq_actab input {
    position: absolute;
    opacity: 0;
}

/* 質問 */
.faq_actab label {
    font-weight: 600;
    line-height: 1.6;
    position: relative;
    display: block;
    margin: 0;
    padding: 1em 2em 1em .5em;
    cursor: pointer;
    border-bottom: 1px solid #f3f3f3;
}

.faq_actab label:hover {
    color: #767474;
}

/* 答え */
.faq_hide {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
    color: #000;
    background: #f3f3f3;
    display: flex;
    padding-left: .5em;
    height: 150px;
}

/* 質問を開いた時の仕様 */
/* --アイコン */
.faq_actab input:checked ~ label {
    color: #767474;
}

/* --答えの高さ */
.faq_actab input:checked ~ .faq_hide {
    max-height: 40em;
}

/* 質問をクリックした時のアイコンの動き */
.faq_actab label::after {
    line-height: 1.6;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 3em;
    margin-top: -12.5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}

.faq_actab input[type=checkbox] + label::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-weight: 900;
    font-size: 1.5em;
}

.faq_actab input[type=checkbox]:checked + label::after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.qa {
    font-family: 'Arial Black', 'DIN Alternate';
    font-size: 2em;
    margin: .5em;
}

.faq_q {
    display: flex;
}

.q_txt {
    margin: auto .5em;
    font-size: 1.5em;
    letter-spacing: .1px;
}

.a_txt {
    margin: 1em;
    letter-spacing: .1px;
    line-height: 2em;
}

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

    /* 959px以下に適用されるCSS（タブレット用） */
    /*Q＆Aリスト*/
    .faq_list {
        width: 75%;
        margin: 20px auto;
    }

    .faq_hide {
        height: 100%;
    }
}

@media screen and (max-width: 559px) {
    /* 559px以下に適用されるCSS（スマホ用） */

    .faq_list {
        width: 90%;
    }

    .faq_q {
        margin-right: 1.5em;
    }

    .q_txt {
        margin: auto .5em;
        font-size: 1em;
    }
}
