@charset "utf-8";

#gnav {
    background: none;
}
#gnav #nav01{
    width: 100%;
    height: 40px;
    z-index: 100;
    background: url(/merchant/common/images/gnav_bg.png) left top repeat;
}

header #headTop {
	font-size: 14px;
}
header #headTop ul {
	padding-top: 5px;
}
header #headTop li.head01 {
	background: none;
	color:#fff;
	padding: 5px 0;
	font-weight: bold;
	margin-left: 12px;
	float: none;
}
header #headTop li.head02,
header #headTop li.head03{
	text-align: left;
    padding-left: 12px;
}
header #headTop li.head02 a{
	width: 81px;
	background: url(/merchant/common/images/head_icon04.png) 61px 10px;
	background-color:#fff;
	background-repeat: no-repeat;
}
header #headTop li.head03 a{
	width: 166px;
	background: url(/merchant/common/images/head_icon04.png) 145px 10px;
	background-color:#fff;
	background-repeat: no-repeat;
}
br.narrow {
    display: none;
}

@media screen and (min-width:769px) and (max-width:969px){
	br.narrow {
	    display: block;
	}
}


/*202303追記*/
header #headTop li {
	float: right;
}
header #headTop li.head03 a {
	width: 81px;
	background: url(/merchant/common/images/head_icon04.png) 61px 10px;
	background-color: #fff;
    background-repeat: no-repeat;
}
.content-size {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.guide-otoiawase {
    width: 930px;
    margin: 20px auto 0;
    padding: 24px;
    border: 1px solid #333;
    background-color: #fff;
}

.li-sq {
    width: 960px;
    margin: 0 auto;
}

.li-sq li {
    position: relative;
    margin-top: 20px;
    padding-left: 1.6rem;
    font-size: 1.5rem;
    color: #333;
}
.li-sq li::before {
    content: '■';
    position: absolute;
    top: 0;
    left: 0;
}
#pop_contents p {
    font-size: 1.5rem;
}

/*202409追記*/
.spOnly {
    display: none;
}
.indent li {
    font-size: 1.5rem;
    padding-left: 1em;
    text-indent: -1em;
}
.small li {
    font-size: 1.3rem;
}

#gnav + section header.is-fixed #headWrap {
    position:fixed;
    top:0;
}