@charset "utf-8";

/* 1289 */
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus {outline:0;}

ol, ul {list-style:none;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}

body{
font:100%/1.7 verdana,"Yu Gothic Medium", "游ゴシック Medium","游ゴシック体", "Yu Gothic", YuGothic, sans-serif,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-weight: 500;
color:#252525;
-webkit-text-size-adjust:none;
/* background:#fcf8ef; */
}
.voice{font-family: "Noto Sans Japanese"; 
}

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
/*text-decoration:none; 
text-decoration-style: dashed;
text-decoration-style: dotted; */
text-decoration-style: solid;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#333399;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline:none;
color:#333399;
}


/**** Clearfix ****/
nav .panel:after, #mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display:table;clear:both;}
nav .panel,#mainNav,.newsTitle,.bg, .post{zoom:1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="email"],textarea{
margin: 5px;
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

select{
margin: 5px;
vertical-align:middle;
max-width:90%;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background:#3f51b5;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
cursor:pointer;
background:dodgerblue;;
}

*:first-child+html input[type="submit"]{padding:3px;}

input[type="submit"],input[type="reset"] ,input[type="button"]{
-webkit-appearance: none;
}

/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
overflow:hidden;
 /*background:#fff3e0;   #fff3e0; */
background: url(./userimg/bk02.jpg) repeat;
}

#content{
float:left;
width:960px;
padding:30px 0;
}

#sidebar{
float:right;
width:0px;
padding:30px 0;
}

#footer{
clear:both;
padding:20px 0px 10px 0px;
border-bottom:1px solid #fff;
background:#f4eddd;
text-align:center;
font-size:85%;
} 


/* ヘッダー *****************************************************/

#header .bg{background:#1565c0;} /* PHP */


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:3px 0;
color: #fff;
font-size:80%;
font-weight:normal;
}

#header p{
float:right;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header .logo{
clear:both;
float:left;
padding:30px 0 30px;
color:#000;
font-size:170%;
font-weight:bold;
font-family: 'Noto Serif JP', serif;
}

.logo .cp{font-size:92%; font-weight:bold; display:inherit; padding-left:5px;}

.logo span{display:block; font-size:12px; font-weight:normal;}


.logo a{
color:#000;
text-decoration:none;
}

.logo a:hover, a:active{
color:#000;
}



/* サブナビゲーション
----------------------------------*/
#header ul{
padding-top:40px;
float:right;
}

#header ul li{
display:inline;
margin-left:10px;
font-size:90%;
}

#header ul li a{
padding-left:10px;
color:#000;
background:url(images/arrowSub.png) no-repeat 0 50%;
}

#header ul li a:hover{background-position:3px 50%;}



/*************
/* 電話番号
*************/
#header .info{
float:right;
padding:25px 30px 10px 0px;
color:#000000;
font-size:14px;
font-weight:normal;
text-align:right;
}
#header .tel{
font-size:160%;
font-weight:bold;
}
/**************************
/* ロケーター
**************************/
#locator{
margin:10px 5px;
padding:0;
width:100%;
font-size:13px;
}

#locator ul {
  display: flex; /* 子要素(li)を横一列に並べる */
  list-style-type: none; /* リスト要素に表示されている"・"を非表示 */
}
#locator a {
display: block;
position: relative;
padding: 0px 25px 0px 10px;
background: #FFF;
color: #000;
text-decoration: none;
}

#locator a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #333;
border-right: solid 2px #333;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}





/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:0px auto 17px;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
object-fit: cover;
}

.zoom {
width: 960px;
height: 340px;
overflow: hidden
}

.zoom-1 img {
width: 100%;
height: auto;
animation: animationZoom1 10s ease-in-out forwards;
}
@keyframes animationZoom1 {
100% { transform: scale(1.1)}
}


#subpage #mainBanner img{border:4px solid #f1f1f1;}

