@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("icomoon/fonts/icomoon.eot?ekoen");
  src: url("icomoon/fonts/icomoon.eot?ekoen#iefix") format("embedded-opentype"), url("icomoon/fonts/icomoon.ttf?ekoen") format("truetype"), url("icomoon/fonts/icomoon.woff?ekoen") format("woff"), url("icomoon/fonts/icomoon.svg?ekoen#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-building:before {
  content: "\e901";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

#main {
  background-color: #f3f3f3;
}

@media (min-width: 768px) {
  #main {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.l-wrapper * {
  box-sizing: border-box;
  font: inherit;
}

.l-main__wrap {
  position: relative;
  padding: 0 15px 64px;
}

@media (min-width: 768px) {
  .l-main__wrap {
    width: 1130px;
    margin: 0 auto;
    padding: 0 0 144px;
  }
}

@media (max-width: 767px) {
  .l-main {
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .l-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1130px;
    margin: 0 auto;
    padding: 32px 32px 48px;
    box-shadow: 0 1px 10px 0 rgba(4, 0, 0, 0.1);
    background-color: #ffffff;
  }
}

@media (max-width: 767px) {
  .l-content {
    margin-bottom: 32px;
    padding: 16px 15px 32px;
    background-color: #ffffff;
    box-shadow: 0 1px 10px 0 rgba(4, 0, 0, 0.1);
  }
}

@media (min-width: 768px) {
  .l-content {
    width: 734px;
  }
}

.l-content-2 {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .l-content-2 {
    padding: 16px 15px 32px;
    background-color: #ffffff;
    box-shadow: 0 1px 10px 0 rgba(4, 0, 0, 0.1);
  }
}

@media all and (-ms-high-contrast: none) {
  .l-content-2 {
    width: 1066px;
  }
}

@media (min-width: 768px) {
  .l-side {
    flex: 0 0 auto;
    width: 300px;
  }
}

.l-login {
  box-sizing: border-box;
  line-height: 1.625;
}

.l-login__inner {
  margin: 0 auto;
  background-color: #ffffff;
}

.l-login__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 15px;
  background-color: #00aaeb;
  color: #fff;
}

.l-login__ttl {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
}

.l-login__checkbox {
  margin-bottom: 15px;
}

.l-login__checkbox input[type='checkbox'] {
  display: none;
}

.l-login__checkbox .label-check {
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
  line-height: 1.75;
  font-size: 14px;
  cursor: pointer;
}

.l-login__checkbox .label-check::before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: calc((1.75em - 20px)/2 + 2px);
  left: 6px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #4392da;
  border-bottom: 2px solid #4392da;
  opacity: 0;
  transform: rotate(45deg);
}

.l-login__checkbox .label-check::after {
  box-sizing: border-box;
  position: absolute;
  display: block;
  content: '';
  top: calc((1.75em - 20px)/2);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d7dce2;
  background: #f3f3f3;
}

.l-login__checkbox input:checked + .label-check::before {
  opacity: 1;
}

.l-login__cont {
  padding: 15px 15px 32px;
}

.l-login__lead {
  margin-bottom: 16px;
}

.l-login__lead p {
  font-size: 14px;
}

.l-login__lead p:not(:last-child) {
  margin-bottom: 1em;
}

.l-login__primary {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}

.l-login__list01 {
  margin: 0 0 15px;
}

.l-login__list01 li:not(:last-child) {
  margin: 0 0 10px;
}

.l-login__list01 input[type='text'],
.l-login__list01 input[type='password'] {
  box-sizing: border-box;
  width: 100%;
  height: 50px !important;
  margin: 0;
  padding: 0 15px !important;
  border: 1px solid #d7dce2 !important;
  background: #f3f3f3;
  line-height: normal !important;
  font-size: 16px;
}

.l-login__list01 input[type='text']:focus,
.l-login__list01 input[type='password']:focus {
  background-color: #f3f3f3 !important;
  background-image: none !important;
}

.l-login__list01 input[type='text']::-moz-placeholder, .l-login__list01 input[type='password']::-moz-placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__list01 input[type='text']:-ms-input-placeholder, .l-login__list01 input[type='password']:-ms-input-placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__list01 input[type='text']::placeholder,
.l-login__list01 input[type='password']::placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__btn {
  text-align: center;
}

.l-login__btn .btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  margin: 0 5px 15px 5px;
  padding: 0 20px 0 8px !important;
  border: none;
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  transition: 200ms;
  cursor: pointer;
}

.l-login__btn .btn::before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.l-login__btn .btn.btn-01 {
  color: #006bcd;
  border: solid 1px #B2B2B2;
  border-radius: 2px;
}

.l-login__btn .btn.btn-01::before {
  background-image: url(/conts/2028/images/icon_login_btn01.png);
  width: 20px;
  height: 20px;
}

.l-login__btn .btn.btn-02 {
  border-radius: 0;
  background-color: #f57c31;
  border-radius: 2px;
  color: #fff;
}

.l-login__btn .btn.btn-02::before {
  background-image: url(/conts/2028/images/icon_login_btn02.png);
  width: 20px;
  height: 20px;
}

.l-login__btn .btn:hover.btn-01 {
  opacity: .8 !important;
}

.l-login__btn .btn:hover.btn-02 {
  opacity: .9 !important;
}

.l-login__secondary > :not(:last-child) {
  margin-bottom: 16px;
}

.l-login__list02 > li:not(:last-child) {
  margin-bottom: 10px;
}

.l-login__list02 > li a {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}

.l-login__list02 > li a::before, .l-login__list02 > li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 9px;
  height: 1px;
  background: #00aaeb;
}

.l-login__list02 > li a::before {
  top: calc(50% - 3px);
  transform: rotate(45deg);
}

