@charset "UTF-8";
/* css [Contents] */

@import url("layout.css");
@import url("tabs-navi.css");
@import url("home/about.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;
}
#pageTitle i {
	padding: 0;
	margin: 0;
	color: #21a7e8;
	font-style: normal;
	font-weight: 900;
	line-height: 1.0;
	text-align: center;
	display: block;
}
#pageTitle h1 {
	padding: 0;
	margin: 0;
	color: #1d1e1f;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 800;
	line-height: 1.0;
	text-align: center;
	display: block;
}
#pageTitle p {
	padding: 0;
	margin: 0;
	color: #21a7e8;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 800;
	line-height: 1.0;
	text-align: center;
	display: block;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.list-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border-top: solid 1px #a0a4a6;
	border-bottom: solid 1px #a0a4a6;
	position: relative;
}
.list-title h3:after {
	content: "";
	width: 50px;
	height: 3px;
	background-color: #21a7e8;
	position: absolute;
	bottom: 0;
	left: 15px;
	display: inline-block;
}
.list-title h3 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	line-height: 1.2;
}
.list-title h3 em {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 800;
	font-style: normal;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.headline {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.headline h4 {
	padding: 0 0 0 14px;
	margin: 0;
	color: #2d2e2f;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	line-height: 1.2;
	position: relative;
}
.headline h4:before {
	padding: 0;
	margin: 0;
	content: "";
	width: 6px;
	height: 100%;
	background-color: #21a7e8;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*---------------------------------------------------- */
/* Breadcrumbs */
/*---------------------------------------------------- */
.rcrumbs {
	padding: 0 10px;
	margin: 0 auto;
	max-width: 1060px;
	width: 98%;
	height: auto;
	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: #83878b;
  text-decoration: none;
}
.rcrumbs a:hover {
  color: #21a7e8;
}
.rcrumbs .divider {
  color: #bfc4c5;
  padding: 0 5px;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.textbox, .textbox2 {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.textbox p, .textbox2 p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	line-height: 1.6;
	word-break: break-all;
}
.textbox p a, .textbox p a:hover,
.textbox2 p a, .textbox2 p a:hover {
	text-decoration: underline;
}


/*  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: 100px;
	margin-bottom: 25px;
	height: 60px;
}
#main-cont-title .wrapper {
	top: calc(30px - 1em);
}
#main-cont-title .wrapper p {
	font-size: 26px;
}

/*---------------------------------------------------- */
/* Breadcrumbs */
/*---------------------------------------------------- */
.rcrumbs {
	margin-bottom: 25px;
	max-width: 1280px;
	width: 96%;
	font-size: 13px;
}

/*---------------------------------------------------- */
/* h1 */
/*---------------------------------------------------- */
#pageTitle {
	padding: 0 0 35px 0;
	width: 100%;
}
#pageTitle i {
	margin-bottom: 8px;
	font-size: 40px;
}
#pageTitle h1 {
	margin-bottom: 10px;
	font-size: 36px;
}
#pageTitle p {
	font-size: 24px;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.list-title {
	padding: 13px 0;
	margin-bottom: 25px;
	width: 100%;
}
.list-title h3:after {
	width: 50px;
	height: 3px;
	left: 15px;
}
.list-title h3 {
	margin: 0 20px;
	font-size: 22px;
}
.list-title h3 em {
	font-size: 27px;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.headline {
	margin-bottom: 15px;
	width: 100%;
}
.headline h4 {
	padding-left: 14px;
	font-size: 21px;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.textbox {
	margin-bottom: 20px;
	width: 98%;
}
.textbox p {
	font-size: 18px;
}
.textbox2 {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 98%;
}
.textbox2 p {
	font-size: 18px;
}



}


/* 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;
}

/*---------------------------------------------------- */
/* Breadcrumbs */
/*---------------------------------------------------- */
.rcrumbs {
	margin-bottom: 20px;
	font-size: 12px;
	width: calc(100% - 30px);
}

/*---------------------------------------------------- */
/* h1 */
/*---------------------------------------------------- */
#pageTitle {
	padding: 0 0 30px 0;
	width: 100%;
}
#pageTitle i {
	margin-bottom: 6px;
	font-size: 36px;
}
#pageTitle h1 {
	margin-bottom: 8px;
	font-size: 30px;
}
#pageTitle p {
	font-size: 20px;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.list-title {
	padding: 10px 0;
	margin-bottom: 20px;
	width: 100%;
}
.list-title h3:after {
	width: 40px;
	height: 3px;
	left: 10px;
}
.list-title h3 {
	margin: 0 16px;
	font-size: 18px;
}
.list-title h3 em {
	font-size: 24px;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.headline {
	margin-bottom: 12px;
	width: 100%;
}
.headline h4 {
	padding-left: 12px;
	font-size: 18px;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.textbox {
	margin-bottom: 16px;
	width: 97%;
}
.textbox p {
	font-size: 16px;
}
.textbox2 {
	margin-bottom: 16px;
	margin-top: 16px;
	width: 97%;
}
.textbox2 p {
	font-size: 16px;
}


}


/* 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;
}

/*---------------------------------------------------- */
/* Breadcrumbs */
/*---------------------------------------------------- */
.rcrumbs {
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 94%;
}

/*---------------------------------------------------- */
/* h1 */
/*---------------------------------------------------- */
#pageTitle {
	padding: 0 0 25px 0;
	width: 100%;
}
#pageTitle i {
	margin-bottom: 4px;
	font-size: 32px;
}
#pageTitle h1 {
	margin-bottom: 6px;
	font-size: 26px;
}
#pageTitle p {
	font-size: 18px;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.list-title {
	padding: 8px 0;
	margin-bottom: 15px;
	width: 100%;
}
.list-title h3:after {
	width: 30px;
	height: 3px;
	left: 5px;
}
.list-title h3 {
	margin: 0 12px;
	font-size: 16px;
}
.list-title h3 em {
	font-size: 20px;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.headline {
	margin-bottom: 10px;
	width: 100%;
}
.headline h4 {
	padding-left: 10px;
	font-size: 16px;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.textbox {
	margin-bottom: 12px;
	width: 96%;
}
.textbox p {
	font-size: 14px;
}
.textbox2 {
	margin-bottom: 12px;
	margin-top: 12px;
	width: 96%;
}
.textbox2 p {
	font-size: 14px;
}



}