.banner-confirmation{
    display: none;
}
.detail-form .form-check-input {
    margin-left: 0;
    top: 5px;
}
.form-check-label {
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    display: inline;
    padding-left: 0;
}
.form-check-label a{
    margin-left: 28px;
}
.form-group label {
    line-height: 16px;
    color: #707070;
    font-weight: bold;
    margin-bottom: 16px;
}
.btn-submit{
    background-color: #698FFC;
    border-color: #698FFC;
    width: 95px !important;
}
.form-control:placeholder {
    color: #ACACAC;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ACACAC;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #ACACAC;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #ACACAC;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #ACACAC;
}
.wpcf7-form-control-wrap{
    display: block;
}

label{
    display: block;
    width: 100%;
    font-weight: bold;
}
.form-group {
    line-height: 1;
}
.form-group label {
    line-height: 21px;
    color: #454F63;
    font-weight: bold;
    margin-bottom: 14px;
    display: inline-block;
    vertical-align: middle;
}
.important-form:after {
    content: "必須";
    background-color: #F1645C;
    padding: 1px 3px;
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    line-height: 18px;
    vertical-align: bottom;
}
.form-control {
    font-size: 16px;
    padding: 16px 24px;
    height: 52px;
    border-color: #78849E;
    border-radius: 0;
}
.form-group textarea {
    height: 193px;
}
/* .important-form{
    width: 17px;
    height: 17px;
    margin: 0;
    position: relative;
    display: inline-block;
    float: left;
    margin-top: 2px;
}
.important-form:before {
    content: "※";
    color: #ee815a;
    font-size: 17px;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: -2px;
} */
.font-12 .important-form:before{
    font-size: 15px;
    left: 0;
    top: -3px;
}
.form-control{
    font-size: 14px;
    height: 56px;
    padding: 20px 16px;
    border-radius: 2px;
}
form label {
    line-height: 18px;
}
.form-row{
    margin-left: 0;
    margin-right: 0;
}
.form-row.font-16 {
    font-size: 16px;
}
.form-row>.col, .form-row>[class*=col-]{
    padding-left: 0;
    padding-right: 0;
}
.form-check-input{
    position: absolute;
    left: 0px;
    visibility: visible;
}
#agreement-check {
    opacity: 0;
}
.form-check-label span {
    content: '';
    height: 20px;
    width: 20px;
    cursor: pointer;
    position: absolute;
    top: -3px;
    left: 0;
    background: #F4F4F4;
    border-radius: 4px;
    border: 1px solid #707070;
}
select.form-control-lg.form-control {
    min-height: 56px;
}
.form-row textarea {
    height: 241px;
}
.btn-big {
    width: 350px;
    height: 56px;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    background-color: #14375B;
    border: none;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn-full {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #14375B;
    font-size: 18px;
    border-color: #14375B;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.line-height-21{
    line-height: 21px;
}
.btn-white {
    background: #fff;
    color: #707070;
    border: 1px solid #707070;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    height: 56px;
}
.btn-white:hover {
    background-color: #14375b;
    color: #fff;
}
#form-section select {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}
#form-section .select-custom{
    position: relative;
}
#form-section .select-custom:after {
    content: '\f078';
    font-family: FontAwesome;
    color: #444444;
    position: absolute;
    right: 3px;
    top: 7px;
    z-index: 1;
    text-align: center;
    width: 40px;
    background: #fff;
    pointer-events: none;
    box-sizing: border-box;
    line-height: 40px;
}

input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 13px;
    height: 13px;
    border: 1px solid #14375B;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #14375B;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #14375B;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
label.form-check-label input:before {
    content: '';
    height: 20px;
    width: 20px;
    cursor: pointer;
    position: absolute;
    top: -3px;
    left: 0;
    background: #F4F4F4;
    border-radius: 4px;
    border: 1px solid #707070;
}
.form-check-label span:after {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 1px solid #707070;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.2s ease;
}
.form-check-label span.checked:after{
    opacity: 1;
}
label.form-check-label input[type=checkbox]:checked:after{
    opacity: 1;
}
.wrap-btn-zip .btn-full {
    font-size: 12px;
    font-weight: normal;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: none;
    box-shadow: none;
}
#trustone-phone .container .text-phone {
    border: 2px solid;
    max-width: 350px;
    border-radius: 23px;
    color: #67A6E6;
    padding: 6px;
    position: relative;
    display: block;
    margin: auto;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}
