<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*---------------------------------------------
	Browser reset css
  ---------------------------------------------*/

html {
	overflow-y: scroll;
}
body,
div,
dl,
dt,
dd,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
table {
    width: 100%;
    border: 1px solid #fff;
    margin: 0px 0px 0px 0px;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
}
caption {
	text-align: left;
}
table th, table td {
    padding:10px 20px;
}
table td {
    border: 1px solid #434343;
	color: #464646;
}
table th {
    color: #fff;
    background-color: #333;
    font-weight: normal;
	border: 1px solid #434343;
}
q:before,
q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,
legend {
	display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
img,
abbr,
acronym,
fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: local('Muli Light'), local('Muli-Light'), url(http://fonts.gstatic.com/s/muli/v7/_fUwxgthNvUM9WCtMyMvbA.woff) format('woff');
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli'), url(http://fonts.gstatic.com/s/muli/v7/kU4XYdV4jtS72BIidPtqyw.woff) format('woff');
}
/* ==================================================  
	+1: Leyout Pattern Set
================================================== */
.boxSet {
	clear: both;
	float: none;
}
/* clearFix
================================================== */
.clearFix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearFix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearFix {
	zoom: 1;
	height: 1%;
}
.clearFix {
	display: block;
}/* End hide from IE-mac */

/* =================================================
Waypoints
================================================= */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7 {
    visibility: hidden;
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
    visibility: visible;
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-10s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay-15s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.delay-20s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay-25s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.delay-30s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.delay-35s {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

/* ------ Body ------ */

body {
	font-family: 'Century Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background:#fff;
	font-size: 13px;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
.win body {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/* ------ Font ------ */

/* 各ブラウザに対応したWebフォントを指定 */
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot');
	src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),  url('fonts/icomoon.woff') format('woff'),  url('fonts/icomoon.ttf') format('truetype'),  url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ------ Anchor ------ */

a {
	outline: none;
}
a:link {
	text-decoration: none;
	color: #ffbb28;
	transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
a:visited {
	text-decoration: none;
	color: #b54949;
	transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
a:hover {
	text-decoration: none;
	color: #e36d6d;
	transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
a:active {
	text-decoration: underline;
	color: #e36d6d;
	transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
a:focus, *:focus { outline:none; }

/* ------ General Settings ------ */

/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}
p {
	font-size: 76%;
}
.img {
	text-align: center;
}
.text-center {
	text-align: center;
}

/* ------ Column ------ */

.row {
	max-width: 1008px;
    width: 100%;
	padding: 0 15px;
	margin: 0 auto;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;	
}
.row.mainBox {
	max-width: 1008px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;	
}

.row:after {
	content: "";
	display: block;
	clear: both;
}
/* 各カラムを横並びにし、左マージンを設定 */
.col,
.col2 {
	float: left;
	margin-left: 0%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left,
.col2:first-child,
.col2.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right,
.col2.right {
	float: right;
	margin-left: 0%;
}

/* 各カラムの幅を％で設定 */
.one-second {width: 48.3870967741%;}
.one-third {width: 31.1827956988%;}
.two-third {width: 65.5913978494%;}

.one-third2 {width: 26.7741935482%;}
.two-third2 {width: 70%;}

.one-fourth {width: 26%;}
.two-fourth {width: 48.3870967741%;}
.three-fourth {width: 74%;}

.one-fifth {width: 17.4193548388%;}
.two-fifth {width: 38.0645161291%;}
.three-fifth {width: 58.7096774194%;}
.four-fifth {width: 79.3548387097%;}

@media screen and (max-width: 1018px) {

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col2,
	.col2.left,
	.col2.right {
		float: none;
		width: auto;
		margin-left: 0;
	}
	
	/* ------ 幅を設定 ------ */
	.row.mainBox {
		max-width: 100%;
		margin: 0 auto;
		padding: 0 0px;
		box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	}
	.row.menuNopadding {
		padding: 0 0px;
	}
}
@media screen and (max-width: 639px) {

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}
	
	/* ------ 幅を設定 ------ */
	.row,
	.row2 {
		max-width: 100%;
		margin: 0 auto;
		padding: 0 0px;
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;			
	}
	.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,
	.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,
	.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,
	.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,
	.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,
	.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,
	.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,
	.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,
	.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,
	.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,
	.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,
	.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* ==================================================
　　　Article
================================================== */
article {
	background-color: transparent;
	margin: 0px auto;
	padding: 40px 0px 60px 0px;
	display: block;
}
article.topArticle {
	background-color: transparent;
	margin: 0px auto;
	padding: 0px;
	display: block;
}
article#spa_lourde {
	background-color: transparent;
	margin: 0px auto;
	padding: 0px;
	display: block;
}
@media screen and (min-width: 640px) and (max-width: 979px) {
	article {
		margin: 0px auto;
		padding: 10px 0px 0px;
	}
	article.topArticle {
		padding: 0px;
	}
	article#spa_lourde {
		padding: 0px;
	}
}
@media screen and (max-width:639px) {
	article {
		margin: 0px auto;
		padding: 20px 0px 0px;
	}
	article.topArticle {
		padding: 0px;
	}
	article#spa_lourde {
		padding: 0px;
	}
}

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

body {
    width: 100%;
}

#main {
	padding-bottom: 50px;
}
@media screen and (max-width: 1018px) {
    body {
        padding-top:0px;
        background:#fff;
    }
}

/*---------------------------------------------
	テキストを消して背景のみ表示
  ---------------------------------------------*/

.hide-text, .hide-text a {
	overflow: hidden;
	text-indent: 115%;
	white-space: nowrap;
}
/* ==================================================
	bootstrapカスタマイズ
================================================== */
.navbar {
    border-radius: 0px;
    min-height: auto;
    margin-bottom: 0px;
    border: 0px solid transparent;
}
.on {
	padding: 0 !important;
}
.noPadding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
/* ==================================================
	header
================================================== */

/* ------ headerBox ------ */
#headerBox {
	position: relative;
	width: 100%;
	z-index: 999;
	height: 70px;
	top:0px;
	background: #fff;
	border-bottom: 5px solid #185ca8;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	/*box-shadow:rgba(0, 0, 0, 0.6) 0px 8px 6px -8px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.6) 0px 8px 6px -8px;
	-moz-box-shadow:rgba(0, 0, 0, 0.6) 0px 8px 6px -8px;*/
}
#headerBox header {
	position: relative;
	background-color: transparent;
	max-width: 978px;
    width: 100%;
	margin: 0 auto;
	height: 65px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
}
#headerBox header h1 {
	float:left;
	margin: 4px 10px 0 0px;
	max-width: 180px;
    width: 100%;
	display: block;
	background-color: transparent;
}
#headerBox header .headerTelBox {
	float: right;
}
#headerBox header .headerTelBox .header_telComment {
    font-size: 13px;
    font-weight: bold;
    margin-top: 13px;
    line-height: 18px;
    color: #121212;
	letter-spacing: 0.02em;
}
#headerBox header .headerTelBox .header_telNumber {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #121212;
    letter-spacing: -0.04em;
}
#headerBox header .headerTelBox .header_telNumber i.fa {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #3b86be;
	padding-right: 5px;
}
#spMenuBox {
    display: none;
}
@media screen and (max-width: 1018px) {
    #headerBox {	
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media screen and (max-width: 979px) {
    #headerBox {
        padding-right: 0px;
        padding-left: 0px;
        position: fixed;
        z-index: 9990;
        height: 55px;
        border-bottom: 5px solid #185ca8;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-shadow:rgba(0, 0, 0, 0.6) 0px 8px 6px -8px;
        -webkit-box-shadow:rgba(0, 0, 0, 0.6) 0px 8px 6px -8px;
        -moz-box-shadow:rgba(0, 0, 0, 0.6) 0px 8px 6px -8px;
    }
    #headerBox header {
	    height: 50px;
    }
    #headerBox header h1 {
        margin: 2px 0px 0 15px;
        max-width: 140px;
        width: 100%;
    }
    #headerBox header .headerTelBox {
        display: none;
    }
    #spMenuBox {
        display: block;
    }
    #headerBox.navbar-default .navbar-toggle {
        float: right;
        margin-right: 15px;
        border-radius: 0;
    }
    #headerBox.navbar-default .navbar-toggle:hover,
    #headerBox.navbar-default .navbar-toggle:focus {
	    background-color: #3b86be;
	    border-color: #3b86be;
	}
    #headerBox.navbar-default .navbar-toggle:hover&gt;.icon-bar {
	    background-color: #FFF;
	}
    #headerBox.navbar-default .navbar-toggle:focus&gt;.icon-bar {
	    background-color: #FFF;
	}
    #headerBox.navbar-default .navbar-collapse {
        background: #3b86be;
        border-top: 1px solid rgba(231, 231, 231, 1);
        border-bottom: 5px solid #185ca8;
        padding-right: 0px;
        padding-left: 0px;
        max-height: 100%;
        box-shadow: 0 6px 8px rgba(0,0,0,.175);
    }
    #headerBox.navbar-default.on .navbar-collapse {
        background: #3b86be;
        padding-right: 0px;
        padding-left: 0px;
    }
	#headerBox.navbar-default .navbar-collapse ul.navbar-nav {
		margin: 0px;
        background-color: transparent;
	}
    #headerBox.navbar-default .navbar-nav &gt; li &gt; a {
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
        letter-spacing: 0em;
        line-height: 24px;
    }
    #headerBox.navbar-default .navbar-nav &gt; li &gt; a:hover {
        color: #2d72a4;
        background: #fafafa;
    }
    #headerBox.navbar-default .navbar-nav &gt; .active &gt; a {
        background-color: #2d72a4;
        color: #fff;
    }
}
@media screen and (max-width: 639px) {
    #headerBox header h1 {
        margin: 1px 0px 0 10px;
    }
    #headerBox.navbar-default .navbar-toggle {
        margin-right: 10px;
    }
}
/*---------------------------------------------
	slideshow
  ---------------------------------------------*/
