@charset "utf-8";

#faq2018 {
	color: #53565a;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.8;
	text-align: left;
}
#faq2018 h1 {
 margin: 0;
	color: #012169;
 
}
#faq2018 .num {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-style: normal;
}
#faq2018 .clearfix:after {
	content: '';
	display: block;
	clear: both;
}
#faq2018 img {
	max-width: 100%;
	height: auto;
}
#faq2018  a {
	transition: all 0.4s ease;
}
#faq2018 a:hover {
	opacity: 0.7;
}
#faq2018 .arw:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform-origin: center;
	-webkit-transform: rotate(45deg);
	transform-origin: center;
	transform: rotate(45deg);
}
#faq2018 .layout {
	position: relative;
	max-width: 980px;

	margin: 0 auto;
	padding: 0;
}
#faq2018 .section {
	float: none;
	width: auto;
}
#faq2018 .note {
	color: #a9aaac;
	font-size: 12px;
}
#faq2018 .contentSP {
	display: none;
}
@media (max-width: 1023px){
#faq2018 .layout {
	margin: 0 24px;
}
}
@media (max-width: 767px){
#faq2018 .layout {
	max-width: 400px;
	margin: 0 auto;
	padding: 0 16px;
}
#faq2018 .contentPC {
	display: none;
}
#faq2018 .contentSP {
	display: block;
}
}


#faq2018 .nav {
	padding: 40px 0;
}
#faq2018 .nav .itemGroup {
	display: flex;
	padding: 0;
	margin: 0;
}
#faq2018 .nav .item {
	position: relative;
	width: 49.5%;
	margin-left: 1%;
	padding: 16px;
	box-sizing: border-box;
	background: #ffffff;
	font-size: 13px;
	vertical-align: bottom;
	/*cursor: pointer;*/
	transition: opacity 0.4s ease;
	border:1px solid #53565a;
}
#faq2018 .nav .item dt {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
}
#faq2018 .nav .item dd p {
	margin: 0 0 5px 0;
}
/*#faq2018 .nav .item:hover {
	opacity: 0.7;
}*/
/*各項目アイコン設定*/
#faq2018 .nav .item dt img {
	margin: 0 5px 0 0;
	float: left;
	display: block;
}
#faq2018 .nav .item dt span {
	font-size: 12px;
}


#faq2018 .nav .item:first-child {
	margin-left: 0;
}
#faq2018 .nav .item {
	text-align: left;
}
/*#faq2018 .nav .item a {
	color: #53565a;
}*/
#faq2018 .nav br {
	/*! display: none; */
}
#faq2018 .nav .h {
	font-size: 18px;
	border-bottom: 1px solid #53565a;
	padding: 0;
	margin: 0 0 20px;
	font-weight: bold;
	
}
#faq2018 .nav .img img {
	width: 266px;
}
#faq2018 .nav .num {
	font-size: 20px;
}
/*#faq2018 .nav .detail {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	background: #53565a;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
#faq2018 .nav .detail:after {
	content: '';
	position: absolute;
	top: 12px;
	right: 12px;
	width: 12px;
	height: 12px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
}*/
/*#faq2018 .mail-form {
	display: inline-block;
	padding: 0.2em;
	width: 250px;
	text-align: center;
	position: relative;
	margin: 0.5em 0;
	background: rgba(95, 206, 80, 0.8);
color: #fff;
text-shadow: none;
}*/


#faq2018 .mail-form a {
	display: inline-block;
	position: relative;
	padding: 5px 40px;
/*	border-radius: 4px;*/
	background: #012169;
	color: #fff;
	font-size: 14px;
	margin: 0 0 10px 0;
}

#faq2018 .mail-form a:after{
	content: "";
	position: absolute;
	right: 10%;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	color: #ffffff;
}

