@charset "UTF-8";

/* ----------------------------------------------------------
  TITLE : iTEC HANKYU HANSHIN
  URI : www.itec.hankyu-hanshin.co.jp
  Copyright(C) iTEC Hankyu Hanshin Co., Ltd.
---------------------------------------------------------- */

/*-----------------------------------------------------------
index:
	Area Button
	Basic Table
	Caption
	Complete
	Display List
	Display Thumnbnail
	Font
	Foot Print
	Favorite
	Input
	Item List
	Order Info
	PageNation
	Relation Item Height
	Relation Item Width
  Simplebar
  Conveni include
-----------------------------------------------------------*/

/* button
---------------------------------------------------- */
button{
	cursor: pointer;
	transition: opacity 0.3s ease 0s;
}
button:hover{
	opacity: 0.7;
}
.button{
	text-align: center;
	margin-top: 80px;
}
.button_green{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px 2px;
  border-radius: 9999px;
	background-color: #00583b;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	height: 80px;
	width: 360px;
	text-align: center;
}
.button_greenline_radius{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px 2px;
  border-radius: 9999px;
	color: #00583b;
	font-weight: bold;
	font-size: 22px;
	background-color: #fff;
	border: 1px solid #00583b;
	height: 80px;
	width: 360px;
	text-align: center;
}
.button_gold{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px 2px;
  border-radius: 9999px;
  background-color: #a1883b;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  height: 80px;
  width: 360px;
  position: relative;
}
.button_gold::after{
	content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 9px;
  height: 9px;
  transform: translateY(-50%) rotate(45deg);
}
.button_greenline{
	display: inline-block;
	color: #00583b;
	border: 1px solid #00583b;
	border-radius: 5px;
	font-size: 16px;
	padding: 21px 55px;
}
.button_radius5 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 45px;
  padding: 0 14px 2px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: none;
}
.button_radius5.button_radius5--green {
  background: #00583b;
}
.button_radius5.button_radius5--gray {
  background: #bbb;
}
.button--minw320 {
  min-width: 320px;
}

/* button_area
---------------------------------------------------- */
.button_area{
	background-color: #e8f1eb;
	padding: 60px 0;
	margin-top: 80px;
}
.button_area > div{
	display: flex;
	justify-content: center;
}
.button_area > div >div:nth-of-type(2){
	margin-left: 30px;
}

/* inner
---------------------------------------------------- */
.inner{
	width: 1200px;
	margin: 0 auto;
}

.border_f5f5f5{
	border-top: 3px solid #f5f5f5;
}

