@charset "UTF-8";
/* プラン作成メニュー by TM  */
/* クリックで、サブメニューがオープン .copen */
/* マウスオーバーでサブメニューがオープン .hopen */
.plan-menu.copen {}
.plan-menu.hopen {}

.plan-menu div:first-child span.pm-arrow:first-child {
  padding-left: 16px;
}
.list {
  display: inline-block;
}
.list:not(:first-child) {
  margin-left: -30px;
}
.list:first-child {
  /*padding-left: 16px;*/
}
.pm-arrow {
  padding: 7px 30px 7px 35px;
  font-size: 1em;
  background: url("../image/menu-bg.svg") right center;
  background-size: cover;
  /*height: 60px;*/
  display: inline-block;
  line-height: 100%;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  height: 30px;
}
.pm-arrow:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  border-left: 4px solid #cccccc;
  position: absolute;
  top: 0;
  margin-top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.5s 0s ease;
}
.pm-arrow:not(:first-child) {
  margin-left: -30px;
}
.pm-arrow:first-child {
  /*padding-left: 16px;*/
}
/* 標準（未設定のページ） */
.pm-arrow:hover {
  background: url("../image/menu-bg.svg") right center;
  background-size: cover;
  transition: all 0.5s 0s ease;
}
.pm-arrow:hover:after {
  border-left: 4px solid #cccccc;
  /*transition: all 0s 0s ease;*/
}
.pm-arrow:hover span {
  padding-bottom: 2px;
  border-bottom: 4px solid #e75400;
}
.pm-arrow.clicked span {
  padding-bottom: 2px;
  border-bottom: 4px solid #e75400;
}
/* アクティブ（現在のページ） */
.pm-arrow.active-p {
  background: url("../image/menu-bg-1.svg") right center;
  background-size: cover;
  color: #ffffff;
}
.pm-arrow.active-p:hover span, .pm-arrow.active-p.clicked span {
  padding-bottom: 2px;
  border-bottom: 4px solid rgba(133, 48, 0, 1.00);
}
.pm-arrow.active-p:hover:after, .pm-arrow.active-p:after {
  border-left: 4px solid #e75400;
  /*transition: all 0s 0s ease;*/
}
/*　configured（設定ずみのページ）　*/
.pm-arrow.configured-p {
  background: url("../image/menu-bg-2gr.svg") right center;
  background-size: cover;
  color: inherit;
}
.pm-arrow.configured-p:hover span, .pm-arrow.configured-p.clicked span {
  padding-bottom: 2px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.50);
}
.pm-arrow.configured-p:hover:after, .pm-arrow.configured-p:after {
  border-left: 4px solid rgba(0, 0, 0, 1.00);
  /*transition: all 0s 0s ease;*/
}
/* disabled（使用不可）　*/
.pm-arrow.disabled-p {
  background: url("../image/menu-bg-3.svg") right center;
  background-size: cover;
  color: #E6E6E6;
  cursor: default;
}
.pm-arrow.disabled-p a {
  color: #E6E6E6;
  cursor: default;
}
.pm-arrow.disabled-p:hover span, .pm-arrow.disabled-p.clicked span {
  padding-bottom: 2px;
  border-bottom: none;
}
.pm-arrow.disabled-p:hover:after, .pm-arrow.disabled-p:after {
  /*border-left: 4px solid #cccccc;*/
  /*transition: all 0s 0s ease;*/
}
.pm-arrow a {
  color: inherit;
  text-decoration: none;
}
/* プラン一覧用（プランメニュー） ----------------------------- */
.pm-arrow.pmlast {
padding: 7px 15px 7px 35px;
  background: url("../image/menu-bg-p.svg") right center;
background-size: cover;
}
/* アクティブ（現在のページ） */
.pm-arrow.active-p.pmlast {
  background: url("../image/menu-bg-1p.svg") right center;
  background-size: cover;
  color: #ffffff;
}
/*　configured（設定ずみのページ）　*/
.pm-arrow.configured-p.pmlast {
  background: url("../image/menu-bg-2pgr.svg") right center;
  background-size: cover;
  color: inherit;
}
/* disabled（使用不可）　*/
.pm-arrow.disabled-p.pmlast {
  background: url("../image/menu-bg-3p.svg") right center;
  background-size: cover;
  color: #E6E6E6;
  cursor: default;
}
/* プラン一覧用 ここまで ----------------------------- */
ul.menu_second-level {
  visibility: hidden;
  z-index: 101;
  position: absolute;
  /*width: 600px;*/
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  margin: 0px;
  padding: 16px;
  transition: all 0.5s 0s ease;
  /* 他の要素との重ね方に十分注意する。 */
}
ul.menu_second-level li {
  display: inline-block;
  color: rgba(255, 255, 255, 1.00);
  padding-right: 16px;
}
a.list_arrow {
  padding: 8px 0 2px 0;
  text-decoration: none;
  color: rgba(255, 255, 255, 1.00);
}
a.list_arrow:hover {
  border-bottom: 4px solid #e75400;
}
ul.menu_second-level.displayed,
.plan-menu.hopen div.list span:not(.disabled-p):hover + ul.menu_second-level,
.plan-menu.hopen div.list span:not(.disabled-p) + ul.menu_second-level:hover {
  /*top: 30px;*/
  visibility: visible;
  opacity: 1;
}

.menu_second-level li {
  /* border-top: 1px solid #111;
  display: inline;
  margin-right: 1em;*/
}
.menu_second-level li:before {
  content: '';
  display: inline-block;
  margin-right: 0.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 1em;
  border-color: transparent transparent transparent #ffffff;
}

/* --マスクをかけて、メニュ領域以外をクリックした時にサブメニュを閉じるようにする。-- */
#nav-close-p {
  display: none;
  position: fixed;
  z-index: 10;
  /* 他の要素との重ね方に十分注意する。 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: 0.5 ease-in-out;
}
#nav-close-p.displayed {
  display: inherit;
  opacity: 0; /* 本番は必ず透明「0」にする。テスト中は0.5 */
}
