@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

body {
  font-family: "Noto Sans Japanese", sans-serif;
}

img{
    width:100%;
    height:auto;
}

.container{
    max-width: 1000px !important;
    margin:0 auto !important;
    padding:0 !important;
}
.fv{
    padding-top:30px;
    background: url(../images/fv_bg.png) center center;
    background-size: cover;
}
.form{
    background:#fef9ed;
    position: relative;
}

.rules {
    text-align: left;
    font-size: 13px;
    line-height: 1.4;
    height: 150px;
    margin: 30px 10px 20px 0;
    padding: 10px;
    border: solid 1px #aaa;
    border-radius: 4px;
    overflow: auto;
    color: black;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2) inset;
}
.rules h3{
    font-size:18px;
    font-weight: 600;
}
.rules p, .rules li {
    font-size: 14px;
    line-height: 1.3;
}
.rules a{
    color:blue;
    text-decoration: underline;
}
.form .container {
    background: white;
}
.form__head{
    position: relative;
    z-index: 1;

}
.form__head_imgwrap {
    width: 250px;
    margin: -57px auto auto;
    position: absolute;
    z-index: 100;
    left: calc(50% - 125px);
    top: 30px;
}
.form__head_bgimgwrap{
    position: absolute;
    top:0px;
    width:100%;
    z-index: -1;
    z-index:50;
}
h2.form__ttl {
    text-align: center;
    color: #ffe65d;
    font-size: 28px;
    font-weight: bold;
    line-height: 0.95;
    position: relative;
    padding-top: 47px;
    z-index: 75;
}
h2.form__ttl span {
    font-size: 18px;
    color: white;
}

.item__box {
    margin: 40px auto;
    text-align: center;
    border-top: solid 1px #d9d9d9;
    position: relative;
    max-width: 100%;
    width: 361px;
}
p.item__box_q {
    background: #00bdc2;
    color: white;
    font-size: 20px;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-weight: bold;
    margin: -25px auto 20px;
}
._q1 {
    margin-top: 11%;
}
p.item__box_ttl {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
}
p.item__box_ttl span{
    background: linear-gradient(transparent 60%, #ffe65d 60%);
}
label {
    width: 300px;
    max-width: 90%;
    border: solid 1px #00bdc2 !important;
    border-bottom: solid 2px #00bdc2 !important;
    margin: 0 auto 10px !important;
    height: 40px;
    align-items: center;
    position: relative;
    display: flex !important;
    padding-left: 13px !important;
}
input[type="radio"],input[type="checkbox"] {
    margin-right: 10px !important;
}
.ending_imgwrap{
    position: relative;
}
.ending_imgwrap_part {
    position: absolute;
    left: -6%;
    bottom: -8px;
    width: 48%;
}
input[type="email"] {
    margin: 40px auto 4px;
    width: 300px !important;
    height: 50px;
    border: solid 2px #8c8c8c;
    border-radius: 4px;
    padding: 0 11px;
}
button#send {
    outline: none !important;
    border: none !important;
    background: none !important;
    padding-top: 40px;
}
footer{
    background:#fef9ed;
}
.footerimg_wrap {
    width: 200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 30px;
}
.footerend {
    background: #99c100;
    text-align: center;
    font-size: 14px;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

h1 {
    text-align: center;
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.input__area .input__half {
    width: 45% !important;
}
.input__area .input__ttl{
    font-size:15px;
    margin-top:14px;
    margin-bottom: 4px;
}
.input__area input {
    margin: 4px 4px 4px 0;
    width: 100%;
    max-width: 300px !important;
    height: 50px;
    border: solid 2px #8c8c8c;
    border-radius: 4px;
    padding: 0 11px;
}
.input__area {
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
    padding: 10px;
}
span.required {
    font-size: 12px !important;
    padding: 2px 6px !important;
    background: #00bdc2;
    color: white !important;
    margin: 0 6px 0 0 !important;
    border-radius: 4px !important;
    font-weight: bold !important;
}

.thanks__cv {
    width: 400px;
    height: 50px;
    max-width: 100%;
    margin: 0 auto 10px;
    background: #f05370;
    text-align: center;
    line-height: 50px;
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.4);
    position: relative;
    color: white;
    font-weight: bold;
    font-size: 20px;
}
.thanks__cvarea {
    background: #fef9ed;
    padding-bottom: 20px;
    padding-top: 20px;
}
.thanks__cv a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}