/*=========================================================
 * #font
 *========================================================*/

@font-face {
    font-family: 'NotoSansMedium';
    font-style: normal;
    font-weight: 500;
    src: url('../font/NotoSansCJKjp-Medium.woff') format('woff');
}

@font-face {
    font-family: 'NotoSansBlack';
    font-style: normal;
    font-weight: 900;
    src: url('../font/NotoSansCJKjp-Black.woff') format('woff');
}

@font-face {
    font-family: 'PixelMplus10-Regular';
    src: url('../font/PixelMplus10-Regular.ttf');
}

@font-face {
    font-family: 'PixelMplus10-Bold';
    src: url('../font/PixelMplus10-Bold.ttf');
}


/*=========================================================
 * #body
 *========================================================*/

body {
    background: url("../img/common/bg.png") center center / cover repeat fixed;
    background-size: 480px 160px;
    font-family: NotoSansMedium;
    font-size: 14px;
}

.wrapper {
    position: relative;
}

.top .wrapper {
    height: 900px;
}
/*=========================================================
 * #base
 *========================================================*/

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.center {
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.block {
    display: block;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-190 {
    padding-bottom: 190px;
}

.fw-bold {
    font-weight: bold;
}

.pv-count .fa {
    font-size: 12px !important;
    margin: 0 5px 0 0 !important;
}

.clickable {
    cursor: pointer;
}

.display-pc {
    display: inline-block;
}

.display-mobile {
    display: none;
}

@media screen and ( max-width: 700px ) {
    .display-pc {
        display: none;
    }

    .display-mobile {
        display: inline-block;
    }
}

/*==========================================================
 * アクセントカラー
 *=========================================================*/

.ranking-item {
    color: #EA5953;
}
.ranking-item:hover,
.ranking-item:active,
.ranking-item:visited {
    color: #EA5953;
}

/*=========================================================
 * #section category image
 *========================================================*/

.section-bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200px;
}

.section-family {
    background-image: url(../img/category/bg/family-bg.png);
}

.section-meal {
    background-image: url(../img/category/bg/food-bg.png);
}

.section-reward {
    background-image: url(../img/category/bg/money-bg.png);
    background-size: 200px;
}

.section-animal {
    background-image: url(../img/category/bg/pet-bg.png);
}

.section-adopt {
    background-image: url(../img/category/bg/team-bg.png);
}

.section-team {
    background-image: url(../img/category/bg/team-bg.png);
}

.section-holiday {
    background-image: url(../img/category/bg/vacation-bg.png);
}

.section-style {
    background-image: url(../img/category/bg/workstyle-bg.png);
}

/*=========================================================
 * #category image
 *========================================================*/

.card-bg-image {
    background-position: center 170px;
    background-repeat: no-repeat;
    background-size: 150px;
}

.card .family {
    background-image: url(../img/category/family.png);
}

.card .meal {
    background-image: url(../img/category/food.png);
}

.card .reward {
    background-image: url(../img/category/money.png);
}

.card .animal {
    background-image: url(../img/category/pet.png);
}

.card .adopt {
    background-image: url(../img/category/recruit.png);
}

.card .team {
    background-image: url(../img/category/team.png);
}

.card .holiday {
    background-image: url(../img/category/vacation.png);
}

.card .style {
    background-image: url(../img/category/workstyle.png);
}

/*=========================================================
 * #ranking category image
 *========================================================*/

.ranking-bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150px;
}

.ranking .family {
    background-image: url(../img/category/family.png);
}

.ranking .meal {
    background-image: url(../img/category/food.png);
}

.ranking .reward {
    background-image: url(../img/category/money.png);
}

.ranking .animal {
    background-image: url(../img/category/pet.png);
}

.ranking .adopt {
    background-image: url(../img/category/recruit.png);
}

.ranking .team {
    background-image: url(../img/category/team.png);
}

.ranking .holiday {
    background-image: url(../img/category/vacation.png);
}

.ranking .style {
    background-image: url(../img/category/workstyle.png);
}

/*=========================================================
 * TOP
 *=========================================================*/

.main-container {
    position: relative;
    width: 575px;
    margin: auto;
}
.question-balloon {
    display: block;
    margin: 0 auto;
    background-image: url("../img/pc/balloon.png");
    -webkit-background-size: 575px 278px;
    background-repeat: no-repeat;
    background-size: 575px 278px;
    width: 575px;
    height: 278px;
}

.question-buttons {
    margin: 32px 85px 50px 85px;
}

