@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	for Smart Devices

++++++++++++++++++++++++++++++++++++++++ */

@media (max-width: 767px) {

body {
	font-size: 12px;
	line-height: 1.5;
}

html.open {
	overflow: hidden;
	height: 100%;
}

#container {
	min-width: 320px;
	padding-top: 19.21875%;
}

.pcHide {
	display: inline-block;
}

.spHide {
	display: none !important;
}

.pcBreak {
	display: inline;
}

.spBreak {
	display: block;
}


/* ----------------------------------------
	header
---------------------------------------- */

header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: auto;
	margin: 0;
}
header>div {
	z-index: 2;
	width: auto;
	padding: 2.8125% 0;
	border-bottom: solid 1px #c9c9c9;
	background: #fff;
}

h1 a,
h1 span {
	margin-right: 4.6875%;
	background-size: contain;
}
h1 a {
	width: 33.90625%;
	height: 0;
	margin-left: 3.125%;
	padding-top: 13.59375%;
	background-image: url(../img/sp/common/ikumen_logo.png);
    background-repeat: no-repeat;
}
h1 span {
	width: 16.40625%;
	height: 0;
	padding-top: 10.15625%;
	background-image: url(../img/sp/common/ikumen_copy.png);
	background-repeat: no-repeat;
	margin-top: 0;
}

.subNav,
#headerSearch {
	display: none;
}

/* nav
---------------------------------------- */

#navBtn {
	display: block;
	position: absolute;
	right: 3.125%;
	top: 50%;
	width: 6.875%;
	margin-top: -2.360625%;
	padding-top: 5.78125%;
	background-image: url(../img/sp/common/nav_btn.png);
	background-size: contain;
}

nav {
	display: none;
	overflow-x: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-top: 19.21875%;
	border: 0;
	text-align: center;
	font-size: 14px;
}
nav ul {
	width: auto;
	background: #fff;
}
nav li {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	border-top: solid 1px #fff;
}
nav li:after {
	display: none;
}
nav li a,
nav li a:after {
	background: none;
}
nav li a {
	height: 0;
	padding-top: 18.4375%;
	background-position: 50% 0 !important;
	background-size: cover;
}
nav li a:after {
	display: none;
}

nav .photo {
	display: block;
}

nav .photo>a { background-image: url(../img/sp/common/nav_photo.png); }
nav .project>a { background-image: url(../img/sp/common/nav_project.png); }
nav .employee>a { background-image: url(../img/sp/common/nav_employee.png); }
nav .company>a { background-image: url(../img/sp/common/nav_company.png); }
nav .library>a { background-image: url(../img/sp/common/nav_library.png); }
nav .event>a { background-image: url(../img/sp/common/nav_event.png); }

nav li div {
	display: none;
	opacity: 1;
	width: auto;
	padding: 10px 20px 0;
	border: 0;
	transition: 0s;
}
nav li:hover div {
	width: auto;
	border: 0;
}
nav li li a {
	height: auto;
	border-top: 0;
	border-bottom: solid 1px #ddd;
	background: #fff;
}
nav li li a:after {
	display: none;
}
nav li li a:hover {
	background: none !important;
	color: #313131;
}

nav .sub {
	display: block;
}
nav .sub ul {
	padding: 10px 20px;
	background: #f0f0f0;
}
nav .sub li,
nav .sub li a {
	border: 0;
}
nav .sub li a {
	padding: 8px 0;
	background: none;
}

nav .close {
	display: block;
	height: auto;
	padding: 20px 0;
	background: none !important;
	text-indent: 0;
}

#navClose {
	display: block;
	padding: 3.125%;
	background: #f0f0f0;
}
#navClose a {
	display: block;
	padding-top: 11.67%;
	background: url(../img/sp/common/nav_close.png);
	background-size: cover;
}


/* ----------------------------------------
	contents
---------------------------------------- */

