@charset "UTF-8";

.inner {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:1019px) {
.inner {
	width: 100%;
}	
}

.commercial-heading h3 {
	font-family: "Times New Roman", Georgia, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", "MS PMincho", "MS明朝", "MS Mincho", serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8;
}
@media screen and (max-width:640px) {
.commercial-heading h3 {
	font-size: 16px;
	line-height: 1.6;
}	
}

#commercial .commercial-heading {
	width: 100%;
	margin: 40px 0 65px;
}

/* Agreement */
#agreement .commercial-heading {
	width: 100%;
	text-align: center;
	margin: 115px 0 50px;	
}
#agreement .commercial-heading hr {
	width: 60%;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	margin-top: 55px;	 
}
@media screen and (max-width:640px) {
#agreement .commercial-heading {
	margin-top: 65px;	
}
#agreement .commercial-heading hr {
	width: 80%;
	margin-top: 25px;	
}
}

/* 応募要項 */
.esp h3 {
	font-size: 16px;
	font-weight: bold;
}
.esp hr {
	width: 100%;
	margin: -2.5px 0 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #595757;
}
.esp dl dt {
	position: relative;
	font-family: "Times New Roman", Georgia, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", "MS PMincho", "MS明朝", "MS Mincho", serif;
	font-size: 22px;
}
.esp dl dt hr {
	position: absolute;
	top: 2em;
	left: 0;
	width: 25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
}
.esp dl dd {
	font-size: 14px;
	padding-left: 1.5em;
	margin: 1.5em 0 55px;
}
.esp dl dd ul li span {
	display: inline-block;
	vertical-align: top;
}
.esp dl dd ul li span:first-child {
	width: 20%;
}
.esp dl dd ul li span:last-child {
	width: 78%;
}
.esp dl dd ul li em {
	width: 1%;
}
@media screen and (max-width:768px) {
.esp dl dd ul li span:first-child {
	width: 30%;
}
.esp dl dd ul li span:last-child {
	width: 68%;
}	
}
@media screen and (max-width:640px) {
.esp h3 {
	font-size: 15px;
}
.esp dl dt {
	font-size: 20px;
}
.esp dl dd {
	padding-left: 1em;
}
.esp dl dd ul li span:first-child {
	width: 100%;
	display: block;
}
.esp dl dd ul li span:first-child:before {
	content: "◆";
}
.esp dl dd ul li span:last-child {
	width: 100%;
	display: block;
	margin-bottom: 0.5em;
	text-indent: 1em;
}	
.esp dl dd ul li em {
	display: none;
}
}

/* 応募 */
.entry-summary {
	width: 100%;
	margin-bottom: 60px;
}
.entry-summary h3 {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	background-color: #8c8c8c;
	height: 30px;
	line-height: 30px;
	text-indent: 0.5em;
	margin-bottom: 15px;
}
.entry-summary h4 {
	font-size: 16px;
	font-weight: normal;
}
.entry-summary dl {
	font-size: 14px;
	margin-top: 30px;
}
.entry-summary dl dd {
	text-indent: 2em;
}
.entry-btn {
	width: 48%;
	height: 40px;
	line-height: 36px;
	margin: 40px auto 0;
	font-size: 18px;
	color: #ce1126;
	text-align: center;
	border: solid 2px #ce1126;
	box-sizing: border-box;
}
.entry-btn a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	color: #ce1126;
	text-decoration: none;
}
.entry-btn a:after {
	content: "";
	position: absolute;
	top: 6px;
	width: 18px;
	height: 25px;
	background-image: url(../images/arrow_apps-btn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.entry-btn a.toform:after {
	right: 30%;
}
.entry-btn a.tofax:after {
	right: 15%;
}
@media screen and (max-width:640px) {
.entry-summary h3, .entry-summary h4 {
	font-size: 15px;
}
.entry-summary dl dd {
	text-indent: 0.5em;
}
.entry-btn {
	font-size: 16px;
	width: 100%;
}	
}

/* 同意 */
.agree {
	width: 100%;
	padding-top: 55px;
	margin-bottom: 200px;
	text-align: center;
}
.agree h4 {
	font-size: 16px;
	font-weight: normal;
}
.agree p {
	margin-top: 120px;
}
.agree-btn {
	width: 20%;
	height: 40px;
	line-height: 36px;
	font-size: 18px;
	color: #ce1126;
	text-align: center;
	border: solid 2px #ce1126;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 40px;
}
.agree-btn a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	color: #ce1126;
	text-decoration: none;
}
@media screen and (max-width:640px) {
.agree {
	padding-top: 30px;
	margin-bottom: 100px;
}
.agree h4 {
	font-size: 15px;
	text-align: left;
}
.agree p {
	margin-top: 40px;
}	
.agree-btn {
	width: 100%;
	font-size: 16px;
	display: block;
	margin: 15px 0;
}
}

/* 本社所在地 */
dl.location {
	width: 100%;
	margin-bottom: 200px;
}
dl.location dt {
	font-size: 18px;
	margin-bottom: 30px;
}
dl.location dd {
	font-size: 16px;
}
dl.location dd:last-child {
	font-size: 14px;
	margin-top: 30px;
}
@media screen and (max-width:640px) {
dl.location {
	margin-bottom: 100px;
}
dl.location dt {
	font-size: 17px;
}	
dl.location dd {
	font-size: 15px;
}
dl.location dd:last-child {
	font-size: 13px;
}
}

/* リンクパネル */
#link-panel {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:979px) {
#link-panel {
	width: 94%;	
}	
}