/* Basic Table
---------------------------------------------------- */
table.basic {
	width: 1200px;
	margin: 0 auto;
}
table.basic tr{
	width: 1200px;
	display: flex;
}
table.basic th {
	padding: 30px;
	border-top: 1px solid #e6e6e6;
	width: 250px;
	background-color: #f5f5f5;
	position: relative;
	display: flex;
  align-items: center;
}
table.basic th .must{
	color: #fff;
	background-color: #e60012;
	height: 20px;
	font-size: 13px;
	padding: 0 4px;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 20px;
  display: block;
}
table.basic td {
	width: 950px;
	display: block;
	padding: 30px 0 30px 30px;
	border-top: 1px solid #e6e6e6;
}
table.basic td.sex,
table.basic td.zip{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
table.basic td.zip .zip_button {
  width: 150px;
	cursor: pointer;
	transition: opacity 0.3s ease 0s;
}
table.basic td.zip .zip_button:hover {
	opacity: 0.7;
}
td.zip #zipErrorMsg{
	width: 100%;
  margin-bottom: 10px;
}
td.zip #zipErrorMsg:empty{
	display: none;
}
table.basic td.sex label:first-of-type{
	margin-right: 35px;
}
table.basic td.checkbox{
	display: flex;
	align-items: center;
}
table.basic td.checkbox label{
	margin-right: 40px;
}
table.basic td label input{
	margin-right: 10px;
}
table.basic label,
table.basic label div {
	display: flex;
	align-items: center;
}
table.basic label input{
	margin-right: 10px;
}
table.basic label span{
	line-height: 24px;
}
table.basic td p {
	margin: 0;
}
table.basic tr:last-of-type th,
table.basic tr:last-of-type td {
	border-bottom: 1px solid #e6e6e6;
}
table.basic table.subItem {
	width: 880px;
}
table.basic table.subItem tr{
	width: 880px;
}
table.basic table.subItem th{
	width: 250px;
}
table.basic table.subItem td{
	width: 670px;
	padding: 30px 0 30px 20px;
}
table.basic table.subItem th,
table.basic table.subItem td {
	border-top: 1px solid #e6e6e6;
}
table.basic table.subItem tr.first th,
table.basic table.subItem tr.first td {
	border-top: none;
}
table.basic table.subItem tr.first td table td {
	padding: 0;
	line-height: normal;
}
table.basic table.subItem table tr{
	width: 650px;
}
table.basic table.subItem table td{
	border: none;
	padding: 0 0 15px 0;
}
table.basic dl.selectWay{
	margin: 0;
	padding: 30px 0;
	border-bottom: 1px solid #e6e6e6;
}
table.basic dl.selectWay:first-of-type{
	padding-top: 0;
}
table.basic dl.selectWay:last-of-type{
	padding-bottom: 0;
	border: none;
}
table.basic dl.selectWay dd {
	margin: 20px 0 0 35px;
}
table.basic dl.selectWay dd,
table.basic dl.selectWay p {
	line-height: 1.8;
}
table.basic dl.selectWay ul{
	margin: 30px 0 25px 25px;
}
table.basic dl.selectWay ul li{
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 25px;
}
table.basic dl.selectWay ul li:last-of-type{
	margin: 0;
}
#orderNumber {
	margin: 38px 0 0;
}
#order #orderNumber table.basic {
	width: 741px;
	margin: 0 90px;
	border: 1px solid #006469;
}
#order #orderNumber table.basic th,
#order #orderNumber table.basic td {
	padding: 3px 20px;
	text-align: left;
}
#order #orderNumber table.basic th {
	background: #006469;
	color: #fff;
}
#order #orderNumber table.basic td {
	background: #fff;
	color: #006469;
}

/* Title
---------------------------------------------------- */
.title_page{
	background-color: #e8f1eb;
	padding: 30px 0;
	margin-bottom: 50px;
}
.title_page span{
	display: block;
	width: 1200px;
	margin: 0 auto;
	font-size: 30px;
	color: #00583b;
}
.title_h4{
	width: 1200px;
	margin: 0 auto 23px;
	font-size: 20px;
	color: #269d65;
	font-weight: bold;
}

/* Caption
---------------------------------------------------- */
#caption {
	padding: 0 37px;
	margin: 8px 0 20px;
	line-height: 1.5;
}

/* Complete
---------------------------------------------------- */
.complete {
	padding: 70px 0;
	text-align: center;
	background: #f5f5f5;
	width: 1200px;
	margin: 80px auto 0;
}
#interim h3,
.complete h3{
	font-size: 24px;
	font-weight: 500;
	color: #00583b;
	text-align: center;
	margin-bottom: 35px;
}
.complete .userInfo {
	padding: 20px 0;
	width: 800px;
	height: 60px;
	margin: 40px auto;
	line-height: 1.3;
	background: #fff;
	color: #000;
	font-weight: bold;
	font-size: 15px;
}
.complete .userInfo span{
	font-weight: bold;
}
.complete p {
	margin: 21px 0 0 0 ;
	line-height: 1.8;
}

/* Display List
---------------------------------------------------- */
table.listItem {
	width: 680px;
	margin: 0 0 0 13px;
	background: url(../../images/goods/bg_listLine.gif) left bottom no-repeat;
}
table.listItem th,
table.listItem td {
	padding: 14px 0 15px;
}
table.listItem th {
	width: 60px;
	padding: 14px 9px 15px;
	background: url(../../images/bg_itempic_s.gif) 8px 13px no-repeat;
}
table.listItem td {
	line-height: 1.45;
}
table.listItem td.price {
	width: 130px;
	padding: 14px 10px 15px;
	text-align: center;
	font-weight: bold;
	color: #00473c;
}
table.listItem td a {
	font-weight: bold;
}
table.listItem td .note {
	font-size: 12px;
}
table.listItem td .note {
	font-size: 12px;
}
table.listItem td .icon {
	margin-bottom: 5px;
}

