@charset "UTF-8";
/*  共通パーツ
 * ========================================================================== */
/*.sitemap .heading--h3 {
    /*border-bottom: 1px solid;*/
/*margin-top: 60px;*/
/*padding-bottom: 10px;
}

.sitemap .heading--h2 .link:after{
    position: absolute;
    transform: translateY(-50%);
    top: 55%;
}

.sitemap .heading--h3 .link:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    right: -26px;
    background: transparent url(/img/common/ico_arrow_blue.svg) no-repeat left top;
    transform: translateY(50%);
}

.sitemap--list{
    list-style: none;
    padding-left: 20px;
}*/
/* グローバルナビ
// ----------------------------------------------------------*/
.sitemap {
  padding: 0 0.78vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sitemap a {
  position: relative;
  text-decoration: none;
  color: #444;
}

.sitemap ul {
  list-style: none;
}

.sitemap .grid {
  margin-bottom: 0;
}

.sitemap .grid__width--4-1:nth-child(n+5) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .sitemap {
    padding: 3.3rem 0 8.7rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sitemap > li {
    padding-top: 4px;
    border-bottom: 1px solid #C8C8C8;
  }
  .sitemap > li[data-haveLower="true"] > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 10px;
    height: 10px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 10 10"><g transform="translate(-332.5 -172.5)"><line x2="10" transform="translate(332.5 177.5)" fill="none" stroke="%23006CB7" stroke-width="2"/><line x2="10" transform="translate(337.5 172.5) rotate(90)" fill="none" stroke="%23006CB7" stroke-width="2"/></g></svg>') no-repeat center center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sitemap a:after {
    width: 7px;
    height: 10px;
    right: 18px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 6 9"><path fill="none" stroke="%23006CB7" stroke-width="2" d="M1.2,7.5l3-3l-3-3"/></svg>') no-repeat center center;
  }
}

/* グローバルナビ： サブメニュー */
.sitemap__subMenu {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sitemap__subMenu {
    position: relative;
    top: 0;
    background: transparent;
  }
}

.sitemap__subMenuInner {
  position: relative;
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 41px 0 69px;
}

@media only screen and (max-width: 767px) {
  .sitemap__subMenuInner {
    width: 87%;
    max-width: unset;
  }
}

@media only screen and (max-width: 767px) {
  .sitemap__subMenuInner {
    width: 100%;
    padding: 0;
    border-top: none;
  }
}

/* グローバルナビ： サブメニュー - サブメニューを閉じるボタン(PCのみ） */
.sitemap__close {
  position: absolute;
  right: 10px;
  top: 50px;
}

.sitemap__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 10 10"><g transform="translate(-332.5 -172.5)"><line x2="10" transform="translate(332.5 177.5)" fill="none" stroke="%23fff" stroke-width="1"/><line x2="10" transform="translate(337.5 172.5) rotate(90)" fill="none" stroke="%23fff" stroke-width="1"/></g></svg>') no-repeat center center;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background-size: cover;
}

.sitemap__close:hover {
  opacity: 0.6;
}

