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

/*==================================================
mv
================================================== */

.mv-page{
	width: 100%;
	height: calc(100vh - 80px);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 80px;
    box-sizing: border-box;
    padding: 0 50px;
}

#mv-top{
    height: 100vh;
    margin-top: 0;
    padding: 0;
}

.mv-page img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    vertical-align: bottom;
}

.mv-pagebg {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv-pagebg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transition: right 1.5s cubic-bezier(.22,.82,.47,.92);
}
.mv-pagebg._slide::before {
    transition-delay: 500ms;
  right: 100%;
}

@media only screen and (max-width: 1024px) {
    
    #mv-top{
        margin-top: 30px;
    }

.mv-page{
    padding: 0 25px;
}
    
}

@media screen and (max-width: 1024px) and (orientation: portrait){

.mv-page, #mv-top{
	height: 50vh;
} 

.mv-product-img{
    height: 50vh;
}   
    
    
}
    



@media only screen and (max-width: 768px) {

.mv-page{
	height: calc(100vh - 60px);
    margin-top: 60px;
    padding: 0 15px;
}
	
#mv-column{
	width: 100vw;
	height:71.4vw;
	margin: 60px auto 0;
}

.mv-product-img img{
    height: 90%;
    margin-top: 15%;
}
	

}

@media screen and (max-width: 768px) and (orientation: portrait){

.mv-page{
	height: 50vh;
}    
    
    
}

@media only screen and (max-width: 480px) {

.mv-page, #mv-top{
	/*height: calc(100vh - 60px);*/
    height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
    
    .mv-page{
        padding: 0 10px;
    }
	
.mv-page article{
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 45px;
}

#mv-tcm{background-image: url("../images/bg_mv01.jpg");}
#mv-faq{background-image: url("../images/bg_mv_faq_sp.jpg");}

.mv-catchcopy{
	position: relative;
	top: inherit;
	left: inherit;
    display: block;
	width: 90%;
    margin: 0 auto;
    padding-top: 0;
    font-size: 8.6vw;
    line-height: 1.2;
}
	
#mv-lotion .mv-catchcopy{
    font-size: 8vw;
}

#mv-top .mv-catchcopy{
    position: absolute;
    top: 6%;
    left: 10%;
	color: #64beb9;
	line-height: 1.3;
    padding-top: 0;
    font-size: 9.2vw;
}

.mv-product-name{
    width: 90%;
    margin: 0 auto;
    font-size: 6vw;
    position: relative;
    left: inherit;
    bottom: inherit;
}

.mv-product-img{
    margin-left: auto;
    margin-right: auto;
    height: auto;
    text-align: center;
    padding: 25px 0 0;
}

.mv-product-img img{
	width: auto;
	height: 49vh;
    margin-top: 0;
	margin-left: 15px;
} 

/*#mv-lotion .mv-product-img img{
    height: auto;
    width: 25%;
    margin-top: 0;
} */


    
}


/*==================================================
下層ページ共通
================================================== */

.tate-scroll-line{
    position: absolute;
    width: 1px;
    height: 0;
    top: 0;
    left: 5px;
    background-color: #8fa7c0;
    transition: 1.5s;
    content: "";
}

.tate-scroll-line.expand{
    height: 100%;
}

.contents-line{
    position: relative;
    padding: 10px 0 10px 25px;
}

.box-left-line{
    display: flex;
}

.left-line{
    position: relative;
    width: 1px;
}

.left-line::before{
    position: absolute;
    width: 1px;
    height: 0;
    top: 0;
    left: 0;
    background-color: #64beb9;
    transition: 1.5s;
    content: "";
}

.left-line.expand::before{
    height: 100%;
}

.contents-left-line{
    padding: 30px 0 30px 30px;
}

.txt{
    line-height: 2.2;
    font-size: 21px;
    text-align: justify;
}

.txt-att{
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
	text-align: justify;
}

.txt-lead{
    font-size: 26px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 25px;
}

.img-float-r{
    float: right;
    margin: 0 0 15px 30px;
    vertical-align: bottom;
    width: 380px;
}

.img-t{
    width: 240px !important;
}

.pic{
    position: relative;
    margin-bottom: 50px;
}

.pic-line{
    background-color: #dcf5ff;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 60px;
    height: 460px;
    width: 100%;
}

