@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/2.0 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;*/
font-family: "Noto Sans JP", sans-serif;
font-size: 14px;
line-height: 2.0;
color:#000;
background:#fff;
-webkit-text-size-adjust:none;
}


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

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:#cdcdcd;
}

/**** 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{
text-align:center;
background: #293C5C;
}

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

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

#footer{
clear:both;
padding:40px;
background: #F8F1E5;
}


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

#header h1{
position:relative;
padding:10px 0;
text-align:left;
font-size:80%;
font-weight:bold;
color:#fff;
}

.contact{
position:relative;
float:right;
text-align:right;
font-size:85%;
margin-top:-32px;
font-weight:bold;
color:#fff;
}

.home #header h1, .home .contact {
 color: #293C5C;
}
#header h2{
position:relative;
clear:both;
text-align:center;
font-size:160%;
font-weight:bold;
padding: 30px 0 0;
}

#header h2 img{
width:360px;
}

#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:#ffffff;
}

#header .pnav ul li a:hover{
color:#999999;
}


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

#mainImg img{
width:100%;
height:auto;
/*margin-top:-285px;*/
}
#mainImg .catch {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 876px;
    width: 50%;
    z-index: 1;
}

#mainImg {
	position: relative;
	z-index: -1;
}
/*#mainImg .catch {
    position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
	right: 0;
	margin: auto;
    max-width: 100%;
	width: auto;
}
#mainImg .catch img {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 633px;
    width: 60%;
    z-index: 1;
	background: rgba(255,255,255,.3);
}
#mainImg .catch {
    animation: catchfade 2s ease 1s 1 normal;
    -webkit-animation: catchfade 2s ease 1s 1 normal;
}
@-webkit-keyframes catchfade {
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes catchfade {
    0% {opacity: 0}
    100% {opacity: 1}
}*/

.post{
margin:0 0 40px 0;
}
@media (min-width: 1025px) and (max-width: 1500px) {
#mainImg .catch {
    top: 55%;
}
}
@media screen and (max-width: 1024px) {
#mainImg .catch {
    top: 40%;
    width: 60%;
}
}
@media screen and (max-width: 644px) {
#mainImg img{
margin-top:30px;
}
#mainImg .catch {
    top: 30%;
    width: 80%;
}
}

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

h2.title{
    clear: both;
    margin-bottom: 30px;
    font-size: 180%;
    font-weight: bold;
    padding-bottom: 5px;
	padding-left:5px;
    border-bottom: 3px solid #405D90;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
	line-height: 1.6;
	color:#293C5C;
}

h2.title span{
color: #BA0121;
    font-size: 130%;
	padding-left: 15px;

}

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

.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 #405D90;
}

.post h2{
    margin: 10px 0 20px;
    padding: 5px 0 5px 5px;
    font-size: 130%;
    font-weight: bold;
    border-bottom: 2px solid #405D90;
	color:#293C5C;
}

.post h3{
margin:15px 0 25px;
padding:15px 5px 5px;
font-size:120%;
font-weight:bold;
border-bottom:1px solid #405D90;
color:#293C5C;
}

.post h4{
    margin: 10px 0 5px;
    padding: 0;
    font-size: 110%;
    font-weight: bold;
    color: #293C5C;
    border: 2px solid #405D90;
    display: table;
    text-align: center;
    min-width: 120px;
}

.post h5{
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{
    background: #F8F1E5;
    padding: 15px;
    border: #cccccc solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    width: 20%;
	vertical-align: top;
}

.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;
text-align:center;
}

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

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

.alignright{
float:right;
}

.alignleft{
float:left;
}


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

.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:#b1242a;
}

.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:#000;
}

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

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


/* フッター
------------------------------------------------------------*/

#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:#293C5C;
}

/*#footer li a:before{
content:"・";
}*/

#footer li a:hover{
/*color:#cdcdcd;
text-decoration: underline;*/
}

#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;
background: #293C5C;
color: #fff;
}

#pagetop{
position:fixed;
right:30px;
bottom:0px;
font-size:40px;
color:#cdcdcd;
}


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

.thumbWrap{
width:770px;
margin:0 -20px 20px 0;
}

.thumbWrap li{
float:left;
width:236px;
margin:0 20px 40px 0;
background:none;
}

.thumbWrap img{
margin-bottom:15px;
}

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

ul.thumb h3 span{
display:block;
padding:7px;
color:#ffffff;
}

ul.thumb h3 span:hover{
color:#999999;
}


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

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

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

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

nav#mainnav ul li{
float:left;
}

nav#mainnav ul li a{
display:block;
text-align:center;
_float:left;
height:60px;
padding:0 40px 0;
line-height:60px;
font-size:120%;
font-weight:bold;
color:#ffffff;
}

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%;
letter-spacing: 0.1em;
}