/* グローバルナビ： 第1階層 */
.sitemap__firstLevel {
  position: relative;
  display: block;
  padding: 1rem 0.75rem;
  color: #111;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}

.sitemap__firstLevel:visited {
  color: #111;
}

.sitemap__firstLevel:hover {
  color: #E54C20;
}

@media only screen and (max-width: 1039px) {
  .sitemap__firstLevel {
    font-size: max(1.5vw, 13px);
    padding: 1em 1vw;
  }
}

@media only screen and (max-width: 767px) {
  .sitemap__firstLevel {
    position: relative;
    margin-bottom: 4px;
  }
  .sitemap__firstLevel:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    width: 6px;
    height: 9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* グローバルナビ： 第1階層 - カレント表示 */
.sitemap__firstLevel.is-current:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 5px;
  background-color: #E54C20;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

@media only screen and (max-width: 767px) {
  .sitemap__firstLevel.is-current {
    border-left: 4px solid #E54C20;
  }
  .sitemap__firstLevel.is-current:after {
    left: inherit;
  }
}

/* グローバルナビ： 第2階層 */
.sitemap__secondLevel {
  margin: 0 0 31px;
  padding: 0 0 9px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #C8C8C8;
}

.sitemap__secondLevel a {
  position: relative;
  padding-right: 30px;
  color: #006CB7;
}

.sitemap__secondLevel a:hover {
  opacity: 0.6;
}

.sitemap__secondLevel a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url("/img/common/ico_link.svg") no-repeat left top;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .sitemap__secondLevel {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: normal;
    border-bottom: 1px solid #006CB7;
  }
  .sitemap__secondLevel a {
    display: block;
    padding: 9px 1rem;
    color: #444;
    font-size: 0.88rem;
    background-color: #fff;
  }
  .sitemap__secondLevel a:after {
    right: 18px;
    width: 6px;
    height: 9px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 9"><path fill="none" stroke="%23006CB7" stroke-width="1" stroke-linejoin="round" d="M0.4,8.5l4-4l-4-4" /></svg>') no-repeat center center;
  }
}

/* グローバルナビ： 第3階層 */
.sitemap__thirdLevel ul,
.sitemap__thirdLevel dt,
.sitemap__thirdLevel dd {
  margin-left: 0;
}

/* グローバルナビ： 第3階層 - タイトル */
.sitemap__thirdLevelTitle {
  margin-top: 0;
  margin-bottom: 15px;
}

.sitemap__thirdLevelTitle a {
  position: relative;
  display: inline-block;
  color: #006CB7;
  font-weight: bold;
  border-bottom: 1px solid #006CB7;
  line-height: 1.4;
  padding-right: 13px;
}

.sitemap__thirdLevelTitle a:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #006CB7;
  border-right: 2px solid #006CB7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sitemap__thirdLevelTitle a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .sitemap__thirdLevelTitle {
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
  }
  .sitemap__thirdLevelTitle a {
    display: block;
    padding: 9px 35px 9px 16px;
    color: #444;
    font-size: 0.88rem;
    font-weight: normal;
    background-color: #fff;
  }
  .sitemap__thirdLevelTitle a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 6px;
    height: 9px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 9"><path fill="none" stroke="%23006CB7" stroke-width="1" stroke-linejoin="round" d="M0.4,8.5l4-4l-4-4" /></svg>') no-repeat center center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: none;
    border-right: none;
  }
}

.sitemap__thirdLevelTitle.grid__width--4-1:nth-child(n+5) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .sitemap__thirdLevelTitle.grid__width--4-1 {
    margin-top: 0;
  }
}

/* グローバルナビ： 第3階層 - メニュー項目 */
.sitemap__thirdLevelItems {
  margin: 0;
  padding: 0;
  font-size: 0.88rem;
  line-height: 1.6;
}

.sitemap__thirdLevelItems a {
  color: #006CB7;
}

.sitemap__thirdLevelItems a:hover {
  opacity: 0.6;
}

.sitemap__thirdLevelItems li + li,
.sitemap__thirdLevelItems + .sitemap__thirdLevelItems {
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .sitemap__thirdLevelItems {
    padding-left: 27px;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .sitemap__thirdLevelItems a {
    display: block;
    color: #444;
    padding: 9px 30px 9px 16px;
  }
  .sitemap__thirdLevelItems a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 6px;
    height: 9px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 9"><path fill="none" stroke="%23006CB7" stroke-width="1" stroke-linejoin="round" d="M0.4,8.5l4-4l-4-4" /></svg>') no-repeat center center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sitemap__thirdLevelItems li + li {
    margin-top: 0;
    border-top: 1px solid #eee;
  }
}

/* PC
// ----------------------------------------------------------*/
/* 第3階層メニューの開閉 */
[data-hasThirdLevelMenu="true"] {
  position: relative;
}

.thirdLevelMenu-ctrl {
  position: absolute;
  top: 1px;
  right: 0;
  width: 45px;
  height: 36px;
  background-color: #fff;
}

