@charset "utf-8";

/* ==================================================================
    beginner.css

=================================================================== */

/* --------------------------------
   □ accentarea
-------------------------------- */

#beginner .beginner_bg {
    height: auto;
    background-color: #C6DEE3;
    text-align: center;
    overflow: hidden;
}
#beginner .textarea .beginner_bg img{
    height: 100%;
      object-fit: cover;
  }

#beginner .textarea{
      position: relative;
  }

#beginner .textarea h2{
    position: absolute;
    color: #fff;
    top: 10%;
    left: 25%;
    font-size: 175%;
  }


/* --------------------------------
   □ main
-------------------------------- */

 #beginner main .lead{
    margin: 40px 0;
}

 #beginner main h3.withEn{
    padding-top: 10px;
    line-height: 1em;
}

 #beginner main h3 span.en{
    font-size: 1.5rem;
    font-weight: 700;
}

#beginner .noMb{
    margin-bottom: 10px;
}

/* --------------------------------
   □ movie
-------------------------------- */

#movie .container p.caution{
    text-align: center;
    margin-top: -10px;
}

#movie .container .youtube .movie{
    /*max-width: 767px;*/
    margin: 0 auto;
}

#movie .container .youtube .movie iframe{
    display: block;
    margin: 10px auto;
}

#movie .container .youtube .movie p.name{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}


/* --------------------------------
   □ point
-------------------------------- */

#point ul.flexWrap {
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
}

#point li.flexItem{
    margin-bottom: 20px;
    text-align: center;
}

#point li.flexItem img{
    width: 360px;
    height: 360px;
    /*object-fit: cover;
    width: 100%;*/
    margin-bottom: 10px;
}

#point2 h4, #point3 h4{
    margin-top: 30px;
}
#point2 .text, #point3 .text{
    margin-bottom: 30px;
}

/* --------------------------------
   □ flow
-------------------------------- */

#flow{
    margin-bottom: 50px;
}

#flow .container h4{
    font-size: 2rem;
    margin: 40px auto;
    position: relative;
    }

#flow .container h4 span{
    display: inline-block;
    border: 1px solid #444444;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    line-height: 37px;
    margin-right: 20px;
    margin-left: -70px;
}

#flow .container h4:after{
    content: "";
    position: absolute;
    margin-left: 20px;
    background-size: 70% !important;
    height: 47px;
}

    #flow .container #flow1 h4:after{
        background: url(../../images/beginner/flow1.svg) 0 51% no-repeat;
        width: 57px;
    }
    #flow .container #flow2 h4:after{
        background: url(../../images/beginner/flow2.svg) 0 60% no-repeat;
        width: 35px;
    }
    #flow .container #flow3 h4:after{
        background: url(../../images/beginner/flow3.svg) 0 50% no-repeat;
        width: 46px;
    }

    #flow .container #flow4 h4:after{
        background: url(../../images/beginner/flow4.svg) 0 50% no-repeat;
        width: 57px;
    }
    #flow .container #flow5 h4:after{
        background: url(../../images/beginner/flow5.svg) 0 50% no-repeat;
        width: 51px;
    }
    #flow .container #flow6 h4:after{
        background: url(../../images/beginner/flow6.svg) 0 50% no-repeat;
        width: 56px;
    }

#flow .container .buttonStyle{
    padding-top: 10px;
    padding-bottom: 10px;
}



/* --------------------------------
   □ lead_time
-------------------------------- */


/*
   スマホ
------------------------------------------------------------------------------------------------ */

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

    /* --------------------------------
       □ accentarea
    -------------------------------- */
   #beginner .textarea {
        margin-right: -2%;
        margin-left: -2%;
    }

    #beginner .beginner_bg {
        height: auto;
    }
    #beginner .textarea .beginner_bg img {
        max-width: 100%;
        height: auto;
    }
    #beginner .textarea h2{
        top: 5%;
        left: 2%;
        font-size: 125%;
      }

    /* --------------------------------
       □ title
    --------------------------------  */

    /* --------------------------------
       □ main
    --------------------------------  */

    /* --------------------------------
       □ movie
    --------------------------------  */

    #movie .container p.caution{
        margin-top: 10px;
    }
    /* --------------------------------
       □ point
    --------------------------------  */

        #point #point1 .wrap .flexWrap{
            display: flex;
            justify-content: space-between;
            line-height: 1em;
            margin-bottom: 0;
        }

        #point #point1 .wrap .flexWrap .flexItem{
            width: 33%;
        }

        #point #point1 .wrap .flexWrap .flexItem img{
            width: auto;
            height: auto;
        }

        #point li.flexItem span{
            font-size: 88%;
        }

    /* --------------------------------
       □ flow
    --------------------------------*/

        #flow .container h4{
            font-size: 1.7rem;
            margin: 20px auto;
        }

        #flow .container p.text {
            margin-bottom: 20px;
        }

        #flow .container .caution {
             margin-top: 0;
        }

        #lead_time {
            margin-bottom: 30px;
        }


    }


/* ==================================================================
    section-type-qa

=================================================================== */

.section-type-qa {

    p.list2{
        font-weight: 700;
    }

    .qaMenu {
        ul.menu{
            margin-bottom: 50px;
            li {
                box-sizing: border-box;
                width: calc(33% - 2%);
                margin: 0 0 0 2%;
                a {
                    white-space: nowrap;
                }
            }
            li:first-child{
                margin-left: 0;
            }
        }
    }

    h4.title {
        font-size: 2rem;
    }

    ul.qaList{
        border-top: solid 1px #d9dde5;

        li{
            border-bottom: solid 1px #d9dde5;
            padding: 24px 0;
        }

        dl {

            dt {
                position: relative;
                padding: 0 0 0px 1.6em;
                line-height: 1.5;
            }

            dt:before {
                content: "Q :";
                position: absolute;
                top: 0;
                left: 0;
            }

            dt span{
                display: inline-block;
                cursor: pointer;
            }

            dt span:after {
                content: "";
                display: inline-block;
                width: 8px;
                height: 8px;
                margin: 0 0 .5em .5em;
                vertical-align: middle;
                box-sizing: border-box;
                border-right: solid 2px #444;
                border-bottom: solid 2px #444;
                transform: rotate(45deg);
                transition: 0.2s;
            }

            dt.open span:after {
                transform: rotate(-133deg);
            }

            dd {
                display: none;
                position: relative;
                margin: 0;
                padding-top: 10px;
                padding-left: 3.5em;
                padding-bottom: 0px;
                line-height: 1.5;
            }

            dd:before {
                content: "A :";
                position: absolute;
                top: 10px;
                left: 2em;
            }
        }
    }

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

        .contents main section h3{
            margin-bottom: 20px;
        }

        li.indent1em {
            padding-left:1.7em;
            text-indent:-1.7em;
        }

        .qaMenu {
            ul.menu {
                margin-bottom: 30px;

                li{
                    width: 100%;
                    margin: 5px auto;
                    font-size: 87.5%;
                    display: table;
                    a{
                        padding: 0.5em 0;
                        display: table-cell;
                        vertical-align: middle;
                        font-size: 100%;
                    }
                }
            }
        }

        ul.qaList {
            li{
                padding: 14px 0;
            }
        }
    }
}
