@charset "utf-8";
	/* 480px以上は写さない */
@media (min-width: 480px) {
	.sp-only {
		display: none!important;
	}
}
	/* 960px以上は写さない */
@media (min-width: 960px) {
	.tb-only {
		display: none!important;
	}
}

	/* 1280px以下に適用されるCSS（スクエアモニター用） */
@media screen and (max-width: 1280px) {
	.slider, .slider-item {
		height: 85vh;
	}
	.reserve {
		width: 30%;
	}
	.biz-flex {
		width: 70%;
	}
	.header-right span {
		font-size: 15px;
	}
	.header-right p {
		font-size: 20px;
	}
	#greeting {
		padding: 110px 0 70px;
	}
	#greeting .d-name {
		margin-top: 30px;
	}
	#greeting .wrap::after {
		width: 65%;
		bottom: -85px;
	}
	#greeting::before {
		width: 300px;
		bottom: -95px;
	}
	.medical-mdl .item .ttl span {
		font-size: 20px;
		margin-bottom: 0;
	}
	.medical-mdl .item .ttl {
		font-size: 28px;
	}
	.medical-mdl .item .txt {
		width: 90%;
	}
	.medical-btm {
		flex-wrap: wrap;
		justify-content: space-around;

	}
	.medical-btm .item {
		width: 30%;
	}
	.medical-btm .item .ttl {
		font-size: 25px;
		margin: 20px auto;
	}
    
	#index_concept .right .txtbox {
		width: 80%;
	}
	#index_concept .right::after {
		background-size: cover;
		background-position: center left;
	}
	#index_feature .bg-top::before {
		height: 350px;
	}
	.fea-ttl .number {
		width: 25%;
		text-align: center;
		font-size: 90px;
	}
	.fea-ttl .txt {
		width: 75%;
	}
	.fea-ttl .txt .top {
		font-size: 23px;
		margin-bottom: 5px;
	}
	.fea-ttl .txt .btm {
		font-size: 30px;
	}
	#feature02 .txtbox {
		margin-top: -320px;
	}
	#feature03 .left {
		padding: 30px 0;
	}
	.feature-btm {
		padding: 50px 0;
	}
	.feature-btm .wrap {
		width: 90%;
	}
	.recruit .flex li::before {
		width: 25px;
		height: 25px;
	}
	.recruit .ttl {
		top: -25px;
	}
	.accordion-001 {
		width: 95%;
	}
	
	
	
	/* ここから下層ページ */
	#mainvisual {
		height: 55vh;
	}
	.sec-ttl {
		width: 95%;
	}
	#price .txt {
		width: 80%;
	}
	
	
	}


	/* 960px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 960px) {
	.flex {
		flex-direction: column;
	}
	.flex-2, .flex-3 {
		width: 100%;
		margin-bottom: 30px;
	}
	.wrap {
		width: 90%;
        margin: 0 auto;
	}
	.header-wrap {
		flex-direction: column;
	} 
	.header-left {
		width: 75%;
	}
	.header-right {
		width: 70%;
	}
	.slider, .slider-item {
		height: 50vh;
	}
	.cp {
		top: 45%;
		width: 75%;
	}
	.biz-flex {
		width: 90%;
	}
	#g-nav .header-right {
		display: none;
	}
	.fix-nav-wrap {
		width: 100%;
	}
	.menu > li a {
		font-size: 15px;
	}
	.menu__single a span {
		font-size: 12px;
	}
	#greeting .index-ttl {
		font-size: 100px;
	}
	#greeting {
		padding: 70px 0;
	}
	#greeting .flex {
		flex-direction: column-reverse;
	}
	#greeting .flex-2 {
		width: 100%;
	}
	#greeting .wrap::after {
		height: 190px;
	}
	#greeting .flex-2 .txt {
		width: 90%;
	}
	#index-medical .index-ttl .en {
		font-size: 100px;
	}
	#index-medical .index-ttl .ja {
		font-size: 40px;
	}
    #greeting .flex .flex-2 img
    {
        margin: 0 auto;
    }
	.medical-top .ttl {
		flex-direction: column;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.medical-top .ttl p {
		font-size: 25px;
		writing-mode: horizontal-tb;
	}
    .flex .txt {
		width: 100%;
	}
	.medical-mdl .item .bg {
		padding: 30px 3%;
	}
	.medical-mdl .item .ttl {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.medical-mdl .item .ttl span {
		font-size: 18px;
	}
	.more-btn {
		padding: 12px 0;
	}
	.medical-btm .item .list {
		width: 90%;
	}
	.news-content .item {
		display: block;
	}
	.news-content .news-ttl{
		width: 100%;
	}
	#index_important .wrap {
		padding: 10px 0;
	}
	#index_important .index-ttl .en {
		font-size: 70px;
	}
	#index_important .index-ttl .ja {
		width: 100%;
		font-size: 40px;
	}
	#index_concept .left {
		padding: 50px 0;
	}
	#index_concept .left .ttl p {
		font-size: 28px;
	}
	#index_concept .right .txtbox {
		width: 90%;
		padding-top: 45px;
	    padding-left: 30px;
	}
	#index_concept .right .ttl {
		font-size: 28px;
	}
	#index_feature .bg-top::before {
		height: 200px;
		top: -20px;
	}
	#index_feature .index-ttl .en {
		font-size: 100px;
	}
	#index_feature .index-ttl .ja {
		font-size: 40px;
	}
	#feature01 .txtbox, #feature02 .txtbox {
		width: 90%;
		margin: 0 auto;
	}
	.fea-ttl .number {
		font-size: 60px;
	}
	#feature02 .img::before {
		display: none;
	}
	#index_feature .bg-top {
		padding: 80px 0;
	}
	#feature03 {
		flex-direction: column-reverse;
	}
	#feature03 .left, #feature03 .right {
		width: 100%;
	}
	.feature-btm .wrap {
		flex-direction: column;
	}
	.feature-btm .flex-2 {
		width: 100%;
		margin-bottom: 30px;
	}
	#hygiene .index-ttl {
		margin-bottom: 20px;
		font-weight: normal;
		font-size: 28px;
	}
	#hygiene .index-ttl .en {
		font-size: 23px;
	}
	#hygiene .flex {
        flex-direction: row;
    }
    #hygiene .flex-3 {
        width: 48%;
    }
	.d-demo__item {
		width: calc(300vw / 6);
	}
	.recruit .bg {
		padding: 40px 0;
	}
	.recruit .index-ttl {
		font-size: 30px;
		margin-bottom: 25px;
		font-weight: normal;
	}
	.recruit .list {
		margin-top: 50px;
	}
	.recruit .ttl {
		font-size: 25px;
		width: 100%;
		top: -15px;
	}
	.recruit .flex {
		padding-top: 40px;
	}
	.accordion-001 summary {
		font-size: 25px;
	}
	.footer-wrap .access .item .img {
		width: 15%;
	}
	.footer-wrap .access .item .ja {
		width: 85%;
		font-size: 16px;
		padding-left: 10px;
	}
	
	
	/* ここから下層ページ */
	#mainvisual {
		height: 36vh;
	}
	#page-ttl .ja {
		font-size: 40px;
	}
	#page-ttl .en {
		font-size: 25px;
	}
	.sec-ttl {
		font-size: 33px;
		padding: 30px 0;
	}
	.policy .en {
		font-size: 35px;
		margin-bottom: 30px;
	}
	.policy .txt {
		width: 85%;
	}
	#access .flex {
		flex-direction: column;
	}
	#access .flex-2 {
		width: 100%;
		margin-bottom: 30px;
	}
	.facility li {
		width: 48%;
	}
	.doctor {
		padding-bottom: 30px;
	}
	.doctor::before {
		height: 65%;
	}
	.doctor .flex {
		width: 95%;
	}
	.doctor .ttl {
		font-size: 23px;
	}
	.interview .item .ttl {
		font-size: 20px;
	}
	.medical .flex .ttl {
		font-size: 25px;
	}
	#visiting .point .list .flex-3 {
		width: 45%;
	}
	.recruit-list dt, .recruit-list dd {
		width: 100%;
	}
	/*.recruit-list dt {
		width: 230px;
	}
	.recruit-list dd {
		width: calc(100% - 230px);
	}*/
	.comment .ttl {
		font-size: 27px;
		width: 65%;
	}
	
	.medical-head {
		width: 95%;
		margin: 5rem auto 5rem auto;
		justify-content: center;
		align-items: center;
		gap:3rem;
	}
	.medical-head .item {
		width: 45%;
		padding: 2rem 0;
		border-radius: 5rem;
	}
	.mh-ttl {
		font-size: 30px;
		text-shadow: 0 3px 6px rgba(0,0,0,0.2);
	}
	.mh-ttl span {
		font-size: 50px;
	}
	.mh-item-flex {
		width: 96%;
		margin: 2rem auto 0 auto;
		justify-content: center;
		gap: 2rem;
	}
	.mh-item-flex {
		width: 96%;
		margin: 2rem auto 0 auto;
		justify-content: center;
		gap: 2rem;
	}
	.mh-link {
		width: 45%;
		background: #fff;
		padding: 10px 0;
	}
	.mh-link a {
		display: block;
		text-align: center;
		font-size: 16px;
		color: #7D7D7D;
	}
	.mh-link:hover {
		background:rgba(245,217,232,1.00);
	}
	.medical_list li {
  width: calc((100% - 4rem) / 3);
	}
	.flex_img {
		width: 100%;
		margin-bottom: 3%;
	}
	.flex_txt {
		width: 100%;
		margin-bottom: 3%;
	}
	.flex .img {
		width: 100%;
	}
	.price .item {
		flex-direction: column;
	}
	.price .item .left, .price .item .right {
		width: 100%;
	}
	.price .item .left {
		padding: 15px 0;
	}
	.price .item .detail span {
		width: 100%;
        border: none!important;
        font-weight: 600;
	}
	.price .item .detail div {
		width: 100%;
        margin-bottom: 10px;
    border-bottom: 1px dashed #f08fb7;
	}

}




	/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	.pc-only {
		display: none!important;
	}
	#header {
		transform: none;
		left: 0;
		background: none;
	}
	#header::before {
		display: none;
	}
	#header .header-left {
		width: 70%;
	}
	.header-wrap {
		width: 97%;
		margin: 10px auto 0;
	}
	.header-right {
		display: none!important;
	}
	.header-left h1 {
		width: 100%;
	}
	#mv .biz-flex, .header-left .adress {
		display: none;
	}
	.sp-nav {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: fixed;
	}
	.nav_wrapper {
		position: fixed;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		bottom: 0;
	}
	.nav_wrapper div:first-child {
		border-left: 1px solid #F3F3F3;
	}
	.nav_wrapper div {
		width: 25%;
		display: flex;
		background: #E07597;
		align-items: center;
		justify-content: center;
		border-right: 1px solid #F3F3F3;
		border-top: 1px solid #F3F3F3;
	}
	.nav_wrapper a {
		padding: 10px;
	}
	#page_top {
		display: none!important;
	}
	.flex {
		flex-direction: column;
	}
	.flex-2, .flex-3 {
		width: 100%;
		margin-bottom: 30px;
	}
    .fea-ttl .txt {
    width: 76%;
  }
	.wrap {
		width: 90%;
        margin: 0 auto;
	}
	.sitemap {
		display: none;
	}
	.copyright {
		padding: 15px 0 95px;
	}
	
	.slider, .slider-item {
		height: 50vh;
	}
	.cp {
		top: 50%;
		width: 85%;
	}
	#news {
		padding: 60px 0 100px;
	}
	#news .index-ttl {
		margin-bottom: 40px;
	}
	#news .index-ttl .ja {
		font-size: 27px;
	}
	.news-content .item {
		flex-direction: column;
	}
	.news-content .date, .news-content .news-ttl {
		width: 100%;
		text-align: left;
	}
	#greeting .index-ttl {
		font-size: 55px;
		top: -25px;
        line-height: 0.6;
	}
	#greeting .ttl span {
		font-size: 20px;
	}
	#greeting .ttl {
		font-size: 20px;
	}
	#greeting .d-name {
		font-size: 16px;
	}
	#greeting .d-name .ja {
		font-size: 25px;
	}
	#greeting .d-name .en {
		font-size: 20px;
		padding-left: 15px;
	}
	#greeting .btn {
		padding: 10px 0;
	}
	#greeting .wrap::after {
		height: 120px;
		bottom: -45px;
	}
	#greeting::before {
		width: 200px;
		bottom: -40px;
	}
    #greeting .flex .flex-2 img
    {
        margin: 0 auto;
    }
	#index-medical .index-ttl {
		padding: 60px 0;
	}
	#index-medical .index-ttl .en {
		font-size: 70px;
	}
	#index-medical .index-ttl .ja {
		font-size: 30px;
	}
	.medical-top .ttl {
		flex-direction: column;
		width: 100%;
		margin-bottom: 20px;
	}
	.medical-top .ttl p {
		font-size: 20px;
		writing-mode: horizontal-tb;
	}
	.medical-top::before {
		border-top: 110px solid rgba(255, 255, 255, 0.50);
	    border-right: 180px solid transparent;
	}
	.medical-top::after {
		border-top: 110px solid transparent;
	    border-right: 180px solid rgba(255, 255, 255, 0.50);
	}
	.medical-top .txt {
		width: 100%;
	}
	.medical-mdl {
		flex-direction: column;
	}
	.medical-mdl .item {
		width: 100%;
	}
	.medical-btm .item {
		width: 80%;
        margin-bottom: 10px;
	}
	.medical-btm .item .ttl {
		font-size: 20px;
		margin: 15px auto;
	}
	.medical-btm .item .list {
		width: 100%;
	}
	.medical-btm .item .list li {
		font-size: 15px;
	}
    .medical_list li {
  width: 46%;
}
    .medical_list
    {
        gap: 1rem;
    }
    .medical_list li a {
  padding: 10px 5px;
}
    #greeting .flex .flex-2 img
    {
        margin: 0 auto;
    }
	#index_important {
		margin: 40px auto;
	}
	#index_important .wrap {
		border-top: 5px solid #F2E3DB;
	    border-bottom: 5px solid #F2E3DB;
	}
	#index_important .index-ttl .en {
		font-size: 55px;
	}
	#index_important .index-ttl .ja {
		font-size: 25px;
	}
	#index_important .txt {
		width: 100%;
	}
	#index_concept {
		flex-direction: column;
        padding-top: 3.5rem;
	}
	#index_concept .left {
		width: 100%;
		padding: 25px 0;
	}
	#index_concept .left .ttl {
		padding-right: 40px;
	}
	#index_concept .left .ttl p {
		font-size: 23px;
	}
	#index_concept .right {
		width: 100%;
	}
	#index_concept .right .txtbox {
		width: 95%;
		padding-top: 30px;
		padding-left: 20px;
        margin-bottom: 0;
	}
	#index_concept .right .ttl {
		font-size: 25px;
	}
	#index_feature .bg-top::before {
		height: 120px;
		top: -10px;
	}
	#index_feature .bg-top {
		padding: 50px 0;
	}
	#index_feature .ttl-top {
		width: 85%;
		padding: 10px 0;
		font-size: 20px;
	}
	#index_feature .index-ttl .en {
		font-size: 70px;
	}
	#index_feature .index-ttl .ja {
		font-size: 30px;
		width: 100%;
	}
	#feature01, #feature02 {
		margin-top: 40px;
	}
	#feature01 .txtbox {
		padding: 25px 4%;
	}
	.fea-ttl .number {
		font-size: 48px;
	}
	.fea-ttl .number::before {
		font-size: 17px;
		top: 0;
	}
	.fea-ttl .txt .top {
		font-size: 18px;
	}
	.fea-ttl .txt .btm {
		font-size: 23px;
	}
	#hygiene {
		padding: 60px 0;
	}
	#hygiene .index-ttl {
		font-size: 20px;
	}
	#hygiene .index-ttl .en {
		font-size: 18px;
	}
	#hygiene .flex-3 p {
		font-size: 17px;
		margin-top: 10px;
	}
	#hygiene .flex {
		flex-direction: row;
	}
	#hygiene .flex-3 {
		width: 48%;
	}
	.gallery {
		padding: 40px 0;
	}
	.d-demo__item {
		width: calc(390vw / 6);
	}
	.recruit .index-ttl {
		font-size: 25px;
	}
	.recruit .ttl {
		font-size: 20px;
	}
	.recruit .flex li {
		width: 100%;
		margin-bottom: 20px;
	}

	#covid19 {
		padding: 2rem 0;
	}
	.accordion-001 summary {
		font-size: 18px;
	}
	.covid19-list {
		width: 45%;
		padding: 15px 0 0;
	}
	.footer-wrap .access .ttl {
		font-size: 28px;
		top: -20px;
	}
	.f-reserve{
		display: block;
	}
	.f-reserve .tel,.f-reserve .web{
		width: 100%;
	}
	.biz-flex {
		flex-direction: column;
	}
	.time-table, .biz-txt {
		width: 100%;
	}
	
	
	
	/* ここから下層ページ */
	#mainvisual {
		height: 26vh;
	}
	#page-ttl .en {
		font-size: 20px;
	}
	#page-ttl .ja {
		font-size: 30px;
	}
	.section {
		padding-top: 50px;
	}
	.sec-ttl {
		font-size: 28px;
		padding: 20px 0;
		margin: 0 auto 45px;
	}
	.sec-ttl::before {
		border-top: 40px solid rgba(255, 255, 255, 0.50);
	    border-right: 70px solid transparent;
	}
	.sec-ttl::after {
		border-top: 40px solid transparent;
	    border-right: 70px solid rgba(255, 255, 255, 0.50);
	}
	.policy .en {
		font-size: 28px;
		margin-bottom: 20px;
	}
	#access .clinic-info dt {
		width: 110px;
	}
	#access .clinic-info dd {
		width: calc(100% - 110px);
	}
	#access .biz-flex {
		margin: 0 auto;
	}
	.facility {
		flex-direction: row;
	}
	#doctor .flex {
		flex-direction: column-reverse;
	}
	.staff {
		margin: 50px auto;
	}
	.doctor {
		margin-top: 40px;
	}
	.doctor .ttl {
		font-size: 20px;
	}
	.interview {
		margin: 40px auto;
	}
	.interview .item .ttl {
		font-size: 18px;
	}
	.medical .flex .ttl {
		font-size: 20px;
	}
	#visiting .point .ttl {
		font-size: 23px;
		margin-top: 40px;
	}
	#visiting .point .ttl::before {
		width: 65px;
	    height: 3px;
	}
	#visiting .point .list .flex-3 {
		width: 100%;
	}
	#visiting .point .list p.ja {
		font-size: 18px;
	}
	#price .txt {
		width: 100%;
		font-size: 16px;
	}
	.price .ttl {
		width: 70%;
		font-size: 22px;
	}
	.price .item {
		flex-direction: column;
	}
	.price .item .left, .price .item .right {
		width: 100%;
	}
	.price .item .left {
		padding: 15px 0;
	}
	.price .item .detail span {
		width: 100%;
        border: none!important;
        font-weight: 600;
	}
	.price .item .detail div {
		width: 100%;
        margin-bottom: 10px;
    border-bottom: 1px dashed #f08fb7;
	}
	.recruit-list dt, .recruit-list dd {
		width: 100%;
	}
	.comment .ttl {
        font-size: 23px;
        width: 100%;
		margin-bottom: 25px;
    }
	.comment .flex {
		flex-direction: column-reverse;
	}
	.comment .flex .img {
		width: 100%;
		margin-bottom: 20px;
	}
	.comment .flex .txtbox {
		width: 100%;
	}
	.comment .item .ja {
		font-size: 18px;
	}
