@charset "utf-8";

/*
Theme Name: taskaltheme
Description: タスカルテンプレート
Version: 1.0-201612
Author: cobitospice.com
*/

/* ------------------------------
 Base
------------------------------ */

html {
	-webkit-text-size-adjust: 100%;
}
* {
	border: none;
	margin: 0px;
	padding: 0px;
	font-weight: inherit;
	font-size: inherit;
}
section, article, aside, dialog, figure, footer, header, hgroup, nav, li {
	display: block;
}
body {
	height: 100%;
	margin: 0;
	font-size: 14px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: center;
	color: #333;
	background: #fff;
}
a {
	color: #333;
	outline: none;
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.noef a {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
a:hover {
	cursor: pointer;
}
li {
	list-style-type: none;
}
img {
	max-width: 100%;
	vertical-align: middle;
}

::selection {
	background: #E1E2F9; /* Safari */
}
::-moz-selection {
	background: #E1E2F9; /* Firefox */
}

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ---------- Common-Setting ---------- */

.serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.b { font-weight: bold; }
.fl { float: left; }
.fr { float: right; }
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.s { font-size: 80%; }
.m { font-size: 90%; }
.l { font-size: 140%; }
.clear { clear: both;}



/* ------------------------------
 Base END
------------------------------ */

#container {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.pctabnone {
	display: none;
}
.pcnone {
	display: none;
}


/* ------------------------------
 Header
------------------------------ */

#header {
	width: 100%;
	height: 120px;
	background-color: #fff;
	position: relative;
}
#header .wrapper {
	height: 120px;
}
#header .wrapper h1 {
	width: 186px;
	height: 76px;
	float: left;
	margin-top: 20px;
}
#header .wrapper h1 a {
	width: 100%;
	display: block;
}
#header .wrapper #hd_bt {
	width: 100%;
	height: 40px;
	position: relative;
}
#header .wrapper #hd_bt ul {
	width: 340px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 40px;
}
#header .wrapper #hd_bt ul li {
	width: 160px;
	height: 40px;
	float: left;
}
#header .wrapper #hd_bt ul li:first-child {
	margin-right: 20px;
}
#header .wrapper #hd_bt ul li a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	color: #fff;
	text-align: center;
}
#header .wrapper #hd_bt ul li:first-child a {
	background-color: #66666B;
}
#header .wrapper #hd_bt ul li:last-child a {
	background-color: #1C2087;
}
#header .wrapper #hd_bt p {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	right: 0;
}
#header .wrapper #hd_bt p a {
	width: 100%;
	display: block;
}
#spnavi {
	display: none;
}

#navi {
	width: 780px;
	height: 60px;
	float: right;
	padding-top: 20px;
}

/*-- Level1 -------------------------  */

#navi ul.navi_lv1 {
	width: 100%;
	height: 60px;
}
#navi ul.navi_lv1 li {
	width: 20%;
	height: 60px;
	float: left;
}
#navi ul.navi_lv1 > li > a {
	width: 100%;
	height: 60px;
	line-height: 40px;
	padding: 10px 0;
	display: block;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
#navi ul.navi_lv1 > li > a::after {
	content: "";
	width: 1px;
	height: 30px;
	background-color: #ddd;
	position: absolute;
	top: 15px;
	right: 0;
}
#navi ul.navi_lv1 > li:last-child > a::after {
	content: "";
	width: 0;
	height: 0;
	background-color: transparent;
	position: static;
}

#navi ul.navi_lv1 > li > a::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #E31B7F;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#navi ul.navi_lv1 > li > a:hover::before {
	width: 100%;
}

#about #navi ul.navi_lv1 > li.navi_about > a::before,
#user #navi ul.navi_lv1 > li.navi_user > a::before,
#support #navi ul.navi_lv1 > li.navi_user > a::before,
#schedule #navi ul.navi_lv1 > li.navi_user > a::before,
#inside #navi ul.navi_lv1 > li.navi_user > a::before,
#outside #navi ul.navi_lv1 > li.navi_user > a::before,
#recruit #navi ul.navi_lv1 > li.navi_user > a::before,
#impression #navi ul.navi_lv1 > li.navi_impression > a::before,
#client #navi ul.navi_lv1 > li.navi_client > a::before,
#valuation #navi ul.navi_lv1 > li.navi_client > a::before,
#staff #navi ul.navi_lv1 > li.navi_staff > a::before {
	width: 100%;
}
	


/*-- Level2 -------------------------  */

#navi div.navi_lv2 {
	width: 100%;
	display: none;
	position: absolute;
	top: 120px;
	left: 0;
	background-color: rgba(15,16,72,0.95);
	margin: 0;
	overflow: hidden;
	z-index: 9999;
}
#navi ul.navi_lv1 li ul.subnavi {
	height: auto;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}
#navi ul.navi_lv1 li p {
	width: 980px;
	margin: 0 auto;
	color: #fff;
	font-weight: 700;
	padding: 10px;
	font-size: 18px;
	border-bottom: 1px solid #333971;
}
#navi ul.navi_lv1 li ul.subnavi li {
	width: 230px;
	height: 80px;
	margin: 10px;
	float: left;
	display: inline;
}
#navi ul.navi_lv1 li ul.subnavi li a {
	width: 230px;
	height: 80px;
	display: block;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif !important;
	border: 1px solid #333971;
	color: #1C2087;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(255,255,255,1);
}
#navi ul.navi_lv1 li ul.subnavi li a span {
	width: 100%;
	display: block;
	margin-bottom: 7px;
}

#navi ul.navi_lv1 li ul.subnavi li a:hover {
	color: #E31B7F;
}

#btnMenuOpen {
	display: none;
}


/* ------------------------------
 Ftnavi
------------------------------ */

#ftnavi {
	display: none;
}


/* ------------------------------
 Footer
------------------------------ */

#footer {
	width: 100%;
	height: 120px;
	padding: 20px 0 0;
	background-color: #fff;
	overflow: hidden;
	border-top: 1px solid #ddd;
}
#footer #pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
}
#footer #pagetop a {
	width: 60px;
	height: 45px;
	padding-top: 15px;
	text-align: center;
	background-color:	rgba(0,0,0,0.6);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: block;
}
#footer #pagetop a img {
	width: 50%;
}
#footer #pagetop a:hover {
	height: 50px;
	padding-top: 10px;
	background-color: rgba(0,0,0,0.4);
}

