/**
 :タイトル "1週間で転職する方法　ページ用スタイル";
 :一行説明 "1週間で転職する方法用のスタイルシートです";
 :作成日 "2011-10-18";
 :改訂版 [:版 "1.0.0"; :作成日 "2011-10-18"];
*/

body {
    font-size: 75%;
}

.sp {
    display: none !important;
}

.clear {
    clear: both;
}

.margin {
    margin: 0 !important;
}

#logo {
    display: none;
}

.head-btn2 {
    display: none;
}

#btn-menu {
    display: none;
}

#menu {
    display: none;
}

.travel #main {
    background: none;
}

.travel .inner {
    margin: 0 auto;
    position: relative;
    width: 1005px;
}

#mainInner01 {
    width: 1005px;
    _zoom: 1;
    background: #fff url(../img/bg_main02.gif) repeat-x left top;
    position: relative;
    padding: 5px 0 0 0;
    margin: 0 auto;
}

#mainInner01:after {
    content: "";
    display: block;
    clear: both;
}

.icon {
    position: absolute;
    top: 30px;
    right: 5px;
}

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#pageTop i {
    padding-top: 6px;
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 12px 8px 4px 8px;
    font-size: 20px;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background-color: #f37599;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.3s ease 0s;
    transform: translateY(0.15em);
}

#contents {
    width: 1005px;
    margin: 0 auto;
}

#main-title {
    position: relative;
    background: url(../img/bg_repeat.png) repeat-x;
    padding-bottom: 340px;
    background-position: top center;
}

#main-title h2 {
    padding: 20px;
    text-align: center;
}

.main-box {
    position: absolute;
    width: 1005px;
    text-align: center;
    top: 315px;
}

.img_nurse {
    position: absolute;
    right: -110px;
    top: 42px;
}

.img_female {
    position: absolute;
    left: -176px;
    top: 15px;
}

.mv_d_box {
    background-color: #fff;
    box-shadow: 0px 0px 15.36px 0.64px rgba(211, 211, 211, 0.8);
    padding: 36px;
    position: relative;
    border-radius: 8px;
    margin-bottom: -5px;
    top: auto;
    box-sizing: border-box;
    left: auto;
    right: auto;
    width: 1005px;
    margin: -343px auto 32px;
}

.mv_d_ttl {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #e73584;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 2px dotted #333;
    position: relative;
    text-align: center;
}

.mv_d_ttl::before {
    content: "";
    position: absolute;
    background: url(../img/txt_tn.png) no-repeat;
    height: 100%;
    left: 0;
    width: 100%;
    bottom: 36%;
    opacity: 0.7;
}

.mv_d_ttl::after {
    content: "";
    position: absolute;
    background: url(../img/icon_air.png) no-repeat;
    background-position: right;
    background-color: #fff;
    height: 30px;
    right: 0;
    width: 60px;
    top: 62%;
}

.mv_d_sub_ttl {
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
}

.mv_d_ttl span {
    font-size: 0.8em;
    color: #666;
    padding-left: 3px;
}

.mv_d_txt {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 13px;
    text-align: justify;
}

.tx1 {
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
    position: absolute;
    top: 383px;
    left: 215px;
    width: 570px;
}

.tx1 span {
    font-size: 15px;
    color: #0251b0;
    font-weight: bold;
}

.tx2 {
    font-size: 12px;
    position: absolute;
    top: 479px;
    text-align: center;
    width: 1005px;
}

.cv-banner {
    position: absolute;
    top: 495px;
    text-align: center;
    width: 1005px;
}

.cv-banner:hover img {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    transition: all 0.3s ease 0s;
    transform: translateY(0.15em);
}

ul.nav {
    list-style: none;
    overflow: hidden;
    text-align: center;
    width: 1005px;
    position: relative;
    z-index: 1;
}

ul.nav li {
    width: 142.7px;
    text-align: center;
    background-color: #71bbfa;
    font-size: 16px;
    height: 70px;
    float: left;
    line-height: 70px;
    margin-right: 1px;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 3px 0px 0px gray;
    border-bottom: solid 4px #298ee4;
}

ul.nav li:last-of-type {
    margin-right: -1px;
}

ul.nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 0px 10px 10px 10px;
    display: block;
}

ul.nav li:hover {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
}

.kyujin-title {
    width: 1005px;
    text-align: center;
}

.kyujin-title img {
    width: 50%;
    margin-bottom: 40px;
}

.kyujin-title p {
    margin-top: 70px;
    font-size: 26px;
    font-weight: bold;
}

