@charset "utf-8";
input[type="submit"] {
	-webkit-appearance: none;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}
body {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	color: #000;
	width: 100%;
	min-width: 1200px;
	word-break: break-all;
	line-height: 1.5;
	overflow-x: hidden;
}
p, dt, dd, li, th, td {
	line-height: 1.5;
}
/*clearfix */
.clearfix:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	min-height: 0px;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.hover:hover {
	opacity: 0.7;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center!important;
}
table {
	border-collapse: collapse;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cmntitlewrap {
	margin-bottom: 60px;
}

.cmntitle01 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
}
.cmntitle01::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #0A5DA4;
    width: 120px;
	margin:0 auto;
}
.cmntitle02 {
	font-size: 16px;
	text-align: center;
}
.cmntitle03 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.container {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	margin-bottom: 60px;
}
.section {
	margin-bottom: 40px;
}

.cmntxt01 {
	margin-bottom: 15px;
}
.cmntxt02 {
	text-align: center;
	margin-bottom: 40px;
}
.mailtxt {
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px;
}
.mailtxt a {
	color: #0A5DA4;
	text-decoration: underline;
}
.mailtxt span {
	background-image: url(../img/common/icon_mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}





table.alpha {
	width: 100%;
	margin-bottom: 35px;
}
table.alpha th {
	width: 320px;
	font-weight: normal;
	color: #FFF;
	background-color: #094D84;
	text-align: center;
	border-bottom: 1px solid #84A6C2;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
table.alpha td {
	font-weight: normal;
	background-color: #EEEEEE;
	border-bottom: 1px solid #fff;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

table.alpha input[type="text"] {
	padding: 10px;
	width: 475px;
	border-style: none;
}
table.alpha input.inp01 {
	width: 200px;
}
table.alpha select {
	padding: 10px;
	border-style: none;
}
table.alpha textarea {
	padding: 10px;
	width: 475px;
	border-style: none;
}
.cmninput01 {
	text-align: center;
}
.cmninput01 li {
	vertical-align: middle;
	display: inline-block;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 12px;
}
.cmninput01 li.pt01 {
	width:310px;
}
.cmninput01 li.pt01 input {
	font-size: 16px;
	color: #FFF;
	background-color: #C80000;
	background-image: url(../img/common/icon_arrow_01.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	text-align: center;
	display: block;
	padding-top: 17px;
	padding-right: 5px;
	padding-bottom: 17px;
	padding-left: 5px;
	border-style: none;
	border-radius: 3px;
	width: 100%;
	font-weight: bold;
}
.cmninput01 li.pt02 {
	width:270px;
}
.cmninput01 li.pt02 input {
	font-size: 16px;
	color: #000;
	background-color: #fff;
	background-image: url(../img/common/icon_arrow_02.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align: center;
	display: block;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	border-radius: 3px;
	width: 100%;
	font-weight: bold;
	border: 1px solid #CCC;
}

.btnlist {
	text-align:center;
	margin-bottom:25px;
}
.btnlist li {
	margin:0 auto;
	margin-bottom:15px;
	width:300px;	
}
.btnlist li.pt01 a {
	font-size: 16px;
	color: #fff;
	background-color: #0A5DA4;
	background-image: url(../img/common/icon_arrow_03.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align: center;
	display: block;
	padding-top: 17px;
	padding-right: 5px;
	padding-bottom: 17px;
	padding-left: 5px;
	border-radius: 3px;
	font-weight: bold;
	border: 1px solid #CCC;
	text-decoration: none;
}
.btnlist li.pt02 a {
	font-size: 16px;
	color: #000;
	background-color: #fff;
	background-image: url(../img/common/icon_arrow_02.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align: center;
	display: block;
	padding-top: 17px;
	padding-right: 5px;
	padding-bottom: 17px;
	padding-left: 5px;
	border-radius: 3px;
	font-weight: bold;
	border: 1px solid #CCC;
	text-decoration: none;
}
.errlist {
	text-align: center;
	width: 530px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #0A5DA4;
	border-bottom: 1px solid #0A5DA4;
}
.errlist li {
	font-size: 15px;
	color: #D80000;
}
.errlist li span {
	background-image: url(../img/common/icon_ex.png);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 22px;
}
em, .caution {
	color: #f00;
}
