@charset "utf-8";

/*======*/
/* 共通 */
/*======*/

/* レイアウト
-----------------------------------*/
#container {
	width: 100%;
}

#container .maincolumn {
	position: relative;
	box-sizing: border-box;
	width: 1300px;
	margin: 0 auto;
	padding: 56px 10px 80px;
	text-align: left;
}

#container .contents {
	line-height: 1.6;
}

#container .contents p {
	margin-bottom: 24px;
}

#container .contents p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1299px) {
#container .maincolumn {
	width: 100%;
}

}

@media screen and (max-width: 767px) {
#container .maincolumn {
	padding: 28px 10px 100px;
}

#container .contents p {
	margin-bottom: 16px;
}

}

/* パンくず
-----------------------------------*/
.b-nv {
	width: 100%;
	background: #EFEFEF;
}

.b-nv ul {
	box-sizing: border-box;
	width: 1300px;
	margin: 0 auto;
	padding: 10px;
	font-size: 0;
	text-align: left;
}

.b-nv li {
	display: inline-block;
	font-size: 16px;
	line-height: 1.3;
}

.b-nv li::after {
	content: '>';
	padding: 10px;
}

.b-nv li:last-child::after {
	content: '';
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
.b-nv ul {
	width: 100%;
}

}

@media screen and (max-width: 767px) {
.b-nv {
	display: none;
}

}

/* タイトル
-----------------------------------*/
.heading01 {
	height: 160px;
	background: url(/images/common/com_bg01_pc.jpg) no-repeat 50% 0;
}

.heading02 {
	margin: 80px 0 24px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
}

.heading02:first-of-type,
.heading02 + .heading03,
.heading03 + .heading04 {
	margin-top: 0;
}

.heading03 {
	position: relative;
	margin: 64px 0 16px;
	padding: 0 0 6px 40px;
	border-bottom: solid 1px #00A3F8;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}

.heading03:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 24px;
	height: 8px;
	background: #00A3F8;
}

.heading04 {
	position: relative;
	margin: 40px 0 16px;
	padding-left: 24px;
	color: #074C8B;
	font-size: 24px;
	line-height: 1.3;
}

.heading04:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 8px;
	height: 24px;
	background: #245B9F;
}

@media screen and (min-width: 1600px) {
.heading01 {
	background-size: 100% 160px;
}

}

@media screen and (max-width: 767px) {
.heading01 {
	height: auto;
	background-size: auto 105px;
}

.heading01 img {
	height: 105px;
}

.heading02 {
	margin: 40px 0 16px;
	font-size: 22px;
}

.heading03 {
	margin: 32px 0 12px;
	padding: 0 0 6px 40px;
	font-size: 18px;
}

.heading03:before {
	top: 8px;
}

.heading04 {
	margin: 20px 0 12px;
	font-size: 18px;
}

.heading04:before {
	top: 2px;
	height: 18px;
}

}

@media screen and (max-width: 425px) {
.heading01 {
	height: auto;
	background: url(/images/common/com_bg01_sp.jpg) no-repeat 50% 0;
	background-size: auto 105px;
}

}


/*============*/
/* 共通・汎用 */
/*============*/

/* 段落
-----------------------------------*/
.psp p {
	margin-bottom: 15px;
}

.psp p:last-of-type {
	margin-bottom: 0;
}

/* ぶら下げインデント */
.indent {
	margin-left: 1em;
	text-indent: -1em;
}

/* 汎用カラム
-----------------------------------*/
.row:after {
	content: "";
	clear: both;
	display: block;
}

.multicolumn,
.multilist {
	overflow: hidden !important;
}

.multicolumn-left {
	float: left;
}

.multicolumn-right {
	float: right;
}

.multilist li {
	float: left;
}

/* カラム幅
-----------------------------------*/
.w1000 { width: 1000px;}

/* リスト、アイコン
-----------------------------------*/
/* リスト（デフォルト） */
.list-df {
	margin-left: 23px;
	list-style: disc;
}

/* リスト（ドット） */
.list-dot li {
	padding-left: 1em;
}

.list-dot li:before {
	content: "・";
	margin-left: -1em;
}

/* リスト（数字） */
.list-num li {
	margin-left: 30px;
}


/* テーブル
-----------------------------------*/
/* 幅 */
col.colw15 { width: 15%;}
col.colw20 { width: 20%;}
col.colw25 { width: 25%;}
col.colw30 { width: 30%;}
col.colw35 { width: 35%;}
col.colw40 { width: 40%;}
col.colw45 { width: 45%;}
col.colw50 { width: 50%;}

/* テーブル */
table {
	width: 100%;
}

/* テーブル：thグレーノーマル */
.table {
	border-collapse: separate;
	border-spacing: 0;
}

.table th,
.table td {
	border-bottom: solid 8px #FFF;
	vertical-align: top;
}

.table tr:last-child th,
.table tr:last-child td {
	border-bottom: none;
}

.table th {
	padding: 16px 8px;
	background: #ECF3FF;
	font-weight: bold;
	text-align: left;
}

.table td {
	padding: 16px;
}

/* テーブル：見出しブルー */
.table-b {
	border-collapse: separate;
	border-spacing: 0;
}

.table-b th,
.table-b td {
	padding: 16px 8px;
	border-bottom: solid 2px #FFF;
	text-align: center;
	vertical-align: middle;
}

.table-b th {
	border-right: solid 2px #FFF;
	background: #ECF3FF;
	font-weight: bold;
}

.table-b thead th {
	background: #C8DDFF;
}

.table-b thead .head {
	background: #84B3FF;
	text-align: left;
}

.table-b .nbr {
	border-right: none;
}

.table-b tbody th {
	text-align: left;
}

.table-b tbody tr:last-child th {
	border-bottom: none;
}

.table-b tbody td {
	border-bottom: solid 2px #ECF3FF;
}

/* 外部リンク
-----------------------------------*/
.external-ic,
.external-ic02 {
	position: relative;
	padding-right: 23px;
}

.external-ic::after,
.external-ic02::after {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	width: 15px;
	height: 15px;
	background: url(/images/common/com_ic01.svg) no-repeat 0 0;
}

.external-ic02::after {
	background-position: -15px 0;
}

/* PDFリンク
-----------------------------------*/
.pdf-ic {
	position: relative;
	padding-right: 23px;
}

.pdf-ic::after {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	width: 14px;
	height: 16px;
	background: url(/images/common/com_ic02.png) no-repeat 0 0;
}

/* お知らせ固定
-----------------------------------*/
.news-clone {
	position: fixed;
	bottom: 0;
}