.l-login__list02 > li a::after {
  top: calc(50% + 3px);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .l-content > .l-login,
  .l-content-2 > .l-login,
  .l-layout__main > .l-login {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .l-content > .l-login:first-child,
  .l-content-2 > .l-login:first-child,
  .l-layout__main > .l-login:first-child {
    margin-top: -16px;
  }
}

@media (min-width: 768px) {
  .l-login.l-login--side {
    margin-bottom: 32px;
    padding: 0;
  }
  .l-login.l-login--side .l-login__cont {
    border: 1px solid #e6e6e6;
    border-top: none;
  }
  .l-login:not(.l-login--side) {
    margin-left: -32px;
    margin-right: -32px;
    margin-bottom: 40px;
    padding: 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .l-login:not(.l-login--side) .l-login__head {
    padding: 0 80px;
  }
  .l-login:not(.l-login--side) .l-login__ttl::before {
    margin-right: 12px;
  }
  .l-login:not(.l-login--side) .l-login__cont {
    padding: 16px 80px 32px;
  }
  .l-login:not(.l-login--side) .l-login__primary {
    display: flex;
    align-items: flex-end;
  }
  .l-login:not(.l-login--side) .l-login__primary .l-login__btnWrap {
    width: 268px;
    margin-bottom: 1px;
  }
  .l-login:not(.l-login--side) .l-login__list01 {
    display: flex;
    flex: 1 1 auto;
    margin-bottom: 0;
  }
  .l-login:not(.l-login--side) .l-login__list01 li {
    flex: 0 0 340px;
  }
  .l-login:not(.l-login--side) .l-login__list01 li:not(:last-child) {
    margin: 0 8px 0 0;
  }
  .l-login:not(.l-login--side) .l-login__btn .btn {
    max-width: 268px;
  }
  .l-login:not(.l-login--side) .l-login__secondary > :not(:last-child) {
    margin-bottom: 24px;
  }
  .l-login:not(.l-login--side) .l-login__list02 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-login:not(.l-login--side) .l-login__list02 > li:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .l-content > .l-login:not(.l-login--side) {
    margin-left: -32px;
    margin-right: -32px;
  }
  .l-content > .l-login:not(.l-login--side):first-child {
    margin-top: -32px;
  }
  .l-login.l-login--main {
    margin-bottom: 32px;
    padding: 0;
  }
  .l-login.l-login--main .l-login__head {
    padding-left: 16px;
    padding-right: 16px;
  }
  .l-login.l-login--main .l-login__cont {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #e6e6e6;
    border-top: none;
  }
  .l-login.l-login--main .l-login__primary .l-login__btnWrap {
    width: 186px;
  }
  .l-login.l-login--main .l-login__list01 li {
    flex: 0 0 250px;
  }
}

.btn-top-01 {
  position: fixed;
  right: 15px;
  bottom: 68px;
  z-index: 100;
}

.btn-top-01 a {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  font-size: 0;
  color: transparent;
  background: rgba(0, 171, 235, 0.5);
  border-radius: 50%;
}

.btn-top-01 a::before, .btn-top-01 a::after {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  display: block;
  width: 13px;
  height: 2px;
  margin: auto;
  background: #fff;
  border-radius: 2px;
  content: "";
}

.btn-top-01 a::before {
  left: -8px;
  transform: rotate(134deg);
}

.btn-top-01 a::after {
  left: 8px;
  transform: rotate(-134deg);
}

@media screen and (max-width: 767px) {
  .btn-top-01.js-scroll-top {
    opacity: 1;
    transition: opacity .5s;
  }
  .btn-top-01.js-scroll-top.is-hidden {
    opacity: 0;
  }
  .btn-top-01.js-scroll-top.is-fixed {
    position: fixed;
    bottom: 68px;
  }
}

@media screen and (min-width: 768px) {
  .btn-top-01 {
    right: 80px;
    bottom: 64px;
    z-index: 999;
  }
  .btn-top-01 a {
    width: 70px;
    height: 70px;
    transition: background .2s;
  }
  .btn-top-01 a::before, .btn-top-01 a::after {
    width: 22px;
    height: 4px;
  }
  .btn-top-01 a::before {
    left: -12px;
  }
  .btn-top-01 a::after {
    left: 13px;
  }
  .btn-top-01 a:hover, .btn-top-01 a:active {
    background: #00aaeb;
  }
}

.c-hdg02 {
  margin-bottom: 32px;
  line-height: 1.5;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .c-hdg02 {
    font-size: 28px;
  }
}

.c-hdg03 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 2px;
  line-height: 1.5;
  font-size: 21px;
  font-weight: bold;
}

.c-hdg03::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 1.5em;
  /* background-color: #00abeb; */
}

.c-hdg04 {
  position: relative;
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
}

.u-dIb {
  display: inline-block;
}

@media (max-width: 767px) {
  .u-dIb-sp {
    display: inline-block;
  }
}

.u-taC {
  text-align: center;
}

.u-taL {
  text-align: left;
}

.u-taR {
  text-align: right;
}

.u-fwB {
  font-weight: bold;
}

@media (max-width: 767px) {
  .u-spOnly {
    display: block;
  }
}

