@charset "UTF-8";
#instax_business_biz section {
    margin: 0 auto;
    padding: 60px 0;
}

@media only screen and (max-width: 768px) {
    #instax_business_biz section {
        padding: 48px 0;
    }
}

#instax_business_biz.p-support h3 {
    text-align: center;
    margin-bottom: 30px;
}

#instax_business_biz.p-support .type01 {
    border-spacing: 4px;
    font-size: 13px;
}

#instax_business_biz.p-support .type01 th {
    padding: 8px 6px;
    font-weight: bold;
}

th.model_ver{
    width: calc(100% / 5);
}

#instax_business_biz.p-support .type01 td {
    padding: 10px 12px;
    background-color: #eeeeee;
}

#instax_business_biz.p-support .type01 thead {
    font-size: 15px;
}

#instax_business_biz.p-support .type01 thead th {
    width: 21%;
}

#instax_business_biz.p-support .ttl-s {
    font-weight: bold;
}

#instax_business_biz.p-support .s-anchorlink .btn_area {
    max-width: 1120px;
    width: 100%;
    flex-wrap: wrap;
    gap:10px 0;
}

#instax_business_biz.p-support .s-anchorlink .btn_area .btn{
    width: 30%;
    min-width: auto;
    padding: 10px 25px 10px 10px;
    font-size: clamp(12px, 1.5vw, 16px);
}

#instax_business_biz.p-support .s-anchorlink .btn_area .btn+.btn{
    margin-left: auto;
}

@media only screen and (max-width: 768px) {
    #instax_business_biz.p-support .s-anchorlink .btn_area .btn{
        min-width: 100%;
    }

    #instax_business_biz.p-support .s-anchorlink .btn_area .btn{
        font-size: 15px;
    }
    
}



#instax_business_biz.p-terms h1 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 33px;
}

#instax_business_biz.p-support .s-anchorlink h1{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 33px;
}

#instax_business_biz.p-support h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
}



@media only screen and (max-width: 768px) {
    #instax_business_biz.p-terms h1 {
        font-size: 27.5px;
        margin-bottom: 18px;
    }

    #instax_business_biz.p-support .s-anchorlink h1{
        font-size: 27.5px;
        margin-bottom: 18px;
    }
}

@media only screen and (max-width: 768px) {
    #instax_business_biz.p-support h3 {
        margin-bottom: 15px;
    }
}

#instax_business_biz.p-support .app_link {
    display: flex;
}

#instax_business_biz.p-support .app_link_box+.app_link_box {
    margin-left: 12px;
}

#instax_business_biz.p-support button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    padding: 0;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.8;
}

#instax_business_biz.p-support .Faq+.Faq {
    margin-top: 10px;
}

#instax_business_biz.p-support .Faq__Question {
    width: 100%;
}

#instax_business_biz.p-support .Faq__Question__Inner {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    width: 100%;
    background-color: #001e62;
    cursor: pointer;
}

@media only screen and (min-width: 769px) {
    #instax_business_biz.p-support .Faq__Question__Inner {
        -moz-column-gap: 16px;
        column-gap: 16px;
        padding: 30px 60px 30px 30px;
    }
}

@media only screen and (max-width: 768px) {
    #instax_business_biz.p-support .Faq__Question__Inner {
        -moz-column-gap: 14px;
        column-gap: 14px;
        padding: 20px 50px 20px 20px;
    }
}

#instax_business_biz.p-support .Faq__Question__Inner::before,
#instax_business_biz.p-support .Faq__Question__Inner::after {
    position: absolute;
    top: 50%;
    display: block;
    width: 16px;
    height: 2px;
    content: "";
    background-color: #FF8026;
}

@media only screen and (min-width: 769px) {
    #instax_business_biz.p-support .Faq__Question__Inner::before,
    #instax_business_biz.p-support .Faq__Question__Inner::after {
        right: 30px;
    }
}

@media only screen and (max-width: 768px) {
    #instax_business_biz.p-support .Faq__Question__Inner::before,
    #instax_business_biz.p-support .Faq__Question__Inner::after {
        right: 20px;
    }
}

#instax_business_biz.p-support .Faq__Question__Inner::before {
    transform: translateY(-50%);
}

#instax_business_biz.p-support .Faq__Question__Inner::after {
    transition: transform 0.5s;
    transform: translateY(-50%) rotate(-90deg);
}

