@charset "UTF-8";
.top_main .inner::after, .top_main .inner .box .bnr::after, #top_refine .top_list::after, #top_refine .top_list dd ul::after, .colmun::after, .banner01::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

/*	base
-----------------------------------------*/
body, button {
  font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",Osaka,sans-serif;
}
@media only screen and (max-width: 768px) {
  body, button {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

div#page {
  background: none;
}

/*	top_header
-----------------------------------------*/
#top_header{margin:0 auto;position:relative;width:1240px;height:85px;text-align:left;z-index:200;}
#top_header h1.ci{position:absolute;top:9px;left:2px;}
#top_header h1.ci a{display:block;width:199px;height:57px;background:url(img/top_header.png) no-repeat 0 0;}
#top_header h1.ci a span{position:absolute;top:-999px;left:-999px;overflow:hidden;width:0;height:0;font-size:0;}


/* ul.globalNav */
#top_header ul.globalNav{position:absolute;bottom:0;right:0;width:745px;height:47px;overflow:hidden;}
#top_header ul.globalNav li{float:left;}
#top_header ul.globalNav li a{display:block;width:176px;height:47px;background:url(img/top_header.png) no-repeat 0 0;}
#top_header ul.globalNav li a span{position:absolute;top:-999px;left:-999px;overflow:hidden;width:0;height:0;font-size:0;}
/* off */
#top_header ul.globalNav li.guide a{width:176px;background-position:0 -57px;}
#top_header ul.globalNav li.search a{width:225px;background-position:-176px -57px;}
#top_header ul.globalNav li.annai a{width:176px;background-position:-401px -57px;}
#top_header ul.globalNav li.column a{width:168px;background-position:-577px -57px;}
/* hover */
#top_header ul.globalNav li.guide a:hover{background-position:0 -104px;}
#top_header ul.globalNav li.search a:hover{background-position:-176px -104px;}
#top_header ul.globalNav li.annai a:hover{background-position:-401px -104px;}
#top_header ul.globalNav li.column a:hover{background-position:-577px -104px;}
/* active */
body.guide #top_header ul.globalNav li.guide a{background-position:0 -104px;}
body.search #top_header ul.globalNav li.search a{background-position:-176px -104px;}
body.annai #top_header ul.globalNav li.annai a{background-position:-401px -104px;}
body.column #top_header ul.globalNav li.column a{background-position:-577px -104px;}


/* ul.utility */
#top_header ul.utility{position:absolute;top:9px;right:0;width:50%;height:14px;text-align:right;}
#top_header ul.utility li{margin:0 0 0 1em;float:left;}
#top_header ul.utility li a{display:block;height:14px;background:url(img/top_header.png) no-repeat 0 0;}
#top_header ul.utility li a span{position:absolute;top:-999px;left:-999px;overflow:hidden;width:0;height:0;font-size:0;}
/* off */
#top_header ul.utility li.sitemap a{width:83px;background-position:0 -151px;}
#top_header ul.utility li.link a{width:63px;background-position:-83px -151px;}
#top_header ul.utility li.inquiry a{width:86px;background-position:-146px -151px;}
#top_header ul.utility li.fontsize a{width:158px;background-position:-232px -151px;}

@media only screen and (max-width: 958px) {
  #header {
    height: 114px;
  }
}
@media only screen and (max-width: 768px) {
  #header {
    height: 71px;
  }
}

/*	top_main
-----------------------------------------*/
.top_main {
  text-align: left;
  width: 100%;
}
.top_main *, .top_main *::before, .top_main *::after {
  box-sizing: border-box;
}
.top_main a:hover, .top_main a:focus {
  transition: all .3s;
}
.top_main .inner {
  padding: 0 10px;
  background-size: cover;
}


/* TOP MV start */
.topLyt {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
}

.topLyt__bg,
.topLyt__content {
  grid-column: 1/2;
  grid-row: 1/2;
}

.topLyt__bg {
  position: relative;
  z-index: 0;
}

.topLyt__btnArea {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 10px;
  z-index: 2;
}

.topLyt__btnAreaInner {
  display: flex;
  justify-content: flex-end;
  max-width: 1240px;
  width: 100%;
  margin: 20px auto 0;
  align-items: center;
  gap: 12px;
}

.topLyt__btnTxt,
.topLyt__ssLink {
  overflow: hidden;
  text-indent: 100%;
  display: block;
}

.topLyt__btn {
  position: relative;
  overflow: hidden;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background-color: #fff;
  border: none;
  padding: 0;
  cursor: pointer;
}

.topLyt__btn::before,
.topLyt__btn::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 12px;
  background: #556A00;
  transform: translateY(-50%);
  top: 50%;
  left: 50%;
}

.topLyt__btn::before {
  left: 8px;
}

.topLyt__btn::after {
  right: 8px;
}

.topLyt__btn.is-stop::after {
  display: none;
}

.topLyt__btn.is-stop::before {
  width: 12px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 55%;
  clip-path: polygon(0 0, 0% 100%, 80% 50%);
}

.topLyt__btnTxt {
  width: 0;
}

.topLyt__ssList {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 40px;
}

.topLyt__ssLink {
  display: block; 
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  font-size: 0;
  text-indent: 100%;
  opacity: .5;
  cursor: pointer;
}

.topLyt__ssLink.is-current {
  opacity: 1;
}

.topLyt__list {
  position: relative;
  width: 100%;
  height: 100%;
}

.topLyt__item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s;
}

.topLyt__item.is-current {
  z-index: 1;
  opacity: 1;
}

