.ly_toTop .el_btn_pageTop::before {
  border-color: #FF8026;
}

#instax_business_biz {
  width: 100%;
  overflow: hidden;
  color: #001e62;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.65;
  font-size: 16px;
  position: relative;
  z-index: 100;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #instax_business_biz {
    border-top: 1px solid #eeeeee;
  }
}
#instax_business_biz .btn {
  border: 0;
  font-size: 16px;
  height: auto;
  letter-spacing: 0;
  box-sizing: border-box;
}
#instax_business_biz table {
  border-collapse: inherit;
}

#instax_business_biz .sp_show {
  display: none;
}
@media only screen and (max-width: 768px) {
  #instax_business_biz {
    font-size: 14px;
    margin-bottom: 40px;
  }
  #instax_business_biz .pc_show {
    display: none;
  }
  #instax_business_biz .sp_show {
    display: block;
  }
}
#instax_business_biz .l-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 42px;
  box-sizing: border-box;
}
#instax_business_biz .l-content.size_01 {
  max-width: 1100px;
}
@media only screen and (max-width: 768px) {
  #instax_business_biz .l-content {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 769px) {
  #instax_business_biz .l-flex {
    display: flex;
  }
  #instax_business_biz .l-flex .l-flex_box {
    width: 100%;
  }
}
#instax_business_biz a {
  text-decoration: none;
  color: #FF8026;
}
#instax_business_biz img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#instax_business_biz .nav_area {
  position: relative;
  z-index: 60;
}
@media only screen and (min-width: 769px) {
  #instax_business_biz .nav_area.fixed {
    height: 80px;
  }
  #instax_business_biz .nav_area.fixed .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
#instax_business_biz .nav ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  background: #001e62;
  justify-content: center;
  font-weight: bold;
  padding: 0 150px;
}

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

#instax_business_biz .nav ul .nav_language_area {
  padding: 0 0 20px;
}
#instax_business_biz .nav ul .language_btn {
  background-color: #fff;
  margin: 0 auto;
}
#instax_business_biz .nav .nav_btn {
  display: block;
  padding: 15px;
  color: #FF8026;
  position: relative;
}

@media only screen and (max-width: 949px) {
  #instax_business_biz .nav .nav_btn {
    padding: 10px 18px;
  }
}