nav#mainnav ul li a:hover span, nav#mainnav ul li a:hover{
    color: #fff;
    text-shadow: #fff 1px 1px 10px;
}

/*.home nav#mainnav ul li a {
	color:#b1242a;	
}
.home nav#mainnav ul li a:hover span, nav#mainnav ul li a:hover{
	color:#fff;	
    text-shadow: #b1242a 1px 1px 10px;
}*/
	
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:#293C5C;
border-bottom:1px solid #fff;
}

#header h1{
display:none;
}

#header h2{
padding-top:18px;
}

#header h2 img{
max-height: 40px;
    width: auto !important;
    max-width: 200px;
    padding: 0;
}

#header .pnav ul{
display:none;
}

.contact{
display: none;
}

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

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

#menuBtn:before, #menuBtn:after{
display:block;
content:"";
position:absolute;
top:50%;
left:0;
width:18px;
height:2px;
background:#ffffff;
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:#fff;
text-align:left;
}

#mainnav li a{
position:relative;
display:block;
padding:12px 25px;
border-bottom:1px solid #4A6727;
color:#000;
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;
    display: table;
    margin: 0 auto;
	z-index: 10;
    position: relative;
}

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

#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:30px;
padding-top:200px;
}*/

h2.title{
margin-bottom:20px;
font-size: 140%;
    line-height: 1.4;
}

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

h2.title span{
	font-size: 140%;
}
}

/* slick-----------------*/
.slick-slide img {
   width: 100%!important;
   max-width: 100%;
}
/* googlemap-----------------*/
.googlemap {
	position: relative;
	width: 100%;
	padding-top: 30%;/*ここで高さ調整*/
	min-height: 300px;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* 汎用-----------------*/
a:focus,*:focus {	outline: none;}
.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;}

.pb0 { padding-bottom: 0!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% 4%;
    background: #fbf4f4;
    box-sizing: border-box;
}
.clearfix {
	overflow: hidden;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
figure {
    margin: 0 auto 1em;
}
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: 1024px){
.pc { display:none!important;}
.sp { display:block!important;}
}
@media screen and (min-width: 768px) {
a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
}
}
@media only screen and (min-width: 645px){
img.alignright, img.alignleft {
    width: 40%;
    max-width: 310px;
    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%;
    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%;
    box-sizing: border-box;
    vertical-align: top;
    float:left;
}
.box3:nth-child(3n) {
    margin: 0 0 2% 0;
}
.box3 img {
    margin: 0 auto;
    display: block;
}
.box3 p {
    margin: 5px auto;
	text-align:center;
	font-weight:bold;
	border-top:1px solid #368200;
}
/* 4列並び-----------------*/
.box4 {
    float: left;
    margin: 0 2% 2% 0;
    width: 23%;
    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%;
    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:#171c7b;
}
ul.pageNav li span {
	background: none;
	color: #b1242a;
}
ul.pageNav li a:hover {
    color: #fff;
    background: #b1242a;
    border-color: #b1242a;
}
/*pageTOP------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #293C5C;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  position: relative;
	border:1px solid #fff;
}
#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: 300px;
    margin: 20px 0 0;
    padding: 0!important;
}
.link_btn a {
line-height: 1.4;
    display: block;
    padding: 15px 20px 13px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #293C5C;
    border: 1px solid #405D90;
    background: none;
    transition: all 0.5s ease 0s;
}
.link_btn a:before {
 border-top: 2px solid #405D90;
 border-right: 2px solid #405D90;
 content: "";
 display: block;
 height: 8px;
 margin-top: -4px;
 position: absolute;
 right: 10px;
 top: 50%;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 width: 8px;
 transition: all 0.5s ease 0s;
}
.link_btn a:hover {
    background: #405D90;
	color: #fff;
}
.link_btn a:hover:before {
 border-color: #fff;
}
.link_btns .link_btn {
    max-width: 100%;
}
@media screen and (max-width: 644px) {
.link_btn {
 margin: 20px auto;
}
.link_btns .link_btn {
    margin: 0 auto 5px!important;
    padding: 0;
}
}
@media only screen and (min-width: 1025px){
.home #header {
    background: rgba(50, 62, 91,.2);
    z-index: 1;
    position: relative;
}
#mainImg {
margin-top:-255px;
}
}
@media only screen and (max-width: 1024px){
#mainImg {
margin-top:0;
}
}

/* side_info */
.side_info {
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.8;
    border: 2px solid #405D90;
    /*background: #fbf4f4;*/
    color: #293C5C;
    margin: 0 0 10px;
    position: relative;
}
.side_info img {
    max-width: 100%!important;
    padding-bottom: 0!important;
}
.side_info .p01 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
	line-height: 1.4;
	color: #293C5C;
}
.side_info .side_tel img {
    max-width: 24px!important;
    vertical-align: middle;
	margin-top: -7px;
}
.side_info .side_tel {
    font-size: 26px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
    display: table;
	width: 100%;
	text-align: center;
}
.side_info .side_tel a {
    color: #265C00;
    /*pointer-events: auto;*/
    z-index: 10;
    position: relative;
    width: 100%;
    display: table;
    box-sizing: border-box;
    padding: 2px 0px;
	line-height: 1.2;
}
.side_info .side_tel a:hover {
    opacity: 0.7;
}
.side_info .side_tel a span {
    color: #293C5C;
    background: url(../images/tel.png) no-repeat left 6px;
    background-size: 20px;
    padding-left: 23px;
}
.side_info .side_tel a span.text-small {
    background: url(../images/tel2.png) no-repeat left 0;
    background-size: 20px;
    padding-left: 20px;
}
.tel_box h3 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 auto 10px;
    position: relative;

}
.tel_box h3 span{
	background: #fff;
    padding: 0 5px;
	position: relative;
}
.tel_box h3:before {
    position: absolute;
    content: "";
    background: #293C5C;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
}
@media screen and (max-width: 1024px) {
.side_info {
    padding: 25px;
    text-align: center;
    margin: 20px 0 0;
}
.side_info.tel_box {
    /*padding:0;*/
}
}
@media screen and (max-width: 644px) {
.side_info.tel_box {
    margin-bottom: 30px;
}
.side_info .side_tel a {
    padding: 10px 0;
}
}