#contents {
	width: auto;
	padding-bottom: 50px;
}

article {
	float: none;
	width: auto
}

h3,
h3,
h4 {
	font-weight: bold;
}

h2 {
	min-height: 0;
	margin-bottom: 20px;
	padding: 4.6875% 3.125% 4.6875% 20.3125%;
	background: 2.1875% 50% no-repeat;
	background-size: 16.25%;
}
h2 .pcHide {
	display: block;
}

h3 {
	padding-left: 5px;
	border-left-width: 9px;
	font-size: 16px;
}
h3:before {
	left: -6px;
	width: 3px;
}

h2+h3 {
	margin: 0 3.125%;
}

h4 {
	font-size: 14px;
}

h4.subtitle {
	margin-bottom: 10px;
	padding-left: 4px;
	border-left-width: 4px;
	font-size: 14px;
}

article p {
	width: 93.75%;
	margin: 0 auto 15px;
}

section {
	width: 93.75%;
	margin: 0 auto 30px;
}
section p {
	width: auto;
}
p+section {
	margin-top: 20px;
}
section section {
	width: auto;
	margin-bottom: 20px;
}

#heading {
	margin-bottom: 30px;
	font-size: 15px;
}

.coloredBox {
	padding: 15px;
}

.note {
	font-size: 10px;
}
p+.note {
	margin-top: -10px;
}

/* contentsNav
---------------------------------------- */

.contentsNav {
	width: 93.75%;
	margin: -10px auto 30px;
}
.contentsNav li {
   display: block;
   margin-right: 0;
   border-bottom: solid 1px #e6e6e6;
   text-align: center;
   font-weight: bold;
   font-size: 14px;
   line-height: 1;
}
.contentsNav a {
	display: block;
   padding: 10px 0;
 }

/* pageNav
---------------------------------------- */

.pageNav {
	margin-bottom: 30px;
}
section+.pageNav {
	margin-top: 0;
}

#searchResult .pageNav {
	margin-top: 30px;
}

/* flex, listup
---------------------------------------- */

.flex,
.listup {
	width: auto;
}
.flex>li,
.listup>li {
	width: 100%;
	margin: 15px 0 0;
	padding: 15px;
}
.flex>li:nth-child(1),
.listup>li:nth-child(1),
.listup>li:nth-child(2) {
	margin-top: 0;
}
.flex>li:nth-child(2) {
	margin-top: 15px;
}

.flex>.long {
	width: auto;
}
.flex>.long+li {
	margin-top: 15px;
}

/* listup */

p+.listup {
	margin-top: 20px;
}

.listup {
	width: 110%;
}
.listup>li {
	box-sizing: border-box;
	width: 43.94%;
	margin: 3.03% 3.03% 0 0;
	padding: 15px 3.03%;
}

.listup>.break {
	margin-right: 50%;
}
.listup>.break+li {
	margin-top: 3.03%;
}

.listup .img {
	width: 58%;
	height: auto;
	margin: auto;
}

.listup.imgL .img,
.listup .imgL .img {
	height: auto;
}

.listup.imgHrz .img,
.listup .imgHrz .img {
	width: 94%;
}
	
.listup p {
	margin: 10px 0;
	font-size: 12px;
	line-height: 1.3;
}
.listup p:first-child {
	margin-top: 0;
}

.listup .textM {
	padding: 0;
	font-size: 11px;
	line-height: 1.3;
}

.listup .note {
	font-size: 10px;
	line-height: 1.3;
}

.listup a {
	width: 87.6%;
	height: 0;
	padding-top: 17.2%;
	background-size: contain;
}
.listup a.spHide {
	display: none;
}
.listup a.pcHide {
	display: inline-block;
}
.listup .img+a {
	margin-top: 20px;
}

.listup .textLink {
	display: inline;
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
}

/* Image Layouts
---------------------------------------- */

