@charset "utf-8";
/* ==================================================

 - recruit.css

================================================== */
#Contents {
    padding: 0 7.2%;
}
.headder .nav-recruit {
    border: solid 1px #fff;
    line-height: 1;
    padding: 6px 12px;
}
.section-title {
    color: #fff;
    display: inline-block;
    font-family: "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
}
.section-title .ja {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #fff;
    padding: 0 30px 5px 0;
    margin-bottom: 5px;
}
.section-title .ja .title {
    font-size: 24px;
    font-weight: bold;
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
    .headder .nav-recruit {
        padding: 0 4px 3px 4px;
    }
    .section-title {
        font-size: 15px;
        margin-bottom: 40px;
    }
    .section-title .ja {
        padding: 0 20px 5px 0;
    }
    .section-title .ja .title {
        font-size: 20px;
    }
}
/* ----------------------------------------

 - .main-image

---------------------------------------- */
.main-image {
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    .main-image {
        margin-bottom: 30px;
    }
}
/* ----------------------------------------

 - .main-image

---------------------------------------- */
.message-image {
    margin-bottom: 180px;
	position: relative;
}
.message-image a {
  width: 12.7vw; height: auto;
	position: absolute;
	top: 15.2vw;
	left: 26.2vw;
}
.message-image a:hover{
  opacity: .7;
	 transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
    .message-image {
        margin-bottom: 60px;
    }
	.message-image a {
		width: 32.0vw; height: auto;
		position: absolute;
		top: 28.3vw;
		left: 6.3vw;
	}
}




