@charset "utf-8";

/* PC：style-pc.css
 * おまかせプラン ver.6
 * **************************************************
 * Space (Margin)
 * Header (Utility / MENU)
 * Content (Main・Inner・Section)
 * Category Img
 * Common Elements
 * Topic Path
 * Footer(Copyright)
 * Page Top
 * **************************************************
 * Media Queries min-width: その他　 (調整)
 * **************************************************
 */

/*  Space
------------------------------------------------------------------- */
.dl_sp {
	display: none;
}

#subPage .main h1 {
	/*margin: 30px 0 40px 0;*/
}

#subPage .main h2 {
	margin-bottom: 30px;
}

#subPage .main>p+p,
#subPage .main section>p+p {
	margin-top: 30px;
}

#subPage .main p+h3 {
	margin-top: 30px;
}

#subPage .main p+ul,
#subPage .main ul+p,
#subPage .main ul+ul,
#subPage .main dl+dl,
#subPage .main p+dl,
#subPage .main p+ol,
#subPage .main ol+ul,
#subPage .main dl+ul,
#subPage .main ul+dl,
#subPage .main table+table,
#subPage .main p+table,
#subPage .main table+dl,
#subPage .main dl+table,
#subPage .main ul+table,
#subPage .main table+ul {
	margin-top: 30px;
}

#subPage .main p+.notes,
#subPage .main table+.notes {
	margin-top: 10px;
}

#subPage .main section+section {
	padding-top: 70px;
}

#subPage.faq .main section+section {
	padding-top: 20px;
}

#subPage .main ul.pageLink+ul.pageLink,
#subPage .main ul.fileLink+ul.fileLink {
	margin-top: 15px;
}

/* もっと詳しく */
#subPage .main .moreContent p+p,
#subPage .main .moreContent p+ol,
#subPage .main .moreContent ul+p {
	margin-top: 20px;
}

#subPage .main .moreContent dl+dl {
	margin-top: -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#subPage .main .moreContent dd h4~h4,
#subPage .main .moreContent dd table {
	margin-top: 30px;
}

#subPage .main .moreContent p+h4 {
	margin-top: 30px;
}

/*  Header
------------------------------------------------------------------- */
#header {}

/* Utility：Font Size Change */
#header .utility .sizeChange:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#header .utility .sizeChange li {
	float: left;
	width: 33.33333%;
	/* 未対応ブラウザ用 */
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	background-color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

#header .utility .sizeChange li:hover,
#header .utility .sizeChange li.active {
	background-color: #209fbc;
	color: #ffffff;
	cursor: pointer;
}

#header .utility .sizeChange li:first-child {
	-webkit-border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	border-radius: 30px 0 0 30px;
}

#header .utility .sizeChange li:last-child {
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
}

#header .utility .sizeChange span {
	display: block;
	padding: 4px 0 2px 0;
}

#header .utility .sizeChange li+li span {
	border-left: 1px solid #d3d3d3;
}

/* Utility：Site Search */
#header .utility .search {}

#header .utility .search form {}

#header #cse-search-box input[type="text"],
#header #cse-search-box input[type="search"] {
	padding: 5px 0 3px 0;
	height: 15px;
	width: 155px;
	border: none !important;
	background-color: transparent;
	font-size: 1.3em;
}

#header #cse-search-box input[type="text"]:focus,
#header #cse-search-box input[type="search"]:focus {
	outline: 0;
}

#header #cse-search-box input[type="submit"] {
	position: absolute;
	top: -1px;
	left: 160px;
	overflow: hidden;
	height: 25px;
	width: 25px;
	text-indent: -70px;
	border: 0 none;
	background: url("../images/common/icon-search.png") no-repeat center 3px;
	-webkit-appearance: none;
}

/* SP Navi */
#header .spNavi {
	display: none;
}

/* Content (Main・Inner・Section)
------------------------------------------------------------------ */
/* トップページ・下層ページ共通 */
#content {
	display: block;
	background-color: #fff;
}

#home #content .main,
#subPage #content .main {
	display: block;
	min-height: 480px;
	height: auto !important;
	height: 480px;
}

#home #content .main .inner,
#subPage #content .main .inner {
	padding: 50px 15px;
	width: auto;
}

