@charset "UTF-8";
/* reset/default
==================================== */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  letter-spacing: 0;
  font: inherit;
  vertical-align: baseline;
  color: #333;
  box-sizing: border-box;
  list-style: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

*:has(> picture) {
  font-size: 0;
}

body {
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

img {
  height: auto;
}

#suntory_contents {
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  color: #011A5D;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

button:hover {
  cursor: pointer;
}

#suntoryCommonHeader::after {
  z-index: 99;
}

/* 
common
======================================================================== */
.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.sp-show {
  display: none;
}

/* 
#suntorySubCommonHd
======================================================================== */
#suntorySubCommonHd {
  width: 100%;
  background-color: #fff;
  font-size: 0;
  position: relative;
  z-index: 98;
}

#suntorySubCommonHd a {
  font-size: 1rem; /* 16px */
  font-weight: bold;
}

#suntorySubCommonHd_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1204px;
  margin: 0 auto;
  padding: 20px 20px 17px;
  transition: 0.2s;
}

.suntorySubCommonHd_logo {
  width: 188px;
}

#suntorySubCommonHd .suntorySubCommonHd_logo a {
  display: block;
  font-size: 0;
}

.suntorySubCommonHd_logo img {
  width: 100%;
}

.suntorySubCommonHd_logo .fixed_text {
  display: none;
}

#suntorySubCommonHd_sp_menu_btn {
  display: none;
}

/* 
suntorySubCommonHd_menu
-------------------------------------------------- */
#suntorySubCommonHd_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 60px;
  flex: 1;
}

/* 
suntorySubCommonHd_menu_button
-------------------------------------------------- */
.suntorySubCommonHd_menu_button {
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: cubic-bezier(0, 0.7, 0.4, 1) 0.3s;
}

.suntorySubCommonHd_menu_button_item {
  display: inline-block;
  width: 216px;
  text-align: center;
}

.suntorySubCommonHd_menu_button_item.contents_button > a {
  min-height: auto;
  padding: 4px;
  border-radius: 9999px;
  line-height: 1.5;
}

.suntorySubCommonHd_menu_button_item + .suntorySubCommonHd_menu_button_item {
  margin-left: 16px;
}

/* 
suntorySubCommonHd_menu_list
-------------------------------------------------- */
.suntorySubCommonHd_menu_list {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  transition: 0.2s;
}

.suntorySubCommonHd_menu_list_item {
  display: inline-block;
  padding: 0px 12.82%;
  border-right: 2px solid #D9D9D9;
}

.suntorySubCommonHd_menu_list_item:first-of-type {
  padding-left: 0;
}

.suntorySubCommonHd_menu_list_item:last-of-type {
  padding-right: 0;
  border-right: none;
}

.suntorySubCommonHd_menu_list_item.home {
  display: none;
}

.suntorySubCommonHd_menu_list_item > a {
  padding: 20px 0;
}

.suntorySubCommonHd_menu_list_item a:hover {
  text-decoration-thickness: 2px;
}

.suntorySubCommonHd_menu_list_item.hasDropdown > a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 11px;
  border-radius: 50%;
  background: url(/softdrink/jihanki/common/img/ico_arrow_navy.svg) no-repeat center/contain;
  vertical-align: middle;
  transform: rotate(90deg);
  transition: 0.3s;
}

/* 
suntorySubCommonHd_menu_dropdown
-------------------------------------------------- */
.suntorySubCommonHd_menu_dropdown {
  display: none;
  border-top: 17px solid #fff;
  position: absolute;
  top: calc(100% - 17px);
  left: 0;
  width: 100%;
  background: #EEFAFC;
  animation: menu_dropdown_fadeOut 0.3s;
  animation-fill-mode: both;
  z-index: 2147483647;
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.14);
}

.suntorySubCommonHd_menu_list_item.hasDropdown.menu_active .suntorySubCommonHd_menu_dropdown {
  animation: menu_dropdown_fadeIn 0.8s;
  animation-fill-mode: both;
}

@keyframes menu_dropdown_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu_dropdown_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.suntorySubCommonHd_menu_list_item.hasDropdown.menu_active > a::after {
  transform: rotate(-90deg);
}

.suntorySubCommonHd_menu_dropdown_inner {
  padding: 40px 20px;
  text-align: left;
}

.suntorySubCommonHd_menu_dropdown_list {
  max-width: 1164px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 54px;
}

.suntorySubCommonHd_menu_dropdown_list_item a:hover {
  text-decoration: none;
}

.suntorySubCommonHd_menu_dropdown_list_item_img img {
  width: 100%;
  border-radius: 10px;
}

a:hover .suntorySubCommonHd_menu_dropdown_list_item_img img {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}

.suntorySubCommonHd_menu_dropdown_list_item_text {
  margin-top: 16px;
}

.suntorySubCommonHd_menu_dropdown_list_item_text .sub {
  display: block;
  color: #011A5D;
  font-size: 0.75rem; /* 12px */
  line-height: 1.2;
}

.suntorySubCommonHd_menu_dropdown_list_item_text .arrow {
  display: inline-block;
  padding-right: 25px;
  position: relative;
}

.suntorySubCommonHd_menu_dropdown_list_item_text .arrow::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/softdrink/jihanki/common/img/ico_arrow_navy.svg) center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.suntorySubCommonHd_menu_dropdown_list_item a:hover .arrow {
  color: #011A5D;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.1em;
}

.suntorySubCommonHd_menu_dropdown_head_close {
  margin-top: 40px;
  text-align: center;
}

.suntorySubCommonHd_menu_dropdown_head_close_btn {
  padding-left: 24px;
  background: none;
  font-size: 1rem; /* 16px */
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

.suntorySubCommonHd_menu_dropdown_head_close_btn:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.1em;
}

.suntorySubCommonHd_menu_dropdown_head_close_line {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
}

.suntorySubCommonHd_menu_dropdown_head_close_line::before,
.suntorySubCommonHd_menu_dropdown_head_close_line::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: left top;
}

.suntorySubCommonHd_menu_dropdown_head_close_line::after {
  transform: rotate(-45deg) translate(-50%, -50%);
}