#trustone-phone .container .phone-image img {
    max-width: 30px;
    display: inline-block;
    margin-right: 7px;
    vertical-align: top;
}
#trustone-phone .container .phone-image.pt-18 {
    padding-top: 18px;
    width: 260px;
    position: relative;
    display: block;
    margin: auto;
    border-bottom: 1px dotted;
    border-color: #67A6E6;
}
.btn-phone-bottom {
    font-size: 30px;
    line-height: 40px;
    color: #67A6E6;
    font-weight: bold;
    margin-top: 16px;
    border-bottom: 1px dotted #67A6E6;
    display: inline-block;
    margin-bottom: 8px;
    padding-bottom: 4px;
}
.btn-phone-bottom img {
    width: 24px;
    margin-right: 4px;
    margin-top: -5px;
}
#trustone-phone .container .phone-image p {
    font-size: 30px ;
    display: inline-block;
    color: #67A6E6;
    font-weight: bold;
}
#trustone-phone .container .start {
    padding-top: 14px;
    padding-bottom: 49px;
    border-bottom: 1px solid;
    position: relative;
    display: block;margin: auto;
}
#trustone-phone .container img.red-mark {
    max-width: 100%;
    height: auto;
    margin-right: 4px;
    margin-bottom: 6px;
}
#contact-content.p-top48 {
    padding-top: 48px !important;
}

.wrapper-popup-agreement {
	align-items: center;
	display: flex;
	height: 100vh;
    width: 90%;
    margin: auto;
	max-width: 682px;
}
.wrapper-popup-agreement ol.numbering-list {
    list-style: decimal;
    color: #707070;
    font-size: 14px;
}
.wrapper-popup-agreement ol.sub-list {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
}
.wrapper-popup-agreement ol.sub-list li {
    display: block;
    position: relative;
    padding-left: 32px;
}
.wrapper-popup-agreement ol.sub-list li::before {
    left: 0
}
.content-popup{
	display: block;
	background: #fff;
	width: 100%;
	position: relative;
}
#contact-content ul.list-disc{
    list-style: disc !important;
}
li.sub-numbering-list{
    position: relative;
    padding-left:24px;
    color: #707070;
}
li.sub-numbering-list:before{
    content : "(" counter(item) ")";
    position: absolute;
    counter-increment: item;
    font-weight: bold;
}
li.circle-numbering{
    position: relative;
    padding-left:24px;
}
li.circle-numbering:before{
    content : counter(item);
    position: absolute;
    counter-increment: item;
    font-weight: bold;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border:1px solid #707070;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    top: 6px !important;
    padding: 2px 0;
}
ol.sub-list.numbering {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
}
ol.sub-list.numbering li {
    display: block;
    position: relative;
    padding-left: 32px;
    color: #707070;
}
ol.sub-list.numbering li::before {
   display: inline-block;
    content: "(" counter(item) ")";
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 0;
}
.close-popups {
    position: absolute;
    font-size: 35px;
    right: -39px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    top: -3px;
}

#agreement-content .agreement-wrapper .container{
	margin: auto;
	padding: 0;
}
#agreement-content .agreement-wrapper{
    /* height: 100%; */
    position: relative;
    overflow-y: auto;
    height: calc(100vh - 270px);
    padding: 0 35px 0 40px;
  	border-right: 5px solid transparent;
}
#agreement-content .title-agreement{
    font-size: 24px;
    position: relative;
    margin: 0;
    padding-bottom: 12px;
    margin-bottom: 24px;
    margin-top: 32px;
    color: #707070;
    font-weight: bold;
}
#agreement-content h3.title{
  color: #67A6E6;
  position: relative;
  padding-left: 14px;
  margin: 24px 0 14px;
  font-size: 20px;
  line-height: 28px;
}
#agreement-content .button-wrapper{
    /* background: #000; */
    padding: 9px 0;
    text-align: center;
    position: relative;
    background: #fff;
    border-top: 1px solid #14375b;
}
#agreement-content .btn-agreement{
	width: 96px;
  height: auto;
  max-height: 33px;
  color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 15px;
	padding: 8px 0;
	cursor: pointer;
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #2462A2;
}
#agreement-content .btn-agreement.close-agreement{
	background: #ffffff;
  color: #2462A2;
}
#agreement-content .btn-agreement.check-agreement{
	background: #2462A2;
}
#agreement-content h3.title:before{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    border-left: 6px solid #67A6E6;
    border-radius: 2px;
}
#agreement-content .title-agreement:after{
    content: "";
    border-bottom: 2px solid #67A6E6;
    width: 32px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 16px);
    border-color: #444;
}
#agreement-content a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-bottom: 0;
}
/* width */
.agreement-wrapper::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.agreement-wrapper::-webkit-scrollbar-track {
    border-radius: 0;
    margin: 0 10px;
}

