@charset "UTF-8";

.title-down {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.title-down:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-image: url("../img/common/balloon_line.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1377px 10px;
}

body.nav-active {
  height: inherit;
  overflow: auto;
}

.header_fix {
  position: fixed;
  top: 0;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
  background: #fff;
  z-index: 2;
}

.header_fix.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header_fix.none {
  display: none;
}

.nav-active .header_fix.hide {
  -webkit-transform: inherit;
          transform: inherit;
}

.header {
  color: #444;
}

.header__top {
  border-bottom: 1px solid #d6d6d6;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px;
}

@media print, screen and (min-width: 769px) {
  .header__top {
    border-bottom: 2px solid #003b73;
  }
}

@media only screen and (max-width: 768px) {
  .header__top {
    display: none;
  }
}

.header__logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media print, screen and (min-width: 769px) {
  .header__logo {
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  .header__logo {
    height: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header__logo img {
  width: auto;
  max-width: inherit;
}

@media print, screen and (min-width: 769px) {
  .header__logo img {
    max-width: none;
    width: 140px;
  }
}

@media only screen and (max-width: 768px) {
  .header__logo img {
    width: 100px;
  }
}

@media print, screen and (min-width: 769px) {
  .header__logo--main {
    position: relative;
    top: 2px;
  }
}

@media only screen and (max-width: 768px) {
  .header__logo--main {
    position: relative;
    top: 2px;
  }
}

.header__logo--sub {
  font-weight: 700;
  margin-left: 5px;
  text-align: center;
  font-size: 20px;
}

@media print, screen and (min-width: 769px) {
  .header__logo--sub {
    position: relative;
    top: 3px;
    margin-left: 10px;
    width: 276px;
  }
}

@media only screen and (max-width: 768px) {
  .header__logo--sub {
    font-size: 10px;
    line-height: 1.3;
    width: 245px;
  }
}

.header__logo--sub img {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .header__logo--sub img {
    width: 276px;
  }
}

@media only screen and (max-width: 768px) {
  .header__logo--sub img {
    width: 245px;
  }
}

.header__logo--txt {
  font-size: 11px;
  color: #878787;
  display: block;
  font-weight: 500;
}

@media print, screen and (min-width: 769px) {
  .header__logo--txt {
    font-size: 14px;
    float: right;
    margin-left: 7px;
    position: relative;
    top: 4px;
  }
}

@media only screen and (max-width: 768px) {
  .header__badge img {
    width: 145px;
    margin-top: -10px;
    vertical-align: middle;
  }
}

@media print, screen and (min-width: 769px) {
  .header__badge img {
    display: inline-block;
    width: 316.66667px;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: 10px;
  }
}

.header__time {
  font-size: 11px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.header__tel {
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  margin-right: 15px;
}

@media print, screen and (min-width: 769px) {
  .header__tel {
    width: 186px;
  }
  .header__tel img {
    display: block;
  }
}

.header__tel span {
  margin-bottom: 5px;
  font-size: 24px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  color: #339;
}

.header__tel span:before {
  content: "";
  background-image: url("/img/common/icon-free_dial-bk.png");
  width: 18px;
  height: 13px;
  display: inline-block;
  content: "";
  background-size: 100%;
  margin-right: 8px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 0;
}

.header__btn {
  background: #ff7e0f;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-weight: 700;
  display: -webkit-inline-box;
  display: inline-flex;
  box-sizing: border-box;
  text-decoration: none;
  width: 151px;
  height: 44px;
  font-size: 13px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding-left: 6px;
  padding-right: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb001), to(#fe8400));
  background: linear-gradient(to bottom, #ffb001 0%, #fe8400 100%);
  border-bottom: 1px solid #FE4902;
  border-top: 2px solid rgba(255, 255, 255, 0.6);
  box-shadow: none;
  color: #FFF !important;
}

.header__btn a {
  color: #fff;
  display: block;
}

.header__btn:hover {
  opacity: 0.9;
}

.header__btn2 img {
  vertical-align: bottom;
  width: 165px;
}

@media print, screen and (min-width: 961px) {
  .header__button--soudan {
    position: relative;
    top: 3px;
  }
}

.header__btnsearch {
  background: #193050;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  display: block;
  letter-spacing: 0.05em;
  font-weight: bold;
  cursor: pointer;
  font-weight: 700;
  height: 40px;
  border-radius: 25px;
  line-height: 40px;
  width: 124px;
}

.header__btnsearch a {
  color: #fff;
  display: block;
}

.header__btnsearch:hover {
  opacity: 0.9;
}

.sp-header__top {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp-header__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    border-bottom: 1px solid #d6d6d6;
  }
  .header__top {
    display: none;
  }
  .menu_btn {
    display: block;
    position: relative;
    height: 18px;
    width: 20px;
    z-index: 9999;
    cursor: pointer;
  }
  .menu_btn span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: #878787;
    position: absolute;
  }
  .menu_btn span:nth-of-type(2) {
    top: 8px;
  }
  .menu_btn span:nth-of-type(3) {
    top: 16px;
  }
  .menu_btn--search {
    display: block;
    height: 50px;
    width: 40px;
    text-align: center;
    position: relative;
    background: #193050;
  }
  .menu_btn--search a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .menu_btn--search img {
    width: 20px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .menu_btn--mail {
    display: none;
    height: 50px;
    width: 40px;
    text-align: center;
    position: relative;
    background: #ff7e0f;
  }
  .menu_btn--mail a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .menu_btn--mail img {
    width: 20px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .menu_btn--tel {
    display: none;
    height: 50px;
    width: 40px;
    text-align: center;
    position: relative;
  }
  .menu_btn--tel a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .menu_btn--tel img {
    width: 20px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .menu_btn--tel:before {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    position: absolute;
    background: #d6d6d6;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu_btn--tel:after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    position: absolute;
    background: #d6d6d6;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu_btn--line {
    display: block;
    height: 50px;
    width: 40px;
    text-align: center;
    position: relative;
  }
  .menu_btn--line a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .menu_btn--line img {
    width: 20px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.header__nav--btn {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  display: none;
}

@media only screen and (max-width: 768px) {
  .header__nav--btn {
    display: block;
  }
  .header__nav--btn .menu_btn {
    margin: 5px auto;
    display: block;
    position: relative;
    height: 18px;
    width: 20px;
    z-index: 9999;
    cursor: pointer;
  }
  .header__nav--btn .menu_btn span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: #878787;
    position: absolute;
  }
  .header__nav--btn .menu_btn span:nth-of-type(2) {
    top: 8px;
  }
  .header__nav--btn .menu_btn span:nth-of-type(3) {
    top: 16px;
  }
}

.guide-home .header__nav,
.guide-tag .header__nav {
  display: none;
}

.header__nav {
  background: #003b73;
}

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

.header__nav--list {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .header__nav--list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}

.header__nav--list li {
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .header__nav--list li {
    padding: 5px;
    width: 50%;
    text-align: center;
  }
}

.header__nav--list a {
  color: #fff;
}

.mv-guide {
  border-bottom: 1px solid #DDD;
}

.mv-guide img {
  width: 100%;
}

.contents_pickup {
  background: #ffffd6;
}

.contents_pickup .inner {
  padding: 30px 0;
}

.pickupBox_wrap {
  margin-left: -10px;
  margin-right: -10px;
}

@media only screen and (max-width: 768px) {
  .pickupBox_wrap {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.contents_pickup__ttl {
  position: relative;
  display: table;
  margin: 0 auto;
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #333333;
  margin-bottom: 64px;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 20px !important;
  color: #003b73 !important;
}

@media only screen and (max-width: 768px) {
  .contents_pickup__ttl {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

.contents_pickup__ttl:before {
  content: "";
  width: 24px;
  display: block;
  border-bottom: 3px solid #003b73;
  position: absolute;
  left: -24px;
  top: 24px;
  -webkit-transform: rotate(-125deg);
          transform: rotate(-125deg);
}

.contents_pickup__ttl:after {
  content: "";
  width: 24px;
  display: block;
  border-bottom: 3px solid #003b73;
  position: absolute;
  right: -24px;
  top: 24px;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
}

.pickupBox {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
}

.pickupBox-in {
  background-color: #FFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  width: 320px;
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .pickupBox-in {
    width: 260px;
  }
}

.pickupBox-in a {
  outline: none;
}

.pickupBox figure {
  position: relative;
  height: 165px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
}

@media only screen and (max-width: 768px) {
  .pickupBox figure {
    height: 150px;
  }
}

.pickupBox figure img {
  width: 100%;
  height: 100%;
}

.pickupBox .pickupBox_columBox__label {
  top: 0;
  left: 0;
  color: #fff;
  padding: 2px 12px;
  font-size: 12px;
  margin-right: 5px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .pickupBox .pickupBox_columBox__label {
    font-size: 10px;
  }
}

.pickupBox .pickupBox_columBox__body {
  padding: 15px;
}

.pickupBox .pickupBox_columBox__body .postList_box__label {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pickupBox .pickupBox_columBox__date {
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 500;
  margin-top: 10px;
  margin-top: 5px;
}

.pickupBox .pickupBox_columBox__ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  min-height: 4em;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .pickupBox .pickupBox_columBox__ttl {
    font-size: 14px;
  }
}

.pickupBox .pickupBox__txt {
  display: none;
}

.guidecat_nav {
  margin-bottom: 3em;
}

.guidecat_nav__ttl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 18px;
  margin-bottom: 32px;
  border: 0 !important;
  font-weight: 700;
  margin-top: 2em;
}

@media only screen and (max-width: 768px) {
  .guidecat_nav__ttl {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .guidecat_nav__ttl {
    margin-bottom: 18px;
  }
}

.guidecat_nav__ttl::before,
.guidecat_nav__ttl::after {
  content: '';
  -webkit-box-flex: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #000;
}

.guidecat_nav__ttl::before {
  margin-right: 20px;
}

.guidecat_nav__ttl::after {
  margin-left: 20px;
}

.guidecat_nav ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.guidecat_nav ul li {
  border: 1px #003b73 solid;
  width: calc((100% - 15px)/ 4);
  position: relative;
  height: 56px;
}

@media only screen and (max-width: 768px) {
  .guidecat_nav ul li {
    width: calc((100% - 6px)/ 3);
  }
}

.guidecat_nav ul li a {
  color: #003b73;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .guidecat_nav ul li a {
    font-size: 12px;
  }
}

.guidecat_nav ul li:not(:nth-child(4n)) {
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .guidecat_nav ul li:not(:nth-child(4n)) {
    margin-right: 0px;
  }
}

.guidecat_nav ul li:nth-child(n + 5) {
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .guidecat_nav ul li:nth-child(n + 5) {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .guidecat_nav ul li:not(:nth-child(3n)) {
    margin-right: 3px;
  }
  .guidecat_nav ul li:nth-child(n + 4) {
    margin-top: 3px;
  }
}

.guidecat_nav ul li.active {
  background: #003b73;
}

.guidecat_nav ul li.active a {
  color: #fff;
}

.postList h2 {
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #333333;
  margin: 32px 0 20px;
  border-bottom: 2px solid #193050;
}

@media only screen and (max-width: 768px) {
  .postList h2 {
    font-size: 20px;
  }
}

.post h1 {
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #333333;
}

@media only screen and (max-width: 768px) {
  .post h1 {
    font-size: 20px;
  }
}

.postList_box {
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}

.postList_box + .postList_box {
  margin-top: 20px;
}

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

.postList_box__pic {
  width: 240px;
  height: 160px;
  margin-right: 20px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .postList_box__pic {
    width: 100%;
    height: inherit;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.postList_box__pic img {
  -o-object-position: 0 0;
     object-position: 0 0;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
  width: 240px;
  height: 160px;
  max-width: inherit;
}

@media only screen and (max-width: 768px) {
  .postList_box__pic img {
    width: 100%;
    height: auto;
  }
}

.postList_box__label {
  top: 0;
  left: 0;
  padding: 2px 12px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  color: #fff;
  display: inline-block;
}

.postList_box__dtl {
  width: calc(100% - 260px);
}

@media only screen and (max-width: 768px) {
  .postList_box__dtl {
    width: 100%;
  }
}

.postList_box__date {
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 700;
}

.postList_box__ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 7px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .postList_box__ttl {
    font-size: 16px;
  }
}

.postList_box__txt {
  display: none;
}

.postList_box__link {
  text-align: right;
  margin-top: 10px;
}

.postList_box__link a {
  border: 2px solid #193050;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  display: block;
  letter-spacing: 0.05em;
  font-weight: bold;
  cursor: pointer;
  font-weight: 700;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #193050;
  height: 32px;
  max-width: 122px;
  width: 90%;
  border-radius: 35px;
  font-size: 14px;
  margin: 32px auto 0;
  margin-top: 10px;
}

.postList_box__link a a {
  color: #193050;
  display: block;
}

.postList_box__link a:hover {
  opacity: 0.9;
}

.tagList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.tagList li {
  padding: 3px 8px;
  background: #d7ebfe;
  border-radius: 8px;
  font-weight: 500;
  font-size: 11px;
  margin: 5px 0;
  margin-right: 5px;
}

.tagList li a {
  color: #003b73;
}

#guide #toc_container {
  width: 100%;
  border: none;
  background-color: #F2F5FE;
  position: relative;
  /*border-top: 4px solid #6bb6ff;*/
  padding: 0;
}

#guide #toc_container:before {
  content: "目 次";
  width: 100%;
  box-sizing: border-box;
  padding: 14px 33px 14px 66px;
  display: block;
  font-weight: 800;
  font-size: 18px;
  color: #2E3090;
  background-color: #E0E8FC;
}

#guide #toc_container .toc_list {
  padding: 26px 30px 20px;
}

#guide #toc_container .toc_list > li {
  display: block;
  margin: 0 0 31px;
}

#guide #toc_container .toc_list > li > a {
  background-color: #ffffff;
  display: block;
  margin: 0 0 12px;
  color: #2E3090;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid #A9AAD2;
  padding: 9px 14px 9px 44px;
  position: relative;
}

#guide #toc_container .toc_list > li > a::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 18px;
  width: 14px;
  height: 18px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/guide/img_41.svg");
  display: block;
}

#guide #toc_container .toc_list > li > ul > li > a {
  color: #2E3090;
  font-size: 13px;
  display: block;
  padding: 7px 12px 7px 28px;
  border-bottom: 1px dotted #9B9CCA;
  position: relative;
}

#guide #toc_container .toc_list > li > ul > li > a::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/guide/img_42.svg");
  display: block;
}

@media only screen and (max-width: 768px) {

  #guide #toc_container:before {
    padding: 9px 9px 9px 37px;
    font-size: 13px;
  }

  #guide #toc_container .toc_list {
    padding: 17px 14px 11px;
  }

  #guide #toc_container .toc_list > li {
    margin: 0 0 11px;
  }

  #guide #toc_container .toc_list > li > a {
    margin: 0 0 12px;
    font-size: 12px;
    padding: 6px 6px 6px 26px;
  }

  #guide #toc_container .toc_list > li > a::before {
    top: 9px;
    left: 10px;
    width: 9px;
    height: 12px;
    background-size: 9px;
  }

  #guide #toc_container .toc_list > li > ul > li > a {
    font-size: 11px;
    padding: 7px 12px 7px 20px;
  }

  #guide #toc_container .toc_list > li > ul > li > a::before {
    top: 11px;
    left: 0;
    width: 11px;
    height: 11px;
    background-size: 11px;
  }
}

