@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	Global CSS

++++++++++++++++++++++++++++++++++++++++ */

/* ----------------------------------------
	Common Settings
---------------------------------------- */

body {
	word-break: break-all;
	letter-spacing: -.05em;
	color: #313131;
	font-size: 14px;
	line-height: 1.7;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: #009bc7;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a,
input[type=submit],
input[type=image] {
	transition: .2s;
}
a:hover,
input[type=submit]:hover,
input[type=image]:hover {
	opacity: .7;
}

#container {
	overflow: hidden;
	min-width: 970px;
}

.pcHide {
	display: none;
}

.pcBreak {
	display: block;
}


/* ----------------------------------------
	header
---------------------------------------- */

header {
	position: relative;
	z-index: 2;
	height: 218px;
	margin-bottom: 60px;
}
header>div {
	position: relative;
	width: 970px;
	margin: auto;
	padding: 14px 0;
}
header a,
nav a,
.subNav a {
	color: #313131;
	text-decoration: none !important;
}

h1 a,
h1 span {
	display: inline-block;
	margin-right: 25px;
	vertical-align: middle;
	text-indent: -20000px;
}
h1 a {
	width: 142px;
	height: 57px;
	background-image: url(../img/common/ikumen_logo.png);
}
h1 span {
	width: 233px;
	height: 14px;
	background-image: url(../img/common/ikumen_copy.png);
	margin-top: 43px;
}

/* subNav
---------------------------------------- */

.subNav {
	border-right: solid 1px #313131;
}
.subNav li {
	float: left;
	border-left: solid 1px #313131;
}
.subNav a {
	display: block;
	padding: 0 19px;
	font-size: 13px;
	line-height: 1;
}

header .subNav {
	position: absolute;
	right: 0;
	top: 18px;
}

.subNav li:first-child {
    border-left: 0;
    height: 20px;
    overflow: hidden;
    margin-right: 10px;
}
.subNav li:nth-child(2) {
    border-left: 0;
	line-height: 1;
    margin-right: 20px;
}

/* headerSearch
---------------------------------------- */

#headerSearch {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 44px;
	width: 265px;
	border-radius: 30px;
	background: #f2f2f2;
}
#headerSearch:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 38px;
	height: 100%;
	border-radius: 0 30px 30px 0;
	background: #95A4A9;
}

#headerSearch .gsc-control-cse {
	padding: 0;
	border: 0;
	background: none;
}

#headerSearch .gsc-search-box {
	position:relative;
	z-index: 1;
	margin: 0;
}

#headerSearch .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0;
    line-height: normal;
}

#headerSearch .gsc-input-box {
	height: 27px;
	border: 0;
	background: none;
}

#headerSearch .gsib_a {
	padding: 4px 5px 0 14px;
}

#headerSearch .cse input.gsc-search-button,
#headerSearch input.gsc-search-button {
	display: block;
	margin: 0;
	padding: 7px 15px 7px 10px;
	border: 0;
}

#headerSearch input.gsc-search-button,
#headerSearch input.gsc-search-button:hover,
#headerSearch input.gsc-search-button:focus {
	background: none;
}

/* nav
---------------------------------------- */

#navBtn {
	display: none;
}

nav {
	border-top: solid 1px #ccc;
	border-bottom: solid 6px;
}
nav ul {
	width: 970px;
	margin: auto;
}
nav li {
	position: relative;
	float: left;
	width: 178px;
	height: 126px;
	margin-right: 20px;
}
nav li:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	margin: 6px 0 0 -9px;
	border: solid transparent 9px;
	border-bottom: 0;
}
nav li a,
nav li a:after {
	background: url(../img/common/nav.png) 0 0 no-repeat;
}
nav li a {
	display: block;
	position: relative;
	height: 100%;
	text-indent: -20000px;
}
nav li a:after {
	content: '';
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: .2s;
}
nav li:hover a:after {
	opacity: 1;
}

nav .photo,
nav .sub,
nav .close,
#navClose {
	display: none;
}

nav .event {
	margin: 0;
}

nav .project a:after { background-position: 0 -126px; }

nav .employee a { background-position: -198px 0; }
nav .employee a:after { background-position: -198px -126px; }

nav .company a { background-position: -396px 0; }
nav .company a:after { background-position: -396px -126px; }

nav .library a { background-position: -594px 0; }
nav .library a:after { background-position: -594px -126px; }

