@charset "utf-8";

/*
Theme Name: 癒海 PC向けテーマ v1.03
Theme URI: http://www.linesmix.com/
Description: トップページに設置実績をスクロール表示する
Version: 1.03 2022/02/07
Author: Seiji Miyahira
Author URI: http://www.linesmix.com/
*/

/* Reset ------------------------------------------------------------------ */


:link,:visited {
	text-decoration: none;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
	margin:  0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

table {
	border-spacing: 0;
}

fieldset,img,abbr,acronym {
	border: 0;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

a {
	text-decoration: underline;
	outline: none;
}

hr {
	border: 0;
	height: 1px;
	background-color: #000;
	color: #000;
}

a img,:link img,:visited img {
	border: none;
}

address {
	font-style: normal;
	display: inline;
}

/* Utilities ----------------------------------------------------------------- */
#content-inner:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

/* no ie mac \*/
* html #content-inner { height: 1%; }

/* Content ---------------------------------------------------------------- */
a:link, a:visited {
	text-decoration: underline;
}

p, pre, blockquote, fieldset, ul, ol, dl {
	margin-bottom: .75em;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }

/* Assets */
.asset-body,
.asset-more,
.more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.trackbacks-info,
.trackback-content,
.archive-content {
	clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
	overflow: hidden;
	width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
	position: static;
	clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
	margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
#comment-form-external-auth,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.archive-content,
.search-form-header,
.search-results-header {
	margin-bottom: .75em;
}

.asset-name {
	margin-bottom: .25em;
}

.asset-meta {
	font-size: 11px;
	margin-top: .25em;
	padding-top: 2px;
	padding-bottom: .3em;
	font-weight: normal;
	clear:both;
	border: 0;
}

.entry-tags-header,
.entry-categories-header {
	margin-bottom: 0;
	margin-right: .25em;
	display: inline;
	font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
	display: inline;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
	display: inline;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

/* Feedback */
.comments-open label {
	display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
	width: 80%;
}

#comment-submit {
	font-weight: bold;
}

.comment,
.trackback {
	margin-bottom: .5em;
	border-bottom: 1px solid #ccc;
	padding-bottom: .5em;
}

.comment-content {
	clear: none;
	line-height: 1.5;
	margin-bottom: 1em;
}

.comment-content p {
	margin-bottom: .5em;
}

/* Widgets */
.widget {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.widget-content {
	position: relative;
	margin:0;
	padding:0;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget ul ul {
	margin-left: 15px;
}

.widget li {
	margin-top: 5px;
	margin-bottom: 5px;
}

.widget-recent-assets .widget-content .widget-list {
	overflow: auto;
	margin-right: 0;
}

.widget-search ul {
	margin-left: 0;
	list-style: none;
}

.widget-search li {
	margin: 5px 0;
}

/* Layout ----------------------------------------------------------------- */
#container-inner {
	min-height: 100%;
	margin:  0;
	text-align: left;
}

#header, #content, #alpha, #beta, #footer {
	position: relative;
}


#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner {
	position: static;
}

#header-inner, #content-inner, #footer-inner {
	margin:  0;
	padding: 0;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner {
	overflow: hidden;
	padding: 0;
}

#content-inner {
	margin:  0;
	padding: 0;
}

/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
body {
	max-width: none !important;
	text-align:center;
	color:#303030;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (max-width: 1360px) {
	body.toppage {
		background-size: contain;
	}
}


body.subpage {
	background-image: url(images/background/subpage.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
	xbackground-size: cover;
	background-color: #abd4fd;
}

/* リンクカラー */
a {
	color: #003a91;
}

a:hover {
	color: #3f7edc;
}

.clear {
	clear:both;
}

/* ---　ページトップ　--- */
#gotop {
	clear:both;
	width:100%;
	margin:10px 0;
	display: none;
}

#gotop a {
	font-size:75% !important;
	text-indent: -500px;
	height: 15px;
	width: 65px;
	display: block;
	float: right;
	overflow: hidden;
	background: url('images/pagetop.gif') no-repeat 0 0;
}

#gotop a:hover {
	font-size:75% !important;
	text-indent: -500px;
	height: 15px;
	width: 65px;
	display: block;
	float: right;
	overflow: hidden;
	background: url('images/pagetop_ov.gif') no-repeat 0 0;
}

/* -----　パンくず　----- */
.navi {
	margin:2px 5px 10px;
	text-align:right;
	font-size:85% !important;
	font-size:80%;
	display: none;
}