#guide #toc_container:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 33px;
  width: 15px;
  height: 13px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/guide/img_40.svg");
  /*background-color: #6bb6ff;*/
  display: block;
  /*padding: 10px;*/
  /*border-radius: 50px;*/
}

@media only screen and (max-width: 768px) {
  #guide #toc_container:after {
    left: 13px;
    top: 14px;
  }
}

@media print, screen and (min-width: 769px) {
  /*#guide .toc_list {*/
  /*  margin-left: 10px;*/
  /*  margin-right: 10px;*/
  /*}*/
}

#guide .toc_list li {
  margin: 5px 0;
}

@media only screen and (max-width: 768px) {
  #guide .toc_list li {
    margin-top: 0px;
  }
}

#guide .toc_list li::before {
  display: none;
}

#guide .toc_list li a {
  color: #0089fc;
}

.guidePost__content {
  margin-bottom: 20px;
}

.guidePost__content h2, .guidePost__content h3, .guidePost__content h4, .guidePost__content h5, .guidePost__content h6 {
  line-height: 1.9;
}

.guidePost__content,
.guidePost__content * {
  font-size: 16px;
  line-height: 2.1;
  /*color: #1a1a1a;*/
}

@media only screen and (max-width: 768px) {

  .guidePost__content,
  .guidePost__content * {
    font-size: 13px;
    line-height: 2.0;
  }
}

