@charset "UTF-8";

/* PC */

.spOnly {
		display: none;
}

.bg{
	width: 100%;
	height: 586px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
}
.bg .main{
	width: 325px;
	z-index: 3;
	position: absolute;
	top: 320px;
	left: 0;
	right: 0;
	margin: auto;
}
.pankuzu{
	background-color: #181818;
	height: 30px;
	width: 100%;
}
.pankuzu p{
	width: 930px;
	font-size: 18px;
	line-height: 100%;
	color: #FFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
.pankuzu p a:link,
.pankuzu p a:visited{
	color:#FFF;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
.pankuzu p a:hover{
	opacity:0.5;
  filter: alpha(opacity=50);	
}


.cover{
	width: 100%;
	background-image: url(../../common/images/bg_grid.jpg);
	background-repeat: repeat;
}



#salon{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 65px;
}
#salon .title{
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 55px;
	text-align: center;
}
#salon .title p{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#salon .txt{
	font-size: 22px;
	line-height: 150%;
	font-weight: bold;
	padding-bottom: 35px;
}
#salon p{
	font-size: 16px;
	line-height: 200%;
}
#salon .c_box{
	padding-top: 45px;
	text-align: center;
}
#salon .c_box .circle{
	display: inline-block;
  /display: inline;
  /zoom: 1;
	padding: 0px;
	width: 166px;
	height: 155px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	position: relative;
}
#salon .c_box .circle.circle01{
	background-image: url(../images/circle01.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#salon .c_box .circle.circle02{
	background-image: url(../images/circle02.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#salon .c_box .circle.circle03{
	background-image: url(../images/circle03.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#salon .c_box .circle div{
	width: 166px;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 20px;
	line-height: 150%;
	font-weight: bold;
	color: #866E3A;
	text-align: center;
}
#salon ul.cat_box{
	width: 856px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 50px;
}
#salon ul.cat_box li{
	width: 256px;
	display: inline-block;
  /display: inline;
  /zoom: 1;
	margin-bottom: 20px;
	background-color: #FFF;
}
#salon ul.cat_box li a{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #231F20;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: block;
}
#salon ul.cat_box li a:hover{
	color: #FFF;
	background-color: #231F20;
}


#mysta{
	padding: 28px 0;
	width: 100%;
	background-color: #FFF;
}
#mysta ul{
	margin: 0 auto;
	padding: 0;
	width: 958px;
}
#mysta li{
	margin: 0;
	padding: 0;
	width: 465px;
	float: left;
}
#mysta li:last-child{
	float: right;
}
#mysta li img{
	width: 100%;
	height: auto;
}
#mysta li a{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#mysta li a:hover{
	opacity:0.5;
	filter: alpha(opacity=50);
}



#concept{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 65px;
	padding-bottom: 40px;
	background-image: url(../images/bg_concept.png);
	background-repeat: repeat;
}
#concept .inner{
	width: 656px;
	margin-right: auto;
	margin-left: auto;
}
#concept .inner .title{
	width: 241px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#concept .inner .title p{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#concept .inner .title p .sup{
	font-size: 12px;
	vertical-align: sub;
}
#concept .inner .txt{
	margin: 0 0 0 2px;
	font-size: 22px;
	line-height: 150%;
	font-weight: bold;
	padding-bottom: 110px;
}

#concept .inner .box{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	border: 1px solid #866E3A;
	background-color: #FFF;
	margin-bottom: 50px;
	position: relative;
}
#concept .inner .box .box_t{
	font-size: 19px;
	font-weight: bold;
	text-align: right;
}
#concept .inner .box .box_t.box01{
	padding-right: 75px;
}
#concept .inner .box .box_t.box02{
	padding-right: 61px;
}
#concept .inner .box .box_t.box03{
	padding-right: 94px;
}
#concept .inner .box p{
	font-size: 16px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
}
#concept .inner .box .con01{
	position: absolute;
	top: -21px;
	left: 78px;
}
#concept .inner .box .con02{
	position: absolute;
	top: -15px;
	left: 64px;
}
#concept .inner .box .con03{
	position: absolute;
	top: -25px;
	left: 20px;
}




#flow{
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#flow .title{
	width: 241px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