/* Media Queries 切替 */
@media all and (min-width: 1350px) {

	#home #content .main .inner,
	#subPage #content .main .inner {
		padding: 50px 40px;
		max-width: 1050px;
	}
}

/* トップページ */
#home #content .main .inner {
	margin: 0 auto 20px auto;
	max-width: 1050px;
}

/* 下層ページ */
#subPage #content .main>section {
	display: block;
	margin: 0 auto;
	max-width: 1050px;
}

#subPage #content .main .inner {
	margin: 20px 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 0;
}

#subPage.written-application-index #content .main {
	width: 100%;
}

/* Category Img
------------------------------------------------------------------ */
#content .catImg01 {
	background: url("../images/category/catImg-01.jpg") no-repeat center center;
}

#content .catImg02 {
	background: url("../images/category/catImg-02.jpg") no-repeat center center;
}

#content .catImg03 {
	background: url("../images/category/catImg-03.jpg") no-repeat center center;
}

#content .catImg04 {
	background: url("../images/category/catImg-04.jpg") no-repeat center center;
}

#content .catImg05 {
	background: url("../images/category/catImg-05.jpg") no-repeat center center;
}

#content .catImg06 {
	background: url("../images/category/catImg-06.jpg") no-repeat center center;
}

#content .catImg07 {
	background: url("../images/category/catImg-07.jpg") no-repeat center center;
}

#content .catImg08 {
	background: url("../images/category/catImg-08.jpg") no-repeat center center;
}

#content .catImg09 {
	background: url("../images/category/catImg-09.jpg") no-repeat center center;
}

#content .catImg10 {
	background: url("../images/category/catImg-10.jpg") no-repeat center center;
}

#content .catImg11 {
	background: url("../images/category/catImg-11.jpg") no-repeat center center;
}

#content .catImg12 {
	background: url("../images/category/catImg-12.jpg") no-repeat center center;
}

#content .catImg01,
#content .catImg02,
#content .catImg03,
#content .catImg04,
#content .catImg05,
#content .catImg06,
#content .catImg07,
#content .catImg08,
#content .catImg09,
#content .catImg10,
#content .catImg11,
#content .catImg12 {
	/*	margin-bottom: -60px;
	height: 275px;
	width: 100%;
    background-size: cover;*/
}

/* Common Elements
------------------------------------------------------------------ */
/*  Content Tab */
#content .cntTab {}

#content .cntTab:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#content .cntTab>li {
	float: left;
	margin-right: 5px;
	padding: 12px 5px 10px 5px;
	width: 160px;
	background-color: #e8e8e8;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

/* Media Queries 切替 */
@media all and (max-width: 1080px) {
	#content .cntTab>li {
		width: 28%;
	}
}

#content .cntTab>li:hover {
	background-color: #ffffff;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	cursor: pointer;
}

#content .cntTab>li.active {
	background-color: #ffffff;
	color: #5faad8;
}

#content .cntTab a {
	color: #000000;
	text-decoration: none;
}

#content .cntTab .faq {
	float: right;
	margin-bottom: 4px;
	padding: 8px 5px 8px 5px;
	width: 130px;
	background-color: #67b363;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#content .cntTab .faq:hover {
	background-color: #67b363;
}

#content .cntTab .faq a {
	display: block;
	color: #ffffff;
}

#content .cntTab .faq a:before {
	position: relative;
	top: 2px;
	content: url(../images/common/link-arrow-w.png);
}

#content .tbCnt {
	display: none;
	clear: both;
}

#content .tbCnt:first-child {
	display: block;
}

#content .tbCnt:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Heading */
#subPage .main h1 {
	z-index: 999;
	padding: 20px 0 20px 70px;
	width: 100%;
	-webkit-opacity: 0.85;
	-moz-opacity: 0.85;
	opacity: 0.85;
	font-size: 2.8em;
	color: #09368e;
	box-sizing: border-box;
	font-weight: bold;
	letter-spacing: 1.57px;
	background: url(../images/common/ttl_bg_left.png) no-repeat top left, url(../images/common/ttl_bg_right.png) no-repeat bottom right;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 20px;
}

