@charset "UTF-8";
/* css [Contents] */

@import url("layout.css");
@import url("tabs-navi.css");

/* Common Parts */
/*---------------------------------------------------- */
/* Coming soon */
/*---------------------------------------------------- */
#coming-soon {
	padding: 35px 0;
	margin: 0 auto;
	width: 92%;
	max-width: 900px;
	height: auto;
	background-color: #d8fbf6;
	border: solid 2px #229e75;
	border-radius: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;
}
#coming-soon .waku_coming {
	padding: 0;
	margin: 0 auto;
	width: 92%;
	height: auto;
}

#coming-soon .waku_coming h2 {
	padding: 0;
	margin: 0 0 1em;
	color: #058d60;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.0;
	text-align: center;
	letter-spacing: 0.2em;
}
#coming-soon .waku_coming p {
	padding: 0;
	margin: 0;
	color: #646c6e;
	font-size: 22px;
	line-height: 1.0;
	text-align: center;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
#main-cont-title {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 120px;
	background: url("../images/common/img_sitewise.png") center center no-repeat;
	background-size: cover;
	position: relative;
}
#main-cont-title .wrapper {
	top: calc(60px - 1em);
	z-index: 1;
}
#main-cont-title .wrapper p {
	padding: 0;
	margin: 0;
	color: #1d1e1f;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
	line-height: 1.0;
	text-align: center;
	text-shadow: 1px 1px 2px #fff;
	letter-spacing: 0.2em;
}

/*---------------------------------------------------- */
/* Main Contents */
/*---------------------------------------------------- */
#maincontainer #contents {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	position: relative;
}

/*---------------------------------------------------- */
/* h1 */
/*---------------------------------------------------- */
#pageTitle { 
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
	position: relative;
}
#pageTitle h1 {
	padding: 0;
	margin: 0;
	color: #1d1e1f;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 800;
	text-align: center;
	line-height: 1.0;
	position: relative;
}
#pageTitle h1::before, #pageTitle h1::after {
	content: '';
	position: absolute;
	margin: auto;
	left: 0;
	bottom: 0;
	width: 2em;
	background-color: #dae0e5;
	height: 5px;
	right: 2em; 
}
#pageTitle h1::before { 
	background-color: #0e8bd2;
	left: 2em;
	width: 4em;
}
#pageTitle h1 small {
	color: #5d5e5f;
	font-size: 65%;
	font-style: normal;
	font-weight: 700;
}

/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
.heading {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.heading:after {
	content: '';
	position: absolute;
	border-bottom: 10px dotted #d6d6d6;
	width: 50px;
	bottom: 0;
	left: 0;
}
.heading p {
	padding: 0;
	margin: 0;
	color: #0e8bd2;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 800;
	text-align: left;
	text-decoration: none;
	line-height: 1.0;
	display: inline-block;
}
.heading h2 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
	text-align: left;
	text-decoration: none;
	line-height: 1.0;
	display: inline-block;
}

/*---------------------------------------------------- */
/* Breadcrumbs */
/*---------------------------------------------------- */
.rcrumbs {
	padding: 0 10px;
	margin: 0 auto;
	max-width: 1060px;
	width: 98%;
	height: auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 11px;
	white-space: nowrap;
}
.rcrumbs > ul {
  padding: 0;
  list-style: none;
}
.rcrumbs > ul > li {
  overflow: hidden;
  display: none;
}
.rcrumbs > ul > li.show {
  display: inline-block;
}
.rcrumbs > ul > li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.rcrumbs a {
  color: #8d8e8f;
  text-decoration: none;
}
.rcrumbs a:hover {
  color: #0e8bd2;
}
.rcrumbs .divider {
  color: #bfc4c5;
  padding: 0 5px;
}




/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Coming soon */
/*---------------------------------------------------- */
#coming-soon {
	padding: 35px 0;
	width: 80%;
	max-width: 800px;
}
#coming-soon .waku_coming {
	width: 92%;
}

#coming-soon .waku_coming h2 {
	margin-bottom: 25px;
	font-size: 32px;
}
#coming-soon .waku_coming p {
	font-size: 22px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