.page-head{
    width: 900px;
    background-color: #fff;
    margin: 0 auto;
    padding: 35px 50px;
    box-sizing: border-box;
    position: relative;
    top: -80px;
}

.page-head p{
    line-height: 2.2;
    text-align: justify;
}

.txt-head{
    font-size: 32px;
    margin: 0 0 25px;
    letter-spacing: 0.05em;
    line-height: 1.8 !important;
    font-weight: 500;
}

.txt-head small{
    display: block;
    font-size: 50%;
    padding-top: 20px;
    text-indent: -8px;
}


@media only screen and (max-width: 1024px) {

.pic-line{
    height: 410px;
}
    
    
}


@media only screen and (max-width: 768px) {

.tate-scroll-line{
    left: 3px;
}

.contents-left-line{
    padding: 20px 0 20px 20px;
}

.txt{
    line-height: 2.0;
    font-size: 18px;
}

.txt-lead{
    font-size: 20px;
    line-height: 1.8;
}

.img-float-r{
    width: 45%;
}

.pic{
    margin-bottom: 35px;
}

.pic-line{
    top: 50px;
    height: 290px;
}

.page-head{
    width: 84%;
    padding: 25px 30px;
    top: -60px;
}

.page-head p{
    line-height: 2.0;
}

.txt-head{
    font-size: 24px;
}

}

@media only screen and (max-width: 480px) {

.txt{
    line-height: 1.8;
    font-size: 15px;
}

.txt-att{
    font-size: 10px;
}

.txt-lead{
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
}

.img-float-r{
    width: 100%;
    float: none;
    margin: 0 0 20px;
}

.img-t{
    width: 100% !important;
}

.pic-line{
    top: 30px;
    height: 130px;
}

.page-head{
    width: 84%;
    padding: 15px 20px;
    top: -50px;
}

.page-head p{
    line-height: 2.0;
}

.txt-head{
    font-size: 4.6vw;
}

.txt-head small{
    font-size: 70%;
    padding-top: 10px;
    text-indent: -5px;
}
    
}


/*==================================================
staff
================================================== */

.box-staff{
    padding-bottom: 100px;
}

.pic-staff{
    width: 50%;
    float: left;
}

.txt-staff{
    width: 45%;
    float: right;
}

.txt-staff .title-line{
    margin-bottom: 5px;
}

.title-line-under{
    display: block;
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.title-line-under small{
    padding-left: 20px;
    font-size: 13px;
}

.copy-t{
    display: block;
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 500;
    text-indent: -12px;
}

.txt-staff .title-line span{
    width: 100px;
}

#kita .title-line,
#kita .title-line-under{
    color: #49bbba;
}

#takeda .title-line,
#takeda .title-line-under{
    color: #f09895;
}
#takeda .title-line span::before{
    border-color: #f09895;
}

#kunikane .title-line,
#kunikane .title-line-under{
    color: #d0aca9;
}
#kunikane .title-line span::before{
    border-color: #d0aca9;
}

#sumitani .title-line,
#sumitani .title-line-under{
    color: #53a7d1;
}
#sumitani .title-line span::before{
    border-color: #53a7d1;
}

#inoue .title-line,
#inoue .title-line-under{
    color: #baa0ca;
}
#inoue .title-line span::before{
    border-color: #baa0ca;
}

#sakai .title-line,
#sakai .title-line-under{
    color: #69c778;
}
#sakai .title-line span::before{
    border-color: #69c778;
}

#kanazawa .title-line,
#kanazawa .title-line-under{
    color: #e684be;
}
#kanazawa .title-line span::before{
    border-color: #e684be;
}

#aichi .title-line,
#aichi .title-line-under{
    color: #baa0ca;
}
#aichi .title-line span::before{
    border-color: #baa0ca;
}

#tani .title-line,
#tani .title-line-under{
    color: #d0aca9;
}
#tani .title-line span::before{
    border-color: #d0aca9;
}

#sato .title-line,
#sato .title-line-under{
    color: #49bbba;
}
#sato .title-line span::before{
    border-color: #49bbba;
}

#yamaguchi .title-line,
#yamaguchi .title-line-under{
    color: #ecd37f;
}
#yamaguchi .title-line span::before{
    border-color: #ecd37f;
}

#eiseishi{
    padding: 100px 0;
}

