@charset "UTF-8";
#begi_review {
}
#top_visual {
    background-image: url(../images/beginner_review/main_visual.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    color: rgba(255,255,255,1.00);
    -webkit-box-shadow: 0px 0px 3px rgba(2,2,2,0.50);
    -moz-box-shadow: 0px 0px 3px rgba(2,2,2,0.50);
    -ms-box-shadow: 0px 0px 3px rgba(2,2,2,0.50);
    box-shadow: 0px 0px 3px rgba(2,2,2,0.50);
}
#top_visual .inline {
    width: 1100px;
    height: 400px;
    margin: 0px auto;
    position: relative;
}
#top_visual .inline2 {
    width: 1100px;
    height: 200px;
    margin: 0px auto;
    position: relative;
}
#top_visual h2 {
    font-family: 'Oswald', sans-serif;
    color: rgba(0,0,0,1.00);
    font-size: 40px;
    width: 400px;
    text-align: center;
    background-image: url(../images/beginner_review/line.gif);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 80px;
    font-weight: 600;
    letter-spacing: 0.1em;
}
#top_visual .inline2 h2 {
    padding-top: 40px;
    background-position: center -40px;
    font-size: 36px;
}
#top_visual p.top_txt {
    width: 420px;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    color: rgba(0,0,0,1.00);
}
#top_visual .inline2 p.top_txt {
    font-size: 18px;
}
#begi_content {
    width: 1100px;
    margin: 0px auto;
    padding: 80px 0px;
	text-align: center;
}
#begi_content h3 {
    text-align: center;
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
    padding-bottom: 20px;
}
.begi_r_nav {
    margin: 0px auto;
    margin-bottom: 50px;
    text-align: center;
}
.begi_r_nav li {
    display: inline-block;
    width: 105px;
    height: 110px;
    background-size: 75% auto;
    background-repeat: no-repeat;
    background-position: center 15px;
    background-color: rgba(240,122,0,1.00);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
    margin: 0px 2px;
}
.begi_r_nav li a {
    color: rgba(255,255,255,1.00);
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 80px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.begi_r_nav li:hover {
    background-color: rgba(225,225,225,1);
}
.begi_r_nav li:hover a {
    color: rgba(0,0,0,1);
}
.begi_r_nav li.item01 {
    background-image: url(../images/beginner_review/thum_product01.png);
}
.begi_r_nav li.item02 {
    background-image: url(../images/beginner_review/thum_product02.png);
}
.begi_r_nav li.item03 {
    background-image: url(../images/beginner_review/thum_product07.png);
}
.begi_r_nav li.item04 {
    background-image: url(../images/beginner_review/thum_product04.png);
}
.begi_r_nav li.item05 {
    background-image: url(../images/beginner_review/thum_product05.png);
}
.begi_r_nav li.item06 {
    background-image: url(../images/beginner_review/thum_product06.png);
}
.begi_r_nav li.item07 {
    background-image: url(../images/beginner_review/thum_product03.png);
}
.begi_r_nav li.item08 {
    background-image: url(../images/beginner_review/thum_product08.png);
}
.begi_r_nav li.item09 {
    background-image: url(../images/beginner_review/thum_product09.png);
}
.begi_r_nav li.all {
    background-image: url(../images/top/arrow_right_wh.png);
    background-size: 25px auto;
    background-position: center 25px;
    background-color: rgba(180,180,180,1);
}
.begi_r_nav li.all:hover {
    background-color: rgba(220,220,220,1);
}
.review_box {
    margin-bottom: 0px;
    border: 6px solid rgba(240,240,240,1.00);
    padding: 70px 60px 50px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	text-align: left;
}
.review_box .img_box {
    float: right;
    width: 250px;
	padding-left: 20px;
}
.review_box .img_box img {
    width: 250px;
    height: 330px;
    margin-bottom: 10px;
}
#begi_content h4 {
    font-size: 26px;
    margin: 0px auto 0px auto;
    text-align: center;
    color: rgba(0,0,0,1.00);
    font-weight: bold;
    letter-spacing: 0.1em;
	display: inline-block;
	padding: 0px 30px;
	position: relative;
	top:30px;
	background: #FFFFFF;

}
#begi_content h4::after {
    content: " 様";
}
.review_box .coment {
    width: 100%;
}
.review_box .coment p.text {
    float: left;
}
.review_box .coment dl {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 1.5;
}
.review_box .coment dt {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    clear: both;
}
.review_box .coment dt span {
    border-bottom: solid 3px rgba(255,134,0,1.00);
    display: inline-block;
    padding: 0px 0px 1px 0px;
    font-size: 24px;
}
.review_box .coment dd {
    margin-top: -2em;
    padding: 0px 0px 35px 200px;
    clear: both;
    font-size: 20px;
}
.review_box .use_item {
    clear: both;
    padding: 0px;
    position: relative;
}
.review_box .use_item h5 {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    position: absolute;
    padding: 0px 15px;
    top: -1em;
    left: 10px;
    background-color: rgba(255,255,255,1.00);
}
.review_box .use_item ul {
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.review_box .use_item ul li {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin: 0px 10px;
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center center;
    border-radius: 50%;
    background-color: rgba(255,201,146,1.00);
}
.review_box .use_item ul li span {
    color: rgba(0,0,0,1.00);
    font-size: 10px;
    text-align: center;
    display: block;
    width: 90px;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 89px
}
.use_item li.item01 {
    background-image: url(../images/beginner_review/thum_product01.png);
}
.use_item li.item02 {
    background-image: url(../images/beginner_review/thum_product02.png);
}
.use_item li.item03 {
    background-image: url(../images/beginner_review/thum_product07.png);
}
.use_item li.item04 {
    background-image: url(../images/beginner_review/thum_product04.png);
}
.use_item li.item05 {
    background-image: url(../images/beginner_review/thum_product05.png);
}
.use_item li.item06 {
    background-image: url(../images/beginner_review/thum_product06.png);
}
.use_item li.item07 {
    background-image: url(../images/beginner_review/thum_product03.png);
}
.use_item li.item08 {
    background-image: url(../images/beginner_review/thum_product08.png);
}
.use_item li.item09 {
    background-image: url(../images/beginner_review/thum_product09.png);
}
.use_item li.item10 {
    background-image: url(../images/beginner_review/thum_product10.png);
}
.use_item li.item11 {
    background-image: url(../images/beginner_review/thum_product11.png);
}
.use_item li.item12 {
    background-image: url(../images/beginner_review/thum_product12.png);
}
.navigation {
    border-top: 1px solid rgba(200,200,200,1.00);
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: rgba(150,150,150,1.00);
    text-align: center;
}
.navigation a {
    color: rgba(0,0,0,1.00);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.navigation a:hover {
    color: rgba(101,186,199,1.00);
}
.alignleft {
    font-size: 18px;
}
.alignright {
    font-size: 18px;
}
.non_content {
    border: 1px solid rgba(200,200,200,1.00);
    padding: 100px 0px;
    text-align: center;
}
div.item_cate select {
    display: none;
}
.Line_Blue3 {
    width: 1px;
    height: 33px;
    margin: 0px auto 0 auto;
    border-left: 2px solid rgba(255,255,255,1.00);
}
.botanCon {
    width: 700px;
    background: #000;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.botanConIn {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/beginner_review/voice02.jpg);
    background-size: cover;
    opacity: 0.6;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.botanAlink {
    position: relative;
    z-index: 100;
}
.botanCon:hover .botanConIn {
    opacity: 0.7;
}
.botanCon:hover span {
    background: rgba(51,134,160,1.00);
}
.botanCon h4 {
    font-size: 37px;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 500;
}
.botanCon p {
    font-size: 34px;
    line-height: 130%;
    color: #fff;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.botanCon span {
    font-family: 'Oswald';
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    padding: 10px 25px;
    background: #000;
    color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
#lastbotan {
    margin-bottom: 100px;
}
.Line_Blue2b {
    width: 1px;
    height: 60px;
    margin: 100px auto 0 auto;
    border-left: 2px solid rgba(51,134,160,1.00);
}

/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼SP 640px pro_review▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

@media (max-width: 640px) {
#top_visual {
    background-image: url(../images/beginner_review/main_visual2.jpg);
    min-width: auto;
    max-width: 640px;
    overflow: hidden;
    height: 40vh;
    position: relative;
}
#top_visual .inline {
    width: 80%;
    height: 150px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.95);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.30);
}
#top_visual .inline2 {
    width: 80%;
    height: 150px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.95);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.30);
}
#top_visual .inline h2, #top_visual .inline2 h2 {
    font-family: 'Oswald', sans-serif;
    color: rgba(0,0,0,1.00);
    font-size: 24px;
    width: 100%;
    text-align: center;
    background-image: url(../images/beginner_review/line.gif);
    background-repeat: no-repeat;
    background-position: center -60px;
    padding-top: 30px;
    font-weight: 600;
    letter-spacing: 0.1em;
}
#top_visual .inline p.top_txt, #top_visual .inline2 p.top_txt {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(0,0,0,1.00);
}
ul.begi_r_nav {
    display: none;
}
div.item_cate {
    text-align: center;
    padding: 30px 0px;
}
div.item_cate select {
    display: inline-block;
    width: 80%;
    margin: 0px auto;
    font-size: 14px;
}
.begi_r_nav {
    margin: 0px auto;
    margin-bottom: 30px;
    text-align: center;
    width: 80%
}
.begi_r_nav li {
    width: 100%;
    height: auto;
    background-image: url(../images/top/arrow_right_wh.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: right center !important;
    background-color: rgba(162,162,162,1.00);
    transition: all .4s ease-out;
    margin: 0px 0px 5px 0px;
    box-sizing: border-box;
}
.begi_r_nav li a {
    display: block;
    height: auto;
    padding: 10px;
    font-size: 14px;
}
.begi_r_nav li:hover {
    background-color: rgba(225,225,225,1);
}
.begi_r_nav li:hover a {
    color: rgba(0,0,0,1);
}
#begi_content {
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
}
#begi_content h3 {
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    padding-bottom: 20px;
}
#begi_content .under_txt{
	text-align: left;
	font-size: 12px;
	padding:0px 10px 30px 10px;
	}