/* ----------------------------------------

 - .message

---------------------------------------- */
.message {
    margin-bottom: 200px;
}
.message .img {
    max-width: 190px;
    margin: 0 auto 80px;
}
.message .text {
    color: #fff;
    font-family: "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 2.4;
    margin-bottom: 100px;
    text-align: center;
}
.message .link-list {
    display: flex;
    align-items: centere;
    justify-content: center;
}
.message .link-list li {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin: 0 40px;
    position: relative;
}
.message .link-list li::before {
    content: url(../images/recruit/icon-arrow-circle.svg);
    width: 26px;
    position: absolute;
    top: 1px;
    left: -32px;
}
.message .link-list li a {
    color: #fff;
    font-family: "Hiragino Mincho ProN", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
    .message {
        margin-bottom: 100px;
    }
    .message .img {
        max-width: 120px;
        margin: 0 auto 40px;
    }
    .message .text {
        font-size: 15px;
        margin-bottom: 50px;
    }
    .message .link-list li {
        font-size: 14px;
        margin: 0px 20px;
    }
    .message .link-list li::before {
        width: 16px;
        top: 2px;
        left: -20px;
    }
		.message .link-list li:last-of-type {
        font-size: 14px;
        margin: 0px 0px 0px 20px;
    }
}
/* ----------------------------------------

 - .search

---------------------------------------- */
.search {
    margin: 0 auto 160px;
    max-width: 900px;
}
.search h3 {
    background: #eeefef;
    font-size: 18px;
    line-height: 1;
    padding: 14px 0 12px 43px;
    position: relative;
}
.search h3::before {
    content: "";
    background: url("../images/recruit/search_icon.svg");
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 20px;
    height: 25px;
}
.search .boxOuter {
    background: #fff;
    margin: 0 auto;
    padding: 30px 0 0;
    max-width: 810px;
}
.search .box {
    border-bottom: solid 1px #000;
    margin: 0 auto;
    padding: 28px 14px;
}
.search .box dl {
    padding: 0;
}
.search .box dl dt {
    background: #0068b7;
    color: #fff;
    display: inline-block;
    line-height: 1;
    font-size: 19px;
    margin-bottom: 13px;
    padding: 3px 10px 3px 32px;
    position: relative;
}
.search .box dl dt::before {
    content: "";
    background: url("../images/recruit/search_icon_2.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    width: 18px;
    height: 12px;
}
.search .box dl dd ul {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.search .box dl dd ul li {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px;
    padding-left: 2em;
    text-indent: -1em;
    width: 33.33%;
}
.search .box dl dd ul li label {
    display: block;
    cursor: pointer;
}
.search .box dl dd ul li label:hover {
    color: #0068b7;
}
.search .box.boxText dl dd ul li {
    width: 100%;
}
.search .box dl dd ul li input[type=checkbox] {
    margin-right: 5px;
}
.search .box dl dd ul li input[type=text] {
    width: 100%;
    max-width: 740px;
    padding: .25em;
}
.search .btn {
    padding: 24px;
    text-align: center;
}
.search a {
    background: #ea5504;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    line-height: 1;
    margin: 0 auto;
    padding: 22px 0;
    text-align: center;
    width: 100%;
    max-width: 415px;
}
@media screen and (max-width: 810px) {
    .search .box dl dd ul {
        display: flex;
        justify-content: space-between;
        align-content: space-between;
        flex-wrap: wrap;
    }
    .search .box dl dd ul li {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 20px;
        padding-left: 4%;
        padding-left: 1.5em;
        text-indent: -1.5em;
        width: 48%;
    }
}
/* ----------------------------------------

 - .recruit__list

---------------------------------------- */
.recruit__list #Contents {
    background: #fff;
    margin-top: 135px;
    padding: 50px 30px;
}
.recruit__list h2 {
    border-left: solid 6px #0068b7;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    margin: 0 auto 25px;
    max-width: 880px;
    padding-left: 12px;
}
.recruit__list p.number {
    font-size: 26px;
    margin: 0 auto 25px;
    max-width: 880px;
    padding-left: 12px;
}
.recruit__list ul.result {
    margin: 0 auto;
    max-width: 925px;
    padding: 0 30px;
}
.recruit__list ul.result li {
    border: solid 1px #000;
    margin-bottom: 30px;
}
.recruit__list ul.result li a:hover {
    opacity: 0.6;
}
.recruit__list ul.result li dl dt {
    background: #0068b7;
    border-bottom: solid 1px #000;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    padding: 10px;
}
.recruit__list ul.result li dl dd {
    display: flex;
    justify-content: space-between;
    padding: 12px;
}
.recruit__list ul.result li dl dd p.img {
    width: 22.67%;
}
.recruit__list ul.result li dl dd p.text {
    width: 75.17%;
}
.recruit__list ul.result li dl dd p.text span.details {
    display: block;
    font-size: 20px;
}
.recruit__list ul.result li dl dd p.text span.address {
    display: block;
    background: #e6e6e7;
    font-size: 18px;
    line-height: 1.2;
    margin: 5px 0;
    padding: 5px;
}
.recruit__list ul.result li dl dd p.text span.name {
    font-size: 18px;
}
.recruit__list .footer__wrapper {
    padding-top: 70px;
}
@media screen and (max-width: 768px) {
    .recruit__list #Contents {
        margin-top: 70px;
        padding: 40px 20px;
    }
    .recruit__list h2 {
        border-left: solid 6px #0068b7;
        font-size: 28px;
        font-weight: normal;
        line-height: 1;
        margin: 0 auto 25px;
        max-width: 880px;
        padding-left: 12px;
    }
    .recruit__list ul.result {
        margin: 0 auto;
        max-width: 925px;
        padding: 0 0;
    }
    .recruit__list ul.result li dl dt {
        font-size: 20px;
        padding: 10px;
    }
    .recruit__list ul.result li dl dd {
        display: block;
        padding: 12px;
    }
    .recruit__list ul.result li dl dd p.img {
        width: auto;
        margin: 0 auto;
        max-width: 190px;
    }
    .recruit__list ul.result li dl dd p.text {
        width: 100%;
    }
    .recruit__list ul.result li dl dd p.text span.details {
        font-size: 18px;
    }
    .recruit__list ul.result li dl dd p.text span.name {
        font-size: 16px;
    }
}

