
body {
    font-family: 'Noto Sans JP', sans-serif;
}

.logo {
    padding: 10px;
}

.title {
    font-size: 60px;
    font-weight: 700;
    color: white;
    padding-bottom: 50px;
}

.title2 {
    font-size: 40px;
    color: #9F3B87;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.text-center {
    text-align: center !important;
}

.content {
    font-size: 20px;
    color: white;
    padding-bottom: 30px;
    text-align: center;

    margin: 0 auto;
}

.content2 {
    font-size: 40px;
    color: #5A5A5A;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
    margin: 10px auto;
}

.content3 {
    font-size: 20px;
    color: #5A5A5A;
    padding-bottom: 20px;

    text-align: center;
    margin: 0 auto;
}


.cover-top {
    background: url(../img/cover.png) no-repeat 50% 50%;
    background-size: cover;
    padding: 135px 0 100px;
    justify-content: center;
}


.sec-content1 {
    background-color: #F4F6F8;
    padding-bottom: 40px;
}

.sec-content2 {
    background-color: #ffffff;
    padding-bottom: 40px;
}

.lead {
    line-height: 40px;
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}





.single-header3 {
    border-radius: 3px 3px 3px 3px;
    font-size: 20px;
    font-weight: 700;
    padding: 8px;
    background-color: #6C7097;
    color: white;
    margin-top: 30px;
    margin-bottom: 5px;
}


.input-required {
    font-size: 13px;
    padding: 3px 20px;
    background-color: #9F3B87;
    margin-left: 10px;
    color: #fff;
}

.input-any {
    font-size: 13px;
    padding: 3px 20px;
    background-color: #002F36;
    margin-left: 10px;
    color: #fff;

}

.form {
    background-color: #ECEEF2;
    padding-bottom: 60px;
}

.footer {
    text-align: center;
    padding: 20px;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
  }



  
  @media (min-width: 60em) {
    .flex {
      flex-direction: row;
    }
  }


  .baseline {
    vertical-align: baseline;
  }


  .background-color-button{
    background-color: #be1b98;
    margin-top: 20px;
    padding: 15px;
  }

  .btn:hover {
    background-color: #bd49a2;
  }

  div.parent_box {

    display: flex;
  }


  .item-list {
    padding-top: 25px;

  }

@media (max-width: 600px) {
    .cover-top {
        background: url(../img/cover.png) no-repeat 50% 50%;
        background-size: cover;
        padding: 135px 0 100px;
        justify-content: center;
    }

    .title {
        font-size: 30px;
        font-weight: 700;
        color: white;
        padding-bottom: 50px;
    }

    .title2 {
        font-size: 30px;
        color: #9F3B87;
        padding-top: 40px;
        padding-bottom: 20px;
        text-align: center;
        font-weight: bold;
    }

    .lead {
        line-height: 40px;
        padding-bottom: 20px;
        font-size: 18px;
        text-align: left;
    }

    .single-header3 {
        border-radius: 3px 3px 3px 3px;
        font-size: 18px;
        font-weight: 700;
        padding: 8px;
        background-color: #6C7097;
        color: white;
        margin-top: 30px;
        margin-bottom: 5px;
    }

    .content2 {
        font-size: 30px;
        color: #5A5A5A;
        padding-bottom: 10px;
        font-weight: bold;
        text-align: center;
        margin: 10px auto;
    }
}