@charset "utf-8";*{-webkit-text-size-adjust:none}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}html{height:100%;background:#fff}body{color:#000;font:15px/24px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, sans-serif;margin:0 auto;min-width:320px;min-height:100%;position:relative;background:#fff;}
a{color:#333;text-decoration:none;cursor:pointer;margin:0;padding:0;vertical-align:baseline;-webkit-tap-highlight-color:rgba(255,255,255,0.4)}a:hover{text-decoration:none;-moz-opacity:0.5;filter:alpha(opacity:50);opacity:0.5;}p{margin:0px}input,textarea,select{font:100% Arial,Helvetica,sans-serif;vertical-align:middle}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}figure{margin:0;padding:0}ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0;width:100%}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:10px 0;padding:0}#wrapper .mb0{margin-bottom:0}#wrapper .mb5{margin-bottom:5px}#wrapper .mb10{margin-bottom:10px}#wrapper .mb15{margin-bottom:15px}#wrapper .mb20{margin-bottom:20px}#wrapper .mb25{margin-bottom:25px}.errorMessage{color:#f00}
/* ############################################################################### */
/* styles */
/* ############################################################################### */
body {
	background-color:#305F87;
}
#wrapper{
	background-color: #fff;
	position:relative;
	max-width:1400px;
	min-width: 1000px;
	margin: auto;
	overflow:hidden;
}
a, a img {
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
a.linkfade div {
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
a.linkfade div:hover {
	-moz-opacity:0.5;
	filter:alpha(opacity:50);
	opacity:0.5;
}
a img:hover {
	-moz-opacity:0.5;
	filter:alpha(opacity:50);
	opacity:0.5;
}
/* ############################################################################### */
/* header */
/* ############################################################################### */
#header{
	height: 200px;
	background-image: url(../images/common/header_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	position:relative;
	z-index:99999;
}
#header:after{
	content:'';
	display:block;
	clear:both;
}
#header .holder{
	margin:0 auto;
	max-width:1002px;
	height:120px;
	padding:0 10px;
	position:relative;
}
#header .holder:after{
	content:'';
	display:block;
	clear:both;
}
.sp{display:none !important;}
/* ############################################################################### */
/* logo */
/* ############################################################################### */
.logo{
	position:absolute;
	left:0;
	bottom:0;
	width:256px;
	height:108px;
	background:url(../images/logo-pc.png) no-repeat 50%;
	overflow:hidden;
	text-indent:-9999px;
}
.logo a{
	display:block;
	height:100%;
	position:relative;
}
/* ############################################################################### */
/* menu */
/* ############################################################################### */
.menu-btn{
	position:absolute;
	top:26px;
	right:0;
	overflow:hidden;
	border-left:1px solid #c3c2c2;
}
.menu-btn li{
	float:left;
	margin-left:10px;
}
.menu-btn a{
	display:block;
	width:172px;
	border:4px solid #fff799;
	background:#fff100;
	color:#217cb0;
	text-align:center;
	font-size:14px;
	line-height:26px;
	font-weight:bold;
}
.menu-btn li:first-child a{
	color:#fff;
	border-color:#b3d465;
	background:#8fc31f;
}
.menu-soc{
	position:absolute;
	top:27px;
	right:392px;
	overflow:hidden;
}
.menu-soc li{
	float:left;
	margin-left:11px;
}
.menu-soc a{
	display:block;
	width:29px;
	height:29px;
	overflow:hidden;
	text-indent:-9999px;
}
.link-facebook{
	background:url(../images/ico-soc01.png) no-repeat;
}
.link-twitter{
	background:url(../images/ico-soc02.png) no-repeat;
}
p.shop-twitter {
	padding: 0 0 0;
}
.menu-list{
	position:absolute;
	bottom:0;
	right:0;
	border-right:1px solid #c3c2c2;
}
.menu-list li{
	float:left;
	border-left:1px solid #c3c2c2;
}
.menu-list a{
	display:block;
	padding:6px 34px 0;
	color:#217cb0;
	font-size:15px;
	line-height:17px;
	font-weight:bold;
	text-align:center;
}
.menu-list a span{
	display:block;
	font-size:11px;
	line-height:18px;
	font-weight:normal;
}
.blog-link{
	position:absolute;
	display:block;
	padding:6px 15px;
	color:#217cb0;
	font-size:15px;
	line-height:17px;
	font-weight:bold;
	text-align:center;
	right:0;
	bottom:-67px;
	/* 非表示 */
	display: none;
}
.blog-link span{
	display:block;
	font-size:11px;
	line-height:17px;
	font-weight:normal;
}
.mobile-opener{display:none;}
/* ############################################################################### */
/* top-image */
/* ############################################################################### */
.top-image{
	margin-top: -84px;
	overflow:hidden;
	position:relative;
}
.top-image img{
	display:block;
	width:100%;
}
.top-image .mainBox .mainimage h2{
	width: 1000px;
	margin:auto;
	padding-top: 300px;
	/*
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	*/
	font-size:50px;
	line-height:64px;
	color:#000;
	text-align:center;
	font-style:italic;
	letter-spacing:6px;
	text-shadow:0 0 7px rgba(255,255,255,0.4);
	z-index: 9999;
	letter-spacing: 6px;
	text-shadow: 0px 0px 16px #fff;
}
.top-image .txt{
	position:absolute;
	top:46.5%;
	left:10px;
	right:10px;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:22px;
	font-style:italic;
	font-weight:bold;
}
.top-image .txt h3{
	font-size:48px;
	line-height:50px;
	font-weight:bold;
	font-style:italic;
}
.top-image .txt p span{
	font-style:normal;
}



