/* 共通 */
.cmn_anchor {
  margin: 20px 0;
}
.cmn_anchor.type02>ul>li>a.active {
  background: url(../../image_cmn/anchor/anchor_bg_hv.png) repeat center;
}
.cmn_anchor>ul>li>a.active>span::after {
  content: none;
}
.cmn_anchor>ul>li>a>span::after {
  border-left: 7px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: "";
  height: 0;
  margin-top: -4px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
}
.cmn_anchor>ul>li>a>span {
  padding-right: 13px;
  width: 90%;
}

/* cmn_h1_sitetop_name */
.proverb_mainimg .txt_banner h1 span.cmn_h1_sitetop_name {
  display: block;
  margin: 0 auto;
}

/* Charm archive */
.proverb_charm__wrapper:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.proverb_charm__wrapper img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* Heading common
 =================================================================================== */
.breadcrumbs {
  margin-bottom: 13px;
}
.proverb_content {
  margin: 0 auto;
  max-width: 830px;
}

/* Proverb mainimg
 =================================================================================== */
.proverb_mainimg {
  margin-bottom: 17px;
  position: relative;
}
.proverb_mainimg .txt_banner {
  height: 100%;
  position: absolute;
  width: 100%;
}
.proverb_mainimg .txt_banner h1 {
  color: #FFFFFF;
  display: table;
  font-size: 36px;
  font-weight: 600;
  height: 100%;
  line-height: 1.4;
  width: 100%;
}

.proverb_mainimg .txt_banner h1 span {
  display: table-cell;
  padding: 0px 100px;
  text-align: center;
  text-shadow: 2px 1px 3px #0f0f0d, 1px 2px 3px #0f0f0d;
  vertical-align: middle;
}
@media (max-width:768px) {
  .proverb_mainimg .txt_banner h1 {
    font-size: 4vw;
  }
}
/* txt
   =========================================================== ======================== */
.proverb_content .box_txt_1 {
  color: #000;
  text-align: justify;
}

/* title
   =========================================================== ======================== */
.title_h2new {
  font-feature-settings: revert;
  margin-top: 27px;
}
#new_update .title_h2new {
  margin-bottom: 40px;
}
.title_h2new:nth-of-type(n+2) {
  margin-top: 63px;
}

/* wrap_h2
 =================================================================================== */
.wrap_h2.bkg_first {
  background: url(../image/bkg03.jpg) no-repeat center;
  background-size: 100% auto;
}
.wrap_h2.bkg_two {
  background: url(../image/bkg06.jpg) no-repeat center;
  background-size: 100% auto;
}
.wrap_h2 {
  height: 60px;
  max-width: 830px;
}
.wrap_h2 span {
  font-size: 26px;
  line-height: 64px;
  letter-spacing: 1.3px;
  color: #000;
  position: relative;
  font-weight: 600;
  display: table;
  margin: 0 auto;
}
.wrap_h2 span:before {
  content: "";
  position: absolute;
  background: url(../image/ico01.png) no-repeat;
  width: 27px;
  height: 17px;
  left: -39px;
  top: 50%;
  margin-top: -9px;
}
.wrap_h2 span:after {
  content: "";
  position: absolute;
  background: url(../image/ico01.png) no-repeat;
  width: 27px;
  height: 17px;
  right: -39px;
  top: 50%;
  margin-top: -9px;
}

/* ul anchor
 =================================================================================== */
