@charset "utf-8";

/* body font
_____________________________________________________________________ */

body, p, a{
    font-family:Roboto, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    color: #000;
	font-size:16px;
}

@media only screen and (max-width: 576px) {
	body, p{
		font-size:14px;
}
}


h1, h2, h3, h4, h5,.gnav,.btn{
    font-family:'Quicksand', "Zen Maru Gothic", 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-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:#E4F6FC;
  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:#b2dffa;
}

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


/* 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%;
}



/* --------------------------- */
/* Home: News
/* --------------------------- */
#nav-tab {border-bottom: 0;}
#nav-tab a.active {
	background-color: #59ACFE;
	color: #fff !important;
}
#nav-tab a {
	border-radius: 0;
	background-color: #e7f5fb;
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
	width: 180px;
	margin: 0 1px;
}
#nag-tab a:hover {background-color: #E3F5FC !important;}
@media screen and (max-width:768px) {
	#nav-tab a {
		width: calc((100% / 3) - 2px);
		font-size: 10px;
	padding: 8px;
	}
}

/* --------------------------- */
/* Post: Navi
/* --------------------------- */
.pagination {display: block;}
.pagination .pages {
	text-align: center;
	border: none !important;
	padding: 0 !important;
	display: none !important;
}
.pagination span, .pagination a {
	margin: 0 !important;
	color: #59ACFE !important;
	border: none !important;
	border-left: 1px solid #59ACFE !important;
	border-top: 1px solid #59ACFE !important;
	border-bottom: 1px solid #59ACFE !important;
	padding: 6px 12px !important;
}
.pagination .current {
	background-color: #59ACFE !important;
	color: #fff !important;
	border: 1px solid #59ACFE !important;
}
.pagination a:last-child {border-right: 1px solid #59ACFE !important;}