@charset "utf-8";

/* =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:14px "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif; */
font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
font-size: 14px;
color:#000;
background:#fff;
-webkit-text-size-adjust:none;
}
.palt {
  font-feature-settings: "palt";
}
.object-fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

/* リンク設定
------------------------------------------------------------*/

a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
font-weight:bold;
color:#000;
}

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

/**** 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;
}


/* レイアウト
------------------------------------------------------------*/

#wrapper, .inner{
margin:0 auto;
width:1040px;
}

#header{
  position: relative;
text-align:center;
  border-top: 3px solid #f8b500;
}

#content{
/*float:left;*/
width:100%;
padding:30px 0;
}

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

#footer{
clear:both;
padding:40px;
} 
.d-flex {
  display: flex;
  width: 100%;
}
.jc-sb {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}

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

#header h1{
position:relative;
text-align:left;
  width: 180px;
}
#header h1 img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#header-top {
  padding: 20px 0 0;
}
.header-tel {
  display: block;
  font-size: 18px;
}
.contact{
position:relative;
text-align:right;
font-size:14px;
font-weight:600;
}
.contact p {
  line-height: 1.4;
}
#header .pnav ul{
position:relative;
float:right;
}
#header .pnav ul li{
font-weight:bold;
display:inline;
margin-left:5px;
font-size:90%;
}
#header .pnav ul li:before{
content:"・";
}
#header .pnav ul li a{
padding-left:5px;
color:#000;
}
#header .pnav ul li a:hover{
color:#f8b500;
}


/* トップページ　メイン画像
------------------------------------------------------------*/

#mainImg img{
width:100%;
height:800px;
}
@media screen and (max-height: 768px) {
#mainImg .slider img {
      height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  #mainImg .slider img {
      height: 70vh!important;
      object-fit: cover;
  }
}
@media screen and (max-width: 644px) {
  #mainImg .slider img {
      height: 55vh!important;
      object-fit: cover;
  }
}
#headlineImg img {
	width: 100%;
	height: 350px;
}
@media only screen and (max-width: 644px) {
#headlineImg img {
	height: 30vh;
}
}
.post{
margin:0 0 60px 0;
}

/* タイポグラフィ
------------------------------------------------------------*/

h2.title{
clear:both;
margin-bottom:50px;
padding-bottom:7px;
text-align:center;
font-size:24px;
font-weight:600;
	letter-spacing: 1px;
	font-family: 'Noto Serif JP', serif;
}

h2.title span{
padding-bottom:10px;
border-bottom:4px solid #f8b500;
}

.post p{
padding-bottom:15px;
	line-height: 1.8;
}

.post ul{
margin:10px 0 20px 20px;
}

.post ul li{
padding-left:5px;
list-style:disc;
}

.post h1{
margin:15px 0 25px;
padding:15px 0;
font-size:150%;
font-weight:bold;
border-bottom:3px solid #f8b500;
}

.post h2{
margin:15px 0 25px;
padding:15px 0;
font-size:140%;
font-weight:bold;
border-bottom:2px solid #f8b500;
}

.post h3{
margin:15px 0 25px;
padding:15px 0;
font-size:130%;
font-weight:bold;
border-bottom:1px dashed #f8b500;
}

.post h4{
margin:15px 0 10px;
padding:15px 0;
font-size:120%;
font-weight:bold;
}