#suntorySubCommonHd_menu > .suntorySubCommonHd_menu_dropdown_head_close {
  display: none;
}

/* 
fixed
-------------------------------------------------- */
#suntorySubCommonHd.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
}

#suntorySubCommonHd.fixed #suntorySubCommonHd_in {
  padding: 13px 20px 12px;
}

#suntorySubCommonHd.fixed .suntorySubCommonHd_logo img {
  display: none;
}

#suntorySubCommonHd.fixed .suntorySubCommonHd_logo .fixed_text {
  display: block;
  text-align: center;
  font-size: 1rem;
}

#suntorySubCommonHd.fixed .suntorySubCommonHd_menu_list_item.hasDropdown:nth-child(2) {
  border-left: 2px solid #D9D9D9;
}

#suntorySubCommonHd.fixed .suntorySubCommonHd_menu_dropdown {
  border-top-width: 12px;
  top: calc(100% - 12px);
}

/* 
type_simple
-------------------------------------------------- */
#suntorySubCommonHd.type_simple {
  box-shadow: 0 3px 15px 0 rgba(94, 94, 94, 0.16);
  position: relative;
}

/* 
#suntorySubCommonFt
======================================================================== */
#suntorySubCommonFooter {
  border-top: 9px solid #040001;
  position: relative;
}

#suntorySubCommonFooter::before {
  content: "";
  display: inline-block;
  width: 703px;
  height: 41px;
  background: url(/softdrink/jihanki/common/img/bg_footer.png) top center no-repeat;
  position: absolute;
  top: -49px;
  left: 50%;
  transform: translateX(-50%);
}

#suntorySubCommonFt {
  border-top: 84px solid #011761;
  background: #CEEEF7;
  font-size: 0;
}

.suntorySubCommonFt_buttons {
  padding: 48px 0;
  background-color: #087CC6;
}

.suntorySubCommonFt_buttons .column_2col {
  justify-content: center;
}

.suntorySubCommonFt_buttons .contents_button a {
  width: min(564px, 100%);
  padding: 32px 20px;
  font-size: 1.875rem; /* 30px */
}

#suntorySubCommonFt_in {
  display: flex;
  gap: 3.426%;
  max-width: 1204px;
  margin: 0 auto;
  padding: 38px 20px 50px;
}

.suntorySubCommonFt_links {
  min-width: 22.43%;
}

.suntorySubCommonFt_links_title a {
  font-size: 1.125rem; /* 18px */
  font-weight: bold;
}

.suntorySubCommonFt_links_wrap {
  margin-top: 15px;
}

.suntorySubCommonFt_links_list_item + .suntorySubCommonFt_links_list_item {
  margin-top: 10px;
}

.suntorySubCommonFt_links_list_item a {
  font-size: 0.875rem; /* 14px */
  line-height: 1.5;
}

.suntorySubCommonFt_links_list_item .sub {
  font-size: 0.6875rem; /* 11px */
}

#pagetop {
  width: 88px;
  height: 88px;
  background: none;
  opacity: 0;
  transition: 0.2s;
  cursor: pointer;
  position: fixed;
  right: calc((100% - 1164px) / 2 - 15px);
  bottom: 20px;
  z-index: 2;
}

.pagetop_inner {
  position: relative;
}

.pagetop_inner::before {
  content: "";
  width: 32px;
  height: 18px;
  background: url(/softdrink/jihanki/common/img/ico_page_top_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

#pagetop:hover .pagetop_inner::before {
  transform: translate(-50%, calc(-50% - 5px));
}

#pagetop img {
  width: 100%;
}

/* 
fixed_buttons
======================================================================== */
.fixed_buttons {
  display: none;
  font-size: 0;
  transform-origin: top right;
  animation: fixed_buttons_fadeOut 0.3s both;
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 5;
}

.fixed_buttons.active {
  animation: fixed_buttons_fadeIn 0.3s both;
}

@keyframes fixed_buttons_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fixed_buttons_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fixed_buttons .button + .button {
  margin-top: 10px;
}

.fixed_buttons .button > a {
  display: flex;
  align-items: center;
  min-width: 76px;
  border-radius: 20px 0 0 20px;
  font-size: 1.125rem; /* 18px */
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}

.fixed_buttons .button > a:hover {
  text-decoration: none;
  transition: 0.4s;
}

.fixed_buttons .button.faq > a {
  padding: 15px 5px;
  border: 3px solid #EAEFF3;
  background-color: #EAEFF3;
  color: #333;
}

.fixed_buttons .button.contact > a {
  padding: 23px 5px 24px;
  border: 3px solid #011A5D;
  background-color: #011A5D;
  color: #fff;
}

.fixed_buttons .button.faq > a:hover {
  background-color: #fff;
}

.fixed_buttons .button.contact > a:hover {
  background-color: #fff;
  color: #011A5D;
}

/* 
breadcrumbs
======================================================================== */
#breadcrumbs {
  background-color: #F2F2F2;
  position: relative;
  z-index: 1;
}

.breadcrumbs_list {
  display: flex;
  max-width: 1204px;
  margin: 0 auto;
  padding: 4px 20px;
  overflow-x: scroll;
}

.breadcrumbs_list::-webkit-scrollbar {
  display: none;
}

.breadcrumbs_list_item + .breadcrumbs_list_item {
  margin-left: 16px;
  padding-left: 21px;
  position: relative;
}

.breadcrumbs_list_item + .breadcrumbs_list_item::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  background: url(/softdrink/jihanki/common/img/ico_arrow_navy_02.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.breadcrumbs_list_item a {
  color: #011A5D;
  font-size: 0.875rem; /* 14px */
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
}

#breadcrumbs_sp {
  display: none;
}