.slogan{
position:absolute;
width: 100%;
line-height: 250%;
top:25%;
left:40%;
transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
#max-width:100%;
#height:auto;
#bottom:20px;
#padding:5px 10px;
}

.slogan h2{
    font-size: 190%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 3px;
    text-shadow: 0 0 0.2em #666;
    font-family: 'Noto Serif JP', serif;
}

.slogan h3{
font-size:110%;
font-weight:bold;
line-height:150%;
color:#fff;
text-align: left;
padding-left: 610px;
/*text-shadow: 0 0 0.2em #607d8b;*/
font-family: 'Noto Serif JP', serif;
position: relative;
top: -80px;
}

.h3sub{letter-spacing:0.15em; font-size:75%;}

.plus{font-size:110%; font-family: "Noto Sans Japanese"; color:red; font-weight: 900; position: relative; left: 6px;}




/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
border-radius:5px;

}

.box{
margin:10px 5px 40px;
padding:10px 15px 20px;
border:1px solid #607D8B;
background:#f5f5f5;
font-size: 90%; /*ican */
/*border-radius: 15px; */
 box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 ); /* */
}

.box img{
max-width:100%;
height:auto;
border:0px solid #f1f1f1;
}

.box img.arrow{
border:0px;
}

.box h3{
	clear: both;
	padding:5px;
	background-color:#00897b; /* PHP */
	color:#fff;
	font-size: 110%;
	text-align:center;
	line-height:180%;
	font-weight:normal;

	} 

.box p{
	padding:10px 5px;
	text-align:left; 
	line-height:180%;
	} 

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

.box .alignleft{
float:left;
clear:left;
margin:0px; 
}



/*************
メイン コンテンツ
*************/
section.content article{
width:94.5%; 
margin:0px auto 20px;
/*
margin-left:15px;

margin-bottom:20px;
*/
padding:10px;

border:0px solid #f1f1f1;
overflow:hidden;
background:#ffffff; /* ican */
}

* html section.content article{height:1%;}

section.content p{
padding:0px 15px 0px;
margin:0px auto 5px;
line-height:180%;
}

.tax1 {
    display: inline-block;
    padding: 5px 8px;
    background-color: #e91e63;
    color: #fff;
    border-radius: 6px;
    font-size: 70%;
    line-height: 100%;
    margin: 0 0 0 10px;
}

.tax2 {
    display: inline-block;
    padding: 5px 8px;
    background-color: #1565c0;
    color: #fff;
    border-radius: 6px;
    font-size: 70%;
    line-height: 100%;
    margin: 0 0 0 10px;
}




section.content dt {
    display: block;
    margin-top:20px;
}

section.content dd {
    display: block;
    margin-inline-start: 40px;
}


section.content ul {
list-style-type: disc;	/* リストの左側に黒丸 */
}

section.content li {
list-style-type: disc;	/* リストの左側に黒丸 */
margin-left: 35px;	/* リストの左側に余白 */
text-align: left;
line-height:160%;
padding-bottom: 5px;
}

section.content ol { 
    list-style: decimal;
}
section.content .li-dec {
list-style-type: decimal;
}

/* プロフィール */
.prof{
padding-right:10px;
}

/* 沿革 */

.timeline {
  padding-left:40px;
}
section .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
section .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
section .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding: 15px 0 10px 30px;
  }
section .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }


h3.heading{
width:910px;
/* width:94.5%; */
margin:15px auto 0px;
font-weight:normal;
padding:5px 10px 5px 10px;
line-height:160%;
color:#000;
background:#efebe9; /* PHP */
border-bottom: solid 1px #333; /* ican */
/*font-family: "Noto Sans Japanese"; */
/*font-family: 'Noto Serif JP', serif;*/
font-size:120%; 
}



h4.heading{
margin:20px 10px 15px;
font-weight:normal;
padding:10px 30px;
line-height:36px;
color:#000;
background:#fff; /* ican */
border: solid 1px #666; /* ican */
font-family: 'Noto Serif JP', serif;
font-size:140%;
background: url(./userimg/bg_h4c.png) ;
background-repeat: repeat; 
background-position:right;
background-size:  100%; 
}