#subPage .main section>h2 {
	padding: 5px 20px 16px 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 2.4em;
	font-weight: bold;
	color: #333333;
	background: url(../images/common/ttl02.png) no-repeat 6px 6px;
	position: relative;
}

#subPage .main section>h2::before {
	content: "";
	width: 100%;
	height: 5px;
	background: url(../images/common/ttl02_border.jpg) repeat-x;
	position: absolute;
	bottom: 10px;
	left: 0;
}

#subPage .main section>h2::after {
	content: "";
	width: 18px;
	height: 5px;
	background: url(../images/common/ttl02_border_01.jpg) no-repeat;
	position: absolute;
	bottom: 10px;
	right: 0;
}

#subPage .main section>h3 {
	font-size: 2.0em;
	font-weight: bold;
	margin-top: 30px;
}

#subPage .main section>h4 {
	font-size: 1.8em;
	font-weight: bold;
}

#subPage .main section>h5 {
	font-size: 1.4em;
	font-weight: bold;
}

/* Paragraph */
#subPage .main p {
	font-size: 1.4em;
}

#subPage .main p>img {
	display: block;
	margin: 10px auto 0 auto;
}

/* Media Queries 切替 */
@media all and (min-width: 760px) {
	#subPage .main p>img {
		max-width: 100%;
		height: auto;
	}
}

/* Table：Common */
/* キャプション */
#subPage .main table caption {
	font-size: 1.4em;
	font-weight: bold;
}

#subPage .main table {
	width: 100%;
	border: 1px solid #cecece;
	border-collapse: collapse;
}

#subPage .main thead th,
#subPage .main tbody th {
	padding: 8px;
	border-left: 1px solid #cecece;
	background-color: #f5f3ef;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

#subPage .main tbody th {
	border-top: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

#subPage .main td {
	padding: 8px;
	border-right: 1px solid #cecece;
	border-top: 1px solid #cecece;
	font-size: 1.4em;
	text-align: center;
	vertical-align: middle;
}

#subPage .main td:last-child {
	text-align: left;
}


/* ボーダー追加 */
#subPage .main .borTop {
	border-top: 1px solid #cecece;
}

/* ボーダー削除 */
#subPage .main .noborTop {
	border-top: none;
}

/* 必要書類 */
#subPage .main .imtDoc tbody th {
	width: 20%;
}

#subPage .main .imtDoc tbody td {
	text-align: left;
	vertical-align: middle;
}

#subPage .main .imtDoc dl {
	display: table;
	width: 100%;
}

#subPage .main .imtDoc dt {
	float: left;
}

#subPage .main .imtDoc dd {
	float: right;
	width: 13.0em;
	text-align: right;
}

#subPage .main .imtDoc .link a+a {
	margin-left: 0.5em;
}

#subPage .main .imtDoc .link a {
	display: inline-block;
	padding: 1px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 5.5em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#subPage .main .imtDoc .link a:nth-child(1) {
	background-color: #e36457;
	color: #ffffff;
}

#subPage .main .imtDoc .link a:nth-child(2) {
	background-color: #1f63c3;
	color: #ffffff;
}

#subPage .main .imtDoc .link a:hover {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* Link */
/* Link：Page */
#subPage .main ul.pageLink li {
	width: 100%;
	background-color: #efefef;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#subPage .main ul.pageLink span {
	display: block;
	padding: 8px 8px 8px 35px;
	font-size: 1.4em;
	color: #000000;
}

#subPage .main ul.pageLink a {
	display: block;
	border: 1px solid #cccccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #000000;
	text-decoration: none;
}

#subPage .main ul.pageLink a:hover {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* Link：File */
#subPage .main ul.fileLink {}

#subPage .main ul.fileLink li {
	width: 100%;
	background-color: #efefef;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#subPage .main ul.fileLink span {
	display: block;
	padding: 8px 8px 8px 30px;
	font-size: 1.4em;
	color: #000000;
}

#subPage .main ul.fileLink a {
	display: block;
	border: 1px solid #cccccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #000000;
	text-decoration: none;
}

