@charset "utf-8";
/* CSS Document */

/* 2021.02 Revised */
body{
	background:#fafafa;
	font-family: 'Open Sans', sans-serif !important;
}

/* メインビジュアル部分のレイアウト */
.hero-title-wrap{
  padding: 40px 0;
}


/* タイトル系のレイアウト */
.mainTit{
	color: #333;
	text-align: center;
	letter-spacing: 0.02em;
	font-weight: bold;
	position: relative;
	font-size: 34px;
	line-height: 1.6;
}
.mainTit span{
	font-size: 26px;
	font-weight: normal;
}

@media all and (max-width: 768px) {
	.hero-title-wrap{
		padding: 40px 0 10px;
	  }
	  
	.mainTit{
	  font-size: 28px;
	}
	.mainTit span{
		font-size: 20px;
		font-weight: normal;
	}
	.pageTit-h2{
	    font-size: 18px;
	}
}

#form{
	margin-top:30px;
}

.card{
	margin-bottom: 60px;
}

.card-body{
	padding:30px;
}

.disc-box p{
	font-size:18px;
	line-height:1.6;
}

.disc-box strong{
	color:#cc0000;
}

.btn-link-set{
	margin-top:20px;
	list-style:none;
	display: flex;
	justify-content: space-between;
}

.btn-link-set li{
	width:49%;
}

.btn-link-set a{
	display:block;
	color:#fff;
	text-align:center;
	padding:15px 10px;
	border-radius:4px;
	text-decoration:none;
}

.btn-link-set a:hover{
	opacity:0.8;
	text-decoration:none;
}

.link-ttl{
	font-size:24px;
	font-weight:bold;
}

.link-ttl .here{
	font-size:16px;
	font-weight:bold;
	margin-left:5px;
}

.btn-link-faq{
	background:#3bafda;
}

.btn-link-contact{
	background:#f989b1;
}

#form {
	margin-bottom:20px;
}

/* title style */
#form .form-ttl{
	margin:20px 0px 40px 0px;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
}

#form .form-ttl br{
	display:none;
}
#form .form-ttl > span{
	position:relative;
	display:inline-block;
	padding:0 40px;
}
#form .form-ttl > span:before,
#form .form-ttl > span:after{
	position:absolute;
	top:50%;
	content:"";
	width:400%;
	height:1px;
	background:#ccc;
}
#form .form-ttl > span:before{
	left:100%;
}
#form .form-ttl > span:after{
	right:100%;
}

#form table th{
	width:35%;
}

#form table {
	margin-bottom:0;
}
#form table .required{
	color:#fff;
	font-size: 11px;
	margin-right:10px;
	padding:2px 8px;
	background:#F53D7E;
	border-radius:3px;
	display:inline-block;
}
@media all and (max-width: 768px) {
	#form table .required{
		margin-left:10px;
		float: right;
	}
}
#form select {
	color: #495057 !important;
	border: 1px solid #ced4da !important;
}
#form .select-style{
  background:#fff !important;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  width: 68%;
  margin: 0;
  text-align: center;
}
#form .select-style:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f53d7e;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
}

#form .select-style select {
  width: 100%;
  padding: 12px 10px;
  cursor: pointer;
  text-overflow: ellipsis;
  outline: none;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  height: auto;
  display: block;
  text-align: left !important;
  line-height: 1;
}

#form .att{
	text-align:center;
	padding:15px;
	margin-bottom:15px;
}

#form .att span{
	font-weight:bold;
	margin-right:15px;
	color:#cc0000;
}

#form .att br{
	display:none;
}

#form input[type="submit"]{
	color:#fff;
	background:#333;
	width:300px;
	padding:15px;
	margin:0 auto 15px auto;
	border-radius:5px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	display:block;
}

#form input[type="submit"]:hover{
	opacity:0.8;
	cursor:pointer;
}