ul.btn-list {
    list-style-type: none;
    padding: 0px;
    width: 1005px;
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
    display: block;
}

ul.btn-list li {
    padding: 10px;
    display: inline;
    width: 1005px;
    transition: all 0.3s ease 0s;
}

ul.btn-list li:hover img {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    position: relative;
    top: 2px;
    transform: translateY(0.15em);
}

.kyujin-area {
    background-color: #d7effb;
    padding: 40px 0 20px 0;
}

.item-list {
    width: 898px;
    margin: 0 auto;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 20px;
}

.item {
    width: 32%;
    display: inline-block;
    text-align: justify;
    text-justify: distribute-all-line;
    box-sizing: border-box;
    background-color: #fff;
}

.item.none {
    background-color: #d7effb;
}

@supports (-ms-ime-align: auto) {
    /* Edge のみ適用される */
    text-justify: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* Safari  */
    _:lang(x)+_:-webkit-full-screen-document,
    .item {
        margin-right: 10.8px;
    }
}

.item-image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.item-title-toshibu {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #77cfcb;
    height: 25px;
    padding: 10px 0 5px 0;
}

.item-title-okinawa {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #f6ae76;
    height: 25px;
    padding: 10px 0 5px 0;
}

.item-title-hokkaido {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #f29c9f;
    height: 25px;
    padding: 10px 0 5px 0;
}

.item-text table {
    width: 286px;
    padding: 10px;
    height: 500px;
}

.item-text .caption-toshibu {
    width: 55px;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    background-color: #77cfcb;
    height: 25px;
    text-align: center;
}

.item-text .caption-okinawa {
    width: 55px;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    background-color: #f6ae76;
    height: 25px;
    text-align: center;
}

.item-text .caption-hokkaido {
    width: 55px;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    background-color: #f29c9f;
    height: 25px;
    text-align: center;
}

.item-text .content {
    font-size: 12.3px;
    padding: 5px 8px 5px 8px;
    line-height: 1.3;
    background-color: #eeeeee;
}

.kyujin-btn {
    margin: 0 0 10px 2px;
    text-align: center;
}

.kyujin-btn:hover img {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    transition: all 0.3s ease 0s;
    transform: translateY(0.15em);
}

.merit-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    width: 1005px;
    height: 50px;
    background-color: #71bbfa;
    color: #fff;
    padding: 30px 0 0 0;
}

.item2 {
    width: 32%;
    height: 450px;
    box-sizing: border-box;
    background-color: #fff;
    padding-top: 20px;
    display: inline-block;
    vertical-align: top;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* Safari  */
    _:lang(x)+_:-webkit-full-screen-document,
    .item2 {
        margin-right: 10px;
        padding: 10px;
    }
}

.item-text2 {
    width: 226px;
    line-height: 1.5;
    font-size: 15px;
    margin: 0 auto;
    padding: 20px;
}

.item-text2 span {
    color: #d52121;
    font-weight: bold;
}

.faq-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    width: 1005px;
    height: 50px;
    background-color: #71bbfa;
    color: #fff;
    padding: 30px 0 0 0;
    margin-top: -13px;
    margin-bottom: 40px;
}

.faq1 {
    position: relative;
    width: 1005px;
    height: 208px;
    margin-bottom: 20px;
}

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

.q {
    font-size: 21px;
    font-weight: bold;
    color: #448aca;
    position: absolute;
    top: 24px;
    left: 170px;
}

.a-1 {
    font-size: 21px;
    font-weight: bold;
    color: #ce5f7e;
    position: absolute;
    top: 98px;
    left: 170px;
}

.a-2 {
    font-size: 15px;
    line-height: 1.3;
    position: absolute;
    top: 130px;
    left: 170px;
    width: 754px;
    text-align: justify;
}

.faq2 {
    position: relative;
    width: 1005px;
    height: 208px;
    margin-bottom: 30px;
}

.interview-list {
    position: relative;
    width: 1005px;
    height: 388px;
}

.interview-list:last-of-type {
    margin-bottom: 30px;
}

.interview-photo {
    position: absolute;
    text-align: left;
    top: 0;
    width: 504px;
    height: 388px;
}

.interview-box {
    position: absolute;
    top: 0;
    left: 50%;
    width: 407.5px;
    height: 303px;
    padding: 40px 40px 45px 55px;
    background-color: #d7effb;
}

.interview-txt1 {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 20px;
}

.interview-txt2 {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 25px;
    width: 400px;
    text-align: justify;
}

.interview-txt3 {
    font-size: 14px;
}

