h1{
	
}

h2{
	font-size:2em;
	font-weight:boled;
}

h2 {
position: relative;
    padding: 0 1.5rem;
    text-align: center;
    margin-bottom: 2em;
}

h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 100px);
  width: 200px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #005192;
}

#home h2{
	font-size:1.4em;
	margin-bottom:0;
	text-align:left;
}
#home h2:before {
  position: none;
  bottom: -10px;
  left: calc(50% - 100px);
  width: 200px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: none;
}

h3{
	font-size:2em;
	/*font-weight:bold;*/
	margin-top:1em;
	margin-bottom:.5em;
}



h4{
	font-size:1.5em;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:.5em;
}

h4:first-letter{
	font-size:1.5em;
	/*font-weight:bold;*/
	margin-top:1em;
	margin-bottom:.5em;
	color:#005192;
}

h5{
	font-size:1.3em;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:.5em;
}


/****home****/

.content-box{
  display: none;
  /* height: 60vh;*/
  background-color: #fff;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}

.content-box ul{
 display:table;
}
.content-box ul li{
 display:inline-block;
width:calc( 100% / 3 );
vertical-align: top;
}
.content-box ul li .item{
 display:block;
border-bottom:3px solid #ccc;
margin:1em;
}
.content-box ul li .data{
 display:inline-block;
}

.content-box ul li .cat{
 display:inline-block;
border:0px solid #ccc;
background:#2c8600;
border-radius:2px;
color:#fff;
padding:.2em .5em;
font-size:.9em;
margin-left:1em;
margin-bottom:1em;
}
.content-box ul li .title{
border-top:1px dotted #ccc;
padding-top:1em;
padding-bottom:1em;
min-height:8em;
}
.content-box.is-active{
  display: flex;
}
.home_desc, .home_link{
	background:#eaf3ff;
}
.home_link_inner{
text-align:left;
}

.home_link_inner ul li{
display:inline-block;	
}

button.drawer-toggle{
margin-top:1em;
border:0px solid #fff;
background:#fff;
cursor: pointer;
    position: relative;
}

.home_link_inner{
  padding-top:2em;
  padding-bottom:2em;
  line-height:2;
}
.home_link_inner h3{
  font-weight:bold;
  font-size:1.2em;
}

.home_link_inner ul li:after {
content: '';
  display: inline-block;
  background-image: url(../images/arrow_gray_circle.png);
  background-size: contain;
  width:15px;
  height:15px;
  vertical-align: middle;
  margin-right:1em;
	background-repeat: no-repeat;

}

.home_link_inner ul li a {
text-decoration:none;
color:#000;
}

.home_link_inner ul li a:hover {
text-decoration:none;
color:#2c8600;
}


.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  padding: 3px 10px;
  border-radius: 5px;
  height: 3em;
  width: 300px;
  overflow: hidden;
  background:#fff;
}
.search_container input[type="text"]{
  border: none;
  height: 3em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 3em;
  height: 3em;
  right: 0;
  top: -10px;
  outline : none;
}


.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.smenu_ya::before{
    width: 10px;
    height: 8px;
    background: #fff;
}
.smenu_ya::after{
    left: 7px;
    box-sizing: border-box;
    width: 6px;
    height: 5px;
    border: 6px solid transparent;
    border-left: 6px solid #aaa;
}


.colouter{
	display:table;
	width:100%;
}
.colouter .inner{
    display: inline-block;
    margin-right: 1%;
}
.colouter .col2{
	width: 48.5%;
    border: 0px solid #ccc;
    vertical-align: top;
}
.colouter .col3{
width: 32%;
    border: 0px solid #ccc;
    vertical-align: top;
    margin-bottom: 1em;
}

.link h3,.contact h3{
   color: #fff;
	font-size:1.2em;
	padding:7px 10px;
	background-color:#1472ca;
	border-radius:8px;
	font-weight:bold;
	margin-bottom:.8em;
	margin-top:0em;
	display:block;
}

