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

.midashi02a {
    margin-bottom: 0px;
}

.box-text-center {
   text-align: center;
}

.contents02 .layout-contents02 {
   text-align: center;
}

/* layout01 */

.layout01 .box:not(:last-child) {
    margin-bottom: 80px;
}

.layout01 .box-img {
    padding-top: 50px;
}

.layout01 .box-img img {
    border-radius: 30px;
}

.layout01 .box-img2 {
    display: flex;
  justify-content: space-between;
}

.layout01 .box-img2 img {
   width: 32%;
    display: inline-block;
}


/* layout02 */

.layout02 {
    width: 1130px;
}

.layout02 .box:not(:last-child) {
    margin-bottom: 90px;
}

.layout02 .box {
    position: relative;
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.layout02 .box::after {
    content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("images/arrow.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 40px;
    margin-bottom: -60px;
}

.layout02 .box:last-child::after {
    display: none;
}

.layout02 .box-title {
    width: 280px;
    height: 230px;
    text-align: center;
    background-color: #DBEBFF;
    border-radius: 20px;
    display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.layout02 .box-img {
    width: 210px;
    display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.layout02 .box-text {
    width: 560px;
}

.layout02 h4 {
    font-family: var(--title-font);
    font-size: 110px;
color: #FFF;
line-height: 0.8;
letter-spacing: 0.05em;
font-weight: 200;
    position: relative;
    padding-bottom: 55px;
    width: 100%;
}

.layout02 h4::after {
    content: "SYMPTOMS";
	position: absolute;
left: 0px;
bottom: 0px;
	width: 100%;
    font-size: 45px;
color: var(--color-main);
    letter-spacing: 0em;
}

.layout02 h6 {
    font-size: 26px;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
    padding: 15px 0px;
}




/* box-list */

.box-list {
    padding: 30px 60px;
    border-radius: 0px 0px 30px 30px;
    background : rgba(255, 242, 197, 0.4);
    margin-bottom: 50px;
}

.box-list ul li {
    font-family: var(--title-font2);
    font-size: 28px;
line-height: 1.4;
letter-spacing: 0.1em;
}

.box-list ul li:not(:last-child) {
    margin-bottom: 10px;
}



.sp-view {
	display: none;
}