.imgList {
	width: 93.75%;
	margin: 0 auto 20px;
}
section .imgList {
	width: 100%;
}
p+.imgList {
	margin-top: 20px;
}
.imgList+p {
	margin-top: 0;
}
.imgList+.imgList {
	margin-top: 0;
}
.imgList img,
.imgList li {
	max-width: 100%;
	margin: 0;
}
.imgList figcaption ul {
	margin-left: 0;
}

.imgList.col2 img,
.imgList.col2 li {
	width: 49%;
}

.imgList.col3 img,
.imgList.col3 li  {
	width: 32%;
}

.imgList.col4 img,
.imgList.col4 li  {
	width: 23.5%;
}

.imgList img+img,
.imgList img+a,
.imgList a+img,
.imgList a+a,
.imgList li+li {
	margin-left: 2%;
}

.imgList.col2 figcaption,
.imgList.col3 figcaption,
.imgList.col4 figcaption {
	width: auto;
}

/* imgBox */

.imgBox {
	margin-bottom: 20px;
}
.imgBox>div,
.imgBox>figure {
	float: none;
	width: auto;
}
.imgBox>figure {
	text-align: center;
}
.imgBox>div+figure,
.imgBox>figure+div {
	margin-top: 10px;
}

/* outlineList
---------------------------------------- */

.outlineList {
	margin-bottom: 20px;
}
.outlineList+p {
	margin-top: 0;
}
.outlineList dt,
.outlineList dd {
	float: none;
	width: auto;
	text-align: left;
}
.outlineList dd+dt {
	margin-top: 5px;
}

/* slider
---------------------------------------- */

.sliderWrap {
	margin-bottom: 5%;
	padding-bottom: 0;
}

.sliderPrev,
.sliderNext {
	top: 50%;
	width: 5.83%;
	height: 0;
	margin: -5.34% 0 0;
	padding-top: 10.67%;
	background-size: contain;
}
.sliderPrev {
	right: 97.5%;
	background-image: url(../img/sp/common/slider_prev.png);
}
.sliderNext {
	left: 97.5%;
	background-image: url(../img/sp/common/slider_next.png);
}

.sliderNav {
	top: 100%;
	bottom: auto;
	height: 0;
	margin-top: 3.33%;
	padding-top: 1.67%;
}
.sliderNav ul {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.sliderNav li {
	width: 6.67%;
	height: 100%;
}
.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: 30px;
	font-size: 14px;
}

/* comingsoon
---------------------------------------- */

#comingsoon {
	width: 40.33%;
	margin-top: 20px;
}

/* adide
---------------------------------------- */

aside {
	display: none;
}


/* ----------------------------------------
	uncategorized
---------------------------------------- */

.uncategorized h2 {
	min-height: 0;
	padding: 4.6875% 3.125%;
	background: none;
}


/* ----------------------------------------
	footer
---------------------------------------- */

footer {
	position: relative;
	z-index: 2;
	border-top: solid 1px #c9c9c9;
}

#btnPagetop {
	display: none;
	position: fixed;
	right: 2.34375%;
	bottom: 0;
	z-index: 10;
	width: 15%;
	height: 0;
	margin-bottom: 3.125%;
	padding-top: 15%;
	background: url(../img/sp/common/btn_pagetop.png) no-repeat;
	background-size: contain;
	text-indent: -20000px;
	transition: 0s;
}

#footerNav,
#footerBnr,
footer .subNav {
	display: none;
}

#footerBottom {
	width: auto;
	min-height: 0;
	padding: 3.125%;
}
#footerBottom p {
	float: left;
	max-width: 70%;
	padding: 5px 0;
	font-size: 6px;
	line-height: 1.5;
}

#footerBottom .mhlwLogo {
	position: static;
	float: right;
	width: 26.67%;
	height: 0;
	padding-top: 9.5%;
	background-size: contain;
}

/* ----------------------------------------
	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;
}


/* Break Point */
}