@charset "utf-8";


/* ----------------------------------------------------------------------
	header
---------------------------------------------------------------------- */

/* l-home-mainimg */
.l-home-mainimg {
    position: relative;
    margin-left: 320px;
}

.l-home-mainimg__ph { margin: 0 20px; }

@media screen and (max-width: 990px) {
    .l-home-mainimg { margin: 0; }

    .l-home-mainimg__inner { position: relative; }
    
    .l-home-mainimg__inner::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        z-index: 1;
        background: var(--color-white);
        width: 34px;
        height: 80px;
        border-radius: 17px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); 
    }
    
    .l-home-mainimg__slider { margin-left: 30px; }

    .l-home-mainimg__ph { margin: 0; }

    .l-home-mainimg__ph img {
        width: 100%;
        height: calc(100svh - 280px);
        object-fit: cover;
    }
}

@media screen and (max-width: 990px) and  (orientation: landscape) {
    .l-home-mainimg__ph img {
        height: auto;
        object-fit: none;
    }
}

.l-home-mainimg .slick-prev,
.l-home-mainimg .slick-next {
    top: inherit;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    bottom: 40px;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
}

.l-home-mainimg .slick-prev {
    background-image: url("../img/btn_prev.svg");
    left: -270px;
}

.l-home-mainimg .slick-next {
    background-image: url("../img/btn_next.svg");
    left: -100px;
    right: inherit;
}

@media screen and (max-width: 990px) {
    .l-home-mainimg .slick-prev,
    .l-home-mainimg .slick-next {
        top: inherit;
        bottom: -20px;
        width: 40px;
        height: 40px;
    }

    .l-home-mainimg .slick-prev {
        left: 50%;
        transform: translateX(calc(-50% - 50px));
    }

    .l-home-mainimg .slick-next {
        left: 50%;
        transform: translateX(calc(-50% + 20px));
        right: inherit;
    }
    }


.l-home-mainimg .slick-dotted.slick-slider { margin-bottom: 0; }

.l-home-mainimg .slider-dots {
    position: absolute;
	left: -210px;
    bottom: 40px;
    width: 50px;
    height: 50px;
}

.l-home-mainimg .slider-dots li { display: none; }

.l-home-mainimg .slider-dots li.slick-active { display: block; }

.l-home-mainimg .slider-dots button {
	position: absolute;
	top: 0;
	left: 0;
    color: var(--color-black);
    font-family: var(--font-en);
	font-weight: 600;
	background: var(--color-white);
    width: 50px;
	height: 50px;
    border: none;
	border-radius: 50%;
	z-index: 4;
}


@media screen and (max-width: 990px) {
    .l-home-mainimg .slider-dots {
        position: absolute;
        top: 50%;
        left: -15px;
        bottom: inherit;
        z-index: 1;
       transform: translateY(calc(-50% - 17px));
        width: 34px;
        height: 34px;
    }
    
    .l-home-mainimg .slider-dots button {
        width: 34px;
        height: 34px;
    }
}


.l-home-mainimg__slider-navi {
    position: absolute;
    left: -160px;
    bottom: 40px;
    z-index: 5;
    font-family: var(--font-en);
	font-weight: 600;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: var(--color-white);
	border-radius: 50%;
}

.l-home-mainimg__slider-navi::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
    transform: rotate(-250deg);
	background: var(--color-orange);
    width: 40px;
	height: 2px;
}

@media screen and (max-width: 990px) {
    .l-home-mainimg__slider-navi {
        left: 15px;
        top: 50%;
        bottom: inherit;
        width: 34px;
        height: 34px;
        text-align: center;
        line-height: 36px;
        background: var(--color-white);
        border-radius: 50%;
    }

   .l-home-mainimg__slider-navi::before {
        top: 0;
        left: 50%;
        transform: translateX(-50%) rotate(0);
        background: var(--color-light-gray);
        width: 20px;
        height: 1px;
    }
}


 .l-home-mainimg__scroll { display: none; }
 
@media screen and (max-width: 990px) {
    .l-home-mainimg__scroll {
        position: absolute;
        right: 20px;
        bottom: -30px;
        z-index: 1;
        display: block;
    }
    
    .l-home-mainimg__scroll a { height: 60px; }
    
    .l-home-mainimg__scroll a span { display: none; }
    
    .l-home-mainimg__scroll a::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -4px;
        background: var(--color-black);
        width: 9px;
        height: 9px;
        border-radius: 50%;
        animation:
        circlemove 1.6s ease-in-out infinite,
        cirlemovehide 1.6s ease-out infinite;
    }
    
    .l-home-mainimg__scroll a::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 1px;
      height: 60px;
      background: var(--color-black);
    }
}

