@charset "utf-8";
body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}
section{
    max-width:1200px;
    margin:0 auto;
}
img{
    width: 100%;
    height:auto;

}
.ctr__btn {
    width: 500px;
    max-width: 94%;
}
section.ctr {
    background: #D2F1E9;
    padding: 30px 0 40px;
    text-align: center;
}
.ctr__banner {
    width: 650px;
    max-width: 94%;
}
a:hover{
    cursor: pointer;
    opacity: 0.7;
}
.copy{
    margin:0 auto;
    padding:4px 0;
    font-size:14px;
    text-align: center;
}
.logo{
    width:300px;
    margin:40px auto 30px;
    text-align: center;
}
h1 {
    font-size: 22px;
    text-align: center;
}
h1 {
    text-align: center;
    margin-top: 40px;
    font-size: 26px;
}
.form__label {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    margin-bottom: 4px;
    margin-top: 18px;
}
.form__label span {
    font-size: 13px;
    margin-right: 8px;
    padding: 2px 4px;
    background: #53A422;
    color: white;
    border-radius: 3px;
}
.container {
    max-width: 100%;
    width: 600px;
    margin: 0 auto;
}
input[type="tel"] {
    width: 240px !important;
}
textarea#soudansyousai {
    width: 600px !important;
    max-width: 100% !important;
    height: 100px !important;
}
@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

.shiny-btn {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
button#send {
    background: linear-gradient(45deg, rgba(242, 91, 46, 1) 0%, rgba(244, 150, 22, 1) 100%);
    margin: 20px auto;
    width: 80%;
    min-width: 300px;
    max-width: 600px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    height: 60px;
    border-radius: 40px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    line-height: 60px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    text-shadow: none;
    font-size: 16px;
    line-height: 50px;
    border: none;
}
.linktoprivacy {
    font-size: 14px;
}

.form {
    padding-top: 1px;
    background: #f5fffa;
}
.form h1 {
    color: #34a7b8;
    font-weight: bold;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
    border: solid 1px #53a422;
    border-radius: 20px;
    box-shadow: none;
    padding: 8px 13px;
    margin: 2px;
    vertical-align: middle;
}
.notice__ttl {
    font-size: 20px;
    font-weight: bold;
    color: #da4769;
}
.notice {
    padding: 30px 20px 40px;
}
.notice li{
    font-size:16px;
}