@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
	background: ;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.inner-content {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
}
.red{
	color: #ff0000 !important;
}

/* ----- btns ----- */

.btns{
    font-size: 0;
    text-align: center;
}
.btns a{
    display: inline-block;
    min-width: 200px;
    color: #212121;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    margin-left: 12px;
    padding: 1em;
    background: #ffffff;
    border: solid 1px #666666;
    border-radius: 1px;
}
.btns a:first-child{
    margin-left: 0;
}

/* -- .table -- */

.table table{
	width: 100%;
	table-layout: fixed;
	line-height: 1.4;
	margin: 0 0 16px;
	background: #cccccc;
}
.table table th,
.table table td{
	padding: 8px;
}
.table table th{
	background: #d8e7f6;
}
.table table td{
	background: #ffffff;
}



/* -----header - company ----- */

#header{
	padding: 20px 0;
}
#header h1{
	width: 263px;
	float: left;
}
#header h1 a{
}
#header #globalnav{
    width: 630px;
    float: right;
    margin: 8px 0 0;
}
#header #globalnav li{
	float: left;
	margin: 0 0 0 36px;
}
#header #globalnav li:first-child{
	margin-left: 0;
}
#header #globalnav li a{
	display: block;
	height: 30px;
	padding: 8px 0;
	text-indent: -9999px;
}
#header #globalnav li:first-child a{
	width: 42px;
	background: url(../img/company/nav00.png) no-repeat center center;
}
#header #globalnav li:nth-child(2) a{
	width: 95px;
	background: url(../img/company/nav01.png) no-repeat center center;
}
#header #globalnav li:nth-child(3){
    margin-left: 24px;
}
#header #globalnav li:nth-child(3) a{
	width: 48px;
    padding-right: 8px;
	background: url(../img/company/nav02.png) no-repeat center center;
}
#header #globalnav li:nth-child(4) a{
	width: 58px;
	background: url(../img/company/nav06.png) no-repeat center center;
}
#header #globalnav li:nth-child(5) a{
	width: 57px;
	background: url(../img/company/nav03.png) no-repeat center center;
}
#header #globalnav li:nth-child(6) a{
	width: 59px;
	background: url(../img/company/nav04.png) no-repeat center center;
}
#header #globalnav li:nth-child(7) a{
	width: 59px;
	background: url(../img/company/nav05.png) no-repeat center center;
}
#header .privacyMark{
    width: 44px;
    height: 44px;
    float: right;
    padding: 5px 9px 9px 7px;
    margin: 0 0 0 32px;
    background: #ffffff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}
#header.home{
	height: 560px;
    position: relative;
}
#header.home .inner-content{
	height: 560px;
	z-index: 100;
    position: relative;
}
#header.home .inner-content h2{
    width: 699px;
    height: 165px;
    position: absolute;
    right: 50%;
    left: 50%;
	top: 45%;
    bottom: 55%;
    margin: 180px -190px;
}
#background_slider{
	width: 100%;
    height: 600px;
	position: absolute;
	top: 0;
	z-index: 0;
	overflow: hidden;
}
#background_slider img{
    width: 2000px;
    max-width: 2000px;
    height: 600px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    margin: 0 -1000px;
	animation-name: album;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	opacity: 0;
}
#background_slider img:nth-child(2) {
	animation-delay: 5s;
}
#background_slider img:nth-child(3) {
	animation-delay: 10s;
}
@keyframes album {
  0% {
	  opacity: 0;
  }
  33.3% {
	  opacity: 1;
  }
  66.6% {
	  opacity: 0;
  }
}

/* ----- header-service ----- */

