@charset "utf-8";

body{font-size: 16px;}


/* table ta-type1
_____________________________________________________________________ */

table.ta-type1 {
  margin : 10px 0 20px 0;
  border-collapse : collapse;
  border : 1px solid #e6e6e6;
  width:100%;
	text-align:left;
}

table.ta-type1 th {
  padding : 10px 10px;
  color:#333;
  background-color:#f2f2f2;
  border : 1px solid #e6e6e6;
  font-weight:bold;
  text-align:left;
  font-size: 18px;
}

table.ta-type1 th.ta-tit2 {
  padding : 10px 10px;
  color:#fff;
  border : 1px solid #e6e6e6;
  text-align:left;
  vertical-align:middle;
  background-color:#0983E2;
}

table.ta-type1 td {
  padding : 10px 10px;
  border : 1px solid #e6e6e6;
	background-color:#fff;
	font-size: 18px;
}


/* = Table
-------------------------------------------------------------- */
table.ta-line{
margin : 10px 0 20px 0;
	line-height: 20px;
	width: 100%;
	border-top: 1px solid #EEEEEE!important;
}
@media (max-width: 500px){
    table.ta-line{
        font-size: 18px;
    }
}


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



/* list
_____________________________________________________________________ */
ol li {
  padding-top:10px;
  padding-bottom:10px;
	font-size: 16px;
	line-height:1.6;
  }
ul li {
  padding-top:5px;
	font-size: 16px;
	line-height: 1.6;
 }


/* list
_____________________________________________________________________ */
ul.list-ico {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none outside none;
}

ul.list-ico li {
    margin: 0 0 5px 1.5em;
    padding: 2px 0;
    line-height: 1.4;
    min-height: 1em;
    position: relative;
}

ul.list-ico li::before {
    color: 
    #ccc;
    font-family: 'FontAwesome';
    content: "\f111";
    position: absolute;
    left: -1.5em;
    width: 1em;
}



/* list column2
_____________________________________________________________________ */

ul.list-column2 {
	margin :0 0 0 -20px;
	padding:0;
	width:100%;
    list-style: none outside none;
}

ul.list-column2 li {
display: inline-block;
	margin:0 0 5px 20px;
	padding:10px 0;
	line-height:1.6;
	width:45%;
	border-bottom:#ccc 1px dashed;
}



/* dropdown
_____________________________________________________________________ */
.dropdown:hover .dropdown-menu {
    display: block;
}



/* h2
_____________________________________________________________________ */
h2 {
  color:#0983E2!important;
  margin-top:5rem;
  margin-bottom:4rem;
  padding-bottom:10px;
  font-family:"Noto Sans JP";
  border-bottom: solid 1px #0983E2;
  text-align:center;
}

h2:first-child {margin-top:0;}



#bloc-facebook h2{border: none;}

/* h3
_____________________________________________________________________ */
h3{
	text-align:center;
	font-size:20px;
	color:#1D1D1D!important;
	font-weight:700;
	line-height:24px;
	font-family:"Noto Sans JP";
	letter-spacing:2px;
  margin-top:3rem;
  margin-bottom:2rem;
}

/* h4
_____________________________________________________________________ */
h4 {
  font-size:18px;
  font-weight:700;
  font-family:"Noto Sans JP";
  color: #1D1D1D!important;
  letter-spacing: 2px;
  border-left: solid 5px #0983E2;
  margin-top:3rem;
  margin-bottom:2rem;
padding-left: 10px;
}


/* h5
_____________________________________________________________________ */
h5 {
  font-size:18px;
  font-weight:700;
  font-family:"Noto Sans JP";
  color: #0983E2!important;
  margin-bottom:10px;
	margin-top:30px;
}

.box-line2 h5{
margin-top: 0;
}


/* box-line
_____________________________________________________________________ */
.box-line2 {
    background-color:#fff;
    margin: 20px 0;
    padding: 1rem;
    border: 2px solid #0983E2;
    border-radius: .25rem;
}

/* table-responsive
_____________________________________________________________________ */
@media screen and (max-width: 767px) {
.table-responsive-md th,
.table-responsive-md td{
white-space: nowrap;
}

.table-responsive-md::before {
font-size: 12px;
display: block;
padding: 5px 5px 5px 15px;
content: "表は左右にスクロールできます";
color: #333;
}
.table-responsive-md::-webkit-scrollbar {height: 5px;}
.table-responsive-md::-webkit-scrollbar-track {background: #eee;}
.table-responsive-md::-webkit-scrollbar-thumb {background: #666;}
}

/* Blog関連
_____________________________________________________________________ */
/* Sidebar */
.sidebar-cat {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.sidebar-cat li {
	margin-bottom: 1rem;
}
.sidebar-cat li a {
	font-size: 16px;
	line-height: 28px;
	font-family: "Noto Sans JP";
	color: rgba(0,0,0,.6);
}

/* Page Nation */
.pagenav-wrap {
	text-align: center;
}
.pagenav-wrap .pages {
	display: none;
}
.pagenav-wrap span {
	background-color: #74B9FF;
	border: 2px solid #74B9FF !important;
	color: white;
	padding: 7px 10px !important;
}
.pagenav-wrap span {
	
}
.pagenav-wrap a {
	border: 2px solid #74B9FF !important;
	color: black !important;
	padding: 1px 8px !important;
}
.pagenav-wrap a:hover {
	background-color: #74B9FF;
	color: white !important;
}
.pagenation {
	text-align: center;
}
.pagenation ul {
	list-style: none;
	padding-left: 0;
}
.pagenation ul li {
	padding: 0 25px;
	display: inline-block;
}
.pagenation ul li a {
	color: rgba(0,0,0,.6);
}
.pagenation ul li a:hover {
	color: rgba(0,0,0,1);
}