/* 共通のスタイル */
html,body{
    overflow: hidden
}

body{
    overflow: hidden;
    box-sizing: border-box;
    /* background-color: #F0FAFF; */
    background-color: #ffffff;
    background-size: cover;
    display: flex;
    height: 100vh;
    font-family: 'Noto Sans JP', sans-serif;
  }
.content {
    text-align: center;
    margin: auto auto;
    position: relative;
}

.image {
    box-shadow: 0 0 15px rgb(166, 166, 166);
    display: block;
    margin: 20px;
}

/* デザイン1 */
.design202504151 .title {
    position: relative;
    display: inline-block;
    margin-top: 15px;
}

.design202504151 h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 25px;
    color: #3c3d41;
    margin-top: 5px;
}
.design202504151 p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    color: #3c3d41;
    margin-top: 5px;
}

.design202504151 .btn-flat-simple {
    font-size: 15px;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 230px;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    color: #ed8b94;
    background: #fff;
    border-radius: 0.5vh;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    transition: 0.5s;
}

.design202504151 .btn-flat-simple:hover {
    color: #fff;
    background: #ed8b94;
    transform: translateY(3px);
}


/* デザイン2 */

.design2025041512 .title {
    position: relative;
    display: inline-block;
    margin-top: 15px;
}

.design2025041512 h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 25px;
    color: #3c3d41;
    margin-top: 5px;
}

.design2025041512 p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    color: #3c3d41;
    margin-top: 5px;
}

.design2025041512 .btn-flat-simple {
    font-size: 15px;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 230px;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    color: #16A085;
    background: #fff;
    border-radius: 0.5vh;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    transition: 0.5s;
}

.design2025041512 .btn-flat-simple:hover {
    color: #fff;
    background: #16A085;
    transform: translateY(3px);
}
