@charset "UTF-8";

/**************************************************
***** import **************************************
**************************************************/
/***** font-family: 'Noto Sans Japanese', sans-serif; *****/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/**************************************************
***** initial **************************************
**************************************************/
h1,
h2,
h3,
h4,
h5,
p {
  color: #343638;
  font-weight: normal;
  font-size: 1em;
  margin: 0;
}

/**************************************************
***** layout initial ******************************
**************************************************/
#content {
  margin: 0;
}

#primary {
  float: initial;
  width: 100%;
}

#secondary {
  float: initial;
  width: 100%;
  margin: 0;
  padding: 0;
}

.wrap {
  max-width: none;
  margin: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #6FBA2C;
}

@media (max-width: 980px) {
  .site-content {
    padding-top: 49px;
  }
}

/**************************************************
***** common class ********************************
**************************************************/
.max-width1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-padding20 {
  padding: 0 20px;
}

@media (max-width: 1200px) {
  .max-width1200 {
    padding: 0 10px;
  }
}

@media (min-width: 980px) {
  .br-more980::after {
    content: "\A";
    white-space: pre;
  }
}

@media (max-width: 980px) {
  .br-more980::after {
    content: '';
  }

  .br-less980::after {
    content: "\A";
    white-space: pre;
  }

  .max-width1200 {
    padding: 0;
  }
}

/**************************************************
***** header **************************************
**************************************************/
.site-header {
  background: #ffffff;
  height: auto;
}

header {
  height: auto;
}

._header {
  padding: 25px 10px;
  overflow: hidden;
}

._header p {
  color: #3B4043;
  font-size: 14px;
  font-family: 'Noto Sans Japanese', sans-serif;
}

._header a {
  color: #3B4043;
  font-weight: bold;
}

._header .header {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
}

._header ._item1 {
  width: 30%;
}

._header ._item2 {
  width: 70%;
}

._header .item2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

._header .item2> *:not(:first-of-type) {
  margin-left: 10px;
}

._header .item2 ._item2-4 {
  margin-left: 50px;
}

._header .item2-2 {
  display: flex;
  align-items: center;
}

._header .item2-2-1 {
  font-size: 12px;
  font-weight: bold;
}

._header ._item2-2-2 {
  margin-left: 10px;
}

._header .item2-2-2 {
  display: flex;
}

._header .item2-3 {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

._header .item2-3>* {
  /* margin-left: 10px; */
}

._header .item2-3>li>a {
  font-size: 14px;
}

._header .item2-3>li.bg_gr {
  background: #6FBA2C;
  padding: 12px 12px;
  position: relative;
  z-index: 1;
}
._header .item2-3>li.bg_gr >a{
  color: #fff;
}
._header .item2-3>li.bg_gr img {
  height: 14px;
  vertical-align: sub;
  margin-right: 4px;
}

._header .item2-4 {
  cursor: pointer;
}

._header .item2-4 #search-form {
  margin: 0;
}

._header .item2-4 #search-form ._search-ele {
  width: 30px;
  position: relative;
}

._header .item2-4 #search-form .search-ele {
  display: flex;
  align-items: center;
  transition: 1s;
  width: 276px;
  position: relative;
  right: 0;
}

._header .item2-4 #search-form[search-status="active"] .search-ele {
  right: 250px;
  background: #ffffff;
}

._header .item2-4 #search-form .search-ele input {
  opacity: 0;
}
._header .item2-4 #search-form[search-status="active"] .search-ele input {
  opacity: 1;
}

._header .item2-4 #search-form .search-ele>input {
  background: #ffffff;
  border: 1px solid #cccccc;
  transition: 1s;
  width: 244px;
  margin-left: 10px;
  padding: 5px 10px;
}

._header .item2-4 #search-form .search-ele>input::placeholder,
._header .item2-4 #search-form .search-ele>inputinput:-ms-input-placeholder,
._header .item2-4 #search-form .search-ele>inputinput::-ms-input-placeholder {
  color: #bbbbbb;
}

._header .item2-4 #search-form .search-ele>input:focus {
  outline: none;
}

._header .item2-4 #search-form .search-ele>img {
  cursor: pointer;
  width: 24px;
}

