.modal-content{
    width: 740px;
    margin: auto 0;
    z-index: 99;
    position: absolute;
    display: none;
    padding: 2rem 2rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: white;
}
.modal-content-login{
    width: 540px;
    /* height: 140px; */
    margin: auto 0;
    z-index: 99;
    position: absolute;
    display: none;
    padding: 2rem 4rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: white;
}
.modal-confirm{
    width: 500px;
    height: auto;
    margin: auto 0;
    z-index: 99;
    position: absolute;
    display: none;
    padding: 2rem 4rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: white;
}

.trial_title{
    font-weight: bold;
    border-bottom: .4rem solid #d8d8d8;
}
.text-center {
	text-align: center;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
		touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
  }
  .btn:focus,
  .btn:active:focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
  }
  .btn:hover,
  .btn:focus,
  .btn.focus {
	color: #333;
	text-decoration: none;
  }
  .btn:active,
  .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
			box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  }
  .btn.disabled,
  .btn[disabled],
  
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
    
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-default:hover,
  .btn-default:focus,
  .btn-default.focus,
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    background-image: none;
  }
  .btn-default.disabled,
  .btn-default[disabled],
  fieldset[disabled] .btn-default,
  .btn-default.disabled:hover,
  .btn-default[disabled]:hover,
  fieldset[disabled] .btn-default:hover,
  .btn-default.disabled:focus,
  .btn-default[disabled]:focus,
  fieldset[disabled] .btn-default:focus,
  .btn-default.disabled.focus,
  .btn-default[disabled].focus,
  fieldset[disabled] .btn-default.focus,
  .btn-default.disabled:active,
  .btn-default[disabled]:active,
  fieldset[disabled] .btn-default:active,
  .btn-default.disabled.active,
  .btn-default[disabled].active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
  }

.btn-white {
    color: #337ab7;
    background-color: #fff;
    border-color: #337ab7;
}

.form{width: 100%;}


.form th .th{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.th_inner{width: 170px;padding: 10px 0;}

.must{width: 36px;}

.must span{
    background: #FF513E;
    font-size: .7rem;
    color: #FFF;
    padding: 5px;
    line-height: 1;
    display: inline-block;
    font-weight: bold;
}

.form td{padding: 6px 0;}

.form td input[type="text"],
.form td input[type="email"],
.form textarea{
    width: 548px;
    padding: 8px 18px;
    border: none;
    font-size: 1rem;
    background: #f4f7f5;
    border-radius: 33px;
    outline: none;
}
.form td select{
    width: 584px;
    padding: 12px 18px;
    border: none;
    font-size: 1rem;
    background: #f4f7f5;
    border-radius: 33px;
    outline: none;
}

.form textarea{
    display: block;
    resize: vertical;
}

.form input[type="text"]::-webkit-input-placeholder{color: #ABABAB;}
.form input[type="text"]::-moz-placeholder{color: #ABABAB;}
.form input[type="text"]::-ms-input-placeholder{color: #ABABAB;}
.form input[type="text"]::placeholder{color: #ABABAB;}
.form input[type="email"]::-webkit-input-placeholder{color: #ABABAB;}
.form input[type="email"]::-moz-placeholder{color: #ABABAB;}
.form input[type="email"]::-ms-input-placeholder{color: #ABABAB;}
.form input[type="email"]::placeholder{color: #ABABAB;}
.form textarea::-webkit-input-placeholder{color: #ABABAB;}
.form textarea::-moz-placeholder{color: #ABABAB;}
.form textarea::-ms-input-placeholder{color: #ABABAB;}
.form textarea::placeholder{color: #ABABAB;}

.wrap_select{position: relative;}

.wrap_select::after{
    content: "";
    background: url("../img/arrow01.png") no-repeat 0 0;
    background-size: 15px;
    width: 15px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 28px;
    right: 15px;
}
.wrap_select select{
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.form .campaign td div{
    display: flex;
    align-items: center;
}

.form .campaign input[type="text"]{
    width: 375px;
    margin-right: 15px;
}

.form .campaign td p a{
    color: #000;
    text-decoration: underline;
}

.form .campaign td p a:hover{text-decoration: none;}

/* 個人情報保護方針
---------------------------------------------- */
.agree1{
    display: block;
    margin-top: 50px;
    font-size: 1.5rem;
}

.wrap_privacy{margin: 15px 0 70px;}

.privacy{
    border: 1px solid #CFD5D2;
    padding: 20px;
    height: 200px;
    font-size: 1.5rem;
    overflow-y: scroll;
}

.privacy p{margin-bottom: 15px;}

.privacy p:last-of-type{margin-bottom: 0;}

.agree1 .wpcf7-list-item-label::before{
    content: "";
    background: #FFF;
    border: 1px solid #B4BCB9;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -0.1em;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
}
.agree1 .wpcf7-list-item{position: relative;}

.agree1 .wpcf7-list-item input[type="checkbox"]{
    position: absolute;
    top: 5px;
    opacity: 0;
}
.agree1 .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before{
    background: #FFF url("../img/ico_checkbox01.png") no-repeat center;
    background-size: contain;
}

.wpcf7-list-item label{cursor: pointer;}
.wpcf7-list-item label:hover{opacity: .7;}

.domain{
    margin: 40px 0 60px;
    text-align: center;
    color: #FF4C4C;
    font-size: 1.5rem;
}

.domain p:nth-of-type(1){font-weight: bold;}

/* 送信ボタン
---------------------------------------------- */
.btn_form{
    opacity: 0.2;
    pointer-events: none;
}
.btn_form.active{
    opacity: 1;
    pointer-events: auto;
}
.btn_form input{
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    background: #000;
    border: none;
    border-radius: 0;
    display: block;
    cursor: pointer;
    padding: 0;
    outline: none;
    color: #FFF;
    letter-spacing: 0.05em;
    transition: background .3s;
    width: 1000px;
    height: 120px;
}
.btn_form input:hover{background: #70A898;}

/* 注意事項
---------------------------------------------- */
.attention{
    margin-top: 60px;
    letter-spacing: 0.05em;
}
.attention .note{
    font-size: 1.5rem;
    margin-top: 20px;
}
.attention .note p{
    text-indent: -1em;
    padding-left: 1em;
}