#subPage .main ul.fileLink a:hover,
#subPage .main ul#attachments_wrap a:hover {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#subPage.news .main div.entry ul#attachments_wrap {
	margin: auto -3em 0 0;
	left: 0;
}

#subPage .main ul#attachments_wrap li {
	width: 100%;
	max-width: 970px;
	margin-left: 2em;
	box-sizing: border-box;
}

#subPage .main ul#attachments_wrap span {
	display: block;
	padding: 8px 8px 8px 30px;
	font-size: 1em;
	color: #000000;
}

#subPage .main ul#attachments_wrap a {
	display: block;
	color: #000000;
}

/* link Icon */
/* 内部リンク */
#subPage .main ul.pageLink a[href$=".html"] {
	background: url(../images/common/link-arrow.png) no-repeat 15px 11px;
}

#subPage .main ul.pageLink a[href^="../"],
#subPage .main ul.pageLink a[href^="./"],
#subPage .main ul.pageLink a[href^="/"] {
	background: url(../images/common/link-arrow.png) no-repeat 15px 11px;
}

/* 外部リンク */
#subPage .main ul.pageLink a[href^="http://"],
#subPage .main ul.pageLink a[href^="https://"] {
	background: url(../images/common/link-arrow.png) no-repeat 15px 11px;
}

/* PDFリンク */
#subPage .main ul.fileLink a[href$=".pdf"],
#subPage .main ul#attachments_wrap a[href$=".pdf"] {
	background: url(../images/common/link-pdf.png) no-repeat 15px 11px;
}

/* Wordリンク */
#subPage .main ul.fileLink a[href$=".doc"],
#subPage .main ul.fileLink a[href$=".docx"],
#subPage .main ul#attachments_wrap a[href$=".doc"],
#subPage .main ul#attachments_wrap a[href$=".docx"] {
	background: transparent url(../images/common/link-word.png) no-repeat 15px 11px;
}

/* Excelリンク */
#subPage .main ul.fileLink a[href$=".xls"],
#subPage .main ul.fileLink a[href$=".xlsx"],
#subPage .main ul#attachments_wrap a[href$=".xls"],
#subPage .main ul#attachments_wrap a[href$=".xlsx"] {
	background: transparent url(../images/common/link-excel.png) no-repeat 15px 11px;
}

#subPage .main ul.pageLink a[href$=".html"],
#subPage .main ul.pageLink a[href^="../"],
#subPage .main ul.pageLink a[href^="./"],
#subPage .main ul.pageLink a[href^="/"],
#subPage .main ul.pageLink a[href^="http://"],
#subPage .main ul.pageLink a[href^="https://"],
#subPage .main ul.fileLink a[href$=".pdf"],
#subPage .main ul.fileLink a[href$=".doc"],
#subPage .main ul.fileLink a[href$=".docx"],
#subPage .main ul.fileLink a[href$=".xls"],
#subPage .main ul.fileLink a[href$=".xlsx"],
#subPage .main ul#attachments_wrap a[href$=".pdf"],
#subPage .main ul#attachments_wrap a[href$=".doc"],
#subPage .main ul#attachments_wrap a[href$=".docx"],
#subPage .main ul#attachments_wrap a[href$=".xls"],
#subPage .main ul#attachments_wrap a[href$=".xlsx"] {
	padding-left: 10px;
	-moz-background-size: auto auto;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}

/*  List */
/* 共通 */
#subPage .main section>dl>dt {
	font-size: 1.4em;
}

#subPage .main .birthSystem dt,
#subPage .main .sickWounded dt,
#subPage .main .resignation dt,
#subPage .main .medicalExpenses dt {
	font-size: 1.8em;
	font-weight: bold;
	color: #7bb7db;
}

#subPage .main .birthSystem dd,
#subPage .main .sickWounded dd,
#subPage .main .resignation dd,
#subPage .main .medicalExpenses dd {
	font-size: 1.4em;
}

#subPage .main .birthSystem dt~dt,
#subPage .main .sickWounded dt~dt,
#subPage .main .resignation dt~dt,
#subPage .main .medicalExpenses dt~dt {
	margin: 20px 0 0 0;
}

