@charset "utf-8";
.requestBox .requestContainer {
	width: 100%;
	max-width: 960px;
	margin: 20px auto 0 auto;
	line-height: 1.8;
}

.requestBox strong {
	display: block;
	margin-top: 30px;
	margin-bottom: 5px;
}

.requestContainer ul li {
	padding: 0;
	margin: 0;
}
.requestContainer ul li h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 34px;
	margin: 0;
	position: relative;
}
.requestContainer ul li h4::after {
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -14px;
}
.requestContainer ul li h4.tel::after {
	background: url(../../images/icon_tel2.svg) no-repeat;
	background-size: 100%;
}
.requestContainer ul li h4.mail::after {
	background: url(../../images/icon_mail.svg) no-repeat;
	background-size: 100%;
}
.requestContainer ul li strong {
	font-size: 30px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}


.form {
	width: 80%;
	margin: 30px auto 30px auto;
	color: #333;
	font-size: 16px;
	position: relative !important;
}
.form p.topmes {
	font-size: 16px;
	text-align: center;
}
.required {
	color: #C00;
	text-align: center;
	display: inline-block;
	padding: 5px 7px 3px 7px;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #C00;
	border-radius: 4px;
	font-size: 12px;
	line-height: 1;
}
.nonsp {
	margin-right: 2px;
}
.blue {
	color: #003c82;
	display: inline-block;
	padding-right: 5px;
}
.exa {
	padding: 5px;
	color: #a9a9a9;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.form dl {
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #999;
	display:flex;
}
.form dl.top {
	border-top: 1px solid #999;
}
.form dl.low {
	border-bottom: none;
}
.form dl dt {
	width: 25%;
	min-width: 200px;
	float: left;
	padding: 25px 0px 0px 10px;
	background: var(--base1);
	color: #FFF;
	font-weight: normal;
}
.form dl dd {
	width: 75%;
	padding: 15px 0px 15px 10px;
	float: right;
	line-height: 40px;
	vertical-align: top;
}
.form dl dd.textarea {
	width: 75%;
	margin: 0 0 0px 0;
}
.form dl dd.textarea p {
	display: block;
	margin-top: 10px;
	font-size: 16px;
}
.form dl dd #inputA {
	padding: 10px 0 0 30px;
}
.form dl dd #inputB {
	padding: 10px 0 0 30px;
}
.form dl dd .change {
	opacity: 0.5;
}

.form dl dd.ask {
	position: relative;
}
.form dl dd li.ask hr {
	border: none;
	border-bottom: 1px dotted #999;
	margin: 15px 0 15px 0;
}

.form dl dd p.note {
	font-size: 14px;
	display: block;
	margin-top: 15px;
}

.form dl dd textarea,
.form dl dd .txt {
	background-color: #fff;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 30%;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem;
	position: relative;
}
.form dl dd .txtS {
	background-color: #fff;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 15%;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem;
	position: relative;
}
.form dl dd .txtW {
	background-color: #fff;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 90%;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem;
	position: relative;
}
.form dl dd .sssize {
	width: 75px;
}
.form dl dd .ssize {
	width: 120px;
}
.form dl dd .msize {
	width: 200px;
}
.form dl dd .lsize {
	width: 80%;
}
.form dl dd textarea {
	width: 90%;
	height: 300px;
}
input[type="radio"] , input[type="checkbox"]{
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 0.5em;
}
input[type="checkbox"] {
	border-radius: 10px;
}
select {
	border: 1px solid #999;
}
.txt {
	margin-left: 0.3em;
	margin-top: 10px;
	vertical-align: bottom;
}
.form dl dd input[type="text"] {
	vertical-align: bottom;
}
ul.chra2 li input[type="checkbox"] {
	margin-bottom: 10px;
}

.notes {
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.notes strong {
	color: #2F77C2;
}
.notes a {
	font-weight: bold;
}


/****　フォーム設定　****/
.error {
	width:100%;
	padding: 0;
	margin:10px 0 20px 0;
	text-align: center;
	font-size:16px;
	color: #FFF;
	background: #F00;
	line-height: 1.8;
}



.agree {
	width: 60%;
	padding:20px 2% 30px 2%;
	border:1px solid var(--color1);
	margin:20px auto;
	font-size: 18px;
	text-align: center;
}
.agree strong {
	font-weight: bold;
	border-bottom: 3px double #999;
	display: inline-block;
	margin-bottom: 35px;
}
.agree a {
	color: #0D79F2;
	text-decoration: underline;
}
.agree a:hover {
	color: var(--color1);
}


.btnBlock {
	width: 60%;
	margin: 0 auto;
	clear: both;
	padding: 20px 0 0 0;
	text-align: center;
	position: relative;
	display: flex;
}
.btnBlock li {
	margin: 0 15px 0 15px;
}

input.button, 
input.button2 {
  display: block;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 0 10px;
  background: var(--base1);
  color: #FFF;
  line-height: 60px;
  margin-top: 0px;
  width: 250px;
  height: 60px;
  z-index: 10;
  letter-spacing: 0em;
	transition: .3s;
}
input.button2 {
  width: 150px;
  background: #CCC;
}
input.button:hover, 
input.button2:hover {
  background: var(--orage);
}

.hopeBox {
	width: 100%;
	padding: 15px;
	border: 2px solid #CCC;
	line-height: 1.5;
}
.hopeBox hr {
	border: none;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.hopeBox textarea {
	border: 1px solid #CCC;
	width: 100%;
	margin-top: 10px;
}



/*******
　確認画面用
********/
.confirm-table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}
.confirm-table th,
.confirm-table td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.confirm-table th {
    background-color: #f5f5f5;
    width: 30%;
    font-weight: bold;
}
.confirm-table td {
    width: 70%;
}
.section-title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 30px 0 15px;
    padding: 10px;
    background-color: #FEC400;
    border-left: 4px solid var(--base1);
}
.btn-area {
    text-align: center;
    margin: 40px 0;
}
.btn-area button,
.btn-area input {
    padding: 15px 40px;
    margin: 0 10px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}
.btn-submit {
    background-color: var(--pink1);
    color: white;
}
.btn-back {
    background-color: #ccc;
    color: #333;
}




/*******
　送信完了画面
********/
.complete-box {
    text-align: center;
    padding: 60px 20px;
    }
    .complete-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background-color: var(--base1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: white;
    }
    .complete-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    }
    .complete-message {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
    }
    .complete-note {
    background-color: #f5f5f5;
    padding: 20px;
    margin: 30px auto;
    width: 96%;
    max-width: 1000px;
    border-radius: 5px;
    text-align: left;
    }
    .complete-note p {
    margin: 10px 0;
    line-height: 1.6;
    }
    .btn-home {
    display: inline-block;
    padding: 15px 50px;
    background-color: var(--pink1);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
    }
    .btn-home:hover {
    background-color: #ff1493;
    }


.pcLayer, 
img.pcImg {
	display: block !important;
}
.spLayer, 
img.spImg {
	display: none !important;
}




#err_ask {
	margin-left: -565px;
}
#err_message {
	margin-top: -110px;
}