#headerService{
	padding: 20px 0;
}
#headerService h1{
	width: 368px;
	float: left;
}
#headerService h1 a{
	display: block;
	padding: 6px 0;
}
#headerService .tel{
    width: 320px;
    float: right;
}
#headerService .tel .p1{
	font-size: 14px;
}
#headerService .tel .number{
	color: #ffbd00;
	font-size: 32px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 50px;
    margin: 4px 0 6px;
	background: url(../img/share/freedial.gif) no-repeat left center;
}
#headerService .tel .opentime{
	font-size: 14px;
}
#headerService .contact{
	width: 240px;
	height: 62px;
	float: right;
	margin-top: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #007d6e), color-stop(0.00, #00a273));
	background: -webkit-linear-gradient(#00a273, #007d6e);
	background: -moz-linear-gradient(#00a273, #007d6e);
	background: -o-linear-gradient(#00a273, #007d6e);
	background: -ms-linear-gradient(#00a273, #007d6e);
	background: linear-gradient(#00a273, #007d6e);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
#headerService .contact:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #007d6e), color-stop(1.00, #00a273));
	background: -webkit-linear-gradient(#007d6e, #00a273);
	background: -moz-linear-gradient(#007d6e, #00a273);
	background: -o-linear-gradient(#007d6e, #00a273);
	background: -ms-linear-gradient(#007d6e, #00a273);
	background: linear-gradient(#007d6e, #00a273);
}
#headerService .contact a{
	display: block;
	width: 240px;
	height: 62px;
    text-indent: -9999px;
	background: url(../img/share/contact_all.png) no-repeat center center;

	/* box-shadow */
	box-shadow:2px 2px 2px 0 #8bd5bf inset,-2px -2px 2px 0 #005b41 inset;
	-moz-box-shadow:2px 2px 2px 0 #8bd5bf inset,-2px -2px 2px  #005b41 inset;
	-webkit-box-shadow: 2px 2px 2px 0px #8bd5bf inset,-2px -2px 2px 0px #005b41 inset
}
#headerService .privacyMark{
    float: right;
    width: 70px;
    margin: 0 0 0 12px;
}
@media screen and (max-width: 1039px){
	#headerService .inner-content{
		width: auto;
		min-width: 769px;
	}
	#headerService .contact{
		display: none;
	}
}

/* ----- footer ----- */

/*
#footer{
	padding: 32px 0 24px;
	border-top: solid 4px #cccccc;
}
.companyProf{
    width: 380px;
    float: left;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin: 0 0 40px;
}
.companyProf h3{
    font-size: 22px;
    letter-spacing: 0.1em;
    margin: 0 0 12px;
}
.companyProf address{
    font-size: 15px;
    font-style: normal;
    line-height: 1.5;
    margin: 0 0 24px;
}
.companyProf .tel{
	margin-bottom: 24px;
}
.companyProf .tel .p1{
	font-size: 14px;
}
.companyProf .tel .number{
	color: #ffbd00;
	font-size: 38px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 50px;
    margin: 4px 0;
	background: url(../img/share/freedial.gif) no-repeat left center;
}
.companyProf .tel .opentime{
	font-size: 14px;
}
.companyProf .contact{
	width: 263px;
	height: 62px;
	margin-top: 6px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #007d6e), color-stop(0.00, #00a273));
	background: -webkit-linear-gradient(#00a273, #007d6e);
	background: -moz-linear-gradient(#00a273, #007d6e);
	background: -o-linear-gradient(#00a273, #007d6e);
	background: -ms-linear-gradient(#00a273, #007d6e);
	background: linear-gradient(#00a273, #007d6e);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
.companyProf .contact:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #007d6e), color-stop(1.00, #00a273));
	background: -webkit-linear-gradient(#007d6e, #00a273);
	background: -moz-linear-gradient(#007d6e, #00a273);
	background: -o-linear-gradient(#007d6e, #00a273);
	background: -ms-linear-gradient(#007d6e, #00a273);
	background: linear-gradient(#007d6e, #00a273);
}
.companyProf .contact a{
	display: block;
	width: 263px;
	height: 62px;
    text-indent: -9999px;
	background: url(../img/share/contact_all.png) no-repeat center center;
	box-shadow:2px 2px 2px 0 #8bd5bf inset,-2px -2px 2px 0 #005b41 inset;
	-moz-box-shadow:2px 2px 2px 0 #8bd5bf inset,-2px -2px 2px  #005b41 inset;
	-webkit-box-shadow: 2px 2px 2px 0px #8bd5bf inset,-2px -2px 2px 0px #005b41 inset
}

#sitemap{
    width: 580px;
    float: right;
}
#sitemap .category{
	color: #333333;
    float: left;
}
#sitemap .category.cat01{
    width: 260px;
}
#sitemap .category.cat02{
    width: 220px;
}
#sitemap .category.cat03{
    width: 96px;
    float: right;
}
#sitemap .category a{
	color: #333333;
}
#sitemap .category h4{
    font-size: 18px;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
}
#sitemap .category h5{
    color: #787878;
    font-size: 16px;
    margin: 0 0 16px;
}
#sitemap .category h5 a{
    color: #787878;
}
#sitemap .category ul{
    margin: 0 0 32px;
}
#sitemap .category ul li{
    font-size: 15px;
    margin: 12px 0 0;
}
#sitemap .category ul li:first-child{
    margin-top: 0;
}
#sitemap .category ul a{
    padding: 0 0 0 16px;
    background: url(../img/company/triangle_foot.gif) no-repeat left top 0.3em;
}

.copyrightBar{
	color: #ffffff;
	padding: 16px 0;
	background: #324851;
}
.copyrightBar a{
	color: #ffffff;
}
.copyrightBar #footernav{
	float: left;
	width: 50%;
}
.copyrightBar #footernav li{
    float: left;
    font-size: 14px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    border-left: solid 1px #ffffff;
    padding: 0 12px;
}
.copyrightBar #footernav li:first-child{
    border-left: none;
    padding-left: 0;
}
.copyrightBar #footernav li a:hover{
	color: #cccccc;
}
.copyrightBar .copyRight{
	float: right;
	width: 50%;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
}
*/

/* ----- footer ----- */

#footer{
    font-family: "Noto Sans Japanese",san-serif;
    padding-top: 32px;
    padding-bottom: 40px;
    border-top: solid 2px #cccccc;
}
#footer .inner{
    width: 100%;
    min-width: 1100px;
    max-width: 1100px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
}
#footer .inner>div.clearfix{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#footer .left_area,
#footer .center_area,
#footer .right_area{
    float: left;
    padding-bottom: 28px;
}
#footer .left_area{
    width: 308px;
    padding-right: 28px;
}
#footer .left_area p.companyName{
    width: 240px;
    margin-bottom: 12px;
}
#footer .left_area p.address,
#footer .left_area p.tel{
    font-size: 13px;
    line-height: 1.4;
}
#footer .left_area p.tel{
    margin-bottom: 1em;
}
#footer .left_area .freedial p.number{
    color: #ffbd00;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0.2em;
}
#footer .left_area .freedial p.number:before{
    content: "";
    display: inline-block;
    width: 28px;
    height: 20px;
    margin-right: 0.25em;
    background: url(../images/common/freedial.gif) no-repeat left center;
    background-size: contain;
}
#footer .left_area .freedial p.time{
    font-size: 12px;
}
#footer .center_area{
    width: 200px;
    float: left;
    position: relative;
}
#footer .center_area .btns.contact{
    position: absolute;
    left: 0;
    bottom: 97px;
}
#footer .center_area .btns.facebook{
    position: absolute;
    left: 0;
    bottom: 34px;
}
#footer .center_area .btns.facebook a i{
    color: #3B5998;
    display: inline;
    font-size: 130%;
    vertical-align: baseline;
    margin-right: 0.3em;
}
#footer .right_area{
    width: calc(100% - 508px);
    float: right;
    padding-left: 40px;
}
#footerMenu{
    font-size: 0;
    text-align: right;
}
#footerMenu>ul{
    display: inline-block;
    text-align: left;
    vertical-align: text-top;
    margin-right: 40px;
}
#footerMenu>ul:nth-child(1){
    width: 200px;
}
#footerMenu>ul:nth-child(2){
    width: 104px;
}
#footerMenu>ul>li{
    font-size: 14px;
    font-weight: 500;
    margin-top: 0.8em;
}
#footerMenu>ul>li>a{
    color: #212121;
    text-decoration: underline;
}
#footerMenu ul.sub-menu{
    margin-top: 0.75em;
    margin-left: 1.5em;
}
#footerMenu ul.sub-menu li{
    font-size: 95%;
    font-weight: normal;
    margin-top: 0.6em;
}
#footerMenu ul.sub-menu li a{
    color: #212121;
    text-decoration: underline;
}
#footerMenu>ul>li:first-child,
#footerMenu ul.sub-menu li:first-child{
    margin-top: 0;
}