#flow .title p{
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#flow dl{
	padding-left: 40px;
	height: 88px;
	margin-bottom: 30px;
}
#flow dt{
	text-align: left;
	float: left;
	width: 240px;
	
	background-repeat: no-repeat;
	background-position: left center;
	height: 88px;
	position: relative;
}
#flow dt.no1{
	background-image: url(../images/no01.png);
}
#flow dt.no2{
	background-image: url(../images/no02.png);
}
#flow dt.no3{
	background-image: url(../images/no03.png);
}
#flow dt.no4{
	background-image: url(../images/no04.png);
}
#flow dt.no5{
	background-image: url(../images/no05.png);
}
#flow dt p{
	width: 100%;
	font-size: 22px;
	line-height: 150%;
	font-weight: bold;
	padding-left: 120px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
#flow dd{
	text-align: left;
	margin-left: 360px;
	height: 88px;
	position: relative;
}
#flow dd p{
	width: 100%;
	font-size: 16px;
	line-height: 150%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}



#showcase{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-bottom: 30px;
	background-image: url(../images/bg_concept.png);
	background-repeat: repeat;
}
#showcase .inner{
	width: 625px;
	margin-right: auto;
	margin-left: auto;
}
#showcase .inner .title{
	width: 241px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 70px;
}
#showcase .inner .title p{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#showcase .inner p{
	font-size: 15px;
	padding-bottom: 5px;
}
#showcase .inner .sub_t{
	font-size: 23px;
	font-weight: bold;
	padding-bottom: 20px;
}
#showcase .inner .case{
	padding-bottom: 26px;
}
#showcase .inner .box{
	padding-top: 25px;
	padding-bottom: 25px;
	border: 1px solid #231F20;
	background-color: #FFF;
	margin-bottom: 108px;	
}
#showcase .inner .box .in{
	display: inline-block;
  /display: inline;
  /zoom: 1;
	padding: 0px;
	margin: 0px;
	width: 156px;
	margin-right: 15px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #231F20;
	position: relative;
}
#showcase .inner .box .in img{
	position: absolute;
	left: 0px;
	bottom: -2px;
}
#showcase .inner .box .in div{
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
	text-align: right;
	padding-bottom: 1px;
}




#overview{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-bottom: 60px;
	position: relative;
	background-color: #FFF;
}
#overview .title{
	width: 241px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#overview .title p{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#overview .tb2{
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 75px;
}
#overview .tb2 th,
#overview .tb2 td{
	font-size: 18px;
	line-height: 150%;
	padding-top: 20px;
	padding-bottom: 25px;
}
#overview .tb2 tr:last-child th,
#overview .tb2 tr:last-child td{
	padding-bottom: 0px;
}
#overview .tb2 th{
	text-align: right;
	width: 23%;
	padding-right: 9%;
	color: #231F20;
	position: relative;
}
#overview .tb2 th div{
	height: 12px;
	width: 12px;
	position: absolute;
	top: 27px;
	right: -8px;
	background-image: url(../images/circle.png);
	background-repeat: no-repeat;
}
#overview .tb2 td{
	text-align: left;
	width: 51%;
	padding-left: 9%;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #E5E5E5;
}
#overview .mark{
	width: 655px;
	margin-right: auto;
	margin-left: auto;
}
#overview .mark img{
	float: left;
}
#overview .mark p{
	width: 536px;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	float: right;
	padding-top: 18px;
}
#overview .mark p .sup{
	font-size: 10px;
	vertical-align: sub;
}



#seminar{
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-bottom: 100px;
	position: relative;
}
#seminar .title{
	width: 241px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 35px;
}
#seminar .title p{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#seminar .box_l{
	line-height: 150%;
	text-align: left;
}
#seminar .box_l .txt{
	font-size: 25px;
	line-height: 130%;
	font-weight: bold;
	text-indent: -10px;
	padding-bottom: 15px;
}
#seminar .box_l .txt span{
	font-size: 21px;
}
#seminar .box_l p{
	font-size: 15px;
	line-height: 190%;
	padding-bottom: 15px;
}
#seminar .box_l p strong{
	font-size: 18px;
}
#seminar .box_l .tbs{
	width: 100%;
}
#seminar .box_l .tbs td{
	background-image: url(../images/tbs_slash.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	line-height: 140%;
}
#seminar .box_l .tbs td:first-child{
	background-image: none;
	padding-left: 0px;
}
#seminar .box_l .tbs td.date{
	font-size: 13px;
}
#seminar .box_l .tbs td.date span{
	font-size: 15px;
	font-weight: bold;
}
#seminar .box_l .tbs td.date span.small{
	font-size: 11px;
	font-weight: normal;
}
#seminar .box_l .tbs td.date strong{
	font-size: 17px;
}
#seminar .box_l .tbs td.add{
	font-size: 13px;
}
#seminar .box_l .tbs td.add strong{
	font-size: 15px;
}
#seminar .box_l .tbs td.capa{
	font-size: 13px;
}
#seminar .box_l .tbs td.capa span{
	font-size: 15px;
	font-weight: bold;
}
#seminar .qr{
	width: 245px;
	text-align: left;
	position: absolute;
	top: 150px;
	right: 151px;
}
#seminar .qr .txt{
	font-size: 11px;
}
#seminar .qr p{
	font-size: 10px;
}
#seminar .ceo{
	width: 151px;
	text-align: left;
	position: absolute;
	top: 170px;
	right: 0px;
}
#seminar .ceo p{
	font-size: 12px;
	line-height: 140%;
	padding-top: 5px;
}
#seminar .ceo p span{
	font-size: 13px;
}