#footer nav {
	width: 400px;
	float: left;
	padding-top: 30px;
}
#footer nav ul li {
	float: left;
}
#footer nav ul li a {
	padding: 0 15px;
	border-right: 1px solid #ddd;
}
#footer nav ul li:last-child a {
	border-right: none;
}
#footer #ft_main {
	width: 490px;
	float: right;
}
#footer #ft_main p.info {
	float: left;
	padding-top: 5px;
}
#footer #ft_main p.info span {
	font-size: 14px;
	line-height: 1.1;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	text-align: center;
	display: block;
}
#footer #ft_main p.info .tel-link {
	font-size: 34px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#footer #ft_main p.info span img {
	width: 30px;
	height: 30px;
	margin: -8px 10px 0 0;
}
#footer #ft_main h1 {
	width: 186px;
	height: 76px;
	float: right;
}
#footer .wrapper h1 a {
	width: 100%;
	display: block;
}
#footer small {
	clear: both;
	font-size: 10px;
	text-align: right;
	display: block;
	padding-top: 20px;
	letter-spacing: 0;
}


/* ------------------------------
 TopPage
------------------------------ */

/******* common ********************************************/

#top_info,
#top_about,
#top_katsuyou,
#top_blog,
#access {
	margin-top: 50px;
	margin-bottom: 50px;
}
#top_info h1,
#top_about h1,
#top_katsuyou h1,
#top_blog h1,
#access h1 {
	text-align: center;
	font-size: 35px;
	position: relative;
	margin-bottom: 40px;
}
#top_info h1::before,
#top_about h1::before,
#top_katsuyou h1::before,
#top_blog h1::before,
#access h1::before {
	content: "";
	width: 350px;
	height: 1px;
	background-color: #E31B7F;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
p.more {
	width: 30%;
	height: 35px;
	margin: 30px auto;
}
p.more a {
	width: 100%;
	height: 35px;
	line-height: 35px;
	display: block;
	background-color: #666;
	color: #fff;
	text-align: center;
}
p.more a:hover {
	background-color: #E31B7F;
}


/******* eyecatch ********************************************/

#eyecatch {
	width: 100%;
	height: 600px;
	background:url(images/eyecatch.jpg) no-repeat 50% 50%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	text-indent: -9999px;
}


/******* news ********************************************/

#top_info ul {
	border-top: 1px solid #ccc;
}
#top_info ul li {
	padding: 15px;
	border-bottom: 1px solid #ccc;
}
#top_info ul li span {
	height: 28px;
	line-height: 28px;
	display: block;
	float: left;
}
#top_info ul li span.date {
	width: 100px;
}
#top_info ul li span.cat {
	width: 130px;
	margin: 0 10px;
	background-color: #999;
	color: #fff;
	text-align: center;
	font-size: 13px;
}
#top_info ul li p {
	margin: 0 0 0 260px;
}
#top_info ul li p a:hover {
	color: #e31b7f;
	text-decoration: underline;
}


/******* about ********************************************/

#top_about a {
	width: 100%;
	display: block;
}
#top_about div {
	width: 100%;
	height: 500px;
	background: #F88C56 url(images/bg_topabout.jpg) no-repeat 50% bottom;
	background-size: 1200px auto;
	-webkit-background-size: 1200px auto;
	-moz-background-size: 1200px auto;
	position: relative;
}
#top_about div p.more {
	width: 400px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	position: absolute;
	bottom: 30px;
	left: 50%;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	text-align: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#top_about a:hover div p.more {
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.3);
}


/******* katsuyou ********************************************/

#top_katsuyou ul {
	width: 1050px;
	height: 250px;
	margin: 0 -25px;
}
#top_katsuyou ul li {
	width: 50%;
	height: 250px;
	float: left;
	padding: 0 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#top_katsuyou ul li a {
	width: 100%;
	height: 250px;
	display: block;
}
#top_katsuyou ul li a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}


/******* blog ********************************************/

#top_blog ul {
	width: 1050px;
	margin: 0 -25px;
	overflow: hidden;
}
#top_blog ul li {
	width: 50%;
	float: left;
	padding: 0 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 25px;
}
#top_blog ul li figure {
	width: 202px;
	height: 202px;
	float: left;
	margin-right: 30px;
}
#top_blog ul li figure a {
	width: 200px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #ccc;
	display: block;
}
#top_blog ul li figure a:hover {
	border: 1px solid #E31B7F;
}
#top_blog ul li .txt h2 {
	margin-bottom: 10px;
	line-height: 1.2;
}
#top_blog ul li .txt h2 a {
	font-size: 18px;
}
#top_blog ul li .txt h2 a:hover {
	color: #e31b7f;
	text-decoration: underline;
}
#top_blog ul li .txt span {
	font-size: 12px;
}
#top_blog ul li .txt span.date {
	padding-right: 20px;
	letter-spacing: 1px;
	color: #666;
	vertical-align: middle;
}
#top_blog ul li .txt span.category {
	display: inline-block;
	padding: 2px 5px 0;
	background-color: #999;
	color: #fff;
	vertical-align: middle;
}
#top_blog ul li .txt p {
	line-height: 1.2;
	margin-top: 10px;
}


/******* banner ********************************************/

ul.banner li {
	width: 100%;
	height: 300px;
}
ul.banner li:last-child {
	height: 350px;
}
ul.banner li a {
	width: 100%;
	display: block;
	position: relative;
}
ul.banner li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
ul.banner li#ban_voice a {
	height: 300px;
	background:url(images/ban_voice.jpg) no-repeat 50% 50%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
ul.banner li#ban_voice a img {
	width: 500px;
}
ul.banner li#ban_staff a {
	height: 300px;
	background:url(images/ban_staff.jpg) no-repeat 50% 50%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
ul.banner li#ban_staff a img {
	width: 500px;
}
ul.banner li#ban_contact a {
	height: 350px;
	background:url(images/ban_contact.jpg) no-repeat left 50% #74C2EF;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
ul.banner li#ban_contact a img {
	width: 900px;
}


/******* access ********************************************/

#access {
	margin: 50px 0 0;
}
#access #map {
	width: 100%;
	height: 300px;
	background-color: #eee;
	margin-top: 10px;
}
#access #map {
	position: relative;
	padding-bottom: 25%;
	height: 0;
	overflow: hidden;
}
#access #map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* ------------------------------
 中ページ
------------------------------ */

.mainvisual {
	height: 200px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	overflow: hidden;
	position: relative;
}
.mainvisual h1 {
	width: 90%;
	color: #fff;
	font-size: 30px;
	text-shadow: 0 0 10px #000;
	-webkit-text-shadow: 0 0 10px #000;
	-moz-text-shadow: 0 0 10px #000;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	line-height: 1.2;
}

