@charset "UTF-8";
/* CSS Document */
#beginners .clearfix{
    overflow: visible; 
}
#beginners .beginner_title {
    display: table;
    width: 100%;
    margin: 20px auto;
}
#beginners .title_left {
    background: url(../images/beginners/beginners_top2.jpg) no-repeat;
    background-size: cover;
    height: 400px;
    display: table-cell;
    width: 10%;
}
#beginners .title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#beginners .title h1 {
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
    font-size: 24px;
    letter-spacing: 6px;
    line-height: 1.5;
}
#beginners .title p {
    text-align: center;
    padding-bottom: 30px;
    font-size: 17px;
}

#beginners .title_right {
    background: url(../images/beginners/beginners_top1.jpg) no-repeat;
    background-size: cover;
    height: 400px;
    display: table-cell;
    width: 40%;
}
#beginners #advice {
    position: relative;
    padding-top: 80px;
}
#beginners #advice .advice_title {
    position: absolute;
    right: 0;
    left: 0;
    top: 20px;
}
#beginners .center {
    text-align: center;
    margin: 0 auto;
}
#beginners .center img {
    margin-top: 30px;
}
#beginners .bg {
    background: #FCFAF0;
    padding: 20px 0 30px 0;
}
#beginners .number {
    background: url(../images/beginners/decoration.png) no-repeat;
    font-size: 44px;
    padding: 100px 100px 0 100px;
    background-position: center;
}
#beginners h3 {
    font-size: 25px;
    margin: 35px 0;
    letter-spacing: 6px;
    line-height: 1.5;
}
#beginners .advice_tx p {
    line-height: 2;
}
#beginners .tx_photo {
    display: flex;
    flex-flow: column;
    vertical-align: middle;
    margin: 20px auto;
    position: relative;
}
#beginners .tx_photo2 {
    display: flex;
    flex-flow: column-reverse;
    vertical-align: middle;
    margin: 20px auto;
    position: relative;
}
#beginners .illust::before {
    background: url(../images/beginners/illust1.png) no-repeat;
    content: "";
    padding: 70px 28px;
    position: absolute;
    top: 10vh;
    left: 0;
}
#beginners .illust2::before {
    background: url(../images/beginners/illust2.png) no-repeat;
    content: "";
    padding: 73px 45px;
    position: absolute;
    background-position: center;
    right: 0;
    top: 8vh;
}
#beginners .illust3::before {
    background: url(../images/beginners/illust3.png) no-repeat;
    content: "";
    padding: 55px 40px;
    position: absolute;
    top: 14vh;
    left: 0;
}
#beginners .left_tx {
    display: block;
    vertical-align: middle;
    width: 100%;
}
#beginners .left_tx::after {
    }
#beginners .right_photo {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    text-align: center;
}
#beginners .bg_illust_container {
    position: relative;
}
/* ------------------------------------------
  pc1000pxSTYLE
--------------------------------------------- */
@media all and (min-width: 1000px) {
    /* @content */
    #beginners .title p {
        font-size: 20px;
    }
    #beginners .title h1 {
        font-size: 34px;
    }
    #beginners .bg {
        background: #FCFAF0;
        padding: 100px 0 30px 0;
    }
    #beginners #advice {
        padding-top: 150px;
    }
    #beginners .tx_photo {
        display: table;
        vertical-align: middle;
        position: relative;
        margin: 60px auto;
    }
    #beginners .tx_photo2 {
        display: table;
        vertical-align: middle;
        position: relative;
        margin: 60px auto;
    }
    #beginners .left_tx {
        display: inline-block;
        width: 41%;
    }
    #beginners .number {
        padding: 100px 120px 0 100px;
    }
    #beginners .advice_tx p {
        line-height: 2;
        padding: 0 30px 0 30px;
    }
    #beginners .right_photo {
        width: 58%;
    }
    #beginners .illust::before {
        background-position: center;
        left: -8vw;
        top: 15vh;
    }
    #beginners .illust2::before {
        right: -6vw;
        top: 8vh;
    }
    #beginners .illust3::before {
        background-position: center;
        left: 25vw;
        top: -5vh;
    }

}
/* ------------------------------------------
  tablet768px-980pxSTYLE
  --------------------------------------------- */
  @media all and (min-width: 768px) and (max-width: 999px) {


}

@media all and (min-width: 501px) {
    #beginners .b_smp_display{
        display: none;
    }
}
@media all and (max-width: 500px) {
    #beginners .b_pc_display{
        display: none;
    }
    #beginners #advice .advice_title{
        top: 0;
    }
    #beginners .title_left {
		display: none;
	
		}
	#beginners .title_right{
		background-position: 35%;
		width: 50%;

	}
}