/* subTIt */
.subTIt h1 {
    line-height: 1.2em;
}
.subTIt h4,
.subTIt h5 {
    margin-top: 20px;
}
.subTIt .lined {
    display: inline-block;
    height: 40px;
    width: 1px;
    background-color: #ddd;
    line-height: 40px;
    margin: 20px 0;
}
.subTIt .eng {
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #aaa;
    letter-spacing: 5px;
}
@media (max-width:768px){
    .subTIt h4,
    .subTIt h5 {
        margin-top: 10px;
    }
    .subTIt .lined {
        height: 25px;
        line-height: 25px;
        margin: 10px 0;
    }
    .subTIt .nubering img {
        width: 35px;
    }
}
/* aboutgarosero_01 */
#aboutgarosero_01 .sec1 .tbox h2 {
    line-height: 1.3em;
}
#aboutgarosero_01 .sec1 .tbox h5 {
    margin-top: 20px;
    line-height: 1.7em;
    font-weight: 400;
}
#aboutgarosero_01 .sec1 .tbox .named {
    margin-top: 60px;
}
#aboutgarosero_01 .sec1 .tbox .named img {
    display: inline-block;
    margin-left: 10px;
}
#aboutgarosero_01 .sec1 .ibox {
    background: url(../img/subway.jpg) center center no-repeat;
}
#aboutgarosero_01 .sec2 {
    background-color: #f7f7f7;
}
#aboutgarosero_01 .sec2 ul li .txt {
    margin-top: 10px;
    text-align: center;
}
#aboutgarosero_01 .sec2 ul li .txt h5 {
    color: #666;
    line-height: 1.4em;
}
#aboutgarosero_01 .sec2 ul li .txt .btn_wrp {
    margin-top: 20px;
}
#aboutgarosero_01 .sec2 ul li .txt .btn_wrp a {
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 4px;
    background-color: #ee8e2d;
    color: #fff;
    font-weight: 300;
}
@media (min-width:992px){
    #aboutgarosero_01 .sec1 .c_wrp {
        height: 550px;
    }
}
@media (max-width:992px){
    #aboutgarosero_01 .sec1 .c_wrp,
    #aboutgarosero_01 .sec1 .c_wrp > div {
        width: 100%;
        display: block;
    }
    #aboutgarosero_01 .sec1 .tbox {
        text-align: center;
    }
    #aboutgarosero_01 .sec1 .tbox h5 {
        margin-top: 10px;
    }
    #aboutgarosero_01 .sec1 .tbox .named {
        margin-top: 30px;
    }
    #aboutgarosero_01 .sec1 .tbox .named img {
        width: 50px;
    }
    #aboutgarosero_01 .sec1 .c_wrp .ibox {
        height: 350px;
        background-size: cover;
        margin-top: 15px;
    }
}
@media (max-width:768px){
    #aboutgarosero_01 .sec2 ul li:not(:last-child) {
        margin-bottom: 30px;
    }
    #aboutgarosero_01 .sec2 ul li .txt .btn_wrp {
        margin-top: 5px;
    }
    #aboutgarosero_01 .sec2 ul li .txt .btn_wrp a {
        font-size: 14px;
        line-height: 30px;
        padding: 0 15px;
    }
}
@media (max-width:400px){
    #aboutgarosero_01 .sec1 .c_wrp .ibox {
        height: 200px;
    }
}

/* aboutgarosero_02 */
#aboutgarosero_02 .sec1 #loadGuide {
    background-color: #f1f1f1;
}
#aboutgarosero_02 .sec1 #loadGuide ul li {
    position: relative;
}
#aboutgarosero_02 .sec1 #loadGuide ul li h3 {
    line-height: 42px;
    padding-left: 43px;
    position: relative;
    margin-bottom: 15px;
}
#aboutgarosero_02 .sec1 #loadGuide ul li h3 > span {
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 100%;
    background: url(../img/sub1.png) left center no-repeat;
}
#aboutgarosero_02 .sec1 #loadGuide ul li h3 > span.sub2 {
    background: url(../img/sub2.png) left center no-repeat;
}
#aboutgarosero_02 .sec1 #loadGuide .sub_line {
    display: inline-block;
    width: 26px;
    line-height: 20px;
    font-size: 17px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #3495df;
    font-weight: 700;
    border: 3px solid #3495df;
}
@media (min-width:992px){
    #aboutgarosero_02 .sec1 #loadGuide ul li:not(:last-child):before {
        content: "";
        position: absolute;
        right: 20px;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #ddd;
    }
}
@media (max-width:992px){
    #aboutgarosero_02 .sec1 #loadGuide ul li:not(:last-child) {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }
}
@media (max-width:768px){
    #aboutgarosero_02 .sec1 .subTIt h3 {
        font-size: 17px;
    }
    #aboutgarosero_02 .sec1 .subTIt h3 .map_icon {
        width: 15px;
        margin-bottom: 3px;
    }
    #aboutgarosero_02 .sec1 #loadGuide ul li h3 {
        line-height: 30px;
        padding-left: 30px;
        margin-bottom: 5px;
    }
    #aboutgarosero_02 .sec1 #loadGuide ul li h3 > span {
        width: 20px;
        background-size: 20px !important;
    }
    #aboutgarosero_02 .sec1 #loadGuide .sub_line {
        width: 21px;
        line-height: 15px;
        font-size: 13px;
        border: 2px solid #3495df;
    }
}

/* aboutgarosero_03 */
#aboutgarosero_03 {
    background: url(../img/abt3_bg.png) center center no-repeat;
    background-size: cover;
}
#aboutgarosero_03 .c_wrp .left {
    background-color: #fff;
    padding: 80px 30px;
}
#aboutgarosero_03 .c_wrp .right {
    background: url(../img/timetable.png) right bottom no-repeat;
    background-color: #ee8e2d;
}
#aboutgarosero_03 .subTimetable > ul {
    max-width: 620px;
    margin: 0 auto;
}
#aboutgarosero_03 .subTimetable > .time {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
}
#aboutgarosero_03 .subTimetable .time > li {
    position: relative;
    padding-left: 30%;
}
#aboutgarosero_03 .subTimetable .time > li .hd {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
}
#aboutgarosero_03 .subTimetable .time > li h2,
#aboutgarosero_03 .subTimetable .time > li .hd > strong {
    font-weight: 300;
}
#aboutgarosero_03 .subTimetable .time > li .hd > strong {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
}
#aboutgarosero_03 .subTimetable .time > li.overTime h2 {
    color: #ee8e2d;
    font-weight: 600;
}
#aboutgarosero_03 .subTimetable .time > li.overTime .hd > strong {
    font-weight: 600;
}
#aboutgarosero_03 .c_wrp .right ul li {
    position: relative;
    padding-left: 80px;
}
#aboutgarosero_03 .c_wrp .right ul li:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
#aboutgarosero_03 .c_wrp .right ul li a {
    text-decoration: none;
    display: block;
}
#aboutgarosero_03 .c_wrp .right ul li a > img {
    position: absolute;
    left: 0;
    top: 0;
}
#aboutgarosero_03 .c_wrp .right ul li a > h1,
#aboutgarosero_03 .c_wrp .right ul li a > h2 {
    font-weight: 700;
    line-height: 1em;
}
@media (min-width:992px){
    #aboutgarosero_03 .c_wrp {
        box-shadow: 20px 20px 40px rgba(1,1,1,0.15);
    }
    #aboutgarosero_03 .c_wrp .left {
        width: 60%;
    }
    #aboutgarosero_03 .c_wrp .right {
        padding: 30px 60px;
    }
}
@media (max-width:1200px){
    #aboutgarosero_03 .sec1 .c_wrp,
    #aboutgarosero_03 .sec1 .c_wrp > div {
        width: 100%;
        display: block;
    }
}
@media (max-width:992px){
    #aboutgarosero_03 .c_wrp .left {
        background-color: #fff;
        padding: 20px;
    }
    #aboutgarosero_03 .c_wrp .right{
        padding: 30px 60px;
    }
    #aboutgarosero_03 .c_wrp .right ul li {
        padding-left: 50px;
    }
    #aboutgarosero_03 .c_wrp .right ul li:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    #aboutgarosero_03 .c_wrp .right ul li a > img {
        width: 40px;
    }
}
@media (max-width:768px){
    #aboutgarosero_03 .c_wrp .right{
        padding: 20px;
    }
    #aboutgarosero_03 .subTimetable .time > li {
        padding-left: 130px;
    }
    #aboutgarosero_03 .subTimetable .time > li .hd {
        width: 100px;
    }
    #aboutgarosero_03 .c_wrp .left .time h2 {
        font-size: 17px;
    }
    #aboutgarosero_03 .subTimetable ul > li h4 {
        font-size: 13px;
    }
    #aboutgarosero_03 .c_wrp .right ul li {
        padding-left: 40px;
    }
    #aboutgarosero_03 .c_wrp .right ul li a > img {
        width: 30px;
        top: 10px;
    }
}
@media (max-width:400px){
    #aboutgarosero_03 .subTimetable .time > li {
        padding-left: 70px;
    }
    #aboutgarosero_03 .subTimetable .time > li .hd {
        width: 55px;
    }
    #aboutgarosero_03 .c_wrp .left .time h2 {
        font-size: 14px;
        font-weight: 500;
    }
    #aboutgarosero_03 .subTimetable ul > li h4 {
        font-size: 12px;
    }
}

/* dctList */
.dctList > li .dtWrp {
    position: relative;
}
.dctList > li .dtWrp:after {
    content: "";
    width: 400px;
    height: 400px;
    left: -25px;
    top: -25px;
    background-color: #ee8e2d;
    position: absolute;
}
.dctList > li .c_wrp {
    position: relative;
    z-index: 3;
}
.dctList > li .c_wrp .ibox {
    height: 600px;
    background: url(../img/doct1.png) center center no-repeat;
    background-color: #d2d1d2;
}
.dctList > li .c_wrp .ibox.ibox2 {
    background: url(../img/doct2.png) center center no-repeat;
    background-color: #d2d1d2;
}
.dctList > li .c_wrp .ibox.ibox3 {
    background: url(../img/doct241014.jpg) center center no-repeat;
    background-color: #d2d1d2;
}
.dctList > li .c_wrp .tbox {
    padding: 40px 60px;
    background: url(../img/bg_his.png) right bottom no-repeat;
    background-color: #f2f2f2;
}
.dctList > li .c_wrp .tbox  > h2 {
    margin-bottom: 20px;
}
.dctList > li .c_wrp .tbox  > h2 span {
    font-size: 0.7em;
}
.dctList > li .c_wrp .tbox ul li {
    margin: 8px 0;
}
@media (max-width:768px){
    .dctList > li .dtWrp:after {
        left: -10px;
        top: -10px;
        width: 200px;
        height: 200px;
    }
    .dctList > li .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    .dctList > li .c_wrp > div {
        width: 100%;
    }
    .dctList > li .c_wrp .ibox {
        order: 1;
        height: 300px;
        background-size: contain !important;
    }
    .dctList > li .c_wrp .tbox {
        order: 2;
        padding: 30px;
        background-size: 100%;
    }
    .dctList > li .c_wrp .tbox  > h2 {
        margin-bottom: 0;
    }
    .dctList > li .c_wrp .tbox ul li {
        margin: 5px 0;
    }
}

/* aboutgarosero_05 */
#aboutgarosero_05 .thumb-gallery {
    max-width: 1000px;
    margin: 0 auto;
}
#aboutgarosero_05 .owl-carousel .img-thumbnail,
#aboutgarosero_05 .owl-carousel .img-thumbnail img {
	padding: 0px;
	border-radius: 0px;
	border: 0px;
}
#aboutgarosero_05 .owl-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
}
#aboutgarosero_05 .owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left: 0;
}
#aboutgarosero_05 .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#aboutgarosero_05 .owl-carousel.show-nav-hover .owl-nav .owl-next {
    right: 0;
}
#aboutgarosero_05 .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
@media (min-width:991px){	
	#aboutgarosero_05 .owl-carousel .owl-nav {
		opacity: 0.8;
		top: 45%;
	}
	#aboutgarosero_05 .owl-carousel .owl-nav [class*='owl-'] {
		font-size: 60px;
	}
}