.guidePost__content p {
  margin-bottom: 1.5em;
}

.guidePost__content .box27 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #62c1ce;
}

.guidePost__content .box27 .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #62c1ce;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.guidePost__content .box27 p {
  margin: 0;
  padding: 0;
}

.post__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  -webkit-box-align: center;
          align-items: center;
}

.post__header--catList {
  display: -webkit-box;
  display: flex;
}

.post__header--catList li {
  font-weight: 500;
  font-size: 11px;
}

@media only screen and (max-width: 768px) {
  .post__header--catList li {
    font-size: 10px;
    padding: 3px;
  }
}

.post__header--catList li a {
  color: #fff;
  padding: 3px 8px;
  display: block;
}

.post__header--catChild {
  margin-left: 5px;
  -webkit-filter: brightness(140%);
          filter: brightness(140%);
}

.post__header--catChild {
  display: -webkit-box;
  display: flex;
}

.guidePost__date {
  text-align: right;
  font-size: 12px;
  border-bottom: 1px solid #A0A1CD;
  padding: 0 0 12px;
  line-height: 1.0;
  color: #4D4D4D;
  margin: 0 0 15px;
}

.guidePost__ttl {
  /*border-top: 3px solid #003b73;*/
  /*padding: 0 0 18px;*/
  font-size: 24px;
  line-height: 1.5;
  color: #1D2088;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
}