#slideShow {
    background: #185ca8 url(../svg/puff.svg) center 50% no-repeat;
	/*background: -moz-linear-gradient(#fff 0%, #e2f8f6 100%);
	background: -webkit-linear-gradient(#fff 0%, #e2f8f6 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e2f8f6));
	background: -o-linear-gradient(#fff 0%, #e2f8f6 100%);
	background: linear-gradient(#fff 0%, #e2f8f6 100%);*/
	height:410px;
	position: relative;
	top: 0px;
	width: 100%;
	margin-top: 0px;
}
@media screen and (max-width: 1118px) {
	#slideShow {
		height: auto;
	}
}
@media screen and (max-width:979px) {
	#slideShow {
		margin-top: 55px;
	}	
}
.slide_commentBox {
	position: relative;
	height:0px;
	width:100%;
	margin: 0 auto;
	background-color: transparent;
}
.slide_commentBox .overlay{
	background-attachment: fixed;
    background-image: url(../images/grid.png);
}
p.slide_comment {
	position: absolute;
	top: -290px;
	text-align: center;
	font-weight: bold;
	font-size: 46px;
	color: #fff;
	line-height: 50px;
	z-index: 999;
	width: 100%;
	/*text-shadow: 2px 0px 2px rgba( 0, 0, 0, 0.8);*/
	font-family: Century Gothic, 'meiryo', 'メイリオ', 'ms pgothic', 'ms pゴシック', osaka, sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(16, 38, 41, 0.5),
    -1px 1px 1px rgba(16, 38, 41, 0.5),
    1px -1px 1px rgba(16, 38, 41, 0.5),
    -1px -1px 1px rgba(16, 38, 41, 0.5);
}
p.slide_comment2 {
	position: absolute;
	top: -200px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	z-index: 999;
	width: 100%;
	/*text-shadow: 2px 0px 2px rgba( 0, 0, 0, 0.8);*/
	font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(16, 38, 41, 0.5),
    -1px 1px 1px rgba(16, 38, 41, 0.5),
    1px -1px 1px rgba(16, 38, 41, 0.5),
    -1px -1px 1px rgba(16, 38, 41, 0.5);
}
p.slide_comment3 {
	position: absolute;
	top: -170px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	z-index: 999;
	width: 100%;
	/*text-shadow: 2px 0px 2px rgba( 0, 0, 0, 0.8);*/
	font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(16, 38, 41, 0.5),
    -1px 1px 1px rgba(16, 38, 41, 0.5),
    1px -1px 1px rgba(16, 38, 41, 0.5),
    -1px -1px 1px rgba(16, 38, 41, 0.5);
}
p.slide_ttl {
	position: absolute;
	top: -90px;
	text-align: center;
	z-index: 999;
	width: 100%;
}
@media screen and (min-width: 500px) and (max-width: 767px) {
    p.slide_comment {
        position: absolute;
        top: -180px;
        text-align: center;
        font-weight: bold;
        font-size: 30px;
        color: #fff;
        line-height: 40px;
        z-index: 999;
        width: 100%;
        /*text-shadow: 2px 0px 2px rgba( 0, 0, 0, 0.8);*/
        text-transform: uppercase;
        text-shadow: 1px 1px 1px rgba(16, 38, 41, 0.5),
        -1px 1px 1px rgba(16, 38, 41, 0.5),
        1px -1px 1px rgba(16, 38, 41, 0.5),
        -1px -1px 1px rgba(16, 38, 41, 0.5);
    }
    p.slide_comment2 {
        position: absolute;
        top: -140px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        line-height: 25px;
        z-index: 999;
        width: 100%;
        /*text-shadow: 2px 0px 2px rgba( 0, 0, 0, 0.8);*/
        text-transform: uppercase;
        text-shadow: 1px 1px 1px rgba(16, 38, 41, 0.5),
        -1px 1px 1px rgba(16, 38, 41, 0.5),
        1px -1px 1px rgba(16, 38, 41, 0.5),
        -1px -1px 1px rgba(16, 38, 41, 0.5);
    }
    p.slide_comment3 {
        position: absolute;
        top: -115px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        line-height: 25px;
        z-index: 999;
        width: 100%;
        /*text-shadow: 2px 0px 2px rgba( 0, 0, 0, 0.8);*/
        text-transform: uppercase;
        text-shadow: 1px 1px 1px rgba(16, 38, 41, 0.5),
        -1px 1px 1px rgba(16, 38, 41, 0.5),
        1px -1px 1px rgba(16, 38, 41, 0.5),
        -1px -1px 1px rgba(16, 38, 41, 0.5);
    }
    p.slide_ttl {
        position: absolute;
        top: -80px;
        text-align: center;
        z-index: 999;
        width: 100%;
    }
}
@media screen and (max-width: 499px) {
    p.slide_comment {
        position: absolute;
        top: -130px;
        text-align: center;
        font-weight: bold;
        font-size: 22px;
        color: #fff;
        line-height: 30px;
        z-index: 999;
        width: 100%;
        /*text-shadow: 2px 0px 2px rgba( 0, 0, 0, 0.8);*/
        text-transform: uppercase;
        text-shadow: 1px 1px 1px rgba(16, 38, 41, 0.5),
        -1px 1px 1px rgba(16, 38, 41, 0.5),
        1px -1px 1px rgba(16, 38, 41, 0.5),
        -1px -1px 1px rgba(16, 38, 41, 0.5);
    }
    p.slide_comment2 {
        position: absolute;
        top: -100px;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        color: #fff;
        line-height: 20px;
        z-index: 999;
        width: 100%;
        /*text-shadow: 2px 0px 2px rgba( 0, 0, 0, 0.8);*/
        text-transform: uppercase;
        text-shadow: 1px 1px 1px rgba(16, 38, 41, 0.5),
        -1px 1px 1px rgba(16, 38, 41, 0.5),
        1px -1px 1px rgba(16, 38, 41, 0.5),
        -1px -1px 1px rgba(16, 38, 41, 0.5);
    }
    p.slide_comment3 {
        position: absolute;
        top: -80px;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        color: #fff;
        line-height: 20px;
        z-index: 999;
        width: 100%;
        /*text-shadow: 2px 0px 2px rgba( 0, 0, 0, 0.8);*/
        text-transform: uppercase;
        text-shadow: 1px 1px 1px rgba(16, 38, 41, 0.5),
        -1px 1px 1px rgba(16, 38, 41, 0.5),
        1px -1px 1px rgba(16, 38, 41, 0.5),
        -1px -1px 1px rgba(16, 38, 41, 0.5);
    }
    p.slide_ttl {
        position: absolute;
        top: -55px;
        text-align: center;
        z-index: 999;
        width: 100%;
    }
    p.slide_ttl img {
        max-width: 160px;
    }
}