#footer_subMenu{
    width: 50%;
    float: left;
}
#footer_subMenu ul{
    border-right: solid 1px #cccccc;
}
#footer_subMenu ul li{
    display: inline-block;
    font-size: 12px;
    border-left: solid 1px #cccccc;
}
#footer_subMenu ul li a{
    color: #212121;
    padding: 0 0.75em;
    text-decoration: underline;
}
#footer #copyright{
    width: 50%;
    color: #666666;
    font-size: 11px;
    float: right;
    text-align: right;
}

/* ----- pagetop ----- */

#pagetop{
	position: fixed;
    right: 16px;
    bottom: 104px;
}
#pagetop a{
    display: block;
    width: 40px;
    height: 24px;
    text-indent: -9999px;
    text-align: center;
    background: url(../img/common/pagetop.png) no-repeat bottom center;
    position: relative;
}
#pagetop a:hover{
	opacity: 0.3;
    background: url(../img/common/pagetop.png) no-repeat top center;
}


/* ----- contact parts ----- */

#contact{
	background: #00a172;
}
#contact .inner-content{
    padding: 32px 0;
}
#contact.piano .inner-content{
    background: url(../img/piano/contact_bg.gif) no-repeat right 420px center;
    padding: 32px 0;
}
#contact .left_area{
	color: #ffffff;
	width: 700px;
	float: left;
}
#contact .left_area h1{
	font-size: 28px;
	margin: 0 0 20px;
}
#contact.piano .left_area h1{
	font-size: 24px;
	margin-left: -0.5em;
}
#contact.netlogi .left_area h1{
	font-size: 20px;
}
#contact.netlogi .left_area h1 strong{
	font-size: 28px;
}
#contact .left_area p{
	font-size: 17px;
    line-height: 1.5;
    margin: 0 0 20px;
}
#contact .left_area .tel{
	padding-left: 64px;
	background: url(../img/share/freedial2.gif) no-repeat left center;
}
#contact .left_area .tel .number{
	display: inline-block;
	color: #ffbd00;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 8px;
}
#contact .left_area .tel span{
	font-size: 15px;
	letter-spacing: 0.05em;
}
#contact .right_area{
	width: 332px;
	float: right;
}
#contact.piano .right_area{
}
#contact .right_area .contact,
#contact .right_area .online,
#contact .right_area .apply{
	width: 332px;
	height: 73px;
	margin: 0 0 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff8500), color-stop(0.00, #ffbc00));
	background: -webkit-linear-gradient(#ffbc00, #ff8500);
	background: -moz-linear-gradient(#ffbc00, #ff8500);
	background: -o-linear-gradient(#ffbc00, #ff8500);
	background: -ms-linear-gradient(#ffbc00, #ff8500);
	background: linear-gradient(#ffbc00, #ff8500);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
#contact .right_area .contact a,
#contact .right_area .online a,
#contact .right_area .apply a{
	display: block;
	width: 332px;
	height: 73px;
    text-indent: -9999px;
}
#contact .right_area .contact{
	margin: 0 0 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff8500), color-stop(0.00, #ffbc00));
	background: -webkit-linear-gradient(#ffbc00, #ff8500);
	background: -moz-linear-gradient(#ffbc00, #ff8500);
	background: -o-linear-gradient(#ffbc00, #ff8500);
	background: -ms-linear-gradient(#ffbc00, #ff8500);
	background: linear-gradient(#ffbc00, #ff8500);
}
#contact .right_area .contact:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff8500), color-stop(1.00, #ffbc00));
	background: -webkit-linear-gradient(#ff8500, #ffbc00);
	background: -moz-linear-gradient(#ff8500, #ffbc00);
	background: -o-linear-gradient(#ff8500, #ffbc00);
	background: -ms-linear-gradient(#ff8500, #ffbc00);
	background: linear-gradient(#ff8500, #ffbc00);
}
#contact .right_area .contact a{
	background: url(../img/share/contact.png) no-repeat center center;

	/* box-shadow */
	box-shadow:2px 2px 2px 0 #ffe18b inset,-2px -2px 2px 0 #ff6200 inset;
	-moz-box-shadow:2px 2px 2px 0 #ffe18b inset,-2px -2px 2px  #ff6200 inset;
	-webkit-box-shadow: 2px 2px 2px 0px #ffe18b inset,-2px -2px 2px 0px #ff6200 inset;
}
#contact .right_area .online,
#contact .right_area .apply{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c20000), color-stop(0.00, #df0000));
	background: -webkit-linear-gradient(#df0000, #c20000);
	background: -moz-linear-gradient(#df0000, #c20000);
	background: -o-linear-gradient(#df0000, #c20000);
	background: -ms-linear-gradient(#df0000, #c20000);
	background: linear-gradient(#df0000, #c20000);
}
#contact .right_area .online:hover,
#contact .right_area .apply:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #c20000), color-stop(1.00, #df0000));
	background: -webkit-linear-gradient(#c20000, #df0000);
	background: -moz-linear-gradient(#c20000, #df0000);
	background: -o-linear-gradient(#c20000, #df0000);
	background: -ms-linear-gradient(#c20000, #df0000);
	background: linear-gradient(#c20000, #df0000);
}
#contact .right_area .online a{
	background: url(../img/share/online.png) no-repeat center center;

	/* box-shadow */
	box-shadow:2px 2px 2px 0 #f18b8b inset,-2px -2px 2px 0 #ab0000 inset;
	-moz-box-shadow:2px 2px 2px 0 #f18b8b inset,-2px -2px 2px  #ab0000 inset;
	-webkit-box-shadow: 2px 2px 2px 0px #f18b8b inset,-2px -2px 2px 0px #ab0000 inset;
}
#contact .right_area .apply a{
	background: url(../img/share/apply.png) no-repeat center center;

	/* box-shadow */
	box-shadow:2px 2px 2px 0 #f18b8b inset,-2px -2px 2px 0 #ab0000 inset;
	-moz-box-shadow:2px 2px 2px 0 #f18b8b inset,-2px -2px 2px  #ab0000 inset;
	-webkit-box-shadow: 2px 2px 2px 0px #f18b8b inset,-2px -2px 2px 0px #ab0000 inset;
}

/* -------------------------------------------

		commons

 ------------------------------------------- */

.white_box .imgFloatLeft,
.white_box .imgFloatRight{
	width: 490px;
}
.white_box .textFloatLeft,
.white_box .textFloatRight{
	width: 490px;
}
.leftText,
.leftImg,
.imgFloatLeft,
.textFloatLeft{
    float: left;
}
.rightText,
.rightImg,
.imgFloatRight,
.textFloatRight{
    float: right;
}
.white_box .imgFloat2 img{
	width: 492px;
	min-height: 200px;
	float: left;
	margin: 0 0 24px 16px;
	background: #cccccc;
}
.white_box .imgFloat2 img:nth-child(2n+1){
	clear: both;
	margin-left: 0;
}

.cost_table{
}
.cost_table caption{
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
    letter-spacing: 0.1em;
    background: #00a172;
}
.cost_table table{
	width: 100%;
	margin: 0 0 16px;
	background: #00a172;
}
.cost_table th,
.cost_table td{
    font-size: 15px;
    line-height: 1.4;
    padding: 12px 0;
    text-align: center;
    background: #ffffff;
}
.cost_table th{
	color: #00a172;
}
.cost_table th span{
	font-size: 13px;
	display: block;
}
.cost_table.option caption{
    font-size: 18px;
    letter-spacing: 0.5em;
    background: #999999;
}
.cost_table.option table{
	background: #999999;
}
.cost_table.option th{
    width: 40%;
    color: #666666;
}
.cost_table.option tbody td {
    width: 20%;
    color: #333333;
}

#flow .flowbox {
	min-height: 250px;
    padding: 24px 32px;
    margin: 0 0 56px;
    background: #ffffff;
    position: relative;
    border: solid 1px #cccccc;
    box-sizing: border-box;
}
#flow .flowbox h2{
	width: 200px;
	position: absolute;
    top: -11px;
	left: 24px;
}
#flow .flowbox .flowImgArea{
	width: 300px;
	float: left;
	background: #cccccc;
    margin-left: 220px;
}
#flow .flowbox .flowTextArea{
	width: 760px;
    float: left;
    margin-left: 218px;
}
#flow .flowbox .flowImgArea + .flowTextArea{
    width: 430px;
    margin-left: 24px;
}
#flow .flowbox .flowTextArea p,
#flow .flowbox .flowTextArea ul li{
	font-size: 16px;
	line-height: 1.6;
}
#flow .flowbox .flowTextArea p{
	margin: 0 0 16px;
}
#flow .flowbox .flowTextArea ul{
    padding: 24px 16px;
    margin: 24px 0;
    background: #f2f2f2;
}
#flow .flowbox .flowTextArea ul li{
	margin-top: 12px;
}
#flow .flowbox .flowTextArea ul li:first-child{
	margin-top: 0;
}
#flow .flowbox .flowTextArea ul.atttention_list{
	padding: 0;
	margin: 0 0 12px;
	background: transparent;
}
#flow .flowbox .flowTextArea ul.atttention_list li{
	font-size: 16px;
    line-height: 1.6;
    background: url(../img/piano/step_icon.gif) no-repeat left top 0.5em;
    padding: 0 0 0 20px;
	margin-top: 20px;
}
#flow .flowbox .flowTextArea ul.atttention_list li:first-child{
	margin-top: 0;
}
#flow .flowbox .flowTextArea .contact_btn{
    width: 320px;
    height: 64px;
    float: left;
    margin: 0 0 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff8500), color-stop(0.00, #ffbc00));
	background: -webkit-linear-gradient(#ffbc00, #ff8500);
	background: -moz-linear-gradient(#ffbc00, #ff8500);
	background: -o-linear-gradient(#ffbc00, #ff8500);
	background: -ms-linear-gradient(#ffbc00, #ff8500);
	background: linear-gradient(#ffbc00, #ff8500);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
#flow .flowbox .flowTextArea .contact_btn:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff8500), color-stop(1.00, #ffbc00));
	background: -webkit-linear-gradient(#ff8500, #ffbc00);
	background: -moz-linear-gradient(#ff8500, #ffbc00);
	background: -o-linear-gradient(#ff8500, #ffbc00);
	background: -ms-linear-gradient(#ff8500, #ffbc00);
	background: linear-gradient(#ff8500, #ffbc00);
}
#flow .flowbox .flowTextArea .contact_btn a{
	display: block;
	width: 320px;
    height: 64px;
    text-indent: -9999px;
	background: url(../img/share/contact.png) no-repeat center center;

	/* box-shadow */
	box-shadow:2px 2px 2px 0 #ffe18b inset,-2px -2px 2px 0 #ff6200 inset;
	-moz-box-shadow:2px 2px 2px 0 #ffe18b inset,-2px -2px 2px  #ff6200 inset;
	-webkit-box-shadow: 2px 2px 2px 0px #ffe18b inset,-2px -2px 2px 0px #ff6200 inset;
}
#flow .flowbox .flowTextArea .tel{
    width: 320px;
    height: 64px;
    float: left;
    margin: 0 0 10px 32px
}
#flow .flowbox .flowTextArea .tel span{
    display: block;
	color: #ffbd00;
	font-size: 38px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 50px;
    margin: 4px 0;
	background: url(../img/share/freedial.gif) no-repeat left center;
}
#flow .flowbox .flowTextArea .tel small{
	font-size: 14px;
}
#flow .whitebox {
	padding: 32px 24px;
	background: #ffffff;
}
#flow .whitebox .cost_table{
	margin: 0 0 32px;
}
#flow .whitebox .cost_table tbody th{
	width: 45%;
}
#flow .whitebox .cost_table tbody td{
    width: 27.5%;
}
#flow .whitebox h3{
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 16px 0;
    margin: 0 0 24px 0.1em;
	background: #ff8ca5;
}
#flow .whitebox p{
    font-size: 16px;
    line-height: 1.6;
}

/* ----- company ----- */

#info{
	padding: 56px;
	background: #ffffff;
}
#info h1{
    width: 112px;
    float: left;
    padding: 0 64px 0 104px;
}
#info ul{
    width: 676px;
    padding: 0 0 16px 64px;
    border-left: solid 1px #cccccc;
    float: left;
}
#info ul li{
	font-size: 16px;
    margin: 16px 0 0 0;
}
#info ul li:first-child{
    margin-top: 0;
}
#info ul li span.date{
    display: block;
    color: #999999;
	line-height: 1.4;
    float: left;
    width: 144px;
}
#info ul li p{
	width: 532px;
    float: left;
	line-height: 1.4;
}