.subtitle{
font-family: 'Noto Serif JP', serif;
font-size:130%;
font-weight: normal;
border-bottom: solid 3px #3f51b5;
position: relative;
}

.subtitle:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ff9800;
  bottom: -3px;
  width: 30%;
}


.slogan2 {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
font-family: 'Noto Serif JP', serif;
font-size:120%;
font-weight: normal;
}

.slogan2:before, .slogan2:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.slogan2:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.slogan2:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

section.content img{
max-width:100%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 0 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 0 10px; 
}

#gallery .grid img,.border,ul.list img{border:4px solid #f1f1f1;}


/* カレンダー */
.article_cal{
width:96.5%; 
margin:0px auto 30px;
background:#ffffff;
}

/* マップ */
.article_map{
width:94.5%; 
margin:0px auto 30px;
padding:10px 10px 10px 10px;
background:#ddd;
}


/* 見出し */
.midashi {
  position: relative;
  padding: 0.5em;
  background: #000000;
  color: white;
}

.midashi::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}




/* 囲み文字 */
.deco{
    /* 以下装飾です。削除OK */
    text-decoration:none;
    white-space: normal; 
    text-align: center;
    display: block;
    margin:0px 10px 10px 0px;
    outline: none;
    float: left;
    padding:20px 20px;
    position: relative;
    z-index: 2;
	border-radius			: 7px;	/* CSS3草案 */
	-webkit-border-radius		: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius		: 10px;	/* Firefox用 */
    border: 0px;
    color: #fff;
    overflow: hidden;
}
.deco:before,.deco:after{
    position: absolute;
    display: block;
    content:"";
    height: 100%;
    width: 100%;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.deco01{background: #0d47a1;}

.deco01:hover{
    color: #fff;
    font-weight:normal;
}

.deco01:after{
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform:scale(0.6);
    transform:scale(0.6);
}
.deco01:hover:after{
   -webkit-transform:scale(2); 
    transform:scale(1);
    background: #5597b7;

}


.deco02{background: #607d8b;}
.deco03{font-size:130%; padding:2px 10px; border-left: 10px solid #ff9800; font-weight:bold;}
.deco04{font-size:130%; padding:2px 10px; border-left: 10px solid #607d8b; font-weight:bold;}
.decotag{font-size:110%; padding:0px 5px; border-left: 10px solid #3f51b5;}
.item_number {font-style: italic; margin-right: 10px;}


a.btn-flat {
  overflow: hidden;

  padding: 0.5rem 2rem;

  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 100px;
  height: 100px;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-30px);

  border-radius: 0%;
  background: #eb6100;
}

a.btn-flat:hover:before {
  width: 400px;
  height: 400px;

  -webkit-transform: translateX(-1%) translateY(-175px);

  transform: translateX(-1%) translateY(-175px);
}





/* ボタン */
.btn{
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    /* 以下装飾です。削除OK */
    text-decoration:none;
    white-space: normal; 
    text-align: center;
    display: block;
    margin:0px 10px 10px 0px;
    outline: none;
    float: left;
    padding:7px 20px;
    position: relative;
    z-index: 2;
	border-radius			: 7px;	/* CSS3草案 */
	-webkit-border-radius		: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius		: 10px;	/* Firefox用 */
}
.btn:before,.btn:after{
    position: absolute;
    display: block;
    content:"";
    height: 100%;
    width: 100%;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}

.v1-5{
    background: #fff;
    border: 2px solid #00cc33;
    color: #01325a;
    overflow: hidden;
}
.v1-5:hover{
    color: #fff;
    font-weight:normal;
}

.v1-5:after{
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform:scale(0.6);
    transform:scale(0.6);
}
.v1-5:hover:after{
   -webkit-transform:scale(2); 
    transform:scale(1);
    background: #00cc33;

}




.v1-6{
    background: #00cc33;
    border: 2px solid #00cc33;
    color: #fff;
    overflow: hidden;
    font-weight: bold;
}
.v1-6:hover{
    color: #00cc33;
    font-weight: bold;
}
.v1-6:after{
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform:scale(0.6);
    transform:scale(0.6);
}
.v1-6:hover:after{
    -webkit-transform:scale(1);
    transform:scale(1);
    background: #fff;
}

.btn-border {
  display: inline-block;
  max-width: 300px;
  text-align: left;
  font-size:100%;
  color: #fff;
  border: 0px solid #990000;
  background-color: #990000;
  text-decoration: none;
  font-weight: normal;
  padding: 8px 20px;
	border-radius			: 5px;	/* CSS3草案 */
	-webkit-border-radius		: 7px;	/* Safari,Google Chrome用 */
	-moz-border-radius		: 7px;	/* Firefox用 */
  transition: .4s;
  margin-bottom: 15px;
}

.btn-border:hover {
  background-color: #e0dcdc;
  border-color: #990000;
  color: #990000;
}


.btn-border2 {
  display: inline-block;
  font-size:90%;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
	border-radius			: 20px;	/* CSS3草案 */
	-webkit-border-radius		: 25px;	/* Safari,Google Chrome用 */
	-moz-border-radius		: 25px;	/* Firefox用 */
  transition: .4s;
  margin: 2px 0 2px 10px;
  text-align: center;
  line-height: 140%;
  padding: 3px 15px 5px;
}

.btn-border2:hover {
  background-color: #e0dcdc;
  border-color: #795548;
  color: #795548;
}

.btn-col02 {
	margin-right:10px;
  	border: 0px solid #4CAF50;
  	background-color: #4CAF50; 
	color: #fff; }

.btn-col02:hover { 
	background-color: #e3d7a3; /* #e4dc8a */
	color: #fff; }


.btn-col03 {
	margin-right:10px;
  	border: 0px solid #283593;
  	background-color: #283593;
	color: #fff; }

.btn-col03:hover { 
	background-color: #e3d7a3; 
	color: #fff; }


/***************************
 　テーブル　会社概要
 ***************************/
table.table{
border-collapse:collapse;
margin:0px auto 15px; /* ican */
width:96.5%;
}


table.table th{
background-color:#ffffff; /* #F5F5F5; ican */
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;	/* ican */
border-bottom:1px solid #D4D4D4;
border-left:0px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}



table.table td{
border-collapse:collapse;
background-color:#ffffff; /* #F9F9F9; ican */
text-align:left;
padding:8px;
border-top:1px solid #D4D4D4;	/* ican */
border-right:0px solid #D4D4D4;	/* ican */
border-bottom:1px solid #D4D4D4;/* ican */
border-left:0px solid #D4D4D4;	/* ican */
/* border:1px solid #D6D6D6; */
line-height:160%;
}


/***************************
 　テーブル2 お問合せ
 ***************************/
table.table2{
border-collapse:collapse;
margin:0px auto 15px; /* ican */
width:96.5%;
}


table.table2 th{
background-color:#efebe9;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;	/* ican */
border-bottom:1px solid #D4D4D4;
border-left:0px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}

table.table2 .color1{
background-color:#efebe9; /* brown */
}

table.table2 .color2{
background-color:#f4eddd; /* beige */
}



table.table2 td{
border-collapse:collapse;
background-color:#ffffff; /* #F9F9F9; ican */
text-align:left;
vertical-align:middle;
padding:8px;
font-size:14px;
border-top:1px solid #D4D4D4;	/* ican */
border-right:0px solid #D4D4D4;	/* ican */
border-bottom:1px solid #D4D4D4;/* ican */
border-left:0px solid #D4D4D4;	/* ican */
line-height:20px;
}
table.table2 tr th span {
	color: #CC0000;
	font-size: 12px;
	font-weight:bold;
}
table.table2 tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #3F51B5;
}


/***************************
 　テーブル3 カスタム
 ***************************/
table.table3{
border-collapse:collapse;
margin:0px auto 15px 20px; /* ican */
width:80%;
}


table.table3 th{
background-color:#efebe9;
text-align:center;
vertical-align: middle;
font-size:90%;
padding:8px;
/* white-space:nowrap; */
color: #151515;
border:1px solid #bbb;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}

table.table3 .midashi{
border-right:0px solid #D4D4D4;	/* ican */
text-align:center;
background:#3f51b5;
color:#fff;
}

table.table3 .pdf{
text-align:center;
}

table.table3 .ssk1{
text-align:left;
width:70%;
}

table.table3 .ssk1b{
text-align:left;
background:#efebe9;
width:70%;
}


table.table3 .ssk2{
text-align:right;
}

table.table3 td{
border-collapse:collapse;
background-color:#ffffff; /* #F9F9F9; ican */
text-align:left;
padding:8px;
font-size:90%;
border:1px solid #D4D4D4;
line-height:20px;
}

table.table3 tr th span {
	font-weight:normal;
}

table.table3 tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #669966;
}

table.table3 .item {
	text-align:left;
}





/*************
テーブル お知らせ
*************/
table.table .whatnew{
	background-color:#ffffff;
}


table.table .ymd{
	width: 19%;
	line-height: 150%;
	padding	: 15px 10px 5px 5px;
	border-top: 0px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	vertical-align:top;
	text-align: left;
}
table.table .comment{
	width: 85%;
	line-height: 150%; 
	padding	: 15px 5px 5px 0px;
	border-top: 0px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}









/*************
/* サイドバー
*************/
#sidebar ul{padding:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #f1f1f1;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{display:block;}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}










/* フッター
*****************************************************/
#footer ul{
padding-bottom:10px;
}

#footer li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:30px;
background:url(images/arrow.png) no-repeat 0 16px;
line-height: 220%;
}

#footer li a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
color:#333399;
}

#footer li a:hover{text-decoration:underline;}

#footer li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer li li a,*:first-child+html #footer li li{display:none;}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
color:#fff;
background:#333;
}


/* ご依頼から業務開始まで
*****************************************************/

.Inner {
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media screen and (max-width: 540px) {
.Inner {
margin-left: 10px;
}
}


p{
margin: 0;
padding: 0;
}
li{
list-style: none;
}
.List-Item {
border-top: 1px solid #ddd;
width: 100%;
}
@media screen and (max-width: 540px) {
.List-Item {
border-top: 0;
}
}
.List-Item:nth-of-type(1) {
border-top: 0;
}
.List-Item-Content {
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 1100px;
display: flex;
align-items: center;
}
@media screen and (max-width: 540px) {
.List-Item-Content {
padding-top: 15px;
padding-bottom: 15px;
flex-wrap: wrap;
}
}
.List-Item-Content.one {
padding-top: 0;
}



.List-Item-Content-Number {
position: relative;
margin-right: 40px;
border-radius: 50%;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
background: #5bc8ac;
color: #fff;
font-size: 36px;
}
.List-Item-Content-Number2 {
position: relative;
margin-right: 40px;
border-radius: 50%;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #ffd54f;
color: #333;
font-size: 80%;
}

@media screen and (max-width: 540px) {
.List-Item-Content-Number {
margin-right: 20px;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 120%;
color: #fff;
}
.List-Item-Content-Number2 {
margin-right: 20px;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 70%;
}
}

.List-Item-Content-Number-Line {
position: absolute;
top: -56%;
left: 50%;
transform: translate(-50%,-50%);
width: 4px;
height: 130px;
background: #ffd54f;
}
@media screen and (max-width: 540px) {
.List-Item-Content-Number-Line {
top: -70%;
width: 2px;
height: 80px;
}
}

.List-Item-Content-Number-Line2 {
position: absolute;
top: -56%;
left: 50%;
transform: translate(-50%,-50%);
width: 4px;
height: 160px;
background: #ffd54f;
}
@media screen and (max-width: 540px) {
.List-Item-Content-Number-Line2 {
top: -10%;
width: 2px;
height: 80px;
}
}

.List-Item-Content-Title {
margin-right: 48px;
flex-basis: 298px;
color: #263238;
font-size: 120%;
}
@media screen and (max-width: 540px) {
.List-Item-Content-Title {
margin-right: 20px;
max-width: 140px;
font-size: 100%;
}
}

.List-Item-Content-Description {
line-height: 1.5;
font-size: 16px;
}
@media screen and (max-width: 540px) {
.List-Item-Content-Description {
margin-left: 60px;
max-width: 260px;
font-weight: normal;
font-size: 13px;
}
}
















/* メインメニュー　PC用
------------------------------------------------------------*/
@media print,screen and (min-width:960px){
nav div.panel{
display:block !important;
float:left;
}

a#menu{display:none;}

#mainNav{
clear:both;
position:relative;
z-index:200;
background:#5D4037; /* PHP black */

/*
background:#E53935;   orange 
background:#303F9F;   blue 
background:#607D8B;   bluegreen
*/

color:#fff;
#border-bottom: solid 1px #000;
#border-top: solid 1px #000;
}

#mainNav li{
float: left;
position: relative;
border-right:1px dotted #eee;

}

#mainNav li:first-child{border-left:1px dotted #eee;}

#mainNav li a{
display: block;
text-align: center;
_float:left;
color:#ffffff; /* PHP black */
height:35px;
line-height:40px;
padding:20px 40px 10px;
text-decoration:none;
}


#mainNav li a span,#mainNav li a strong{
display:block;
font-size:95%;
line-height:1.4;
}


#mainNav li a span{
font-size:80%;
color: #bcaaa4; /* PHP */
}

#mainNav li.current-menu-item a, #mainNav li a:hover, #mainNav li a:active, #mainNav li.current-menu-parent a{

/* hover */
background:#795548; /* PHP black */
color:#ffffff; /* PHP black */

}