/* Display Thumnbnail
---------------------------------------------------- */
table.thumbsnailItem td {
	width: 114px;
	padding: 1px 13px 0 14px;
	font-size: 12px;
	line-height: 1.45;
	vertical-align: top;
	background: url(../../images/bg_itempic_m.gif) 14px 0 no-repeat;
}
table.thumbsnailItem td a img {
	margin-bottom: 10px;
	border: none;
	vertical-align: top;
}
table.thumbsnailItem .sale,
table.thumbsnailItem .soldout
{	line-height: 1.45;
	text-align: left;
}
table.thumbsnailItem td a img.icon {
	margin-bottom: 3px;
	border: none;
}
table.thumbsnailItem td span {
	color: #00473c;
}
table.thumbsnailItem td .sale span {
	color: #ff0000;
}
.icon {
	margin-right: 2px;
	line-height: 1.45;
}
.icon img{
	margin-right: 2px;
}


/* Font
---------------------------------------------------- */
.sale span,
.soldout{
	margin-top: 3px;
	color: #e60012;
	font-weight: bold;
}
.sale img,
.soldout img{
	margin-bottom: 3px;
}
.attention {
	color: #e60012;
}
.small {
	font-size: 10px;
}
.retype {
	font-size: 16px;
	color: #e60012;
	display: flex;
	padding: 30px 0;
}


/* Favorite
---------------------------------------------------- */
#favorite,
#favorite-l {
	margin-top: 20px;
}
#favorite table.thumbsnailItem {
	margin-top: 8px;
	width:0;
}
#favorite-l table.thumbsnailItem {
	width:0;
}
#goods #mainContents #favorite table.thumbsnailItem td {
	padding: 1px 13px 0 14px;
}
#favorite-l table.thumbsnailItem td {
	padding: 1px 12px 0 13px;
}
#favorite h4 {
	padding: 0 0 0 0;
	width: 681px;
	margin: 0 0 10px 16px;
	height: 35px;
	background: url(../../images/bg_favorite.gif) 0 0 no-repeat;
}
#favorite-l h4 {
	padding: 0 0 0 0;
	width: 848px;
	margin: 0 0 10px 39px;
	height: 35px;
	background: url(../../images/bg_favorite_l.gif) 0 0 no-repeat;
}
#favorite h4 span,
#favorite-l h4 span {
	display: none;
}
#favorite .inner {
	padding: 0;
}
#favorite-l .inner {
	padding: 1px 0;
}
#favorite .inner .favoriteBtn,
#favorite-l .inner .favoriteBtn {
	position: relative;
	height: 21px;
}
#favorite .inner .btn-back {
	position: absolute;
	top: 0px;
	left: 19px;
	margin: 0;
	width: 65px;
}
#favorite-l .inner .btn-back {
	position: absolute;
	top: 0px;
	left: 57px;
	margin: 0;
	width: 65px;
}
#favorite .inner .btn-next {
	position: absolute;
	top: 0px;
	right: 19px;
	margin: 0;
	width: 65px;
}
#favorite-l .inner .btn-next {
	position: absolute;
	top: 0px;
	right: 74px;
	margin: 0;
	width: 65px;
}
#favorite .inner .item-box {
	overflow: hidden;
	margin: 15px 0 0;
	width: 718px;
	float: left;
}
#favorite-l .inner .item-box {
	overflow: hidden;
	display: inline;
	margin: 13px 0 0 47px;
	width: 845px;
	float: left;
}
#favorite-l .inner .icon {
	border: none;
}
#favorite p,
#favorite-l p {
	position: relative;
	margin: 0;
	text-align: right;
}
#favorite p a,
#favorite p span {
	position: absolute;
	top: -33px;
	right: 27px;
	display: block;
}
#favorite-l p a,
#favorite-l p span {
	position: absolute;
	top: -33px;
	right: 54px;
	display: block;
}