/* garoserodiet_01 */
#garoserodiet_01 .sec1 .di1_img1 {
    height: 400px;
    background: url(../img/di1_img1.jpg) center center no-repeat;
    background-attachment: fixed;
}
#garoserodiet_01 .sec1 .txt {
    text-align: center;
    max-width: 870px;
    margin: 0 auto;
    border: 10px solid #ee8e2d;
    position: relative;
    padding: 30px;
}
#garoserodiet_01 .sec1 .txt:before {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 10px;
    top: -10px;
    background-color: #fff;
}
#garoserodiet_01 .sec1 .txt:after {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 10px;
    bottom: -10px;
    background-color: #fff;
}
#garoserodiet_01 .sec1 .txt h2 {
    line-height: 1.2em;
}
#garoserodiet_01 .sec1 .txt2 h5 {
    margin-top: 20px;
}
@media (min-width:992px){
    #garoserodiet_01 .sec1 .txt2 h4 span {
        display: inline-block;
        border-bottom: 1px solid #333;
    }
}
@media (max-width:768px){
    #garoserodiet_01 .sec1 .di1_img1 {
        height: 200px;
        background-attachment: initial;
        background-position-y: top;
        background-size: cover !important;
    }
    #garoserodiet_01 .sec1 .txt {
        border: 5px solid #ee8e2d;
        padding: 10px;
    }
    #garoserodiet_01 .sec1 .txt:before {
        height: 5px;
        top: -5px;
    }
    #garoserodiet_01 .sec1 .txt:after {
        height: 5px;
        bottom: -5px;
    }
    #garoserodiet_01 .sec1 .txt2 h5 {
        margin-top: 10px;
    }
}
/* garoserodiet_01 :: sec2 */
#garoserodiet_01 .sec2 {
    background-color: #f7f7f7;
}
#garoserodiet_01 .sec2 .diet_wrp ul li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 100px;
    margin: 15px 0;
}
#garoserodiet_01 .sec2 .diet_wrp ul li > img {
    position: absolute;
    left: 0;
    top: 0;
}
#garoserodiet_01 .sec2 .diet_wrp ul li .txt h5 {
    font-weight: 600;
}
@media (min-width:1200px){
    #garoserodiet_01 .sec2 .diet_wrp {
        padding: 15px;
    }
    #garoserodiet_01 .sec2 .diet_wrp {
        padding-left: 380px;
        background: url(../img/diet_wrp.jpg) left top no-repeat;
    }
}
@media (max-width:768px){
    #garoserodiet_01 .sec2 .diet_wrp ul li {
        position: relative;
        padding-top: 5px;
        padding-bottom: 10px;
        padding-left: 70px;
        margin: 5px 0;
    }
    #garoserodiet_01 .sec2 .diet_wrp ul li > img {
        width: 55px;
    }
}
/* garoserodiet_01 :: sec3 */
#garoserodiet_01 .sec3 ul li {
    margin-bottom: 30px;
    text-align: center;
}
#garoserodiet_01 .sec3 ul li h5 {
    line-height: 1.4em;
    margin-top: 10px;
}
@media (max-width:768px){
    #garoserodiet_01 .sec3 ul li h5 {
        height: 40px;
    }
}
/* garoserodiet_01 :: sec4 */
#garoserodiet_01 .sec4 .txtbox h2 {
    line-height: 1.2em;
}
#garoserodiet_01 .sec4 .txtbox h4,
#garoserodiet_01 .sec4 .txtbox h5 {
    margin-top: 15px;
}
#garoserodiet_01 .sec4 .c_wrp .tbox h5 {
    line-height: 1.2em;
    color: #666;
}
@media (min-width:992px){
    #garoserodiet_01 .sec4 {
        background: url(../img/diet1_sec4_bg.jpg) center center no-repeat;
        background-size: cover;
    }
    #garoserodiet_01 .sec4 .txtbox {
        width: 50%;
    }
}
@media (max-width:992px){
    #garoserodiet_01 .sec4 {
        text-align: center;
        background-color: #f7f7f7;
    }
    #garoserodiet_01 .sec4 .txtbox h4,
    #garoserodiet_01 .sec4 .txtbox h5 {
        margin-top: 10px;
    }
    #garoserodiet_01 .sec4 ul li {
        position: relative;
    }
    #garoserodiet_01 .sec4 ul li:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        top: 10%;
        height: 80%;
        width: 1px;
        background-color: #ddd;
    }
    #garoserodiet_01 .sec4 ul li img {
        width: 70px;
    }
    #garoserodiet_01 .sec4 .mo_img {
        height: 200px;
        background: url(../img/diet1_sec4_bg_m.jpg) center center no-repeat;
        background-size: cover;
    }
}
/* garoserodiet_01 :: sec5 */
#garoserodiet_01 .sec5 .c_wrp .tbox h1 {
    line-height: 1.2em;
}
#garoserodiet_01 .sec5 .c_wrp .tbox h5:not(.conbox) {
    margin-top: 15px;
}
#garoserodiet_01 .sec5 .c_wrp .btn_wrp {
    margin-top: 30px;
}
#garoserodiet_01 .sec5 .c_wrp .btn_wrp a {
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    line-height: 60px;
    padding: 0 25px;
    border-radius: 4px;
    background-color: #fd6666;
    color: #fff;
    font-weight: 300;
}
@media (min-width:992px){
    #garoserodiet_01 .sec5 .c_wrp .tbox {
        padding-left: 60px;
    }
}
@media (max-width:1200px){
    #garoserodiet_01 .sec5 .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    #garoserodiet_01 .sec5 .c_wrp > div {
        display: block;
        width: 100%;
        text-align: center;
    }
    #garoserodiet_01 .sec5 .c_wrp .ibox {
        order: 2;
    }
    #garoserodiet_01 .sec5 .c_wrp .tbox {
        order: 1;
        padding-top: 100px;
    }
}
@media (max-width:768px){
    #garoserodiet_01 .sec5 .c_wrp .tbox {
        padding-top: 40px;
    }
    #garoserodiet_01 .sec5 .c_wrp .btn_wrp {
        margin-top: 15px;
    }
    #garoserodiet_01 .sec5 .c_wrp .btn_wrp a {
        font-size: 15px;
        line-height: 40px;
        padding: 0 15px;
    }
}
/* garoserodiet_01 :: sec6 */
#garoserodiet_01 .sec6 {
    background-color: #f7f7f7;
}
#garoserodiet_01 .sec6 .diet_cates li {
    position: relative;
}
#garoserodiet_01 .sec6 .diet_cates li h5 {
    margin-top: 10px;
    line-height: 1.4em;
}
#garoserodiet_01 .sec6 .rvbox {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 100px 20px;
    position: relative;
}
#garoserodiet_01 .sec6 .rvbox .ttit {
    position: absolute;
    left: 0;
    top: -33px;
    line-height: 66px;
    text-align: center;
    width: 100%;
}
#garoserodiet_01 .sec6 .rvbox .ttit strong {
    display: inline-block;
    border-radius: 100px;
    background-color: #e60044;
    color: #fff;
    padding: 0 30px;
}
#garoserodiet_01 .sec6 .rvbox ul {
    max-width: 950px;
    margin: 0 auto;
}
#garoserodiet_01 .sec6 .rvbox ul li h5 .icon {
    display: inline-block;
    height: 36px;
    width: 36px;
    vertical-align: middle;
    background: url(../img/talkicon.png) center center no-repeat;
    margin-right: 15px;
    margin-bottom: 3px;
}
#garoserodiet_01 .sec6 .rvbox ul li h5 strong {
    display: inline-block;
    position: relative;
    background-color: #fff5cc;
    padding: 0 5px;
}
@media (min-width:992px){
    #garoserodiet_01 .sec6 .diet_cates li {
        text-align: center;
    }
    #garoserodiet_01 .sec6 .diet_cates li:not(:last-child):after {
        content: "";
        position: absolute;
        top: 5%;
        width: 1px;
        height: 90%;
        right: 0;
        background-color: #ddd;
    }
}
@media (max-width:992px){
    #garoserodiet_01 .sec6 .diet_cates li:not(:last-child) {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    #garoserodiet_01 .sec6 .diet_cates li h5 {
        margin-top: 5px;
    }
}
@media (max-width:768px){
    #garoserodiet_01 .sec6 .rvbox {
        padding: 40px 20px 20px;
    }
    #garoserodiet_01 .sec6 .rvbox .ttit {
        top: -20px;
        line-height: 40px;
    }
    #garoserodiet_01 .sec6 .rvbox .ttit strong {
        padding: 0 15px;
    }
    #garoserodiet_01 .sec6 .rvbox ul li h5 .icon {
        height: 20px;
        width: 20px;
        margin-right: 10px;
        background-size: 100%;
    }
}
/* garoserodiet_01 :: sec7 */
#garoserodiet_01 .sec7 .wanBox {
    padding: 40px 20px;
    background-color: #f7f7f7;
}
#garoserodiet_01 .sec7 .wanBox > img {
    margin-bottom: 15px;
}
#garoserodiet_01 .sec7 .wanBox h5 {
    margin-top: 15px;
}
#garoserodiet_01 .sec7 .yoyoWrp {
    background-color: #fd6666;
}
#garoserodiet_01 .sec7 .yoyoWrp li {
    position: relative;
}
#garoserodiet_01 .sec7 .yoyoWrp .c_wrp {
    position: relative;
    z-index: 3;
}
#garoserodiet_01 .sec7 .yoyoWrp .c_wrp .ibox {
    width: 35%;
    text-align: center;
}
#garoserodiet_01 .sec7 .yoyoWrp h3,
#garoserodiet_01 .sec7 .yoyoWrp h5 {
    color: #fff;
    line-height: 1.4em;
}
#garoserodiet_01 .sec7 .yoyoWrp h3.coloed {
    color: #fff43e;
}
#garoserodiet_01 .sec7 .yoyoWrp h5 {
    margin-top: 10px;
}
@media (min-width:992px){
    #garoserodiet_01 .sec7 .yoyoWrp li:not(:first-child):after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 100%;
        background: linear-gradient(to right, #ee5656, transparent);
    }
}
@media (max-width:992px){
    #garoserodiet_01 .sec7 .yoyoWrp li:not(:first-child):after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 30px;
        background: linear-gradient(to bottom, #ee5656, transparent);
    }
    #garoserodiet_01 .sec7 .yoyoWrp .c_wrp .ibox {
        width: 40%;
        padding-left: 15px;
    }
    #garoserodiet_01 .sec7 .yoyoWrp .c_wrp .tbox {
        padding: 5px 20px;
    }
}
@media (max-width:992px){
    #garoserodiet_01 .sec7 .wanBox > img {
        width: 15px;
        margin-bottom: 10px;
    }
    #garoserodiet_01 .sec7 .wanBox h5 {
        margin-top: 5px;
    }
}
/* garoserodiet_01 :: sec8 */
#garoserodiet_01 .sec8 {
    background: url(../img/diet1_sec8_bg.jpg) center center no-repeat;
    background-size: cover;
}
#garoserodiet_01 .sec8 .subTIt h2 {
    line-height: 1.2em;
    font-weight: 300;
}
/* garoserodiet_01 :: sec9 */
#garoserodiet_01 .sec9 {
    background-color: #333;
    position: relative;
}
#garoserodiet_01 .sec9 .arr_bei {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 0;
}
#garoserodiet_01 .sec9 .arr_bk {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    line-height: 0;
}
#garoserodiet_01 .sec9 h2 {
    line-height: 1.2em;
    font-weight: 300;
}
#garoserodiet_01 .sec10 .graph {
    display: inline-block;
    border: 1px solid #ddd;
}
#garoserodiet_01 .sec10 .txt h4 {
    margin-top: 10px;
}
@media (max-width:768px){
    #garoserodiet_01 .sec10 .txt h4 {
        margin-top: 5px;
    }
}
/* garoserodiet_01 :: sec11 */
#garoserodiet_01 .sec11 {
    background-color: #f7f7f7;
    position: relative;
}
#garoserodiet_01 .sec11 ul li {
    padding: 25px 20px 20px;
    background-color: #fff;
    border: 1px dashed #ddd;
    margin-top: -1px;
    position: relative;
    padding-left: 65px;
}
#garoserodiet_01 .sec11 ul li .num {
    position: absolute;
    left: 20px;
    top: 25px;
    line-height: 1.2em;
}
#garoserodiet_01 .sec11 ul li h4 {
    line-height: 1.2em;
}
@media (max-width:768px){
    #garoserodiet_01 .sec11 ul li {
        padding: 20px 15px 15px;
        padding-left: 50px;
    }
    #garoserodiet_01 .sec11 ul li .num {
        left: 15px;
        top: 20px;
    }
    #garoserodiet_01 .sec11 ul li h5 {
        margin-top: 5px;
    }
}
/* garoserodiet_01 .sec12 */
#garoserodiet_01 .sec12 ul li > h4 {
    text-align: center;
}
#garoserodiet_01 .sec12 ul li > h4 span {
    display: inline-block;
    width: 80%;
    max-width: 310px;
    text-align: center;
    line-height: 55px;
    background-color: #ee8e2d;
    color: #fff;
    font-weight: 600;
    border-radius: 100px;
}
#garoserodiet_01 .sec12 ul li > .img {
    margin-top: 15px;
}
#garoserodiet_01 .sec12 ul li > .txt {
    padding-top: 10px;
    text-align: center;
}
@media (max-width:768px){
    #garoserodiet_01 .sec12 ul li:first-child {
        margin-bottom: 20px;
    }
    #garoserodiet_01 .sec12 ul li > h4 span {
        line-height: 1em;
        padding: 10px 0;
        max-width: 150px;
    }
    #garoserodiet_01 .sec12 ul li > .txt h5 {
        margin-top: 5px;
    }
}
/* garoserodiet_01 :: sec13 */
#garoserodiet_01 .sec13 {
    background: url(../img/diet1_sec13_bg.jpg) center center no-repeat;
    background-size: cover;
}
#garoserodiet_01 .sec13 ul li {
    background-color: #fff;
}
#garoserodiet_01 .sec13 ul li .tbox {
    padding: 15px 15px 15px 60px;
}
#garoserodiet_01 .sec13 ul li .tbox .c_org {
    font-weight: 600;
}
#garoserodiet_01 .sec13 ul li .tbox .cont {
    margin-top: 15px;
}
@media (max-width:992px){
    #garoserodiet_01 .sec13 ul li .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    #garoserodiet_01 .sec13 ul li .c_wrp > div {
        width: 100%;
    }
    #garoserodiet_01 .sec13 ul li .ibox {
        order: 1;
    }
    #garoserodiet_01 .sec13 ul li .tbox {
        order: 2;
        padding: 20px 15px;
    }
    #garoserodiet_01 .sec13 ul li .tbox .cont {
        margin-top: 5px;
    }
}
/* garoserodiet_01 .sec14 */
@media (min-width:768px){
    #garoserodiet_01 .sec14 ul li .tbox h4 {
        margin-top: 10px;
        font-weight: 600;
    }
}
@media (max-width:768px){
    #garoserodiet_01 .sec14 ul li {
        margin: 10px 0;
    }
    #garoserodiet_01 .sec14 ul li .ibox {
        width: 30%;
    }
    #garoserodiet_01 .sec14 ul li .tbox {
        padding-left: 15px;
    }
}
/* garoserodiet_01 .sec15 */
#garoserodiet_01 .sec15 {
    background-color: #f1f1f1;
    text-align: center;
}
#garoserodiet_01 .sec15 ul li h4 {
    background-color: #fd6666;
    line-height: 1em;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
}
#garoserodiet_01 .sec15 ul li:nth-child(even) h4 {
    background-color: #f48718;
}
#garoserodiet_01 .sec15 ul li h5 {
    padding: 30px 15px;
    background-color: #fff;
    font-weight: 400;
    line-height: 1.4em;
    border-radius: 0 0 10px 10px;
}
@media (max-width:992px){
    #garoserodiet_01 .sec15 ul li {
        margin-bottom: 20px;
    }
}
@media (max-width:768px){
    #garoserodiet_01 .sec15 ul li h4 {
        padding: 10px;
    }
    #garoserodiet_01 .sec15 ul li h5 {
        padding: 15px;
    }
}
/* garoserodiet_01 .sec16 */
#garoserodiet_01 .sec16 {
    background: url(../img/diet1_sec16_bg.jpg) center bottom no-repeat;
    background-size: cover;
}
#garoserodiet_01 .sec16 .medibox {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 60px 20px;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 10px;
}
#garoserodiet_01 .sec16 .medibox .ttit {
    position: absolute;
    left: 0;
    top: -25px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}