.topLyt__media {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


.topLyt__content {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .topLyt {
    grid-template-rows: 148px 83px auto;
  }

  .topLyt__bg {
    grid-row: 1/3;
  }

  .topLyt__content {
    grid-row: 2/4;
  }

  .topLyt__btnArea {
    top: -156px;
  }
  .topLyt__ssList {
    gap: 15px;
    margin-right: 10px;
  }
  .topLyt__ssLink {
    gap: 15px;
  }
}


/* js */



/* ＴＯＰ MV end */


.top_main .inner .box {
  max-width: 1240px;
  margin: 0 auto;
  padding: 234px 0px 32px 0px;
  position: relative;
}
.top_main .inner .box img {
  width: 100%;
  height: auto;
}
.top_main .inner .box .lead {
  max-width: 670px;
  margin-left: auto;
  margin-bottom: 18px;
}
.top_main .inner .box .txt {
  max-width: 670px;
  margin-left: auto;
  margin-bottom: 28px;
  font-size: 1rem;
  line-height: 1.625;
  color: #723605;
  font-weight: bold;
  text-shadow: #fff 1px 0px,  #fff -1px 0px,#fff 0px -1px, #fff 0px 1px,#fff 1px 1px , #fff -1px 1px,#fff 1px -1px, #fff -1px -1px,#fff 1px 1px,  #fff -1px 1px,#fff 1px -1px, #fff -1px -1px,#fff 1px 1px,  #fff -1px 1px,#fff 1px -1px, #fff -1px -1px;
}
.top_main .inner .box .bnr {
  display: flex;
  width: 100%;
  justify-content: space-around;
  padding: 15px 45px 15px 45px;
  background-color: #f4f5ef;
  border-radius: 15px;
}
.top_main .inner .box .bnr::after {
  display: none;
}
.top_main .inner .box .bnr .bnr-hg {
  padding: 16px 50px 0 0;;
}
.top_main .inner .box .bnr .bnr-hg p b {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  color: #556a00;
}
.top_main .inner .box .bnr .bnr-hg .bnr-more {
  margin-top: 10px;
}
.top_main .inner .box .bnr .bnr-hg .bnr-more a span {
  font-size: 1rem;
}
.top_main .inner .box .bnr .bnr-hg p a {
  position: relative;
  display: inline-block;
  color: #556a00;
  text-decoration: none;
  font-size: 0.875rem;
  padding-left: 21px;
  margin-top: 8px;
}
.top_main .inner .box .bnr .bnr-hg p a span::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 4px;
  top: 50%;
  left: 0px;
  border-bottom: 2px solid #546704;
  border-right: 3px solid #546704;
  transform: skew(45deg) translateY(-50%);
}
.top_main .inner .box .bnr li a {
  display: block;
  color: #556a00;
}
.top_main .inner .box .bnr li a:hover img, .top_main .inner .box .bnr li a:focus img {
  opacity: .6;
  transition: all .3s;
}
.top_main .inner .box .bnr li a img {
  display: inline-block;
  max-width: 206px;
}
.top_main .inner .box .btn_01{
  margin-top:18px;
}
.top_main .inner .box .btn_01 a{
  color:#556a00;
  font-weight:bold;
  font-size: .8125rem;
  text-decoration:none;
  background:#dbe1c5;
  border-radius:5px;
  padding:6px 16px 5px 16px;
  display:inline-block;
  position:relative;
  transition:.3s all;
}
.top_main .inner .box .btn_01 a:hover::after,
.top_main .inner .box .btn_01 a:focus::after{
  opacity:.3;
}
.top_main .inner .box .btn_01 a span{
  display:block;
  padding-right:20px;
  position:relative;
}
.top_main .inner .box .btn_01 a span::before{
  content:"";
  display:block;
  position:absolute;
  top:50%;
  background:url(/compo/img/top/icon_01.png) no-repeat center center;
  height:10px;
  width:13px;
  right:0;
  margin-top:-5px;
}

