.popup_contents {
    display: none;
}
.popup {
    background: #f6eacd;
    width: 100%;
    margin: auto;
    padding: 40px 20px 30px;
    background-image: url("../img/popup/back_1.png"), url("../img/popup/back_2.png");
    background-position: left top, left bottom;
    background-repeat: no-repeat,no-repeat;
    background-size: contain,contain;
    position: relative;
}
.popup * {
    line-height: 1.4;
    color: #423232;
}
.popup .popup_title {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #e16837;
    display: table;
    margin: 0 auto 1em;
    padding: 0.5em 1em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.popup .popup_sub {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5em
}
.popup table {
    margin: 0 auto 15px;
}
.popup table th {
    padding: 0 0.5em 0.5em 0;
    white-space: nowrap;
    text-align: center;
}
.popup table th p {
    font-weight: bold;
    color: #fff;
    background: #e16837;
    padding: 0.3em 1em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.popup table td {
    padding: 0.3em 0 0.5em;
}
.popup table td p {
    font-weight: bold;
}
.popup table td p.small_siza {
    font-size: 1.3rem;
}
.popup table td p.couse {
    color: #e16837;
    margin-top: 0.5em;
}
.popup .link {
    text-align: center;
}
.popup .link a {
    font-size: 1.8rem;
    font-weight: bold;
    color: #e16837;
    background: #fff;
    display: inline-block;
    width: auto;
    padding: 0.5em 1.5em;
    border: solid 1px #e16837;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.popup .img_cat {
    width: 50px;
    position: absolute;
    left: 12px;
    bottom: 25px;
}
.popup .img_dog {
    width: 65px;
    position: absolute;
    right: 5px;
    bottom: 30px;
}

@media (min-width: 420px) {
.popup .img_cat {
    width: 15%
}
.popup .img_dog {
    width: 18%
}
}
@media (min-width: 768px) {
.popup {
    padding: 50px 20px 20px;
}
.popup .popup_title {
    font-size: 2.8rem;
    margin: 0 auto 0.5em;
    padding: 0.2em 1.3em;
}
.popup .popup_sub {
    font-size: 1.8rem;
}
.popup table {
    margin: 0 auto 15px;
}
.popup table th {
    padding: 0 1em 10px 0;
}
.popup table th p {
    background: #e16837;
    padding: 0.3em 1em;
}
.popup table td {
    padding: 0.3em 0 10px;
}
.popup table td p {
    font-size: 1.6rem;
}
.popup table td p.small_siza {
    font-size: 1.4rem;
}
.popup .link a {
    padding: 0.5em 2em;
}
.popup .img_cat {
    width: 78px;
    left: 33px;
    bottom: auto;
    top: 21px;
}
.popup .img_dog {
    width: 116px;
    right: 22px;
    bottom: 36px;
}
}
@media (min-width: 1200px) {
}
