@charset "UTF-8";

/* add */
.cp_page {
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","メイリオ",Meiryo;
}

.cpNotesSubttl {
    font-size: 21px;
    line-height: 1.5;
    color: #d7181f;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #d7181f;
}
.cpNotesList {
	line-height: 1.8;
}

.storeBtn {
	background-color: #d00f31;
	-webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
	box-shadow: 0px -5px 0px 0px #a2031f inset;
}

.normalBtnLink:after {right: 10px;}
.normalBtnTxt .forSp{display: none;}

@media screen and (min-width: 641px) {
	.normalBtn {width: 550px;}
	.normalBtnLink {font-size: 26px;}
}
@media screen and (max-width: 640px) {
	.normalBtnLink {
		font-size: 14px;
		padding: 19px 30px 20px;
	}
	.normalBtnLink:after {right: 5px;}
}


.contsTtl{
    text-align: center;
    padding: 0 0 10px;
}
.contsTtl span{background-color: #000000;}

.bg{background-color:#fffad1}

#list-store table{
    max-width: 620px;
    width: 100%;
    margin: auto;
    background-color: #effcff;
    border-left: 2px solid #08337f;
    border-top: 1px solid #08337f;
    border-radius: 0 0 10px 10px;
    border-spacing: 0;
    border-collapse: separate;
}
#list-store table td{
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #08337f
}
#list-store table caption{
    background-color: #08337f;
    color: #ffe000;
    text-align: center;
    font-size: 25px;
    padding: 1rem;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}
#list-store table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
#list-store table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
#list-store table th,
#list-store table td {
    border-bottom: 2px solid #08337f;
    border-right: 2px solid #08337f;
    padding: 10px 30px;
}
#list-store table td {
  background-color: #effcff;
}
.pc{display: block !important}
.sp{display: none !important}

@media (width <= 640px) {  
#list-store table td{
    display: block;
    font-size: 16px;
    border-top: none
}    
#list-store table caption{ font-size: 20px;}
#list-store table .space{display: none}
.pc{display: none !important}
.sp{display: block !important}    
}