#garoserodiet_01 .sec16 .medibox .ttit strong {
    display: inline-block;
    border-radius: 100px;
    background-color: #806d5b;
    color: #fff;
    padding: 0 30px;
}
#garoserodiet_01 .sec16 .medibox ul {
    text-align: center;
}
#garoserodiet_01 .sec16 .medibox ul li h5 {
    line-height: 1.2em;
    margin-top: 10px;
}
@media (max-width:768px){
    #garoserodiet_01 .sec16 .medibox {
        padding: 40px 15px 40px;
    }
    #garoserodiet_01 .sec16 .medibox .ttit {
        top: -20px;
        line-height: 40px;
    }
    #garoserodiet_01 .sec16 .medibox ul li .icon img {
        width: 30px;
    }
}
/* garoserodiet_01 .sec17 */
#garoserodiet_01 .sec17 {
    background-color: #333;
}
#garoserodiet_01 .sec17 .table {
    
}
#garoserodiet_01 .sec17 .table thead tr th,
#garoserodiet_01 .sec17 .table thead tr td,
#garoserodiet_01 .sec17 .table tbody tr th,
#garoserodiet_01 .sec17 .table tbody tr td {
    vertical-align: middle;
    text-align: center;
}
#garoserodiet_01 .sec17 .table thead tr th,
#garoserodiet_01 .sec17 .table thead tr td {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    border: 0px;
    padding: 20px 30px;
    background-color: #111;
    border-color: #111;
}
#garoserodiet_01 .sec17 .table thead tr td {
    
}
#garoserodiet_01 .sec17 .table thead tr .old {
    color: #efefef;
    background-color: #999;
    border-color: #999;
    border: 5px solid #999;
}
#garoserodiet_01 .sec17 .table thead tr .garo {
    color: #f9ff51;
    background-color: #fd6666;
    border-color: #fd6666;
    border: 5px solid #fd6666;
}
#garoserodiet_01 .sec17 .table tbody tr th,
#garoserodiet_01 .sec17 .table tbody tr td {
    font-size: 18px;
    border: 0px;
    padding: 20px 30px;
    color: #333;
    font-weight: 400;
    line-height: 1.4em;
}
#garoserodiet_01 .sec17 .table tbody tr th {
    background-color: #111;
    border-bottom: 1px solid #333;
    color: #aaa;
}
#garoserodiet_01 .sec17 .table tbody tr td {
    background-color: #fff;
    border-bottom: 1px dashed #ddd
}
#garoserodiet_01 .sec17 .table tbody tr .old {
    border-left: 5px solid #999;
    border-right: 5px solid #999;
}
#garoserodiet_01 .sec17 .table tbody tr .garo {
    border-left: 5px solid #fd6666;
    border-right: 5px solid #fd6666;
}
#garoserodiet_01 .sec17 .table tbody tr:last-child .old {
    border-bottom: 5px solid #999;
}
#garoserodiet_01 .sec17 .table tbody tr:last-child .garo {
    border-bottom: 5px solid #fd6666;
}
@media (max-width:992px){
    #garoserodiet_01 .sec17 .table thead {
        display: none;
    }
    #garoserodiet_01 .sec17 .table tbody tr th {
        display: none;
    }
    #garoserodiet_01 .sec17 .table tbody tr td {
        font-size: 14px;
        padding: 15px;
        display: block;
        width: 100%;
        margin: 5px 0;
    }
    #garoserodiet_01 .sec17 .table tbody tr .old {
        border-top: 5px solid #999;
        border-bottom: 5px solid #999;
    }
    #garoserodiet_01 .sec17 .table tbody tr .garo {
        border-top: 5px solid #fd6666;
        border-bottom: 5px solid #fd6666;
    }
    #garoserodiet_01 .sec17 .table tbody tr td span {
        display: inline-block;
        background-color: #fd6666;
        line-height: 1em;
        padding: 8px 15px;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        margin-bottom: 5px;
        font-weight: 600;
    }
    #garoserodiet_01 .sec17 .table tbody tr td.old span {
        background-color: #999;
    }
}
/* garoserodiet_01 .sec18 */
#garoserodiet_01 .sec18 .di1_img7 {
    margin: 30px 0;
}
#garoserodiet_01 .sec18 .tipbox {
    padding: 40px 35px;
    background-color: #f7f7f7;
    border-radius: 10px;
}
@media (max-width:992px){
    #garoserodiet_01 .sec18 .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    #garoserodiet_01 .sec18 .c_wrp > div {
        width: 100%;
    }
    #garoserodiet_01 .sec18 .c_wrp .ibox {
        order: 2;
        text-align: center;
    }
    #garoserodiet_01 .sec18 .c_wrp .ibox img {
        max-width: 80%;
    }
    #garoserodiet_01 .sec18 .tbox {
        order: 1;
        padding: 40px 15px 0;
    }
    #garoserodiet_01 .sec18 .tipbox {
        padding: 20px;
    }
}
/* garoserodiet_01 .sec19 */
#garoserodiet_01 .sec19 {
    background-color: #f7f7f7;
}
#garoserodiet_01 .sec19 .tbox .num h5 {
    font-weight: 700;
    margin-top: 10px;
    color: #f48718;
}
/* #garoserodiet_01 .sec19 li:nth-child(even) .tbox .num h5 {
    color: #f48718;
} */
#garoserodiet_01 .sec19 .tbox h4 {
    line-height: 1.2em;
}
#garoserodiet_01 .sec19 .tbox h6 {
    line-height: 1.3em;
    margin-top: 10px;
    color: #666;
}
@media (max-width:768px){
    #garoserodiet_01 .sec19 ul {
        margin-top: 0px !important;
    }
    #garoserodiet_01 .sec19 ul li {
        margin: 15px 0;
    }
}
/* garo_trust_box */
#garo_trust_box {
    background: url(../img/diet1_sec20_bg.jpg) center center no-repeat;
    background-size: cover;
}
#garo_trust_box ul li {
    margin-bottom: 20px;
}
#garo_trust_box ul li .ibox {
    text-align: center;
    border: 5px solid #c69c6c;
    border-bottom: 0px;
    background-color: #fff;
}
#garo_trust_box ul li .tbox h5 {
    background-color: #c69c6c;
    text-align: center;
    padding: 10px;
    color: #fff;
}
#garo_trust_box ul li .tbox p {
    margin-top: 10px;
}
@media (min-width:768px){
    #garo_trust_box ul li .tbox p {
        height: 110px;
    }
}
@media (max-width:768px){
    #garo_trust_box {
        background: #f4f3ee;
    }
}
/* garoserodiet_02 */
#garoserodiet_02 .sec1 .di2_img1 {
    height: 400px;
    background: url(../img/di2_img1.jpg) center center no-repeat;
    background-attachment: fixed;
}
#garoserodiet_02 .sec2 {
    background-color: #f7f7f7;
}
#garoserodiet_02 .sec2 .tbox {
    position: relative;
}
#garoserodiet_02 .sec2 .tbox {
    padding: 30px 30px 30px 60px;
    background-color: #fff;
}
#garoserodiet_02 .sec2 .tbox ul {
    margin-top: 20px;
}
#garoserodiet_02 .sec2 .tbox ul li {
    background: url(../img/chk_icon.png) left 7px no-repeat;
    padding-left: 35px;
    margin: 10px 0;
}
#garoserodiet_02 .sec2 .tbox ul li h5 {
    line-height: 1.3em;
}
#garoserodiet_02 .sec3 {
    background-color: #e8e5e1;
}
#garoserodiet_02 .sec3 .subTIt ul {
    margin-top: 20px;
}
#garoserodiet_02 .sec3 .subTIt ul li {
    margin: 10px 0;
}
#garoserodiet_02 .sec3 .subTIt .item {
    padding: 5px 0;
    padding-left: 80px;
    background: url(../img/checkboad_chk1.png) left center no-repeat;
}
#garoserodiet_02 .sec3 .subTIt .item h3 {
    font-weight: 700;
    line-height: 1em;
    color: #a3998d;
}
#garoserodiet_02 .sec3 .subTIt .item h5 {
    margin-top: 0px;
}
#garoserodiet_02 .sec3 .subTIt .item.chk2 {
    background: url(../img/checkboad_chk2.png) left center no-repeat;
}
#garoserodiet_02 .sec3 .subTIt .item.chk2 h3 {
    color: #b37633;
}
.checkBoardWrp .checkBoard {
    padding: 25px;
    border-radius: 10px;
    background-color: #d0a779;
    position: relative;
    box-shadow: 20px 20px 25px rgba(1,1,1,0.05);
}
.checkBoardWrp .checkBoard .top_checkerboard {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}
.checkBoardWrp .checkBoard .con {
    background-color: #fff;
    padding: 60px 40px;
}
.checkBoardWrp .checkBoard .con ul li {
    font-size: 17px;
    position: relative;
    line-height: 1.2em;
    color: #999;
    border-bottom: 2px solid #ddd;
    padding: 8px 0;
}
.checkBoardWrp .checkBoard .con ul li .q {
    position: relative;
}
.checkBoardWrp .checkBoard .con ul li .q > div {
    position: absolute;
    right: 0;
    top: 0;
}
.checkBoardWrp .checkBoard .con ul li .q > div span {
    display: inline-block;
    padding-left: 20px;
    margin-right: 20px;
    position: relative;
}
.checkBoardWrp .checkBoard .con ul li .q > div span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 2px solid #ddd;
    border-radius: 2px;
}
#garoserodiet_02 .sec4 {
    position: relative;
    overflow: hidden;
    background-color: #fafafa;
}
#garoserodiet_02 .sec4 .container {
    position: relative;
    z-index: 3;
}
@media (max-width:1200px) {
    #garoserodiet_02 .sec3 .c_wrp > div {
        width: 100% !important;
        display: block;
    }
    #garoserodiet_02 .sec4 .c_wrp > div {
        display: block;
        width: 100%;
    }
    #garoserodiet_02 .sec4 {
        padding-top: 40px;
        padding-bottom: 0px;
        text-align: center;
    }
    #garoserodiet_02 .sec4 .diet2_img5 {
        padding-top: 40px;
    }
}
@media (min-width:1200px){
    #garoserodiet_02 .sec4 {
        background: url(../img/diet2_img5.jpg) right center no-repeat;
        background-size: 50%;
        background-color: #fafafa;
    }
}
@media (min-width:768px){
    #garoserodiet_02 .sec2 .tbox:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 100%;
        background: url(../img/txt_arr.png) center center no-repeat;
        z-index: 3;
    }
    #garoserodiet_02 .sec2 .list_ > li:nth-child(even) .tbox:after {
        left: auto;
        right: 0;
        transform: rotate(180deg);
    }
    #garoserodiet_02 .sec3 .subTIt {
        width: 33.333333%;
    }
}
@media (max-width:768px){
    #garoserodiet_02 .sec1 .di2_img1 {
        height: 200px;
        background-attachment: initial;
        background-position-y: 50%;
        background-size: cover !important;
    }
    #garoserodiet_02 .sec2 .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    #garoserodiet_02 .sec2 .c_wrp > div {
        width: 100%;
    }
    #garoserodiet_02 .sec2 .ibox {
        order: 1;
    }
    #garoserodiet_02 .sec2 .tbox {
        order: 2;
        padding: 20px;
        background-color: #fff;
    }
    #garoserodiet_02 .sec2 .tbox ul {
        margin-top: 5px;
    }
    #garoserodiet_02 .sec2 .tbox ul li {
        background: url(../img/chk_icon.png) left 5px no-repeat;
        padding-left: 25px;
        margin: 5px 0;
        background-size: 15px !important;
    }
    #garoserodiet_02 .sec3 .subTIt  {
        text-align: center;
    }
    #garoserodiet_02 .sec3 .subTIt ul {
        margin-top: 10px;
    }
    #garoserodiet_02 .sec3 .subTIt ul li {
        margin: 5px 0;
        position: relative;
    }
    #garoserodiet_02 .sec3 .subTIt ul li:not(:last-child):before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: #ccc;
    }
    #garoserodiet_02 .sec3 .subTIt .item {
        padding: 0;
        padding-top: 40px;
        background-position: center top !important;
        background-size: 25px !important;
        text-align: center;
    }
    #garoserodiet_02 .sec3 .subTIt .item h5 {
        font-size: 12px;
        margin-top: 8px;
        line-height: 1.1em;
    }
    .checkBoardWrp .checkBoard {
        margin-top: 20px;
        padding: 15px;
    }
    .checkBoardWrp .checkBoard .top_checkerboard img {
        height: 38px;
    }
    .checkBoardWrp .checkBoard .con {
        padding: 30px 15px;
    }
    .checkBoardWrp .checkBoard .con ul li {
        font-size: 15px;
        padding: 8px 0;
    }
    .checkBoardWrp .checkBoard .con ul li .q {
        position: relative;
        padding-left: 20px;
    }
    .checkBoardWrp .checkBoard .con ul li .q:after {
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        width: 12px;
        height: 12px;
        border: 2px solid #ddd;
        border-radius: 2px;
    }
    .checkBoardWrp .checkBoard .con ul li .q > div {
        display: none;
    }
}
/* garoserohairloss_01 */
#garoserohairloss_01 .sec1 .hair1_img1 {
    height: 400px;
    background: url(../img/hair1_sec1_bg.jpg) center center no-repeat;
    background-attachment: fixed;
}
#garoserohairloss_01 .sec2 {
    background-color: #f7f7f7;
}
#garoserohairloss_01 .sec2 ul li .item {
    height: 220px;
    width: 220px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px dashed #ddd;
    border-radius: 50%;
}
#garoserohairloss_01 .sec2 ul li .item .c_wrp {
    height: 100%;
}
#garoserohairloss_01 .sec2 ul li .item .num span {
    display: inline-block;
    border-bottom: 1px solid #ee7700;
    line-height: 1em;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#garoserohairloss_01 .sec3 .subTIt ul {
    margin-top: 20px;
}
#garoserohairloss_01 .sec3 .subTIt ul li {
    margin: 10px 0;
}
#garoserohairloss_01 .sec3 .subTIt .item {
    padding: 5px 0;
    padding-left: 80px;
    background: url(../img/checkboad_chk3.png) left center no-repeat;
}
#garoserohairloss_01 .sec3 .subTIt .item h3 {
    font-weight: 700;
    line-height: 1em;
    color: #aaa;
}
#garoserohairloss_01 .sec3 .subTIt .item h5 {
    margin-top: 0px;
}
#garoserohairloss_01 .sec3 .subTIt .item.chk2 {
    background: url(../img/checkboad_chk4.png) left center no-repeat;
}
#garoserohairloss_01 .sec3 .subTIt .item.chk2 h3 {
    color: #ee7700;
}
#garoserohairloss_01 .sec3 .checkBoardWrp .checkBoard {
    background-color: #ddd;
}
#garoserohairloss_01 .sec5 {
    background: linear-gradient(#aa8a78, #8d6e5c);
}
#garoserohairloss_01 .sec6 {
    background: url(../img/hair1_sec6_bg.png) center center no-repeat;
    position: relative;
    background-size: cover;
}
#garoserohairloss_01 .sec11 .arr_w,
#garoserohairloss_01 .sec6 .arr_bk {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    line-height: 0;
}
#garoserohairloss_01 .sec6 .hair_txt_sec5 h3 {
    margin-top: 15px;
}
#garoserohairloss_01 .sec7 {
    background: url(../img/hair1_sec7_bg.png) center bottom no-repeat;
    background-color: #ebeaf0;
}
#garoserohairloss_01 .sec7 ul li {
    margin-top: 15px;
    margin-bottom: 15px;
}
#garoserohairloss_01 .sec7 ul li .item {
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    padding: 40px 15px;
}
#garoserohairloss_01 .sec7 ul li .item .num {
    position: absolute;
    left: 0;
    width: 100%;
    top: -22px;
    height: 44px;
}
#garoserohairloss_01 .sec7 ul li .item .num span {
    display: inline-block;
    width: 50px;
    line-height: 44px;
    background: url(../img/hari_num_bg.png) center center no-repeat;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
#garoserohairloss_01 .sec7 .bt_txt .top span {
    display: inline-block;
    padding: 8px;
    line-height: 1em;
    color: #fff;
    font-weight: 600;
    background-color: #3d44b8;
}
#garoserohairloss_01 .sec7 .bt_txt h4,
#garoserohairloss_01 .sec7 .bt_txt h5 {
    margin-top: 15px;
}
#garoserohairloss_01 .sec7 .bt_txt h4.blue {
    color: #3d44b8;
}
#garoserohairloss_01 .sec8 {
    background: url(../img/hair1_sec8_bg.jpg) center bottom no-repeat;
    background-size: cover;
}
#garoserohairloss_01 .sec8 .subTIt .colored {
    color: #f2ee78;
}
#garoserohairloss_01 .sec8 .talk {
    position: relative;
    border: 5px solid #ee7700;
    border-radius: 20px;
    text-align: center;
    padding: 30px 15px;
    margin-bottom: 20px;
}
#garoserohairloss_01 .sec8 .talk:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 18px;
    background: url(../img/talkdeco.png) center center no-repeat;
    top: 100%;
    left: 15px;
}
#garoserohairloss_01 .sec8 .img h4 {
    color: #f2ee78;
    margin-top: 10px;
    line-height: 1em;
}
#garoserohairloss_01 .sec9 ul li {
    margin: 15px 0;
}
#garoserohairloss_01 .sec9 ul li .txt {
    background-color: #f7f7f7;
    padding: 30px 20px;
}
#garoserohairloss_01 .sec11 {
    position: relative;
}
@media (min-width:768px){
    #garoserohairloss_01 .sec3 .subTIt {
        width: 33.333333%;
    }
    #garoserohairloss_01 .sec7 .bt_txt h4.dark span {
        display: inline-block;
        border-bottom: 1px solid #333;
    }
    #garoserohairloss_01 .sec8 .subTIt h4 .colored {
        display: inline-block;
        border-bottom: 1px solid #f2ee78;
    }
    #garoserohairloss_01 .sec10 {
        background: url(../img/hair1_sec10_bg.jpg) center center no-repeat;
        background-size: cover;
    }
}
@media (min-width:992px){
    #garoserohairloss_01 .sec2 {
        background: url(../img/hair1_sec2_bg.jpg) center center no-repeat;
        background-size: cover;
        background-color: #f7f7f7;
    }
    #garoserohairloss_01 .sec7 ul li:nth-child(5) {
        margin-left: 10%;
    }
}
@media (max-width:768px){
    #garoserohairloss_01 .sec1 .hair1_img1 {
        height: 200px;
        background-attachment: initial;
        background-position-y: top;
        background-size: cover !important;
    }
    #garoserohairloss_01 .sec2 ul li {
        margin-bottom: 10px;
    }
    #garoserohairloss_01 .sec2 ul li .item {
        height: 100px;
        width: 100%;
        border-radius: 0;
    }
    #garoserohairloss_01 .sec3 .subTIt  {
        text-align: center;
    }
    #garoserohairloss_01 .sec3 .subTIt ul {
        margin-top: 10px;
    }
    #garoserohairloss_01 .sec3 .subTIt ul li {
        margin: 5px 0;
        position: relative;
    }
    #garoserohairloss_01 .sec3 .subTIt ul li:not(:last-child):before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: #ccc;
    }
    #garoserohairloss_01 .sec3 .subTIt .item {
        padding: 0;
        padding-top: 40px;
        background-position: center top !important;
        background-size: 25px !important;
        text-align: center;
    }
    #garoserohairloss_01 .sec3 .subTIt .item h5 {
        font-size: 12px;
        margin-top: 8px;
        line-height: 1.1em;
    }
    #garoserohairloss_01 .sec7 .bt_txt h4,
    #garoserohairloss_01 .sec7 .bt_txt h5 {
        margin-top: 5px;
    }
    #garoserohairloss_01 .sec7 ul li .item .num span {
        background-size: 20px;
        background-size: 35px;
        font-size: 15px;
    }
    #garoserohairloss_01 .sec8 ul li {
        margin: 15px 0;
    }
    #garoserohairloss_01 .sec8 .talk {

    }
    #garoserohairloss_01 .sec8 .img {
        width: 70%;
        padding-left: 20px;
    }
    #garoserohairloss_01 .sec8 .talk:before {
        transform: rotate(270deg);
        left: 100%;
        top: 20px;
    }
    #garoserohairloss_01 .sec10 {
        background-color: #f4f4f4;
    }
    #garoserohairloss_01 .sec10 .subTIt {
        text-align: center;
    }
    #garoserohairloss_01 .sec10 .hair_txt_sec10 {
        max-width: 80%;
    }
    #garoserohairloss_01 .sec10 .hair_img_sec10 {
        border: 1px solid #ddd;
        margin-top: 20px;
    }
}

