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

@media screen and (max-width: 1023px) {
  .anchor_point {
    padding-top: 100px;
    margin-top: -100px; } }
@media screen and (max-width: 767px) {
  .anchor_point {
    padding-top: 16.66vw;
    margin-top: -16.66vw; } }

#guide main {
  width: 100%; }
#guide .anchor_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 1150px;
  margin: 0 auto 50px; }
  #guide .anchor_wrap .anchor_list {
    width: 30.86%;
    border: 2px solid #4D779F;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 38px; }
    @media screen and (min-width: 1024px) {
      #guide .anchor_wrap .anchor_list:not(:nth-of-type(3n)) {
        margin-right: calc(7.42% / 2); } }
    #guide .anchor_wrap .anchor_list h3 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px; }
      #guide .anchor_wrap .anchor_list h3 span {
        font-size: 19px;
        font-weight: 500;
        color: #4D779F; }
      #guide .anchor_wrap .anchor_list h3 img {
        margin-right: 10px; }
    #guide .anchor_wrap .anchor_list ul {
      padding: 0;
      margin: 0;
      list-style: none;
      border-bottom: 1px solid #DEDEDE; }
      #guide .anchor_wrap .anchor_list ul li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-wrap: nowrap;
        border-top: 1px solid #DEDEDE;
        padding: 0 12px; }
        #guide .anchor_wrap .anchor_list ul li::before {
          content: "";
          width: 10px;
          height: 10px;
          border-top: 2px solid #4D779F;
          border-right: 2px solid #4D779F;
          transform: rotate(45deg);
          display: inline-block;
          margin-right: 10px; }
        #guide .anchor_wrap .anchor_list ul li a {
          display: block;
          font-size: 15px;
          padding: 12px 0;
          color: #262626;
          text-decoration: none;
          font-weight: 500; }
  @media screen and (max-width: 1023px) {
    #guide .anchor_wrap {
      margin: 30px 0; }
      #guide .anchor_wrap .anchor_list {
        width: 49%; } }
    @media screen and (max-width: 1023px) and (min-width: 768px) {
      #guide .anchor_wrap .anchor_list:nth-of-type(odd) {
        margin-right: 2%; } }

  @media screen and (max-width: 767px) {
    #guide .anchor_wrap {
      margin-top: 8vw; }
      #guide .anchor_wrap .anchor_list {
        width: 100%;
        padding: 8vw 6.6666666667vw 8vw;
        margin-bottom: 5.3333333333vw; }
        #guide .anchor_wrap .anchor_list h3 {
          justify-content: flex-start;
          margin-bottom: 6.6666666667vw; }
          #guide .anchor_wrap .anchor_list h3 span {
            font-size: 4.8vw; }
        #guide .anchor_wrap .anchor_list ul li {
          padding: 0 3.2vw; }
          #guide .anchor_wrap .anchor_list ul li a {
            font-size: 4.2666666667vw;
            padding: 4.2666666667vw 0; } }