@media (min-width: 768px) {
  .u-spOnly {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-pcOnly {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-pcOnly {
    display: block;
  }
}

.p-hero {
  background-color: #00abeb;
  font-size: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .p-hero {
    background-size: auto 100%;
  }
}

@media (min-width: 768px) {
  .p-hero__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1130px;
    height: 240px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .p-hero__ttl img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .p-hero__ttl {
    flex: 1 0 auto;
  }
  .p-hero__ttl img {
    max-width: none;
    margin-left: -395px;
    margin-right: -395px;
  }
}

.p-contentWid01 {
  width: 860px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p-contentWid01 {
    width: auto;
  }
}

.p-guidance {
  margin-bottom: 40px;
  line-height: 1.75;
}

.p-guidance__tag {
  display: inline-block;
  line-height: 24px;
  height: 24px;
  margin-bottom: 6px;
  padding: 0 10px;
  border-radius: 12px;
  background-color: #999999;
  color: #ffffff;
  font-size: 11px;
}

@media (min-width: 768px) {
  .p-guidance__tag {
    font-size: 14px !important;
  }
}

.p-guidance.c0 .p-guidance__tag {
  background-color: #00ABEB;
}

.p-guidance.c1 .p-guidance__tag {
  background-color: #E76FAA;
}

.p-guidance.c2 .p-guidance__tag {
  background-color: #87B65E;
}

.p-guidance.c3 .p-guidance__tag {
  background-color: #19A997;
}

.p-guidance.c4 .p-guidance__tag {
  background-color: #3C91CC;
}

.p-guidance.c5 .p-guidance__tag {
  background-color: #3659B9;
}

.p-guidance.c6 .p-guidance__tag {
  background-color: #7A46D8;
}

.p-guidance.c7 .p-guidance__tag {
  background-color: #A765CA;
}

.p-guidance.c8 .p-guidance__tag {
  background-color: #E76FAA;
}

.p-guidance__ttl {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-guidance__ttl {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .p-guidance p {
    font-size: 16px;
  }
}

.p-guidance__b_link {
  background: #fcf9e6;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}

.p-guidance__b_link a {
  font-weight: bold;
}

.p-guidance__text {
  background: #fcf9e6;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}

.p-guidance__text a {
  font-weight: bold;
}

.p-guidance__notice {
  background: #e5f6fd;
  margin-top: 10px;
  padding: 10px;
}

.p-guidance__notice a {
  font-weight: bold;
}

.p-guidance__download {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 12px 15px;
  background-color: #e5f6fd;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.p-guidance__download::before {
  content: '';
  display: block;
  width: 34px;
  height: 45px;
  margin-right: 20px;
  background: url(../images/ico_pdf01.png);
  background-size: contain;
}

.p-guidance__download .p-link-02 {
  font-weight: normal;
}

.p-guidance__selector {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 14px 15px;
  background-color: #ECECEC;
}

.p-guidance__selector__check {
  flex: 0 0 33%;
  text-align: center;
}

@media (max-width: 767px) {
  .p-guidance__selector__check {
    flex: 0 0 30%;
    margin-right: 10px;
  }
}

.p-guidance__selector__btn {
  flex: 1 1 auto;
}

.p-section {
  margin-bottom: 60px;
}

.p-section.mgn1 {
  margin-bottom: 20px;
}

.p-section:last-child {
  margin-bottom: 0;
}

.p-section__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 8px 10px;
  background-color: #999999;
  background-image: url(../images/bg_index_ttl01@sp.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  line-height: 1.5;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .p-section__ttl {
    justify-content: flex-start;
    min-height: 56px;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url(../images/bg_index_ttl01@pc.png);
    background-size: cover;
    font-size: 18px;
    text-align: left;
  }
}

@media all and (-ms-high-contrast: none) {
  .p-section__ttl {
    height: 56px;
  }
}

.p-section__ttl img {
  height: 35px;
  margin-right: 12px;
  filter: brightness(1000%) invert(0);
}

@media (min-width: 768px) {
  .l-wrapper.home .p-section__ttl {
    justify-content: center;
  }
}

.p-section__inner {
  position: relative;
  padding: 20px 15px;
  background-color: #F3F3F3;
}

@media (min-width: 768px) {
  .p-section__inner {
    padding: 30px 40px;
  }
}

.p-section__inner02 {
  padding: 10px;
  background-color: #F3F3F3;
}

@media (min-width: 768px) {
  .p-section__inner02 {
    padding: 20px;
  }
}

.p-section__inner02 > :first-child {
  margin-top: 0;
}

.p-section__inner02 > :last-child {
  margin-bottom: 0;
}

.p-section__inner03 > :first-child {
  margin-top: 0;
}

.p-section__inner03 h3 {
  margin-top: 2.5em;
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-section__inner03 h3 {
    font-size: 16px;
  }
}

.p-section__inner03 p {
  margin-bottom: 1.5em;
  font-size: 16px;
}

@media (min-width: 768px) {
  .p-section__inner03 p {
    font-size: 16px;
  }
}

.p-section__inner03 strong {
  font-weight: bold;
}

.p-section__inner03 figure {
  display: table;
  table-layout: fixed;
  margin: 1.5em auto;
}

.p-section__inner03 figure figcaption {
  display: table-caption;
  caption-side: bottom;
  padding-top: 1em;
  font-size: 10px;
  text-align: right;
}

@media (min-width: 768px) {
  .p-section__inner03 figure figcaption {
    font-size: 10px;
  }
}

.p-section.c0 .p-section__inner,
.p-section.c0 .p-section__inner02 {
  background-color: #E5F6FD;
}

.p-index {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .p-index__item {
    width: 100%;
  }
  .p-index__item:not(:first-child) {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .p-index__item {
    width: calc((100% - 15px)/2);
  }
  .p-index__item:nth-child(n+3) {
    margin-top: 15px;
  }
  .p-index__item:nth-child(odd) {
    margin-right: 15px;
  }
}

.p-index__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 70px;
  padding: 10px;
  border: solid 1px #B2B2B2;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  transition: 200ms;
}

@media all and (-ms-high-contrast: none) {
  .p-index__item a {
    height: 80px;
  }
}

@media (max-width: 767px) {
  .p-index__item a {
    min-height: 60px;
  }
}

.p-index__item a::before {
  top: calc(50% - 3px);
  transform: rotate(45deg);
}

.p-index__item a::after {
  top: calc(50% + 3px);
  transform: rotate(-45deg);
}

.p-index__lede {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .p-index__lede {
    flex-direction: column;
    font-size: 14px;
  }
}

.p-index__lede__ico {
  flex: 0 0 auto;
  width: 75px;
  margin-right: 25px;
  font-size: 0;
}

@media (max-width: 767px) {
  .p-index__lede__ico {
    width: 50px;
    margin: 0 0 20px;
  }
}

.p-index__lede__ico img {
  max-width: 100%;
  height: auto;
}

.p-index__lede p {
  flex: 1 1 auto;
}

.js-toggle-wrap {
  overflow: hidden;
  transition: 300ms;
  margin: -5px;
  padding: 5px;
}

.js-toggle-wrap .js-toggle-txt {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: flex;
  justify-content: center;
  font-size: 14px;
}

.js-toggle-wrap .js-toggle-txt::before, .js-toggle-wrap .js-toggle-txt::after {
  position: absolute;
  top: 48%;
  display: block;
  width: 9px;
  height: 1px;
  background: #fff;
  content: "";
}

.js-toggle-wrap .js-toggle-txt::before {
  right: calc(50% - 54px);
}

.js-toggle-wrap .js-toggle-txt::after {
  right: calc(50% - 60px);
}

.js-toggle-wrap.js-toggle-close .js-toggle-txt::before {
  transform: rotate(45deg);
}

.js-toggle-wrap.js-toggle-close .js-toggle-txt::after {
  transform: rotate(-45deg);
}

.js-toggle-wrap.js-toggle-open .js-toggle-txt::before {
  transform: rotate(-45deg);
}

.js-toggle-wrap.js-toggle-open .js-toggle-txt::after {
  transform: rotate(45deg);
}

.p-corpUnit {
  margin-bottom: 10px;
  padding: 17px 10px 10px;
  border-radius: 6px;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .p-corpUnit {
    padding: 20px;
  }
}

.p-corpUnit > :last-child {
  margin-bottom: 0;
}

.p-corpUnit__head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .p-corpUnit__head {
    margin-bottom: 20px;
  }
}

.p-corpUnit__head__ico {
  flex: 0 0 auto;
  width: 46px;
  line-height: 46px;
  background-color: #999999;
  color: #ffffff;
  border-radius: 50%;
  font-size: 28px;
  text-align: center;
}

.p-section.c0 .p-corpUnit__head__ico {
  background-color: #00ABEB;
}

.p-section.c1 .p-corpUnit__head__ico {
  background-color: #E76FAA;
}

.p-section.c2 .p-corpUnit__head__ico {
  background-color: #87B65E;
}

.p-section.c3 .p-corpUnit__head__ico {
  background-color: #19A997;
}

.p-section.c4 .p-corpUnit__head__ico {
  background-color: #3C91CC;
}

.p-section.c5 .p-corpUnit__head__ico {
  background-color: #3659B9;
}

.p-section.c6 .p-corpUnit__head__ico {
  background-color: #7A46D8;
}

.p-section.c7 .p-corpUnit__head__ico {
  background-color: #A765CA;
}

.p-section.c8 .p-corpUnit__head__ico {
  background-color: #E76FAA;
}

.p-corpUnit__head__cont {
  flex: 1 1 auto;
  margin-left: 7px;
  font-size: 11px;
}

@media (min-width: 768px) {
  .p-corpUnit__head__cont {
    margin-left: 10px;
    font-size: 12px;
       display: grid;
       grid-template-columns: 2fr 1fr;
  }
}

.p-corpUnit__head__cont__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 46px;
  margin-bottom: 15px;
}

.p-corpUnit__head__cont__info .__name {
  display: flex;
  align-items: flex-start;
  padding: .125em 0;
  font-size: 17px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-corpUnit__head__cont__info .__name {
    font-size: 20px;
  }
}

.p-corpUnit__head__cont__info .__name .c-checkbox {
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .p-corpUnit__head__cont__info .__name .c-checkbox {
    font-size: 14px;
  }
}

.p-corpUnit__head__cont__info .__name .c-checkbox::after {
  content: '';
  display: block;
  width: 0;
  height: 1.5em;
}

.p-corpUnit__head__cont__saiyou {
    text-align: right;
}
@media (max-width: 767px) {
.p-corpUnit__head__cont__saiyou {
    text-align: left;
    margin-left: -54px;
    margin-bottom: 15px;
}
}
.p-corpUnit__head__cont__saiyou p {
    border: 2px solid #006bcd;
    border-radius: 6px;
    color: #006bcd;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif!important;
    padding: 9px 25px 7px 55px;
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
.p-corpUnit__head__cont__saiyou p::before {
    content: "";
    background: url(../images/ico_saiyou.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}
@media (max-width: 767px) {
.p-corpUnit__head__cont__saiyou p {
    border: 1px solid #006bcd;
    font-size: 12px;
    line-height: 1.1;
    padding: 6px 10px 3px 32px;
}
.p-corpUnit__head__cont__saiyou p::before {
    width: 17px;
    height: 17px;
    left: 10px;
}
}

.p-corpUnit__head__cont__btnWrap {
  display: flex;
  flex-wrap: wrap;
    grid-column: 1 / 3;
}

@media (max-width: 767px) {
  .p-corpUnit__head__cont__btnWrap {
    justify-content: center;
    margin-left: -56px;
    margin-right: -3px;
  }
}

@media (min-width: 768px) {
  .p-corpUnit__head__cont__btnWrap .p-btn {
    width: calc((100% - (6px * 3)) / 4);
  }
  .p-corpUnit__head__cont__btnWrap .p-btn:not(:nth-child(4n)) {
    margin-right: 6px;
  }
}

@media (max-width: 767px) {
  .p-corpUnit__head__cont__btnWrap .p-btn {
    width: calc((100% - (6px * 2)) / 2);
    margin: 0 3px;
  }
  .p-corpUnit__head__cont__btnWrap .p-btn:not(:nth-child(-n+2)) {
    margin-top: 6px;
  }
}

.p-corpUnit__head__cont__btnWrap .p-btn > span {
  width: auto !important;
}

.p-corpUnit__accordion {
  /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  transition: box-shadow 200ms; */
  border: solid 1px #B2B2B2;
  border-radius: 2px;
}

.p-corpUnit__accordion.is-toggle-open {
  /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0); */
  border: solid 1px #B2B2B2;
  border-radius: 2px;
}

.p-corpUnit__accordion__btn .js-toggle-hook {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 48px;
  padding: .375em 1em;
  line-height: 1.3125;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  letter-spacing: .025em;
  transition: 200ms;
}

.is-toggle-open .p-corpUnit__accordion__btn .js-toggle-hook {
  background-color: #f3f3f3;
}

.p-corpUnit__accordion__body {
  display: none;
}

.p-mapUnit {
  display: flex;
  padding: 20px 0px 20px 10px;
  background-color: #F3F3F3;
}

@media (min-width: 768px) {
  .p-mapUnit {
    padding-left: 56px;
  }
}

.p-mapUnit__side {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 30px;
  padding: 14px 0;
  background-color: #ffffff;
  font-size: 22px;
}

@media (min-width: 768px) {
  .p-mapUnit__side {
    width: 70px;
    padding: 22px 0;
    font-size: 28px;
  }
}

.p-mapUnit__side .icon-building {
  line-height: 1;
}

.p-section.c0 .p-mapUnit__side {
  color: #00ABEB;
}

.p-section.c1 .p-mapUnit__side {
  color: #E76FAA;
}

.p-section.c2 .p-mapUnit__side {
  color: #87B65E;
}

.p-section.c3 .p-mapUnit__side {
  color: #19A997;
}

.p-section.c4 .p-mapUnit__side {
  color: #3C91CC;
}

.p-section.c5 .p-mapUnit__side {
  color: #3659B9;
}

.p-section.c6 .p-mapUnit__side {
  color: #7A46D8;
}

.p-section.c7 .p-mapUnit__side {
  color: #A765CA;
}

.p-section.c8 .p-mapUnit__side {
  color: #E76FAA;
}

.p-mapUnit__main {
  flex: 1 1 auto;
  text-align: center;
}

.p-mapUnit__main > :last-child {
  margin-bottom: 0;
}

.p-mapUnit__box {
  width: 220px;
  margin: 0 auto 10px;
  padding: 10px;
  background-color: #ECECEC;
}

@media (min-width: 768px) {
  .p-mapUnit__box {
    width: 400px;
    margin-bottom: 15px;
    padding: 20px;
  }
}

.p-mapUnit__box + .p-mapUnit__box {
  margin-top: -20px;
}

@media (min-width: 768px) {
  .p-mapUnit__box + .p-mapUnit__box {
    margin-top: -35px;
  }
}

.p-mapUnit__box > :last-child {
  margin-bottom: 0;
}

.p-mapUnit__box .p-mapUnit__txt {
  margin-top: 0;
}

.p-mapUnit__item {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .p-mapUnit__item {
    margin-bottom: 15px;
  }
}

.p-mapUnit__txt {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  line-height: 1.25;
  font-size: 12px;
}

@media (min-width: 768px) {
  .p-mapUnit__txt {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 14px;
  }
}

.p-mapUnit__txt.c1 {
  color: #f57c31;
}

.p-mapUnit__txt.c2 {
  color: #0099c4;
}

.p-mapUnit__txt.c3 {
  color: #859099;
}

.p-mapUnit__txt.c4 {
  color: #859099;
}

.p-mapUnit__arw {
  display: block;
  position: relative;
  width: calc(50% + 4px);
  height: 20px;
}

@media (min-width: 768px) {
  .p-mapUnit__arw {
    height: 24px;
  }
}

.p-mapUnit__arw::before {
  box-sizing: border-box;
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-mapUnit__arw::after {
  box-sizing: border-box;
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
}

.p-mapUnit__arw i {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.p-mapUnit__arw i::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-mapUnit__arw i::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
}

.p-mapUnit__arw.c1::before {
  left: auto;
  right: 0;
  width: calc(100% - 11px);
  border-top: 8px solid #f57c31;
  border-right: 8px solid #f57c31;
}

.p-mapUnit__arw.c1::after {
  top: -6px;
  left: 0;
  border-width: 10px 12px 10px 0;
  border-right-color: #f57c31;
}

.p-mapUnit__arw.c2::before {
  height: calc(100% - 8px);
  border-top: 8px solid #0099c4;
  border-right: 8px solid #0099c4;
}

.p-mapUnit__arw.c2::after {
  right: -6px;
  bottom: 0;
  border-width: 9px 10px 0px 10px;
  border-top-color: #0099c4;
}

.p-mapUnit__arw.c3 {
  width: calc(50% + 3px);
}

.p-mapUnit__arw.c3::before {
  background-image: linear-gradient(to left, #859099, #859099 50%, transparent 50%, transparent 100%);
  background-size: 12px 6px;
  /* この値を変更 */
  background-position: top right;
  background-repeat: repeat-x;
}

.p-mapUnit__arw.c3::after {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-image: linear-gradient(to bottom, #859099, #859099 50%, transparent 50%, transparent 100%);
  background-size: 6px 12px;
  /* この値を変更 */
  background-position: top right;
  background-repeat: repeat-y;
}

.p-mapUnit__arw.c4::before {
  border-top: 8px solid #859099;
  border-right: 8px solid #859099;
}

.p-mapUnit__arw.c1_2::before {
  height: calc(100% - 8px);
  border-top: 4px solid #0099c4;
  border-right: 4px solid #0099c4;
}

.p-mapUnit__arw.c1_2::after {
  right: -6px;
  bottom: 0;
  border-width: 9px 10px 0px 0px;
  border-top-color: #0099c4;
}

.p-mapUnit__arw.c1_2 i::before {
  top: 5px;
  left: auto;
  right: 5px;
  width: calc(100% - 16px);
  border-top: 4px solid #f57c31;
  border-right: 4px solid #f57c31;
}

.p-mapUnit__arw.c1_2 i::after {
  top: 5px;
  left: 0;
  border-width: 0px 12px 10px 0;
  border-right-color: #f57c31;
}

.p-mapUnit__arw.c1-a::before {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  width: 0;
  height: calc(100% - 8px);
  border-top: 8px solid #f57c31;
  border-right: 8px solid #f57c31;
}

.p-mapUnit__arw.c1-a::after {
  top: 0;
  left: auto;
  right: -6px;
  border-width: 0px 10px 9px 10px;
  border-bottom-color: #f57c31;
}

.p-mapUnit__arw.c2-a::before {
  top: auto;
  left: auto;
  right: 0;
  width: 0;
  height: calc(100% - 8px);
  border-top: 8px solid #0099c4;
  border-right: 8px solid #0099c4;
}

.p-mapUnit__arw.c2-a::after {
  right: -6px;
  bottom: 0;
  border-width: 9px 10px 0px 10px;
  border-top-color: #0099c4;
}

.p-mapUnit__arw.c3-a {
  width: calc(50% + 3px);
  height: 22px;
}

@media (min-width: 768px) {
  .p-mapUnit__arw.c3-a {
    height: 24px;
  }
}

.p-mapUnit__arw.c3-a::after {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-image: linear-gradient(to bottom, #859099, #859099 6px, transparent 6px, transparent 100%);
  background-size: 6px 9px;
  background-position: top -1px right;
  background-repeat: repeat-y;
}

.p-mapUnit__arw.c4-a::before {
  top: auto;
  left: auto;
  right: 0;
  width: 0;
  border-right: 8px solid #859099;
}

.p-mapUnit__arw.c1_2-a {
  height: 22px;
}

@media (min-width: 768px) {
  .p-mapUnit__arw.c1_2-a {
    height: 24px;
  }
}

.p-mapUnit__arw.c1_2-a::before {
  top: auto;
  left: auto;
  right: 0;
  width: 0;
  height: calc(100% - 8px);
  border-top: 4px solid #0099c4;
  border-right: 4px solid #0099c4;
}

.p-mapUnit__arw.c1_2-a::after {
  right: -6px;
  bottom: 0;
  border-width: 9px 10px 0px 0px;
  border-top-color: #0099c4;
}

.p-mapUnit__arw.c1_2-a i::before {
  top: 8px;
  left: auto;
  right: 5px;
  width: 0;
  border-top: 4px solid #f57c31;
  border-right: 4px solid #f57c31;
}

.p-mapUnit__arw.c1_2-a i::after {
  top: 0px;
  right: 5px;
  border-width: 0px 0px 9px 10px;
  border-bottom-color: #f57c31;
}

.p-btnWrap {
  margin: 40px 0px;
  padding: 30px 16px;
}

@media (min-width: 768px) {
  .p-btnWrap {
    margin: 60px 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-btnWrap.c1 {
  background-color: #ECECEC;
}

.p-btnWrap__ttl {
  margin-top: -0.25em;
  margin-bottom: 0.75em;
  line-height: 1.5;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-btnWrap__ttl {
    font-size: 21px;
  }
}

.p-btnWrap__list {
  text-align: center;
}

.p-btnWrap__list .p-btn {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .p-btnWrap__list .p-btn {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.p-btnWrap__list .p-btn:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .p-btnWrap__list .p-btn:last-child {
    margin-right: 0;
  }
}

.p-mention {
  margin: 60px 0px 0;
  padding: 20px 0 0;
  border-top: 1px solid #D7DCE2;
}

@media (min-width: 768px) {
  .p-mention {
    margin-left: 0;
    margin-right: 0;
  }
}

.p-mention * {
  color: #707070;
  font-size: 12px;
}

@media (min-width: 768px) {
  .p-mention * {
    font-size: 12px;
  }
}

.p-mention__ttl {
  margin-bottom: 1em;
  font-weight: bold;
}

.p-ul > li {
  display: flex;
}

.p-ul > li::before {
  content: '・';
  flex: 0 0 auto;
  width: 1em;
  text-align: center;
}

.c-sideNav {
  font-size: 16px;
}

.c-sideNav:not(:first-child) {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .c-sideNav {
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  }
}

.c-sideNav__head__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  background-color: #E6E6E6;
  color: #000;
  font-weight: bold;
}

.c-sideNav__cont {
  padding: 0 15px;
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: #ffffff;
}

.c-sideNav--gray .c-sideNav__cont {
  background-color: #f3f3f3;
}

.c-sideNav__list:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.c-sideNav__list__ttl {
  position: relative;
}

.c-sideNav__list__ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 31px;
  height: 31px;
  margin: auto;
  background-color: #00ABEB;
}

.c-sideNav__list__ttl a {
  display: flex;
  align-items: center;
  position: relative;
  height: 58px;
  padding-left: 5px;
  padding-right: 46px;
  color: #000;
  text-decoration: none;
  transition: 200ms;
}

.c-sideNav__list__ttl a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.c-sideNav__list__ttl a .__ico {
  background-image: url(/conts/2025/images/icon_sideNav01.png);
  background-repeat: no-repeat;
  background-size: 240px 30px;
}

.c-sideNav__list__ttl a .__ico--1 {
  background-position: 0px 0;
}

.c-sideNav__list__ttl a .__ico--2 {
  background-position: -30px 0;
}

.c-sideNav__list__ttl a .__ico--3 {
  background-position: -60px 0;
}

.c-sideNav__list__ttl a .__ico--4 {
  background-position: -90px 0;
}

.c-sideNav__list__ttl a .__ico--5 {
  background-position: -120px 0;
}

.c-sideNav__list__ttl a .__ico--6 {
  background-position: -150px 0;
}

.c-sideNav__list__ttl a .__ico--7 {
  background-position: -180px 0;
}

.c-sideNav__list__ttl a .__ico--8 {
  background-position: -210px 0;
}

.c-sideNav__list__ttl a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 15px;
  height: 1px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
}

.c-sideNav__list__ttl a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 1px;
  height: 0px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
  transition: 200ms;
}

.c-sideNav__list__ttl a:hover {
  opacity: 0.8;
}

.c-sideNav__list__body {
  padding: 8px 24px 16px;
}

.c-sideNav__list__body .__item a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px 0 8px 15px;
  line-height: 1.5;
  font-size: 14px;
  text-decoration: none;
  transition: 200ms;
}

.c-sideNav__list__body .__item a::before, .c-sideNav__list__body .__item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 9px;
  height: 2px;
  background-color: #00abeb;
}

.c-sideNav__list__body .__item a::before {
  top: 14px;
  transform: rotate(43deg);
}

.c-sideNav__list__body .__item a::after {
  top: 19px;
  transform: rotate(-43deg);
}

.c-sideNav__list:not(.is-open) .c-sideNav__list__ttl a::after {
  height: 15px;
}

.c-sideNav__head__ttl a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.c-sideNav__head__ttl a > span {
  position: relative;
  padding-left: 15px;
}

.c-sideNav__head__ttl a > span::before, .c-sideNav__head__ttl a > span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 9px;
  height: 1px;
  background-color: #00abeb;
}

.c-sideNav__head__ttl a > span::before {
  top: calc(50% - 3px);
  transform: rotate(45deg);
}

.c-sideNav__head__ttl a > span::after {
  top: calc(50% + 3px);
  transform: rotate(-45deg);
}

.c-sideNav__list__ttl a i img {
  max-width: 100%;
}

.p-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 0;
  font: inherit;
  background: none;
  border: none;
  line-height: inherit;
  letter-spacing: inherit;
  box-sizing: inherit;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  text-decoration: none !important;
  cursor: pointer;
}

.p-btn > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .375em 1em;
  border-radius: 2px;
  line-height: 1.3125;
  font-size: 12px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  letter-spacing: .025em;
  transition: 200ms;
}

@media (min-width: 768px) {
  .p-btn > span {
    font-size: 14px;
  }
}

.p-btn.s0 > span {
  min-height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

@media all and (-ms-high-contrast: none) {
  .p-btn.s0 > span {
    height: 48px;
  }
}

.p-btn.s1 > span {
  width: 130px;
  min-height: 48px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .p-btn.s1 > span {
    width: 160px;
    font-size: 13px;
  }
}

@media all and (-ms-high-contrast: none) {
  .p-btn.s1 > span {
    height: 48px;
  }
}

.p-btn.s2 > span {
  width: 196px;
  min-height: 48px;
}

@media (min-width: 768px) {
  .p-btn.s2 > span {
    width: 360px;
    min-height: 60px;
  }
}

@media all and (-ms-high-contrast: none) {
  .p-btn.s2 > span {
    height: 48px;
  }
}

.p-btn.s3 {
  width: 100%;
  max-width: 300px;
}

.p-btn.s3 > span {
  min-height: 70px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .p-btn.s3 > span {
    font-size: 16px;
  }
}

@media all and (-ms-high-contrast: none) {
  .p-btn.s3 > span {
    height: 70px;
  }
}

.p-btn.c0 > span {
  background-color: #006bcb;
  color: #fff;
}

.p-btn.c0:hover > span {
  background-color: #57c9f5;
}

.p-btn.c1 > span {
  background-color: #fff;
  border: solid 1px #B2B2B2;
}

.p-btn.c2 > span {
  background: #f67e28;
  color: #fff;
}

.p-btn.c2:hover > span {
  background: #f89853;
}

.p-btn.c3 > span {
  background-color: #fff;
  color: #f67e28;
  border: solid 1px #B2B2B2;
}

.p-btn.c3:hover > span {
  opacity: 0.8;
}



/*
.p-btn.i1 > span::before {
  flex: 0 0 auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(../images/alt_icon_fav_02.png) no-repeat 0 0;
  background-size: contain;
  content: "";
}

@media (max-width: 767px) {
  .p-btn.i1 > span::before {
    width: 14px;
    margin-right: 2px;
    background-position: center;
  }
}
*/

.p-btn.i2 > span::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  line-height: 1;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  border-top: 1.5px solid #24b7ee;
  border-right: 1.5px solid #24b7ee;
  content: "";
  transform: rotate(135deg) scale(0.7) skew(-8deg, -8deg);
  transform-origin: 100% 50%;
  transition: 200ms;
}

.p-btn.disabled {
  cursor: default;
  pointer-events: none;
  color: inherit;
}

.p-btn.disabled > span {
  color: inherit;
}

/*
--------------------------------------------- */
.c-checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.c-checkbox input[type="checkbox"] {
  display: none;
}

.c-checkbox .__txt {
  display: block;
  padding-left: 30px;
  line-height: 1.625;
}

.c-checkbox .__txt::before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: calc((1.625em - 20px)/2);
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #ffffff;
}

.c-checkbox input[type="checkbox"]:checked + .__txt::after {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: calc((1.625em - 20px)/2 + 4px);
  left: 4px;
  width: 12px;
  height: 8px;
  border-left: 2px solid #4392da;
  border-bottom: 2px solid #4392da;
  transform-origin: center;
  transform: rotate(-45deg);
}

/*
--------------------------------------------- */
.p-link-02 > li {
  position: relative;
  padding: 0 0 0 18px;
  line-height: 1.5;
  text-align: left;
}

.p-link-02 > li a {
  display: inline-block;
}

.p-link-02 > li a::before {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: calc(0.75em);
  left: 0;
  line-height: 1;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border-top: 2px solid #00aaeb;
  border-right: 2px solid #00aaeb;
  content: "";
  transform-origin: top right;
  transform: rotate(45deg);
  transition: 200ms;
}

.p-link-02 > li a .__pdf {
  display: inline-block;
  padding: 0 4px;
  background-color: #e51e25;
  color: #ffffff;
  font-size: 10px;
}

/*-----------------------------------------------
  エントリー予約注釈
----------------------------------------------- */
.contents-reserve {
  margin: 20px 0;
}

#companyDetail .contents-reserve {
  margin: 0;
}