ul#bc {
	margin-bottom: 30px;
	padding: 10px 0;
}
ul#bc li {
	float: left;
	line-height: 1.2;
}
ul#bc li a {
	color: #1C2087;
}

.w850 {
	width: 850px;
	margin: 0 auto;
}
.post a {
	color: #E31B7F;
	text-decoration: underline;
}
.post h1 {
	text-align: center;
	font-size: 30px;
	position: relative;
	margin: 50px 0 40px;
}
.post h1 span {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	position: relative;
	padding-left: 60px;
	background:url(images/icon_h1.png) no-repeat left top;
	background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
}
.post h1::before {
	content: "";
	width: 350px;
	height: 1px;
	background-color: #E31B7F;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.post h2 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 30px;
}
.post p {
	margin-bottom: 20px;
}
p.commonbanner {
	width: 850px;
	margin: 0 auto 40px;
	text-align: center;
	clear: both;
}


/******* NewsPage ********************************************/

#news_ph {
	background:url(images/news_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
#top_info ul.newslist {
	margin-bottom: 30px;
}

ul.pagelink {
	margin: 30px auto;
	overflow: hidden;
	clear: both;
	text-align: center;
}
ul.pagelink li {
	display: inline-block;
	margin: 10px 0;
}
ul.pagelink li a {
	display: block;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 6px 20px;
	text-align: center;
	position: relative;
	text-decoration: none;
}
ul.pagelink li a:hover {
	border: 1px solid #E31B7F;
	background-color: #E31B7F;
	color: #fff;
	text-decoration: none;
}
ul.pagelink li.back {
	margin: 0 20px;
}
ul.pagelink li.back a {
	text-align: center;
}


/******* AboutPage ********************************************/

#about_ph {
	background:url(images/about_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
ol.aboutlist {
	margin-bottom: 20px;
}
ol.aboutlist li {
	line-height: 1.4;
	margin-bottom: 10px;
}
p.m span {
	display: block;
	line-height: 1.3;
	margin-bottom: 10px;
}
.abouttbl {
	padding: 30px;
	background-color: #f3f3f3;
}
.abouttbl table {
	width: 100%;
	border-collapse: collapse;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.abouttbl table th {
	width: 25%;
	padding: 5px 10px;
	border-bottom: 1px dotted #ddd;
	text-align: center;
	color: #666;
}
.abouttbl table td {
	padding: 5px 10px;
	border-bottom: 1px dotted #ddd;
}
.abouttbl table tr:last-child th,
.abouttbl table tr:last-child td {
	border-bottom: none;
}

.abouttbl table td ul li::before {
	content: "●";
	font-size: 10px;
	color: #ccc;
	padding-right: 5px;
	vertical-align: middle;
}
ul.history {
	width: 55%;
	margin: 0 auto;
}
ul.history li {
	margin-bottom: 10px;
}
ul.history li span {
	width: 150px;
	display: inline-block;
	margin-right: 20px;
}

#about #map {
	width: 100%;
	height: 300px;
	background-color: #eee;
	margin: 0 0 30px;
}
#about #map {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}
#about #map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

	

/******* PrivacyPage ********************************************/

#privacy_ph {
	background:url(images/privacy_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
dl.privacy dt {
	font-size: 18px;
	color: #1C2087;
	margin-bottom: 10px;
}
dl.privacy dd {
	margin-bottom: 40px;
}


/******* MessagePage ********************************************/

#user_ph {
	background:url(images/message_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.pagenavi {
	margin: 40px -10px;
}
.pagenavi ul li {
	height: 60px;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#messagenavi ul li {
	width: 16.66%;
}
.pagenavi ul li a {
	height: 60px;
	display: block;
	border: 1px solid #666;
	padding: 10px 0;
	text-align: center;
	line-height: 1.2;
	color: #333;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pagenavi ul li a span {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
}
.pagenavi ul li a:hover {
	background-color: #E31B7F;
	color: #fff;
}
#user #messagenavi ul li.messagenavi_user a,
#support #messagenavi ul li.messagenavi_support a,
#schedule #messagenavi ul li.messagenavi_schedule a,
#inside #messagenavi ul li.messagenavi_inside a,
#outside #messagenavi ul li.messagenavi_outside a,
#recruit #messagenavi ul li.messagenavi_recruit a {
	background-color: #E31B7F;
	color: #fff;
}

figure.message_photo {
	width: 350px;
	float: left;
	margin: 0 40px 60px 0;
}


/******* ClientPage ********************************************/

#client_ph {
	background:url(images/client_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
#clientnavi ul {
	width: 50%;
	margin: 0 auto;
}
#clientnavi ul li {
	width: 50%;
}
#client #clientnavi ul li.clientnavi_client a,
#valuation #clientnavi ul li.clientnavi_valuation a {
	background-color: #e31b7f;
	color: #fff;
}
.merit {
	padding: 40px;
	border: 10px solid #FAD1E6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 40px;
}
.merit h2 span {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.merit ul li {
	margin: 10px 0;
	position: relative;
	line-height: 1.4;
}
.merit ul li::before {
	content: "●";
	color: #E31B7F;
	padding-right: 5px;
}


/******* ValuationPage ********************************************/

#valuation_ph {
	background:url(images/valuation_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
dl.valuationlist {
	position: relative;
	padding-left: 120px;
	margin-bottom: 60px;
}
dl.valuationlist::before {
	content: "";
	width: 90px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
	background:url(images/icon_valuation.jpg) no-repeat left top;
	background-size: 90px 90px;
	-webkit-background-size: 90px 90px;
	-moz-background-size: 90px 90px;
}
dl.valuationlist dt {
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


/******* InquiryPage ********************************************/

#inquiry_ph,
#completion_ph {
	background:url(images/inquiry_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
#inquiry p,
#completion p {
	text-align: center;
}
table.form {
	width: 100%;
	border-collapse: collapse;
}
table.form th {
	width: 30%;
	padding: 10px;
	color: #666;
	font-weight: bold;
}
table.form td {
	padding: 10px;
}
table.form th span.mark {
	background-color: #E31B7F;
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.2em;
	margin-left: 5px;
	padding: 2px 4px;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
	width: 90%;
	vertical-align: middle;
	line-height: 26px;
	height: 26px;
	padding: 2px;
	border: 1px solid #333;
	font-size: 100%;
	margin: 0 7px 7px 0;
}
textarea {
	width: 90%;
	padding: 2px;
	border: 1px solid #333;
	font-size: 100%;
	color: #333;
	margin: 0;
}
input.button {
	width: 300px;
	margin: 30px auto;
	padding: 14px 0;
	font-size: 16px;
	background-color: #1C2087;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	cursor: pointer;
}
input.button:hover {
	background-color: #E31B7F;
}
input.back {
	width: 200px;
	padding: 10px 0;
	font-size: 16px;
	background-color: #ccc;
	color: #333;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	cursor: pointer;
}
input.back:hover {
	background-color: #bbb;
}
.sh {
	width: 30%;
}
.mid {
	width: 60%;
}
.lar {
	width: 90%;
}

.completion_info {
	width: 500px;
	border: 1px solid #1F2292;
	padding: 20px;
	margin: 30px auto;
}
.completion_info span {
	font-size: 14px;
	line-height: 1.1;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	text-align: center;
	display: block;
}
.completion_info .tel-link {
	font-size: 34px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.completion_info span img {
	width: 30px;
	height: 30px;
	margin: -8px 10px 0 0;
}


/******* SupportPage ********************************************/

#support_ph {
	background:url(images/support_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
ul#supportflow {
	margin: 0 -15px;
}
ul#supportflow li {
	width: 50%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	-werbkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 30px;
}
ul#supportflow li div {
	border: 1px solid #ccc;
	padding: 10px;
}
ul#supportflow li div p {
	line-height: 1.3;
	margin-bottom: 0;
}
ul#supportflow li div p.name {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
ul#supportflow li div p.name span {
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #333;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}
ul#supportflow li div figure {
	width: 150px;
	height: 150px;
	float: right;
	margin: 0 0 20px 20px;
}
ul#supportflow li.full {
	width: 100%;
}
ul#supportflow li.full div p.name {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 0;
}
dl.qalist {
	margin-bottom: 20px;
}
dl.qalist.last dd {
	margin-bottom: 40px;
}
dl.qalist dt {
	border-bottom: 1px dotted #E31B7F;
	margin-bottom: 10px;
	font-size: 16px;
}
dl.qalist dt::before {
	content:"Q";
	color: #E31B7F;
	font-size: 24px;
	font-weight: 700;
	margin-right: 10px;
}
dl.qalist dd {
	padding: 10px;
	background-color: #f3f3f3;
}
figure.ph_staff {
	width: 510px;
	margin: 0 auto 40px;
}
.sankou {
	padding: 20px 20px 0;
	border: 1px solid #ddd;
}
p.ban_support {
	margin-top: 30px;
}
p.ban_support a {
	display: block;
	padding: 30px;
	background-color: #2D3190;
	text-align: center;
}
p.ban_support a:hover {
	background-color: #E31B7F;
}


