/* iOSでのデフォルトスタイルをリセット */
input[type="text"],textarea {
	border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}
input[type="checkbox"]{
	border-radius: 0;
}
#Main{
	margin: 0 10px;
}

/* 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 60px 0;
	padding:20px;
	text-align:center;
	font-size:16px;
	color:#cc0000;
}

h3.def {
	color: #fff;
    background: url(../images/outline/common/outline_tl.jpg) no-repeat right center #1d4083;
	background-size:197px 48px;
    height: 48px;
    padding-left: 9px;
    font-size: 20px;
    line-height: 48px;
	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 22px;
    word-break: break-all;
}

.def_table table tr th {
	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:95%;
}

.def_table table tr td input.txt02 {
	width:95%;
}

.def_table table tr td input.txt03 {
	width:120px;
}

.def_table table tr td textarea {
	width:95%;
	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:16px;
	width:60%;
	box-sizing:border-box;
	padding:3px 0;
	float:left;
}
.def_table table tr td li:nth-child(2n){
	width: 40%;
}

.def_table table tr td li.ww {
	width:100%;
}

.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:100%;
	margin:0 auto 40px auto;
	text-align:center;
}

.submit_area input:hover {
	opacity:0.7;
}

.submit_area p {
	padding:0 0 15px 0;
}

.submit_area input{
	width: 100%;
}

.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;
	margin-bottom: 20px;
}

/*============================================*/
.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);
}