#guide .content_area {
  border: 1px solid #7C7C7C;
  padding: 50px 70px;
  margin-bottom: 30px; }
  #guide .content_area h3 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 7px 10px;
    border-bottom: 2px solid #4D779F; }
  #guide .content_area article {
    margin: 0 auto;
    padding: 40px 40px 0 40px; }
    #guide .content_area article:not(:last-of-type) {
      border-bottom: 1px solid #DEDEDE;
      padding-bottom: 40px; }
    #guide .content_area article dl dt {
      font-size: 17px;
      font-weight: 500;
      color: #4D779F;
      margin-bottom: 15px; }
    #guide .content_area article dl dd {
      color: #262626;
      font-size: 15px;
      line-height: 1.8; }
      #guide .content_area article dl dd a {
        display: inline-block;
        color: #262626;
        font-weight: 500;
        text-decoration: underline; }
      #guide .content_area article dl dd .order_point {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin: 40px auto 38px; }
        #guide .content_area article dl dd .order_point .single {
          width: 30%; }
          @media screen and (min-width: 1024px) {
            #guide .content_area article dl dd .order_point .single:not(:last-of-type) {
              margin-right: 5%; } }
          #guide .content_area article dl dd .order_point .single img {
            margin-bottom: 8px; }
          #guide .content_area article dl dd .order_point .single p {
            color: #262626;
            font-size: 15px;
            line-height: 1.8; }
            #guide .content_area article dl dd .order_point .single p.ttl {
              text-align: center;
              line-height: 35px;
              background: #707070;
              color: #fff;
              font-size: 16px;
              margin-bottom: 5px; }
      #guide .content_area article dl dd table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 10px; }
        #guide .content_area article dl dd table tr th,
        #guide .content_area article dl dd table tr td {
          border: 1px solid #7C7C7C;
          padding: 14px 0px; }
        #guide .content_area article dl dd table tr th {
          width: 17%;
          background: #F4F4F4;
          text-align: center;
          font-size: 18px;
          font-weight: 500; }
          #guide .content_area article dl dd table tr th span {
            display: none; }
        #guide .content_area article dl dd table tr td {
          font-size: 15px;
          padding: 14px 20px; }
          #guide .content_area article dl dd table tr td.align-c {
            text-align: center;
            width: 17%; }
        #guide .content_area article dl dd table tr:first-of-type th {
          text-align: center;
          font-size: 16px;
          color: #fff;
          line-height: 38px;
          background: #7C7C7C;
          padding: 0; }
      #guide .content_area article dl dd p {
        font-size: 15px; }
      #guide .content_area article dl dd .card_img {
        margin: 25px 0; }
      #guide .content_area article dl dd .contact_content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px; }
        #guide .content_area article dl dd .contact_content .single {
          width: 46%;
          max-width: 425px;
          border: 1px solid #717171;
          padding-bottom: 30px; }
          @media screen and (min-width: 1024) {
            #guide .content_area article dl dd .contact_content .single:nth-of-type(odd) {
              margin-right: 5%; } }
          #guide .content_area article dl dd .contact_content .single .ttl {
            text-align: center;
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            line-height: 35px;
            margin-bottom: 30px;
            background: #717171; }
          #guide .content_area article dl dd .contact_content .single .link_btn {
            width: 306px;
            line-height: 72px;
            border-radius: 40px;
            text-align: center;
            color: #fff;
            display: block;
            font-size: 16px;
            font-weight: 500;
            position: relative;
            background: #7EB0D9;
            text-decoration: none;
            margin: 0 auto; }
            #guide .content_area article dl dd .contact_content .single .link_btn::after {
              content: "";
              width: 10px;
              height: 10px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              transform: rotate(45deg);
              position: absolute;
              right: 25px;
              top: calc(50% - 5px); }
      #guide .content_area article dl dd .tel a {
        font-size: 39px;
        font-weight: 700;
        text-decoration: none;
        color: #4D779F;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        line-height: 1; }
        #guide .content_area article dl dd .tel a::before {
          content: "";
          background: url("../img/guide/tel_icon.svg") no-repeat center/100%;
          width: 31px;
          height: 31px;
          display: inline-block;
          margin-right: 10px; }
      #guide .content_area article dl dd .tel small {
        font-size: 15px;
        display: block;
        text-align: center; }
  #guide .content_area .sp_top_btn {
    display: none; }
  @media screen and (max-width: 1023px) {
    #guide .content_area {
      padding: 30px 50px; }
      #guide .content_area article {
        padding: 30px 0px 0 0px; }
        #guide .content_area article:not(:last-of-type) {
          padding-bottom: 30px; }
        #guide .content_area article dl dd .order_point .single {
          width: 48%;
          margin-bottom: 10px; }
          #guide .content_area article dl dd .order_point .single:nth-of-type(odd) {
            margin-right: 4%; }
          #guide .content_area article dl dd .order_point .single img {
            width: 100%; }
        #guide .content_area article dl dd table tr th {
          width: 25%; }
        #guide .content_area article dl dd table tr td.align-c {
          width: 25%; }
        #guide .content_area article dl dd .contact_content {
          display: block; }
          #guide .content_area article dl dd .contact_content .single {
            max-width: none;
            width: 100%; }
            #guide .content_area article dl dd .contact_content .single:first-of-type {
              margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    #guide .content_area {
      padding: 0;
      border: none;
      margin-bottom: 13.3333333333vw; }
      #guide .content_area h3 {
        font-size: 4.8vw;
        font-weight: 500; }
      #guide .content_area article {
        padding: 9.3333333333vw 1.3333333333vw 0; }
        #guide .content_area article:not(:last-of-type) {
          padding-bottom: 9.3333333333vw; }
        #guide .content_area article dl dt {
          font-size: 4.8vw; }
        #guide .content_area article dl dd {
          font-size: 4vw; }
          #guide .content_area article dl dd p {
            font-size: 4vw; }
          #guide .content_area article dl dd .order_point {
            display: block;
            margin: 9.3333333333vw 0 10.6666666667vw; }
            #guide .content_area article dl dd .order_point .single {
              width: 100%;
              margin-bottom: 6.4vw; }
              #guide .content_area article dl dd .order_point .single p {
                padding: 0 7%; }
                #guide .content_area article dl dd .order_point .single p.ttl {
                  font-size: 4.2666666667vw;
                  line-height: 9.3333333333vw; }
              #guide .content_area article dl dd .order_point .single img {
                width: 86%;
                margin: 0 auto 2.6666666667vw; }
          #guide .content_area article dl dd table tr {
            display: block; }
            #guide .content_area article dl dd table tr th {
              width: 100%;
              display: block;
              font-size: 4.2666666667vw;
              line-height: 1.5;
              text-align: left;
              padding: 2.6666666667vw 5.3333333333vw;
              border-top: none;
              border-bottom: none; }
              #guide .content_area article dl dd table tr th span {
                display: inline-block;
                font-size: 4vw;
                margin-left: 4.2666666667vw; }
            #guide .content_area article dl dd table tr td {
              width: 100%;
              display: block;
              padding: 2.6666666667vw 5.3333333333vw; }
              #guide .content_area article dl dd table tr td.align-c {
                display: none; }
          #guide .content_area article dl dd .card_img {
            margin: 5.3333333333vw 0 6.6666666667vw; }
          #guide .content_area article dl dd .contact_content .single:first-of-type {
            margin-bottom: 4vw; }
          #guide .content_area article dl dd .contact_content .single .ttl {
            font-size: 4.2666666667vw;
            line-height: 9.3333333333vw;
            margin-bottom: 6.6666666667vw; }
          #guide .content_area article dl dd .contact_content .single .link_btn {
            width: 84%;
            font-size: 4.8vw; }
          #guide .content_area article dl dd .tel a {
            font-size: 9.6vw; }
            #guide .content_area article dl dd .tel a::before {
              width: 7.2vw;
              height: 7.2vw;
              margin-right: 2.6666666667vw; }
          #guide .content_area article dl dd .tel small {
            font-size: 4vw; }
      #guide .content_area .sp_top_btn {
        display: block;
        background: #DEDEDE;
        width: 66.6666666667vw;
        border-radius: 120px;
        margin: 10.6666666667vw auto 0; }
        #guide .content_area .sp_top_btn a {
          display: block;
          font-size: 4.2666666667vw;
          text-align: center;
          line-height: 16vw;
          position: relative;
          text-decoration: none;
          color: #262626; }
          #guide .content_area .sp_top_btn a::after {
            content: "";
            width: 2.1333333333vw;
            height: 2.1333333333vw;
            border-top: 2px solid #262626;
            border-right: 2px solid #262626;
            transform: rotate(-45deg);
            position: absolute;
            right: 6.4vw;
            top: calc(50% - .5vw); } }