/* ---------------------------------------------------------------------
container
--------------------------------------------------------------------- */
.layout-tw #container {
	line-height:1.6;
	font-size:80%;
	width: 100%;
	margin:  0;
	padding: 0;
	text-align:left;
	xborder-left:  1px solid #e2e2e2;
	xborder-right: 1px solid #e2e2e2;
	position: relative;
}

#container-inner {
	position: relative;
	width: 100%;
	margin:  0;
	padding: 0;
}

.subpage #container-inner {
	max-width:1200px;
}

/* ---------------------------------------------------------------------
Content
--------------------------------------------------------------------- */
#content {
	clear: both;
	width: 100%;
	margin:  0;
	padding: 0;
}

.subpage #content {
	width: 1220px;
	position: relative;
	xborder: 1px #ff0000 solid;
}

/* ---------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------- */
.layout-tw #alpha {
	float: right;
	left: 0px;
	max-width: 960px;
	width: 78.6885%;
	min-height: 50em;
	margin:  0;
	padding: 0;
	background: rgba(255, 255, 255, 0.7);
}

.toppage #beta {
	position: absolute;
	left: 0;
	top:   100px;
	width: 200px;
	margin:  0;
	padding: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.7);
}

.subpage #beta {
	position: relative;
	left: 0;
	top:  0;
	float: left;
	width: 200px;
	margin:  0;
	padding: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.7);
}


#alpha-inner {
	max-width: 960px;
	width: 100%;
	margin:  0;
	padding: 0;
}

#beta-inner {
	margin:  10px;
	padding: 0;
}

/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */
#header {
	clear: both;
	max-width: 1200px;
	width: 100%;
}

#header-inner {
	width: 100%;
}

#header-contents {
	width:100%;
	padding-bottom: 15px;
}

#header-contents .left {
	width:60%;
	float:left;
}

#header-contents .right {
	width:40%;
	float:right;
}

#header-description {
	font-size:80%;
	line-height: 1.2;
	color: #ffffff;
	width:820px;
	padding:2px 5px;
	display: none;
}

/* -- サイト名 -- */
#header-name {
	font-size:200% !important;
	font-size:195%;
	font-weight:bold;
	margin:5px;
	line-height: 1.5;
	display: none;
}

#header-name a {
	color: #cccccc;
	text-decoration: none;
}

#header-name a:hover {
	text-decoration: underline;
}

#header-name h2 {
	font-weight:bold;
}

/* -- サイトマップ・お問合せリンク -- */
#header .sub-contents {
	margin-bottom:0px;
	padding:0px 10px;
	text-align: right;
	font-size:85% !important;
	font-size:80%;
	clear: both;
	float: right;
}

#header .sub-contents a:link,
#header .sub-contents a:visited {
	text-decoration: none;
	color:#737373;
}

#header .sub-contents a:hover,
#header .sub-contents a:active {
	text-decoration: underline;
	color:#737373;
}

/* -- 検索フォーム -- */
#header .header-search {
	margin-bottom:5px;
	padding:2px 10px;
	text-align: right;
	font-size:80% !important;
	font-size:80%;
	clear: both;
	color: #999999;
}

#header .header-search .box {
	margin-right:5px;
}

#header .header-search .submit {
	background: url('images/search.gif') 0 0 no-repeat;
	border:none;
	height:18px;
	width:57px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
}

/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer {
	width: 100%;
	clear:both;
	background:#cccccc;
}

.toppage #footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 200;
}

#footer-inner {
	max-width: 1200px;
	width: 100%;
}


/* -- コピーライト -- */
.copyright {
	color: #696969;
	width: 100%;
}

.copyright .copyright-content {
	text-align:center;
	padding:4px 10px 0;
	font-size: 11px;
}


/* ---------------------------------------------------------------------
投稿記事
--------------------------------------------------------------------- */
.archive-title {
/*
	padding:10px 10px 0 18px;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
	margin-bottom: 20px;
*/
	
	margin:  3em 1em 1em;
	padding: 0.5em 1em;
	background: rgba(255, 255, 255, 0.8);
	border-left: 1em #999999 solid;
	border-bottom: 1px #999999 solid;
	
	xfont-family: "游明朝体", "Yu Mincho", YuMincho, 'Hiragino Mincho ProN', "ＭＳ 明朝", serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	max-width: 960px;
	width: 100%;
	box-sizing: border-box;
}