.interview-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    width: 1005px;
    height: 50px;
    background-color: #71bbfa;
    color: #fff;
    padding: 30px 0 0 0;
    margin-top: -5px;
}

.interview-photo2 {
    position: absolute;
    left: 49.9%;
    top: 0;
    width: 504px;
    height: 388px;
}

.interview-box2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 407.5px;
    height: 303px;
    padding: 40px 40px 45px 55px;
    background-color: #eeeeee;
}

ul.btn-list2 {
    list-style-type: none;
    padding: 0px;
    width: 1005px;
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

ul.btn-list2 li {
    padding: 10px;
    display: inline;
    width: 1005px;
    transition: all 0.3s ease 0s;
}

ul.btn-list2 li:hover img {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    position: relative;
    top: 2px;
    transform: translateY(0.15em);
}

.tenshoku-flow {
    text-align: center;
    margin: 20px 0 0;
}

.flow-txt1 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
}

.flow-txt1 span {
    font-size: 14px;
    color: #c35050;
}

.cv-banner3 {
    text-align: center;
    margin-top: 6px;
    padding-bottom: 80px;
}

.cv-banner3:hover img {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    transition: all 0.3s ease 0s;
    transform: translateY(0.15em);
}

.okinawa-top {
    position: relative;
    width: 100%;
    left: auto;
}

.okinawa-title {
    position: absolute;
    font-size: 24px;
    color: #0251b0;
    font-weight: bold;
    top: 50px;
    left: 337px;
}

.okinawa-txt {
    position: absolute;
    top: 100px;
    left: 220px;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}

.okinawa-txt2 {
    position: absolute;
    top: 230px;
    left: 243px;
    font-size: 14px;
}

.okinawa-cv {
    position: absolute;
    top: 250px;
    left: 243px;
}

.okinawa-cv:hover img {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    transition: all 0.3s ease 0s;
    transform: translateY(0.15em);
}

.areaselect {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}

.btn-toshibu2 {
    position: absolute;
    top: 12px;
    left: 370px;
}

.btn-toshibu2:hover img {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    transition: all 0.3s ease 0s;
    transform: translateY(0.15em);
}

.btn-hokkaido2 {
    position: absolute;
    top: 12px;
    left: 670px;
}

.btn-hokkaido2:hover img {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    transition: all 0.3s ease 0s;
    transform: translateY(0.15em);
}

.toshibu-title {
    position: absolute;
    font-size: 24px;
    color: #0251b0;
    font-weight: bold;
    top: 50px;
    left: 225px;
}

.toshibu-txt2 {
    position: absolute;
    top: 245px;
    left: 243px;
    font-size: 14px;
}

.toshibu-cv {
    position: absolute;
    top: 265px;
    left: 243px;
}

.toshibu-cv:hover img {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    transition: all 0.3s ease 0s;
    transform: translateY(0.15em);
}

.btn-hokkaido3 {
    position: absolute;
    top: 12px;
    left: 690px;
}

.btn-hokkaido3:hover img {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    transition: all 0.3s ease 0s;
    transform: translateY(0.15em);
}

.hokkaido-title {
    position: absolute;
    font-size: 24px;
    color: #0251b0;
    font-weight: bold;
    top: 50px;
    left: 252px;
}

.hokkaido-txt {
    position: absolute;
    top: 100px;
    left: 264px;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}

.recruit {
    width: 100%;
    height: auto;
    background-color: #eeeeee;
    padding-bottom: 80px;
}

.recruit-title {
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    padding-top: 80px;
}

.recruit-txt1 {
    text-align: center;
    font-size: 17px;
    padding-top: 20px;
}

.recruit-btn {
    text-align: center;
    padding-top: 30px;
}

.recruit-btn:hover img {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    transition: all 0.3s ease 0s;
    transform: translateY(0.15em);
}

.tel-box2 {
    position: relative;
    width: 90%;
    height: 180px;
    margin: 0 auto;
    background-color: #fff;
    border: 2px dashed #594d91;
    margin-top: 30px;
}

.tel-txt1 {
    font-size: 16px;
    text-align: center;
    padding-top: 30px;
}

.tel-box2 .tel-number { position: static; transform: none; }

.tel-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  flex-wrap: nowrap;
  white-space: nowrap; 
  margin-top: 30px; 
}

.tel-icon img {
  height: auto;
}

.tel-number {
  font-size: 58px;
  font-weight: bold;
  color: #594d91;
  position: static;
  transform: none;
}

.tel-txt3 span {
    font-size: 14px;
}

#primary {
    width: 620px;
    text-align: left;
    padding: 25px 10px 0 20px;
}

