section {
  min-height: 200px;
  position: relative;
}

.text_point2 {
  color: #1568a1;
}

.inner_point1 span {
  color: #fa8631;
}

.border_wrap {
  position: relative;
  padding-top: 120px;
}

.border_wrap::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  width: 4px;
  height: 60px;
  display: block;
  background-color: #fa8631;
}

.border_wrap2 {
  padding-top: 0;
  padding-bottom: 200px;
}

.border_wrap2::before {
  top: auto;
  bottom: 0;
  background-color: #1568a1;
}

h3 {
  font-size: 1.6em;
}

#Sec01 {
  position: relative;
  height: 880px;
}

#Sec01 .swiper-slide {
  height: 800px;
  background-size: cover;
  background-position: 50% 50%;
}

#Sec01 .slide_01 {
  background-image: url(../images/main_banner_01.jpg);
}

#Sec01 .slide_02 {
  background-image: url(../images/main_banner_02.jpg);
}

#Sec01 .slide_03 {
  background-image: url(../images/main_banner_03.jpg);
}

.scroll-downs {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 50px;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px;
  z-index: 100;
}

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  -webkit-animation-name: scroll-down;
          animation-name: scroll-down;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
          animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes scroll-down {
  0% {
    opacity: 0;
  }
  70% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    opacity: 0;
  }
}

@keyframes scroll-down {
  0% {
    opacity: 0;
  }
  70% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    opacity: 0;
  }
}

.sec02_list_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
}

.sec02_list_wrap * {
  background-size: cover !important;
  background-position: 0 100%;
}

.sec02_list_l {
  width: 59%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 5px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.sec02_list_l li {
  height: 25%;
}

.sec02_list_r {
  position: relative;
  width: 41%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 5px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.sec02_list_r li {
  width: 100%;
}

.sec02_list_01 {
  width: 48%;
  margin-left: auto;
  background-image: url(../images/news1.jpg);
}

.sec02_list_02 {
  width: 40%;
  margin-right: 1%;
  background-image: url(../images/news3.jpg);
}

li.sec02_list_03 {
  width: 99%;
  height: 35%;
  background-image: url(../images/news2.jpg);
}

li.sec02_list_04 {
  width: 75%;
  height: 35%;
  margin-left: auto;
  margin-right: 1%;
  background-image: url(../images/news4.jpg);
}

.sec02_list_r li.sec02_list_05 {
  width: 80%;
  height: 30%;
  margin-top: 10%;
  background-image: url(../images/news5.jpg);
}

.sec02_list_01.hover_square_zoom:hover > div {
  height: 80%;
}

.sec02_list_03.hover_square_zoom::before, .sec02_list_04.hover_square_zoom::before {
  padding-top: 35%;
}

.sec02_list_03.hover_square_zoom > div, .sec02_list_04.hover_square_zoom > div {
  margin: 2% 5% !important;
}

.sec02_list_02.hover_square_zoom:hover > div {
  height: 85%;
}

.sec02_list_05.hover_square_zoom:hover > div {
  height: 85%;
}

.sec02_list_06.hover_square_zoom {
  height: 40%;
  background-image: url(../images/news6.jpg);
}

.sec02_list_06.hover_square_zoom::before {
  padding-top: 240px;
}

.sec02_list_06.hover_square_zoom:hover > div {
  height: 200px;
  margin: 20px 5%;
}

.sec03_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 50px;
}

.sec03_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.45);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.45);
}

.sec03_list li .numbering {
  width: 50px;
  height: 50px;
  font-size: 36px;
  line-height: 55px;
  font-weight: 800;
  background-color: #1568a1;
  color: #fff;
}

.sec03_list li .list_title {
  width: calc(100% - 50px);
  height: 50px;
  background-color: #43a7ed;
  color: #fff;
  line-height: 50px;
}

.sec03_list li .list_image {
  width: 100%;
  padding: 5% 1%;
}

.sec03_list li .list_image img {
  width: 70%;
}