#service-home{
    padding: 48px 0 32px;
    background: #f2f2f2;
}
#service-home h1{
    margin: 0 0 32px;
    text-align: center;
}
#service-home ul.serviceList li{
    width: 330px;
    float: left;
    margin: 0 0 40px 24px;
}
#service-home ul.serviceList li:nth-child(3n+1){
    clear: both;
    margin-left: 0;
}
#service-home ul.serviceList li .thumb{
    margin: 0 0 16px;
}
#service-home ul.serviceList li h2{
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 12px;
}
#service-home ul.serviceList li p{
	font-size: 15px;
    line-height: 1.5;
	text-align: center;
    margin: 0 0 16px;
}
#service-home ul.serviceList li .detail a{
	display: block;
    width: 120px;
    color: #ffffff;
    padding: 8px 16px 8px 32px;
    text-decoration: none;
    background: #324851 url(../img/company/triangle.png) no-repeat left 16px center;
    margin: 0 auto;
}
#service-home ul.serviceList li .detail a:hover{
    background: #ff9900 url(../img/company/triangle.png) no-repeat left 16px center;
}

#subBanner_area{
	padding: 20px;
	background: #ffffff;
}
#subBanner_area ul.subBanner_List li{
    float: left;
    border: solid 1px #cccccc;
    margin: 0 0 0 10px;
}
#subBanner_area ul.subBanner_List li:first-child{
    margin-left: 0;
}
#subBanner_area ul.subBanner_List li:hover img{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/* ----- company common ----- */

