.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.note01{
	text-align:center;
	font-size:20px;
    line-height: 2.0;
    font-weight: bold;
    padding: 4px;
    margin-bottom: 6px;
    background-color: #B92E30;
	color:#ffffff;
}

p.note02{
	text-align:center;
	font-size:18px;
	color:#c80000;
    margin-bottom: 40px;
}

p.required{
	text-align:center;
	font-size:14px;
	color:#c80000;
}


p.required03{
	text-align:center;
	font-size:14px;
    margin-bottom: 25px;
}

/*メールが届かない*/
p.mail{
    border: #E80003 solid 1px;
    padding: 10px;
    text-align: left;
	font-size:16px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #FFF2EB;
}
p.mail span{
    display: inline;
    color: #E80003;
    font-weight: bold;
}


/*一行*/
.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;
	padding:10px;
	border-radius: 8px;
	transition: all .3s;
}

.mailform input[type="submit"]:hover{
	background-color: #a93f00;
	}


/*項目*/
.mailform dt {
  display: block;
  vertical-align: middle;
    margin-bottom: 6px;
    font-weight: bold;
}


/*項目補足文字*/
.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 {
  display: block;
  vertical-align: middle;
}

.mailform dd label{
	font-size:18px;
	margin-right:20px;
    display: block;
    padding: 15px;
}

.mailform dd label.one{
	font-size:18px;
	margin-right:20px;
    display: inline-block;
    padding: 15px;
}

.mailform dd label input[type="radio"]{
	font-size:30px;
	width:25px;
	height:25px;
    vertical-align: text-bottom;
}

.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: 95%;
  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="text"].one{
  width: 20%;
}


.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: 95%;
  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;
}


.mailform dd span.one{
	display:inline-block;
}

.mailform dd input[type="checkbox"] {
    cursor: pointer;
    width: 30px;
    height: 30px;
    box-shadow: none;
    display: inline-block;
}




/*同意書のチェック*/
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;
}



/*同意文章*/
.mailform dl.check_box dd {
	width: 670px;
	display: table-cell;
	vertical-align: middle;
	padding:0px;
}
.mailform dl.check_box dd ul li{
	margin-left:20px;
}
.mailform dl.check_box dd label{
	font-size:16px;
}

footer{
	border-top: #ccc solid 1px;
	margin-top: 50px;
	padding-top: 15px;
	padding-bottom: 50px;
}
footer p{
	text-align: center;
	/*font-size: 10px;*/
	color: #727272;
}
