@charset "utf-8";
/* CSS Document */

/* 10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197% */

body{
	color:#333;
	-webkit-text-size-adjust: 100%;
	position: relative;
	margin: 0;
	border-top: 3px solid #00248d;
}

.all-box {font-size: 115%;}

h3 {font-size: 93%;}

a,a:visited{color: #0075b5;text-decoration:none;}
a:hover{color: #0075b5;text-decoration: underline;}

img {vertical-align: top;border: 0;}

.contentsSkip,
.for_read {display: none;}


.header {overflow: hidden;}

.header-logo {
	width: 215px;
	height: 40px;
	float: left;
	margin: 10px 0 0 10px;
}

.sp-menu {
	width: 60px;
	height: 60px;
	float: right;
	border-left: 1px solid #d9d9d9;
	margin: 0;
	background: url(../images/common/sp_header_menu.svg) no-repeat center center;
	-webkit-background-size: 39px 30px;
	background-size: 39px 30px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	cursor: pointer;
}
.sp-menu.open {
	background: url(../images/common/sp_header_close.svg) no-repeat center center;
	-webkit-background-size: 28px 31px;
	background-size: 28px 31px;
}


.sp-sitemap {
	display: none;
	border-top: 1px solid #bfbfbf;
	line-height: 1.7;
}
.sp-sitemap ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.sp-sitemap ul a {
	display: block;
	border-bottom: 1px solid #bfbfbf;
	color: #333;
	position: relative;
	padding: 12px 0;
}
.sp-sitemap ul a:hover {text-decoration: none;}
.sp-sitemap li a:after {
	content: "\e807";
	font-family: 'icomoon';
	font-size: 14px;
	color: #bfbfbf;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -12px;
	font-weight: 100;
}
.have-children>a:after {
	font-size: 18px !important;
	content: "\e800" !important;
	margin-top: -16px !important;
	right: 10px !important;
}
.sp-sitemap ul a img {
	vertical-align: middle;
	margin-left: 7px;
}
.have-children.open>a:after {
	font-size: 18px !important;
	content: "\e803" !important;
	margin-top: -16px !important;
}
.sp-sitemap>ul>li>a {
	font-weight: bold;
	font-size: 108%;
	padding: 12px 0 12px 15px;
}
.sp-sitemap ul ul {display: none;}
.sp-sitemap ul ul a {
	padding: 12px 0 12px 45px;
}
.sp-sitemap ul ul ul a {
	padding: 12px 35px 12px 65px;
	background-color: #F2F2F2;
}
.sp-sitemap ul ul a:before {
	content: "\e600";
	font-family: 'icomoon';
	font-size: 7px !important;
	color: #333;
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -7.5px;
}
.sp-sitemap ul ul ul a:before {
	left: 45px;
}
.sp-sitemap .icon-newwin {
	font-size: 12px;
	margin-left: 7px;
}

.pc-hNav,
.pc-gNav,
.pc-sitemap {display: none;}


.footer {
	clear: both;
	line-height: 1.7;
	font-size: 13px;
}

.sp-footerNav {
	border-top: 1px solid #bfbfbf;
	background-color: #FFF;
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	overflow: hidden;
}
.sp-footerNav li {
	float: left;
	width: 40%;
}
.sp-footerNav li:first-child,
.sp-footerNav li:last-child {width: 30%;}
.sp-footerNav a {
	display: block;
	text-align: center;
	border-right: 1px solid #bfbfbf;
	padding: 12px 0;
	color: #333;
}
.sp-footerNav li:last-child a {border-right: 0;}
.sp-footerNav a span {margin-right: 7px;color: #656565;font-size: 15px;}

.footer-info {
	background-color: #00248d;
	color: #fff;
	padding: 20px 10px;
}
.footer-info a {color: #FFF;}
.footer-logo {
	margin: 0;
	font-size: 108%;
	margin-bottom: 5px;
}
.footer-info address {font-style: normal;}
.copyright {
	margin: 12px 0 0;
	border-top: 1px solid #fff;
	padding-top: 12px;
	text-align: center;
}

#mainContents {clear: both;}

.gotop-btn {display: none;}
.gotop-btn-sp {
  margin: 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 44px;
height: 44px;
  background: url(../images/common/gotop_sp.svg) no-repeat left top;
  z-index: 9999;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  filter: '';
}
.gotop-btn-sp.in {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  filter: '';
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.gotop-btn-sp.out {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  filter: '';
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.gotop-btn-sp a {
  display: block;
	width: 44px;
	height: 44px;
	background: url(../images/common/gotop_sp.svg) no-repeat left top;
  text-indent: -9999px;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.page-info {
	clear: both;
	background-color: #00248d;
	padding: 0 10px;
	position: relative;
	color: #FFF;
	line-height: 1.7;
	overflow: hidden;
}
.page-info .back {
	position: absolute;
	left: 10px;
	height: 28px;
	top: 50%;
	margin: 0;
	margin-top: -14px;
	font-size: 13px;
}
.page-info .back a {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	background: url(../images/common/back_bg_sp.svg) no-repeat left center;
	width: 55px;
	height: 28px;
	color: #FFF;
	text-align: center;
}
.page-info .back a:hover {text-decoration: none;}
.page-title {
	margin: 0;
	text-align: center;
	font-size: 131%;
	font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	padding: 15px 70px;
	line-height: 1.5;
}
.page-title span {display: none;}

.topicpath {margin: 0 10px 20px;line-height: 1.7;padding-top: 12px;font-size: 13px;}
.topicpath.haveBg {background: url(../images/common/sp_ds.png) no-repeat center top;}
.topicpath dt,
.topicpath dd .txt {display: none;}
.topicpath dd {
	margin-left: 0;
	display: inline;
}
.topicpath dd img {
	width: 5px;
	height: 9px;
	vertical-align: middle;
	margin: 0 7px 0 10px;
}
.topicpath dd a {color: #333;}
.topicpath dd .icon-home2 {
	color: #656565;
	margin-right: 5px;
	font-size: 12px;
}

.box {
	position: relative;
	padding-top: 0;
}

.page-subTitle {
	border-bottom: 1px solid #bfbfbf;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	margin: 0;
	text-align: center;
	font-size: 123.1%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f8f8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f7f8f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f8f8',GradientType=0 ); /* IE6-9 */
	padding-bottom: 2px;
	-webkit-background-clip: content-box;
	-moz-background-clip: content-box;
	background-clip: content-box;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","Osaka",sans-serif;
}
.page-subTitle h3 {margin: 0;padding: 10px;}
.page-subTitle:after {
	content:"";
	position: absolute;
	display: block;
	width: 100px;
	left: 50%;
	bottom: -1px;
	margin-left: -50px;
	height: 4px;
	background-color: #00248d;
}

.page-subsubTitle {
	background: url(../images/common/bg_blue.png) repeat left top;
	font-size: 123.1%;
	line-height: 1.5;
	padding: 5px 7px;
	margin: 0 0 20px;
}
.page-subsubTitle span {
	display: inline-block;
	position: relative;
	border-left: 5px solid #00248d;
	padding: 6px 5px 6px 15px;
}
.page-subsubTitle span:before {
	content: '';
    width: 0;
    height: 0;
	left: 0;
	top: 50%;
	margin-top: -5px;
	position: absolute;
	border-left: 5px solid #00248d;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.side-contents {display: none;}

.main-contents {
	margin: 0 10px 30px;
	line-height: 1.7;
}
.category-top-item {
	border: 1px solid #bfbfbf;
	padding: 15px 15px;
	margin-bottom: 10px;
}
.category-top-item:last-child {margin-bottom: 0;}
.category-top-item a {color: #333;display: block;}
.category-top-item a:hover {text-decoration: none;}
.category-top-item .item-header {
	margin: 0 0 7px;
	font-size: 123.1%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","Osaka",sans-serif;
}
.category-top-item .icon-arrow2 {
	color: #00238c;
	margin-right: 7px;
}
.category-top-item .item-header img {
	vertical-align: middle;
	margin-left: 7px;
}
.category-top-item .txt {margin: 0;}


/*下層ページパーツ部分*/

.inner-nav {
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.inner-nav ul {
	list-style: none;
	padding-left: 0;
	margin: 0 !important;
	background-color: #efeee4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.inner-nav ul a {
	display: block;
	position: relative;
	border-bottom: 1px solid #fff;
	color: #000;
	padding: 12px 15px 12px 35px;
}
.inner-nav ul a:hover {text-decoration: none;}
.inner-nav li:last-child a {border-bottom: 0;}
.inner-nav ul a:before {
	content: "\e808";
	font-family: 'icomoon';
	font-size: 13px !important;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -10px;
	color: #00248d;
}


.common-sub01 {
	margin: 0 0 15px;
	border: solid 2px #fff;
	outline: 1px solid #bfbfbf;
	font-size: 116%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f8f8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f7f8f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f8f8',GradientType=0 ); /* IE6-9 */
	padding: 10px 10px 10px 20px;
	position: relative;
	line-height: 1.5;
	box-shadow: 0 3px 0 #f2f2f2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.common-sub01:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #00248d;
	-webkit-background-clip: content-box;
	-moz-background-clip: content-box;
	background-clip: content-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.common-sub01:after {
	content: '';
	position: absolute;
	left: 7px;
	top: 50%;
	margin-top: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #00248d;
}

.common-sub02 {
	margin: 0 0 15px;
	font-size: 116%;
	padding: 0 5px 8px;
	line-height: 1.5;
	background: url(../images/common/common-sub02_line.svg) no-repeat left bottom;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.common-sub03 {
	margin: 0 0 15px;
	font-size: 116%;
	padding: 0 5px 8px 20px;
	line-height: 1.5;
	border-bottom: 2px solid #bfbfbf;
	background: url(../images/common/common-sub03_mark.svg) no-repeat left top 3px;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}

.main-contents>section {margin-bottom: 30px;}
.main-contents>section:last-child {margin-bottom: 0;}

.main-contents ul,
.main-contents ol {
	padding-left: 0;
	margin-left: 1.5em;
}
.main-contents li {margin-bottom: 5px;}
.main-contents li:last-child {margin-bottom: 0;}

.main-contents dd {margin-left: 0;}

.img-left,
.img-right,
.img2-box,
.img3-box,
.img4-box,
.imgTxt2-box,
.textBox-bgColor,
.textBox-border,
.table-box,
.link-box {margin-bottom: 20px;}
.img-left:last-child,
.img-right:last-child,
.img2-box:last-child,
.img3-box:last-child,
.img4-box:last-child,
.imgTxt2-box:last-child,
.textBox-bgColor:last-child,
.textBox-border:last-child,
.table-box:last-child,
.link-box:last-child {margin-bottom: 0;}

.img-left .img,
.img-right .img,
.img2-box .img,
.img3-box .img,
.img4-box .img,
.imgTxt2-box .img {
	text-align: center;
	margin: 0 0 15px !important;
}
.img-left .header-txt,
.img-right .header-txt {
	font-size: 116%;
	border-left: 4px solid #00248d;
	margin: 0 0 7px;
	padding-left: 7px;
}
.img-left .txt p,
.img-right .txt p {margin: 0 0 5px;}
.img-left .txt p:last-child,
.img-right .txt p:last-child {margin-bottom: 0;}

.img-left .img img,
.img-right .img img,
.img2-box .img img,
.img3-box .img img,
.img4-box .img img,
.imgTxt2-box .img img {
	width: 100%;
	max-width: 300px;
	height: auto;
	margin-bottom: 10px;
}
.img-left .img img:last-child,
.img-right .img img:last-child,
.img2-box .img img:last-child,
.img3-box .img img:last-child,
.img4-box .img img:last-child,
.imgTxt2-box .img img:last-child {margin-bottom: 0;}

.img2-box .item,
.img3-box .item,
.img4-box .item,
.imgTxt2-box .item {margin-bottom: 15px;}
.img2-box .item:last-child,
.img3-box .item:last-child,
.img4-box .item:last-child,
.imgTxt2-box .item:last-child {margin-bottom: 0;}


.textBox-bgColor {
	background-color: #f2f2f2;
	padding: 15px;
}
.textBox-bgColor .header-txt,
.textBox-border .header-txt {
	margin: 0 0 7px;
	font-size: 108%;
}
.textBox-bgColor p,
.textBox-border p {margin: 0 0 5px;}
.textBox-bgColor ul,
.textBox-border ul {margin: 0 0 5px 1.5em;}
.textBox-bgColor p:last-child,
.textBox-border p:last-child,
.textBox-bgColor ul,
.textBox-border ul {margin-bottom: 0;}

.textBox-border {
	border: 1px solid #bfbfbf;
	padding: 15px;
}


.table-box table,
.table-box th,
.table-box td {
	border-collapse: collapse;
	border: 1px solid #a6a6a6;
}
.table-box caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 108%;
}
.table-box table {
	width: 100%;
	margin-bottom: 10px;
}
.table-box table:last-child {margin-bottom: 0;}
.table-box th,
.table-box td {
	padding: 7px;
	line-height: 1.5;
}
.table-box th {
	background-color: #f2f2f2;
	width: 25%;
	font-size: 108%;
}
.table-box tr:first-child th {
	background-color: #667cbb;
	color: #FFF;
	width: auto;
}
.table-box p {margin: 0 0 5px;}
.table-box p:last-child {margin-bottom: 0;}

.link-box ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	
}
.link-box ul a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	color: #000;
	position: relative;
	padding: 12px 15px 12px 35px;
}
.link-box ul li {margin-bottom: 10px;}
.link-box ul li:last-child {margin-bottom: 0;}
.link-box ul a:hover {text-decoration: none;}
.link-box ul a:before {
	content: "\e808";
	font-family: 'icomoon';
	font-size: 13px !important;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -10px;
	color: #00248d;
}

.dl-files {
	list-style: none;
	margin-left: 0 !important;
}
.dl-files li img {width: 16px;height: 16px;vertical-align: middle;margin-left: 7px;}

.noScript-box {margin: 15px 10px;text-align: center;font-weight: bold;border: 3px solid #f00;padding: 15px;font-size: 116%;background-color: #FFFACD;}

.strongStyle01{
	font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 123.1%;
	line-height: 1.5;
}
.strongStyle02{
	color: #736357;
	font-size: 108%;
}

img.icon-pdf {
	width: 16px;
	height: 16px;
}
img.icon-xls,
img.icon-doc {
	width: 15px;
	height: 16px;
}

/*新規ウィンドウアイコン*/
img.newwin {
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 3px;
}


@media print, screen and (min-width: 641px) {

body{border-top: 0;}

.all-box {font-size: 100%;}

.header {width: 1000px;margin: 0 auto 15px;padding-top: 24px;}

.header-logo {
	width: 289px;
	height: 55px;
	margin: 0;
}
.sp-menu {display: none;}

.pc-hNav {
	line-height: 1.7;
	display: block;
	width: 500px;
	float: right;
}

.pc-hNav1 {
	list-style: none;
	padding-left: 0;
	margin: 0 0 12px;
	text-align: right;
}
.pc-hNav1 li {
	display: inline;
	margin-left: 20px;
}
.pc-hNav1 li:before {
	content:"";
	background: url(../images/common/spritesheet.png) no-repeat -30px -107px;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 5px;
}
.pc-hNav1 a {color: #333;}

.fSize {overflow: hidden;font-size: 93%;font-weight: bold;text-align: right;}
.fSize p {
	/*float: left;*/
	display: inline-block;
	margin: 0;
	padding: 5px 0;
}
.fSize ul {
	float: right;
	list-style: none;
	padding-left: 5px;
	margin: 0;
}
.fSize li {
	/*width: 75px;*/
	float: left;
	margin-left: 7px;
}
.fSize li:last-child {float: right;}
.fSize ul a {
	text-align: center;
	display: block;
	color: #FFF;
	padding: 5px 10px;
	background: #b5b5b6; /* Old browsers */
	background: -moz-linear-gradient(top,  #b5b5b6 0%, #959596 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5b5b6), color-stop(100%,#959596)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b5b5b6 0%,#959596 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b5b5b6 0%,#959596 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b5b5b6 0%,#959596 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b5b5b6 0%,#959596 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b6', endColorstr='#959596',GradientType=0 ); /* IE6-9 */
}
.fSize ul a:hover{
	text-decoration: none;
	background: #f5b47a; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5b47a 0%, #f19541 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5b47a), color-stop(100%,#f19541)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5b47a 0%,#f19541 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5b47a 0%,#f19541 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5b47a 0%,#f19541 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5b47a 0%,#f19541 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b47a', endColorstr='#f19541',GradientType=0 ); /* IE6-9 */
}


.pc-gNav {
	clear: both;
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.pc-gNav ul {
	border-right: 1px solid #ccc;
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.pc-gNav>ul>li {float: left;margin-bottom: 10px;}
.pc-gNav>ul>li:first-child {border-left: 1px solid #ccc;}
.gNav-home,
.gNav-inquiry {width: 13.05%;}
.gNav-about {width: 15%;}
.gNav-service,
.gNav-toseki {width: 17.4%;}
.gNav-recruit,
.gNav-nurse {width: 12%;}
.pc-gNav>ul>li>a {
	display: block;
	border-right: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	font-size: 116%;
	color: #333;
	text-decoration: none;
	padding: 10px 2%;
	position: relative;
	z-index: 204;
}
.pc-gNav a img {
	vertical-align: middle;
	margin-left: 7px;
}
.gNav-home .pc-home-icon {
	display: inline-block;
	width: 15px;
    height: 14px;
	margin-right: 5px;
	background: url(../images/common/spritesheet.png) no-repeat -30px -315px;
}

.pc-gNav>ul>li {position: relative;}
.pc-gNav>ul>li>a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #cd67a4;
	height: 3px;
	margin: 0 5px;
	transition: all .2s;
}
.pc-gNav>ul>li>a:hover:before,
.pc-gNav>ul>li>a.active:before {
	left: 0;
	right: 0;
}

.gNav-under-nav {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index:201;
}
.pc-gNav div>ul {
	list-style-type: none;
	border-right: 0;
	background-color: rgba(255,255,255,1);
	width: auto;
	min-width: 200px;
	padding-bottom: 0 !important;
	position: relative;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 6px 3px;
}
.pc-gNav li li{
	float: none;
	/*border-bottom: 1px solid #ccc;*/
}
.pc-gNav li li a {
	color: #333;
	text-align: left;
	white-space: nowrap;
	display: block;
	text-decoration: none;
	padding: 14px 14px;
	position: relative;
	z-index: 203;
	border-bottom: 1px solid #ccc;
}
.pc-gNav li li:last-child a {border-bottom: 0;}
.pc-gNav li li a.active {
	background-color: #00248d !important;
	color: #FFF !important;
}
.pc-gNav li li a:hover {background-color: #00248d;color: #FFF;}
.pc-gNav li li a.active:hover {
	background-color: #00248d !important;
	color: #FFF !important;
}
.pc-gNav div>ul:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.pc-gNav div>ul:after {
	border-width: 6px;
	left:53px;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: rgba(255,255,255,1);
}
.pc-gNav .newwin a:after {
	content: "";
	display: inline-block;
	width: 13px;
    height: 10px;
    background: url(../images/common/spritesheet.png) no-repeat -30px -725px;
	margin-left: 7px;
}

.pc-gNav div>ul ul {
	display: none;
	position: absolute;
	top: 0;
	border-right: 0;
	background-color: rgba(255,255,255,1);
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 6px 3px;
}
.pc-gNav div>ul ul li {
	display: table;
	width: 100%;
	line-height: 1.5;
	border-bottom: 0;
	/*border-left: 1px solid #ccc;*/
}
.pc-gNav div>ul ul li a {
	/*padding: 10px 25px 10px 10px;*/
	padding: 12px 14px 13px;
	border-right: 0;
	min-width: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 0;
}
.pc-gNav .gNav-service div>ul ul li a {padding: 10px 25px 10px 10px;}
.pc-gNav div>ul ul li a:hover,
.pc-gNav div>ul ul li a.active2 {background-color: #e5e9f4;color: #333;}
.pc-gNav div>ul ul img {margin: 0;}
.pc-gNav div>ul ul p {
	display: table-cell;
	margin: 0;
	vertical-align: middle;
}
.pc-gNav div>ul ul .img {padding-right: 10px;}
.pc-gNav div>ul ul p:last-child img {vertical-align: middle;margin-left: 7px;}


.pc-sitemap {
	display: block;
	background: #f7f7f7	url(../images/common/pc_ds.png) no-repeat center top;
	padding: 50px 0 40px;
	line-height: 1.7;
}
.pc-sitemap-inner {width: 1000px;margin: 0 auto;display: table;}
.pc-sitemap-inner ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.pc-sitemap-inner>ul {
	display: table-cell;
	vertical-align: top;
	border-right: 1px dotted #bfbfbf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 26px;
}
.pc-sitemap-inner>ul.pc-sitemap1 {width: 16%;padding-left: 0;}
.pc-sitemap-inner>ul.pc-sitemap2 {width: 27%;}
.pc-sitemap-inner>ul.pc-sitemap3 {width: 24%;}
.pc-sitemap-inner>ul.pc-sitemap4 {width: 24%;border-right: 0;margin-right: 0;padding-right: 0;}
.pc-sitemap a {color: #333;}
.pc-sitemap a img {
	vertical-align: middle;
	margin-left: 7px;
}
.pc-sitemap-inner li {margin-bottom: 5px;}
.pc-sitemap-inner li:last-child {margin-bottom: 0;}
.pc-sitemap-inner>ul>li>a {
	font-weight: bold;
	font-size: 108%;
}
.pc-sitemap-inner ul ul {margin: 5px 0 10px;}
.pc-sitemap-inner ul li:last-child ul {margin-bottom: 0;}
.pc-sitemap-inner ul ul li {position: relative;padding-left: 10px;}
.pc-sitemap-inner ul ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 4px;
    height: 7px;
	background: url(../images/common/spritesheet.png) no-repeat -30px -248px;
}
.pc-sitemap-inner ul ul ul {margin-bottom: 10px !important;}
.pc-sitemap-inner ul ul:last-child ul {margin-bottom: 0 !important;}
.pc-sitemap-inner ul ul ul li {padding-left: 13px;margin-left: 5px;}
.pc-sitemap-inner ul ul ul li:before {
	content: "";
	position: absolute;
	left:0;
	top: 8px;
	width: 6px;
    height: 6px;
	background: url(../images/common/spritesheet.png) no-repeat -30px -659px;
}
.pc-sitemap .newwin {position: relative;}
.pc-sitemap .newwin:after {
	content: "";
	display: inline-block;
	width: 13px;
    height: 10px;
    background: url(../images/common/spritesheet.png) no-repeat -30px -725px;
	margin-left: 7px;
}

.sp-footerNav {display: none;}
.footer {background-color: #00248d;padding: 30px 0;}
.footer-inner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.footer-info {padding: 0;}
.footer-logo {
	height: 55px;
	width: 288px;
	float: left;
}
.footer-logo a {
	display: block;
	background: url(../images/common/footer_logo_pc.png) no-repeat left top;
	height: 55px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
.footer address {
	padding-top: 5px;
	min-height: 50px;
	float: left;
	border-left: 1px solid #fff;
	margin-left: 25px;
	padding-left: 25px;
}

.copyright {
	text-align: left;
	clear: both;
	border: 0;
	padding-top: 20px;
	margin-top: 0;
}

.gotop-btn-sp{display: none;}
.gotop-btn {
	display: block;
  margin: 0;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background: url(../images/common/gotop_pc.png) no-repeat left top;
  z-index: 9999;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  filter: '';
}
.gotop-btn.in {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  filter: '';
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.gotop-btn.out {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  filter: '';
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.gotop-btn a {
  display: block;
	width: 50px;
  height: 50px;
  background: url(../images/common/gotop_pc.png) no-repeat left top;
  text-indent: -9999px;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.br-sp {display: none;}


.page-info {
	height: 150px;
	clear: both;
	background-color: #fff;
	padding: 0;
	position: relative;
	color: #333;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	display: table;
	width: 100%;
}
.page-info .back {display: none;}

.page-title {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 0;
	font-size: 221%;
	line-height: 1.7;	
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","Osaka",sans-serif;
}
.page-info.common {background-image: url(../images/common/pagetitle_bg_common.jpg);}
.page-title strong {
	display: block;
	width: 1000px;
	margin: 0 auto;
	font-weight: 100;
}
.page-title span {
	display: block;
	color: #808080;
	font-size: 50%;
	font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	letter-spacing: 1px;
}

.topicpath {
	padding-top: 20px;
	width: 1000px;
	margin: 0 auto 25px;
	background: url(../images/common/pc_ds.png) no-repeat center top;
}
.topicpath.haveBg {margin: 0 auto 25px;background: url(../images/common/pc_ds.png) no-repeat center top;padding-top: 20px;}
.topicpath dd .icon-home2:before{content: none;}
.topicpath dd .icon-home2:after {
	content: "";
	display: inline-block;
	background: url(../images/common/spritesheet.png) no-repeat -30px -461px;
	width: 11px;
    height: 11px;
}

.page-subTitle {
	position: relative;
	text-align: left;
	font-size: 213%;
	margin-bottom: 35px;
}
.page-subTitle h3 {
	background: url(../images/common/subtitle_line.png) no-repeat left top;
	padding: 24px 15px 20px;
	font-weight: 100;
}
.page-subTitle:after {
	height: 11px;
	width: 100%;
	margin-left: 0;
	left: 0;
	bottom: -11px;
	background: url(../images/common/pc_ds.png) no-repeat center top;
}

.page-subsubTitle {
	font-size: 197%;
	padding: 10px 12px;
	font-weight: 100;
	margin: 0 0 30px;
}
.page-subsubTitle span {
	padding: 8px 10px 8px 15px;
}
.page-subsubTitle span:before {
	margin-top: -6px;
	border-left: 6px solid #00248d;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.page-contents {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 60px;
}

.main-contents {
	width: 740px;
	float: left;
	margin: 0;
}
.side-contents {
	display: block;
	width: 220px;
	float: right;
}
.side-contents ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.side-contents ul a {
	display: block;
	border-bottom: 1px dotted #bfbfbf;
	color: #333;
	padding: 15px 10px;
	text-decoration: none;
	position: relative;
}
.side-contents>ul>li>a,
.side-contents>ul>li>span {
	display: block;
	color: #FFF;
	background-color: #00248d;
	font-weight: bold;
	font-size: 108%;
	padding: 20px 15px;	
	border-bottom: 0;
}
.side-contents>ul>li>a:hover {background-color: #3350a4;}
.side-contents ul ul a:before {
	content: "";
	display: block;
	position: absolute;
	background:url(../images/common/spritesheet.png) no-repeat -30px -532px;
	width: 8px;
    height: 3px;
	left: 10px;
	top: 22px;
}
.side-contents ul ul a {line-height: 1.7;padding: 14px 10px 12px 27px;}
.side-contents ul ul a:hover,
.side-contents ul ul li.active>a {
	background-color: #f0f0f0;
}
.side-contents ul ul ul a {padding: 14px 10px 12px 27px;}
.side-contents ul ul ul a:before {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
    height: 7px;
	left: 14px;
	top: 22px;
	background: url(../images/common/spritesheet.png) no-repeat -30px -248px;
}
.side-contents a img {
	vertical-align: middle;
	margin-left: 7px;
}


.category-top-box {
	overflow: hidden;
	width: 760px;
	margin-right: -20px;
}
.category-top-item {
	width: 360px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 17px 18px;
	margin: 0 20px 20px 0;
}

.category-top-item .icon-arrow2:before {content: none;}
.category-top-item .item-header {
	overflow: hidden;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","Osaka",sans-serif;
	font-weight: 100;
	font-size: 146.5%;
	position: relative;
	line-height: 1.5;
	padding-left: 18px;
}
.category-top-item .item-header:before {
	content: "";
	/*display: block;*/
	position: absolute;
	/*float: left;
	margin-top: 2px;*/
	width: 17px;
    height: 17px;
	top: 5px;
	left: 0;
    background: url(../images/common/spritesheet.png) no-repeat -30px -30px;
}
.category-top-item .item-header .icon-newwin {display: none;}
.category-top-item .item-header.newwin:after {
	content: "";
	display: inline-block;
	width: 13px;
    height: 10px;
    background: url(../images/common/spritesheet.png) no-repeat -30px -725px;
	margin-left: 7px;
}


/*hover-effects*/
.view {
   overflow: hidden;
   position: relative;
}
.view .mask, .view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.third-effect .mask {
   opacity: 0;
   overflow:visible;
   background-color: rgba(150,150,150,0.1);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.third-effect:hover .mask {
   opacity: 1;
}

/*下層ページパーツ部分*/

.inner-nav {
	border-bottom: 1px dotted #bfbfbf;
	margin-bottom: 30px;
	padding-bottom: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.inner-nav ul {
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;	
}
.inner-nav li {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 10px !important;
}
.inner-nav li:last-child {margin-right: 0;}
.inner-nav ul a {
	display: inline;
	border-bottom: 0;
	color: #000;
	padding: 0;
	background: url(../images/common/spritesheet.png) no-repeat -30px -107px;
	padding-left: 18px;
}
.inner-nav ul a:hover {text-decoration: underline;}
.inner-nav ul a:before {content: none;}


.common-sub01 {
	margin: 1px 0 25px 1px;
	font-size: 123.1%;
	padding: 13px 10px 13px 22px;
	width: 738px;
}

.common-sub02 {
	margin: 0 0 25px;
	font-size: 123.1%;
	padding: 0 5px 10px;
	background: url(../images/common/common-sub02_line.png) no-repeat left bottom;
	-webkit-background-size: auto;
	background-size: auto;
}

.common-sub03 {
	margin: 0 0 25px;
	font-size: 123.1%;
	padding: 0 5px 8px 22px;
	background: url(../images/common/common-sub03_mark.png) no-repeat left top 4px;
	-webkit-background-size: auto;
	background-size: auto;
}

.main-contents>section {margin-bottom: 40px;}

.img-left,
.img-right,
.img2-box,
.img3-box,
.img4-box,
.imgTxt2-box,
.textBox-bgColor,
.textBox-border,
.table-box,
.link-box {margin-bottom: 30px;overflow: hidden;}

.img-left .img,
.img-right .img,
.img2-box .img,
.img3-box .img,
.img4-box .img,
.imgTxt2-box .img {margin: 0 !important;text-align: left;}

.img-left .img {float: left;margin: 0 20px 20px 0 !important;}
.img-right .img {float: right;margin: 0 0 20px 20px !important;}

.img-left .header-txt,
.img-right .header-txt {
	font-size: 116%;
	margin: 0 0 12px;
}

.img-left .img,
.img-right .img {margin: 0px;width: 260px !important;}
.img-left .txt,
.img-right .txt {width: 460px;}
.img-left .txt {float: right;}
.img-right .txt {float: left;}
/*.img-left.have-header .txt {float: right;margin-left: -280px;}
.img-right.have-header .txt {float: left;margin-right: -280px;}
.img-left.have-header .txt div {margin-left: 280px;}
.img-right.have-header .txt div {margin-right: 280px;}*/

.img2-box .item,
.img3-box .item,
.img4-box .item,
.imgTxt2-box .item {
	margin-bottom: 15px;
	float: left;
}
.img2-box {width: 770px;margin-right: -30px;}
.img2-box .item {
	width: 355px;
	margin-right: 30px;
}
.img2-box .img img {width: auto !important;max-width: inherit !important;}
.img3-box {width: 765px;margin-right: -25px;}
.img3-box .item {
	width: 230px;
	margin-right: 25px;
}
.img4-box {width: 760px;margin-right: -20px;}
.img4-box .item {
	width: 170px;
	margin-right: 20px;
}
.imgTxt2-box {width: 770px;margin-right: -30px;}
.imgTxt2-box .item {
	width: 355px;
	overflow: hidden;
	margin-right: 30px;
}
.imgTxt2-box p {margin: 0;}
.imgTxt2-box .img {float: left;width: 150px;margin-right: 15px !important;}
.imgTxt2-box .txt {
	float: right;
	width: 190px;
}


.textBox-bgColor {
	background-color: #f2f2f2;
	padding: 20px;
}
.textBox-bgColor .header-txt,
.textBox-border .header-txt {
	margin: 0 0 7px;
	font-size: 108%;
}
.textBox-bgColor p,
.textBox-border p {margin: 0 0 5px;}
.textBox-bgColor p:last-child,
.textBox-border p:last-child {margin-bottom: 0;}

.textBox-border {
	border: 1px solid #bfbfbf;
	padding: 20px;
}


.table-box table,
.table-box th,
.table-box td {
	border-collapse: collapse;
	border: 1px solid #a6a6a6;
}
.table-box caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 108%;
}
.table-box table {
	width: 100%;
	margin-bottom: 10px;
}
.table-box th,
.table-box td {
	padding: 7px 10px;
}
.table-box th {
	background-color: #f2f2f2;
	width: 25%;
	font-size: 108%;
}
.table-box tr:first-child th {
	background-color: #667cbb;
	color: #FFF;
	width: auto;
}
.table-box p {margin: 0 0 5px;}
.table-box p:last-child {margin-bottom: 0;}

.link-box ul {
	overflow: hidden;
	width: 756px;
	margin-right: -16px;
}
.link-box ul li {
	margin-bottom: 12px;
	margin-right: 16px;
	width: 236px;
	float: left;
}
.link-box ul a:hover {background-color: #F0F0F0;}
.link-box ul a:before {
	content: "";
	width: 12px;
	height: 12px;
	top: 26px;
	background: url(../images/common/spritesheet.png) no-repeat -30px -107px;
}

.noScript-box {margin: 20px auto;width: 1000px;}

.strongStyle01{font-size: 167%;font-weight: 500;}
.strongStyle02{font-size: 116%;}

img.icon-pdf,
img.icon-xls,
img.icon-doc {
	width: auto;
	height: auto;
}


}