.contents-reserve ~ #contentsarea {
  padding-top: 0;
}

.contents-reserve > .contents-reserve-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1130px;
  background: #fffce6;
  border-radius: 5px;
  margin: 0 auto;
  padding: 20px 10px;
  line-height: 1.2;
  text-align: center;
}

.contents-reserve > .contents-reserve-inner > p {
  margin-top: 0;
  font-size: 12px;
  margin-bottom: 0;
}

.contents-reserve > .contents-reserve-inner > p > strong {
  color: #e30000;
}

.contents-reserve > .contents-reserve-inner > .text-ques {
  margin-left: 20px;
}

.contents-reserve > .contents-reserve-inner > .text-ques > a {
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
}

.contents-reserve > .contents-reserve-inner > .text-ques > a:before {
  content: "?";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  color: #00aaeb;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-right: 4px;
}

@media (max-width: 767px) {
  .contents-reserve > .contents-reserve-inner {
    display: inherit;
    text-align: left;
    width: 90%;
  }
  .contents-reserve > .contents-reserve-inner > p > strong {
    display: block;
  }
  .contents-reserve > .contents-reserve-inner > .text-ques {
    text-align: center;
  }
}

/* js-toggle
----------------------------------------------- */
.js-toggle-01 .js-toggle-txt {
  display: none;
}