.question-text {
    position: absolute;
    width: 500px;
    margin: auto;
    top: 100px;
    left: 15px;
    right: 0;
    text-align: center;
    font-family: PixelMplus10-Regular;
    font-size: 34px;
    letter-spacing: 12px;
    line-height: 1.5;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.question-button-yes-off {
    display: inline-block;
    margin-right: 15px;
    width: 185px;
    height: 76px;
    background-image: url("../img/pc/btn-yes.png");
    background-size: 100% 76px;
    background-repeat: no-repeat;
}

.question-button-yes-on {
    display: none;
    margin-right: 15px;
    width: 185px;
    height: 76px;
    background-image: url("../img/pc/btn-yes-hover.png");
    background-size: 100% 76px;
    background-repeat: no-repeat;
}

.question-button-yes:hover .question-button-yes-off {
    display: none;
}

.question-button-yes:hover .question-button-yes-on {
    display: inline-block;
}

.question-button-no-off {
    display: inline-block;
    margin-left: 15px;
    width: 185px;
    height: 76px;
    background-image: url("../img/pc/btn-no.png");
    background-size: 100% 76px;
    background-repeat: no-repeat;
}

.question-button-no-on {
    display: none;
    margin-left: 15px;
    width: 185px;
    height: 76px;
    background-image: url("../img/pc/btn-no-hover.png");
    background-size: 100% 76px;
    background-repeat: no-repeat;
}

.question-button-no:hover .question-button-no-off {
    display: none;
}

.question-button-no:hover .question-button-no-on {
    display: inline-block;
}

.company-list-link {
    font-size: 18px;
    letter-spacing: 1.5px;
    font-family: NotoSansBlack;
}

.company-list-link a {
    text-decoration: underline;
    font-family: PixelMplus10-Regular;
}

.company-list-link a:before {
    display: inline-block;
    margin-right: 7px;
    content: url("../img/common/arrow.svg");
}

.social-buttons {
    margin-top: 105px;
    margin-bottom: 30px;
    text-align: center;
}

.share-tw {
    margin-right: 16px;
}

.share-tw img {
    height: 40px;
}

.share-fb img {
    height: 40px;
}

/*=========================================================
 * #about
 *========================================================*/

.lead {
    margin: 0 auto;
    text-align: center;
    line-height: 2.3;
}

.about-name {
    display: block;
    margin-top: 25px;
    margin-bottom: 45px;
    text-align: center;
}

.about-name img {
    width: 645px;
    height: 168px;
}

.why-made {
    display: block;
    margin-top: 25px;
    margin-bottom: 36px;
    text-align: center;
}

.why-made img {
    height: 124px;
}

.about section {
    margin: 0 auto 60px;
    text-align: center;
}

.about section h2 {
    margin-bottom: 30px;
    font-family: NotoSansBlack;
    font-size: 20px;
    letter-spacing: 1px;
}

.about section p {
    font-size: 16px;
    line-height: 2.3;
    letter-spacing: 1px;
}


.unique-system {
    display: block;
    margin-top: 25px;
    margin-bottom: 36px;
    text-align: center;
}

.unique-system img {
    height: 124px;
}

.work-future {
    display: block;
    margin-top: 25px;
    margin-bottom: 36px;
    text-align: center;
}

.work-future img {
    height: 124px;
}

.tell-system {
    display: block;
    margin-top: 25px;
    margin-bottom: 55px;
    text-align: center;
}

.tell-system-img {
    display: inline-block;
    background-image: url("../img/about/btn.png");
    background-repeat: no-repeat;
    background-size: 472px 76px;
    width: 472px;
    height: 76px;
}
.tell-system:hover .tell-system-img {
    display: inline-block;
    background-image: url("../img/about/btn-hover.png");
    background-repeat: no-repeat;
    background-size: 472px 76px;
    width: 472px;
    height: 76px;
}

.about ul.person-list {
    margin-top: 30px;
}
.about ul.person-list li {
    font-size: 16px;
    margin: 15px 0 15px;
}

/*=========================================================
 * #contact
 *========================================================*/

.page-container {
    width: 640px;
    margin: 0 auto;
    text-align: center;
}

.page-container h2 {
    font-family: NotoSansBlack;
    font-size: 24px;
    margin-bottom: 45px;
}

.wpcf7 label {
    position: relative;
    display: block;
    margin-bottom: -2px;
    font-family: NotoSansBlack;
    font-size: 18px;
}

.wpcf7 label.require:after {
    position: absolute;
    top: 0;
    display: inline-block;
    margin-left: 4px;
    content: '*';
    color: #EC574E;
    content: '*';
    font-size: 15px;
}

.wpcf7 p {
    text-align: left;
    margin-bottom: 28px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 640px;
    background-color: #ffffff;
    color: #333;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
    resize: none;
}

/* Chrome, Safari */
input::-webkit-input-placeholder{
    color: #E5E5E5;
}

/* Firefox */
input::-moz-placeholder{
    color: #E5E5E5;
}

/* Firefox 18以前 */
input:-moz-placeholder{
    color: #E5E5E5;
}

/* IE */
input:-ms-input-placeholder{
    color: #E5E5E5;
}

.wpcf7 textarea {
    height: 460px;
    font-size: 16px;
}

.wpcf7 select {
    width: 655px;
    padding: 10px 0 10px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #DDDDDD;
    background: #ffffff;
    font-size: 16px;
    background: url('../img/common/arrow-bottom.svg') 99% 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#fff 100%);
    background: url('../img/common/arrow-bottom.svg') 99% 50% no-repeat, linear-gradient(to bottom, #fff 0%,#fff 100%);
    background-size: 20px, 100%;
}

.wpcf7 .btn-send {
    text-align: center;
    width: 199px;
    height: 90px;
    border: none;
    cursor: pointer;
    background-image: url("../img/common/btn-send.png");
    background-size: 199px 90px;
    background-repeat: no-repeat;
}

.wpcf7 .btn-send:hover {
    background-image: url("../img/common/btn-send-hover.png");
}

.wpcf7 input[type="submit"] {
    text-align: center;
    width: 136px;
    height: 56px;
    border: none;
    cursor: pointer;
    background-image: url(../img/common/btn-send.png);
    background-size: 136px 56px;
    background-repeat: no-repeat;
}

/*=========================================================
 * #header
 *========================================================*/

.top header {
    margin-top: 40px;
    margin-bottom: 20px;
}

.about header {
    margin-top: 45px;
    margin-bottom: 40px;
}

header {
    max-width: 645px;
    margin: 30px auto 15px;
}

.top .logo {
    margin: 0 auto;
}

.top .logo img {
    height: 92px;
}

.about .logo {
    margin: 0 auto;
    font-size: 90px;
    font-weight: bold;
    text-align: center;
}

.logo {
     margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.logo img {
    height: 45px;
}

.logo-container {
    float: left;
    width: 120px;
}

.top .catch-copy {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
}


.menu {
    float: right;
    *zoom: 1;
    list-style-type: none;
    font-family: PixelMplus10-Regular;
    margin: 5px auto 30px;
    padding: 0;
}

.menu > li {
    position: relative;
    width: 125px;
    float: left;
    margin: 0;
    padding: 0;
    text-align: right;
}

.menu li a {
    display: inline-block;
    margin: 0;
    padding: 15px 0 11px;
    font-size: 14px;
    letter-spacing: 6px;
    line-height: 1;
}

.nav-cat-arrow {
    display: inline-block;
    position: relative;
    top: 3px;
    right: 4px;
    content: url("../img/common/arrow.svg");
    transform: rotate(90deg) scale(0.7);
}

.menu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: -35px;
    margin: 0;
    padding: 0;
}

.menu li ul li {
    display: block;
    width: 160px;
    border-bottom: 1px dashed #909090;
    background-color: #222222;
    text-align: left;
}

.menu li ul li:last-child {
    border-bottom: none;
}

.menu > li > ul > li a {
    display: inline-block;
    margin-left: 20px;
    padding-top: 15px;
    padding-bottom: 14px;
    color: #ffffff;
}

.nav-cat-menu > li:hover:before {
    display: inline-block;
    position: relative;
    left: 10px;
    content: url("../img/common/arrow-white.svg");
}

.nav-cat-menu {
    display: none;
}


.catch-copy {
    width: 100%;
    margin: 8px auto 20px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

.section-category {
    background-color: #FDD656;
    margin-bottom: 40px;
}

.section-vacation {
    background-image: url("../img/category/vacation.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 190px;
}

.category-title {
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
    font-family: NotoSansBlack;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 8px;
}

.category-description {
    padding-bottom: 30px;
    text-align: center;
    font-family: NotoSansMedium;
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 2px;
}

/*=========================================================
 * #contents
 *========================================================*/

.cards {
    margin: 0 auto 33px;
    max-width: 1026px;
}

.cards-contents {
    width: 1026px;
    margin: 0 auto;
}

section.ranking {
    margin-top: 30px;
}

.ranking .cards-contents {
    width: 640px;
    margin: 0 auto;
}

.card {
    float: left;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 312px;
    height: 312px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 32px;
    background-color: #FFFFFF;
    border: 2px solid #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ranking .card {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 640px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    background-color: #FFFFFF;
    border: 2px solid #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.inner-card {
    position: relative;
    margin: 2px;
    padding: 32px 15px 0 15px;
    border: 3px solid #000;
    height: 266px;
}

.ranking .inner-card {
    position: relative;
    height: 100%;
    margin: 2px;
    padding: 40px 15px 0 15px;
    border: 3px solid #000;
}

.card-title {
    font-family: PixelMplus10-Regular;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    letter-spacing: 5px;
    line-height: 1.3;
}

.ranking .card-title {
    font-family: PixelMplus10-Regular;
    font-weight: bold;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: left;
    line-height: 1.3;
}

.card-company-name {
    margin-top: 20px;
    font-family: PixelMplus10-Regular;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}

.ranking .card-company-name {
    margin-top: 10px;
    margin-bottom: 45px;
    font-family: PixelMplus10-Regular;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
}

@media screen and ( max-width: 1121px ) {
   .cards-contents {
       width: 684px;
   }
}

@media screen and ( max-width: 769px ) {
   .cards-contents {
       width: 342px;
   }
}

/*=========================================================
 * #ranking
 *========================================================*/

.ranking {
    counter-reset: ranking-mark;
}

.ranking article.card:before {
    display: block;
    position: absolute;
    top: -27px;
    left: 10px;
    transform: scale(0.48);
    z-index: 1;
}

.ranking article.card.gold:before {
    content: url(../img/common/no1.png);
}

.ranking article.card.silver:before {
    content: url(../img/common/no2.png);
}

.ranking article.card.blonze:before {
    content: url(../img/common/no3.png);
}

.ranking article.card.normal-rank:before {
    content: url(../img/common/no4.png);
}

.ranking article.card:after {
    content: counter(ranking-mark, decimal);
    counter-increment: ranking-mark;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    width: 87px;
    z-index: 2;
    text-align: center;
    font-size: 25px;
    font-family: PixelMplus10-Bold;
    color: #ffffff;
}

/*=========================================================
 * #footer
 *========================================================*/

footer {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    background-color: #222222;
}

.top footer {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    background-color: #222222;
    position: absolute;
    bottom: 0;
}

footer a {
    color: #FFFFFF;
}

footer a:hover,
footer a:active,
footer a:visited {
    color: #FFFFFF;
}

.footer-nav {
    display: -webkit-flex;
    display: flex;
}

footer ul {
    list-style-type: none;
}


.footer-nav li {
    margin-right: 15px;
    font-weight: bold;
}

.footer-nav li:last-child {
    margin-left: auto;
}

.footer-nav li.copyright {
    margin-right: 30px;
    margin-left: 15px;
    font-weight: normal;
}

.footer-box-left {
    float: left;
}

.wanted {
    float: right;
    margin-right: 10px;
    font-weight: bold;
}

.info-btn img {
    display: none;
}

/*=========================================================
 * #single
 *========================================================*/

.main-outer-box {
    position: relative;
    width: 645px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border: 2px solid #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.main-outer-box:before {
    display: block;
    position: absolute;
    content: url(../img/common/dot.svg);
    top: 5px;
    left: 8px;
}

.main-outer-box:after {
    display: block;
    position: absolute;
    content: url(../img/common/dot.svg);
    top: 5px;
    right: 8px;
}

.main-inner-box {
    position: relative;
    margin: 2px;
    padding: 35px 35px 35px 40px;
    border: 3px solid #000;
}

.main-inner-box:before {
    display: block;
    position: absolute;
    content: url(../img/common/dot.svg);
    bottom: 3px;
    left: 3px;
}

.main-inner-box:after {
    display: block;
    position: absolute;
    content: url(../img/common/dot.svg);
    bottom: 3px;
    right: 3px;
}

.system-page-url {
    margin: 0 auto 15px;
    font-size: 14px;
    font-family: PixelMplus10-Regular;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    text-decoration: underline;
}

.catchphrase {
    text-align: center;
    font-family: PixelMplus10-Regular;
    font-size: 15px;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.title {
    font-size: 38px;
    font-family: PixelMplus10-Regular;
    text-shadow: 3px 3px 1px #E8E8E8;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 38px;
    letter-spacing: 2px;
}

.system-info {
    text-align: center;
}

.company-name {
    height: 15px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    padding-right: 12px;
    vertical-align: inherit;
    border-right: 1px solid #222222;
}

.pv-count {
    height: 15px;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    vertical-align: bottom;
    padding-left: 6px;
    font-family: NotoSansMedium;
}

.category-name {
    height: 15px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    margin-left: 5px;
    padding-left: 8px;
    border-left: 1px solid #222222;
}

.dots {
    display: block;
    text-align: center;
}

.title-about {
    display: block;
    margin-top: 28px;
    margin-bottom: 20px;
    text-align: center;
}

.title-about img {
    height: 28px;
}

.main-contents {
    width: 645px;
    margin: 0 auto 15px
}

.main-contents p {
    font-family: NotoSansMedium;
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 1.1px;
}

.share-contents {
    height: 245px;
    margin: 24px 0 15px;
    background-image: url("../img/common/share-bg.png");
    background-size: 17px;
}

.title-share {
    display: block;
    padding-top: 50px;
    text-align: center;
}

.title-share img {
    height: 30px;
}

.share-btn {
    display: block;
    margin-top: 28px;
    text-align: center;
}

.share-btn-img-off {
     display: inline-block;
     background-image: url("../img/pc/btn-twitter.png");
     background-size: 472px 85px;
     background-repeat: no-repeat;
     width: 472px;
     height: 85px;
 }

.share-btn-img-on {
    display: none;
    background-image: url("../img/pc/btn-twitter-hover.png");
    background-size: 472px 83px;
    background-repeat: no-repeat;
    width: 472px;
    height: 83px;
}

.share-btn:hover .share-btn-img-off {
    display: none;
}

.share-btn:hover .share-btn-img-on {
    display: inline-block;
}

.company-outer-box {
    position: relative;
    width: 645px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border: 2px solid #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.company-outer-box:before {
    display: block;
    position: absolute;
    content: url(../img/common/dot.svg);
    top: 5px;
    left: 8px;
}

.company-outer-box:after {
    display: block;
    position: absolute;
    content: url(../img/common/dot.svg);
    top: 5px;
    right: 8px;
}

.company-inner-box {
    position: relative;
    margin: 2px;
    padding: 25px 35px 25px 40px;
    border: 3px solid #000;
}

.company-inner-box:before {
    display: block;
    position: absolute;
    content: url(../img/common/dot.svg);
    bottom: 3px;
    left: 3px;
}

.company-inner-box:after {
    display: block;
    position: absolute;
    content: url(../img/common/dot.svg);
    bottom: 3px;
    right: 3px;
}

.title-company {
    display: block;
    text-align: center;
}

.title-company img {
    height: 26px;
}

.company-logo {
    display: block;
    margin-top: 25px;
    text-align: center;
}

.company-logo img {
    border: 1px solid #F2F2F2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.job-board-link {
    display: block;
    position: relative;
    margin-top: 22px;
    text-align: center;
}

.job-board-link a {
    margin-left: 8px;
    font-size: 18px;
    font-family: PixelMplus10-Regular;
    text-decoration: underline;
}

.job-board-link:before {
    content: url("../img/common/arrow.svg");
}

.retry-question {
    display: block;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
}

.retry-question img {
    height: 84px;
}

.retry-question .btn-top-off {
    display: inline-block;
    background-image: url("../img/common/btn-top-off.png");
    background-size: 472px 86px;
    background-repeat: no-repeat;
    width: 472px;
    height: 86px;
}

.retry-question .btn-top-on {
    display: none;
    background-image: url("../img/common/btn-top-off.png");
    background-size: 472px 85px;
    background-repeat: no-repeat;
    width: 472px;
    height: 85px;
}

.retry-question:hover .btn-top-off {
    display: none;
}

.retry-question:hover .btn-top-on {
    display: inline-block;
}

/*=========================================================
 * #ERROR
 *========================================================*/

.error {
    text-align: center;
}

.error h2 {
    margin-top: 42px;
    margin-bottom: 35px;
    font-family: PixelMplus10-Regular;
    font-weight: 100;
    font-size: 24px;
    letter-spacing: 5px;
    line-height: 1.5;
}

.error-cat {
    width: 160px;
}

.error .links {
    margin-top: 50px;
}

.error .links a {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: PixelMplus10-Regular;
    font-size: 16px;
    letter-spacing: 3px;
    text-decoration: underline;
}
