@charset "utf-8";
/* CSS Document */

.ope01 {
margin-bottom: 10px;
}

.ope01 .ope01_t {
width: 12%;
height: 120px;
padding: 0 0 0 6px;
box-sizing: border-box;
border-radius: 5px 0 0 5px;
background: #A7996B;
float: left;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
position: relative;
/*border-top:#55A158 1px solid;
border-bottom: #55A158 1px solid;
border-left: #55A158 1px solid;*/
}


/*
.ope01 .ope01_t:before {
	content: "";
	position: absolute;	
	background-color: #55A158;

  width: 15.5%;
  height: 120px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
	top: 0;
	right: -16%;
	z-index: 1;
}

.ope01 .ope01_t:after {
	content: "";
	position: absolute;	
	background-color: #55A158;
  width: 15.5%;
  height: 120px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
	z-index: 0;

	top: 0;
	right: -17%;
}
*/

.ope01 .ope01_t p {
margin-bottom: 5px;
font-weight: bold;
font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
line-height: 140%;
text-align: center;
color: #FFFFFF;
}

.ope01 .ope01_t .btn {
width: 100%;
max-width: 80px;
padding: 4px 2px;
box-sizing: border-box;
text-align: center;
font-size: 70%;
font-weight: bold;
line-height: 140%;
background: #FED225;
border-radius: 3px;
margin: 0 auto;
}

