@charset "utf-8";
.guide-btn {
    padding: 0 20px 0 30px;
    width: auto;
}
.guide_page-inner {
	margin: 0 auto;
}
.guide_page_wrap {
    box-sizing: border-box;
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 10px;
	margin-top: 10px;
}
.guide_description_borderSection{
	border: solid 1px #ccc;
    border-radius: 3px;
    padding: 20px;
}
.guide_page-txt {
    margin: 10px 10px 10px 20px;
    flex: 1;
    font-size: 1.4rem;
}
.guide_page-capWrapInner {
    box-sizing: border-box;
    border: solid 1px #ccc;
    border-radius: 3px;
    margin: 10px;
    padding: 10px;
}
.guide_page_wrap h4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.guide_page-txt ol {
   list-style-type: decimal;
}
.guide_page-txt ol li {
    padding: 0 0 5px 0;
    line-height: 1.5;
}
.table_inner p{
margin: 10px 0;
}

div.naviscrolltop p {
    margin: 20px 0px 0px 0px;
    height: 15px;
    font-size: 90%;
    text-align: right;
}
.guide_page-capWrapInner img{
	height: auto;
}
._color-red{
	color: #CC0000 !important;
}
@media print, screen and (min-width: 768px){
.table_item tr th span{
	display: inline-block;
    width: 70%;
	text-align: left;
    margin-right: 10px;
}

.guide_page-inner {
    width: 1160px;
}
.guide_page_block.blockRight {
    flex-direction: row-reverse;
}
.guide_page_block {
    display: flex;
    justify-content: space-between;
}
.guide_page-capWrapInner {
    width: 500px;
	text-align: center;
}
	.guide_page_wrap .table_item{
		width: 670px;
	}
	.guide_page-txt .table_item{
		width: 460px;
	}
	
}



@media screen and (max-width: 767px){
#ui0085 #MainContent table{
	font-size: 1.2rem;
    text-align: left;
}
#ui0085 #MainContent .wide table{
	border: 1px solid #cdcdcd;
	width: 100%;
}
	.wide table .thead{
		display: none;
	}
.wide table th {
    display: block !important;
    width: 100% !important;
    font-size: 16px !important;
	position: relative;
}
#ui0085 #MainContent .wide table td {
    display: block !important;
    width: 100% !important;
    border:none;
	position: relative;
	text-align: center;
	padding:10px;
	margin-top: 52px;
}
.wide table td:first-child:before {
    content: "銀行振込・Pay-easy・クレジットカード・楽天Pay(旧:楽天ID決済)の場合";
    background: #eeeeee;
    height: 32px;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
	font-size: 1.2rem;
	text-align: left;
	top:-52px;
	left: 0px;
	position: absolute;
}
.wide table td:nth-child(2):before {
    content: "コンビニ決済・代引きの場合";
    background: #eeeeee;
    height: 32px;
    padding: 15px 0 0 0;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
	font-size: 1.2rem;
	border-top: 1px solid #cdcdcd;
	position: absolute;
    top: -52px;
    left: 0;
    width: -webkit-fill-available;
    text-align: center;
  }
.wide02 table td:first-child:before {
    content: "銀行振込・Pay-easy・コンビニ決済・代引きの場合";
    background: #eeeeee;
    height: 32px;
    padding: 15px 0 0;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
	font-size: 1.2rem;
	text-align: center;
	top:-52px;
	left: 0px;
	position: absolute;
	width: -webkit-fill-available;
}
.wide02 table td:nth-child(2):before {
    content: "クレジットカード・楽天Pay(旧:楽天ID決済)の場合";
    background: #eeeeee;
    height: 32px;
    padding: 15px 0 0;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
	font-size: 1.2rem;
	border-top: 1px solid #cdcdcd;
	position: absolute;
    top: -52px;
    left: 0;
    width: -webkit-fill-available;
    text-align: center;
  }
.guide_page-capWrapInner {
    display: inline-block;
}	
	
.guide_page_wrap {
	box-sizing: border-box;
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 10px;
    margin: 10px;
	font-size: 1.4rem;
}	
	
}