@charset "utf-8";
/* CSS Document */

/* ====================================
初めての方へ
====================================== */
#begiSe1 { margin-bottom: 183px;}

#begiSe1 .begiSeContsTtl {
    margin-bottom: 50px;
    font-size: 4.0rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.1em;
}

.begiSe1Box {
    position: relative;
    width: 515px;
    height: 1290px;
    padding: 40px 50px 0;
    text-align: center;
    background: url("../img/beginner_conts_bg01.jpg") repeat-y 0 0;
    border-top: 5px solid #000;
}
@media screen and (max-width:1100px) {
    .begiSe1Box {
        width: 49%;
        padding: 28px 22px;
        background-size: 100%;
    }
}

.begiSe1Box:after {
    content: "";
    position: absolute;
    bottom: -143px;
    left: 0;
    display: block;
    width: 515px;
    height: 143px;
    background: url("../img/beginner_conts_bg02.png") no-repeat center top;
    background-size: 100%;
}
@media screen and (max-width:1100px) {
    .begiSe1Box:after {
        width: 100%;
        background-position: left top;
    }   
}

.begiSeL { float: left;}
.begiSeR { float: right;}

.se1BoxTtl {
    padding: 10px 0;
    margin-bottom: 23px;
    font-size: 2.0rem;
    color: #fff;
    background-color: #000;
}

.se1BoxImg { margin-bottom: 24px;}
@media screen and (max-width:1100px) {
    .se1BoxImg img {
        width: 100%;
        height: auto;
    }
}

.se1BoxTxt {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
}

.se1BoxTxt:after {
    content: "";
    display: block;
    width: 48px;
    height: 24px;
    margin: 40px auto 0;
    background: url("../img/beginner_arrow.png") no-repeat center center;
    background-size: 100%;
}

.se1BoxCircle {
    display: table;
    width: 260px;
    height: 260px;
    margin: 0 auto 26px;
    background-color: #ffc815;
    border-radius: 50%;
}

.se1BoxCircle .block {
    display: table-cell;
    vertical-align: middle;
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.3;    
}

.se1BoxCircle .block:before {
    content: "";
    display: block;
    margin: 0 auto 16px;
}

.begiSeL .block:before {
    width: 50px;
    height: 50px;
    background: url("../img/common/icon_takuhai.png") no-repeat center bottom;
    background-size: 100%;
}

.begiSeR .block:before {
    width: 52px;
    height: 40px;
    background: url("../img/common/icon_shutcho.png") no-repeat center bottom;
    background-size: 100%;
}

.se1BoxTxt2 {
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.15em;
}
.begiSeL .se1BoxTxt2 { margin-bottom: 10px;}

.se1BoxTxt2 .bold { font-weight: bold;}

.begStar {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.begiSeL li {
    display: inline-block;
    vertical-align: middle;
}

.begiSeL li:nth-of-type(1) { margin-right: 4px;}

.se1BoxTel {
    width: 100%;
    padding: 20px 0;
    background-color: #000;
}

.se1BoxTel .stTxt3 {
    font-size: 1.2rem;
    line-height: 1.3;
    color: #fff;
}

.se1BoxTel .telNum {
    margin-bottom: 12px;
    font-size: 4.7rem;
    font-weight: bold;
    line-height: 1.0;
    color: #ffc815;
}

.se1BoxTel .telNum:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 36px;
    margin-right: 13px;
    background: url("../img/common/icon_phone.png") no-repeat 0 0;
    background-size: 100%;
}

.se1BoxTel .stTxt2 {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #fff;
}

@media screen and (max-width:1100px) {
    .begLinks .btnTak,
    .begLinks .btnShu { width: 49%;}

    .begLinks .linkBtn {
        width: 100%;
        padding: 28px 0 0 0 !important;
    }

    .begLinks .linkBtn .block {
        display: block;
        margin: auto;
    }

    .begLinks .linkBtn .block { width: 365px;}

}

.begiSe2 {
    width: 100%;
    padding: 50px;
    background-color: #f2f2f2;
}

.begiSe2 .begiSe2ContsTtl {
    margin-bottom: 40px;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}
@media screen and (max-width:1080px) {
    .begiSe2 .begiSe2ContsTtl {
        font-size: 3.2rem;
    }
}

.begiSe2Img,
.begiSe2TxtArea { float: left;}

.begiSe2Img {
    width: 465px;
    margin-right: 25px;
}
@media screen and (max-width:1100px) {
    .begiSe2Img { width: 43%;}
}

.begiSe2Img img { width: 100%;}

.begiSe2TxtArea {
    width: 490px;
    padding-top: 18px;
}
@media screen and (max-width:1100px) {
    .begiSe2TxtArea {
        width: 54%;
        padding-top: 0;
    }
}

.begiSe2TxtArea p.begiSe2Txt {
    margin-bottom: 36px;
    font-size: 1.8rem;
    line-height: 2.0;
}

.begiSe2Txt a {
    border-bottom: 1px solid #000;
    transition: all .3s ease-in-out;
}

.begiSe2Txt a:hover {
    color: #ffc815;
    border-bottom: 1px solid #ffc815;
}

.begiSe2TxtArea .linkBtn {
    height: 100px;
    padding: 28px 0 0 46px;
    background-color: #fff;
}
@media screen and (max-width:1100px) {
    .begiSe2TxtArea .linkBtn { padding: 28px 0 0 0;}
}

.begiSe2TxtArea .block {
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: 0.08em;
}
@media screen and (max-width:1100px) {
    .begiSe2TxtArea .block {
        display: block;
        width: 386px;
        margin: auto;
    }
}

.begiSe2TxtArea .block:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 46px;
    margin-right: 12px;
    background: url("../img/common/icon_shop.png") no-repeat center center;
    background-size: 100%;
    vertical-align: -15px;
}

.begiSe2TxtArea .linkBtn:before {
    bottom: -200%;
    width: 150%;
}

.begiSe2TxtArea .linkBtn:hover:before { height: 670%;}