.js-toggle-01 .js-toggle-txt {
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  display: block;
  width: 14px;
  height: 9px;
  margin: auto;
  font-size: 0;
  color: transparent;
  content: "";
}

.js-toggle-01 .js-toggle-txt::before, .js-toggle-01 .js-toggle-txt::after {
  position: absolute;
  top: 3px;
  display: block;
  width: 9px;
  height: 2px;
  background: #00aaeb;
  content: "";
}

.js-toggle-01 .js-toggle-txt::before {
  left: -1px;
}

.js-toggle-01 .js-toggle-txt::after {
  left: 5px;
}

.js-toggle-01.box-05 .js-toggle-txt {
  right: 17px;
}

.js-toggle-01.is-toggle-open .js-toggle-txt::before {
  transform: rotate(134deg);
}

.js-toggle-01.is-toggle-open .js-toggle-txt::after {
  transform: rotate(-134deg);
}

.js-toggle-01.is-toggle-open.box-attention-01 .js-toggle-txt::before {
  transform: rotate(-134deg);
}

.js-toggle-01.is-toggle-open.box-attention-01 .js-toggle-txt::after {
  transform: rotate(134deg);
}

.js-toggle-01.is-toggle-close .js-toggle-txt::before {
  transform: rotate(-134deg);
}

