@charset "utf-8";

/*======================================
              トップページ
======================================*/
/* スライドショー */
#slideshow {
	width: 100%;
	height: 410px;
	background: url(../images/slideshow_bg.jpg) no-repeat center top #8990ac;
}
#animate_text {
	width: 580px;
	height: 410px;
	margin: auto;
	position: relative;
}
#animate_text .word01 li, #animate_text .word02 li {
	float: left;
	display: none;
}
#animate_text .word01 {
	padding: 130px 0 0 0;
}
#animate_text .word02 {
	margin: 50px 0 0 100px;
}
#animate_text .illust01 {
	position: absolute;
	top: 30px;
	right: -180px;
}
#animate_text .illust02 {
	position: absolute;
	bottom: 30px;
	left: -180px;
}
.slide_text_sp {
	display: none;
}
@media screen and (max-width: 1024px) {
	#animate_text .illust01 {
		right: -50px;
	}
	#animate_text .illust02 {
		left: -50px;
	}
	#slideshow {
		background: url(../images/slideshow_bg_tb.jpg) no-repeat center top #8990ac;
	}
}
@media screen and (max-width: 768px) {
	#animate_text {
		width: 400px;
	}
	#animate_text .word01 {
		padding: 160px 0 0 0;
	}
	#animate_text .word02 {
		margin: 30px 0 0 50px;
	}
	#animate_text .illust01, #animate_text .illust02 {
		display: none;
	}
	#animate_text .word01 li, #animate_text .word02 li {
	}
	#animate_text .word01 li img, #animate_text .word02 li img {
		height: 30px;
		width: auto;
	}
}
@media screen and (max-width: 480px) {
	#animate_text {
		width: 100%;
		text-align: center;
		padding-top: 150px;
	}
	.slide_text_sp {
		display: inline-block;
		max-width: 409px;
		width: 80%;
	}
	#animate_text .word01, #animate_text .word02 {
		display: none;
	}
	#slideshow {
		background: url(../images/slideshow_bg_sp.jpg) no-repeat center top #8990ac;
	}
}

/* INFORMATION */
#top_information {
	background-color: #132159;
	padding: 15px 0;
}
#top_information .title {
	color: #fff;
	float: left;
	margin: 3px 35px 0 0;
	padding: 0 35px 0 0;
	border-right: #fff 1px solid;
	font-size: 14px;
}
#top_information ul {
	float: left;
}

#top_information ul li {
	width: 100%;
}
#top_information ul li + li {
	display: none;
}
#top_information .date {
	color: #fff;
	float: left;
	font-size: 14px;
	margin-right: 15px;
	padding: 3px 0;
}
#top_information p {
	color: #fff;
	float: left;
	font-size: 14px;
	padding: 3px 0;
}
#top_information > .wrapper {
	position: relative;
}


	#info_open {
		display: block;
		width: 70px;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		right: 0;
	}
	#info_open a {
		display: block;
		position: relative;
		color: #132159;
		background-color: #f0f1f5;
		font-size: 14px;
		font-weight: bold;
		padding: 5px 0 5px 10px;
		text-decoration: none;
		pointer-events: none;
	}
	#info_open a::before {
		position: absolute;
		top: 8px;
		right: 10px;
		content: "";
		vertical-align: middle;
		width: 5px;
		height: 5px;
		border-bottom: 2px solid #132159;
		border-right: 2px solid #132159;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all .3s;
		transition: all .3s;
	}
@media all and (-ms-high-contrast:none) {
	#top_information .title {
		margin-top: 5px;
		padding-top: 3px;
	}
	#top_information .date, #top_information p {
		margin-top: 5px
	}
}
@media screen and (min-width: 1024px) {
	/*#top_information > .wrapper {
		position: relative;
		overflow: hidden;
	}*/
}
@media screen and (max-width: 1024px) {
	#top_information .title {
		float: none;
		border-right: none;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 10px;
		font-weight: bold;
	}
	#top_information ul {
		float: none;
		margin-left: 10px;
	}
}


#top_text {
	margin: 50px auto 100px;
}
#top_text h2 {
	width: 730px;
	margin: 0 auto 30px;
}
#top_text h2 p {
	color: #132159;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.5;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#top_text h2 p + p {
	text-align: right;
}
#top_text .text {
	padding: 0 35px;
	line-height: 1.5;
}
@media screen and (max-width: 1024px) {
	#top_text {
		margin-bottom: 50px;
	}
	#top_text h2 {
		width: 90%;
	}
}
@media screen and (max-width: 768px) {
	#top_text h2 p {
		font-size: 22px;
		display: inline;
	}
	#top_text h2 p + p {
		margin-left: 0;
	}
}