nav .event a{ background-position: -792px 0; }
nav .event a:after { background-position: -792px -126px; }

nav li div {
	overflow: hidden;
	opacity: 0;
	position: relative;
	z-index: 2;
	width: 0;
	margin: auto;
	border: solid 0 #ddd;
	transition: .2s;
}
nav li li {
	float: none;
	height: auto;
	margin: 0;
}
nav li:hover div {
	opacity: 1;
	width: 178px;
	border-width: 1px;
	border-top: 0;
}
nav li li a {
	padding: 10px;
	border-top: solid 1px #ddd;
	text-indent: 0;
	background: #fff;
}
nav li li a:after {
	display: none;
}
nav li li a:hover {
	opacity: 1;
	color: #fff;
}

nav .project li a:hover { background: #c11920; }
nav .employee li a:hover { background: #ff7800; }
nav .company li a:hover { background: #4b7ee8; }
nav .library li a:hover { background: #72ad00; }
nav .event li a:hover { background: #f682a6; }

/* ----------------------------------------
	contents
---------------------------------------- */

#contents {
	position: relative;
	z-index: 1;
	width: 970px;
	margin: auto;
	padding-bottom: 120px;
}

article {
	float: right;
	width: 720px;
}

h3,
h3,
h4 {
	font-weight: normal;
}

h2 {
	min-height: 57px;
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: solid 3px;
}
h2 img {
	display: block;
}

h3 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 6px;
	border-left: solid 12px;
	letter-spacing: -1px;
	font-size: 24px;
	line-height: 1.2;
}
h3:before {
	content: '';
	position: absolute;
	left: -8px;
	top: 0;
	width: 4px;
	height: 100%;
	background: #fff;
}

h4 {
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 1.5;
}

h4.subtitle {
	margin-bottom: 20px;
	padding-left: 7px;
	border-left: solid 7px;
	color: #313131;
	font-size: 18px;
}

section {
	margin-bottom: 80px;
}
article p {
	margin-bottom: 25px;
}
p+section {
	margin-top: 40px;
}
section section {
	margin-bottom: 40px;
}
section:last-child,
article p:last-child {
	margin-bottom: 0;
}

#heading {
	margin-bottom: 60px;
	font-size: 20px;
	line-height: 1.5;
}

.coloredBox {
	padding: 30px;
	border-radius: 8px;
}

.note {
	font-size: 12px;
}
p+.note {
	margin-top: -10px;
}

.attention {
	border: 1px solid #f682a6;
	border-radius: 10px;
	font-size: 20px;
	color: #f682a6;
	padding: 0.5em 1em;
	margin-bottom: 0.5em;
	display: inline-block;
}

.attention a {
	color: #f682a6;
	border-bottom: 1px solid #f682a6;
	text-decoration: none;
}

/* contentsNav
---------------------------------------- */

.contentsNav {
	margin: -20px 0 60px;
	white-space: nowrap;
}
.contentsNav li {
   display: inline-block;
	margin-right: 21px;
}

/* pageNav
---------------------------------------- */

.pageNav {
	margin-bottom: 60px;
	text-align: center;
	line-height: 20px;
}
section+.pageNav {
	margin-top: -20px;
}
.pageNav:last-child {
	margin-bottom: 0;
}

#searchResult .pageNav {
	margin-top: 60px;
}

.pageNav>a,
.pageNav ul,
.pageNav li {
	display: inline-block;
	vertical-align: middle;
}
.pageNav ul {
	margin: 0 7px;
}
.pageNav li {
	margin: 0 3px 5px;
}
.pageNav li a,
.pageNav li span {
	display: block;
	width: 20px;
	border: solid 1px;
	border-radius: 4px;
	background: url(../img/common/page_nav_bg.png) 50% 50% no-repeat;
}
.pageNav li span {
	opacity: .3;
}
.pageNav li a:hover {
	text-decoration: none;
}

/* flex, listup
---------------------------------------- */

.flex,
.listup {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 750px;
}
.flex>li,
.listup>li {
	width: 285px;
	margin: 30px 30px 0 0;
	padding: 20px 30px;
}
.flex>li:nth-child(1),
.flex>li:nth-child(2),
.listup>li:nth-child(1),
.listup>li:nth-child(2) {
	margin-top: 0;
}

.flex>.long {
	width: 660px;
}
.flex>.long+li {
	margin-top: 30px;
}

/* listup */

p+.listup {
	margin-top: 40px;
}

.listup>li {
	width: 333px;
	padding: 30px 5px;
	border: solid 1px #f2f2f2;
	background: #fafafa;
	text-align: center;
}

.listup>.break {
	margin-right: 300px;
}
.listup>.break+li {
	margin-top: 30px;
}

.listup .img {
	height: 205px;
}
.listup .img img {
	max-height: 100%;
}

.listup.imgL .img,
.listup .imgL .img {
	height: 273px;
}

.listup p {
	margin: 15px 0;
	font-size: 18px;
	line-height: 1.5;
}
.listup p:first-child {
	margin-top: 0;
}

.listup .textM {
	padding: 0 15px;
	font-size: 14px;
	line-height: 1.7;
}

.listup .note {
	font-size: 12px;
	line-height: 1.7;
}

.listup a {
	display: block;
	width: 145px;
	height: 29px;
	margin: auto;
	background: 50% 50% no-repeat;
	text-indent: -20000px;
}
.listup a.pcHide {
	display: none;
}
.listup .img+a {
	margin-top: 20px;
}

.listup .textLink {
	display: inline;
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
}

/* Image Layouts
---------------------------------------- */

figcaption {
	margin: 5px auto 0;
}

.imgList {
	margin-bottom: 40px;
	text-align: center;
}
p+.imgList {
	margin-top: 35px;
}
.imgList+p {
	margin-top: -5px;
}
.imgList+.imgList {
	margin-top: -20px;
}
.imgList:last-child {
	margin-bottom: 0;
}
.imgList img,
.imgList li {
	display: inline-block;
	max-width: 530px;
	margin: 0 5px;
	vertical-align: top;
}
.imgList figcaption ul {
	margin-left: -5px;
	white-space: nowrap;
}
.imgList figcaption li {
	white-space: normal;
	text-align: left;
}

.imgList.col2 img,
.imgList.col2 li {
	width: 260px;
}
.imgList.col2 figcaption {
	width: 530px;
}

.imgList.col3 img,
.imgList.col3 li  {
	width: 200px;
}
.imgList.col3 figcaption {
	width: 620px;
}

.imgList.fullSize img {
	width: auto;
	max-width: 100%;
}

.imgList figcaption.fullSize {
	width: auto;
	text-align: left;
}

/* imgBox */

.imgBox {
	margin-bottom: 40px;
}
.imgBox:last-child {
	margin-bottom: 0;
}
.imgBox>div {
	float: left;
	width: 470px;
}
.imgBox>figure {
	float: right;
	width: 220px;
}
.imgBox>figure img {
	margin-top: 20px;
}
.imgBox>figure figcaption+img {
	margin-top: 15px;
}
.imgBox>figure img:first-child {
	margin-top: 0;
}

/* movie
---------------------------------------- */

.movie {
	position: relative;
	padding-top: 56.25%;
}
.movie>* {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* outlineList
---------------------------------------- */

.outlineList {
	margin-bottom: 35px;
}
.outlineList:last-child {
	margin-bottom: 0;
}
.outlineList+p {
	margin-top: -5px;
}
.outlineList dt {
	float: left;
	clear: left;
	width: 130px;
	text-align: right;
}
.outlineList dt:after {
	content: '：';
}
.outlineList dd {
	float: left;
	width: 520px;
}

/* slider
---------------------------------------- */

.sliderWrap {
	overflow: hidden;
	position: relative;
	margin: auto;
	padding-bottom: 52px;
}

.slider {
	position: relative;
	width: 100%;
	height: 100%;
}

.slided {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slider .active {
	z-index: 10;
}

.slider .empty {
	display: none;
}

.sliderPrev,
.sliderNext {
	position: absolute;
	top: 142px;
	z-index: 501;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	background: 0 0 no-repeat;
}
.sliderPrev {
	right: 100%;
	background-image: url(../img/common/slider_prev.png);
}
.sliderNext {
	left: 100%;
	background-image: url(../img/common/slider_next.png);
}

.sliderNav {
	position: absolute;
	left: 0;
	bottom: 26px;
	z-index: 500;
	width: 100%;
	height: 6px;
	text-align: center;
}
.sliderNav li {
	display: inline-block;
	width: 31px;
	height: 6px;
	margin: 0 2px;
}
.sliderNav a {
	display: block;
	width: 100%;
	height: 100%;
	background: #b1b1b1;
	text-indent: -20000px;
}

.sliderNav .active a {
	background: #c11920;
	cursor: default;
}
.sliderNav .active a:hover {
	opacity: 1;
}

/* linkSectionTop
---------------------------------------- */

#linkSectionTop {
	margin-top: 60px;
	text-align: center;
	font-size: 18px;
	line-height: 1;
}

/* comingsoon
---------------------------------------- */

#comingsoon {
	display: block;
	margin: 40px auto 0;
}

/* adide
---------------------------------------- */

aside {
	float: left;
	width: 220px;
  background: #fff;

}
aside>p {
	font-size: 18px;
	line-height: 1;
	padding-bottom: 15px;
	border-bottom: solid 1px #dadada;
}
aside a {
	display: block;
	padding: 15px 5px;
	border-bottom: solid 1px #dadada;
	text-decoration: none;
	color: #313131;
}
aside a:hover,
aside .on a {
	opacity: 1;
	background: #f7f7f7;
	text-decoration: none !important;
}

aside.fixed {
	position: fixed;
	top: 0;
	padding-top: 15px;	
}


/* ----------------------------------------
	uncategorized
---------------------------------------- */

.uncategorized nav li:after {
	display: none;
}

.uncategorized article {
	float: none;
	width: 100%;
}

.uncategorized h2 {
	min-height: 31px;
}


/* ----------------------------------------
	footer
---------------------------------------- */

footer a {
	text-decoration: none;
}

#btnPagetop {
	display: none;
	position: fixed;
	right: 50px;
	bottom: 0;
	z-index: 10;
	width: 52px;
	height: 0;
	margin-bottom: 0;
	padding-top: 100px;
	background: url(../img/sp/common/btn_pagetop.png) no-repeat;
	background-size: contain;
	text-indent: -20000px;
	transition: 0s;
}