.wideslider {
	/*padding-bottom: 60px;*/
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: url(../images/prev.png) no-repeat right center;}
.slider_next {background: url(../images/next.png) no-repeat left center;}

.pagination {
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 20px;
	text-align: center;
	position: absolute;
	z-index: 200;
	margin: 10px 0;
	border-radius: 0px;
}

.pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	-o-border-radius: 0%;
	border-radius: 0%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.pagination a.pn1 {background:#ececec; border: 1px solid #ececec;}
.pagination a.pn2 {background:#ececec; border: 1px solid #ececec;}
.pagination a.pn3 {background:#ececec; border: 1px solid #ececec;}
.pagination a.pn4 {background:#ececec; border: 1px solid #ececec;}
.pagination a.pn5 {background:#ececec; border: 1px solid #ececec;}
.pagination a.pn6 {background:#ececec; border: 1px solid #ececec;}

.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	background:#3b86be;
	border: 1px solid #3b86be;
}
/* ==========================================================================
TOPmenu
========================================================================== */
nav.pcNavi {
	width: 100%;
	display: block;
	height: 82px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #3b86be;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	position: absolute;
}
nav.pcNavi.sticky {
    position: fixed;
    height: 52px;
    top: 0; left: 0; right: 0;
    z-index: 9995; /* 他の部分より上になるようにします。(下になってしまう場合は、1000など大きな値に変更) */
    box-shadow: rgba(0, 0, 0, 0.6) 0px 8px 6px -8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 8px 6px -8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 8px 6px -8px;
}
@media screen and (max-width: 979px) {
    nav.pcNavi {
        display: none;
    }
}
nav.pcNavi ul.headerMenu {
    background-color: #3b86be;
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    max-width: 978px;
}
nav.pcNavi ul.headerMenu li {
    display: table-cell;
    vertical-align: middle;
    background-color: transparent;
    line-height: 80px;
    cursor: pointer;
}
nav.pcNavi.sticky ul.headerMenu li {
    line-height: 50px;
}
nav.pcNavi ul.headerMenu li a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-decoration: none;
    line-height: 80px;
    cursor: pointer;
    background-color: #3b86be;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
nav.pcNavi.sticky ul.headerMenu li a {
    line-height: 50px;
}
nav.pcNavi ul.headerMenu li a:hover {
    color: #2d72a4;
    background-color: #fff;
    cursor: pointer;
}
nav.pcNavi ul.headerMenu li a.current {
    background-color: #2d72a4;
    cursor: default;
    color: #fff;
}
/* ==================================================
TOPナビ下のシャドウ画像対応
================================================== */
p.img.shadow_mt82 {
	margin-top: 82px;
}
@media screen and (max-width: 979px) {
	p.img.shadow_mt82 {
		margin-top: 0px;
	}
}
/* ==================================================
TOP2カラム
================================================== */
.noPadding {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
figure.effect-layla {
	background-color: transparent;
}
figure.effect-layla img {
	opacity: 1;
}
.top_2colBox h2.top_2col_ttl {
    position: absolute;
    bottom: 0;
	word-spacing: -0.15em;
	width: 100%;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	list-style: none;
	margin: 0px 0 0;
    z-index: 100;
}
figure.effect-layla:hover figcaption h2.top_2col_ttl {
    background-color: rgba(0,0,0,0.0);
    color: rgba(255,255,255,0);
}
/* ==================================================
　　　スマホリンク対応
================================================== */
.sp_colBox {
	display: none;
}
@media screen and (max-width:767px) {
/* ------ pc_top-3カラム ------ */
    .pc_colBox {
    	display: none;
    }

/* ------ TOP_3カラム対応　sp_colBox　------ */
    .sp_colBox {
    	display: inline;
    	border-bottom: solid 1px #eee;
    }
    .sp_colBox section {
    	border-top: solid 1px #eee;
    }
	.sp_colBox section:last-child {
    	border-bottom: solid 1px #eee;
    }
    section .sideInfo {
    	margin-top: 20px;
    	padding-bottom: 20px;
    }
    .sp_colBox h3 {
    	font-size: 15px;
    	font-weight: normal;
    	color: #000;
		padding-top: 30px;
    	line-height: 20px;
    }
	.sp_colBox h3.link_ttl {
    	font-size: 15px;
    	font-weight: normal;
    	color: #000;
		padding: 10px 0 0 10px;
    	line-height: 20px;
    }
	.sp_colBox h3.f_link_name,
	.sp_colBox h3.f_link_name2 {
    	font-size: 13px;
    	font-weight: normal;
    	color: #000;
		padding: 17px 0 0 10px;
    	line-height: 15px;
    }
	.sp_colBox h3.two_lines {
    	font-size: 15px;
    	font-weight: normal;
    	color: #000;
		padding-top: 25px;
    	line-height: 20px;
    }
    .sp_colBox section a {
    	display: block;
    	position: relative;			/* ボックス全体にposition:relativeを指定 */
    	padding: 10px 20px 10px 0;
    	text-decoration: none;
    	overflow: hidden;
    }
/* :after疑似要素にリンクアイコンを設定 */
    .sp_colBox section a:after {
    	content: "\e608";
    	font-family: 'icomoon';			/* リンクアイコンをWebフォントとして指定 */
    	font-size: 11px;
    	display: block;
    	position: absolute;			/* position:absoluteでボックスの右側にリンクアイコンを配置 */
    	width: 10px;
    	line-height: 10px;
    	top: 50%;				/* リンクアイコンを上下中央に配置 */
    	margin-top: -5px;
    	transition-duration: 0.3s;		/* リンクアイコンをアニメーション動作させる（FireFoxのみ） */
    }
    .sp_colBox section a:link,
    .sp_colBox section a:visited {
    	background-color: transparent;
    }
    .sp_colBox section a:hover,
    .sp_colBox section a:active {
	    background-color: #f5f5f5;
    }
    .sp_colBox section a:link:after,
    .sp_colBox section a:visited:after {
    	right: 6px;
		color: #333;
    }
    .sp_colBox section a:hover:after,
    .sp_colBox section a:active:after {
    	right: 3px;
		color: #3283a9;
    }
    .sp_colBox p {
    	color: #333;
    	font-size: 13px;
    }
    .sp_colBox .img {
    	float: left;
    	margin: 0;
    	padding-left: 10px;
    	padding-right: 10px;
    	width: 140px;
    }
	.sp_colBox h3.h56 {
    	font-size: 15px;
    	font-weight: normal;
    	color: #000;
		padding-top: 18px;
    	line-height: 20px;
    }
	.sp_colBox h3.two_lines.h56 {
    	font-size: 15px;
    	font-weight: normal;
    	color: #000;
		padding-top: 10px;
    	line-height: 20px;
    }
	.sp_colBox .img.h56 {
    	height: 56px !important;
    }
}
@media screen and (max-width:410px) {
	.sp_colBox h3.f_link_name2 {
    	font-size: 13px;
    	font-weight: normal;
    	color: #000;
		padding: 10px 0 0 10px;
    	line-height: 15px;
    }
	.sp_colBox h3.f_link_name2 span {
    	display: block;
    }
}

/*---------------------------------------------
	information
  ---------------------------------------------*/
#infoBox {
	background-color: #fff;
	width: 100%;
}
section.information {
	background-color: transparent;
	background-position: center top;
	background-repeat: no-repeat ;
	padding: 40px 0px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
}
#index_info h2 {
	font-size: 28px;
	line-height: 40px;
	color: #19252f;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 4px solid #70b6ca;
	display:block;
}
#index_info ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: auto;
	/* height: 50px; */
	height: 80px; /*2行対応*/
	/*height: 163px;*/
}
#index_info ol li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #bbb;
}
#index_info ol li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
#index_info div.news_category {
	margin: 0;
	float: left;
}
#index_info div.news_category span {
	background: #2f76a7;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	display: block;
	height: 20px;
	line-height: 20px;
	width: 90px;
	padding: 0 2px;
	text-align: center;
	letter-spacing: -0.04em;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
#index_info div.new_info,
#index_info div.old_info {
	margin: 0 10px 0 0;
	float: left;
}
#index_info .new_info span,
#index_info .old_info span {
	background: #cc5353;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight:bold;
	display: block;
	padding: 0 0px;
	width: 32px;
	height: 20px;
	line-height: 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
