@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: #fcf0f1;
	border: solid 2px #ef0e43;
	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: #ef0e43;
	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 #d5f2fd;
	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 h1 {
	padding: 0;
	margin: 0;
	line-height: 1.0;
	display: inline-block;
	position: relative;
}
#pageTitle h1:before, #pageTitle h1:after {
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	display: inline-block;
	width: 45px;
	height: 6px;
	background-color: #21a7e8;
}
#pageTitle h1:before {
	left: 0;
}
#pageTitle h1:after {
	right: 0;
}
#pageTitle h1 span {
	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;
}

/*== Color ==*/
#pageTitle h1.p-yellow:before, #pageTitle h1.p-yellow:after {/*:::::::::: Yellow :::*/
	background-color: #f1e60e;
}
#pageTitle h1.p-red:before, #pageTitle h1.p-red:after {/*:::::::::: Red :::*/
	background-color: #ef0e43;
}
#pageTitle h1.p-violet:before, #pageTitle h1.p-violet:after {/*:::::::::: Violet :::*/
	background-color: #8641cc;
}
#pageTitle h1.p-navy:before, #pageTitle h1.p-navy:after {/*:::::::::: Navy :::*/
	background-color: #025593;
}
#pageTitle h1.p-green:before, #pageTitle h1.p-green:after {/*:::::::::: Green :::*/
	background-color: #13a56a;
}
#pageTitle h1.p-lightGreen:before, #pageTitle h1.p-lightGreen:after {/*:::::::::: lightGreen :::*/
	background-color: #6cca56;
}
#pageTitle h1.p-pink:before, #pageTitle h1.p-pink:after {/*:::::::::: Pink :::*/
	background-color: #fe63ba;
}
#pageTitle h1.p-orange:before, #pageTitle h1.p-orange:after {/*:::::::::: Orange :::*/
	background-color: #fa5338;
}
#pageTitle h1.p-golden:before, #pageTitle h1.p-golden:after {/*:::::::::: Golden :::*/
	background-color: #f0a901;
}
#pageTitle h1.p-lightBlue:before, #pageTitle h1.p-lightBlue:after {/*:::::::::: lightBlue :::*/
	background-color: #30cee5;
}
#pageTitle h1.p-blue:before, #pageTitle h1.c-blue:after {/*:::::::::: Blue :::*/
	background-color: #21a7e8;
}
	
