.container {
  width: 900px;
  margin: 20px auto;
  padding: 30px;
  overflow: hidden;
}

.container span,
.container p,
.container div {
  line-height: 1.6;
}

p.yosakoi{
	text-align:center;
	font-size:14px;
}

h1 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

h1 span.line {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: #fff;
  text-align: left;
}

h1::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

p.required{
	text-align:center;
	font-size:14px;
	color:#c80000;
}

/*一行*/
.mailform dl {
	display:block;
	margin-left:auto;
	margin-right:auto;
  width: 800px;
  padding:20px;
 /* border-bottom: 1px solid #D0D0D0;*/
}

.mailform dl:nth-child(even){
  background-color:#f0f0f0;
}
.mailform input[type="submit"]{
	background-color: #ff6e17;
	color: #fff;
	font-size:18px;
	width:50%;
	border:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	padding:10px;
	border-radius: 8px;
	transition: all .3s;
}

.mailform input[type="submit"]:hover{
	background-color: #a93f00;
	}


/*項目*/
.mailform dt {
  width: 190px;
  display: table-cell;
  vertical-align: middle;
}


/*項目補足文字*/
.mailform dt span{
	color:#c80000;
	font-weight:bold;
	margin-left:4px;
}
.mailform dt span.small{
	color:#c80000;
	font-size:14px;
	font-weight:normal;
	margin-left:0px;
}
.mailform dt span.two_line{
	color: initial;
	font-weight:normal;
	display:block;
}
.mailform dt span.pc_none{
	display: none;
}



/*フォームパーツ*/
.mailform dd {
  width: 610px;
  display: table-cell;
  vertical-align: middle;
}

.mailform dd label{
	font-size:18px;
	margin-right:20px;
}

.mailform dd label input[type="radio"]{
	font-size:30px;
	width:25px;
	height:25px;
}

.mailform dd input[type="file"]{
	font-size:16px;
	margin-bottom:6px;
}

.mailform dd input[type="text"],
.mailform dd input[type="tel"],
.mailform dd input[type="number"],
.mailform dd input[type="email"],
.mailform dd select,
dd textarea {
  width: 585px;
  max-width: 100%;
  font-family: inherit;
  padding: 7px 12px;
  font-size: 18px;
  background: #f1f5ff;
  border-radius: 4px;
  border: 1px solid #b5b6c4;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}

.mailform dd input[type="radio"],
.mailform dd input[type="checkbox"]:{
  box-shadow: none;
  border: 5px solid #ccc;
}

.mailform dd .nest {
  padding-left: 45px;
  margin: 10px 0;
}

.mailform dd textarea {
  width: 610px;
  height: 120px;
  box-sizing: border-box;
  resize: vertical;
}

.submit_area {
  margin-top: 45px;
  text-align: center;
}

.confirmation_btn {
  font-family: inherit;
  padding: 10px 30px;
  font-size: 16px;
  background: none;
  border-radius: 8px;
  border: none;
  background: #5d3fff;
  color: #fff;
  cursor: pointer;
}

.confirmation_btn:hover {
  opacity: .8;
}

.mailform dd span{/*記入例*/
	font-size:14px;
	color:#474747;
	display:block;
	margin-left:20px;
	margin-top:6px;
}







/*同意書のチェック*/
div.check_box{
	border:#929292 1px dotted;
	margin-top:30px;
	margin-bottom:50px;
	padding:0px;
	width: 780px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
}
.check_box p{
	text-align:center;
	font-size:18px;
	color:#B90003;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:15px;
}
.check_box a{
	color:#E48600;
	font-weight:bold;
}

.check_box a:hover{
	color: #772500;
}


/*ボックス*/
.mailform dl.check_box {
	display:block;
	width: 740px;
	padding:20px;
	border-bottom: 1px solid #4D4D4D;
}
.mailform dl.check_box:last-child{
	border:none;
}



/*チェックボックス*/
.mailform dl.check_box dt {
	width: 70px;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	padding:0px;
}
.mailform dl.check_box dt input[type="checkbox"]{
	width:30px;
	height:30px;
	box-shadow: none;
}






/*プライバシーポリシー*/
.pp_html{
	overflow:auto;
	width:810px;
	height:350px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:15px;
	border: #9B9B9B solid 1px;
}

h3.pp_html_tile{
	text-align:center;
	color:#249bb4;
	font-size:197%;
	padding:0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



/*etc disclaimer + privacypolicy */
.etc_box{
	width:100%;
}

.etc_box h3{
	text-align:center;
	color:#249bb4;
	font-size:197%;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.etc_box p{
	/*font-size:108%;*/
	font-size:14px;
	color:#5a5a5a;
	margin:0px;
	padding:0px;
	text-align:left;
	margin-bottom:60px;
}

.etc_box p.in{
	/*font-size:108%;*/
	font-size:14px;
	color:#5a5a5a;
	margin:0px;
	padding:0px;
	text-align:left;
	margin-bottom:30px;
}


.etc_box p strong{
	/*font-size:131%;*/
	font-size:18px;	
	font-weight:bold;
}

.etc_box p strong.in{
	/*font-size:116%;*/
	font-size:16px;
	font-weight:bold;
}



/*同意チェック*/
.privacy {
	width: 100%;
	padding:0px;
	text-align:center;
	margin-bottom:40px;
}

.privacy input{
	width:25px;
	height:25px;
	margin-right:10px;
	vertical-align:middle;
}