#index_info .old_info span {
	background: #dcdcdc;
}
#index_info .news_date {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin: 0 10px 0 0;
	float: left;
	background-color: transparent;
	color: #121212;
	display: block;
	height: 20px;
	line-height: 20px;
}

#index_info h3.title {
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	background-color: transparent;
	color: #121212;
	text-decoration: none;
	display: block;
	/*white-space: nowrap;*/
	overflow: hidden;
	/*text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;*/
}
#index_info h3.title a {
	color:#2d72a4;
    line-height: 20px;
	font-size: 14px;
	text-decoration: none;
	display: block;
	/*white-space: nowrap;*/
	overflow: hidden;
	/*text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;*/
    text-decoration: underline;
    transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#index_info h3.title a:hover {
	text-decoration: underline;
	color:#74b5ca;
}
@media screen and (max-width:767px) {
    section.information {
        padding: 30px 0px;
    }
    #index_info h2 {
        font-size: 20px;
        line-height: 24px;
        padding: 6px 0;
        color: #19252f;
    }
    #index_info ol {
        height: 243px;
    }
    #index_info div.news_category span {
        background: #2f76a7;
        font-size: 9px;
        color: #fff;
        font-weight: bold;
        display: block;
        height: 20px;
        line-height: 20px;
        width: 70px;
        padding: 0 2px;
    }
    #index_info div.new_info,
    #index_info div.old_info {
        margin: 0 5px 0 0;
        float: left;
    }
    #index_info .new_info span,
    #index_info .old_info span {
        background: #cc5353;
        color: #fff;
        text-align: center;
        font-size: 9px;
        font-weight:bold;
        display: block;
        padding: 0 0px;
        width: 32px;
        height: 20px;
        line-height: 20px;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
    }
    #index_info .old_info span {
        background: #dcdcdc;
    }
    #index_info .news_date {
        font-size: 10px;
        margin: 0 5px 0 0;
    }
    #index_info h3.title {
        font-size: 12px;
        clear: both;
    }
    #index_info h3.title a {
        font-size: 12px;
    }
}

/*---------------------------------------------
	お知らせ一覧ページ
  ---------------------------------------------*/
#info section.infoBox {
	display: block;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 50px;
	margin-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -90px;
	padding-top: 90px;
}
#info section.infoBox:nth-child(5n) {
	margin-bottom: 20px;
}
#info section.infoBox:last-child {
	margin-bottom: 20px;
}
#info section.infoBox h3.info_ttl {
	border-left: medium none;
	font-family: Helvetica,arial,sans-serif;
	padding: 10px 0px;
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #083f65;
	background-color: transparent;
	display: block;
	position: relative;
}
@media screen and (max-width: 767px) {
	#info h3.info_ttl {
		font-size: 16px;
	}
}
#info section.infoBox h3.info_ttl span.newMark {
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 0px 2px;
	margin-right: 10px;
	color: #fd0017;
	position: relative;
	display: inline-block;
	width: 36px;
	top: -4px;
	border: 1px solid #fd0017;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#info section.infoBox p.info_day {
	font-size:13px;
	color: #333;
	line-height: 1.5;
}
#info section.infoBox p.info_day span {
	background: #083f65;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 2px 10px;
	margin-right: 10px;
	color: #fff;
	position: relative;
	display: inline-block;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#info section.infoBox p.info_comment {
	font-size:15px;
	font-weight: normal;
	color: #333;
	line-height: 1.8;
}