.review_box {
    padding: 0px 0px 60px 0px;
	display: block;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.review_box .img_box {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,1.00);
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.review_box .img_box img {
    width: 250px;
    height: 330px;
    margin-bottom: 10px;
}
#begi_content h4 {
    font-size: 28px;
	padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    color: rgba(0,0,0,1.00);
    font-weight: bold;
    letter-spacing: 0.1em;
	top:0px;
	display: block;
	    border-top: 1px solid rgba(0,0,0,1.00);

}
.review_box .coment {
    width: 100%;
    float: none;
    padding: 0px 30px;
}
.review_box .coment dl {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}
.review_box .coment dt {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    display: block;
}
.review_box .coment dt span {
    border-bottom: solid 3px rgba(255,134,0,1.00);
    display: inline-block;
    padding: 0px 0px 1px 0px;
    font-size: 16px;
}
.review_box .coment dd {
    display: block;
    margin-top: 0px;
    padding: 0px 0px 0px 00px;
    font-size: 14px;
    margin-bottom: 20px;
}
.review_box .use_item {
    clear: both;
    padding: 10px;
    padding-top: 20px;
    padding-right: 0px;
    border: 0px solid rgba(200,200,200,1.00);
    position: relative;
    margin-top: 50px;
}
.review_box .use_item h5 {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    position: absolute;
    padding: 0px 15px;
    top: -1em;
    left: 10px;
    background-color: rgba(255,255,255,1.00);
}
.review_box .use_item ul {
    padding: 0px;
}
.review_box .use_item ul li {
    display: inline-block;
    width: 65px;
    height: 65px;
    margin: 0px 4px;
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center center;
    border-radius: 50%;
    background-color: rgba(255,201,146,1.00);
}
.review_box .use_item ul li span {
    letter-spacing: -0.1em;
    color: rgba(0,0,0,1.00);
    font-size: 8px;
    text-align: center;
    display: block;
    width: 70px;
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 65px
}
#lastbotan {
    margin-bottom: 60px;
}
.botanCon {
    width: 80%;
}
.botanCon h4 {
    font-size: 16px;
}
.botanCon p {
    font-size: 20px;
    line-height: 140%;
    color: #fff;
    letter-spacing: 2px;
}
.botanCon span {
    font-family: 'Oswald';
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    padding: 10px 25px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.Line_Blue2b {
    width: 1px;
    height: 60px;
    margin: 0px auto 0 auto;
    border-left: 2px solid rgba(51,134,160,1.00);
}
}