#subPage .main .birthSystem ul.circleList li,
#subPage .main .sickWounded ul.circleList li,
#subPage .main .resignationul ul.circleList li,
#subPage .main .medicalExpenses ul.circleList li {
	font-size: 1em;
}

/*  List：数字（パーレン） */
#subPage .main ul.parenList {
	margin-left: 3.0em;
	text-indent: -3.0em;
	list-style-type: none;
}

#subPage .main>section ul.parenList li {
	font-size: 1.4em;
}

/*  List：丸囲み数字 */
/* 共通 */
#subPage .main ul.circleList {
	margin-left: 1.0em;
	text-indent: -1.0em;
	list-style-type: none;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, #subPage .main ul.circleList {
		margin-left: 0.8em;
		text-indent: -0.8em;
	}
}

#subPage .main>section ul.circleList li {
	font-size: 1.4em;
}

/*  List：黒丸 */
#subPage .main ul.discList {
	position: relative;
	left: 0.5em;
	margin-left: 1.0em;
	text-indent: -1.0em;
	list-style-type: none;
}

#subPage .main>section ul.discList li {
	font-size: 1.4em;
}

#subPage .main ul.discList li:before {
	position: relative;
	left: -0.5em;
	content: '●';
	font-size: 80%;
	color: #7bb7db;
}

/*  List：数字（順番：ol） */
#subPage .main ol.decimalList {
	margin-left: 2.5em;
	list-style-type: decimal;
}

#subPage .main section>ol.decimalList li {
	font-size: 1.4em;
}

/* Notes */
#subPage .main ul.notes {
	margin-left: 1em;
	text-indent: -1em;
}

#subPage .main ul.notes li {
	font-size: 1.2em;
}

/* Link：もっと詳しく */
#subPage .main .moreContent {
	margin-top: 20px;
}

#subPage .main .moreContent h3 {
	position: relative;
	display: block;
	padding: 20px 0 10px 5px;
	font-size: 1.8em;
	font-weight: bold;
	color: #333;
	text-align: left;
}

#subPage .main .moreContent h3:before {
	position: relative;
	top: 4px;
	content: url(../images/common/ttl-more.png);
	margin-right: 10px;
}

#subPage .main .moreContent dl {
	background-color: #f2efe8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

#subPage .main .moreContent h3+dl {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

#subPage .main .moreContent dl:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

#subPage .main .moreContent dl:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#subPage .main .moreContent dt {
	padding: 15px 0 15px 20px;
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}

#subPage .main .moreContent dt span {
	float: right;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 7px 22px 5px 12px;
	min-width: 3.0em;
	background: url(../images/common/close_gray.png) no-repeat right center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 78%;
	font-weight: bold;
	color: #999;
	text-align: center;
	line-height: 100%;
}

#subPage .main .moreContent dt:hover {}

#subPage .main .moreContent dt.close span {
	/*background-color: #ffffff;
	color: #67b363;*/
}

#subPage .main .moreContent dt.open span {
	background: url(../images/common/open_gray.png) no-repeat right center;
}

#subPage .main .moreContent dd {
	margin: 0 15px 15px 15px;
	padding: 25px 30px;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#subPage .main .moreContent h4 {
	margin-bottom: 5px;
	font-size: 1.5em;
	font-weight: bold;
}

#subPage .main .moreContent dd p {
	font-size: 1.3em;
}

#subPage .main .moreContent dd img {
	display: block;
	margin: 10px auto 0 auto;
}

/*  List：数字（パーレン）・丸囲み数字・黒丸・数字 */
#subPage .main .moreContent ul.parenList li,
#subPage .main .moreContent ul.circleList li,
#subPage .main .moreContent ul.discList li,
#subPage .main .moreContent ol.decimalList {
	font-size: 1.5em;
}

/* Table */
#subPage .main table ul.discList li {
	font-size: 100%;
	/* リセット */
}

#subPage #content {
	display: block;
	max-width: 980px;
	margin: 20px auto 60px;
	border: 1px solid #ccc;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	background: #fff;
}

#subPage #content .main {
	width: 720px;
	float: left;
	min-height: auto;
}

#subPage.written-application #content .main,
#subPage.faq #content .main,
#subPage.link #content .main,
#subPage.sitemap #content .main,
#subPage.kenpos_index #content .main {
	width: 100%;
	float: none;
	min-height: auto;
}