#mainNav ul ul{width:160px;}

#mainNav li ul{display: none;}

#mainNav li:hover ul{
display:block;
position:absolute;
top:70px; /* サブメニューの位置 */
left:0px;
z-index:500;
}

#mainNav li li{
padding:0 0 10px 0;
margin:0;
float:none;
height:35px;
line-height:50px;
width:230px;
background:dodgerblue; /* sub-menu */

border:0;
border-bottom:1px dotted #eee;  
}

#mainNav li li:first-child{border-left:0;}

#mainNav li li a{
width:190px;
padding:0 0 10px 40px;
height:35px;
line-height:50px;
font-size:90%;
text-align:left;
}

#mainNav li li a span{padding:0 10px;}

#mainNav li li a:hover,#mainNav li li.current-menu-item a{color:#fff; background:#303F9F;} /* sub-menu */

#mainNav li:hover ul li:last-child{border:0;}




	/* スライダー 
	#mainBanner{margin-left:15px;}*/



	#sidebar{
	float:left;
	width:245px;
	padding:17px 0 0 15px;
	overflow:hidden;
	}
	
	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #f1f1f1;
	overflow:hidden;
	}


	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -10px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:300px;
	margin-left:20px;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:959px){
#mainNav{
clear:both;
width:100%;
margin:0 auto;
background:#6D4C41 ; /* PHP */

}