/******* SchedulePage ********************************************/

#schedule_ph {
	background:url(images/schedule_ph.png) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
ul#schedule_list {
	position: relative;
}
ul#schedule_list::before {
	content: "";
	width: 50px;
	height: 100%;
	background-color: #1F2292;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -25px;
	z-index: -1;
}
ul#schedule_list li {
	border: 1px solid #ccc;
	padding: 40px;
	margin-bottom: 40px;
	background-color: #fff;
}
ul#schedule_list li figure {
	width: 300px;
	text-align: center;
	float: left;
	margin-right: 30px;
}
ul#schedule_list li .txt {
	padding-top: 30px;
}
ul#schedule_list li .txt p {
	margin-bottom: 0;
}
ul#schedule_list li .txt p.name {
	font-size: 20px;
	margin-bottom: 20px;
}
ul#schedule_list li.rest {
	border: none;
	padding: 0;
	margin: -10px 0 30px 200px;
	background-color: transparent;
	text-align: center;
	font-size: 18px;
}


/******* OutsidePage / InsidePage ********************************************/

#inside_ph {
	background:url(images/inside_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
#outside_ph {
	background:url(images/outside_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
p.job_intro {
	height: 95px;
	background:url(images/jobintro_ph.jpg) no-repeat left top;
	background-size: 80px 95px;
	-webkit-background-size: 80px 95px;
	-moz-background-size: 80px 95px;
	padding-left: 100px;
	font-size: 18px;
	margin-bottom: 30px;
}
.job {
	width: 680px;
	margin: 0 auto;
}
.job figure {
	width: 200px;
	float: left;
	margin-right: 30px;
}
p#inside_message {
	background-color: #FDF9DF;
	padding-top: 30px;
	text-align: center;
	margin: 40px 0;
}


/******* RecruitPage ********************************************/

#recruit_ph {
	background:url(images/recruit_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
table.recruit_tbl {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
table.recruit_tbl th {
	width: 20%;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #eee;
	text-align: center;
}
table.recruit_tbl td {
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
table.recruit_tbl td p {
	margin-bottom: 10px;
}
table.recruit_tbl td p:last-child {
	margin-bottom: 0;
}
table.recruit_tbl tr:nth-child(even) th {
	background-color: #f5f5f5;
}
table.recruit_tbl tr:nth-child(even) td {
	background-color: #F2F2FD;
}


/******* ImpressionPage ********************************************/

#impression_ph {
	background:url(images/impression_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
dl.voicelist {
	margin-bottom: 50px;
}
dl.voicelist dt {
	position: relative;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	padding: 10px 10px 10px 40px;
	margin-bottom: 20px;
}
dl.voicelist dt .toggleAnswer {
	display: none;
}
dl.voicelist dt.man {
	background: -webkit-gradient(linear, left top, right bottom, from(#CECBF1), color-stop(0.25, #CECBF1), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #CECBF1), color-stop(0.75, #CECBF1), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #CECBF1 25%, white 25%, white 50%, #CECBF1 50%, #CECBF1 75%, white 75%, white);
	background: linear-gradient(-45deg, #CECBF1 25%, white 25%, white 50%, #CECBF1 50%, #CECBF1 75%, white 75%, white);
	background-size: 4px 4px;
}
dl.voicelist dt.man::before {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -15px;
	background:url(images/icon_man.png) no-repeat left center;
	background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
}
dl.voicelist dt.woman {
	background: -webkit-gradient(linear, left top, right bottom, from(#EDC2DA), color-stop(0.25, #EDC2DA), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #EDC2DA), color-stop(0.75, #EDC2DA), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #EDC2DA 25%, white 25%, white 50%, #EDC2DA 50%, #EDC2DA 75%, white 75%, white);
	background: linear-gradient(-45deg, #EDC2DA 25%, white 25%, white 50%, #EDC2DA 50%, #EDC2DA 75%, white 75%, white);
	background-size: 4px 4px;
}
dl.voicelist dt.woman::before {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -15px;
	background:url(images/icon_woman.png) no-repeat left center;
	background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
}
dl.voicelist p.namearea {
	padding: 5px 10px;
	text-align: right
}
dl.voicelist p.man_name {
	background: -webkit-gradient(linear, left top, right bottom, from(#E7E6F9), color-stop(0.25, #E7E6F9), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #E7E6F9), color-stop(0.75, #E7E6F9), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #E7E6F9 25%, white 25%, white 50%, #E7E6F9 50%, #E7E6F9 75%, white 75%, white);
	background: linear-gradient(-45deg, #E7E6F9 25%, white 25%, white 50%, #E7E6F9 50%, #E7E6F9 75%, white 75%, white);
	background-size: 4px 4px;
}
dl.voicelist p.woman_name {
	background: -webkit-gradient(linear, left top, right bottom, from(#F7E3ED), color-stop(0.25, #F7E3ED), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #F7E3ED), color-stop(0.75, #F7E3ED), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #F7E3ED 25%, white 25%, white 50%, #F7E3ED 50%, #F7E3ED 75%, white 75%, white);
	background: linear-gradient(-45deg, #F7E3ED 25%, white 25%, white 50%, #F7E3ED 50%, #F7E3ED 75%, white 75%, white);
	background-size: 4px 4px;
}


/******* StaffPage ********************************************/

#staff_ph {
	background:url(images/staff_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.staffbox {
	border: 1px solid #ddd;
	margin-bottom: 30px;
}
.staffbox h2 {
	padding: 10px 15px;
	font-size: 20px;
	margin-bottom: 20px;
	color: #fff;
	text-align: left;
	line-height: 1.3;
}
.staffbox h2 span {
	font-size: 30px;
	padding-left: 20px;
}
.staffbox.morikawa h2 {
	background-color: #1F2292;
}
.staffbox.otaka h2 {
	background-color: #00B259;
}
.staffbox.furukawa h2 {
	background-color: #FF9999;
}
.staffbox.ishida h2 {
	background-color: #1AD1FF;
}
.staffbox.okamura h2 {
	background-color: #6D5840;
}
.staffbox.fukui h2 {
	background-color: #FC7608;
}
.staffbox figure {
	width: 250px;
	float: left;
	margin: 0 20px 20px;
}
.staffbox p {
	margin: 0 20px 20px 0;
	text-align: justify;
}


/******* BlogPage ********************************************/

/*** common ***/

#blog_ph {
	background:url(images/blog_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
#maincnt {
	width: 640px;
	float: left;
	margin-bottom: 40px;
}

#side {
	width: 300px;
	float: right;
	margin-bottom: 40px;
}
#side .side {
	border: 1px solid #ccc;
	margin-bottom: 30px;
}
#side .side p.name {
	padding: 15px 10px;
	background-color: #eee;
	margin-bottom: 0;
}
#side .side ul li {
	padding: 20px 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 0 !important;
}
#side .side ul li a {
	color: #333;
	text-decoration: none;
}
#side .side ul li a:hover {
	color: #E31B7F;
	text-decoration: underline;
}
#side .side ul li:last-child {
	border-bottom: none;
}
#side .side ul li figure {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 20px;
}
#side .side ul li time {
	font-size: 12px;
	letter-spacing: 1px;
}
#side .side ul li p {
	line-height: 1.2;
	margin: 0;
}
#side .side ul li p a {
	font-size: 14px;
	position: relative;
	padding-left: 10px;
}
#side .side ul li p a::before {
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 4px solid transparent;
	border-left: 4px solid #000;	
	vertical-align: middle;
}
#side ul.ban li {
	width: 100%;
	margin-bottom: 15px !important;
	padding: 0;
	border-bottom: none;
}
#side ul.ban li a {
	width: 100%;
	display: block;
}

/*** index ***/

ul.bloglist {
	margin-bottom: 30px;
}
ul.bloglist li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
ul.bloglist li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
ul.bloglist li figure {
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 20px;
}
ul.bloglist li figure a {
	width: 100%;
	display: block;
}
ul.bloglist li .txt {
	overflow: hidden;
}
.post ul.bloglist li .txt span.date {
	color: #666;
	letter-spacing: 0;
	vertical-align: middle;
}
.post ul.bloglist li .txt span.cat {
	display: inline-block;
	padding: 2px 10px 0;
	background-color: #666;
	color: #fff;
	margin-left: 10px;
	font-size: 12px;
	vertical-align: middle;
}
.post ul.bloglist li .txt h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 20px;
}

/*** archive ***/

h1.cat_title {
	font-size: 22px;
	margin: 0 0 30px;
	padding: 0 10px;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
h1.cat_title::before {
	background-color: transparent;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: static;
	transform: none;
	width: 0;
}
h1.cat_title::after {
	background: #e31b7f repeat 0 0;
	bottom: -1px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 200px;
	z-index: 1;
}

/*** entry ***/

#postbody .info {
	margin-bottom: 5px;
}
#postbody .info span {
	font-size: 14px;
	display: inline-block;
}
#postbody .info span.date {
	letter-spacing: 1px;
	vertical-align: middle;
}
#postbody .info span.cat {
	margin-left: 15px;
	vertical-align: middle;
}
#postbody .info span.cat a {
	padding: 2px 10px 0;
	background-color: #666;
	color: #fff;
	font-size: 12px;
	display: block;
	text-decoration: none;
}
#postbody .info span.cat a:hover {
	background-color: #e31b7f;
}