.sec03_list li:nth-child(2) .list_image img {
  width: 60%;
}

.sec03_list li:nth-child(3) .list_image img {
  width: 30%;
}

.sec04_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec04_image_wrap img {
  border: 8px solid #000;
  border-radius: 40px;
}

.btns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
}

.btns_wrap .btn_01 {
  padding: 8px 16px;
  font-weight: 800;
  cursor: pointer;
}

.btns_wrap .btn_01.on {
  position: relative;
  color: #1568a1;
}

.btns_wrap .btn_01.on::after {
  position: absolute;
  left: calc( 50% - 15px);
  bottom: 0;
  content: '';
  width: 30px;
  height: 3px;
  display: block;
  background-color: #1568a1;
}

.sec04_text_wrap {
  position: relative;
  width: 50%;
}

.sec04_text_wrap .relative {
  width: 100%;
  position: absolute;
  top: -150px;
}

.sec04_text_wrap .relative .tab_part_type {
  position: absolute;
  top: 90%;
  width: 100%;
}

.sec04_text_wrap .relative .tab_part_type .l_list {
  position: absolute;
  top: 0;
}

.sec04_text_wrap .relative .tab_part_type .r_list {
  position: absolute;
  display: none;
  top: 0;
}

.sec04_list li {
  margin-bottom: 10px;
}

.sec04_list li::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-color: #1568a1;
}

.sec_banner02 {
  font-size: 1.6em;
  background-image: url(../images/banner02.jpg);
}

.sec05 .sec05_part {
  width: 100%;
  margin: 0 auto;
}

.sec05 .sec05_part img {
  width: auto;
  margin: 50px 0;
}

.sec05 .sec05_part h3 {
  font-weight: 100;
}

.sec06 .title {
  font-size: 25px;
  color: #555;
  text-align: left;
  margin-bottom: 50px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.sec06 .title span {
  color: #fb8631;
}

.sec06 .box_part {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  color: #555;
}

.sec06 .box_part p {
  font-size: 18px;
  line-height: 2;
}

.sec06 .box_part p span {
  color: #fb8631;
}

.sec06 .box_part h1 {
  font-size: 16px;
  font-weight: 100;
}

.sec06 .box_part .inner_box {
  height: auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec06 .box_part .inner_box .inner {
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.sec06 .article .img_part_type {
  max-width: 1000px !important;
  margin: 0 auto;
}

.sec06 .article h4 {
  text-align: left;
  color: #555;
  line-height: 2;
}

.sec06 .article .fa-solid {
  color: #fb8631;
  margin-left: 10px;
}

.sec06 .top .tab_menu {
  padding: 0 5%;
}

.sec06 .top .tab_menu ul {
  max-width: 1300px;
  width: 80%;
  -webkit-column-gap: 10%;
          column-gap: 10%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec06 .top .tab_menu ul li {
  cursor: pointer;
  color: #555;
}

.sec06 .top .tab_menu ul li.active {
  border-bottom: 5px solid #fb8631;
  border-radius: 2px 2px 2px 2px;
}

.sec06 .bottom {
  background-color: #f6f6f6;
}

.sec06 .bottom .img_part_type {
  padding: 50px 0;
}

.sec06 .bottom .img_part_type img {
  width: auto;
  display: block;
  margin: auto;
}

.sec06 .bottom .img_part_type img:last-child {
  margin-bottom: 0;
}

.sec06 #tap_02 .box_part > li {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 36px;
  margin-bottom: 60px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 8px 4px 8px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 8px 4px 8px 1px rgba(0, 0, 0, 0.25);
}

.sec06 #tap_02 .box_part > li::before {
  content: '';
  display: block;
  position: absolute;
  left: 20%;
  top: -20px;
  width: 60%;
  height: 2px;
  background-color: #fa8631;
}

.sec06 #tap_02 .box_part > li::after {
  content: '01';
  display: block;
  position: absolute;
  left: 45%;
  top: -30px;
  width: 10%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #f6f6f6;
  color: #fa8631;
}

.sec06 #tap_02 .box_part > li > img {
  width: 200px;
  margin: 0;
}

