/*---------------------------------------------------------------------------------------
  Column
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
  InlineLayout
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
  BackgroundColor
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
  BoxShadow
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
  Button
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
  Baloon
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
  Frame
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
  List
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 clearfix
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 text
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 sticker
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 btn blue
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 btn gray
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 icon help
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 discount
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 ribbon_standard
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 ribbon_standard_sall
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 icon_standard
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 sticker
---------------------------------------------------------------------------------------*/
.terms_list_topbar {
  padding: 16px;
}

.terms_list_back {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #888;
  font-size: 14px;
  text-decoration: none;
}
.terms_list_back:hover {
  text-decoration: underline;
}
.terms_list_back svg {
  width: 16px;
  height: 16px;
}

.terms_list_wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 16px 64px;
  box-sizing: border-box;
}

.terms_list_store_name {
  margin: 64px 0 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.terms_list_heading {
  margin: 64px 0 0;
  padding: 0 0 16px;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  font-weight: bold;
}

.terms_list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 4px;
  border-bottom: 1px solid #eee;
  color: #333;
  text-decoration: none;
}
.terms_list_item:hover .terms_list_item_label {
  text-decoration: underline;
}

.terms_list_item_label {
  font-size: 16px;
  font-weight: bold;
}

.terms_list_item_icon {
  flex-shrink: 0;
  line-height: 0;
}
.terms_list_item_icon svg {
  width: 18px;
  height: 18px;
}

.terms_list_login {
  margin-top: 56px;
  text-align: center;
}
.terms_list_login a {
  color: #333;
  font-size: 14px;
  text-decoration: underline;
}

.wrap {
  width: 100%;
}

.wrap_inner {
  width: 960px;
  margin: 0 auto;
}

.container {
  padding: 20px 10px 40px 10px;
}
.container.container_private {
  padding-top: 100px;
}

.private {
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 1010;
  width: 100%;
  height: 80px;
  background-color: #ed5454;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 80px;
  letter-spacing: 0.03em;
}
.private a {
  color: #fff;
  text-decoration: underline;
}
.private .text {
  display: inline-block;
  vertical-align: middle;
}
.private:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 24px;
  margin: -4px 10px 0 0;
  background: url(//st-cdn.net/assets/storesjp/images/stores/module_icon/icon_alert_white.svg) no-repeat;
  background-size: contain;
}

.container {
  padding: 20px 10px 40px 10px;
}

.nav_outer {
  margin-bottom: 40px;
}

.main_title {
  margin: 70px 0 60px 0;
  font-size: 50px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.main_title .main_title_link {
  display: inline-block;
  color: #333333;
}
.main_title .main_title_link:hover {
  opacity: 1;
}
.main_title #store_logo {
  word-break: break-word;
}
.main_title.image .main_title_text {
  display: none;
}
.main_title.image img {
  width: 100%;
  vertical-align: top;
}
.main_title.has_main_visual img {
  max-height: 200px;
  width: auto;
  max-width: 100%;
}

.content {
  background-color: #ffffff;
  padding: 30px 30px 40px 30px;
}

.content + .content {
  margin: 20px 0 0 0;
}

.page_title {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding: 0 0 30px 10px;
  font-size: 30px;
  letter-spacing: 0.05em;
}
.page_title h2 {
  font-weight: normal;
}

.cart_confirm_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_content {
  position: relative;
}

#loader {
  font-size: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url(//st-cdn.net/assets/storesjp/images/loading/loader01.gif) no-repeat center center;
  background-size: 50px;
  background-color: rgba(0, 0, 0, 0.8);
}

.terms_main_content_inner {
  padding: 0 10px;
}

.terms_main_content_inner h3 {
  font-size: 20px;
}

.terms_main_content_inner + .terms_main_content_inner {
  border-top: 1px solid #eeeeee;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
}

.terms_main_description {
  line-height: 1.8;
}
.terms_main_description h4 {
  margin: 20px 0 10px 0;
  font-size: 16px;
}
.terms_main_description p + p {
  margin-top: 15px;
}
.terms_main_description ul, .terms_main_description ol {
  margin-left: 20px;
}
.terms_main_description ul li, .terms_main_description ol li {
  margin-bottom: 8px;
}
.terms_main_description ul {
  list-style: disc;
}

.terms_main_description_inner {
  padding: 0 15px;
}

.main_description dl.content_top {
  margin-top: 0;
}
.main_description dl dd p.tokushoho_contact_title {
  font-weight: bold;
}
.main_description dl dd p.tokushoho_contact_description {
  margin-bottom: 15px;
  word-wrap: break-word;
}

.tokushoho_contact_caution {
  margin-top: 10px;
}