#subPage #sidebar {
	float: right;
	width: 200px;
	box-sizing: border-box;
}

#subPage #sidebar h3.sidenavTitle {
	text-align: center;
	padding: 52px 20px;
	font-size: 15px;
	background: url(../images/common/side_ttl.png) no-repeat top left;
	background-size: contain;
	margin-bottom: 10px;
	color: #09368e;
	font-weight: bold;
}

#subPage #sidebar ul.sidenavList li {
	border-bottom: 1px solid #ccc;
}

#subPage #sidebar ul.sidenavList li a {
	padding: 15px 0 15px 31px;
	display: block;
	font-size: 1.4em;
	color: #111;
	text-decoration: none;
	background: url(../images/common/ttl02.png) no-repeat left center;
	background-size: auto 20px;
}

#subPage #sidebar ul.sidenavList li a[aria-current="page"] {
	background-color: #e2faff;
}

#subPage footer#footer nav#footer-menu {
	display: none;
}

/* Topic Path
------------------------------------------------------------------ */
#content .topicPath {
	width: 100%;
	/* padding: 0 10px; */
	/* background-color: #e8e8e8; */
}

#content .topicPath dl {
	margin: 0 auto;
	max-width: 1050px;
}

#content .topicPath dt {
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 1px;
	line-height: 1px;
	/* except MacIE \*/
	position: absolute;
	/* end */
	left: 0;
	top: 0;
	color: #ffffff;
}

#content .topicPath li {
	float: left;
	padding: 0.7em 2em 0.7em 0;
	font-size: 1.1em;
}

#content .topicPath a {
	position: relative;
	float: left;
	/* background-color: #e9e9e9; */
	color: #000000;
	text-decoration: none;
}

#content .topicPath li:first-child a {
	padding-left: 1em;
}

#content .topicPath a:after,
#content .topicPath a:before {
	content: "";
	position: absolute;
	top: 111%;
	margin-top: -1.5em;
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
	border-left: 0.7em solid;
	right: -1.5em;
}

#content .topicPath a:after {
	z-index: 2;
	border-left-color: #ffffff;
}

#content .topicPath a:before {
	right: -1.6em;
	z-index: 1;
	/* border-left-color: #ccc; */
}

#content .topicPath li:last-child a:after,
#content .topicPath li:last-child a:before {
	content: normal;
}

/* Footer
------------------------------------------------------------------ */
#footer {
	clear: both;
	padding: 0 0 20px;
}

/* CopyRight */
#footer .copyRight {
	font-size: 1.0em;
	color: #000000;
	text-align: center;
}

.foot_address {
	padding: 10px 0;
	font-size: 1.2em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.foot_address p {
	max-width: 970px;
	margin: 0 auto;
}

/* PageTop
------------------------------------------------------------------ */
#pageTop {
	display: none;
	position: relative;
	margin: 0 auto;
}

#pageTop a {
	z-index: 999;
	display: block;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	right: 15px;
	height: 40px;
	width: 40px;
	border: 3px solid #09368e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-indent: -9999px;
	outline: none;
}

/* Arrow */
#pageTop a:before {
	position: absolute;
	left: -2px;
	right: 0px;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 3px solid #09368e;
	border-right: 3px solid #09368e;
	margin: auto;
	transform: rotate(-45deg);
	top: 14px;
}

#pageTop a:after {
	content: "";
	width: 3px;
	height: 15px;
	background: #09368e;
	position: absolute;
	left: -2px;
	right: 0;
	margin: auto;
	top: 15px;
}



/* 追加
------------------------------------------------------------------ */
.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.border_line {
	padding: 10px;
	border: 1px solid #111;
	box-sizing: border-box;
}

.list_number {
	font-size: 1.4em;
	padding-left: 3em;
	text-indent: -3em;
}

.list_number li {
	margin: 15px 0;
}

#subPage .main table.cell_left th,
#subPage .main table.cell_left td {
	text-align: left;
}

#subPage .main table.cell_left th {
	font-weight: bold;
}

#subPage .main table.cell_left th a {
	text-align: center;
	display: block;
	white-space: nowrap;
	padding: 10px;
}