.anchor {
  margin: 0 auto 15px;
  position: relative;
}
.anchor:nth-child(2n + 1):before {
  background: url(../image/bkg04.png) no-repeat;
  content: "";
  height: 418px;
  left: -145px;
  position: absolute;
  top: 0;
  width: 186px;
  display: none;
}
.anchor:nth-child(2n + 1):after {
  background: url(../image/bkg05.png) no-repeat;
  bottom: 0;
  content: "";
  height: 471px;
  position: absolute;
  right: -120px;
  width: 123px;
  display: none;
}
.anchor:nth-child(2n):before {
  background: url(../image/bkg07.png) no-repeat;
  content: "";
  height: 421px;
  left: -145px;
  position: absolute;
  top: 0;
  width: 190px;
  display: none;
}
.anchor:nth-child(2n):after {
  background: url(../image/bkg08.png) no-repeat;
  bottom: -26px;
  content: "";
  height: 502px;
  position: absolute;
  right: -155px;
  width: 198px;
  display: none;
}
.content_anchor {
  max-width: 770px;
  margin: 0 auto;
}
.content_anchor .item {
  background: url(../image/bkg09.jpg);
  margin: 0;
  padding: 20px 25px 18px;
  position: relative;
}
.content_anchor .item::before {
  border-top: 1px solid #b28e5f;
  content: "";
  height: 0;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 93.6%;
}
.content_anchor hr + .item {
  padding-top: 25px;
}
.content_anchor div.item:first-child::before,
.content_anchor hr + div.item::before {
  border-top: none;
}
.content_anchor div.item:first-child {
  padding-top: 25px;
}
.content_anchor div.item:last-child {
  border-bottom: 3px solid #b28e5f;
  padding-bottom: 20px;
}
.content_anchor .item .labels {
  font-size: 0;
  float: left;
}
.content_anchor .item .labels span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  min-width: 10.5em;
  text-align: center;
  padding: 1px 6px 2px;
  line-height: 21px;
}
.content_anchor .item .labels span.long {
  width: 19.5em;
}
.content_anchor .item .date {
  background: none;
  /* float: left; */
  margin-right: 15px;
  line-height: 24px;
}
hr.day_line {
  background: url(../image/bkg09.jpg);
  border-top: none;
  width: 100%;
  margin: 0 0 35px;
  padding-top: 5px;
  position: relative;
}
hr.day_line::after {
  background: #b28e5f;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
hr.month_line {
  border-top: #B28E5F 3px solid;
  width: 95%;
  margin: 40px auto;
}
.anchor .desc p {
  overflow-y: hidden;
}
.content_anchor .item .black {
  background: #0a0a0a;
}
.content_anchor .item .green {
  background: #546e34;
}
.content_anchor .item .blue {
  background: #414a8d;
}
.content_anchor .item .gold {
  background: #8f6a26;
}
.content_anchor .item .blue1 {
  background: #417098;
}
.content_anchor .item .green1 {
  background: #356d68;
}
.content_anchor .item .purple {
  background: #7e3076;
}
.content_anchor .item .pink {
  background: #b54157;
}
.content_anchor .item .brown {
  background: #763b1b;
}
.anchor h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 28px;
  margin-top: 10px;
  padding-top: 5px;
}
.anchor .desc {
  border-top: 1px solid #b28e5f;
  font-size: 17px;
  line-height: 26px;
  padding-top: 14px;
}
.anchor .desc > * {
  display: inline;
}
.anchor .btnmore {
  background: url(../../image_cmn/ico_next.png) no-repeat left center;
  background-size: 12px auto;
  color: #0d53de;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 26px;
  padding-left: 20px;
  white-space: nowrap;
}
.anchor .btnmore:hover {
  color: #a92121;
}
.new_char_before {
  position: absolute;
  top: 0;
  left: -140px;
}
.new_char_after {
  bottom: 0;
  position: absolute;
  right: -150px;
}

