@charset "utf-8";
/* CSS Document */

/*--------お知らせ--------*/
/*当店について スマホ用レイアウト設定*/
.textbox{
	width: auto;
	max-width: none;
	border: none;
	margin: 0 ;
	padding: 0;
}

.q-and-a-banner{
	width:100%;
	height: auto;
}



/*--FAQ BOX--*/
.faq-box{
    margin: 0 0 20px 0;
}

/*FAQ title*/
.faq-tit{
    background-color: #eee;
    padding: 2% 4%;
    margin: 2% 0;
    font-weight: bold;
    letter-spacing: 4px;
}

/*--Q list--*/
.faq-list{
	padding: 0 4%;
}
.faq-list li{
	margin: 0;
	position:relative;
	border-bottom: 1px #ccc solid;
}
.faq-list li::before{
	content: 'Q：';
	font-weight: 900;
	position: absolute;
	top: 10px;
	left: -1px;
	color: #003B90;
}

.faq-list li::after {
	font-family: "Font Awesome 5 Free";
	content: 'f107';
	font-weight: 900;
	position:absolute;
	top:10px;
	right: 0px;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	width: 7px;
	height: 7px;
	margin: auto;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg);
	box-sizing: border-box;
}


.faq-list a{
	letter-spacing: 1px;
	width: auto;
	display: block;
	padding: 10px 10px 10px 20px;
}


/*Q title*/
.q-tit{
	font-size: .8rem;
	font-weight: bold;
}



/*answer BOX*/
.a-h3{
	background-color: #555;
	color: #fff;
	padding: 2% 0;
	margin: 4% 0;
	text-align: center;
}


/*A title*/
.a-tit{
	color: #333;
	font-size: 1rem;
	font-weight: bold;
	padding: 50px 4% 0 4%;
	position:relative;
	margin-top: -50px;
}



.a-tit::before{
	content: 'Q';
	color: #fff;
	padding: 3px 6px;
	margin-right: 5px;
	background-color: #003B90;
	border: 1px #003B90 solid;
	border-radius: 50%;
}

.answer{
    padding: 2%;
    margin-bottom: 50px;
    border-bottom: 1px #ccc solid;
}

.a-area{
    font-size: .85rem;
    padding: 5px 0 0 0;
    margin: 4%;
}
.a-area::before{
	content: 'A';
	font-weight: bold;
	padding: 3px 6px;
	line-height: 2;
	color: #c9203f;
	border: 1px #c9203f solid;
	border-radius: 50%;
}

.a-area a{
    width: auto;
    height: auto;
    display: flex;
    color: #334490;
    text-decoration: underline;
    /* font-weight: bold; */
    padding: 5px 0;
    /* min-height: 48px; */
    align-items: center;
    flex-wrap: wrap;
}
.a-area p{
	margin:4% 0;
}

.a-area span{
	font-weight: bold;
	color: #c9203f;
}

.a-area table{
	width: 100%;
	border: 1px solid #aaa;
	letter-spacing: .1em;
}

.a-area img{
	max-width:100%;
	height: auto;
}

.cata_houkoku td{
	padding: 5px;
	display: flex;
	line-height: 1.2;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cata_houkoku p{
	padding: 0 5px;
}



/*-----------旧レイアウトから引き継いだクラス-----------*/
/* アコーディオン中身の表1（有効期限）*/
.QA-td-l{
	border: 1px solid #aaa;
	width: 60%;
	padding: 5px;
	color: #333;
	font-size: .8rem;
	background-color: #f5f5f5;
	line-height: 1.5;
	text-align: left;
	font-weight: bold;
	letter-spacing: -1px;
	/* display: flex; */
	/* flex-wrap: wrap; */
}

.QA-td-r{
	border: 1px solid #aaa;
	font-size: .8rem;
	line-height: 1.5;
	padding: 2%;
}


/* 注意書きの緑文字 */
#span-color-g{color: #003B90;}

/* アコーディオン中身の表2（電話番号）*/
.QA-td2-l{
	border: 1px solid #aaa;
	width: 54%;
	padding: 5px;
	font-size: .8rem;
}

.QA-td2-r{
	border: 1px solid #aaa;
	font-size: .8rem;
	letter-spacing: -2px;
	padding: 5px;
	text-align: center;
	word-break: keep-all;
	line-height: 1;
}

/* trの背景色 */
.QA-tr-color-1{background-color: #FFF;}
.QA-tr-color-2{	background-color: #e0f1e5;}

/* 注意書きの黄色背景*/
.bgc-yellow{
	background-color: #ffffad;
	padding: 2%;
	margin: 0 0 4%;
	letter-spacing: .1em;
}


/*報告書サービス対象外カタログギフト一覧*/
.cata_houkoku{
	width:100%;
	display:flex;
	background: #f5f5f5;
	border: 1px #aaa solid;
	padding: 2%;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.cata_houkoku li{
	width: calc(100%/2);
}


/*新規追加した質問*/
.NEWFQA a{
	/* color: #2196F3; */
}



/*================================
	対応サービス・オプション一覧
================================*/
.shop-seavice table,
.shop-seavice td,
.shop-seavice th {
	width: 750px;
	border: 1px solid #595959;
	border-collapse: collapse;
	text-align: center;
	margin: 2% 0;
}
.shop-seavice td,
.shop-seavice th {
	padding: 3px;
	font-size: .75rem;
}
.shop-seavice td{
	font-size: 1rem;
}
.shop-seavice th {
	background: #eee;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

/*スマホ用　スクロールさせる*/
.shop-seavice{
	overflow: auto;
	white-space: nowrap;
}
.shop-seavice::-webkit-scrollbar{
	height: 5px;
}
.shop-seavice::-webkit-scrollbar-track{
	 background: #F1F1F1;
}
.shop-seavice::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}