#subPage .main table.cell_left .center {
	text-align: center;
}

#subPage .main table.cell_left.medical_type th {
	width: 15%;
}

.wide1em {
	width: 1em;
}

.red {
	color: #ea1313;
}

span.txt_sm {
	font-size: 0.8em;
}

ul.movementList li {
	font-size: 1.4em;
	padding-left: 2.3rem;
	text-indent: -1.3rem;
	position: relative;
}

ul.movementList li::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid #154d6e;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	position: absolute;
	left: 0;
	top: 8px;
}

ul.movementList li ul.movementList_inner {
	text-indent: 0rem;
	margin: 10px 0;
	width: 90%;
}

ul.movementList li ul.movementList_inner li {
	padding-left: 1.3rem;
	text-indent: 0;
	display: inline-block;
	width: 24%;
	text-align: left;
	font-size: 14px;
}

ul.movementList li ul.movementList_inner li::before {
	border-left: 7px solid transparent;
	border-bottom: 10px solid #0f3449;
	border-right: 7px solid transparent;
	top: 3px;
}


ul.tableList {
	padding-left: 1rem;
	text-indent: -1rem;
}

#subPage .main ul.circleList li .parenList {
	font-size: 0.6rem;
}

#subPage .main p.link_directly {
	margin: 10px 1.5em;
}

.flex_box {
	display: flex;
	margin: 20px 0 30px;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.flex_box img {
	width: 45%;
}

a.pdf_btn {
	padding: 9px 20px;
	font-size: 1.4em;
	display: block;
}

.flex_box_txt h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 30px;
}

.flex_box_txt h5 {
	font-size: 1.5em;
}

#subPage .main table.examination_td th {
	width: 10em !important;
}

#subPage .main table.examination_td td {
	text-align: left;
	width: auto !important;
}

#subPage .main ul.mt-1em {
	margin-top: 0;
}

.flex_box_txt {
	margin-right: 10px;
	width: 50%;
}

#subPage .main section h4.step_ttl {
	font-size: 15px;
	font-weight: bold;
	padding: 5px 10px;
	background: #bedbd5;
	margin: 30px 0 10px;
}

p.txt_right {
	text-align: right;
}

.list_style01 {
	text-align: center;
}

.list_style01 li {
	display: inline-block;
	width: 45%;
	margin: 0 0 30px;
}

.company_ttl {
	text-align: center;
	background: #cdecd6;
	margin: 20px 0;
	padding: 2px 0;
}

#subPage .main ul.bk-1em {
	margin-left: 2.5em;
	display: block;
}

#subPage .main dl.square_list01,
#subPage .main p+dl.square_list01,
#subPage .main dl+dl.square_list01 {
	display: flex;
	margin: 10px 0 0;
	font-size: 1.2em;
}

#subPage .main dl.square_list01 dt,
#subPage .main p+dl.square_list01 dt,
#subPage .main dl+dl.square_list01 dt {
	width: 14em;
	font-weight: bold;
	font-size: 1.2em;
}

#subPage .main dl.square_list01 dd,
#subPage .main p+dl.square_list01 dd,
#subPage .main dl+dl.square_list01 dd {
	font-size: 1.2em;
}

span.address_indent {
	padding-left: 7em;
	text-indent: -7em;
	display: block;
}

.map_box {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.map_box iframe,
.map_box object,
.map_box embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	#subPage .main .flex_box table.cell_left {
		width: 48%;
	}

	#subPage .main .flex_box table.cell_left span.cell_inner {
		width: 90%;
		margin: 0 auto;
		display: block;
	}
}

@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
	#subPage .main .flex_box table.cell_left {
		width: 48%;
	}

	#subPage .main .flex_box table.cell_left span.cell_inner {
		width: 90%;
		margin: 0 auto;
		display: block;
	}
}

#subPage.news #content .main {
	width: 100%;
}

#subPage.page-404 article#content {
	margin-left: auto;
}

#subPage.page-404 #content .main {
	width: 100%;
}

/*#subPage .main table.cell_left {
    width: 50%;
}*/
#subPage .main table.cell_left.wide50 {
	width: 50%;
}