.link a{
   text-decoration:none;
}


.link h4{
   color: #1472ca;
	font-size:1em;
	padding:5px 10px;
	background-color:#fff;
	border-radius:8px;
	border:1px solid #1472ca;
	margin-bottom:1rem;
	font-weight:bold;

}

.link h4::first-letter{
   color: #1472ca;
	font-size:1em;
}


.link .colouter h5{
border-bottom:1px dotted #1472ca;
font-weight:bold;
background:#fff;
padding:3px;
margin-bottom:0.2em;
color:#1472ca;
font-size:1em;
}

.link h5:before{
font-family: "Font Awesome 5 Free"; /*←ココ！！！！！！！*/
  content: "\f192";
margin-right:0.5em;
}

.link h6{
border-bottom:0px dotted #1472ca;
font-weight:bold;
padding:3px;
margin-bottom:0.5em;
color:#000;
}

.link .colouter dt{
font-weight:normal;
margin-left:1em;
margin-bottom:.5em;
}

.link .colouter dd{
margin-left:2em;
margin-bottom:.5em;
}

.link .colouter dt a, .link .colouter dd a{
color:#666;
}

.link .colouter dt a:hover,.link .colouter dd a:hover{
background:#eee;
}

.link .colouter dt a:after{
font-family:"Font Awesome 5 Free";
content:"\f35d";
margin-left:0.5em;
		font-weight:bold;

}

.link dd a:after{
font-family:"Font Awesome 5 Free";
content:"\f35d";
margin-left:0.5em;
		font-weight:bold;

}

.term .description{
	border:1px solid #ccc;
	padding:1em 2em;
	background:#fefefe;
}

.term table{
border:1px solid #ccc;
width:100%;
}

.term th{
border:1px solid #ccc;
padding:3px 10px;
background:#eee;
}

.term td{
border:1px solid #ccc;
padding:3px 5px;
}

.term dl{
	margin-left:2em;
}

.term dt{
	font-weight: bold;
}

.term dd{
margin-left:2em;
}

.privacy p{
margin-left:2em;	
}

.contact a{
	text-decoration:none;
	color:#666;
}

.contact .btn{
margin:1em 1em 2em;
text-align:center;
display:block;
 font-size:1.2em;
}


.contact .btn a{
border:1px solid #aaa;
  box-shadow: 0 3px 0 #aaa;
padding:10px 15px;
border-radius:5px;
background:#fff;
width:50%;
min-width:300px;
display:block;
font-weight:bold;
color#000;
}


.contact .col2 .btn a{

width:90%;

}



.btn:after{
font-family:FontAwesome;
  content: none;
margin-left:0.5em;
}


table.table_style01 tr.line1 th {
    background: #f6dcc6;
}

table.table_style01 tr.line2 th {
    background: #fbcca3;
}


table.table_style01 tr th {
    text-align: center;
    vertical-align: middle;
    border: #fff 2px solid;
}

th, strong {
    font-weight: bold;
}
caption, th {
    text-align: left;
}


th, strong {
    font-weight: bold;
}


table.table_style02 {
    width: 100%;
    margin-bottom: 10px;
}

table.table_style02 tr td {
    background: #f5eec7;
    border: #fff 2px solid;
    padding: 5px;
}

table.table_style01 tr td {
    border: #fff 2px solid;
    padding: 5px;
}
table.table_style01 tr td {
    border: #fff 2px solid;
    padding: 5px;
}
table.table_style01 tr.line1 td {
    background: #f5f4f4;
}
table.table_style01 tr.line2 td {
    background: #e9e8e8;
}



table.table_style02 tr th {
    background: #d4cda7;
    border: #fff 2px solid;
    padding: 5px;
}

i.far{
margin-right:0.3em;
}


.doc_link li{
float:left;
width:31%;
margin-left:1%;
}

.doc_link_w li{
width:90%;
text-align:center;
margin-bottom:1em;
}