.js-toggle-01.is-toggle-close .js-toggle-txt::after {
  transform: rotate(134deg);
}

.js-toggle-01.is-toggle-close .js-toggle-content {
  display: none;
}

.js-toggle-01.is-toggle-close.box-attention-01 .js-toggle-txt::before {
  transform: rotate(134deg);
}

.js-toggle-01.is-toggle-close.box-attention-01 .js-toggle-txt::after {
  transform: rotate(-134deg);
}

@media (max-width: 767px) {
  ul.topicpath {
    float: none;
    width: auto;
    padding: 0;
    background-image: none;
    line-height: 1.75;
    color: #4d4d4d;
    font-size: 11px !important;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  ul.topicpath li {
    float: none;
    display: inline;
    font-size: 12px !important;
  }
  ul.topicpath li:nth-child(n+2) {
    position: relative;
    margin-left: 25px;
  }
  ul.topicpath li:nth-child(n+2)::before,
  ul.topicpath li:nth-child(n+2)::after {
    position: absolute;
    left: -16px;
    display: block;
    width: 7px;
    height: 1px;
    background: #999;
    content: "";
    font-size: 0;
  }
  ul.topicpath li:nth-child(n+2)::before {
    top: 6px;
    transform: rotate(35deg);
  }
  ul.topicpath li:nth-child(n+2)::after {
    top: 10px;
    transform: rotate(-35deg);
  }
  ul.topicpath li + li:before {
    display: none;
  }
  ul.topicpath li a {
    font-size: 12px !important;
  }
}

/* 右ナビ上部バナー
----------------------------------------------- */
/*
.p-event__wrapper__bannar {
    text-align: center;
}
p.c-sideSec__lede {
    text-align: center;
}
*/

/* =========================================================
   ボタン調整（サイズは変更しない）
   - 共通：角丸 100px / 太字 700
   - c0：マイナビ2028 btn-05相当（青グラデ）
   - c3：マイナビ2028 btn-02相当（オレンジ文字＋オレンジ枠）
========================================================= */

/* ②③ 全ボタン共通（p-btn内） */
.p-btn > span {
  border-radius: 100px;
  font-weight: 700;
}

/* ④ c0：btn-05相当（青グラデ） */
.p-btn.c0 > span {
  color: #fff;
  background: linear-gradient(90deg, #3088f3, #00b5fa);
}

.p-btn.c0:hover > span {
  background: linear-gradient(90deg, #78b5ff, #40caff);
}

/* ⑤ c3：btn-02相当（オレンジ文字＋オレンジ枠） */
.p-btn.c3 > span {
  background-color: #fff;
  color: #ff8b0f;
  border: solid 1px #ff8b0f; /* 既存の #B2B2B2 を上書き */
}

.p-btn.c3:hover > span {
  opacity: 1;               /* 既存の opacity:0.8 を打ち消し */
  color: #ffaf59;
  border-color: #ffaf59;
}


/* =========================================================
   i1（検討リスト登録）を 2028 btn-01 bookmark 相当の青枠に
   - 白地 + 青枠 + 青文字
   - hover：opacity 0.8
本来 i1 はアイコン制御指定だが、使用していなかったため枠色制御に使用
========================================================= */
.p-btn.c1.i1 > span {
  background-color: #fff;
  border: solid 1px #3088f3; /* 2028: --main-color-02 */
  color: #3088f3;            /* 2028: --main-color-02 */
}

.p-btn.c1.i1:hover > span {
  opacity: 0.8;
}

.p-index__item a {
  border-radius: 100px;
  font-weight: 700;
}

/* ログイン／会員登録：角丸を確実に反映 */
.l-login__btn .btn.btn-01,
.l-login__btn .btn.btn-02 {
  border-radius: 100px;
  font-weight: 700; /* 念のため併記（既に太字なら不要） */
}