@charset "UTF-8";
/*
Theme Name:Solaris child
Theme URI:
Description:WordPressテーマ「SOLARIS」の子テーマです。
Template:solaris_tcd088
Author:ikel
Author URI:https://ikel.co.jp/
Version:2.11
*/
@font-face {
  font-family: "Noto SansJP", sans-serif;
  font-style: normal;
  src: local(""), url("fonts/NotoSans-Bold.woff2") format("woff2"), url("fonts/NotoSans-Light.woff2") format("woff2"), url("fonts/NotoSans-Regular.woff2") format("woff2");
  font-display: swap;
}
* {
  font-family: "Noto SansJP", sans-serif;
}

#main_contents.single_col #main_col {
  width: 1150px;
  max-width: none;
}

.mt_0 {
  margin-top: 0px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.plr_30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.align_center {
  text-align: center;
}

.post_content .aligncenter {
  display: table;
}

.font_main {
  color: #0063a7 !important;
}

mark {
  font-style: normal;
}

.wp-block-button__link {
  padding: 0;
  background: #0063a7;
  width: 282px;
  height: 66px;
  line-height: 66px;
  font-size: 16px;
}
.wp-block-button__link:hover {
  background: #003c65;
  color: #FFF !important;
}

body .is-layout-flex {
  margin-bottom: 50px;
}

.box {
  background: #f6fbff;
  padding: 20px 40px;
}

.post_content ul {
  margin-bottom: 45px;
  list-style: disc outside none;
  color: #333;
}
.post_content ul li::marker {
  color: #0063a7;
}

.post_content ul.check {
  list-style-type: none;
  margin-left: 0;
}
.post_content ul.check > li {
  position: relative;
  padding-left: 30px;
  line-height: 2;
}
.post_content ul.check > li::after, .post_content ul.check > li::before {
  position: absolute;
  top: 0.7em;
  left: 0.65em;
  content: "";
  display: block;
  background: #0063a7;
  height: 14px;
  width: 5px;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.post_content ul.check > li::before {
  top: 0.95em;
  left: 0.2em;
  height: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.post_content table {
  margin-bottom: 45px;
}

.post_content td, .post_content th {
  color: #333;
  line-height: 1.5;
}

.post_content p {
  margin-bottom: 45px;
  color: #333;
  line-height: 2;
}

.post_content li a,
.post_content p a {
  color: #0063a7;
}
.post_content li a:hover,
.post_content p a:hover {
  text-decoration: underline;
}

.post_content h2,
#project_archive .archive_desc h2 {
  position: relative;
  display: inline-block;
  margin: 45px 0;
  padding: 0 65px;
  color: #0063a7;
  font-size: 32px !important;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.post_content h2::before, .post_content h2::after,
#project_archive .archive_desc h2::before,
#project_archive .archive_desc h2::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1px;
  background-color: #0063a7;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.post_content h2::before,
#project_archive .archive_desc h2::before {
  left: 0;
}
.post_content h2::after,
#project_archive .archive_desc h2::after {
  right: 0;
}

.post_content .ttl_en_jp {
  margin: 100px 0 35px;
}
.post_content .ttl_en_jp h2 {
  margin: 0;
  padding: 0;
  color: #0063a7;
  font-weight: 400;
  font-size: 20px !important;
  letter-spacing: 0.1em;
}
.post_content .ttl_en_jp h2::before, .post_content .ttl_en_jp h2::after {
  background: none;
  position: relative;
  top: auto;
  width: auto;
  height: auto;
  -webkit-transform: none;
          transform: none;
}
.post_content .ttl_en_jp h2::before {
  content: "【";
}
.post_content .ttl_en_jp h2::after {
  content: "】";
}
.post_content .ttl_en_jp .wp-block-ikel-heading__sub_heading {
  color: #0063a7;
  font-weight: 300;
  font-size: 70px;
  letter-spacing: 0.1em;
}

.post_content h3,
#project_archive .archive_desc h3 {
  position: relative;
  margin: 65px 0 35px;
  padding-left: 56px;
  color: #0063a7;
  font-size: 24px !important;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.post_content h3::before,
#project_archive .archive_desc h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 40px;
  height: 1px;
  background-color: #0063a7;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post_content h3.simple,
#project_archive .archive_desc h3.simple {
  font-size: 20px !important;
  letter-spacing: normal;
}