/* Handle */
.agreement-wrapper::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 5px;
    width: 4px;
}

/* Handle on hover */
.agreement-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.7);
}
#agreement-content{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100vh;
	width: 100vw;
	z-index: 21;
	background: rgba(0,0,0,0.5);
	/* color: #fff; */
	font-size: 14px;
	text-align: left;
	/* padding: 120px 0; */
	padding: 0;
	display: none;
	color: #444;
}

#agreement-content p{
    margin-bottom: 24px;
    color: #707070;
    line-height: 22px;
    font-size: 14px;
}
#agreement-content p.last-p{
    margin-bottom: 32px;
}
#agreement-content ul{
    padding-left: 0;
}
#agreement-content ul li{
	position: relative;
    padding-left: 18px;
    line-height: 24px;
    margin-bottom: 8px;
		font-size: 12px;
    color: #707070;
    line-height: 22px;
}
#agreement-content ul li:before{
	width: 7px;
	height: 7px;
	background: #707070;
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
    list-style: disc;
    border-radius: 50%;
}

.font-family-hiragano {
  
}
.form-check-label {
  cursor: pointer;
}
.form-check-label span {
    /* top: calc(50% - 10px); */
}

@media (min-width:768px){
    .wrap-btn-zip .btn-full:hover{
        background-color: #fff;
        color: #14375B;
        border-width: 2px;
        border-color: #14375B;
    }
    #agreement-content .btn-agreement:hover{
        opacity: 0.7;
    }
    #agreement-content p b {
      font-size: 16px;
      line-height: 1.7;
  }
  .phone a.btn-phone-bottom:hover {
      color: #67A6E6;
      opacity: 0.7;
  }
}
@media (max-width:767px) {
    .form-group label{
        margin-bottom: 16px;
    }
    .btn-big {
        width: 225px;
    }
    .mr-30 {
        margin-right: 15px;
    }
    #trustone-phone .container .text-phone {
        max-width: 345px;
    }
    #trustone-phone .container .start{
        padding-bottom: 32px;
    }
    #contact-content.p-top48 {
        padding-top: 32px ! important;
    }
    #trustone-phone .container .phone-image.pt-18 {
        padding-top: 12px;
    }
    #trustone-phone .text-phone a.no-hover {
       color: #67A6E6;
       text-decoration: none;
    }
    #trustone-phone a.no-hover {
        text-decoration: none;
    }
    #agreement-content .btn-agreement.close-agreement{
        margin-left: 0;
    }
    #agreement-content .btn-agreement.check-agreement{
        margin-right: 0;
    }
    #agreement-content ul{
        padding: 0;
    }
    #agreement-content .btn-agreement{
        margin: 0 7.5px;
    }
    /* #agreement-content .title-agreement {
        margin-bottom: 32px;
        padding-bottom: 24px;
    } */
    #agreement-content .last-p{
        padding-bottom: 0;
    }
    #agreement-content{
        padding: 0;
    }
    #agreement-content .agreement-wrapper{
		padding-left: 15px;
		padding-right: 10px;
    }
    .close-popups{
		right: 0;
		top: -40px;
	}
    .phone a.btn-phone-bottom:hover {
      color: #67A6E6;
      text-decoration: none;
    }
}
@media (min-width:460px){
    #trustone-phone .text-down {
        display: none;
    }

}
