@charset "utf-8";

/* body font
_____________________________________________________________________ */

body{
  font-family:Roboto, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #000;
font-size:15px;
  font-weight: normal;
  line-height: 2rem;
}

@media only screen and (max-width: 576px) {
	body, p{
		font-size:14px;
}
}


h1, h2, h3{
     font-family:Roboto, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    color: #000;
	font-weight: bold;
}



.l-bloc{
	color: inherit;
}


/*——　文字の左にライン　——*/
.title-border {
display: flex;
align-items: center;
}
.title-border:before {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border:before {
margin-right: 0.2rem;
}



/*——　文字の右にライン　——*/
.title-border-right {
display: flex;
align-items: center;
}
.title-border-right:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border-right:after {
margin-left: 1rem;
}



/*PCでは無効（改行しない）
____________________________ */
.sma{
    display: none;
}

/*スマートフォンでは有効（改行する）
____________________________ */
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}



/* table ta-schedule
_____________________________________________________________________ */


table.ta-schedule {
  margin : 10px 0 20px 0;
  border-collapse : collapse;
  border : 1px solid #28AAE2;
  width:99%;
	text-align:center;
}

table.ta-schedule th {
  padding : 10px 10px;
  color:#222;
  background-color:#f0f0f0;
  border : 1px solid #28AAE2;
  font-weight:bold;
  text-align:center;
}

table.ta-schedule th.ta-tit2 {
  padding : 10px 10px;
  color:#222;
  border : 1px solid #28AAE2;
  text-align:center;
  vertical-align:middle;
  background-color:#b2dffa;
}


table.ta-schedule td {
  padding : 10px 10px;
  border : 1px solid #28AAE2;
  background-color:#fff;
  vertical-align: middle;
  padding: 0.4rem 0.8rem;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
	color: #28AAE2;
}

/* table ta-type1
_____________________________________________________________________ */

table.ta-type1 {
  margin : 10px 0 20px 0;
  border-collapse : collapse;
  border : 1px solid #b4b4b4;
  width:99%;
	text-align: left;
}

table.ta-type1 th {
  padding : 10px 10px;
  color:#222;
  background-color:#edf5f9;
  border : 1px solid #b4b4b4;
  font-weight:bold;
  text-align:left;
}

table.ta-type1 th.ta-tit2 {
  padding : 10px 10px;
  color:#222;
  border : 1px solid #b4b4b4;
  text-align:left;
  vertical-align:middle;
  background-color:#edf5f9;
}

table.ta-type1 td {
line-height: 180%;
  padding : 10px 10px;
  border : 1px solid #b4b4b4;
	background-color:#fff;
}



/* = Table
-------------------------------------------------------------- */
table.ta-line{
    font-size: 16px;
	width: 100%;
	border-top: 1px solid #dcdcdc!important;
}
@media (max-width: 500px){
    table.ta-line{
        font-size: 14px;
    }
}

.ta-line tr th,
.ta-line tr td{
	color: #282828!important;	
    border-bottom: 1px solid #dcdcdc!important;
	line-height: 180%;
	padding: 20px 0!important;
}


/* list
_____________________________________________________________________ */
ol li {
  padding-top:5px;
  padding-bottom:5px;
	line-height: 180%;
  }

ul li {
  padding-top:5px;
	line-height: 180%;
}



/*=======================================================================
  Listnews
=======================================================================*/

ul.listnews {
margin: 3em 0 3em;
padding: 0;
text-align: left;
 list-style-type:none;
}
ul.listnews li a{
color:#000;
padding: 8px 5px;
display: block;
border-bottom: dotted 2px #9FA09F;
    font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

ul.listnews li span {
margin-right: 1.6em;
font-size: 15px;
}

ul.listnews li a,
ul.listnews li a:visited {
color:#000;
}
ul.listnews li a:hover {
background-color:#f4f4f4;
color: #000;
}



/* dropdown
_____________________________________________________________________ */
.dropdown:hover .dropdown-menu {
    display: block;
}


/* ie11 card内の画像を使った時に縦に伸びるバグ修正
_____________________________________________________________________ */
.card{
display: block;
}



/* ------------------------------------------------ */
/* 動画
/* ------------------------------------------------ */
.movie {
position: relative;
width:100%;
padding-top: 56.25%;
}

.movie iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}

.embed-responsive-2by1::before {
 padding-top:50%;
}




/* ------------------------------------------------ */
/* 投稿共通
/* ------------------------------------------------ */
/* ページ送り */
.post-common-nav .pages {display: none;}
.post-common-nav span, .post-common-nav a {
	border: none !important;
	padding: 10px !important;
	margin: 5px 10px !important;
	font-size: 18px;
	color: #000;
	position: relative;
}
.post-common-nav span:before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
}



