@charset "utf-8";


/* table ta-type1
_____________________________________________________________________ */

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

table.ta-type1 th {
  padding : 10px 10px;
  color:#333;
  background-color:#F5F5F5;
  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:#F0828C;
}

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


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

ol li {
  padding-top:10px;
  padding-bottom:10px;
	line-height:1.6;
  }

/* = Table
-------------------------------------------------------------- */
table.ta-line{
    font-size: 18px;
	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;
}


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


/* h1
_____________________________________________________________________ */

#pagetitle h1.cat-h1 {
    margin: 10px auto 5px;
    background-color: #F0828C;
    font-size: 16px;
    text-align: center;
    width: 240px;
    color: #FFFFFF!important;
    padding: 5px;
    border-radius: 15px;
}


/* h2
_____________________________________________________________________ */
h2 {
  color:#F0828C!important;
  margin-top:40px;
  margin-bottom:20px;
  padding-bottom:10px;
  border-bottom: solid 1px #F0828C;
  text-align:center;
}



#pagetitle h2.cat-h2 {
    margin: 0 0 .5rem;
    padding: 0;
    font-family: "Noto Sans JP";
    font-weight: 700;
    color: #F0828C!important;
    font-size: 24px;
    text-align: center;
    line-height: 36px;
    letter-spacing: 5px;
    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:30px;
	margin-bottom:10px;
}

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



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


/* 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: #FF667F;
	border: 2px solid #FF667F !important;
	color: white;
	padding: 7px 10px !important;
}
.pagenav-wrap span {
	
}
.pagenav-wrap a {
	border: 2px solid #FF667F !important;
	color: black !important;
	padding: 1px 8px !important;
}
.pagenav-wrap a:hover {
	background-color: #FF667F;
	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);
}