.post h5{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

.post h6{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

.post blockquote{
clear:both;
padding:10px 0 10px 25px;
margin:10px 0 25px 0px;
border-left:5px solid #e9e9e9;
}
 
.post blockquote p{
padding:5px 0;
}

.post table{
border:1px #cccccc solid;
border-collapse:collapse;
border-spacing:0;
margin:10px 0 30px;
width:100%;
}

.post table th{
	width: 25%;
padding:15px;
border:#cccccc solid;
border-width:0 0 1px 1px;
font-weight:bold;
	background: #f6f3eb;
}

.post table td{
padding:15px;
border:1px #cccccc solid;
border-width:0 0 1px 1px;
}

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

img.aligncenter {
display:block;
margin:5px auto 30px auto;
text-align:center;
}

img.alignright{
margin:5px 0 30px 30px;
}

img.alignleft{
margin:5px 30px 30px 0;
}

.alignright{
float:right;
}

.alignleft{
float:left;
}
.cf {
  width: 100%;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

/* サイドバー
------------------------------------------------------------*/

.widget, .widgetInfo{
margin:0 0 20px;
}

#banners img{
max-width:255px;
height:auto;
padding-bottom:10px;
}

.widget h3{
clear:both;
margin:0 0 20px;
padding:5px 0;
font-size:130%;
font-weight:bold;
border-bottom:2px solid #ffffff;
}

.widget a{
font-weight: bold;
display:block;
padding:5px 0 5px 0;
color:#ffffff;
}

.widget a:hover{
color:#999999;
}

.newsTitle{
clear:both;
margin:0 0 20px;
padding:5px 0;
font-size:100%;
border-bottom:2px solid #ffffff;
}

.newsTitle h3{
font-size:130%;
float:left;
font-weight:bold;
}

.newsTitle p{
float:right;
padding:5px 5px 0 5px;
font-size:.8em;
}

.newsTitle a{
font-weight:bold;
color:#ffffff;
}

.newsTitle a:hover{
color:#999999;
}

.news p{
clear:both;
padding-bottom:2px;
}

.news p:last-child{
border:0;
}

.news p a{
font-weight: bold;
display:block;
padding:5px 0;
color:#ffffff;
}

.news p a:hover{
color:#999999;
}

.news span{
padding-left:10px;
}


/* フッター
------------------------------------------------------------*/
#footer {
	border-top: 4px solid #f8b500;
}
#footer ul{
text-align:center;
padding-bottom:10px;
}

#footer li{
display:inline-block;
vertical-align:text-top;
text-align:left;
margin-right:30px;
}

#footer li a{
font-weight:bold;
display:block;
padding:0 0 0 10px;
overflow:hidden;
color:#000;
}

#footer li a:before{
content:"・";
	color: #f8b500;
}

#footer li a:hover{
color:#f8b500;
}

#footer li li{
display:block;
padding:0;
}

*: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;
}

#pagetop{
position:fixed;
right:30px;
bottom:0px;
font-size:50px;
color:#f8b500;
	cursor: pointer;
}


/* トップページ 最新記事3件
------------------------------------------------------------*/

.thumbWrap{
width:100%;
}
.thumbWrap ul{
width:100%;
	display: flex;
	flex-wrap: wrap;
}

.thumbWrap li{
width:32%;
margin:0 2% 40px 0;
background:none;
}

.thumbWrap li:nth-child(3n) {
	margin-right: 0;
}

.thumbWrap img{
	display: block;
	width: 100%;
margin:0 auto 15px;
}

ul.thumb h3{
margin-top:20px;
font-size:100%;
font-weight:bold;
text-align:center;
border:2px solid #f8b500;
}

ul.thumb h3 span{
display:block;
padding: 15px 10px;
color:#f8b500;
}

ul.thumb h3 span:hover{
opacity: .7;
}


/* メインメニュー　PC用
------------------------------------------------------------*/

@media only screen and (min-width:1025px){

nav#mainnav{
position:relative;
margin-top:15px;
}

nav#mainnav ul{
display:flex;
justify-content:center;
align-items:center;
}

nav#mainnav ul li a{
  font-family: 'Noto Serif JP', serif;
display:block;
text-align:center;
height:60px;
padding:0 40px 0;
line-height:60px;
font-size:120%;
font-weight:600;
color:#000;
}

nav#mainnav ul li a span,nav#mainnav ul li a strong{
display:block;
font-size:90%;
line-height:1.7;
}

nav#mainnav ul li a span{
font-size:70%;
  color: #999;
}

nav#mainnav ul li a:hover span, nav#mainnav ul li a:hover{
color:#f8b500;
}

nav#mainnav ul ul{
width:160px;
border-top:0;
}