/* why_list */
.why_list li:not(:last-child) {
    margin-bottom: 20px;
}
.why_list li .item {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 40px;
}
.why_list li .item .tbox h5 span {
    display: inline-block;
    border-bottom: 1px solid #333;
    color: #333;
    font-weight: 400;
}
.why_list li .item .tbox .bottom {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}
.why_list li .item .tbox .bottom h5 {
    background: url(../img/why_arr.png) left center no-repeat;
    padding-left: 30px;
    font-weight: 600;
}
@media (min-width:768px){
    .why_list li .item .tbox {
        width: 80%;
        padding-left: 40px;
    }
}
@media (max-width:768px){
    .why_list li .item {
        padding: 20px;
    }
    .why_list li .item .ibox {
        text-align: center;
    }
    .why_list li .item .ibox img {
        width: 150px;
    }
    .why_list li .item .tbox .bottom h5 {
        padding-left: 20px;
        background-size: 15px !important;
    }
}
/* garoserohairloss_01 :: sec12 */
#garoserohairloss_01 .sec12 {
    background: url(../img/hair1_sec12_bg.png) center bottom no-repeat;
    background-color: #f4f4f4;
}
#garoserohairloss_01 .sec12 .pro_item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
#garoserohairloss_01 .sec12 .pro_item .side {
    width: 45%;
}
#garoserohairloss_01 .sec12 .pro_item .center {
    width: 10%;
}
#garoserohairloss_01 .sec12 .pro_item .item {
    background-color: #fff;
}
#garoserohairloss_01 .sec12 .pro_item .item h4 {
    line-height: 1em;
    padding: 20px 10px;
    background-color: #3d3d6e;
}
#garoserohairloss_01 .sec12 .pro_item .item .txtBox {
    border: 3px solid #3d3d6e;
    padding: 20px;
}
#garoserohairloss_01 .sec12 .pro_item .item .txtBox h5 {
    margin-top: 15px;
}
#garoserohairloss_01 .sec12 .pro_item li:last-child .item h4 {
    background-color: #ee7700;
}
#garoserohairloss_01 .sec12 .pro_item li:last-child .item .txtBox {
    border-color: #ee7700;
}
@media (min-width:768px){
    #garoserohairloss_01 .sec12 .pro_item .item .txtBox {
        height: 400px;
    }
}
@media (max-width:768px){
    #garoserohairloss_01 .sec12 .pro_item {
        flex-wrap: wrap;
    }
    #garoserohairloss_01 .sec12 .pro_item > li {
        width: 100% !important;
    }
    #garoserohairloss_01 .sec12 .pro_item .center {
        text-align: center;
        width: 100% !important;
    }
    #garoserohairloss_01 .sec12 .pro_item .center img {
        transform: rotate(90deg);
        width: 30px;
    }
}

/* table_hair */
.table.table_hair {
    border-top: 2px solid #333;
}
.table.table_hair thead tr th,
.table.table_hair thead tr td {
    border-bottom: 1px solid #333;
    vertical-align: middle;
    text-align: center;
}
.table.table_hair thead tr th {
    background-color: #ee7700;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
}
.table.table_hair thead tr td {
    background-color: #f4f4f4;
}
.table.table_hair tbody tr th,
.table.table_hair tbody tr td {
    padding: 15px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.table.table_hair tbody tr th {
    color: #666;
    font-size: 24px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
}
.table.table_hair tbody tr td {
    color: #666;
    font-size: 20px;
    line-height: 1.4em;
}
.table.table_hair tbody tr td h5 {
    margin-top: 10px;
}
.table.table_hair tbody tr td strong {
    color: #333;
}
.table.table_hair tbody tr td span {
    display: inline-block;
    padding-left: 30px;
    background: url(../img/hari_chk.png) left center no-repeat;
}
@media (max-width:768px){
    .table.table_hair thead tr th {
        font-size: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .table.table_hair tbody tr th,
    .table.table_hair tbody tr td {
        padding: 15px 10px;
    }
    .table.table_hair tbody tr th {
        font-size: 15px;
    }
    .table.table_hair tbody tr td {
        font-size: 13px;
    }
    .table.table_hair tbody tr td h5 {
        margin-top: 5px;
    }
    .table.table_hair tbody tr td span {
        padding-left: 15px;
        background-size: 10px !important;
    }
}
/* garoserohairloss_01 :: sec14 */
#garoserohairloss_01 .sec14 {
    background-color: #f4f4f4;
}
/* pro_test */
.pro_test {
    margin: 0 -5px;
    margin-top: 20px;
}
.pro_test li {
    padding: 0 5px;
    position: relative;
}
.pro_test li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -20px;
    height: 100%;
    width: 40px;
    background: url(../img/hair_test_arr.png) center center no-repeat;
    top: 0;
    z-index: 3;
}
.pro_test li .pro_item {
    border: 1px solid #aaa;
    padding: 40px 20px;
}
@media (max-width:768px){
    .pro_test {
        margin-top: 10px;
    }
    .pro_test li:not(:last-child) {
        margin-bottom: 10px;
    }
    .pro_test li:not(:last-child):after {
        display: none;
    }
    .pro_test li .pro_item {
        padding: 20px 10px;
    }
}
/* garoserohairloss_01 :: sec15 */
#garoserohairloss_01 .sec15 .pro_act {
    margin-top: 20px;
}
#garoserohairloss_01 .sec15 .pro_act li {
    margin-bottom: 40px;
}
#garoserohairloss_01 .sec15 .tbox .num h5 {
    font-weight: 700;
    margin-top: 10px;
    color: #f48718;
}
@media (max-width:768px){
    #garoserohairloss_01 .sec15 .pro_act {
        margin-top: 10px;
    }
    #garoserohairloss_01 .sec15 .pro_act li {
        margin-bottom: 20px;
    }
}



/* circleBox */
.circleBox {
    max-width: 1100px;
    margin: 0 auto;
}
.circleBox li > h5 {
    text-align: center;
    margin-top: 15px;
    line-height: 1.2em;
}
.circleBox .circle {
    text-align: center;
    border: 1px dashed #ee8e2d;
    background-color: #fff;
    position: relative;
}
.circleBox .circle .txt .c_wrp {
    height: 100%;
}
.circleBox .circle .txt p {
    display: inline-block;
    line-height: 1em;
    padding: 4px 20px;
    background-color: #ee8e2d;
    border-radius: 100px;
    color: #fff;
}
.circleBox .circle .txt h3 {
    font-weight: 300;
    color: #666;
    line-height: 1.1em;
    margin-top: 10px;
}
.circleBox .circle .txt h2 {
    font-weight: 300;
    color: #666;
    line-height: 1.1em;
    margin-top: 15px;
}
@media (min-width:992px){
    .circleBox .circle {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        display: inline-block;
    }
    .circleBox li:not(:last-child) .circle:after {
        content: "";
        position: absolute;
        right: -45px;
        width: 31px;
        height: 100%;
        background: url(../img/circle_arr.png) center center no-repeat;
    }
    .circleBox .circle .txt {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
}
@media (max-width:992px){
    .circleBox li {
        margin-top: 15px; 
        margin-bottom: 15px;
    }
    .circleBox .circle {
        display: block;
        padding: 15px;
    }
    .circleBox .circle .txt h2 {
        margin-top: 5px;
    }
}
/* garoseroskin_01 */
#garoseroskin_01 .sec1 .skin1_img1 {
    height: 400px;
    background: url(../img/skin1_img1.jpg) center center no-repeat;
    background-attachment: fixed;
}
#garoseroskin_01 .sec1 .skin1_img2 {
    height: 400px;
    background: url(../img/skin1_img2.jpg) center center no-repeat;
    background-attachment: fixed;
}
#garoseroskin_01 .sec1 .txt {
    text-align: center;
    max-width: 870px;
    margin: 0 auto;
    border: 10px solid #ee8e2d;
    position: relative;
    padding: 30px;
}
#garoseroskin_01 .sec1 .txt:before {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 10px;
    top: -10px;
    background-color: #fff;
}
#garoseroskin_01 .sec1 .txt:after {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 10px;
    bottom: -10px;
    background-color: #fff;
}
#garoseroskin_01 .sec1 .txt h2 {
    line-height: 1.2em;
}
#garoseroskin_01 .sec1 .txt2 h5 {
    margin-top: 20px;
}
@media (min-width:992px){
    #garoseroskin_01 .sec1 .txt2 h4 span {
        display: inline-block;
        border-bottom: 1px solid #333;
    }
    #garoseroskin_01 .sec2 .circleBox .circle {
        width: 198px;
        height: 198px;
    }
    #garoseroskin_01 .sec2 .circleBox li:not(:last-child) .circle:after {
        right: -30px;
        z-index: 3;
    }
}
@media (max-width:768px){
    #garoseroskin_01 .sec1 .skin1_img1 {
        height: 200px;
        background-attachment: initial;
        background-position-y: top;
        background-size: cover !important;
    }
    #garoseroskin_01 .sec1 .txt {
        border: 5px solid #ee8e2d;
        padding: 10px;
    }
    #garoseroskin_01 .sec1 .txt:before {
        height: 5px;
        top: -5px;
    }
    #garoseroskin_01 .sec1 .txt:after {
        height: 5px;
        bottom: -5px;
    }
    #garoseroskin_01 .sec1 .txt2 h5 {
        margin-top: 10px;
    }
}
/* garoseroskin_01 :: sec2 */
#garoseroskin_01 .sec2 {
    background: url(../img/skin_sec2_bg.jpg) center center no-repeat;
    background-size: cover;
}
/* garoseroskin_01 :: sec3 */
#garoseroskin_01 .sec3 ul li {
    margin-bottom: 30px;
    text-align: center;
}
#garoseroskin_01 .sec3 ul li h5 {
    line-height: 1.4em;
    margin-top: 10px;
}
@media (max-width:768px){
    #garoseroskin_01 .sec3 ul li h5 {
        height: 40px;
    }
}
/* garoseroskin_01 :: sec4 */
#garoseroskin_01 .sec4 {
    background: url(../img/skin_sec4_bg.png) center bottom no-repeat;
    background-color: #f4f4f4;
}

/* chkList */
.chkList .item {
    border: 1px solid #ddd;
    padding: 40px 15px;
    text-align: center;
}
.chkList .item .chk {
    display: inline-block;
    width: 38px;
    height: 40px;
    background: url(../img/chk_pk.png) center center no-repeat;
}
.chkList .item h5 {
    margin-top: 10px;
    font-weight: 500;
}
@media (max-width:768px){
    .chkList > li {
        margin: 5px 0;
    }
    .chkList .item {
        padding: 20px 15px;
    }
    .chkList .item .chk {
        width: 20px;
        height: 20px;
        background-size: 20px !important;
    }
    .chkList .item h5 {
        margin-top: 5px;
    }
}
/* garoseroskin_01 .sec6 */
#garoseroskin_01 .sec6 {
    background-color: #f1f1f1;
    text-align: center;
}
#garoseroskin_01 .sec6 ul li h4 {
    background-color: #fd6666;
    line-height: 1em;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
}
#garoseroskin_01 .sec6 ul li:nth-child(even) h4 {
    background-color: #f48718;
}
#garoseroskin_01 .sec6 ul li h5 {
    padding: 30px 15px;
    background-color: #fff;
    font-weight: 400;
    line-height: 1.4em;
    border-radius: 0 0 10px 10px;
}
@media (max-width:992px){
    #garoseroskin_01 .sec6 ul li {
        margin-bottom: 20px;
    }
}
@media (max-width:768px){
    #garoseroskin_01 .sec6 ul li h4 {
        padding: 10px;
    }
    #garoseroskin_01 .sec6 ul li h5 {
        padding: 15px;
    }
}

/* howSkin */
.howSkin .item {
    position: relative;
    padding-left: 50px;
}
.howSkin .item .num {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40px;
    text-align: center;
    color: #aaa;
}
.howSkin .item .num:after {
    content: "";
    position: absolute;
    left: 20px;
    height: 100%;
    width: 1px;
    background-color: #aaa;
}
.howSkin .item .num span {
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 3;
}
.howSkin .item .num span strong {
    color: #999;
}
@media (max-width:768px){
    .howSkin li {
        margin-bottom: 20px;
    }
}

/* garoseroskin_01 :: sec7 */
#garoseroskin_01 .sec7 .cmtBox {
    border: 2px solid #e60044;
    padding: 40px;
    background-color: #fff;
    margin-top: -30px;
    position: relative;
    z-index: 3;
}
#garoseroskin_01 .sec7 .cmtBox h4 {
    max-width: 1000px;
    margin: 0 auto;
    background: url(../img/cmtWan.png) left center no-repeat;
    padding-left: 90px;
}
@media (min-width:768px){
    #garoseroskin_01 .sec7 .cmtBox h4 strong {
        display: inline-block;
        position: relative;
        background-color: #fff5cc;
        padding: 0 5px;
    }
}
@media (max-width:768px){
    #garoseroskin_01 .sec7 .cmtBox {
        padding: 20px;
        margin-top: -20px;
    }
    #garoseroskin_01 .sec7 .cmtBox h4 {
        background-size: 25px !important;
        background-position: center top !important;
        padding-top: 40px;
        padding-left: 0;
    }
}
/* garoseroskin_01 .sec8 */
#garoseroskin_01 .sec8 {
    background: url(../img/skin1_sec8_bg.png) center bottom no-repeat;
    background-size: cover;
}
#garoseroskin_01 .sec8 .imgbox {
    background-color: rgba(255,255,255,0.8);
    padding: 40px;
}
/* garoseroskin_01 .sec9 */
#garoseroskin_01 .sec9 {
    background: url(../img/skin1_sec9_bg.png) right bottom no-repeat;
}
#garoseroskin_01 .sec9 .txtbox h2 {
    line-height: 1.2em;
}
#garoseroskin_01 .sec9 .txtbox h4,
#garoseroskin_01 .sec9 .txtbox h5 {
    margin-top: 15px;
}
#garoseroskin_01 .sec9 .c_wrp .tbox h5 {
    line-height: 1.2em;
    color: #666;
}
@media (max-width:992px){
    #garoseroskin_01 .sec9 {
        background-size: 100%;
        padding: 40px 0;
    }
    #garoseroskin_01 .sec9 .img {
        margin-top: 40px;
    }
}
/* garoseroskin_01 .sec10 */
#garoseroskin_01 .sec10 {
    background: url(../img/skin1_sec10_bg.jpg) right bottom no-repeat;
    background-size: cover;
}
#garoseroskin_01 .sec10 .subTIt h5 {
    color: #eee;
}
/* skin_pro */
.skin_img6 {
    position: relative;
    z-index: 3;
}
.skin_pro {
    position: relative;
    z-index: 1;
    margin-top: -40px;
}
.skin_pro .item {
    height: 400px;
    position: relative;
}
.skin_pro .item.item1 {
    background: url(../img/skin_bg1.png) left center no-repeat;
    background-size: contain;
    background-color: #fff;
}
.skin_pro .item.item2 {
    background: url(../img/skin_bg2.png) right center no-repeat;
    background-size: contain;
    background-color: #fff;
}
.skin_pro .item.item2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(to right, rgba(0,0,0,0.1), transparent);
}
.skin_pro .item.item1 .txt {
    padding: 15px;
    padding-left: 30%;
}
.skin_pro .item.item2 .txt {
    padding: 15px;
    padding-right: 30%;
}
.skin_pro .item .txt h3 {
    color: #666;
    font-weight: 500;
    margin-top: 5px;
}
@media (max-width:992px){
    .skin_img6 {
        max-height: 60px;
    }
    .skin_pro {
        margin-top: -30px;
    }
    .skin_pro .item {
        height: 250px;
        position: relative;
    }
    .skin_pro .item .txt img{
        width: 60px;
    }
}
@media (max-width:992px){
    .skin_img6 {
        max-height: 40px;
    }
    .skin_pro {
        margin-top: -20px;
    }
}