/* ---- Typography ---- */

#postbody h1 {
	border-top: 3px double #999;
	border-bottom: 1px solid #999;
	font-size: 24px;
	padding: 10px 0;
	line-height: 1.2;
	margin: 0 0 30px;
	text-align: left;
}
#postbody h1::before {
	content: "";
	width: 0;
	height: 0;
	background-color: transparent;
	position: static;
	bottom: 0;
	left: 0;
}
#postbody h2 {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 20px;
	padding: 10px 0;
	line-height: 1.2;
	margin-bottom: 30px;
	text-align: left;
}
#postbody p {
	margin-bottom: 20px;
}
#postbody figure {
	width: 100%;
	margin-bottom: 30px;
}
#postbody img {
	max-width: 100%;
	width /***/:auto; /* IE8のみ */
	height: auto;
}
#postbody ul { margin: 0 0 10px;}
#postbody ul li::before {
	content:"●";
	color: #ccc;
	padding-right: 5px;
}
#postbody ul li {
	padding: 0 0 5px 1em;
	position: relative;
}




/* 1400px以上
------------------------------------------------------------*/
@media only screen and (min-width: 1400px){


/******* eyecatch ********************************************/

#eyecatch {
	width: 100%;
	height: 900px;
	background:url(images/eyecatch.jpg) no-repeat 50% 50%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	text-indent: -9999px;
}







}















