/* ==========================================
guide
========================================== */

.guide_mail a {
	background: url('../../../img/usr/originalpage/guide/guide_mail.svg') no-repeat 45px;
	background-size: 21px 16px;
}
@media all and (-ms-high-contrast: none){
	.guide_mail a {
		background-position-y: 49%;
	}
}
.guide_mail .btn-lg:hover {
	background-image: url('../../../img/usr/originalpage/guide/guide_mail.svg');
	background-color:rgba(255,255,255,0.8);
	background-blend-mode:lighten;
}

.guide_mail p {
	padding-left: 20px;
}

.guide_mail .btn-lg.btn-lnk {
	background-position: left 40px top 50%;
	max-width: 360px;
}

.guide_ttlbox {
	height: 60px;
	background-color: #f2e4d4;
	/* background-color: #e7e4d9; */
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	display: block;
	padding: 0 20px 0 30px;
	text-decoration: none;
	cursor:pointer;
}

.guide_ttlbox .ml10 {
	margin-left:10px;
}

.guide_ttlbox .flr {
	float:right;
}

.guide_ttlbox .ttl_imgtext {
	padding-left:30px;
}

.guide_ttlbox span{
	display:inline-block;
	font-size: 18px;
	font-weight:bold;
	line-height:60px;
}

.guide_mail .btn-lg {
	max-width: 360px;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}



.guide_border-box {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	/*border-left: 3px solid #e7e4d9;*/
	border-left: 3px solid #f2e4d4;
	/*border-right: 3px solid #e7e4d9;*/
	border-right: 3px solid  #f2e4d4;
	/*border-bottom: 3px solid #e7e4d9;*/
	border-bottom: 3px solid #f2e4d4;
	padding: 10px 30px 30px 50px;
	height:400px;
}

.guide_border-box ul {
	color:#2a120c;
}

.guide_border-box li {
	text-decoration-line: underline;
	list-style: disc;
	margin-top: 15px;
}

/* ==========================================
shopping
========================================== */

.gd_shopping .icon-user::before {
	/*content: url(../../../img/usr/originalpage/guide/shopping/shopping_01.png);*/
}

.gd_shopping_list {
	padding:20px;
	font-weight: normal;
	opacity: 1!important;
}


.gd_shopping_col3 {
	border:1px solid #443829;
	border-radius:5px;
	overflow:hidden;
}

.gd_shopping_col3 .sh_1 {
	padding-top: 20px;
	padding-left: 20px;
	padding-right:20px;
	border-right:1px solid #443829;
	float: left;
	width: 33.33%;
}

.gd_shopping_col3 .sh_2 {
	padding-top: 20px;
	padding-right:20px;
	padding-left:20px;
	border-right:1px solid #443829;
	float: left;
	width: 33.33%;
}

.gd_shopping_col3 .sh_3 {
	padding-top: 20px;
	padding-left:20px;
	padding-right:20px;
	float: left;
	width: 33.33%;
}

.gd_shopping_col3 .sh_ttl {
	text-align:center;
	color:#443829;
	font-weight:bold;
	margin-bottom:10px;
	font-size: 16px;
}

.gd_shopping_col3 .sh_text {
	color:#443829;
	height:140px;
}

.gd_shopping_col3 .sh_col3_bt {
	padding-bottom:30px;
	text-align: center;

}

.gd_shopping_col3 .sh_col3_bt a {
	color:#443829;
	text-align:center;
	border:1px solid #443829;
	border-radius:5px;
	padding: 10px 60px;
}

.sh_list .item-list-nav ul li ul {
	margin-bottom:0;
}


/* ==========================================
faq
========================================== */

.faq_list .item-list-nav {
	margin-top:0;
}

.faq_list .item-list-nav ul li ul {
	margin-bottom:0;
}


.faq_list .item-list-nav ul li {
	font-size: 18px;
}

