.ttl-guide {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1d3a5a;
  margin-bottom: 35px;
}
.ttl-guide small {
  display: inline;
  font-size: 3.6rem;
}
@media screen and (max-width: 833px) {
  .ttl-guide {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
    text-align: center;
  }
  .ttl-guide small {
    display: block;
    font-size: 1.2rem;
  }
}

.guide_content {
  margin-bottom: 60px;
}
.guide_content:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 833px) {
  .guide_content {
    margin-bottom: 50px;
  }
  .guide_content:last-of-type {
    margin-bottom: 0;
  }
}

.list-guide .item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #D2D3D3;
}
.list-guide .item:first-child {
  margin-top: 40px;
}
.list-guide .item__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
.list-guide .item__order {
  color: #ffffff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  width: 54px;
  height: 54px;
  background-color: #1D3A5B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
.list-guide .item__txt {
  font-size: 1.6rem;
  padding-left: 74px;
  margin-top: -25px;
  margin-bottom: 40px;
}
.list-guide .item__img {
  width: 100%;
}
.list-guide .item__img img {
  width: 100%;
  height: auto;
}
.list-guide .item .item__img + .guide_list {
  margin-top: 40px;
  border-top: 1px solid #d2d3d3;
}
@media screen and (max-width: 833px) {
  .list-guide .item {
    margin-top: 30px;
    padding-top: 28px;
  }
  .list-guide .item:first-child {
    margin-top: 27px;
  }
  .list-guide .item__ttl {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 25px;
  }
  .list-guide .item__order {
    width: 27px;
    height: 27px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 10px;
  }
  .list-guide .item__txt {
    font-size: 1.6rem;
    padding-left: 37px;
    margin-top: -15px;
    margin-bottom: 25px;
  }
  .list-guide .item .item__img + .guide_list {
    margin-top: 30px;
  }
}

.guide_list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  border-bottom: 1px solid #d2d3d3;
}
.guide_list:first-child {
  border-top: 1px solid #d2d3d3;
}
.guideList_ttl {
  width: 220px;
  padding: 16px 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #1d3a5a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e9edf6;
}
.guideList_ttl.guideList_ttl-star1::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../../img/common/ico-star1.png) center center no-repeat;
  background-size: cover;
}
.guideList_ttl.guideList_ttl-star2::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../../img/common/ico-star2.png) center center no-repeat;
  background-size: cover;
}
.guideList_content {
  width: calc(100% - 220px);
  padding: 16px 10px 16px 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #fff;
}
.guideList_content .phone {
  font-size: 4rem;
  color: #1d3a5b;
  font-weight: 700;
}
.guideList_content .note {
  font-size: 1.4rem;
}
.guideList_note {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
  vertical-align: middle;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.guideList_note.guideList_note-star1 {
  padding-left: 20px;
  background: url(../../img/common/ico-star1.png) left top no-repeat;
  background-size: 16px 16px;
}
.guideList_note.guideList_note-star2 {
  padding-left: 20px;
  background: url(../../img/common/ico-star2.png) left top no-repeat;
  background-size: 16px 16px;
}
@media screen and (max-width: 833px) {
  .guideList_ttl {
    width: 100%;
    padding: 10px 15px;
    line-height: 1.6;
  }
  .guideList_ttl.guideList_ttl-star1::after {
    width: 17px;
    height: 17px;
  }
  .guideList_ttl.guideList_ttl-star2::after {
    width: 17px;
    height: 17px;
  }
  .guideList_content {
    width: 100%;
    padding: 13px 15px;
    line-height: 1.6;
  }
  .guideList_content .phone {
    font-size: 2.5rem;
  }
  .guideList_note {
    margin-top: 15px;
  }
  .guideList_note.guideList_note-star1 {
    background-size: 17px 17px;
  }
  .guideList_note.guideList_note-star2 {
    background-size: 17px 17px;
  }
}

.guide_entry {
  padding-bottom: 80px;
}
.guideEntry_info {
  width: 100%;
  margin-bottom: 45px;
  padding: 35px 40px;
  font-size: 1.6rem;
  line-height: 1.88;
  background-color: #edeff2;
}
.guideEntry_info a {
  color: #003459;
  text-decoration: underline;
}
.guideEntry_info a:hover {
  text-decoration: none;
}
.guideEntry_ttl {
  font-size: 3.6rem;
  font-weight: 800;
  color: #1d3a5b;
  text-align: center;
}
.guideEntry_ttlSub {
  margin-top: 25px;
  font-size: 1.6rem;
  text-align: center;
}
.guideEntry_list {
  margin: 30px -15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.guideEntry_item {
  width: calc(33.33% - 30px);
  margin: 15px;
  padding: 10px;
  background-color: #edeff2;
  position: relative;
}
.guideEntryItem_num {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  width: 40px;
  height: 40px;
  background-color: #1d3a5a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.guideEntryItem_img {
  width: 100%;
  margin-bottom: 17px;
}
.guideEntryItem_img img {
  width: 100%;
  height: auto;
}
.guideEntryItem_txt {
  padding: 0 10px 7px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.guideEntryItem_txt small {
  font-size: 1.2rem;
  display: block;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.guideEntryItem_txt small + small {
  margin-top: 0;
}
.guideEntryItem_txt b {
  color: #3ca3fd;
  font-weight: 700;
}
.guideEntryItem_txt b.red {
  color: #f00;
}
.guideEntryItem_txt a {
  color: #1d3a5a;
  text-decoration: underline;
}
.guideEntryItem_txt a:hover {
  text-decoration: none;
}
.guide_entry .btn-comp02 {
  width: 400px;
  margin: 35px auto 0;
  background-color: #fe561e;
}
.guideEntry_error {
  width: 100%;
  margin-top: 60px;
  padding: 40px;
  border: 1px solid #d2d3d3;
}
.guideEntryError_ttl {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1d3a5a;
}
.guideEntryError_txt + .guideEntryError_ttl {
  margin-top: 30px;
}
.guideEntryError_txt {
  font-size: 1.4rem;
  line-height: 1.7;
}
.guideEntry_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #124265;
}
.guideEntry_nav::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #003459;
}
.guideEntry_navItem {
  width: 50%;
  height: 110px;
  border-bottom: 1px solid #124265;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #edeff2;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  color: #003459;
  text-decoration: none;
  position: relative;
}
.guideEntry_navItem::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(../../img/common/ico-arw.svg) center center no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  right: 25px;
}
.guideEntry_navItem.active {
  background-color: #003459;
  color: #fff;
}
.guideEntry_navItem.active::after {
  background-image: url(../../img/common/ico-arw-white.svg);
}
.guideEntry_navItem.active:hover {
  opacity: 1;
}
.guideEntry_wrap {
  padding-top: 50px;
  display: none;
}
#FAX.guideEntry_wrap {
  display: block;
}
@media screen and (max-width: 833px) {
  .guide_entry {
    padding-bottom: 60px;
  }
  .guideEntry_info {
    margin-bottom: 30px;
    padding: 20px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .guideEntry_ttl {
    font-size: 2.2rem;
  }
  .guideEntry_ttlSub {
    margin-top: 17px;
  }
  .guideEntry_list {
    margin: 30px 0 0;
    display: block;
  }
  .guideEntry_item {
    width: 100%;
    margin: 20px 0 0;
  }
  .guideEntry_item:first-child {
    margin-top: 0;
  }
  .guideEntryItem_img {
    margin-bottom: 15px;
  }
  .guideEntryItem_txt {
    padding: 0 10px 7px;
  }
  .guide_entry .btn-comp02 {
    width: 296px;
    max-width: 100%;
    margin: 30px auto 0;
  }
  .guideEntry_error {
    margin-top: 30px;
    padding: 25px 20px;
  }
  .guideEntryError_ttl {
    margin-bottom: 15px;
  }
  .guideEntryError_txt + .guideEntryError_ttl {
    margin-top: 30px;
  }
  .guideEntryError_txt {
    font-size: 1.3rem;
  }
  .guideEntry_nav {
    border-bottom: none;
  }
  .guideEntry_nav::after {
    content: none;
  }
  .guideEntry_navItem {
    width: 100%;
    height: 65px;
    border-bottom: none;
    padding: 0 15px;
    justify-content: flex-start;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .guideEntry_navItem::after {
    width: 13px;
    height: 13px;
    margin-top: -6.5px;
    right: 15px;
  }
  .guideEntry_navItem + .guideEntry_navItem {
    margin-top: 15px;
  }
  .guideEntry_wrap {
    padding-top: 30px;
  }
}