/* 
contents_wrap
======================================================================== */
.contents_wrap {
  max-width: 1204px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 
heading
======================================================================== */
.heading_type1 .heading_text {
  font-size: 3.125rem; /* 50px */
  font-weight: bold;
  line-height: 1.8;
}

.heading_type2 .heading_text {
  font-size: 2.5rem; /* 40px */
  font-weight: bold;
  line-height: 1.65;
}

.heading_type3 .heading_text {
  color: #087CC6;
  font-size: 1.75rem; /* 28px */
  font-weight: bold;
  line-height: 1.5;
}

.heading_type3 .heading_text sup {
  display: inline-block;
  padding: 1px 0 0 1px;
  color: #087CC6;
  font-size: 45%;
  font-weight: bold;
  vertical-align: super;
}

.heading_type_box {
  padding: 9px 20px;
  background-color: #0468BF;
}

.heading_type_box .heading_text {
  color: #fff;
}

/* 
contents_text
======================================================================== */
.contents_text {
  font-size: 1rem; /* 16px */
  line-height: 1.625;
}

.contents_text a {
  color: #1476CB;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  text-decoration-thickness: 1px;
}

.contents_text a:hover {
  text-decoration: none;
}

/* 
caution_list
======================================================================== */
.caution_list_item {
  font-size: 1.125rem; /* 18px */
  line-height: 1.777;
  padding-left: 1em;
  text-indent: -1em;
}

.caution_list_item::before {
  content: "※";
}

.caution_list_text {
  display: inline;
}

/* 
column
======================================================================== */
.column_item_img img {
  width: 100%;
}

/* 
column_2col
-------------------------------------------------- */
.column_2col {
  display: flex;
  gap: 36px;
}

.column_2col.gap_0 {
  gap: 0;
}

.column_2col .column_item {
  flex: 1;
}

.column_2col.align_center {
  align-items: center;
}

.column_2col.type_heading {
  align-items: center;
  gap: 10px;
}

.column_2col.type_heading .column_item {
  flex: auto;
}

/* 
column_3col
-------------------------------------------------- */
.column_3col {
  display: flex;
  gap: 21px;
}

.column_3col .column_item {
  flex: 1;
}

.column_3col.type_01 .column_item .column_item_img {
  border-radius: 10px;
  overflow: hidden;
}

.column_3col.type_01 .column_item > a:hover .column_item_img {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}

.column_3col.type_01 .column_item_text {
  margin-top: 15px;
  font-size: 1.25rem; /* 20px */
  font-weight: bold;
}

.column_3col.type_01 .column_item > a:hover .column_item_text {
  color: #011A5D;
}

/* 
column_4col
-------------------------------------------------- */
.column_4col {
  display: flex;
  gap: 20px;
}

.column_4col .column_item {
  width: calc((100% - 60px) / 4);
}

.column_4col.type_01 .column_item .column_item_img {
  border-radius: 10px;
  overflow: hidden;
}

.column_4col.type_01 .column_item > a:hover .column_item_img {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}

.column_4col.type_01 .column_item_text {
  margin-top: 15px;
  font-size: 1.25rem; /* 20px */
  font-weight: bold;
}

.column_4col.type_01 .column_item > a:hover .column_item_text {
  color: #011A5D;
}

/* 
column_support
-------------------------------------------------- */
.column_wrapper {
  background-color: #DEF3F9;
  border-radius: 80px;
  margin-top: 80px;
  padding: 100px 32px 48px;
  position: relative;
}
.column_wrapper .no1::before {
  position: absolute;
  z-index: 2;
  content: url(../img/img_no01.png);
  top: -35px;
  left: 32px;
}
.column_wrapper .no2::before {
  position: absolute;
  z-index: 2;
  content: url(../img/img_no02.png);
  top: -35px;
  left: 32px;
}

.column_support {
  gap: 52px;
  margin-top: -30px;
}
.column_support_item > a:hover {
  text-decoration: none;
  transition: 0.3s;
  box-shadow: none;
  filter: drop-shadow(0 3px 15px rgba(0, 0, 0, 0.16));
}
.column_support_item > a .column_item.img_area {
  flex: none;
  width: 49.642%;
  border-radius: 30px 0 0 30px;
}
.column_support_item > a .column_item.img_area img {
  width: 100%;
  border-radius: 30px 0 0 30px;
}
.column_support_item > a .column_item.text_area {
  flex: none;
  width: 50.358%;
  padding: 5.398% 4.677% 10px;
  background: #fff;
  text-align: center;
  border-radius: 0 30px 30px 0;
  padding: 0 0 15px 0;
}
.column_support_item > a .column_item.text_area .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}
.column_support_item > a .column_item.text_area .logo img {
  max-width: 168px;
  width: 100%;
}
.column_support_item > a .label_text {
  font-size: 1.125rem; /* 18px */
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background-color: #5BC2DC;
  color: #fff;
  border-radius: 0 30px 0 0;
  padding: 12px 13px 11px;
}
.column_support_item > a .contents_text {
  font-size: 1rem;
}

/*
section
======================================================================== */
.bg_section {
  padding: 90px 0 80px;
  border-radius: 100px 0 0 0;
}

.bg_lblue {
  background-color: #EEFAFC;
}

.bg_gray {
  background-color: #EAEFF3;
}

/* 
contents_button
======================================================================== */
.contents_button a,
.contents_button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(440px, 100%);
  min-height: 70px;
  margin: 0 auto;
  padding: 4px 15px;
  border: 2px solid #011A5D;
  border-radius: 9999px;
  font-size: 1.5rem; /* 24px */
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.contents_button a:hover {
  transition: 0.2s;
  text-decoration: none;
}

.contents_button.button_type01 a,
.contents_button.button_type01 button {
  border-color: #011A5D;
  background: #fff;
  color: #011A5D;
}

.contents_button.button_type01 a:hover,
.contents_button.button_type01 button:hover {
  background-color: #0468BF;
  color: #fff;
}

.contents_button.button_type02 a {
  background: #EAEFF3;
  border-color: #EAEFF3;
  color: #333;
}

.contents_button.button_type02 a:hover {
  background-color: #fff;
}

.contents_button.button_type03 a {
  background: #011A5D;
  border-color: #011A5D;
  color: #fff;
}

.contents_button.button_type03 a:hover {
  background: #fff;
  color: #011A5D;
}

.contents_button.small a {
  display: inline-flex;
  width: min(139px, 100%);
  min-height: 56px;
  /* padding: 4px 35px 4px 27px; 矢印有の場合*/
  padding: 4px 10px;
  color: #333;
  font-size: 1.25rem; /* 20px */
  position: relative;
}