/* ---------------------
　　≡MENU
------------------------ */
	nav#mainNav a.menu{
	color:#ffffff;
	width:97%;
	display:block;
	line-height:40px;
	padding-left: 10px;
	font-weight: bold;
	text-align:left;
	text-decoration: none;
	}
	
	nav#mainNav a.menu:before{
	content:"≡";
	font-size: 18px;
	}
	
	nav#mainNav a#menu span{padding-left:10px;}
		
	nav#mainNav a.menuOpen{
	border-bottom:0;
	}

	nav#mainNav a.menuOpen:before{
	content:"×";
	}


/* -------------------------------- */
#mainNav a#menu:hover{cursor:pointer;}

nav .panel{
display:none;
width:100%;
position:relative;
right:0;
top:0;
z-index:1;
}

#mainNav ul{margin:0;padding:0;}

#mainNav li{
float:none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
}

#mainNav li:first-child{border-top:0px solid #d5d5d5;}

#mainNav li li:first-child{border-top:0;}

#mainNav li a,#mainNav li.current-menu-item li a{
display:block;
padding:15px 10px;
text-align:left;
border-bottom:1px dashed #aaa;
color:#fff;
background:#795548; /* PHP */
text-decoration:none;
}

#mainNav li:last-child a{border:0;}
#mainNav li li:last-child a{border:0;}
#mainNav li li:last-child a{border-bottom:1px dashed #ccc;} 

 #mainNav li a span{display:none;}
 