#eiseishi .title-underline{
    font-size: 36px;
    line-height: 2.0;
}

#eiseishi .title-underline span::before{
    border-color: #49bbba !important;
}

#eiseishi img{
    vertical-align: bottom;
}


@media only screen and (max-width: 768px) {

.box-staff{
    padding-bottom: 50px;
}

.pic-staff{
    width: 44%;
}

.txt-staff{
    width: 52%;
}

.txt-staff .title-line{
    margin-bottom: 0;
}

.title-line-under{
    font-size: 28px;
    margin-bottom: 15px;
}

.title-line-under small{
    padding-left: 15px;
    font-size: 12px;
}

.copy-t{
    font-size: 18px;
    margin-bottom: 10px;
    text-indent: -10px;
}

#eiseishi{
    padding: 50px 0;
}

#eiseishi .title-underline{
    font-size: 32px;
    line-height: 1.5;
}
    
}


@media only screen and (max-width: 480px) {

.box-staff{
    padding-bottom: 35px;
}

.pic-staff{
    float: none;
    width: 100%;
}

.txt-staff{
    float: none;
    width: 100%;
    padding: 5px 5px 0 ;
}

.txt-staff .title-line{
    margin-bottom: 0;
}

.title-line-under{
    font-size: 28px;
    margin-bottom: 10px;
}

.title-line-under small{
    padding-left: 15px;
    font-size: 12px;
}

.copy-t{
    font-size: 16px;
    margin-bottom: 5px;
    text-indent: -10px;
}

.txt-staff .title-line span{
    width: 80px;
}

#eiseishi .title-underline{
    font-size: 5.7vw !important;
}
    
}












/*==================================================
ページリスト(.PageList)
================================================== */

.PageList {text-align:center; clear: both; margin-top: 50px; position: relative; padding-top: 50px;}
.PageList ul {}
.PageList ul li {display: inline-block; margin: 0 5px 20px 0;}
.PageList ul li.now { /* 現在のページ */}
.PageList ul li a,
.PageList ul li.active a{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%; 
    text-decoration: none; 
	background: #fff;
	color: #222;
	line-height: 1;
	font-size: 17px;
}

.PageList ul li.active a{
	pointer-events: none;
}

.PageList ul li.pagelist-dot a{
	pointer-events: none;
}

.PageList ul li.link-prev a,
.PageList ul li.link-next a{
	background: #dde9f4;
}
.PageList ul li a, 
.PageList ul li a:link, 
.PageList ul li a:visited {}
.PageList ul li.active a,
.PageList ul li a:hover{
    background: #dde9f4;
}

.btn-pagelist a.btn{
	position: absolute;
	width: 260px;
	top: 50px;
	left: 0;
}

.btn-pagelist a.btn.btn-next{
	left: inherit;
	right: 0;
}

@media (max-width: 1100px) {

.PageList {margin-top: 0; padding-top: 50px;}
.PageList ul{margin-bottom: 50px;}
.PageList ul li {display: inline-block; margin: 0 1px 10px 0;}
.PageList ul li a,
.PageList ul li.active a{
    width: 40px;
    height: 40px;
	font-size: 12px;
}
	
.btn-pagelist{
    padding-top: 20px;
}

.btn-pagelist a.btn{
	position: absolute;
	width: 45%;
	top: inherit;
	bottom: 0;
	left: 0;
}
}



/*==================================================
accordion
================================================== */


dl.accordion dt{
	width: 420px;
	margin: 0 auto;
    cursor:pointer;
	text-align: center;
}

dl.accordion dt.open{
}

dl.accordion dt:hover{
    cursor:pointer;
}


dl.accordion dt:after{
}

dl.accordion dt.open:after{
}

 
dl.accordion dd {
    display:none; 
	padding: 60px 50px 0;
}

dl#contents-seibun dd{
	padding: 0 ;
}

dl.accordion dt span{
}

dl.accordion dt.open span{
}

dl.accordion dt p{
}




@media only screen and (max-width: 480px) {


dl.accordion dt{
	width: 100%;
}
	
dl.accordion dd {
    display:none; 
	padding: 35px 20px 0;
}	
	
	
}

/*==================================================
access
================================================== */


#contents-access{
    display: table;
    font-size: 14px;
}

#contents-access > div{
    display: table-cell;
}


