@charset "utf-8";
.satohuruTxt {
    padding: 90px 60px 60px;
    margin: 0 0 80px;
    background: url(/spr/img/contents/chocoZAP_bak_map.png) top center no-repeat;
    background-size: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
}
#contents p.txt--22 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 60px;
}
#contents p.txt--28 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 60px;
}
h1#chocoZAPttl {
    min-width: 100%;
    height: 40px;
    padding-top: 35px;
    padding-left: 70px;
    background-color: #fff;
    background-image: url(../img/contents/bg_chocoZAP.png);
    background-position: 0% 70%;
    background-size: 50px;
    background-repeat: no-repeat;
    margin-left: 0;
}
.gray {
    background: #f1f3ed;
    border: 1px dotted #777;
    border-radius: 5px;
    padding: 10px;
    margin: 20px 25px 40px;
}
h2 {
    border: 2px solid #afc8d5;
    border-radius: 20px;
    font-size: 1.2em;
    font-weight: normal;
    padding: 10px 0 10px 25px;
}
#contents p.chocoZAPTxt {
    padding-left: 25px;
}

p.alignCenter {
    text-align: center;
}
a.chocoZAPLink {
    background: #ffcb42;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #979797;
	color: #000;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.8em;
    margin: 80px auto 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 350px;
}

a.chocoZAPLink:hover {
	color: #333;
	left: 3px;
	top: 3px;
    box-shadow: 1px 1px 3px #979797;
}
.chocoZAPList {
    padding: 0 60px;
}
.chocoZAPList ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.chocoZAPList ul li {
    width: 40%;
    margin-bottom: 30px;
}
.chocoZAPList ul li img {
    border-radius: 8%;
}
.chocoZAPList ul li p {
    text-align: center;
    line-height: 1em;
    font-size: 18px!important;
    margin: 5px;
}
.chocoZAPList ul li a {
    background: #000;
    border: 2px solid #000;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: block;
    line-height: 2em;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    width: 80%;
}
.chocoZAPList ul li a:hover {
    background: #fff;
    color: #000;
	
}