#instax_business_biz .nav .nav_btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 40px;
  margin: 0 auto;
  background: #FF8026;
  transition: transform 0.3s ease;
  transform: scale(0);
}
@media only screen and (min-width: 769px) {
  #instax_business_biz .nav .nav_btn.current::after, #instax_business_biz .nav .nav_btn:hover::after {
    transform: scale(1);
  }
}
#instax_business_biz .nav .nav_language_area {
  position: relative;
  z-index: 2;
}
#instax_business_biz .nav .language_area {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
}
#instax_business_biz .nav .language_area a {
  padding: 8px 16px;
}
@media only screen and (max-width: 768px) {
  #instax_business_biz .nav {
    position: fixed;
    top: 0;
    left: 0;
  }
  #instax_business_biz .nav ul {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    text-align: center;
    padding-top: 112px;
    font-size: 14px;
    z-index: 1;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  #instax_business_biz .nav .nav_btn {
    padding: 8px;
    font-size: 17px;
  }
  #instax_business_biz .nav .language_area {
    top: 46px;
  }
  #instax_business_biz .nav.open .nav_menu_icn {
    background-color: transparent;
  }
  #instax_business_biz .nav.open .nav_menu_icn::before {
    top: 0;
    transform: rotate(45deg);
  }
  #instax_business_biz .nav.open .nav_menu_icn::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  #instax_business_biz .nav.open ul {
    transform: translateX(0%);
  }
}
#instax_business_biz .nav_menu_btn {
  display: none;
  position: fixed;
  left: 0;
  bottom: 32px;
  height: 50px;
  width: 50px;
  background-color: #001e62;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #instax_business_biz .nav_menu_btn {
    display: block;
  }
}
#instax_business_biz .nav_menu_icn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background-color: #FF8026;
}
#instax_business_biz .nav_menu_icn::before, #instax_business_biz .nav_menu_icn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #FF8026;
  transform-origin: center;
  transition: transform 0.5s ease;
}
#instax_business_biz .nav_menu_icn::before {
  top: -16px;
}
#instax_business_biz .nav_menu_icn::after {
  bottom: -16px;
}
#instax_business_biz .main_content {
  margin-top: 70px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #instax_business_biz .main_content {
    margin-top: 40px;
  }
}
#instax_business_biz section {
  margin: 120px 0;
}
#instax_business_biz section.type01 {
  margin: 0;
  padding: 50px 0;
}
#instax_business_biz h2 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 33px;
}
#instax_business_biz h3 {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #instax_business_biz h2 {
    font-size: 27.5px;
    margin-bottom: 18px;
  }
  #instax_business_biz h3 {
    font-size: 21px;
  }
  #instax_business_biz section {
    margin: 72px 0;
  }
  #instax_business_biz section.type01 {
    padding: 20px 0;
  }
}
#instax_business_biz ul.type_normal, #instax_business_biz ol.type_normal {
  margin-left: 2em;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #instax_business_biz ul.type_normal, #instax_business_biz ol.type_normal {
    font-size: 14px;
  }
}
#instax_business_biz ul.type_normal {
  list-style: disc;
}
#instax_business_biz ol.type_normal {
  list-style: decimal;
}
#instax_business_biz .point_txt {
  color: #FF8026;
}
#instax_business_biz .coution_txt {
  font-size: 11px;
}
@media only screen and (max-width: 768px) {
  #instax_business_biz .coution_txt {
    font-size: 10px;
  }
}
#instax_business_biz .txt_r {
  text-align: right;
}
#instax_business_biz .txt_l {
  text-align: left;
}
#instax_business_biz .txt_c {
  text-align: center;
}
#instax_business_biz .txt_bold {
  font-weight: bold;
}
#instax_business_biz .txt_italic {
  font-style: italic;
}
#instax_business_biz .txt_indent {
  padding-left: 0.5em;
}
#instax_business_biz .txt_ul {
  text-decoration: underline;
}
#instax_business_biz .btn_area {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  #instax_business_biz .btn_area {
    display: flex;
    justify-content: center;
  }
}
#instax_business_biz .btn {
  display: block;
  position: relative;
  min-width: 300px;
  text-align: center;
  color: #ffffff;
  background: #001e62;
  margin: 0 auto;
  padding: 10px 30px;
  padding-right: 40px;
  font-weight: bold;
}
#instax_business_biz .btn + .btn {
  margin-left: 40px;
}
#instax_business_biz .btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 7px;
  height: 100%;
  background: center/100% auto url(../img/icn_btn.svg) no-repeat;
  transition: transform 0.3s ease;
}
#instax_business_biz .btn::after {
  display: none;
}