/* garoseroskin_01 .sec11 */
#garoseroskin_01 .sec11 {
    background: url(../img/skin1_sec11_bg.png) center center no-repeat;
    background-size: cover;
}
/* skinType */
.skinType .cir {
    display: inline-block;
    width: 150px;
    height: 150px;
    border: 2px solid #ee8e2d;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 10px;
}
.skinType .cir .c_wrp {
    height: 100%;
}
.skinType .cir h3,
.skinType .cir p {
    line-height: 1em;
}
.skinType .cir p {
    color: #666;
    margin-top: 5px;
}
@media (max-width:768px){
    .skinType {
        max-width: 400px;
        margin: 0 auto;
    }
    .skinType .cir {
        width: 100px;
        height: 100px;
        margin: 0 5px;
    }
}

/* pungText */
.pungText {
    background-color: rgba(255,255,255,0.8);
    padding: 50px 40px;
}
.pungText h5 {
    line-height: 1.3em;
}
.pungText .process li {
    margin-top: 15px;
    position: relative;
}
.pungText .process li:not(:last-child):after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 6px;
    bottom: -17px;
    left: 45%;
    border-color: #fd6666 transparent transparent transparent;
}
.pungText .process li p {
    line-height: 1.2em;
    padding: 8px 10px;
    border: 1px solid #fd6666;
    color: #fd6666;
}
@media (max-width:768px){
    .pungText {
        padding: 20px 15px;
    }
    .pungText .right {
        padding: 10px;
        border: 1px solid #ddd;
        margin-top: 15px;
    }
}


/* garoseroskin_01 :: sec12 */
#garoseroskin_01 .sec12 {
    background-color: #333;
    position: relative;
}
#garoseroskin_01 .sec12 .arr_bei {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 0;
}
#garoseroskin_01 .sec12 .arr_bk {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    line-height: 0;
}
#garoseroskin_01 .sec12 h2 {
    line-height: 1.2em;
    font-weight: 300;
}
#garoseroskin_01 .sec12 h4 {
    position: relative;
    color: #eee;
}
#garoseroskin_01 .sec12 h4:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(51,51,51,0.5), #333);
}
/* garoseroskin_01 :: sec13 */
#garoseroskin_01 .sec13 ul {
    max-width: 1100px;
    margin: 0 auto;
}
#garoseroskin_01 .sec13 .care {
    border: 3px solid #ee8e2d;
    background-color: #fff;
    text-align: center;
}
#garoseroskin_01 .sec13 .care .txt {
    padding: 30px 15px;
}
#garoseroskin_01 .sec13 .care h3 {
    background-color: #ee8e2d;
    color: #fff;
    padding: 10px;
}
#garoseroskin_01 .sec13 .care .txt h5 {
    margin-top: 8px;
}
@media (max-width:768px){
    #garoseroskin_01 .sec13 ul li {
        margin-bottom: 15px;
    }
    #garoseroskin_01 .sec13 .care .txt {
        padding: 20px 15px;
    }
    #garoseroskin_01 .sec13 .care h3 {
        padding: 5px;
    }
}
/* garoseroskin_01 :: sec14 */
#garoseroskin_01 .sec14 {
    background-color: #f6ebd0;
}
/* garoseroskin_01 :: sec15 */
#garoseroskin_01 .sec15 {
    background-color: #f4f4f4;
}

/* garoseroskin_01 .sec16 */
#garoseroskin_01 .sec16 {
    background-color: #f7f7f7;
}
#garoseroskin_01 .sec16 .tbox .num h5 {
    font-weight: 700;
    margin-top: 10px;
    color: #f48718;
}
#garoseroskin_01 .sec16 .tbox h4 {
    line-height: 1.2em;
}
#garoseroskin_01 .sec16 .tbox h6 {
    line-height: 1.3em;
    margin-top: 10px;
    color: #666;
}
@media (max-width:768px){
    #garoseroskin_01 .sec16 ul {
        margin-top: 0px !important;
    }
    #garoseroskin_01 .sec16 ul li {
        margin: 15px 0;
    }
}


/* garoseroacci_01 */
#garoseroacci_01 .sec1 .acci1_img1 {
    height: 400px;
    background: url(../img/acci1_img1.jpg) center center no-repeat;
    background-attachment: fixed;
}
#garoseroacci_01 .sec1 .toptxt {
    text-align: center;
    max-width: 870px;
    margin: 0 auto;
    border: 10px solid #ee8e2d;
    position: relative;
    padding: 30px;
}
#garoseroacci_01 .sec1 .toptxt:before {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 10px;
    top: -10px;
    background-color: #fff;
}
#garoseroacci_01 .sec1 .toptxt:after {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 10px;
    bottom: -10px;
    background-color: #fff;
}
#garoseroacci_01 .sec1 .toptxt h1 {
    line-height: 1.2em;
}
#garoseroacci_01 .sec1 .txt2 h5 {
    margin-top: 20px;
}
@media (min-width:992px){
    #garoseroacci_01 .sec1 .txt2 h4 span {
        display: inline-block;
        border-bottom: 1px solid #333;
    }
    #garoseroacci_01 .circleBox li:not(:last-child) .circle:after {
        background: url(../img/circle_pls.png) center center no-repeat;
    }
}
@media (max-width:768px){
    #garoseroacci_01 .sec1 .acci1_img1 {
        height: 200px;
        background-attachment: initial;
        background-position-y: top;
        background-size: cover !important;
        background-position: center 55% !important;
    }
    #garoseroacci_01 .sec1 .toptxt {
        border: 5px solid #ee8e2d;
        padding: 10px;
    }
    #garoseroacci_01 .sec1 .toptxt:before {
        height: 5px;
        top: -5px;
    }
    #garoseroacci_01 .sec1 .toptxt:after {
        height: 5px;
        bottom: -5px;
    }
    #garoseroacci_01 .sec1 .txt2 h5 {
        margin-top: 10px;
    }
}


/*garoseroacci_01 .sec2*/
#garoseroacci_01 .sec2 .subTIt ul {
    margin-top: 20px;
}
#garoseroacci_01 .sec2 .subTIt ul li {
    margin: 10px 0;
}
#garoseroacci_01 .sec2 .subTIt .item {
    padding: 5px 0;
    padding-left: 80px;
    background: url(../img/checkboad_chk3.png) left center no-repeat;
}
#garoseroacci_01 .sec2 .subTIt .item h3 {
    font-weight: 700;
    line-height: 1em;
    color: #aaa;
}
#garoseroacci_01 .sec2 .subTIt .item h5 {
    margin-top: 0px;
}
#garoseroacci_01 .sec2 .subTIt .item.chk2 {
    background: url(../img/checkboad_chk4.png) left center no-repeat;
}
#garoseroacci_01 .sec2 .subTIt .item.chk2 h3 {
    color: #ee7700;
}
#garoseroacci_01 .sec2 .checkBoardWrp .checkBoard {
    background-color: #ddd;
}
@media (min-width:768px){
    #garoseroacci_01 .sec2 .subTIt {
        width: 33.333333%;
    }
}
@media (max-width:768px){
    #garoserohairloss_01 .sec1 .hair1_img1 {
        height: 200px;
        background-attachment: initial;
        background-position-y: top;
        background-size: cover !important;
    }
    #garoserohairloss_01 .sec2 ul li {
        margin-bottom: 10px;
    }
    #garoserohairloss_01 .sec2 ul li .item {
        height: 100px;
        width: 100%;
        border-radius: 0;
    }
    #garoseroacci_01 .sec2 .subTIt  {
        text-align: center;
    }
    #garoseroacci_01 .sec2 .subTIt ul {
        margin-top: 10px;
    }
    #garoseroacci_01 .sec2 .subTIt ul li {
        margin: 5px 0;
        position: relative;
    }
    #garoseroacci_01 .sec2 .subTIt ul li:not(:last-child):before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: #ccc;
    }
    #garoseroacci_01 .sec2 .subTIt .item {
        padding: 0;
        padding-top: 40px;
        background-position: center top !important;
        background-size: 25px !important;
        text-align: center;
    }
    #garoseroacci_01 .sec2 .subTIt .item h5 {
        font-size: 12px;
        margin-top: 8px;
        line-height: 1.1em;
    }
}

/*showAch*/
.showAch.table {
    table-layout: fixed;
}
.showAch.table tr th,
.showAch.table tr td {
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
    vertical-align: middle;
}
.showAch.table tr th {
    background-color: #f48718;
}
.showAch.table tr th h4 {
    color: #fff;
}
.showAch.table tr td ul li {
    margin: 5px;
    display: inline-block;
}
.showAch.table tr td ul li p {
    border: 1px dashed #f48718;
    border-radius: 5px;
    line-height: 1em;
    padding: 8px;
}
.showAch.table tr td ul li h4 {
    display: inline-block;
    margin-right: 10px;
}
.showAch.table tr td ul li h4 span {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background-color: #f26860;
    font-size: 0.7em;
    color: #fff;
    vertical-align: middle;
    margin-right: 5px;
    padding-right: 2px;
    margin-bottom: 3px;
}
@media (max-width:768px){
    .showAch.table tr td ul li h4 {
        margin-right: 5px;
    }
    .showAch.table tr td ul li h4 span {
        width: 20px;
        line-height: 20px;
    }
}
/*garoseroacci_01 :: sec4*/
.acciCom .sec4 {
    background: url(../img/acci4_bg.jpg) center center no-repeat;
    background-size: cover;
}
.acciCom .sec4 ul li {
    margin-top: 15px;
    margin-bottom: 15px;
}
.acciCom .sec4 ul li .item {
    border: 1px solid #ddd;
    padding: 50px 15px;
    position: relative;
}
.acciCom .sec4 ul li .item:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 35px;
    width: 1px;
    background: #ddd;
}
@media (max-width:768px){
    .acciCom .sec4 ul li .item {
        padding: 30px 15px;
    }
    .acciCom .sec4 ul li .item:after {
        height: 20px;
    }
}
/*garoseroacci_01 .sec5*/
#garoseroacci_01 .sec3,
#garoseroacci_01 .sec5 {
    background-color: #f4f4f4;
}
/*acciPro*/
.acciPro li {
    margin-top: 15px;
    margin-bottom: 15px;
}
.acciPro li p {
    margin-top: 10px;
}
.acciPro li .item {
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    padding: 40px 15px;
}
.acciPro li .item .num {
    position: absolute;
    left: 0;
    width: 100%;
    top: -22px;
    height: 44px;
}
.acciPro li .item .num span {
    display: inline-block;
    width: 50px;
    line-height: 44px;
    background: url(../img/hari_num_bg.png) center center no-repeat;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.acciPro li .item .icon {
    margin-bottom: 15px;
}
@media (min-width:768px){
    .acciPro li p {
        margin-top: 10px;
        height: 90px;
    }
}
@media (max-width:768px){
    .acciPro li {
        margin-bottom: 25px;
    }
    .acciPro li .item {
        padding: 20px 15px;
    }
    .acciPro li .item .num span {
        background-size: 35px;
        font-size: 15px;
    }
    .acciPro li .item .icon {
        margin-bottom: 5px
    }
    .acciPro li .item .icon img {
        width: 55px;
    }
}
/*garoseroacci_01 .sec6*/
.acciCom .sec6 {
    background-color: #f4f4f4;
}
.acciCom .sec6 ul {
    max-width: 1250px;
    margin: 0 auto;
}
.acciCom .sec6 ul li .item {
    width: 280px;
    height: 308px;
    background: url(../img/huBg.png) center center no-repeat;
}
.acciCom .sec6 ul li .item .num {
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #f48718;
    margin-bottom: 15px;
    line-height: 1em;
    padding-bottom: 3px;
}
.acciCom .sec6 ul li .item h4 {
    line-height: 1.2em;
    color: #666;
    font-weight: 300;
}
@media (max-width:992px){
    .acciCom .sec6 ul li {
        margin: 15px 0;
    }
}
@media (max-width:768px){
    .acciCom .sec6 ul li {
        margin: 5px 0;
    }
    .acciCom .sec6 ul li .item {
        width: 180px;
        height: 198px;
        background-size: 180px;
        margin: 0 auto;
    }
    .acciCom .sec6 ul li .item .num {
        font-size: 17px;
    }
}
/*garoseroacci_01 .sec7*/
.acciCom .sec7 ul li {
    margin-bottom: 40px;
}
.acciCom .sec7 ul li .img {
    margin-bottom: 5px;
}
@media (max-width:768px){
    .acciCom .sec7 ul li {
        margin-bottom: 20px;
    }
}
/*garoseroacci_01 .sec8*/
#garoseroacci_01 .sec8 {
    padding-bottom: 30px;
    background: url(../img/acci8_bg.jpg) center center no-repeat;
    background-attachment: fixed;
    position: relative;
}
#garoseroacci_01 .sec8:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: url(../img/acci_arr_gr.png) center bottom no-repeat;
}
#garoseroacci_01 .sec8 h4 {
    opacity: 0.7;
}
@media (max-width:768px){
    #garoseroacci_01 .sec8:after {
        height: 20px;
        background-size: cover;
    }
}

/*garoseroacci_01 .sec9*/
#garoseroacci_01 .sec9 {
    background-color: #f4f4f4;
}
#garoseroacci_01 .sec9 .img img {
    border-radius: 10px 10px 0 0;
}
#garoseroacci_01 .sec9 ul {
    max-width: 950px;
    margin: 0 auto;
}
#garoseroacci_01 .sec9 ul li h4 {
    border-radius: 0 0 10px 10px;
    background-color: #f48718;
    line-height: 1em;
    padding: 15px;
    color: #fff;
}
@media (max-width:768px){
    #garoseroacci_01 .sec9 ul li h4 {
        padding: 8px;
    }
}