@media only screen and (max-width: 958px) {
  .top_main {
    background-size: auto 6px;
  }
  .top_main .inner {
    padding: 0;
  }
  .top_main .inner .box::before {
    height: 372px;
    left: -226px;
    background-size: auto 372px;
  }
  .top_main a:hover, .top_main a:focus {
    transition: none;
  }
  .top_main .inner {
    background-size: auto 400px;
  }
  .top_main .inner .box {
    padding-bottom: 34px;
    padding-top:5%;
  }
  .top_main .inner .box .bnr{
    margin-top:30px;
  }
  .top_main .inner .box .bnr .bnr-hg {
    text-align: center;
  }
  .top_main .inner .box .bnr .bnr-hg p {
    font-size: 1rem;
  }
  .top_main .inner .box .bnr .bnr-hg p b {
    font-size: 1rem;
  }
  .top_main .inner .box .bnr .bnr-hg .bnr-more {
    margin-top: 12px;
  }
  .top_main .inner .box .bnr .bnr-hg .bnr-more a {
    font-size: 0.75rem;
    margin-top: 0;
  }
  .top_main .inner .box .bnr .bnr-hg .bnr-more a span {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .top_main {
    padding-top: 0;
    min-width: 300px;
  }
  .top_main .inner {
    background: none;
  }
  .top_main .inner .box {
    padding: 0;
  }
  .top_main .inner .box::before {
    content: none;
  }
  .top_main .inner .box .lead {
    padding: 0px 10px 8px 100px;
    margin-bottom: 0;
    max-width: 100%;
    height: auto;
    position: relative;
    text-align: right;}
  .top_main .inner .box .lead img {
    max-width: 196px;
    width: 100%;
    height: auto;
  }
  .top_main .inner .box .lead::before {
    content: "";
    display: block;
    height: 122px;
    width: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .top_main .inner .box .txt {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #000;
    padding: 0 20px;
    margin: 17px 0 21px;
    letter-spacing: .5px;
    text-shadow: none;
    font-weight: normal;
    text-align: start;
  }
  .top_main .inner .box .txt br {
    display: none;
  }
  .top_main .inner .box .bnr {
    width: 94%;
    margin: 0 auto;
    padding: 12px 15px 20px;
    flex-wrap: wrap;
    box-shadow: rgba(101, 100, 100, 0.35) 0px 5px 30px;
    background-color: #ffffff;
  }
  .top_main .inner .box .bnr li {
    display: block;
    margin-bottom: 13px;
    padding: 0;
    width: 50%;
  }
  .top_main .inner .box .bnr li:nth-child(odd) {
    padding-left: 5.5px;
  }
  .top_main .inner .box .bnr li:nth-child(even) {
    padding-right: 5.5px;
  }
  .top_main .inner .box .bnr li:first-child {
    width: 100%;
    padding: 0;
  }
  .top_main .inner .box .bnr li a {
    display: block;
  }
  .top_main .inner .box .bnr li a img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .top_main .inner .box .btn_01{
    padding:0 10px;
    margin-top:8px;
  }
  .top_main .inner .box .btn_01 a{
    font-size:.75rem;
    display:block;
    width:100%;
    text-align:center;
  }
}

/*	top_content
-----------------------------------------*/
.top_content {
  text-align: left;
  padding: 34px 10px 0 10px;
}
.top_content *, .top_content *::before, .top_content *::after {
  box-sizing: border-box;
}
.top_content button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.top_content a:hover, .top_content a:focus, .top_content button:hover, .top_content button:focus, .top_content a:hover, .top_content a:focus {
  transition: all .3s;
}
.top_content a:hover span, .top_content a:focus span, .top_content button:hover span, .top_content button:focus span, .top_content a:hover span, .top_content a:focus span {
  transition: all .3s;
}
.top_content .top_wrap {
width: 100%;
background: url(/compo/img/top/bg_12.png), url(/compo/img/top/bg_13.png), url(/compo/img/top/bg_14.png);
background-position: left 4% top 1%,  left 2% bottom 23%,  right 9% bottom 6%;
background-repeat: no-repeat, no-repeat, no-repeat;
}
.top_content .top_wrap .top_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 280px;
  max-width: 1240px;
  margin: 0 auto;
}
.top_content .top_wrap .top_inner .inner_item {
  position: relative;
  width: 50%;
  padding: 20px 0 20px 0;
}
.top_content .top_wrap .top_inner .inner_item:nth-child(odd) {
  padding-right: 39px;
}
.top_content .top_wrap .top_inner .inner_item:nth-child(odd) .btn_rss {
  position: absolute;
  top: 31px;
  right: 0;
  padding-right: 39px;
}
.top_content .top_wrap .top_inner .inner_item:nth-child(even) {
  padding-left: 39px;
}
.top_content .top_wrap .top_inner .inner_item:nth-child(even) .btn_rss {
  position: absolute;
  top: 31px;
  right: 0;
}
.top_content .top_wrap .top_inner .inner_item + .col4 {
  position: relative;
  width: 100%;
  padding-right: 0;
}
.top_content .top_wrap .top_inner .inner_item + .col4 .btn_rss {
    position: absolute;
    top: 31px;
    right: 0;
    padding-right: 300px;
}
.top_content .top_wrap .top_inner .inner_item + .col4 .inner {
  margin-right: -30px;
}
.top_content .top_wrap .top_inner .inner_item .item-hdg {
  font-weight: bold;
  color:#556a00;
  font-size: 1.5rem;
  text-align: center;
  margin: 12px 0 33px;
}
.top_content .top_wrap .top_inner .inner_item p .rss {
  background: url(/compo/img/icon_rss.png) no-repeat right center;
  text-decoration: none;
  font-weight: bold;
  padding-right: 20px;
  color: #ff7800;
  font-weight: bold;
  padding-left: 8px;
  display: inline-block;
}
.top_content .top_wrap .top_inner .inner_item .inner {
  display: flex;
  flex-wrap: wrap;
}
.top_content .top_wrap .top_inner .inner_item .inner li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 50%;
  margin-bottom: 15px;
}
.top_content .top_wrap .top_inner .inner_item  + .col4 .inner li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 25%;
  margin-bottom: 15px;
}
.top_content .top_wrap .top_inner .inner_item .inner li:nth-child(odd) {
  padding-right: 10px;
}
.top_content .top_wrap .top_inner .inner_item .inner li:nth-child(even) {
  padding-left: 15px;
}
.top_content .top_wrap .top_inner .inner_item  + .col4 .inner li {
  padding-right: 30px;
  padding-left: 0;
}
.top_content .top_wrap .top_inner .inner_item .inner li .img {
  display: block;
  position: relative;
  background: #fff;
}
.top_content .top_wrap .top_inner .inner_item .inner li .img::before {
  content: "";
  display: block;
  background: url(/compo/img/top/bg_08.png) no-repeat left top;
  height: 46px;
  width: 16px;
  position: absolute;
  right: 5px;
  bottom: -31px;
  z-index: 2;
}
.top_content .top_wrap .top_inner .inner_item .inner li .img img {
  width: 100%;
  height: auto;
}
.top_content .top_wrap .top_inner .inner_item .inner li a {
  background: url(/compo/img/top/bg_06.png) repeat-y left top;
  display: block;
  border-radius: 0 0 3px 3px;
  color: #000;
  text-decoration: none;
  padding-bottom: 2px;
}
.top_content .top_wrap .top_inner .inner_item .inner li a:hover, .top_content .top_wrap .top_inner .inner_item .inner li a:focus {
  opacity: .8;
}
.top_content .top_wrap .top_inner .inner_item .inner li a:hover .txt, .top_content .top_wrap .top_inner .inner_item .inner li a:focus .txt {
  color: #ff1821;
}
.top_content .top_wrap .top_inner .inner_item .inner li .box {
  background: #fff;
  margin: 0 2px;
  padding: 4px 17px 17px;
}
.top_content .top_wrap .top_inner .inner_item .inner li .box .day {
  font-size: 0.97rem;
  line-height: 1.16667;
  display: table-cell;
  width: 75px;
  padding-right: 8px;
}
.top_content .top_wrap .top_inner .inner_item .inner li .box .tag {
  font-size: 0.97rem;
  line-height: 1.16667;
  padding: 5px 12px 7px 11px;
  background: #ccc;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  display: table-cell;
}
.top_content .top_wrap .top_inner .inner_item .inner li .box .tag.news, .top_content .top_wrap .top_inner .inner_item .inner li .box .tag.column {
  text-align: center;
}
.top_content .top_wrap .top_inner .inner_item .inner li .box .txt {
  font-size: 1.15rem;
  line-height: 1.5;
  margin-top: 7px;
  display: block;
  color: #00719b;
  text-decoration: underline;
}
.top_content .top_wrap .top_inner .inner_item .inner li[data-sort="0"] .tag {
  text-align: center;
  background: #899b40;
  margin-top: 14px;
}
.top_content .top_wrap .top_inner .inner_item .inner li[data-sort="1"] .tag {
  background: #b1a811;
}
.top_content .top_wrap .top_inner .inner_item .inner li[data-sort="2"] .tag {
  text-align: center;
  background: #11b12b;

}
.top_content .top_wrap .top_inner .inner_item .news_more {
  position: relative;
  padding-left: 22px;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.top_content .top_wrap .top_inner .inner_item .news_more::before {
  position: absolute;
  width: 13px;
  height: 4px;
  content: "";
  top: 50%;
  left: 0px;
  border-bottom: 2px solid #556a00;
  border-right: 2px solid #556a00;
  transform: skew(45deg) translateY(-50%);
}
.top_content .top_wrap .top_inner .inner_item .news_more a {
  text-decoration: none;
  color: #556a00;
}
@media only screen and (max-width: 768px) {
  .top_content a:hover, .top_content a:focus, .top_content button:hover, .top_content button:focus, .top_content a span:hover, .top_content a span:focus {
    transition: none;
    opacity: 1;
  }
  .top_content {
    padding-top: 0px;
  }
  .top_content .top_wrap {
      width: 100%;
      background: none;
    }
  .top_content .top_wrap .top_inner {
    display: block;
  }
  .top_content .top_wrap .top_inner .inner_item {
    width: 100%;
    padding: 0;
    background: url(/compo/img/top/bg_12_sp.png), url(/compo/img/top/bg_13_sp.png);
    background-position: right 2% bottom 0%, right 2% bottom 0%;
    background-repeat: no-repeat, no-repeat;
  }
  .top_content .top_wrap .top_inner .inner_item:nth-child(odd) .btn_rss {
    top: 37px;
    padding-right: 0;
  }
  .top_content .top_wrap .top_inner .inner_item .item-hdg {
    font-size: 1rem;
    padding-top: 42px;
    margin-top: 0;
    margin-bottom: 19px;
  }
  .top_content .top_wrap .top_inner .inner_item:nth-child(odd) {
    padding-right: 0;
    background: url(/compo/img/top/bg_12_sp.png);
    background-position: right 2% bottom 0%;
    background-repeat: no-repeat
  }
  .top_content .top_wrap .top_inner .inner_item:nth-child(even) {
    padding-left: 0;
    background: url(/compo/img/top/bg_13_sp.png);
    background-position: right 2% bottom 0%;
    background-repeat: no-repeat;
  }
  .top_content .top_wrap .top_inner .inner_item:nth-child(even) .btn_rss {
    top: 37px;
    padding-right: 0;
  }
  .top_content .top_wrap .top_inner .inner_item:last-child {
    margin-bottom: 50px;
  }
  .top_content .top_wrap .top_inner .inner_item .inner li {
    margin-bottom: 10px;
  }
  .top_content .top_wrap .top_inner .inner_item .inner li:nth-child(odd) {
    padding-right: 5px;
  }
  .top_content .top_wrap .top_inner .inner_item .inner li:nth-child(even) {
    padding-left: 5px;
  }
  .top_content .top_wrap .top_inner .inner_item + .col4 .inner {
    margin-right: 0;
  }
  .top_content .top_wrap .top_inner .inner_item + .col4 .inner li {
    width: 50%;
  }
  .top_content .top_wrap .top_inner .inner_item + .col4 .inner li:nth-child(odd) {
    padding-left: 0;
    padding-right: 5px;
  }
  .top_content .top_wrap .top_inner .inner_item + .col4 .inner li:nth-child(even) {
    padding-left: 5px;
    padding-right: 0;
  }
  .top_content .top_wrap .top_inner .inner_item + .col4 .inner li:nth-child(n + 3) {
    display: none;
  }
  .top_content .top_wrap .top_inner .inner_item .inner li .box {
    padding: 11px 5px 17px;
  }
  .top_content .top_wrap .top_inner .inner_item .inner li .box .day {
    font-size: 0.75rem;
  }
  .top_content .top_wrap .top_inner .inner_item .inner li .box .tag {
    display: block;
    font-size: 0.75rem;
    margin-bottom: 9px;
  }
  .top_content .top_wrap .top_inner .inner_item .inner li .box .txt {
    font-size: 0.875rem;
  }
  .top_content .top_wrap .top_inner .inner_item .news_more {
    margin-bottom: 3px;
  }
  .top_content .top_wrap .top_inner .inner_item .news_more a {
    font-size: 0.875rem;
  }
}

/*	searchArea
-----------------------------------------*/
#searchArea {
  visibility: hidden;
  height: 0;
}
@media only screen and (max-width: 768px) {
  #searchArea {
    visibility: visible;
    height: auto;
  }
}