#map{
    width: 26%;
    vertical-align: top;
}

#map iframe{
    width: 100%;
    height: 190px;
    vertical-align: bottom;
}

#m-info{
    width: 26%;
    vertical-align: bottom;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 13px;
    padding-bottom: 15px;
}

#m-info p{
    margin: 0;
}

p.basic-info{
    border-bottom: 1px solid #616364;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
}

#m-info p small{
    display: block;
    text-indent: -8px;
}

#hours{
    width: 48%;
    vertical-align: top;
}

#hours table{
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #616364;
    margin-bottom: 7px;
}

#hours table tr{
    border-top: 1px solid #616364;
}

#hours table th{
    text-align: right;
    padding: 10px 12px 10px 0;
    width: 26%;
    font-weight: normal;
    border-right: 1px solid #616364;
}

#hours table td{
    text-align: center;
    padding: 10px 0;
    width: 10.5%;
}

#hours p{
    margin: 0;
}

#hours p small{
    display: block;
    text-align: right;
}

p.txt-hours{
    border: 1px solid #616364;
    text-align: center;
    margin-bottom: 15px !important;
}



@media only screen and (max-width: 768px) {


#contents-access{
    display: block;
    font-size: 14px;
}

#contents-access > div{
    display: block;
}


#map{
    width: 45%;
    float: left;
}

#map iframe{
    width: 100%;
    height: 190px;
    vertical-align: bottom;
}

#m-info{
    width: 50%;
    float: right;
}

#hours{
    clear: both;
    width: 100%;
    padding-top: 35px;
}

    
}


@media only screen and (max-width: 480px) {


#map{
    width: 100%;
    float: none;
}

#map iframe{
    width: 100%;
    height: 190px;
    vertical-align: bottom;
}

#m-info{
    width: 100%;
    float: none;
    padding: 15px 0;
}

#hours{
    clear: both;
    width: 100%;
    padding-top: 10px;
    font-size: 13px;
}
    
    #hours table th{
        text-align: center;
    }

#m-info p{
    text-align: center;
}
    
}


/*==================================================
cta
================================================== */

#cta{
    text-align: center;
    margin: 65px 0 100px;
    font-size: 18px;
}

#cta p{
    text-align: center;
    margin-bottom: 40px;
}

.btn-reserve{
    display: block;
    width: 100%;
    border-radius: 60px;
    background-color: #aeb8ca;
    border: 1px solid #aeb8ca;
    text-align: center;
    padding: 14px 0;
    color: #fff !important;
    margin: 0 auto;
    text-decoration: none !important;
    font-size: 24px;
}

.btn-reserve .icn{
    width: 40px;
    margin-left: 10px !important;
}

.btn-reserve:hover{
    background-color: transparent;
    color: #aeb8ca !important;
}


@media only screen and (max-width: 768px) {

#cta{
    margin: 65px 0;
    font-size: 15px;
}

.btn-reserve{
    font-size: 20px;
}

.btn-reserve .icn{
    width: 35px;
}
    
}


@media only screen and (max-width: 480px) {


#cta p{
    margin-bottom: 25px;
}

.btn-reserve{
    font-size: 16px;
}
    
}






/*==================================================
wp page navi
================================================== */

.wp-pagenavi {text-align:center; clear: both; margin-top: 50px; position: relative; padding-top: 50px;}
.wp-pagenavi span,
.wp-pagenavi a{
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%; 
    text-decoration: none;
	color: #aeb8ca;
	line-height: 1;
	font-size: 17px;
	margin: 0 5px 20px 0;
}


.wp-pagenavi span.current,
.wp-pagenavi a:hover{
    background: #aeb8ca;
	color: #fff;
}

@media (max-width: 768px) {

.wp-pagenavi{margin-top: 0; padding-top: 50px;}
.wp-pagenavi span,
.wp-pagenavi a{
    width: 40px;
    height: 40px;
	font-size: 12px;
	margin: 0 5px 10px 0;
}
}




/*==================================================
guide-access
================================================== */

#guide-access{

}

#access-map{
    width: 50%;
    float: left;
}

#access-txt{
    float: right;
    width: 45%;
}

#guide-exterior{
    clear: both;
}

#pic-exterior{
    margin-bottom: 15px;
}

#guide h3.title-line-under{
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 42px;
}