#secondary {
    padding: 0 20px 0 10px;
    width: 239px;
    position: absolute;
    top: 430px;
    left: 730px;
}

#main-title-faq {
    width: 1005px;
    height: 295px;
}

.tx-faq {
    line-height: 1.5;
    font-size: 12px;
    padding-top: 20px;
}

.cv-area-faq {
    width: 570px;
    text-align: center;
}

.cv-banner-faq {
    padding-top: 3px;
}

.cv-banner-faq:hover img {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    transition: all 0.3s ease 0s;
    transform: translateY(0.15em);
}

.cp_qa {
    width: 620px;
    text-align: left;
    margin: 40px 0 0 -20px;
}

.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
    font-family: "FontAwesome", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_qa dt {
    position: relative;
    margin: 0 0 1.5em 0;
    font-size: 17px;
    font-weight: bold;
    color: #448aca;
}

.cp_qa dt:first-child {
    margin-top: 10px;
}

.cp_qa span {
    position: relative;
    padding-top: 5px;
    font-size: 14px;
    word-spacing: 2em;
    line-height: 1.5;
    color: #000;
    font-weight: normal;
    display: block;
}

.cp_qa dd {
    position: relative;
    margin: 0 0 2em 0;
    padding: 0 0 1.5em 2em;
    font-size: 17px;
    font-weight: bold;
    color: #ce5f7e;
    border-bottom: 2px dotted #e5e5e5;
    text-align: justify;
    text-justify: inter-ideograph;
}

.cp_qa dd {
    padding-left: 4.6em;
    position: relative;
}

.cp_qa dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.cp_qa dt span {
    position: relative;
    margin: 0 0 1.5em 0;
    font-size: 15px;
}

.cp_qa dt::before,
.cp_qa dd::before {
    font-size: 1.2em;
    margin: 0 0.5em 0 0;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.2em;
}

.cp_qa dt::before {
    padding: 0.1em 0.3em;
    content: "Q";
    background: #448aca;
}

.cp_qa dd::before {
    padding: 0.12em 0.31em;
    content: "A";
    background: #ce5f7e;
    margin-left: 2em;
}

.cp_qa dt::after,
.cp_qa dd::after {
    position: absolute;
    top: 0.5em;
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    border-width: 5px 0 5px 5px;
    border-style: solid;
}

.cp_qa dt::after {
    left: 1.5em;
    border-color: transparent transparent transparent #448aca;
}

.cp_qa dd::after {
    left: 3.9em;
    border-color: transparent transparent transparent #ce5f7e;
}

.faq-bottom {
    width: 620px;
    margin-left: -20px;
    padding: 20px 0 20px 0;
    height: auto;
    text-align: center;
    background-color: #f6f6f6;
}

.faq-bottom2 {
    width: 620px;
    margin: -30px 0 60px -20px;
    padding: 5px 0 15px 0;
    height: auto;
    text-align: center;
    background-color: #f6f6f6;
}

.faq-bottom3 {
    width: 620px;
    margin: 20px 0 60px 0;
    padding: 20px 0 20px 0;
    height: auto;
    text-align: center;
    background-color: #f6f6f6;
}

.cv-banner-faq2 {
    padding: 3px 0 10px 0;
    margin: 0 auto;
}

.cv-banner-faq2 img {
    width: 80%;
}

.cv-banner-faq2:hover img {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    transition: all 0.3s ease 0s;
    transform: translateY(0.15em);
}

.faq-kyujin {
    margin-top: 20px;
}

.faq-kyujin-title {
    color: #fff;
    font-size: 17px;
    background-color: #79c6ea;
    width: 540px;
    margin: 0 auto;
    height: auto;
    padding: 8px 6px 1px 18px;
}

.faq-kyujin-title:before {
    content: url(../img/faq-icon.png);
    padding-right: 10px;
    vertical-align: middle;
}

ul.btn-list_faq {
    list-style-type: none;
    padding: 10px 0 10px 18px;
    margin-left: 25px;
    width: 548px;
    font-size: 0;
    text-align: center;
    display: block;
    background-color: #fff;
}

ul.btn-list_faq li {
    padding: 2px;
    display: inline;
    width: 550px;
    text-align: center;
    margin-left: -18px;
    transition: all 0.3s ease 0s;
}

ul.btn-list_faq img {
    width: 30%;
    padding: 0 10px 0 10px;
}

ul.btn-list_faq li:hover img {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    position: relative;
    top: 2px;
    transform: translateY(0.15em);
}