#instax_business_biz .s-anchorlink .btn{
  min-width: 60%;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 769px) {
  #instax_business_biz .btn:hover::before {
    transform: translateX(5px);
  }
}
@media only screen and (max-width: 768px) {
  #instax_business_biz .btn_area {
    margin-top: 25px;
  }
  #instax_business_biz .btn {
    min-width: 65vw;
    max-width: 85vw;
    line-height: 1.5;
    padding: 8px 32px;
  }
  #instax_business_biz .btn + .btn {
    margin-left: 0;
    margin-top: 15px;
  }
  #instax_business_biz .btn::before {
    right: 16px;
    width: 7px;
  }

  #instax_business_biz .s-anchorlink .btn{
    min-width: 100%;
  }
}
#instax_business_biz table {
  border-spacing: 8px;
  width: 100%;
  text-align: center;
}
#instax_business_biz th, #instax_business_biz td {
  border: none;
  vertical-align: middle;
}
#instax_business_biz th {
  color: #ffffff;
  padding: 12px 10px;
}
#instax_business_biz td {
  padding: 18px 24px;
  background-color: #fff;
}
#instax_business_biz thead {
  font-size: 18px;
}
#instax_business_biz thead th {
  width: 50%;
  color: #ffffff;
  background-color: #001e62;
}
#instax_business_biz thead .type01 {
  vertical-align: top;
  padding: 0;
}
#instax_business_biz thead .ttl {
  padding: 8px 0;
  font-weight: bold;
  color: #ffffff;
  background-color: #40c3c3;
}
#instax_business_biz thead img {
  margin: 20px auto;
}
#instax_business_biz tbody th {
  color: #001e62;
  background-color: #FF8026;
}
@media only screen and (max-width: 768px) {
  #instax_business_biz table {
    font-size: 10.5px;
    border-spacing: 5px;
  }
  #instax_business_biz thead {
    font-size: 12px;
  }
  #instax_business_biz th {
    padding: 6px 5px;
  }
  #instax_business_biz td {
    padding: 6px 12px;
  }
  #instax_business_biz thead {
    font-size: 12px;
  }
  #instax_business_biz thead .ttl {
    padding: 4px 0;
  }
  #instax_business_biz thead img {
    margin: 12px auto;
  }
}
#instax_business_biz .main_visual {
  position: relative;
}
#instax_business_biz .language_btn_area {
  position: absolute;
  top: 0;
  right: 20px;
}
#instax_business_biz .language_btn {
  display: flex;
  color: #FF8026;
  background: #001e62;
  padding: 15px 10px;
  width: 110px;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  justify-content: space-between;
  transition: background-color 0.3s ease;
}
@media only screen and (min-width: 769px) {
  #instax_business_biz .language_btn:hover {
    background-color: #001649;
  }
}
#instax_business_biz .language_btn::after {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border: solid 5px;
  transform: translateY(25%);
  border-color: #FF8026 transparent transparent transparent;
}
#instax_business_biz .language_btn.open::after {
  transform: translateY(-25%) rotate(180deg);
}
#instax_business_biz .language_area {
  display: none;
  background: #001e62;
}
#instax_business_biz .language_area a {
  color: #ffffff;
  display: block;
  padding: 4px 16px;
  transition: background-color 0.3s ease;
}
@media only screen and (min-width: 769px) {
  #instax_business_biz .language_area a:hover {
    background-color: #001649;
  }
}
@media only screen and (max-width: 768px) {
  #instax_business_biz .language_btn {
    padding: 12px 24px;
    padding-right: 15px;
    width: 140px;
    font-size: 13px;
  }
  #instax_business_biz .language_btn::after {
    border-width: 4px;
  }
}
#instax_business_biz .page_link {
  display: flex;
  justify-content: center;
}
#instax_business_biz .page_link .link_btn {
  color: #001e62;
  font-weight: bold;
  display: flex;
  align-items: center;
  border: 2px solid;
  flex: 0 1 372px;
  width: 33.33%;
  height: 112px;
  padding: 0 20px;
  padding-right: 50px;
  position: relative;
  font-size: 20px;
  line-height: 1.35;
}
#instax_business_biz .page_link .link_btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background: center url(../img/icn_arrow.svg) no-repeat;
  transition: transform 0.3s ease;
}
#instax_business_biz .page_link .link_btn + .link_btn {
  margin-left: 40px;
}
#instax_business_biz .page_link .link_btn .icn {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  border: 2px solid;
  flex: 0 0 auto;
}
#instax_business_biz .page_link .link_btn .icn img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  #instax_business_biz .page_link .link_btn:hover::after {
    transform: translateX(6px);
  }
}
@media only screen and (max-width: 768px) {
  #instax_business_biz .page_link {
    display: block;
    padding: 0 40px;
  }
  #instax_business_biz .page_link .link_btn {
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
    height: 88px;
    padding: 0 20px;
    padding-right: 45px;
    font-size: 16px;
  }
  #instax_business_biz .page_link .link_btn::after {
    right: 20px;
    width: 18px;
    height: 18px;
    background-size: contain;
  }
  #instax_business_biz .page_link .link_btn + .link_btn {
    margin-left: 0;
    margin-top: 20px;
  }
  #instax_business_biz .page_link .link_btn .icn {
    width: 36px;
    height: 36px;
    margin-right: 14px;
  }
}
@media only screen and (min-width: 769px) {
  #instax_business_biz .s-contact {
    padding-top: 80px;
  }
}
#instax_business_biz .contact_inr {
  width: calc(100% - 84px);
  box-sizing: border-box;
  padding: 42px 0;
  margin: 0 auto;
  background-color: #001e62;
  color: #ffffff;
  text-align: center;
}
#instax_business_biz .contact_inr h2 {
  color: #FF8026;
}
#instax_business_biz .contact_inr a {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  #instax_business_biz .contact_inr {
    width: calc(100% - 48px);
    padding: 28px 0;
    margin: 40px auto 0;
  }
  #instax_business_biz .contact_inr a {
    margin-top: 8px;
  }
}
#instax_business_biz .a-inview {
  /* animation */
  transition: opacity 0.55s ease, transform 0.55s ease;
}
#instax_business_biz .a-inview.fade {
  opacity: 0;
}
#instax_business_biz .a-inview.top {
  transform: translateY(8%);
}
#instax_business_biz .a-inview.bottom {
  transform: translateY(-8%);
}
#instax_business_biz .a-inview.right {
  transform: translateX(8%);
}
#instax_business_biz .a-inview.left {
  transform: translateX(-8%);
}
#instax_business_biz .a-inview.on {
  opacity: 1;
  transform: translate(0, 0);
}
#instax_business_biz .a-inview.delay_1 {
  transition-delay: 0.25s;
}
#instax_business_biz .a-inview.delay_2 {
  transition-delay: 0.5s;
}
#instax_business_biz .a-inview.delay_3 {
  transition-delay: 0.75s;
}
#instax_business_biz .a-inview.delay_4 {
  transition-delay: 1s;
}
@media only screen and (min-width: 769px) {
  #instax_business_biz .a-inview.pc_delay_1 {
    transition-delay: 0.25s;
  }
  #instax_business_biz .a-inview.pc_delay_2 {
    transition-delay: 0.5s;
  }
  #instax_business_biz .a-inview.pc_delay_3 {
    transition-delay: 0.75s;
  }
  #instax_business_biz .a-inview.pc_delay_4 {
    transition-delay: 1s;
  }
}