@media (max-width: 767px) {
  .content_anchor .item .date {
    float: none;
    display: block;
    margin: 0;
  }
  .proverb_charm__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .new_char_after,
  .new_char_before {
    display: none;
  }
  .proverb_mainimg .txt_banner h1 {
    letter-spacing: 1.2px;
  }
  .proverb_mainimg .txt_banner h1 span {
    padding: 0;
    text-shadow: 0 4px 1px #000;
    line-height: 1.4;
  }
  .proverb_charm__archive .box_txt_1 {
    font-size: 15px;
    letter-spacing: 0.75px;
    line-height: 22px;
  }
  .title_h2new {
    margin-top: 20px;
  }
  .title_h2new:nth-of-type(n+2) {
    margin-top: 40px;
  }
    .wrap_h2 {
    height: auto;
    margin-bottom: 16px;
    position: relative;
  }
  .wrap_h2 span {
    font-size: 24px;
    height: auto;
    letter-spacing: 1.2px;
    line-height: normal;
  }
  .wrap_h2 > span:not(.sp) {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .wrap_h2 > span:not(.sp) span {
    display: table;
    height: 100%;
    width: 100%;
  }
  .wrap_h2 > span:not(.sp) span span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .wrap_h2.bkg_two,
  .wrap_h2.bkg_first {
    background: none!important;
  }
  .wrap_h2 span:before,
  .wrap_h2 span:after {
    display: none;
  }
  .anchor:after,
  .anchor:before {
    display: none;
  }
  .anchor {
    background: none;
    margin-bottom: 0;
  }
  .content_anchor {
    padding:0 2% 0;
  }
  .anchor h3 {
    font-size: 19px;
    height: inherit;
    letter-spacing: 0.95px;
    line-height: 24px;
    padding-bottom: 3px;
  }
  .content_anchor .item {
    padding: 20px 15px 20px;
  }
  .anchor {
    margin-top: 15px;
  }
  .anchor .line.showsp {
    display: block!important;
    margin-top: 17px;
    visibility: hidden;
  }
  .content_anchor .item .labels {
    margin-bottom: 7px;
    float: none;
  }
  .content_anchor .item .labels span {
    font-size: 15px;
    letter-spacing: -0.5px;
    line-height: 20px;
    min-width: 6em;
    margin-bottom: 3px;
    margin-right: 7px;
  }
  .content_anchor .item .labels span.date {
    color: #000;
    text-align: left;
  }
  .content_anchor .item .labels span:last-child {
    margin-right: 0;
  }
  .anchor .desc {
    font-size: 15px;
    line-height: 24px;
    padding-top: 17px;
  }
  .anchor .btnmore {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (max-width: 413px) {
  .wrap_h2 span {
    font-size: 20px;
  }
}

/*IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .proverb_mainimg .txt_banner h1 span {
    padding: 65px 100px;
  }
  .wrap_h2 span {
    line-height: 70px;
  }
  .content_anchor .item .labels span {
    padding: 3px 5px 0;
  }
  .wrap_h2 span:before,
  .wrap_h2 span:after {
    margin-top: -11px;
  }
}

/*IPAD*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .wrap_h2 span {
    line-height: 62px;
  }
}

.item p {
  display: block !important;
}
.item .btn_red span {
  width: auto;
}

/* 2019/02/14 追記ここから */
/* .anchor_month
 =================================================================================== */
.anchor_month {
  background: url(../image/bg_anchor_month02.png) left top no-repeat, url(../image/bg_anchor_month03.png) right bottom no-repeat;
  background-color: #f8f2e4;
  border: 1px solid #b28e5f;
  margin: 0 auto 40px;
  position: relative;
  padding: 30px 0 25px;
}
.anchor_month_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.anchor_month_list li {
  margin: 0 2px 5px 3px;
  position: relative;
  width: 59px;
}
.anchor_month_list li:after {
  border-left: 4px solid transparent;
  border-top: 6px solid #fff;
  border-right: 4px solid transparent;
  content: "";
  height: 0;
  margin-top: -3px;
  position: absolute;
  right: 7px;
  top: 50%;
  width: 0;
}
.anchor_month_list li a,
.anchor_month_list li span {
  background: url(../image/bg_anchor_month01.png);
  color: #ffffff;
  display: block;
  letter-spacing: 0;
  padding: 6px 15px 6px 0px;
  text-align: center;
}
.anchor_month_list li.gray span {
  background: #cecece;
}
.anchor_month_list li a:after,
.anchor_month_list li span:after {
  content: "";
  border: 1px solid #c9976f;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}
.anchor_month_list li.gray span:after {
  border: 1px solid #e2e2e2;
}
.anchor_month_list li a:hover {
  opacity: .6;
}

@media (max-width: 850px) {
  .anchor_month {
    padding: 20px 0 15px;
  }
  .anchor_month_list {
    margin: 0 auto;
    width: 386px;
  }
}

@media (max-width: 850px) {
  .anchor_month {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .anchor_month_list {
    width: 256px;
  }
}

/* ------------------------------------ */
/* ▼ anchor_wrap */
/* ------------------------------------ */
@media (min-width: 767px) {
  .proverb_charm__wrapper {
    margin-bottom: 25px;
  }
  .anchor_wrap {
    margin-bottom: 40px;
  }
  .anchor_wrap {
    position: relative;
  }
  .anchor_wrap:after {
    content: "";
    position: absolute;
  }
  body:not(#new_update) .anchor_wrap:nth-child(4n-3):after {
    background: url(../image/bkg04.png) no-repeat;
    background-size: 90%;
    height: 418px;
    top: -217px;
    left: -138px;
    width: 186px;
  }
  body:not(#new_update) .anchor_wrap:nth-child(4n-2):after {
    background: url(../image/bkg05.png) no-repeat;
    background-size: 90%;
    height: 471px;
    top: -276px;
    right: -124px;
    width: 123px;
  }
  body:not(#new_update) .anchor_wrap:nth-child(4n-1):after {
    background: url(../image/bkg07.png) no-repeat;
    background-size: 90%;
    height: 421px;
    top: -182px;
    left: -135px;
    width: 190px;
  }
  body:not(#new_update) .anchor_wrap:nth-child(4n):after {
    background: url(../image/bkg08.png) no-repeat;
    background-size: 90%;
    height: 502px;
    top: -277px;
    right: -165px;
    width: 198px;
  }
  #new_update .anchor_wrap_group:nth-child(2n+1) .anchor_wrap:nth-child(8n+1):after {
    background: url(../image/bkg04.png) no-repeat;
    background-size: 90%;
    height: 418px;
    top: -100px;
    left: -138px;
    width: 186px;
  }
  #new_update .anchor_wrap_group:nth-child(2n+1) .anchor_wrap:nth-child(8n+3):after {
    background: url(../image/bkg05.png) no-repeat;
    background-size: 90%;
    height: 471px;
    top: -159px;
    right: -124px;
    width: 123px;
  }
  #new_update .anchor_wrap_group:nth-child(2n+1) .anchor_wrap:nth-child(8n+5):after {
    background: url(../image/bkg07.png) no-repeat;
    background-size: 90%;
    height: 421px;
    top: -65px;
    left: -135px;
    width: 190px;
  }
  #new_update .anchor_wrap_group:nth-child(2n+1) .anchor_wrap:nth-child(8n+7):after {
    background: url(../image/bkg08.png) no-repeat;
    background-size: 90%;
    height: 502px;
    top: -160px;
    right: -165px;
    width: 198px;
  }
  /* イラスト 年度またいだときかぶらないように調整 */
  #new_update .anchor_wrap_group:nth-child(2n+2) .anchor_wrap:nth-child(8n+2):after {
    background: url(../image/bkg07.png) no-repeat;
    background-size: 90%;
    height: 421px;
    top: -65px;
    left: -135px;
    width: 190px;
  }
  #new_update .anchor_wrap_group:nth-child(2n+2) .anchor_wrap:nth-child(8n+3):after {
    background: url(../image/bkg08.png) no-repeat;
    background-size: 90%;
    height: 502px;
    top: -160px;
    right: -165px;
    width: 198px;
  }
  #new_update .anchor_wrap_group:nth-child(2n+2) .anchor_wrap:nth-child(8n+5):after {
    background: url(../image/bkg04.png) no-repeat;
    background-size: 90%;
    height: 418px;
    top: -100px;
    left: -138px;
    width: 186px;
  }
  #new_update .anchor_wrap_group:nth-child(2n+2) .anchor_wrap:nth-child(8n+7):after {
    background: url(../image/bkg05.png) no-repeat;
    background-size: 90%;
    height: 471px;
    top: -159px;
    right: -124px;
    width: 123px;
  }
}