@keyframes circlemove {
  0%{ bottom: 50px; }
  100%{ bottom: 0px; }
}

@keyframes cirlemovehide {
  0%{ opacity: 0 }
  50%{ opacity: 1 ;}
  80%{ opacity: 0.9; }
  100%{ opacity: 0; }
}


/* l-home-maincatch */
.l-home-maincatch {
    position: absolute;
    top: 230px;
    left: -320px;
    width: 320px;
}

.l-home-maincatch__txt {
    background: var(--color-white);
    text-align: center;
}

.l-home-maincatch__txt img { display: inline-block; }

@media screen and (max-width: 990px) {
    .l-home-maincatch {
        position: static;
        background: var(--color-white-gray);
        padding: 130px 0 90px;
        margin: -85px 0 0;
        width: 100%;
    }
    
    .l-home-maincatch__txt {  background: var(--color-white-gray); }
    
    .l-home-maincatch__txt img {
        width: auto;
        height: 12.8vw;
        opacity: 0;
    }
    
    .l-home-maincatch__slider .is-active img {
        animation-name: maincatchAnime;
        animation-delay: 0.3s;
        animation-duration: 0.6s;
        animation-fill-mode: forwards;
    }
}

@keyframes maincatchAnime {
  0% {
    opacity: 0;
	transform: translateY(50px);
  }

  100% {
    opacity: 1;
	transform: translateY(0);
  }

}


/* l-home-mainnews */
.l-home-mainnews {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 600px;
}

.l-home-mainnews dl {
    background: var(--color-white);
    padding: 16px 0;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.l-home-mainnews dl dt {
    color: var(--color-orange);
    text-align: center;
    width: 125px;
}

.l-home-mainnews dl dd {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.l-home-mainnews dl dd::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--color-light-gray);
    width: 1px;
    height: calc(100% - 4px);
    display: block;
}

.l-home-mainnews dl dd a {
    position: relative;
    text-decoration: none;
    padding-right: 26px;
    display: block;
}

.l-home-mainnews dl dd a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url("../img/icon_a_sub.svg") center center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
}

@media screen and (max-width: 990px) {
    .l-home-mainnews {
       position: static;
       padding: 0 30px;
       margin: -50px 0 0;
       width: 100%;
    }

    .l-home-mainnews dl {
        background: var(--color-white);
        padding: 20px;
        display: block;
        box-shadow: 0 0 6px rgba(0,0,0,0.1)
    }
    
    .l-home-mainnews dl dt {
        text-align: left;
        width: auto;
    }

    .l-home-mainnews dl dt::before { display: none; }

    .l-home-mainnews dl dd {
        width: 100%;
        padding: 0;
    }
    
    .l-home-mainnews dl dd::before { display: none; }

    .l-home-mainnews dl dd a {
        position: relative;
        text-decoration: none;
        display: block;
    }

    .l-home-mainnews dl dd a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: url("../img/icon_a_sub.svg") center center no-repeat;
        background-size: 20px;
        width: 20px;
        height: 20px;
        display: block;
    }
}


/* ----------------------------------------------------------------------
	 heading
---------------------------------------------------------------------- */

.home-ttl {
    background: url("../img/icon_kirakira.svg") center top no-repeat;
    background-size: 30px;
    text-align: center;
    line-height: 1.3;
    padding: 34px 0 0;
    margin: 0 0 3em;
}

.home-ttl__en {
    color: var(--color-orange); 
    font-size: 4.8rem;
    letter-spacing: .1em;
}

.home-ttl__ja {
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: .1em;
}

@media screen and (max-width: 990px) {
    .home-ttl { margin: 0 0 2em; }
    
    .home-ttl__en { font-size: 4rem; }

    .home-ttl__ja { font-size: 1.8rem; }
}


/* ----------------------------------------------------------------------
	 l-home-about
---------------------------------------------------------------------- */

.l-home-about {
    position: relative;
    text-align: center;
    padding: 80px 0;
}

.l-home-about-inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 740px;
}

.l-home-about-logo { margin: 0 0 20px; }

.l-home-about-motto { margin: 0 0 1.6em; }

.l-home-about-motto__catch {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 0.8em;
}

.l-home-about-motto__catch p {
    color: var(--color-orange);
    font-size: 2.4rem;
}

.l-home-about-motto__catch span {
    padding: 0 0 0.15em;
    border-bottom: 4px solid var(--color-yellow);
    display: inline-block;
}