.archive-title em {
	font-style:normal;
}

.entry-asset {
	width: 93.75%;
	padding:5px;
}

.asset-header {
	padding:0;
}

.asset-name {
	background: url('images/top-category_bg2.gif') no-repeat 0 -3px;
	padding:1em 0 0.7em 2em;
	border-bottom:1px dotted #666666;
	color:#212121;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
	background: #ffffff;
}

.asset-name a:link,
.asset-name a:hover,
.asset-name a:visited,
.asset-name a:active {
	text-decoration: none;
}

.asset-body {
	margin:15px;
}

.asset-more {
	margin:0 10px 10px;
}

.more-link {
	clear:both;
	text-indent: -9999px;
	overflow: hidden;
	height: 28px;
	width: 141px;
	display: block;
	margin:0 0 10px 10px;
	background: url('images/syosai_bt.gif') no-repeat 0 0;
	margin-left:440px;
}

.more-link:hover {
	background: url('images/syosai_bt_ov.gif') no-repeat 0 0;
}

.asset-meta {
	text-align:right;
	margin-top:10px;
	padding:10px;
	border-top: 1px dotted #CCCCCC;
	font-size:100% !important;
	font-size:95%;
	display: none;
}

.the_time {
	text-align: right;
}



/* ---------------------------------------------------------------------
コメント&トラックバック
--------------------------------------------------------------------- */
#trackbacks {
	clear:both;
	width: 580px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#trackbacks .trackbacks-header {
	height:34px;
	color: #212121;
	background: url('images/trackback_tb-head-h2.gif') no-repeat 0 0;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

.trackbacks-info {
	width: 530px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
}

#comments {
	clear:both;
	width: 580px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#comments .comments-header {
	height:34px;
	color: #212121;
	background: url('images/comment_tb-head-h2.gif') no-repeat 0 0;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

#comments .comments-content {
	padding:0 10px;
}

.comment {
	margin:10px;
}

.comment .inner {
	width: 530px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
	word-wrap: break-word; 
}

.comment .comment-header {
	padding:0 5px;
	margin:0 0 5px;
}

.comment .comment-content{
	padding:0 5px;
}

.comments-open {
	margin-top: 20px;
}

.comments-open-header {
	height:34px;
	color: #212121;
	background: url('images/comment_tb-head-h2.gif') no-repeat 0 0;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

.comments-open-content {
	padding:10px;
}

#comment-submit {
	background: url('images/search2.gif') 0 0 no-repeat;
	border:none;
	height:20px;
	width:65px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
	font-size:100%;
}

.comment-footer {
	text-align:right;
	margin:0;
	padding:5px;
	border-top: 1px dotted #999;
	font-size:95% !important;
	font-size:90%;
}

/* ---------------------------------------------------------------------
トップページ
--------------------------------------------------------------------- */

#section0, #section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8 { 
	xwidth:  100%;
	xheight: 100%;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}
#section0 { background-image: url(images/background/bg06.png); }
#section1 { background-image: url(images/background/bg02.png); }
#section2 { background-image: url(images/background/bg05.png); }
#section3 { background-image: url(images/background/bg03.png); }
#section4 { background-image: url(images/background/bg01.png); }
#section5 { background-image: url(images/background/bg04.png); }
#section6 { background-image: url(images/background/bg07.png); }
#section7 { background-image: url(images/background/bg04.png); }
#section8 { background-image: url(images/background/bg02.png); }


/* --- 各セクション共通 --- */
.section {
	width: 100%;
	position: relative;
}

.section .section-body {
	max-width: 960px;
	width: 96%;
	xmin-height: 100%;
	margin:  0;
	padding: 0;
	position: absolute;
	top:  0;
	left: 220px;
}

.section .section-body h2 {
	margin:  0;
	padding: 2em 2em 0.6em 2em;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	background: rgba(0, 0, 102, 0.8);
	border-left: 4px #acc2e4 solid;
	max-width: 960px;
	width: 100%;
	box-sizing: border-box;
}

.section .section-body h2 span {
	font-size: 12px;
	font-weight: normal;
}


.section .section-body h3 {
	margin:  3em 0 1em;
	padding: 0.5em 1em;
	background: rgba(255, 255, 255, 0.8);
	border-left: 0.3em #ff6600 solid;
	
	xfont-family: "游明朝体", "Yu Mincho", YuMincho, 'Hiragino Mincho ProN', "ＭＳ 明朝", serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	max-width: 960px;
	width: 100%;
	box-sizing: border-box;
}