#access-txt p{
    margin-bottom: 25px;
}

#access-txt p small{
    display: block;
}

.box-guide{
    padding-bottom: 100px;
}

.pic-guide{
    width: 50%;
    float: left;
}

.txt-guide{
    width: 45%;
    float: right;
}

p.txt-g{
    clear: both;
    padding-top: 30px;
    text-align: justify;
}

.txt-guide .copy-t{
    text-indent: 0;
}

#examination-room h3{
    line-height: 1.2;
    margin-bottom: 30px !important;
}

#contents-guide article:nth-of-type(2n) .pic-guide{
    float: right;
}

#contents-guide article:nth-of-type(2n) .txt-guide{
    float: left;
}


@media only screen and (max-width: 768px) {
    
    #guide h2{
        margin-bottom: 5px;
    }

#guide h3.title-line-under{
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 1.2;
}
    
}

@media only screen and (max-width: 480px) {

#access-map{
    width: 100%;
    float: none;
    padding-top: 25px;
}

#access-txt{
    width: 100%;
    float: none;
}

#guide-exterior{
    clear: both;
}

#guide h3.title-line-under{
    font-size: 8.6vw;
    margin-bottom: 15px;
}

#access-txt p{
    margin-bottom: 25px;
}

.box-guide{
    padding-bottom: 60px;
}

.pic-guide{
    width: 100%;
    float: none;
    padding-bottom: 10px;
}

.txt-guide{
    width: 100%;
    float: none;
}

p.txt-g{
    padding-top: 15px;
}

.txt-guide .copy-t{
    font-size: 5vw;
}

#examination-room h3{
    line-height: 1.3;
    margin-bottom: 20px !important;
}

#contents-guide article:nth-of-type(2n) .pic-guide{
    float: none;
}

#contents-guide article:nth-of-type(2n) .txt-guide{
    float: none;
}
    
}


/*==================================================
prevention
================================================== */

.pic-prevention{
    width: 50%;
    float: left;
}

.txt-prevention{
    width: 45%;
    float: right;
}

.title-prevention{
    display: block;
    font-size: 32px;
    margin-bottom: 100px;
    font-weight: 500;
}

.box-prevention, .box-prevention02{
    padding-bottom: 100px;
}

.box-prevention h2{
    font-size: 24px;
    margin-bottom: 50px;
}

.box-prevention02 h2{
    font-size: 24px;
    margin-bottom: 20px;
}

.box-prevention .title-line.expand span::before,
.box-prevention02 .title-line.expand span::before{
    width: 140px;
}

.img-pre{
    width: 20%;
    margin: 0 0 0 50px;
    vertical-align: top;
    float: right;
}

#prevention-02{
    padding: 100px 0;
}

    .box-prevention .title-line span,
    .box-prevention02 .title-line span{
        padding-left: 0;
    }

@media only screen and (max-width: 768px) {

.title-prevention{
    font-size: 24px;
    margin-bottom: 75px;
}

.box-prevention h2{
    font-size: 18px;
    margin-bottom: 20px;
}

.box-prevention02 h2{
    font-size: 18px;
    margin-bottom: 20px;
}

.box-prevention, .box-prevention02{
    padding-bottom: 75px;
}

.img-pre{
    margin: 0 0 30px 50px;
}

#prevention-02{
    padding: 75px 0;
}
    
}

@media only screen and (max-width: 480px) {

.pic-prevention{
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.txt-prevention{
    width: 100%;
    float: none;
}
    
.title-prevention{
    font-size: 4.6vw;
    margin-bottom: 50px;
}  

.box-prevention h2{
    font-size: 4.6vw;
    margin-bottom: 20px;
}

.box-prevention02 h2{
    width: 100%;
    line-height: 1.5;
    font-size: 4.6vw;
    margin-bottom: 20px;
}  

.box-prevention .title-line.expand span::before,
.box-prevention02 .title-line.expand span::before{
    width: 110px;
}
    

    
    .box-prevention02{
        position: relative;
    }

.img-pre{
    display: block;
    width: 65%;
    margin: 0 auto 20px;
    position:relative;
    top: inherit;
    right: inherit;
    float: none;
}
    


#prevention-02{
    padding: 50px 0 0;
}

.box-prevention, .box-prevention02{
    padding-bottom: 50px;
}
    
    
}