/*	top_news.top_content .top_wrap .top_inner .inner_item .inner li:nth-child(odd)
-----------------------------------------*/
.top_news {
  display: table;
  width: 100%;
  border-radius: 3px;
  background: url(/compo/img/top/bg_03.png) repeat top left;
  padding: 2px;
}
.top_news .hdg {
  vertical-align: top;
  width: 190px;
  display: table-cell;
  color: #fff;
  font-weight: bold;
  padding: 15px 0 11px 77px;
  background: url(/compo/img/top/hdg_04.png) no-repeat 27px center;
  vertical-align: middle;
}
.top_news .list {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-left: 34px;
  padding-right: 6px;
  padding-bottom: 10px;
}
.top_news .list .day {
  display: table-cell;
  font-size: 0.75rem;
  line-height: 1.33333;
  padding-right: 15px;
}
.top_news .list .txt {
  font-size: 0.875rem;
  line-height: 1.14286;
  display: table-cell;
}
.top_news .list li {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .top_news {
    display: block;
  }
  .top_news .hdg {
    width: 100%;
    display: block;
    padding-left: 54px;
    background-position: 8px center;
  }
  .top_news .list {
    display: block;
    position: relative;
    padding: 10px 8px;
  }
  .top_news .list .day {
    display: block;
  }
  .top_news .list .txt {
    margin-top: 5px;
    display: block;
  }
  .top_news + #top_refine {
    padding-top: 20px;
  }
}

/*	head_top_news
-----------------------------------------*/
.head_top {
  width: 100%;
  border-radius: 3px;
  background-color: #d6d390;
}
.head_top .head_top_inner {
  display: flex;
  max-width: 1240px;
  margin: 0 auto;
  gap: 31px;
}
.head_top_news {
}
.head_top_news .head_top_news_inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 15px 0px 15px;
  gap: 25px;
}
.head_top_news .head_top_news_inner a {
  text-decoration: none;
}
.head_top_news .head_top_news_inner a .news_title {
  position: relative;
  display: table-cell;
  background-color: #ffffff;
  border-radius: 20px;
  vertical-align: top;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 47px 8px 20px;
  color: #546505;
  vertical-align: middle;
  line-height: 1rem;
}
.head_top_news .head_top_news_inner a .news_title::before {
  position: absolute;
  content: "";
  background-color: #546505;
  width: 10px;
  height: 14px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.head_top_news .head_top_news_inner a .news_title:hover {
  box-shadow: rgba(0, 0, 0, 0.13) 0px 5px 15px;
  background-color: #546505;
  color: #ffffff;
}
.head_top_news .head_top_news_inner a .news_title:hover::before {
  background-color: #ffffff;
}
.head_top_news .head_top_news_inner .list {
  display: table-cell;
  line-height: 1rem;
  position: relative;
  padding-left: 24px;
  border-left: solid 2px #546505;
}
.head_top_news .head_top_news_inner .list .day {
  display: table-cell;
  font-size: 0.75rem;
  line-height: 1.33333;
  padding-right: 15px;
}
.head_top_news .head_top_news_inner .list .txt {
  font-size: 0.875rem;
  line-height: 1.14286;
  display: table-cell;
}
.head_top_news .head_top_news_inner .list li {
  margin-top: 18px;
}
.head_top_news .head_top_news_inner .list li:first-child {
  margin-top: 0px;
}
.head_top_info {
}
.head_top_info .head_top_info_inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 15px 0px 15px;
  gap: 25px;
}
.head_top_info .head_top_info_inner a {
  text-decoration: none;
}
.head_top_info .head_top_info_inner a .info_title {
  position: relative;
  display: table-cell;
  background-color: #ffffff;
  border-radius: 20px;
  vertical-align: top;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 47px 8px 20px;
  color: #546505;
  vertical-align: middle;
  line-height: 1rem;
}
.head_top_info .head_top_info_inner a .info_title::before {
  position: absolute;
  content: "";
  background-color: #546505;
  width: 10px;
  height: 14px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.head_top_info .head_top_info_inner a .info_title:hover {
  box-shadow: rgba(0, 0, 0, 0.13) 0px 5px 15px;
  background-color: #546505;
  color: #ffffff;
}
.head_top_info .head_top_info_inner a .info_title:hover::before {
  background-color: #ffffff;
}
.head_top_info .head_top_info_inner .list {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-left: 24px;
  border-left: solid 2px #546505;
  }
.head_top_info .head_top_info_inner .list .day {
  display: table-cell;
  font-size: 0.75rem;
  line-height: 1.33333;
  padding-right: 8px;
}
.head_top_info .head_top_info_inner .list .txt {
  font-size: 0.875rem;
  line-height: 1.14286;
  display: table-cell;
}
.head_top_info .head_top_info_inner .list li {
  margin-top: 18px;
}
.head_top_info .head_top_info_inner .list li:first-child {
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  .head_top .head_top_inner {
    display: block;
    max-width: 768px;
  }
  .head_top_news {
    display: block;
    padding: 0;
  }
  .head_top_news .head_top_news_inner {
    width: 100%;
    display: block;
    padding: 13px 0 11px;
    background-position: 8px center;
  }
  .head_top_news .head_top_news_inner a .news_title {
    display: inline-block;
    text-align: center;
    height: auto;
    border-right: 0px;
    margin: 0 15px;
    padding-right: 33px;
    padding-bottom: 7px;
    font-size: 14px;
  }
  .head_top_news .head_top_news_inner a .news_title::before {
    width: 8px;
    height: 12px;
    right: 16px;
  }
  .head_top_news .head_top_news_inner .list {
    display: block;
    position: relative;
    margin-top: 12px;
    padding: 10px 15px 0;
    border-top: solid 2px #546505;
    border-left: 0;
  }
  .head_top_news .head_top_news_inner .list .day {
    display: block;
    text-align: left;
    font-size: 0.875rem;;
  }
  .head_top_news .head_top_news_inner .list .txt {
    margin-top: 5px;
    text-align: left;
    font-size: 0.875rem;;
  }
  .head_top_news .head_top_news_inner .list li {
    margin-top: 4px;
  }
  .head_top_news .head_top_news_inner + #top_refine {
    padding-top: 20px;
  }
  .head_top_info {
    display: block;
    padding: 0;
  }
  .head_top_info .head_top_info_inner {
    width: 100%;
    display: block;
    padding: 13px 0 11px;
    background-position: 8px center;
  }
  .head_top_info .head_top_info_inner a .info_title {
    display: inline-block;
    text-align: center;
    height: auto;
    border-right: 0px;
    margin: 0 15px;
    padding-right: 33px;
    padding-bottom: 7px;
    font-size: 14px;
  }
  .head_top_info .head_top_info_inner a .info_title::before {
    width: 8px;
    ;height: 12px;
    right: 16px;
  }
  .head_top_info .head_top_info_inner .list {
    display: block;
    position: relative;
    margin-top: 12px;
    padding: 10px 15px 0;
    border-top: solid 2px #546505;
    border-left: 0;
  }
  .head_top_info .head_top_info_inner .list .day {
    display: block;
    text-align: left;
    font-size: 0.875rem;;
  }
  .head_top_info .head_top_info_inner .list .txt {
    margin-top: 5px;
    text-align: left;
    font-size: 0.875rem;;
  }
  .head_top_info .head_top_info_inner .list li {
    margin-top: 4px;
  }
  .head_top_info .head_top_info_inner + #top_refine {
    padding-top: 20px;
  }
}