#info section.infoBox table.info-table {
	margin: 0px auto 10px;
	font-size: 14px;
	color: #333;
}
#info section.infoBox table.info-table td {
	background-color: #FFF;
	border: 1px solid #ccc;
	padding: 10px 10px;
	line-height: 25px;
	font-size: 14px;
}
#info section.infoBox table.info-table td span,
#info section.infoBox table.info-table th span {
	font-weight: bold;
	font-size: 14px;
}
#info section.infoBox table.info-table th {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 10px 10px;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	color: #333;
}
#info section.infoBox table.info-table th.company {
	width: 30%;
}

/* ==================================================
　　　お問い合わせボタン対応
================================================== */
input.a_contactBtn {
	background-color:#3b86be;
	font-size:18px;
	font-weight: bold;
	text-decoration:none;
	color:#fff;
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	position:relative;
	line-height: 75px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border: none;
	-webkit-box-shadow: 0px 5px 0px 0px #2d72a4;
	-moz-box-shadow: 0px 5px 0px 0px #2d72a4;
	-o-box-shadow: 0px 5px 0px 0px #2d72a4;
	box-shadow: 0px 5px 0px 0px #2d72a4;
}
input.a_contactBtn:hover {
	background-color:#498fc3;
}
input.a_contactBtn:active {
	top:3px;
	background-color:#3b86be;
	-webkit-box-shadow: 0px 2px 0px 0px #225981;
	-moz-box-shadow: 0px 2px 0px 0px #225981;
	-o-box-shadow: 0px 2px 0px 0px #225981;
	box-shadow: 0px 2px 0px 0px #225981;
}
@media screen and (max-width:991px) {
	input.a_contactBtn {
		background-color:#3b86be;
		font-size:16px;
		font-weight: normal;
		text-decoration:none;
		color:#fff;
		max-width: 350px;
		width: 100%;
		margin: 5px auto 10px;
		cursor: pointer;
		position:relative;
		line-height: 40px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		border: none;
		-webkit-box-shadow: 0px 5px 0px 0px #2d72a4;
		-moz-box-shadow: 0px 5px 0px 0px #2d72a4;
		-o-box-shadow: 0px 5px 0px 0px #2d72a4;
		box-shadow: 0px 5px 0px 0px #2d72a4;
	}
}
/*---------------------------------------------
	lcc概要
  ---------------------------------------------*/
.dotted_obi {
	background: #fafafa url(../images/bg_dotted2.png) fixed repeat;
	width: 100%;
	display: block;
	position:relative;
}
@media screen and (max-width:991px) {
	.dotted_obi {
		background: #fafafa url(../images/bg_dotted2.png) scroll repeat;
		width: 100%;
		display: block;
		position:relative;
	}
}
#about_soki h2 {
	font-size: 28px;
	line-height: 40px;
	color: #19252f;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 4px dotted #3F558A;
	display:block;
}
@media screen and (max-width:639px) {
	#about_soki h2 {
		font-size: 20px;
		line-height: 25px;
		padding: 5px 0 5px;
	}
}
#about_soki h3 {
	font-size: 18px;
	line-height: 30px;
	color: #3F558A;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	display:block;
}
#about_soki h3.works_ttl {
	font-size: 23px;
	line-height: 1.5;
	color: #3F558A;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	display:block;
	border-left: 5px solid #3b86be;
	padding-left: 15px;
}
@media screen and (max-width:639px) {
	#about_soki h3.works_ttl {
		font-size: 20px;
		line-height: 1.5;
		color: #3F558A;
		font-weight: bold;
		text-decoration: none;
		background-color: transparent;
		display:block;
		border-left: 5px solid #3b86be;
		padding-left: 15px;
	}
}
#about_soki p.comment {
	font-size: 14px;
	color: #19252f;
	line-height: 25px;
	background: #fff;
}
#about_soki p.comment2 {
	font-size: 15px;
	color: #19252f;
	line-height: 25px;
	background: #fff;
	font-weight: bold;
}
#about_soki .dottedBox {
	display: block;
	padding: 5px;
	border: 2px dotted #D9D9D9;
}
#about_soki ul.outline_list {
	padding: 5px 15px 0;
	font-size: 14px;
	color: #3F558A;
}
#about_soki ul.outline_list li {
	list-style:disc;
	line-height: 20px;
}
#about_soki ul.outline_list li:last-child {
	border-bottom: none;
}
#about_soki ul.outline_list li span {
	color: #C33639;
	font-weight: bold;
	font-size: 15px;
}
p.linkbtn {
    background: #3b86be;
    width: 100%;
    max-width: 350px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-right: auto;
    margin-left: auto;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
p.linkbtn a {
    display: block;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    height: 45px;
    line-height: 35px;
    padding: 5px 2px;
    max-width: 350px;
	width: 100%;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    position: relative;
    text-shadow: 0px 0px 3px rgba(41,97,138,0.6);
}
p.linkbtn:hover {
	background: #2d72a4;
}
p.linkbtn a i.fa {
    font-size: 14px;
    right: 6px;
    top: 17px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    position: absolute;
	text-shadow: 0px 0px 3px rgba(41,97,138,0.6);
}
p.linkbtn:hover a i.fa {
	font-size: 14px;
	right: 3px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#about_soki img {
	max-width: 320px;
	width: 100%;
}
#about_soki img.pdf {
	max-width: 18px;
	width: auto;
	margin-right: 10px;
}

/*---------------------------------------------
	Subページ
  ---------------------------------------------*/
#page_top_ttlBox {
	width: 100%;
	display: block;
	background: url(../images/bg_sub_top_img.jpg) fixed repeat-x top center;
}
#page_top_ttlBox.companyBg { background: url(../images/bg_sub_top_img.jpg) fixed repeat-x top center;}
#page_top_ttlBox.sitemapBg { background: url(../images/bg_sub_top_img_sitemap.jpg) fixed repeat-x top center;}
#page_top_ttlBox.worksBg { background: url(../images/bg_sub_top_img_works.jpg) fixed repeat-x top center;}
#page_top_ttlBox.performanceBg { background: url(../images/bg_sub_top_img_performance.jpg) fixed repeat-x top center;}
#page_top_ttlBox.infoBg { background: url(../images/bg_sub_top_img_info.jpg) fixed repeat-x top center;}
#page_top_ttlBox.contactBg { background: url(../images/bg_sub_top_img_contact.jpg) fixed repeat-x top center;}
#page_top_ttlBox.privacyBg { background: url(../images/bg_sub_top_img_privacy.jpg) fixed repeat-x top center;}