@media(min-width : 768px) and (max-width : 991px) {
	.btn-link-set a{
		height:120px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.link-ttl{
		font-size:20px;
		display:block;
	}
	.link-sub{
		display:none;
	}
	.link-ttl .here{
		display:block;
		margin-left:0;
	}
	#form .form-ttl{
		margin:20px 0px 20px 0px;
		font-size:28px;
		font-weight:bold;
		text-align:center;
		overflow:hidden;
	}
	#form table th,
	#form table td{
		width:100%;
		display:block;
		padding-bottom:5px;
	}
	#form .att br:last-child{
		display:block;
	}
} 


@media(max-width:767px) {
	.card-body{
		padding:15px 15px;
	}
	.disc-box p{
		font-size:16px;
		line-height:1.6;
		text-align:left;
	}
	.disc-box br{
		display:none;
	}
	.btn-link-set li{
		width:48%;
	}
	.btn-link-set a{
		height:120px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.link-ttl{
		font-size:18px;
		display:block;
	}
	.link-ttl span{
		display:block;
		margin-left:0;
	}
	.link-ttl .here{
		font-size:14px;
	}
	.btn-link-faq .sp-control{
		display:none;
	}
	.btn-link-contact .sp-control{
		font-size:14px;
	}
	
	.link-sub{
		display:none;
	}

	#form .form-ttl{
		margin:20px 0px 20px 0px;
		font-size:20px;
		font-weight:bold;
		text-align:center;
		overflow:hidden;
	}
	#form .form-ttl > span:before,
	#form .form-ttl > span:after{
		display:none;
	}
	#form .form-ttl > span{
		padding:0;
	}
	#form table th,
	#form table td{
		width:100%;
		display:block;
		padding-bottom:5px;
	}
	#form table th,
	#form table td{
		padding:7px 0;
	}
	#form .select-style{
		width:100%;
	}
	#form .att{
		font-size:14px;
		margin-bottom:10px;
	}
	#form .att span{
		margin:0 0 5px 0;
	}
	#form .att br{
		display:block;
	}
	#form input[type="submit"]{
		width:250px;
		font-size:20px;
	}
}

@media(max-width:374px) {
	.mainTit{
		font-size:20px;
	}
	.disc-box p{
		font-size:14px;
	}
	.link-ttl{
		font-size:16px;
	}
	
	
	.btn-link-contact .sp-control,
	.link-ttl .here{
		font-size:12px;
	}
	#form .form-ttl{
		font-size:16px;
	}
	#form table th{
		font-size:14px;
	}
	#form input[type="submit"]{
		width:200px;
		font-size:16px;
	}
}

/* tbl-confirm */

#form table.tbl-confirm{
	width:100%;
	table-layout: fixed;
	margin-bottom:40px;
}
#form table.tbl-confirm th{
	background:#f4f4f4;
}
#form table.tbl-confirm th,
#form table.tbl-confirm td{
	padding-left:20px;
	padding-right:10px;
}
#form table.tbl-confirm td{
	overflow-wrap: break-word;
	word-wrap: break-word;
}
#form table.tbl-confirm tr:last-child{
	border-bottom: 1px solid #dee2e6;
}

/* form-btn-set */

.form-btn-set{
	text-align:center;
	margin:15px 0;
}

#form .form-btn-set a.btn-back{
	background:#eee;
	border:2px solid #ccc;
	padding:18px 20px;
	color:#333;
	font-size:18px;
	font-weight:bold;
	border-radius:5px;
	width:180px;
	display:inline-block;
}

#form .form-btn-set a.btn-back:hover{
	text-decoration:none;
	opacity:0.8;
}

#form .form-btn-set input[type="submit"].btn-submit{
	background:#333;
	border:2px solid #333;
	padding:18px 20px;
	margin:0 0 0 10px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	border-radius:5px;
	width:220px;
	display:inline-block;
}


@media(max-width:767px) { 
	#form h2{
		font-size:20px;
	}
	#form table.tbl-confirm th,
	#form table.tbl-confirm td{
		padding-left:10px;
	}
	#form .form-btn-set a.btn-back{
		font-size:16px;
		padding:10px;
		width:120px;
	}
	
	#form .form-btn-set input[type="submit"].btn-submit{
		font-size:16px;
		width:120px;
		padding:12px 10px;
	}

} 