.sec06 #tap_02 .box_part > li > div {
  max-width: calc( 100% - 250px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec06 #tap_02 .box_part > li > div > h4 {
  font-size: 1.4em;
}

.sec06 #tap_02 .box_part > li > div > div {
  margin: 12px 0 24px;
}

.sec06 #tap_02 .box_part > li > div > ol li {
  margin: 10px 0;
}

.sec06 #tap_02 .box_part > li > div > ol li::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: auto 10px auto 0;
  border-radius: 4px;
  background-color: #fa8631;
  vertical-align: middle;
}

.sec06 #tap_02 .box_part > li:last-of-type::after {
  content: '02';
}

.sec07 #tap_01 .img_part_type {
  max-width: 1000px !important;
}

.sec07 #tap_02 .img_part_type {
  max-width: 1000px !important;
}

.sec07 #tap_02 .img_part_type table {
  border-collapse: collapse;
}

.sec07 #tap_02 .img_part_type table tr, .sec07 #tap_02 .img_part_type table td {
  border: none;
  text-align: left;
  color: #555;
  padding-left: 10%;
}

.sec07 #tap_02 .img_part_type table td.date {
  font-weight: bold;
  border-right: 1px solid #fb8631;
  padding-left: 10px;
}

.sec07 #tap_02 .img_part_type table td.blank {
  height: 30px;
  border-right: 1px solid #fb8631;
}

.sec07 .title {
  font-size: 35px;
  color: #555;
  text-align: left;
  margin-bottom: 50px;
}

.sec07 .title span {
  color: #fb8631;
}

.sec07 .text_cont {
  font-size: 18px;
  text-align: left;
  color: #555;
  line-height: 1.8;
}

.sec07 .news .img_part_type {
  max-width: 1000px !important;
}

.sec07 .news .fa-solid {
  color: #fb8631;
  margin-left: 10px;
}

.sec07 .top .tab_menu {
  padding: 0 5%;
}

.sec07 .top .tab_menu ul {
  max-width: 1300px;
  width: 80%;
  -webkit-column-gap: 10%;
          column-gap: 10%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec07 .top .tab_menu ul li {
  cursor: pointer;
  color: #555;
}

.sec07 .top .tab_menu ul li.active {
  border-bottom: 5px solid #fb8631;
  border-radius: 2px 2px 2px 2px;
}

.sec07 .bottom {
  height: auto;
}

.sec07 .bottom .tap {
  height: 100%;
}

.sec07 .bottom .swiper_05 {
  padding-bottom: 5%;
  padding-top: 5%;
}

.sec07 .bottom .swiper_out_05 {
  padding: 0 5%;
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
}

.sec07 .bottom .img_part_type {
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
}

.sec07 .bottom .img_part_type img:last-child {
  margin-bottom: 0;
}

.sec07 .bottom .img_part_type .swiper-wrapper {
  height: 100%;
}

.sec07 .bottom .img_part_type .swiper-slide {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.sec07 .bottom .img_part_type .swiper-slide .swip_img_part {
  width: 80%;
  height: 200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.sec07 .bottom .img_part_type .swiper-slide .swip_img_part img {
  width: 55%;
  border-radius: 75%;
  -webkit-box-shadow: 10px 10px 15px #00000062;
          box-shadow: 10px 10px 15px #00000062;
}

.sec07 .bottom .img_part_type .swiper-slide .swip_img_part p {
  font-size: 17px;
}

.sec07 .bottom .img_part_type .swiper-slide .img_text {
  padding: 5% 2%;
}

.sec07 .bottom .img_part_type .swiper-slide .img_text p {
  font-weight: bold;
}

.sec07 .bottom .img_part_type .swiper-slide .img_text h1 {
  font-weight: 100;
  font-size: 16px;
}

.sec07 .bottom .img_part_type .swiper-slide .img_text h3 {
  font-weight: 100;
  font-size: 15px;
  text-align: justify;
  width: 80%;
  margin: 0 auto;
}

.sec07 .bottom .img_part_type .swiper-button-next::after {
  display: none;
}

.sec07 .bottom .img_part_type .swiper-button-prev::after {
  display: none;
}

.sec07 .bottom .img_part_type .swiper-button-next {
  top: 60% !important;
  width: calc(var(--swiper-navigation-size)) !important;
  background: url(../images/right.png) no-repeat;
  background-size: contain;
  background-position: center;
  right: 10% !important;
}

.sec07 .bottom .img_part_type .swiper-button-prev {
  top: 60% !important;
  width: calc(var(--swiper-navigation-size)) !important;
  background: url(../images/left.png) no-repeat;
  background-size: contain;
  background-position: center;
  left: 10% !important;
}

.sec07 .bottom .img_part_type .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}

.sec07 .bottom .img_part_type .swiper-pagination-bullet-active {
  background: #fb8631;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px));
  border-radius: 5px;
}

.sec07 #tap_05 .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1300px;
  margin: 0 auto;
}

.sec07 #tap_05 .contact img {
  width: 70px;
  height: 70px;
  margin: 0;
}

