/* Thanks */

#thanks_contents .inner {
    position: relative;
    padding: 90px 60px 90px 30px;
}
#thanks_contents h3 {
    margin-bottom: 1.2em;
    font-size: 1.4em;
    font-weight: 500;
}
#thanks_contents p:not(:last-of-type) {
    margin-bottom: 1em;
}
#thanks_contact {
    margin-bottom: 3em;
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #ccc;
}
#thanks_contact h4 {
    margin-bottom: 1.5em;
}
#thanks_contact li {
    float: left;
}
#thanks_contact li:not(:last-of-type) {
    margin-right: 1.5em;
}
#thanks_contact li a {
    padding: 0.15em 0.3em 0.05em 0.35em;
    color: #111 !important;
    text-decoration: none;
    font-weight: 500;
    border-radius: 3px;
    background: #e5e5e5;
}
#thanks_contact li a:hover {
    text-decoration: none;
	background: #fff;
}
.link_back a {
    position: relative;
    padding-left: 30px;
    text-decoration: none;
}
.link_back a::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/common/icon_to_home.png) no-repeat center / 100%;
}