._header ._fs-switcher-type {
  cursor: pointer;
  background: #EBEDED;
  width: 50px;
  padding: 8px 0;
}

._header ._fs-switcher-type>p {
  text-align: center;
  font-size: 12px;
}

._header ._fs-switcher-type[fs-switcher-status="active"] {
  background: #FF8A00;
}

._header ._fs-switcher-type[fs-switcher-status="active"]>p {
  color: #ffffff;
}

._header ._menutoggle {
  display: none;
}

._header .menutoggle-line {
  background: #343638;
  border-radius: 3px;
  display: block;
  height: 2px;
  margin: 4px 0;
}

._header .menutoggle .menutoggle-line:nth-of-type(1) {
  width: 18px;
}

._header .menutoggle .menutoggle-line:nth-of-type(2) {
  width: 14px;
}

._header .menutoggle .menutoggle-line:nth-of-type(3) {
  width: 18px;
}

@media (max-width: 980px) {
  .site-header {
    width: 100%;
    position: fixed;
    z-index: 1000;
  }

  ._header {
    padding: 10px 10px 5px 10px;
  }

  ._header ._item2 {
    display: none;
  }

  ._header ._item1 {
    width: 100%;
  }

  ._header ._item1-1 {
    text-align: center;
  }

  ._header ._item1-1 img {
    width: 170px;
  }

  ._header ._menutoggle {
    display: block;
  }

  ._header ._menutoggle[status="active"] .menutoggle .menutoggle-line:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }

  ._header ._menutoggle[status="active"] .menutoggle .menutoggle-line:nth-of-type(2) {
    opacity: 0;
  }

  ._header ._menutoggle[status="active"] .menutoggle .menutoggle-line:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }

  .site-header ._main-menu {
    width: 100%;
    position: absolute;
    z-index: 200;
  }

  .site-header ._main-menu .main-menu {
    display: none;
  }
}


/**************************************************
***** main menu ***********************************
**************************************************/
._main-menu {
  background: #25A3BF;
  width: 100%;
  z-index: 40;
}

._main-menu a {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  
}

._main-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

._main-menu .main-menu {
  max-width: 1200px;
  margin: 0 auto;
}

._main-menu #menu-mainmenu {
  position: relative;
}
._main-menu ._item1 #menu-mainmenu>.menu-item {
  /* width: ; */
}

._main-menu .menu {
  display: flex;
}

._main-menu .menu-item {
  background: #ffffff;
  border-top: 1px solid #DEDFDF;
  border-left: 1px solid #DEDFDF;
  border-bottom: 1px solid #DEDFDF;
  padding: 10px 0;
  position: relative;
  text-align: center;
}

._main-menu .menu-item:hover {
  background: #f3f3f3;
}