.post_content .mt_0 h3 {
  margin-top: 0;
}

.post_content .wp-block-columns h3 {
  margin: 0 0 20px;
}

.post_content h4 {
  color: #0063a7;
}

.caution {
  font-size: 90%;
}

.wpcf7 {
  background: none !important;
  border: none !important;
}
.wpcf7 form {
  margin: 0 auto !important;
}
.wpcf7 input, .wpcf7 textarea {
  font-family: "Noto SansJP", sans-serif;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
  font-size: 16px !important;
}
.wpcf7 p {
  margin-bottom: 0.2em !important;
}
.wpcf7 table th, .wpcf7 table td {
  border-right: none;
  border-left: none;
}
.wpcf7 table th {
  vertical-align: middle;
  text-align: left;
}
.wpcf7 table th > p {
  float: left;
}
.wpcf7 table th.req::after, .wpcf7 table th.any::after {
  float: right;
  height: 32px;
  line-height: 32px;
  width: 46px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.wpcf7 table th.req::after {
  content: "必須";
  border: 1px solid #0063a7;
  color: #FFF;
  background: #0063a7;
}
.wpcf7 table th.any::after {
  content: "任意";
  border: 1px solid #0063a7;
  color: #0063a7;
  background: none;
}
.wpcf7 table td .placeholder > p {
  margin-bottom: 0.4em !important;
  font-size: 12px;
}
.wpcf7 table td input[type=text],
.wpcf7 table td input[type=tel],
.wpcf7 table td input[type=email] {
  width: 50%;
}
.wpcf7 table td input[name=your-zipcode] {
  width: 25%;
}
.wpcf7 button.wpcf7cp-cfm-submit-btn,
.wpcf7 input[type=submit] {
  background: #0063a7;
  font-family: "Noto SansJP", sans-serif;
}
.wpcf7 button.wpcf7cp-cfm-submit-btn:hover,
.wpcf7 input[type=submit]:hover {
  background: #003c65;
}
.wpcf7 button.wpcf7cp-cfm-edit-btn {
  -webkit-transition: all 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 225px;
  height: 48px;
  margin: 30px auto 0;
  border: 1px solid #0063a7 !important;
  outline: none;
  background: #FFF;
  font-family: "Noto SansJP", sans-serif;
  color: #0063a7;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
.wpcf7 button.wpcf7cp-cfm-edit-btn:hover {
  background: #0063a7;
  color: #FFF;
}

.grecaptcha-badge {
  display: none !important;
}

#global_menu > ul {
  padding-right: 320px;
  text-align: right;
}

#footer_top .footer_banner {
  text-align: center;
}
#footer_top .footer_banner img {
  margin: 25px 25px 125px;
}

#company_list .author_profile .avatar_area,
#company_list .animate_image,
#company_list .animate_background,
#company_list .animate_background .image_wrap {
  background: none;
}

#company_list .catch {
  padding: 15px 50px;
}

h2.single_company_catch {
  display: none;
}