/*	top_refine
-----------------------------------------*/
#top_refine {
  max-width: 1300px;
  background: url(/compo/img/top/bg_07.png) no-repeat right 18px;
  padding-top: 30px;
}
#top_refine .top_list dt {
  font-size: 0.875rem;
  line-height: 1.14286;
  float: left;
  padding: 9px 23px 7px 0;
  height: 100%;
}
#top_refine .top_list dd {
  overflow: hidden;
}
#top_refine .top_list dd ul li {
  float: left;
  padding-right: 10px;
}
#top_refine .top_list dd ul li:last-child {
  padding-right: 0;
}
#top_refine .top_list dd ul li button {
  font-size: 0.75rem;
  line-height: 1.33333;
  padding: 10px 10px 7px 10px;
  border-radius: 6px;
  color: #666;
  background: #c4c4c4;
  cursor: pointer;
}
#top_refine .top_list dd ul li button:hover, #top_refine .top_list dd ul li button:focus {
  opacity: .6;
}
#top_refine .top_list dd ul li button.active {
  background: #ff960e;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #top_refine .top_list {
    margin-top: 10px;
  }
  #top_refine .top_list dt {
    margin-top: 10px;
    padding-right: 4px;
  }
  #top_refine .top_list dd ul li {
    margin-top: 10px;
  }
  #top_refine .top_list dd ul li button {
    padding: 10px 9px 7px 9px;
  }
}
#top_refine .top_data {
  margin: 20px -10px 0 -10px;
}
#top_refine .top_data .inner {
  margin: 0 auto;
  position: relative;
}
#top_refine .top_data .inner.target {
  display: block;
}
#top_refine .top_data li {
  position: absolute;
  padding: 0 10px;
  width: 25%;
  left: 0;
  top: 0;
}
#top_refine .top_data li .img {
  display: block;
  position: relative;
  background: #fff;
}
#top_refine .top_data li .img::before {
  content: "";
  display: block;
  background: url(/compo/img/top/bg_08.png) no-repeat left top;
  height: 46px;
  width: 16px;
  position: absolute;
  right: 5px;
  bottom: -31px;
  z-index: 2;
}
#top_refine .top_data li .img img {
  width: 100%;
  height: auto;
}
#top_refine .top_data li a {
  background: url(/compo/img/top/bg_06.png) repeat-y left top;
  display: block;
  border-radius: 0 0 3px 3px;
  color: #000;
  text-decoration: none;
  padding-bottom: 2px;
}
#top_refine .top_data li a:hover, #top_refine .top_data li a:focus {
  opacity: .8;
}
#top_refine .top_data li a:hover .txt, #top_refine .top_data li a:focus .txt {
  color: #ff1821;
}
#top_refine .top_data li .box {
  background: #fff;
  margin: 0 2px;
  padding: 10px;
}
#top_refine .top_data li .box .day {
  font-size: 0.75rem;
  line-height: 1.16667;
  display: table-cell;
  width: 75px;
  padding-right: 5px;
}
#top_refine .top_data li .box .tag {
  font-size: 0.75rem;
  line-height: 1.16667;
  padding: 3px 4px 2px 4px;
  background: #ccc;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  display: table-cell;
  width: 102px;
}
#top_refine .top_data li .box .tag.news, #top_refine .top_data li .box .tag.column {
  text-align: center;
}
#top_refine .top_data li .box .txt {
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  margin-top: 6px;
  color: #00719b;
  text-decoration: underline;
}
#top_refine .top_data li[data-sort="0"] .tag {
  text-align: center;
  background: #899b40;
}
#top_refine .top_data li[data-sort="1"] .tag {
  background: #b1a811;
}
#top_refine .top_data li[data-sort="2"] .tag {
  text-align: center;
  background: #11b12b;
}
@media only screen and (max-width: 958px) {
  #top_refine .top_data li .box .tag {
    margin-top: 3px;
    display: table;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #top_refine .top_data {
    margin-top: 10px;
    padding: 0 5px;
  }
  #top_refine .top_data li {
    width: 50%;
    padding: 0 5px;
  }
  #top_refine .top_data li:nth-child(odd) {
    left: 0;
  }
  #top_refine .top_data li:nth-child(even) {
    left: 50%;
  }
  #top_refine .top_data li a:hover,
  #top_refine .top_data li a:focus {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  #top_refine {
    padding-top: 0;
    background: none;
  }
}

/*	top_rss01
-----------------------------------------*/
.top_rss01 {
  margin-top: 20px;
  display: table;
}
.top_rss01 li {
  font-size: 0.875rem;
  line-height: 1.5;
  display: table-cell;
  padding-right: 30px;
}
.top_rss01 li .icon {
  padding-left: 13px;
  position: relative;
}
.top_rss01 li .icon:hover span, .top_rss01 li .icon:focus span {
  color: #ff1821;
}
.top_rss01 li .icon::before {
  content: "";
  display: block;
  background: url(/compo/css/img/arrow.png) no-repeat top left;
  position: absolute;
  height: 12px;
  width: 9px;
  top: 4px;
  left: 0;
}
.top_rss01 li .rss {
  background: url(/compo/img/icon_rss.png) no-repeat right center;
  text-decoration: none;
  font-weight: bold;
  padding-right: 20px;
  color: #ff7800;
  font-weight: bold;
  padding-left: 8px;
  display: inline-block;
}
.top_rss01 li .rss:hover, .top_rss01 li .rss:focus {
  opacity: .6;
}
@media only screen and (max-width: 768px) {
  .top_rss01 {
    display: block;
  }
  .top_rss01 li {
    display: block;
    margin-top: 10px;
  }
  .top_rss01 li a::before {
    top: 3px;
  }
}

