@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:cotents.css */
/* creation date:2014年4月14日 */
/* last updated:2014年4月14日 */
/* -------------------------------------------------- */

/* --------------------------------------------------
    001.index
-------------------------------------------------- */
#index #contents {
	position: relative;/* margin-top: -5px; *//* width: 100%; */
}
#index #contents>.catch {
	height: 257px;
	background: url(../images/common/titObi-index.png) repeat left top;
	padding: 40px 35px 35px;
	position: absolute;
	z-index: 2;
	top: 60px;
}
#index #contents>.catch:after {
	content: '';
	width: 214px;
	height: 257px;
	background: url(../images/common/titObi-index-hashi.png) no-repeat left top;
	display: block;
	position: absolute;
	right: -214px;
	top: 0
}
#index #contents>.catch h2 {
	color: #002a39;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: 0.25em;
	margin-bottom: 10px;
}
#index #contents>.catch h2 b {;
	font-size: 48px;
}
#index #contents>.catch p {
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0.15em;
	color: #002a39;
}
#index #contents ul {
	width: 100%;
}
#index #contents ul li {
	width: 25%;
	float: left;
	position: relative;
	padding-top: 667px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 667px!important;
	overflow: visible;
}
#index #contents ul li:nth-of-type(1) {
	background-image: url(../images/company/company_mainVisual.jpg);
}
#index #contents ul li:nth-of-type(2) {
	background-image: url(../images/service/service_mainVisual.jpg);
}
#index #contents ul li:nth-of-type(3) {
	background-image: url(../images/works/works_mainVisual.jpg);
	background-position-x: 30%;
}
#index #contents ul li:nth-of-type(4) {
	background-image: url(../images/contact/contact_mainVisual.jpg);
}
#index #contents ul li a {
	width: 192px;
	height: 192px;
	text-align: center;
	text-decoration: none;
	background: url(../images/index/index_menu_circle_bg.png);
	display: table;
	position: absolute;
	top: 407px;
	left: 50%;
	margin-left: -96px;
	-ms-border-radius: 50%;
	border-radius: 50%;
	behavior: url(/pie.htc);
}
#index #contents ul li a:hover {
	width: 240px;
	height: 240px;
	margin-left: -120px;
	top: 383px;
}
#index #contents ul li:nth-of-type(1) a {
	background-color: #006a81;
	background-color: rgba(0,106,129,0.9);
}
#index #contents ul li:nth-of-type(2) a {
	background-color: #72cb57;
	background-color: rgba(114,203,87,0.9);
}
#index #contents ul li:nth-of-type(3) a {
	background-color: #6db7df;
	background-color: rgba(109,183,223,0.9);
}
#index #contents ul li:nth-of-type(4) a {
	background-color: #F07600;
	background-color: rgba(240, 118, 0,0.9);
}
#index #contents ul li a:before {
	content: '';
	display: block;
	opacity: 0;
	background: url(../images/index/index_menu_arrow.png) no-repeat center top;
	width: 27px;
	height: 26px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 10px;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin-left: -13px;
}
#index #contents ul li a:hover:before {
	top: 50px;
	opacity: 1
}
#index #contents ul li .content {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.25em;
}
#index #contents ul li.info .content {
	letter-spacing: 0em;
}
#index #contents ul li .en {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.18em;
	display: block;
}
#index #contents ul li .catch {
	background: #fff;
	padding: 20px 15px 20px;
}
#index #contents ul li a:hover+.catch {
	z-index: 3;
	position: relative;
}
#index #contents ul li:nth-of-type(1) a:hover +.catch {
	background: url(../images/index/index_menu_circle_bg.png) #006a81;
	background: url(../images/index/index_menu_circle_bg.png) rgba(0,106,129,0.9);
}
#index #contents ul li:nth-of-type(2) a:hover +.catch {
	background-color: #72cb57;
	background-color: rgba(114,203,87,0.9);
}
#index #contents ul li:nth-of-type(3) a:hover +.catch {
	background-color: #6db7df;
	background-color: rgba(109,183,223,0.9);
}
#index #contents ul li:nth-of-type(4) a:hover + .catch {
	background-color: #F07600;
	background-color: rgba(240, 118, 0,0.9);
}
#index #contents ul li .catch h3, #index #contents ul li .catch p {
	line-height: 1.4;
	letter-spacing: 0.09em;
}
#index #contents ul li .catch h3 {
	font-size: 169%;
	font-style: italic;
	margin-bottom: 12px;
	width: 100%;
}
#index #contents ul li .catch p {
	padding-bottom: 20px;
}
#index #contents ul li:nth-of-type(1) .catch h3, #index #contents ul li:nth-of-type(1) .catch p {
	color: #006A81;
}
#index #contents ul li:nth-of-type(2) .catch h3, #index #contents ul li:nth-of-type(2) .catch p {
	color: #72CB57;
}
#index #contents ul li:nth-of-type(3) .catch h3, #index #contents ul li:nth-of-type(3) .catch p {
	color: #6DB7DF;
}
#index #contents ul li:nth-of-type(4) .catch h3, #index #contents ul li:nth-of-type(4) .catch p {
	color: #F07600;
}
#index #contents ul li a:hover + .catch h3, #index #contents ul li a:hover + .catch p {
	color: #fff
}
/* --------------------------------------------------
    002.contents
-------------------------------------------------- */
/* -------------------------
    002-1.common
------------------------- */
#mainVisual {
	background-repeat: no-repeat;
	background-position: left center;
	height: 610px;
	position: relative;
	margin-top: -4px;
	background-size: cover!important;
}
/* company */
#company #mainVisual {
	background-image: url(../images/company/company_mainVisual.jpg);
}
/* service */
#service #mainVisual {
	background-image: url(../images/service/service_mainVisual.jpg);
}
/* works */
#works #mainVisual {
	background-image: url(../images/works/works_mainVisual.jpg);
}
/* information */
#information #mainVisual {
	background-image: url(../images/information/information_mainVisual.jpg);
	height: 510px;
}
/* contact */
#contact #mainVisual {
	background-image: url(../images/contact/contact_mainVisual.jpg);
	height: 510px;
}
#mainVisual .catch {
	padding-top: 70px;
	position: relative;
	z-index: 1;
}
/* mainCatch */
#mainVisual .catch_obi {
	background-repeat: repeat;
	font-size: 50px;
	letter-spacing: 0.18em;
	display: table;
	display: inline-block;
	padding: 12px 20px 13px 45px;
	position: relative;
}
#mainVisual .catch_obi:after {
	content: '';
	width: 82px;
	height: 100px;
	position: absolute;
	top: 0;
	right: -82px;
}
#mainVisual .catch_obi .jp {
	font-size: 16px;
	letter-spacing: 0.2em;
	vertical-align: 15px;
	padding-left: 30px;/* display: table-cell; */
}
#mainVisual .catchWrap {
	padding-left: 40px;
}
#mainVisual .catch_main {
	font-size: 36px;
	font-style: italic;
	letter-spacing: 0.18em;
	line-height: 1.3;
	margin: 25px 0 20px;
}
#mainVisual .catch_main b {
	font-size: 40px;
}
#mainVisual .catch_txt {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.18em;
}
/* company */
#company #mainVisual .catch_obi {
	background-image: url(../images/common/titObi-blue.png);
	color: #fff;
}
#company #mainVisual .catch_obi:after {
	background: url(../images/common/titObi-blue-hashi.png) no-repeat;
}
#company #mainVisual .catchWrap {
	color: #fff;
}
/* service */
#service #mainVisual .catch_obi {
	background-image: url(../images/common/titObi-green.png);
	color: #fff;
}
#service #mainVisual .catch_obi:after {
	background: url(../images/common/titObi-green-hashi.png) no-repeat;
}
#service #mainVisual .catchWrap {
	color: #fff;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
}
/* works */
#works #mainVisual .catch_obi {
	background-image: url(../images/common/titObi-sky.png);
	color: #fff;
}
#works #mainVisual .catch_obi:after {
	background: url(../images/common/titObi-sky-hashi.png) no-repeat;
}
#works #mainVisual .catchWrap {
	color: #2881c5;
}
/* information */
#information #mainVisual .catch_obi {
	background-image: url(../images/common/titObi-navy.png);
	color: #fff;
}
#information #mainVisual .catch_obi:after {
	background: url(../images/common/titObi-navy-hashi.png) no-repeat;
}
#information #mainVisual .catchWrap {
	color: #002f5f;
}
/* contact */
#contact #mainVisual .catch_obi {
	background-image: url(../images/common/titObi-orange.png);
	color: #fff;
}
#contact #mainVisual .catch_obi:after {
	background: url(../images/common/titObi-orange-hashi.png) no-repeat;
}
#contact #mainVisual .catchWrap {
	text-shadow: 2px 2px 0 rgba(255,255,255,0.8);
}
#mainVisual ul {
	height: 610px;
	position: absolute;
	width: 100%;
	top: 0;
	background-repeat: repeat-x;
	background-position: left bottom
}
#mainVisual ul li {
	width: 25%;
	text-align: center;
	float: left;
	height: 610px;
	position: relative;
	background: url(../images/common/common_lineY.png) repeat-y left top;
}
/* company */
#company #mainVisual ul {
	background-image: url(../images/company/company_nav_bg.png);
}
/* service */
#service #mainVisual ul {
	background-image: url(../images/service/service_nav_bg.png);
}
/* works */
#works #mainVisual ul {
	background-image: url(../images/works/works_nav_bg.png);
}
#works #mainVisual .column3 li {
	width: 33.3%;
}
#works #mainVisual .column3 li:last-child {
	width: 33.4%;
}
#mainVisual ul li a {
	height: 100px;
	text-decoration: none;
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding-top: 45px;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#mainVisual ul li a:hover {
	background: rgba(256,256,256,0.2);
}
#mainVisual ul li a:before {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../images/common/sprite.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: -10px;
	display: block;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#mainVisual ul li .content {
	color: #fff;
	letter-spacing: 0.2em;
	line-height: 1.3;
}
#mainVisual ul li .en {
	font-size: 8px;
	font-weight: normal;
	letter-spacing: 0.2em;
	display: block;
}
/* company */
#company #mainVisual ul li a:before {
	background-position: 0 -109px;
}
/* service */
#service #mainVisual ul li a:before {
	background-position: 0 -389px;
}
/* works */
#works #mainVisual ul li a:before {
	background-position: 0 -419px;
}
/* contact */
#contact #mainVisual ul li a:before {
	background-position: 0 -195px;
}
#mainVisual ul li a:hover:before {
	top: 16px;
}
#contents .block {
	padding: 40px 0 100px;
	border-bottom: 3px solid #EDEDED;
}
#contents .block:last-child {
	border: none;
	padding-bottom: 50px;
}
#contents .blockInner, #contactArea {
	width: 1120px;
	margin: 0 auto;
	position: relative;
}
.sectionHead {
	margin-left: -97px;
	margin-bottom: 60px;
}
.sectionHead_icon {
	width: 76px;
	height: 50px;
	background-image: url(../images/common/sTit_icon.png);
	margin-right: 18px;
	float: left;
	display: block;
}
.sectionHead_tit {
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-bottom: 1px;
	padding-top: 7px;
	overflow: hidden;
}
.sectionHead_en {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.2em;
	overflow: hidden;
}
/* company */
#company .sectionHead_icon {
	background-color: #006A81;
}
#company .sectionHead_en {
	color: #006A81;
}
/* service */
#service .sectionHead_icon {
	background-color: #72CB57;
}
#service .sectionHead_en {
	color: #72CB57;
}
/* works */
#works .sectionHead_icon {
	background-color: #6DB7DF;
}
#works .sectionHead_en {
	color: #6DB7DF;
}
/* contact */
#contact .sectionHead_icon {
	background-color: #F07600;
}
#contact .sectionHead_en {
	color: #F07600;
}
/* information */
#information .sectionHead_icon {
	background-color: #002F5F;
}
#information .sectionHead_en {
	color: #002F5F;
}
/* contactArea */
#contactArea .blockInner {
	width: 780px;
	min-height: 370px;
	margin: 70px auto 160px;
	padding: 33px 50px 37px;
	background: url(../images/common/common_dot_bg.png);
}
#contactArea h4 {
	text-align: center;
	font-size: 17px;
	letter-spacing: .3em;
}
#contactArea h4 span {
	display: block;
	font-size: 9px;
	color: #F07600;
	margin-top: 5px;
}
#contactArea h5 {
	margin-bottom: 20px;
	position: relative;
	letter-spacing: .1em;
	font-size: 14px;
}
#contactArea h5:before {
	content: '';
	width: 12px;
	height: 12px;
	background: url(../images/common/sprite.png) no-repeat 0 0;
	margin: 4px 5px 0 0;
	display: block;
	float: left;
}
#contactArea .cf .wrap {
	width: 50%;
	float: left;
	border-right: 1px solid #d6d6d6;
	padding: 5px 0 3px 24px;
	margin-top: 37px;
}
#contactArea .cf .wrap:last-child {
	float: right;
	border-right: none;
}
#contactArea .num, #contactArea .note {
	margin-left: 60px;
}
#contactArea .num {
	margin-bottom: 3px;
	font-size: 30px;
	line-height: 1;
}
#contactArea .note small {
	font-size: 93%;
	color: #006A81;
}
#contactArea .note small span {
	font-size: 83%;
}
#contactArea #form {
	margin-top: 23px;
	border-top: 1px solid #d6d6d6;
	padding: 25px 0 0px 24px;
}
#contactArea #form p {
	float: left;
	width: 300px;
	padding-left: 20px;
}
#contactArea #form p.btn {
	width: 320px;
	background: #F27600;
	padding: 5px;
	margin-left: 20px;
}
#contactArea #form p.btn a {
	display: block;
	position: relative;
	color: #fff;
	background: #F28A26;
	padding: 10px 14px 10px 36px;
	text-decoration: none;
	letter-spacing: .1em;
	font-size: 14px;
}
#contactArea #form p.btn a:before {
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	background-image: url(../images/common/common_contactBtn_arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 13px;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
#contactArea #form p.btn a span {
	font-size: 10px;
	margin-left: 10px;
	color: #F25900;
}
#contactArea #form p.btn a:hover:before {
	left: 18px;
}
/*
#contactページの場合
*/
#contact #contactArea .blockInner {
	min-height: 0;
}
#contact #contactArea .cf .wrap {
	margin-top: 0;
}
/* pagetop */
.pageTop {
	clear: both;
}
.pageTop a {
	width: 28px;
	height: 46px;
	text-indent: -9999px;
	background-image: url(../images/common/sprite.png);
	background-repeat: no-repeat;
	position: absolute;
	right: -50px;
	bottom: -70px;
	display: block;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.pageTop a:hover {
	bottom: -68px
}
/* company */
#company .pageTop a {
	background-position: 0 -139px;
}
/* service */
#service .pageTop a {
	background-position: 0 -281px;
}
/* works */
#works .pageTop a {
	background-position: 0 -449px;
}
/* contact */
#contact .pageTop a {
	background-position: 0 -139px;
	background-position: 0 -225px;
}
/* information */
#information .pageTop a {
	background-position: 0 -139px;
}
/* -------------------------
    002-2.company
------------------------- */
/* greeting */
#company #greetingBlock .wrap {
	width: 575px;
	float: left;
	margin-right: 30px;
	margin-left: 130px;
}
#company #greetingBlock .wrap p {
	margin-bottom: 23px;
	line-height: 2;
	letter-spacing: 0.1em;
	font-size: 14px;
}
#company #greetingBlock .wrap p.name {
	text-align: right;
	padding-top: 20px;
}
#company #greetingBlock figure {
	float: left;
}
#company #greetingBlock figcaption {
	text-align: center;
	padding-top: 20px;
}
/* profile */
#company #profileBlock .wrap {
	width: 550px;
	float: left;
}
#company #profileBlock .wrap:nth-of-type(2) {
	float: right
}
#company #profileBlock dt {
	font-size: 108%;
	font-weight: bold;
	float: left;
	width: 150px;
	padding: 18px 0px 18px 5px;
	border-top: 2px solid #006A81;
}
#company #profileBlock dd {
	width: 400px;
	float: right;
	padding: 22px 0px 18px 9px;
	background: url(../images/common/common_dotlineX.png) repeat-x left top;
}
#company #profileBlock dl:nth-of-type(1) dt, #company #profileBlock dl:nth-of-type(1) dd {
	border-top: none;
	background: none
}
#company #profileBlock dl:last-child dt {
	border-bottom: 2px solid #006A81;
}
#company #profileBlock dl:last-child dd {
	background-image: url(../images/common/common_dotlineX.png), url(../images/common/common_dotlineX.png);
	background-repeat: repeat-x, repeat-x;
	background-position: left bottom, left top;
	padding-bottom: 20px;
}
#company #profileBlock dd h2 {
	font-size: 108%;
	color: #666;
	margin-bottom: 4px;
}
#company #profileBlock dd .icon-circle {
	margin-top: 15px;
}
#company #profileBlock dd .icon-circle li {
	margin-bottom: 5px;
}
#company #profileBlock dd .icon-circle li:last-child {
	margin-bottom: 0;
}
#company #profileBlock dd .icon-circle li:before {
	content: '';
	width: 12px;
	height: 12px;
	background : url(../images/common/sprite.png) no-repeat 0 0;
	margin: 2px 5px 0 0;
	display: block;
	float: left;
}
#company #profileBlock dd .icon-square li {
	margin-bottom: 22px;
}
#company #profileBlock dd .icon-square li:last-child {
	margin-bottom: 0px;
}
#company #profileBlock dd .icon-square li span {
	overflow: hidden;
	float: left;
}
#company #profileBlock dd .icon-square li:before {
	content: '';
	width: 12px;
	height: 12px;
	background : url(../images/common/sprite.png) no-repeat 0 -60px;
	margin: 3px 5px 0 0;
	display: block;
	float: left;
}
/* access */
#company #accessBlock dl {
	width: 100%;
}
#company #accessBlock dt {
	font-size: 124%;
	font-weight: bold;
	margin-bottom: 20px;
}
#company #accessBlock dt:before {
	content: '';
	width: 16px;
	height: 17px;
	background: url(../images/common/sprite.png) no-repeat 0 -82px;
	margin: 4px 7px 0 0;
	display: block;
	float: left;
}
#company #accessBlock dd .mapBox {
	height: 440px;
	width: 100%;
	border: 5px solid #006A81;
	margin-bottom: 10px;
	padding: 1px;
}
.dsbarLink {
	width: 190px;
	margin: 30px 0 0;
}
.dsbarLink a {
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #006A81;
	padding: 10px 20px;
	display: block;
}
.dsbarLink span {
	background: url(../images/common/icon_eternalLink.png) no-repeat right center;
	padding-right: 21px;
}
/* -------------------------
    002-3.service
------------------------- */
#service .blockInner p.catch {
	text-align: center;
	color: #6ECC50;
	font-size: 30px;
	font-style: italic;
	letter-spacing: .15em;
	line-height: 1.4;
}
#service .blockInner p.catch b {
	font-size: 38px;
	font-weight: normal;
}
.openingCatch02 {
	border-top: 5px solid #d6d6d6;
	padding-top: 42px;
	position: relative;
	max-width: 960px;
	margin: 0 auto;
}
.openingCatch02:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 30px 0 0;
	border-color: #d6d6d6 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -15px;
}
/* opening */
#service #openingBlock #flowBox, #service #successionBlock #meritBox {
	width: 1100px;
	background: url(../images/common/common_dotlineX.png) repeat-x left top;
	margin: 70px auto 0;
	position: relative;
	padding-top: 55px;
}
#service #openingBlock #flowBox .head, #service #successionBlock #meritBox .head {
	text-align: center;
	position: absolute;
	width: 100%;
	top: -13px;
}
#service #openingBlock #flowBox h2, #service #successionBlock #meritBox h1 {
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	font-size: 145%;
	letter-spacing: 0.2em;
}
#service #openingBlock #flowBox h2 img, #service #successionBlock #meritBox h1 img {
	margin-top: -25px;
}
#service #openingBlock #flowBox ul {
	width: 1032px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 90px;
}
#service #openingBlock #flowBox ul:after {
	width: 16px;
	height: 16px;
	content: '';
	display: block;
	background: url(../images/common/sprite.png) no-repeat 0 -363px;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: 40px;
}
#service #openingBlock #flowBox ul li {
	width: 340px;
	height: 220px;
	border-right: 1px solid #EDEDED;
	padding: 6px 20px;
	float: left;
	position: relative;
	overflow: visible;
}
#service #openingBlock #flowBox ul li:before {
	width: 16px;
	height: 16px;
	content: '';
	display: block;
	background: url(../images/common/sprite.png) no-repeat 0 -337px;
	position: absolute;
	left: -8px;
	top: 100px;
}
#service #openingBlock #flowBox ul li:first-child:before {
	display: none;
}
#service #openingBlock #flowBox ul li>p {
	line-height: 1.4;
}
#service #openingBlock #flowBox ul li:last-child {
	border-right: none;
}
#service #openingBlock #flowBox h3 {
	margin-bottom: 13px;
}
#service #openingBlock #flowBox h3 span:nth-of-type(1) {
	color: #6ECC50;
	font-size: 154%;
	font-weight: lighter;
	margin-right: 5px;
}
#service #openingBlock #flowBox h3 span:nth-of-type(2) {
	font-size: 124%;
}
#service #openingBlock #flowBox .serviceContent {
	width: 300px;
	height: 80px;
	background: url(../images/common/common_dot_bg.png);
	text-align: center;
	position: absolute;
	bottom: 10px;
}
#service #openingBlock #flowBox .serviceContent h4 {
	color: #6ECC50;
	font-size: 108%;
	margin: 10px 0 7px;
}
/* 10開業 */