#main_contents .cool-vertical-timeline-body.ctlb-wrapper .timeline-content.icon-false .timeline-block-icon {
  top: 64px;
}
#main_contents .cool-vertical-timeline-body.ctlb-wrapper .timeline-content.icon-false .timeline-block-icon svg {
  fill: #0063a7;
}
#main_contents .cool-vertical-timeline-body.ctlb-wrapper::before {
  opacity: 1;
  width: 6px;
  background: #ececec;
}
#main_contents .cool-vertical-timeline-body.alternating-sided .timeline-content .story-details:before, #main_contents .cool-vertical-timeline-body.both-sided .timeline-content .story-details:before, #main_contents .cool-vertical-timeline-body.one-sided .timeline-content .story-details:before {
  display: none;
}
#main_contents .cool-vertical-timeline-body .timeline-content .timeline-block-detail {
  padding: 0;
}
#main_contents .cool-vertical-timeline-body .timeline-content .story-details {
  padding: 0;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: none;
}
#main_contents .cool-vertical-timeline-body .timeline-content .story-details h3.ctlb-block-title {
  padding: 0 0 25px 55px !important;
  color: #0063a7;
  font-size: 36px !important;
  border-bottom: 2px solid #0063a7;
}
#main_contents .cool-vertical-timeline-body .timeline-content .story-details h3.ctlb-block-title::before {
  display: none;
}
#main_contents .cool-vertical-timeline-body .timeline-content .story-details .ctlb-block-desc,
#main_contents .cool-vertical-timeline-body .timeline-content .story-details .timeline-block_desc p {
  padding: 15px 0 0 55px !important;
  font-size: 16px;
  line-height: 2;
  color: #333;
}
#main_contents .cool-vertical-timeline-body .timeline-content .story-details .ctlb-block-image {
  padding: 20px 0 0 55px !important;
}
#main_contents .cool-vertical-timeline-body .timeline-content .position-left .story-details {
  text-align: right;
}
#main_contents .cool-vertical-timeline-body .timeline-content .position-left .story-details h3.ctlb-block-title {
  padding: 0 55px 25px 0 !important;
}
#main_contents .cool-vertical-timeline-body .timeline-content .position-left .story-details .ctlb-block-desc,
#main_contents .cool-vertical-timeline-body .timeline-content .position-left .story-details .timeline-block_desc p {
  padding: 15px 55px 0 0 !important;
}
#main_contents .cool-vertical-timeline-body .timeline-content .position-left .story-details .ctlb-block-image {
  padding: 20px 55px 0 0 !important;
}

#service_archive .archive_desc {
  text-align: left;
  color: #333;
}

#project_title_area #bread_crumb li:nth-child(3),
#project_title_area a.category,
.project_list a.category {
  pointer-events: none;
}

.project_list .image::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 99, 167, 0)), to(rgba(0, 99, 167, 0.3)));
  background: linear-gradient(to bottom, rgba(0, 99, 167, 0) 0%, rgba(0, 99, 167, 0.3) 100%);
}

.single-project #bread_crumb li:nth-child(3) {
  pointer-events: none;
}

#project_archive .archive_desc {
  text-align: left;
  color: #333;
}

.grid_data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr !important;
  grid-template-columns: repeat(3, 1fr) !important;
  -ms-grid-rows: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr !important;
  grid-template-rows: repeat(6, 1fr) !important;
  gap: 30px;
}

.grid_data > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid_data > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid_data > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid_data > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.grid_data > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.grid_data > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.grid_data > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.grid_data > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.grid_data > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.grid_data > *:nth-child(10) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.grid_data > *:nth-child(11) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.grid_data > *:nth-child(12) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}

.grid_data > *:nth-child(13) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.grid_data > *:nth-child(14) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}

.grid_data > *:nth-child(15) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}

.grid_data > *:nth-child(16) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}

.grid_data > *:nth-child(17) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}

.grid_data > *:nth-child(18) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
}
.grid_data .data_04 {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-row: 2;
      grid-row-start: 2;
}
.grid_data .data_05 {
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2/span 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row: 2;
      grid-row-start: 2;
}
.grid_data .data_06 {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-row: 3;
      grid-row-start: 3;
}
.grid_data .data_07 {
  -ms-grid-row: 4;
      grid-row-start: 4;
}
.grid_data .data_08 {
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2/span 2;
  -ms-grid-row: 4;
      grid-row-start: 4;
}
.grid_data .data_09 {
  -ms-grid-row: 5;
      grid-row-start: 5;
}
.grid_data .data_10 {
  -ms-grid-row: 6;
      grid-row-start: 6;
}
.grid_data .data_11 {
  -ms-grid-row: 6;
      grid-row-start: 6;
}
.grid_data .data_12 {
  -ms-grid-row: 6;
      grid-row-start: 6;
}

