@charset "UTF-8";

/*nabvarの余白を消す*/
 
body{
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}
/*　ナビゲーションバーの余白をなくす */
.menu{
    margin: 0
}
/* 画像 */
.img-responsive-overwrite{
    margin: 10px auto;
}

/* 見出し */
h1 {
    margin:0 auto;
}
h1.rsf{
  background: linear-gradient(transparent 80%, #2d8fdd 95%);
	text-align:center;
    }

@media (max-width: 991.98px) {
h1.rsf{
   font-size: 2.5rem;
 }
}
	
h2 {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
  padding-top:5px;
}

h2:before {
  content: "";
  position: absolute;
  background: rgba(45, 143, 221, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
	
h3 {
  padding:0.7em 0.5em 0.5em;
  box-shadow: 0 0 4px rgba(45, 143, 221, 1);
  font-size:1.4em;
  margin-top:30px;
  border-radius: 0.5em;/*角の丸み*/
}

h4{

}

h5{
    text-align:center;
}
 
/* フッター */
.footer{
    padding: 15px 0 0 0;
    background:#353636;
    color:#fff; 
}
 
.footer p{
    margin: 0;
	font-size: 13px;
	line-height: 1.6;
}

.footer a{
 color: #fff;
}
.footer a:hover{
 color: #fff;
}
.tel{
    padding-bottom: 15px;
}
 
.footer address{
    margin: 0 0 3px 0;
	font-size: 13px;
	line-height: 1.6;
}

.footer h5{
	margin: 0;
}

.footer h3{
	margin: 0;
	box-shadow:none;
}

.mgn-tp-sm{
    margin-top:15px;
}
.mgn-tp-md{
    margin-top:30px;
}
.mgn-tp-lg{
    margin-top:45px;
}

/* s-03 */

#s-03 header{
    background:#0f2540;
    color:#fff;
}

#s-03 a{
	color:#fff;
}

#s-03 .nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover 
 {
    color: #0f2540;
    background-color: #fff;
}



/* ページトップ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 90%;
}
#page-top a {
    background: #FF5722;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
     
/* 一部文字サイズ大きく変更 */
span.title{
font-size: large;
}

/* 水平線の色 */
hr.gray{
 border-top-color:#808080;
}

/* まだリンク貼ってない箇所 */
span.nolink{
color:#D3D3D3;
}

/* smallの色 */
small.title{
color:#ffffff;
}

/* リストスタイルを消す */
ul {
list-style-type: none;
}
ul li{
margin-bottom: 5px;
}

article{
	margin-top:15px;
	margin-bottom:30px;
}
p ,p a{
	font-size:1.1em;
	padding-left:5px;
}

.m_list ul,.m_list ol {
  padding: 0;
  position: relative;
}

.m_list ul li, .m_list ol li {
  color: #2d8fdd;
	border-bottom: 1px solid #ccc;
  margin-bottom: 3px;/*下のバーとの余白*/
  margin-left:15px;
   line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
}

@media screen and (min-width: 768px){
.br-rps {display: none; }
}
		
.text-lr{
  text-align:right;
}

.text-lr h4{
  display:inline-block;
  text-align: left;
}