.l-home-about-motto__txt { font-size: 2rem; }

.l-home-about-txt { line-height: 2.2; }
.l-home-about-txt span { display: block; }

.l-home-about-ph img { border-radius: 50%; }

.l-home-about-ph01 {
    position: absolute;
    top: 70px;
    left: -460px;
}

.l-home-about-ph02 {
    position: absolute;
    top: 50px;
    right: -390px;
}

.l-home-about-ph03 {
    position: absolute;
    top: 315px;
    right: -240px;
}

@media screen and (max-width: 990px) {
    .l-home-about { padding: 50px 0 40px; }

    .l-home-about-inner {
        width: 100%;
        max-width: inherit;
    }
    
    .l-home-about-logo { margin: 0 0 15px; }
    
    .l-home-about-logo img { width: 220px; }

    .l-home-about-motto { margin: 0 0 1em; }

    .l-home-about-motto__catch {
        margin: 0 15px 1.2em;
        gap: 12px 20px;
    }

    .l-home-about-motto__catch p { font-size: 2rem; }
    
    .l-home-about-motto__catch p:last-child { margin: 0; }

    .l-home-about-motto__txt {
        font-size: 1.8rem;
        line-height: 1.8;
        margin: 0 30px;
    }

    .l-home-about-txt {
        text-align: left;
        line-height: 2.2;
        margin: 0 30px 30px;
    }
    
    .l-home-about-txt span { display: inline; }

     .l-home-about-ph {
        position: relative;
        height: 84vw;
    }
    
    .l-home-about-ph img { width: 100%; }
    
    .l-home-about-ph01 {
        top: 0;
        left: -6.666vw;
        width: 61.333vw;
    }

    .l-home-about-ph02 {
        top: 10.666vw;
        right: -6.666vw;
        width: 42.666vw;
    }

    .l-home-about-ph03 {
        top: inherit;
        right: 24vw;
        bottom: 0;
        width: 32vw;
    }
}


/* ----------------------------------------------------------------------
	 l-home-partner
---------------------------------------------------------------------- */

.l-home-partner { margin: 0 0 80px; }

.l-home-partner-ttl {
    color: var(--color-orange);
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 1em;
}

.l-home-partner-ttl span { font-size: 7rem; }

@media screen and (max-width: 990px) {
    .l-home-partner { margin: 0 30px 60px; }
    
    .l-home-partner-ttl { margin: 0 0 0.8em; }
    
    .l-home-partner-ttl span { font-size: 3.5rem; }
}

/* ----------------------------------------------------------------------
	 l-home-motto
---------------------------------------------------------------------- */

.l-home-motto-wrap {
    margin: 0 auto 120px;
    max-width: 920px;
}

.l-home-motto {
    position: relative;
    margin: 0 0 100px;
}

.l-home-motto-wrap .traget-block:last-child .l-home-motto { margin: 0; }

.l-home-motto-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.l-home-motto--reverse .l-home-motto-column { flex-direction: row-reverse; }

.l-home-motto-ttl {
    text-align: center;
    width: 160px;
    padding-bottom: 1em;
}

.l-home-motto-ttl__num {
    color: var(--color-orange);
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0 0 0.4em;
    display: inline-block;
    border-bottom: 4px solid var(--color-yellow);
}

.l-home-motto-ttl__txt {
    display: flex;
    justify-content: center;
}

.l-home-motto-ttl__txt p {
    font-size: 2.6rem;
    text-align: left;
    writing-mode: vertical-rl;
}

.l-home-motto-ttl__txt .br { display: block; }

.l-home-motto-ph { margin: 0 0 30px; }

.l-home-motto-box { padding-left: 220px; }
.l-home-motto--reverse .l-home-motto-box {
    padding-left: 0;
    padding-right: 220px;
}

.l-home-motto-box__chara {
    position: absolute;
    left: 0;
    bottom: 0;
}

.l-home-motto-box__chara--02 { left: 20px; }

.l-home-motto--reverse .l-home-motto-box__chara {
    position: absolute;
    left: inherit;
    right: 0;
    bottom: 0;
}

.l-home-motto-box__txt { margin: 0 0 2em; }

.l-home-motto-box__btn { text-align: right; }
.l-home-motto--reverse .l-home-motto-box__btn { text-align: left; }

