/* 相談ページ共通 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: "Sawarabi Gothic";
}
body {
    padding-top: 0;
    color: #4a4a4a;
}

@font-face {
	font-family: 'YasashisaAntique';
	src: url(../_data/YasashisaAntique.otf);
}



.soudan_top {
    display: block;
    width: 100%;
}

#soudan {
    width: 100%;
}

h3 {
    font-family: 'YasashisaAntique';
    font-size: 1.6em;
    color: #4a4a4a;
}



/*　悩み　*/

.nayami {
    width: 100%;
    background: url(images/bg1.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    text-align: center;
}

.nayami p {
    display: inline-block;
    width: 90%;
    max-width: 800px;
    background: rgba(255,255,255,0.7);
    padding: 50px;
    margin: auto;
    line-height: 2.0em;
}

@media screen and (max-width: 949px) {
    .nayami {
        padding: 50px 0;
    }
    .nayami p {
        padding: 30px;
    }
}


/*　このメンタリングでできること　*/
.dekirukoto {
    width: 100%;
    padding: 80px 0 100px;
    text-align: center;   
}
.dekirukoto_inner {
    width: 100%;
    max-width: 1100px;
    margin: 80px auto 20px;
}
.dekirukoto span {
    display: block;
    width: 25%;
    padding: 20px;
    float: left;
}
.dekirukoto img {
    position: relative;
    display: block;
    width: 100%;
}
.canetc {
    position: relative;
    top: -30px;
    width: 100%;
    max-width: 1000px;
    font-size: 1.6em;
    color: #666;
    text-align: right;
    margin: auto;
}
.can1 {
    transform: scale();
    top: 0;
    left: 0;
}
.can2 {
    transform: scale(0.85);
    top: -40px;
    left: 0;
}
.can3 {
    transform: scale(0.9);
    top: 20px;
    left: 0;
}
.can4 {
    transform: scale(0.9);
    top: -20px;
    left: -30px;
}
.can5 {
    transform: scale(0.8);
    top: 0;
    left: 10px;
}
.can6 {
    transform: scale(0.85);
    top: -30px;
    left: -10px;
}

.can7 {
    transform: scale();
    top: 0;
    left: -10px;
}

.can8 {
    transform: scale(0.9);
    top: -40px;
    left: 0;
}

@media screen and (max-width: 1049px) {
    .dekirukoto_inner {
        max-width: 500px;
    }
    .dekirukoto span {
        width: 50%;
    }
}




/* タイムスケジュール */
.timeschedule {
    width: 100%;
    background: url(images/bg2.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0 100px;
    text-align: center;
}
.timeschedule ul {
    display: inline-block;
    width: 95%;
    max-width: 800px;
    background: rgba(255,255,255,0.7);
    padding: 50px;
    margin: 50px auto 0;
    line-height: 2.0em;
    text-align: left;
}
.timeschedule ul li b {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-weight: normal;
    background: #67d4e7;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}
.timeschedule ul li span {
    font-size: 1.1em;
    padding-left: 10px;
}
.timeschedule ul li p {
    font-size: 0.9em;
    padding-left: 40px;
    padding-bottom: 20px;
}


/*　こんな人にオススメ　*/
.osusume {
    width: 100%;
    padding: 80px 0 100px;
    text-align: center;   
}
.osusume_inner {
    width: 100%;
    max-width: 1000px;
    margin: 10px auto;
}
.osusume span {
    position: relative;
    display: block;
    width: 50%;
    padding: 60px 60px 100px;
    float: left;
}
.osusume img {
    position: relative;
    display: block;
    width: 100%;
}
.osusume img.hito {
    position: absolute;
    bottom: 10px;
    left: 60px;
    display: block;
    width: 20%;
}

@media screen and (max-width: 1049px) {
    .osusume_inner {
        max-width: 500px;
    }
    .osusume span {
        width: 100%;
    }
}



/*　メンター紹介　*/
.mentor {
    width: 100%;
    background: url(images/bg3.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0 100px;
    text-align: center;
}
.mentor h3 {
    margin: 20px auto 60px;
}

.mentor span {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1000px;
    min-height: 340px;
    background: rgba(255,255,255,0.7);
    margin: 30px auto;
    padding: 20px 40px 20px 350px;
    text-align: left;
    line-height: 1.0em;
}

.mentor span img {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 300px;
}

.mentor01 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 10px auto;
    letter-spacing: 0.05em;
}
.mentor02 {
    font-size: 0.9em;
}
.mentor03 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 30px auto;
    line-height: 1.5em;
}
.mentor span p {
    font-size: 0.9em;
    line-height: 1.5em;
}

@media screen and (max-width: 949px) {
    .mentor span {
        padding: 30px;
    }
    .mentor span img {
        position: static;
        margin: 0 auto 30px;
    }
    .mentor01,
    .mentor02,
    .mentor03 {
        text-align: center;
    }
}


/*　開催日時　*/
.kaisai {
    width: 100%;
    padding: 60px 0 80px;
    text-align: center;   
}

.kaisai_inner {
    display: inline-block;
    text-align: left;
    line-height: 1.5em;
}
.kaisai_inner b {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 1.3em;
    font-weight: normal;
    padding: 60px 8px 10px;
}
.kaisai_inner span {
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 10px;
    background: #f7f7d1;
}
.kaisai_inner p {
    margin: 10px 0;
}


/*　お申込み　*/
.subscription {
    width: 100%;
    background: url(images/bg4.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0 100px;
    text-align: center; 
}
.subscription h3 {
    margin: 20px auto 60px;
}

.subscription span {
    display: block;
    width: 90%;
    max-width: 1000px;
    background: rgba(255,255,255,0.7);
    margin: 30px auto;
    padding: 40px 0 60px;
}
.subscription span b {
    display: block;
    width: 100%;
    font-size: 1.2em;
    font-weight: normal;
    padding: 0 0 40px;
}
.subscription span img {
    display: inline-block;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
}
.subscription span img:hover {
    opacity: 0.9;
}