#top_work {
	margin-bottom: 150px;
	position: relative;
}
#top_work::before {
	position: absolute;
	top: 0;
	left: 0;
}
#top_work section {
	width: 33%;
	float: left;
	text-align: center;
}
#top_work h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 40px;
}
#top_work .text {
	margin-top: 15px;
	line-height: 1.5;
}

@media screen and (max-width: 1024px) {
	#top_work .text br {
		display: none;
	}
	#top_work .text {
		padding: 0 20px;
		font-size: 14px;
	}
	#top_work .img {
		padding: 0 20px;
	}
	#top_work .img img {
		width: auto;
		height: 100px;
	}
	#top_work h2 {
		margin-top: 20px;
	}
}
@media screen and (max-width: 553px) {
	#top_work {
		margin-bottom: 100px;
		border-top: #ccc 1px dotted;
	}
	#top_work .img {
		float: left;
		width: 120px;
		height: 120px;
		text-align: center;
		clear: both;
	}
	#top_work .img img {
		height: 70px;
	}
	#top_work section {
		width: 100%;
		text-align: left;
		padding: 40px 0 0;
		box-sizing: border-box;
		border-bottom: #ccc 1px dotted;
	}
	#top_work h2 {
		margin-top: 10px;
	}
}


#top_recruit {
	position: relative;
	overflow: hidden;
	height: 665px;
	margin-bottom: 80px;
}
#top_recruit::before, #top_recruit::after {
	content: '';
	position: absolute;
	left: 50%;
	width: 120%;
}
#top_recruit::before {
	top: 120px;
	height: 490px;
	background: #f3f3f0;
	-webkit-transform: translateX(-50%) rotate(2.5deg);
	-moz-transform: translateX(-50%) rotate(2.5deg);
	transform: translateX(-50%) rotate(2.5deg);
	z-index: -1;
}
#top_recruit::after {
	bottom: 65px;
	height: 500px;
	background: #6d7288; /* Old browsers */
	background: -moz-linear-gradient(left, #6d7288 0%, #6d7288 52%, #222b56 83%, #222b56 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6d7288 0%,#6d7288 52%,#222b56 83%,#222b56 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6d7288 0%,#6d7288 52%,#222b56 83%,#222b56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d7288', endColorstr='#222b56',GradientType=1 ); /* IE6-9 */
	-webkit-transform: translateX(-50%) rotate(-3.5deg);
	-moz-transform: translateX(-50%) rotate(-3.5deg);
	transform: translateX(-50%) rotate(-3.5deg);
	z-index: -2;
}
#top_recruit .sec_title {
	float: left;
}
#top_recruit .text {
	float: left;
	margin-left: 60px;
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	color: #007fbd;
}
#top_recruit .recruit_buttom {
	position: relative;
	clear: both;
	height: 535px;
}
#top_recruit .recruit_buttom .img01 {
	position: absolute;
	top: 75px;
	z-index: 2;
}
#top_recruit .recruit_buttom .img02 {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#top_recruit .recruit_buttom .btn {
	position: absolute;
	z-index: 3;
	left: 30px;
	bottom: 35px;
}
#top_recruit .recruit_buttom .btn a {
	display: block;
	box-sizing: border-box;
	background-color: #c50000;
	border: #c50000 3px solid;
	color: #fff;
	font-size: 30px;
	position: relative;
	text-decoration: none;
	width: 400px;
	height: 100px;
	padding: 35px;
	font-weight: bold;
}
#top_recruit .recruit_buttom .btn a span {
	color: #fff;
	font-size: 21px;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-weight: normal;
	margin-left: 3px;
	vertical-align: middle;
}
#top_recruit .recruit_buttom .btn a::before {
	position: absolute;
	top: 40px;
	bottom: 0;
	right: 35px;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s;
	transition: all .3s;
}
#top_recruit .recruit_buttom .btn a:hover {
	border: #c50000 3px solid;
	background-color: #fff;
	color: #303030;
}
#top_recruit .recruit_buttom .btn a:hover span {
	color: #303030;
}
#top_recruit .recruit_buttom .btn a:hover::before {
	border-top: 2px solid #c50000;
	border-right: 2px solid #c50000;
}
@media all and (-ms-high-contrast:none) {
	#top_recruit .recruit_buttom .btn a {
		padding-top: 40px;
	}
}
@media screen and (max-width: 1024px) {
	#top_recruit .text {
		font-size: 16px;
	}
	#top_recruit .recruit_buttom .btn {
		bottom: 70px;
	}
	#top_recruit .recruit_buttom .img01 {
		width: 380px;
	}
}
@media screen and (max-width: 768px) {
	#top_recruit {
		height: 530px;
	}
	#top_recruit::before, #top_recruit::after {
		display: none;
	}
	#top_recruit .text {
		float: none;
		margin: 20px 0 0 0;
	}
	#top_recruit .sec_title {
		float: none;
	}
	#top_recruit .recruit_buttom {
		margin: 40px 0 0;
		height: auto;
	}
	#top_recruit .recruit_buttom .img01 {
		top: 0;
		bottom: 0;
		width: 49%;
		height: auto;
	}
	#top_recruit .recruit_buttom .img02 {
		top: 0;
		bottom: 0;
		width: 49%;
		height: auto;
	}
	#top_recruit::before {
		height: 440px;
		margin-top: 120px;
	}
	#top_recruit::after {
		height: 440px;
		margin-top: 160px;
	}
	#top_recruit .recruit_buttom .btn {
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto;
		padding-top: 35%;
	}
	#top_recruit .recruit_buttom .btn a {
		width: 100%;
		font-size: 24px;
		height: 70px;
		padding: 20px;
		text-align: center;
	}
	#top_recruit .recruit_buttom .btn a::before {
		top: 25px;
	}
}
@media screen and (max-width: 553px) {
	#top_recruit {
		height: 400px;
	}
}
@media screen and (max-width: 480px) {
	#top_recruit::before, #top_recruit::after {
		display: none;
	}
}

