@charset "utf-8";
/* CSS Document */
#maincontents{
	max-width:100%;
}
#contents{
}

/* タイトルバナー */
.q-and-a-banner{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 10px auto;
}

/*--FAQ BOX PC限定--*/
.pc-box{
        width: calc(99%/2);
        display: inline-block;
        vertical-align: top;
}

/*--FAQ BOX--*/
.faq-box{
    margin: 0 0 5px 0;
    vertical-align: top;
    border: 1px #ccc solid;
}

/*FAQ title*/
.faq-tit{
    background-color: #eee;
    padding: 2% 4%;
    margin: 0;
    font-weight: bold;
    letter-spacing: 4px;
}

/*--Q list--*/
.faq-list{
	padding: 10px;
}
.faq-list li{
	position:relative;
	padding: 0 4%;
}
.faq-list li::before{
	content: 'Q：';
	font-weight: 900;
	position: absolute;
	top: 5px;
	left: 10px;
	color: #003B90;
}

.faq-list li::after {
	/* font-family: "Font Awesome 5 Free"; */
	content: '＞';
	font-weight: 900;
	position:absolute;
	top: 5px;
	right: 15px;
}


.faq-list a{
	letter-spacing: 1px;
	width: auto;
	display: block;
	padding: 5px 15px 5px 20px;
}
.faq-list a:hover{
	text-decoration:underline;
}
/*Q title*/
.q-tit{
	font-size: .85rem;
	/* font-weight: bold; */
}



/*answer BOX*/
.a-h3{
	color: #000;
	padding: 5px 20px;
	margin: 6% 0 0 0;
	text-align: center;
	font-size: 1.5rem;
}


/*A title*/
.a-tit{
	padding: 80px 0 0 40px;
	position:relative;
	letter-spacing: 2px;
}



.a-tit::before{
	content: 'Q';
	position: absolute;
	top: -1px;
	left: 2px;
	margin-top: 80px;
	color: #fff;
	padding: 3px 5px;
	background-color: #003B90;
	border: 1px #003B90 solid;
	border-radius: 50%;
}

.answer{
    padding: 10px;
    /* margin-top: -10px; */
    border-bottom: 1px #ccc solid;
}

.a-area{
    font-size: .85rem;
    padding: 3px 2% 0 40px;
    margin: 15px 0 0 0;
    position:relative;
    letter-spacing: 2px;
}
.a-area::before{
	content: 'A';
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 2px;
	padding: 1px 4px 1px 6px;
	color: #FF0000;
	border: 1px #FF0000 solid;
	border-radius: 50%;
}

.a-area a{
    width: auto;
    display: inline-block;
    color: #334490;
    text-decoration: underline;
    margin: 5px;
}

.a-area p{
	margin: 10px 0;
}

.a-area span{
	font-weight: bold;
	color: red;
}

.a-area table{
	border: 1px solid #aaa;
	width: 70%;
	/* margin: auto; */
}


/*-----------旧レイアウトから引き継いだクラス-----------*/
/* アコーディオン中身の表1（有効期限）*/
.QA-td-l{
	border: 1px solid #aaa;
	width: 70%;
	padding: 2%;
	font-size: .8rem;
	background-color: #fffadc;
	line-height: 2;
	font-weight: bold;
	/* width: auto; */
	/* display: flex; */
	flex-wrap: wrap;
}

.QA-td-r{
	border: 1px solid #aaa;
	padding: 2%;
}


/* 注意書きの緑文字 */
#span-color-g{
	color: #11973F;
}

/* アコーディオン中身の表2（電話番号）*/
.QA-td2-l{
	border: 1px solid #aaa;
	width: 54%;
	padding: 5px 15px;
	font-size: .8rem;
}

.QA-td2-r{
	border: 1px solid #aaa;
	font-size: .8rem;
	padding: 5px;
	text-align: center;
	word-break: keep-all;
}

/* trの背景色 */
.QA-tr-color-1{background-color: #FFF;}
.QA-tr-color-2{	background-color: #e0f1e5;}

/* 注意書きの黄色背景*/
.bgc-yellow{
	background-color: #fffdc0;
	padding: 2%;
	margin: 0 0 4%;
}

/*新規追加した質問*/
.NEWFQA a{
	/* color: #2196F3; */
}


/*報告書サービス対象外カタログギフト一覧*/
.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%/3);
}



/*対応サービス・オプション一覧*/
.shop-seavice table,
.shop-seavice td,
.shop-seavice th {
	width: 100%;
	border: 1px solid #595959;
	border-collapse: collapse;
	text-align: center;
	margin: 2% 0;
	/* font-family: sans-serif; */
}
.shop-seavice td,
.shop-seavice th {
	padding: 3px;
	width: 30px;
	height: 25px;
	font-size: .8rem;
	/* font-family: sans-serif; */
	font-weight: bold;
}
.shop-seavice th {
	background: #eee;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}