@media screen and (max-width:979px) {
	#page_top_ttlBox {
		margin-top: 55px;
	}
	#page_top_ttlBox.companyBg { background: url(../images/bg_sub_top_img.jpg) fixed repeat-x top left;}
	#page_top_ttlBox.sitemapBg { background: url(../images/bg_sub_top_img_sitemap.jpg) fixed repeat-x top left;}
	#page_top_ttlBox.worksBg { background: url(../images/bg_sub_top_img_works.jpg) fixed repeat-x top left;}
	#page_top_ttlBox.performanceBg { background: url(../images/bg_sub_top_img_performance.jpg) fixed repeat-x top left;}
	#page_top_ttlBox.infoBg { background: url(../images/bg_sub_top_img_info.jpg) fixed repeat-x top left;}
	#page_top_ttlBox.contactBg { background: url(../images/bg_sub_top_img_contact.jpg) fixed repeat-x top left;}
	#page_top_ttlBox.privacyBg { background: url(../images/bg_sub_top_img_privacy.jpg) fixed repeat-x top centerleft;}
}
#page_top_ttlBox .subTop_overlay {
	background-image: url(../images/grid.png);
	padding-top: 20px;
	padding-bottom: 20px;
	background-attachment: fixed;
}
#page_top_ttlBox h2.page_top_ttl {
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	/*margin: 0 0 20px 0;*/
	color: #fff;
	padding: 10px 0 7px 0;
	font-family: 'Century Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5),
    -1px 1px 1px rgba(0, 0, 0, 0.5),
    1px -1px 1px rgba(0, 0, 0, 0.5),
    -1px -1px 1px rgba(0, 0, 0, 0.5);*/
}
#page_top_ttlBox h2.page_top_ttl em {
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 0 20px 5px;
    font-style: normal;
    font-size: 26px;
	line-height: 30px;
    font-family: 'Josefin Sans', sans-serif;
}
#page_top_ttlBox h2.page_top_ttl em span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 18px;
	padding-left: 20px;
	display: inline-block;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
@media screen and (max-width:979px) {
	#page_top_ttlBox h2.page_top_ttl em {
		font-size: 21px;
		line-height: 25px;
	}
}
@media screen and (max-width:639px) {
	#page_top_ttlBox h2.page_top_ttl em span {
		display: block;
		padding-left: 0px;
	}
}

#subBox {
	background-color: #fff;
	width: 100%;
}
.subPage h2 {
	font-size: 28px;
	line-height: 40px;
	color: #19252f;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 4px solid #70b6ca;
	display:block;
}
.subPage h2 span#legend1 {
	float: right;
	font-size: 15px;
	line-height: 20px;
	padding-top: 15px;
}
.subPage h2 span#legend1 i {
	font-style: normal;
	font-size: 20px;
	padding: 0 2px;
}
@media screen and (max-width:639px) {
	.subPage h2 {
		font-size: 23px;
		line-height: 35px;
		color: #19252f;
		font-weight: normal;
		text-decoration: none;
		background-color: transparent;
		border-bottom: 4px solid #70b6ca;
		display:block;
	}
	.subPage h2 span#legend1 {
		padding-top: 10px;
	}
}
.subPage h2.bottom_dot {
    font-size: 28px;
    line-height: 40px;
    color: #19252f;
    font-weight: normal;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 4px dotted #3F558A;
    display: block;
}
@media screen and (max-width:639px) {
	.subPage h2.bottom_dot {
		font-size: 20px;
		line-height: 30px;
		color: #19252f;
		font-weight: normal;
		text-decoration: none;
		background-color: transparent;
		border-bottom: 4px dotted #3F558A;
		display: block;
	}
}
.subPage ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: auto;
	height: 80px;
	/*height: 160px;*/
}
.subPage ol li {
	margin: 0 0 7px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px dotted #ededed;
}

.subPage ol li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.subPage h3.profile_ttl {
	margin: 0;
	padding: 0;
	line-height: 25px;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	background-color: transparent;
	color: #333;
}
.subPage h3.profile_ttl2 {
	padding: 0;
	line-height: 25px;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	background-color: transparent;
	color: #333;
}