#mainNav li.current-menu-item a,#mainNav li a:hover,#mainNav li.current-menu-item a,#mainNav li a:active, #mainNav li li.current-menu-item a, #mainNav li.current-menu-item li a:hover, #mainNav li.current-menu-item li a:active{
color:#f5d5da;
}

#mainNav li li{
float:left;
border:0;
}

/* submenu color */

#mainNav li li a, #mainNav li.current-menu-item li a, #mainNav li li.current-menu-item a{
	padding-left:40px;
/*	background:#0099CC url(images/sub1.png) no-repeat 20px -62px; */
	background:#0099CC url(images/sub1.png) no-repeat 20px -62px;
	border-bottom: 0;
	}
#mainNav li li.current-menu-item a,#mainNav li li a:hover, #mainNav li.current-menu-item li a:hover{
	color:#f5d5da;
	background:#0099CC url(images/sub1.png) no-repeat 20px 18px;
	}
#mainNav li li:last-child a{
	background:#0099CC url(images/subLast.png) no-repeat 20px -65px;
	}
#mainNav li li:last-child.current-menu-item a,#mainNav li li:last-child a:hover,#mainNav li.current-menu-item li:last-child a:hover{
	color:#f5d5da;
	background:#0099CC url(images/subLast.png) no-repeat 20px 20px;
	}