/* garoseroacci_02 */
#garoseroacci_02 .sec1 .txtLine {
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px 35px;
    display: inline-block;
    background-color: #f7f7f7;
}
#garoseroacci_02 .sec1 .toptxt {
    text-align: center;
    max-width: 870px;
    margin: 0 auto;
    border: 10px solid #ee8e2d;
    position: relative;
    padding: 10px 30px;
}
#garoseroacci_02 .sec1 .toptxt:before {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 10px;
    top: -10px;
    background-color: #fff;
}
#garoseroacci_02 .sec1 .toptxt:after {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 10px;
    bottom: -10px;
    background-color: #fff;
}
#garoseroacci_02 .sec1 .toptxt h1 {
    line-height: 1.2em;
}
#garoseroacci_02 .circleBox li:not(:last-child) .circle:after {
    background: url(../img/circle_pls.png) center center no-repeat;
}
#garoseroacci_02 .sec1 .txt2 h5 {
    margin-top: 20px;
}
@media (min-width:992px){
    #garoseroacci_02 .sec1 .txt2 h4 span {
        display: inline-block;
        border-bottom: 1px solid #333;
    }
}
@media (max-width:768px){
    #garoseroacci_02 .sec1 .toptxt {
        border: 5px solid #ee8e2d;
        padding: 10px;
    }
    #garoseroacci_02 .sec1 .toptxt:before {
        height: 5px;
        top: -5px;
    }
    #garoseroacci_02 .sec1 .toptxt:after {
        height: 5px;
        bottom: -5px;
    }
    #garoseroacci_02 .circleBox li .icon img {
        width: 25px;
    }
}
/*garoseroacci_02 .sec2*/
#garoseroacci_02 .sec2 {
    background: url(../img/acci2_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#garoseroacci_02 .sec2 ul li {
    position: relative;
}
#garoseroacci_02 .sec2 ul li h3 {
    margin-top: 15px;
}
#garoseroacci_02 .sec2 ul li h4 strong {
    display: inline-block;
    line-height: 1em;
    padding: 10px 30px;
    border-radius: 10px;
    background-color: #f48718;
    border-radius: 10px;
}
@media (min-width:992px){
    #garoseroacci_02 .sec2 ul li:not(:last-child):after {
        content: "";
        position: absolute;
        right: -15px;
        top: 0;
        width: 31px;
        height: 100%;
        background: url(../img/circle_arr.png) center center no-repeat;
    }
}
@media (max-width:768px){
    #garoseroacci_02 .sec2 ul li h3 {
        margin-top: 5px;
    }
    #garoseroacci_02 .sec2 ul li h4 strong {
        padding: 5px 20px;
    }
}
/*garoseroacci_02 .sec3*/
#garoseroacci_02 .sec3 .btn_wrp {
    margin-top: 30px;
}
#garoseroacci_02 .sec3 .btn_wrp a {
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    line-height: 60px;
    padding: 0 15px;
    border-radius: 4px;
    background-color: #fd6666;
    color: #fff;
    font-weight: 300;
    min-width: 280px;
}
@media (max-width:768px){
    #garoseroacci_02 .sec3 .btn_wrp {
        margin-top: 15px;
    }
    #garoseroacci_02 .sec3 .btn_wrp a {
        font-size: 15px;
        line-height: 40px;
        padding: 0 15px;
    }
}

/* qna_skin */
#qna_skin {
    border-top: 1px solid #ddd;
}
#qna_skin li {
    position: relative;
}
#qna_skin li.act:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #f48718;
}
#qna_skin li .qna_head {
    position: absolute;
    left: 15px;
    font-weight: 500;
}
#qna_skin li .qst,
#qna_skin li .anw {
    padding: 15px 50px;
    position: relative;
    border-bottom: 1px solid #ddd;
    line-height: 1.2em;
}
#qna_skin li .qst {
    cursor: pointer;
}
#qna_skin li.act .qst {
    border-bottom: 1px solid #eee;
    background-color: #f7f7f7;
}
#qna_skin li .qst:after {
    content: "";
    position: absolute;
    right: 15px;
    height: 100%;
    width: 18px;
    top: 0;
    background: url(../img/arr_qna.png) center center no-repeat;
}
#qna_skin li.act .qst:after {
    transform: rotate(180deg);
}
#qna_skin li .anw {
    background-color: #f7f7f7;
}
#qna_skin li .qst > h5,
#qna_skin li .anw > h5 {
    font-weight: 500;
}
#qna_skin li.act .qst > h5 {
    color: #f48718;
}
@media (max-width:768px) {
    #qna_skin li .qst,
    #qna_skin li .anw {
        padding: 15px 40px;
    }
    #qna_skin li .qst:after {
        background-size: 13px !important;
        height: 50px;
    }
}

/*tabBox*/
.tabBox a {
    text-decoration: none;
    display: inline-block;
    line-height: 1em;
    padding: 15px 30px;
    font-weight: 300;
    font-size: 20px;
    border: 1px solid #ddd;
    color: #666;
    margin: 3px;
    
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.tabBox a:hover {
    background-color: #f48718;
    color: #fff;
    border-color: #f48718;
}
@media (max-width:768px){
    .tabBox a {
        padding: 10px 20px;
        font-size: 15px;
    }
}
/* garoserokids_01 */
#garoserokids_01 .sec1 .kids1_img1 {
    height: 400px;
    background: url(../img/kids1_img1.jpg) center center no-repeat;
    background-attachment: fixed;
}
#garoserokids_01 .sec1 .toptxt {
    text-align: center;
    max-width: 870px;
    margin: 0 auto;
    border: 10px solid #ee8e2d;
    position: relative;
    padding: 30px;
}
#garoserokids_01 .sec1 .toptxt:before {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 10px;
    top: -10px;
    background-color: #fff;
}
#garoserokids_01 .sec1 .toptxt:after {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 10px;
    bottom: -10px;
    background-color: #fff;
}
#garoserokids_01 .sec1 .toptxt h1 {
    line-height: 1.2em;
}
#garoserokids_01 .sec1 .txt2 h5 {
    margin-top: 20px;
}
@media (min-width:992px){
    #garoserokids_01 .sec1 .txt2 h4 span {
        display: inline-block;
        border-bottom: 1px solid #333;
    }
    #garoserokids_01 .circleBox li:not(:last-child) .circle:after {
        background: url(../img/circle_pls.png) center center no-repeat;
    }
}
@media (max-width:768px){
    #garoserokids_01 .sec1 .kids1_img1 {
        height: 200px;
        background-attachment: initial;
        background-position-y: top;
        background-size: cover !important;
        background-position: center 55% !important;
    }
    #garoserokids_01 .sec1 .toptxt {
        border: 5px solid #ee8e2d;
        padding: 10px;
    }
    #garoserokids_01 .sec1 .toptxt:before {
        height: 5px;
        top: -5px;
    }
    #garoserokids_01 .sec1 .toptxt:after {
        height: 5px;
        bottom: -5px;
    }
    #garoserokids_01 .sec1 .txt2 h5 {
        margin-top: 10px;
    }
}

/*garoserokids_01 .sec2*/
#garoserokids_01 .sec2 {
    background-color: #f4f4f4;
}
/*growTable*/
.growTableTotal {
    width: 100%;
    overflow-x: scroll;
}
.growTableTotal::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #ddd;
}
.growTableWrp {
    max-height: 300px;
    overflow-y: scroll;
    min-width: 600px;
}
.growTableWrp::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #ddd;
}
.growTableTotal::-webkit-scrollbar-thumb,
.growTableWrp::-webkit-scrollbar-thumb {
  background-color: #f48718;
}
.growTableTotal::-webkit-scrollbartrack,
.growTableWrp::-webkit-scrollbartrack {
  background-color: #ddd;
}
.table.growTable.lined {
    border-top: 2px solid #666;
    margin-bottom: 0px !important;
}
.table.growTable tr th,
.table.growTable tr td {
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    line-height: 1em;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 400;
}
.table.growTable thead tr th,
.table.growTable thead tr td strong,
.table.growTable thead tr td {
    font-weight: 400;
    background-color: #fff7f2;
    color: #222;
    line-height: 1.2em;
}
.table.growTable tbody tr th,
.table.growTable tbody tr td {
    color: #333;
}
.table.growTable tbody tr .bgGray {
    background-color: #f7f7f7;
}
/*garoserokids_01 .sec3*/
#garoserokids_01 .sec3 .growGraph {
    border: 1px solid #ddd;
    padding: 30px 15px;
}
/*growSteps*/
.growSteps > li {
    margin: 15px 0;
}
.growSteps .c_wrp {
    border: 1px solid #fc6666;
    border-radius: 20px;
}
/*
.growSteps li:nth-child(even) .c_wrp {
    border-color: #f48718;
}
*/
.growSteps .tit {
    background-color: #fc6666;
    padding: 20px 15px;
    border-radius: 20px 0 0 20px;
}
/*
.growSteps li:nth-child(even) .tit {
    background-color: #f48718;
}
*/
.growSteps .tit h4,
.growSteps .tit h6 {
    color: #fff;
    line-height: 1.2em;
}
.growSteps .tit h4 {
    font-weight: 700;
}
.growSteps .tit h6 {
    margin-top: 5px;
}
.growSteps .con {
    padding: 20px;
    border-radius: 0 20px 20px 0;
}
@media (min-width:768px){
    .growSteps .tit {
        width: 30%;
    }
}
@media (max-width:768px){
    .growSteps .c_wrp,
    .growSteps .tit {
        border-radius: 10px;
    }
    .growSteps .tit {
        padding: 10px;
    }
    .growSteps > li {
        padding: 5px;
    }
}
/* garoserokids_01 :: sec4 */
#garoserokids_01 .sec4 .txtbox h2 {
    line-height: 1.2em;
}
#garoserokids_01 .sec4 .txtbox h4,
#garoserokids_01 .sec4 .txtbox h5 {
    margin-top: 15px;
}
#garoserokids_01 .sec4 .c_wrp .tbox h5 {
    line-height: 1.2em;
    color: #666;
}
#garoserokids_01 .sec4 ul li {
    background: url(../img/growCheck.png) left 5px no-repeat;
    padding-left: 35px;
}
@media (min-width:992px){
    #garoserokids_01 .sec4 {
        background: url(../img/kids_sec4_bg.jpg) center center no-repeat;
        background-size: cover;
    }
    #garoserokids_01 .sec4 .txtbox {
        width: 50%;
    }
}
@media (max-width:992px){
    #garoserokids_01 .sec4 {
        background-color: #f7f7f7;
    }
    #garoserokids_01 .sec4 .txtbox h4,
    #garoserokids_01 .sec4 .txtbox h5 {
        margin-top: 10px;
    }
    #garoserokids_01 .sec4 .mo_img {
        height: 200px;
        background: url(../img/kids_sec4_bg_m.jpg) center center no-repeat;
        background-size: cover;
    }
    #garoserokids_01 .sec4 ul li {
        background-size: 18px;
        padding-left: 22px;
    }
}
/*#garoserokids_01 .sec6*/
#garoserokids_01 .sec6 {
    background-color: #f4f4f4;
}
#garoserokids_01 .sec6 ul {
    max-width: 1250px;
    margin: 0 auto;
}
#garoserokids_01 .sec6 ul li .item {
    width: 280px;
    height: 308px;
    background: url(../img/huBg.png) center center no-repeat;
}
#garoserokids_01 .sec6 ul li .item .num {
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #f48718;
    margin-bottom: 15px;
    line-height: 1em;
    padding-bottom: 3px;
}
#garoserokids_01 .sec6 ul li .item h4 {
    line-height: 1.2em;
    color: #666;
    font-weight: 300;
}
@media (max-width:992px){
    #garoserokids_01 .sec6 ul li {
        margin: 15px 0;
    }
}
@media (max-width:768px){
    #garoserokids_01 .sec6 ul li {
        margin: 5px 0;
    }
    #garoserokids_01 .sec6 ul li .item {
        width: 180px;
        height: 198px;
        background-size: 180px;
        margin: 0 auto;
    }
    #garoserokids_01 .sec6 ul li .item .num {
        font-size: 17px;
    }
}
/*garoserokids_01 .sec5*/
#garoserokids_01 .sec5 ul li {
    margin-bottom: 40px;
}
#garoserokids_01 .sec5 ul li .img {
    margin-bottom: 5px;
}
@media (max-width:768px){
    #garoserokids_01 .sec5 ul li {
        margin-bottom: 20px;
    }
}

/*#garoserokids_01 .sec7*/
#garoserokids_01 .sec7 {
    background: url(../img/kids1_sec7_bg.jpg) center center no-repeat;
    background-size: cover;
}
#garoserokids_01 .sec7 ul li {
    margin-top: 15px;
    margin-bottom: 15px;
}
#garoserokids_01 .sec7 ul li .item {
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    padding: 40px 15px;
}
#garoserokids_01 .sec7 ul li .item .num {
    position: absolute;
    left: 0;
    width: 100%;
    top: -22px;
    height: 44px;
}
#garoserokids_01 .sec7 ul li .item .num span {
    display: inline-block;
    width: 50px;
    line-height: 44px;
    background: url(../img/hari_num_bg.png) center center no-repeat;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
#garoserokids_01 .sec7 .bt_txt .top span {
    display: inline-block;
    padding: 8px;
    line-height: 1em;
    color: #fff;
    font-weight: 600;
    background-color: #3d44b8;
}
#garoserokids_01 .sec7 .bt_txt h4,
#garoserokids_01 .sec7 .bt_txt h5 {
    margin-top: 15px;
}
#garoserokids_01 .sec7 .bt_txt h4.blue {
    color: #3d44b8;
}
@media (min-width:992px){
    #garoserokids_01 .sec7 ul li:nth-child(5) {
        margin-left: 10%;
    }
}
@media (max-width:768px){
    #garoserokids_01 .sec7 .bt_txt h4,
    #garoserokids_01 .sec7 .bt_txt h5 {
        margin-top: 5px;
    }
    #garoserokids_01 .sec7 ul li .item .num span {
        background-size: 20px;
        background-size: 35px;
        font-size: 15px;
    }
}

/*garoserokids_01 .sec8*/
#garoserokids_01 .sec8 {
    background-color: #f9ebea;
}
#garoserokids_01 .sec8 .c_wrp {
    max-width: 1000px;
    margin: 0 auto;
}
#garoserokids_01 .sec8 .calcBox {
    border: 4px solid #ddd;
    display: inline-block;
    background-color: #fff;
    width: 100%;
    max-width: 700px;
    border-radius: 20px;
    padding: 60px;
    margin-left: -30px;
    text-align: left;
}
#garoserokids_01 .sec8 .calcBox h4 {
    color: #f26860;
    position: relative;
    padding-left: 10px;
}
#garoserokids_01 .sec8 .calcBox h4:after {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    background-color: #f26860;
    width: 3px;
}
#garoserokids_01 .sec8 .calcBox .mtH {
    margin-top: 15px;
}
@media (max-width:768px){
    #garoserokids_01 .sec8 .calcBox {
        border: 2px solid #ddd;
        padding: 30px;
        margin-left: -50px;
    }
}

/* garoserokids_01 :: sec9 */
#garoserokids_01 .sec9 {
    background-color: #f26860;
    position: relative;
}
#garoserokids_01 .sec9 .arr_bei {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 0;
}
#garoserokids_01 .sec9 .arr_bk {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    line-height: 0;
}
#garoserokids_01 .sec9 h2 {
    line-height: 1.2em;
    font-weight: 300;
}
#garoserokids_01 .sec9 ul li h4 span {
    display: inline-block;
    background-color: #fff;
    color: #f26860;
    line-height: 1em;
    padding: 10px 25px;
    border-radius: 10px;
    margin-bottom: 15px;
}
@media (max-width:768px){
    #garoserokids_01 .sec9 ul li:not(:last-child) {
        margin-bottom: 20px;
    }
    #garoserokids_01 .sec9 ul li h4 span {
        padding: 7px 15px;
        margin-bottom: 5px;
    }
}
/*garoserokids_01 .sec10*/
#garoserokids_01 .sec10 .subTIt ul {
    margin-top: 20px;
}
#garoserokids_01 .sec10 .subTIt ul li {
    margin: 10px 0;
}
#garoserokids_01 .sec10 .subTIt .item {
    padding: 5px 0;
    padding-left: 80px;
    background: url(../img/checkboad_chk3.png) left center no-repeat;
}
#garoserokids_01 .sec10 .subTIt .item h3 {
    font-weight: 700;
    line-height: 1em;
    color: #aaa;
}
#garoserokids_01 .sec10 .subTIt .item h5 {
    margin-top: 0px;
}
#garoserokids_01 .sec10 .subTIt .item.chk2 {
    background: url(../img/checkboad_chk4.png) left center no-repeat;
}
#garoserokids_01 .sec10 .subTIt .item.chk2 h3 {
    color: #ee7700;
}
#garoserokids_01 .sec10 .checkBoardWrp .checkBoard {
    background-color: #ddd;
}
@media (min-width:768px){
    #garoserokids_01 .sec10 .subTIt {
        width: 33.333333%;
    }
}
@media (max-width:768px){
    #garoserohairloss_01 .sec1 .hair1_img1 {
        height: 200px;
        background-attachment: initial;
        background-position-y: top;
        background-size: cover !important;
    }
    #garoserohairloss_01 .sec2 ul li {
        margin-bottom: 10px;
    }
    #garoserohairloss_01 .sec2 ul li .item {
        height: 100px;
        width: 100%;
        border-radius: 0;
    }
    #garoserokids_01 .sec10 .subTIt  {
        text-align: center;
    }
    #garoserokids_01 .sec10 .subTIt ul {
        margin-top: 10px;
    }
    #garoserokids_01 .sec10 .subTIt ul li {
        margin: 5px 0;
        position: relative;
    }
    #garoserokids_01 .sec10 .subTIt ul li:not(:last-child):before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: #ccc;
    }
    #garoserokids_01 .sec10 .subTIt .item {
        padding: 0;
        padding-top: 40px;
        background-position: center top !important;
        background-size: 25px !important;
        text-align: center;
    }
    #garoserokids_01 .sec10 .subTIt .item h5 {
        font-size: 12px;
        margin-top: 8px;
        line-height: 1.1em;
    }
}