.section .section-body h4 {
	margin:  3em 0 1em;
	padding: 0.2em 1em 0.1em;
	border-left:   0.3em #0068b6 solid;
	border-bottom: 1px   #0068b6 solid;
	
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	max-width: 960px;
	width: 100%;
	box-sizing: border-box;
}


.section .lead-text {
	margin:  1em 0 2em;
	padding: 1em 2em;
	background: rgba(0, 0, 0, 0.6);
	max-width: 900px;
	width: 100%;
	box-sizing: border-box;
	font-size: 125%;
	font-weight: bold;
	color: #ffffff;
}

.section .text-body {
	margin:  0 0 0 4em;
	padding: 2em;
	background: rgba(255, 255, 255, 0.7);
	max-width: 900px;
	width: 93.75%;
	box-sizing: border-box;
}

.section .go-detail {
	margin:  1em 0 0;
	text-align: right;
}



/* --- section0 トップページ --- */
#section0 {
}

#section0 .catch-phrase {
	xfont-family: "游明朝体", "Yu Mincho", YuMincho, 'Hiragino Mincho ProN', "ＭＳ 明朝", serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	color: #ffffff;
	text-shadow: 1px 1px 3px #000;
	
	float: left;
	margin:  1em 0 0;
	padding: 0;
}

#section0 .second-catch {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 3px #000;
	
	position: absolute;
	left: 0;
	top:  2.5em;
}

#section0 .third-catch {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 3px #000;
	
	position: absolute;
	left: 0;
	top:  30em;
	
	display: none;
}

#section0 .fourth-catch {
	font-size: 19px;
	font-weight: bold;
	color: #ffff66;
	text-shadow: 1px 1px 3px #000;
	
	position: absolute;
	left: 0;
	top:  18em;
}



#section0 #main-visual {
	position: absolute;
	left:  7em;
	top:  14em;
	
	width: 384px;
	height: 216px;
	margin:  0;
	padding: 0;
}











#section0 .toppage-main-logo {
	width: 300px;
	float: right;
	margin:  10px 0 0;
	padding: 1em 1.5em 1em 1em;
	background: rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	border-radius: 0.5em;
}

#section0 .ico-facebook {
	width:  60px;
	height: 60px;
	clear: both;
	float: right;
	margin:  60px 0 0;
}

#section0 .ico-facebook img {
	width: 100%;
	height: auto;
}

#section0 .ico-facebook a img:hover {
	opacity: 0.8;
}



#img {
	display: inline-block;
	animation: hurueru 5s  infinite;
}

@keyframes hurueru {
	 0% {transform: translate(0px, 0px) rotateZ(0deg)}
	 1% {transform: translate(4px, 4px) rotateZ(1deg)}
	 2% {transform: translate(0px, 4px) rotateZ(0deg)}
	 3% {transform: translate(4px, 0px) rotateZ(-1deg)}
	 4% {transform: translate(0px, 0px) rotateZ(0deg)}
	 5% {transform: translate(4px, 4px) rotateZ(1deg)}
	 6% {transform: translate(0px, 4px) rotateZ(0deg)}
	 7% {transform: translate(4px, 0px) rotateZ(-1deg)}
	 8% {transform: translate(0px, 0px) rotateZ(0deg)}
	 9% {transform: translate(4px, 4px) rotateZ(1deg)}
	10% {transform: translate(0px, 4px) rotateZ(0deg)}
	11% {transform: translate(4px, 0px) rotateZ(-1deg)}
}



#section0 .contact-box {
	width: 350px;
	height: 130px;
	box-sizing: border-box;
	background: url(images/bg-contact.png) left top no-repeat;
	
	clear: both;
	float: right;
	margin:  60px 0 20px;
}

#section0 .contact-box ul {
	list-style: disc;
	margin:  78px 0 0 50px;
	padding: 0;
}

#section0 .contact-box ul li {
	margin:  0;
	padding: 0;
	font-size: 16px;
	line-height: 1.15;
}

#section0 .contact-box ul li span.muryosodan {
	font-size: 20px;
	font-weight: bold;
	color: #1daa38;
}

#section0 .contact-box ul li span.freedial {
	xfont-family: "游明朝体", "Yu Mincho", YuMincho, 'Hiragino Mincho ProN', "ＭＳ 明朝", serif;
	font-size: 20px;
	font-weight: bold;
	color: #ff0000;
}