#page-header{
	background: #f2f2f2;
}
#page-header .inner-content{
	background: #f2f2f2 url(../img/company/pageHeader_bg.jpg) no-repeat center center;
}
#page-header .inner-content h2{
	display: table-cell;
    height: 144px;
    color: #000000;
    font-size: 40px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    vertical-align: middle;
    text-align: left;
    letter-spacing: 0.15em;
    padding: 0 64px;
    text-shadow: 2px 2px 2px #ffffff;
}

/*  breadcrumb  */

#breadcrumb{
	padding: 12px 0;
    margin: 0 0 64px;
	background: #324851;
}
#breadcrumb ul{
	width: 1040px;
	margin: 0 auto;
}
#breadcrumb li{
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	margin-right: 8px;
}
#breadcrumb li a{
	color: #ffffff;
}
#breadcrumb li a, #breadcrumb li span, #breadcrumb li strong{
	word-wrap: break-word;
	word-break: break-all;
}


#contents section{
	margin: 0 0 64px;
}
#contents section #page-title{
	text-align: center;
	margin: 0 0 40px;
}
#contents section h4{
	color: #333333;
	font-size: 36px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    letter-spacing: 0.1em;
	text-align: center;
    margin: 0 0 24px;
}
#contents section h5{
    color: #666666;
    font-size: 24px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    letter-spacing: 0.1em;
    margin: 0 0 12px;
}
#contents section p,
#contents section li{
	font-size: 16px;
	line-height: 1.8;
}
#contents section p{
	margin: 0 0 32px;
}
#contents section ol{
	margin: 0 0 32px 1.5em;
}
#contents section ol li{
	list-style-type: decimal;
}
#contents section li{
	margin-top: 12px;
}
#contents section li:first-child{
	margin-top: 0;
}