/*==================================================
newsletter
================================================== */

#newsletter-list{
    padding-bottom: 100px;
}

.box-newsletterlist{
    padding-bottom: 100px;
}

.pic-newsletterlist{
    width: 45%;
    float: left;
}

.txt-newsletterlist{
    width: 50%;
    float: right;
    position: relative;
}

.txt-newsletterlist .title-line-under{
    margin-bottom: 25px;
    line-height: 1.4;
}

.btn-detail{
    text-align: right;
}

.icn-new{
    position: absolute;
    top: -15px;
    right: 15px;
    width: 48px;
}

a.more-link{
    display: none;
}

@media only screen and (max-width: 768px) {

#newsletter-list{
    padding-bottom: 75px;
}

.box-newsletterlist{
    padding-bottom: 75px;
}
    
    .txt-newsletterlist .title-line{
        margin-bottom: 0;
    }

.txt-newsletterlist .title-line-under{
    margin-bottom: 15px;
    font-size: 24px;
}
    
}

@media only screen and (max-width: 480px) {

#newsletter-list{
    padding-bottom: 50px;
}

.box-newsletterlist{
    padding-bottom: 50px;
}

.pic-newsletterlist{
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.txt-newsletterlist{
    width: 100%;
    float: none;
}

.txt-newsletterlist .title-line-under{
    margin-bottom: 15px;
    font-size: 4.6vw;
}
    
    
}

/*==================================================
news-detail
================================================== */

#newsletter-body{
    line-height: 2.2;
    text-align: justify;
}

#newsletter-body h2{
    display: block;
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
    text-indent: 60px;
}

#newsletter-body h2::before{
    content: "";
    border-top: 1px solid #616364;
    width: 48px;
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 0;
}

#newsletter-body p{
    /*color: #49bbba;*/
    margin-bottom: 35px;
}

#newsletter-body figure{
    margin: 50px 0;
    font-size: 14px;
}

#other-newsletter{
    padding: 150px 0 ;
}

#ul-other-newsletter{
    display: flex;
    list-style: none;
}

#ul-other-newsletter li{
    width: calc(100%/3 - 17px);
    margin-right: 25px;
}

#ul-other-newsletter li:last-child{
    margin-right: 0;
}

#ul-other-newsletter li .img-hover-big{
    height: 210px;
    margin: 10px 0;
}

#ul-other-newsletter li h3{
    display: block;
    font-size: 16px;
    min-height: 60px;
}

#ul-other-newsletter li a{
    text-decoration: none;
    display: block;
}

#ul-other-newsletter li a span{
    display: block;
    text-align: right;
    font-size: 13px;
    color: #aeb8ca;
    padding-right: 5px;
}

#newsletter-bottomtxt{
    border-top: 1px solid #49bbba;
    border-bottom: 1px solid #49bbba;
    padding: 50px 5px 55px;
    margin-top: 75px;
    line-height: 2.2;
}

#newsletter-bottomtxt p{
    margin-bottom: 35px;
}
#newsletter-bottomtxt > p:last-child{
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {

#newsletter-body{
    line-height: 1.8;
}

#newsletter-body h2{
    font-size: 15px;
    margin-bottom: 15px;
    text-indent: 50px;
}

#newsletter-body h2::before{
    width: 38px;
    top: 13px;
}

#ul-other-newsletter li .img-hover-big{
    height: 150px;
    margin: 8px 0;
}

#ul-other-newsletter li h3{
    font-size: 15px;
    line-height: 1.5;
    min-height: 70px;
}
    
}

@media only screen and (max-width: 480px) {

#newsletter-body{
    line-height: 1.8;
}

#newsletter-body h2{
    font-size: 14px;
    margin-bottom: 12px;
    text-indent: 40px;
}

#newsletter-body h2::before{
    width: 28px;
    top: 12px;
}

#newsletter-body figure{
    margin: 30px 0;
    font-size: 12px;
}

#other-newsletter{
    padding: 100px 0 50px;
}

#ul-other-newsletter{
    display: block;
}

#ul-other-newsletter li{
    width: 100%;
    margin: 0 auto 30px;
}

#ul-other-newsletter li .img-hover-big{
    height: 56vw;
    margin: 8px 0;
}

#ul-other-newsletter li h3{
    font-size: 14px;
    min-height: auto;
}