#section0 .info-box {
	clear: both;
	float: left;
	width: 49%;
	height: 200px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.4);
	margin:  0px 0 0;
	padding: 1.5em;
	color: #ffffff;
	font-size: 12px;
	overflow: hidden;
}

#section0 .info-box .info-midashi {
	clear: both;
	font-size: 16px;
}

#section0 .info-box .info-time {
	width: 8em;
	clear: both;
	float: left;
	font-size: 14px;
}

#section0 .info-box .info-title {
	width: 57em;
	float: left;
	font-size: 14px;
}

#section0 .info-box .info-title a {
	color: #ffffff;
}

#section0 .info-box .info-body {
	clear: both;
	float: none;
	display: none;
}

#section0 .info-box .info-body img {
	display: none;
}



#section0 .result-box {
	float: right;
	width: 49%;
	height: 200px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.4);
	margin:  0px 0 0;
	padding: 1.5em;
	color: #ffffff;
	font-size: 12px;
	overflow: hidden;
	position: relative;
}

#section0 .result-box .result-midashi {
	clear: both;
	font-size: 16px;
}

#section0 .result-box dl {
	margin:  0em auto 0;
	padding: 0;
}

#section0 .result-box dl dt {
	margin:  1em auto 0;
	padding: 0;
}

#section0 .result-box dl dd {
	margin:  0.25em auto 0;
	padding: 0;
}

#section0 .result-box .result-notice {
	margin:  1em auto 0;
	padding: 0;
}

#section0 .result-box a {
	color: #ffffff;
}

#section0 .result-box a:hover {
}


.wrapper {
	position: absolute;
	top: 100%;
	left:  0;
	width: 100%;
	margin:  0;
	padding: 0 1.0em;
	box-sizing: border-box;
	text-align: left;
	color: #ffffff;
	line-height: 1.6;
	animation: 80s result_list linear infinite;
}

@keyframes result_list {
	0% {
		top: 100%;
	}
	100% {
		top: -400%;
	}
}




/* --- section4 お問い合わせ --- */
#section4 .contact {
	background: rgba(255, 255, 255, 0.6);
	padding: 60px 20px;
}



/* --- section5 会社概要 --- */
#section5 .text-body .align-right {
	text-align: right;
}

#section5 table {
	border-collapse: collapse;
	margin:  0 0 0 4em;
	padding: 0;
	background: rgba(255, 255, 255, 0.6);
}

#section5 table th,
#section5 table td {
	padding: 0.6em 1em 0.3em;
	border: 1px #999999 solid;
}



/* --- section6 設置事例 --- */
#section6 {
}

#section6 h4 {
	margin-bottom: 0.2em;
}

#section6 .text-body {
	xmax-height: 450px;
	overflow-y: scroll;
}

#section6 .go-detail {
	width: 10em;
	margin:  1em auto 0;
	padding: 1em 2em;
	border: 1px #9999ff solid;
	border-radius: 0.33em;
	background: #9999ff;
	background: linear-gradient(#ffffff, #9999ff);
}

#section6 .go-detail:hover {
	background: linear-gradient(#ffffff, #ccccff);
}




/* ---------------------------------------------------------------------
固定ページ共通
--------------------------------------------------------------------- */
.page-asset h1 {
	margin:  3em 1em 1em;
	padding: 0.5em 1em;
	background: rgba(255, 255, 255, 0.8);
	border-left: 1em #999999 solid;
	border-bottom: 1px #999999 solid;
	
	xfont-family: "游明朝体", "Yu Mincho", YuMincho, 'Hiragino Mincho ProN', "ＭＳ 明朝", serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	max-width: 960px;
	width: 100%;
	box-sizing: border-box;
}

.page-asset h2 {
	margin:  3em 0 1em;
	padding: 0.5em 1em;
	background: rgba(255, 255, 255, 0.8);
	border-left: 0.3em #663300 solid;
	
	xfont-family: "游明朝体", "Yu Mincho", YuMincho, 'Hiragino Mincho ProN', "ＭＳ 明朝", serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	max-width: 960px;
	width: 100%;
	box-sizing: border-box;
}