#contact{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 0px;
	position: relative;
}
#contact .txt{
	font-size: 25px;
	line-height: 150%;
	font-weight: bold;
}
#contact .inquiry{
	width: 656px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 20px;
	position: relative;
	padding-top: 28px;
	padding-bottom: 20px;
	border: 1px solid #231F20;
	margin-bottom: 110px;
}
#contact .inquiry .txt{
	font-size: 18px;
	padding-bottom: 22px;
}
#contact .inquiry.tel{
	width: 275px;
	margin-right: auto;
	margin-left: auto;
}
#contact .inquiry.tel img{
	width: 100%;
}
#contact .inquiry .cap{
	font-size: 18px;
	padding-top: 10px;
	line-height: 180%;
}
#contact .inquiry .cap .sup{
	font-size: 10px;
	vertical-align: baseline;
}
#contact .inquiry .slash1{
	position: absolute;
	left: -14px;
	top: -14px;
}
#contact .inquiry .slash2{
	position: absolute;
	right: -14px;
	bottom: -14px;
}






/* SP */
@media screen and (max-width: 767px){
.pcOnly {
	display: none;
}
.spOnly {
	display: block;
}

.bg{
	width: 100%;
	height: 400px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
}
.bg .main{
	width: 55%;
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
}
.bg .main img{
	width: 100%;
}
.pankuzu{
	background-color: #181818;
	height: 30px;
	width: 100%;
}
.pankuzu p{
	width: 95%;
	font-size: 100%;
	line-height: 100%;
	color: #FFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
}
.pankuzu p a:link,
.pankuzu p a:visited{
	color:#FFF;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
.pankuzu p a:hover{
	opacity:0.5;
  filter: alpha(opacity=50);	
}


.cover{
	width: 100%;
	background-image: url(../../common/images/bg_grid.jpg);
	background-repeat: repeat;
}


#salon{
	margin: 0 auto;
	width: 100%;
	padding-top: 2em;
	padding-bottom: 3em;
}
#salon .title{
	margin: 0 auto;
	width: 90%;
	padding-bottom: 2em;
}
#salon .title img{
	margin: 0 auto;
	width: 90%;
}
#salon .title p{
	margin: 0 auto;
	width: 90%;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#salon .txt{
	margin: 0 auto;
	width: 90%;
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
	padding-bottom: 2em;
}
#salon p{
	margin: 0 auto;
	width: 90%;
	font-size: 90%;
	line-height: 200%;
}
#salon .c_box{
	padding-top: 2em;
	text-align: center;
}
#salon .c_box .circle{
	display: inline-block;
  /display: inline;
  /zoom: 1;
	padding: 0px;
	width: 96px;
	height: 95px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 1em;
	margin-left: 3px;
	position: relative;
}

#salon .c_box .circle:first-child{
	margin-left: 0;
}
#salon .c_box .circle:last-child{
	margin-right: 0;
}
#salon .c_box .circle.circle01{
	background-image: url(../images/circle01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}
#salon .c_box .circle.circle02{
	background-image: url(../images/circle02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}
#salon .c_box .circle.circle03{
	background-image: url(../images/circle03.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}
#salon .c_box .circle div{
	width: 100%;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	color: #866E3A;
	text-align: center;
}
#salon ul.cat_box{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 1em;
}
#salon ul.cat_box li{
	width: 30%;
	display: inline-block;
  /display: inline;
  /zoom: 1;
	margin-bottom: 1em;
	background-color: #FFF;
}
#salon ul.cat_box li a{
	margin: 0 1px;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #231F20;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: block;
}
#salon ul.cat_box li:first-child a{
	margin: 0 1px 0 0;
}
#salon ul.cat_box li:last-child a{
	margin: 0 0 0 1px;
}
#salon ul.cat_box li a:hover{
	color: #FFF;
	background-color: #231F20;
}


