@charset "UTF-8";

/* ----------------------------------------------------------
  TITLE : iTEC HANKYU HANSHIN
  URI : www.itec.hankyu-hanshin.co.jp
  Copyright(C) iTEC Hankyu Hanshin Co., Ltd.
---------------------------------------------------------- */

/*-----------------------------------------------------------
index:
	Guide
		|-	Common
		|-	Side Navigation
		|-	index
		|-	Commodity
		|-	Shop
		|-	Order
		|-	Payment
		|-	Member
		|-	Law
-----------------------------------------------------------*/

/* Guide Common
---------------------------------------------------- */
/* 見出し、段落、文章、リンク */
#guide_renewal .guide_title01 {
  margin: 0 0 35px;
  font-size: 30px;
  font-weight: 500;
  color: #00583b;
}
#guide_renewal .guide_title02 {
  margin-bottom: 35px;
  padding: 25px 20px;
  background: #00583b;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
#guide_renewal .guide_title03 {
  margin: 30px 0 18px;
  padding-bottom: 17px;
  border-bottom: solid 2px #d1e4d8;
  font-size: 18px;
  font-weight: bold;
  color: #00583b;
}
#guide_renewal .guide_title03-step {
  margin-right: 12px;
  display: inline-flex;
  width: 27px;
  height: 27px;
  justify-content: center;
  align-items: center;
  background: #00583b;
  border-radius: 50%;
  line-height: 27px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
#guide_renewal .guide_text {
  margin: 0;
  line-height: 2.0;
}
#guide_renewal .guide_text strong {
  font-weight: bold;
}
#guide_renewal .guide_text-small {
  margin: 0;
  line-height: 1.8;
  font-size: 14px;
}
#guide_renewal .guide_indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
#guide_renewal .guide_list {
  margin: 0;
}
#guide_renewal .guide_list li {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 2.0;
}
#guide_renewal .guide_table {
  border-top: solid 1px #e6e6e6;
  border-left: solid 1px #e6e6e6;
}
#guide_renewal .guide_table th,
#guide_renewal .guide_table td {
  padding: 15px 20px;
  border-bottom: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6;
}
#guide_renewal .guide_table th {
  background: #f5f5f5;
  text-align: center;
  font-weight: 500;
}
#guide_renewal .guide_table.guide_table--allcenter th,
#guide_renewal .guide_table.guide_table--allcenter td {
  text-align: center;
}
#guide_renewal .guide_table.guide_table--fullwidth{
  width: 100%;
}
#guide_renewal .guide_table.guide_table--fullwidth tr td:last-of-type{
  text-align: left;
}
#guide_renewal .guide_capture {
  margin-block: 30px 40px;
  text-align: center;
}

/* 余白 */
#guide_renewal .guide_margin {
  margin-top: 18px !important;
}
#guide_renewal .guide_margin-s {
  margin-top: 10px !important;
}
#guide_renewal .guide_margin-l {
  margin-top: 30px !important;
}

/* unit */
#guide_renewal .guide_unit01 {
  margin-top: 50px;
}
#guide_renewal .guide_unit02 {
  margin-inline: 10px;
}
#guide_renewal .guide_unit03 {
  margin-top: 25px;
  background: #f5f5f5;
  padding: 30px 30px;
}

/* localNav */
#guide_renewal .localNav {
  margin-bottom: 50px;
  padding: 23px 20px;
  border: solid 3px #d1e4d8;
  border-radius: 15px;
}
#guide_renewal .localNav ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#guide_renewal .localNav li {
  margin: 0;
  list-style: none;
}
#guide_renewal .localNav li a {
  display: flex;
  align-items: center;
  width: 284px;
  height: 57px;
  padding: 0 30px 2px 20px;
  background: #e8f1eb;
  border: solid 1px #d1e4d8;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #00583b;
  position: relative;
}
#guide_renewal .localNav li a::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/koshien/images/smartphone/icon_localnav_down.png) no-repeat center center / 16px 16px;
}
#guide_renewal .localNav li a.localNav-next::after {
  background: url(/koshien/images/smartphone/icon_localnav_next.png) no-repeat center center / 16px 16px;
}