#main-cont-title {
	margin-top: 70px;
	margin-bottom: 25px;
	height: 60px;
}
#main-cont-title .wrapper {
	top: calc(30px - 1em);
}
#main-cont-title .wrapper p {
	font-size: 24px;
}

/*---------------------------------------------------- */
/* h1 */
/*---------------------------------------------------- */
#pageTitle {
	margin-bottom: 35px;
	width: 100%;
}
#pageTitle h1 {
	padding-bottom: 0.5em;
	font-size: 32px;
}

/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
.heading {
	padding-bottom: 0.7em;
	margin-bottom: 25px;
}
.heading:after {
	content: '';
	position: absolute;
	border-bottom-width: 10px;
	width: 50px;
}
.heading p {
	margin-right: 12px;
	font-size: 20px;
}
.heading h2 {
	font-size: 28px;
}

/*---------------------------------------------------- */
/* Breadcrumbs */
/*---------------------------------------------------- */
.rcrumbs {
	margin-bottom: 20px;
	max-width: 1080px;
	width: 96%;
	font-size: 13px;
}


}


/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Coming soon */
/*---------------------------------------------------- */
#coming-soon {
	padding: 30px 0;
	width: 70%;
	border-radius: 15px;
}
#coming-soon .waku_coming {
	width: 92%;
}

#coming-soon .waku_coming h2 {
	margin-bottom: 18px;
	font-size: 26px;
}
#coming-soon .waku_coming p {
	font-size: 17px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
#main-cont-title {
	margin-top: 0;
	margin-bottom: 20px;
	height: 50px;
}
#main-cont-title .wrapper {
	top: calc(30px - 1em);
}
#main-cont-title .wrapper p {
	font-size: 20px;
}

/*---------------------------------------------------- */
/* h1 */
/*---------------------------------------------------- */
#pageTitle {
	margin-bottom: 30px;
	width: 100%;
}
#pageTitle h1 {
	padding-bottom: 0.5em;
	font-size: 28px;
}

/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
.heading {
	padding-bottom: 0.6em;
	margin-bottom: 20px;
}
.heading:after {
	content: '';
	position: absolute;
	border-bottom-width: 8px;
	width: 40px;
}
.heading p {
	margin-right: 10px;
	font-size: 16px;
}
.heading h2 {
	font-size: 24px;
}

/*---------------------------------------------------- */
/* Breadcrumbs */
/*---------------------------------------------------- */
.rcrumbs {
	margin-bottom: 18px;
	font-size: 12px;
	width: calc(100% - 30px);
}


}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Coming soon */
/*---------------------------------------------------- */
#coming-soon {
	padding: 25px 0;
	width: 60%;
	border-radius: 15px;
}
#coming-soon .waku_coming {
	width: 92%;
}
#coming-soon .waku_coming h2 {
	margin-bottom: 13px;
	font-size: 20px;
}
#coming-soon .waku_coming p {
	font-size: 13px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
#main-cont-title {
	margin-top: 0;
	margin-bottom: 15px;
	height: 40px;
	background: url("../images/common/img_sitewise_sp.png") center center no-repeat;
	background-size: cover;
}
#main-cont-title .wrapper {
	top: calc(25px - 1em);
}
#main-cont-title .wrapper p {
	font-size: 16px;
}

/*---------------------------------------------------- */
/* h1 */
/*---------------------------------------------------- */
#pageTitle {
	margin-bottom: 25px;
	width: 100%;
}
#pageTitle h1 {
	padding-bottom: 0.5em;
	font-size: 24px;
}

/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
.heading {
	padding-bottom: 0.5em;
	margin-bottom: 15px;
}
.heading:after {
	content: '';
	position: absolute;
	border-bottom-width: 6px;
	width: 30px;
}
.heading p {
	margin-right: 8px;
	font-size: 14px;
}
.heading h2 {
	font-size: 20px;
}

/*---------------------------------------------------- */
/* Breadcrumbs */
/*---------------------------------------------------- */
.rcrumbs {
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 94%;
}


}