.jichiro_icon-pitkun a::before {
  content: "";
  background-image: url(/library/img_renew_2022/icon_pitkun.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 22px;
  margin-right: 4px;
  vertical-align: middle;
}
.global-nav-jichiro {
  background: #fff;
  position: absolute;
  top: 118px;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 74px;
  border-top: 1px solid #eaeaea;
  border-bottom: 3px solid #eaeaea;
}
.global-nav-jichiro > ul {
  overflow: hidden;
  clear: both;
  width: 960px;
  margin: 0 auto;
}
.global-nav-jichiro>ul>li {
  position: relative;
  width: 240px;
}
.global-nav-jichiro > ul > li {
  float: left;
  font-size: 1em;
  text-align: center;
}
.global-nav-jichiro > ul > li:first-child {
  margin-left: 0;
}
.global-nav-jichiro>ul>li::before {
  background: #eaeaea;
  height: 45px;
  right: 0;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.global-nav-jichiro>ul>li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.global-nav-jichiro>ul>li:first-child::after {
  background: #eaeaea;
  height: 45px;
  left: 0;
  width: 1px;
}
.global-nav-jichiro > ul >li a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  height: 74px;
  text-indent: 0;
  position: relative;
}
.global-nav-jichiro>ul>li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 19.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 2px 0 2px;
  border-color: #fff transparent transparent transparent;
  z-index: 10;
}
.global-nav-jichiro > ul > li > a.global-nav_pointer {
  cursor: pointer;
}
.global-nav-jichiro>ul>li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: #000;
  right: 15px;
  border-radius: 15px;
}
.conversion-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.conversion-nav.opt-mid-story li {
  width: 21%;
}
.conversion-nav li {
  background: #fff;
  border-radius: 6px;
  border-bottom: 6px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 5px;
  padding: 20px 10px 40px;
  position: relative;
}
.conversion-nav li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 7px;
  border-color: transparent transparent transparent #094;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
}
.conversion-nav a {
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
ul.mod-years-link > li > a:hover {
  text-decoration: none !important;
}

.flex_center {
  display: flex;
  align-items: center;
}

.margin-center {
  margin-top: auto;
  margin-bottom: auto;
}

.border-none {
  border: none !important;
}

.flex_between {
  display: flex;
  justify-content: space-between;
}

.flex_jc_center {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {.flex_between li {width: 400px !important;}}
@media screen and (max-width: 767px) {.flex_between li {width: 343px !important;}}

@media screen and (min-width: 768px) {.only-pc {display: block;}.only-sp {display: none;}}
@media screen and (max-width: 767px) {.only-pc {display: none;}.only-sp {display: block;}}

.tebiki_announce_wrap {
	margin: 30px 0 0 19px;
    padding: 1px 0;
    background: #ccc;
}
.tebiki_announce {
	margin: 0 1px;
    padding: 10px;
    background: #fff;
}
.tebiki_announce_inner {
	display: flex;
    align-items: center;
    justify-content: space-around;
}

.opt-bg-green {
  background-color: #ebf5de;
}
.opt-bg-yellow {
  background-color: #ffc;
}

.gif_link a{
	color: #644817;
	text-decoration: underline;
}
.gif_link a:hover{
	color: #EE7A1D;
	text-decoration: underline;
}
.bd_top--green {
  border-top: 3px solid #094;
}
p[class*="middle-button-icon"] a{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 10px 15px 10px 15px !important;
  background: none !important;
}
p[class*="middle-button-icon"] a:hover {
  background-color: #eaeaea !important;
  color: #333;
  text-decoration: none;
}
p[class*="middle-button-icon"] a::after{
  position: absolute;
  content: "";
  width: 8px;
  height: 12px;
  background: url(/library/default/img/parts/link_bg04.png) no-repeat 0px center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  display: block;
}
.middle-button-icon_blank a::before{
  position: absolute;
  content: "";
  width: 12px;
  height: 9px;
  background: url(/library/default/middle/img/parts/icon_window_bg01.png);
  background-repeat:  no-repeat;    
  background-position:center center;
  background-size:contain;
  top: 50%;
  right: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 5px;
  display: inline-block;
}
.h-sp_floating_menu {
	display: none;
}
#footerArea {
    padding-bottom: 0;
}
.is-current_btn {
	background-color: #eaeaea;
	display: inline-block;
	pointer-events: none;
}
.flex-space-evenly .pbNestedHorizontalWrapper {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