@media (max-width: 768px) {
  .proverb_charm__wrapper {
    margin-bottom: 10px;
  }
  .anchor_wrap {
    margin-bottom: 30px;
  }
}

/* ------------------------------------ */
/* ▼ title */
/* ------------------------------------ */
.title_h3 {
  background: url(../image/ico_ttl_deco03.png) no-repeat top center, url(../image/ico_ttl_deco04.png) no-repeat bottom center;
  display: table;
  margin: 0 auto;
  position: relative;
  table-layout: fixed;
}
.title_h3:before,
.title_h3:after {
  background-color: #928915;
  content: '';
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 170px;
  z-index: -1;
}
.title_h3:before {
  right: 115.5%;
}
.title_h3:after {
  left: 115.5%;
}
.title_h3 > span {
  background: #928915 url(../image/ico_ttl_deco02.png) top center repeat-y;
  color: #fff;
  display: table-cell;
  font-size: 0;
  font-weight: 600;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 1;
}
.title_h3 > span > span {
  display: inline-block;
  font-feature-settings: "pkna";
  font-weight: 600;
  line-height: 1;
  padding: 0 32px;
  position: relative;
  vertical-align: middle;
}
.title_h3 > span > span:before,
.title_h3 > span > span:after {
  background: url(../image/ico_ttl_deco01.png) no-repeat center;
  background-size: 100% auto;
  content: '';
  display: block;
  height: 19px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 27px;
}
.title_h3 > span > span:after {
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  .title_h3 {
    margin-bottom: 25px;
    padding: 10px 0;
    width: 170px;
  }
  .title_h3:before,
  .title_h3:after {
    width: 290px;
  }
  .title_h3 > span > span {
    font-size: 18px;
    letter-spacing: .3em;
  }
  .title_h3 > span > span:before,
  .title_h3 > span > span:after {
    height: 18px;
    width: 22px;
  }
}