/*	top_content01
-----------------------------------------*/
.top_content01 {
  margin: 50px -10px 0px -10px;
  background-color: #f0eed5;
}
.top_content01 .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 54px 0;
}
.top_content01 .inner .col2 {
  display: flex;
  width: 100%;
  margin: 40px 0 0 0;
  justify-content: space-between;
}
.top_content01 .inner .col2 .warm {
  width: 48%;
  padding: 35px 100px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  background-color: #ffffff;
  border-top: 5px solid #ecba23;
}
.top_content01 .inner .col2 .warm .text {
  text-align: center;
  font-size: 1.12rem;
  line-height: 2.0;
  font-family: 'メイリオ', san-serif;
  font-weight: bold;
  color: #716d6c;
}
.top_content01 .inner .col2 .top_btn {
  display: block;
  width: 220px;
  margin: 27px auto 0;
  text-align: center;
  background-color: #ecba23;
}
.top_content01 .inner .col2 .top_btn a {
  position: relative;
  display: block;
  padding: 0.7em 0;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.top_content01 .inner .col2 .top_btn a:hover {
  background-color: #ffe79c;
}
.top_content01 .inner .col2 .warm .top_btn a::after {
  position: absolute;
  width: 13px;
  height: 4px;
  content: "";
  top: 50%;
  right: 50px;
  border-bottom: 2px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: skew(45deg) translateY(-50%);
}
.top_content01 .inner .col2 .rule {
  display: flex;
  width: 48%;
  padding: 30px;
  justify-content: space-between;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  background-color: #ffffff;
}
.top_content01 .inner .col2 .rule .img img {
  width: 100%;
  height: auto;
}
.top_content01 .inner .col2 .rule .list {
  padding-top: 10px;
}
.top_content01 .inner .col2 .rule .list .top_btn a::after {
  position: absolute;
  width: 13px;
  height: 4px;
  content: "";
  top: 50%;
  right: 20px;
  border-bottom: 2px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: skew(45deg) translateY(-50%);
}
.top_content01 .inner .col2 .rule .list .rule-list {
  padding: 22px;
}
.top_content01 .inner .col2 .rule .list .rule-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
}
.top_content01 .inner .col2 .rule .list .rule-list li::before {
  position: absolute;
  width: 13px;
  height: 4px;
  content: "";
  top: 50%;
  left: 0px;
  border-bottom: 2px solid #a9a638;
  border-right: 3px solid #a9a638;
  transform: skew(45deg) translateY(-50%);
}
.top_content01 .inner .col2 .rule .rule-list li a {
  text-decoration: none;
  font-weight: bold;
  color: #a9a638;
}
.top_content01 .inner .col2 .rule .rule-list li a:hover {
  color: #ccc95e;
}

.top__lead {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

a.top__leadBtn {
  position: relative;
  display: block;
  border-radius: 50rem;
  background-color: #ECBA23;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  transition: opacity .2s;
}

.top__leadBtn::after,
.top__leadTxt::before {
  position: absolute;
  content: '';
  transform: translateY(-50%);
  top: 50%;
}

.top__leadBtn::after {
  right: 30px;
  width: 20px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.top__leadBtn:visited {
  color: #ECBA23;
}

.top__leadTxt {
  position: relative;
  line-height: 1;
  font-size: 1.12rem;
  font-weight: bold;
  color: #723605;
  text-decoration: none;
}

.top__leadTxt::before {
  left: -56px;
  width: 34px;
  height: 34px;
  background-image: url('/compo/img/top/index_icn_btn.svg');
  background-size: contain;
  background-position: center;
}

.hdg01.type3.top__pdfTtl {
  line-height: 1.5;
  scroll-margin-top: 130px;
  margin-top: 50px;
}
.top__pdf {
  margin-top: 40px;
}
ul.link01 li.top__pdfItem {
  margin-top: 0;
  width: calc((100% - 163px) / 2);
}
ul.link01.top__pdfList {
  gap: 20px 163px;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
  .top__leadBtn:hover {
    opacity: .5;
  }

}

@media only screen and (max-width: 768px) {
  .top_content01 {
    padding: 0 10px;
    margin-top: 0;
  }
  .top_content01 .inner {
    padding-top: 32px;
  }
  .top_content01 .inner .col2 {
    display: block;
    margin-top: 24px;
  }
  .top_content01 .inner .col2 .warm {
    width: 100%;
    padding: 15px 0 25px;
    margin-bottom: 33px;
  }
  .top_content01 .inner .col2 .warm .text {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.6;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    margin-bottom: 8px;
    padding: 0 15px;
    color: #716d6c;
  }
  .top_content01 .inner .col2 .warm .top_btn a::after {
    right: 90px;
  }
  .top_content01 .inner .col2 .warm .text .pc {
    display: none;
  }
  .top_content01 .inner .col2 .rule {
    display: block;
    width: 100%;
    padding: 30px 0 0;
  }
  .top_content01 .inner .col2 .rule .img {
    margin: 0;
    margin: 0 39px;
  }
  .top_content01 .inner .col2 .rule .list .rule-list {
    padding: 16px 87px 12px 98px;
    font-size: 0.875rem;
  }
  .top_content01 .inner .col2 .rule .list .rule-list li {
    margin-bottom: 7px;
  }
  .top_content01 .inner .col2 .top_btn {
    width: auto;
    margin: 10px 39px 0;
    font-size: 0.875rem;
  }
  .top_content01 .inner .col2 .rule .list .top_btn a::after {
    right: 65px;
  }
  .top__lead {
    margin-top: 30px;
  }
  .top__leadBtn:after {
    width: 16px;
    height: 10px;
    right: 15px;
  }
  .top__leadTxt::before {
    left: -42px;
  }
  ul.link01.top__pdfList {
    display: block;
    width: 100%;
    gap: 0 163px;
  }
  .top__pdf {
      margin-top: 20px;
  }
  ul.link01 li.top__pdfItem {
    width: 100%;
  }
  ul.link01 li.top__pdfItem a{
    padding-right: 0;
  }
  .top__pdfItem+.top__pdfItem {
    margin-top: 20px;
  }
}

/*	top_content02
-----------------------------------------*/
.top_content02 {
  margin: 0px -10px 0 -10px;
  padding: 0 10px 30px;
  background: url(/compo/img/top/bg_10.jpg) no-repeat center top;
  background-size: cover;
}
.top_content02 .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 47px 0 0 0;
}
.top_content02 .inner p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 15px;
}
.top_content02 .inner #primary div.search {
  max-width: 1240px;
  margin-bottom: 0;
}
.top_content02 .inner #primary div.search.result-all .tabs input.freeword {
  width: 100%;
  padding: 9px 10px 8px 10px;
  vertical-align: middle;
}
.top_content02 .inner #primary div.search.result-all .tabs .btn {
  width: 20%;
  vertical-align: middle;
}
.top_content02 .inner #primary div.search.result-all .tabs .btn input {
  max-height: 40px;
  margin-left: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
}
.top_content02 .inner #primary div.search.result-all .tabs .btn input:hover, .top_content02 .inner #primary div.search.result-all .tabs .btn input:focus {
  transition: all .3s;
  opacity: .6;
}
.top_content02 .inner #primary div.search.result-all .tabs li {
  padding: 20px 90px 30px 100px;
}
@media only screen and (max-width: 768px) {
  .top_content02 {
    padding-bottom: 0px;
    background-position: center -20px;
    background: url(/compo/img/top/bg_10_sp.jpg) no-repeat center top;
    background-size: contain;
  }
  .top_content02 .inner {
    padding-top: 24px;
  }
  .top_content02 .inner #primary div.search.result-all .tabs li {
    padding: 25px 10px;
  }
  .top_content02 .inner #primary div.search.result-all .tabs input.freeword {
    max-width: 100%;
    min-height: 40px;
    max-height: 40px;
  }
  .top_content02 .inner #primary div.search.result-all .tabs .btn {
    padding-left: 0;
  }
  .top_content02 .inner #primary div.search.result-all .tabs .btn input {
    max-width: 84px;
    min-height: 40px;
    max-height: 40px;
  }
  .top_content02 .inner #primary div.search.result-all .tabs .btn input:hover, .top_content02 .inner #primary div.search.result-all .tabs .btn input:focus {
    transition: none;
    opacity: 1;
  }
}