.contents_button.small.w_auto a {
  width: auto;
}

/* .contents_button.small a::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url(/softdrink/jihanki/common/img/ico_arrow_navy_02.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
}
.contents_button.small a:hover::after {
    background-image: url(/softdrink/jihanki/common/img/ico_arrow_white.svg);
} */
.contents_button.wide a {
  width: min(608px, 100%);
}

.contents_button.pc_left a {
  margin: 0;
}

.contents_button.font_small a {
  font-size: 1.375rem; /* 22px */
}

.contents_button.type_blank a {
  padding: 4px 40px;
  position: relative;
}

.contents_button.type_blank a::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/softdrink/jihanki/common/img/ico_blank_navy.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}

.contents_button.type_blank a:hover::after {
  background-image: url(/softdrink/jihanki/common/img/ico_blank_white.svg);
}

/* 
contents_img
======================================================================== */
.contents_img:not(.w_auto) img {
  width: 100%;
}

.contents_img.w_auto img {
  max-width: 100%;
}

/* 
arrow_link
======================================================================== */
.arrow_link a {
  display: inline-block;
  padding-right: 31px;
  font-size: 1.25rem; /* 20px */
  font-weight: bold;
  position: relative;
}

.arrow_link a::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(/softdrink/jihanki/common/img/ico_arrow_lblue.svg) no-repeat top center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* 
lineup_slide
======================================================================== */
.lineup_slide {
  margin-top: 36px;
}

.lineup_slide.swiper {
  overflow: visible;
}

.lineup_slide .swiper-button-next,
.lineup_slide .swiper-button-prev {
  width: 64px;
  height: 64px;
  background: url(/softdrink/jihanki/common/img/ico_slide_arrow_02.svg) no-repeat center/contain;
}

.lineup_slide .swiper-button-prev {
  transform: rotate(180deg);
}

.lineup_slide .swiper-button-disabled {
  display: none;
}

.lineup_slide .swiper-button-next::after,
.lineup_slide .swiper-button-prev::after {
  content: none;
}

.lineup_slide .lineup_slide_inner {
  display: flex;
}

.lineup_slide .lineup_slide_item {
  width: 259px !important;
  height: 259px;
  padding: 16px 8px 26px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

.lineup_slide .lineup_slide_item .arrow_link {
  margin-top: 8px;
}

.lineup_slide .lineup_slide_item .arrow_link a {
  padding-right: 27px;
  font-size: 1.5rem; /* 24px */
}

.lineup_slide .lineup_slide_item .arrow_link a::after {
  width: 17px;
  height: 17px;
}

/* 
.step_list
======================================================================== */
.step_list {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
}

.step_list_item {
  width: 20.619%;
  text-align: center;
}

.step_list_step {
  color: #0468BF;
  font-size: 1.25rem; /* 20px */
  font-weight: bold;
  font-family: "roboto", sans-serif;
}

.step_list_step .num {
  color: #0468BF;
  font-size: 1.875rem; /* 30px */
  font-family: "roboto", sans-serif;
}

.step_list_img {
  margin-top: 17px;
  position: relative;
}

.step_list_img::before {
  content: "";
  width: 100%;
  height: 18px;
  background-color: #EAEFF3;
  position: absolute;
  top: 50%;
  left: -99%;
  transform: translateY(-50%);
}

.step_list_item:first-of-type .step_list_img::before {
  content: none;
}

.step_list_img img {
  width: 100%;
  border: 11px solid #DEF3F9;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.step_list_text {
  margin-top: 20px;
  color: #0468BF;
  font-size: 1.25rem; /* 20px */
  font-weight: bold;
}

.step_list_text .step {
  display: none;
}

/* 
#optionType
======================================================================== */
#optionType {
  padding: 74px 0 184px;
}

#optionType .heading_type2 .heading_text {
  font-size: 2.875rem; /* 46px */
  color: #011A5D;
}

#optionType .contents_text {
  font-size: 1.125rem; /* 18px */
  line-height: 1.777;
}

#optionType .option_links {
  margin-top: 54px;
}

#optionType .option_links .column_item {
  display: flex;
  align-items: center;
}

#optionType .option_links .img_area {
  width: 200px;
  text-align: center;
}

#optionType .option_links .text_area {
  flex: 1;
}

#optionType .option_links .text_area .contents_text {
  margin-top: 24px;
}

#optionType .function_block {
  margin-top: 64px;
  padding-top: 40px;
  border-top: 2px solid #D9D9D9;
}

#optionType .function_block .heading_type3,
#optionType .function_block .arrow_link {
  margin-top: 54px;
}

#optionType .function_block .contents_text {
  margin-top: 24px;
}

#optionType .function_block .caution_list {
  margin-top: 10px;
}

#optionType .function_block .caution_list_item {
  font-size: 1rem; /* 16px */
}

#optionType .function_block .contents_img img {
  border-radius: 10px;
}

/* 
#flow_links
======================================================================== */
.flow_links {
  padding: 70px 0 132px;
}

.flow_links .heading_type2 .heading_text {
  color: #011A5D;
  font-size: 2.875rem; /* 46px */
}

.flow_links .heading_type2 + .contents_text {
  margin-top: 38px;
  font-size: 1.125rem; /* 18px */
}

.flow_links_list {
  margin-top: 82px;
}

.type_heading + .flow_links_list {
  margin-top: 64px;
}

.flow_links .column_item > a .pictogram {
  padding: 33px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}

.flow_links .column_item > a:hover .pictogram {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}

.flow_links .column_item > a .pictogram img {
  width: min(200px, 100%);
}

.flow_links .column_item .flow_links_img {
  font-size: 0;
  border-radius: 10px;
  overflow: hidden;
}

.flow_links .column_item > a:hover .flow_links_img {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}

.flow_links .column_item > a .text {
  margin-top: 19px;
  font-size: 1.25rem; /* 20px */
  font-weight: bold;
  line-height: 1.2;
}

.flow_links .column_item > a:hover .text {
  color: #011A5D;
}

.flow_links_list + .contents_button {
  margin-top: 80px;
}

/* 
faq_list
======================================================================== */
.faq_list_wrap {
  max-width: 1036px;
  margin: 43px auto 0;
}

