@charset "UTF-8";

/*----------------------------------------------
Help Top - FAQ
----------------------------------------------*/
h2.shoppingguide{
	font-size: 22px;
	color: #222222;
}
#help_top h3{
	margin: 0 0 10px 0;
    font-size: 1.25em;
    font-weight: bold;
}
#help_top h4{
	font-weight:bold;
}
#help_top ul{
	margin:15px 0 0 0;
}
div.faqbox{
	background: #F4F4F4;
	padding: 25px 0;

}
div.faqbox p{
	text-align: center;
	font-size: 14px;
	color: #222;

}
div.faqbox a{
	width: 330px;
	height: 62px;
	background: #808080;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 0;
	font-size: 1.1em;
	border-radius: 4px;
}
div.faqbox a:hover{
	opacity: 0.8;
}
#help_top a.help_more{
	display:block;
	float:right;
	position:relative;
	margin:10px 0 30px 0;
	padding:5px 25px 5px 15px;
	text-align:center;
	background:#ededed;
	font-size:.9em;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#help_top a.help_more:after{ 
	position: absolute;
	content: '';
	top:11px;
	right:14px;
	width: 5px; 
	height: 5px; 
	border-top: 1px solid #666; 
	border-right: 1px solid #666; 
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#help_top a.help_more:hover::after{ 
	border-top: 1px solid #999; 
	border-right: 1px solid #999; 
}
/*----------------------------------------------
Help Top - Shopping Guide
----------------------------------------------*/
#help_top #area_guide{
	margin:20px 0 40px 0;
	padding:30px 0 0 0;
}
#help_top #area_guide ul{
	margin:0 -30px 0 0;
	width:1090px;
}
#help_top #area_guide ul li{
	float:left;
	position: relative;
	margin:0 30px 0 0;
	padding:3px 0 3px 18px;
	width:315px;
}
#help_top #area_guide ul li .icon_arrow::before,
#help_top #area_guide ul li .icon_arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#help_top #area_guide ul li .icon_arrow::before{
	left: 5px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*----------------------------------------------
Help Top - Contact
----------------------------------------------*/
#help_top #area_contact{
	margin:40px 0 100px 0;
	padding:25px;
	border:5px solid #e6e6e6;
}
#help_top #area_contact p{
	line-height:180%;
}
#help_top #area_contact a#btn_contact{
	display:block;
	margin:25px auto 10px auto;
	padding:20px 15px;
	width:300px;
	text-align:center;
	background: #808080;
	color:#ffffff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:1.1em;
}
#help_top #area_contact a#btn_contact:hover{
	opacity: 0.8;
}

/*----------------------------------------------
Help FAQ
----------------------------------------------*/
#other #help_sidemenu a.sidefaq{
	width: 100%;
	border: 1px solid #DADADA;
	height: 88px;
	display: flex;
	align-items: center;
	color: #222;
	position: relative;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
	margin-bottom: 30px;

}
#other #help_sidemenu a.sidefaq::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)rotate(45deg);
	right: 20px;
	width: 11px;
	height: 11px;
	border-top: 2px solid #808080;
	border-right: 2px solid #808080;
}
#other #help_sidemenu ul{
	border:0;
}
#other #help_sidemenu .about_menu {
	margin-bottom:5px;
}
#other #help_sidemenu li{
	padding:7px 0;
	border:0;
}
#other #help_sidemenu li+li{
	border-top:1px solid #ededed;
}
#other #help_sidemenu li a{
	padding:0 0 0 10px;
}
#other h3 #h3_sub{
	font-size:0.8em;
	font-weight:bold;
}
ul#help_q{
	margin:10px 0 60px 0;
	padding:20px 0 0 0;
	border-top:1px solid #999999;
}
ul#help_q li{
	list-style:none;
	padding:10px 0 10px 35px;
	background:url(/shared/pc_pal/images/help/icon_q.png) no-repeat left 8px;
	background-size:24px 24px;
}
#other ul#help_q li a{
	font-weight:normal;
}
#other #help_rightcont h4{
	padding:25px 0 10px 35px;
	border-top:1px solid #999999;
	border-bottom:0;
	background:url(/shared/pc_pal/images/help/icon_q.png) no-repeat left 23px;
	background-size:24px 24px;
}
#other #help_rightcont p{
	margin:0 0 0 35px;
	padding:0;
}
#other #help_rightcont p.help_a{
	margin:0;
	padding:0 0 10px 35px;
	background:url(/shared/pc_pal/images/help/icon_a.png) no-repeat left top;
	background-size:24px 24px;
}
span.help_subtitle{
	dispaly:block;
	margin:0 0 100px 0;
}

/*----------------------------------------------
Help FAQ - Contact
----------------------------------------------*/
#help_rightcont #area_contact{
	margin:100px 0 0 0;
	padding:25px;
	border:5px solid #e6e6e6;
}
#help_rightcont #area_contact p{
	margin:0;
	padding:0;
	line-height:180%;
}
#help_rightcont #area_contact a#btn_contact{
	display:block;
	margin:25px auto 10px auto;
	padding:20px 15px;
	width:300px;
	text-align:center;
	background:#808080;
	color:#ffffff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:1.1em;
}
#help_rightcont #area_contact a#btn_contact:hover{
	opacity: 0.8;
}
/*----------------------------------------------
Help Shopping Guide
----------------------------------------------*/
#other #help_rightcont h4.guide_h4{
	margin:50px 0 0 0;
	padding:20px 0;
	border-top:1px solid #999999;
	background:none;
	font-size:1.1em;
}
#other #help_rightcont #guide_content p{
	margin:0;
}
#other #help_rightcont #guide_content h5{
	margin:20px 0 5px 0;
}
#other #help_rightcont #guide_content p.button{
	margin:20px 0 0 0;
}

/* shopping_guide */
#other #help_rightcont #guide_content p.guide_t{
  margin-bottom: 55px;
}
#other .guide_inner {
  margin-bottom: 55px;
}
#other .guide_box {
  width: 330px;
  float: left;
}
#other #help_rightcont #guide_content p.guide_title span{
	position: relative;
	padding:15px 25px 15px 12px;
	font-size:1.4em;
	color:#ffffff;
}
#other #help_rightcont #guide_content p.guide_title span:before {
content: "";
display: block;
position: absolute;
top: 7px;
left: 0; 
width: 37px;
height: 37px;
border-radius: 20px;
background-color: #343434;
z-index: -1;
}
#other #help_rightcont #guide_content p.guide_title {
	margin:0 0 10px 0;
	font-weight:bold;
}
#other .guide_box img{
  width: 328px;
  height: auto;
  border:1px solid #cccccc;
}
#other .guide_arrow {
  float: left;
  margin-top: 81px;
}
#other #help_rightcont #guide_content p.space {
	margin-bottom: 20px;
}

#other #help_rightcont #guide_content p.space2 {
	margin-top: 20px;
	margin-bottom: 20px;

}

/*フリーワード*/

#other h2{
	margin-bottom: 50px;
	padding-bottom: 0;
	border-bottom: none;

}
input#keyword{
	
	position: relative;
	border: 1px #dadada solid;
	font-size: 12px;
	display: block;
	height: 40px;
	padding: 0 12px;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
}
#keywordbox{
	width: 600px;
	margin: 0 auto 72px;
	position: relative;
}
#keywordbox::after{
	content: "";
	display: block;
    width: 19px;
    height: 19px;
    background: url(../images/search.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
}