/* 959px（タブレット縦）以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){

body {
	font-size: 16px;
	line-height: 1.6;
}

#main {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition-property: all;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
}
.menuOpen #main {
	height: 0;
	margin-left: -256px;
	-webkit-transition-property: all;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}
.wrapper {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}

.tabnone {
	display: none;
}
.tabspnone {
	display: none;
}


/* ------------------------------
 Header
------------------------------ */

#header {
	height: 100px;
}
#header .wrapper {
	height: 100px;
}
#header .wrapper h1 {
	width: 146px;
	height: 60px;
	float: left;
}
#header .wrapper #hd_bt {
	display: none;
}

#btnMenuOpen,
#btnMenuOpen span {
	display: block;
	transition: all .4s ease;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#btnMenuOpen {
	width: 100px;
	height: 100px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #E31B7F;
	padding: 30px 30px 0;
}
#btnMenuOpen p {
	width: 40px;
	padding: 25px 0 0;
	position: relative;
	color: #fff;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0;
}
#btnMenuOpen p span {
	width: 100%;
	height: 4px;
	position: absolute;
	right: 0;
	background-color: #fff;
	border-radius: 4px;
}
#btnMenuOpen p span:nth-of-type(1) {
	top: 0;
}
#btnMenuOpen p span:nth-of-type(2) {
	top: 12px;
}
#btnMenuOpen p span:nth-of-type(3) {
	top: 24px;
}

#navi {
	display: none;
}

nav#spnavi {
	display: block;
}
#slidemenu {
	width: 255px;
	height: auto;
	float: right;
	visibility: hidden;
	display: none;
	margin-right: -255px;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition-delay: .0s;
	background-color: #efefef;
	border-left: 1px solid #eee;
}
.menuOpen #slidemenu {
	visibility: visible;
	display: block;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transform: translate3d(-255px,0,0);
	-webkit-transition-delay: .1s;
	box-shadow: -2px 0 6px rgba(0,0,0,0.2);
}
#slidemenu .titlemenu {
	width: 255px;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	margin-bottom: 10px;
	color: #333;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#slidemenu .btarea {
	padding: 2px 10px 10px;
}
#slidemenu .btarea p {
	margin: 10px 0;
}
#slidemenu .btarea p a {
	border-radius: 2px;
	height: 44px;
	line-height: 44px;
	display: block;
	text-align: center;
	text-decoration: none;
	background: #E31B7F;
	color: #fff;
}
#slidemenu ul {
	border-bottom: 1px dotted rgba(0,0,0,0.2);
}
#slidemenu ul li {
	color: #fff;
	padding: 8px 0.5em;
	border-top: 1px dotted rgba(0,0,0,0.2);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#slidemenu ul li a {
	display: block;
	font-size: 14px;
	text-align: left;
	margin: 0px auto;
	padding: 10px 0 10px 1.5em;
	text-shadow: none;
	position: relative;
}
#slidemenu ul li a::after {
	content:"";
	width: 4px;
	height: 4px;
	border-top: 2px solid #1C2087;
	border-right: 2px solid #1C2087;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	position: absolute;
	left: 8px;
	top: 50%;
	margin: -4px 0 0;
}
#slidemenu .btnClose {
	padding-top: 17px;
}
#slidemenu .btnClose a.btnClose{
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	background-color: #333;
	color: #fff;
	margin: 0px auto 50px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0;
}


/* ------------------------------
 Footer
------------------------------ */

#footer {
	height: auto;
	padding: 20px 0 5px;
}

#footer nav {
	display: none;
}
#footer #ft_main {
	width: 100%;
	float: none;
	text-align: center;
}
#footer #ft_main p.info {
	float: none;
	padding-top: 0;
}
#footer #ft_main p.info .tel-link {
	line-height: 1.3;
}
#footer #ft_main h1 {
	margin: 20px auto;
	float: none;
}
#footer small {
	text-align: center;
	padding-top: 0;
}


/* ------------------------------
 TopPage
------------------------------ */

/******* common ********************************************/

p.more {
	width: 35%;
}


/******* eyecatch ********************************************/

#eyecatch {
	width: 100%;
	height: 400px;
}


/******* information ********************************************/

#top_info ul li span.date {
	font-size: 14px;
}


/******* about ********************************************/

#top_about div {
	width: 100%;
	height: 300px;
	background: #F88C56 url(images/bg_topabout.jpg) no-repeat 50% bottom;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}
#top_about div p.more {
	width: 300px;
	bottom: 10px;
	left: 47%;
}


/******* katsuyou ********************************************/

#top_katsuyou ul {
	width: 100%;
	height: auto;
	margin: 0;
}
#top_katsuyou ul li {
	width: 50%;
	height: 200px;
	float: left;
	padding: 0 10px;
}
#top_katsuyou ul li a {
	width: 100%;
	height: auto;
}


/******* blog ********************************************/

#top_blog ul {
	width: 100%;
	margin: 0;
}
#top_blog ul li {
	width: 100%;
	float: none;
	padding: 0;
}
#top_blog ul li:last-child {
	margin-bottom: 0;
}


/******* banner ********************************************/

ul.banner li#ban_voice a img {
	width: 400px;
}
ul.banner li#ban_staff a img {
	width: 400px;
}
ul.banner li#ban_contact a img {
	width: 600px;
}


/******* access ********************************************/

#access #map {
	position: relative;
	padding-bottom: 35%;
	height: 0;
	overflow: hidden;
}


/* ------------------------------
 中ページ
------------------------------ */

.mainvisual {
	height: 200px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	overflow: hidden;
	position: relative;
}

.w850 {
	width: 100%;
	margin: 0 auto;
}
.post h1 {
	font-size: 28px;
}
.post nav.pagenavi:first-child {
	display: none;
}
p.commonbanner {
	width: 100%;
}


/******* AboutPage ********************************************/

ul.history {
	width: 70%;
	margin: 0 auto;
}


/******* MessagePage ********************************************/

