._formrun_gotcha {position:absolute!important;height:1px;width:1px;overflow:hidden;}
#request{
  color:#333
}
#request h1{
  margin:0;
  font-size: 40px;
}
#request img{
  width: 100%;
}
#request img.ttl-border{
  width:30px;
}
.cta-white-box.flex:first-child {
  display: none;
}
p.privacy-lead {
  font-size: 0.9rem;
}
.privacy-wrap {
  width: 100%;
    height: 300px;
    margin: 15px 0;
    overflow-y: scroll;
    border: solid 1px #ccc;
    background: #fff;
}
.privacy-inner {
  padding: 15px 25px;
    text-align: left;
}
.privacy-inner li,.privacy-inner h2,.privacy-inner h3 .privacy-inner p {
  color: #333;
 }
 .privacy-inner ul {
   padding-left: 0;
 }		
 .privacy-inner li {
  list-style: none;
}
.privacy-inner h2 {
  font-size: 1.1rem;
    text-align: center;
      margin-top: 8px;
}
.privacy-inner h3 {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #ccc;
    font-size: 14px;
}
h3.privacy-contact {
  border-top: none;
  padding-top: 0;
}
.privacy-inner p {
  font-size: 13px;
  margin-top: 5px;
}
.privacy-inner table {
    width: 100%;
    border: solid 1px #ccc;
    margin: 10px 0 20px 0;
}
.privacy-inner table tr {
  border-top: solid 1px #ccc;
}
.privacy-inner table tr th, .privacy-inner table tr td {
  padding: 5px 10px;
    font-size: 12px;
    border: solid 1px #ccc;
}
.privacy-inner table tr th { 
  width: 100px
}
.service-cta{
  padding:95px 0;
  background: url(../images/service/cta-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.service-cta p{
  font-size: 22px;
  color: #fff;
}
.service-cta .consult-btn{
  background: none;
  background-color: #d63e2a;
  position: relative;
  margin-top: 33px;
}
.service-cta .ImageText9{
  justify-content: center;
}
.service-cta .ImageText9 .fas{
  color:white;
  position: absolute;
  right: 40px;
  font-size: 20px;
}
.btn_dl {
  text-align: center;
  display: block;
}
.btn_dl a,.btn_dl a:link, .btn_dl a:visited {
  background-color: #f7b100;
  color: #fff;
  border-radius: 5px;
  border: solid 1px #f7b100;
  padding: 15px 60px;
  font-size: 1.1em;
  text-decoration: none;
  display: inline-block;
  min-width:514px;
}
.form-download form textarea{
  height:120px !important;
}
.j-formnew dd{
  margin-left: 0;
}
.j-formnew iframe{
  width: 100%;
  height: 300px;
  margin: 15px 0;
  overflow-y: scroll;
  border: solid 1px #e9e9e9;
  background-color: #fff;
}
.j-formnew .person-info-protect-check{
  text-align: left;
}
.j-formnew .person-info-protect-check input{
  border: 1px solid #333 !important;
  width: 15px;
  border-radius: 0 !important;
  height: 15px;
  color: blue !important;
  /* margin:0 !important; */
  -webkit-appearance: auto !important;
}
.form-download form input, .form-download form textarea{
  width: 100%;
}
.mb-20{
  margin-bottom: 20px!important;
}
.mb-40{
  margin-bottom: 40px!important;
}
.mt-40{
  margin-top: 40px!important;
}
.err_note {
  color: red;
}
.must {
  color: #FFF;
  border-radius: 3px;
  font-size: 10px;
  margin-left: 5px;
  padding: 2px 5px;
  letter-spacing: 2px;
  background: #f7b100;
}

/*-- 複数資料ダウンロード 202301--*/
#multiple_dw dd{
	margin-left: 0;
}
#multiple_dw .multiple_dw_wrap{
	display: flex;
	justify-content:left;
	gap: 20px;
  flex-direction: row;
  width: 1282px;
  flex-wrap: wrap;
  margin: 0 auto;
}
#multiple_dw .multiple_dw_wrap .multiple_dw_list{
	/* width: 450px; */
  width: 414px;
}
#multiple_dw .multiple_dw_wrap .multiple_dw_list dt{
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
	text-align: center;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#multiple_dw .multiple_dw_wrap .multiple_dw_list dd{
	margin-left: 0;
	background-color: #EFEFEF;
	padding: 30px 0;
}
#multiple_dw .multiple_dw_wrap .multiple_dw_item{
	margin: auto;
	display: table;
	width: 380px;
}
#multiple_dw .multiple_dw_wrap .multiple_dw_item img{
	width:100%;
	filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
}
#multiple_dw .multiple_dw_wrap .multiple_dw_item .multiple_dw_wakaru{
	position: relative;
	background-color: #2EA7E0;
	color: #fff;
	padding: 10px 0;
	margin: 15px auto;
	font-size: 15px;
	font-weight: bold;
  max-width: 313px;
  text-align: center;
}
#multiple_dw .multiple_dw_wrap .multiple_dw_item .multiple_dw_wakaru:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #2EA7E0;
}
.intro_list{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 130px;
}
#multiple_dw .multiple_dw_wrap .multiple_dw_item ul{
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 0;
}
#multiple_dw .multiple_dw_wrap .multiple_dw_item li{
  list-style: none;
  display: flex;
}
#multiple_dw .multiple_dw_wrap .multiple_dw_item li:before{
	content: "●";
	color: #2EA7E0;
}
.file_center_list p{
  margin: 20px 0 33px;
  font-weight: 600;
  min-height: 50px;
}
.file_center_list img{
  margin-bottom: 40px;
}
#multiple_dw .dw_btn a{
	background-color: #2A7AB6;
	color: #fff;
	font-weight: bold;
	display: block;
	border-radius: 50px;
	text-align: center;
	padding: 10px 0;
  position: relative;
}
#multiple_dw .dw_btn a:hover{
	background-color: #176899;
}
#multiple_dw .dw_btn a i{
  position: absolute;
  right: 20px;
  font-size: 30px;
  top: 7px;
}
/*-- ダウンロードフォーム --*/
#multiple_dw .dw_form{
	width: min(1000px, 100%);
	margin: auto;
	background-color: #fff;
}
#multiple_dw .dw_form p.txt{
	display: table;
	margin: 30px auto;
}
#multiple_dw .dw_form .dw_fotm_list{
	width: min(800px, 100%);
	background-color: #EFEFEF;
	margin: auto;
	padding: 10px 30px;
}
#multiple_dw .dw_form .dw_fotm_list dl{
	display: flex;
}
#multiple_dw .dw_form .dw_fotm_list dt{
	width: 20%;
}
#multiple_dw .dw_form .dw_fotm_list dd{
	width: 80%;
	margin-left:0
}
#multiple_dw .dw_form input,
#multiple_dw .dw_form textarea {
  border: 1px solid #DDDDDD;