@media only screen and (max-width: 768px) {
  .guidePost__ttl {
    font-size: 18px;
    /*padding-top: 14px;*/
    /*padding-bottom: 14px;*/
    padding: 0 0 6px;
  }

  .guidePost__date {
    padding: 0 0 8px;
    margin: 0 0 8px;
  }
}

.post__tagWrap {
  text-align: right;
  margin: 10px 0;
}

.post__tagList {
  display: -webkit-inline-box;
  display: inline-flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.post__tagList li {
  font-size: 11px;
  margin-left: 1em;
  margin-top: 5px;
  margin-bottom: 5px;
}

.post__tagList li:first-child:before {
  content: "tag：";
  margin-right: 0.2em;
}

.post__tagList li:last-child {
  margin-right: 0;
}

.post__tagList li a {
  color: #0089fc;
  text-decoration: underline;
}

.guidePost__tmn {
  margin: 0 auto 31px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .guidePost__tmn {
    /*margin-left: -13px;*/
    /*margin-right: -13px;*/
    margin: 0 auto 13px;
  }
}

.guidePost__tmn img {
  width: 100%;
}

.post__tagWrap + .guidePost__tmn {
  margin-top: 0;
}

.guidePost__ttl + .guidePost__content {
  margin-top: 30px;
}

.guidePost__content iframe {
  width: 100%;
}

.guidePost__content h2 {
  margin: 80px 0 36px;
  /*position: relative;*/
  font-size: 22px;
  border-bottom: 2px solid #1D2088;
  border-top: 2px solid #1D2088;
  padding: 12px 0;
  color: #1D2088;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}

.guidePost__content h2 * {
  font-size: 22px;
}

@media only screen and (max-width: 768px) {

  .guidePost__content h2 {
    font-size: 17px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #1D2088;
    border-top: 1px solid #1D2088;
    padding: 8px 0;
  }
  .guidePost__content h2 * {
    font-size: 17px;
  }
}

.guidePost__content h2:before {
  content: " ";
  width: 10px;
  height: 5px;
  background: #F8B62B;
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
}

.guidePost__content h3 {
  margin: 80px 0 35px;
  background-color: #E0E7FC;
  font-size: 20px;
  line-height: 1.6;
  color: #1a1a1a;
  padding: 17px 24px;
}

.guidePost__content h3 * {
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .guidePost__content h3 {
    font-size: 15px;
    margin: 40px 0 20px;
    padding: 11px 15px;
  }
  .guidePost__content h3 * {
    font-size: 15px;
  }
}

.guidePost__content h4 {
  padding: 11px 25px;
  background: #F2F2F2;
  margin: 50px 0 36px;
  font-size: 18px;
}

.guidePost__content h4 * {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .guidePost__content h4 {
    font-size: 16px;
    margin: 30px 0 15px;
    padding: 11px 15px;
  }
  .guidePost__content h4 * {
    font-size: 16px;
  }
}

.guidePost__content h5 {
  margin: 30px 0 15px;
  border-bottom: 1px solid #BBB;
  padding-bottom: 5px;
  font-weight: 700;
}

.guidePost__content img {
  margin-top: 15px;
  margin-bottom: 30px;
}

.guidePost__content blockquote {
  position: relative;
  padding: 10px 10px 10px 32px;
  background: #f4f4f4;
  width: 100%;
  margin: 15px 0 30px;
}

.guidePost__content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  z-index: 2;
}

.guidePost__content blockquote:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border-width: 0 0 50px 50px;
  border-style: solid;
  border-color: transparent #d6d6d6;
}