.pagenavi {
	margin: 40px 0;
	background-color: #f3f3f3;
	padding: 20px;
}
.pagenavi ul {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
}
.pagenavi ul li {
	height: 50px;
	float: none;
	padding: 0;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#messagenavi ul li {
	width: 100%;
}
.pagenavi ul li a {
	height: 50px;
	display: block;
	border: none;
}
figure.message_photo {
	float: left;
	margin: 0 40px 40px 0;
}


/******* ClientPage ********************************************/

#clientnavi ul {
	width: 100%;
}
#clientnavi ul li {
	width: 100%;
}


/******* SupportPage ********************************************/

figure.ph_staff {
	width: 100%;
}


/******* OutsidePage / InsidePage ********************************************/

.job {
	width: 100%;
}
p#inside_message {
	padding: 30px 10px 0;
}


/******* BlogPage ********************************************/

/*** common ***/

#maincnt {
	width: 100%;
	float: none;
	margin-bottom: 60px;
}

#side {
	width: 100%;
	float: none;
	margin-bottom: 40px;
}
#side ul.ban li {
	width: 48%;
	float: left;
}
#side ul.ban li:last-child {
	float: right;
}







}















/* 644px
------------------------------------------------------------*/
@media only screen and (max-width: 644px){

.pctabnone {
	display: block;
}
.pcnone {
	display: block;
}
.spnone {
	display: none;
}

/* ------------------------------
 Header
------------------------------ */

#header {
	height: 70px;
}
#header .wrapper {
	height: 70px;
}
#header .wrapper h1 {
	width: 120px;
	height: 49px;
	margin-top: 10px;
}

#btnMenuOpen {
	width: 70px;
	height: 70px;
	padding: 15px 15px 0;
}


/* ------------------------------
 Ftnavi
------------------------------ */

#ftnavi {
	display: block;
	width: 100%;
}
#ftnavi dl dt {
	height: 30px;
	line-height: 30px;
	background-color: #E31B7F;
	color: #fff;
	text-align: center;
}
#ftnavi dl dd a {
	display: block;
	font-size: 14px;
}
#ftnavi dl dd {
	width: 50%;
	height: 50px;
	line-height: 50px;
	float: left;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#ftnavi dl dd:nth-child(odd) {
	border-right: 1px solid #ccc;
}
#ftnavi dl dt + dd {
	width: 100%;
	height: 50px;
	float: none;
}
#ftnavi dl dd a {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


/* ------------------------------
 Footer
------------------------------ */

#footer {
	width: 100%;
	height: auto;
	padding: 20px 0 5px;
	background-color: #fff;
	overflow: hidden;
	border-top: none;
}
#footer #pagetop {
	width: 50px;
	height: 50px;
	right: 10px;
	bottom: 10px;
}
#footer #pagetop a {
	width: 50px;
	height: 40px;
	padding-top: 10px;
}
#footer #pagetop a img {
	width: 50%;
}
#footer #pagetop a:hover {
	height: 40px;
	padding-top: 10px;
}

#footer #ft_main p.info span {
	color: #333;
}
#footer #ft_main p.info .tel-link {
	font-size: 30px;
	color: #E31B7F;
	margin-right: 0;
}
#footer #ft_main p.info a {
	color: #E31B7F;
}
#footer #ft_main h1 {
	width: 146px;
	height: 60px;
}
#footer small {
	font-size: 9px;
}


/* ------------------------------
 TopPage
------------------------------ */

/******* common ********************************************/

#top_info,
#top_about,
#top_katsuyou,
#top_blog,
#access {
	margin-top: 40px;
	margin-bottom: 40px;
}
#top_info h1,
#top_about h1,
#top_katsuyou h1,
#top_blog h1,
#access h1 {
	font-size: 24px;
	margin-bottom: 30px;
}
#top_info h1::before,
#top_about h1::before,
#top_katsuyou h1::before,
#top_blog h1::before,
#access h1::before {
	width: 76%;
}
p.more {
	width: 70%;
	margin: 20px auto;
}


/******* eyecatch ********************************************/

#eyecatch {
	width: 100%;
	height: 200px;
}


/******* information ********************************************/

#top_info ul li {
	padding: 15px 5px;
}
#top_info ul li span {
	margin-bottom: 10px;
}
#top_info ul li p {
	margin-left: 0;
	clear: both;
}


/******* about ********************************************/

#top_about div {
	width: 100%;
	height: 180px;
	background: #F88C56 url(images/sp_bg_topabout.jpg) no-repeat 50% bottom;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	position: relative;
}
#top_about div p.more {
	display: none;
}


/******* katsuyou ********************************************/

#top_katsuyou ul {
	width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden;
}
#top_katsuyou ul li {
	width: 100%;
	height: 150px;
	float: none;
	padding: 0;
	margin-bottom: 20px;
}
#top_katsuyou ul li:last-child {
	margin-bottom: 0;
}
#top_katsuyou ul li a:hover {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
}


/******* blog ********************************************/

#top_blog ul li {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 30px;
}
#top_blog ul li figure {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
}
#top_blog ul li figure a {
	width: 98px;
	height: 98px;
}
#top_blog ul li figure a img {
	width: 100%;
	height: auto;
}
#top_blog ul li .txt h2 {
	margin-bottom: 10px;
	line-height: 1.2;
}
#top_blog ul li .txt h2 a {
	font-size: 14px;
}
#top_blog ul li .txt span {
	font-size: 12px;
	display: block;
}
#top_blog ul li .txt span.date {
	padding-right: 0;
}
#top_blog ul li .txt p {
	display: none
}


/******* banner ********************************************/

ul.banner li {
	height: 100px;
}
ul.banner li:last-child {
	height: 120px;
}
ul.banner li#ban_voice a {
	height: 100px;
	background:url(images/ban_voice.jpg) no-repeat 50% 50%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
ul.banner li#ban_staff a {
	height: 100px;
	background:url(images/sp_ban_staff.jpg) no-repeat 50% 50%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
ul.banner li#ban_contact a {
	height: 120px;
	background:url(images/sp_ban_contact.jpg) no-repeat 50% 50% #74C2EF;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
ul.banner li#ban_voice a img,
ul.banner li#ban_staff a img {
	width: 50%;
}
ul.banner li#ban_contact a img {
	width: 80%;
}


/******* access ********************************************/

#access {
	margin: 40px 0 0;
}
#access #map {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}


/* ------------------------------
 中ページ
------------------------------ */

.mainvisual {
	height: 150px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	overflow: hidden;
	position: relative;
}
.mainvisual h1 {
	width: 96%;
	font-size: 22px;
}

