.page-title {
	background: url("../img/common/bg_page_title.jpg") no-repeat 50% 0;
	background-size: cover;
	min-width: 1110px;
	margin-top: 80px;
}
.page-title__inner {
	min-height: 240px;
	padding: 79px 50px 82px;
	background: url("../img/common/bg_page_title_filter.png");
	line-height: 1;
	text-align: center;
}
.page-title__main {
	display: block;
	color: #000000;
	font-weight: 300;
	font-size: 46px;
	font-family: Roboto, sans-serif;
	letter-spacing: .04em;
}
.page-title__sub {
	display: block;
	margin-top: 15px;
	color: #990000;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: .22em;
}
@media screen and (max-width: 798px) {
	.page-title {
		position: relative;
		margin-top: -8px;
		min-width: 100%;
	}
	.page-title__inner {
		min-height: 150px;
		padding: 49px 6% 52px;
		background-size: 2px;
		overflow: hidden;
		margin-top: 80px;
	}
	.page-title__main {
		font-size: 228.5%;
		word-break: break-word;
	}
	.page-title__sub {
		font-size: 100%;
		margin-top: 10px;
	}
}

.breadcrumb {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 0;
}
.breadcrumb ol {
	margin: 0;
	padding: 0;
	font-size: 0;
}
.breadcrumb ol li::before {
	content: none !important;
}
.breadcrumb li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-size: 1rem;
}
.breadcrumb li a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 17px;
	margin: 0 1em;
	background: #c5c5c5;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.breadcrumb li a {
	color: #990000;
}
@media screen and (max-width: 798px) {
	.breadcrumb {
		display: none;
	}
}

main{
	width: 1110px;
	margin: 0 auto;
}

main .main_contents{
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0;
}
@media screen and (max-width: 798px) {
	main{
		width: auto;
	}
	main .main_contents {
		width: auto;
		padding: 5px 20px 30px;
	}
}



/* 見出し ----------
------------------*/
.main_contents h2 {
	margin: 1.5em 0;
	padding: 0;
	overflow: hidden;
	line-height: 1.2;
	font-weight: 500;
	font-size: 242.8%;
	letter-spacing: .08em;
	text-align: center;
}
.main_contents h2::after {
	content: "";
	display: block;
	width: 140px;
	height: 4px;
	background: #000066;
	margin: 46px auto 0;
}
.main_contents h3 {
	position: relative;
	margin: 1.5em 0;
	padding: .85em 20px;
	border-bottom: 2px solid #dfdfdf;
	line-height: 1.2;
	color: #000066;
	font-weight: 400;
	font-size: 1.857em;
	letter-spacing: .025em;
}
.main_contents h3::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 168px;
	height: 2px;
	background: #000066;
}
.main_contents h6 {
	padding: 0;
	overflow: hidden;
	color: #2b7ebf;
	font-weight: 700;
	font-size: 114.2%;
	line-height: 1.2;
}


@media screen and (max-width: 798px) {
	.main_contents h2 {
		font-size: 200%;
	}
	.main_contents h2::after {
		margin: 10% auto 0;
	}
}



/* 表組み ----------
------------------*/

.main_contents table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	margin: 1em 0;
}
.main_contents table tr th,
.main_contents table tr td {
	padding: 22px 30px;
	border-bottom: 1px solid #cacaca;
	line-height: 2.13;
	font-size: 1.071em;
}
.main_contents table tr:first-child th,
.main_contents table tr:first-child td {
	border-top: 1px solid #cacaca;
}

.main_contents table tr th {
	border-bottom-color: #000066;
	color: #000066;
	font-weight: 700;
	text-align: left;
}

@media screen and (max-width: 798px) {
	.main_contents table tr {
		display: block;
		margin-top: -1px;
	}
	.main_contents table tr th,
	.main_contents table tr td {
		width: auto !important;
		display: block;
	}
	.main_contents table tr th {
		border-bottom: none;
	}
}

/* ページネーション ----------
------------------*/
.main_contents .pagination {
	width: 1000px;
	margin: 0 auto;
}
.main_contents .pagination ul {
	text-align: center;
	margin: 0;
}
.main_contents .pagination ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	position: relative;
	padding: 0 2px 5px;
	font-family: Roboto, sans-serif;
	line-height: 1;
}
.main_contents .pagination ul li a {
	color: #212121;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 128.5%;
	line-height: 1;
}
.main_contents .pagination ul li a:hover {
	color: #000066;
	cursor: pointer;
}
.main_contents .pagination ul li.current {
	width: 38px;
	height: 38px;
	margin: -6px 12px 0;
	background: #000066;
	border-radius: 50%;
	color: #ffffff;
	padding: 12px 6px;
}
.main_contents .pagination ul li.prev a,
.main_contents .pagination ul li.next a {
	font-weight: bold;
	font-size: 85.7%;
	position: relative;
	letter-spacing: 1px;
}
.main_contents .pagination ul li.next {
	margin-right: 0;
}
.pagination ul li.prev::before,
.pagination ul li.next::after {
	display: block;
	position: absolute;
	top: -10px;
	left: -30px;
	content: "";
	width: 18px;
	height: 18px;
	margin: 5px 2px;
	border: 0.5px solid #000066;
	border-width: 0 0 0.5px 0.5px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.main_contents .pagination ul li.next:after {
	border-width: 0.5px 0.5px 0 0;
	left: 40px;
}
.pagination ul li.prev:hover::before{
	left: -35px;
}
.pagination ul li.next:hover::after {
	left: 45px;
}
@media screen and (max-width: 798px) {
	.main_contents .pagination {
		width: 100%;
	}
	.main_contents .pagination ul {
	    padding: 0 8%;
	}
	.main_contents .pagination ul li {
		margin: 0 2.5% 25px;
		padding: 0 1% 5px;
	}
	.main_contents .pagination ul li.current {
	    margin: -30px 2% 0;
	}
	.main_contents .pagination ul li.prev,
	.main_contents .pagination ul li.next {
		display: none;
	}
}


/*----下層indexのキャプション
--------------------------------*/
.cap_index_ttl{
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 0 !important;
}

/*----戻るボタン
--------------------------------*/
.main_contents .btn_block {
	margin: 100px auto 50px;
}
.main_contents .btn_block p.back {
	text-align: center;
}
.main_contents .btn_block p.back a {
	display: inline-block;
	vertical-align: middle;
	min-width: 280px;
	position: relative;
	padding: 13px 42px;
	background: #b6c4de;
	line-height: 1.75;
	color: #0d3a91;
	font-size: 1.285em;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
}
.main_contents .btn_block p.back a:hover {
    opacity: .8;
    -webkit-opacity: .8;
}
.main_contents .btn_block p.back a::after {
	content: "";
	display: block;
	left: 15px;
	width: 13px;
	height: 26px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: url(../img/common/arrow_right_blue.svg) no-repeat;
	background-size: contain;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.main_contents .btn_block p.back a:hover::after {
    left: 8px;
}
@media screen and (max-width: 798px) {
	.main_contents .btn_block {
		margin: 80px auto 50px;
	}
}

/*snsボタン
---------------*/

.sns_block{
    display: table;
}
.sns_box{
    display: table-cell;
    vertical-align: top;
}
.fb_btn{
    padding-right: 7px;
}


/*----SP電話番号
-----------------------*/
.txt_telno{
	text-decoration: underline;
}