#footerNav {
	position: relative;
	padding: 40px 0;
	background: #c11920;
}
#footerNav>ul {
	width: 970px;
	margin: auto;
}
#footerNav>ul>li {
	float: left;
	width: 220px;
	margin-right: 30px;
}
#footerNav>ul>li:last-child {
	margin: 0;
}
#footerNav p,
#footerNav a {
	color: #fff;
}
#footerNav p {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}
/*#footerNav>ul>li:last-child ul:last-child {
	position: absolute;
	bottom: 40px;
}*/
#footerNav li li {
	margin-bottom: 5px;
}
#footerNav li li:last-child {
	margin: 0;
}
#footerNav a {
	display: block;
	position: relative;
	padding-left: 1em;
	text-decoration: none;
}
#footerNav a:before {
	content: '- ';
	position: absolute;
	left: 0;
	top: 0;
}

#footerNav .event {
	margin-top: 25px;
}

#footerNav .sitemap {
	margin-top: 30px;
}


/* footerBnr
---------------------------------------- */

#footerBnr {
	padding: 40px 0;
	background: #f2f1f1;
}

#footerBnrSliderWrap {
	width: 970px;
	height: 100px;
	padding-bottom: 6px;
}

#footerBnrSlider li {
	width: 194px;
	text-align: center;
}
#footerBnrSlider li img {
	max-width: 150px;
	max-height: 100%;
	vertical-align: top;
}

#footerBnr .sliderNav {
	bottom: 0;
}

/* footerBottom
---------------------------------------- */

#footerBottom {
	position: relative;
	width: 970px;
	margin: auto;
	min-height: 57px;
	padding-top: 23px;
}

footer .subNav {
	display: inline-block;
	margin-bottom: 10px;
}

#footerBottom p {
	font-size: 10px;
	line-height: 1;
}

#footerBottom .mhlwLogo {
	position: absolute;
	right: 0;
	top: 11px;
	width: 160px;
	height: 57px;
	background: url(../img/common/mhlw_logo.png) no-repeat;
	text-indent: -20000px;
}


/* ----------------------------------------
	parts
---------------------------------------- */

span.new{
    padding: 3px 6px;
    font-weight: bold;
    color: #fff;
    background-color: #ff0000;
    border-radius: 3px;
    margin: -3px 0 0 3px;
    font-size: 0.8em;
}