/*======================================
                会社案内
======================================*/
/* 社長挨拶 */
#about #greeting {
	margin-bottom: 100px;
}
#about #greeting .greeting_box {
	margin-top: 40px;
	width: calc(100% - 270px);
	float: left;
}
#about #greeting .big_text {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	color: #132159;
	margin-bottom: 20px;
}
#about #greeting .text {
	line-height: 1.5;
	margin-bottom: 5px;
}
#about #greeting .name {
	text-align: right;
}
#about #greeting .name span {
	display: inline-block;
	margin-right: 10px;
}
#about #greeting .name img {
	vertical-align: middle;
}
#about #greeting .greeting_photo {
	float: right;
	margin-top: 20px;
}

/* 会社情報 */
#about #outline {
	margin-bottom: 100px;
}
#about #outline table {
	max-width: 1000px;
	width: 100%;
}
#about #outline table th {
	border: #ccc 2px solid;
	padding: 30px;
	background-color: #f5f6fb;
	width: 25%;
}
#about #outline table td {
	border: #ccc 2px solid;
	padding: 30px 40px;
}
#about #outline #gmap {
	margin-top: 30px;
	margin-bottom: 20px;
	height: 300px;
}
#about #outline #gmap iframe {
	width: 100%;
	height: 100%;
}

/* 沿革 */
#about #history table {
	margin-top: 30px;
	margin-bottom: 150px;
	width: 100%;
}
#about #history tr {
	border-bottom: #b7b7b7 1px dotted;
}
#about #history tr:first-child {
	border-top: #b7b7b7 1px dotted;
}
#about #history th {
	box-sizing: border-box;
	padding: 20px 40px;
	line-height: 1.5;
	text-align: left;
	width: 170px;
}
#about #history td {
	box-sizing: border-box;
	padding: 20px 20px 20px 0;
	line-height: 1.5;
}

@media screen and (max-width: 480px) {
	#about #history th {
		display: block;
		width: auto;
		padding-left: 30px;
		padding-bottom: 0;
	}
	#about #history td {
		display: block;
		padding-left: 30px;
	}
}

/*======================================
                採用情報
======================================*/
#recruit_table .text_area {
	line-height: 1.5;
	margin: 0 auto 30px;
}
#recruit_table table {
	width: 100%;
	margin-bottom: 30px;
}
#recruit_table tr:first-child {
	border-top: #ddd 1px solid;
}
#recruit_table tr {
	border-bottom: #ddd 1px solid;
}
#recruit_table th {
	line-height: 1.5;
	font-weight: bold;
	padding: 20px;
}
#recruit_table td {
	line-height: 1.5;
	padding: 20px;
}
.recruit_notices {
	background-color: #f3f1e6;
	line-height: 1.5;
	margin-bottom: 50px;
	padding: 30px 40px;
}


