@charset "utf-8";

.wrap__contents{
    padding: 2em 2em 1em !important;
}
@media screen and (max-width: 559px){
    .wrap__contents{
        padding: 1em 1em 1em !important;
    }
}
footer{
    padding-top: 0 !important;
}
footer .box__copy {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
#wrapForm{
	max-width:600px;
    margin-left: auto;
    margin-right: auto;
	padding:1em;
	background:#ffffff;
	border:1px solid #b3c9dd;
}
h1{
    margin-bottom: 1em !important;
}
h2{
    font-size: 18px !important;
}
h2 span{
    display: block;
    font-size: 14px !important;
}
.txt__note{
    line-height: 1.3em !important;
}
.box__contents{
    padding-top: 2em !important;
    text-align: left;
}
.box__contents .list_dot li{
    padding-bottom: .2em;
}

.formArea h4{
    font-size: 14px!important;
    color: #013a70;
    font-weight: 500 !important;
    padding-bottom: .5em;
}
.formArea h5{
    font-size: 14px!important;
    color: #2a6dad !important;
    font-weight: 500 !important;
    padding-bottom: .5em;
}
.formArea .form__line{
    border-bottom: 1px solid #b1c7dc;
}
.formArea .form__line > li{
    border-top: 1px solid #b1c7dc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.formArea{}
.formArea dl {
}
.formArea dt {
    float : left;
    clear : both;
    width : 6em;
    font-size: 14px!important;
    color: #013a70;
    font-weight: 500 !important;
}
.formArea dd {
  margin-left : 6em;
}

.formArea .form_l dl{
}
.formArea .form_l dt {
    float : left;
    clear : both;
    width : 30%;
}
.formArea .form_l dd {
  margin-left : 30%;
}
@media screen and (max-width: 480px){
.formArea .form_l dt {
    float:none;
    clear : both;
    width : 100%;
}
.formArea .form_l dd {
    margin-top: 5px;
  margin-left : 0;
}
}

.must{
    color: #A81100;
    font-size: 11px;
    vertical-align: 3px;
    padding-left: .5em;
}
/*form*/
label{
    margin-top:5px !important;
    margin-bottom:5px !important;
}
label.label_true{
	background-color: #dce8f4 !important;
	border: solid 1px #b1c7dc !important;
	text-decoration: none;
}
input[type=text] {
	border: solid 1px #b1c7dc !important;
	outline: none;
    width: 100% !important;
    padding: 5px;
    border-radius: 2px;
    box-sizing: border-box;
}
textarea {
	border: solid 1px #b1c7dc !important;
	outline: none;
    width: 100% !important;
    padding: 5px;
    border-radius: 2px;
    box-sizing: border-box;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    position: relative;
    display: block;
    width: 100%;
    padding: 5px;
	background-color:#fff !important;
	border: solid 1px #b1c7dc !important;
    border-radius: 2px;
    cursor: pointer;
    border: none;
    outline: none;
}

input[type="submit"]  {
    max-width: 280px; /*送信ボタンの幅を指定*/
}
@media screen and (min-width: 560px){
    .col02{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }
    .col02 li{
        width: 49%;
    }
}

.privacy h4{
    font-size: 14px !important;
    text-align: center;
    line-height: 1.4em;
}
.privacy h5{
    font-size: 13px !important;
    margin-bottom: .5em;
    line-height: 1.4em;
}
.privacy h6{
    font-weight: 400 !important;
    font-size: 13px !important;
    margin-top: .8em;
    letter-spacing: 0 !important;
    line-height: 1.4em !important;
}
.privacy .list_dot,
.privacy ul{
    margin-top: 8px !important;
}
.privacy .list_dot li,
.privacy ul li{
    font-size: 13px !important;
    margin:0;
    letter-spacing: 0 !important;
    line-height: 1.4em !important;
}
.prybacyBox{
    margin-top: 1em;
}
#send_confirm_label{
    margin-top: 1em;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
    align-items:flex-start;/*上揃え*/
    justify-content:center;/*中央揃え*/

}
#send_confirm_label input{
    margin-top: .2em;
}
#send_confirm_label p{
    padding-left: 1em;
    line-height: 1.4em;
}
.privacy .btnArea+.btnArea{
    margin-top: 10px;
}
.privacy #button_mfp_goconfirm,
.privacy #button_mfp_reset{
    padding: 0;
    border: 0;
    border-radius: 5px;
            -webkit-border-radius: 5px; 
            -moz-border-radius: 5px;      color: inherit;
    appearance: none;
    width: 100%;
    max-width: 420px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
		/*上下左右*/
		justify-content: center;
		flex-direction: column; 
		align-items: center;
    font-size: 14px !important;
}
.privacy #button_mfp_goconfirm{
    background: #0c365d;
    color: #fff;
}
.privacy #button_mfp_reset{
    background:#D6D6D6;
}