.thirdLevelMenu-ctrl:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 10 10"><g transform="translate(-332.5 -172.5)"><line x2="10" transform="translate(332.5 177.5)" fill="none" stroke="%23006CB7" stroke-width="1"/><line x2="10" transform="translate(337.5 172.5) rotate(90)" fill="none" stroke="%23006CB7" stroke-width="1"/></g></svg>') no-repeat center center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.thirdLevelMenu-ctrl .thirdLevelMenu-ctrl_text {
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  .sitemap__subMenuInner > .grid > .grid__width--6-1:nth-of-type(3) > .sitemap__thirdLevel {
    margin-top: 0;
  }
}

.accordion {
  padding: 10px;
  text-align: left;
  border: 1px solid #c8c8c8;
}

.accordion:hover {
  color: #006CB7;
  border: 1px solid #006CB7;
}

.accordion:hover a {
  color: #006CB7;
}

.accordion > *:first-child {
  margin-top: 0;
}

.accordion > *:last-child {
  margin-bottom: 0;
}

.accordion .table {
  margin-top: 0;
}

.accordion__label {
  margin: 0 0 7px;
}

.accordion__heading {
  margin: 0 0 12px;
  font-size: 1.38rem;
  line-height: 1.2;
}

.accordion__header {
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .accordion__heading {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.accordion .title {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .accordion .title {
    padding-right: 40px;
  }
}

/*アイコンの＋と×*/
.title::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: 50%;
  right: 5px;
  background: transparent url(/img/common/toggle_on.svg) no-repeat left top;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .accordion .title::after {
    right: 5px !important;
  }
}

/*　closeというクラスがついたら形状変化　*/
.title.close::after {
  background: transparent url(/img/common/toggle_off.svg) no-repeat left top;
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  /*はじめは非表示*/
  margin: 0 3% 3% 3%;
  padding: 3%;
}

.accordion:hover .box {
  color: #444;
}

.box table {
  background: #fff;
}

section .accordion:not(:nth-child(1)) {
  margin-top: 8px;
}

.sitemap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .sitemap__flex {
    display: block;
  }
}

.sitemap__flex .sitemap__thirdLevelItems + .sitemap__thirdLevelItems {
  margin-top: 0;
}

.sitemap__thirdLevelTitle > p {
  margin-top: 0;
  margin-bottom: 0;
  color: #006CB7;
  font-weight: bold;
  border-bottom: 1px solid #006CB7;
  line-height: 1.4;
  padding-right: 13px;
}

@media only screen and (max-width: 767px) {
  .sitemap__thirdLevelTitle > p {
    display: block;
    padding: 9px 35px 9px 16px;
    color: #444;
    font-size: 0.88rem;
    font-weight: normal;
    background-color: #fff;
  }
}

#solution .grid__width--3-1 {
  width: calc(39% - 0.55rem);
  margin-right: 1rem;
}

@media only screen and (max-width: 767px) {
  #solution .grid__width--3-1 {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  #box5.grid__width--2-1 + .grid__width--2-1 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  #box1 .grid .grid__width--6-1:nth-of-type(3) .sitemap__thirdLevel {
    margin-top: 0;
  }
}

/*アコーディオンなし*/
.link_box {
  margin-top: 8px;
  padding: 10px;
  text-align: left;
  border: 1px solid #c8c8c8;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.link_box p {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 20px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.link_box p:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: 50%;
  right: 25px;
  background: transparent url(/img/common/ico_link.svg) no-repeat left top;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link_box:hover {
  color: #006CB7;
  border: 1px solid #006CB7;
}

.grid__width--6-1.twoline {
  width: calc(18.9% - 1rem);
}

@media only screen and (max-width: 767px) {
  .grid__width--6-1.twoline {
    width: 100%;
  }
}

.grid__width--6-1.adjust {
  width: calc(14.9% - 1rem);
}

@media only screen and (max-width: 767px) {
  .grid__width--6-1.adjust {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */