@charset "UTF-8";

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height:1.6;
	color:#333;
}

/*　a　*/
a {
	color:#005EB2;
}
nav a{
	color:#222;
}
nav a:hover{
	color:#222;
}
nav{
	color:#222;
}
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
	display: block;
	z-index: 300;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color:#005faf;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding:4px 0 0;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*　layout　*/
.navbar-brand{ color:#fff!important; font-weight: bold;}
.navbar-toggler{ background-color: #fff !important; border: 1px solid #222;}
.bg-blue {
  background-color: #005faf !important;
}
.red { color: #ff0000;}
.container {
	max-width:1100px !important;
	padding:0 !important;
}
.container-fluid {
	padding:0 !important;
}
header{ border-top: 8px solid #005bac;}
footer{ background: #00a0e9; color: #fff!important;}
footer a{ color: #fff!important;}

.news_ul{ margin: 0; padding: 0;
}
.news_ul li{ list-style: none;
}
.news_ul li a {
  position: relative;
  display: block;
  padding: 10px 25px 10px 10px;
  border-bottom: 1px solid #ccc;
}
.news_ul li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}




/*　レスポンシブな字切り　*/

@media only screen and (max-width: 764px) {
	.text span {
		display: none;
	}
}
@media only screen and (max-width: 380px) {
	.text {
		font-size:90%;
	}
}

/*　h1　*/

h1 {
	font-weight:bold;
}
h1 span { display: block; font-size: 70%; line-height: 150%;
	font-weight:bold;
}

@media (max-width: 767px) {
h1 { font-size:1.4em; line-height: 1.7em; color: #005bac;
	font-weight:bold; padding: .50em .2em .50em 1em;
}
.under_h1{ background-image: url(/common/images/under_key.png) ; background-size: cover;
}
    .res-table {
        width:100%;
        margin:2em auto;
    }
    .res-table th {
        padding:3px;
        display:block;
    }
    .res-table td {
        padding:5px;
        display:block;
    }
}
 @media (min-width: 768px) {
h1 {font-size:2em; line-height: 2em; color: #005bac;
	font-weight:bold; padding: 1.7em .75em 2.2em .75em;
}
.under_h1{ background-image: url(/common/images/under_key.png) ; background-size: cover;
}
 } 
 



/*　h2　*/

h2.h201 { position: relative;
	font-size:1.4em; padding-left: 35px;
	font-weight:bold; text-align: center;
	line-height:1.6; color: #005bac;
	border:1px solid #00a0e9; border-radius: 25px; background: #eaf8ff;
}
h2.h201::after {
 position: absolute;
  bottom: 0em;
  left: .6em;
  z-index: 2;
  content: '';
  width: 80px;
  height: 60px; background: url(/common/images/goma.png);
}

h2.h202 { position: relative; text-align: center;
	font-size:1.4em;
	font-weight:bold; 
	line-height:1.6; color: #005bac;
	border:1px solid #00a0e9; border-radius: 25px; background: #eaf8ff;
}

/*　h3　*/
h3.h301 {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.6; color: #005bac;
}




@media (max-width: 575px) {
	.container {
		padding:0 15px !important;
	}

}
@media (max-width: 767px) {
	.container {
		padding:0 15px !important;
	}
.title{ font-size:15px; line-height: 150%; letter-spacing: 0px;}
.title_tel{ font-size:20px; line-height: 150%; letter-spacing: 0px;}
}
.facebook{ text-align: center;}

.button { width: 100%; border-radius: 5px; font-size: 18px; line-height: 150%;
  display: inline-block; min-height: 40px;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button { padding: .75em 1em; text-align: center; font-weight: bold;
  background-color: #1E8BF0;
  border: 2px solid #c96b31;
  color: #fff;
  line-height: 150%;
}
.button:hover {
  background-color: #4B7BEC;
  border-color: #1217DD;
  color: #fff;
}






.button02 { width: 100%; border-radius: 5px; 
  display: inline-block; min-height: 40px;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button02 { padding: .75em 1em; text-align: center; font-weight: bold;
  background-color: #FB7703;
  border: 2px solid #c96b31;
  color: #fff;
  line-height: 150%;
}
.button02:hover {
  background-color: #670404;
  border-color: #470304;
  color: #fff;
}



.table-info,
.table-info > th,
.table-info > td {
  background-color: #eaf8ff!important;
}