nav#mainnav ul li ul{
display: none;
}

nav#mainnav ul li:hover ul{
display: block;
position: absolute;
top:60px;
text-align:center;
z-index:500;
}

nav#mainnav ul li li{
background:#000000;
border-bottom:1px dotted #cdcdcd;
float: none;
width:160px;
height:40px;
line-height:40px;
margin:0;
}

nav#mainnav ul li li:last-child{
border:0;
}

nav#mainnav ul li li a{
width:100%;
height:40px;
padding:0;
line-height:40px;
font-size:95%;
text-lign:center;
}

nav#mainnav ul li li a:hover{
color:#999999;
}

nav div.panel{
display:block !important;
}

a#menu{
display:none;
}

}


/* iPadサイズ以下（1024px）からアコーディオンメニュー
------------------------------------------------------------*/

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

#header{
position:fixed;
width:100%;
z-index:500;
}
	
#headerWrap{
position:relative;
width:100%;
height:60px;
background:#fff;
}
#header h1{
  width: 115px;
}
#header-top {
  padding: 10px 0 0 10px;
}
.contact{
display: none;
}
#header .pnav ul{
display:none;
}

a#menu{
display:inline-block;
position:relative;
width:40px;
height:40px;
}

#menuBtn{
display:block;
position:absolute;
top:60%;
left:50%;
width:18px;
height:2px;
margin:-1px 0 0 -7px;
background:#000;
transition:.2s;
}

#menuBtn:before, #menuBtn:after{
display:block;
content:"";
position:absolute;
top:50%;
left:0;
width:18px;
height:2px;
background:#000;
transition:.3s;
}

#menuBtn:before{
margin-top:-7px;
}

#menuBtn:after{
margin-top:5px;
}

a#menu .close{
background:transparent;
}

a#menu .close:before, a#menu .close:after{
margin-top:0;
}

a#menu .close:before{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
}

a#menu .close:after{
transform:rotate(-135deg);
-webkit-transform:rotate(-135deg);
}

.panel{
width:100%;
display:none;
overflow:hidden;
position:relative;
left:0;
top:0;
z-index:100;
}

#mainnav{
position:absolute;
top:0;
width:100%;
text-align:right;
z-index:500;
}

#mainnav ul{
background:#f8b500;
text-align:left;
}

#mainnav li a{
position:relative;
display:block;
padding:12px 25px;
border-bottom:1px solid rgba(255,255,255,.6);
color:#ffffff;
font-weight:bold;
}

#mainnav ul li a span{
display:none;
}

#mainnav ul li li{
border:0;
}

#mainnav ul li li a{
padding-left:40px;
}

}


/* iPadサイズ以下（1024px）から 1カラム表示に切り替え
------------------------------------------------------------*/

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

#wrapper, #header, .inner{
width:100%;
}

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

#header h2{
padding:10px;
}

#mainImg{
margin-bottom:30px;
/* padding-top:330px; */
}

h2.first{
margin-top:75px;
}

h2.topFirst{
margin-top:-10px;
}

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

#banners{
width:100%;
margin:30px 0 30px 0;
text-align:center;
}

#banners p{
display:inline;
}

#banners p img{
width:100%;
height:auto;
}

.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;
overflow:auto;
}

.thumbWrap ul.thumb li{
width:30%;
float:left;
margin:0 1% 0 2%;
}

.thumbWrap img{
width:100%;
height:auto;
}

}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/

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

#mainImg{
margin-bottom:5%;
/* padding-top:200px; */
}

h2.title{
margin-bottom:35px;
}

img.alignright, img.alignleft{
display:block;
margin:5px auto 20px auto;
}

.alignright,.alignleft{
float:none;
}

#footer ul{
text-align:left;
padding:15px;
}

#footer ul ul{
padding:0;
}

.thumbWrap ul.thumb li{
width:95%;
margin-bottom:30px;
}

}

/* googlemap-----------------*/
.googlemap {
  position: relative;
  width: 100%;
  padding-top: 30%;
  /*ここで高さ調整*/
  min-height: 300px;
  margin-bottom: 20px;
}