/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
.list-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border-top: solid 1px #a0a4a6;
	border-bottom: solid 1px #a0a4a6;
	position: relative;
}
.list-title h2:after {
	content: "";
	width: 50px;
	height: 3px;
	background-color: #21a7e8;
	position: absolute;
	bottom: 0;
	left: 15px;
	display: inline-block;
}
.list-title h2 {
	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 h2 em {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 800;
	font-style: normal;
}

/*== Color ==*/
.list-title h2.l-yellow:after {/*:::::::::: Yellow :::*/
	background-color: #f1e60e;
}
.list-title h2.l-red:after {/*:::::::::: Red :::*/
	background-color: #ef0e43;
}
.list-title h2.l-violet:after {/*:::::::::: Violet :::*/
	background-color: #8641cc;
}
.list-title h2.l-navy:after {/*:::::::::: Navy :::*/
	background-color: #025593;
}
.list-title h2.l-green:after {/*:::::::::: Green :::*/
	background-color: #13a56a;
}
.list-title h2.l-lightGreen:after {/*:::::::::: lightGreen :::*/
	background-color: #6cca56;
}
.list-title h2.l-pink:after {/*:::::::::: Pink :::*/
	background-color: #fe63ba;
}
.list-title h2.l-orange:after {/*:::::::::: Orange :::*/
	background-color: #fa5338;
}
.list-title h2.l-golden:after {/*:::::::::: Golden :::*/
	background-color: #f0a901;
}
.list-title h2.l-lightBlue:after {/*:::::::::: lightBlue :::*/
	background-color: #30cee5;
}
.list-title h2.l-blue:after {/*:::::::::: Blue :::*/
	background-color: #21a7e8;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.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 h3 {
	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 h3: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;
}

/*== Color ==*/
.headline h3.t-yellow:before {/*:::::::::: Yellow :::*/
	background-color: #f1e60e;
}
.headline h3.t-red:before {/*:::::::::: Red :::*/
	background-color: #ef0e43;
}
.headline h3.t-violet:before {/*:::::::::: Violet :::*/
	background-color: #8641cc;
}
.headline h3.t-navy:before {/*:::::::::: Navy :::*/
	background-color: #025593;
}
.headline h3.t-green:after {/*:::::::::: Green :::*/
	background-color: #13a56a;
}
.headline h3.t-lightGreen:before {/*:::::::::: lightGreen :::*/
	background-color: #6cca56;
}
.headline h3.t-pink:before {/*:::::::::: Pink :::*/
	background-color: #fe63ba;
}
.headline h3.t-orange:before {/*:::::::::: Orange :::*/
	background-color: #fa5338;
}
.headline h3.t-golden:before {/*:::::::::: Golden :::*/
	background-color: #f0a901;
}
.headline h3.t-lightBlue:before {/*:::::::::: lightBlue :::*/
	background-color: #30cee5;
}
.headline h3.t-blue:before {/*:::::::::: Blue :::*/
	background-color: #21a7e8;
}

/*---------------------------------------------------- */
/* 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: 95px;
	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: 1180px;
	width: 96%;
	font-size: 13px;
}

/*---------------------------------------------------- */
/* h1 */
/*---------------------------------------------------- */
#pageTitle {
	padding: 0 0 35px 0;
	width: 100%;
}
#pageTitle h1 {
	padding: 0 200px;
}
#pageTitle h1:before, #pageTitle h1:after {
	top: calc(50% - 3px);
	width: 170px;
	height: 6px;
}
#pageTitle h1 span {
	font-size: 32px;
}

/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
.list-title {
	padding: 13px 0;
	margin-bottom: 25px;
	width: 100%;
}
.list-title h2:after {
	width: 50px;
	height: 3px;
	left: 15px;
}
.list-title h2 {
	margin: 0 20px;
	font-size: 24px;
}
.list-title h2 em {
	font-size: 30px;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.headline {
	margin-bottom: 15px;
	width: 100%;
}
.headline h3 {
	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 h1 {
	padding: 0 150px;
}
#pageTitle h1:before, #pageTitle h1:after {
	top: calc(50% - 3px);
	width: 125px;
	height: 5px;
}
#pageTitle h1 span {
	font-size: 26px;
}

@media all and (max-width: 750px) and (min-width: 600px) {
	#pageTitle h1 {
		padding: 0 120px;
	}
	#pageTitle h1:before, #pageTitle h1:after {
		top: calc(50% - 5px);
		width: 95px;
		height: 5px;
	}
	
}

/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
.list-title {
	padding: 10px 0;
	margin-bottom: 20px;
	width: 100%;
}
.list-title h2:after {
	width: 40px;
	height: 3px;
	left: 10px;
}
.list-title h2 {
	margin: 0 16px;
	font-size: 20px;
}
.list-title h2 em {
	font-size: 25px;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.headline {
	margin-bottom: 12px;
	width: 100%;
}
.headline h3 {
	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 h1 {
	padding: 0 60px;
}
#pageTitle h1:before, #pageTitle h1:after {
	/* top: calc(50% - 2px); */
	top: 52%;
	width: 45px;
	height: 4px;
}
#pageTitle h1 span {
	font-size: 20px;
}

/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
.list-title {
	padding: 8px 0;
	margin-bottom: 15px;
	width: 100%;
}
.list-title h2:after {
	width: 30px;
	height: 3px;
	left: 5px;
}
.list-title h2 {
	margin: 0 12px;
	font-size: 17px;
}
.list-title h2 em {
	font-size: 20px;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.headline {
	margin-bottom: 10px;
	width: 100%;
}
.headline h3 {
	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;
}



}