.btn_entry a {
	display: block;
	box-sizing: border-box;
	background-color: #fff;
	border: #c50000 3px solid;
	color: #303030;
	font-size: 25px;
	position: relative;
	text-decoration: none;
	max-width: 400px;
	width: 90%;
	height: 100px;
	padding: 35px;
	font-weight: bold;
	margin: auto;
}
.btn_entry a::before {
	position: absolute;
	top: 40px;
	bottom: 0;
	right: 35px;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: 2px solid #c50000;
	border-right: 2px solid #c50000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn_entry a:hover {
	border: #c50000 3px solid;
	background-color: #c50000;
	color: #fff;
}
.btn_entry a:hover span {
	color: #303030;
}
.btn_entry a:hover::before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
@media screen and (max-width: 1024px) {
	#recruit_table .text_area {
		width: 90%;
	}
}
@media screen and (max-width: 480px) {
	#recruit_table th {
		display: block;
		text-align: left;
		padding-bottom: 0;
	}
	#recruit_table td {
		display: block;
		padding-left: 40px;
	}
}
@media all and (-ms-high-contrast:none) {
	.btn_entry a {
		padding-top: 38px;
	}
}

.mail_form .text {
	line-height: 1.5;
}
.mail_form table {
	width: 100%;
	margin: 50px auto 20px;
}
.mail_form tr + tr {
	border-top: #ddd 1px solid;
}
.mail_form th {
	font-weight: bold;
	text-align: left;
	padding: 45px 50px;
	vertical-align: top;
	width: 280px;
	box-sizing: border-box;
}
.mail_form td {
	padding: 30px 50px 30px 0;
}
.mail_form table input {
	background-color: #f0f1f7;
	border: none;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
}
.mail_form textarea {
	background-color: #f0f1f7;
	border: none;
	padding: 15px;
	max-width: 680px;
	width: 100%;
	box-sizing: border-box;
}
.mail_form input.zip {
	width: 50%;
	margin-bottom: 20px;
}
.mail_form .required {
	display: inline-block;
	background-color: #e90808;
	color: #fff;
	font-size: 12px;
	padding: 5px 2px 4px 5px;
	letter-spacing: 2px;
	margin: -3px 0 0 10px;
	vertical-align: top;
}
.mail_form ::placeholder {
	color: #adadad;
	font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn_group {
	margin-top: 40px;
	text-align: center;
}
.mail_form .btn_kakunin, .mail_form .btn_submit, .mail_form .btn_reset, .mail_form .btn_back {
	display: inline-block;
}
.btn_group p + p {
	margin-left: 20px;
}
.mail_form .btn_kakunin input, .mail_form .btn_submit input {
	color: #fff;
	background: #182143;
	padding: 20px 60px;
	font-size: 15px;
	border: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.mail_form .btn_submit input {
	background: #E90808;
}
.mail_form .btn_kakunin input:hover {
	background: #555c71;
}
.mail_form .btn_submit input:hover {
	background: #e07a7a;
}
.mail_form .btn_reset input, .mail_form .btn_back input {
	color: #fff;
	background: #b3b3b3;
	padding: 20px 60px;
	font-size: 15px;
	border: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.mail_form .btn_reset input:hover, .mail_form .btn_back input:hover {
	background: #ccc;
}
.mail_form .error_messe {
	color: red;
	margin-top: 20px;
	font-weight: bold;
}

@media all and (-ms-high-contrast:none) {
	.mail_form .required {
		padding: 5px 2px 1px 5px;
	}
	/* IE */
	input:-ms-input-placeholder {
		color: #adadad;
	}
	/* Edge */
	input::-ms-input-placeholder {
		color: #adadad;
	}
}
@media screen and (max-width: 768px) {
	.mail_form table {
		margin-top: 10px;
	}
	.mail_form .text {
		padding: 0 20px;
	}
	.mail_form th {
		display: block;
		padding-bottom: 0;
		padding-left: 20px;
	}
	.mail_form td {
		display: block;
		padding: 30px 20px;
	}
}
@media screen and (max-width: 480px) {
	.mail_form .btn_kakunin {
		display: block;
	}
	.mail_form .btn_reset, .mail_form .btn_back {
		display: block;
		margin-left: 0;
		margin-top: 20px;
	}
}

/*======================================
          プライバシーポリシー
======================================*/
#policy .text_area {
	line-height: 1.5;
	margin-bottom: 50px;
}
#policy section h2 {
	font-size: 20px;
	font-weight: bold;
	color: #475998;
	margin-bottom: 10px;
}
#policy section .text_area {
	margin-left: 20px;
}