.subPage h3.sub_ttl {
	font-size: 23px;
	line-height: 40px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-color: #70b6ca;
	display:block;
	padding: 0 10px;
}
.subPage h3.login_ttl {
	font-size: 18px;
	line-height: 20px;
	color: #121212;
	font-weight: bold;
	border-left: 6px solid #404C8A;
	padding-left: 8px;
	text-decoration: none;
	background-color: transparent;
	display:block;
}
.subPage h3.mail_number {
	font-size: 35px;
	line-height: 70px;
	color: #464646;
	font-weight: bold;
	background-color: #fff;
	display:block;
	font-family: Century Gothic, 'meiryo', 'メイリオ', 'ms pgothic', 'ms pゴシック', osaka, sans-serif;
}
.subPage h3.mail_number a {
	color: #464646;
	text-decoration: underline;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.subPage h3.mail_number a:hover {
	color: #3b86be;
	text-decoration: none;
}
.subPage h3.mail_number img {
	padding-right: 20px;
}
.subPage h3.tel_number {
	font-size: 50px;
	line-height: 70px;
	color: #464646;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	display:block;
	font-family: Century Gothic, 'meiryo', 'メイリオ', 'ms pgothic', 'ms pゴシック', osaka, sans-serif;
}
.subPage h3.tel_number img {
	padding-right: 20px;
}
.subPage h3.tel_number.spDisp {
	display: none;
}
@media screen and (max-width:639px) {
	.subPage h3.tel_number {
		font-size: 30px;
		line-height: 40px;
		color: #464646;
		font-weight: bold;
		text-decoration: none;
		background-color: #fff;
		display: block;
		font-family: 'Century Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	}
	.subPage h3.tel_number a {
		font-size: 30px;
		line-height: 40px;
		color: #464646;
		text-decoration: underline;
		font-weight: bold;
	}
	.subPage h3.tel_number a:hover {
		color: #b70b0b;
		text-decoration: none;
	}
	.subPage h3.tel_number.pcDisp {
		display: none;
	}
	.subPage h3.tel_number.spDisp {
		display: block;
	}
	.subPage h3.tel_number.spDisp a {
		color: #464646;
		text-decoration: underline;
	}
	.subPage h3.tel_number.spDisp a:hover {
		color: #3b86be;
		text-decoration: none;
	}
	.subPage h3.tel_number.spDisp span {
		display: block;
		font-size: 14px;
		font-weight: bold;
	}
	.subPage h3.mail_number img,
	.subPage h3.tel_number img {
			padding-right: 10px;
			width: 50px;
	}
	.subPage h3.mail_number {
		color: #464646;
		font-size: 17px;
		font-weight: bold;
		line-height: 40px;
		background: #fff;
	}
}
.subPage h3.greetingCatch {
    font-size: 24px;
    line-height: 35px;
    font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
    color: #2d72a4;
	font-weight: bold;
}
@media screen and (max-width:767px) {
	.subPage h3.greetingCatch {
		font-size: 21px;
		line-height: 30px;
		font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
		color: #2d72a4;
	}
}
.subPage p.sub_comment {
	font-size:15px;
	font-weight: normal;
	color: #333;
	line-height: 30px;
}
.subPage p.sub_comment.blue_color {
	color: #2d72a4;
	font-weight: bold;
}
@media screen and (max-width:639px) {
	.subPage p.sub_comment {
		font-size:13px;
		font-weight: normal;
		color: #333;
		line-height: 20px;
	}
}
.subPage p.sub_comment2 {
	font-size:12px;
	font-weight: normal;
	color: #333;
	line-height: 20px;
}
.subPage p.boldComment {
	font-size:17px;
	font-weight: bold;
	color: #333;
	line-height: 25px;
}
.subPage .ppBox {
	border: 2px solid #2d6c84;
	background: #e9f8fd;
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
table.company {
	width: 100%;
	padding: 0px;
    border-collapse: separate;
    border-spacing: 0px 5px;
	border: none;
    font-size: 14px;
	color: #333;
}
table.company th,
table.company td {
    padding: 10px;
	border: none;
}
table.company th {
    background: #3b86be;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
table.company td {
    background: #fff;
    width: 80%;
	line-height: 25px;
    padding-left: 40px;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
table.company td a {
	color: #121212;
	text-decoration: underline;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
table.company td a:hover {
	color: #3b86be;
	text-decoration: none;
}
table.company p {
	line-height: 25px;
	font-size: 14px;
}
table.company p.bb1 {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
table.company td li {
    line-height: 25px;
	font-size: 14px;
	color: #70B6CA;
	list-style: square;
	margin-left: 0px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
table.company td li:last-child {
	border-bottom: 0px dotted #ccc;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
table.company td li span {
	color: #333;
}
table.company td ul.table_float_list li {
	float: left;
    line-height: 25px;
	font-size: 14px;
	color: #70B6CA;
	list-style: square;
	margin-left: 0px;
	margin-right: 30px;
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
table.company td ul.table_float_list li:last-child {
	border-bottom: 0px dotted #ccc;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
table.company td ul.table_float_list li span {
	color: #333;
	font-size: 14px;
}
@media screen and (max-width:767px) {
	table.company th {
		padding-left: 10px;
		padding-right: 10px;
		text-align: left;
		width: 100%;
		display: block;
		overflow: visible;
		position: relative;
		color: #fff;
		font-weight: normal;
		font-size: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
	}
	table.company td {
		background: #fff;
		width: 100%;
		display: block;
		line-height: 25px;
		padding-left: 10px;
		padding-right: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #333;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		margin-bottom: 5px;
		border: 1px solid #999;
	}
	table.company td li {
		line-height: 20px;
		border-bottom: 1px dotted #ccc;
		font-size: 13px;
		padding-bottom: 5px;
		margin-bottom: 5px;
		color: #70B6CA;
		list-style: square;
		margin-left: 10px;	
	}
	table.company td li:last-child {
		border-bottom: 0px dotted #ccc;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	table.company td ul.table_float_list li {
		margin-left: 10px;
		margin-right: 30px;
	}
}
table.sub-table {
	margin: 0px auto;
	font-size: 13px;
	color: #333;
}
table.sub-table thead th {
	border: 1px solid #ccc;
	background: #3b86be;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	border-bottom: 4px solid #204159;
	padding: 5px 2px;
	line-height: 1.5;
	color: #fff;
}
@media screen and (max-width:639px) {
	table.sub-table thead th {
		font-size: 11px;
	}
}
table.sub-table thead th.wd40 {width: 40px;}
table.sub-table thead th.wd94 {width: 94px;}
table.sub-table thead th.wd120 {width: 120px;}
table.sub-table thead th.wd140 {width: 140px;}
table.sub-table tbody tr td {
	background-color: #FFF;
	border: 1px solid #ccc;
	padding: 5px;
	line-height: 1.5;
	font-size: 13px;
}
@media screen and (max-width:639px) {
	table.sub-table tbody tr td {
		padding: 3px;
		font-size: 11px;
	}
}
.dlSet dl table.sub-table tbody tr td a {
	padding: 0;
	text-decoration: underline;
	color: #0769A7;
}
.dlSet dl table.sub-table tbody tr td a:hover {
	padding: 0;
	text-decoration: none;
	color: #df5252;
	background: none;
}
.dlSet dl table.sub-table tbody tr td a::after {
	display: none;
}
table.sub-table td span,
table.sub-table th span {
	font-weight: bold;
	font-size: 13px;
}
table.sub-table tbody tr th {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 10px 10px;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	color: #333;
}
table.sub-table tbody tr th.company {
	width: 30%;
}
/* ==================================================
　　slick
================================================== */
#about_soki .variable-width img {
	max-width: 250px;
	width: 100%;
}
#about_soki .variable-width a p.slickText {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 25px;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-ransition: 0.5s;
	-ms-transition: 0.5s;
}
#about_soki .variable-width a:hover p.slickText {
	color: #3b86be;
	text-decoration: underline;
}
/* ==================================================
　　　　　　ページトップ
================================================== */

#page { /* position　基準　親要素 */
	position: relative;
}
#pagetop { /* ボタン */
	position: fixed;
	bottom: 20px;
	right: 0px;
	font-size: 12px;
	font-weight: bold;
	z-index: 999;
}
#pagetop a {
	background: rgba(59,134,190,0.95) url(../images/arrow_up.png) no-repeat 50% 50%;
	text-decoration: none;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	display: block;
	padding-right: 0;
	padding-left: 0;
	border-bottom: 5px solid #2d72a4;
	/*border-radius: 50%;*/
}
#pagetop a:hover {
	text-decoration: none;
	background: rgba(112,182,202,1) url(../images/arrow_up.png) no-repeat 50% 40%;
	color: #fff;
}

/* ==================================================
	footer
================================================== */
footer {
	background: #fff;
	width: 100%;
	display: block;
}
/* #footer_top
================================================== */
#footer_top {
	background:#666 url(../images/footer_bg.jpg) center repeat fixed;
}
@media screen and (max-width:767px) {
	#footer_top {
		background:#666 url(../images/footer_bg.jpg) center left;
		width: 100%;
	}
}
#footer_top .overlay{
	background-image: url(../images/grid.png);
	background-attachment: fixed;
}
.footerBox {
	background-color: transparent;
	padding-top: 40px;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer_top iframe.f_map {
	width: 100%;
	height: 300px;
	border: none;
}
#footer_top h3 {
	font-size: 22px;
	line-height: 35px;
	border-bottom: 1px dotted #fff;
	background-color: transparent;
	color: #fff;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width:979px) {
	#footer_top h3 {
		font-size: 18px;
		line-height: 25px;
		padding: 5px 0;
		border-bottom: 1px dotted #fff;
		background-color: transparent;
		color: #fff;
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer_top h3 span {
		display: inline-block;
	}
}
#footer_top p.f_address {
	font-size: 18px;
	line-height: 30px;
	background-color: transparent;
	color: #fff;
}
@media screen and (max-width:979px) {
	#footer_top p.f_address {
		font-size: 15px;
		line-height: 25px;
		background-color: transparent;
		color: #fff;
	}
}
#footer_top p.map_comment:before {
	content: "\e601";
	font-family: 'icomoon';
	font-size: 15px;
	width: 15px;
	color: #de432a;
	line-height: 25px;
	top: 2px;
	position: relative;
}
#footer_top p.map_comment a {
	font-size: 15px;
	line-height: 25px;
	text-decoration: underline;
	background-color: transparent;
	color: #fff;
	padding-left:2px;
}
#footer_top p.map_comment a:hover {
	color: #74B5CA;
}
#footer_top h4.f_mail {
    display: block;
    background-color: transparent;
    color: #fff;
    display: block;
	line-height: 50px;
    width: 100%;
    text-align: left;
    text-decoration: none;
	font-size: 25px;
	font-weight: normal;
	font-family: 'Century Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer_top h4.f_mail a {
    color: #fff;
	text-decoration: underline;
}
#footer_top h4.f_mail a:hover {
    color: #74B5CA;
}
@media screen and (max-width:979px) {
	#footer_top h4.f_mail {
		font-size: 18px;
	}
}
@media screen and (max-width:639px) {
	#footer_top h4.f_mail {
		font-size: 14px;
	}
}
#footer_top h4.f_tel {
    display: block;
    background-color: transparent;
    color: #fff;
    display: block;
	line-height: 50px;
    width: 100%;
    text-align: left;
    text-decoration: none;
	font-size: 40px;
	font-weight: bold;
	font-family: 'Century Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer_top h4.f_fax {
    display: block;
    background-color: transparent;
    color: #fff;
    display: block;
	line-height: 50px;
    width: 100%;
    text-align: left;
    text-decoration: none;
	font-size: 40px;
	font-weight: bold;
	font-family: 'Century Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer_top h4.f_mail img,