.mainVisual {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 677px;
}
.mainVisual .arrowLink li.prev {
	left: 19px;
	top: 50%;
	margin-top:-40px;
	position: absolute;
}

.mainVisual .arrowLink li.next {
	right: 19px;
	top: 50%;
	margin-top:-40px;
	position: absolute;
	z-index:10;
}

.top-image .mainBox .mainimage.image02 h2 {
	/*text-align: left;
	padding-left: 80px;*/
}
.mainVisual .mainBox .image01 {
	background-image: url(../images/top/topimg_01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
}
.mainVisual .mainBox .image02 {
	background-image: url(../images/top/topimg_02.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
}
.mainVisual .mainBox .image03 {
	background-image: url(../images/top/topimg_03.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
}
.mainVisual .mainBox .image04 {
	background-image: url(../images/top/topimg_04.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
}
/* ############################################################################### */
/* content */
/* ############################################################################### */
#content {
}
#content.bg-top{
	background:url(../images/bg-top-content.jpg) no-repeat 100% 0;
}
/* ############################################################################### */
/* recruit block */
/* ############################################################################### */
.recruit{
	background:url(../images/bg-recruit.jpg) no-repeat 50% 0;
	overflow:hidden;
}
.recruit .center-holder{
	background:url(../images/bg-center-recruit.jpg) no-repeat 50% 0;
	overflow:hidden;
}
.recruit .content{
	margin:0 auto;
	padding:74px 10px 0;
	max-width:1018px;
	height:803px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.recruit h2{
	margin-bottom:33px;
	font:500 italic 42px/42px 'Futura-Italic', Arial, Helvetica, sans-serif;
	text-align:center;
}
.recruit h3{
	margin-bottom:36px;
	font-size:28px;
	line-height:28px;
	font-style:italic;
	text-align:center;
	letter-spacing:3px;
}
.recruit .text{
	margin-left:42.5%;
	overflow:hidden;
}
.recruit .text p{margin-bottom:13px;}
.recruit .special-box{
	margin:73px 0 20px;
	background:url(../images/top/bg-special-box.jpg);
	padding:14px 30px 13px 24px;
	color:#fff;
	font-size:16px;
	line-height:32px;
	font-weight:bold;
	overflow:hidden;
}
.recruit .special-box a{color:#fff;}
.recruit .special-box .img{
	margin-right:20px;
	float:left;
	width:30.8%;
}
.recruit .special-box .img img{
	display:block;
	width:100%;
}
.recruit .special-box .txt{
	text-align:center;
	overflow:hidden;
}
.recruit .special-box h4{
	margin-bottom:14px;
	font:21px/30px 'Futura', Arial, Helvetica, sans-serif;
}
.recruit .special-box h5{
	margin-bottom:5px;
	font-size:26px;
	line-height:28px;
	font-weight:bold;
	font-style:italic;
}
.recruit .special-box p{margin:0;}
/* ############################################################################### */
/* interview block */
/* ############################################################################### */
.interview{
	background:#fff url(../images/bg-interview-block.jpg) repeat-x 50% 100%;
	overflow:hidden;
}
.interview .content{
	margin:0 auto;
	padding:74px 10px 0;
	max-width:1050px;
}
.interview h2{
	margin-bottom:35px; 
	font:500 italic 42px/42px 'Futura-Italic', Arial, Helvetica, sans-serif;
	text-align:center;
}
.interview h3{
	margin-bottom:39px;
	font-size:28px;
	line-height:28px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}
.interview-list{
	text-align:center;
	overflow:hidden;
}
.interview-list li{
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 25px 114px;
	width:33.333%;
}
.interview-list .box.pink{
	border-top:8px #f29c9f solid;
	color:#f29c9f;
}
.interview-list .box.blue{
	border-top:8px #7ecef4 solid;
	color:#7ecef4;
}
.interview-list .box.orange{
	border-top:8px #facd89 solid;
	color:#facd89;
}
.interview-list .box{
	text-align:left;
	padding-top:19px;
}
.interview-list h4{
	margin-bottom:9px;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	font-style:italic;
}
.interview-list h5{
	margin-bottom:11px;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
}
.interview-list .box p{
	color:#000 !important;
	margin:0;
	font-size:16px;
	line-height:26px;
}
.interview-list .image{
	margin-bottom:2px;
}
.interview-list .image img{
	display:block;
	width:100%;
}
.interview-list .box.pink .image{
	border:4px #f29c9f solid;
}
.interview-list .box.blue .image{
	border:4px #7ecef4 solid;
}
.interview-list .box.orange .image{
	border:4px #facd89 solid;
}
/* two columns content */
#twocolumns{
	margin:0 auto;
	max-width:1400px;
	min-width:1000px;
}
#twocolumns.bg-bottom{
	background:url(../images/bg-interview-block.jpg) repeat-x 50% 100%;
}
#twocolumns:after{
	content:'';
	display:block;
	clear:both;
}



/* ############################################################################### */
/* recruit portrait */
/* ############################################################################### */
.portrait .title-box{
	position:relative;
}
.portrait .title-box .ttl{
	margin-top: -200px;
	margin-bottom: 20px;
}
.portrait .title-box img.image{
	display:block;
	width:100%;
}
.portrait .title-box h3{
	margin-bottom:34px;
	display:inline-block;
	vertical-align:top;
	border:2px #000 solid;
	border-width:2px 0;
	background-color: rgba(255,255,255,0.6);
	font-size:24px;
	line-height:38px;
	font-weight:bold;
	font-style:italic;
	padding:28px;
}
.portrait .inBox{
	padding:81px 0px 0 40px;
	width:760px;
	overflow:hidden;
}
.portrait h2{
	margin-bottom:41px;
	padding-left:35px;
	font-size:24px;
	line-height:40px;
	font-weight:bold;
	font-style:italic;
	position:relative;
}
.portrait h2:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 30px solid #ffb2e7;
	border-bottom: 20px solid transparent;
}
.portrait .left{
	width: 221px;
	float: left;
}
.portrait .right{
	width: 530px;
	float: right;
}
.portrait .inBox .LRBox{
	margin-bottom: 40px;
}
.portrait .inBox h4 {
	font-size: 21px;
	padding-bottom: 6px;
	margin-top: 60px;
	margin-bottom: 10px;
}
.portrait .inBox h4.red {
	border-bottom: 8px solid #f29c9f;
}
.portrait .inBox h4.blue {
	border-bottom: 8px solid #7ecef4;
}
.portrait .inBox h4.orange {
	border-bottom: 8px solid #facd89;
}
.mt40 {
	margin-top: 40px;
}
.mb100 {
	margin-bottom: 100px;
}