/* Guide Side Navigation
---------------------------------------------------- */
#guide_renewal .sidemenu {
  margin-bottom: 0;
}
#guide_renewal #guideNav .guideNav__top {
  margin: 0 0 10px;
  border-bottom: solid 1px #00583b;
}
#guide_renewal #guideNav .guideNav__top a {
  display: flex;
  column-gap: 9px;
  align-items: center;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #00583b;
}
#guide_renewal #guideNav .guideNav__top a::before {
  content: "";
  display: block;
  width: 18px;
  height: 15px;
  background: url(/koshien/images/member/icon_localnav_back.png) no-repeat center center / 18px auto;
}
#guide_renewal #guideNav ul {
  margin: 0;
}
#guide_renewal #guideNav li {
  margin: 0;
  list-style: none;
  border-bottom: solid 1px #e6e6e6;
}
#guide_renewal #guideNav li a {
  display: flex;
  column-gap: 9px;
  align-items: center;
  padding-block: 15px;
  font-size: 15px;
  font-weight: 500;
}
#guide_renewal #guideNav li a::before {
  content: "";
  display: block;
  margin-inline: 2px;
  width: 6px;
  height: 10px;
  background: url(/koshien/images/member/icon-localnav-arrow.png) no-repeat center center / 6px auto;
}

/* Guide index
---------------------------------------------------- */
#guide_renewal .guide_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#guide_renewal .guide_menu-item {
  width: 380px;
  border: solid 3px #d1e4d8;
  border-radius: 15px;
  padding: 0 19px 30px;
}
#guide_renewal .guide_menu-page {
  display: block;
  font-size: 21px;
  font-weight: 500;
  color: #00583b;
}
#guide_renewal .guide_menu ul,
#guide_renewal .guide_menu li {
  margin: 0;
  list-style: none;
}
#guide_renewal .guide_menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#guide_renewal .guide_menu li a {
  display: block;
  padding: 15px 20px;
  border: solid 1px #d1e4d8;
  background: #e8f1eb;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #00583b;
  position: relative;
}
#guide_renewal .guide_menu li a::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/koshien/images/smartphone/icon_localnav_next.png) no-repeat center center / 16px 16px;
}
#guide_renewal .guide_menu .guide_menu-page {
  display: block;
  padding: 26px 0 30px;
  position: relative;
}
#guide_renewal .guide_menu .guide_menu-page::after {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/koshien/images/smartphone/icon_localnav_next02.png) no-repeat center center / 16px 16px;
}



/* Guide Agreement
---------------------------------------------------- */
#guide_renewal .agreement_box p,
#guide_renewal .agreement_box li {
  line-height: 2.0;
} 


/* Guide Payment
---------------------------------------------------- */
#guide_renewal .secureCode {
  margin-block: 20px 15px;
  display: flex;
  gap: 30px;
}
#guide_renewal .secureCode .secureCode-3 {
  margin-left: 30px;
}
#guide_renewal .secure3d {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
#guide_renewal .secure3d-group {
  background: #fff;
  position: relative;
}
#guide_renewal .secure3d-group:not(:last-child):after {
  content: "";
  display: block;
  background: #bbbbbb;
  height: calc(36px / 2);
  width: 28px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -18px;
  left: 102px;

}
#guide_renewal .secure3d-group.secure3d-group--regist {
  background: #e8f1eb;
}
#guide_renewal .secure3d-group.secure3d-group--regist .secure3d-heading {
  background: #d1e4d8;
  padding: 17px 20px;
  font-weight: bold;
  color: #00583b;
}
#guide_renewal .secure3d-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
}
#guide_renewal .secure3d-text p {
  margin: 0;
  line-height: 2.0;
  font-weight: bold;
  color: #000;
}
#guide_renewal .secure3d-imgsub {
  margin-left: auto;
}