/*	top_content03
-----------------------------------------*/
.top_content03 {
  margin: 0px -10px 35px -10px;
  padding: 0 10px;
}
.top_content03 .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
}
.top_content03 .inner p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 15px;
}
.top_content03 .inner #primary div.search {
  max-width: 1240px;
  margin-bottom: 0;
}
.top_content03 .inner #primary div.search.result-all .tabs input.freeword {
  width: 100%;
  padding: 9px 10px 8px 10px;
  vertical-align: middle;
}
.top_content03 .inner #primary div.search.result-all .tabs .btn {
  width: 20%;
  vertical-align: middle;
}
.top_content03 .inner #primary div.search.result-all .tabs .btn input {
  max-height: 40px;
  margin-left: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
}
.top_content03 .inner #primary div.search.result-all .tabs .btn input:hover, .top_content03 .inner #primary div.search.result-all .tabs .btn input:focus {
  transition: all .3s;
  opacity: .6;
}
.top_content03 .inner #primary div.search.result-all .tabs li {
  padding: 20px 90px 30px 100px;
}
@media only screen and (max-width: 768px) {
  .top_content03 {
    margin-bottom: 40px;
    background-position: center -20px;
  }
  .top_content03 .inner {
    padding-top: 0;
  }
  .top_content03 .inner #primary div.search.result-all .tabs li {
    padding: 25px 10px;
  }
  .top_content03 .inner #primary div.search.result-all .tabs input.freeword {
    max-width: 100%;
    min-height: 40px;
    max-height: 40px;
  }
  .top_content03 .inner #primary div.search.result-all .tabs .btn {
    padding-left: 0;
  }
  .top_content03 .inner #primary div.search.result-all .tabs .btn input {
    max-width: 84px;
    min-height: 40px;
    max-height: 40px;
  }
  .top_content03 .inner #primary div.search.result-all .tabs .btn input:hover, .top_content03 .inner #primary div.search.result-all .tabs .btn input:focus {
    transition: none;
    opacity: 1;
  }
}

/*	hdg01
-----------------------------------------*/
.hdg01 {
  font-size: 1.875rem;
  line-height: 0.7;
  text-align: center;
  font-weight: bold;
}
.hdg01.type1 {
  padding-bottom: 31px;
}
.hdg01.type1 span {
  display: inline-block;
  color: #ffffff;
  background: url(/compo/img/top/hdg_01.png) no-repeat top left;
  padding: 20px 0 13px 65px;
}
.hdg01.type2 {
  color: #899b40;
}
.hdg01.type2 span {
  display: inline-block;
  background: url(/compo/img/top/hdg_08.png) no-repeat center left;
  padding: 20px 0 13px 50px;
}
.hdg01.type3 {
  position: relative;
  width: 500px;
  margin: 0 auto;
  padding: 0 100px;
  font-size: 2rem;
  color: #546704;
}
.hdg01.type3::before {
  position: absolute;
  content: "";
  border: 1px solid #899b40;
  width: 100px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hdg01.type3::after {
  position: absolute;
  content: "";
  border: 1px solid #899b40;
  width: 100px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .hdg01 {
    font-size: 1.5rem;
    /* line-height: 1.4; */
  /* letter-spacing: 0.13em; */}
  .hdg01.type1 {
    text-align: left;
    display: inline-block;
    padding: 0 23px 45px 50px;
    line-height: 1.4;
    letter-spacing: 0.13em;background: url(/compo/img/top/sp_hdg_01.png) no-repeat top left;
  }
  .hdg01.type1 span {
    background: none;
    font-size: 1.375rem;
    padding: 0 0 0 26px;
  }
  .hdg01.type3 {
    width: auto;
    font-size: 1.25rem;
    margin: 0 15px;
    padding: 0 80px;
  }
  .hdg01.type3::after {
    width: 80px;
  }
  .hdg01.type3::before {
    width: 80px;
  }
}

/*	hdg02
-----------------------------------------*/
.hdg02 {
  font-size: 1.625rem;
  line-height: 0.80769;
  font-weight: bold;
  background: url(/compo/img/top/bg_02.png) repeat-x bottom left;
  padding-bottom: 8px;
  margin-top: 40px;
}
.hdg02 a {
  color: #899b40;
  display: inline-block;
  text-decoration: none;
  padding: 10px 0 7px 44px;
}
.hdg02 a:hover, .hdg02 a:focus {
  opacity: .6;
  transition: all .3s;
}
.hdg02 a span::after {
  content: "";
  margin-left: 17px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #1a659e;
}
.hdg02.type1 a {
  background: url(/compo/img/top/hdg_05.png) no-repeat left center;
}
.hdg02.type2 a {
  background: url(/compo/img/top/hdg_06.png) no-repeat left center;
}
.hdg02.type3 a {
  background: url(/compo/img/top/hdg_07.png) no-repeat left center;
}
@media only screen and (max-width: 768px) {
  .hdg02 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .hdg02 a:hover, .hdg02 afocus {
    opacity: 1;
    transition: none;
  }
}

/*	link01
-----------------------------------------*/
p.link01 a {
  padding-left: 13px;
  padding-right: 30px;
  position: relative;
}
p.link01 a::before {
  content: "";
  display: block;
  background: url(/compo/css/img/arrow.png) no-repeat top left;
  position: absolute;
  height: 12px;
  width: 9px;
  top: 4px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  p.link01 a::before {
    top: 3px;
  }
}

ul.link01 {
  max-width: 1020px;
  margin: 10px auto 0;
}

ul.link01 li {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 10px;
}
ul.link01 li:first-child {
  margin-top: 0;
}
ul.link01 li:last-child {
  padding: 0;
}
ul.link01 li a {
  padding-left: 13px;
  padding-right: 30px;
  position: relative;
}
ul.link01 li a::before {
  content: "";
  display: block;
  background: url(/compo/css/img/arrow.png) no-repeat top left;
  position: absolute;
  height: 12px;
  width: 9px;
  top: 4px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  ul.link01 {
    padding: 0;
  }
  ul.link01 li a::before {
    top: 3px;
  }
}

/*	link02
-----------------------------------------*/
.link02 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 10px;
}
.link02 li {
  padding: 9px 0 7px 0;
  display: table;
  width: 100%;
  background: url(/compo/img/top/bg_05.png) repeat-x 0 0;
}
.link02 li:first-child {
  background: none;
}
.link02 li span {
  display: table-cell;
  width: 15%;
}
.link02 li a {
  display: table-cell;
  width: 85%;
}
@media only screen and (max-width: 768px) {
  .link02 {
    margin-top: 0;
  }
  .link02 li span, .link02 li a {
    display: block;
    width: 100%;
    padding: 0;
  }
  .link02 li a {
    margin-top: 4px;
  }
}