#instax_business_biz.p-support .Faq__Question.open .Faq__Question__Inner::after {
    transform: translateY(-50%);
}

#instax_business_biz.p-support .Faq__Question__Icon {
    color: #FF8026;
    font-weight: 700;
}

@media only screen and (min-width: 769px) {
    #instax_business_biz.p-support .Faq__Question__Icon {
        font-size: 26px;
    }
}

@media only screen and (max-width: 768px) {
    #instax_business_biz.p-support .Faq__Question__Icon {
        font-size: 22px;
    }
}

#instax_business_biz.p-support .Faq__Question__Text {
    font-size: 16px;
    line-height: 1.875;
    color: #fff;
    text-align: left;
}

#instax_business_biz.p-support .Faq__Answer {
    display: none;
    overflow: hidden;
}

#instax_business_biz.p-support .Faq__Answer__Inner {
    display: grid;
    color: #001e62;
    border: 1px solid #eee;
    border-top: none;
}

@media only screen and (min-width: 769px) {
    #instax_business_biz.p-support .Faq__Answer__Inner {
        grid-template-columns: auto 1fr;
        -moz-column-gap: 16px;
        column-gap: 16px;
        padding: 28px 30px;
    }
}

@media only screen and (max-width: 768px) {
    #instax_business_biz.p-support .Faq__Answer__Inner {
        row-gap: 14px;
        padding: 24px 20px;
    }
}

#instax_business_biz.p-support .Faq__Answer__Icon {
    line-height: 1;
    font-weight: 700;
}

@media only screen and (min-width: 769px) {
    #instax_business_biz.p-support .Faq__Answer__Icon {
        font-size: 26px;
    }
}

@media only screen and (max-width: 768px) {
    #instax_business_biz.p-support .Faq__Answer__Icon {
        font-size: 22px;
    }
}

#instax_business_biz.p-support .Faq__Answer__Content>p:not(:first-child) {
    margin-top: 24px;
}

#instax_business_biz.p-support .Faq__Answer__Content a {
    display: inline-block;
    transition: opacity 0.2s;
    text-decoration: underline;
}

@media (hover: hover) {
    #instax_business_biz.p-support .Faq__Answer__Content a:hover {
        opacity: 0.7;
    }
}

#instax_business_biz.p-support .Faq__Answer__Content>picture:not(:first-child) img {
    margin-top: 20px;
}

#instax_business_biz.p-support .Faq__Answer__Content>h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.875;
}

#instax_business_biz.p-support .Faq__Answer__Content>h3:not(:first-child) {
    margin-top: 30px;
}

#instax_business_biz.p-support .Faq__OrderedList {
    font-size: 16px;
    line-height: 1.875;
    counter-reset: item;
}

#instax_business_biz.p-support .Faq__OrderedList:not(:first-child) {
    margin-top: 28px;
}

#instax_business_biz.p-support .Faq__OrderedList>li {
    position: relative;
    padding-left: 26px;
}

#instax_business_biz.p-support .Faq__OrderedList>li::before {
    position: absolute;
    top: 0;
    right: calc(100% - 26px);
    content: counter(item) "）";
    counter-increment: item;
}

#instax_business_biz.p-support .Faq__BulletList {
    display: grid;
    row-gap: 5px;
    font-size: 16px;
    line-height: 1.7;
}

#instax_business_biz.p-support .Faq__BulletList:not(:first-child) {
    margin-top: 20px;
}

#instax_business_biz.p-support .Faq__BulletList>li {
    position: relative;
    padding-left: 16px;
}

#instax_business_biz.p-support .Faq__BulletList>li::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    background-color: currentColor;
    border-radius: 100%;
}

#instax_business_biz.p-support .Faq__Image:not(:first-child) {
    margin-top: 26px;
}

#instax_business_biz.p-support .Faq__Image__Caption {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.875;
}

#instax_business_biz.p-support .Faq__Image__List {
    display: flex;
    flex-wrap: wrap;
    margin-top: -24px;
    margin-left: -18px;
}

@media only screen and (max-width: 768px) {
    #instax_business_biz.p-support .Faq__Image__List {
        flex-wrap: wrap;
    }
}

#instax_business_biz.p-support .Faq__Image__List li {
    margin-top: 24px;
    margin-left: 18px;
}

