@charset "utf-8";
/* CSS Document */

/*-----［ サブページ共通］-----*/
h1{
	color:#FFF;
}
h2{
	color:#FFF;}

/* パンくずリスト */
.m-list-topicpath ul li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  color:#999;
}
.m-list-topicpath {
  padding-left:0;
  margin-left:0;
}
.m-list-topicpath ul li:after {/* >を表示*/
  content: '>';
  padding: 0 3px;
  color:#999;
}
.m-list-topicpath ul li:last-child:after {
  content: '';
}
.m-list-topicpath li a {
  text-decoration: none;
	color:#999;
}
.m-list-topicpath li a:hover {
  text-decoration: underline;
}
/*--［/ パンくずリスト］--*/	
.m-box-fixed{
		margin:0 auto;
}	
.m-txt-title{
	background: linear-gradient(-135deg, #0065cb, #212b9e);
	padding:10px;
	margin:2px 0;
	}	
.m-txt-subtitle{
	color:#FFF;
}			
article{
	max-width:960px;	
	margin:0 auto;
}
.contents_title{
	color:#333;
	font-size:1.8em;
    border-left: 8px solid #133890;
    margin: 20px 0;
	padding:10px;
}	
.contents_caption{
	color:#39F;
	font-size:1.6em;
}
.contents_caption_02{
	padding-left:10px;
	color:#0b308e;
	font-size:1.5em;
}		
.contents_txt{
	margin:10px 0 20px 0;
	line-height:2.5em;
}		
/*-----［/ サブページ共通］-----*/



/*  Photo
--------------------*/
.photo{
	text-align:center;
}
/*横幅768px以上の場合発令！＝PCの祭に適用*/
@media screen and (min-width: 768px){
	.photo{
		float:left;
		width: 48.9361%;
		box-sizing: border-box;
	}
}


/*info
--------------------*/
.message{
	margin: 10px 0 20px 0;
}

/*横幅768px以上の場合発令！＝PCの祭に適用*/
@media screen and (min-width: 768px){
	.message{
		float: right;
		width: 48.9361%;
	}
}

/*-------- ［　各拠点へのアクセス　］------------*/
.to_next{
    margin: 2em 0 0.4em 0;
	display: block;
	border: solid 1px #0b308e;
	position: relative;/* クリック範囲を要素一杯に広げる */
	z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
/*--［＞の表示］--*/
.to_next:after {
	content: "";
	display: block;
	position: absolute;
	top:30%;
	right: 25px;
	width: 21px;
	height: 21px;
	border-top: solid 2px #7f7f7f;
	border-right: solid 2px #7f7f7f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.to_next a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
 }	
.to_next a:hover { /* マウスオーバー時の文字色/背景色の設定 */
	background:#e5eef7;
	filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
 }
.txt_18{
	text-align:center;
	color:#333;
	font-size:1.8em;
    margin: 10px 0;
	}

/*-----［ お電話でのお問い合わせ　］-----*/
#to_tel{
	width:90%;
	margin:0 auto;
	padding:10px;
    font-weight: bold;
	display: block;
	border: solid 1px #0b308e;
	text-align:center;
	}
.txt_tel01{
	font-size: 1.2em;
	}
.txt_tel02{
	color:#39F;
	font-size:1.8em;
}

.contents_txt{
	margin:10px 0 20px 0;
	line-height:2.5em;
}		
		
/*------［　テーブル　］------*/
.table-01 {
	border-collapse: collapse;  
  	width:90%;
	margin:0 auto;
} 
.table-01 th,
.table-01 td {
  border: 1px solid #666;  
  padding: 12px;
} 
.table-01 th {
  background: #e5eef7;
  text-align: left;
  width: 30%;
}
/*------モバイルの際に適用------*/ 
@media only screen and (max-width: 768px) {
	.table-01 {
		width:100%;
	}
  .table-01 tr,
  .table-01 th,
  .table-01 td {
    display: block;
    width: auto;
  }  
  .table-01 tr:first-child {
    border-top: 1px solid #666;  
  }  
  .table-01 th,
  .table-01 td {
    border-top: none;
  }
}
.indis{
	color:#F00;
	font-size:0.8em;
	}
	
/*
［　送信ボタン　］------------*/	
.btn {
  display: inline-block;
  margin:10px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}	
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}


/*-------- ［　access.html　］------------*/	
.access_box{
	margin-bottom:2em;
	}
