@charset "utf-8";

/* body font
_____________________________________________________________________ */

p{
    font-family: YakuHanJP_Noto, 'Calibri','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	}

body{
    font-family: YakuHanJP_Noto, 'Calibri','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    line-height: 1.8;
    color: #333;
    font-size: 16px;
}

h1, h2, h3{
    font-family: YakuHanJP_Noto, 'Calibri','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-weight: 700;
    color: #333;	
}



.l-bloc{
	color: inherit;
}

li.snsnav a{
padding: 20px 8px 10px 15px;
}

li.snsnav img{
width: 30px;
}
/* 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:#f0f0f0;
  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 {
  padding : 10px 10px;
  border : 1px solid #b4b4b4;
	background-color:#fff;
}



/* = Table
-------------------------------------------------------------- */
table.ta-line{
    font-size: 15px;
	line-height: 28px;
	width: 100%;
	border-top: 1px solid #dcdcdc!important;
}
@media (max-width: 500px){
    table.ta-line{
        font-size: 15px;
    }
}

.ta-line tr th,
.ta-line tr td{
	color: #282828!important;	
    border-bottom: 1px solid #dcdcdc!important;
	padding: 10px 0!important;
}


/* list
_____________________________________________________________________ */
ol li {
  padding-top:10px;
  padding-bottom:10px;
  }
ul li {
  padding-top:5px;
}


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

/* ------------------------------------------------ */
/* Home
/* ------------------------------------------------ */
/* Topics
__________________________________________ */
#home-topics .wrap a {
	color: #000;
	display: block;
}
#home-topics .wrap a:hover {
	color: #fff;
	background-color: #3B3C3B;
}

/* ------------------------------------------------ */
/* Topics
/* ------------------------------------------------ */
.common-nav .pages {display: none;}
.common-nav span, .common-nav a {
	padding: 10px 15px !important;
	border: none !important;
	color: #000 !important;
}
.common-nav span, .common-nav a:hover {
	background-color: #1DC982;
	color: #fff !important;
}


/* ------------------------------------------------ */
/* Contact
/* ------------------------------------------------ */
.form-group .label span {
	background-color: #048d81;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 15px;
	margin-left: 10px;
}

/* ------------------------------------------------ */
/* Breadcrumbs
/* ------------------------------------------------ */
.breadcrumbs span, .breadcrumbs a  {
	font-size: 14px;
	color: #000;
}
.breadcrumbs a:hover {
	color: #000;
	text-decoration: none;
}