#newsletter-bottomtxt{
    padding: 30px 5px 35px;
    margin-top: 50px;
    line-height: 2.0;
}

#newsletter-bottomtxt p{
    margin-bottom: 25px;
}
#newsletter-bottomtxt > p:last-child{
    margin-bottom: 0;
}
    
}

/*==================================================
news-list
================================================== */

.title-news{
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #aeb8ca;
    margin-bottom: 15px;
}

#news-list{
    border-top: 1px solid #aeb8ca;
    border-bottom: 1px solid #aeb8ca;
    padding: 25px 50px 13px;
}

dl.news{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

dl.news dt{
    width: calc(100%/4 - 1px);
    margin-bottom: 12px;
    border-right: 1px solid #aeb8ca;
}

dl.news dd{
    width: 70%;
    padding-left: 5%;
    margin-bottom: 12px;
}

dl.news dt > span{
    display: inline-block;
}

.news-tag{
    width: 50%;
}

.news-tag i{
    display: inline-block;
    text-align: center;
    background-color: #ecd37f;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    line-height: 1;
    padding: 3px 20px;    
}

.news-date{
    width: 46%;
}

.btn-news{
    text-align: right;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {

#news-list{
    padding: 20px 10px 10px;
}
    
    .news-tag{
        text-align: center;
    }
    
    .news-tag i{
        padding: 3px 10px;
    }


    
}

@media only screen and (max-width: 480px) {

.title-news{
    font-size: 16px;
    margin-bottom: 10px;
}

#news-list{
    padding: 15px 8px 8px;
}

dl.news{
    display: block;
}

dl.news dt{
    width: 100%;
    margin-bottom: 0;
    border-right: none;
}

dl.news dd{
    width: 100%;
    padding-left: 0;
    margin-bottom: 12px;
    border-bottom: 1px dotted #aeb8ca;
    padding-bottom: 12px;
}
    
dl.news dd:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

dl.news dt > span{
    display: inline-block;
}

.news-tag{
    text-align: right;
    width: 52%;
}

.news-tag i{
    padding: 3px 6px;    
}

.news-date{
    width: 45%;
}
    
}

/*==================================================
news
================================================== */

#news{
    padding: 50px 0;
}

@media only screen and (max-width: 1024px) {

#news{
    padding-top: 30px;
}
    
}

@media only screen and (max-width: 768px) {

#news{
    padding-top: 20px;
}
    
}

@media only screen and (max-width: 480px) {

#news{
    padding-top: 10px;
}
    
}

/*==================================================
news-detail
================================================== */

#news-detail{
    padding-bottom: 100px;
}

#newsdetail-head{
    top: 0;
    width: 1024px;
    padding: 0;
}



#news-bottom{
	position: relative;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	height: 80px;
    margin-top: 50px;
}

#news-bottom a{
	display: inline-block;
	text-align: center;
	font-size: 14px;
	text-decoration: none !important;
	position: relative;
	padding: 18px 30px;
	line-height: 1;
	letter-spacing: 0.08em;
    color: #aeb8ca !important;
}

#news-bottom a:hover{
    text-decoration: underline !important;
}


#news-bottom > a,
#news-bottom span{
	position: absolute;
	top: 15px;
}

#news-bottom a.btn-back{
	left: 0;
}

#news-bottom span.btn-next{
	right: 0;
}

#news-bottom span.btn-prev{
	right: 170px;;
}

@media only screen and (max-width: 1024px) {

#newsdetail-head{
    width: 100%;
}
    
}

@media only screen and (max-width: 768px) {

#news-detail{
    padding-bottom: 50px;
}
    
}

@media only screen and (max-width: 480px) {


#news-bottom{
	position: relative;
	padding: 0 ;
	height: 80px;
}
	
#news-bottom span a{
	font-size: 13px;
	padding: 0;
	width: 100%;
}	

#news-bottom a.btn,
#news-bottom span{
	top: 30px;
	width: 30%;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#news-bottom a.btn-back{
	position: absolute;
	top: 34px;
	left: 0;
	width: 30%;
	margin: 0;
	box-sizing: border-box;
    padding: 0;
    font-size: 12px;
}

#news-bottom span.btn-next{
	right: 0;
}

#news-bottom span.btn-prev{
	right: 33%;
}
	
}



