@charset "utf-8";
body{
    font-size: 14px;
}
.consent_container {
    max-width: 700px;
    margin: 0 auto 50px;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.consent_h1{
    font-size:22px;
    margin-bottom:20px;
}

.consent_notice ul{
    padding-left:5px;
}

.consent_notice ul li{
    margin-bottom: 8px;
}
.consent_notice ul li img {
    width: 25px;
    margin: -10px 10px -7px 0;
}

.consent_notice{
    background:#f9fafc;
    border-left:4px solid #4a90e2;
    padding:15px;
    margin:20px 0;
}

.consent_warning{
    color:#c0392b;
    font-weight:bold;
    margin:15px 0;
}

.consent_checkbox{
    margin:20px 0;
    font-size:16px;
}

#consent_submitBtn {
    background: #4a90e2;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

#consent_submitBtn:disabled{
    background:#bbb;
}








#form_main{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 50px;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form_h1 {
    font-size: 150%;
    border-bottom: 4px solid #4a90e2;
    padding: 10px;
    margin: 0 0 20px;
}

.form_warning {
    margin: 45px auto 45px;
    line-height: 30px;
}

.form_warning p {
    text-align: center;
}

#form_area{}

#form_area dl{
    display: flex;
    margin-bottom: 30px;
    padding: 0 0 25px 10px;
    border-bottom: 1px dotted #ccc;
}

#form_area dl dt {
    width: 320px;
    padding: 10px 0 0 10px;
}

#form_area dl dd {
    width: calc(100% - 330px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#form_area dl dd div {
    width: 100%;
}
#form_area dl dd input {
    background-color: #fafbfb;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 8px 0 8px 10px;
}

#form_area dl dd select {
    text-indent: 1em;
    margin: 0 10px 5px 0;
    padding: 8px;
    background-color: #fafbfb;
}

#form_area dl dd input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: -2px 10px 0 0;
}


#form_area dl dd input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: -2px 10px 0 0;
}

.input_item {
    display: block;
    width: 100%;
}

#form_area dl dd li {
    margin: 0 0 5px 0;
}
.span_note {
    color: #B71C1C;
    display: block;
    padding: 10px 0 0;
    font-size: 90%;
}

.w50 {
    width: 46%;
    margin: 0 15px 5px 0;
}

.w50px {
    width: 50px;
    margin: 0 15px 5px 0;
}

.w100px {
    width: 100px;
    margin: 0 15px 5px 0;
}

.w150px {
    width: 150px;
    margin: 0 15px 5px 0;
}

.atesaki {
    margin: 15px 0 45px;
    width: 100%;
    background: #eee;
    padding: 10px;
}

.checkbox-list label {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.checkbox-list label input[type="checkbox"] {
  flex-shrink: 0;
}
.contact_submit {
    margin: 100px auto;
    text-align: center;
}

.contact_submit1 input[type="button"] {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    height: 50px;
    border: 2px solid #888;
    display: inline-block;
    padding: 0 45px 0 40px;
    border-radius: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 140%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background: #999;
    color: #fff;
}

.contact_submit2 input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    height: 60px;
    border: 2px solid #142a49;
    display: inline-block;
    padding: 0 45px 0 40px;
    border-radius: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 140%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background: #142a49;
    color: #fff;
    margin-bottom: 50px;
}

.contact_submit input[type="submit"]:hover {
		color: #142a49;
background: #fff;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	}
	
.contact_submit input[type="button"]:hover {
		color: #142a49;
background: #fff;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	}

.form-kakunin-p {
    text-align: center;
    margin: 15px 0 50px;
}

.form-submit {
        width: 100%;
        text-align: center;
        margin: 100px 0;
}
.form-submit input[type="submit"] {
        -webkit-appearance: none;
        border-radius: 0;
        width: 290px;
        height: 70px;
        background: #0073c8;
        color: #fff;
        font-weight: bold;
        font-size: 180%;
        letter-spacing: 2px;
        cursor: pointer;
        border: none;
}

.form-submit-return {
        width: 100%;
        text-align: center;
        margin: 50px 0;
}


#plus2{
    text-align: center;
}
#plus3, #plus4, #plus5, #plus6, #plus7, #plus8, #plus9, #plus10, #delete1, #delete2, #delete3, #delete4, #delete5, #delete6, #delete7, #delete8, #delete9, #delete10{
    text-align: center;
    display:none;
}

#plusB2{
    text-align: center;
}
#plusB3, #plusB4, #plusB5, #plusB6, #plusB7, #plusB8, #plusB9, #deleteB1, #deleteB2, #deleteB3, #deleteB4, #deleteB5, #deleteB6, #deleteB7, #deleteB8, #deleteB9{
    text-align: center;
    display:none;
}

.plus_button, .delete_button {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(0);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}	

.plus_button a{
    font-size: 100%;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
    margin: 0 0 100px;
    color: #fff;
    background-color: #eb6100;
    border-bottom: 5px solid #b84c00;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.plus_button a:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
.delete_button a {
    margin: -130px 0 0;
    font-size: 80%;
    background: #999;
    float: right;
    cursor: pointer;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.syoumei_div{
    display: flex;
    margin-bottom: 5px;
}
.syoumei_div div{
    white-space: nowrap;
    margin: 0 40px 0 15px;
}

.delete_button_final {
    margin: 0 0 100px;
}
.delete_button_final a{
    margin: 0;
}

@media screen and (min-width: 671px) and (max-width: 1049px) {
#form_main {
    width: 98%;
}

#form_area dl {
    display: block;
}

#form_area dl dt {
    width: 100%;
    padding: 0 0 10px;
}

#form_area dl dt br{
    display: none;
}

#form_area dl dd {
    width: 100%;
}

}

@media screen and (min-width: 1px) and (max-width: 670px) {
body {
    font-size: 12px;
}

#form_main {
    width: 98%;
}

#form_area dl {
    display: block;
}

#form_area dl dt {
    width: 100%;
    padding: 0 0 10px;
}


#form_area dl dt br{
    display: none;
}

#form_area dl dd {
    width: 100%;
}

.consent_container {
    margin: 25px 10px 50px;
    padding: 20px 15px;
}

.plus_button a {
    margin: 0 0 50px;
}

.delete_button {
    margin: -20px 0px 50px;
}
.delete_button a {
    margin: 0;
    float: none;
}


.syoumei_div{
    display: block;
    margin-bottom: 5px;
}
.syoumei_div div{
    white-space: unset;
    margin: 0;
}

.browser-error{
    margin: 100px 0;
}


















}