.page-asset h3 {
	margin:  3em 0 1em;
	padding: 0.5em 1em;
	background: rgba(255, 255, 255, 0.8);
	border-left: 0.3em #ff6600 solid;
	
	xfont-family: "游明朝体", "Yu Mincho", YuMincho, 'Hiragino Mincho ProN', "ＭＳ 明朝", serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	max-width: 960px;
	width: 100%;
	box-sizing: border-box;
}

.page-asset h4 {
	margin:  1em 0 0;
	padding: 0.5em 1em 0.5em 0;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}



/* ---------------------------------------------------------------------
固定ページ・投稿記事共通
--------------------------------------------------------------------- */
.asset-body {
	color: #000000;
}



/* --- リスト --- */
.asset-body ul,
.asset-body ol {
	margin:  0 0 1em 2em;
}

.asset-body h2,
.asset-body h3 {
	clear: both;
}



/* ---------------------------------------------------------------------
ぺージナビ
--------------------------------------------------------------------- */
.pagenavi {
	margin:  1em 0 2em 4em;
}



/* ---------------------------------------------------------------------
会社概要 /profile/
--------------------------------------------------------------------- */
#page-profile .text-body {
	margin:  0 0 0 4em;
	padding: 2em;
	background: rgba(255, 255, 255, 0.6);
	max-width: 900px;
	width: 93.75%;
	box-sizing: border-box;
}

#page-profile .text-body .align-right {
	text-align: right;
}

#page-profile table {
	border-collapse: collapse;
	margin:  0 0 0 4em;
	padding: 0;
	background: rgba(255, 255, 255, 0.6);
}

#page-profile table th,
#page-profile table td {
	padding: 0.6em 1em 0.3em;
	border: 1px #999999 solid;
}

#section2 .five-promises-list {
	margin:  0 0 0 4em;
}

#section2 .five-promises-list li {
	padding: 0 0 1.5em 0;
}



/* ---------------------------------------------------------------------
会社概要 /company-overview/
--------------------------------------------------------------------- */
#page-company-overview .text-body {
	margin:  0 0 0 4em;
	padding: 2em;
	background: rgba(255, 255, 255, 0.6);
	max-width: 900px;
	width: 93.75%;
	box-sizing: border-box;
}

#page-company-overview .text-body .align-right {
	text-align: right;
}

#page-company-overview table {
	border-collapse: collapse;
	margin:  0 0 0 4em;
	padding: 0;
	background: rgba(255, 255, 255, 0.6);
}

#page-company-overview table th,
#page-company-overview table td {
	padding: 0.6em 1em 0.3em;
	border: 1px #999999 solid;
}



/* ---------------------------------------------------------------------
スタッフの紹介 /staff-introduction/
--------------------------------------------------------------------- */
#page-staff-introduction .staff-text-body {
	margin:  0 0 0 4em;
	padding: 2em;
	background: rgba(0, 0, 0, 0.7);
	max-width: 900px;
	width: 93.75%;
	box-sizing: border-box;
	color: #ffffff;
}

#page-staff-introduction .staff-text-body .align-right {
	text-align: right;
}



/* ---------------------------------------------------------------------
設置事例 /installation/
--------------------------------------------------------------------- */
.installation img {
	-webkit-transform:  scale(1);
	        transform:  scale(1);
	-webkit-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
}
.installation a:hover img {
	-webkit-transform: scale(1.02);
	        transform: scale(1.02);
}



/* ---------------------------------------------------------------------
最新設置情報 /examples/
--------------------------------------------------------------------- */
.examples a img:hover {
	opacity: 0.8;
}

#goback {
	text-align: right;
	margin-right: 3em;
}



/* ---------------------------------------------------------------------
商品と料金 /products-and-price/
--------------------------------------------------------------------- */
.table-price {
	display: none;
}



/* ---------------------------------------------------------------------
道内の導入実績 /result/
--------------------------------------------------------------------- */
.result-page dl {
	margin:  0em auto 0;
	padding: 0;
}

.result-page dl dt {
	margin:  2em auto 0;
	padding: 0;
	font-weight: bold;
}

.result-page dl dd {
	margin:  0.5em auto 0;
	padding: 0;
}

.result-page .result-notice {
	margin:  1em auto 20em;
	padding: 0;
}



/* ---------------------------------------------------------------------
フォームの共通デザイン
--------------------------------------------------------------------- */
.wpcf7 p span {
	color: #cc0000;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea{
	margin:  0.5em;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
}

.wpcf7c-conf {
	background-color: #f5f5f5!important;
	border: 1px solid #aeaeae!important;
}