.googlemap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* 汎用-----------------*/
a:focus, *:focus {
  outline: none;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: bold;
}

.text-large {
  font-size: 120% !important;
}

.text-xlarge {
  font-size: 150% !important;
}

.text-small {
  font-size: 80% !important;
}

.highlight {
  padding: 2%;
  background: #ecf4fb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 0 20px;
}

.border_box {
  padding: 2%;
  border: 4px solid #ecf4fb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 25px;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.color01 {
  color: #148cf5;
}

.color02 {
  color: #69b0ee;
}

.color03 {
  color: #b3d5f3;
}

section {
  overflow: hidden;
  margin-bottom: 3%;
}

img {
  width: auto;
  max-width: 100%;
}

a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.post table {
  width: 100%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 644px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 645px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media only screen and (min-width: 645px) {
  img.alignright, img.alignleft {
    width: 45%;
    max-width: 400px;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  a#menu {
    cursor: pointer;
  }

  #banners p img {
    width: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 644px) {
  .post img, img.alignright, img.alignleft {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    display: block;
  }
}
/*==========================
	ブロック
==========================*/
/* 2列並び-----------------*/
.box2 {
  display: inline-block;
  margin: 0 2% 2% 0;
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  float: left;
}

.box2:nth-child(2n) {
  margin: 0 0 2% 0;
}

/* 3列並び-----------------*/
.box3 {
  display: inline-block;
  margin: 0 2% 2% 0;
  width: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  float: left;
}

.box3:nth-child(3n) {
  margin: 0 0 2% 0;
}

/* 4列並び-----------------*/
.box4 {
  float: left;
  margin: 0 2% 2% 0;
  width: 23%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.box4:nth-child(4n) {
  margin: 0 0 2% 0;
}

/* 5列並び-----------------*/
.box5 {
  float: left;
  margin: 0 2% 2% 0;
  width: 18.4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.box5:nth-child(5n) {
  margin: 0 0 2% 0;
}

@media only screen and (max-width: 644px) {
  .box2, .box3, .box4, .box5 {
    margin: 0 0 1%;
    width: 100%;
  }
}
/*ページ送り */
ul.pageNav {
  margin: 20px 0 10px;
  padding: 10px 10px 5px;
  text-align: center;
}

ul.pageNav li {
  display: inline;
  margin: 0 2px;
  padding: 0;
}

ul.pageNav li span,
ul.pageNav li a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 13px;
  background: #f2f3f5;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #f2f3f5;
  color: #000;
}

ul.pageNav li span {
  background: none;
  color: #148cf5;
}

ul.pageNav li a:hover {
  color: #fff;
  background: #69b0ee;
  border-color: #69b0ee;
}

/*pageTOP------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #148cf5;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  position: relative;
}

#pageTop a::before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 0;
  left: 0;
  top: 45%;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* リンクボタン */
.link_btn {
  width: 100%;
  max-width: 260px;
  overflow: hidden;
}

.link_btn a {
  line-height: 1.4;
  display: block;
  padding: 15px 20px 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #fff;
  background: #f8b500;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border:1px solid #f8b500;
}

.link_btn a:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 6px;
	-webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.link_btn a:hover {
  background: #fff;
	color:#f8b500;
}
.link_btn a:hover:before {
  border-color: #f8b500;
	-webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 644px) {
.link_btn {
	margin: 0 auto;
}
}
/* side_info */
.side_info {
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  line-height: 1.8;
  width: 100%;
  -webkit-box-shadow: #bfbfbf 0px 5px 7px;
          box-shadow: #bfbfbf 0px 5px 7px;
  margin: 0 auto 50px;
  clear: both;
}

.side_info img {
  max-width: 100% !important;
  padding-bottom: 0 !important;
  margin: 0 auto 10px;
  display: block;
}

.side_info .p01 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #69b0ee;
}
.side_info .p01 span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}
.side_info .tel {
    display: inline;
    padding-left: 26px;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/tel.png) no-repeat 0 40%;
    background-size: 24px;
    color: #69b0ee;
}