.menu_faq {
    width: 647px;
    padding: 5px 0 20px 0;
    margin-left: -20px;
    height: auto;
    text-align: left;
}

.menu_faq_in1 {
    text-align: center;
    background-color: #79c6ea;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 7px 0;
    margin: 30px 0 3px 0;
    width: 620px;
}

.menu_faq_in2 {
    display: inline-block;
    /* インラインブロック要素にする */
    padding: 7px;
    /* 余白指定 */
    height: auto;
    /* 高さ指定 */
    margin: 1px 0px;
    border: 1px solid #e7e7e7;
    width: 45.2%;
    text-align: left;
}

.menu_faq_in2:before {
    content: url(../img/triangle.png);
    padding-right: 15px;
    padding-left: 25px;
    vertical-align: middle;
}

.saiyou_faq {
    width: 625px;
    margin: 10px 0 50px -20px;
    padding: 25px 0 30px 0;
    height: auto;
    text-align: center;
    background-color: #f6f6f6;
}

.saiyou_faq_title {
    font-weight: bold;
    font-size: 22px;
}

.saiyou_faq_txt1 {
    font-size: 14px;
}

.saiyou_faq_btn {
    text-align: center;
    padding: 10px 0 10px 0;
}

.saiyou_faq_btn:hover img {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    position: relative;
    top: 2px;
    transform: translateY(0.15em);
}

.tel_faq {
    position: relative;
    text-align: center;
    border: 1px dashed #594d91;
    background-color: #fff;
    width: 582px;
    margin-left: 20px;
}

.tel_faq_txt2:before {
    content: url("../img/tel_faq_icon.jpg");
    padding-right: 10px;
    vertical-align: middle;
}

.tel_faq_txt1 {
    font-size: 13px;
    padding: 20px 0 5px 0;
}

.tel_faq_txt2 {
    font-size: 40px;
    font-weight: bold;
    color: #594d91;
    text-align: left;
    padding: 0 0 20px 45px;
}

.tel_faq_txt2:after {
    content: "";
    border-right: 1px solid;
    padding: 0 15px 0 10px;
}

.tel_faq_txt3 {
    position: absolute;
    top: 50px;
    right: 45px;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
}

.tel_faq_txt4 {
    font-size: 14px;
}

.tel_faq_txt5 {
    font-weight: normal;
    font-size: 10px;
}

.maintitle_interview {
    width: 625px;
    margin: 10px 30px 40px -20px;
    text-align: center;
}

.maintitle_interview img {
    width: 100%;
}

.interview_profile {
    text-align: center;
    width: 625px;
    margin: 20px 30px 30px -25px;
}

.interview_container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 625px;
    margin: 10px 30px 30px -20px;
}

.interviewee {
    width: 625px;
    height: auto;
    border: 2px solid #4a80c1;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 2px 2px 2px 2px #dedcdd;
    vertical-align: middle;
}

.interviewee img {
    padding: 25px 15px 10px 25px;
    width: 90px;
    height: 90px;
    float: left;
}

.description {
    padding: 25px;
}

.description h4 {
    font-weight: bold;
    font-size: 20px;
    color: #4a80c1;
    margin-bottom: 7px;
}

.description h4 span {
    font-size: 16px;
}

.description p {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 16px;
    line-height: 1.5;
}

.interview_maintxt {
    width: 625px;
    margin: -15px 30px 30px -25px;
}

.maintxt_title {
    color: #4a80c1;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    padding: 15px 0 10px 0;
}

.maintxt_title span {
    color: #686a6f;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    width: 450px;
    display: block;
}

.interviewbox img {
    width: 100%;
}

.interviewbox h3 {
    margin: 25px 0 35px 0;
}

.interview_maintxt .interviewbox:nth-of-type(3) {
    margin-top: 50px;
}