@media screen and (min-width: 768.02px),
print {
    #instax_business_biz.p-support .Faq__Image__List li {
        width: 26%;
    }
}

@media only screen and (max-width: 768px) {
    #instax_business_biz.p-support .Faq__Image__List li {
        width: calc(50% - 18px);
    }
}

#instax_business_biz.p-support .Faq__Image__List picture img {
    width: 100%;
}

#instax_business_biz.p-support .Faq__Table {
    width: 100%;
    table-layout: fixed;
    border-top: solid 1px #001e62;
    border-right: solid 1px #001e62;
}

#instax_business_biz.p-support .Faq__Table:not(:first-child) {
    margin-top: 20px;
}

#instax_business_biz.p-support .Faq__Table thead {
    color: #fff;
    background: #697691;
}

#instax_business_biz.p-support .Faq__Table td,
#instax_business_biz.p-support .Faq__Table th {
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.5714285714;
    border-left: solid 1px #001e62;
}

#instax_business_biz.p-support .Faq__Table tbody th {
    background-color: #edf0f6;
}

#instax_business_biz.p-support .Faq__Table :not(thead)>tr>th,
#instax_business_biz.p-support .Faq__Table :not(thead)>tr>td {
    border-bottom: solid 1px #001e62;
}

@media only screen and (max-width: 768px) {
    #instax_business_biz.p-support .Faq__Table.Faq__Table--pc {
        display: none;
    }
}

@media screen and (min-width: 768.02px),
print {
    #instax_business_biz.p-support .Faq__Table.Faq__Table--sp {
        display: none;
    }
}

#instax_business_biz.p-support .Faq__Table.Faq__Table--sp+.Faq__Table.Faq__Table--sp {
    margin-top: 0;
    border-top: none;
}

#instax_business_biz.p-support .s-manual {
    background-color: #001e62;
    color: #ffffff;
}

#instax_business_biz.p-support .manual_link_area {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    #instax_business_biz.p-support .manual_link_area {
        justify-content: left;
    }
}

#instax_business_biz.p-support .manual_link {
    text-align: center;
    width: 100%;
    margin: 12px 0;
}

#instax_business_biz.p-support .manual_link.movie_manual {
    width: 15%;
}

@media only screen and (max-width: 768px) {
    #instax_business_biz.p-support .manual_link.movie_manual {
        width: 25%;
    }
}

#instax_business_biz.p-support .manual_link span {
    display: block;
}

#instax_business_biz.p-support .manual_link .icn {
    display: block;
    width: 100%;
    height: 58px;
    line-height: 58px;
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 45 57"><path fill="%23ffffff" d="M38.1,6.6L31.3,0H0v57h45V13.2L38.1,6.6z M41.8,12.9H31.6V3.1l5.2,5L41.8,12.9z M2,55V2h27.6v12.9H43V55H2z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#instax_business_biz.p-support .manual_link .txt {
    margin-top: 12px;
    line-height: 1.2;
}

@media only screen and (min-width: 769px) {
    #instax_business_biz.p-support .manual_link {
        transition: opacity 0.3s ease;
    }
    #instax_business_biz.p-support .manual_link:hover {
        opacity: 0.6;
    }
}

#instax_business_biz.p-support .tw-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

#instax_business_biz.p-support .tw-relative {
    position: relative;
}

#instax_business_biz.p-support .tw-inline-block {
    display: inline-block;
}

#instax_business_biz.p-support .tw-flex {
    display: flex;
}

#instax_business_biz.p-support .tw-h-full {
    height: 100%;
}

#instax_business_biz.p-support .tw-w-1\/6 {
    width: 16.666667%;
}

#instax_business_biz.p-support .tw-w-1\/3 {
    width: 33.333333%;
}

#instax_business_biz.p-support .tw-w-2\/3 {
    width: 66.666667%;
}

#instax_business_biz.p-support .tw-items-center {
    align-items: center;
}

#instax_business_biz.p-support .tw-overflow-hidden {
    overflow: hidden;
}

#instax_business_biz.p-support .tw-bg-video-background {
    --tw-bg-opacity: 1;
    background-color: rgb(0 14 45/var(--tw-bg-opacity));
}

#instax_business_biz.p-support .tw-text-center {
    text-align: center;
}