._main-menu .menu>.menu-item::after {
  content: '';
  background: url(/wp/wp-content/uploads/2020/02/under-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  height: 12px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

/* ._main-menu ._item1 .menu>.menu-item:nth-of-type(7)::after {
  background: none;
} */

._main-menu ._item1 .menu>.menu-item:nth-of-type(2) {
  width: 240px;
}

._main-menu ._item1 .menu>.menu-item:nth-of-type(3) {
  width: 192px;
}

._main-menu ._item1 .menu>.menu-item:nth-of-type(4) {
  width: 192px;
}

._main-menu ._item1 .menu>.menu-item:nth-of-type(5) {
  width: 192px;
}

._main-menu ._item1 .menu>.menu-item:nth-of-type(6) {
  width: 192px;
}

._main-menu ._item1 .menu>.menu-item:nth-of-type(7) {
  width: 192px;
}

._main-menu ._item1 .menu>.menu-item:nth-of-type(8) a {
  /* color: #ffffff; */
  /* display: none; */
}

._main-menu .sub-menu {
  background: #f3f3f3;
  list-style: none;
  display: none;
  border-top: 1px solid #DEDFDF;
  margin: 0;
  padding: 20px 40px;
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 30;
}

._main-menu ._item1 .menu>.menu-item:hover .sub-menu {
  display: flex;
  flex-wrap: wrap;
}

._main-menu .sub-menu .menu-item {
  background: none;
  border: none;
  padding: 5px 10px;
  width: 33%;
}

._main-menu .sub-menu .menu-item a {
  background: #ffffff;
  border: 1px solid #DEDFDF;
  border-radius: 7px;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  vertical-align: middle;
  position: relative;
}

._main-menu .sub-menu .menu-item a:hover {
  /* color: #ffffff;
    background: #6FBA2C; */
}

._main-menu .sub-menu .menu-item a::after {
  content: '';
  background: url(/wp/wp-content/uploads/2020/03/right-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  height: 12px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all .3s;
}

._main-menu .sub-menu .menu-item a:hover::after {
  transform: translate(50%,-50%);
}

._main-menu .menu .menu-item-sp {
  display: none;
}

._main-menu-sp {
  display: none;
}

._main-menu-sp .menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

._main-menu-sp .menu .menu-item {
  border-top: 1px solid #DEDFDF;
  border-bottom: 1px solid #DEDFDF;
  border-left: 1px solid #DEDFDF;
}

._main-menu-sp .menu .menu-item a {
  color: #000000;
  display: inline-block;
  font-weight: bold;
  width: 100%;
  font-size: 11px;
  padding: 10px 0;
  text-align: center;
}

._main-menu-sp .menu .menu-item:nth-of-type(3) a {
  color: #ffffff;
  background: #6FBA2C;
}

._main-menu-sp .menu .menu-item:nth-of-type(1) {
  width: 45%;
}

._main-menu-sp .menu .menu-item:nth-of-type(2) {
  width: 30%;
}

._main-menu-sp .menu .menu-item:nth-of-type(3) {
  width: 25%;
}

._main-menu ._item2 {
  display: none;
}

._main-menu ._item3 {
  display: none;
}

@media (min-width: 980px) {
  ._main-menu.cling {
    position: fixed;
    top: 0;
  }
}

@media (max-width: 980px) {
  ._main-menu>.main-menu {
    background: #ffffff;
    border-top: 1px solid #DEDFDF;
    position: fixed;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
  }

  ._main-menu .menu {
    display: block;
    border-top: 1px solid #DEDFDF;
  }

  ._main-menu ._item1 .menu>.menu-item {
    width: 100% !important;
    padding-bottom: 0;
  }

  ._main-menu ._item1 .menu>.menu-item>a {
    display: inline-block;
    padding-bottom: 10px;
  }

  ._main-menu .menu-item {
    background: #ffffff;
    text-align: left;
  }

  ._main-menu ._item1 #menu-mainmenu>.menu-item>a {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._main-menu ._item1 #menu-mainmenu>.menu-item>.sub-menu .menu-item a {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._main-menu .menu-item:hover {
    background: #ffffff;
  }

  ._main-menu ._item1 .menu>.menu-item::after {
    top: 20px;
  }

  ._main-menu .sub-menu {
    display: none;
    padding: 0;
    position: static;
    top: initial;
  }

  ._main-menu .sub-menu .menu-item {
    background: #F3F3F3;
    display: block;
    width: 100%;
    padding: 0;
  }

  ._main-menu .sub-menu .menu-item a {
    background: none;
    border-radius: 0;
  }

  ._main-menu ._item1 .menu>.menu-item::after {
    background: url(/wp/wp-content/uploads/2020/03/right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  ._main-menu ._item1 .menu>.menu-item[switch-status="active"]::after {
    background: url(/wp/wp-content/uploads/2020/02/under-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  ._main-menu ._item1 .menu>.menu-item:hover .sub-menu {
    display: none;
  }

  ._main-menu ._item1 .menu>.menu-item:nth-of-type(1) {
    background: #6FBA2C;
  }

  ._main-menu ._item1 .menu>.menu-item:nth-of-type(1) a {
    color: #ffffff;
  }

  ._main-menu ._item1 .menu>.menu-item:nth-of-type(1)::after {
    background: url(/wp/wp-content/uploads/2020/03/right-arrow2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  ._main-menu .sub-menu>.menu-item::after {
    content: '';
    background: url(/wp/wp-content/uploads/2020/03/right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    height: 12px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }

  ._main-menu .sub-menu>.menu-item a::after {
    background: none;
  }

  ._main-menu .menu .menu-item-pc {
    display: none;
  }

  ._main-menu .menu .menu-item-sp {
    display: block;
  }

  ._main-menu-sp {
    /* display: block; */
  }

  ._main-menu ._item2 {
    display: block;
    background: #f6f8f9;
  }

  ._main-menu ._item2 .menu {
    border-top: none;
    padding: 10px 0 80px 0;
  }

  ._main-menu ._item2 .menu .menu-item {
    border: none;
    background: none;
    padding: 0;
    text-align: left;
  }

  ._main-menu ._item2 .menu .menu-item::after {
    background: none;
  }

  ._main-menu ._item2 .menu .menu-item {
    padding-left: 40px;
  }

  ._main-menu ._item2 .menu .menu-item a {
    font-size: 12px;
  }

  ._main-menu ._item3 {
    display: block;
    background: #ffffff;
  }

  ._main-menu ._item3 .search-form {
    padding: 15px 23px;
    margin: 0 !important;
  }

  ._main-menu ._item3 .search-ele {
    display: flex;
  }

  ._main-menu ._item3 .search-ele .search-text {
    flex: 1;
    -webkit-appearance: none;
  }

  ._main-menu ._item3 .search-ele .search-button {
    width: 70px;
    margin-left: 10px;
    box-shadow: 0 2px 3px #aaaaaa;
  }
}


/**************************************************
***** footer **************************************
**************************************************/
.site-footer {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0;
  padding-top: 80px;
}

._footer {
  background: #6FBA2C;
  padding: 80px 10px;
}

._footer p {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

._footer a {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

._footer .footer {
  max-width: 1150px;
  margin: 0 auto;
}

._footer .item1 {
  display: flex;
}

._footer ._item1-1 {
  width: 35%;
}

._footer ._item1-2 {
  width: 65%;
}

._footer .item1-1-1-2 {
  margin-top: 15px;
  font-size: 20px;
}

._footer .item1-1-1-3 {
  font-size: 18px;
}

._footer .item1-1-2-1 {
  margin-top: 30px;
}

._footer .item1-1-2-2 {
  margin-top: 30px;
}

._footer .item1-1-2-2 a>* {
  vertical-align: middle;
}

._footer .phone-number {
  font-size: 32px;
}

._footer .item1-1-2-3 {
  margin-top: 20px;
}

._footer .item1-1-2-4 {
  display: block;
  background: #ffffff;
  color: #555555;
  border-radius: 5px;
  width: 260px;
  margin-top: 20px;
  padding: 10px 0;
  text-align: center;
}

._footer .item1-1-3 {
  margin-top: 40px;
}

._footer .item1-1-3 .menu {
  display: block;
}

._footer .menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

._footer .menu>.menu-item {
  width: 33%;
  padding-bottom: 20px;
}

._footer .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}

._footer .sub-menu .menu-item {
  margin-bottom: 7px;
}

._footer .sub-menu .menu-item a {
  font-size: 12px;
}

._footer .copyright {
  font-weight: normal;
  text-align: center;
  padding-top: 120px;
}

._footer ._other-link-list-sp {
  display: none;
}

._footer .menu>.menu-item-sp {
  display: none;
}

._footer .menu-item-header {
  display: none;
}

@media (max-width: 980px) {
  ._footer .item1 {
    display: block;
  }

  ._footer ._item1-1 {
    width: 100%;
  }

  ._footer ._item1-2 {
    width: 100%;
  }

  ._footer .menu {
    display: block;
  }

  ._footer .menu>.menu-item {
    padding-top: 30px;
    width: 100%;
  }

  ._footer .menu>.menu-item-pc {
    display: none;
  }

  ._footer ._other-link-list-pc {
    display: none;
  }

  ._footer ._other-link-list-sp {
    display: block;
  }

  ._footer ._other-link-list-sp .menu-item {
    font-size: 12px;
    margin-bottom: 7px;
    padding: 0;
  }

  ._footer .copyright {
    padding-top: 20px;
    font-size: 10px;
  }

  ._footer {
    padding-bottom: 10px;
  }
}


/**************************************************
***** pankuzu list ********************************
**************************************************/
._pankuzu-list {
  padding: 30px 0;
}

.pankuzu-list {
  display: flex;
}

._pankuzu-item {
  padding: 0 10px;
}

.pankuzu-item {
  color: #A6ADB4;
}

._pankuzu-break {
  padding: 0 10px;
}

.pankuzu-list ._pankuzu-item:nth-of-type(1) {
  padding-left: 0;
}

@media (max-width: 980px) {
  .pankuzu-list {
    justify-content: center;
    padding: 0 20px;
  }
}



/**************************************************
***** common under ********************************
**************************************************/
._common-under ._item1 {
  padding-top: 60px;
}

._common-under .item1 {
  background: #6FBA2C;
  display: flex;
  align-items: center;
  padding: 25px;
}

._common-under ._item1-1 {
  width: 50%;
}

._common-under .item1-1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.3em;
}

._common-under ._item1-2 {
  width: 50%;
}

._common-under .item1-2-1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 2.0em;
  vertical-align: middle;
}

._common-under .item1-2-1 img {
  width: 50px;
  margin-right: 10px;
}

._common-under .item1-2-1>* {
  vertical-align: middle;
}

._common-under .item1-2-2 {
  color: #ffffff;
  font-size: 0.75em;
}

._common-under ._item1-2-3 {
  padding-top: 10px;
}

._common-under .item1-2-3 {
  display: block;
  color: #6FBA2C;
  background: #ffffff;
  border-radius: 7px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}

._common-under ._item2 {
  padding-top: 50px;
}

._common-under .item2 {
  background: #ffffff;
  border: 1px solid #CBD0D3;
  padding: 25px;
}

._common-under .item2-1 {
  display: flex;
  align-items: center;
}

._common-under .item2-1-1 {
  width: 16px;
}

._common-under .item2-1-2 {
  color: #6FBA2C;
  font-size: 1.3em;
  margin-left: 10px;
}

._common-under ._item2-2 {
  padding-top: 25px;
}

._common-under .item2-2 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

._common-under .item2-2>* {
  margin-right: 30px;
}

._common-under .item2-2>*::before {
  content: '';
  display: inline-block;
  background: url(/wp/wp-content/uploads/2020/03/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}

._common-under .item2-2>* a {
  color: #008CAB;
}

@media (max-width: 800px) {
  ._common-under .item1 {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }

  ._common-under .item2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._common-under ._item1-1 {
    width: 100%;
  }

  ._common-under ._item1-2 {
    width: 100%;
  }

  ._common-under .item1-1 {
    margin: 0 auto;
    font-size: 1.25em;
  }
}

/**************************************************
***** page-layout-1 *****************************
**************************************************/
._article-list .article-list {
  border-left: 3px solid #CBD0D3;
}

._article-list .article-list ._article-list-item:nth-of-type(odd) {
  background: #ffffff;
}

._article-list ._article-list-item {
  padding: 10px 0;
  padding-left: 20px;
}

._article-list .article-list-item {
  display: flex;
}

._article-list ._article-list-item-date {
  width: 130px;
}

._article-list .article-list-item-date {
  color: #000000;
  font-size: 0.875em;
}

._article-list ._article-list-item-title {
  flex: 1;
}

._article-list .article-list-item-title {
  color: #008CAB;
}

@media (max-width: 980px) {
  ._article-list .article-list {
    border-left: none;
  }

  ._article-list .article-list-item {
    align-items: center;
  }

  ._article-list .article-list-item-date {
    font-size: 0.7em;
  }

  ._article-list .article-list-item-title {
    font-size: 0.9em;
  }
}



/**************************************************
***** side menu (right) ***************************
**************************************************/
.right-menu .item1-1 {
  border-bottom: 2px solid #6FBA2C;
  font-weight: bold;
  padding-bottom: 30px;
  font-size: 1.1em;
}

.right-menu .item1-2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.right-menu .item1-2>* {
  padding-top: 20px;
}

.right-menu .item1-2>* a {
  color: #008CAB;
}

.right-menu ._item2 {
  padding-top: 50px;
}

.right-menu .item2 * {
  width: 100%;
}

.right-menu .item2 .widget {
  margin: 0;
}

.right-menu .item2 h4.widget-title {
  border-bottom: 2px solid #6FBA2C;
  font-weight: bold;
  padding-bottom: 30px;
  font-size: 1.1em;
}

.right-menu .item2 h4.widget-title:after {
  content: none;
}

.right-menu .item2 .wpp-list {
  margin: 0;
  padding: 0;
  padding-top: 15px;
}

.right-menu .item2 .wpp-list li {
  display: flex;
  align-items: center;
}

.right-menu .item2 .wpp-list li a {
  flex: 1;
  color: #008CAB;
  padding-left: 10px;
}

.right-menu .item2 .wpp-list li::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
}

.right-menu .item2 .wpp-list li:nth-of-type(1)::before {
  background: url(/wp/wp-content/uploads/2020/03/ranking-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.right-menu .item2 .wpp-list li:nth-of-type(2)::before {
  background: url(/wp/wp-content/uploads/2020/03/ranking-02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.right-menu .item2 .wpp-list li:nth-of-type(3)::before {
  background: url(/wp/wp-content/uploads/2020/03/ranking-03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.right-menu .item2 .wpp-list li:nth-of-type(4)::before {
  background: url(/wp/wp-content/uploads/2020/03/ranking-04.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.right-menu .item2 .wpp-list li:nth-of-type(5)::before {
  background: url(/wp/wp-content/uploads/2020/03/ranking-05.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.right-menu ._item3 {
  padding-top: 50px;
}

.right-menu .item3-1 {
  border-bottom: 2px solid #6FBA2C;
  font-weight: bold;
  padding-bottom: 30px;
  font-size: 1.1em;
}

.right-menu .item3-2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.right-menu .item3-2 .sidemenu-latest-item {
  padding-top: 15px;
}

.right-menu .item3-2 .sidemenu-latest-item-date {
  color: #707070;
  font-size: 0.7em;
}

.right-menu .item3-2 .sidemenu-latest-item-link {
  color: #008CAB;
}

.right-menu ._item4 {
  padding-top: 50px;
}

.right-menu .item4 ._banner {
  max-width: 400px;
  padding-bottom: 20px;
}

.right-menu .item4 .banner {
  display: block;
  background: #ffffff;
  border-radius: 7px;
}

.right-menu .item4 .banner-image {
  width: 100%;
}

.right-menu .item4 ._banner-title {
  padding: 12px 12px 8px 12px;
}

.right-menu .item4 .banner-title {
  color: #21BA45;
  font-size: 1.1em;
}

.right-menu .item4 ._banner-desc {
  padding: 0 12px 12px 12px;
}

@media (max-width: 980px) {
  ._right-menu {
    padding-top: 40px;
  }

  .right-menu {
    max-width: 300px;
    margin: auto;
  }
}



/**************************************************
***** page-layout-1 *****************************
**************************************************/
.page-layout-1 {
  display: flex;
}

.page-layout-1 .site-main {
  width: 880px;
  padding: 10px;
}

.page-layout-1 .side-menu {
  width: 320px;
  padding: 10px;
}

@media (max-width: 980px) {
  .page-layout-1 {
    display: block;
  }

  .page-layout-1 .site-main {
    width: 100%;
    padding: 0;
  }

  .page-layout-1 .side-menu {
    width: 100%;
    padding: 0;
  }
}



/**************************************************
***** page-template-1 *****************************
**************************************************/
._page-template-1 {
  width: 100%;
}



/**************************************************
***** archive-layout-1 ****************************
**************************************************/
/*._archive-layout-1 .site-main .item1 {
    color: #ffffff;
    background: #5d98c1;
    border-radius: 7px;
    width: 100%;
    padding: 5px 10px;
}*/
/* ._archive-layout-1 .site-main .item1{
	color: #6FBA2C;
	background: none;
	font-weight: normal;
	width: 100%;
	font-size: 2em;
	margin-bottom:40px;
} */
._archive-layout-1 .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

._archive-layout-1 ._news-list-item {
  padding-top: 20px;
}

._archive-layout-1 .news-list-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

._archive-layout-1 ._news-list-item-date {
  display: flex;
  align-items: center;
}

._archive-layout-1 ._news-list-item-date::before {
  content: '';
  display: block;
  background: #2D9E9B;
  border-radius: 50%;
  margin-right: 5px;
  width: 15px;
  height: 15px;

}

._archive-layout-1 ._news-list-item-date {
  width: 160px;
}

._archive-layout-1 ._news-list-item-title {
  flex: 1;
}

._archive-layout-1 .news-list-item-date {
  margin-right: 20px;
}

._archive-layout-1 ._news-list-item-outline {
  flex: 1;
}

._archive-layout-1 .news-list-item-title {
  color: #008CAB
}

._archive-layout-1 ._news-list-item-excerpt {
  font-size: 0.875em;
}

._archive-layout-1 .nav-links {
  padding-top: 40px;
}

._archive-layout-1 .navigation .screen-reader-text {
  display: none;
}

._archive-layout-1 .nav-links .page-numbers:hover {
  color: #ffffff;
  background: #6FBA2C;
}

._archive-layout-1 .nav-links .page-numbers.current {
  background: #6FBA2C;
}

._archive-layout-1 .nav-links span {
  background: #6FBA2C;
}

._archive-layout-1 .site-main ._common-under .item1 {
  background: #6FBA2C;
  border-radius: 0;
  padding: 25px;
}

@media (max-width: 980px) {
  ._archive-layout-1 .news-list-item {
    display: block;
  }

  ._archive-layout-1 .site-main ._common-under .item1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}



/**************************************************
***** font size ***********************************
**************************************************/
#primary {
  font-size: 1em;
}

body[fs-selected="fontM"] #primary {
  font-size: 1em;
}

body[fs-selected="fontL"] #primary {
  font-size: 1.1em;
}

/* body[fs-selected="fontM"] ._page-template-3 {
    font-size: 100%;
}
body[fs-selected="fontL"] ._page-template-3 {
    font-size: 110%;
}
body[fs-selected="fontM"] p {
    transform: scale(1.0);
}
body[fs-selected="fontL"] p {
    transform: scale(1.5);
} */




/**************************************************
***** English ***********************************
**************************************************/
#enpage header#masthead {
  position: fixed;
  width: 100%;
  top: 0px !important;
}

#enpage ._header {
  padding: 10px 40px;
}

#enpage ._header ._item1 {
  width: 45%;
  text-align: center;
  margin: 0 auto;
}

#enpage ._footer {
  padding: 24px !important;
}

#enpage ._footer .copyright {
  padding-top: 60px !important;
}


@media (max-width: 980px) {

  #enpage ._header {
    padding: 6px 20px;
  }

  #enpage ._header ._item1 {
    width: 60%;
  }

  #enpage ._header ._item1-1 img {
    width: 640px !important;
  }

  #enpage ._header ._item2 {
    display: block;
    width: 50px !important;
    font-size: 12px !important;
  }
}


/**************************************************
***** ul ol ***********************************
**************************************************/
ol.numbers {
  margin-left: 32px !important;
  counter-reset: list-count;
  list-style: none;
  list-style-position: outside !important;
}

ol.numbers li {
  list-style-type: decimal !important;
}

/*ol.numbers > li::before {
  content:counter(list-count) ".";
  counter-increment: list-count;
	font-weight:bold;
	margin-right:8px;
}*/


ul.custommarker01 {
  padding-left: 20px;
  list-style-position: outside !important;
  margin-left: 60px;
  /* マーカーを1文字寄せた分、ULにマージンを設定*/
}

ul.custommarker01 li {
  list-style-type: none !important;
  list-style-position: outside !important;

}

ul.custommarker01 li:before {
  content: '（注）';
  /* ←ここにリストマーカーにしたい文字列を設定 */
  margin-left: -16px;
  /* 1文字分、左に寄せる */
}



.list2-padding {
  padding-left: 2em !important;
}

.list2-padding2 {
  padding-left: 3em !important;
}

.list2-padding3 {
  padding-left: 4em !important;
}

.h4-padding {
  padding-bottom: 0.5em !important;
}

/* leaflet */
table.leaflet_row img {
  object-fit: contain;
  aspect-ratio: 2 / 2.8;
}