.theme_txt p[class^="name"] {
    width: 550px;
    line-height: 1.5;
    text-align: left;
    font-size: 16px;
    padding: 5px 5px 15px 5px;
    margin-bottom: 2px;
    margin-left: 4em;
    text-indent: -4em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.theme_txt p[class^="name"] img {
    float: right;
    padding: 10px 0 10px 20px;
    width: 40%;
}

.theme_txt .name_nurse:before {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    background-image: url(../img/interviewee1.png);
    background-size: contain;
    vertical-align: middle;
}

.theme_txt .name_master:before {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    background-image: url(../img/interviewee2.png);
    background-size: contain;
    vertical-align: middle;
}

.theme_txt .name_ca:before {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    background-image: url(../img/interviewee3.png);
    background-size: contain;
    vertical-align: middle;
}

.theme_txt span:not(.mark) {
    font-weight: bold;
    color: #4a80c1;
    font-size: 17px;
    padding: 10px;
}

.middle-img {
    margin: 15px 0 25px 0;
}

.theme_txt .mark {
    background: linear-gradient(transparent 60%, #fbf559 60%);
    font-weight: bolder;
}

.t2 {
    width: 625px;
    margin-top: 30px;
    padding: 15px 0;
    color: #fff;
    background-color: #79c6ea;
    margin-bottom: 20px;
    text-align: center;
    font-size: 17px;
}

.theme_txt .name img {
    width: 244px;
    float: right;
    padding: 0 10px 20px 20px;
}

.img_interviewee1 {
    margin-top: 70px;
}

.t3 {
    width: 625px;
    margin-top: 70px;
    padding: 15px 0;
    color: #fff;
    background-color: #79c6ea;
    margin-bottom: 20px;
    text-align: center;
    font-size: 17px;
}

.img_more {
    margin-top: 20px;
}

.banner_more:hover img {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    position: relative;
    top: 2px;
    transform: translateY(0.15em);
}

.img_interviewee4 {
    margin-top: 40px;
}


/* おすすめ求人特集
------------------------------------------------------------------------------------------ */

#kyujinarea {
    background: #f6f6f6;
    padding: 5px;
    margin: 10px 0;
}

#kyujinarea .freeword {
    padding-bottom: 5px;
}

#kyujinarea .freeword .freeTtl {
    font-weight: bold;
    line-height: 18px;
    padding-left: 20px;
    background: url("/common/img/2015/ico_result_title_top.png") no-repeat left top;
}

#kyujinarea li {
    padding-bottom: 5px;
}

#kyujinarea li img {
    width: 100%;
    height: auto;
}

#kyujinarea .feature {
    text-align: right;
    font-weight: bold;
}

.index-menu {
    width: 580px;
    margin-bottom: 100px;
}

.index-menu p {
    font-size: 38px;
    font-weight: bold;
    color: #4a80c1;
    text-align: center;
    padding-bottom: 10px;
}

.interview-index {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
    padding: 30px;
    border: solid 2px #4a80c1;
    margin: 0 auto;
    border-radius: 10px;
}

.interview-index li {
    border-bottom: dashed 1px #4a80c1;
    position: relative;
    padding: 15px 10px 15px 40px;
    line-height: 1.5;
    font-size: 16px;
}

.interview-index li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*数字のデザイン変える*/
    display: inline-block;
    background: #f39700;
    color: white;
    font-family: "Avenir", "Arial Black", "Arial", sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    /*以下 上下中央寄せのため*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.interview-index li:last-of-type {
    border-bottom: none;
    /*最後のliの線だけ消す*/
}

.interview-index li a:link {
    color: #000;
}

.main_box {
    position: absolute;
    top: 192px;
    margin: 0 90px;
}