/* utility */
#instax_business_biz .font_size-small {  font-size: 1.2rem;}
#instax_business_biz .font_size-50 {  font-size: 50%;}
#instax_business_biz .font_size-80 {  font-size: 80%;}
#instax_business_biz .font_size-90 {  font-size: 90%;}

#instax_business_biz .m-5 {  margin: 5px;}
#instax_business_biz .mtb-5 {  margin: 5px auto;}
#instax_business_biz .mrl-5 {  margin: 0 5px;}
#instax_business_biz .p-5 {  padding: 5px;}
#instax_business_biz .ptb-5 {  padding: 5px 0;}
#instax_business_biz .prl-5 {  padding: 0 5px;}
#instax_business_biz .m-10 {  margin: 10px;}
#instax_business_biz .mtb-10 {  margin: 10px auto;}
#instax_business_biz .mrl-10 {  margin: 0 10px;}
#instax_business_biz .p-10 {  padding: 10px;}
#instax_business_biz .ptb-10 {  padding: 10px 0;}
#instax_business_biz .prl-10 {  padding: 0 10px;}
#instax_business_biz .m-15 {  margin: 15px;}
#instax_business_biz .mtb-15 {  margin: 15px auto;}
#instax_business_biz .mrl-15 {  margin: 0 15px;}
#instax_business_biz .p-15 {  padding: 15px;}
#instax_business_biz .ptb-15 {  padding: 15px 0;}
#instax_business_biz .prl-15 {  padding: 0 15px;}
#instax_business_biz .m-20 {  margin: 20px;}
#instax_business_biz .mtb-20 {  margin: 20px auto;}
#instax_business_biz .mrl-20 {  margin: 0 20px;}
#instax_business_biz .p-20 {  padding: 20px;}
#instax_business_biz .ptb-20 {  padding: 20px 0;}
#instax_business_biz .prl-20 {  padding: 0 20px;}


#pagetop{
  z-index: 100!important;
}

@media only screen and (max-width: 768px) {
  #pagetop{
    z-index: 58!important;
  }
}