dl.tableDl{
	width: 100%;
	border: solid 1px #e5e5e5;
	border-top: none;
	margin-bottom: 24px;
	background: #f5f5f5;
}
dl.tableDl dt,
dl.tableDl dd{
    float: left;
	line-height: 1.6;
	padding: 12px 16px;
	border-top: solid 1px #e5e5e5;
}
dl.tableDl dt{
	font-weight: bold;
}
dl.tableDl dd{
	background: #ffffff;
	border-left: solid 1px #e5e5e5;
}
dl.tableDl dd ol{
	margin-bottom: 0;
}
dl.tableDl dd input,
dl.tableDl dd select,
dl.tableDl dd textarea{
	font-size: 16px;
	padding: 2px;
}

dl.tableDl.company dt{
	width: 144px;
}

dl.tableDl.company dd{
    width: 829px;
	background: #ffffff;
}
dl.tableDl.history dt{
	width: 144px;
    display: table-cell;
    vertical-align: middle;
}
dl.tableDl.history dt small{
	display: block;
}
dl.tableDl.history dd{
    width: 829px;
    min-height: 3em;
    display: table-cell;
    vertical-align: middle;
}
dl.tableDl.recruit dt{
	width: 144px;
}
dl.tableDl.recruit dd{
	width: 829px;
}
#contactPage .contact.whitebox{
    padding: 40px 32px 1px;
	background: #ffffff;
}
#contactPage .contact.whitebox h4{
    font-size: 24px;
    text-align: center;
    margin: 0 0 32px;
}
#contactPage .contact.whitebox h5{
    font-size: 18px;
    border-bottom: solid 2px #cccccc;
    padding: 0 0 8px;
    margin: 0 0 16px;
}
#contactPage .contact.whitebox p{
	color: #000000;
}
.contact dl.tableDl dt{
	width: 200px;
}
.contact dl.tableDl dt span{
	color: #ff0000;
	margin-left: 8px;
}
.contact dl.tableDl dd{
	width: 773px;
}
.contact dl.tableDl dd.height2em{
    min-height: 3.2em;
}
.submit{
	text-align: center;
	margin: 0 auto 24px;
}
.submit input{
	display: inline-block;
	padding: 16px 80px;
	margin: 0 auto;
}
.backBtn{
	width: 332px;
	margin: 0 auto 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c20000), color-stop(0.00, #df0000));
	background: -webkit-linear-gradient(#df0000, #c20000);
	background: -moz-linear-gradient(#df0000, #c20000);
	background: -o-linear-gradient(#df0000, #c20000);
	background: -ms-linear-gradient(#df0000, #c20000);
	background: linear-gradient(#df0000, #c20000);
}
.backBtn:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #c20000), color-stop(1.00, #df0000));
	background: -webkit-linear-gradient(#c20000, #df0000);
	background: -moz-linear-gradient(#c20000, #df0000);
	background: -o-linear-gradient(#c20000, #df0000);
	background: -ms-linear-gradient(#c20000, #df0000);
	background: linear-gradient(#c20000, #df0000);
}
.backBtn a{
	display: block;
	width: 332px;
	font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 24px 0;
	text-align: center;
	color: #ffffff;
	/* box-shadow */
	box-shadow:2px 2px 2px 0 #f18b8b inset,-2px -2px 2px 0 #ab0000 inset;
	-moz-box-shadow:2px 2px 2px 0 #f18b8b inset,-2px -2px 2px  #ab0000 inset;
	-webkit-box-shadow: 2px 2px 2px 0px #f18b8b inset,-2px -2px 2px 0px #ab0000 inset;
}
.privacy_frame{
	margin: 0 0 24px;
}
.agreement{
	text-align: center;
	margin: 0 0 40px;
}
.agreement span{
	display: block;
	margin: 16px 0 0;
	line-height: 1.6;
}


/*  message  */

#contents .message_img{
	width: 300px;
	float: left;
}
#contents .message_text{
	width: 692px;
	float: right;
}
#contents .grayBorderBox,
#contactPage .grayBorderBox{
	padding: 32px;
	margin: 40px 0;
	border: solid 1px #cccccc;
}
#contents .grayBorderBox p,
#contactPage .grayBorderBox p{
	margin-bottom: 0;
}
#contents .graybox{
	padding: 40px;
	background: #f2f2f2;
}
#contents ol.slogan{
	margin: 0 32px 32px;
}
#contents ol.slogan li{
    font-size: 20px;
    margin: 20px 0 0;
}
#contents ol.slogan li:first-child{
	margin-top: 0;
}
#contents .graybox .emblem{
	width: 83px;
	float: left;
}
#contents .graybox .emblem_text{
	width: 432px;
	float: right;
}
#contents .graybox .emblem_text p{
	margin: 0;
}
#contents .graybox .emblem_text b{
	display: block;
    font-size: 18px;
    margin: 10px 0;
}
#contents p.name{
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",serif;
}