.faq_list_item {
  padding: 26px 48px 26px;
  background-color: #fff;
  border-radius: 20px;
}

.faq_list_item + .faq_list_item {
  margin-top: 32px;
}

.faq_list_item_button {
  display: flex;
  align-items: center;
  width: 100%;
  background: none;
  text-align: left;
}

.faq_list_item_button .button_text {
  flex: 1;
  padding-left: 16px;
  font-size: 1.5rem; /* 24px */
  font-weight: bold;
  line-height: 1.4;
}

.faq_list_item_button:hover .button_text {
  color: #011A5D;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  text-decoration-thickness: 1px;
}

.faq_list_item_button::before {
  content: "Ｑ.";
  color: #0468BF;
  font-size: 1.875rem; /* 30px */
  font-weight: bold;
}

/* .faq_list_item_button .question {
    color: #0468BF;
    font-size: 1.875rem;
    font-weight: bold;
} */
.faq_list_item_button::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/softdrink/jihanki/common/img/icon_accordion_open.svg) no-repeat center/contain;
}

.faq_list_item.isOpen .faq_list_item_button::after {
  background-image: url(/softdrink/jihanki/common/img/icon_accordion_close.svg);
}

.faq_list_item_content {
  display: none;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.faq_list_item.isOpen .faq_list_item_content {
  margin-top: 9px;
  display: block;
}

.faq_list_item_content_text {
  padding: 4px 0 0 55px;
  font-size: 1.125rem; /* 18px */
  line-height: 1.5;
  position: relative;
}

.faq_list_item_content_text::before {
  content: "A.";
  display: inline-block;
  padding-left: 5px;
  color: #ED7BA0;
  font-size: 1.875rem; /* 30px */
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/* .faq_list_item_content_text .answer {
    display: inline-block;
    padding-left: 5px;
    color: #ED7BA0;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
} */
.faq_list_item_content_text .arrow_link {
  display: inline-block;
  padding: 10px 0;
}

/* 
reason_choose
======================================================================== */
.reason_choose {
  padding: 70px 0 130px;
  background-color: #EAEFF3;
}

.reason_choose .heading_type2 .heading_text {
  color: #011A5D;
  font-size: 2.875rem; /* 46px */
}

.reason_list {
  margin-top: 64px;
}

.reason_list .img_area {
  border-radius: 10px;
  overflow: hidden;
}

.reason_list_item > a:hover .img_area {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  transition: 0.2s;
}

.reason_list .heading_type3 {
  padding: 12px 15px;
  background-color: #011A5D;
}

.reason_list .heading_type3 .heading_text {
  color: #fff;
  font-size: 1.5rem; /* 24px */
  text-align: center;
}

.reason_list .contents_text {
  margin-top: 15px;
  font-size: 1.25rem; /* 20px */
  font-weight: bold;
}

.reason_list_item > a:hover .contents_text {
  color: #011A5D;
  transition: 0.2s;
}

#optionType .function_block .heading_type3 .heading_text > a {
  display: inline-block;
  font-size: 1.25rem;
  padding-right: 31px;
  font-weight: bold;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

#optionType .function_block .heading_type3 .heading_text a::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(/softdrink/jihanki/common/img/ico_arrow_lblue.svg) no-repeat top center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 1164px) {
  /* 
  #suntorySubCommonHd
  ======================================================================== */
  .suntorySubCommonHd_logo {
    width: 120px;
    margin-right: 10px;
  }
  .suntorySubCommonHd_menu_list {
    justify-content: center;
  }
  .suntorySubCommonHd_menu_list_item {
    padding: 0px 12%;
  }
  #suntorySubCommonHd_menu {
    gap: 10px;
  }
  #suntorySubCommonHd .suntorySubCommonHd_menu_list_item > a,
  #suntorySubCommonHd.fixed .suntorySubCommonHd_logo .fixed_text {
    font-size: 0.875rem; /* 14px */
  }
  .suntorySubCommonHd_menu_list_item.hasDropdown > a::after {
    width: 12px;
    height: 12px;
    margin-left: 4px;
  }
  .suntorySubCommonHd_menu_button_item + .suntorySubCommonHd_menu_button_item {
    margin-left: 5px;
  }
  /*
  fixed_buttons
  ======================================================================== */
  .fixed_buttons {
    top: 100px;
  }
  /* 
  #suntorySubCommonFt
  ======================================================================== */
  #pagetop {
    width: 44px;
    height: 44px;
    right: 5.333vw;
  }
  .pagetop_inner::before {
    width: 16px;
    height: 9px;
    top: 40%;
  }
  #pagetop:hover .pagetop_inner::before {
    transform: translate(-50%, -50%);
  }
  /* 
  column_support
  -------------------------------------------------- */
  .column_support {
    display: block;
    margin-top: 30px;
  }
  .column_support_item {
    margin-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  /* 
  common
  ======================================================================== */
  .sp-show {
    display: block;
  }
  .sp-none {
    display: none;
  }
  /* 
  #suntorySubCommonHd
  ======================================================================== */
  #suntorySubCommonHd a {
    font-size: 1.125rem; /* 18px */
  }
  #suntorySubCommonHd_in {
    padding: 16px 20px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 2;
  }
  .suntorySubCommonHd_logo {
    width: 94px;
  }
  .suntorySubCommonHd_logo > a {
    display: flex;
    align-items: center;
  }
  #suntorySubCommonHd_sp_menu_btn {
    display: flex;
    align-items: center;
  }
  #suntorySubCommonHd_sp_menu_btn #suntorySubCommonHd_sp_menu_btn_trigger {
    display: flex;
    height: 24px;
    width: 24px;
    background: none;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    cursor: pointer;
  }
  #suntorySubCommonHd_sp_menu_btn #suntorySubCommonHd_sp_menu_btn_trigger .suntorySubCommonHd_sp_menu_btn_line::before,
  #suntorySubCommonHd_sp_menu_btn #suntorySubCommonHd_sp_menu_btn_trigger .suntorySubCommonHd_sp_menu_btn_line,
  #suntorySubCommonHd.sp_menu_active.sp_menu_close #suntorySubCommonHd_sp_menu_btn #suntorySubCommonHd_sp_menu_btn_trigger .suntorySubCommonHd_sp_menu_btn_line,
  #suntorySubCommonHd_sp_menu_btn #suntorySubCommonHd_sp_menu_btn_trigger .suntorySubCommonHd_sp_menu_btn_line::after {
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    border-radius: 1px;
    background: #000;
    transition: 0.4s;
    position: absolute;
  }
  #suntorySubCommonHd_sp_menu_btn #suntorySubCommonHd_sp_menu_btn_trigger .suntorySubCommonHd_sp_menu_btn_line::before,
  #suntorySubCommonHd.sp_menu_active.sp_menu_close #suntorySubCommonHd_sp_menu_btn #suntorySubCommonHd_sp_menu_btn_trigger .suntorySubCommonHd_sp_menu_btn_line::before {
    bottom: 8px;
    transform: rotate(0);
  }
  #suntorySubCommonHd_sp_menu_btn #suntorySubCommonHd_sp_menu_btn_trigger .suntorySubCommonHd_sp_menu_btn_line::after,
  #suntorySubCommonHd.sp_menu_active.sp_menu_close #suntorySubCommonHd_sp_menu_btn #suntorySubCommonHd_sp_menu_btn_trigger .suntorySubCommonHd_sp_menu_btn_line::after {
    top: 8px;
    transform: rotate(0);
  }
  #suntorySubCommonHd.sp_menu_active #suntorySubCommonHd_sp_menu_btn #suntorySubCommonHd_sp_menu_btn_trigger .suntorySubCommonHd_sp_menu_btn_line {
    background-color: rgba(255, 255, 255, 0);
  }
  #suntorySubCommonHd.sp_menu_active #suntorySubCommonHd_sp_menu_btn #suntorySubCommonHd_sp_menu_btn_trigger .suntorySubCommonHd_sp_menu_btn_line::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #suntorySubCommonHd.sp_menu_active #suntorySubCommonHd_sp_menu_btn #suntorySubCommonHd_sp_menu_btn_trigger .suntorySubCommonHd_sp_menu_btn_line::after {
    top: 0;
    transform: rotate(-45deg);
  }
  /* 
  suntorySubCommonHd_menu
  -------------------------------------------------- */
  #suntorySubCommonHd_menu {
    display: none;
    width: 100%;
    padding: 16px 11.333vw 5px 11.333vw;
    background: #fff;
    text-align: left;
    animation: menu_dropdown_fadeOut 0.5s;
    animation-fill-mode: both;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 2;
  }
  .sp_menu_active #suntorySubCommonHd_menu {
    animation: menu_dropdown_fadeIn 0.4s;
    animation-fill-mode: both;
  }
  @keyframes menu_dropdown_fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes menu_dropdown_fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* 
  suntorySubCommonHd_menu_button
  -------------------------------------------------- */
  .suntorySubCommonHd_menu_button {
    display: block;
    margin-top: 39px;
  }
  .suntorySubCommonHd_menu_button_item {
    display: inline-block;
    width: 100%;
  }
  #suntorySubCommonHd .suntorySubCommonHd_menu_button_item > a {
    min-height: 53px;
    font-size: 1.0625rem; /* 17px */
  }
  .suntorySubCommonHd_menu_button_item + .suntorySubCommonHd_menu_button_item {
    margin-top: 24px;
    margin-left: 0;
  }
  /* 
  suntorySubCommonHd_menu_list
  -------------------------------------------------- */
  .suntorySubCommonHd_menu_list {
    display: block;
  }
  .suntorySubCommonHd_menu_list_item {
    display: block;
    padding: 0;
    border-right: none;
  }
  .suntorySubCommonHd_menu_list_item + .suntorySubCommonHd_menu_list_item {
    margin-top: 30px;
  }
  .suntorySubCommonHd_menu_list_item.home {
    display: block;
  }
  #suntorySubCommonHd .suntorySubCommonHd_menu_list_item > a {
    font-size: 1.125rem; /* 18px */
  }
  .suntorySubCommonHd_menu_list_item.hasDropdown > a::after {
    content: none;
  }
  /* 
  suntorySubCommonHd_menu_dropdown
  -------------------------------------------------- */
  .suntorySubCommonHd_menu_dropdown {
    display: block;
    background: none;
    border-top: none;
    box-shadow: none;
    animation: none;
    position: static;
  }
  .suntorySubCommonHd_menu_dropdown_inner {
    padding: 20px 0 0 23px;
  }
  .suntorySubCommonHd_menu_dropdown_list {
    display: block;
  }
  .suntorySubCommonHd_menu_dropdown_list_item + .suntorySubCommonHd_menu_dropdown_list_item {
    margin-top: 24px;
  }
  #suntorySubCommonHd .suntorySubCommonHd_menu_dropdown_list_item a {
    font-size: 0.875rem; /* 14px */
  }
  .suntorySubCommonHd_menu_dropdown_list_item_img {
    display: none;
  }
  .suntorySubCommonHd_menu_dropdown_list_item_text {
    margin-top: 0;
    line-height: 1.1;
  }
  .suntorySubCommonHd_menu_dropdown_list_item_text .sub {
    font-size: 0.6875rem; /* 11px */
  }
  .suntorySubCommonHd_menu_dropdown_list_item_text .arrow {
    display: block;
    padding-top: 6px;
  }
  .suntorySubCommonHd_menu_dropdown_list_item_text .arrow::after {
    content: none;
  }
  .suntorySubCommonHd_menu_dropdown .suntorySubCommonHd_menu_dropdown_head_close {
    display: none;
  }
  #suntorySubCommonHd_menu > .suntorySubCommonHd_menu_dropdown_head_close {
    display: block;
    margin-top: 42px;
  }
  .suntorySubCommonHd_menu_dropdown_head_close_btn {
    padding-left: 16px;
    font-size: 0.875rem; /* 14px */
  }
  .suntorySubCommonHd_menu_dropdown_head_close_line {
    width: 13px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
  }
  /* 
  type_simple
  -------------------------------------------------- */
  #suntorySubCommonHd.type_simple {
    box-shadow: none;
  }
  /*
  fixed_buttons
  ======================================================================== */
  .fixed_buttons {
    transform: scale(0.5);
  }
  /* 
  #suntorySubCommonFt
  ======================================================================== */
  #suntorySubCommonFooter {
    border-top-width: 3px;
  }
  #suntorySubCommonFooter::before {
    width: 292px;
    height: 17px;
    background-size: contain;
    top: -20px;
  }
  #suntorySubCommonFt {
    border-top-width: 28px;
  }
  .suntorySubCommonFt_buttons {
    padding: 32px 5.333vw 30px;
  }
  .suntorySubCommonFt_buttons .contents_button a {
    padding: 17px;
    font-size: 1.0625rem; /* 17px */
  }
  #suntorySubCommonFt_in {
    display: block;
    padding: 32px 5.333vw;
  }
  .suntorySubCommonFt_links {
    min-width: auto;
  }
  .suntorySubCommonFt_links + .suntorySubCommonFt_links {
    margin-top: 23px;
  }
  .suntorySubCommonFt_links_wrap {
    padding-left: 5.333vw;
  }
  .suntorySubCommonFt_links_list_item + .suntorySubCommonFt_links_list_item {
    margin-top: 13px;
  }
  /* 
  breadcrumbs
  ======================================================================== */
  #breadcrumbs {
    display: none;
  }
  #breadcrumbs_sp {
    display: block;
    background-color: #F2F2F2;
  }
  .breadcrumbs_list {
    padding: 4px 5.333vw;
  }
  .breadcrumbs_list_item + .breadcrumbs_list_item {
    margin-left: 8px;
    padding-left: 13px;
    position: relative;
  }
  .breadcrumbs_list_item + .breadcrumbs_list_item::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 10px;
    background: url(/softdrink/jihanki/common/img/ico_arrow_navy_02.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .breadcrumbs_list_item a {
    font-size: 0.875rem; /* 14px */
    font-weight: normal;
    line-height: 1.4;
  }
  /* 
  contents_wrap
  ======================================================================== */
  .contents_wrap {
    padding: 0 5.333vw;
  }
  /* 
  heading
  ======================================================================== */
  .heading_type1 .heading_text {
    font-size: 1.8125rem; /* 29px */
    line-height: 1.25;
  }
  .heading_type2 .heading_text {
    font-size: 1.5rem; /* 24px */
    line-height: 1.25;
  }
  .heading_type3 .heading_text {
    font-size: 1.75rem; /* 28px */
    line-height: 1.25;
  }
  .heading_type_box {
    padding: 7px 10px 6px;
  }
  .heading_type_box .heading_text {
    font-size: 1.25rem; /* 20px */
  }
  /* 
  contents_text
  ======================================================================== */
  .contents_text {
    font-size: 0.875rem; /* 14px */
    line-height: 1.5;
  }
  /* 
  column
  ======================================================================== */
  .column_2col {
    display: block;
  }
  .column_2col .column_item + .column_item {
    margin-top: 24px;
  }
  .column_3col {
    display: block;
  }
  .column_3col .column_item + .column_item {
    margin-top: 40px;
  }
  .column_sp_2col {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 16px;
  }
  .column_sp_2col .column_item {
    width: calc(50% - 8px);
    flex: none;
  }
  .column_sp_2col .column_item + .column_item {
    margin-top: 0;
  }
  .column_wrapper {
    border-radius: 30px;
    margin-top: 60px;
    padding: 60px 4vw 48px;
  }
  .column_wrapper .no1::before, .column_wrapper .no2::before {
    transform: scale(0.8);
    left: 3vw;
  }
  .column_support {
    margin-top: 30px;
    padding-top: 0;
  }
  .column_support_item > a {
    display: flex;
    flex-direction: column-reverse;
  }
  .column_support_item > a .column_item.img_area {
    width: 100%;
  }
  .column_support_item > a .column_item.img_area img {
    border-radius: 0 0 30px 30px;
  }
  .column_support_item > a .column_item + .column_item {
    margin-top: 0;
  }
  .column_support_item > a .label_text {
    padding: 0.7em;
    border-radius: 30px 30px 0 0;
  }
  .column_support_item > a .column_item.text_area {
    border-radius: 30px 30px 0 0;
    width: 100%;
  }
  .column_support_item > a .column_item.text_area .logo {
    min-height: 90px;
  }
  .column_support_item > a .contents_text {
    font-size: 1rem;
  }
  /* 
  section
  ======================================================================== */
  .bg_section {
    padding: 55px 0 32px;
    border-radius: 50px 0 0 0;
  }
  /* 
  contents_button
  ======================================================================== */
  .contents_button a,
  .contents_button button {
    width: min(290px, 100%);
    min-height: 46px;
    padding: 4px 11px;
    font-size: 1.0625rem; /* 17px */
  }
  .contents_button.button_type01 a {
    border-color: #011A5D;
    color: #011A5D;
  }
  .contents_button.pc_left a {
    margin: 0 auto;
  }
  .contents_button.type_blank a {
    padding: 4px 35px;
    position: relative;
  }
  .contents_button.type_blank a::after {
    width: 13px;
    height: 13px;
    right: 20px;
  }
  /* 
  arrow_link
  ======================================================================== */
  .arrow_link a {
    padding-right: 19px;
    font-size: 1rem; /* 16px */
  }
  .arrow_link a::after {
    width: 15px;
    height: 15px;
  }
  /* 
  lineup_slide
  ======================================================================== */
  .lineup_slide {
    margin-top: 14px;
  }
  .lineup_slide .swiper-button-next,
  .lineup_slide .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: url(/softdrink/jihanki/common/img/ico_slide_arrow_02.svg) no-repeat center/contain;
  }
  .lineup_slide .lineup_slide_item {
    width: 129px !important;
    height: 129px;
    padding: 8px 0 12px;
  }
  .lineup_slide .lineup_slide_item img {
    width: 34px;
  }
  .lineup_slide .lineup_slide_item .arrow_link {
    margin-top: 4px;
  }
  .lineup_slide .lineup_slide_item .arrow_link a {
    padding-right: 19px;
    font-size: 0.8125rem; /* 13px */
    letter-spacing: -0.1em;
  }
  .lineup_slide .lineup_slide_item .arrow_link a::after {
    width: 15px;
    height: 15px;
  }
  /* 
  .step_list
  ======================================================================== */
  .step_list {
    margin-top: 35px;
    display: block;
  }
  .step_list_item {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    text-align: left;
  }
  .step_list_item + .step_list_item {
    margin-top: 15px;
  }
  .step_list_step {
    display: none;
  }
  .step_list_img {
    width: 90px;
    margin-top: 0;
  }
  .step_list_img::before {
    width: 9px;
    height: 100%;
    top: -99%;
    left: 50%;
    transform: translateX(-50%);
  }
  .step_list_img img {
    border-width: 5px;
  }
  .step_list_text {
    margin-top: 0;
    font-size: 1rem; /* 16px */
  }
  .step_list_text .step {
    display: block;
    color: #0468BF;
    font-family: "roboto", sans-serif;
  }
  .step_list_text .step .num {
    color: #0468BF;
    font-size: 1.3125rem; /* 21px */
    font-family: "roboto", sans-serif;
  }
  /* 
  #optionType
  ======================================================================== */
  #optionType {
    padding: 35px 0 74px;
  }
  #optionType .heading_type2 .heading_text {
    font-size: 1.5rem; /* 24px */
  }
  #optionType .contents_text,
  #optionType .caution_list_item {
    font-size: 0.875rem; /* 14px */
    line-height: 1.65;
  }
  #optionType .option_links {
    margin-top: 29px;
  }
  #optionType .option_links .column_item {
    align-items: flex-start;
  }
  #optionType .option_links .img_area {
    width: 100px;
  }
  #optionType .option_links .img_area img {
    width: 61px;
  }
  #optionType .option_links .text_area {
    margin-left: 10px;
  }
  #optionType .option_links .text_area .contents_text {
    margin-top: 14px;
  }
  #optionType .function_block {
    margin-top: 24px;
    padding-top: 35px;
    border-top: 2px solid #D9D9D9;
  }
  #optionType .function_block .contents_img {
    margin-top: 15px;
  }
  #optionType .function_block .heading_type3,
  #optionType .function_block .arrow_link {
    margin-top: 20px;
  }
  #optionType .function_block .heading_type3 .heading_text {
    font-size: 1.125rem;
  }
  #optionType .function_block .contents_text {
    margin-top: 21px;
  }
  #optionType .function_block .caution_list_item {
    font-size: 0.75rem; /* 12px */
  }
  #optionType .function_block .contents_button {
    margin-top: 35px;
  }
  #optionType .function_block .heading_type3 .heading_text a {
    padding-right: 19px;
    font-size: 1rem;
  }
  #optionType .function_block .heading_type3 .heading_text a::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/softdrink/jihanki/common/img/ico_arrow_lblue.svg) no-repeat top center/contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  /* 
  #flow_links
  ======================================================================== */
  .flow_links {
    padding: 38px 0 70px;
  }
  .flow_links .heading_type2 .heading_text {
    font-size: 1.5rem; /* 24px */
  }
  .flow_links .heading_type2 + .contents_text {
    margin-top: 15px;
    font-size: 0.875rem; /* 14px */
    line-height: 1.785;
  }
  .flow_links_list {
    margin-top: 29px;
  }
  .type_heading + .flow_links_list {
    margin-top: 17px;
  }
  .flow_links .contents_text + .flow_links_list {
    margin-top: 40px;
  }
  .flow_links .column_item > a .pictogram {
    padding: 10px;
  }
  .flow_links .column_item > a .pictogram img {
    width: 100px;
  }
  .flow_links .column_item > a .text {
    margin-top: 18px;
    font-size: 0.75rem; /* 12px */
    text-align: center;
  }
  .flow_links .arrow_link {
    margin-top: 50px;
  }
  .flow_links_list + .contents_button {
    margin-top: 37px;
  }
  /* 
  reason_choose
  ======================================================================== */
  .reason_choose {
    padding: 40px 0 54px;
  }
  .reason_choose .heading_type2 .heading_text {
    font-size: 1.5rem; /* 24px */
  }
  .reason_list {
    margin-top: 29px;
    gap: 16px;
  }
  .reason_list .img_area {
    border-radius: 5px;
  }
  .reason_list .heading_type3 {
    padding: 5px 10px;
  }
  .reason_list .heading_type3 .heading_text {
    font-size: 0.75rem; /* 12px */
  }
  .reason_list .contents_text {
    margin-top: 10px;
    font-size: 1rem; /* 16px */
  }
  .reason_choose .contents_button {
    margin-top: 18px;
  }
  /* 
  faq_list
  ======================================================================== */
  .faq_list_wrap {
    max-width: 1036px;
    margin: 43px auto 0;
  }
  .faq_list_item {
    padding: 14px 24px 14px;
    border-radius: 10px;
  }
  .faq_list_item + .faq_list_item {
    margin-top: 16px;
  }
  .faq_list_item_button {
    align-items: flex-start;
  }
  .faq_list_item_button .button_text {
    flex: 1;
    padding: 2px 0;
    font-size: 1.125rem; /* 18px */
    line-height: 1.5;
  }
  .faq_list_item_button::before {
    font-size: 1.3125rem; /* 21px */
  }
  /* .faq_list_item_button .question {
      font-size: 1.3125rem;
  } */
  .faq_list_item_button::after {
    margin-left: 10px;
    padding-top: 14px;
    width: 20px;
    height: 20px;
  }
  .faq_list_item.isOpen .faq_list_item_content {
    margin-top: 8px;
  }
  .faq_list_item_content_text {
    padding: 4px 0 0 28px;
    font-size: 0.9375rem; /* 15px */
    line-height: 1.7;
  }
  .faq_list_item_content_text::before {
    padding: 6px 0 0 3px;
    font-size: 1.3125rem; /* 21px */
    top: 0;
    left: 0;
  }
  /* .faq_list_item_content_text .answer {
      padding-left: 3px;
      font-size: 1.3125rem;
      top: 0;
      left: 0;
  } */
}/*# sourceMappingURL=style.css.map */