/* garoserokids_01 .sec11 */
#garoserokids_01 .sec11 {
    background-color: #faf3ed;
}
#garoserokids_01 .sec11 ul li > h4 {
    text-align: center;
}
#garoserokids_01 .sec11 ul li > h4 span {
    display: inline-block;
    width: 80%;
    max-width: 310px;
    text-align: center;
    line-height: 55px;
    background-color: #ee8e2d;
    color: #fff;
    font-weight: 600;
    border-radius: 100px;
}
#garoserokids_01 .sec11 ul li > .img {
    margin-top: 15px;
}
#garoserokids_01 .sec11 ul li > .txt {
    padding-top: 10px;
    text-align: center;
}
@media (max-width:768px){
    #garoserokids_01 .sec11 ul li:first-child {
        margin-bottom: 20px;
    }
    #garoserokids_01 .sec11 ul li > h4 span {
        line-height: 1em;
        padding: 10px 0;
        max-width: 150px;
    }
    #garoserokids_01 .sec11 ul li > .txt h5 {
        margin-top: 5px;
    }
}
/* garoserokids_01 .sec12 */
#garoserokids_01 .sec12 {
    background-color: #faf3ed;
    background: url(../img/kids1_sec12_bg.jpg) center center no-repeat;
    background-size: cover;
}
@media (min-width:992px){
    #garoserokids_01 .sec12 .circleBox li:not(:last-child) .circle:after {
        background: url(../img/circle_arr.png) center center no-repeat;
    }
}
/*garoserokids_01 .sec14*/
#garoserokids_01 .sec14 {
    background-color: #f7f7f7;
}
#garoserokids_01 .sec14 .c_bl,
#garoserokids_01 .sec14 .c_pk {
    padding-left: 30px
}
#garoserokids_01 .sec14 .c_pk {
    background: url(../img/girl_i.png) left center no-repeat;
}
#garoserokids_01 .sec14 .c_bl {
    background: url(../img/boy_i.png) left center no-repeat;
}
@media (max-width:768px){
    #garoserokids_01 .sec14 .c_bl,
    #garoserokids_01 .sec14 .c_pk {
        padding-left: 20px;
        background-size: 15px !important;
    }
}
/*garoserokids_01 .sec15*/
#garoserokids_01 .sec15 {
    background-color: #f7f7f7;
}
/*garoserokids_01 .sec16*/
#garoserokids_01 .sec16 .showAch.table tr th {
    background-color: #444;
}

/*garoseroskin_04*/
#garoseroskin_04 .newsec1 {
    background-color: #f4f4f4;
    text-align: center;
}
#garoseroskin_04 .newsec1 ul li {
    position: relative;
}
#garoseroskin_04 .newsec1 ul li .item {
    border: 1px solid #333;
    border-radius: 20px;
    overflow: hidden;
}
#garoseroskin_04 .newsec1 ul li .item .ibox {
    background-color: #333333;
}
#garoseroskin_04 .newsec1 ul li .item .tbox {
    padding: 30px 15px;
    background-color: #fff;
}
#garoseroskin_04 .newsec1 ul li .item .tbox h4 {
    line-height: 1.2em;
}
#garoseroskin_04 .newsec1 ul li .item .tbox h4 span {
    display: inline-block;
    border-bottom: 2px solid #ee7700;
}
@media (min-width:992px){
    #garoseroskin_04 .newsec1 .row {
        margin: 0 -30px;
    }
    #garoseroskin_04 .newsec1 .row li {
        padding: 0 30px;
    }
    #garoseroskin_04 .newsec1 .row li:after {
        content: "";
        position: absolute;
        top: 0;
        right: -30px;
        width: 60px;
        height: 100%;
        background: url(../img/pp_arr.png) center center no-repeat;
    }
}
@media (max-width:768px){
    #garoseroskin_04 .newsec1 ul li {
        margin: 10px 0;
    }
    #garoseroskin_04 .newsec1 ul li .item .ibox {
        width: 35%;
    }
}
/*garoseroskin newsec2*/
#garoseroskin_04 .newsec2 {
    background: url(../img/newsec2.png) center center no-repeat;
    background-size: cover;
}
#garoseroskin_04 .newsec2 ul {
    border-radius: 20px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    box-shadow: 20px 20px 65px rgba(0,0,0,0.2);
}
#garoseroskin_04 .newsec2 ul li {
    position: relative;
    background-color: #fff;
    padding: 50px 15px;
}
@media (min-width:768px){
    #garoseroskin_04 .newsec2 ul li:last-child:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 100%;
        background: linear-gradient(to right, #ddd, transparent);
    }
}
@media (max-width:768px){
    #garoseroskin_04 .newsec2 ul li:last-child:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 60px;
        background: linear-gradient(to bottom, #ddd, transparent);
    }
    #garoseroskin_04 .newsec2 ul li img {
        max-width: 90%;
    }
}
/* garoseroskin_04 .newsec3*/
#garoseroskin_04 .newsec3 .pp_top {
    line-height: 0px;
}
#garoseroskin_04 .newsec3 ul li {
    margin: 15px 0;
}
#garoseroskin_04 .newsec3 ul li .item {
    background-color: #f7f7f7;
    border-radius: 20px;
    padding: 40px;
}
#garoseroskin_04 .newsec3 ul li .item h5 {
    margin-top: 5px;
}
#garoseroskin_04 .newsec3 ul li .item p {
    margin-top: 10px;
    font-weight: 300;
}
/*garoseroskin newsec4*/
#garoseroskin_04 .newsec4 {
    background: url(../img/newsec4.png) center bottom no-repeat;
    background-color: #efeae5;
}
#garoseroskin_04 .newsec4 .img_monang img {
    display: inline-block;
    box-shadow: 25px 25px 50px rgba(0,0,0,0.3);
    border-radius: 500px;
}
#garoseroskin_04 .newsec4 .item {
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 20px;
    padding: 50px 15px;
    position: relative;
}
#garoseroskin_04 .newsec4 .item .num {
    position: absolute;
    left: 0;
    width: 100%;
    height: 62px;
    top: -31px;
}
#garoseroskin_04 .newsec4 .item p {
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: 0.3;
    font-weight: 300;
}
#garoseroskin_04 .newsec4 .item h4 {
    line-height: 1.2em;
    margin-top: 10px;
}
@media (max-width:768px){
    #garoseroskin_04 .newsec4 ul li {
        margin: 15px 0;
    }
    #garoseroskin_04 .newsec4 .item {
        padding: 30px 15px;
    }
    #garoseroskin_04 .newsec4 .item .num {
        height: 30px;
        top: -15px;
    }
    #garoseroskin_04 .newsec4 .item .num img {
        height: 30px;
    }
}
/*garoseroskin_04 newsec5*/
#garoseroskin_04 .newsec5 {
    background-color: #f7f7f7;
}
#garoseroskin_04 .newsec5 ul li {
    margin: 15px 0;
}
#garoseroskin_04 .newsec5 ul li .item {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}
#garoseroskin_04 .newsec5 ul li .item h5 {
    margin-top: 5px;
}
#garoseroskin_04 .newsec5 ul li .item p {
    margin-top: 10px;
    font-weight: 300;
}
@media (min-width:992px){
    #garoseroskin_04 .newsec5 {
        background: url(../img/skin_new_bg.png) right bottom no-repeat ;
        background-color: #f7f7f7;
    }
    #garoseroskin_04 .newsec5 ul li .item {
        min-height: 380px;
    }
}
/*garoseroskin newsec4*/
#garoseroskin_01 .newsec5 {
    background: url(../img/newsec5.png) center bottom no-repeat;
    padding-bottom: 400px;
}
@media (max-width:768px){
    #garoseroskin_01 .newsec5 {
        background-size: 100%;
        padding-bottom: 20%;
    }
}
/*garoseroskin_04 newsec6*/
#garoseroskin_04 .newsec6 ul li {
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#garoseroskin_04 .newsec6 ul li .item {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
}
#garoseroskin_04 .newsec6 ul li .item h4 span {
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    line-height: 50px;
    background-color: #ee8e2d;
    color: #fff;
    font-weight: 600;
    border-radius: 100px;
}
#garoseroskin_04 .newsec6 ul li .item h5 {
    margin-top: 15px;
}
#garoseroskin_04 .newsec6 ul li .item p {
    margin-top: 7px;
}
#garoseroskin_04 .newsec6 ul li .item .txt {
    width: calc(100% - 446px);
    padding-right: 60px;
}
#garoseroskin_04 .newsec6 ul li .item .img {
    width: 446px;
}
@media (max-width:992px){
    #garoseroskin_04 .newsec6 ul li .item {
        flex-wrap: wrap;
        padding: 0px;
    }
    #garoseroskin_04 .newsec6 ul li .item h4 span {
        padding: 0 20px;
        line-height: 40px;
    }
    #garoseroskin_04 .newsec6 ul li .item h5 {
        margin-top: 15px;
    }
    #garoseroskin_04 .newsec6 ul li .item p {
        margin-top: 7px;
    }
    #garoseroskin_04 .newsec6 ul li .item .txt {
        width: 100%;
        padding-right: 0px;
        text-align: center;
        margin-bottom: 30px;
    }
    #garoseroskin_04 .newsec6 ul li .item .img {
        width: 100%;
        text-align: center;
    }
}
/* garoseroskin_04 .newsec7 */
#garoseroskin_04 .newsec7 {
    background-color: #faf2ed;
} 
#garoseroskin_04 .newsec7 ul li img {
    width: 100%;
}
#garoseroskin_04 .newsec7 ul li h4 {
    background-color: #fc6666;
    line-height: 1em;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
}
#garoseroskin_04 .newsec7 ul li .txt {
    line-height: 1.2em;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    border-radius: 0 0 10px 10px;
}
/* garoseroskin_04 .newsec8 */
#garoseroskin_04 .newsec8 .conWrp {
    display: flex;
    align-items: center;
}
#garoseroskin_04 .newsec8 .conWrp .rt {
    padding-left: 60px;
}
#garoseroskin_04 .newsec8 .conWrp .costBox {
    width: 330px;
    height: 330px;
    border: 1px dashed #ee7700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}
#garoseroskin_04 .newsec8 .conWrp .costBox h3 {
    color: #ee7700;
    line-height: 1.2em;
}
#garoseroskin_04 .newsec8 .btn_wrp {
    margin-top: 30px;
}
#garoseroskin_04 .newsec8 .btn_wrp a {
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    line-height: 60px;
    padding: 0 15px;
    border-radius: 4px;
    background-color: #fd6666;
    color: #fff;
    font-weight: 300;
    min-width: 280px;
}
@media (max-width:768px){
    #garoseroskin_04 .newsec8 .conWrp {
        flex-wrap: wrap;
    }
    #garoseroskin_04 .newsec8 .conWrp .lft,
    #garoseroskin_04 .newsec8 .conWrp .rt {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    #garoseroskin_04 .newsec8 .conWrp .costBox {
        width: 100%;
        height: 130px;
        margin: 0 auto;
        margin-top: 20px;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    #garoseroskin_04 .newsec8 .btn_wrp {
        margin-top: 15px;
    }
    #garoseroskin_04 .newsec8 .btn_wrp a {
        font-size: 15px;
        line-height: 40px;
        padding: 0 15px;
    }
}

/*garoseroskin newsec6*/
#garoseroskin_01 .newsec6 {
    background-color: #f4f4f4;
}
#garoseroskin_01 .newsec6 .item {
    position: relative;
    display: inline-block;
}
#garoseroskin_01 .newsec6 .item .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
#garoseroskin_01 .newsec6 .item .txt .c_wrp {
    height: 100%;
    text-align: center;
}
#garoseroskin_01 .newsec6 .item img {
    position: relative;
    z-index: 3;
}
#garoseroskin_01 .newsec6 .item .num {
    position: absolute;
    font-size: 80px;
    line-height: 80px;
    padding-bottom: 10px;
    border-bottom: 5px solid #ddd;
    font-weight: 700;
    color: #ddd;
    left: -20px;
    top: -10px;
}
@media (max-width:768px){
    #garoseroskin_01 .newsec6 ul li {
        margin: 15px 0;
    }
    #garoseroskin_01 .newsec6 .item {
        max-width: 70%;
    }
    #garoseroskin_01 .newsec6 .item .num {
        font-size: 50px;
        line-height: 50px;
        left: 0;
    }
}
/*garoseroskin_01 .newsec7*/
#garoseroskin_01 .newsec7 {
    background: url(../img/newsec7.png) center bottom no-repeat;
    background-size: cover;
}
#garoseroskin_01 .newsec7 .txtLine {
    display: inline-block;
    border-bottom: 1px solid #333;
}
/*garoseroskin_01 .newsec8*/
#garoseroskin_01 .newsec8 {
    position: relative;
    background: url(../img/newsec8.png) center bottom no-repeat;
    background-size: cover;
}
#garoseroskin_01 .newsec8 .arr_w {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    line-height: 0;
}
/*garoseroskin_01 .newsec9*/
#garoseroskin_01 .newsec9 {
    background-color: #f4f4f4;
}
#garoseroskin_01 .newsec9 .bt_con {
    max-width: 850px;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #e60044;
    position: relative;
    padding: 40px 15px;
}
#garoseroskin_01 .newsec9 .bt_con .top {
    position: absolute;
    left: 0;
    top: -35px;
    width: 100%;
    height: 70px;
}
#garoseroskin_01 .newsec9 .bt_con  h4 strong {
    display: inline-block;
    position: relative;
    background-color: #fff5cc;
    padding: 0 5px;
}
@media (max-width:768px){
    #garoseroskin_01 .newsec9 .bt_con .top {
        top: -20px;
        height: 40px;
    }
    #garoseroskin_01 .newsec9 .bt_con .top img {
        height: 40px;
    }
}
/*garoseroskin_01 .newsec10*/
#garoseroskin_01 .newsec10 ul li h4 {
    background-color: #fd6666;
    line-height: 1em;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
}
#garoseroskin_01 .newsec10 ul li h5 {
    padding: 30px 15px;
    background-color: #fff;
    font-weight: 400;
    line-height: 1.4em;
    border-radius: 0 0 10px 10px;
    background-color: #f7f7f7;
    text-align: center;
}
@media (max-width:992px){
    #garoseroskin_01 .newsec10 ul li {
        margin-bottom: 20px;
    }
}
@media (max-width:768px){
    #garoseroskin_01 .newsec10 ul li h4 {
        padding: 10px;
    }
    #garoseroskin_01 .newsec10 ul li h5 {
        padding: 15px;
    }
}
/*garoseroskin_01 .newsec11*/
#garoseroskin_01 .newsec11 {
    background-color: #efeae5;
}
#garoseroskin_01 .newsec11 ul {
    max-width: 1090px;
    margin: 0 auto;
}
/* garoseroskin_03 */
#garoseroskin_03 .sec1 .skin3_img1 {
    height: 400px;
    background: url(../img/skin3_img1.jpg) center center no-repeat;
    background-attachment: fixed;
}
#garoseroskin_03 .sec1 .txt {
    text-align: center;
    max-width: 870px;
    margin: 0 auto;
    border: 10px solid #ee8e2d;
    position: relative;
    padding: 30px;
}
#garoseroskin_03 .sec1 .txt:before {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 10px;
    top: -10px;
    background-color: #fff;
}
#garoseroskin_03 .sec1 .txt:after {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 10px;
    bottom: -10px;
    background-color: #fff;
}
#garoseroskin_03 .sec1 .txt h2 {
    line-height: 1.2em;
}
#garoseroskin_03 .sec1 .txt2 h5 {
    margin-top: 20px;
}
#garoseroskin_03 .sec1 ul {
    max-width: 1100px;
    margin: 0 auto;
    border: 1px solid #ee8e2d;
    border-radius: 20px;
    padding: 50px 30px;
}
#garoseroskin_03 .sec1 ul li {
    position: relative;
}
#garoseroskin_03 .sec1 ul li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #ddd;
}
#garoseroskin_03 .sec1 ul li p {
    color: #333;
    line-height: 1.2em;
    margin-top: 10px;
}
@media (min-width:992px){
    #garoseroskin_03 .sec1 .txt2 h4 span {
        display: inline-block;
        border-bottom: 1px solid #333;
    }
    #garoseroskin_03 .sec2 .circleBox .circle {
        width: 198px;
        height: 198px;
    }
    #garoseroskin_03 .sec2 .circleBox li:not(:last-child) .circle:after {
        right: -30px;
        z-index: 3;
    }
}
@media (max-width:768px){
    #garoseroskin_03 .sec1 .skin3_img1 {
        height: 200px;
        background-attachment: initial;
        background-position-y: top;
        background-size: cover !important;
    }
    #garoseroskin_03 .sec1 .txt {
        border: 5px solid #ee8e2d;
        padding: 10px;
    }
    #garoseroskin_03 .sec1 .txt:before {
        height: 5px;
        top: -5px;
    }
    #garoseroskin_03 .sec1 .txt:after {
        height: 5px;
        bottom: -5px;
    }
    #garoseroskin_03 .sec1 .txt2 h5 {
        margin-top: 10px;
    }
    #garoseroskin_03 .sec1 ul {
        padding: 10px;
    }
    #garoseroskin_03 .sec1 ul li:nth-child(2):after {
        display: none;
    }
    #garoseroskin_03 .sec1 ul li .item {
        padding: 15px;
    }
    #garoseroskin_03 .sec1 ul li .item .icon img {
        width: 35px;
    }
}