@media screen and (max-width: 990px) {
    .l-home-motto-wrap { margin: 0 30px 80px; }

    .l-home-motto { margin: 0 0 60px; }

    .l-home-motto-column { display: block; }

    .l-home-motto-ttl {
        width: 100%;
        padding-bottom: 1.2em;
    }

    .l-home-motto-ttl__num {
        font-size: 4.8rem;
        margin: 0 0 0.3em;
    }

    .l-home-motto-ttl__txt { display: block; }

    .l-home-motto-ttl__txt p {
        font-size: 1.8rem;
        text-align: center;
        writing-mode: horizontal-tb;
    }

    .l-home-motto-ttl__txt .br { display: inline; }

    .l-home-motto-ph { margin: 0 0 20px; }
    
    .l-home-motto-ph img { width: 100%; }

    .l-home-motto-box { padding-left: 0; }
    .l-home-motto--reverse .l-home-motto-box { padding-right: 0; }

    .l-home-motto-box__chara,
    .l-home-motto--reverse .l-home-motto-box__chara {
        position: static;
        text-align: center;
    }
    
    .l-home-motto-box__chara--01 img { width: 164px; }
    .l-home-motto-box__chara--02 img { width: 170px; }
    .l-home-motto-box__chara--03 img { width: 153px; }
    
    .l-home-motto-box__txt { margin: 0 0 1.2em; }

    .l-home-motto-box__btn { text-align: center; }
    .l-home-motto--reverse .l-home-motto-box__btn { text-align: center; }
}


/* ----------------------------------------------------------------------
	 l-home-medical
---------------------------------------------------------------------- */

.l-home-medical-ttl {
    position: relative;
    margin-top: -60px;
}

.l-home-medical-inner {
    margin: 0 auto;
    max-width: 1100px;
}

.l-home-medical-mainimg img { width: 100%; }

@media screen and (max-width: 990px) {
    .l-home-medical-inner { margin: 0 30px; }
}


/* ----------------------------------------------------------------------
	 l-home-btn
---------------------------------------------------------------------- */

.l-home-btn {
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between;
}

.l-home-btn li { width: 530px; }

.l-home-btn a {
    position: relative;
    background: var(--color-orange);
    color: var(--color-white);
    font-size: 2rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.l-home-btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url("../img/icon_a_default.svg") center center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
}

.l-home-btn a:hover img { opacity: 1; }
.l-home-btn a:hover { opacity: 0.8; }

.l-home-btn-ttl {
    text-align: center;
    width: 370px;
}

.l-home-btn-ttl__en {
    color: var(--color-yellow);
    font-size: 1.6rem;
}

@media screen and (max-width: 990px) {
    .l-home-btn {
        margin: 40px 0 80px;
        display: block;
    }

    .l-home-btn li {
        margin: 0 0 30px;
        width: 100%;
    }
    
    .l-home-btn li:last-child { margin: 0; }

    .l-home-btn a { font-size: 1.8rem; }

    .l-home-btn-ph { width: 28vw; }
    
    .l-home-btn-ph img { width: 100%; }
    
    .l-home-btn-ttl {
        text-align: left;
        padding: 0 40px 0 30px;
        width: calc(100% - 28vw);
    }

    .l-home-btn-ttl__en {
        color: var(--color-yellow);
        font-size: 1.4rem;
    }
}


/* ----------------------------------------------------------------------
	 l-home-bg
---------------------------------------------------------------------- */

.l-home-bg { 
    background: var(--color-white-gray);
    margin: -80px 0 0;
    padding: 200px 0 100px;
}

@media screen and (max-width: 990px) {
    .l-home-bg { 
        margin: 0;
        padding: 0 0 40px;
    }
}


/* ----------------------------------------------------------------------
	 l-home-clinic
---------------------------------------------------------------------- */

.l-home-clinic {
    position: relative;
    z-index: 1;
    margin: 0 auto 100px;
    max-width: 1400px;
    display: flex;
    align-items: flex-end;
    gap: 0 50px;
}