.wpcf7-confirm,
.wpcf7-submit {
	display: block;
	font-size: 16px!important;
	background: #0066CC;
	height: 3em;
	color: #fff;
	margin: 0  0 0 5em;
	padding: 8px 1em;
	cursor: pointer;
	outline: 0;
	border: none;
	        border-radius: 10px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	float: left;
}

.wpcf7-back {
	display: block;
	font-size: 16px!important;
	background: #cccccc;
	height: 3em;
	color: #000000;
	margin: 0 0 0 5em;
	padding: 8px 1em;
	cursor: pointer;
	outline: 0;
	border: #999999;
	        border-radius: 10px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	float: left;
}

.wpcf7-confirm { width: 12em; }
.wpcf7-back    { width:  8em; }
.wpcf7-submit  { width:  8em; }

.wpcf7-confirm:hover,
.wpcf7-submit:hover {
	background: #0099cc;
}

.wpcf7-back:hover {
	background: #f0f0f0;
}

.wpcf7 .button {
	clear: both;
	padding-bottom: 2em;
}



/* ---------------------------------------------------------------------
サイトマップ
--------------------------------------------------------------------- */
.archive-content {
	padding:10px;
	line-height:1.3;
}

.archive-content .archive-list {
	margin-bottom:3em;
}

.archive-content ul,
.archive-content ol {
	list-style:none;
}

.archive li a {
	display:block;
	margin-bottom:0.25em;
	padding:3px 0 3px 25px;
	text-decoration:none;
	color:#003a91;
}

.archive li a:hover {
	color:#3f7edc;
}

/*サブカテゴリ*/
.archive li li {
	margin:0 0 0 20px;
}

.archive li li a {
	padding:3px 0 3px 25px;
}

/* ---------------------------------------------------------------------
検索結果ページ
--------------------------------------------------------------------- */
.search-not-found {
	margin:10px;
}

.search-form-header {
	padding-left:10px;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#737373;
	margin:0 14px 10px 0;
	border-bottom:1px solid #004200;
	_height:1px;
}

.search-form-content {
	padding:10px;
}

.search-results-header {
	margin:25px 10px 10px;
	font-size:105% !important;
	font-size:100%;
	font-weight:bold;
	color:#000;
}

.search-form-content .box {
	width:200px;
}

.search-form-content .submit{
	background: url('images/search.gif') 0 0 no-repeat;
	border:none;
	height:18px;
	width:57px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
}

/* ---------------------------------------------------------------------
Widget：[メイン]ウェルカムメッセージ
--------------------------------------------------------------------- */
#welcome_message {
	margin-bottom:20px;
}

#welcome_message h3.title {
	height:39px;
	padding:10px 10px 0 18px;
	background: url('images/message_bg.gif') 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
	margin: 0;
}

#welcome_message .content {
	margin:0;
	padding:10px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]新着記事一覧
--------------------------------------------------------------------- */
#top-news {
	margin:10px 0 20px;
}

#top-news h3 {
	margin: 0;
	height:39px;
	padding:10px 10px 0 18px;
	background: url('images/news_bg.gif') 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
}

#top-news .news {
	padding:4px 10px 2px;
	border-bottom:1px solid #cdcccc;
	margin-right: 15px;
}

#top-news .day {
	float: left;
	color:#666;
	width: 80px;
}

#top-news .title {
	float: right;
	padding-left:5px;
	width: 500px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]トップ表示記事
--------------------------------------------------------------------- */
.top-entry-content {
	margin-bottom:20px;
}

.top-entry-content h3.title {
	margin: 0;
	height:39px;
	padding:10px 10px 0 18px;
	background: url('images/title_bg.gif') 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
}

.top-entry-content .content {
	padding:10px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]カテゴリー表示記事
--------------------------------------------------------------------- */
#top-category {
	margin-bottom:20px;
}

#top-category h3.title {
	margin: 0;
	height:39px;
	padding:10px 10px 0 18px;
	background: url('images/top-category_bg.gif') 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
}

.top-category-content {
	margin-bottom:10px;
	width: 565px;
	border: 2px solid #dff1ff;
	margin-left: 8px;
	padding: 10px;
}

.top-category-content h4.name {
	margin:0;
	background: url('images/top-category_bg2.gif') no-repeat 0 -3px;
	padding:0 0 4px 7px;
	border-bottom:1px solid #a8aeb2;
	color:#737373;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

#top-category h4.name a {
	text-decoration:none;
}