#mysta{
	padding: 2em 0 1em;
	width: 100%;
	background-color: #FFF;
}
#mysta ul{
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
#mysta li{
	margin: 0;
	padding: 0 0 1em;
	width: 100%;
	float: none;
}
#mysta li:last-child{
	float: none;
}
#mysta li img{
	width: 100%;
	height: auto;
}
#mysta li a{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#mysta li a:hover{
	opacity:0.5;
	filter: alpha(opacity=50);
}



#concept{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3em;
	padding-bottom: 2em;
	background-image: url(../images/bg_concept.png);
	background-repeat: repeat;
}
#concept .inner{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#concept .inner .title{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}
#concept .title img{
	width: 100%;
}
#concept .inner .title p{
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#concept .inner .title p .sup{
	font-size: 80%;
	vertical-align: sub;
}
#concept .inner .txt{
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
	padding-bottom: 3em;
}

#concept .inner .box{
	width: 100%;
	padding-top: 2.5em;
	padding-bottom: 30px;
	border: 1px solid #866E3A;
	background-color: #FFF;
	margin-bottom: 2em;
	position: relative;
}
#concept .inner .box .box_t{
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
#concept .inner .box .box_t.box01{
	padding-right: 0;
}
#concept .inner .box .box_t.box02{
	padding-right: 0;
}
#concept .inner .box .box_t.box03{
	padding-right: 0;
}
#concept .inner .box p{
	font-size: 100%;
	text-align: left;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
}
#concept .inner .box .con01{
	position: absolute;
	top: -35px;
	left: -10px;
}
#concept .inner .box .con02{
	position: absolute;
	top: -25px;
	left: -10px;
}
#concept .inner .box .con03{
	position: absolute;
	top: -25px;
	left: -10px;
}




#flow{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3em;
	padding-bottom: 2em;
}
#flow .title{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}
#flow .title img{
	width: 100%;
}
#flow .title p{
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#flow dl{
	padding-left: 0;
	height: auto;
	margin-bottom: 1em;
}
#flow dt{
	text-align: left;
	float: none;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	background-size:contain;
	height: 4em;
	position: relative;
}
#flow dt.no1{
	background-image: url(../images/no01.png);
}
#flow dt.no2{
	background-image: url(../images/no02.png);
}
#flow dt.no3{
	background-image: url(../images/no03.png);
}
#flow dt.no4{
	background-image: url(../images/no04.png);
}
#flow dt.no5{
	background-image: url(../images/no05.png);
}
#flow dt p{
	width: auto;
	font-size: 110%;
	line-height: 150%;
	font-weight: bold;
	padding-left: 70px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
#flow dd{
	width: 100%;
	text-align: left;
	margin-left: 0px;
	height: auto;
	position: relative;
	padding-top: 0.8em;
	padding-bottom: 1em;
}
#flow dd p{
	width: 100%;
	font-size: 100%;
	line-height: 150%;
	position: static;
	top: 0%;
	transform: translateY(0%);
  -webkit- transform: translateY(0%);
}



#showcase{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3em;
	padding-bottom: 1em;
	background-image: url(../images/bg_concept.png);
	background-repeat: repeat;
}
#showcase .inner{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#showcase .inner .title{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}
#showcase .title img{
	width: 100%;
}
#showcase .inner .title p{
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#showcase .inner p{
	font-size: 90%;
	padding-bottom: 0.5em;
}
#showcase .inner .sub_t{
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 1em;
}
#showcase .inner .case{
	padding-bottom: 1em;
}
#showcase .inner .case img{
	width: 100%;
}
#showcase .inner .box{
	padding-top: 1em;
	padding-bottom: 1em;
	border: 1px solid #231F20;
	background-color: #FFF;
	margin-bottom: 3em;	
}
#showcase .inner .box .in{
	display: inline-block;
  /display: inline;
  /zoom: 1;
	padding: 0px;
	margin: 0px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #231F20;
	position: relative;
}
#showcase .inner .box .in img{
	position: absolute;
	left: 0px;
	bottom: -2px;
}
#showcase .inner .box .in div{
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
	text-align: right;
	padding-bottom: 1px;
}