#service #openingBlock #flowBox ul:nth-of-type(4), #service #openingBlock #flowBox ul:nth-of-type(5) {
	padding-bottom: 40px;
	overflow: visible;
}
#service #openingBlock #flowBox ul:nth-of-type(4) h3, #service #openingBlock #flowBox ul:nth-of-type(5) h3 {
	text-align: center
}
#service #openingBlock #flowBox ul:nth-of-type(5) p {
	padding-top: 13px;
}
#service #openingBlock #flowBox ul:nth-of-type(4):after {
	bottom: 14px;
}
#service #openingBlock #flowBox ul:nth-of-type(5):after {
	display: none;
}
#service #openingBlock #flowBox ul:nth-of-type(4) li, #service #openingBlock #flowBox ul:nth-of-type(5) li {
	width: 310px;
	height: 70px;
	/* text-align: center; */
	background: url(../images/service/service_opening_flow_bg.png) no-repeat center top;
	margin: 0 auto;
	padding: 0;
	padding-top: 18px;
	float: none;
	overflow: visible;
}
#service #openingBlock #flowBox ul:nth-of-type(4) li:last-child h3 span:nth-of-type(1), #service #openingBlock #flowBox ul:nth-of-type(5) li:last-child h3 span:nth-of-type(1) {
	margin-left: -10px;
	margin-right: 2px;
}
#service #openingBlock #flowBox ul:nth-of-type(4) li:last-child h3 span:nth-of-type(2), #service #openingBlock #flowBox ul:nth-of-type(5) li:last-child h3 span:nth-of-type(2) {
	font-size: 184%;
}
/* succession */
#service #contents #successionBlock {
	position: relative
}
#service #successionBlock .soudanBox {
	text-align: center;
}
#service #successionBlock #problem {
	width: 100%;
	height: 350px;
	text-align: center;
	position: absolute;
	top: 237px;
	left: 0;
	background: #f5f5f5
}
#service #successionBlock #problem+p {
	margin-bottom: 30px;
}
#service #successionBlock .soudanBox p {
	font-size: 139%;
	margin-bottom: 25px;
}
#service #successionBlock p.catch {
	margin-bottom: 440px;
}
#service #successionBlock #meritBox {
	margin-top: 120px;
	text-align: center;
}
#service #successionBlock #meritBox ul {
	width: 943px;
	margin: 65px auto 0;
}
#service #successionBlock #meritBox li {
	width: 450px;
	margin-right: 43px;
	float: left;
}
#service #successionBlock #meritBox li:last-child {
	margin-right: 0;
}
#service #successionBlock #meritBox li .wrap {
	height: 120px;
	background: url(../images/common/common_dot_bg.png);
	position: relative
}
#service #successionBlock #meritBox li .wrap>p {
	background: #d6d6d6;
	line-height: 30px;
	color: #fff;
}
#service #successionBlock #meritBox li .wrap figure {
	margin: 10px 0;
}
#service #successionBlock #meritBox li .wrap h2 {
	font-size: 124%;
	width: 100%;
	position: absolute;
	bottom: 14px
}
#service #successionBlock #meritBox li>p {
	text-align: left;
	line-height: 1.4;
	margin-top: 15px;
}
#service #successionBlock #meritBox>p {
	width: 943px;
	text-align: left;
	margin: 70px auto 0;
}
#managementBlock .blockInner #managementBox {
	width: 986px;
	margin: 65px auto 0;
}
#managementBlock .blockInner #managementBox figure {
	float: left;
}
#managementBlock .blockInner #managementBox .textBox {
	overflow: hidden;
	padding-left: 30px;
}
#managementBlock .blockInner #managementBox .textBox p+p {
	margin-top: 1em;
}
#investBlock .blockInner #supportBlock {
	width: 986px;
	margin: 65px auto 0;
}
#investBlock .blockInner #supportBlock ul {
	background: url(../images/service/service_invest_arrow.png) no-repeat center bottom;
	padding-bottom: 70px;
	margin-bottom: 30px;
}
#investBlock .blockInner #supportBlock ul li {
	width: 300px;
	height: 120px;
	background: url(../images/common/common_dot_bg.png);
	margin-right: 43px;
	padding: 18px 20px;
	position: relative;
	float: left;
}
#investBlock .blockInner #supportBlock ul li:last-child {
	margin-right: 0px;
}
#investBlock .blockInner #supportBlock ul li h2 {
	font-size: 124%;
	text-align: center;
	letter-spacing: 0.09em;
	margin-bottom: 7px;
}
/* -------------------------
    002-4.works
------------------------- */
#works p.counter {
	font-size: 108%;
	color: #66B4E3;
}
#works .name {
	margin: 6px 0 0;
}
#works p.catch {
	font-size: 124%;
	font-weight: bold;
	margin: 10px 0 7px;
}
#works p.comment {
	margin-bottom: 15px;
}
#works dl {
	display: table;
}
#works dl:last-of-type {
	margin-bottom: 13px;
}
#works dt {
	font-size: 93%;
	font-weight: bold;
	width: 80px;
	padding: 5px 0px 5px 5px;
	display: table-cell;
	border-bottom: 2px solid #b1d9f2;
}
#works dd {
	width: 370px;
	display: table-cell;
	padding: 6px 0px 0px 9px;
	border-bottom: 2px solid #EDEDED;
}
#works dl:nth-of-type(1) dt, #works dl:nth-of-type(1) dd {
	border-top: none;
	background: none
}
/* opening + succession */
#works .blockInner .narrow_inner {
	width: 970px;
	margin-left: 80px;
}
#works .works_item {
	width: 450px;
	margin-bottom: 40px;
	float: left;
}
#works .works_item:nth-child(2n) {
	float: right;
}
/* management */
#works #managementBlock article {
	width: 1060px;
	margin-bottom: 55px;
}
#works #managementBlock article .wrap {
	width: 450px;
	float: left;
}
#works #managementBlock article .wrap:nth-of-type(2) {
	width: 570px;
	float: right;
	margin-top: 18px;
}
#works #managementBlock article h1 {
	font-size: 170%;
	line-height: 1.4;
	margin-bottom: 30px;
}
#works #managementBlock article .wrap:nth-of-type(2) p {
	margin-bottom: 20px;
}
#works #managementBlock article figure {
	margin-bottom: 30px;
}
/* consul */
#works #consulBlock ul {
	width: 970px;
	margin-left: 80px;
}
#works #consulBlock ul+ul {
	margin-top: 50px;
	padding-top: 40px;
	border-top: 1px solid #eee;
}
#works #consulBlock li {
	border-bottom: 2px solid #ededed;
	padding-bottom: 40px;
}
#works #consulBlock li:last-child {
	margin-right: 0;
}
#works #consulBlock li .position {
	font-size: 93%;
	color: #8BC5E9;
}
#works #consulBlock li>p span {
	display: block;
	line-height: 35px;
}
#works #consulBlock li .name {
	font-size: 185%;
	font-weight: bold;
	float: left;
	margin: 0;
}
#works #consulBlock li .en {
	color: #66B3E3;
	font-size: 108%;
	float: right;
	display: none;
}
#works #consulBlock li .comment {
	margin-top: 10px;
	margin-bottom: 0;
}
/* -------------------------
    002-5.contact
------------------------- */
#contact form {
	margin-top: 20px;
}
#contact form .wrap {
	float: left;
	width: 540px;
}
#contact form .wrap+.wrap {
	float: right;
}
#contact form dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
#contact form dl+dl {
	margin-top: 15px;
}
#contact form dt, #contact form dd {
	padding: 12px 0;
}
#contact form dt {
	font-weight: bold;
	width: 12em;
	display: table-cell;
	vertical-align: top;
	line-height: 27px;
}
#contact form dd {
	width: 370px;
	display: table-cell;
	padding-left: 10px;
}
#contact form input[type=text], #contact form input[type=email], #contact form input[type=tel], #contact form select, #contact form textarea {
	padding: 5px;
	border: 1px solid #d6d6d6;
	width: 300px!important;
}
#contact form input.yubin {
	width: 5em!important;
}
#contact form select.todofuken {
	width: auto!important;
}
#contact form textarea.jusho {
	height: 4em!important;
	width: 100%!important;
}
#contact form textarea.inquiry {
	height: 213px!important;
	width: 100%!important;
}
#contact form p+p {
	margin-top: 8px;
}
#contact .must {
	color: #f07600;
	font-size: 130%;
	font-weight: normal;
}
.btnWrap {
	text-align: center;
	margin-top: 40px;
	/* margin-bottom: -90px; */
}
#contact .mfp_buttons {
	display: inline-block;
}
#contact .mfp_buttons button {
	background: none;
	border: none;
	width: 210px;
	color: #fff;
	font-size: 115%;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 0.09em;
	line-height: 38px;
	margin: 0 5px;
	background: url(../images/index/index_menu_circle_bg.png);
	border-width: 4px;
	border-style: solid;
	cursor: pointer
}
#contact .mfp_buttons button[type=submit], #contact #mfp_button_send {
	background-color: #f07600;
	border-color: #f07600;
}
#contact .mfp_buttons button[type=submit]:hover, #contact #mfp_button_send:hover {
	background-color: #f58b25;
}
#contact .mfp_buttons button[type=reset], #contact #mfp_button_cancel {
	background-color: #a8a8a8;
	border-color: #a8a8a8;
}
#contact .mfp_buttons button[type=reset]:hover, #contact #mfp_button_cancel:hover {
	background-color: #bbb;
}
#mfp_phase_stat {
	display: none;
}
/* 確認画面 */
#mfp_overlay_inner .mfp_buttons {
	display: inline-block;
	margin: 25px 0 10px;
}
/* -------------------------
    002-6.information
------------------------- */
#information .infoBox+.infoBox {
	margin-top: 50px;
}
#information .infoBox_date {
	color: #002F5F;
	font-size: 114%;
	font-weight: bold;
	margin-right: 30px;
	float: left;
}
#information .infoBox_body {
	border-left: 1px solid #ddd;
	padding-left: 30px;
	overflow: hidden;
}
#information .infoBox_tit {
	color: #002F5F;
	font-size: 114%;
	font-weight: bold;
	margin-bottom: 20px;
}
#information .infoBox_content p+p {
	margin-top: 10px;
}
#information .infoBox_content p a {
	color: #002F5F;
}
