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


/* title-box */

.title-box h2 {
    font-size: 2.8vw;
}

@media screen and (max-width: 1280px) {
    
.title-box h2 {
    font-size: 35px;
}

}


/* contents01 */

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

.contents01 .box-detail > div:not(:last-child) {
   margin-bottom: 70px;
}

/* layout01 */

.layout01 {
   text-align: center;
}

.layout01 h4, .layout01 h5 {
    font-family: var(--title-font);
font-weight: var(--base-font-weight);
   font-size: 30px;
line-height: 1.2;
letter-spacing: 0.2em;
}

.layout01 h4 {
color: var(--color-sub3);
    margin-bottom: 20px;
}

.layout01 h5 {
    padding: 20px;
    border-radius: 8px;
    min-width: 800px;
    background : rgba(241, 154, 148, 0.2);
    display: inline-block;
}

/* layout02 */

.layout02 {
   text-align: center;
}

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

.layout02 table {
   width: 100%;
}

.layout02 table td {
   border-style : solid;
border-color : var(--color-main);
border-width : 1px;
    padding: 20px;
    vertical-align: middle;
    line-height: 1.6;
}

.layout02 p {
   text-align: left;
    padding-top: 10px;
}

/* layout03 */

.layout03 {
	background-color: #FFF;
    border-radius: 30px;
    padding: 35px 60px 40px;
    text-align: center;
    border-style : solid;
border-color : var(--color-main);
border-width : 3px;
    margin-top: 50px;
}

.layout-treatment .layout03 {
border-color : var(--color-sub2);
}

.layout02 h5, .layout03 h5 {
    font-family: var(--title-font);
font-weight: var(--base-font-weight);
	font-size: 28px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.2em;
    border-radius: 60px;
    min-width: 500px;
    padding: 10px;
    margin-bottom: 30px;
    display: inline-block;
    background-color: var(--color-main);
}

.layout-treatment .layout03 h5 {
    background-color: var(--color-sub2);
}

.layout03 ul li, .layout03 p {
    text-align: left;
}

.layout03 ul li, .layout04 ul li {
    line-height: 1.6;
}

.layout03 ul li:not(:last-child), .layout04 ul li:not(:last-child)  {
    margin-bottom: 15px;
}

/* layout-treatment */

.layout-treatment .inner:not(:last-child) {
    margin-bottom: 70px;
}


.sp-view {
	display: none;
}
