@charset "utf-8";

.mainimgTop {
	background: url(../img/office/mainimg.jpg) no-repeat center 0 / cover;
}
/* ------------------------------
 PC用コード
------------------------------ */
@media print, screen and (min-width: 1921px) {
	.mainimgTop {
		background: url(../img/office/mainimg.jpg) no-repeat center center / 100% auto;
	}
}
.mainimgTop h1 img {
	width: 78px;
	height: auto;
}


/* ------------------------------
 見出し
------------------------------ */
.contentsPage .hicon h3 {
	padding-left: 55px;
	padding-top: 10px;
}
.contentsPage .hicon h3:before {
	content: "";
	border: none;
	border-radius: 0;
	left: 0;
	top: 0;
	position: absolute;
	width: 56px;
	height: 42px;
	background-size: 42px auto;
	background-repeat: no-repeat;
	background-position: 5px 0;
}
.contentsPage .hicon.type01 h3:before {
	background-image: url(../img/office/icon01.png) ;
}
.contentsPage .hicon.type02 h3:before {
	background-image: url(../img/office/icon02.png) ;
}
.contentsPage .hicon.type03 h3:before {
	background-image: url(../img/office/icon03.png) ;
}
.contentsPage .hicon.type04 h3:before {
	background-image: url(../img/office/icon04.png) ;
}
.contentsPage .hicon.type05 h3:before {
	background-image: url(../img/office/icon05.png) ;
}
.contentsPage .hicon.type06 h3:before {
	background-image: url(../img/office/icon06.png) ;
}
.contentsPage .hicon.type07 h3:before {
	background-image: url(../img/office/icon07.png) ;
}
.contentsPage .hicon.type08 h3:before {
	background-image: url(../img/office/icon08.png) ;
}
.contentsPage .hicon.type09 h3:before {
	background-image: url(../img/office/icon09.png) ;
}
.contentsPage .hicon.type10 h3:before {
	background-image: url(../img/office/icon10.png) ;
}
.contentsPage .hicon.type11 h3:before {
	background-image: url(../img/office/icon11.png) ;
}
.contentsPage .hicon.type12 h3:before {
	background-image: url(../img/office/icon12.png) ;
}
.contentsPage .hicon.type13 h3:before {
	background-image: url(../img/office/icon13.png) ;
}
.contentsPage .hicon.type14 h3:before {
	background-image: url(../img/office/icon14.png) ;
}
.contentsPage .hicon.type15 h3:before {
	background-image: url(../img/office/icon15.png) ;
}


table td .blue strong {
	font-size: 2rem;
}


/* ------------------------------
 ページ内リンク
------------------------------ */
.inPageLink {
	font-size: 0;
}
.inPageLink .cms_text {
	min-width: 228px;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 10px 10px 47px;
	margin-right: 20px;
	margin-bottom: 15px;
	background: #003366;
}
.inPageLink .cms_text {
	min-width: 228px;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 10px 10px 47px;
	margin-right: 20px;
	margin-bottom: 15px;
	background: #003366;
}
.inPageLink .cms_text:nth-of-type(5) {
		margin-right: 0;
}
.inPageLink .hicon {
	background-color: #003366;
	background-size: 29px auto;
	background-repeat: no-repeat;
	background-position: 10px center ;
}
.inPageLink .hicon.type10,
.inPageLink .hicon.type12 {
	letter-spacing: -0.05em;
}

.inPageLink .hicon.type01 {
	background-image: url(../img/office/icon01_w.png);
}
.inPageLink .hicon.type02 {
	background-image: url(../img/office/icon02_w.png);
}
.inPageLink .hicon.type03 {
	background-image: url(../img/office/icon03_w.png);
}
.inPageLink .hicon.type04 {
	background-image: url(../img/office/icon04_w.png);
}
.inPageLink .hicon.type05 {
	background-image: url(../img/office/icon05_w.png);
}
.inPageLink .hicon.type06 {
	background-image: url(../img/office/icon06_w.png);
}
.inPageLink .hicon.type07 {
	background-image: url(../img/office/icon07_w.png);
}
.inPageLink .hicon.type08 {
	background-image: url(../img/office/icon08_w.png);
}
.inPageLink .hicon.type09 {
	background-image: url(../img/office/icon09_w.png);
}
.inPageLink .hicon.type10 {
	background-image: url(../img/office/icon10_w.png);
}
.inPageLink .hicon.type11 {
	background-image: url(../img/office/icon11_w.png);
}
.inPageLink .hicon.type12 {
	background-image: url(../img/office/icon12_w.png);
}
.inPageLink .hicon.type13 {
	background-image: url(../img/office/icon13_w.png);
}
.inPageLink .hicon.type14 {
	background-image: url(../img/office/icon14_w.png);
}
.inPageLink .hicon.type15 {
	background-image: url(../img/office/icon15_w.png);
}


.inPageLink .cms_text a {
	display: block;
	color: #fff;
	text-decoration: none;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.inPageLink .cms_text {
		min-width: 20px;
		width: 49%;
		font-size: 1.5rem;
		margin-right: 2%;
		margin-bottom: 2%;
		vertical-align: top;
	}
	.inPageLink .cms_text:nth-of-type(5) {
		margin-right: 2%;
	}
	.inPageLink .cms_text:nth-of-type(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 479px) {
	.inPageLink .cms_text {
		width: auto;
		display: block;
		margin-right: 0;
	}
	.inPageLink .cms_text:nth-of-type(5n) {
		margin-right: 0;
	}
}