ul.ul01 {
 list-style: none;
	margin:0;
}
ul.ul01 li {
    padding: 0 0 5px 20px;
    position: relative;
    word-wrap: break-word;
    list-style: none;
}
.ul01 li:before {
 background: none repeat scroll 0 0 #b1242a;
 border-radius: 50%;
 content: "";
 height: 5px;
 left: 3px;
 position: absolute;
 top: 12px;
 width: 5px;
}

.number_p {
 font-size: 19px;
 font-weight: normal;
 line-height: 1.4;
 margin: 0 0 10px;
 padding: 0 0 0 45px;
 text-indent: -43px;
}
.number {
 background: none repeat scroll 0 0 #b1242a;
 box-shadow: 3px 3px 0 #543315;
 color: #fff;
 font-size: 23px;
 margin: 0 10px 0 0;
 padding: 0 10px;
}
.color01 {
	color: #b1242a;
	padding:0 2px;
	font-weight: bold;
}

/* contact_box */
.contact_box {
	padding: 20px 10px 10px;
	position: relative;
background: #b1242a; /* Old browsers */
background: -moz-linear-gradient(top,  #b1242a 0%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b1242a 0%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b1242a 0%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1242a', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.contact_box:after {
	position: absolute;
	content: "";
	border: 1px solid #fff;
	top: 5px;
	right: 5px;
	left: 5px;
	bottom: 5px;
	width: auto;
	height: auto;
}
.contact_box p {
    display: table;
    margin: 0 auto;
	font-weight: bold;
	text-align: center;
	color: #fff;
	z-index: 10;
    position: relative;
}
.contact_box img {
    max-width: 230px;
}
.contact_box h2 {
    text-align: center;
}
span.telNo {
	display: block;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
span.telNo a {
    color: #fff;
}
.link_all {
	display: none;
}
@media screen and (max-width: 644px) {
.contact_box {
    text-align: center;
}
span.telNo {
    font-size: 160%;
	display: block;
	padding:0;
}
.link_all {
	display: block;
}
.link_all a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	text-indent: -9999px;
	z-index: 100;
}
.link_all a:hover {
	background: rgba(255,255,255,.2);
}
}

@media screen and (max-width: 644px) {
#a01, #a02, #a03, #a04 {
	padding-top: 60px;
	margin-top: -60px;
}
.post table th, .post table td {
    width: 100%;
    display: block;
    border-left: 0;
	box-sizing: border-box;
	padding: 5px;
}
.post table tr:last-child td {
	border-bottom: 0;
}
}

.flow img.alignleft {
    width: 20%;
    max-width: 120px;
}
.arrow {
 position: relative;
 height: 40px;
 width: 100%;
}
.arrow:after {
 display: block;
 content: "";
 position: absolute;
 top: 10px;
 left: 3%;
 margin: 0;
 width: 0px;
 height: 0px;
 border: 30px solid transparent;
 border-top: 16px solid #ffd64f;
}
@media screen and (max-width: 644px) {
.arrow:after {
 left: 50%;
 margin: 0 0 0 -35px;
}
}

.lead {
    color: #b1242a;
    font-weight: bold;
    font-size: 130%;
    padding-bottom: 5px!important;
}

p.name {
	margin-top:15px;
	line-height: 1.8;
}
p.name span {
    display: block;
    font-size: 130%;
	font-weight: bold;
}