/*======================================
          エントリーフォーム
======================================*/
.entry_wrapper {
	background-color: #f3f6fb;
	max-width: 1100px;
	width: 95%;
	margin: 30px auto;
	padding: 10px 2.5% 50px;
	box-sizing: border-box;
}
.entry_wrapper table input, .entry_wrapper table textarea {
	background-color: #fff;
	border: #d0d2d8 1px solid;
	border-radius: 5px;
}
.entry_wrapper table {
	background-color: #fff;
	max-width: 1000px;
	width: 100%;
	margin: 20px auto 50px;
}
.entry_wrapper tr + tr {
	border-top: #f3f6fb 20px solid;
}
.entry_wrapper th {
	vertical-align: middle;
	padding: 0px 50px;
}
.entry_wrapper td span {
	display: inline-block;
	margin-bottom: 5px;
}
.entry_wrapper td select {
	border: #d0d2d8 1px solid;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 15px;
	max-width: 80px;
	width: 22%;
}
.entry_wrapper td select::-ms-expand {
    display: none;
}
input#radio_man, input#radio_woman {
	display: none;
}
.radio_input + label {
	padding-left: 25px;
	position:relative;
	margin-right: 40px;
	font-size: 15px;
}
.radio_input + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
}
.radio_input:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 3px;
	width: 11px;
	height: 11px;
	background: #182143;
	border-radius: 50%;
}

@media screen and (max-width: 768px) {
	.entry_wrapper th {
		padding: 30px 20px 0;
	}
	.entry_wrapper td + td {
		padding-top: 0;
	}
}

/*======================================
           エラーコード一覧
======================================*/
.ec_table caption {
	font-size: 25px;
	font-weight: bold;
	background-color: #475998;
	text-align: left;
	margin-bottom: 20px;
	padding: 15px;
	color: #fff;
	position: relative;
}
.ec_table caption::after {
	position: absolute;
	bottom: -10px;
	left: 20px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #475998 transparent transparent transparent;
}
.ec_table {
	width: 100%;
}
.ec_table th {
	background-color: #f0f1f7;
	width: 200px;
	padding: 15px;
	box-sizing: border-box;
	border-bottom: #fff 3px solid;
	font-size: 17px;
}
.ec_table th + th {
	border-left: #fff 3px solid;
	width: auto;
}
.ec_table td {
	padding: 15px 20px;
	box-sizing: border-box;
	font-size: 17px;
}
.ec_table .code {
	color: #475998;
	font-size: 18px;
	font-weight: bold;
}
@media all and (-ms-high-contrast:none) {
	.ec_table caption {
		padding-bottom: 10px;
	}
	.ec_table th, .ec_table td {
		padding-bottom: 10px;
	}
}

/*======================================
               事業概要
======================================*/
#business #service {
	margin-bottom: 100px;
}
#business #service article {
	margin: 40px 0 50px 20px;
}
#business #service article p {
	line-height: 1.5;
}
#business #service h3 {
	font-size: 20px;
	font-weight: bold;
	color: #132159;
	padding: 0 0 10px 10px;
	margin-bottom: 20px;
	border-bottom: #ccc 1px dotted;
}
.btn_errorcode a {
	display: block;
	box-sizing: border-box;
	background-color: #132159;
	border: #132159 3px solid;
	color: #fff;
	font-size: 16px;
	position: relative;
	text-decoration: none;
	width: 300px;
	height: 60px;
	margin: auto;
	padding: 20px 35px;
	font-weight: bold;
}
.btn_errorcode a::before {
	position: absolute;
	top: 21px;
	bottom: 0;
	right: 20px;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn_errorcode a:hover {
	border: #132159 3px solid;
	background-color: #fff;
	color: #132159;
}
.btn_errorcode a:hover::before {
	border-top: 2px solid #132159;
	border-right: 2px solid #132159;
}
#price article {
	margin: 40px 0 70px 20px;
}
#price h3 {
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	padding: 15px;
	color: #475998;
	border-top: #475998 2px solid;
}
#price .text {
	line-height: 1.5;
	margin-top: 30px;
}
.price_table + .price_table {
	margin-top: 10px;
}
.price_table {
	width: 100%;
	padding: 15px 20px;
}
.price_table tr {
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
.price_table th {
	text-align: left;
	padding: 15px 30px;
	font-size: 17px;
}
.price_table th.cate {
	vertical-align: middle;
	background-color: #f3f6fb;
	font-size: 18px;
	text-align: center;
	width: 250px;
	box-sizing: border-box;
}
.price_table td {
	width: 20%;
	padding: 15px 30px;
	box-sizing: border-box;
	text-align: right;
	font-size: 17px;
}
@media all and (-ms-high-contrast:none) {
	.btn_errorcode a {
		padding-top: 22px;
	}
	.price_table th, .price_table td {
		padding-bottom: 10px;
	}
}