/** Shopify CDN: Minification failed

Line 199:4 Unexpected "{"
Line 199:5 Expected identifier but found "%"
Line 201:4 Unexpected "{"
Line 201:5 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.tabs {
    margin: 0 auto;
    max-width: 1220px;
    height: auto;
    min-height: 420px;
    border-radius: 11px;
    background-color: #f5f2ef;
    padding: 80px 80px;
}

.tabs__buttons_wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 1fr;
    grid-gap: 50px;
    max-width: 940px;
    margin: 0 auto;
}


/* ボタンスタイル */
.tabs__buttons_wrap .tab_button {
    max-width: 280px;
    height: 65px;
    border-radius: 4px;
    border: solid 1px #7cacd2;
    background-color: transparent;
    color: #7cacd2;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.tabs__buttons_wrap .tab_button:hover {
 background-color: #6CA5D9;
  color: #fff;
}

.tabs__buttons_wrap .tab_button::before {
  background-color: #fff;
  color: #6CA5D9;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
    .tabs__buttons_wrap .tab_button:not([disabled]):hover {
    color: #fff;
    background-color: transparent;
  }
}

.tabs__buttons_wrap .tab_button {
  position: relative;
  z-index: 2;
}

.tabs__buttons_wrap .tab_button::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  margin: 0;
  background: #6CA5D9;
  transition: .3s;
}

.tabs__buttons_wrap .tab_button:hover::after {
  width: 100%;
}

/* アクティブボタン */

.tabs__buttons_wrap .tab_button.active {
    background-color: #6CA5D9;
    color: #fff;
    border-radius: 4px;
}
   
   .tabs__buttons_wrap .tab_button.active:hover {
    background-color: transparent;
     color: #6CA5D9;
     border: 1px solid #6CA5D9;
   }   
   
   .tabs__buttons_wrap .tab_button.active::before {
     background-color: #6CA5D9;
     color: #fff;
   }
   
   @media (-moz-touch-enabled: 0), (hover: hover) {
    .tabs__buttons_wrap .tab_button.active:not([disabled]):hover {
       color: #6CA5D9;
       background-color: #6CA5D9;
     }
   }
   
   .tabs__buttons_wrap .tab_button.active {
     position: relative;
     z-index: 2;
   }

   .tabs__buttons_wrap .tab_button.active::after {
     display: block;
     content: "";
     position: absolute;
     z-index: -1;
     top: 0;
     left: 0;
     width: 0;
     height: 100%;
     margin: 0;
     background-color: #F5F2EF;
     transition: .3s;
   }

   .tabs__buttons_wrap .tab_button.active:hover::after {
     width: 100%;
   }
   

.panel {
    overflow: visible;
}

.tab .tab__contentwrap_2 {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: 1fr;
    grid-gap: 50px;
}

.tab .tab__contentwrap_3 {
    margin: 70px auto;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 1fr;
    grid-gap: 50px;
}

.tab__contentwrap_2 .column_1 p a {
	color:　#6CA6DA；
}

figure {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#tab2 img {
    width: 100%;
    height: auto;
    min-width: 230px;
    max-height: 300px;
    max-width: 260px;
}

#tab2 figcaption {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: .15px;
    text-align: center;
}

.tab .tab__contentwrap_4 {
    margin-top: 70px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 50px;
}

.row_1 {
    padding-bottom: 50px;
    {%- comment -%}
    border-bottom: 1px solid #888;
    {%- endcomment -%}
}

#tab3 img {
    width: 100%;
    height: auto;
    max-height: 130px;
    padding: 0 30px;
    max-width: 75%;
    border-style: none;
    vertical-align: top;
}


.row_1, .tabs .row_2 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: 1fr;
    grid-gap: 50px;
}

.row_1 figure svg {
	width: 100%;
}

.row_2 {
	display: none!important;
}

.answer .tab__contentwrap_4 .row_2 {
	display: none!important;
}

#tab3 figcaption {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: .15px;
    text-align: center;
    margin-top: 25px;
    max-width: 190px;
    color: #3b3c3d;
}

.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
    animation: fade 1s;
}

li {
	list-style-position: outside;
	padding: 5px 0;
}