/*	box01
-----------------------------------------*/
.box01 {
  padding: 1px;
  background: url(/compo/img/top/bg_03.png) 0 0;
  margin-top: 10px;
}
.box01 .inner {
  background: #f8f6f0;
  padding: 10px;
  display: table;
  width: 100%;
}
.box01 .inner > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.box01 .inner .img {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.box01 .inner .list01 {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  width: 100%;
  padding-left: 20px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .box01 .inner .img {
    display: block;
    text-align: center;
  }
  .box01 .inner .list01 {
    display: block;
    padding-left: 0;
  }
}

/*	colmun
-----------------------------------------*/
.colmun {
  margin: 10px -10px 0 -10px;
}
.colmun .col {
  float: left;
}
.colmun .col:nth-child(odd) {
  padding-right: 22px;
  padding-left: 10px;
}
.colmun .col:nth-child(even) {
  padding-right: 10px;
  padding-left: 22px;
}
.colmun .info {
  padding: 0 11px;
}
.colmun .map {
  padding: 0 11px;
}
.colmun.left .col:nth-child(odd) {
  width: 70%;
}
.colmun.left .col:nth-child(odd) > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.colmun.left .col:nth-child(even) {
  width: 30%;
}
.colmun.left .col:nth-child(even) > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.colmun.col2 .col {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .colmun .col {
    float: none;
    margin-top: 10px;
    padding: 0 10px 0 10px;
  }
  .colmun.left .col:nth-child(odd) {
    width: 100%;
  }
  .colmun.left .col:nth-child(even) {
    width: 100%;
    margin-top: 20px;
  }
  .colmun.col2 .col {
    width: 100%;
    padding: 0 10px 0 10px;
  }
}

/*	note01
-----------------------------------------*/
.note01 .mark {
  white-space: nowrap;
  padding-right: 10px;
  display: table-cell;
}
.note01 .txt {
  display: table-cell;
}

/*	banner01
-----------------------------------------*/
.banner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  max-width: 1063px;
  margin: 46px auto 0;
}
.banner01::after {
  display: none;
}
.banner01 li {
  width: 265px;
  padding: 0 22px 0 22px;
  margin-bottom: 22px;
}
.banner01 li img {
  width: 100%;
  height: auto;
}
.banner01 li .caption {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 6px;
  display: inline-block;
}
.banner01 li a:hover, .banner01 li a:focus {
  opacity: .6;
}
.banner01.small {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .banner01 {
    margin: 30px -5px 0 -5px;
  }
  .banner01 li:nth-child(n+1) {
    width: 50%;
    padding: 10px 5px 0 5px;
  margin: 0;}
  .banner01 li a:hover, .banner01 li a:focus {
    opacity: 1;
  }
}

/*	top_content04
-----------------------------------------*/
.top_content04 {
  margin: 0 -10px;
  padding: 0 10px;
  background: url(/compo/img/top/bg_11.jpg) no-repeat bottom;
  background-size: cover;
}
.top_content04 .inner {
  max-width: 976px;
  margin: 0 auto;
  padding: 30px 0 67px 0;
}
.top_content04 .inner p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 15px;
}
.top_content04 .inner .colmun .col {
  margin-top: 20px;
}
.top_content04 .inner .colmun .col:nth-child(n + 3) {
  margin-top: 36px;
}
.top_content04 .inner .colmun .col .item {
  border: #899b40 1px solid;
  background: #fff;
  height: auto;
}
.top_content04 .inner .colmun .col .item .title a:hover,
.top_content04 .inner .colmun .col .item .title a:focus {
  opacity: .6;
}
.top_content04 .inner .colmun .col .item img {
  width: 100%;
  height: auto;
}
.top_content04 .inner .colmun .col .item .list {
  background: #fff;
  padding: 15px 20px 13px 0;
}
.top_content04 .inner .colmun .col .item .list li {
  padding-left: 78px;
  padding-top: 13px;
}
.top_content04 .inner .colmun .col .item .list li:first-child {
  padding-top: 0;
}
.top_content04 .inner .colmun .col .item .list li a {
  color: #000;
  text-decoration: none;
}
.top_content04 .inner .colmun .col .item .list li a:hover .hdg, .top_content04 .inner .colmun .col .item .list li a:focus .hdg {
  color: #ff1821;
}
.top_content04 .inner .colmun .col .item .list li .day {
  font-size: 0.625rem;
  line-height: 1.3;
  display: block;
}
.top_content04 .inner .colmun .col .item .list li .hdg {
  display: block;
  font-size: 0.875rem;
  line-height: 1.21429;
  color: #00719b;
  text-decoration: underline;
}
.top_content04 .inner .colmun .col .item .list li .txt {
  display: block;
  font-size: 0.6875rem;
  margin-left: 1em;
}
.top_content04 .inner .colmun .col.girls li {
  background: url(/compo/img/top/box-icon_01.png) no-repeat 20px center;
}
.top_content04 .inner .colmun .col.jbbablog li {
  background: url(/compo/img/top/box-icon_02.png) no-repeat 25px center;
}
.top_content04 .inner .colmun .col.bokujob li {
  background: url(/compo/img/top/box-icon_03.png) no-repeat 15px center;
}
.top_content04 .inner .colmun .col.btcblog li {
  background: url(/compo/img/top/box-icon_04.png) no-repeat 20px center;
}
@media only screen and (max-width: 768px) {
  .top_content04 {
    background: url(/compo/img/top/bg_11_sp.jpg) center top;
    background-size: contain;
  }
  .top_content04 .inner {
    max-width: 956px;
    margin: 0 auto;
    padding: 19px 0 40px;
  }
  .top_content04 .inner .colmun .col:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 10px;
  }
  .top_content04 .inner .colmun .col .item {
    height: auto !important;
  }
  .top_content04 .inner .colmun .col .item .list {
    padding: 15px 10px 13px 0;
  }
  .top_content04 .inner .colmun .col .item .list li {
    padding-left: 58px;
    padding-top: 15px;
  }
  .top_content04 .inner .colmun .col .item .list li .txt {
    margin-left: .5em;
  }
  .top_content04 .inner .colmun .col.girls li {
    background-position: 15px center;
  }
  .top_content04 .inner .colmun .col.jbbablog li {
    background-position: 15px center;
  }
  .top_content04 .inner .colmun .col.bokujob li {
    background-position: 10px center;
  }
  .top_content04 .inner .colmun .col.btcblog li {
    background-position: 15px center;
  }
}

/*	top_content05
-----------------------------------------*/
.top_content05 {
  margin: 0 -10px;
  padding: 50px 10px;
  background: #fff;
}
.top_content05 .inner {
  max-width: 1060px;
  margin: 0 auto;
}
.top_content05 .inner p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .top_content05 {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .top_content05 .inner {
    max-width: 956px;
    margin: 0 auto;
  }
}

/*	toPageTop a
-----------------------------------------*/
.top_content + #footer .toPageTop a {
  background-position: left center;
}
@media only screen and (max-width: 768px) {
  .top_content + #footer .toPageTop a {
    background-position: left 6px;
  }
}

/*	mlde
-----------------------------------------*/
.mlde-55 {
  margin-left: -55px;
}
@media only screen and (max-width: 768px) {
  .mlde-55 {
    margin-left: 0;
  }
}