/* ----- serviceInfo ----- */

#contents .serviceInfo{
    margin: 64px 0 0;
}
#contents .serviceInfo h4{
	text-align: left;
}
#contents .serviceInfo .textFloatLeft,
#contents .serviceInfo .imgFloatLeft{
	float: left;
}
#contents .serviceInfo .imgFloatRight,
#contents .serviceInfo .textFloatRight{
	float: right;
}
#contents .serviceInfo .imgFloatLeft,
#contents .serviceInfo .imgFloatRight{
    width: 440px;
}
#contents .serviceInfo .textFloatLeft,
#contents .serviceInfo .textFloatRight{
	width: 568px;
}
#contents .serviceInfo .textFloatLeft h5,
#contents .serviceInfo .textFloatRight h5{
	font-size: 22px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 24px;
}
#contents .serviceInfo .textFloatLeft p,
#contents .serviceInfo .textFloatRight p{
}
#contents .serviceInfo .textFloatLeft .detail_btn a,
#contents .serviceInfo .textFloatRight .detail_btn a{
    display: inline-block;
    width: auto;
    color: #ffffff;
    padding: 16px 16px 16px 32px;
    text-decoration: none;
    background: #324851 url(../img/company/triangle.png) no-repeat left 16px center;
}
#contents .serviceInfo .textFloatLeft .detail_btn a:hover,
#contents .serviceInfo .textFloatRight .detail_btn a:hover{
    background: #ff9900 url(../img/company/triangle.png) no-repeat left 16px center;
}

/* ----- facility ----- */

#contents .facility h4{
	text-align: left;
}
#contents .facility .textFloatLeft,
#contents .facility .imgFloatLeft{
	float: left;
}
#contents .facility .imgFloatRight,
#contents .facility .textFloatRight{
	float: right;
}
#contents .facility .imgFloatLeft,
#contents .facility .imgFloatRight{
    width: 320px;
}
#contents .facility .textFloatLeft,
#contents .facility .textFloatRight{
	width: 688px;
}
dl.tableDl.facility dt{
	width: 144px;
}
dl.tableDl.facility dd{
	width: 477px;
}


.page404{
	padding: 40px 0 80px;
}
.page404 .text404{
	font-size: 100px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #d8e0e8;
}
.page404 .title{
	font-size: 46px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #d8e0e8;
	margin: 0 0 24px;
}
.page404 .toptext p{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 40px;
}

.page404 .subtext{
	margin: 40px 0;
}
.page404 .subtext p{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 24px;
}

.page404 .solution p.empha{
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 16px;
}
.page404 .solution p{
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 24px;
}