/*garoseroskin_03 .sec2*/
#garoseroskin_03 .sec2 {
    background-color: #fcf0df;
}
#garoseroskin_03 .sec2 ul li {
    margin: 8px 0;
}
#garoseroskin_03 .sec2 ul li h5 {
    background-color: #fff;
    border-radius: 100px;
    padding: 20px 15px;
    padding-left: 100px;
    position: relative;
}
#garoseroskin_03 .sec2 ul li h5:after {
    content: "";
    width: 60px;
    position: absolute;
    left: 15px;
    background: url(../img/hd_arr.png) center center no-repeat;
    height: 70%;
    top: 15%;
    border-right: 1px solid #ddd;
}
@media (min-width:768px){
    #garoseroskin_03 .sec2 ul li {
        margin-right: 20px;
    }
}
@media (max-width:768px){
    #garoseroskin_03 .sec2 ul li h5 {
        padding: 10px 15px;
        padding-left: 60px;
    }
    #garoseroskin_03 .sec2 ul li h5:after {
        width: 35px;
        background-size: 10px !important;
    }
}
/*garoseroskin_03 .sec3*/
#garoseroskin_03 .sec3 ul li {
    position: relative;
    padding-left: 70px;
}
#garoseroskin_03 .sec3 ul li:not(:last-child) {
    margin-bottom: 20px;
}
#garoseroskin_03 .sec3 ul li .num {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    font-style: italic;
    line-height: 1em;
}
#garoseroskin_03 .sec3 ul li h3 {
    font-weight: 600;
}
@media (min-width:768px){
    #garoseroskin_03 .sec3 {
        background: url(../img/skin2_sec3.png) center center no-repeat;
        background-size: cover;
    }
}
@media (max-width:768px){
    #garoseroskin_03 .sec3 .subTIt {
        text-align: center;
    }
    #garoseroskin_03 .sec3 ul li {
        padding-left: 40px;
    }
    #garoseroskin_03 .sec3 ul li:not(:last-child) {
        margin-bottom: 10px;
    }
    #garoseroskin_03 .sec3 .skin2_sec3_img {
        border: 1px solid #ddd;
    }
}
/*garoseroskin_03 .sec4*/
#garoseroskin_03 .sec4 {
    background: url(../img/skin2_sec4.jpg) center center no-repeat;
    background-size: cover;
}
#garoseroskin_03 .sec4 ul {
    max-width: 1050px;
    margin: 0 auto;
}
#garoseroskin_03 .sec4 ul li {
    margin: 15px 0;
}
#garoseroskin_03 .sec4 ul li .item {
    background-color: #fff;
    padding: 30px 15px;
}
#garoseroskin_03 .sec4 ul li .item h5 {
    font-weight: 600;
    margin-top: 10px;
}
@media (max-width:768px){
    #garoseroskin_03 .sec4 ul li {
        margin: 5px 0;
    }
    #garoseroskin_03 .sec4 ul li .item {
        padding: 20px 15px;
    }
    #garoseroskin_03 .sec4 ul li .item img {
        max-width: 80px;
    }
}
/* garoseromedi_01 */
#garoseromedi_01 .sec1 .medi1_img1 {
    height: 400px;
    background: url(../img/medi1_img1.jpg) center center no-repeat;
    background-attachment: fixed;
}
#garoseromedi_01 .sec2 {
    background-color: #f7f7f7;
}
#garoseromedi_01 .sec2 ul li .item {
    height: 220px;
    width: 220px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px dashed #ddd;
    border-radius: 50%;
}
#garoseromedi_01 .sec2 ul li .item .c_wrp {
    height: 100%;
}
#garoseromedi_01 .sec2 ul li .item h4 {
    line-height: 1.2em;
    font-weight: 400;
}
#garoseromedi_01 .sec2 ul li .item .num span {
    display: inline-block;
    border-bottom: 1px solid #ee7700;
    line-height: 1em;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
@media (min-width:992px){
    #garoseromedi_01 .sec2 {
        /*background: url(../img/hair1_sec2_bg.jpg) center center no-repeat;*/
        background-size: cover;
        background-color: #f7f7f7;
    }
}
@media (max-width:768px){
    #garoseromedi_01 .sec1 .medi1_img1 {
        height: 200px;
        background-attachment: initial;
        background-position-y: top;
        background-size: cover !important;
    }
    #garoseromedi_01 .sec2 ul li {
        margin-bottom: 10px;
    }
    #garoseromedi_01 .sec2 ul li .item {
        height: 100px;
        width: 100%;
        border-radius: 0;
    }
}
/* garoseromedi_01 :: sec3 */
#garoseromedi_01 .sec3 ul li {
    margin-bottom: 30px;
    text-align: center;
}
#garoseromedi_01 .sec3 ul li h5 {
    line-height: 1.4em;
    margin-top: 10px;
}
@media (max-width:768px){
    #garoseromedi_01 .sec3 ul li h5 {
        height: 40px;
    }
}
/* garoseromedi_01 :: sec4 */
#garoseromedi_01 .sec4 {
    background: url(../img/medi_sec4.jpg) center center no-repeat;
    background-size: cover;
}
#garoseromedi_01 .sec4 ul {
    max-width: 1000px;
    margin: 0 auto;
}
/* garoseromedi_01 :: sec5 */
#garoseromedi_01 .sec5 ul li {
    margin-bottom: 30px;
    text-align: center;
}
#garoseromedi_01 .sec5 ul li img {
    border-radius: 20px;
}
#garoseromedi_01 .sec5 ul li h4 {
    line-height: 1.4em;
    margin-top: 10px;
}
#garoseromedi_01 .sec5 ul li h5 {
    margin-top: 0px;
}




/* garoseroache_01 */
#garoseroache_01 .sec1 .ache_img {
    height: 400px;
    background: url(../img/ache_img.jpg) center center no-repeat;
    background-attachment: fixed;
}
#garoseroache_01 .sec1 .txt {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    border: 10px solid #ee8e2d;
    position: relative;
    padding: 30px;
}
#garoseroache_01 .sec1 .txt:before {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 10px;
    top: -10px;
    background-color: #fff;
}
#garoseroache_01 .sec1 .txt:after {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 10px;
    bottom: -10px;
    background-color: #fff;
}
#garoseroache_01 .sec1 .txt h2 {
    line-height: 1.2em;
}
#garoseroache_01 .sec1 .txt2 h5 {
    margin-top: 20px;
}
@media (min-width:992px){
    #garoseroache_01 .sec1 .txt2 h4 span {
        display: inline-block;
        border-bottom: 1px solid #333;
    }
}
@media (max-width:768px){
    #garoseroache_01 .sec1 .ache_img {
        height: 200px;
        background-attachment: initial;
        background-position-y: top;
        background-size: cover !important;
    }
    #garoseroache_01 .sec1 .txt {
        border: 5px solid #ee8e2d;
        padding: 10px;
    }
    #garoseroache_01 .sec1 .txt:before {
        height: 5px;
        top: -5px;
    }
    #garoseroache_01 .sec1 .txt:after {
        height: 5px;
        bottom: -5px;
    }
    #garoseroache_01 .sec1 .txt2 h5 {
        margin-top: 10px;
    }
}

/*garoseroache_01*/
#garoseroache_01 .sec2 {
    background-color: #f7f7f7;
}
/*garoseroache_01 .sec3*/
#garoseroache_01 .sec3 {
    background: url(../img/ache_bg3.jpg) center center no-repeat;
    background-size: cover;
}
#garoseroache_01 .sec3 ul li {
    margin: 8px 0;
}
#garoseroache_01 .sec3 ul li h5 {
    border-radius: 100px;
    padding: 15px 15px;
    padding-left: 100px;
    position: relative;
    border: 2px solid #ddd;
    color: #fff;
}
#garoseroache_01 .sec3 ul li h5:after {
    content: "";
    width: 60px;
    position: absolute;
    left: 15px;
    background: url(../img/hd_arr.png) center center no-repeat;
    height: 70%;
    top: 15%;
    border-right: 1px solid #888;
}
@media (max-width:768px){
    #garoseroache_01 .sec3 ul li h5 {
        padding: 10px 15px;
        padding-left: 60px;
    }
    #garoseroache_01 .sec3 ul li h5:after {
        width: 35px;
        background-size: 10px !important;
    }
}
/*garoseroache_01 .sec4*/
#garoseroache_01 .sec4 {
    background-color: #f7f7f7;
}
#garoseroache_01 .sec4 .subTIt h4 span {
    display: inline-block;
    border-bottom: 1px solid #333;
}
/*garoseroache_01 .sec2*/
#garoseroache_01 .sec2 .showAch.table tr th {
    background-color: #444;
}
#garoseroache_01 .sec2 .showAch.table tr th h5 {
    line-height: 1em;
}
/*garoseroache_01 .sec6*/
#garoseroache_01 .sec6 {
    background-color: #f4f4f4;
}
#garoseroache_01 .sec6 ul li {
    margin: 8px 0;
}
#garoseroache_01 .sec6 ul li h5 {
    border-radius: 100px;
    padding: 15px 15px;
    padding-left: 100px;
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
}
#garoseroache_01 .sec6 ul li h5:after {
    content: "";
    width: 60px;
    position: absolute;
    left: 15px;
    background: url(../img/hd_arr.png) center center no-repeat;
    height: 70%;
    top: 15%;
    border-right: 1px solid #ddd;
}
@media (max-width:768px){
    #garoseroache_01 .sec6 ul li h5 {
        padding: 10px 15px;
        padding-left: 60px;
    }
    #garoseroache_01 .sec6 ul li h5:after {
        width: 35px;
        background-size: 10px !important;
    }
}

/*garoseroache_01 .sec7*/
#garoseroache_01 .sec7 .subTIt h4 span {
    display: inline-block;
    border-bottom: 1px solid #333;
}
/* garoserohairloss_01 .newsec3*/
#garoserohairloss_01 .newsec3 {
    background-color: #f4f4f4;
}
#garoserohairloss_01 .newsec3 .pp_top {
    line-height: 0px;
}
#garoserohairloss_01 .newsec3 ul li {
    margin: 15px 0;
}
#garoserohairloss_01 .newsec3 ul li .item {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}
#garoserohairloss_01 .newsec3 ul li .item h5 {
    margin-top: 5px;
}
#garoserohairloss_01 .newsec3 ul li .item p {
    margin-top: 10px;
    font-weight: 300;
}
/* garoseroskin_05 */
#garoseroskin_05 .sec2 {
    /* background-color: #fcfcfc; */
}
#garoseroskin_05 .sec3 {
    background: url(../img/skin5_bg.jpg) center center no-repeat;
    background-size: cover;
}
#garoseroskin_05 .sec3 ul li h4 {
    background-color: #fd6666;
    line-height: 1em;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
}
#garoseroskin_05 .sec3 ul li h5 {
    padding: 40px 15px;
    background-color: #fff;
    font-weight: 400;
    line-height: 1.4em;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0px;
    text-align: center;
}
@media (max-width:992px){
    #garoseroskin_05 .sec3 ul li {
        margin-bottom: 20px;
    }
}
@media (max-width:768px){
    #garoseroskin_05 .sec3 ul li h4 {
        padding: 10px;
    }
    #garoseroskin_05 .sec3 ul li h5 {
        padding: 15px;
    }
}
/* garoseroskin_01 */
#garoseroskin_05 .sec4 .skin5_img1 {
    height: 400px;
    background: url(../img/skin5_img1.jpg) center center no-repeat;
    background-attachment: fixed;
}
@media (max-width:768px){
    #garoseroskin_05 .sec4 .skin5_img1 {
        height: 200px;
        background-attachment: initial;
        background-position-y: top;
        background-size: cover !important;
    }
}

/* grInfoBox */
.grInfoBox {
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 10px;
}

/* que */
.que {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    text-align: center;
    border-radius: 50%;
    background-color: #ff8e1c;
    box-shadow: 5px 5px 15px rgba(255, 142, 28, 0.3);
    color: #fff;
    margin: 0 auto;
}
/* garoseroskin_06 */
#garoseroskin_06 .sec1 .skin6_img1 {
    height: 400px;
    background: url(../img/skin6_img1.jpg) center center no-repeat;
    background-attachment: fixed;
}
#garoseroskin_06 .sec2 .orgBox {
    background-color: #ee8e2d;
    display: inline-block;
    padding: 5px 50px;
    border-radius: 50px;
    color: #fff;
}
@media (min-width:768px){
    #garoseroskin_06 .sec2 {
        background-color: #fcfcfc;
    }
}
@media (max-width:768px){
    #garoseroskin_06 .sec1 .skin6_img1 {
        height: 200px;
        background-attachment: initial;
        background-position-y: top;
        background-size: cover !important;
    }
    #garoseroskin_06 .sec2 {
        background-color: #fcfcfc;
    }
}


/* garoseroskin_01 */
#garoseroskin_07 .sec1 .skin7_img1 {
    height: 400px;
    background: url(../img/skin7_img1.jpg) center center no-repeat;
    background-attachment: fixed;
}
#garoseroskin_07 .sec2 {
    background-color: #f7f7f7;
}
@media (max-width:768px){
    #garoseroskin_07 .sec1 .skin7_img1 {
        height: 200px;
        background-attachment: initial;
        background-position-y: top;
        background-size: cover !important;
    }
}