.recruit__list .resultbox {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	margin: 25px auto 30px;
	width: 100%;
	max-width: 840px;
}
.recruit__list .resultbox ul li { margin: 0 3px; padding:0; display:inline;}
.recruit__list .resultbox ul li a {padding:0.5em; border: solid 1px #000;}
.recruit__list .resultbox ul li a:hover {background: #e6e6e7; color: #000}
.recruit__list .resultbox ul li.current { font-weight:bold; }
.recruit__list .resultbox p { margin: 0 3px; padding:0; display:inline; }
.recruit__list .resultbox p.current { font-weight:bold; }

/* ----------------------------------------

 - .details

---------------------------------------- */
.details #Contents {
    background: #fff;
    margin-top: 135px;
    padding: 50px 30px;
}
.details h2 {
    border-left: solid 6px #0068b7;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    margin: 0 auto 25px;
    max-width: 880px;
    padding-left: 12px;
}
.details dl.job--details dt {
    background: #0068b7;
    color: #fff;
    font-size: 23px;
    line-height: 1.2;
    /*margin-bottom: 10px;*/
    padding: 6px 11px;
}
.details dl.job--details p.textCompany {
    background: #e2e2e2;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
    padding: .75em .5em .5em;
    line-height: 1;
}
.details dl.job--details p.text1 {
    font-size: 29px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.details dl.job--details p.img {
    margin-bottom: 30px;
}
.details dl.job--details p.text2 {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
}
.details h3 {
    background: #0086d1;
    display: block;
    margin: 70px auto 18px;
    max-width: 885px;
}
.details h3 span {
    background: #0068b7;
    display: inline-block;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
    padding: 7px 11px;
}
.details dl.job--details {
    margin: 0 auto;
    max-width: 885px;
}
.details dl.job--description {
    border: solid 2px #c7c8c8;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 20px;
    max-width: 885px;
    padding: 18px 15px;
}
.details dl.job--description dt {
    background: #d0ecfb;
    font-size: 22px;
    text-align: center;
    padding: 0 5px;
    width: 20%;
}
.details dl.job--description dd {
    padding-top: 5px;
    width: 78%;
}
.details a.submit {
    background: #ea5504;
    color: #fff;
    display: block;
    font-size: 25px;
    line-height: 1;
    margin: 60px auto 50px;
    max-width: 416px;
    text-align: center;
    padding: 23px 0 20px;
}

.details .footer__wrapper {
    padding-top: 70px;
}
@media screen and (max-width: 768px) {
    .details #Contents {
        margin-top: 70px;
        padding: 40px 20px;
    }
    .details h2 {
        border-left: solid 6px #0068b7;
        font-size: 28px;
        font-weight: normal;
        line-height: 1;
        margin: 0 auto 25px;
        max-width: 880px;
        padding-left: 12px;
    }
    .details dl.job--details dt {
        background: #0068b7;
        color: #fff;
        font-size: 20px;
        line-height: 1.2;
        /*margin-bottom: 10px;*/
        padding: 6px 11px;
    }
    .details dl.job--details p.textCompany {
        font-size: 16px;
    }
    .details dl.job--details p.text1 {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    .details dl.job--details p.img {
        margin-bottom: 30px;
    }
    .details dl.job--details p.text2 {
        font-size: 18px;
        line-height: 1.6;
        text-align: left;
    }
    .details h3 {
        margin: 40px auto 18px;
    }
    .details h3 span {
        font-size: 20px;
    }
    .details dl.job--description {
        display: block;
        margin: 0 auto 20px;
        max-width: 885px;
        padding: 18px 15px;
    }
    .details dl.job--description dt {
        display: inline-block;
        font-size: 22px;
        text-align: center;
        padding: 0 5px;
        width: auto;
    }
    .details dl.job--description dd {
        padding-top: 5px;
        width: auto;
    }
}
/* ----------------------------------------

 - .applicationForm

---------------------------------------- */
input, select {
    border: solid 1px #000;
    border-radius: 2px;
}
.applicationForm #Contents {
    background: #fff;
    margin-top: 135px;
    padding: 50px 30px;
}
.applicationForm h2 {
    border-left: solid 6px #0068b7;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    margin: 0 auto 25px;
    max-width: 880px;
    padding-left: 12px;
}
.applicationForm h3 {
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: normal;
    margin: 70px auto 18px;
    max-width: 885px;
}
.applicationForm h3 span:first-of-type {
    background: #0068b7;
    display: inline-block;
    line-height: 1;
    padding: 7px 11px;
}
.applicationForm h3 span:nth-of-type(2) {
    background: #0086d1;
    display: inline-block;
    line-height: 1;
    padding: 7px 11px;
}
.applicationForm p.notes {
    font-size: 23px;
    line-height: 1.4;
    margin: 0 auto 25px;
    max-width: 885px;
}
.applicationForm p.notes span.icon {
    margin: 0 5px;
    position: relative;
    top: -2px;
}
.applicationForm .redText {
    color: #e60012;
    display: inline-block;
}
.applicationForm .icon--form {
    width: 54px;
}
.applicationForm .formBox {
    border: solid 1px #000;
    margin: 0 auto;
    max-width: 885px;
    padding: 28px 23px;
}
.applicationForm table {
    display: flex;
    align-items: center;
    margin: 0 auto 40px;
    max-width: 885px;
}
.applicationForm table th {
    font-size: 22px;
    font-weight: normal;
    vertical-align: top;
    padding: 0 0 8px;
    position: relative;
    white-space: nowrap;
}
.applicationForm table th.address--category {
    text-align: right;
}
.applicationForm table td.address--category select {
    color: #000;
    background: #fff;
    font-size: 22px;
    margin-left: 0;
    height: 43px;
}
.applicationForm table th span.heading {
    background: #d0ecfb;
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    margin-right: 5px;
    padding: 10px 0;
    text-align: center;
    width: 182px;
}
.applicationForm table th span.icon {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}
.applicationForm table th span.icon img.icon--form {
    margin-top: -10px;
}
.applicationForm table td {
    font-size: 22px;
    padding: 0 0 10px 15px;
    vertical-align: top;
}
.applicationForm table td span.notes {
    display: inline-block;
    font-size: 12px;
    margin-top: 0.5em;
    line-height: 1.2;
}
.applicationForm table td input[type=text], .applicationForm table td input[type=tel], .applicationForm table td input[type=mail], .applicationForm table td input[type=number] {
    color: #000;
    font-size: 22px;
    line-height: 1;
    padding: 3px 9px;
}
.applicationForm table td input::placeholder {
    color: #000;
}
.applicationForm table td input.w100 {
    padding: 5px;
    width: 100%;
}
.applicationForm table td textarea {
    height: 265px;
    width: 100%;
}
.applicationForm table td textarea::placeholder {
    color: #a2a2a2;
    font-size: 22px;
    line-height: 1.4;
    padding: 5px;
}
.checkBoxOuter {
    position: relative;
}
/*.checkBoxOuter::after {
    content: '';
    background: url("../images/recruit/icon_select.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
        top: 50%;
        right: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}*/
.checkBoxOuter select {
    /*appearance: none;*/
    margin-left: 10px;
    width: 70px;
    padding: 2px 5px;
    border: 1px solid #666;
    background-color: #fff;
    color: #000;
    font-size: 1em;
    cursor: pointer;
}
.checkBoxOuter:first-of-type select {
    margin-left: 0;
}
.applicationForm table td input.age {
    color: #000;
    font-size: 22px;
    line-height: 1;
    margin-left: 10px;
    padding: 3px 9px;
    width: 80px !important;
}
.applicationForm table td .radioBox {
    display: flex;
}
.applicationForm table td input[type="radio"] {
    margin: 0 10px 0 0;
}
.applicationForm table td input[type="radio"]:checked + label {
    background: #31A9EE;
    color: #ffffff;
}
.applicationForm table td .label {
    display: block;
    margin: 0 5px;
    height: 38px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 2px;
}
.applicationForm table td .label:first-of-type {
    margin: 0 5px 0 0;
}
.applicationForm .agreement .labelOuter {
    font-size: 22px;
    margin: 0 auto;
    text-align: center;
}
.applicationForm .agreement input[type="checkbox"] {
    margin-right: 10px;
}
.applicationForm .agreement .labelOuter label {
    cursor: pointer;
}
.applicationForm .agreement .labelOuter label:hover {
    cursor: pointer;
    color: #0068b7;
}
.applicationForm .agreement .labelOuter span {
    display: flex;
    align-items: center;
}
.applicationForm .agreement .notes {
    border-top: solid 1px #000;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.01em;
    padding-top: 5px;
    text-align: center;
}
.applicationForm .agreement a.submit {
    background: #ea5504;
    color: #fff;
    display: block;
    font-size: 25px;
    line-height: 1;
    margin: 0 auto;
    max-width: 416px;
    text-align: center;
    padding: 23px 0 20px;
}
.applicationForm .footer__wrapper {
    padding-top: 70px;
}
@media screen and (max-width: 768px) {
    .applicationForm #Contents {
        margin-top: 70px;
        padding: 40px 20px;
    }
    .applicationForm h2 {
        border-left: solid 6px #0068b7;
        font-size: 28px;
        font-weight: normal;
        line-height: 1;
        margin: 0 auto 25px;
        max-width: 880px;
        padding-left: 12px;
    }
    .applicationForm h3 {
        color: #fff;
        display: block;
        font-size: 18px;
        font-weight: normal;
        margin: 40px auto 18px;
        max-width: 885px;
    }
    .applicationForm h3 span:first-of-type {
        display: inline-block;
        line-height: 1;
        padding: 7px 11px;
    }
    .applicationForm h3 span:nth-of-type(2) {
        background: #0086d1;
        display: block;
        font-size: 24px;
        line-height: 1;
        padding: 7px 11px;
    }
    .applicationForm p.notes {
        font-size: 18px;
    }
    .applicationForm p.notes span.icon {
        margin: 0 5px;
        position: relative;
        top: -2px;
    }
    .applicationForm .formBox {
        border: solid 1px #000;
        padding: 15px 12px;
    }
    .applicationForm table {
        display: block;
        margin: 0 auto 20px;
    }
    .applicationForm table th {
        display: block;
        vertical-align: top;
        margin-top: 30px;
        padding: 0;
        position: relative;
        white-space: nowrap;
    }
    .applicationForm table th.address--category {
        margin-top: 0;
        text-align: left;
    }
    .applicationForm table td.address--category select {
        display: block;
        font-size: 22px;
        margin-left: 0;
        height: 40px;
    }
    .applicationForm table tr:first-of-type th {
        margin-top: 0;
    }
    .applicationForm table th span.heading {
        background: #d0ecfb;
        display: inline-block;
        font-size: 18px;
        font-weight: normal;
        line-height: 1;
        margin-right: 5px;
        margin-bottom: 10px;
        padding: 8px 0;
        text-align: center;
        width: 140px;
    }
    .applicationForm table th span.icon {
        display: inline-block;
        padding-bottom: 10px;
        position: relative;
    }
    .applicationForm table th span.icon img.icon--form {
        margin-top: -10px;
    }
    .applicationForm table td {
        display: block;
        font-size: 22px;
        padding: 0 0 10px 0;
    }
    .applicationForm table td span.notes {
        font-size: 11px;
        margin-top: 0;
    }
    .applicationForm table td input {
        color: #000;
        font-size: 18px;
        line-height: 1;
        padding: 3px 9px;
    }
    .applicationForm table td input::placeholder {
        color: #000;
    }
    .applicationForm table td input.w100 {
        padding: 5px;
        width: 100%;
    }
    .applicationForm table td textarea {
        height: 180px;
        width: 100%;
        /*border-radius: 0;*/
    }
    .applicationForm table td textarea::placeholder {
        font-size: 18px;
        padding: 5px;
    }
    .applicationForm table td .checkBoxOuter select {
        background: #fff;
        color: #000;
        font-size: 18px;
        margin-left: 10px;
        margin-bottom: 0;
        min-width: inherit;
        width: 60px;
        padding: 2px 2px;
        height: 40px;
    }
    .applicationForm table td select.year {
        margin-left: 0;
    }
    .applicationForm table td input.age {
        margin-left: 0;
        width: 60px;
    }
    .applicationForm table td .radioBox {
        display: flex;
    }
    .applicationForm table td input[type="radio"] {
        margin: 0;
    }
    .applicationForm table td input[type="radio"]:checked + label {
        background: #31A9EE;
        color: #ffffff;
    }
}
/* ----------------------------------------

 - .video

---------------------------------------- */
.video {
    max-width: 900px;
    margin: 0 auto 160px;
}
.video-list {
    display: flex;
    justify-content: space-between;
}
.video-list li {
    width: 48%;
    height: 100%;
    max-width: 430px;
}
.video-list li iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}
.video-list li .title {
    color: #fff;
    font-family: "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .video {
        margin: 0 auto 60px;
    }
    .video-list {
        flex-direction: column;
    }
    .video-list li {
        width: 100%;
        margin: 0 auto 25px;
    }
}
/* ----------------------------------------

 - .instagram

---------------------------------------- */
.instagram {
    max-width: 1560px;
    margin: 0 auto 100px;
}
.instagram .title {
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
    text-align: center;
}
.instagram .slider {
    width: 100%;
}
.instagram .slider .slider-item {
    padding: 5px;
}
.instagram .slider .slider-item img {
    height: 14vw;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .instagram {
        margin: 0 auto 40px;
    }
    .instagram .title {
        font-size: 18px;
        line-height: 1.8;
    }
    .instagram .slider .slider-item {
        padding: 5px;
    }
    .instagram .slider .slider-item img {
        height: 58vw;
    }
}
/* ----------------------------------------

 - .sns-link

---------------------------------------- */
.sns-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 80px;
}
.sns-link li {
    margin: 0 40px;
}
.sns-link li:nth-child(1) {
    max-width: 68px;
}
.sns-link li:nth-child(2) {
    max-width: 170px;
}
@media screen and (max-width: 768px) {
    .sns-link li {
        margin: 0 20px;
    }
    .sns-link li:nth-child(1) {
        max-width: 50px;
    }
    .sns-link li:nth-child(2) {
        max-width: 150px;
    }
}
/* ----------------------------------------

 - .backLink-area

---------------------------------------- */
.backLink-area {
    margin: 0 auto;
    max-width: 925px;
    padding: 0 20px;
}
body#ApplicationForm .backLink-area {
    margin: 40px auto 20px;
}
.backLink-area a {
    width: 100%;
    display: block;
    border: #000 solid 1px;
    background: #fff;
    padding: 1em;
    text-align: center;
    text-decoration: none;
}
.backLink-area a:hover {
    background: #e6e6e7;
    color: #000;
}
@media screen and (max-width: 768px) {
    .backLink-area {
        padding: 0;
    }
}