ul#bc li {
	font-size: 12px;
}
ul#bc li a {
	font-size: 12px;
}

.post h1 {
	font-size: 22px;
	letter-spacing: 1px;
	margin: 40px 0 30px;
}
.post h1 span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	position: relative;
	padding-left: 45px;
	background:url(images/icon_h1.png) no-repeat left top;
	background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
}
.post h1 span.long {
	height: auto;
	line-height: 1.4;
}
.post h1::before {
	width: 76%;
}
.post h2 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 20px;
}

p.center {
	text-align: left;
}
.pagenavi {
	padding: 10px;
}


/******* NewsPage ********************************************/

#news_ph {
	background:url(images/sp_news_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
ul.pagelink li a {
	padding: 6px;
	font-size: 12px;
}
ul.pagelink li.back {
	margin: 0 10px;
}


/******* AboutPage ********************************************/

#about_ph {
	background:url(images/sp_about_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.abouttbl {
	padding: 0;
}
.abouttbl table th {
	width: 100%;
	padding: 5px 10px 0;
	border-bottom: none;
	text-align: left;
	display: block;
	font-weight: bold;
	color: #999;
}
.abouttbl table td {
	padding: 5px 10px;
	border-bottom: 1px dotted #ddd;
	display: block;
}
.abouttbl table td ul li {
	line-height: 1.2;
	padding: 4px 0;
}

ul.history {
	width: 100%;
}
ul.history li {
	line-height: 1.2;
}
ul.history li span {
	display: block;
}


/******* PrivacyPage ********************************************/

dl.privacy dd {
	margin-bottom: 30px;
}


/******* MessagePage ********************************************/

figure.message_photo {
	width: 100%;
	float: none;
	text-align: center;
	margin: 0 auto 20px;
}


/******* ClientPage ********************************************/

#client_ph {
	background:url(images/sp_client_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.merit {
	padding: 10px;
	border: 5px solid #FAD1E6;
	margin-bottom: 40px;
}


/******* ValuationPage ********************************************/

dl.valuationlist {
	padding-left: 70px;
	margin-bottom: 40px;
}
dl.valuationlist::before {
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
}


/******* InquiryPage ********************************************/

#inquiry_ph {
	background:url(images/sp_contact_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
#inquiry p,
#completion p {
	text-align: left;
}
table.form th {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
}
table.form td {
	width: 100%;
	padding: 5px 5px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
}
.sh {
	width: 100%;
}
.mid {
	width: 100%;
}
.lar {
	width: 100%;
}

.completion_info {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


/******* SupportPage ********************************************/

#support_ph {
	background:url(images/sp_support_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
ul#supportflow {
	margin: 0;
}
ul#supportflow li {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 30px;
}
ul#supportflow li div figure {
	width: 100%;
	height: auto;
	float: none;
	margin: 0 auto 20px;
	text-align: center;
}
p.ban_support a {
	padding: 20px;
}


/******* SchedulePage ********************************************/

ul#schedule_list li {
	border: 1px solid #ccc;
	padding: 10px;
}
ul#schedule_list li figure {
	width: 100%;
	float: none;
	margin: 0 0 20px;
}
ul#schedule_list li .txt {
	padding-top: 0;
}
ul#schedule_list li .txt p.name {
	font-size: 20px;
	margin-bottom: 10px;
}
ul#schedule_list li.rest {
	margin: -10px 0 30px 180px;
	font-size: 16px;
}


/******* OutsidePage / InsidePage ********************************************/

#inside_ph {
	background:url(images/sp_inside_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
#outside_ph {
	background:url(images/sp_outside_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
p.job_intro {
	height: auto;
	background:url(images/jobintro_ph.jpg) no-repeat left top;
	background-size: 80px 95px;
	-webkit-background-size: 80px 95px;
	-moz-background-size: 80px 95px;
	padding-left: 100px;
	font-size: 16px;
}
.job figure {
	width: 100%;
	float: none;
	margin: 0 auto 20px;
	text-align: center;
}
p#inside_message {
	padding: 15px;
	margin: 20px 0;
	text-align: left;
}


/******* RecruitPage ********************************************/

table.recruit_tbl th {
	width: 100%;
	display: block;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
table.recruit_tbl td {
	width: 100%;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
table.recruit_tbl tr:nth-child(even) th {
	background-color: #eee;
}
table.recruit_tbl tr:nth-child(even) td {
	background-color: #fff;
}


/******* ImpressionPage ********************************************/

dl.voicelist {
	margin-bottom: 30px;
}
dl.voicelist dt {
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
	padding-right: 30px;
}
dl.voicelist dt .toggleAnswer {
	width: 24px;
	height: 26px;
	line-height: 28px;
	background-color: #fff;
	border-radius: 50%;
	color: #999;
	display: block;
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -15px;
	text-align: center;
	padding-left: 2px;
}
dl.voicelist dt.opened .toggleAnswer {
	background-color: #ddd;
	color: #fff;
}
dl.voicelist dd {
	display: none;
}


/******* StaffPage ********************************************/

#staff_ph {
	background:url(images/sp_staff_ph.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.staffbox h2 {
	font-size: 16px;
}
.staffbox h2 span {
	font-size: 20px;
}
.staffbox figure {
	width: 100%;
	float: none;
	margin: 0 0 10px;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.staffbox p {
	margin: 0 10px 10px;
}


/******* BlogPage ********************************************/

#side ul.ban li {
	width: 100%;
	float: none;
}
#side ul.ban li:last-child {
	float: none;
}

/*** index ***/

ul.bloglist li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
ul.bloglist li figure {
	width: 70px;
	height: 70px;
}
ul.bloglist li figure img {
	width: 100%;
	height: auto;
}
.post ul.bloglist li .txt span.date {
	margin: 0 10px 0 0;
}
.post ul.bloglist li .txt span.cat {
	display: inline-block;
	margin: 0 10px 0 0;
}
.post ul.bloglist li .txt h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

/*** archive ***/

h1.cat_title {
	font-size: 22px;
	margin: 0 0 30px;
	padding: 0 10px;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
h1.cat_title::before {
	background-color: transparent;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: static;
	transform: none;
	width: 0;
}
h1.cat_title::after {
	background: #e31b7f repeat 0 0;
	bottom: -1px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 200px;
	z-index: 1;
}

/*** entry ***/

#maincnt #postbody .info {
	margin-bottom: 5px;
}
#maincnt #postbody h1 {
	font-size: 22px;
}
#maincnt #postbody h2 {
	font-weight: normal;
}






}