#footer_top h4.f_tel img,
#footer_top h4.f_fax img {
	padding-right: 10px;
}
@media screen and (max-width:979px) {
	#footer_top h4.f_tel,
	#footer_top h4.f_fax {
		font-size: 25px;
	}
}
#footer_top h4.f_mail.t_center,
#footer_top h4.f_tel.t_center,
#footer_top h4.f_fax.t_center {
	text-align: center;
}
/* #footer_nav
================================================== */
#footer_nav_bg {
	background:#efefef url(../images/bg_footer_shadow.png) repeat-x top;
	width: 100%;
	padding: 30px 0;
}
.Fnav {
	line-height: 25px;
	text-align: center;
}
.Fnav li {
	display: inline-block;
	padding: 0 5px 0 10px;
	border-left: solid 1px #ccc;
	font-size:12px;
}
.Fnav li:first-child {
	padding-left: 0;
	border-left: none;
}

.Fnav a:link,
.Fnav a:visited {
	color: #2a2a2a;
	text-decoration: none;
}
.Fnav a:hover,
.Fnav a:active {
	color: #0066a9;
	text-decoration: underline;
}
/* #f_logo_area
================================================== */
#f_logo_area {
	background-color: #fff;
	padding: 20px 0 0px;
}
#f_logo_area p {
	font-size: 11px;
	color: #0066a9;
	line-height: 20px;
	letter-spacing: -0.04em;
}
#f_logo_area p.footerTitle {
	font-size: 14px;
	color: #121212;
	line-height: 25px;
	text-align: center;
}
footer #copyright {
	background-color: #fff;
}
footer #copyright p {
	line-height: 50px;
	color: #666;
	font-size:11px;
	text-align: center;
}
footer #copyright p a {
	color: #666;
}
footer #copyright p a:hover {
	color: #666;
	text-decoration: underline;
}


/*---------------------------------------------
	&lt;dl&gt;セット
  ---------------------------------------------*/


.dlSet dl a {
	position: relative;
	display: block;
	padding: 15px 20px 15px 15px;
	text-decoration: none;
	border-top: 1px dotted #ccc;
}
.dlSet dl a:first-child {
	border-top: none;
}
.dlSet dl a:link,
.dlSet dl a:visited {
	background-color: transparent;
}
.dlSet dl a:hover,
.dlSet dl a:active {
	background-color: #fafafa;
}
.dlSet dl a:after {
	content: "\e608";
	font-family: 'icomoon';
	font-size: 14px;
	display: block;
	position: absolute;
	width: 10px;
	line-height: 10px;
	top: 50%;
	margin-top: -5px;
	transition-duration: 0.3s;
	color: #404C8A;
}
.dlSet dl a:link:after,
.dlSet dl a:visited:after {
	right: 10px;
}
.dlSet dl a:hover:after,
.dlSet dl a:active:after {
	right: 7px;
}

.dlSet dt {
	margin-bottom: 3px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height:40px;
	background-color: transparent;
}
.dlSet dd {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	padding-left: 30px;
	background-color: transparent;
}

.dlSet dl.history {
	position: relative;
	display: block;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: transparent;
}
.dlSet dl.history.worksPerformance {
	padding-bottom: 0px;
}
.dlSet dl.history dt {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	line-height: 25px;
	color: #333;
	font-size: 15px;
	border-top: dotted 1px #ccc;
	background-color: transparent;
}
.dlSet dl.history dt.service {
	line-height: 30px;
	color: #3b86be;
	font-size: 18px;
	padding-top: 0px;
}
.dlSet dl.history dt:first-child {
	border-top: none;
}
.dlSet dl.history dd {
	color: #333;
	font-size: 15px;
	padding-bottom: 5px;
	background-color: transparent;
	font-weight: normal;
	padding-left: 0px;
}
.dlSet dl.history.worksPerformance dd {
	padding-bottom: 0px;
}
@media screen and (max-width:639px) {
	.dlSet dl.history dd {
		color: #333;
		font-size: 13px;
		line-height: 18px;
	}
}
/* ==================================================
　　　pdfダウンロード用
================================================== */
.dlSet dl.pdfBox {
	position: relative;
	display: block;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: transparent;
}
.dlSet dl.pdfBox a {
	position: relative;
	display: block;
	padding: 15px 20px 15px 15px;
	text-decoration: none;
	border: solid 1px #ccc;
}
.dlSet dl.pdfBox a:hover {
	border: solid 1px #3b86be;
}
.dlSet dl.pdfBox a dt {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	line-height: 25px;
	padding-bottom: 0px;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	background-color: transparent;
	transition-duration: 0.3s;
}
.dlSet dl.pdfBox a:hover dt {
	color: #3b86be;
}
.dlSet dl.pdfBox a dt span {
	float: right;
	position: relative;
	right: 30px;
}
/*.dlSet dl.pdfBox dt:first-child {
	border-top: none;
}*/
.dlSet dl.pdfBox dd {
	color: #333;
	font-size: 15px;
	padding-bottom: 5px;
	background-color: transparent;
	font-weight: normal;
	padding-left: 0px;
}
/* ==================================================
　　　map
================================================== */
iframe {
	border: none;
}
iframe.accessMap {
	border: none;
	width: 100%;
	height: 500px;
}

/* ==================================================
　　　　　　パンくず
================================================== */
.pankuzu_container {
	background-color:#EDEDED;
	height: 30px;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	margin-top: 82px;
}
@media screen and (max-width:979px) {
	.pankuzu_container {
		margin-top: 0px;
	}
}
.pankuzu_box {
	position:relative;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#pankuzu {
	color: #333;
	background: #EDEDED;
	line-height: 30px;
	padding-left: 10px;
}
#pankuzu ul {	
	background: #EDEDED;
}
#pankuzu ul li {
    float: left;
    line-height: 30px;
    padding-right: 40px;
    color: #333;
	font-size: 12px;
    background: url("../images/slash.png") no-repeat scroll right top;
}
#pankuzu ul li:last-child {
    background: none;
}
#pankuzu ul li a {
    color: #333;
	text-decoration: underline;
}
#pankuzu ul li a:hover {
    color: #70B6CA;
	text-decoration: none;
}
/*-----------------------------------------------------	*/
/*	forスマホ＆タブレット対応					*/
/*-----------------------------------------------------	*/

/*-----------------------------------------------------	*/
/*	for - 1018px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 1018px) {

 /*---------------------------------------------
	施設紹介
  ---------------------------------------------*/ 
  .grid-wrap {
	width: 978px;
	padding: 0 20px;
}
}

@media print {
	header {
    position: absolute;
}
}</pre></body></html>