.sec07 #tap_05 .contact .text_type {
  text-align: left;
}

.sec07 #tap_05 .contact .text_type h3 {
  font-size: 18px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 5px;
}

.sec07 #tap_05 .contact .text_type h4 {
  font-size: 16px;
  font-weight: 100;
  color: #555;
  margin-bottom: 10px;
}

.sec07 #tap_05 .contact .text_type h2 {
  font-size: 14px;
  font-weight: 100;
  color: #555;
}

.sec07 #tap_05 .map {
  margin-top: 70px;
}

.admin-swiper, .user-swiper {
  display: none;
}

.admin-swiper.on, .user-swiper.on {
  display: block;
}

@media screen and (max-width: 1023px) {
  h3 {
    font-size: 18px;
  }
  body {
    font-size: 14px;
  }
  .wrap {
    width: 94%;
    padding-bottom: 0;
  }
  .sec03_list {
    display: block;
  }
  .sec03_list li {
    width: 55%;
    min-width: 250px;
    margin: 0 auto 30px;
  }
  .sec03_list li .list_image {
    height: 190px;
    display: table;
  }
  .sec03_list li .list_image .table {
    display: table-cell;
    vertical-align: middle;
  }
  .sec03_list li .list_image .table img {
    margin: auto;
  }
  .sec04_wrap {
    display: block;
  }
  .w-30per {
    width: 240px !important;
    margin: 0 auto;
  }
  .w-40per {
    width: 70% !important;
    margin: 50px auto 0;
  }
  .text_point2 {
    text-align: center;
  }
  .ml-20per {
    margin-left: 0% !important;
  }
  section {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .sec04_text_wrap {
    width: 100%;
  }
  .sec04_text_wrap .relative {
    top: 20px;
  }
  .sec04_text_wrap .btns_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec04_wrap2.mt-200 {
    margin-top: 370px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .sec04_wrap2.mt-200 .mb-50 {
    margin-bottom: 30px;
  }
  .sec04_wrap2.mt-200.on {
    margin-top: 420px;
  }
  .border_wrap2 {
    padding-bottom: 100px;
  }
  .sec02_list_r::after {
    display: none;
  }
  .sec04_list {
    margin-left: 5%;
  }
  .sec_banner02 {
    font-size: 18px;
  }
  .sec_banner02 h1 {
    line-height: 1.5;
  }
  .pd-50-0 {
    padding: 50px 5% !important;
  }
  .sec06 .title {
    font-size: 20px;
  }
  .sec06 .box_part p {
    font-size: 15px;
  }
  .sec06 .box_part h1 {
    font-size: 13px;
  }
  .sec06 .bottom .img_part_type {
    padding: 5% 5%;
  }
  .sec06 .bottom .img_part_type img {
    width: 100%;
  }
  .sec06 .tab_menu ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec06 .tab_menu ul li {
    line-height: 35px;
  }
  .sec06 .bottom {
    margin-top: 50px;
  }
  .sec07 #tap_02 .img_part_type table td {
    padding-left: 5%;
  }
  .sec07 #tap_02 .img_part_type table td.blank {
    height: 15px;
  }
  .sec07 #tap_02 .img_part_type table td.date {
    padding-right: 5px;
  }
  .sec07 .title {
    font-size: 20px;
    text-align: center;
  }
  .sec07 .text_cont {
    font-size: 13px;
  }
  .sec07 .img_part_type {
    padding: 0 5%;
  }
  .sec07 .swip_img_part {
    height: 250px !important;
  }
  .sec07 .swiper-pagination {
    bottom: -8px;
  }
  .sec07 .tab_menu ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec07 .tab_menu ul li {
    line-height: 35px;
  }
  .sec07 .bottom {
    margin-top: 50px;
    height: auto;
  }
  .sec07 .bottom .img_part_type .swiper-button-prev {
    left: 0 !important;
    width: calc(var(--swiper-navigation-size) / 2) !important;
  }
  .sec07 .bottom .img_part_type .swiper-button-next {
    right: 0 !important;
    width: calc(var(--swiper-navigation-size) / 2) !important;
  }
  .sec02_list_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 800px;
  }
  .sec02_list_wrap li {
    width: 100% !important;
    height: 120px !important;
    background-size: cover !important;
    background-position: 0 100%;
  }
  .sec02_list_r li.sec02_list_05 {
    margin-top: 5px;
  }
  .hover_square_zoom::before {
    padding-top: 120px !important;
  }
  .hover_square_zoom > div {
    margin: 10px 5% !important;
  }
  .sec04, .sec07, .sec_banner02 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  #Sec01 {
    height: 560px;
    padding-top: 60px;
  }
  #Sec01 .swiper-slide {
    height: 500px;
  }
  .sec02_list_l {
    width: 100%;
  }
  .sec02_list_l li.sec02_list_03 {
    width: 38%;
  }
  .sec02_list_l .sec02_list_01 {
    width: 56%;
  }
  .sec02_list_r {
    width: 100%;
  }
  .sec02_list_wrap {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec02_list_wrap::after {
    font-size: 30px;
  }
  .sec07 .title {
    font-size: 20px;
  }
  .sec07 .text_cont {
    font-size: 13px;
  }
  .sec07 .bottom .img_part_type {
    padding: 0 5%;
  }
  .sec07 .bottom .img_part_type .swiper-slide .img_text {
    padding: 1% 2%;
  }
  .sec07 .bottom .img_part_type .swiper-slide .img_text p {
    margin-bottom: 0 !important;
  }
  .sec07 .bottom .img_part_type .swiper-slide .img_text h1 {
    font-size: 13 px !important;
    margin-bottom: 5px;
  }
  .sec07 .bottom .img_part_type .swiper-slide .img_text h3 {
    font-size: 13px !important;
  }
  .sec07 .swip_img_part {
    height: 200px !important;
  }
  .sec07 #tap_05 .contact {
    display: block;
  }
  .sec07 #tap_05 .contact img {
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
    line-height: 1.5;
  }
  .sec07 #tap_05 .contact .text_type {
    text-align: center;
  }
  .sec07 #tap_05 .map {
    margin-top: 40px;
  }
  .sec06 #tap_02 .box_part > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .sec06 #tap_02 .box_part > li > img {
    margin: auto;
  }
  .sec06 #tap_02 .box_part > li > div {
    max-width: inherit;
    width: 100%;
    text-align: center;
  }
  .sec06 #tap_02 .box_part > li > div > h4 {
    width: 80%;
    max-width: 240px;
    min-width: 200px;
    margin: 20px auto 0;
    word-break: keep-all;
  }
  .sec06 #tap_02 .box_part > li > div > ol li {
    text-align: left;
  }
}
/*# sourceMappingURL=index.css.map */