nav div.panel{float:none;}

#mainImg{margin-bottom:20px;}

	/* テーブル */
	table.table{
	width:98%;
	}


	/* グリッド */
	.grid{
	float:left;
	width:30%;
	margin-left:10px;
	margin-right:10px;
	}



}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width:959px){
#wrapper, #header, .inner{width:100%;}

/* ロゴ (サイトタイトル)
----------------------------------*/
#header .logo{
padding-left:10px;
}

#header .info {
padding-top: 20px;
}


#header h1, #header p{padding:5px 10px;}
#header h2{padding:10px;}


.slogan h3{padding-left:450px;}

#header ul{padding:20px 10px;}

#mainNav ul, .thumbWrap{margin:0 auto;}
#mainNav ul ul{padding:0;}

nav div.panel{float:none;}

#mainImg img{width:100%;height:auto;}

#content, #sidebar{
clear:both;
width:95%;
float:none;
margin:0 auto;
padding:10px 0;
}

#banners{width:100%;margin:0 auto;text-align:center;}
#banners p{display:inline;margin:0 10px;}
#banners p img{width:100%;height:auto;}

section.widget_search{text-align:center;}

#footer{margin:0;border:0;text-align:center;}

#footer ul{text-align:center;}
#footer li{margin-right:20px;}

.thumbWrap{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
width:100%;
margin:0 auto;
padding-top:20px;
overflow:auto;
border:1px solid #dadada;
}
.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
.thumbWrap img{width:100%;height:auto;}

	}



}





