#AllBox {
  padding-top: 127px;
}
#Main{
	width: 1000px;
	margin: 0 auto 50px;
}

/* section
===============================================================*/
.section p {
	padding:20px 0 20px 0;
	font-size:16px;
}

.section p.s {
	padding:0 0 10px 0;
}

.section p.btn a {
	display:block;
	width:263px;
	height:57px;
	text-indent:-9999px;
	background:url(../images/mailmaga/btn03.jpg) no-repeat 0 0;
	margin:0 auto;
}
.section p.btn a:hover {
	opacity:0.7;
}

.section .ERR {
	color:#cc0000;
	font-size: 14px;
}

.form_error {
	border:#cc0000 3px solid;
	margin:0 0 100px 0;
	padding:60px;
	text-align:center;
	font-size:18px;
	color:#cc0000;
}

h3.def {
    color: #fff;
    background: url(../images/outline/common/outline_tl.jpg) no-repeat;
    width: 100%;
    height: 46px;
    padding-left: 18px;
    font-size: 22px;
    font-weight: normal;
    line-height: 46px;
	margin:0 0 15px 0;
}

.def_table table {
	width: 100%;
	margin:0 0 40px 0;
}

.def_table table.n {
	margin:0;
}

.def_table table tr th ,
.def_table table tr td {
	padding:12px 15px 12px 18px;
    word-break: break-all;
}

.def_table table tr th {
	width:218px;
	text-align:left;
}

.def_table table tr td input.txt01 ,
.def_table table tr td input.txt02 ,
.def_table table tr td input.txt03 ,
.def_table table tr td textarea ,
.def_table table tr td select {
	border:#cccccc 1px solid;
	padding:5px;
	font-style:normal;
}

.def_table table tr td input.txt01 {
	width:300px;
}

.def_table table tr td input.txt02 {
	width:500px;
}

.def_table table tr td input.txt03 {
	width:150px;
}

.def_table table tr td textarea {
	width:630px;
	height:200px;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}

.def_table table tr td li {
	font-size:15px;
	width:200px;
	padding:3px 0;
	float:left;
}

.def_table table tr td li.w {
	width:240px;
}

.def_table table tr td li.w2 {
	width:50%;
}

.def_table table tr td span.ss {
	display:block;
	padding:5px 0 0 0;
}

.def_table table tr td a.opa{
	position: relative;
	color: #1d4083;
	text-decoration: underline;
}
.def_table table tr td a.opa::before{
	position: absolute;
  top: 10px;
  left: -8px;
  content: "";
  border: 4px solid transparent;
  border-left: 6px solid #1d4083;
}

.submit_area {
	width:540px;
	margin:0 auto 40px auto;
	text-align:center;
}

.submit_area input:hover {
	opacity:0.7;
}

.submit_area p {
	padding:0 0 15px 0;
}

.section .back {
	text-align:center;
}

.section .back a {
	display:inline-block;
	padding:10px 20px 10px 35px;
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
	background:url(../images/common/ar04.png) #294181 no-repeat 20px 50%;
}

.section .back a:hover {
	opacity:0.7;
}

.ssl {
	padding:0 20px;
	background-color:#f5f2ec;
}

/*============================================*/
.end_txt{
	font-size: 16px;
}
.back a{
	position: relative;
}
.back a::before{
	position: absolute;
	left: 13px;
  top: 17px;
  content: "";
  width: 8px;
  height: 12px;
	background: #fff;
	clip-path: polygon(100% 0, 30% 50%, 100% 100%, 70% 100%, 0 50%, 70% 0);
	-webkit-clip-path: polygon(100% 0, 30% 50%, 100% 100%, 70% 100%, 0 50%, 70% 0);
}