#overview{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3em;
	padding-bottom: 3em;
	position: relative;
	background-color: #FFF;
}
#overview .title{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}
#overview .title img{
	width: 100%;
}
#overview .title p{
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#overview .tb2{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3em;
}
#overview .tb2 th,
#overview .tb2 td{
	font-size: 100%;
	line-height: 150%;
	padding-top: 1em;
	padding-bottom: 1em;
}
#overview .tb2 tr:last-child th,
#overview .tb2 tr:last-child td{
	padding-bottom: 0px;
}
#overview .tb2 th{
	text-align: right;
	width: 25%;
	padding-right: 9%;
	color: #231F20;
	position: relative;
}
#overview .tb2 th div{
	height: 12px;
	width: 12px;
	position: absolute;
	top: 17px;
	right: -8px;
	background-image: url(../images/circle.png);
	background-repeat: no-repeat;
}
#overview .tb2 td{
	text-align: left;
	width: 49%;
	padding-left: 9%;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #E5E5E5;
}
#overview .mark{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#overview .mark img{
	float: left;
	width: 25%;
}
#overview .mark p{
	width: 70%;
	font-size: 100%;
	line-height: 150%;
	text-align: left;
	float: right;
	padding-top: 0px;
}
#overview .mark p .sup{
	font-size: 80%;
	vertical-align: sub;
}



#seminar{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3em;
	padding-bottom: 3em;
	position: relative;
}
#seminar .title{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}
#seminar .title img{
	width: 100%;
}
#seminar .title p{
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#seminar .box_l{
	width: 100%;
	line-height: 150%;
	text-align: none;
}
#seminar .box_l .txt{
	font-size: 130%;
	line-height: 130%;
	font-weight: bold;
	text-indent: -10px;
	padding-bottom: 1em;
}
#seminar .box_l .txt span{
	font-size: 80%;
}
#seminar .box_l p{
	font-size: 100%;
	line-height: 150%;
	padding-bottom: 2em;
}
#seminar .box_l p strong{
	font-size: 110%;
}
#seminar .box_l .tbs{
	width: 100%;
}
#seminar .box_l .tbs td{
	background-image: none;
	padding-left: 0px;
	line-height: 140%;
	display: block;
	width: 100%;
	padding-bottom: 0.5em;
}
#seminar .box_l .tbs td:first-child{
	background-image: none;
	padding-left: 0px;
}
#seminar .box_l .tbs td.date{
	font-size: 100%;
}
#seminar .box_l .tbs td.date span{
	font-size: 110%;
	font-weight: bold;
}
#seminar .box_l .tbs td.date span.small{
	font-size: 80%;
	font-weight: normal;
}
#seminar .box_l .tbs td.date strong{
	font-size: 17px;
}
#seminar .box_l .tbs td.add{
	font-size: 100%;
}
#seminar .box_l .tbs td.add strong{
	font-size: 110%;
}
#seminar .box_l .tbs td.add span{
	font-size: 70%;
}
#seminar .box_l .tbs td.capa{
	font-size: 100%;
}
#seminar .box_l .tbs td.capa span{
	font-size: 110%;
	font-weight: bold;
}
#seminar .qr{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: static;
	padding-bottom: 1em;
}
#seminar .qr img{
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
#seminar .qr .txt{
	font-size: 100%;
}
#seminar .qr p{
	font-size: 90%;
}
#seminar .ceo{
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: static;
}
#seminar .ceo img{
	width: 100%;
}
#seminar .ceo p{
	font-size: 100%;
	line-height: 140%;
	text-align: left;
	padding-top: 5px;
}
#seminar .ceo p span{
	font-size: 110%;
}



#contact{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2em;
	padding-bottom: 3em;
	position: relative;
}
#contact .txt{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
}
#contact .inquiry{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 2em;
	position: relative;
	padding-top: 28px;
	padding-bottom: 20px;
	border: 1px solid #231F20;
	margin-bottom: 0px;
}
#contact .inquiry .txt{
	font-size: 120%;
	padding-bottom: 1em;
}
#contact .inquiry.tel{
	width: 275px;
	margin-right: auto;
	margin-left: auto;
}
#contact .inquiry.tel img{
	width: 100%;
}
#contact .inquiry .cap{
	font-size: 100%;
	padding-top: 1em;
}
#contact .inquiry .cap .sup{
	font-size: 50%;
	vertical-align: baseline;
}
#contact .inquiry .slash1{
	position: absolute;
	left: -14px;
	top: -14px;
}
#contact .inquiry .slash2{
	position: absolute;
	right: -14px;
	bottom: -14px;
}


}