/* Input
---------------------------------------------------- */
.w100p{
	width: 100%;
}
.w890 {
	width: 890px;
}
.w650 {
	width: 650px;
}
.w600 {
	width: 600px;
}
.w500 {
	width: 500px;
}
.w460 {
	width: 460px;
}
.w300 {
	width: 300px;
}
.w200 {
	width: 200px;
}
.w250 {
	width: 250px;
}
.w150 {
	width: 150px;
}
select,
option {
	font-size: 14px;
}
input[type=text],
input[type=password]{
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 60px;
	padding: 20px;
	font-size: 15px;
	font-weight: normal;
}
select{
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 60px;
	background-color: #fff;
	padding: 10px 55px 10px 15px;
	box-sizing: border-box;
	appearance: none;
	font-size: 15px;
	background-image: url(../../images/search/arrow_search.gif);
	background-size: 14px 9px;
	background-repeat: no-repeat;
	background-position: right 32px center;
}
input[type=radio]{
	appearance: none;
	position: relative;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
}
input[type="radio"]::before {
	width: 24px;
	height: 24px;
	content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  border-radius: 50%;
}
input[type="radio"]:checked::before{
  border: 1px solid #269d65;
}
input[type="radio"]::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  background: #ccc;
  border-radius: 50%;
}
input[type="radio"]:checked::after {
  background: #269d65;
}
input[type="checkbox"] {
  border-radius: 0;
	appearance: none;
	margin-right: 10px;
}
input[type="checkbox"]{
	position: relative;
	border: none;
	width: 26px;
	height: 26px;
	background-color: #ccc;
	border-radius: 13px;
	padding: 0;
}
input[type="checkbox"]:before {
  position: absolute;
  top: 5px;
  left: 9px;
  transform: rotate(45deg);
  width: 7px;
  height: 11px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
}
input[type="checkbox"]:checked {  
	background-color: #269d65;
}
textarea{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	font-size: 16px;
	line-height: 1.5;
  resize: vertical;
}

/* Order Info
---------------------------------------------------- */
table.orderInfo {
	width: 1200px;
	margin: 0 auto 70px;
}
table.orderInfo th {
	background-color: #f5f5f5;
	height: 60px;
	font-size: 16px;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
table.orderInfo .item{
	width: 650px;
}
table.orderInfo .unit{
	width: 190px;
}
table.orderInfo .amount{
	width: 150px;
}
table.orderInfo .price {
	width: 210px;
}
table.orderInfo td {
	padding: 30px 0;
	text-align: center;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	font-size: 18px;
}
table.orderInfo th.price,
table.orderInfo td.price{
	border-right: none;
}
table.orderInfo td.item{
	display: flex;
	align-items: center;
}
table.orderInfo td.item span{
	display: block;
  line-height: 1.5;
	font-size: 14px;
}
table.orderInfo td.item span:empty{
	display: none;
}
table.orderInfo td.item > div{
	text-align: left;
	margin-inline: 20px;
}
table.orderInfo td.item .item_name span{
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
}
table.orderInfo td.item .delivery_time{
	display: flex;
}
table.orderInfo td.item .item_img {
	width: 150px;
	height: 150px;
	border: 1px solid #e6e6e6;
}
table.orderInfo td.price,
table.orderInfo td.price span{
	font-weight: bold;
}
table.orderInfo tr.space{
	height: 30px;
}
table.orderInfo #calc td{
	border: none;
}
table.orderInfo #calc table{
	width: 550px;
}
table.orderInfo #calc tr{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	background-color: #e8f1eb;
}
table.orderInfo #calc .contents{
	border: none;
	padding: 0;
}
table.orderInfo #calc .contents table th{
	border-right: none;
	border-bottom: 1px solid #00583b;
	background-color: #e8f1eb;
	height: 65px;
	display: flex;
	align-items: center;
	width: 163px;
	justify-content: flex-start;
	font-size: 16px;
	color: #00583b;
	font-weight: 500;
}
table.orderInfo #calc .contents table td{
	padding: 0;
	border-right: none;
	border-bottom: 1px solid #00583b;
	height: 65px;
	display: flex;
	align-items: center;
	color: #00583b;
	font-size: 20px;
}
table.orderInfo #calc .contents table td span{
	color: #00583b;
}
table.orderInfo #calc .contents table td.amount{
	width: 148px;
	justify-content: center;
	font-weight: 500;
}
table.orderInfo #calc .contents table td.price{
	width: 179px;
	justify-content: flex-end;
	font-weight: bold;
}
table.orderInfo #calc .contents table tr:last-of-type th,
table.orderInfo #calc .contents table tr:last-of-type td{
	border-bottom: none;
}
table.orderInfo #total td{
	border: none;
	padding: 0;
}
table.orderInfo #total table{
	width: 550px;
}
table.orderInfo #total table tr{
	display: flex;
	align-items: center;
	padding: 0 30px;
	background-color: #00583b;
}
table.orderInfo #total table th{
	border: none;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 245px;
	font-size: 18px;
}
table.orderInfo #total table td{
	padding: 0;
	border: none;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 245px;
	font-size: 22px;
}
table.orderInfo #total table th,
table.orderInfo #total table td,
table.orderInfo #total table td span{
	background-color: #00583b;
	color: #fff;
	font-weight: bold;
}