.main_box_ttl {
    background-color: #0251b0;
    color: #fff;
    padding: 15px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.main_box_ttl .ttl {
    padding-right: 5px;
}

.main_box_ttl .ttl:before {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 22px;
    /*画像の幅*/
    height: 19px;
    /*画像の高さ*/
    background-image: url(../img/icon_ttl.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding-right: 6px;
}

.main_box_ttl .ttl:after {
    content: "";
    border-left: 1px solid #fff;
    margin: 15px 10px 15px 20px;
    padding: 10px 5px;
}

.main_box_ttl .ttl_m {
    font-size: 14px;
    padding-left: 3px;
}

.main_box_txt {
    padding: 15px 20px 70px;
    font-size: 13px;
    background-color: #fff;
    line-height: 1.5;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.cv_area {
    text-align: center;
    margin: 0px 0 10px;
}

.cv_area p {
    position: static;
    font-size: 15px;
}

.top_cv {
    position: relative;
    margin: 20px auto 40px;
    display: inline-block;
    width: 45%;
    text-align: center;
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-image: linear-gradient(45deg, #ffc107 0%, #ff8b5f 100%);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    transition: 0.4s;
}

.top_cv span {
    font-size: 16px;
    padding-right: 8px;
    vertical-align: middle;
}

.top_cv span:before {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 36px;
    /*画像の幅*/
    height: 37px;
    /*画像の高さ*/
    background-image: url(../img/icon_cv.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.top_cv:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 7px solid #fff;
}

.top_cv:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.top_cv:hover {
    background-image: linear-gradient(45deg, #ffc107 0%, #f76a35 100%);
    text-decoration: none;
}

.top_cv a {
    text-decoration: none;
}

.top_cv a:visited {
    color: #fff;
}

.cv_area_common {
    margin: 30px 0 40px;
}

.cv_area_common p {
    font-size: 15px;
    text-align: center;
    padding-bottom: 8px;
}

.cv_common {
    position: relative;
    display: inline-block;
    margin: 0 257px;
    width: 45%;
    text-align: center;
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-image: linear-gradient(45deg, #ffc107 0%, #ff8b5f 100%);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    transition: 0.4s;
}

.cv_common span {
    font-size: 16px;
    padding-right: 8px;
    vertical-align: middle;
}

.cv_common span:before {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 36px;
    /*画像の幅*/
    height: 37px;
    /*画像の高さ*/
    background-image: url(../img/icon_cv.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.cv_common:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 7px solid #fff;
}

.cv_common:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.cv_common:hover {
    background-image: linear-gradient(45deg, #ffc107 0%, #f76a35 100%);
    text-decoration: none;
}

.cv_common a {
    text-decoration: none;
}

.cv_common a:visited {
    color: #fff;
}

.survey_area_common {
    margin: 30px 0 40px;
}

.survey_common {
    position: relative;
    display: inline-block;
    margin: 0 257px;
    width: 45%;
    text-align: center;
    padding: 20px;
    border-radius: 50px;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #5f52a0;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    transition: 0.4s;
}

.survey_common span {
    font-size: 16px;
    padding-right: 8px;
    vertical-align: middle;
}

.survey_common:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 7px solid #fff;
}

.survey_common:active {
    border-bottom: solid 2px #5f52a0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.survey_common:hover {
    background-color: #6d5eb7;
    text-decoration: none;
    opacity: 0.8;
}

.survey_common a {
    text-decoration: none;
}

.survey_common a:visited {
    color: #fff;
}

ul.top_btnlist {
    list-style-type: none;
    padding: 0px;
    width: 1005px;
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
    display: block;
}

ul.top_btnlist li {
    padding: 10px;
    display: inline;
    width: 1005px;
    transition: all 0.3s ease 0s;
}

ul.top_btnlist li:hover img {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    position: relative;
    top: 2px;
    transform: translateY(0.15em);
}

ul.top_btnlist .more_read {
    padding: 20px 130px;
    border: 2px solid #69a2e7;
    border-radius: 50px;
    background-color: #fff;
    color: #69a2e7;
    font-size: 20px;
    font-weight: bold;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    transition: 0.4s;
    position: relative;
}

ul.top_btnlist .more_read:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 7px solid #69a2e7;
}

ul.top_btnlist .more_read:hover:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 7px solid #fff;
}

ul.top_btnlist .more_read:hover {
    text-decoration: none;
    background-color: #69a2e7;
    color: #fff;
}

ul.top_btnlist .more_read_iv {
    padding: 20px 93px;
    border: 2px solid #69a2e7;
    border-radius: 50px;
    background-color: #fff;
    color: #69a2e7;
    font-size: 20px;
    font-weight: bold;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    transition: 0.4s;
    position: relative;
}

ul.top_btnlist .more_read_iv:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 7px solid #69a2e7;
}

ul.top_btnlist .more_read_iv:hover:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 7px solid #fff;
}

ul.top_btnlist .more_read_iv:hover {
    text-decoration: none;
    background-color: #69a2e7;
    color: #fff;
}

ul.top_btnlist .cv_common {
    width: 50%;
}

.cv_common2 {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-image: linear-gradient(45deg, #ffc107 0%, #ff8b5f 100%);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    transition: 0.4s;
}

.cv_common2 span {
    font-size: 16px;
    padding-right: 8px;
    vertical-align: middle;
}

.cv_common2 span:before {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 36px;
    /*画像の幅*/
    height: 37px;
    /*画像の高さ*/
    background-image: url(../img/icon_cv.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.cv_common2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 7px solid #fff;
}

.cv_common2:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.cv_common2:hover {
    background-image: linear-gradient(45deg, #ffc107 0%, #f76a35 100%);
    text-decoration: none;
}

.cv_common2 a {
    text-decoration: none;
}

.cv_common2 a:visited {
    color: #fff;
}

.cv_area_iv {
    background-color: #f6f6f6;
    margin: -30px 0 60px -20px;
    padding: 15px 0 20px 0;
    height: auto;
    width: 620px;
    text-align: center;
}

.cv_area_iv p {
    font-size: 15px;
    text-align: center;
    padding-bottom: 3px;
}

.cv_iv {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    padding: 15px 70px;
    border-radius: 50px;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-image: linear-gradient(45deg, #ffc107 0%, #ff8b5f 100%);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    transition: 0.4s;
}

.cv_iv span {
    font-size: 16px;
    padding-right: 8px;
    vertical-align: middle;
}

.cv_iv span:before {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 36px;
    /*画像の幅*/
    height: 37px;
    /*画像の高さ*/
    background-image: url(../img/icon_cv.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.cv_iv:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 7px solid #fff;
}

.cv_iv:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.cv_iv:hover {
    background-image: linear-gradient(45deg, #ffc107 0%, #f76a35 100%);
    text-decoration: none;
}

.cv_iv a {
    text-decoration: none;
}

.cv_iv a:visited {
    color: #fff;
}

.survey_area_iv {
    margin: 10px 15px 20px 15px;
}

.survey_iv {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 10px 50px;
    border-radius: 50px;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #5f52a0;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    transition: 0.4s;
}

.survey_iv span {
    font-size: 16px;
    padding-right: 8px;
    vertical-align: middle;
}

.survey_iv:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 7px solid #fff;
}

.survey_iv:active {
    border-bottom: solid 2px #5f52a0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.survey_iv:hover {
    background-color: #6d5eb7;
    text-decoration: none;
    opacity: 0.8;
}

.survey_iv a {
    text-decoration: none;
}

.survey_iv a:visited {
    color: #fff;
}

.cv_area_faq {
    margin: 10px 0 -5px -20px;
    padding: 15px 0 20px 0;
    height: auto;
    width: 620px;
    text-align: center;
}

.cv_area_faq p {
    font-size: 15px;
    text-align: center;
    padding-bottom: 3px;
}

.cv_faq {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    padding: 15px 70px;
    border-radius: 50px;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-image: linear-gradient(45deg, #ffc107 0%, #ff8b5f 100%);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    transition: 0.4s;
}

.cv_faq span {
    font-size: 16px;
    padding-right: 8px;
    vertical-align: middle;
}

.cv_faq span:before {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 36px;
    /*画像の幅*/
    height: 37px;
    /*画像の高さ*/
    background-image: url(../img/icon_cv.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.cv_faq:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 7px solid #fff;
}

.cv_faq:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.cv_faq:hover {
    background-image: linear-gradient(45deg, #ffc107 0%, #f76a35 100%);
    text-decoration: none;
}

.cv_faq a {
    text-decoration: none;
}

.cv_faq a:visited {
    color: #fff;
}

.lpbnr a {
    width: 87%;
    margin: 50px auto 0;
    display: block;
}

.lpbnr a:hover {
    opacity: 0.7;
}

.lpbnr img {
    width: 100%;
}

.mv_d_box.cp_box { position: relative; z-index: 1; }

.mv_d_box.cp_box > input[type="checkbox"]{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mv_d_box.cp_box > .cp_container{
  position: relative;
  overflow: hidden;
  max-height: 80px;
  will-change: max-height;
  pointer-events: none;
}

.mv_d_box.cp_box > .cp_container::after{
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 110px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 85%);
  pointer-events: none;
}

.mv_d_box.cp_box > label{
  position: absolute;
  left: 0; right: 0; 
  height: 110px;
  cursor: pointer;
  background: transparent;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.mv_d_box.cp_box > label::before{
  content: "もっと見る";
  margin-bottom: 14px;
  padding: 6px 6px 6px 10px;
  border: none;
  color: #B4B4B4;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .04em;
  display: inline-block;
}

.mv_d_box.cp_box > label::after{
  content: " ∨";
  margin-bottom: 14px;
  padding: 6px 10px 9px 2px;
  border: none;
  color: #B4B4B4;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
}

.mv_d_box.cp_box > input[type="checkbox"]:checked ~ .cp_container{
  max-height: 500px;
  pointer-events: auto;
}

.mv_d_box.cp_box > input[type="checkbox"]:checked ~ .cp_container::after{
  opacity: 0;
}

.mv_d_box.cp_box > input[type="checkbox"]:checked + label::before{
  content: "閉じる";
}

.mv_d_box.cp_box > input[type="checkbox"]:checked + label::after{
  content: " ∧";
}

.mv_d_box.cp_box > label:hover::before,
.mv_d_box.cp_box > label:hover::after{
  opacity: 0.6;
}

.mv_d_box.cp_box > input[type="checkbox"]:checked + label::before {
  transform: translateY(95px);
}

.mv_d_box.cp_box > input[type="checkbox"]:checked + label::after {
  transform: translateY(95px);
}