.l-home-clinic-alphabet {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: -1;
    animation: rotateAnimation 30s linear infinite;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.l-home-clinic-ph { width: 820px; }
.l-home-clinic-ph img { width: 100%; }

.l-home-clinic-box { width: 370px; }

.l-home-clinic-logo { margin: 0 0 30px; }

.l-home-clinic-reserve { margin: 0 0 1em; }

.l-home-clinic-tel { margin: 0 0 0.8em; }

.l-home-clinic-hours dl {
     display: flex;
     gap: 0 0.3em;
}

.l-home-clinic-hours { margin: 0 0 1em; }

.l-home-clinic-holiday { margin: 0 0 1em; }

@media screen and (max-width: 990px) {
    .l-home-clinic {
        margin: 0 auto 20px;
        display: block;
    }

    .l-home-clinic-alphabet {
        position: static;
        background: var(--color-white);
        padding: 0 0 20px;
        animation: none;
        overflow: hidden;
    }
    
    .l-home-clinic-alphabet__inner {
        width: 1200px;
        animation: loop-animation 10s linear infinite;
    }
    
    .l-home-clinic-alphabet__inner img { width: 1200px; }

    .l-home-clinic-ph { width: 100%; }

    .l-home-clinic-box {
        margin: 30px;
        width: auto;
    }

    .l-home-clinic-logo {
        text-align: center;
        margin: 0 0 20px;
    }
    
    .l-home-clinic-logo img { width: 280px; }

    .l-home-clinic-reserve { text-align: center; }

    .l-home-clinic-tel { text-align: center; }
    
    .l-home-clinic-hours dl {
        margin: 0 0 0.6em;
        display: block;
    }
    
    .l-home-clinic-hours dl:last-child { margin: 0; }
    
    .l-home-clinic-hours dl dt::before { content: "■"; }
}

@keyframes  loop-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}



/* ----------------------------------------------------------------------
	 l-home-access
---------------------------------------------------------------------- */

.l-home-access {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1100px;
}

.l-home-access-column {
    margin: 1.4em 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.l-home-access-map { position: relative; }

.l-home-access-map__sp { display: none; }

.l-home-access-map-icon {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.l-home-access-map-icon li:first-child { margin: 0 0 30px; }

.l-access-icon {
    text-align: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-access-icon--parking {
    background: var(--color-orange);
    color: var(--color-white);
}

.l-access-icon--train { background: var(--color-yellow); }

.l-access-icon-txt {
    line-height: 1.5;
    margin: 0.5em 0 0;
}

.l-access-icon-txt span { font-size: 1.8rem; }

@media screen and (max-width: 990px) {
    .l-home-access { margin: 0 30px; }
    
    .l-home-access-column {
        text-align: center;
        margin: 0;
        display: block;
    }

    .l-home-access-txt { margin: 0 0 0.8em; }

    .l-home-access-map { padding: 65px 0 15px; }
    .l-home-access-map iframe {
        width: 100%;
        height: 400px;
    }
    
    .l-home-access-map__pc { display: none; }
    .l-home-access-map__sp { display: block; }
    
    .l-home-access-map-icon {
        position: absolute;
        top: 0;
        right: 50%;
        transform: translate(50%,0);
        display: flex;
        justify-content: center;
        gap: 0 15px;
}

    .l-home-access-map-icon li:first-child { margin: 0; }

    .l-access-icon {
        width: 130px;
        height: 130px;
        display: flex;
        padding-bottom: 10px;
    }

    .l-access-icon--parking img { width: 40px; }

    .l-access-icon--train img { width: 26px; }

    .l-access-icon-txt {
        font-size: 1.4rem;
        line-height: 1.5;
        margin: 0.5em 0 0;
    }

    .l-access-icon-txt span { font-size: 1.6rem; }
}


/* ----------------------------------------------------------------------
	 l-home-news
---------------------------------------------------------------------- */

.l-home-news {
    padding: 120px 0 0;
    margin: 0 auto;
    max-width: 1100px;
    display: grid;
    grid-template-areas:
    "first second" 
    "third second";
    grid-template-columns: 300px 800px;
}

.l-home-news-ttl {
    width: 240px;
    grid-area: first;
}

.l-home-news-list {
    width: 800px;
    grid-area: second;
}

.l-home-news-btn { grid-area: third; }
.l-home-news-btn a { width: 240px; }

.l-news-list li { border-bottom: 1px solid var(--color-border); }
.l-news-list li:first-child { border-top: 1px solid var(--color-border); }

.l-news-list li a {
    position: relative;
    color: var(--color-text); 
    text-decoration: none;
    padding: 25px 25px 25px 0;
    display: block;
}

.l-news-list li a:hover { color: var(--color-yellow); }

.l-news-list li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url("../img/icon_a_sub.svg") center center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

.l-news-list li dl {
    display: flex;
    gap: 0 20px;
}

.l-news-list li dl dt { color: var(--color-orange); }

@media screen and (max-width: 990px) {
.l-home-news {
    padding: 80px 30px 0;
    display: block;
}

.l-home-news-ttl,
.l-home-news-list,
.l-home-news-btn a { width: 100%; }

.l-news-list { margin: 0 0 40px; }

.l-news-list li dl { display: block; }
}