/* PageNation
---------------------------------------------------- */

#pageNaiton {
	height: 34px;
	width: 680px;
	position: relative;
	background: url(../../images/bg_pN.gif) 0 0 no-repeat;
	margin: 30px 0 30px 14px;
}
#pageNaiton dl,
#pageNaiton dt,
#pageNaiton dd {
	margin: 0;
}
#pageNaiton dl.display {
	position: absolute;
	top: 11px;
	left: 11px;
}
#pageNaiton dl.display dt {
	display: none;
}
#pageNaiton dt {
	float: left;
	clear: both;
}
#pageNaiton dl.display dt {
	width: 52px;
}
#pageNaiton dl.sortwide {
	width: 245px;
}
#pageNaiton dl.display dd {
	margin-left: 0;
	line-height: 12px;
}
#pageNaiton dl.display b {
	padding: 3px;
	background: #f3e0d0;
	font-weight: normal;
}
#pageNaiton .pageing {
	float: left;
	margin: 0;
	font-size: 14px;
	line-height: 1;
	padding: 0;
}
#pageNaiton .pageing span,
#pageNaiton .pageing a{
	line-height: 12px;
	background: #006469;
	color: #fff;
	padding: 1px 4px 0;
	zoom: 100%;
}
#pageNaiton .pageing span{
	color: #fff;
	background: #b5b5b5;
}
#pageNaiton .pageing a {
	text-decoration: none;
}
#pageNaiton .pageing a:hover {
	background: #b5b5b5;
}

/* Relation Item Height
---------------------------------------------------- */
#relationItem-h {
	width: 1200px;
	margin: 70px auto;
}

/* Relation Item Width
---------------------------------------------------- */



/* Error
---------------------------------------------------- */
.inputError {
	padding: 16px;
	width: 1200px;
	margin: 0 auto 20px;
	border: 1px solid #e60012;
}
.inputError ul,
.inputError li {
	margin: 0;
	list-style: none;
	font-size: 16px;
	font-weight: 500;
	color: #e60012;
	line-height: 1.5;
}
.inputError li span{
	font-size: 16px;
	font-weight: 500;
	color: #e60012;
	line-height: 1.5;
}
#error #container .inputError #allMessages li {
	background-image: none;
}

.errorPart {
	background-color: #fff991 !important;
}

/* SP�؂�ւ��{�^�� */
#d_smart_switch {
	padding: 32px 20px;
	background: #cccccd;
	text-align: center;
}
#d_smart_switch a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #535353;
	font-size: 28px;
	background: url(../../images/smartphone/footer/icon_gopc.png) no-repeat center right #fff;
	padding: 26px;
	border-radius: 80px;
}