.side_info .tel a {
  color: #69b0ee;
}

.side_info .tel a:hover {
  color: #69b0ee;
  opacity: 0.7;
}

.side_info .side_info_block {
  display: table;
  margin: 0 auto;
}

.lead {
  color: #148cf5;
  font-size: 115%;
  font-weight: bold;
}

@media only screen and (max-width: 644px) {
  .lead {
    font-size: 110%;
  }
}
/* ul01 */
ul.ul01 {
  list-style: none;
  margin: 0 0 10px;
}

ul.ul01 li {
  padding: 0 0 5px 18px;
  position: relative;
  word-wrap: break-word;
  list-style: none;
}

.ul01 li:before {
  background: none repeat scroll 0 0 #69b0ee;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 4px;
  position: absolute;
  top: 10px;
  width: 5px;
}

/* ul02 */
ul.ul02 {
  list-style: none;
  margin: 0;
}

ul.ul02 li {
  padding: 0 0 5px 14px;
  position: relative;
  list-style: none;
}

.ul02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #69b0ee;
}

ul.ul02 li .ul01 li:before {
  background: none repeat scroll 0 0 #69b0ee;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 3px;
  position: absolute;
  top: 9px;
  width: 5px;
  border: 0;
}

@media only screen and (max-width: 644px) {
  ul.ul02 li {
    padding: 0 0 5px 10px;
  }
}
.sub_title {
  float: right;
  font-size: 80%;
  line-height: 2.4;
}

@media only screen and (max-width: 644px) {
  .sub_title {
    float: none;
    display: block;
    line-height: 1.4;
  }
}
/* sitemap */
ul.sitemap_ul {
  display: table;
  width: 70%;
  margin: 60px auto;
}

.sitemap_ul li {
  list-style: none !important;
  float: left;
  width: 32%;
  padding: 0;
  margin: 0 0 10px;
}

.sitemap_ul li a {
  padding: 5px 0;
  background: #ecf4fb;
  width: 100%;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}

.sitemap_ul li a:hover {
  background: #69b0ee;
  color: #fff;
}

@media only screen and (max-width: 644px) {
  .sitemap_ul li {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
}
/* contact */
.contact_logo {
  margin: 15px auto 0;
  max-width: 300px;
  width: 60%;
}

.contact_block {
  text-align: center;
}

.contact_block .tel {
  display: inline;
  padding-left: 40px;
  font-size: 36px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/tel.png) no-repeat 0 15%;
  background-size: 32px;
  color: #148cf5;
}

.contact_block .tel a:hover {
  color: #148cf5;
  opacity: 0.7;
}

/* overScroll */
@media screen and (max-width: 644px) {
  .overScroll {
    overflow-x: scroll;
    width: 100%;
    display: block;
    margin: 0 0 5px;
  }

  .overScroll table {
    width: 750px;
    margin: 10px 0;
  }

  .overScroll::-webkit-scrollbar {
    height: 10px;
  }

  .overScroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }

  .overScroll::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
}


@media screen and (max-width: 644px) {
  #a01, #a02, #a03 {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.ul01 li {
  padding: 1em;
  border-bottom: 2px solid #ecf4fb;
  margin-bottom: 1em;
}
.ul01 li a {
  display: block;
}

.text-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}


/* time-table */
.post table.time-table thead th {
  background: #ecf4fb;
  color: #148cf5;
}
.post table.time-table th {
  width: auto;
  text-align: center;
  background: #ecf4fb;
  color: #148cf5;
}
.post table.time-table td {
  text-align: center;
}
.post table.time-table td span {
  color: #148cf5;
}
@media screen and (max-width: 480px) {
.post table.time-table th, .post table.time-table td {
  font-size: 80%;
  padding:5px;
}
}
.input-w100 {
	width: 100% !important;
}
.input-w80 {
	width: 80% !important;
}
@media screen and (max-width: 644px) {
.input-w80 {
	width: 100% !important;
}
}