/*ＦＡＱ*/
#faq2018 .item-top {
	width: 100%;
	margin: 0 0 2em 0;
	padding: 0 10px;
}
/*ＦＡＱボタン*/
#faq2018 .btn-list-campaign{
	border: solid 1px #ccc;
	display: inline-block;
	padding: 0.5em;
	width: 160px;
	text-align: center;
	position: relative;
	float: right;
	margin: 1em 0;
}
#faq2018 .btn-list-campaign:after{
	content: "";
	position: absolute;
	right: 10%;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	transform: rotate(45deg);
}
/*カスタマーサービス*/
#faq2018 .item-l{
	margin: 2em 0;
	padding: 16px ;
	border:1px solid #53565a;
}


@media (max-width: 1023px){
#faq2018 .nav .itemGroup {
	flex-wrap: wrap;
}
#faq2018 .nav .item {
	width: 48%;
	margin: 0 0 16px 2%;
}
#faq2018 .nav .item:nth-child(odd) {
	margin-left: 0%;
}
}
@media (max-width: 767px){
#faq2018 .nav {
	padding: 24px 0;
}
#faq2018 .nav .item {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 8px;
}
/*#faq2018 .nav .item:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	width: 12px;
	height: 12px;
	margin-top: -8px;
	border-right: 1px solid #53565a;
	border-bottom: 1px solid #53565a;
	! transform: rotate(45deg); 
}*/
#faq2018 .nav br {
	display: inline;
}
#faq2018 .nav .h {
	margin: 0 0 4px 0;
	font-size: 16px;
}
#faq2018 .nav .img {
	margin: 0;
}
#faq2018 .nav .off {
	position: absolute;
	top: 8px;
	left: 16px;
	color: #012169;
	font-size: 10px;
	line-height: 1.1;
}
#faq2018 .nav .num {
	font-size: 16px;
}
#faq2018 .nav .detail {
	display: none;
}
}