@media (max-width: 767px) {
  .title_h3 {
    background-size: 100%;
    padding: 10px 0;
    margin-bottom: 16px;
    width: 170px;
  }
  .title_h3:before,
  .title_h3:after {
    width: 30px;
  }
  .title_h3 > span {
    background-size: 100%;
    font-feature-settings: "pkna";
    padding: 2px 0;
  }
  .title_h3 > span > span {
    font-size: 17px;
  }
  .title_h3 > span > span:before,
  .title_h3 > span > span:after {
    background-size: 100%;
    width: 22px;
  }
  .title_h3 > span > span:before {
    left: 0;
  }
  .title_h3 > span > span:after {
    right: 0;
  }
}
/* 2019/02/14 追記ここまで */

/* ------------------------------------ */
/* ▼ 新着情報 yearカラム */
/* ------------------------------------ */
@media (min-width: 768px){
  .cmn_anchor > ul.news_col6 {
    max-width: 100%;
    margin:0 auto;
  }
  .cmn_anchor > ul.news_col6 > li {
    width: calc(100% / 6);
  }
  .cmn_anchor.type01>ul.news_col6>li:nth-of-type(n+7) {
    margin-top: 4px;
  }
  .cmn_anchor.type02>ul.news_col6>li:nth-of-type(n+7) {
    margin-top: 15px;
  }
  .cmn_anchor > ul.news_col5 {
    max-width: 100%;
    margin:0 auto;
  }
  .cmn_anchor > ul.news_col5 > li {
    width: calc(100% / 5);
  }
  .cmn_anchor.type01>ul.news_col5>li:nth-of-type(n+6) {
    margin-top: 4px;
  }
  .cmn_anchor.type02>ul.news_col5>li:nth-of-type(n+6) {
    margin-top: 15px;
  }
  .cmn_anchor > ul.news_col4 {
    max-width: 80%;
    margin:0 auto;
  }
  .cmn_anchor > ul.news_col4 > li {
    width: calc(100% / 4);
  }
  .cmn_anchor.type01>ul.news_col4>li:nth-of-type(n+5) {
    margin-top: 4px;
  }
  .cmn_anchor.type02>ul.news_col4>li:nth-of-type(n+5) {
    margin-top: 15px;
  }
  .cmn_anchor > ul.news_col3 {
    max-width: 60%;
    margin:0 auto;
  }
  .cmn_anchor > ul.news_col3 > li {
    width: calc(100% / 3);
  }
  .cmn_anchor.type01>ul.news_col3>li:nth-of-type(n+4) {
    margin-top: 4px;
  }
  .cmn_anchor.type02>ul.news_col3>li:nth-of-type(n+4) {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .cmn_anchor.type03>ul.news_col5>li,
  .cmn_anchor.type03>ul.news_col6>li {
    width: calc((100% - (var(--listItem_margin) * 2)) / 6);
  }
  .cmn_anchor.type03>ul.news_col5>li:not(:nth-of-type(5n+1)),
  .cmn_anchor.type03>ul.news_col6>li:not(:nth-of-type(5n+1)) {
    margin-left: var(--listItem_margin);
  }
  .cmn_anchor.type03>ul.news_col5>li:nth-of-type(n+6),
  .cmn_anchor.type03>ul.news_col6>li:nth-of-type(n+6) {
    margin-top: var(--listItem_margin);
  }
  .cmn_anchor.type03>ul.news_col4>li {
    width: calc((100% - (var(--listItem_margin) * 2)) / 5);
  }
  .cmn_anchor.type03>ul.news_col4>li:not(:nth-of-type(4n+1)) {
    margin-left: var(--listItem_margin);
  }
  .cmn_anchor.type03>ul.news_col4>li:nth-of-type(n+5) {
    margin-top: var(--listItem_margin);
  }
  .cmn_anchor.type03>ul.news_col3>li {
    width: calc((100% - (var(--listItem_margin) * 2)) / 3);
  }
  .cmn_anchor.type03>ul.news_col3>li:not(:nth-of-type(3n+1)) {
    margin-left: var(--listItem_margin);
  }
  .cmn_anchor.type03>ul.news_col3>li:nth-of-type(n+4) {
    margin-top: var(--listItem_margin);
  }
}