#instax_business_biz.p-support .tw-text-right {
    text-align: right;
}

@media screen and (min-width: 768.02px),
print {
    #instax_business_biz.p-support .pc\:tw-hidden {
        display: none;
    }
    #instax_business_biz.p-support .pc\:tw-text-right {
        text-align: right;
    }
}

@media only screen and (max-width: 768px) {
    #instax_business_biz.p-support .s-anchorlink .btn+.btn {
        margin-left: auto;
        margin-right: auto;
    }
    #instax_business_biz.p-support .sp\:tw-inline-block {
        display: inline-block;
    }
    #instax_business_biz.p-support .sp\:tw-hidden {
        display: none;
    }
    #instax_business_biz.p-support .sp\:tw-w-full {
        width: 100%;
    }
    #instax_business_biz.p-support .sp\:tw-whitespace-nowrap {
        white-space: nowrap;
    }
}

#instax_business_biz.p-support svg {
    width: auto;
    height: 1em;
    fill: currentColor;
}

@media only screen and (min-width: 769px) {
    #instax_business_biz.p-support .faq_img_list {
        margin: 0 auto 0.3em;
    }
    #instax_business_biz.p-support .faq_img_box {
        display: inline-block;
        margin: 12px 12px;
    }
}

@media only screen and (max-width: 768px) {
    #instax_business_biz.p-support .faq_img_list {
        margin: 18px auto;
        display: flex;
        flex-wrap: wrap;
    }
    #instax_business_biz.p-support .faq_img_box {
        width: calc(50% - 12px);
    }
    #instax_business_biz.p-support .faq_img_box:nth-of-type(even) {
        margin-left: 12px;
    }
    #instax_business_biz.p-support .faq_img_box:nth-of-type(n+3) {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 768px) {
    #instax_business_biz.p-support .s-manual {
        margin-bottom: 60px;
    }
    #instax_business_biz.p-support .manual_link_area {
        flex-wrap: wrap;
    }
    #instax_business_biz.p-support .manual_link {
        margin: 0;
        width: 25%;
    }
    #instax_business_biz.p-support .manual_link:nth-of-type(n+5) {
        margin-top: 18px;
    }
    #instax_business_biz.p-support .manual_link .icn {
        height: 58px;
        line-height: 58px;
    }
    #instax_business_biz.p-support .manual_link .txt {
        margin-top: 12px;
    }
}

#instax_business_biz.p-terms .term_box {
    margin-top: 1em;
}

#instax_business_biz.p-terms h3 {
    font-size: 17px;
}

#instax_business_biz.p-terms h4 {
    font-weight: bold;
    margin-top: 0.5em;
}

.faq_img_list_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

.faq_img_box_2 {
    width: calc(50% - 30px);
    padding: 0 15px;
    margin: 15px auto;
}

.faq_img_text {
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.faq_img_text span{
    font-size: 15px;
}

.Faq__Answer span.caution{
    font-size: 12px;
    line-height: 1rem;
    margin-left:0;
}

@media only screen and (min-width: 769px) and (max-width: 1090px) {
    .faq_img_text {
        height: 100px;
        margin-bottom: 15px;
    }
    .faq_img_text span {
        line-height: 1.3em;
    }
}

@media only screen and (max-width: 768px) {
    .faq_img_box_2 {
        width: 100%;
        margin: 10px auto;
    }
    .faq_img_text {
        align-items: flex-end;
        margin-bottom: 15px;
    }
    .faq_img_text span{
        font-size: 13px;
    }
}

span.lamp_box{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: #656565 1px solid;
    margin: 0 10px;
}

@media only screen and (max-width: 768px) {
    span.lamp_box{
        width: 12px;
        height: 12px;
        margin: 0 5px;
    }
}


#instax_business_biz table.terms_table {
    border-collapse: collapse;
    border: #001e62 solid 2px;
  }

  #instax_business_biz table.terms_table td {
    border: #001e62 solid 1px;
  }
  #instax_business_biz table.terms_table th{
    border: #001e62 solid;
    border-width:1px 1px 2px 1px;
  }


  .teaser-image-box{
    width: 50%!important;
}

.teaser-image{
    max-width: 50%!important;
}

@media only screen and (max-width: 768px) {
    .teaser-image-box{
        width: 90%!important;
    }
    .teaser-image{
        max-width: 70%!important;
    }
}