background-color: #fff;
width: 100%;
border-radius: 5px;
padding: 10px;
box-sizing: border-box;
}
#multiple_dw .scroll-box{
	width: 80%;
height: 200px;
overflow-y: scroll;
border: 1px solid #ddd;
background-color: #f8f4f4;
margin: 30px 0 30px auto;
}
.btn-mobile-show{
  display: inline-block;
  width: 100%;
  background-color: #666;
  text-align: center;
  position: relative;
  color:white;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 50px;
}
.btn-mobile-show i{
  position: absolute;
  right: 20px;
  font-size: 30px;
  top: 7px;
}
.intro_main{
  display:none;
}
.new-file-icon{
  padding: 2px 13px;
  background: red;
  color: white;
  font-weight: normal;
  margin-right: 6px;
}
.title-tip{
  font-size:24px;
}
/* 新表单 */
.new-form{
  background-color: #f1f1f1;
  padding: 60px 80px;
  margin-bottom: 50px;
}
.new-form .form-item{
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
.new-form .form-item label{
  width:215px;
  display: flex;
  align-items: center;
}
.new-form .form-item .form-item-input{
  width:90%;
}
.person-info-protect iframe{
  width: 100%;
  border: 4px solid #969696;
  margin-left: 0px;
  background: white;
}
.person-info-protect-check{
  margin: 20px 0 40px 0;
}
.person-info-protect-check input{
  width:auto !important;
}
.btn_contact7{
  text-align: center;
  margin-bottom: 20px;
}
.btn_contact7 input{
  width: 306px !important;
  background-color: #2A7AB6 !important;
  color: #fff;
  font-weight: bold;
  border-radius: 10px !important;
  text-align: center;
  /* padding: 10px 120px !important; */
  font-size: 16px;
  cursor: pointer;
}
.must{
  background-color: #2ca6e0;
  padding: 1px 6px 1px 8px;
  margin-right: 10px;
}
.ssl-tips{
  margin-top: 20px;
}
.download-form{
  background-color: white;
}
.dl_txt{
  margin: 30px 0;
  font-weight: 600;
}
.btn_dl a, .btn_dl a:link, .btn_dl a:visited{
  background-color: #2A7AB6;
  border: solid 1px #2A7AB6;
  border-radius: 10px;
}
.all_file_down_btn{
  background-color:#de311f;
  width: 326px;
  padding:20px 0;
  position: fixed;
  bottom:96px;
  right:0;
  text-align: center;
  z-index: 99;
  border-radius:10px 0 0 10px;
  padding-right: 11px;
}
.all_file_down_btn a{
  color:white;
}
.all_file_down_btn a i{
  position: absolute;
  right: 15px;
  font-size: 45px;
  top: 10px;
}
@media only screen and (min-width: 787px) and (max-width: 1300px) {
  #multiple_dw .multiple_dw_wrap{
    width:100%;
  }
}
@media only screen and (min-width: 787px) and (max-width: 1000px) {
  .intro_main{
    /* display:block !important; */
  }
  .intro_list{
    min-height: 152px;
    align-items: start;
  }
}
@media only screen and (max-width: 768px) {
  #multiple_dw .multiple_dw_wrap{
    flex-direction: column;
    width: 100%;
  }
  #multiple_dw .multiple_dw_wrap .multiple_dw_list{
    width: 90%;
    margin: auto;
  }
  #multiple_dw .multiple_dw_wrap .multiple_dw_item{
    width: 90%;
  }
  #multiple_dw .multiple_dw_wrap .multiple_dw_item p{
    width:100%;
  }
  .btn-mobile-show{
    display: inline-block;
  }
  /* .btn-mobile-show i{
    position: absolute;
    right: 20px;
  } */
  .intro_main{
    display: none;
  }
  .new-form{
    padding: 36px 10px;
  }
  .new-form .form-item{
    flex-direction: column;
  }
  .new-form .form-item .form-item-input{
    width: 100%;
  }
  .person-info-protect iframe{
    width: 97%;
    margin-left: 0;
  }
  .btn_dl a, .btn_dl a:link, .btn_dl a:visited{
    padding: 15px 0;
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {

}