.doc_link li a,.doc_link_w li a{
display:block;
border-radius:4px;
padding:6px;
background-color:#666;
color:#fff;
  box-shadow: 0 3px 0 rgba(136,136,136,1);
  text-decoration:none;
  text-align:center;

}

.doc_link li a:hover,.doc_link_w li.btn a:hover {
background-color:#888;
  /* margin: 4px auto 0px;*/
}


.doc_link li a:before,.doc_link_w li a:before{
font-family:"Font Awesome 5 Free";
  content: "\f138";
margin-right:0.5em;
font-weight:bold;
}

.doc_link li:after,.doc_link_w li:after{
font-family:"Font Awesome 5 Free";
  content: none;
}

table.table_style03 {
    width: 100%;
    margin-bottom: 10px;
}

table.table_style03 tr th {
    background: #d4cda7;
    border: #fff 2px solid;
    padding: 5px;
    text-align: center;
}

table.table_style03 tr td {
    background: #f5eec7;
    border: #fff 2px solid;
    padding: 5px;
}

.sitemap li{
	margin-left:2em;
}


@media screen and (max-width: 959px) {
	
h2{
	font-size:1em!important;
	font-weight:bold;
}

h2 {
position: relative;
    padding: 0 1.5rem;
    text-align: center;
    margin-top: 2em;
}
#home h2{
	font-size:1.4em;
	margin-bottom:0;
	text-align:left;
    margin-top: 0em;

}

h4{
	font-size:1em;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:.5em;
}
.home_desc_inner {
    padding: 1em;
    text-align: left;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 0 2em;
    font-size: .8em;
}

.home_desc_inner h2{
    padding: 1em;
    text-align: left;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 0 2em;
    font-size: 1rem!important;
}
.home_top_inner {
    width: 100%;
    height: 100%;
}

.home_top_inner_right{
	background:rgb(255 255 255 / 70%);
		float:right;
    width: 100%!important;
    height: auto;
}	



ul.slider li img{
  width: 100%!important;
  margin:0px!important;
  height:auto!important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    width: 100vw;
}
.slick-slide {
    height: auto!important;
}

.home_top_inner_left {
    /* display: table-cell; */
    width: 100%;
    background: #85ce36;
    float: unset;
}

.home_top_inner_left .home_top_searchbox{
height: auto;
    padding: .5em;
	width:100%;
	text-align:center;

}

#search {
    text-align: center!important;
}
    
#searchbox {
    max-width: 320px!important;
    text-align: center!important;
	margin:0;

}
.arrow_box {
    margin-top: 0em!important;
    margin-left: 0em!important;

}

.home_top_inner_left .home_top_youtube{
	display:none;	
}

.buttons {
    display: none!important;

}


.home_link_inner ul li a {
    text-decoration: none;
    color: #000;
	font-size:.8em;
}
#main {
width:95%;
margin:0 auto;
}

#main > #sidemenu {
    display: none;
    width: 300px;
    /* margin-right: 1em; */
    /* background: #ccc; */
    padding-right: 3em;
    /* padding-top: 3em; */
}

}

@media screen and (max-width: 700px) {
.colouter .col2 {
    width: 100%!important;
}
.colouter .col3 {
    width: 100%!important;
}
.colouter .inner {
    display: block;
}
.home_twitter{
width:30%;
margin-left:auto;
margin-right:1em;;
}
}

.wpnews {
    word-break: break-all;
}

.pnavi{
    text-align: center;
    margin: 2em;
}
.navigation {
  text-align: center;
}

.page-numbers {
  padding: 3px 10px;
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
  color: #333;
}

.page-numbers:not(.dots) {
  border: 0px solid rgba(199, 199, 199, 0.5);
}

.page-numbers:not(.current):not(.dots) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.page-numbers:not(.current):not(.dots):hover {
  opacity: 0.5;
}

.current {
  background-color: #a7a7a7;
  color: #FFF;
}