@charset "UTF-8";

a:hover img {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

h2,
h3,
p,
ul,
li {
	padding: 0;
	margin: 0;
}
	

/*===================================================
タイトル
===================================================*/
#titBox {
	background-color: #ffff99;
	border: 10px solid #70ad47;
    padding: 20px;
}

#contentsBox h2,
#contentsBox h3 {
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 0;
	text-indent: -999em;
	background-size: contain;
}
#contentsBox h2 {
	padding: 26% 0 0 0;
}
#contentsBox h3 {
	padding: 13% 0 0 0;
	margin-bottom: 20px;
}

#contentsBox h2 p,
#contentsBox h3 p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
	text-indent: -999em;
}
#contentsBox h2 p {
	background: url(../images/pudo_h2.png) no-repeat 0 0;
	background-size: contain;
}
#contentsBox h3 p {
	background: url(../images/pudo_h3.png) no-repeat 0 0;
	background-size: contain;
}

@media screen and ( max-width:825px ) {
#titBox {
	border-width: 5px;
    padding: 10px;
}

h2 {
	margin-bottom: 10px;
}
}

/* 利用可能事業者 */
#zigyousya {
	margin: 20px 0;
}

#zigyousya li {
	box-sizing: border-box;
	float: right;
	width: 50%;
	font-size: 200%;
	line-height: 1;
	color: #000;
	font-weight: 600;
	text-align: center;
	background-color: #c5e0b4;
	border-radius: 0 10px 10px 0;
	padding: 10px;
}
#zigyousya li:first-child {
	float: left;
	background-color: #b1d387;
	border-radius: 10px 0 0 10px;
}

@media screen and ( max-width:825px ) {
#zigyousya {
	margin: 10px 0;
}

#zigyousya li {
	font-size: 90%;
	padding: 10px 5px;
}
}

/* 利用可能事業者 */
#coBox {
}

#coBox li {
	text-align: center;
}

#coBox li:first-child {
	background-color: #70ad47;
	border-radius: 10px 10px 0 0;
	padding: 7px 20px;
}
#coBox li:first-child img {
	width: 80%;
	max-width: 336px;
}

#coBox li:last-child {
	background-color: #fff;
	border: 4px solid #70ad47;
	border-top: none;
	border-radius: 0 0 10px 10px;
	padding: 5px;
}
#coBox li:last-child img {
	width: 100%;
	max-width: 600px;
}

@media screen and ( max-width:825px ) {
#coBox li:last-child {
	border: 2px solid #70ad47;
}
}

/* 利用可能事業者 */
#storeTit {
	font-size: 150%;
	line-height: 1;
	color: #000;
	font-weight: 600;
	text-align: center;
	background-color: #c5e0b4;
	border-radius: 5px;
	padding: 10px;
	margin: 30px 0 10px 0;
}
#storeTit span {
	font-size: 80%;
}

.storeList dt {
	box-sizing: border-box;
	width: 100%;
	border-bottom: 3px solid #007b3a;
	padding: 0 10px;
	margin: 0;
}
.storeList dt span {
    display: block;
    width: 185px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.2em;
    color: #fff;
    text-shadow: 0 0 1px #fff;
    text-align: center;
    background-color: #007b3a;
    border-radius: 7px 7px 0 0;
    padding: 10px 0 7px 0;
    margin: 0 auto 0 0;
    box-sizing: initial;
}

.storeList dd {
	border-radius: 0 0 10px 10px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	padding: 0 0 15px 15px;
	margin-bottom: 30px;
}

.storeList dd li {
	position: relative;
	float: left;
	width: 9em;
	padding: 15px 0 0 13px;
}
.storeList dd li:before {
	position: absolute;
	top: 17px;
	left: 0;
	content: "●";
    font-size: 12px;
	color: #70ad47;
}

.storeList dd li.nameL {
	width: 18em;
	padding-right: 13px;
}

.storeList dd li a,
.storeList dd li a:visited {
	text-decoration: none;
}
.storeList dd li a:hover {
	color: #F00;
}

#storeListBox dl:last-child dd {
	margin-bottom: 0;
}

@media screen and ( max-width:825px ) {
#storeTit {
	font-size: 120%;
	margin: 20px 0 10px 0;
}

.storeList dd {
	border-radius:0;
	box-shadow: none;
	padding: 0 0 30px 0;
	margin-bottom: 30px;
}

#storeListBox dl:last-child dd {
	padding: 0;
}

.storeList dd li {
	box-sizing: border-box;
	width: 50%;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 5px;
}

.storeList dd li.nameL,
.storeList dd li.nameLsp {
	width: 100%;
}
}

/*2024年2月追加css*/
body{
	font-family: "Noto Sans JP", sans-serif;
}
a:link, a:visited {
    text-decoration: none;
}
.l-footer a:hover {
    color: initial!important;
}
a.l-header-nav__acd-link:hover {
    color: #fff!important;
}
.l-header-nav__acd-link {
    color: #fff!important;
}
