@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!important;
    color: #000;
	font-size:16px;
}

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


h1, h2, h3, h4, h5,.gnav,.btn{
    font-family:'Quicksand', "Zen Maru Gothic", sans-serif!important;
    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:#e1f0e6;
  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%;
}

/* ------------------------------------------------ */
/* リンク
/* ------------------------------------------------ */
.link-black {color: #000 !important;}
.link-black:hover {color: rgba(0, 0, 0, .6) !important;}

/* ------------------------------------------------ */
/* 投稿
/* ------------------------------------------------ */
.post-link {
	font-family: 'Quicksand', "Zen Maru Gothic", sans-serif !important;
	font-weight: bold;
	font-size: 18px;
}
/* ページ送り */
.post-common-nav .pages {display: none;}
.post-common-nav span, .post-common-nav a {
	border: none !important;
	padding: 5px !important;
	margin: 5px !important;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.post-common-nav a {color: #000;}
.post-common-nav span {color: #039143;}
.post-common-nav span:before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #039143;
	position: absolute;
	left: 0;
	bottom: 0;
}