.ope01 .ope01_t .btn:before {
content: '';/*何も入れない*/
  display: inline-block;
  width: 20px;/*画像の幅*/
  height: 16px;/*画像の高さ*/
  background-image: url(../images/koushin_btn.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 2px;

}

.unkou_koushin_btn {
width: 100%;
max-width: 130px;
padding: 8px 5px;
box-sizing: border-box;
text-align: center;
font-size: 95%;
font-weight: bold;
line-height: 140%;
background: #FED225;
border-radius: 5px;
margin: 10px 0px;
}

.unkou_koushin_btn:before {
content: '';/*何も入れない*/
  display: inline-block;
  width: 20px;/*画像の幅*/
  height: 16px;/*画像の高さ*/
  background-image: url(../images/koushin_btn.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;

}

.ope01 .ope01_info {
width: 72%;
position: relative;
float: left;
}

.ope01 .ope01_info:before {
	content: "";
	position: absolute;	
	background-color: #A7996B;
  width: 2%;
  height: 120px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.ope01 .ope01_info ul {
height: 120px;
box-sizing: border-box;
border-radius: 0 5px 5px 0;
display: flex;
justify-content: flex-start;
align-items: center;
}

.ope01 .ope01_info li {
flex-grow: 1;
width: 100%;
margin-right: 1%;
}

.ope01 .ope01_info li:first-child {
margin-left: 3%;
}

.ope01 .ope01_info li:last-child {
margin-right: 0;
}

.ope01 .ope01_info li.bus {
border: solid 1px #0066ff;
border-radius: 3px;
}

.ope01 .ope01_info li.nanboku {
border: solid 1px #238759;
border-radius: 3px;
}

.ope01 .ope01_info li.tozai {
border: solid 1px #00acd1;
border-radius: 3px;
}

.ope01 .ope01_info li.bus dd {
background: #EBFFF8;
}

.ope01 .ope01_info li.nanboku dd {
background: #FFFFEB;
}

.ope01 .ope01_info li.tozai dd {
background: #F2F2F2;
}

.ope01 .ope01_info li.bus dt {
height: 22px;
padding: 6px 5px 2px;
background: linear-gradient(180deg, #0066ff 0%, #0066ff 90%, #FFC000 90%, #FFC000 100%);
border-radius: 3px 3px 0 0;
font-size: clamp(0.625rem, 0.502rem + 0.61vw, 0.963rem);
line-height: 140%;
text-align: center;
color: #FFFFFF;
font-weight: bold;
}

.ope01 .ope01_info li.bus dt:before {
content: '';/*何も入れない*/
  display: inline-block;
  width: 13px;/*画像の幅*/
  height: 16px;/*画像の高さ*/
  background-image: url(../images/ope_bus.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 7px;
  padding-bottom: 4px;
}

.ope01 .ope01_info li.nanboku dt {
height: 22px;
padding: 6px 5px 2px;
background: linear-gradient(180deg, #238759 0%, #238759 90%, #78BE20 90%, #78BE20 100%);
border-radius: 3px 3px 0 0;
font-size: clamp(0.625rem, 0.502rem + 0.61vw, 0.963rem);
line-height: 140%;
text-align: center;
color: #FFFFFF;
font-weight: bold;
}

.ope01 .ope01_info li.tozai dt {
height: 22px;
padding: 6px 5px 2px;
background: linear-gradient(180deg, #00acd1 0%, #00acd1 90%, #737477 90%, #737477 100%);
border-radius: 3px 3px 0 0;
font-size: clamp(0.625rem, 0.502rem + 0.61vw, 0.963rem);
line-height: 140%;
text-align: center;
color: #FFFFFF;
font-weight: bold;
}

.ope01 .ope01_info li.nanboku dt:before,
.ope01 .ope01_info li.tozai dt:before {
content: '';/*何も入れない*/
  display: inline-block;
  width: 15px;/*画像の幅*/
  height: 19px;/*画像の高さ*/
  background-image: url(../images/ope_chikatetsu.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
  padding-bottom: 3px;
}

.ope01 .ope01_info li dd {
padding: 5px;
background: #FFFFFF;
border-radius: 0 0 3px 3px;
position: relative;
}

.ope01 .ope01_info li dd div {
width: calc(100% - 62px);
height: 78px;
padding: 0 5px;
box-sizing: border-box;
font-size: clamp(0.563rem, 0.426rem + 0.68vw, 0.938rem);
line-height: 140%;
font-weight: bold;
text-align: center;
float: right;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
}

.ope01 .ope01_info li dd:before {
content: "";
position: absolute;
top: 0;
  bottom: 0;
  margin: auto 0;
left: 4px;
background: url(../images/ope_normal.png) no-repeat;
background-size: 50px;
background-position: center;
width: 60px;
height: 60px;
}

.ope01 .ope01_info li dd.ope_down:before {
  background-image: url(../images/ope_down.png);
}

.ope01 .ope01_info li dd.ope_lag:before {
  background-image: url(../images/ope_lag.png);
}

.ope01 .ope01_info li dd.ope_down p {
width: 100%;
max-width: 160px;
box-sizing: border-box;
margin-top: 3px;
text-align: center;
font-size: 80%;
line-height: 140%;
background: #D24C4C;
border-radius: 3px;
color: #FFFFFF;
}

.ope01 .ope01_info li dd.ope_down p a {
text-decoration: none;
color: #FFFFFF;
padding: 4px 10px 2.5px;
display: block;
width: 100%;
box-sizing: border-box;
}

.ope01 .ope01_info li dd.ope_lag p {
width: 100%;
max-width: 160px;
box-sizing: border-box;
margin-top: 3px;
text-align: center;
font-size: 80%;
line-height: 140%;
background: #458DE4;
border-radius: 3px;
color: #FFFFFF;
}

.ope01 .ope01_info li dd.ope_lag p a {
text-decoration: none;
color: #FFFFFF;
padding: 4px 10px 2.5px;
display: block;
width: 100%;
box-sizing: border-box;
}

.ope01 .ope01_info li dd.ope_normal p {
width: 100%;
max-width: 160px;
box-sizing: border-box;
margin-top: 3px;
text-align: center;
font-size: 80%;
line-height: 140%;
background: #55A158;
border-radius: 3px;
color: #FFFFFF;
}

.ope01 .ope01_info li dd.ope_normal p a {
text-decoration: none;
color: #FFFFFF;
padding: 4px 10px 2.5px;
display: block;
width: 100%;
box-sizing: border-box;
}

.ope01 .ope01_btn {
width: 16%;
float: right;
padding-left: 1%;
box-sizing: border-box;
}

.ope01 .ope01_btn li:nth-child(1) {
margin-bottom: 5px;
box-sizing: border-box;
text-align: center;
font-weight: bold;
font-size: clamp(0.563rem, 0.426rem + 0.68vw, 0.938rem);
line-height: 140%;
background: #A7996B;
border-radius: 5px;
}

.ope01 .ope01_btn li:nth-child(1) span {
position: relative;
}

.ope01 .ope01_btn li:nth-child(1) span:after {
content: '';/*何も入れない*/
display: inline-block;
width: 18px;/*画像の幅*/
height: 18px;/*画像の高さ*/
background-image: url(../images/unkou_icon.png);
background-size: contain;
background-repeat: no-repeat;
position: absolute;
right: -24px;
top: 0;
bottom: 0;
margin: auto 0;
}

.ope01 .ope01_btn li:nth-child(1) a {
color: #FFFFFF;
text-decoration: none;
width: 100%;
height: 75px;
box-sizing: border-box;
padding: 0 29px 0 5px;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
}

.ope01 .ope01_btn li:nth-child(2) a {
height: 40px;
padding: 0 5px;
color: #FFFFFF;
text-decoration: none;
widows: 100%;
box-sizing: border-box;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
}

.ope01 .ope01_btn li:nth-child(2) {
box-sizing: border-box;
color: #FFFFFF;
line-height: 140%;
text-align: center;
font-size: clamp(0.563rem, 0.426rem + 0.68vw, 0.938rem);
font-weight: bold;
background: #333333;
border-radius: 5px;

}

.ope01 .ope01_btn li:nth-child(2) a,
.ope01 .ope01_btn li:nth-child(2) a:visited,
.ope01 .ope01_btn li:nth-child(2) a:hover,
.ope01 .ope01_btn li:nth-child(2) a:active {
color:#FFF;
}

.ope01_info .bus a,
.ope01_info .bus a:visited,
.ope01_info .bus a:hover,
.ope01_info .bus a:active {
color:#FFF;
}

.ope01_info .nanboku a,
.ope01_info .nanboku a:visited,
.ope01_info .nanboku a:hover,
.ope01_info .nanboku a:active {
color:#FFF;
}

.ope01_info .tozai a,
.ope01_info .tozai a:visited,
.ope01_info .tozai a:hover,
.ope01_info .tozai a:active {
color:#FFF;
}

.chien_btn a,
.chien_btn a:visited,
.chien_btn a:hover,
.chien_btn a:active {
color:#FFF;
}

.ope02 {
margin-bottom: 10px;
padding: 20px 2%;
background: #FFFFFF;
border-radius: 5px;
}

.ope02 li {
float: left;
}

.ope02 li:nth-child(1) {
width: 15.5%;
margin-right: 1%;
padding-top: 11px;
font-weight: bold;
font-size: clamp(0rem, -0.341rem + 1.7vw, 0.938rem);
line-height: 140%;
}

.ope02 li:nth-child(2),
.ope02 li:nth-child(4) {
width: 32%;
margin-right: 1.5%;
}

.ope02 li:nth-child(2) p,
.ope02 li:nth-child(4) p {
width: 40px;
height: 40px;
padding-top: 11px;
box-sizing: border-box;
background: #A7996B;
color: #FFFFFF;
font-size: 85%;
line-height: 140%;
font-weight: bold;
text-align: center;
float: left;
}

.ope02 li:nth-child(3) {
width: 5%;
margin-right: 1.5%;
padding-top: 26px;
box-sizing: border-box;
color: #55A158;
font-size: 75%;
line-height: 140%;
font-weight: bold;
text-align: center;
position: relative;
}

.ope02 li:nth-child(3):before {
content: "";
position: absolute;
display: block;
top: 0;
left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
background: url(../images/koushin_btn2.png) no-repeat;
background-size: contain;
background-position: center;
width: 100%;
height: 27px;
}

.ope02 li:nth-child(5) {
width: 10%;
}

.ope02 input {
width: calc(100% - 40px);
height: 40px;
margin: 0;
padding: 0 10px;
box-sizing: border-box;
border: solid 1px #A7996B;
}

.ope02 input::placeholder{
    color: #999999;
}

.ope02 button {
    cursor: pointer;
	background: #55A158;
	border: none;
	border-radius: 4px;
	width: 100%;
	height: 40px;
	padding-top: 2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 90%;
	line-height: 140%;
}

.ope03 {
margin-bottom: 40px;
}

.ope03 li:nth-child(1) {
width: 49.5%;
height: 70px;
margin-right: 1%;
padding: 23px 5px;
box-sizing: border-box;
float: left;
background: #55A158;
border-radius: 5px;
text-align: center;
font-size: clamp(0.5rem, 0.227rem + 1.36vw, 1.25rem);
font-weight: bold;
border: solid 1px #55A158;
color: #FFFFFF;
}

.ope03 li:nth-child(1):before {
content: '';/*何も入れない*/
  display: inline-block;
  width: 26px;/*画像の幅*/
  height: 24px;/*画像の高さ*/
  background-image: url(../images/buschikanavi_icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

.ope03 li:nth-child(2) {
width: 49.5%;
height: 70px;
padding: 23px 40px 23px 5px;
box-sizing: border-box;
float: left;
border-radius: 5px;
text-align: center;
font-size: clamp(0.5rem, 0.227rem + 1.36vw, 1.25rem);
font-weight: bold;
background: url("../images/dokobus_icon.png") center right no-repeat #55A158;
background-size: 20.2247%;
border: solid 1px #55A158;
color: #FFFFFF;
}

.ope03 li:nth-child(2) p {
font-size: clamp(0.375rem, 0.193rem + 0.91vw, 0.875rem);
margin-right: 7px;
display: inline-block; 
}

.ope03 li a {
color: #FFFFFF;
}

/********　20260325追加 ********/


.ope03_2 {
margin-bottom: 40px;
margin-top:10px;
}

.ope03_2 li:nth-child(1) {
width: 49.5%;
margin-right: 1%;
float: left;
}

.ope03_2 li:nth-child(1):before {
}

.ope03_2 li:nth-child(2) {
width: 49.5%;
float: left;
}

.ope03_2 li:nth-child(2) p {
}

.ope03_2 li a {
}

.ope03_2 img {
width:100%;
height:auto;
}

/*************************/

.mv {
margin-bottom: 80px;
max-width: 100%;
}

.mv .slick-list {
border-radius: 5px;
}

.mv .slick-slide img {
  width: 100%;
  height: auto;
}

.mv .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 10;
}
.mv .prev-arrow {
  left: 3%;
}
.mv .next-arrow {
  right: 3%;
}

.block01 {
margin-bottom: 60px;
}

.block01 .top_t {
margin-bottom: 15px;
border-bottom: solid 2px #55A158;
}

.block01 .top_t h2 {
padding-top: 4px;
padding-left: 40px;
font-size: 160%;
float: left;
position: relative;
}

.block01 .top_t h2 img {
position: absolute;
left: 0;
top: 0;
}

.block01 .top_t ul.news_tab {
float: right;
}

.block01 .top_t ul.news_tab li {
width: clamp(6.25rem, 4.432rem + 9.09vw, 11.25rem);
min-height: 50px;
box-sizing: border-box;
background: #55A158;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
font-weight: bold;
border-radius: 5px 5px 0 0;
float: left;
margin-right: 10px;
}

.block01 .top_t ul.news_tab li:first-child {
border-top: solid 1px #55A158;
border-left: solid 1px #55A158;
border-right: solid 1px #55A158;
}

.block01 .top_t ul.news_tab li:last-child {
margin-right: 15px;
background: #FFFFFF;
color: #55A158;
}

.block01 .top_t ul.news_tab li a {
padding: 10px;
color: #FFFFFF;
text-decoration: none;
display: block;
width: 100%;
}

.block01 .top_t ul.news_tab li:last-child a {
color: #55A158;
}

.block01 .top_t ul.news_tab li {
  background: #FFFFFF;
  color: #55A158;
  border: solid 1px #55A158;
}

.block01 .top_t ul.news_tab li a {
  color: #55A158;
}

.block01 .top_t ul.news_tab li.is-active {
  background: #55A158;
}

.block01 .top_t ul.news_tab li.is-active a {
  color: #FFFFFF;
}

.block01 .top_t .next_btn {
padding-top: 17px;
padding-right: 20px;
color: #55A158;
font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
font-weight: bold;
line-height: 100%;
background: url("../images/menu_ya2.png") no-repeat top 20px right;
float: right;
}

.block01 .top_t .next_btn a {
color: #55A158;
text-decoration: none;
}

.block01 dl,
.block01 dt,
.block01 dd {
  box-sizing: border-box;
}
.block01 dl {
  border-bottom: 1px solid #D8D1BC;
}
.block01 dl {
  display: none;
}
.block01 dl.is-active {
  display: block;
}

.news_archive_pager[hidden] {
  display: none;
}
.block01 dt,
.block01 dd {
  padding: 20px 0 0 0;
  border-top: 1px solid #D8D1BC;
}
.block01 dt:first-of-type,
.block01 dd:first-of-type {
  border-top: none;
}
.block01 dt {
  width: 220px;
  float: left;
}
.block01 dd {
  margin-left: 220px;
  padding-bottom: 20px;
}
.block01 dd:after {
  content: '';
  display: block;
  clear: both;
}

.block01 dl a {
text-decoration: none;
}

.block01 dt .news_icon1 {
width: 80px;
margin-left: 15px;
padding: 3px;
background: #A7996B;
font-size: 80%;
font-weight: bold;
line-height: 140%;
letter-spacing: 2px;
color: #FFFFFF;
border-radius: 3px;
display: flex;
display: inline-block;
align-items: center;
justify-content: center;
text-align: center;
}

.block01 dt .news_icon2 {
width: 80px;
margin-left: 15px;
padding: 3px;
background: #ff8000;
font-size: 80%;
font-weight: bold;
line-height: 140%;
letter-spacing: 2px;
color: #FFFFFF;
border-radius: 3px;
display: flex;
display: inline-block;
align-items: center;
justify-content: center;
text-align: center;
}

.block01 dt .news_icon3 {
width: 80px;
margin-left: 15px;
padding: 3px;
background: #172488;
font-size: 80%;
font-weight: bold;
line-height: 140%;
letter-spacing: 2px;
color: #FFFFFF;
border-radius: 3px;
display: flex;
display: inline-block;
align-items: center;
justify-content: center;
text-align: center;
}

.block01 dt .news_icon4 {
width: 80px;
margin-left: 5px;
padding: 3px;
background: #888888;
font-size: 80%;
font-weight: bold;
line-height: 140%;
letter-spacing: 2px;
color: #FFFFFF;
border-radius: 3px;
display: flex;
display: inline-block;
align-items: center;
justify-content: center;
text-align: center;
}

.news_archive_pager {
margin-top: 25px;
}

.news_archive_pager ul {
display: flex;
flex-wrap: wrap;
gap: 8px;
justify-content: center;
}

.news_archive_pager li {
list-style: none;
}

.news_archive_pager a,
.news_archive_pager span {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 36px;
height: 36px;
padding: 0 8px;
border-radius: 6px;
border: 1px solid #55A158;
color: #55A158;
text-decoration: none;
font-weight: bold;
font-size: 0.9rem;
}

.news_archive_pager .current {
background: #55A158;
color: #FFFFFF;
}

.news_archive_pager a:hover {
opacity: 0.75;
}

.block02 {
margin-bottom: 60px;
}

.block02 .top_t {
margin-bottom: 20px;
}

.block02 .top_t h2 {
padding-left: 40px;
font-size: 160%;
float: left;
position: relative;
}

.block02 .top_t h2 img {
position: absolute;
left: 0;
top: -4px;
}

.block02 .top_t .next_btn {
padding-top: 11px;
padding-right: 20px;
color: #55A158;
font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
font-weight: bold;
line-height: 100%;
background: url("../images/menu_ya2.png") no-repeat top 13px right;
float: right;
}

.block02 .top_t .next_btn a {
color: #55A158;
text-decoration: none;
}

.block02 ul li {
width: 15.555%;
margin-right: 1.334%;
float: left;
}

.block02 ul li:last-child {
margin-right: 0;
}

.block02 ul li img {
width: 100%;
height: auto;
}

.block02 ul li a {
text-decoration: none;
}

.block02 ul li dd {
min-height: 50px;
padding: 10px 5px;
background: #55A158;
color: #FFFFFF;
font-size: clamp(0.375rem, 0.148rem + 1.14vw, 1rem);
font-weight: bold;
text-align: center;
line-height: 140%;
border-radius: 0 0 5px 5px;
display: flex;
align-items: center;
justify-content: center;
}

.block03 {
margin-bottom: 60px;
}

.block03 .top_t {
margin-bottom: 20px;
}

.block03 .top_t h2 {
padding-left: 40px;
font-size: 160%;
float: left;
position: relative;
}

.block03 .top_t h2 img {
position: absolute;
left: 0;
top: -4px;
}

.block03 .top_t .next_btn {
padding-top: 11px;
padding-right: 20px;
color: #55A158;
font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
font-weight: bold;
line-height: 100%;
background: url("../images/menu_ya2.png") no-repeat top 13px right;
float: right;
}

.block03 .top_t .next_btn a {
color: #55A158;
text-decoration: none;
}

.block03 ul li {
width: 15.555%;
margin-right: 1.334%;
float: left;
}

.block03 ul li:last-child {
margin-right: 0;
}

.block03 ul li img {
width: 100%;
height: auto;
}

.block03 ul li a {
text-decoration: none;
}

.block03 ul li dd {
min-height: 50px;
padding: 10px 5px;
background: #55A158;
color: #FFFFFF;
font-size: clamp(0.375rem, 0.148rem + 1.14vw, 1rem);
font-weight: bold;
text-align: center;
line-height: 140%;
border-radius: 0 0 5px 5px;
display: flex;
align-items: center;
justify-content: center;
}

.block04 {
margin-bottom: 90px;
}

.block04 h2 {
margin-bottom: 20px;
padding-left: 40px;
font-size: 160%;
position: relative;
}

.block04 h2 img {
position: absolute;
left: 0;
top: -4px;
}

.top_topics_bnr {
  max-width: 100%;
  margin: 0 auto;
}

.top_topics_bnr p {
margin-top: 10px;
text-align: center;
font-weight: bold;
font-size: clamp(0.375rem, 0.148rem + 1.14vw, 1rem);
line-height: 140%;
}

.top_topics_bnr .slick-slide {
  margin: 0 7px;
}
.top_topics_bnr .slick-slide img {
  width: 100%;
  height: auto;
}

.top_topics_bnr .slick-list {
border-radius: 5px;
}

.top_topics_bnr .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.top_topics_bnr .slick-active {
  opacity: 1;
}

.top_topics_bnr .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 10;
}
.top_topics_bnr .prev-arrow {
  left: 1%;
  top: -20%;
}
.top_topics_bnr .next-arrow {
  right: 1%;
  top: -20%;
}

/*位置を変える*/
.top_topics_bnr .slick-dots {
	bottom: -30px;
}

/*ドット同士の間の距離を変える*/
.top_topics_bnr .slick-dots li {
	width: 10px;
}

/*ドットのサイズと色を大きくする*/
.top_topics_bnr .slick-dots li button:before {
	font-size: 36px;
	color: #D8D2BA;
	opacity: 1;
}

/*アクティブなスライドのドット色*/
.top_topics_bnr .slick-dots li.slick-active button:before {
	color: #55A158;
	opacity: 1;
}

.block05 h2 {
margin-bottom: 20px;
padding-left: 40px;
font-size: 160%;
position: relative;
}

.block05 h2 img {
position: absolute;
left: 0;
top: -4px;
}

.block05 ul li {
width: 32%;
margin-right: 2%;
float: left;
margin-bottom: 2%;
}

.block05 ul li:nth-child(3n) {
margin-right: 0;
}

.block05 ul li dl {
display: flex;
justify-content: space-between;
}

.block05 ul li dt {
width: 27.77%;
}

.block05 ul li a {
text-decoration: none;
}

.block05 ul li dd {
width: 72.223%;
padding: 0 5%;
background: #FFFFFF;
font-size: clamp(0.313rem, 0.063rem + 1.25vw, 1rem);
font-weight: bold;
border-radius: 0 5px 5px 0;
display: flex;
align-items: center;
line-height: 1.4;
}

.block06 ul.ad_bnr {
margin-top: 60px;
}

.block06 ul.ad_bnr li {
width: 48%;
float: left;
margin-right: 2%;
margin-bottom: 2%;
}

.block06 ul.ad_bnr li:nth-child(2n) {
margin-right: 0;
}

.block06 ul.ad_bnr li img {
width: 100%;
height: auto;
}


/* タブレットレイアウト : 768 px ～ 1080 px*/
@media screen and (max-width:1080px)
{


}


/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{
.block01 .top_t h2 {
float: none;
margin-bottom: 20px;
}

.ope01 .ope01_info {
width: 88%;
margin-bottom: 10px;
}

.ope01 .ope01_btn {
width: 100%;
float: none;
padding-left: 0;
}

.ope01 .ope01_btn li:nth-child(1) {
width: 49.5%;
margin-bottom: 0;
float: left;
}

.ope01 .ope01_btn li:nth-child(1) a {
height: 40px;
}

.ope01 .ope01_btn li:nth-child(2) {
width: 49.5%;
margin-bottom: 0;
float: right;
}

.ope01 .ope01_btn li:nth-child(2) a {
height: 40px;
}

.ope02 li:nth-child(1) {
width: 100%;
margin-right: 0;
margin-bottom: 5px;
padding-top: 0;
font-size: 0.9rem;
float: none;
}

.ope02 li:nth-child(2),
.ope02 li:nth-child(4) {
width: 40%;
}

.ope02 li:nth-child(5) {
width: 10.5%;
}

}


/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
.mv {
margin-bottom: 60px;
}

.mv .slide-arrow {
  width: 30px;
}
.mv .prev-arrow {
  left: 2%;
}
.mv .next-arrow {
  right: 2%;
}

.ope01 .ope01_t {
width: 14%;
height: 210px;
padding: 0;
position: relative;
}
	

.ope01 .ope01_t:before,
.ope01 .ope01_t:after{
height: 210px;
}

.ope01 .ope01_t p {
-ms-writing-mode: tb-lr;
writing-mode: vertical-lr;
font-size: 1rem;
position: absolute;
top: 55px;
left: 50%;
display: inline;
transform: translateX(-50%);
}

.ope01 .ope01_t .btn {
width: 24px;
height: 24px;
padding: 5.8px 3.2px;
position: absolute;
bottom: 60px;
left: 50%;
display: inline;
transform: translateX(-50%);
}

.ope01 .ope01_t .btn:before {
  margin-right: 0;
  background-size: 80%;
  background-repeat: no-repeat;
}

.ope01 .ope01_t .btn span {
display: none;
}

.ope01 .ope01_info {
width: 86%;
}

.ope01 .ope01_info:before {
width: 5%;
height: 210px;
}

.ope01 .ope01_info ul {
height: 210px;
padding: 0 0 0 7%;
flex-flow: column;
}

.ope01 .ope01_info li {
margin-right: 0;
margin-top: 2%;
height: 31.3%;
}

.ope01 .ope01_info li:first-child {
margin-left: 0;
margin-top: 0;
}

.ope01 .ope01_info li dl {
display: flex;
height: 100%;
}

.ope01 .ope01_info li dt {
display: flex;
flex-flow: column;
justify-content: center;
}

.ope01 .ope01_info li.bus dt {
width: 30%;
height: 100%;
border-radius: 3px 0 0 3px;
font-size: 0.8rem;
box-sizing: border-box;
background: linear-gradient(90deg, #0066ff 0%, #0066ff 95%, #FFC000 95%, #FFC000 100%);
}

.ope01 .ope01_info li.bus dt:before {
  display: block;
  margin: 0 auto;
}

.ope01 .ope01_info li.nanboku dt {
width: 30%;
height: 100%;
border-radius: 3px 0 0 3px;
font-size: 0.8rem;
box-sizing: border-box;
background: linear-gradient(90deg, #238759 0%, #238759 95%, #78BE20 95%, #78BE20 100%);
}

.ope01 .ope01_info li.tozai dt {
width: 30%;
height: 100%;
border-radius: 3px 0 0 3px;
font-size: 0.8rem;
box-sizing: border-box;
background: linear-gradient(90deg, #00acd1 0%, #00acd1 95%, #737477 95%, #737477 100%);
}

.ope01 .ope01_info li.nanboku dt:before,
.ope01 .ope01_info li.tozai dt:before {
  display: block;
  margin: 0 auto;
  padding-bottom: 3px;
}

.ope01 .ope01_info li dd {
width: 70%;
height: 100%;
border-radius: 0 3px 3px 0;
box-sizing: border-box;
}

.ope01 .ope01_info li dd div {
width: calc(100% - 62px);
height: 100%;
font-size: 0.9rem;
}

.ope01 .ope01_btn li:nth-child(1),
.ope01 .ope01_btn li:nth-child(2) {
font-size: 0.8rem;
}

.ope02 {
padding: 15px;
}

.ope02 li:nth-child(1) {
margin-bottom: 10px;
text-align: center;
}

.ope02 li:nth-child(2),
.ope02 li:nth-child(4) {
width: 100%;
margin-right: 0;
margin-bottom: 10px;
float: none;
}

.ope02 li:nth-child(3) {
width: 100%;
margin-right: 0;
margin-bottom: 5px;
float: none;
}

.ope02 li:nth-child(5) {
width: 100%;
text-align: center;
}

.ope02 button {
	width: 40%;
}

.ope03 {
margin-bottom: 30px;
}

.ope03 li:nth-child(1) {
width: 100%;
height: 60px;
margin-bottom: 10px;
padding: 17px 5px;
float: none;
font-size: 0.9rem;
}

.ope03 li:nth-child(2) {
width: 100%;
height: 60px;
padding: 17px 40px 17px 5px;
font-size: 0.9rem;
background-size: auto 40px;
}

.ope03 li:nth-child(2) p {
font-size: 0.65rem;
}

/********* 20260325追加 **********/

.ope03_2 {
margin-bottom: 30px;
margin-top:10px;
}

.ope03_2 li:nth-child(1) {
width: 100%;
height: auto;
margin-bottom: 10px;
}

.ope03_2 li:nth-child(2) {
width: 100%;
height: auto;
}

.ope03_2 li:nth-child(2) p {
}

/**************/

.block01 dt {
  width: 100%;
  float: none;
  padding: 20px 0 0 0;
  border-top: 1px solid #D8D1BC;
}
.block01 dd {
width: 100%;
  float: none;
  margin-left: 0;
  padding: 0 0 20px 0;
  border-top: none;
}

.block02 ul li {
width: 32%;
margin-right: 2%;
margin-bottom: 2%;
}

.block02 ul li:nth-child(3n) {
margin-right: 0;
}

.block02 ul li dd {
font-size: 0.9rem;
}

.block03 ul li {
width: 32%;
margin-right: 2%;
margin-bottom: 2%;
}

.block03 ul li:nth-child(3n) {
margin-right: 0;
}

.block03 ul li dd {
font-size: 0.9rem;
}

.block05 ul li {
width: 49%;
}

.block05 ul li:nth-child(3n) {
margin-right: 2%;
}

.block05 ul li:nth-child(2n) {
margin-right: 0;
}

.block05 ul li dd {
font-size: 0.7rem;
padding: 0 3%;
}

.top_topics_bnr p {
margin-top: 6px;
font-size: 0.8rem;
}

.top_topics_bnr .slick-slide {
  opacity: 1;
}

.top_topics_bnr .slide-arrow {
  width: 30px;
}
.top_topics_bnr .prev-arrow {
  top: -20%;
}
.top_topics_bnr .next-arrow {
  top: -20%;
}

}