/* ############################################################################### */
/* recruit flow */
/* ############################################################################### */
.flow .inBox{
	padding:81px 0px 0 40px;
	width:760px;
	overflow:hidden;
}
.flow h2{
	margin-bottom:41px;
	padding-left:35px;
	font-size:24px;
	line-height:40px;
	font-weight:bold;
	font-style:italic;
	position:relative;
}
.flow h2:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 30px solid #ffb2e7;
	border-bottom: 20px solid transparent;
}
.flow .left{
	width: 100px;
	text-align: right;
	float: left;
}
.flow .right{
	width: 580px;
	text-align: center;
	float: left;
}
.flow .inBox .LRBox{
	height: 200px;
}
.flow .inBox h4 {
	font-size: 21px;
	padding-bottom: 6px;
	margin-top: 60px;
	margin-bottom: 10px;
}
.flow .inBox .LRBox img {
	margin-top: 40px;
}
.flow .inBox .LRBox.step01 a {
	display: block;
	width: 40%;
	color: #fff;
	font-weight: bold;
	padding: 10px 10px;
	text-align: center;
	margin: auto;
	background-color:#0C8A16;
}
.flow .inBox .LRBox.step05 h4 {
	margin-top: 40px;
}
.flow .inBox .LRBox.step03 img, .flow .inBox .LRBox.step05 img {
	margin-top: 20px;
}
.flow .inBox .LRBox.step01{
	background-image: url(../images/recruit/flow/flow_bg_01.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.flow .inBox .LRBox.step02{
	height: 220px;
	background-image: url(../images/recruit/flow/flow_bg_02.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.flow .inBox .LRBox.step03{
	background-image: url(../images/recruit/flow/flow_bg_03.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.flow .inBox .LRBox.step04{
	height: 220px;
	background-image: url(../images/recruit/flow/flow_bg_04.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.flow .inBox .LRBox.step05{
	background-image: url(../images/recruit/flow/flow_bg_05.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
/* ############################################################################### */
/* main content column */
/* ############################################################################### */
#twocolumns .main{
	width:74.4%;
	max-width: 1000px;
	min-width: 800px;
	float:right;
	position:relative;
	z-index: 9999;
}
#twocolumns .main:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:7px;
	height:100%;
	background:url(../images/shadow-main.png) repeat-y;
}
#twocolumns .main.no-shadow:after{
	display:none;
}
/* ############################################################################### */
/* breadcrumbs */
/* ############################################################################### */
.breadcrumbs{
	position:absolute;
	top:20px;
	left:0px;
	list-style:none;
	font-size:12px;
	line-height:18px;
	color:#217cb0;
	z-index:100;
}
.breadcrumbs.pc {
	width: 800px;
	text-align: right;
}
.breadcrumbs li{
	display:inline-block;
	vertical-align:top;
	text-align:right;
}
.breadcrumbs a{
	color:#217cb0;
}
.breadcrumbs span{
	display:inline-block;
	vertical-align:top;
	padding:0 5px 0 12px;
}
/* ############################################################################### */
/* interview info */
/* ############################################################################### */
.interview-info img.image{
	display:block;
	width:100%;
}
.interview-info .title-box{
	position:relative;
}
.interview-info .title-box .ttl{
	position:absolute;
	top:35.8%;
	left:1%;
	min-width:51.5%;
	text-align:center;
}
.interview-info .title-box h2{
	margin-bottom:5px;
	font:bold italic 42px/42px 'Futura-Italic', Arial, Helvetica, sans-serif;
}
.interview-info .title-box h3{
	margin-bottom:34px;
	display:inline-block;
	vertical-align:top;
	border:2px #000 solid;
	border-width:2px 0;
	font-size:24px;
	line-height:25px;
	font-weight:bold;
	font-style:italic;
	padding:12px 0;
}
.interview-info .title-box h4{
	margin-bottom:19px;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	font-style:italic;
}
.interview-info .title-box h5{
	margin-bottom:13px;
	font-size:32px;
	line-height:32px;
	font-weight:bold;
	font-style:italic;
}
.interview-info .title-box h6{
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	font-style:italic;
}
.interview-info .num-box:after{
	content:'';
	display:block;
	clear:both;
}
.interview-info .num-box.box1{
	padding-bottom:256px;
	background:url(../images/bg1-interview-info.jpg) no-repeat 0 100%;
}
.interview-info .num-box.box2{
	padding-bottom:25px;
	background:#ffdceb;
}
.interview-info .num-box.box2 .top-img{
	margin:-230px 0 38px;
	position:relative;
	float:left;
	width:100%;
}
.interview-info .num-box p{
	margin-bottom:0;
	padding-bottom:12px;
	line-height: 1.8;
	letter-spacing:0.5px;
}
.interview-info .num-box .hold{
	margin:0 200px 0 89px;
}
.interview-info .num-box h3{
	clear:both;
	padding-top:80px;
	margin:0 0 29px;
	font-size:24px;
	line-height:36px;
	font-weight:bold;
	font-style:italic;
	overflow:hidden;
}
.interview-info .num-box h3 .num{
	float:left;
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
	font-size:36px;
	color:#ff6ad7;
}
.interview-info .num-box h3 strong{
	display:block;
	overflow:hidden;
}
.interview-info .img-right{
	margin:0 -200px 0 38px;
	float:right;
	width:71.9%;
}
.interview-info .num-box.box3{
	padding-top:120px;
	padding-bottom:102px;
	background:url(../images/bg2-interview-info.jpg) no-repeat 0 100%;
}
.interview-info .num-box.box3 h3{
	padding-top:0;
	margin-bottom:24px;
	clear:none;
}
.interview-info .num-box.box4{
	position:relative;
}
.interview-info .num-box.box4.mrTop{
	margin-top: -60px;
}
.interview-info .num-box.box4 .text{
	position:absolute;
	top:0;
	left:47%;
	width:40%;
}
.interview-info .num-box.box4 .text .txt{
	margin-left:12px;
	max-width:300px;
}
.interview-info .num-box.box4 .text h3{
	margin-bottom:20px;
}
/* ############################################################################### */
/* company profile */
/* ############################################################################### */
.profile{
	padding:81px 40px 0;
	max-width:760px;
	overflow:hidden;
}
.profile h2{
	margin-bottom:41px;
	padding-left:35px;
	font-size:24px;
	line-height:40px;
	font-weight:bold;
	font-style:italic;
	position:relative;
}
.profile h2:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 30px solid #ffb2e7;
	border-bottom: 20px solid transparent;
}
.table{
	margin:0 0 80px;
	width:100%;
	border-collapse:collapse;
}
.table tr th,
.table tr td{
	font-size:14.6px;
	line-height:1.8;
	font-weight:normal;
	text-align:left;
	padding:10px 21px;
}
.table tr th{padding-right:0;}
.table tr:nth-child(odd) th,
.table tr:nth-child(odd) td{
	background:#eef9fe;
}
.table tr th{
	width:205px;
}
.table a{
	font-size: 90%;
	font-weight:bold;
	color:#217cb0;
}
/* ############################################################################### */
/* company history */
/* ############################################################################### */
.history .table tr th{
	width:70px;
}
.history .table tr td.mnt{
	width:40px;
	text-align: right;
}
/* ############################################################################### */
/* map box */
/* ############################################################################### */
.map-box{
	padding:0 40px;
	width:760px;
	overflow:hidden;
}
.map-box h2{
	margin-bottom:39px;
	padding-left:35px;
	font-size:24px;
	line-height:40px;
	font-weight:bold;
	font-style:italic;
	position:relative;
}
.map-box h2:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 30px solid #ffb2e7;
	border-bottom: 20px solid transparent;
}
.map-box .map{
	margin-bottom:114px;
}
.map-box .map img{
	display:block;
	width:100%;
}
/* ############################################################################### */
/* sidebar */
/* ############################################################################### */
.sidebar{
	margin-top:81px;
	width:200px;
	float:right;
	z-index: 1;
}
/*
.pc-side-nav-fixed {
	top: 0;
	left: 0%;
	width: 200px;
	position: fixed;
}
*/
.sidebar h3{
	font-size:16px;
	line-height:19px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	padding:12px 0 8px 0;
	background:#eef9fe;
}
.side-nav{
	margin-bottom:60px;
	list-style:none;
	border-top:1px #dcdcdc solid;
}
.side-nav li{
	border-bottom:1px #dcdcdc solid;
}
.side-nav li a{
	display:block;
	font-size:14px;
	line-height:19px;
	font-weight:bold;
	font-style:italic;
	padding:10px 7px;
	color:#000;
}
.side-nav li ul li a {
	font-size: 86%;
	padding-top:8px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-top: 1px dotted #dcdcdc;
}
.side-nav li ul li{
	border-bottom: none;
}
.side-nav li a.mark{
	color:#fc427f;
	background-color:#FCEAF7;
}
.side-nav li a.soon{
	color:#bbb;
	pointer-events: none;
}
.side-nav li a.soon:after {
	content: "近日公開";
	font-size: 8px;
	margin-left: 10px;
	font-weight: normal;
}
.side-nav ul{
	border-top:1px #dcdcdc solid;
}
.side-nav li ul {
	border-top: none;
}
.side-nav ul li a{
	padding-left:15px;
}
.fixnav {
	margin-bottom: 40px;
}
/* ############################################################################### */
/* contact */
/* ############################################################################### */
.contact{
	padding:81px 40px 0;
	max-width:760px;
	overflow:hidden;
}
.contact h2{
	margin-bottom:41px;
	padding-left:35px;
	font-size:24px;
	line-height:40px;
	font-weight:bold;
	font-style:italic;
	position:relative;
}
.contact h2:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 30px solid #ffb2e7;
	border-bottom: 20px solid transparent;
}
.contact .table tr th {
}
.table th span {
	color: #ff467a;
	padding-left:4px;
}
.table input, .table textarea {
	padding: 6px 6px;
}
.table .full input, .table textarea {
	width: 99%;
	border: 1px solid #ccc;
}
.table .min input {
	width: 40px;
}

.submit {
}
.submit input {
    display: block;
    width: 172px;
    border: 4px solid #fff799;
    background: #fff100;
    color: #217cb0;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
	cursor: pointer;
	margin: auto;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	width: 240px;
	text-align: center;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	padding: 10px;
}

/* ############################################################################### */
/* footer */
/* ############################################################################### */
#footer{
	padding:80px 0 0;
	background:#151d2c;
	text-align:center;
	font-size:12px;
	line-height:20px;
	color:#4d5c6a;
}
#footer .link-to-top{
	margin-bottom:81px;
	display:inline-block;
	vertical-align:top;
	font:20px/22px 'Futura', Arial, Helvetica, sans-serif;
	color:#406881;
	padding-top:16px;
	background:url(../images/ico-link-to-top.png) no-repeat 50% 0;
}
#footer .bar{
	padding:40px 10px;
	background:#171f2f;
	letter-spacing:0.5px;
	overflow:hidden;
}
#footer .bar p{margin:0;}