.guidePost__content img.alignleft {
  text-align: left;
}

.guidePost__content img.aligncenter {
  display: block;
  margin: 1px auto;
}

.guidePost__content .aligncenter {
  text-align: center;
}

.guidePost__content img.alignright {
  display: block;
  margin: 1px 1px 1px auto;
  font-size: 80%;
  padding: 5px;
}

.guidePost__content .wp-caption {
  max-width: 100%;
  margin: 0 auto;
}

.guidePost__content .wp-caption-text {
  margin: -20px auto 30px;
  padding: 8px;
  border: 1px solid #EEE;
  font-size: 0.9em;
  text-align: left;
  line-height: 1.4;
  font-style: italic;
}

@media print, screen and (min-width: 769px) {
  .guidePost__content .wp-caption-text {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .guidePost__content .wp-caption-text {
    padding: 5px;
  }
}

.guidePost__content ul,
.guidePost__content ol {
  margin: 15px 30px;
}

.guidePost__content ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #003b73;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}

.userBox {
  margin-bottom: 34px;
  /*border: 1px solid #666;*/
  background-color: #F2F2F2;
  padding: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

@media print, screen and (max-width: 769px) {

  .userBox {
    margin-bottom: 18px;
    position: relative;
    padding: 12px;
  }
}

.userBox__pic {
  width: 18%;
}

.userBox__detail {
  width: 77%;
}

.userBox__ttl {
  font-weight: 800;
  background: #333333;
  color: #FFF;
  /*padding: 3px;*/
  /*padding-left: 10px;*/
  /*padding-right: 10px;*/
  text-align: center;
  font-size: 13px;
  display: inline-block;
  width: 148px;
  height: 25px;
  margin: 0 17px 15px 0;
  position: relative;
}

.userBox__ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX( 100% );
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent #333333;
}

.userBox__name {
  font-size: 13px;
  font-weight: 800;
  display: inline-block;
}

.userBox__text {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.9;
}

.userBox__inner {
  padding: 15px;
}

@media print, screen and (min-width: 769px) {
  .userBox__inner {
    display: -webkit-box;
    display: flex;
    padding: 25px;
  }
}

.userBox__pic {
  /*width: 120px;*/
}

@media only screen and (max-width: 768px) {
  .userBox__pic {
    /*margin-right: 15px;*/
    width: 60px;
    /*float: left;*/
    position: absolute;
    top: 12px;
    left: 12px;
  }
  .userBox__text {
    font-size: 11px;
  }
  .userBox__ttl {
    text-align: left;
    font-size: 10px;
    display: block;
    width: calc( 100% - 72px - 5px );
    height: 17px;
    margin: 0 17px 15px 72px;
    position: relative;
    padding: 0 5px;
  }
  .userBox__ttl::before {
    border-width: 8.5px 0 8.5px 5px;
  }
  .userBox__name {
    font-size: 11px;
    display: block;
    margin: 0 0 16px 72px;
  }
}

@media print, screen and (min-width: 769px) {
  .userBox__pic {
    /*padding-right: 25px;*/
    /*width: 145px;*/
  }
}

.userBox__pic img {
  display: block;
}

.userBox__date {
  width: calc(100% - 120px - 15px);
}

@media only screen and (max-width: 768px) {
  .userBox__detail {
    width: 100%;
  }
  .userBox__date {
    width: 100%;
  }
}

.userBox__date--ttl {
  font-weight: 700;
}

.side_ranking .side_postBox {
  position: relative;
  margin-top: 30px;
}

.side_ranking .side_postBox:before {
  z-index: 2;
  position: absolute;
  width: 26px;
  height: 26px;
  font-size: 16px;
  display: block;
  top: -13px;
  left: -13px;
  color: #333;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-family: sans-serif;
  font-weight: 500;
}

.side_ranking .side_postBox:nth-of-type(1)::before {
  content: "1";
  background: #bdae07;
}

.side_ranking .side_postBox:nth-of-type(2)::before {
  content: "2";
  background: #b4b4b3;
}

.side_ranking .side_postBox:nth-of-type(3)::before {
  content: "3";
  background: #8f6a07;
}

.side_ranking .side_postBox:nth-of-type(4)::before {
  content: "4";
  background: #e8e8e8;
}

.side_ranking .side_postBox:nth-of-type(5)::before {
  content: "5";
  background: #e8e8e8;
}

.categoryList li {
  border-bottom: 1px solid #d6d6d6;
  padding: 5px 0;
}

.categoryList li a {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .categoryList li a {
    font-size: 14px;
  }
}

.side .side_tag {
  margin-bottom: 1.5em;
}

.kanren__ttl {
  margin-top: 48px;
  margin-bottom: 35px;
  border-bottom: 1px solid #1D2088;
  padding-bottom: 10px;
  font-weight: 900;
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1D2088;
}

@media only screen and (max-width: 768px) {
  .kanren__ttl {
    font-size: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .kanren__ttl {
    margin-top: 18px;
  }
}

.kanrenBox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  /*display: -webkit-box;*/
  /*display: flex;*/
  margin-bottom: 50px;
  /*margin-top: 32px;*/
}

@media print, screen and (min-width: 769px) {
  /*.kanrenBox {*/
  /*  flex-wrap: wrap;*/
  /*  margin-left: -5px;*/
  /*  margin-right: -5px;*/
  /*}*/
}

@media only screen and (max-width: 768px) {
  .kanrenBox {
    flex-wrap: wrap;
    margin-top: 18px;
    margin-bottom: 50px;
  }
}

.kanrenBox + .side_postBox {
  margin-left: 1px;
}

@media print, screen and (min-width: 769px) {
  .kanrenBox > * {
    /*width: 25%;*/
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
    /*margin-bottom: 20px;*/
    /*margin-left: 0 !important;*/
  }
}

.kanrenBox_ele {
  width: 32%;
  margin: 0 2% 27px 0;
  /*display: block;*/
}

.kanrenBox_ele .ele-image {
  height: 126px;
  overflow-y: hidden;
}

.kanrenBox_ele .ele-detail {
  padding: 9px 14px;
}

.kanrenBox_ele .ele-detail-ttl {
  font-size: 13px;
}

.kanrenBox_ele .ele-detail-arrow {
  width: 20px;
  bottom: 9px;
  right: 14px;
}

.kanrenBox_ele:nth-of-type(3n) {
  margin: 0 0 27px;
}

@media only screen and (max-width: 768px) {
  .kanrenBox_inner {
    /*width: calc(( 100% - 10px ) / 2);*/
  }
  .kanrenBox_ele {
    width: 160px;
    margin: 0 6px 4px;
    /*display: block;*/
  }

  .kanrenBox_ele .ele-image {
    height: 90px;
    overflow-y: hidden;
  }

  .kanrenBox_ele .ele-detail {
    padding: 11px 14px;
    min-height: 148px;
  }

  .kanrenBox_ele .ele-detail-ttl {
    font-size: 12px;
  }

  .kanrenBox_ele .ele-detail-arrow {
    width: 14px;
    bottom: 11px;
    right: 14px;
  }

  .kanrenBox_ele:nth-of-type(3n) {
    margin: 0 6px 4px;
  }
}

.kanrenBox_inner + .kanrenBox_inner {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .kanrenBox_inner + .kanrenBox_inner {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .kanrenBox_inner:nth-child(2n) {
    margin-left: 10px;
  }
  .kanrenBox_inner:nth-child(n + 3) {
    margin-top: 10px;
  }
}

.kanrenBox__pic {
  width: 100%;
  height: 100px;
  margin-right: 10px;
}

.kanrenBox__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100px;
  max-width: inherit;
}

.kanrenBox_wrap {
  display: -webkit-box;
  display: flex;
  margin-top: 5px;
}

.kanrenBox__label {
  font-size: 10px;
  font-weight: 500;
  padding: 5px;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}

.kanrenBox__date {
  font-family: sans-serif;
  font-size: 10px;
  font-weight: 500;
  margin-left: 5px;
}

.kanrenBox__ttl {
  font-weight: 700;
}

.side_cvaBox__btn {
  color: #FFF !important;
}

.page-numbers {
  /*margin-top: 2.5em;*/
  font-family: sans-serif;
  font-weight: 800;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  /*margin-bottom: 2em;*/
  flex-wrap: wrap;
}

.page-numbers li {
  /*margin-top: 5px;*/
  /*margin-bottom: 5px;*/
}

.page-numbers li span, .page-numbers a {
  padding: 7px 10px;
  /*background: #d7ebfe;*/
  cursor: pointer;
  /*margin: 0 1px;*/
  color: #B3B3B3;
  font-size: 20px;
  line-height: 1.0;
}

.page-numbers a.next,
.page-numbers a.prev {
  color: #444444;
  background-color: #ffffff;
  width: 100px;
  border-radius: 17px;
  border: 1px solid #D3D3D3;
}

.page-numbers a.next {
  margin: 0 0 0 52px;
}

.page-numbers a.prev {
  margin: 0 52px 0 0;
}

.page-numbers .current {
  color: #2F3695;
}

@media only screen and (max-width: 768px) {

  .page-numbers li span, .page-numbers a {
    font-size: 12px;
    padding: 4px 10px;
  }

  .page-numbers a.next,
  .page-numbers a.prev {
    width: 60px;
  }

  .page-numbers a.next {
    margin: 0 0 0 20px;
  }

  .page-numbers a.prev {
    margin: 0 20px 0 0;
  }
}

.pc-cva {
  background-image: url("../img/guide/pc-cva_bg.png");
  background-size: contain;
  background-repeat: repeat-x;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  height: 350px;
}

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

.pc-cva___inner {
  width: 97%;
  margin-left: 5%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.pc-cva__pic {
  position: absolute;
  right: 18px;
  bottom: 0px;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
}

.pc-cva__pic img {
  width: auto;
  width: 229px;
}

.pc-cva___panel {
  width: 75%;
  height: 240px;
  border-radius: 20px;
  padding-top: 68px;
  position: relative;
  margin-bottom: 20px;
}

.pc-cva___panel .pc-cva___panel--icon {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pc-cva__lead {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto;
  margin-left: 0;
  margin-top: -13px;
  line-height: 1.5;
  width: 77%;
}

.pc-cva__btn1 {
  background: #ff7e0f;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  width: 80%;
  border-radius: 5px;
  margin: 5px auto 0;
  margin-left: 0;
  font-size: 20px;
  margin-bottom: 16px;
}

.pc-cva__btn1 a {
  color: #fff;
  display: block;
}

.pc-cva__btn1:hover {
  opacity: 0.9;
}

.pc-cva__wrap {
  display: -webkit-box;
  display: flex;
  width: 80%;
  margin: 10px auto 0;
  margin-left: 0;
}

.cva__telttl {
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.cva__telttl:before {
  content: "";
  width: 16px;
  display: block;
  border-bottom: 2px solid #878787;
  position: absolute;
  left: -16px;
  top: 13px;
  -webkit-transform: rotate(-125deg);
          transform: rotate(-125deg);
}

.cva__telttl:after {
  content: "";
  width: 16px;
  display: block;
  border-bottom: 2px solid #878787;
  position: absolute;
  right: -16px;
  top: 13px;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
}

.pc-cva__tel {
  width: 100%;
  text-align: center;
  font-size: 14px;
  position: relative;
  top: 2px;
}

.pc-cva__tel span {
  display: block;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.pc-cva__tel span:before {
  content: "";
  background-image: url("../img/common/icon-free_dial-bk.png");
  width: 20px;
  height: 14px;
  display: inline-block;
  content: "";
  background-size: 100%;
  margin-right: 5px;
}

.pc-cva__btn2 {
  width: 100%;
  margin-top: 10px;
}

.pc-cva__btn2 a {
  background: #193050;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  display: block;
  letter-spacing: 0.05em;
  font-weight: bold;
  cursor: pointer;
  font-weight: 700;
  background-color: #19316C;
  height: 50px;
  line-height: 50px;
  border-radius: 35px;
  font-size: 20px;
}

.pc-cva__btn2 a a {
  color: #fff;
  display: block;
}

.pc-cva__btn2 a:hover {
  opacity: 0.9;
}

.pc-cva__btn2 a i:after {
  content: "";
  background-image: url("../img/common/icon-search-white.png");
  display: inline-block;
  background-size: 100%;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  position: relative;
  top: 4px;
  left: 4px;
}

.sp-cva {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp-cva {
    margin-top: 20px;
    background-image: url("../img/guide/cva_bg.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    width: 100%;
    display: block;
  }
  .sp-cva___inner {
    position: relative;
    width: 100%;
    padding: 40px 0;
  }
  .sp-cva___panel {
    margin: 0 auto;
    width: 90%;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    position: relative;
  }
  .sp-cva___panel .sp-cva___panel--icon {
    width: 120px;
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sp-cva__lead {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  .sp-cva__btn1 {
    background: #ff7e0f;
    color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
    display: block;
    font-weight: bold;
    letter-spacing: 0.05em;
    cursor: pointer;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin: 15px auto 0;
    width: 100%;
    border-radius: 5px;
  }
  .sp-cva__btn1 a {
    color: #fff;
    display: block;
  }
  .sp-cva__btn1:hover {
    opacity: 0.9;
  }
  .sp-cva__wrap {
    margin: 15px auto 0;
  }
  .sp-cva__telttl {
    font-weight: 500;
    position: relative;
    display: table;
    margin: 0 auto 5px;
  }
  .sp-cva__telttl:before {
    content: "";
    width: 14px;
    display: block;
    border-bottom: 2px solid #878787;
    position: absolute;
    left: -14px;
    top: 12px;
    -webkit-transform: rotate(-125deg);
            transform: rotate(-125deg);
  }
  .sp-cva__telttl:after {
    content: "";
    width: 14px;
    display: block;
    border-bottom: 2px solid #878787;
    position: absolute;
    right: -14px;
    top: 12px;
    -webkit-transform: rotate(125deg);
            transform: rotate(125deg);
  }
  .sp-cva__tel {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .sp-cva__tel span {
    display: table;
    margin: 0 auto;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
  }
  .sp-cva__tel span:before {
    content: "";
    background-image: url("../img/common/icon-free_dial-bk.png");
    height: 12px;
    width: 17.5px;
    display: inline-block;
    content: "";
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sp-cva__btn2 {
    width: 80%;
    margin: 0 auto;
  }
  .sp-cva__btn2 a {
    background: #193050;
    color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
    display: block;
    letter-spacing: 0.05em;
    font-weight: bold;
    cursor: pointer;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin: 15px auto 0;
    width: 100%;
    border-radius: 5px;
  }
  .sp-cva__btn2 a a {
    color: #fff;
    display: block;
  }
  .sp-cva__btn2 a:hover {
    opacity: 0.9;
  }
  .sp-cva__btn2 a i:after {
    content: "";
    background-image: url("../img/common/icon-search-white.png");
    display: inline-block;
    background-size: 100%;
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
  .sp-cva__btn3 {
    width: 100%;
  }
  .sp-cva__btn3 a {
    background: #00B900;
    color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
    display: block;
    letter-spacing: 0.05em;
    font-weight: bold;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin: 15px auto 0;
    width: 100%;
    border-radius: 5px;
  }
  .sp-cva__btn3 a:hover {
    opacity: 0.9;
  }
}

.guide-mv-main {
  margin-top: -2em;
  margin-bottom: 1.2em;
}

@media print, screen and (min-width: 769px) {
  .guide-mv-main {
    margin-top: -2em;
  }
}

.footer {
  margin-bottom: 0 !important;
}

.footer__fixBox {
  display: none !important;
}

.searchBox {
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}

.searchBox__inner {
  margin-top: 20px;
  padding: 20px;
  background: #d6f1ec;
  border: 4px solid #d6f1ec;
  -webkit-box-align: center;
          align-items: center;
}

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

.select__wrap {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .select__wrap {
    width: 33em;
    margin-left: auto;
  }
}

.select__wrap + .select__wrap {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .select__wrap + .select__wrap {
    margin-left: 0;
    margin-top: 10px;
  }
}

.search-area {
  color: #D90000;
}

@media only screen and (max-width: 767px) {
  .search-area {
    font-size: 14px;
  }
}

.select__wrap-checkboxarea.group-checkbox {
  padding: 10px;
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #DDD;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .select__wrap-checkboxarea.group-checkbox {
    width: 33em;
    margin-left: auto;
  }
}

.select__wrap-checkboxarea.group-checkbox label {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 769px) {
  .select__wrap-checkboxarea.group-checkbox label {
    width: 33.333%;
  }
}

.select__wrap-checkboxarea.group-checkbox label input {
  position: absolute;
  opacity: 0;
}

.select__wrap-checkboxarea.group-checkbox label:before {
  height: 21px;
  width: 21px;
  margin-top: -10px;
  border: 2px solid #315f9e;
  border-radius: 3px;
}

.select__wrap-checkboxarea.group-checkbox label:after {
  box-sizing: border-box;
  height: 8px;
  width: 15px;
  border-bottom: 3px solid #D9D9D9;
  border-left: 3px solid #D9D9D9;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1;
  margin-top: -4px;
  margin-left: 2px;
}

.select__wrap-checkboxarea.group-checkbox label.checked:before {
  border: 2px solid #FF7E0F;
}

.select__wrap-checkboxarea.group-checkbox label.checked:after {
  height: 8px;
  width: 15px;
  border-bottom: 4px solid #193050;
  border-left: 4px solid #193050;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1;
  margin-top: -4px;
  margin-left: 2px;
}

.searchBox_row {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .searchBox_row {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .searchBox_row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}

.searchBox_row select {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .searchBox_colHeading {
    margin-right: 2em;
    width: 18em;
  }
}

@media only screen and (max-width: 768px) {
  .searchBox_colHeading {
    margin-bottom: 5px;
  }
}

.searchBox_title {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3;
}

.searchBox_title--required {
  color: red;
}

.searchBox_title--info {
  color: blue;
}

.searchBox_subtitle {
  font-size: 0.9em;
  font-weight: 700;
  display: block;
  padding-top: 5px;
}

.searchBox__header {
  text-align: center;
  padding-bottom: 20px;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}

.searchBox__footer {
  padding-top: 20px;
  text-align: center;
  background-color: #FFF;
  padding-bottom: 20px;
  margin-left: -20px;
  margin-bottom: -20px;
  margin-right: -20px;
}

@media print, screen and (min-width: 769px) {
  .searchBox__footer {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .searchBox__footer {
    padding-top: 5px;
  }
}

.searchBox__inner--btn {
  background: #ff7e0f;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-weight: 700;
  box-shadow: none;
  height: 42px;
  line-height: 42px;
  border-radius: 0;
  font-size: 24px;
  width: 260px;
  font-size: 18px;
  margin-left: 20px;
  margin-left: auto;
  margin-right: auto;
}

.searchBox__inner--btn a {
  color: #fff;
  display: block;
}

.searchBox__inner--btn:hover {
  opacity: 0.9;
}

@media print, screen and (min-width: 769px) {
  .searchBox__inner--btn {
    width: 350px;
  }
}

.searchBox__inner--btn i {
  margin-right: -26px;
}

.searchBox__inner--btn i:after {
  content: "";
  background-image: url("../img/common/icon-search-white.png");
  display: inline-block;
  background-size: 100%;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  vertical-align: middle;
  margin-top: -4px;
}

@media only screen and (max-width: 768px) {
  .searchBox__inner--btn {
    margin: 20px auto 0;
  }
}

.searchBox__inner--btn:disabled {
  color: #BBB;
  background-color: #EDEDED;
  cursor: default;
  box-shadow: none;
}

.searchBox__inner--btn:disabled:hover {
  opacity: 1;
}

.searchBox__inner--btn:disabled i:after {
  background-image: url("../img/common/icon-search-gray.png");
}


.guidePost__content a, .guidePost__content a span{color: #0000ee !important;}
#guide #toc_container .toc_list>li>a{color: #2e3090 !important;}
.guidePost__content .su-posts-default-loop .su-post{color: #333 !important;}
#guide #toc_container .toc_list>li>ul>li>a{color: #2e3090 !important;}
#guide #toc_container .toc_list>li>ul>li>a>span{color: #2e3090 !important;}
#toc_container > ul > li> a > span{color: #2e3090 !important;}

/*# sourceMappingURL=maps/guide.css.map */