/*---------- koshien#316 Customization Area is from here.   ----------*/
/* SOCIAL MEDIA
---------------------------------------------------- */
#d_socialmedia {
	display: inline-flex;
  position: absolute;
  bottom: 20px;
  right: 30px;
}
#d_socialmedia_complete {
	margin: 30px 0;
	border-top: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	background: #F8F8F8;
}
#d_socialmedia_complete .items {
	padding: 10px 15px;
	border-bottom: 1px solid #E3E3E3;
}
#d_socialmedia_complete .items table {
	width: 100%;
}
#d_socialmedia_complete .items th {
	padding-right: 10px;
	width: 62px;
}
#d_socialmedia_complete .items th.pl {
	width: 90px;
}
#d_socialmedia_complete .items th img {
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #DEDEDE;
}
#d_socialmedia_complete #SnsImageSelectPrev {
	float: left;
	width: 12px;
	height: 60px;
	padding-right: 2px;
}
#d_socialmedia_complete #SnsImageSelectPrev a {
	display: block;
	width: 12px;
	height: 60px;
    background: url(../../images/button/snsitem_prev.gif) center center no-repeat;
}
#d_socialmedia_complete #SnsImageSelectNext {
	float: right;
	width: 12px;
	height: 60px;
	padding-left: 2px;
}
#d_socialmedia_complete #SnsImageSelectNext a {
	display: block;
	width: 12px;
	height: 60px;
    background: url(../../images/button/snsitem_next.gif) center center no-repeat;
}
#d_socialmedia_complete .items td.btn {
	width: 190px;
}
#d_socialmedia_complete .items td.btn a {
	display: block;
	float: left;
	width: 190px;
	margin: 3px 0;
}
/*---------- koshien#316 Customization Area is to here.   ----------*/

/* Simplebar
---------------------------------------------------- */
body .simplebar-track.simplebar-vertical {
  background: #d1e4d8;
  width: 10px;
  border-radius: 5px;
}
body .simplebar-scrollbar:before {
  background: #00583b;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}


/* Conveni include
---------------------------------------------------- */
.conveni_paymentprocess .txtlink02 a {
  display: block;
  background-color: #a1a1a1;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  position: relative;
  border-bottom: none;
}
.conveni_paymentprocess .txtlink02 a::after {
  content: "";
  position: absolute;
  background: url(/koshien/images/guide/close.png) no-repeat;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 22px;
  background-size: contain;
}
.conveni_paymentprocess:first-of-type{
  margin-top: 15px;
}
.convenience_info {
  background-color: #f5f5f5;
  padding: 30px 30px 15px;
}
.conveni_paymentprocess{
  margin-bottom: 10px;
}
.conveni_paymentprocess .txtlink02 a.open::after {
  background: url(/koshien/images/guide/open.png) no-repeat;
  background-size: contain;
}
.convenience_info .c-title{
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 22px;
}
.convenience_info_inner{
  margin-bottom: 28px;
}
.convenience_info h5{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.convenience_info ul,
.convenience_info li {
  list-style-type: none;
}
.convenience_info ul {
  margin: 0;
}
.convenience_info ul li {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}
.convenience_info .comments{
  margin: 0 0 20px;
}
.convenience_info .comments li{
  font-size: 14px;
  position: relative;
  padding: 0 0 0 20px;
}
.convenience_info .comments li::after{
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.convenience_info .payment_flow {
  display: flex;
  flex-wrap: wrap;
}
.convenience_info .payment_flow + .payment_flow {
  margin-top: 20px;
}
.convenience_info .payment_flow .step {
  background-color: #fff;
  width: 270px;
  /* width: 32%; */
  padding: 10px 10px 18px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.convenience_info .payment_flow .step:not(:nth-of-type(3n)){
  margin-right: 15px;
  /* margin-right: 2%; */
}
.convenience_info .payment_flow .step .txt{
  margin: 18px 10px 0;
  font-size: 14px;
  line-height: 1.7;
}
.convenience_info .payment_flow .step.txtonly{
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.convenience_info.seven .payment_flow .step.txtonly,
#order .convenience_info.seven .payment_flow .step.txtonly{
  width: 100% !important;
}
.convenience_info .payment_flow .step.txtonly .txt{
 margin: 0;
}
.convenience_info .payment_flow .step .txt span{
  font-weight: bold;
}
.convenience_info .payment_flow h5{
  width: 100%;
  margin-bottom: 20px;
}
.convenience_info .payment_flow h6{
  width: 100%;
  margin: 0 0 10px;
  font-weight: bold;
}
.convenience_info .payment_flow .graph {
  text-align: center;
}
.convenience_info .payment_flow .graph img {
  width: 250px;
  height: auto;
}
/* 注文画面 */
#order .convenience_info .payment_flow .step {
  width: 32%;
  margin-bottom: 22px;
  padding-top: 15px;
}
#order .convenience_info .payment_flow .step:not(:nth-of-type(3n)){
  margin-right: 2%;
}