.pc.translated-ltr #header {
  top: 39px;
}

.pc.translated-ltr #container {
  top: 39px;
}

.mobile.translated-ltr #header {
  top: 40px;
}

.mobile.translated-ltr #container {
  padding-top: 40px;
}

body.notranslate {
  translate: no;
}
body.notranslate #glt-translate-trigger {
  display: none;
}

.age-gate {
  max-width: var(--ag-form-max-width, 800px);
  padding: 40px 20px;
}
.age-gate__headline {
  font-size: 18px;
  line-height: 1.5;
}
.age-gate__subheadline {
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}
.age-gate__fields {
  padding: 20px;
  background: #daeeff;
}
.age-gate__challenge {
  padding-bottom: 10px;
  line-height: 1.5;
  font-weight: 700;
}
.age-gate button.age-gate-button, .age-gate button.age-gate-submit-no, .age-gate button.age-gate-submit-yes, .age-gate button.age-gate__button, .age-gate button.age-gate__submit--no, .age-gate button.age-gate__submit--yes {
  border-radius: 0;
  background-color: #0063a7;
}
.age-gate__additional-information {
  text-align: left;
  line-height: 1.5;
  font-size: 12px;
}
.age-gate__additional-information > p {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 2.5;
}
.age-gate__additional-information > ul {
  padding: 0 25px;
  list-style: disc;
}

.tab_off {
  display: block;
}

.mob_off {
  display: block;
}

.tab_on {
  display: none;
}

.mob_on {
  display: none;
}