.h3_head {
  font-size: 24px;
}
    .h4_ttl {
  font-size: 22px;
}
    .h5_ttl {
  font-size: 20px;
  margin-top: 20px;
}
    .medical .flex {
  margin-bottom: 30px;
}
.flow_design02 ul {
  padding: 0;
  width: 100%;
}
    .flex-4 {
  width: 100%;
}
    .l-style04 {
  display: flex;
  flex-direction: column;
}
    .l-style04 .l-img {
  flex: 1;
  margin-left: 0;
}
    .reception_box {
  background: rgba(148,220,247,0.40);
  padding: 5vw;
  max-width: 100%;
  width: 100%;
  margin-right: auto;
}
    .monshin_box {
  background: rgba(160,222,227,0.40);
  padding: 5vw;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
}
.reception_inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60%;
  background: url("img/top/deco01.png") no-repeat center / contain;
  width: 38%;
  height: 25%;
}
    .monshin_inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  background: url("img/top/deco02.png") no-repeat center / contain;
  width: 30%;
  height: 30%;
  z-index: -1;
}
.reception_btn a {
  color: #1D8DEF;
  padding: 1rem 1.5rem;
  background: #FFFFFF;
  margin: 6%;
  width: auto;
  display: block;
}
    .about {
  padding: 6% 0 12%;
  position: relative;
  background: #F6F6F6;
  z-index: 0;
}
    .about .index-ttl .ja {
  font-size: 25px;
  font-weight: normal;
}
    #feature03 .left::before {
  content: "";
  background-image: url("img/top/deco06.jpg");
  width: 20%;
  max-width: 20%;
  height: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
    recruit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2%;
  background: url("img/top/deco08.png")no-repeat center / contain;
  width: 14%;
  height: 30%;
  z-index: 1;
}
    .facility li {
    width: 100%;
        padding-left: 0;
  }
    .f-reserve .web p,.f-reserve .web span
    {
        padding-left: 2rem;
    }
    
    .flex_img
{
    width: 100%;
    margin-bottom: 3%;
}
.flex_txt
{
    width: 100%;
    margin-bottom: 3%;
}
    #flow .index-ttl {
  padding: 30px 0;
  position: relative;
}
    #flow .index-ttl .ja {
  font-size: 30px;
}
    #flow .index-ttl .en {
  font-size: 70px;
}
    .tab li {
  width: 100%;
}
    .tab li::after {
  content: "▶";
  position: absolute;
  top: auto;
  transform: translateX(50%) rotate(90deg);
  right: 50%;
  color: #F97171;
  bottom: -2.5rem;
}
    .area {
  display: none;
  opacity: 0;
  width: 90%;
  margin: auto;
}
    .f-reserve .tel p
    {
        font-size: 20px;
    }
    .footer-wrap .reserve
    {
       padding: 9px 0; 
    }
    .flex .txt {
  width: 100%;
}
    .flex .img {
  width: 100%;
}
    .flow .item .ttl .number {
  font-size: 30px;
  width: 15%;
}
    .flow .item .ttl {
  font-size: 24px;
        flex-wrap: wrap;
}
    .bg_box {
  padding: 35px 25px;
}
	
	
	.medical-head {
		width: 95%;
		margin: 2rem auto;
		justify-content: center;
		align-items: center;
		gap:20px;
        font-size: 14px;
	}
	.medical-head .item {
		width: 100%;
	}
	.mh-ttl {
		font-size: 30px;
		text-shadow: 0 3px 6px rgba(0,0,0,0.2);
	}
	.mh-ttl span {
		font-size: 50px;
	}
	.mh-item-flex {
		width: 96%;
		margin: 2rem auto 0 auto;
		justify-content: center;
		gap: 0;
	}
	.mh-item-flex {
		width: 70%;
		margin: 2rem auto 0 auto;
		justify-content: center;
		gap: 2rem;
	}
	.mh-link {
		width: 100%;
		background: #fff;
		padding: 10px 0;
	}
	.mh-link a {
		display: block;
		text-align: center;
		font-size: 16px;
		color: #7D7D7D;
	}
	.mh-link:hover {
		background:rgba(245,217,232,1.00);
	}
	
    
    /*------------初診の方へ-------------*/
    .u-timeline3 > dt {
  width: 5em;
  padding-top: 3.5em;
}
    .u-timeline3 > dt > b {
  font-size: 20px;
  text-align: left;
}
    .u-timeline3 > dd {
  width: calc(100% - 4em - 20px);
}
    .u-timeline3 > dd > .inner > .container > .title {
  font-size: 18px;
}
    .u-timeline3 > dd > .inner > .image {
    width: 100%;
  }
    .u-timeline3 > dd > .inner::after {
  top: 2.4em;
}
}