.faq_list .qimgp {
	padding-left: 10px;
}
.faq_list .qimgp span {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 40px;
  background-color: #443829;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
.faq_list .qimgp span:before {
  display: none;
}

.faq_list .qimgptt {
	padding-left: 10px;
	padding-right: 10px;
	flex-grow: 1;
	margin: 0;
	line-height: 1.7em;
}
.faq_list .qimgptt::after {
	display: none;
}
.faq_list .item-list-nav ul li a {
  display: block;
	padding: 20px 0;
	vertical-align: middle;
}

.qimgpt {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ebe6e1;
}

.faq_list .icon_caution {
	background: url('../../../img/usr/common/ico_caution.svg') no-repeat center center;
	background-position: left center;
    background-repeat: no-repeat;
	background-size: 19px 17px;
	padding-left: 25px;
	font-size: 16px;
    line-height: 1.56;
}

/* ==========================================
newregist
========================================== */

.qa_nft {
  padding: 20px 0;
	color: #443829;
	font-weight: bold;
	font-size:18px;
}

.qimgpt_no {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}

.faq_list .qimgpt_no .qimgp span {
  background-color: #f9f4e1;
  color: #443829;
}

.qa_nft_box {
	margin-bottom:50px;
}

.qa_nft_box .qimgpt .qimgp {
  padding-top: 20px;
  padding-bottom: 20px;
}


@media screen and (min-width: 768px) {
	.pc{display: block;}
	.sp{display: none !important;}
}

.faq_newsp_bt {
	color:#443829;
	margin-bottom: 50px;
}

.faq_newsp_bt_ct {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #ebe6e1;
}

.faq_newsp_bt_ct p {
	display: inline-block;
	font-weight:bold;
	padding: 15px 0;
	font-size: 16px;
}
.faq_newsp_bt_ct p.lato {
    width: 2em;
    font-family: "Yu Gothic", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.faq_newsp_bt_ct p.bt_ct_b{
    padding: 0;
    width: -webkit-calc(100% - 2em);
    width: calc(100% - 2em);
}
.faq_newsp_bt_ct p.bt_ct_b a{
	display: inline-block;
    padding: 15px;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {

	.pc{display: none !important;}
	.sp{display: block;}
	.wmax_sp{width: 100% !important;}

	/* ==========================================
	guide
	========================================== */

	.guide_main_bn img {
		width:100%;
	}


	.guide_mail .btn-lg {
    width: 80%;
	}
	.guide_border-box {
		height: auto;
	}

	.guide_ttlbox span {
    font-size: 14px;
	}

	.guide_ttlbox {
    height: 40px;
	}

	.guide_ttlbox span {
    line-height: 40px;
	}

	.guide_mail a {
    background: url('../../../img/usr/originalpage/guide/guide_mail_sp.svg') no-repeat 10%;
		background-size: 13px auto !important;
	}

	.guide_mail .btn-lg:hover {
    background-image: url('../../../img/usr/originalpage/guide/guide_mail_sp.svg');
	}

	.guide_border-box li {
    margin-top: 10px;
	}

	.guide_border-box {
    padding: 10px 20px 20px 30px;
	}

	.guide_ttlbox {
    padding: 0 20px 0 20px;
	}

	.guide_mail .btn-lg {
		padding: 5% 0;
	}

	.guide_mail p {
    padding-left: 0;
		font-size:14px;
        text-align: center;
	}

	.guide_ttlbox span.flr img{
		width: 14px !important;
		height: 14px !important;
	}


	/* ==========================================
	shopping
	========================================== */
	.gd_shopping .icon-user,
	.panel-heading .icon-envelope {
	    font-size: 14px;
	    height: 14px;
	    width: 14px;
		position: relative;
	}
	.gd_shopping .icon-user::before,
	.panel-heading .icon-envelope::before {
		content: "";
		background-size: 14px 14px;
	    font-size: 14px;
	    height: 14px;
	    width: 14px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.gd_shopping .icon-user::before {
	    /*content: url(../../../img/usr/originalpage/guide/shopping/shopping_01_sp.svg);*/
		background-image: url("../../../img/usr/common/ico_mypage_w.svg");
	}
	.panel-heading .icon-envelope::before {
		background-image: url("../../../img/usr/common/ico_mail_w.svg");
	}
	
	.sp-gd_shopping-icon {
		position: absolute;
		top: 50%;
		left: 25px;
		margin-top: -7px;
		height: 14px;
	    width: 14px;
	}
	.sp-gd_shopping-icon::before {
	    content: url(../../../img/usr/originalpage/guide/guide_02_white.svg);
	    font-size: 14px;
	    height: 14px;
	    width: 14px;
	}
	.sp-gd_faq-icon {
		position: absolute;
		top: 50%;
		left: 25px;
		margin-top: -7px;
		height: 14px;
	    width: 14px;
	}
	.sp-gd_faq-icon::before {
	    content: url(../../../img/usr/originalpage/guide/guide_03_white.svg);
	    font-size: 14px;
	    height: 14px;
	    width: 14px;
	}



	.gd_shopping_list {
		padding: 13px;
	}

	.gd_shopping_col3 .sh_1 {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #443829;
	}

	.gd_shopping_col3 .sh_2 {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #443829;
	}

	.gd_shopping_col3 .sh_3 {
		width: 100%;
		border-right: 0;
	}

	.gd_shopping_col3 .sh_text {
    height: auto;
		padding-bottom:20px;
	}

	.gd_sh_topreturn {
		border:2px solid #938675;
		border-radius:50px;
		text-align:center;
		margin-bottom:20px;
		display:block;
		height:40px;
		width:100%;
		position: relative;
	}

	.gd_sh_topreturn img{
		position: absolute;
		right: 20px;
		top: 43%;
		width: 10px;
		height: 10px;
	}

	.gd_sh_topreturn a {
		display: block;
		line-height: 40px;
		text-decoration: none;
        text-align: center;
	}

	.gd_shopping_col3 .sh_ttl {
		font-size: 14px;
	}

	/* ==========================================
	faq
	========================================== */

	.faq_list,
	.faq_list .item-list-nav ul li {
    font-size: 14px;
	}

	.qimgp img {
		width: 23px;
	}

	.qimgpt {
		border-color: #ccc;
	}

	.faq_list .qimgp {
    padding-left: 1%;
	}
	.faq_list .qimgp span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}

	.faq_list .qimgptt {
		padding-left: 2%;
		padding-right: 2%;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.faq_list .qimgpttSpp0 {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
	}

	.faq_list .item-list-nav ul li a {
		padding: 10px 0;
	}

	.faq_list .icon_caution {
		font-size: 16px;
		line-height: 1.25;
		display: block;
		padding-left: 5.33vw;
		background-image: url('../../../img/usr/common/ico_caution.svg');
		background-position: left 0.8vw;
		background-repeat: no-repeat;
		background-size: 14px;
	}

	/* ==========================================
	newregist
	========================================== */

	.qa_nft {
		padding: 10px 0;
		font-weight: normal;
	}

	.qimgpt_no {
		padding: 10px 0;
	}

	.qa_nft_box {
		margin-bottom: 6%;
	}

	.qa_nft_box .qimgpt {
		/*border-top: 1px solid;*/
		/*border-color: #ccc;*/
	}

	.qa_nft_box .qimgpt .qimgp {
		padding-top: 0;
		padding-bottom: 0;
	}

	.faq_newsp_bt {
		color:#443829;
		margin-bottom: 10%;
	}

	.faq_newsp_bt_ct {
		display: flex;
		align-items: flex-start;
		/*margin-bottom: 10px;*/
		font-size: 14px;
	}

	.faq_newsp_bt_ct p {
		display: inline-block;
		font-weight:bold;
		font-size: 14px;
	}

	.faq_newsp_bt_ct p.bt_ct_b {
		/*margin-left:15px;
		font-weight: normal;
		text-decoration:underline;*/
	}
	.faq_newsp_bt_ct p.bt_ct_b a{
	    font-size: 14px;
	}

}
.gd_shopping_list p{
	font-weight: normal!important;
}
.gd_shopping_col2 {
	width: 66%;
}
.gd_shopping_col2 .sh_2 {
	border-right: none;
	width:50%;
	border-left: 1px solid #443829;
}
.gd_shopping_col2 .sh_1 {
	width:50%;
	border-right: none;
}
@media only screen and (max-width: 767px) {
	.gd_shopping_col2 {
		width: 100%;
	}
	.gd_shopping_col2 .sh_2 {
		border-bottom: none;
		width:100%;
		border-left: none;
	}
	.gd_shopping_col2 .sh_1 {
		width:100%;
	}
}
.qa_nft_box .btn-area .btn-xlg {
	max-width: 800px;
	color: #443829;
	border: 2px solid #938675;
}
.qa_nft_box .btn-area .guide-blank:hover {
background-image: url(../../../img/usr/originalpage/common/btn-ic-blank.svg);
background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;
}
@media only screen and (max-width: 767px) {
.qa_nft_box .btn-area .guide-blank:hover {
	 color: #443829;
}
}

.qa_nft_box .btn-area .btn-lnk:hover {
background-image: url(../../../img/usr/originalpage/common/btn-arw-brown.svg);
background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;
}

@media only screen and (max-width: 767px) {
.qa_nft_box .btn-area .btn-lnk:hover {
	 color: #443829;
}
}

.gd_shopping_list {
	background: none!important;
	cursor: default!important;
}
.sh_list ul, .faq_list ul{
	display: block!important;
}

.faq_list .qimgpt_no .qimgptt .fw_bold{
	font-size:18px;
}
.qa_nft{
	font-size:20px;
}
.qimgptt img{
	max-width:100%;
}
@media only screen and (max-width: 767px) {
.faq_list .qimgpt_no .qimgptt .fw_bold{
	font-size:16px;
}
.qa_nft{
	font-size:18px;
}
	}
.boder-dotted {
	    border-top: 1px dotted #eeeeee;
}
.width-u-60 {
	width: 60%;
}
.card-img-size {
	width: 40%;
}
.guide-payment-back {
	background: #f7f6f3;
	padding: 20px;
}
@media only screen and (max-width: 767px) {
.width-u-60 {
	width: 100%;
}
.card-img-size {
	width: 60%;
}
.overwrite-contact-wrap-guide li{
	font-size: 14px;
}
.guide-payment-back {
	padding: 15px 10px;
}
.faq_list .item-detail-table .table-row-title, .faq_list .item-detail-table .table-row-text {
	padding: 10px 20px;
}
}

.guide-head-icon {
	width: 18px;
	height: 18px;
	position: relative;
    top: -1px;
}
@media all and (-ms-high-contrast:none){
.guide-head-icon {
	width: 20px;
	height: 18px;
	position: relative;
    top: -1px;
}
}
@media only screen and (max-width: 767px) {
.guide-head-icon {
    top: -2px;
}
}
.overwrite-guide-warning-ic {
	position: relative;
	top: -2px;
}
.guide_border-box-screensharing {
	padding: 25px 30px 30px 30px;
	height: auto;
}
.guide_border-box-screensharing-img {
	width: 15%;
	float: left;
}
.guide_border-box-screensharing-img img{
	width: 100%;
	height: 100%;
}
.guide_border-box-screensharing-text {
	width: 85%;
	float: right;
	padding-left: 20px;
}
.guide_border-box-screensharing-link {
	width: 85%;
	float: right;
	padding-top: 20px;
	padding-left: 20px;
}
@media only screen and (max-width: 767px) {
.guide_border-box-screensharing {
	padding: 25px 20px 20px 20px;
}
.guide_border-box-screensharing-img {
	width: 20%;
	float: left;
	padding-top: 20px;
}
.guide_border-box-screensharing-text {
	width: 100%;
	float: none;
	padding-left: 0;
}
.guide_border-box-screensharing-link {
	width: 80%;
	float: right;
}
}

/* 2021.05 */
#pc_guide_nav .btn.btn-primary.btn-mypage.btn-rectangle.btn-lg.icon-user { padding: 13px 25px 11px 7px; margin: 0 0 10px 0; border: 2px solid #938675; border-radius: 10px; background-color: #f2e4d4 !important;; background-image: none !important; font-size: 18px !important; font-weight: bold; font-family: "Yu Gothic", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important; text-align: left; text-decoration: none; line-height: 1.8; position: relative; display: block; color: #443829;}
#pc_guide_nav .btn.btn-primary.btn-mypage.btn-rectangle.btn-lg.icon-user:hover { text-decoration: none;}
#pc_guide_nav .btn.btn-primary.btn-mypage.btn-rectangle.btn-lg.icon-user::after { content: ""; width: 8px; height: 8px; margin-top: -4px; border-right: 2px solid #938675; border-bottom: 2px solid #938675; position: absolute; right: 14px; top: 50%; transform:  rotate(-45deg);}
#pc_guide_nav .btn.btn-primary.btn-mypage.btn-rectangle.btn-lg.icon-user::before { display: none !important;}
#pc_guide_nav .mypage-list-group { margin-bottom: 55px;}
#pc_guide_nav .btn.btn-primary.btn-mypage.btn-rectangle.btn-lg.icon-user { margin-bottom: 0;}
#pc_guide_nav .list-group.mypage-list-group { border-bottom: #ebe6e1 1px solid;}
#pc_guide_nav .list-group.mypage-list-group .list-group-item { width: 100%; height: auto; padding: 19px 5px 19px 10px; font-size: 16px; line-height: 1.375; text-decoration: none; background-color: #fff;}
#pc_guide_nav .list-group.mypage-list-group .list-group-item .pl5 { padding-left: 0 !important;}
#pc_guide_nav .list-group.mypage-list-group .list-group-item.js-current,
#pc_guide_nav .list-group.mypage-list-group .list-group-item:hover { text-decoration: none; background-color: #f2e4d4; opacity: 1.0 !important;}
#pc_guide_nav .list-group.mypage-list-group .list-group-item:nth-child(1) { padding: 10px 10px 8px; margin: 20px 0 0 0; border-top: 0; border-bottom: 2px solid #443829; border-radius: 0;	background: none; background-color: #dddddd; font-size: 22px; font-weight: bold; line-height: 1.818; text-align: left; color: #443829;}
#pc_guide_nav .list-group.mypage-list-group .list-group-item:nth-child(1) img { display: none !important;}
#pc_guide_nav .list-group.mypage-list-group .list-group-item:nth-child(1):hover  { opacity: 1.0; color: #a19b94;}
#pc_guide_nav .btn.btn-block.btn-light-brown.btn-lg.btn-rectangle { padding: 13px 25px 11px 7px; margin: 0 0 10px 0; border: 2px solid #938675; border-radius: 10px; background-color: #f2e4d4; background-image: none !important; font-size: 18px; font-weight: bold; text-align: left; text-decoration: none; line-height: 1.8; position: relative; display: block; color: #443829;}
#pc_guide_nav .btn.btn-block.btn-light-brown.btn-lg.btn-rectangle:hover { text-decoration: none;}
#pc_guide_nav .btn.btn-block.btn-light-brown.btn-lg.btn-rectangle::after { content: ""; width: 8px; height: 8px; margin-top: -4px; border-right: 2px solid #938675; border-bottom: 2px solid #938675; position: absolute; right: 14px; top: 50%; transform:  rotate(-45deg);}
#pc_guide_nav .btn.btn-block.btn-light-brown.btn-lg.btn-rectangle .pl5 { padding-left: 0 !important;}
#pc_guide_nav .btn.btn-block.btn-light-brown.btn-lg.btn-rectangle.mt-5 { margin-top: 0 !important;}
#pc_guide_nav .btn.btn-block.btn-light-brown.btn-lg.btn-rectangle .icon-envelope { display: none !important;}