@media screen and (max-width: 1201px) {
  #main_contents.single_col #main_col {
    padding: 0 2%;
    width: 100%;
  }
  #main_col {
    padding: 0 2% !important;
    width: 100%;
    max-width: 100% !important;
  }
  #footer_top .footer_banner {
    padding-bottom: 50px;
  }
  #footer_top .footer_banner img {
    margin: 15px 10px;
  }
  .tab_content_top .tab .item {
    min-width: 160px;
  }
}
@media screen and (max-width: 950px) {
  .tab_content_top .tab .item {
    min-width: 120px !important;
  }
  .tab_off {
    display: none;
  }
  .tab_on {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .box {
    margin-bottom: 20px !important;
    padding: 15px 20px;
  }
  .post_content .box ul {
    margin-bottom: 0;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    padding: 15px 20px;
  }
  .post_content p {
    margin-bottom: 25px;
  }
  .post_content h2,
  #project_archive .archive_desc h2 {
    margin-bottom: 20px !important;
    padding: 0 45px;
    font-size: 24px !important;
  }
  .post_content h2::before, .post_content h2::after,
  #project_archive .archive_desc h2::before,
  #project_archive .archive_desc h2::after {
    width: 28px;
  }
  .post_content .ttl_en_jp {
    margin: 50px 0 10px;
  }
  .post_content .ttl_en_jp h2 {
    margin-top: 10px !important;
    font-size: 18px !important;
  }
  .post_content .ttl_en_jp .wp-block-ikel-heading__sub_heading {
    display: block;
    font-size: 60px;
  }
  .post_content h3,
  #project_archive .archive_desc h3 {
    margin: 20px 0 15px !important;
    padding-left: 30px;
    font-size: 20px !important;
  }
  .post_content h3::before,
  #project_archive .archive_desc h3::before {
    top: 15px;
    width: 20px;
  }
  .wpcf7 p {
    margin-bottom: 0 !important;
  }
  .wpcf7 table th, .wpcf7 table td {
    display: block;
    padding: 12px 20px;
  }
  .wpcf7 table th > p {
    float: none;
    display: inline-block;
  }
  #footer_top .footer_banner img {
    margin: 0 10px 30px 10px;
    max-width: 90%;
  }
  .wp-block-columns.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .tab_content_top .tab .item {
    min-width: 70px !important;
  }
  #main_contents .cool-vertical-timeline-body.both-sided {
    margin: 0 !important;
  }
  #main_contents .cool-vertical-timeline-body.ctlb-wrapper .timeline-content.icon-false .timeline-block-icon {
    top: 54px;
  }
  #main_contents .cool-vertical-timeline-body .timeline-content .story-details h3.ctlb-block-title {
    margin: 0 !important;
    padding: 5px 0 12px 25px !important;
    font-size: 26px !important;
  }
  #main_contents .cool-vertical-timeline-body .timeline-content .story-details .ctlb-block-desc,
  #main_contents .cool-vertical-timeline-body .timeline-content .story-details .timeline-block_desc p {
    padding: 0 0 0 25px !important;
    font-size: 14px;
  }
  #main_contents .cool-vertical-timeline-body .timeline-content .story-details .ctlb-block-image {
    padding: 5px 0 5px 25px !important;
  }
  #main_contents .cool-vertical-timeline-body .timeline-content .position-left .story-details {
    text-align: left;
  }
  #main_contents .cool-vertical-timeline-body .timeline-content .position-left .story-details h3.ctlb-block-title {
    padding: 5px 0 12px 25px !important;
  }
  #main_contents .cool-vertical-timeline-body .timeline-content .position-left .story-details .ctlb-block-desc,
  #main_contents .cool-vertical-timeline-body .timeline-content .position-left .story-details .timeline-block_desc p {
    padding: 0 0 0 25px !important;
  }
  #main_contents .cool-vertical-timeline-body .timeline-content .position-left .story-details .ctlb-block-image {
    padding: 5px 0 5px 25px !important;
  }
  .recruit_btn_group {
    margin-bottom: 30px !important;
  }
  .recruit_btn_group .is-layout-flex {
    margin-bottom: 0;
  }
  .grid_data {
    -ms-grid-columns: 1fr 20px 1fr !important;
    grid-template-columns: repeat(2, 1fr) !important;
    -ms-grid-rows: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr !important;
    grid-template-rows: repeat(9, 1fr) !important;
    gap: 20px;
  }
  .grid_data > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid_data > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid_data > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid_data > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .grid_data > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid_data > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .grid_data > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid_data > *:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .grid_data > *:nth-child(9) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid_data > *:nth-child(10) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .grid_data > *:nth-child(11) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid_data > *:nth-child(12) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
  .grid_data > *:nth-child(13) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .grid_data > *:nth-child(14) {
    -ms-grid-row: 13;
    -ms-grid-column: 3;
  }
  .grid_data > *:nth-child(15) {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
  }
  .grid_data > *:nth-child(16) {
    -ms-grid-row: 15;
    -ms-grid-column: 3;
  }
  .grid_data > *:nth-child(17) {
    -ms-grid-row: 17;
    -ms-grid-column: 1;
  }
  .grid_data > *:nth-child(18) {
    -ms-grid-row: 17;
    -ms-grid-column: 3;
  }
  .grid_data .data_01 {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .grid_data .data_02 {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .grid_data .data_03 {
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .grid_data .data_04 {
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .grid_data .data_05 {
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column: span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .grid_data .data_06 {
    -ms-grid-row: 5;
        grid-row-start: 5;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .grid_data .data_07 {
    -ms-grid-row: 5;
        grid-row-start: 5;
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .grid_data .data_08 {
    -ms-grid-row: 6;
        grid-row-start: 6;
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column: span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .grid_data .data_09 {
    -ms-grid-row: 8;
        grid-row-start: 8;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .grid_data .data_10 {
    -ms-grid-row: 8;
        grid-row-start: 8;
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .grid_data .data_11 {
    -ms-grid-row: 9;
        grid-row-start: 9;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .grid_data .data_12 {
    -ms-grid-row: 9;
        grid-row-start: 9;
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .mob_off {
    display: none;
  }
  .mob_on {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .tab_content_top .tab .item {
    min-width: auto !important;
    padding: 0 5px !important;
  }
}