#top-category .content {
	margin:0;
	padding:10px 10px 0 10px;
}

/* ---------------------------------------------------------------------
[サイド]メインロゴ
--------------------------------------------------------------------- */
#beta #beta-main-logo {
	margin:  0 0 20px 0;
	padding: 0;
}



/* ---------------------------------------------------------------------
Widget：[サイド]共通
--------------------------------------------------------------------- */
#beta .widget {
	width: 200px;
	margin:  0;
	padding: 0;
}

#beta .widget-header {
	font-size: 95% !important;
	font-size: 90%;
	border-bottom:1px dotted #cfcfcf;
	background:#ffffff;
	width: 200px;
	padding:0 3px;
	color:#303030;
}

#beta .widget select {
	width: 175px;
	margin:10px;
}

#beta .widget ul {
	width: 190px;
	margin:  0;
	padding: 0;
	list-style: none;
}

#beta .widget ul ul {
	margin:  0;
	padding: 0;
}

#beta .widget li {
	padding: 0 0 0 20px;
	list-style:none;
	_height: 1px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]メインメニュー
--------------------------------------------------------------------- */
.widget-main-menu {
	width: 200px;
	margin:  0;
	padding: 0;
}

.widget-main-menu ul {
	margin:  0;
	padding: 0;
	list-style:none;
}

.widget-main-menu .menu-content {
	font-size:100% !important;
	font-size:95%;
	width: 200px;
}

.widget-main-menu li {
	color: #000000;
}

.widget-main-menu li a:link,
.widget-main-menu li a:visited {
	text-decoration:none;
	display:block;
	width: 165px;
	border-top:1px dotted #cfcfcf;
	padding:10px 10px 7px 25px;
	color:#000066;
}

.widget-main-menu li a:hover,
.widget-main-menu li a:active {
	text-decoration:none;
	color: #0000cc;
}

.widget-main-menu li li a:link,
.widget-main-menu li li a:visited {
	width:153px;
	display:block;
	padding:10px 10px 7px 37px;
	color:#000066;
}

.widget-main-menu li li a:hover,
.widget-main-menu li li a:active {
	text-decoration:none;
	color: #0000cc;
}



/* ---------------------------------------------------------------------
Widget：[サイド]リンクバナー
--------------------------------------------------------------------- */
.banners ul {
	margin:  0;
	padding: 0;
	list-style:none;
}

.banners ul li {
	margin:  0em 0 0;
	padding: 0;
}

.banners ul li a img:hover {
	opacity: 0.8;
}



/* ---------------------------------------------------------------------
Widget：[サイド]rssフィード
--------------------------------------------------------------------- */
.widget-header a.rsswidget {
	text-decoration:underline;
}

.widget-header a.rsswidget:hover {
	text-decoration:none;
}

/* ---------------------------------------------------------------------
Widget：[サイド]会社概要
--------------------------------------------------------------------- */
.widget-company {
	font-size: 95% !important;
	font-size: 90%;
	line-height:1.4;
	width: 180px;
	margin: 10px 0 15px 4px;
	padding: 5px;
	border: 1px solid #bab7b8;
	background: #ffffff url('images/side_freearea_bg.gif') repeat-x top;
}

.widget-company .widget-content {
	width: 100%;
	overflow: hidden;
}

/* ---------------------------------------------------------------------
Widget：[サイド]フリーエリア
--------------------------------------------------------------------- */
.free-content {
	width: 180px;
	line-height:1.4;
	font-size: 95% !important;
	font-size: 90%;
	border: 1px solid #bab7b8;
	padding: 5px;
	background: #ffffff url('images/side_freearea_bg.gif') repeat-x top;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 4px;
	overflow: hidden;
}


/* ---------------------------------------------------------------------
印刷時のスタイル
--------------------------------------------------------------------- */
@media print {
	* {
		position: static  ! important;
		overflow: visible ! important;
	}
}



/* =====================================================================
モバイル対応（<768px）
===================================================================== */
@media screen and (max-width: 767px) {

/* -----
.toppage #alpha {
	clear: both;
	float: none;
	left: 0px;
	max-width: 960px;
	width: 90%;
	min-height: 50em;
	margin:  0;
	padding: 0;
	background: rgba(255, 255, 255, 0.7);
}

.section .section-body {
	position: relative;
}



.toppage #beta {
	display: none;
}

----- */







} /* -- end of Mobile -- */

/* ----- */