#faq2018 .linkCampaign {
	padding: 16px 0 38px;
}
#faq2018 .linkCampaign a {
	display: block;
	position: relative;
	padding-left: 20px;
	max-width: 200px;
	border: 1px solid #53565a;
	border-radius: 4px;
	line-height: 48px;
	text-align: center;
}
#faq2018 .linkCampaign a:after {
	content: '';
    position: absolute;
    top: 50%;
    left: 12px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-left: 1px solid #53565a;
    border-top: 1px solid #53565a;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#faq2018 .toTop {
	/*! display: none; */
	position: fixed;
	bottom: 24px;
	right:24px;
	z-index: 999;
}
#faq2018 .toTop a {
	display: block;
	width: 64px;
	padding: 10px 0 7px;
	background: rgba(171,157,141,.9);
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1.375;
	box-sizing: border-box;
}
#faq2018 .toTop a:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	margin: 2px auto 1px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
}
@media (max-width: 1023px){
#faq2018 .contents .bodyBlock {
	padding: 0 65px;
}
#faq2018 .contents .bodyBlock:before {
	display: none;
}
#faq2018 .contents .ear {
	position: static;
	margin: 0 -65px 24px -65px;
	padding: 16px 24px;
	background: #ee7500;
	text-align: center;
	transform: translate(0, 0);
}
#faq2018 .contents .ear .max {
	display: inline-block;
	position: static;
}
#faq2018 .contents .ear .off {
	display: inline-block;
	padding-left: 0;
	margin: 0 8px 0 0;
}
#faq2018 .contents .ear .limited {
	display: inline-block;
	margin: 0;
}
#faq2018 .contents .ear .txt {
	display: inline-block;
	margin: 0 16px 0 0;
}
#faq2018 .contents .ear .txt br {
	display: none;
}
#faq2018 .contents .head {
	padding: 0;
}
#faq2018 .contents .priceGroup .item {
	padding-right: 0;
}
#faq2018 .contents .priceGroup .bt {
	position: static;
	text-align: center;
}
}
@media (max-width: 767px){
#faq2018 .contents .section {
	padding: 32px 0;
}
#faq2018 .contents .headBlock {
	padding-top: 0;
}
#faq2018 .contents .headBlock h2 {
	font-size: 18px;
}
#faq2018 .contents .headBlock h2:before {
	width: 16px;
	margin-right: 8px;
}
#faq2018 .contents .headBlock h2:after {
	width: 16px;
	margin-left: 8px;
}
#faq2018 .contents .bodyBlock {
	padding: 0;
}
#faq2018 .contents .ear {
	margin: 0 0 16px 0;
	padding: 8px;
}
#faq2018 .contents .ear .off {
	font-size: 24px;
}
#faq2018 .contents .ear .max {
	font-size: 10px;
}
#faq2018 .contents .ear .num {
	font-size: 32px;
}
#faq2018 .contents .ear .min {
	font-size: 16px;
}
#faq2018 .contents .ear .limited {
	display: block;
	font-size: 12px;
}
#faq2018 .contents .ear .txt {
	display: block;
	font-size: 12px;
	margin-right: 0;
}
#faq2018 .contents .head {
	padding: 0 16px;
}
#faq2018 .contents .head h3 {
	font-size: 16px;
}
#faq2018 .contents .head .shop {
	margin-bottom: 24px;
	font-size: 12px;
}
#faq2018 .contents .head .dayMother {
	font-size: 14px;
}
#faq2018 .contents .itemSet {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 24px 0;
	padding: 0 16px;
}
#faq2018 .contents .itemSet .item, 
#faq2018 .contents #bronze .itemSet .item {
	width: 48%;
	/*margin: 0 0 16px 0;*/
	margin: 0 auto 16px;
}
#faq2018 .contents .itemSet .name {
	font-size: 12px;
}
#faq2018 .contents .priceGroup {
	padding: 0 16px;
	text-align: left;
}
#faq2018 .contents .priceGroup h4 {
	padding: 0 8px;
	font-size: 16px;
}
#faq2018 .contents .priceGroup .h {
	margin-bottom: 16px;
	font-size: 14px;
}
#faq2018 .contents .priceGroup .h .info {
	display: block;
	margin: 0;
	font-size: 12px;
}
#faq2018 .contents .priceGroup .price {
	margin-bottom: 16px;
}
#faq2018 .contents .priceGroup .item.platinum {
	padding: 0;
}
#faq2018 .contents .priceGroup .price .before {
	display: block;
	padding: 0;
	line-height: 1.5;
}
#faq2018 .contents .priceGroup .price .after {
	display: block;
	line-height: 1.5;
}
#faq2018 .contents .priceGroup .item.platinum .after {
	font-size: 14px;
}
#faq2018 .contents .priceGroup .price .after:before {
	margin-right: 0;
}
#faq2018 .contents .priceGroup .item.platinum .after:before {
	width: auto;
	height: auto;
	margin-right: 0;
	background: none;
	border: 7px solid transparent;
	border-left: 8px solid #b82b39;
}
#faq2018 .contents .priceGroup .price .after .num, 
#faq2018 .contents .priceGroup .item.platinum .after .num {
	font-size: 24px;
}
#faq2018 .contents .priceGroup .bt a {
	font-size: 14px;
	line-height: 40px;
}
#faq2018 .contents .bodyBlock .note {
	padding: 0 16px;
	text-align: left;
}
#faq2018 .contents .priceGroup .note {
	padding: 0;
}
#faq2018 .btOutlet {
	padding: 0 16px;
}
#faq2018 .btOutlet a {
	padding: 8px;
	font-size: 14px;
}
#faq2018 .linkCampaign {
	padding: 0;
	text-align: left;
}
#faq2018 .linkCampaign a{
	margin: 0 auto;
}
#faq2018 .contents .btnBlock {
	margin: 24px 0 0 0;
	padding: 16px 16px 8px 16px;
}
#faq2018 .contents .btnBlock li {
	width: 100%;
	margin: 0 0 8px 0;
}
#faq2018 .contents .btnBlock a {
	font-size: 14px;
	line-height: 40px;
}
#faq2018 .toTop {
	bottom: 0;
	right: 0;
}
#faq2018 .toTop a {
	width: 44px;
	height: 44px;
	padding-top: 19px;
}
#faq2018 .toTop a:before {
	margin: 0 auto ;
}
#faq2018 .toTop span {
	display: none;
} 
}

