@charset "UTF-8";
/* ****************************
*
*   全ページ共通のベースCSS
*
* *********************************** */

/* ****************************
*
*    Ire's CSS Reset & Base
*
* *********************************** */
/* Reset margin, padding, border
* *********************************** */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead {
    margin: 0;
    padding: 0;
    border: 0;
}

tr,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 101%;
}

/* Typography
* *********************************** */
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.4;
}


/*スマホで勝手に文字が大きくなる対策*/

body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*Chrome,Safari*/
    -ms-text-size-adjust: 100%;
    /*EgdeMobile*/
    -moz-text-size-adjust: 100%;
    /*firefox*/
}

/*Android／Chromeのバグ*/

/*pのテキストが大きい場合*/
p {
    max-height: 100%;
}

/*h1～h5のテキストが大きい場合*/
h1,
h2,
h3,
h4,
h5 {
    max-height: 100%;
}

/*スマホで勝手に文字が大きくなる対策 end*/


* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a,
a:visited {
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.button-style,
a.button-style {
    border: solid 1px #181818;
    margin: 40px auto 0;
    max-width: 480px;
    color: #fff;
    background-color: #25c04a;
    border-color: #25c04a;
    position: relative;
    display: block;
    padding: 16px 40px 12px;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    border-radius: 4px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: background .25s, color .25s;
    transition: background .25s, color .25s;
}

.button-style:hover,
a.button-style:hover {
    color: #25c04a;
    background-color: #fff;
}


.button-style > i {
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 17px;
    height: 37px;
}

.icon-arrowright::before {
    content: "\0bb";
}


/* Layout
* *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}

/* Elements
* *********************************** */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

/* Attributes & states
* *********************************** */
[hidden] {
    display: none !important;
}

[disabled] {
    cursor: not-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}

/* Utility classes
* *********************************** */
.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
}

/*# sourceMappingURL=base.css.map */
/* h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
a,
li,
div,
span {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
} */

/* b,
strong,
.bold {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
} */


h1, h2, h3, h4, p, dl, dt, dd, a, li, div, span {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

b, strong, .bold {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", sans-serif;
}


body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
}

.rotate45:before {
    transform: rotate(135deg) !important;
    top: 50% !important;
}

.header {
    width: 680px;
    height: 75px;
    position: relative;
    background: #FFFFFF;
}

.header_height {
    width: 680px;
    position: static;
    top: 0;
    left: 0;
    z-index: 999;
    margin: 0 auto;
    background: white;
}

@media screen and (max-width: 764px) {

    .header {
        /* box-shadow: 0 1px 5px #aaa; */
    }

    .header_height {
        width: 680px;
    }
}

.header_logo {
    display: flex;
}

.header h1 {
    /*    margin: 0 auto;*/
}

.header h1 a:hover {
    opacity: 0.8;
}

.ChangeElem_Btn_Content {
    border-bottom: 5px solid #008ecd;
    text-align: center;
}

.ChangeElem_Btn {
    width: 48%;
    height: 67px;
    background: #F1F1F1;
    border-style: Solid;
    border-width: 1px;
    font-weight: bold;
    margin-right: 2.9px;
    font-size: 28px;
    color: #008ecd;
    vertical-align: bottom;
    cursor: pointer;
}

.ChangeElem_Btn:hover {
    opacity: 0.8;
}

.ChangeElem_Btn svg {
    margin-left: 24px;
}

.ChangeElem_Btn:first-child {
    /*  font-size: 20px;*/
}

.js-ChangeElem_Btn-on {
    background: #008ecd;
    font-weight: bold;
    color: #ffffff;
    margin-right: 2.9px;
}

.ChangeElem_Panel {
    text-align: center;
    list-style: none;
}

/* .footer {
    width: 1140px;
    display: flex;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .footer {
        width: 680px;
    }
}

.footer_container_inner {
    width: 680px;
    margin: 0 auto;
}

.footer_txt {
    background: #e8faff;
    padding: 15px 0;
    width: 100%;
}

.footer_info_txt {
    color: #313131;
}

.footer_info_txt:hover {
    opacity: .8;
}

.footer_txtBorder::after {
    content: '|';
    margin-left: 6px;
}

.footer_right_flex {
    background: #008ecd;
}

.footer_right_flex__inner {
    display: flex;
}

.footer_rightImg {
    padding: 25px 15px 40px 15px;
    min-width: 150px;
    margin: auto;
}

.footer_right_txt {
    padding: 25px 15px 40px 15px;
    color: #ffffff;
    text-align: left;
    margin: auto;
} */

#aside {
    width: 500px;
    padding: 0 25px 25px;
}

#aside .banner_company {
    text-align: center;
    margin: 25px 25px 30px;
    border: 1px solid #c5cfd6;
}

#aside .banner_company p {
    background: #EFEFEF;
    color: #18405b;
    padding: 5px;
}

#aside .aside_header {
    /*    background-color: #00c4cf;*/
    position: relative;
    /*    margin-bottom: 20px;*/
    margin: 0 25px 20px;
    border-bottom: 1px solid #aaa;
}

#aside .aside_header .title {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.39px;
    text-align: center;
    line-height: 1.2;
    padding: 0 0 6px;
    width: 76%;
    margin: 0 auto;
}

#aside .aside_header .js-close {
    position: absolute;
    top: 10px;
    left: 10px;
}

#aside .aside_body {
    padding: 0 25px;
}

#aside .aside_body .content {
    margin-bottom: 20px;
}

#aside .aside_body .title {
    text-align: center;
    margin-bottom: 20px;
    /*    background: rgba(0, 141, 204, 0.7);*/
    background: #071739;
    color: #fff;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    #aside .aside_body .title {
        padding: 10px 0;
    }
}

#aside .aside_body .content .content_list {
    margin-bottom: 20px;
}

#aside .aside_body .content .content_list a {
    margin-bottom: 10px;
    width: 100%;
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    height: 53px;
    /* Text style for "正看護師" */
    color: #071739;
    line-height: 53px;
    text-align: center;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 0.49px;
    border: 1px solid #aaa;
    border-radius: 5px;
}

#aside .aside_body .content .content_list a:hover {
    background: #e8faff;
}

#aside .aside_body .content .info_list a {
    width: 100%;
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    height: 53px;
    /* Text style for "正看護師" */
    color: #313131;
    line-height: 53px;
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.49px;
    border: 1px solid #c5cfd6;
    border-radius: 5px;
}

#aside .aside_body .content .info_list a:hover {
    background: #e8faff;
}

#aside .aside_body .shindan {
    text-align: center;
    margin: 20px 0;
}

#aside .aside_body .shindan img {
    width: 100%;
}

#aside .aside_body .banner_area {
    margin-bottom: 10px;
    text-align: center;
}

#aside .aside_body .banner_area img {
    margin-bottom: 20px;
    width: 100%;
}

#aside .aside_body .banner_area2 {
    margin-bottom: 20px;
}

#aside .aside_body .banner_area2 a {
    display: inline-block;
    position: relative;
    height: 60px;
    color: #18405b;
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
}

#aside .aside_body .banner_area2 a img {
    width: 70%;
    position: relative;
    top: 10px;
}

#aside .aside_body .banner_area2 a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 700;
    line-height: 60px;
    color: #ccc;
    -webkit-text-stroke: 1px #fff;
    position: absolute;
    right: 5px;
}


#aside .aside_footer {
    display: flex;
    flex-wrap: wrap;
}

#aside .aside_footer div {
    width: 50%;
    height: 50px;
    background: #f1f1f1;
    text-align: center;
}

#aside .aside_footer a {
    /* Text style for "サイトマップ" */
    color: #18405b;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -4.2px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}

.sidebar {
    display: none !important;
    position: absolute;
    top: 0;
    right: -530px;
}

.sp-nav-hiden {
    background: #FFF;
    display: none;
}

@media screen and (max-width: 768px) {
    .sp-nav-hiden {
        display: block;
        position: fixed;
        top: 0;
        right: -500px;
        z-index: 99999;
    }
}

.js-nav-header-btn {
    display: none;
}

@media screen and (max-width: 768px) {
    .js-nav-header-btn {
        display: block;
    }
}

.blank_back {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9996;
    opacity: 0.6;
    background: black;
}

@media screen and (max-width: 768px) {
    .footer_top_back {
        display: block;
        position: fixed;
        bottom: 30px;
        right: 20px;
    }
}

.overflow-scroll {
    height: 100vh;
    overflow: scroll;
}

.js-scroll-sidebar {
    position: absolute;
    top: 500px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transform: translateZ(0);
    transform: translate3d(0, 0, 0);
}

.js-scroll-sidebar {
    width: 400px !important;
    margin-left: 45px;
    padding: 0 0 20px;
    background-color: #fff;
}

.js-scroll-sidebar .title {
    height: auto;
    padding: 10px 0;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.2em;
}

.js-scroll-sidebar .aside_body .title {
    margin-bottom: 20px !important;
}

.js-scroll-sidebar .aside_body .content .info_list a {
    font-size: 16px !important;
}

.js-scroll-sidebar .aside_body .content_list a {
    font-size: 20px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.js-scroll-sidebar .aside_body .content_list a::after {
    line-height: 40px !important;
}

.js-scroll-sidebar .aside_footer a {
    font-size: 16px !important;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.main {
    width: 680px;
    margin: 0 auto;
}

.left-container {
    width: 680px;
}

.right-container {
    width: 500px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .right-container {
        display: none;
    }
}

.this-container {
    width: 1140px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .this-container {
        width: 680px;
    }
}

*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

.header_off {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
}

/* menu */
.header_off .header_menu {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 250px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.53s transform;
    transition: 0.53s transform;
    -webkit-transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    background-color: #0097a7;
    opacity: 0.8;
}

.header_off .header_menu ul {
    margin: 0;
    padding: 0;
}

.header_off .header_menu li {
    list-style: none;
}

.header_off .header_menu li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.header_off #header_toggle {
    position: absolute;
    display: none;
    opacity: 0;
}

.header_off #header_toggle:checked ~ .header_menu {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
}

/* menu toggle */
.header_off #header_toggle ~ label {
    display: block;
    padding: 0.5em;
    cursor: pointer;
    -webkit-transition: 0.5s transform;
    transition: 0.5s transform;
    -webkit-transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
    transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
    text-align: center;
    color: #333333;
}

.header_off #header_toggle:checked ~ label {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
}

.header_off #header_toggle ~ label::before {
    font-family: 'FontAwesome';
    content: '\f0c9';
    font-size: 2em;
}

.header_off #header_toggle:checked ~ label::before {
    content: '\f00d';
}

.mainv_hero {
    width: 100%;
}

.mainv_hero {
    padding-top: 11px;
    margin: 0 auto;
    width: 680px;
}

.info-slider {
    margin: 100px auto;
    width: 80%;
}

.info-slider img {
    height: auto;
    width: 100%;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
}

.hidden_agent {
    display: none;
}

.js-btn-on .off {
    display: none;
}

.js-btn-on .on {
    display: block;
}

.on {
    display: none;
}

.off {
    display: block;
}

.js-search_box_toggle {
    display: none;
}

.js-toggle-recommend-content {
    display: none;
}

.recommend_close_btn {
    display: none;
}

.search_box {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    border: 2.37px solid #008ecd;
    border-radius: 5px;
}

.search_box_ttl {}

.search_box_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.search_box_region {
    padding-right: 10px;
}

.search_box_region,
.search_box_work {
    border-radius: 5px;
    max-width: 265px;
    margin: 0 auto;
    width: 100%;
}

.search_box_work {
    padding-left: 10px;
}

.search_box_width {
    padding-left: 20px;
    padding-right: 20px;
}

.search_box_wrap {
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
}

.search_box_wrap label {
    margin-left: 24px;
    margin-right: 24px;
}

.search_box_check {
    border: 1px solid #008ecd;
}

.search_box_check:hover {
    border: 3px solid #008ecd;
    padding: 10px;
}

.search_box_case {
    margin: 1px;
}

.search_box_go {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    max-width: 573px;
    margin-right: auto;
    margin-left: auto;
    height: 85px;
    width: 100%;
    background: #008ecd;
    border-bottom: 5px solid #0081b4;
}

.search_box_go:hover {
    opacity: 0.8;
}

.search_box_txt {
    color: #ffffff;
    margin-left: 25px;
    font-size: 35px;
    font-weight: bold;
}

.search_box_searchImg {
    position: relative;
    right: -70px;
    width: 35px;
    height: 35px;
}

.search_box .search_select {
    -webkit-appearance: none;
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#ededed), to(#fff));
    border: 2px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    color: #0c2245;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    height: 70px;
    line-height: 38px;
    margin: 0 0 8px 0;
    padding: 13px 10px 10px;
    text-align: left;
    text-indent: 5px;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.search_box .select_wrapper {
    width: 49%;
}

.search_box .select_wrapper {
    position: relative;
    margin-bottom: 8px;
}

.search_box .select_wrapper .label {
    position: absolute;
    top: 20%;
    left: 10%;
    pointer-events: none;
    font-size: 20px;
    z-index: 9;
}

.search_box .select_wrapper .label span {
    font-size: 30px;
    font-weight: bold;
}

.search_box .select_wrapper:after {
    position: absolute;
    content: url("/img/arrow_select.png");
    right: 15px;
    top: 50%;
    z-index: 9;
    margin-top: -9px;
}

#kantan_kensaku {
    background: #e8faff;
    padding-top: 30px;
}

#kantan_kensaku .kensaku {
    max-width: 620px;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    background: #ffffff;
    border: 2px solid #008ecd;
    border-radius: 5px;
}

#kantan_kensaku .kensaku_bar_01 {
    margin-bottom: 20px;
    padding: 0.2em 0.85em;
    color: #494949;
    text-align: left;
    background: #f4f4f4;
    border-left: solid 5px #7db4e6;
    font-size: 25px;
    font-weight: 600;
}

#kantan_kensaku .btn_area ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#kantan_kensaku .btn_area ul li {
    width: 48%;
}

#kantan_kensaku .btn_area ul li a {
    background: #008ecd;
    color: #ffffff;
    display: block;
    border-radius: 10px;
    margin: 5px;
    height: 87px;
    line-height: 87px;
    text-align: center;
    border-bottom: solid 3px #027ca1;
    font-weight: bold;
    font-size: 32px;
}

#kantan_kensaku .btn_area ul li a:hover {
    opacity: 0.8;
}

#jyouken_kensaku {
    padding: 20px 0;
}

#jyouken_kensaku #SearchArea {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
    /*  padding: 20px;*/
    background: #ffffff;
    border: 2px solid #008ecd;
    border-radius: 6px;
}

.agent_container {
    width: 100%;
    max-width: 680px;
    background: #e8faff;
    padding-top: 37px;
    padding-left: 30px;
    padding-right: 30px;
}

.agent_wrapper {
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    border: 2px solid #008ecd;
    border-radius: 6px;
}

.agent_head {
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.agent_head_img {
    display: inline;
    position: relative;
    margin-right: 5px;
}

.agent_head_img::before {
    display: inline-block;
    width: 26px;
    height: 10px;
    content: '';
    top: -11px;
    left: 1px;
    position: relative;
    border-top: 1px solid #008ecd;
    transform: rotateZ(45deg);
    transform-origin: left center;
}

.agent_head > h3 {
    display: inline;
    font-size: 30px;
    font-weight: bold;
}

.agent_head > h3::after {
    display: inline-block;
    width: 26px;
    height: 10px;
    content: '';
    top: 2px;
    right: 19px;
    position: relative;
    border-top: 1px solid #008ecd;
    transform: rotateZ(135deg);
    transform-origin: right center;
}

.agent_ol {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
    padding: 0.5em;
    background: #ffffff;
    margin-left: 30px;
}

.agent_li {
    position: relative;
    line-height: 2.3em;
    padding: 0.7em 0.5em 0.2em 2.1em;
}

.agent_li::before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*以下数字のデザイン変える*/
    display: inline-block;
    background: #008ecd;
    color: white;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
    font-weight: bold;
    font-size: 27px;
    border-radius: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    top: 16%;
    transform: translateY(-45%);
}

.agent_under_deco {
    font-size: 32px;
    color: #313131;
    padding-left: 3px;
    background: linear-gradient(transparent 50%, yellow 100%);
}

.agent_txt_desc {
    color: #313131;
    font-size: 30px;
    line-height: 47px;
}

.agent_txt_flex {
    display: flex;
}

.agent_official_site {
    border: 1.5px solid #0000ff;
    border-radius: 4px;
    padding: 0 10px;
    margin: 0 15px 0 0;
    color: #0000ff;
    line-height: 1.3;
    font-size: 19px;
    font-weight: bold;
}

.agent_official_site:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    margin: 0 0 0 5px;
    font-weight: bold;
    color: #6697ff;
}

.agent_site {
    color: #008ecd;
    font-size: 26px;
    letter-spacing: -0.5px;
    line-height: 1;
}

.agent_attention_txt {
    text-align: right;
    color: #313131;
    margin-right: 35px;
    padding-top: 8px;
    padding-bottom: 20px;
    font-size: 23px;
}

.agent_txt_kome {
    text-align: right;
    margin: 0 30px 20px 0;
    font-size: 23px;
}

.triangle {
    position: relative;
    display: inline-block;
    padding-left: 12px;
}

.triangle::before {
    content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 8px #6697ff;
    position: absolute;
    top: -3px;
    left: 3px;
    margin-top: -10px;
}

.triangle .hidden_agent {
    display: none;
}

.how_container {
    width: 100%;
    max-width: 680px;
    background: #e8faff;
    padding-top: 35px;
    padding-top: 35px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.how_wrapper {
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    background: #fffce0;
    border: 1px solid #18405b;
}

.how_head {
    margin-bottom: 24px;
    position: relative;
}

.how_head_txt {
    position: absolute;
    color: #313131;
    top: 73%;
    left: 51%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    line-height: 38px;
    color: #003968;
    font-size: 26px;
    font-weight: bold;
}

.how_txt_box {
    padding-left: 50px;
    padding-right: 50px;
}

.how_txt {
    margin-bottom: 30px;
    font-size: 27px;
    letter-spacing: -1.2px;
}

.how_txt_orange {
    color: #f49916;
    font-weight: bold;
}

.how_txt_blue {
    color: #008ecd;
    font-weight: bold;
}

.how_txt_black {
    font-weight: bold;
    text-shadow: 1px 1px 2px silver;
}

.how_arrow {
    margin-top: -2px;
    text-align: center;
    margin-bottom: 40px;
}

.how_archive {
    text-align: center;
    margin-bottom: 27px;
    position: relative;
}

.how_archive_txt {
    width: 500px;
    text-align: left;
    position: absolute;
    color: #313131;
    top: 69%;
    left: 53%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: normal;
    word-wrap: break-word;
}

.how_search_wrapper {
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    background: #cce8f5;
}

.how_search_wrap {
    margin: 20px 20px 12px 20px;
}

.how_search_box {
    border-bottom: 1px solid #313131;
    padding-top: 20px;
    padding-bottom: 10px;
}

.how_cat_span {
    display: inline-block;
}

.how_region,
.how_prof,
.how_term {
    font-size: 25px;
}

.how_result_box {
    height: 42px;
}

.how_result {
    display: inline;
    padding-left: 37.6%;
    font-size: 25px;
    font-weight: bold;
    color: #003968;
}

.how_result_change {
    text-align: right;
    display: inline;
    font-size: 20px;
    font-weight: bold;
    color: #003968;
    float: right;
    cursor: pointer;
}

.how_float .img {
    float: right;
    clear: both;
    margin: 0 0 1.2em 10px;
}

.recommend {
    margin-bottom: 50px;
}

.recommend_container {
    width: 100%;
    max-width: 680px;
    background: #e8faff;
    padding-top: 35px;
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
}

.recommend_ttl {
    margin-top: 40px;
    margin-bottom: 25px;
}

.recommend_img_flex {
    display: flex;
    justify-content: center;
    height: 250px;
}

.recommend_ttl_img {
    display: flex;
    flex-flow: column;
    position: relative;
    top: -70px;
}

.recommend_figcap {
    padding: 3px;
    text-align: center;
    text-decoration: #008ecd;
}

.recommend_figcap a {
    font-size: 26px;
    margin-right: 5px;
    font-weight: bold;
}

.recommend_fig {
    border-bottom: 1px solid #0000ff;
}

.recommend_fig:hover {
    color: #f49916;
    border-bottom: 1px solid #f49916;
}

.recommend_strength {
    display: inline-block;
    margin-top: 25px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.recommend_strength__inner {
    background: url(/img/bb-cb.png);
    width: 385px;
}

.recommend_strength__title {
    font-weight: bold;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 1.5px;
    background: -moz-linear-gradient(0% 50% 0deg, #ffbd00 0%, #ffb500 31.6%, #ffa000 79.95%, #ff9500 100%);
    background: -webkit-linear-gradient(0deg, #ffbd00 0%, #ffb500 31.6%, #ffa000 79.95%, #ff9500 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #ffbd00), color-stop(0.316, #ffb500), color-stop(0.7995, #ffa000), color-stop(1, #ff9500));
    background: -o-linear-gradient(0deg, #ffbd00 0%, #ffb500 31.6%, #ffa000 79.95%, #ff9500 100%);
    background: -ms-linear-gradient(0deg, #ffbd00 0%, #ffb500 31.6%, #ffa000 79.95%, #ff9500 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBD00', endColorstr='#FF9500' ,GradientType=0)";
    background: linear-gradient(90deg, #ffbd00 0%, #ffb500 31.6%, #ffa000 79.95%, #ff9500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBD00', endColorstr='#FF9500', GradientType=1);
    color: #fff;
    letter-spacing: 1px;
}

.recommend_strength__desc {
    padding: 20px;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.55px;
    color: #008ECD;
    color: #008ecd;
    text-align: left;
    font-weight: bold;
}

.recommend_strength__desc p {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.55px;
    color: #008ECD;
    color: #008ecd;
}

.recommend_table {
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    position: relative;
    top: -22px;
}

.recommend_tr,
.recommend_th,
.recommend_td {
    font-size: 21px;
    color: #313131;
    border: 1px solid #bababa;
}

.recommend_th {
    background: rgba(0, 142, 205, 0.2);
    font-weight: normal;
    width: 50px;
    white-space: nowrap;
    padding-left: 8px;
}

.recommend_td {
    /*  width: 50px;*/
    height: 52px;
    /*
    white-space: nowrap;
    */
    text-align: left;
    padding-left: 25px;
    padding-right: 21px;
}

.recommend_table_link {
    border-bottom: 1px solid #0000ff;
    font-size: 23px;
    font-weight: bold;
}

.recommend_table_link:hover {
    color: #f49916;
    border-bottom: 1px solid #f49916;
}

.recommend_cat {
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    display: inline-block;
    position: relative;
    top: -15px;
    text-align: left;
}

.recommend_cat a {
    color: #003968;
    border: 1px solid #003968;
    border-radius: 25px 25px;
    padding: 8px 14px;
    margin-right: 7px;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 22px;
    margin-right: 7px;
}

.recommend_cat a:hover {
    background: #003968;
    color: #ffffff;
}

.recommend_good_box {
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    background: #fffce0;
    margin-bottom: 30px;
}

.recommend_good {
    border: 1px solid #bababa;
}

.recommend_good_txt_box {
    text-align: left;
    /*
    padding-top: 22px;
    padding-bottom: 50px;
    @include pad30;
    */
}

.recommend_txt {
    /*
    font-size: 27px;
    text-align: justify;
    color: $black;
    line-height: 1.4;
    letter-spacing: .6px;
    */
}

.recommend_txt_area {
    padding: 20px 30px 30px;
}

.recommend_change_blue {
    color: #008ecd;
    font-weight: bold;
}

.recommend_change_orange {
    color: #f49916;
    font-weight: bold;
}

.recommend_value {
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    border: 1px solid #bababa;
    margin-bottom: 45px;
}

.recommend_value_ttl {
    margin-bottom: 25px;
}

.recommend_tw_value {
    padding-left: 20px;
    padding-right: 20px;
}

.recommend_tw_img {
    padding-top: 15px;
    max-width: 580px;
    margin: 0 auto;
}

.recommend_tw_valueNot {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.recommend_value_jaic {
    max-width: 580px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 20px;
    margin-left: 20px;
    border: 1px solid #bababa;
}

.recommend_value_jaicImg {
    background: #fffce0;
    border: 1px solid #313131;
}

.recommend_txt {
    display: inline;
    font-size: 27px;
}

.recommend_txt_border {
    border-bottom: 1px dashed #bababa;
    padding-bottom: 3px;
}

.recommend_close_btn {
    padding: 0 100px;
    background: #ffffff;
    border-radius: 5px;
    width: 286px;
    margin-bottom: 40px;
    height: 50px;
    color: #313131;
    font-size: 24px;
}

.recommend_close_btn:hover {
    background: #e8faff;
}

.recommend_arrow {
    color: #ffffff;
    position: relative;
}

.recommend_arrow::before {
    content: "";
    position: absolute;
    top: 62%;
    left: 55px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #313131;
    border-right: 1px solid #313131;
    transform: rotate(315deg);
    margin-top: -5px;
}

.recommend_success_wrapper {
    max-width: 620px;
    margin: 0 auto;
}

.recommend_success_head {
    margin-bottom: 15px;
}

.recommend_success_head > h3 {
    display: inline;
}

.recommend_success_head > h3::after {
    display: inline-block;
    width: 26px;
    height: 10px;
    content: '';
    top: 4px;
    right: 32px;
    position: relative;
    border-top: 1px solid #008ecd;
    transform: rotateZ(135deg);
    transform-origin: right center;
}

.recommend_success_headImg {
    display: inline;
}

.recommend_success_headImg::before {
    display: inline-block;
    width: 26px;
    height: 10px;
    content: '';
    top: -10px;
    left: -4px;
    position: relative;
    border-top: 1px solid #008ecd;
    transform: rotateZ(45deg);
    transform-origin: left center;
}

.recommend_success_txt {
    font-size: 24px;
    color: #008ecd;
}

.recommend_good_txt_box > .recommend_txt_head {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px 0;
}

.recommend_good_txt_box > .recommend_txt_head img {
    display: block;
    width: 143px;
}

.recommend_good_txt_box > .recommend_txt_head p {
    display: block;
    width: 440px;
    text-align: center;
}

.recommend_good_txt_box > .recommend_txt_head p span {
    color: #008dcc;
    font-weight: 600;
    font-size: 27px;
    background: linear-gradient(transparent 60%, #fff833 60%);
}

.recommend_good_txt_box > .recommend_txt_head p span:after {
    content: "";
    width: 45px;
    height: 43px;
    background: url(/img/ttl_good_hand.png) no-repeat right bottom;
    display: inline-block;
    margin-left: 5px;
    vertical-align: bottom;
}

.skill {
    max-width: 680px;
    width: 680px;
    margin: 60px auto;
    padding-right: 30px;
    padding-left: 30px;
}

.skill_container {
    border: 1px solid #bababa;
    border-radius: 6px;
}

.skill_ttl {
    background: #fffce0;
    border-radius: 6px;
    height: 138px;
}

.skill_wrapper {
    text-align: center;
    width: 100%;
    padding: 0px 30px;
    overflow: hidden;
}

.info .skill_wrapper {	
    text-align: center;	
    padding: 40px 0 160px;	
}

.skill_wrap {
    padding-bottom: 20px;
}

.skill_want_know,
.skill_know,
.skill_prof {
    font-size: 27px;
}

.skill_want_know {
    background: rgba(0, 142, 205, 0.8);
    color: #ffffff;
    height: 50px;
    margin-bottom: 20px;
    line-height: 50px;
    border-radius: 5px;
    margin-top: 26px;
    margin-right: 26px;
    margin-left: 26px;
}

.skill_want {
    display: block;
    text-align: left;
    text-decoration: none !important;
    border-bottom: 1px solid #bababa;
    max-width: 570px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    color: #313131;
    font-size: 28px;
}

.skill_want:hover {
    background: #e8faff;
    transition: all ease .2s;
}

.skill_want:last-child {
    border-bottom: none;
}

.skill_arrow {
    color: #bababa;
    position: relative;
    float: right;
    text-align: right;
}

.skill_arrow::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #313131;
    border-right: 1px solid #313131;
    transform: rotate(45deg);
    margin-top: -5px;
}

.skill_know {
    background: rgba(0, 142, 205, 0.8);
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    margin-top: 26px;
    margin-right: 26px;
    margin-left: 26px;
}

.skill_know_link {
    display: flex;
    border-bottom: 1px solid #bababa;
    padding-top: 20px;
    padding-bottom: 12px;
    margin-right: 26px;
    margin-left: 26px;
}

.skill_know_link:hover {
    background: #e8faff;
    transition: all ease .2s;
}

.skill_knowImg {
    object-fit: contain;
    width: 40%;
}

.skill_dl {
    width: 60%;
    text-align: left;
    margin-left: 12px;
    height: auto;
}

.skill_dt {
    font-weight: bold;
    color: #008ecd;
    margin-bottom: 11px;
    font-size: 21px;
}

.skill_dd {
    color: #313131;
    font-size: 16px;
}

.skill_prof {
    background: rgba(0, 142, 205, 0.8);
    color: #ffffff;
    height: 50px;
    margin-bottom: 25px;
    line-height: 50px;
    border-radius: 5px;
    margin-top: 26px;
    margin-right: 26px;
    margin-left: 26px;
}

.skill_prof_wrap {
    padding-top: 10px;
}

.skill_prof_txt {
    color: #313131;
    font-size: 24px;
}

.skill .swiper-silide__inner {
    padding: 50px;
}

.others {
    margin-bottom: 50px;
}

.others_container {
    width: 100%;
    max-width: 680px;
    text-align: center;
    margin-top: 60px;
}

.others_link_box {
    margin-bottom: 50px;
    border-radius: 5px;
    margin-top: 40px;
}

.others_watch {
    /*! padding: 20px 80px; */
    display: inline-block;
    width: 250px;
    height: 250px;
    border: 1px solid #003968;
    border-radius: 50%;
    line-height: 250px;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    color: #18405b;
    cursor: pointer;
    background: #fff8e8;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 1), 0 4px 4px rgba(0, 0, 0, 0.5);
}

.others_watch:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-right: 5px;
    color: #18405b;
    font-size: 30px;
    font-weight: bold;
    margin-left: 10px;
}

.others_watch:hover {
    background: #e8faff;
}

.others_wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.others_wrap {
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    border: 1px solid #008ecd;
    border-radius: 5px;
}

.others_ttl {
    color: #18405b;
    /*background: #fffce0;*/
    padding-top: 25px;
    font-size: 30px;
    padding-bottom: 17px;
    border-radius: 5px 5px 0 0;
}

.others_dl {
    margin-left: 20px;
    margin-right: 20px;
}

.others_dt {
    max-width: 570px;
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
    padding: 0.2em 0.85em;
    color: #494949;
    text-align: left;
    background: #f4f4f4;
    border-left: solid 5px #7db4e6;
    font-size: 25px;
    font-weight: bold;
}

.others_ddWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.others_ddWrapper li {
    width: 33%;
}

.others_ddWrapper li a {
    background: #008ecd;
    color: #ffffff;
    display: block;
    border-radius: 10px;
    margin: 5px;
    height: 87px;
    line-height: 87px;
    border-bottom: solid 3px #027ca1;
    font-weight: bold;
    font-size: 32px;
}

.others_ddWrapper li a:hover {
    opacity: .8;
}

.others_ddWrapper li a svg {
    margin-right: 10px;
}

.others_dd {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 32px;
}

.others_link {
    background: #008ecd;
    color: #fff;
    display: block;
    border-radius: 10px;
    margin: 5px;
    height: 65px;
    line-height: 65px;
    border-bottom: solid 3px #027ca1;
    font-weight: bold;
    font-size: 26px;
    width: 48%;
}

.others_link:hover {
    opacity: .8;
}

.others_ddWrapper {
    width: 520px;
    /* margin-left: 20px; */
    /* margin-right: 20px; */
    margin: 0 auto 40px;
}

/*
@import "5-page/info";
@import "5-page/table";
@import "5-page/form";
*/
.info_container {
    width: 100%;
}

.info_wrapper {
    background: #e8faff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 35px;
}

/*コラム*/
.column_container {
    width: 100%;
    /* padding-top: 35px; */
    padding-bottom: 40px;
}

.column_wrapper {
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
    background: #ffffff;
}

.column_head img {
    width: 100%;
    background: #fffce0;
    margin-bottom: 30px;
}

.column_txt_box {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 620px;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    border: 1px solid #18405b;
    border-radius: 6px;
}

.column_head_txt {
    position: relative;
    margin: 40px 0 20px 0;
    padding: 0.5em 0.5em 0.5em 1.5em;
    line-height: 38px;
    color: #003968;
    font-weight: bold;
    text-align: center;
    border-top: dotted 1px gray;
    border-bottom: dotted 1px gray;
    background: #fffff4;
}

.column_head_txt::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    position: absolute;
    font-size: 1em;
    left: 0.25em;
    top: 0.5em;
    color: #ff6a6a;
}

.column_head_txt2 {
    position: relative;
    line-height: 38px;
    margin: 56px 0 20px 0 !important;
    padding: 5px 0 5px 18px;
    text-align: center;
    background: #eff4ff;
    color: #474747;
    border-radius: 10px;
}

.column_head_txt2::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a4";
    position: absolute;
    padding: 0em;
    color: white;
    background: #81a1e4;
    width: 55px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    left: -0.3em;
    top: 0.55em;
    font-size: 45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
    border-bottom: solid 2px #4967b4;
}

.column_txt_box p {
    margin-bottom: 30px;
    letter-spacing: -1.2px;
    line-height: 1.5;
}

/*コラム end*/
/*お問い合わせ*/
.otoiawase_container {
    width: 100%;
    max-width: 680px;
    /* padding-top: 35px; */
    padding-bottom: 40px;
}

.otoiawase_wrapper {
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
    background: #ffffff;
}

.otoiawase_txt_box {
    max-width: 620px;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
    background: #ffffff;
}

.otoiawase_head_txt {
    color: #313131;
    margin: 40px 0 20px 0;
    padding: 0 0 5px 0;
    line-height: 38px;
    color: #003968;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #003968;
}

.otoiawase_txt {
    margin-bottom: 20px;
    font-size: 21px;
    letter-spacing: -1.2px;
    line-height: 1.5;
}

/*お問い合わせ end*/
/*サイトマップ*/
.sitemap_container {
    width: 100%;
    max-width: 680px;
    /* padding-top: 35px; */
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.sitemap_wrapper {
    max-width: 620px;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
}

/*
.sitemap_txt_box {
margin: 0 auto;
padding: 15px 15px;
background:#008ecd;
}
*/
/*
.sitemap_head_txt {
font-size: 20px;
font-weight: bold;
line-height: 1.0;
color:#008ecd;
}
*/
.sitemap ul {
    margin: 0 auto;
    padding: 10px 15px;
    background: none;
}

.sitemap ul li {
    font-size: 23px;
    color: #008ecd;
    margin-bottom: 10px;
    line-height: 1.2;
}

.sitemap ul li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.sitemap ul li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-right: 5px;
    color: #008ecd;
    font-size: 20px;
    font-weight: bold;
}

.sitemap a {
    color: #008ecd;
}

.sitemap .sitemap_box2,
.sitemap .sitemap_box3 {
    margin-top: 10px;
}

/*ランキングの根拠*/
.ranking_container {
    width: 100%;
    max-width: 680px;
    padding-top: 35px;
    padding-bottom: 40px;
}

.ranking_wrapper {
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
    background: #ffffff;
}

.ranking_txt_box {
    max-width: 620px;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
    background: #ffffff;
}

.ranking_head_txt {
    color: #313131;
    margin: 40px 0 20px 0;
    padding: 0 0 5px 0;
    white-space: nowrap;
    line-height: 38px;
    color: #003968;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #003968;
}

.ranking_txt {
    margin-bottom: 20px;
    font-size: 21px;
    letter-spacing: -1.2px;
    line-height: 1.5;
}

.ranking_txt_box ul {
    font-size: 20px;
    padding: 30px;
    border: 1px solid #b5b5b5;
}

/*ランキングの根拠 end*/


/* ****************************
Custom.css to addin.
***********************************/

/*
iphone X 謎改行対策************************/

.recommend_success_wrapper .flex {
    white-space: nowrap;
}

/*
iphone タップ対策************************/
.how_result_change {
    cursor: pointer;
}

/*
iphone タップ対策***********************
#aside .aside_header .title {
font-size: 20px;
line-height: calc(62/20);
}
*/

#aside .aside_body .content .content_list a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 700;
    line-height: 52px;
    color: #ccc;
    -webkit-text-stroke: 2px #fff;
    position: absolute;
    right: 5px;
}

#aside .aside_body .content .info_list a {
    text-align: left;
    border-width: 0 0 1px;
    font-size: 22px;
    height: 45px;
    border-radius: 0 !important;
}

#aside .aside_body .content .info_list a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 700;
    -webkit-text-stroke: 2px #fff;
    position: absolute;
    right: 0;
}

/*
@2019.10.02 A-CHI.
************************/
/*
トップに戻るをPCでも表示************************/
.footer_top_back {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 20px;
}

/*
ナビゲーションをPCでも表示************************/
.mainv_hero {}

.js-nav-header-btn {
    /*display: block;*/
}

.blank_back {
    top: 0;
}

#aside .aside_header .js-close {
    display: none;
}

#aside .aside_header {
    /*    background-color: #008ECD;*/
}

#aside .aside_header .title {
    /*    padding:.8em 0 .6em;*/
}

@media screen and (max-width: 768px) {
    #aside .aside_header .js-close {
        display: block;
    }

    #aside .aside_header {
        border-bottom: none;
    }

    #aside .aside_header .title {
        /*        font-size: 22px;*/
        line-height: calc(62/22);
        padding: 15px 0 0 50px;
    }

    #aside .aside_header .title br {
        display: none;
    }

    #aside .aside_body .content .content_list a::after {
        font-size: 18px;
        -webkit-text-stroke: 1.5px #fff;
    }

    #aside .aside_body .banner_area2 a img {
        top: 5px;
    }



}



/*追加CSS*/

@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

a:hover {
    opacity: 0.8;
}

.search_wrapper {
    padding-bottom: 20px !important;
}

.agent_under_deco {
    background: linear-gradient(transparent 60%, #fff833 0%) !important;
}

.agent_under_deco:hover {
    color: #f49916 !important;
}

.recommend_good_txt_box {
    padding: 0 !important;
}

.recommend_txt_area {
    padding: 20px 30px 30px !important;
}

.recommend_value_jaicImg {
    border: none !important;
    border-radius: 6px;
    height: 140px;
}

.recommend_good_txt_box_area {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 20px;
}

.search_box {
    border: 2px solid #008ecd !important;
    border-radius: 6px !important;
}

.search_box_ttl {
    text-align: center;
}

h2.search_box_ttl img {
    width: 70%;
}

.search_box_container {
    padding-left: 23px !important;
    padding-right: 23px !important;
}

.search_box .search_select {
    margin: 0 !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
}

.search_box_wrap {
    max-width: 570px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
}

.search_box_width {
    margin: 10px 0 10px;
}

.control__indicator {
    top: 6px !important;
}

.search_box_go {
    max-width: 570px !important;
    height: 84px !important;
    border-radius: 6px !important;
    border: none !important;
    border-bottom: 5px solid #0081b4 !important;
    margin: 10px auto 20px;
}

.js-search_box_toggle {
    margin-top: 10px;
}

.agent_wrapper {
    border: 2px solid #008ecd !important;
    border-radius: 6px !important;
}

.agent_head > h3 {
    color: #008ecd !important;
}

.agent_ol {
    background: none !important;
    padding: 0.5em 0.5em 0.5em 0 !important;
}

.agent_li::before {
    background: #008ecd !important;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif !important;
    top: 16% !important;
}

.agent_txt_flex {
    margin-top: 2px;
}

.agent_official_site {
    border: 1.5px solid #0000ff !important;
    color: #0000ff !important;
    border-radius: 4px !important;
    padding: 0 10px !important;
    margin: 0 20px 0 0 !important;
    line-height: 1.5;
}

.agent_official_site:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    margin: 0 0 0 5px;
    font-weight: bold;
    color: #6697ff !important;
}

.agent_site {
    line-height: 1;
    text-decoration: underline;
}

.agent_site a {
    color: #0000ff !important;
}

.agent_site a:hover {
    color: #f49916 !important;
}

.how_wrapper {
    border-radius: 6px;
}

.recommend_ttl {
    margin-bottom: 30px !important;
}

.recommend_circle {
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    height: 301px;
}

.recommend_img_flex {
    height: 250px !important;
}

.recommend_strength {
    margin-top: 20px !important;
    height: 190px;
}

.recommend_fig {
    color: #0000ff !important;
    border-bottom: 1px solid #0000ff !important;
}

.recommend_figcap > a {
    font-size: 26px !important;
    margin-right: 5px;
    font-weight: bold;
}

.recommend_figcap {
    padding: 0 3px 3px !important;
}

.recommend_fig:hover {
    color: #f49916 !important;
    border-bottom: 1px solid #f49916 !important;
}

.recommend_strength__inner {
    width: 370px !important;
}

.recommend_strength__title {
    color: #fff;
    letter-spacing: 1px !important;
}

.recommend_strength__desc {
    padding: 20px 5px !important;
    font-size: 34px !important;
    text-align: center !important;
}

.recommend_cat {
    top: 5px !important;
    margin: 0 0 30px 0 !important;
}

.recommend_cat a {
    font-size: 23px !important;
}

.recommend_table_link {
    color: #0000ff !important;
    border-bottom: 1px solid #0000ff !important;
    font-size: 23px !important;
    font-weight: bold;
}

.recommend_table_link:hover {
    color: #f49916 !important;
    border-bottom: 1px solid #f49916 !important;
}

.recommend_value {
    border-radius: 6px !important;
}

.recommend_txt {
    line-height: 1.5 !important;
}

.recommend_td {
    padding: 0 15px !important;
    font-size: 23px !important;
}

.recommend_good_box {
    margin-bottom: 45px !important;
    margin-top: 10px !important;
}

.recommend_success_txt {
    font-size: 28px !important;
}

.recommend_success_headImg::before {
    width: 30px !important;
    left: 5px !important;
    border-top: 2px solid #008ecd !important;
}

.recommend_success_headImg img {
    margin: 0px 10px 0 !important;
}

.recommend_success_head > h3::after {
    width: 30px !important;
    right: 25px !important;
    border-top: 2px solid #008ecd !important;
}

.recommend_success_head {
    margin-bottom: 10px !important;
}

.skill_container {
    border-radius: 6px !important;
}

.skill_ttl {
    background: #fffce0;
    border: none !important;
    border-radius: 6px 6px 0 0;
    height: 138px;
}

.skill_prof_wrap {
    margin-bottom: 20px;
}

.skill .swiper-silide__inner {
    padding: 20px 60px 10px 60px !important;
}

.info_wrapper {
    padding-top: 0 !important;
    padding-bottom: 20px;
}

.info_swiper {
    padding: 20px 30px 0;
}

.ChangeElem_Panel {
    padding-bottom: 55px;
    border-bottom: 8px solid #008ecd;
}

.recommend_value_ttl {
    margin-bottom: 0 !important;
    height: 80px;
}

.recommend_tw_value {
    padding-top: 20px;
}

.others_link_box {
    margin: 70px 0 90px;
}

.how_float {
    width: 518px;
    overflow: hidden;
    /*float解除*/
}

.how_float .space {
    float: right;
    /*画像の位置を右下にしたい場合はright*/
    /*  height: 4.5em;*/
    height: 4.8em;
}

.how_float .img {
    float: right;
    clear: both;
    /*.spaceのfloat解除*/
    margin: 0 0 1.2em 10px;
    /*画像の周りの余白*/
}

/* 右寄せ　テキストリンク */
.textlink_right {
    text-align: right;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: .2em;
}

.textlink_right:before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #f49916;
    padding-right: 5px;
    font-size: 21px;
    vertical-align: bottom;
}

.recommend_circle {
    width: 620px;
    margin: 0 auto;
}

.mainv_hero {
    padding-top: 11px;
}

.search_box_wrap .js-search_box_wrap {
    height: 70px;
}

.control__indicator {
    height: 26px !important;
    width: 26px !important;
    background: #fff !important;
    border: 2px solid #008ecd !important;
    border-radius: 2px !important;
}

.control input:checked ~ .control__indicator {
    background: #008ecd !important;
}

.search_box_wrap label {
    margin-right: 0px !important;
}

.control {
    padding-left: 35px !important;
    font-size: 27px !important;
    width: 45% !important;
    margin-bottom: 10px;
}

.js-search_box_toggle {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.control--checkbox .control__indicator:after {
    left: 40% !important;
    top: 10% !important;
}

.agent_head_img::before {
    width: 30px !important;
    top: -15px !important;
    left: 5px !important;
    border-top: 2px solid #008ecd !important;
}

.agent_head_img {
    margin-top: 2px !important;
}

.agent_head > h3::after {
    width: 30px !important;
    top: 4px !important;
    right: 25px !important;
    border-top: 2px solid #008ecd !important;
}

.search_box_width {
    margin: 10px 0 5px !important;
}

.agent_head {
    padding-top: 30px !important;
}

.agent_official_site {
    margin: 0 15px 0 0 !important;
    line-height: 1.3 !important;
}

.how_head {
    margin-bottom: 0 !important;
}

.how_txt {
    line-height: 1.5;
}

.agent_txt_desc {
    line-height: 40px !important;
}

.textlink_right:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: bold;
}

.agent_li {
    padding: 0.7em 0em 0.2em 2.1em !important;
}

.agent_site {
    letter-spacing: -0.5px !important;
}

.agent_txt_kome {
    text-align: right;
    margin: -15px 30px 20px 0;
    font-size: 23px;
}

.agent_official_site {
    font-weight: bold;
}

.agent_site a {
    font-weight: bold;
}

.agent_under_deco {
    font-size: 34px !important;
}

/*追加CSS　end*/


/*ファーストビュー範囲 再設定*/
.search_box_container {

    margin-top: 20px !important;
}

.search_box_width {
    margin: 10px 0 0 !important;
}

.search_wrapper {
    padding-bottom: 15px !important;
}

.search_container {
    margin-top: -15px !important;
}

.agent_head {
    padding-top: 20px !important;
}

.agent_li {
    padding: 0 0 0 2.1em !important;
}

.agent_ol {
    padding: 0.8em 0.5em 0 0 !important;
}

/*ファーストビュー範囲 再設定　end*/



/*top 一覧デザイン変更　.recommend_flex追加対応　*/
.recommend_flex {
    display: flex;
    height: 235px;
}

.recommend_flex .recommend_circle {
    width: 230px !important;
    height: auto !important;
    border: none;
}

.recommend_flex .recommend_img_flex {
    height: 190px !important;
}

.recommend_flex .recommend_strength {
    margin-top: 0 !important;
    height: auto;
}

/*top 一覧デザイン変更　.recommend_flex追加対応　*/


/*コラムのフォントサイズ見直し*/
.column_head_txt {
    font-size: 28px !important;
}

.column_txt_box p {
    font-size: 26px !important;
}

/*コラムのフォントサイズ見直し end*/


/*コラム追加分*/
.column h3 {
    font-size: 28px !important;
    font-weight: bold;
}

.subttl {
    position: relative;
    border-top: solid 2px #80c8d1;
    border-bottom: solid 2px #80c8d1;
    background: #f4f4f4;
    font-weight: bold;
    margin: 2em 0 0.5em;
    padding: 0.4em 0.5em;
}

.subttl::after {
    position: absolute;
    font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
    content: '\f0a7\ POINT';
    background: #80c8d1;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em;
}

.box2 {
    background: #fffcf0;
    padding: 20px 10px 10px 10px;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0px 0px 10px #fff6d4 inset;
}

.list_check {
    list-style: none;
    padding-left: 0;
    margin-left: 15px;
    margin-top: 0;
    font-size: 26px;
}

.box2 ul.list_check li::before {
    color: #f49b00;
}

ul.list_check li::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f058';
    font-weight: bold;
    position: relative;
    left: -.3rem;
    top: 0;
}

.list_check li {
    margin-bottom: 10px;
}

.block1 {
    padding: 10px 20px;
    background: #fff;
    border: 1px #008ECD solid;
    border-radius: 10px;
    line-height: 1.7;
    margin: 30px 0;
}

.block1 .ttl {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: .5rem;
    border-bottom: 1px dotted #008ECD;
    padding-left: .5rem;
}

.block1 ul.list_dot {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    font-size: 20px;
    margin-left: -.5rem;
}

.block1 .list_dot li {
    margin: .6rem 0 0;
    text-indent: -1.5rem;
    padding-left: 1.5rem;
    font-size: 26px;
}

.block1 ul.list_dot li::before {
    font-family: 'Font Awesome 5 Free';
    content: "・";
    font-weight: bold;
    font-size: 20px;
    position: relative;
    left: 0;
    top: .2rem;
    line-height: .9;
    color: #008ECD;
}

.block1 ul p {
    margin: 0 1.5rem;
}

.column img {
    margin: 0 0 30px 0;
}

/*コラム追加分 end*/


/*条件検索をトグルに*/
.search_box_toggle {
    display: none;
}

/*条件検索をトグルに end*/


/*slickスライドの追加修正*/

.slick-dots li button:before {
    opacity: 1;
    color: #008ecd !important;
    font-size: 40px !important;
    content: '•' !important;
}

.slick-track {
    padding-bottom: 15px;
}

.swiper-wrapper_multiple img {
    padding-left: 10px;
}

.swiper-wrapper_multiple img:first-child {
    margin-bottom: 0;
}

/*slickスライドの追加修正 end*/


/*比較一覧（ 公式ボタン入）*/
.agent_table {
    width: 100%;
    text-align: center;
}

.agent_table th {
    font-size: 24px;
    border: 1px solid #bababa;
    background: #008DCC;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #FFF;
}

.agent_table tr {
    border: 1px solid #bababa;
    background: #FFFCE0;
}

.agent_table tr:nth-child(2n) {
    background: #fff;
}

.agent_table td {
    width: 100px;
    border: 1px solid #bababa;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
}

.agent_table td:first-child {
    width: 180px;
    padding: 25px 15px;
    line-height: 1.2;
}

.agent_table td:first-child img {
    box-sizing: border-box;
    border: 1px solid #bababa80;
    margin-top: 5px;
}

.agent_table td:nth-child(3) {
    width: 200px;
    padding: 0 20px;
    font-size: 24px;
    margin-bottom: 8px;
}

.agent_table td a {
    display: block;
    color: #0052ff;
    text-decoration-line: underline !important;
    font-weight: bold;
}

.agent_table td a:hover {
    color: #f49916;
}

.tableBox {
    display: none;
}

.tableBox_archive {
    text-align: center;
    margin-bottom: 27px;
    position: relative;
}

.tableBox_archive_txt {
    width: 505px;
    text-align: left;
    position: absolute;
    color: #313131;
    top: 75%;
    left: 54%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: normal;
    word-wrap: break-word;
    line-height: 1.3;
}

.ichiran_container .center {
    margin-bottom: 0 !important;
}

.hyou {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    border: 2.37px solid #CCCCCC;
    border-radius: 5px;
    margin-bottom: 24px;
    padding: 12px;
}

.hyou img {
    width: 100%;
}


.biz_note {
    font-size: 14px;
    color: #fe4444;
    display: block;
    position: relative;
    margin-bottom: 5px;
    margin-top: 5px;
}

/*.biz_note::before {
content: "";
width: 1px;
height: 20px;
border-right: 1px solid #000;
transform: rotate(-45deg);
display: block;
position: absolute;
left: -9px;
bottom: 0px;
}
.biz_note::after {
content: "";
width: 1px;
height: 20px;
border-right: 1px solid #000;
transform: rotate(45deg);
display: block;
position: absolute;
right: -9px;
bottom: 0px;
}
*/

/*比較一覧（ 公式ボタン入）end*/


/*比較一覧をトップに表示*/
.ichiran_container {
    background-color: #e8faff;
    width: 100%;
    max-width: 680px;
    padding: 20px 30px 30px;
    margin: 0 auto 60px;
}

.ichiran_container .tableBox_archive {
    padding-top: 30px;
}

.ichiran_container .hyou {
    margin-bottom: 0;
    font-size: 22px;
    padding-bottom: 20px;
}

/*比較一覧をトップに表示 end*/


/*コラム記事の比較一覧*/
.column_table {
    margin: 0 0 1.5em;
    width: 100%;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
}

.column_table tr {
    border-bottom: solid 2px white;
}

.column_table tr:last-child {
    border-bottom: none;
}

.column_table th {
    position: relative;
    width: 30%;
    background-color: #52c2d0;
    color: white;
    text-align: center;
    padding: 10px 0;
}

.column_table th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #52c2d0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.column_table td {
    width: 70%;
    text-align: center;
    background-color: #eee;
    padding: 10px 0;
    vertical-align: middle;
}

/*コラム記事の比較一覧 end*/


.shosai img.wp-smiley,
.shosai img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.recommend_success_link {
    margin-right: 5px;
}

/* ヘッダー固定 */
.header {
    /* position: fixed;
    z-index: 9999; */
}

.mainv_hero {
    /* padding-top: 75px !important; */
}

.shosai {
    /* padding-top: 75px !important; */
}

.column_container {
    /* padding-top: 75px !important; */
}

.otoiawase_container {
    /* padding-top: 75px !important; */
}

.sitemap_container {
    /* padding-top: 75px !important; */
    margin-top: 20px !important;
}


/*ボタン 1 */
.btn_area_1 {
    background: #e8faff;
    padding: 30px 30px 0;
}

.btn_area_1 .btn_flex {
    display: flex;
    padding: 0 0 15px;
    justify-content: space-between;
}

.btn_area_1 .btn_flex img {
    width: 300px;
    /*    height: 125px;*/
}

/*ボタン 1 end*/

/*ボタン 2 */
.btn_area_2 {
    background: #e8faff;
    padding: 30px 30px 0;
}

.btn_area_2 .btn_flex {
    display: flex;
    padding: 0 0 15px;
    justify-content: space-between;
}

.btn_area_2 .btn_flex img {
    /*    width: 300px;*/
    /*    height: 125px;*/
}

/*ボタン 2 end*/


/*診断バナー*/
.shindan_img {
    text-align: center;
    margin: 60px auto 80px;
}

/*診断バナー 2*/
.shindan_img_2 {
    padding: 50px 30px;
    background: #e8faff;
    margin-bottom: 80px;
}

/*診断バナー 背景白の場合*/
.info_more .shindan_img {
    padding: 50px 30px;
    background: #fff;
}


/*一覧の上のテキスト*/
.ichiran_head {
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
}

.ichiran_head_img {
    display: inline;
    position: relative;
    margin-right: 10px;
    margin-top: 2px;
}

.ichiran_head_img::before {
    display: inline-block;
    width: 30px;
    height: 10px;
    content: '';
    top: -15px;
    left: 0px;
    position: relative;
    border-top: 2px solid #18405b;
    transform: rotateZ(45deg);
    transform-origin: left center;
}

.ichiran_head > h3 {
    display: inline;
    font-size: 30px;
    font-weight: bold;
    color: #18405b;
}

.ichiran_head > h3::after {
    display: inline-block;
    width: 30px;
    height: 10px;
    content: '';
    top: 4px;
    right: 20px;
    position: relative;
    border-top: 2px solid #18405b;
    transform: rotateZ(135deg);
    transform-origin: right center;
}

.ichiran_head .line {
    background: linear-gradient(transparent 70%, #fff833 0%) !important;
    margin-left: 5px;
}

/*一覧の上のテキスト end*/


/*一覧の上のテキスト*/

.ichiran h2 {
    font-size: 30px;
    font-weight: bold;
    color: #18405b;
    text-align: center;
    margin-bottom: 20px;
}


.ichiran_head .line {
    background: linear-gradient(transparent 70%, #fff833 0%) !important;
    margin-left: 5px;
}

/*一覧の上のテキスト end*/








/*テスト分
* *********************************** */

/*キーワード*/

.kw_container {
    width: 100%;
    max-width: 680px;
    background: #fff;
    padding-top: 35px;
    padding-top: 35px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.kw_list_area {
    padding: 30px;
    background: #EFEFEF;
    color: #313131;
    font-size: 30px;
    line-height: 47px;
    border-radius: 4px;
    margin-bottom: 50px;
}

.kw_list_area ul {
    padding: 25px;
    background: #fff;
    color: #313131;
    font-size: 30px;
    line-height: 47px;
    border-radius: 4px;
}

.kw_list_area .kw_ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-size: 28px;
    color: #008ecd;
    font-weight: bold;
    padding: 4px;
    margin-right: 5px;
}

.kw_txt {
    margin: 30px 0;
    font-size: 27px;
    letter-spacing: -1.2px;
    line-height: 1.8;
}

.kw_txt p {
    margin-bottom: 15px;
}

.kw_txt2 {
    margin: 30px 0;
    font-size: 27px;
    letter-spacing: -1.2px;
    line-height: 1.8;
}

.kw_txt2 p {
    margin-bottom: 15px;
}

.kw_txt3 {
    margin: 30px 0;
    font-size: 27px;
    letter-spacing: -1.2px;
    line-height: 1.8;
}

.kw_txt3 p {
    margin-bottom: 15px;
}

.kw_txt4 {
    margin: 20px 0 0;
    font-size: 26px;
    letter-spacing: -1.2px;
    line-height: 1.8;
}

.kw_point_area {
    display: flex;
    padding: 26px;
    background: #e8faff;
    font-size: 30px;
    font-weight: bold;
    line-height: 47px;
    box-shadow: 0px 0px 0px 10px #e8faff;
    /*線の外側*/
    border: solid 1px #008ecd;
    border-radius: 0px;
    margin: 10px;
    padding: 10px;
    color: #008ecd;
    margin-bottom: 60px;
}

.kw_point_area .kw_ul li {
    margin: 5px 5px 5px 30px;
}

.kw_agent_area {
    margin-bottom: 50px;
}

.kw_agent_area img {
    box-sizing: border-box;
    border: 1px solid #bababa;
}

.koushiki-btn_area {
    text-align: center;
    margin: 50px 0 70px 0;
}

.kw_head_txt {
    position: relative;
    padding: 0.6em;
    background: #008ecd;
    border-radius: 6px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.kw_head_txt:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #008ecd;
    width: 0;
    height: 0;
}

.kw_head_txt2 {
    font-size: 46px;
    font-weight: bold;
    color: #008ecd;
    padding: 15px 0;
    border-top: solid 3px #008ecd;
    border-bottom: solid 3px #008ecd;
    text-align: center;
    margin: 0 0 30px;
    background: #fffce0;
}

.kw_head_txt2 span {
    font-size: 30px;
    font-weight: bold;
    color: #008ecd;
    margin-right: 10px;
}

.kw_head_txt3 {
    font-size: 30px;
    font-weight: bold;
    color: #008ecd;
    padding: 20px 0;
    border-top: solid 3px #008ecd;
    border-bottom: solid 3px #008ecd;
    text-align: center;
    margin: 0 0 30px;
    background: #fff;
}

.kw_head_txt4 {
    font-size: 29px;
    padding: 0 0 15px;
}

.bk_1 {
    background: #e8faff;
    padding-bottom: 30px;
}

/*キーワード end*/


/*目的　t_mokuteki*/

.tbn_area {
    height: 220px;
    background-image: url(/img/tbn_mokuteki.png);
    background-repeat: no-repeat;
    width: auto;
    background-position: bottom center;
}

.tbn_area .txt {
    display: inline-block;
    line-height: 1.2;
    padding: 45px 0 0 90px;
}

.tbn_area .txt .p1 {
    font-size: 29px;
    font-weight: bold;
    color: #18405B;
    border-bottom: dashed 2px #18405B;
    text-align: center;
    margin: 10px 0 15px;
}

.tbn_area .txt .p2 {
    font-size: 50px;
    font-weight: bold;
    color: #008ecd;
    background: linear-gradient(transparent 60%, #fff833 0%);
    text-align: center;
    line-height: 1.2;
}

.tbn_area .txt .p3 {
    font-size: 29px;
    font-weight: normal;
    color: #18405B;
    text-align: center;
    margin: 0 10px 0 5px;
}


.mokuteki_container {
    width: 100%;
    max-width: 680px;
    background: #fff;
    padding-top: 35px;
    padding-top: 35px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.mokuteki_list_area {
    padding: 30px;
    background: #EFEFEF;
    color: #313131;
    font-size: 30px;
    line-height: 47px;
    border-radius: 4px;
    margin-bottom: 50px;
}

.mokuteki_list_area ul {
    padding: 25px;
    background: #fff;
    color: #313131;
    font-size: 30px;
    line-height: 47px;
    border-radius: 4px;
}

.mokuteki_list_area .mokuteki_ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-size: 28px;
    color: #008ecd;
    font-weight: bold;
    padding: 4px;
    margin-right: 5px;
}

.mokuteki_txt {
    margin: 30px 0;
    font-size: 27px;
    letter-spacing: -1.2px;
    line-height: 1.8;
}

.mokuteki_txt p {
    margin-bottom: 15px;
}

.mokuteki_txt2 {
    margin: 30px 0;
    font-size: 27px;
    letter-spacing: -1.2px;
    line-height: 1.8;
}

.mokuteki_txt2 p {
    margin-bottom: 15px;
}

.mokuteki_txt3 {
    margin: 30px 0;
    font-size: 27px;
    letter-spacing: -1.2px;
    line-height: 1.8;
}

.mokuteki_txt3 p {
    margin-bottom: 15px;
}

.mokuteki_txt4 {
    margin: 20px 0 0;
    font-size: 26px;
    letter-spacing: -1.2px;
    line-height: 1.8;
}

.mokuteki_point_area {
    display: flex;
    padding: 26px;
    background: #e8faff;
    font-size: 30px;
    font-weight: bold;
    line-height: 47px;
    box-shadow: 0px 0px 0px 10px #e8faff;
    /*線の外側*/
    border: solid 1px #008ecd;
    border-radius: 0px;
    margin: 10px;
    padding: 10px;
    color: #008ecd;
    margin-bottom: 60px;
}

.mokuteki_point_area .mokuteki_ul li {
    margin: 5px 5px 5px 30px;
}

.mokuteki_agent_area {
    margin-bottom: 50px;
}

.mokuteki_agent_area img {
    box-sizing: border-box;
    border: 1px solid #bababa;
}

.koushiki-btn_area {
    text-align: center;
    margin: 50px 0 70px 0;
}

.mokuteki_head_txt {
    position: relative;
    padding: 0.6em;
    background: #008ecd;
    border-radius: 6px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.mokuteki_head_txt:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #008ecd;
    width: 0;
    height: 0;
}

.mokuteki_head_txt2 {
    font-size: 46px;
    font-weight: bold;
    color: #008ecd;
    padding: 15px 0;
    border-top: solid 3px #008ecd;
    border-bottom: solid 3px #008ecd;
    text-align: center;
    margin: 0 0 30px;
    background: #fffce0;
}

.mokuteki_head_txt2 span {
    font-size: 30px;
    font-weight: bold;
    color: #008ecd;
    margin-right: 10px;
}

.mokuteki_head_txt3 {
    font-size: 30px;
    font-weight: bold;
    color: #008ecd;
    padding: 20px 0;
    border-top: solid 3px #008ecd;
    border-bottom: solid 3px #008ecd;
    text-align: center;
    margin: 0 0 30px;
    background: #fff;
}

.mokuteki_head_txt4 {
    font-size: 29px;
    padding: 0 0 15px;
}


/*agent_area_2*/

.mokuteki_agent_area_2 {
    border: 2px solid #18405B;
    border-radius: 8px;
    margin-bottom: 50px;
}

.mokuteki_agent_area_2 .agent_title {
    font-size: 27px;
    font-weight: bold;
    margin: 20px 30px 15px;
}

.mokuteki_agent_area_2 .mokuteki_flex {
    height: auto;
    margin-bottom: 20px;
}

.mokuteki_agent_area_2 .mokuteki_img {
    margin: 0 30px 30px;
    border: 1px solid #bababa;
}

.mokuteki_agent_area_2 .mokuteki_txt {
    margin: 0 30px 30px;
    font-size: 27px;
    letter-spacing: -1.2px;
    line-height: 1.2;
    border: 1px solid #bababa;
    padding-bottom: 15px;
    border-radius: 4px 4px 4px 4px;
}

.mokuteki_agent_area_2 .mokuteki_txt p {
    margin: 10px 30px;
}

.mokuteki_agent_area_2 .mokuteki_txt h3 {
    font-weight: bold;
    height: 46px;
    border-radius: 4px 4px 0 0;
    font-size: 25px;
    line-height: 46px;
    margin-bottom: 20px;
    text-align: center;
    background: #ffbd00;
    background: rgba(0, 142, 205, 0.7);
    color: #fff;
    letter-spacing: 1px;
}

.mokuteki_agent_area_2 .koushiki-btn_area {
    padding: 0 30px;
    margin: 0 0 40px;
}

/*agent_area_2 end*/


/*目的　t_mokuteki end*/


/*テスト分　end
* *********************************** */


/*recommend_container_2*/

.recommend_container_2 {
    width: 100%;
    max-width: 680px;
    background: #fff;
    padding-top: 35px;
    padding-top: 35px;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.recommend_container_2 .recommend {
    margin-bottom: 50px;
}

.recommend_container_2 .recommend_container {
    width: 100%;
    max-width: 680px;
    padding: 0;
    background: #ffffff;
}

.recommend_container_2 .ChangeElem_Panel {
    text-align: center;
    list-style: none;
    padding-bottom: 55px;
    border-bottom: none;
}

.recommend_container_2 .ChangeElem_Panel .wrapper {
    border: 2px solid #18405B;
    border-radius: 8px 8px 0 0;
}

.recommend_container_2 .recommend_ttl {
    margin-bottom: 30px;
    margin-top: 0;
}

.recommend_container_2 .recommend_flex {
    display: flex;
    margin-bottom: 20px;
    position: relative;
    height: auto;
}

.recommend_container_2 .recommend_flex .recommend_circle {
    width: 200px !important;
    height: 168px !important;
    border: none;
    margin: 0 auto !important;
}

.recommend_container_2 .recommend_circle img {
    box-sizing: border-box;
    border: 1px solid #bababa;
}

.recommend_container_2 .recommend_img_flex {
    display: flex;
    justify-content: center;
    margin-right: 20px;
    height: auto !important;
}

.recommend_container_2 .recommend_flex .recommend_strength {
    margin: 0 !important;
    height: auto;
}

.recommend_container_2 .recommend_strength__inner {
    background: url(/img/bk_koushi_4050.png);
    width: 360px !important;
    height: 168px;
}

.recommend_container_2 .recommend_strength__desc {
    padding: 20px 10px 20px 30px !important;
    font-size: 34px !important;
    line-height: 1.2;
    letter-spacing: 0.55px;
    color: #000;
    text-align: left !important;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.recommend_container_2 .recommend_list_box {
    background: #fffcf0;
    margin: 25px 20px;
    padding: 20px 20px;
}

.recommend_container_2 .recommend_list_box .title {
    font-size: 24px;
    font-weight: bold;
    background: #f49916;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px;
    border-radius: 4px;
    text-align: left;
    padding-left: 30px;
}

.recommend_container_2 .recommend_list_box li {
    color: #313131;
    font-size: 28px;
    line-height: 45px;
    text-align: left;
}

.recommend_container_2 .recommend_list_box li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-size: 25px;
    color: #f49916;
    font-weight: bold;
    margin-right: 5px;
}

.recommend_container_2 .recommend_success_wrapper {
    max-width: 580px;
    margin: 0 auto;
}

.recommend_container_2 .recommend_success_wrapper .flex {
    white-space: nowrap;
    margin-bottom: 30px;
}

/*recommend_container_2　end*/


.line_dashed_blue {
    border-bottom: dashed 2px #18405B;
    padding-bottom: 1px;
}

.line_dashed_red {
    border-bottom: dashed 2px #EE4950;
    padding-bottom: 1px;
}

.line_dashed_orange {
    border-bottom: dashed 2px #f49916;
    padding-bottom: 1px;
}

.line_dashed_light-blue {
    border-bottom: dashed 2px #008ecd;
    padding-bottom: 1px;
}

.font_b_black {
    font-weight: bold;
    color: #000;
}



/*---　タブ追加のcssここから　---*/

.joken_ranking {
    background: #E5F4FA;
    border: 1px solid #18405B;
    padding: 30px 20px 40px;
    margin: 40px 0;
}

.joken_ranking h2 {
    margin-bottom: 20px;
}


.tabbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
}


.tabbox .tabs {
    justify-content: center;
    width: 30%;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    display: flex;
    background: #46667C;
    padding: 15px 10px 10px;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.tabbox .tabs:hover {
    background: #517589;
}

input[name="tabs"],
#caret-down {
    display: none;
}

.tabbox .tab_content {
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    border: 3px #18405B solid;
    position: relative;
}

.tabbox .tab_content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tabbox .tab_content ul li {
    width: 48.5%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
    text-align: center;
    background: #008DCC;
    color: #fff;
    padding: 16px;
    padding-bottom: 12px;
    border-radius: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 38px;
    position: relative;
    border: 2px #0081B4 solid;
    border-bottom: 6px #0081B4 solid;
    transition: 0.2s;
}

.tabbox .tab_content ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.tabbox .tab_content ul li .fa-chevron-right {
    font-size: 24px;
    position: absolute;
    right: 18px;
    top: 33px;
}

.tabbox .tab_content ul li .let_space {
    letter-spacing: -0.15em;
}

.tabbox .tab_content ul li:hover {
    opacity: 0.9;
}

.tabbox .tab_content ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

}

.tabbox .tab_content h3 {
    text-align: center;
    color: #313131;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: normal;
}

.tabbox .tab_content h3 .bold {
    font-weight: bold;
}

.tabbox .tab_content h3 .bgy {
    background: linear-gradient(transparent 50%, #FFF833 50%);
}


#nendai:checked ~ #nendai_list,
#nendai:checked ~ #caret-down,
#nensyu:checked ~ #nensyu_list,
#nensyu:checked ~ #caret-down2,
#kodawari:checked ~ #kodawari_list,
#kodawari:checked ~ #caret-down3 {
    display: block;
}

.tabbox input:checked + .tabs {
    background: #fff;
    color: #18405B;
    font-weight: bold;
    border: 3px #18405B solid;
    border-bottom: 3px #fff solid;
    position: relative;
    z-index: 3;
    margin-bottom: -3px;
}

#caret-down {
    position: absolute;
    left: 11px;
    width: 30%;
    z-index: 3;
    text-align: center;
    top: 60px;
    height: 33px;
    /*border: 3px solid #18405B;
    background: #fff;
    border-top: none;
    border-bottom: none;*/
    font-size: 47px;
    color: #008ECD;
    margin-top: -12px;
}

#caret-down2 {
    display: none;
    position: absolute;
    left: 223px;
    width: 30%;
    z-index: 3;
    text-align: center;
    top: 60px;
    height: 33px;
    /* background: #fff;
    border: 3px solid #18405B;
    border-top: none;
    border-bottom: none;*/
    font-size: 47px;
    color: #008ECD;
    margin-top: -12px;
}

#caret-down3 {
    display: none;
    position: absolute;
    right: 11px;
    width: 30%;
    z-index: 3;
    text-align: center;
    top: 60px;
    height: 33px;
    /*background: #fff;
    border: 3px solid #18405B;
    border-top: none;
    border-bottom: none;*/
    font-size: 47px;
    color: #008ECD;
    margin-top: -12px;
}


@media screen and (max-width:768px) {

    .tabbox .tab_content ul li {
        font-size: 28px;
    }

    .tabbox .tab_content ul li .fa-chevron-right {
        top: 22px;
    }

    #caret-down {
        font-size: 40px;
    }

    #caret-down2 {
        font-size: 40px;
    }

    #caret-down3 {
        font-size: 40px;
    }

}


/*---　タブ追加のcssここまで　---*/

/*
　冒頭のTOP3一覧(小)
* *********************************** */

.ranking_top3_pickup h2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    background: #008DCC;
    text-align: center;
    padding: 30px 0 0;
    position: relative;
    margin-bottom: 60px;
}

.ranking_top3_pickup h2::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 340px 0;
    border-color: #008bcc transparent transparent transparent;
    position: absolute;
    left: 0;
    bottom: -50px;
}

.ranking_top3_pickup h2 img {
    margin-left: -10px;
    margin-right: 20px;
}

.ranking_top3_pickup ol {
    margin: 80px 10px 40px;
}

.ranking_top3_pickup ol li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #aaa;
}

.ranking_top3_pickup ol li h3 {
    width: 40%;
}

.ranking_top3_pickup ol li h3 .number {
    display: inline-block;
    width: 55px;
}

.ranking_top3_pickup ol li h3 > a img {
    width: 75%;
    margin-left: 1%;
    display: inline-block;
}

.ranking_top3_pickup ol li p {
    width: 40%;
    padding-top: 5px;
    font-weight: bold;
    font-size: 17px;
}

.ranking_top3_pickup ol li > a {
    display: block;
    padding: 12px 10px;
    background: #404040;
    color: #fff;
    width: 18%;
    text-align: center;
    text-indent: -10px;
    position: relative;
    font-size: 14px;
}

.ranking_top3_pickup ol li > a::after {
    content: "▼";
    content: "▶";
    /*--テスト--*/
    font-size: 10px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 12px;

}

.ranking_top3_pickup {
    margin-bottom: 100px;
}

/*
　年代別転職サイトランキングパーツ　btn_age.html
* *********************************** */

.btn_age {
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 50px;
}

.btn_age h2 {
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 50px;
    /*    font-size: 29px;*/
    font-size: 34px;
    background-color: #fff;
    border-bottom: solid 4px #008dcc;
    width: 620px;
    margin-bottom: 50px;
    color: #000;
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .03em;
}

.btn_age h2:before,
.btn_age h2:after {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btn_age h2:before {
    border: solid 16px transparent;
    border-top: solid 16px #008dcc;
}

.btn_age h2:after {
    border: solid 16px transparent;
    /*    border-top: solid 14px #fff;*/
    margin-top: 0px;
}

.btn_age h2 p {
    margin: 0;
    padding: 0;
}

.btn_age h2 span {
    /*    font-size: 34px;*/
    font-size: 40px;
    font-weight: bold;
    margin: 0 10px;
}

/*前のデザイン*/
/*
.btn_age h2{
    height: 80px;
    font-size: 32px;
    position: relative;
    background: #008dcc;
    line-height: 80px;
    margin-top: 
}

.btn_age h2::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 15px 0 15px;
    border-color: #008bcc transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -23px;
}
    
.btn_age h2 img{
    width: 40px;
    margin: 0 5px;
}
*/

.btn_age .f45 {
    font-size: 45px;
    color: #fff833;
    letter-spacing: 0.1em;
    margin-right: 3px;
}

.btn_age .f36 {
    font-size: 38px;
}

.btn_age .f70 {
    font-size: 70px;
    font-family: 'arial', sans-serif;
}

.btn_age .f42 {
    font-size: 42px;
    margin-right: 5px;
}

.btn_age .f26 {
    font-size: 26px;
}

.btn_age ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 25px 10px;
    background: #f4f4f4;
}

.btn_age ul li {
    width: 48%;
    height: 130px;
    font-size: 32px;
    box-shadow: 5px 5px 3px #999;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
    line-height: 1.1;
    margin-bottom: 25px;
    padding: 20px 0;
    background: #1ea5d8;
    transition: 0.2s;
}

.btn_age ul li:nth-child(2) {
    background: #1563a5;
}

.btn_age ul li:nth-child(3) {
    background: #007380;
}

.btn_age ul li:nth-child(4) {
    background: #1c4a69;
}

.btn_age ul li::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 22px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 20px;
}

.btn_age ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.btn_age ul li:hover {
    opacity: 0.9;
    box-shadow: 0 0 0 #999;
}



/*
　人気転職サイトTOP3
* *********************************** */

.ranking_top3 h2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    background: #008DCC;
    text-align: center;
    padding: 30px 0 0;
    position: relative;
    margin-bottom: 60px;
}

.ranking_top3 h2::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 340px 0;
    border-color: #008bcc transparent transparent transparent;
    position: absolute;
    left: 0;
    bottom: -50px;
}

.ranking_top3 {
    margin-bottom: 60px;
}

.ranking_top3 .rank_box {
    border-bottom: 5px solid #008dcc;
    padding: 40px 20px 80px;
    margin-bottom: 40px;
}

.ranking_top3 .rank_box:last-of-type {
    border-bottom: none;
}

.ranking_top3 .rank_box .name_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.ranking_top3 .rank_box .name_box .number {
    width: 100px;
    margin-right: 20px;
}

.ranking_top3 .rank_box .name_box h3 {
    font-size: 36px;
    padding-top: 12px;
    border-bottom: 5px solid #dcbd39;
/*    width: 76%;*/
    width: 518px;
    letter-spacing: 0.05em;
    padding-left: 10px;
    font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

.ranking_top3 .rank_box:nth-of-type(2) .name_box h3 {
    border-bottom: 5px solid #abc2cb;
}

.ranking_top3 .rank_box:nth-of-type(3) .name_box h3 {
    border-bottom: 5px solid #d1955f;
}

.ranking_top3 .rank_box .name_box h3 a {
    color: #404040;
}

.rank_box .name_box .txt {
    font-size: 30px;
    width: 100%;
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-top: 20px;
}


.ranking_top3 .rank_box .rank_inner img {
    width: 100%;
}

.ranking_top3 .rank_box .url {
    font-size: 22px;
    margin-top: 10px;
    border-bottom: 1px solid #404040;
}

.ranking_top3 .rank_box .url span {
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    background: #404040;
    color: #fff;
    margin-right: 20px;
}

.ranking_top3 .rank_box .url a,
.ranking_top3 .rank_box .url a:visited {
    color: #0052ff;
}

.ranking_top3 .rank_box table {
    width: 100%;
    margin: 40px 0;
    border: 1px solid #ccc;
}

.ranking_top3 .rank_box table th,
.ranking_top3 .rank_box table td {
    padding: 10px;
    font-size: 20px;
    border: 1px solid #ccc;
}

.ranking_top3 .rank_box table th {
    width: 24%;
    background: #e8faff;
}

.ranking_top3 .rank_box table td {
    width: 76%;
    background: #fff;

}

.ranking_top3 .rank_box table td .star_box {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
}

.ranking_top3 .rank_box table td .star_box li {
    width: 36px;
    height: 100%;
    background: url(/img/star_glay.png) center center no-repeat;
    background-size: contain;
}


.ranking_top3 .rank_box table td .star_box li.star {
    background: url(/img/star.png) center center no-repeat;
    background-size: contain;
}

.ranking_top3 .rank_box table td .star_box li.star_half {
    background: url(/img/star_half.png) center center no-repeat;
    background-size: contain;
}

.ranking_top3 .rank_box table tr:last-child td ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ranking_top3 .rank_box table tr:last-child td ul li {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 5px 10px 5px 0;
    color: #ccc;
}

.ranking_top3 .rank_box table tr:last-child td ul li.active {
    border: 1px solid #008dcc;
    background: #008dcc;
    color: #fff;
}

.ranking_top3 .rank_box .btn span {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.ranking_top3 .rank_box .btn a {
    display: block;
    width: 100%;
    height: 70px;
    margin: 10px auto 0;
    background: #fa9611;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 70px;
    box-shadow: 2px 2px 2px #aaa;
    position: relative;
}

.ranking_top3 .rank_box .btn a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 15px;
    border-color: transparent transparent transparent #ffffff;
}


@media screen and (max-width:768px) {

    .ranking_top3_pickup h2,
    .ranking_top3 h2,
    .ranking_top3 .rank_box .name_box h3 {
        font-size: 40px;
    }

    .ranking_top3_pickup h2::after,
    .ranking_top3 h2::after {
        border-width: 50px 350px 0;
        left: -10px;
        bottom: -48px;
    }

    .ranking_top3_pickup ol li {
        flex-wrap: wrap;
        padding: 20px;
    }

    .ranking_top3_pickup ol li h3 {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .ranking_top3_pickup ol li h3 .number {
        width: 100px;
    }

    .ranking_top3_pickup ol li h3 > a img {
        width: 90%;
    }

    .ranking_top3_pickup ol li p {
        width: 65%;
        font-size: 24px;
    }

    .ranking_top3_pickup ol li > a {
        width: 30%;
        font-size: 22px;
    }

    .ranking_top3 .rank_box .name_box .number {
        width: 150px;
        margin-right: 0;
    }

    .ranking_top3 .rank_box .url {
        font-size: 26px;
    }

    .ranking_top3 .rank_box .url span {
        font-size: 22px;
    }

    .ranking_top3 .rank_box table th,
    .ranking_top3 .rank_box table td {
        font-size: 24px;
    }

    .ranking_top3 .rank_box .btn span {
        font-size: 26px;
    }

    .ranking_top3 .rank_box .btn a {
        height: 100px;
        font-size: 36px;
        line-height: 100px;
    }
}


/*
　20代向け転職サイトTOP3
* *********************************** */


/*---　悩み別／希望条件で探す　---*/

.category {
    margin-bottom: 40px;
}

.category h2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    background: #008DCC;
    text-align: center;
    padding: 30px 0 0;
    position: relative;
    margin-bottom: 80px;
}

.category h2 .f24 {
    font-size: 28px;
    display: inline-block;
    margin: 0 5px;
}

.category h2 img {
    margin-bottom: -3px;
}

.category h2::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 340px 0;
    border-color: #008bcc transparent transparent transparent;
    position: absolute;
    left: 0;
    bottom: -50px;
}

.category h3 {
    font-size: 28px;
    color: #404040;
    display: inline-block;
    border-bottom: 4px solid #fa9611;
    padding: 0 5px;
}

.category h3:last-of-type {
    margin-top: 60px;
}

.category > ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
}

.category > ul li {
    width: 32%;
    height: 65px;
}

.category > ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #015eac;
    color: #fff;
    font-size: 22px;
    position: relative;
    text-indent: -10px;
}

.category > ul li a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
}

.category .cat_box {
    width: 100%;
    height: 740px;
    background: url(/img/bg_postit_bl.png) center center no-repeat;
    background-size: cover;
    background-position-x: 5px;
    margin-bottom: 60px;
    text-align: center;
    padding: 30px 60px 40px;
    color: #000;
}

.category .cat_box a {
    color: #000;
}

.category .cat_box h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.category .cat_box h4 .f24_red {
    font-size: 24px;
    color: #fa2e40;
}


.category .cat_box h4 .ttl {
    font-size: 30px;
    display: inline-block;
    border-bottom: 4px solid #008dcc;
    padding-bottom: 2px;
    line-height: 1;
    margin-top: 15px;
}

.category .cat_box h4 + p {
    font-size: 18px;
    text-align: left;
}

.category .cat_box .point_txt {
    font-size: 30px;
    font-family: '游明朝', 'Yu Mincho', "Hiragino Mincho ProN", "serif";
    margin-bottom: 20px;
    font-weight: bold;
}

.category .cat_box figure img {
    border: 1px solid #ccc;
    width: 100%;
}

.category .cat_box ul {
    margin: 20px 0 40px;
    text-align: left;
}

.category .cat_box ul li {
    padding-left: 40px;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
}

.category .cat_box ul li::before {
    content: "";
    display: block;
    width: 26px;
    height: 23px;
    background: url(/img/icon_check.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

.bold {
    font-weight: bold;
}

.category .cat_box .btn p {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.category .cat_box .btn a {
    display: block;
    width: 100%;
    height: 70px;
    margin: 10px auto 0;
    background: #fa9611;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 70px;
    box-shadow: 2px 2px 2px #aaa;
    position: relative;
}

.category .cat_box .btn a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 15px;
    border-color: transparent transparent transparent #ffffff;
}



/*---　下部fixedページ内リンクナビ(スマホのみ表示)　---*/
nav.bottom_fix{
    display: none;
    position: absolute;
    z-index: -9999;
    bottom: -250px;
}

/*
　下部fixedページ内リンクナビ(スマホのみ表示)
* *********************************** */

@media screen and (min-width: 769px) {
    nav.bottom_fix {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {

    .category h2 {
        font-size: 40px;
    }

    .category h2::after {
        border-width: 50px 350px 0;
        left: -10px;
        bottom: -48px;
    }

    .category h3 {
        font-size: 32px;
        margin: 0 10px;
    }

    .category > ul {
        max-width: 650px;
        margin: 40px auto;
    }

    .category > ul li a {
        font-size: 24px;
    }

    .category > ul li a::after {
        right: 15px;
    }

    .category .cat_box {
        padding: 30px 40px 40px;
        position: relative;
        height: 810px;
        background-position-x: -6px;
    }

    .category .cat_box h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .category .cat_box h4 .f24_red {
        font-size: 26px;
    }

    .category .cat_box h4 .ttl {
        font-size: 36px;
        margin-top: 10px;
    }

    .category .cat_box h4 + p {
        font-size: 22px;
    }

    .category .cat_box .point_txt {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .category .cat_box ul {
        margin: 15px 0 25px;
    }

    .category .cat_box ul li {
        font-size: 24px;
    }

    .category .btn {
        width: 88%;
        position: absolute;
        bottom: 60px;
    }

    .category .cat_box .btn p {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .category .cat_box .btn a {
        height: 85px;
        margin: 0 auto;
        font-size: 36px;
        line-height: 85px;
    }

    nav.bottom_fix {
        width: 100%;
        background: #008dcc;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
    }

    nav.bottom_fix ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #fff;
    }

    nav.bottom_fix ul li {
        width: 33.3333333%;
        height: 100px;
        text-align: center;
        font-size: 24px;
        border-right: 1px solid #fff;
    }

    nav.bottom_fix ul.li-two li {
        width: 50%;
        height: 100px;
        text-align: center;
        font-size: 24px;
        border-right: 1px solid #fff;
    }

    nav.bottom_fix ul li:last-child {
        border-right: none;
    }

    nav.bottom_fix ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #fff;
        font-weight: bold;
    }

    nav.bottom_fix ul li a:hover {
        opacity: 1;
        background: #015eac;
    }

    nav.bottom_fix ul li a .f20 {
        font-size: 20px;
        margin-top: 2px;
    }

    nav.bottom_fix ul li a img {
        display: block;
        margin-right: 5px;
    }

}



/*
　ichiran_2030.html ここから
* *********************************** */

.agent_list {
    margin-bottom: 80px;
}

.agent_list h2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    background: #008DCC;
    text-align: center;
    padding: 30px 0 0;
    position: relative;
    margin-bottom: 80px;
}

.agent_list h2::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 340px 0;
    border-color: #008bcc transparent transparent transparent;
    position: absolute;
    left: 0;
    bottom: -50px;
}

.agent_list .box {
    width: 100%;
    display: flex;
    border: 1px solid #aaa;
    border-bottom: none;
    padding: 40px 20px 30px;
    position: relative;
    color: #000;
}

.agent_list .box:nth-of-type(even) {
    background: #efefef;
}

.agent_list .box:last-of-type {
    border-bottom: 1px solid #aaa;
}

.agent_list .box .icon {
    display: block;
    position: absolute;
    left: 20px;
    top: -1px;
}

.agent_list .box .inner_L {
    width: 40%;
    margin-right: 5%;
    text-align: center;
}

.agent_list .box .inner_L h3 a {
    color: #0052ff;
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    padding: 0px;
    line-height: 1;
    border-bottom: 1px solid #0052ff;
    margin-bottom: 10px;
}

.agent_list .box:nth-of-type(-n+3) .inner_L h3 a {
    margin-left: 30px;
}

.agent_list .box .inner_L figure img {
    box-shadow: 1px 2px 3px #aaa;
}

.agent_list .box .inner_R {
    width: 55%;
    min-height: 208px;
    position: relative;
}

.agent_list .box .inner_R dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    text-align: justify;
    margin-bottom: 70px;
}

.agent_list .box .inner_R dl dt {
    width: 18.5%;
    margin-right: 10px;
    font-weight: bold;
    position: relative;
}

.agent_list .box .inner_R dl dt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #008bcc;
    position: absolute;
    top: 8px;
    right: 0;
}

.agent_list .box .inner_R dl dd {
    width: 78.6%;
    margin-bottom: 20px;
}

.agent_list .box .inner_R .btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.agent_list .box .inner_R .btn a {
    display: block;
    width: 100%;
    height: 70px;
    margin: 10px auto 0;
    background: #fa9611;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    line-height: 70px;
    box-shadow: 2px 2px 2px #aaa;
    position: relative;
}

.agent_list .box .inner_R .btn a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 13px;
    border-color: transparent transparent transparent #ffffff;
}







@media screen and (max-width: 768px) {

    .agent_list h2 {
        font-size: 40px;
        padding: 30px 0 10px;
    }

    .agent_list h2::after {
        border-width: 50px 350px 0;
        left: -10px;
        bottom: -48px;
    }

    .agent_list .box {
        width: 95%;
        margin: 0 auto;
    }

    .agent_list .box .icon {
        left: 10px;
        width: 50px;
    }

    .agent_list .box .icon img {
        width: 100%;
    }

    .agent_list .box .inner_L {
        width: 43%;
        margin-right: 3%;
    }

    .agent_list .box .inner_L h3 a {
        font-size: 28px;
    }

    .agent_list .box .inner_R {
        width: 54%;
    }

    .agent_list .box .inner_R dl {
        font-size: 24px;
    }

    .agent_list .box .inner_R dl dt::after {
        top: 11px;
        right: -3px;
    }

    .agent_list .box .inner_R dl dd {
        width: 78.4%;
    }

}


/*
　【NEW】TOPに戻る
* *********************************** */

.to_top {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    width: 80px;
    opacity: 0.8;
}

.to_top:hover {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .to_top {
        right: 10px;
        bottom: 110px;
    }
}

/*
　テキストパーツ　common_text_site.html
* *********************************** */
.txt_site {
    padding: 0 10px;
    margin-bottom: 100px;
}

.txt_site h2 {
    font-size: 28px;
    text-align: center;
    border-top: 3px solid #008bcc;
    border-bottom: 3px solid #008bcc;
    padding: 15px 0;
    background: #e8faff;
    margin-bottom: 30px;
}

.txt_site h2 span {
    font-size: 24px;
    font-weight: normal;
    display: block;
}

.txt_site p {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.txt_site .b {
    font-weight: bold;
    color: #fa2e40;
    font-size: 1.1em;
}

.txt_site h3 {
    /*    padding: 0.5em;*/
    padding: 0.8em;
    color: #404040;
    /*    background: #fffaf4;*/
    background: rgba(232, 250, 255, 0.6);
    /*    border-left: solid 5px #ffaf58;*/
    border-left: solid 5px #008bcc;
    font-size: 26px;
    margin: 40px 0 20px;
}

.txt_site .s_nav li {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: bold;
}

.txt_site .s_nav li a {
    display: inline-block;
    border-bottom: 1px solid #008dcc;
    color: #008dcc;
}

.point {
    font-size: 20px;
    padding: 20px 20px 0px 40px;
    background: rgba(232, 250, 255, 0.5);
    border: 3px solid #e8faff;
    font-weight: bold;
    margin-bottom: 20px;
}

.point li {
    list-style: circle;
    margin-bottom: 20px;
    line-height: 1.6;
}

.check {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.check li {
    padding-left: 40px;
    margin-bottom: 10px;
    position: relative;
}

.check li::before {
    content: "";
    display: block;
    width: 26px;
    height: 23px;
    background: url(/img/icon_check.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

@media screen and (max-width: 768px) {
    .txt_site h2 {
        font-size: 32px;
        padding: 30px 0;
        margin: 0 -10px 40px;
    }

    .txt_site h2 span {
        font-size: 26px;
    }

    .txt_site p {
        font-size: 26px;
    }

    .txt_site h3 {
        font-size: 28px;
    }

    .point,
    .check {
        font-size: 24px;
    }

}

/*
　コラム一覧
* *********************************** */

article.column_list {
    padding: 30px 20px;
    padding-top: 0;
    margin-bottom: 60px;
}

/*---　コラムの見出しh2　---*/
.column_list h2 {
    font-size: 36px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    background: #071739;
    padding: 20px 10px;
    margin: 30px 0;
}

.column_list h2 span {
    /*
    background: -webkit-linear-gradient(transparent 55%, #fff6b4 0%);
    background: -o-linear-gradient(transparent 55%, #fff6b4 0%);
    background: linear-gradient(transparent 55%, #fff6b4 0%);
*/
    font-size: 28px;
    margin-bottom: 10px;
    display: inline-block;
}

/*---　コラム一覧　---*/
.column_list ul li {
    padding: 20px;
    padding-left: 50px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #B8BECC;
    line-height: 1.3;
    position: relative;
    font-size: 26px;
    text-align: justify;
    color: #071739;
}

.column_list ul li:last-child {
    margin-bottom: 0;
}

.column_list ul li::after {
    content: "▶";
    display: block;
    font-size: 20px;
    color: #8C6239;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -13px;
}

.column_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}




/* おにゅーのfooter
* *********************************** */

/* .footer {
    text-align: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

.footer .dlBG {
    max-width: 680px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #fbfbfb;
    font-feature-settings: "palt";
}

.footer dl {
    width: 33.3%;
    text-align: left;
    border-right: 1px solid #bababa;
    padding-bottom: 10px;
}

.footer dl:last-of-type {
    margin-right: 0;
    border-right: none;
}

.footer dl dt {
    font-size: 23px;
    color: #fff;
    background: rgba(0, 141, 204, 0.8);
    display: block;
    line-height: 1.2;
    text-align: center;
    padding: 15px 0 15px 0px;
    border-right: 1px solid #fff;
}

.footer dl dd {
    font-size: 26px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #bababa;
    margin: 15px 15px;
    padding-left: 20px;
}

.footer dl dd:last-of-type {
    border-bottom: none;
}

.footer dl dd a {
    color: #000000;
    display: block;
    height: 60px;
    line-height: 50px;
}

.footer dl dd:hover {
    cursor: pointer;
    opacity: 0.8;
}

.footer dl dd::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0px;
    top: 45%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #015eac;
}

.footer .copyright {
    max-width: 680px;
    width: 100%;
    background: #008ecd;
    color: #fff;
    padding: 20px;
}

.footer .copyright > a {
    display: block;
    width: 50%;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    padding: 10px 0px 20px;
}

.footer .copyright > a img {
    width: 45%;
}

.footer ul {
    padding: 15px 0;
    display: flex;
    justify-content: center;
}

.footer ul li::after {
    content: "|";
}

.footer ul li:last-child::after {
    content: "|";
    display: none;
}

.footer ul li a {
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
}

.footer .copyright p:first-of-type {
    margin-bottom: 10px;
    font-size: 16px;
} */



/*
　Q&A
* *********************************** */

article.qa_box {
    padding: 30px 20px;
}

.qa_box h2 {
    font-size: 36px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    color: #212121;
    background: #fff;
    border-top: 5px solid #008DCC;
    border-bottom: 5px solid #008DCC;
    padding: 30px 10px;
    margin: 30px 0;
}

.qa_box h2 span {
    background: -webkit-linear-gradient(transparent 55%, #fff6b4 0%);
    background: -o-linear-gradient(transparent 55%, #fff6b4 0%);
    background: linear-gradient(transparent 55%, #fff6b4 0%);
    font-size: 28px;
    margin-bottom: 10px;
    display: inline-block;
}

.qa_box .txt {
    padding: 0 0 40px;
    font-size: 28px;
    line-height: 1.6;
    border-bottom: 2px dotted #aaa;
}

/*アコーディオン*/
.qa_box .acd_box {
    border-bottom: 2px dotted #aaa;
    padding: 20px 0;
}

.qa_box .acd-label:hover {
    cursor: pointer;
    opacity: 0.8;
}

.qa_box .acd-check {
    display: none;
}

.qa_box .acd-label {
    display: block;
    padding: 15px 60px;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    background: none;
    color: #404040;
}

.qa_box .acd-label:before {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "Q";
    font-size: 25x;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    background: #015eac;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    margin: 10px 20px 0 0;
}

.qa_box .acd-label:after {
    box-sizing: border-box;
    display: block;
    font-family: 'Font Awesome 5 Free';
    content: '\f107';
    height: auto;
    padding: 10px 20px 20px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: rgba(1, 94, 172, 0.7);
}

.qa_box .acd-content {
    display: block;
    position: relative;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .0s;
    visibility: hidden;
    background: #fff;
    font-size: 20px;
}

.qa_box .acd-content:before {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "A";
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    background: #535353;
    width: 40px;
    height: 40px;
    border-radius: 6px;
}

.qa_box .acd-check:checked + .acd-label:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f106';
}

.qa_box .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 50px 60px 30px;
    visibility: visible;
    background: #f7f7f7;
}

.qa_box .acd-content p {
    margin: 0 0 20px;
    font-size: 27px;
    line-height: 1.6;
}

.qa_box .acd-content a {
    color: #0052ff;
    display: inline-block;
    border-bottom: 1px solid #0052ff;
    line-height: 1;
    font-weight: bold;
}

.qa_box .acd-content .red {
    color: #fa2e40;
    font-weight: bold;
}



/*
　年代 タブ
* *********************************** */

.tab_age {
    text-align: center;
    margin: 40px 0 0;
}

.tab_age h2 {
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 50px;
    font-size: 29px;
    /*    font-size: 30px;*/
    background-color: #fff;
    border-bottom: solid 4px #008dcc;
    width: 620px;
    margin-bottom: 50px;
    color: #000;
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .03em;
}

.tab_age h2:before,
.tab_age h2:after {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tab_age h2:before {
    border: solid 16px transparent;
    border-top: solid 16px #008dcc;
}

.tab_age h2:after {
    border: solid 16px transparent;
    /*    border-top: solid 14px #fff;*/
    margin-top: 0px;
}

.tab_age h2 p {
    margin: 0;
    padding: 0;
}

.tab_age h2 span {
    /*    font-size: 34px;*/
    font-size: 36px;
    font-weight: bold;
    margin: 0 5px;
}

/*タブ切り替え全体のスタイル*/
.tab_age .tabs {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    width: 680px;
    margin: 0 auto 80px;
}

/*タブのスタイル*/
.tab_age .tab_item {
    width: calc(100%/2);
    height: 130px;
    border-bottom: 7px solid #008DCC;
    background-color: #e0e0e0;
    line-height: 120px;
    font-size: 50px;
    text-align: center;
    color: #000;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    display: block;
    padding: 0 0 30px;
    position: relative;
    font-feature-settings: "palt";
    letter-spacing: .03em;
}

.tab_age .tab_item:hover {
    cursor: pointer;
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .tab_age .tab_item:hover {
        opacity: 1;
    }
}

.tab_age .tab_item .m {
    font-size: 34px;
    margin-right: 5px;
    margin-left: 3px;
}

.tab_age .tab_item .s {
    font-size: 26px;
    margin-right: 5px;
}

/*ラジオボタンを全て消す*/
.tab_age input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_age .tab_content {
    display: none;
    padding: 40px 20px 0;
    clear: both;
    overflow: hidden;
    background: rgba(0, 141, 204, 0.1);
}

/*選択されているタブのコンテンツのみを表示*/
.tab_age #first:checked ~ #first_content,
.tab_age #second:checked ~ #second_content {
    display: block;
}
/* ソート付きタブ比較　DB連動用 */
/* sort_tab-hikaku用 */
.tab_age #first:checked ~ #sort_tab-hikaku #first_content,
.tab_age #second:checked ~ #sort_tab-hikaku #second_content {
    display: block;
}
/* ソート付きタブ比較　DB連動用 */
/* freelance用 */
.tab_age #first:checked ~ #sort_tab-hikaku_freelance #first_content,
.tab_age #second:checked ~ #sort_tab-hikaku_freelance #second_content {
    display: block;
}

/* ソート付きタブ比較　DB連動用 */
/* seizo用 */
.tab_age #first:checked ~ #sort_tab-hikaku_seizo #first_content,
.tab_age #second:checked ~ #sort_tab-hikaku_seizo #second_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tab_age .tabs input:checked + .tab_item {
    /*    background-color: #008DCC;*/
    background-color: #015eac;
    color: #fff;
}

.tab_age .tabs input:checked + .tab_item:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f0d7';
    color: #fff;
    font-size: 50px;
    display: block;
    position: absolute;
    top: 40px;
    left: 45%;
}

.tab_age .tab_content_description .agent_list h2 {
    display: none;
}



/*
　タブのパーツhtml
* *********************************** */

.tab_age .agent_list {
    margin-bottom: 80px;
}

/*
.tab_age .agent_list h2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    background: #008DCC;
    text-align: center;
    padding: 30px 0 0;
    position: relative;
    margin-bottom: 80px;
}

.tab_age .agent_list h2::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 340px 0;
    border-color: #008bcc transparent transparent transparent;
    position: absolute;
    left: 0;
    bottom: -50px;
}
*/

.tab_age .agent_list .box {
    width: 100%;
    display: flex;
    border: 1px solid #aaa;
    border-bottom: none;
    padding: 40px 20px 40px;
    position: relative;
    color: #000;
    background: #fff;
}

.tab_age .agent_list .box:nth-of-type(even) {
    /*    background: #efefef;*/
}

.tab_age .agent_list .box:last-of-type {
    border-bottom: 1px solid #aaa;
}

.tab_age .agent_list .box .icon {
    display: block;
    position: absolute;
    left: 20px;
    top: -1px;
}

.tab_age .agent_list .box .inner_L {
    width: 40%;
    margin-right: 5%;
    text-align: center;
}

.tab_age .agent_list .box .inner_L h3 a {
    color: #0052ff;
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    padding: 0px;
    line-height: 1;
    border-bottom: 1px solid #0052ff;
    margin-bottom: 10px;
}

.tab_age .agent_list .box:nth-of-type(-n+3) .inner_L h3 a {
    margin-left: 30px;
}

.tab_age .agent_list .box .inner_L figure img {
    box-shadow: 1px 2px 3px #aaa;
}

.tab_age .agent_list .box .inner_R {
    width: 55%;
    min-height: 208px;
    position: relative;
}

.tab_age .agent_list .box .inner_R .btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tab_age .agent_list .box .inner_R .btn a {
    display: block;
    width: 100%;
    height: 70px;
    margin: 10px auto 0;
    /*    background: #faaa11;*/
    background: #fa9611;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 70px;
    box-shadow: 5px 5px 2px #aaa;
    position: relative;
}

.tab_age .agent_list .box .inner_R .btn a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 52%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 13px;
    border-color: transparent transparent transparent #ffffff;
}

/*リスト*/
.tab_age .agent_list .box .inner_R h4 {
    font-size: 29px;
    text-align: center;
    line-height: 1.3;
    /*    background: #008dcc26;*/
    /*        background: rgba(0, 141, 204, 0.1);*/
    background: rgba(255, 250, 144, 0.3);
    border-radius: 4px;
    padding: 15px 0;
    /*    color: #404040;*/
}

.tab_age .agent_list .box .inner_R ul {
    margin: 20px 0 100px;
}

.tab_age .agent_list .box .inner_R li {
    display: block;
    position: relative;
    /*    padding: 0 0 0 20px;*/
    padding: 0 10px;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 6px;
    text-align: justify;
    color: #404040;
    color: #535353;
}

/*
.tab_age .agent_list .box .inner_R li:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    content: '\f0da';
    color: #008bcc;
    font-size: 26px;
    font-weight: bold;
    margin: 0 5px 0;
}
*/

@media screen and (max-width: 768px) {

    .tab_age .agent_list h2 {
        font-size: 40px;
        padding: 30px 0 10px;
    }

    .tab_age .agent_list h2::after {
        border-width: 50px 350px 0;
        left: -10px;
        bottom: -48px;
    }

    .tab_age .agent_list .box {
        /*        width: 95%;*/
        width: 100%;
        margin: 0 auto;
    }

    .tab_age .agent_list .box .icon {
        left: 10px;
        width: 50px;
    }

    .tab_age .agent_list .box .icon img {
        width: 100%;
    }

    .tab_age .agent_list .box .inner_L {
        width: 43%;
        margin-right: 3%;
    }

    .tab_age .agent_list .box .inner_L h3 a {
        font-size: 28px;
    }

    .tab_age .agent_list .box .inner_R {
        width: 54%;
    }

}



/*
　カテゴリー ランキング（年代別）
* *********************************** */

.category_ranking {
    font-feature-settings: "palt";
    letter-spacing: .8px;
    padding: 30px 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.category_ranking h2 {
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 40px;
    font-size: 54px;
    background-color: #fff;
    border-bottom: solid 4px #008dcc;
    width: 100%;
    margin-bottom: 40px;
    color: #000;
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .03em;
    text-align: center;
}

.category_ranking h2:before,
.category_ranking h2:after {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.category_ranking h2:before {
    border: solid 16px transparent;
    border-top: solid 16px #008dcc;
}

.category_ranking h2:after {
    border: solid 16px transparent;
    margin-top: 0px;
}

/*地域 LPのみに適用*/
.category_ranking h2.area {
    position: relative;
    display: inline-block;
    height: 140px;
    line-height: 1.3;
    font-size: 54px;
    background-color: #fff;
    border-bottom: solid 4px #008dcc;
    width: 100%;
    margin-bottom: 40px;
    color: #000;
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .03em;
    text-align: center;
}

.category_ranking h2.area:before,
.category_ranking h2.area:after {
    content: "";
    position: absolute;
    top: 140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.category_ranking h2.area:before {
    border: solid 16px transparent;
    border-top: solid 16px #008dcc;
}

.category_ranking h2.area:after {
    border: solid 16px transparent;
    margin-top: 0px;
}

/*地域 LPのみに適用 end*/


.category_ranking h2 p {
    margin: 0;
    padding: 0;
}

.category_ranking h2 span {
    font-size: 36px;
    font-weight: bold;
    margin: 0 10px;
}

.category_ranking h2 img {
    margin-bottom: -3px;
}

.category_ranking > ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 60px;
}

.category_ranking > ul li {
    width: 23.5%;
    height: 150px;
    background: #015eac;
    font-size: 50px;
    font-weight: bold;
    text-indent: -10px;
    border-radius: 3px;
    box-shadow: 0px 3px 3px #aaa;
}

.category_ranking > ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}

.category_ranking > ul li a span {
    font-size: 34px;
    margin-left: 15px;
}

/*
.category_ranking > ul li:nth-child(1) {
    background: ;
}
.category_ranking > ul li:nth-child(2) {
    background: ;
}
.category_ranking > ul li:nth-child(3) {
    background: ;
}
.category_ranking > ul li:nth-child(4) {
    background: ;
}
*/

/*
.category_ranking > ul li a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
}
*/

.category_ranking > ul li a::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f0d7';
    color: rgba(255, 255, 255, 0.3);
    font-size: 40px;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 58%;
    left: 50%;
}

.category_ranking h3 {
    font-size: 58px;
    font-weight: bold;
    color: #404040;
    border-bottom: 4px solid #015eac;
    margin: 30px 0;
    text-align: left;
    padding: 20px 0 10px;
}

.category_ranking #cat01 {
    background: #f4f4f4;
    padding-left: 20px;
    margin-top: 70px;
}

.category_ranking #cat02 {
    background: #f4f4f4;
    padding-left: 20px;
    margin-top: 80px;
}

.category_ranking #cat03 {
    background: #f4f4f4;
    padding-left: 20px;
    margin-top: 80px;
}

.category_ranking #cat04 {
    background: #f4f4f4;
    padding-left: 20px;
    margin-top: 80px;
}

.category_ranking h3 span {
    font-size: 44px;
    color: #404040;
}

.category_ranking .rank_box {
    border: solid 1px #aaa;
    border-radius: 2px;
    width: 100%;
    margin: 30px auto 40px;
    padding: 20px 15px;
    box-shadow: 0px 2px 1px #939393;
}

.category_ranking .rank_box .name_box h3 {
    font-size: 38px;
    padding: 0;
    padding-top: 12px;
    /*    border-bottom: 8px solid #dcbd39;*/
    /*    width: 76%;*/
    letter-spacing: 0.05em;
    padding-left: 10px;
    font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    margin: 0 0 30px;
    background: none;
}

.category_ranking #no1 .name_box h3 {
    border-bottom: 9px solid #dcbd39;
}

.category_ranking #no2 .name_box h3 {
    border-bottom: 9px solid #abc2cb;
}

.category_ranking #no3 .name_box h3 {
    border-bottom: 9px solid #d1955f;
}

.category_ranking .rank_box .name_box h3 a {
    color: #404040;
}

.category_ranking .rank_box .name_box .txt {
    font-size: 30px;
    width: 100%;
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-top: 20px;
}

.category_ranking .rank_box .rank_inner {
    text-align: left;
}

.category_ranking .rank_box .rank_inner img {
    width: 100%;
    margin: 0 auto;
}

.category_ranking .rank_box h4 {
    font-size: 33px;
    font-weight: bold;
    padding: 0;
    margin: 25px 0 15px;
    color: #404040;
    width: 100%;
}

.category_ranking .rank_box h4:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00c';
    font-size: 26px;
    position: relative;
    left: 0;
    top: 1px;
    margin-right: 6px;
}

.category_ranking #no1 h4:before {
    color: #dcbd39;
}

.category_ranking #no2 h4:before {
    color: #abc2cb;
}

.category_ranking #no3 h4:before {
    color: #d1955f;
}

.category_ranking #no1 h4 span {
    padding: 0 0 3px 0;
    background: -webkit-linear-gradient(transparent 60%, rgba(220, 189, 57, 0.3) 0%);
    background: -o-linear-gradient(transparent 60%, rgba(220, 189, 57, 0.3) 0%);
    background: linear-gradient(transparent 60%, rgba(220, 189, 57, 0.3) 0%);
}

.category_ranking #no2 h4 span {
    background: -webkit-linear-gradient(transparent 60%, rgba(171, 194, 203, 0.4) 0%);
    background: -o-linear-gradient(transparent 60%, rgba(171, 194, 203, 0.4) 0%);
    background: linear-gradient(transparent 60%, rgba(171, 194, 203, 0.4) 0%);
}

.category_ranking #no3 h4 span {
    background: -webkit-linear-gradient(transparent 60%, rgba(209, 149, 95, 0.3) 0%);
    background: -o-linear-gradient(transparent 60%, rgba(209, 149, 95, 0.3) 0%);
    background: linear-gradient(transparent 60%, rgba(209, 149, 95, 0.3) 0%);
}

.category_ranking .rank_box .txt {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.4;
    margin: 10px 0 20px;
    color: #6e6e6e;
}

.category_ranking .rank_box .url {
    font-size: 30px;
    margin: 35px 0;
    text-align: left;
}

.category_ranking .rank_box .url span {
    display: inline-block;
    padding: 5px 30px;
    font-size: 24px;
    background: #5f5f5f;
    border-radius: 2px;
    color: #fff;
    margin-right: 20px;
}

.category_ranking .rank_box .url a,
.category_ranking .rank_box .url a:visited {
    color: #0052ff;
    text-decoration: underline !important;
}

.category_ranking table.service_table {
    width: 100%;
    margin: 20px auto 10px;
    font-size: 24px;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: .8px;
}

.category_ranking table.service_table tr,
.category_ranking table.service_table td,
.category_ranking table.service_table th {
    border: 1px solid #aaa;
}

.category_ranking table.service_table th {
    width: 12%;
    padding: 10px 2px;
    background: #f4f4f4;
    font-size: 22px;
    font-weight: normal;
}


/* 求人数・対応エリアの項目表示 */
/* .category_ranking table.service_table td {
    width: 30%;
    padding: 15px 10px;
} */


/* 2023.10 */
/* 求人数・対応エリアの項目非表示に */

.category_ranking table.service_table td {
	/* width: 30%; */
    padding: 15px 10px;
}

.category_ranking table.service_table tr:first-child {
  display: none;
}

/* 求人数・対応エリアの項目非表示に ここまで */


.category_ranking table.service_table td.rank {
    font-size: 46px;
    font-weight: bold;
    color: #e33600;
}

/*
.category_ranking #no1 td.rank {
    color: #dbb822;
}

.category_ranking #no2 td.rank {
    color: #96aeb7;
}

.category_ranking #no3 td.rank {
    color: #d89c65;
}
*/

.category_ranking table.service_table td.rank span {
    font-size: 30px;
    vertical-align: 12px;
}

.category_ranking table.service_table td.small span {
    font-size: 18px;
}

.category_ranking table.service_table .title_2 {
    font-size: 28px;
    font-weight: bold;
    color: #404040;
    margin: 5px 0 10px;
}

.category_ranking table.service_table .title_2 span {
    font-size: 34px;
    font-weight: bold;
    color: #e33600;
    margin-left: 20px;
}

/*
.category_ranking #no1 .title_2 span {
    color: #dbb822;
}

.category_ranking #no2 .title_2 span {
    color: #96aeb7;
}

.category_ranking #no3 .title_2 span {
    color: #d89c65;
}
*/

.category_ranking table.service_table ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

.category_ranking table.service_table ul li {
    display: inline-block;
    font-size: 22px;
    width: 32.5%;
    margin: 0 0 8px;
    padding: 12px 1px;
    line-height: 1;
    border: 1px solid #d3d3d3;
    color: #aaa;
    border-radius: 6px;
}

.category_ranking table.service_table ul li.active {
    color: #015eac;
    font-weight: bold;
    padding: 12px 0;
    background: rgba(255, 246, 180, 0.2);
    background: rgba(0, 141, 204, 0.1);
    border: 1.5px solid #16a8ea;
}

.category_ranking table.service_table .none {
    visibility: hidden
}

.category_ranking .btn {
    margin: 30px 0 30px;
}

.category_ranking .btn .txt {
    text-align: center;
    font-size: 28px;
    color: #404040;
    font-weight: bold;
    margin: 5px 0 10px;
}

.category_ranking .btn .txt span {
    text-align: center;
    font-size: 16px;
    color: #404040;
    font-weight: normal;
}


/*ボタン 4 残しておく*/
/*
.shiny-btn4 {
    display: block;
    position: relative;
    width: 94%;
    height: 80px;
    line-height: 80px;
    margin: 30px auto 30px;
    background: #ff7600;
    background: #ff5400;
    background: #ff3d00;
    border-radius: 5px;
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
    box-shadow: 0px 3px 3px #aaa;
}

.shiny-btn4:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.4);
    opacity: inherit;
}

.shiny-btn4::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn4 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn4 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
*/
/*ボタン 4 end*/

/*ボタン 5 残しておく*/
/*
.shiny-btn5 {
    display: block;
    position: relative;
    width: 94%;
    height: 150px;
    line-height: 80px;
    margin: 30px auto 30px;
    background: #fff;
    border-radius: 5px;
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
    box-shadow: 0px 3px 3px #aaa;
    border: 3px solid #ff3d00;
}
.shiny-btn5 img {
    background: #fff;
    width: auto;
    height: 60px;
    margin-top: 5px;
}
.shiny-btn5 p {
    background: #ff3d00;
    height: 80px;
}

.shiny-btn5:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.4);
    opacity: inherit;
}

.shiny-btn5::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn4 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn5 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
*/
/*ボタン 5 end*/


/*ボタン 6*/
.shiny-btn6 {
    display: flex;
    position: relative;
    justify-content: space-between;
    height: 80px;
    line-height: 75px;
    margin: 0 10px;
    background: #fff;
    border-radius: 5px;
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
    box-shadow: 0px 3px 3px #aaa;
    border: 3px solid #ff3d00;
}

.shiny-btn6 .btb_logo {
    position: relative;
    margin: auto;
    background: #fff;
}

.shiny-btn6 .btb_logo::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 40px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: -39px;
    top: -20px;
}

.shiny-btn6 img {
    height: 40px;
}

.shiny-btn6 p {
    background: #ff3d00;
    width: 420px;
    height: 80px;
    padding-left: 30px;
}

.shiny-btn6:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.4);
    opacity: inherit;
}

.shiny-btn6::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn6 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn6 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

/*ボタン 6 end*/


/*
@media screen and (max-width: 768px) {
    
    .category_ranking {
    }
}
*/

@media screen and (max-width: 768px) {
    nav.bottom_fix2 {
        background: #5f5f5f;
    }

    nav.bottom_fix2 ul li:nth-child(1) {
        background: #015eac;
    }

    nav.bottom_fix ul li {
        font-size: 30px;
    }
}



/*
　footer,footer2
* *********************************** */
.footer,
.footer2 {
    width: 1140px;
    display: flex;
    text-align: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .footer,
    .footer2 {
        width: 680px;
    }
}

.footer .dlBG,
.footer2 .dlBG {
    max-width: 680px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #F2F2F2;
    padding: 30px 20px;
}
.footer dl,
.footer2 dl {
    text-align: left;
    margin-right: 25px;
}
.footer dl:nth-child(1),
.footer2 dl:nth-child(1) {
    margin-left: 15px;
    width: 40%;
}
.footer dl:nth-child(2),
.footer2 dl:nth-child(2) {
    width: 35%;
}
.footer dl:nth-child(3),
.footer2 dl:nth-child(3) {
    margin-right: 0;
    width: 25%;
}
.footer dl dt,
.footer2 dl dt {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 2px solid #18405b;
    color: #18405b;
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 10px;
    background: none;
}
.footer dl dd,
.footer2 dl dd {
    margin-top: 10px;
    font-size: 22px;
    padding-left: 25px;
    position: relative;
}
.footer dl dd a,
.footer2 dl dd a {
    color: #071739;
}
.footer dl dd::before,
.footer2 dl dd::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #8C6239;
}
.footer .copyright,
.footer2 .copyright {
    width: 680px;
    display: flex;
    background: #071739;
}

@media screen and (max-width: 768px) {
    .footer .copyright,
    .footer2 .copyright {
        margin-bottom: 100px;
    }
}

.footer .logo,
.footer2 .logo {
    padding: 20px 0px 20px 20px;
    min-width: 160px;
}
.footer .copyright div,
.footer2 .copyright div {
    padding: 20px 0px 20px;
    text-align: center;
}
.footer ul,
.footer2 ul {
	color: #fff;
    text-align: left;
    display: inline-flex;
    margin-bottom: 5px;
}
.footer ul li::after,
.footer2 ul li::after {
    content: "|";
    color: #fff;
}
.footer ul li:last-child::after,
.footer2 ul li:last-child::after {
    content: "|";
    display: none;
}
.footer ul li a,
.footer2 ul li a {
    color: #fff;
    font-size: 19px;
    padding: 0 10px;
}
.footer .copyright p,
.footer2 .copyright p {
    margin-bottom: 10px;
    color: #fff;
    text-align: left;
    text-align: center;
}
.footer .copyright p.small,
.footer2 .copyright p.small {
    margin-bottom: 30px;
    font-size: 14px;
}



/*
　テキストパーツ　common_text_age.html
* *********************************** */
.txt_site2 {
    padding: 0 20px;
    margin-top: 120px;
    margin-bottom: 160px;
}

.txt_site2 h2 {
    font-size: 30px;
    text-align: left;
    /*    border-top: 4px solid #008bcc;*/
    /*    border-bottom: 4px solid #008bcc;*/
    padding: 30px 20px 30px 30px;
    /*    background: #e8faff;*/
    /*    background: rgba(0, 141, 204, 0.08);*/
    background: #015eac;
    margin-bottom: 30px;
    color: #fff;
}

.txt_site2 h2 span {
    font-size: 24px;
    font-weight: normal;
    display: block;
    color: #fff;
}

.txt_site2 p {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.txt_site2 h3 {
    /*    padding: 0.5em;*/
    padding: 0.8em;
    color: #404040;
    /*    background: #fffaf4;*/
    /*    background: rgba(232, 250, 255, 0.6);*/
    background: rgba(0, 141, 204, 0.08);
    /*    border-left: solid 5px #ffaf58;*/
    border-left: solid 5px #008bcc;
    font-size: 26px;
    margin: 60px 0 40px;
}

.txt_site2 .hosoku {
    text-align: right;
    margin-bottom: 20px;
}

.txt_site2 .graph {
    margin: 20px 0;
}


.txt_site2 p.notes {
    font-size: 20px;
    line-height: 1.5;
    text-align: right;
    margin-bottom: 40px;
}

.txt_site2 .b {
    font-weight: bold;
}

.txt_site2 .txt_link {
    text-align: right;
}

/*
.txt_site2 .txt_link .txt a {
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    border: 1px solid #0000ee;
    padding: 5px 15px;
    border-radius: 3px;
}
*/

.txt_site2 .txt_link .txt a {
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    padding: 0;
    line-height: 1.2;
    border-bottom: 2px solid #015eac;
    color: #015eac;
}

.txt_site2 .txt_link .txt a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 700;
    color: #015eac;
    -webkit-text-stroke: 1px #fff;
    margin-right: 6px;
}

.txt_site2 .point {
    width: 100%;
    padding: 20px 20px 10px 30px;
    /*    background: rgba(232,250,255,0.5);*/
    background: rgba(0, 141, 204, 0.05);
    border: 3px solid rgba(0, 141, 204, 0.1);
    font-weight: bold;
    margin-bottom: 20px;
}

.txt_site2 .point .title {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    padding: 0;
    line-height: 1.2;
    border-bottom: 5px solid rgba(0, 141, 204, 0.3);
}

.txt_site2 .point ul {
    padding-left: 20px;
}

.txt_site2 .point li {
    font-size: 22px;
    list-style: circle;
    margin-bottom: 16px;
    line-height: 1.6;
}

.txt_site2 .check {
    font-size: 26px;
    font-weight: bold;
    margin: 30px 0 70px;
}

.txt_site2 .check li {
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
}

.txt_site2 .check li::before {
    content: "";
    display: block;
    width: 26px;
    height: 23px;
    background: url(/img/icon_check.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

.margin_t {
    margin-top: -30px;
}

/* 画像の回り込み */
img.alignleft {
    float: left;
    margin-bottom: 10px;
    margin: 10px 10px 10px 0;
}

img.alignright {
    float: right;
    margin-bottom: 10px;
    margin: 10px 0 10px 10px;
}

img.aligncenter {
    display: block;
    margin: auto;
}

/* 画像の回り込み end */

/* 挿絵画像トリミング */
.img_trimming {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 275px;
}


@media screen and (max-width: 768px) {
    .txt_site2 h2 {
        font-size: 34px;
        padding: 35px 0 35px 30px;
        margin: 0 0 40px;
        line-height: 1.5;
    }

    .txt_site2 h2 span {
        font-size: 28px;
    }

    .txt_site2 p {
        font-size: 24px;
        line-height: 1.5;
    }

    .txt_site2 h3 {
        font-size: 30px;
    }

    .txt_site2 .point .title {
        font-size: 30px;
    }

    .txt_site2 .point li {
        font-size: 27px;
    }

    .txt_site2 .check {
        font-size: 30px;
    }

}

.ranking_best3 ol {
    margin: 30px 10px 40px;
}

.mainv_hero img {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}



/*
　カテゴリー ランキング（年代ul）
* *********************************** */

.category_ranking > ul.nendai {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 60px;
}

.category_ranking > ul.nendai li {
    width: 31%;
    height: 150px;
    background: #015eac;
    font-size: 34px;
    font-weight: bold;
    text-indent: -10px;
    border-radius: 3px;
    text-align: center;
    line-height: 1.2;
}

.category_ranking > ul.nendai li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}

/*
.category_ranking > ul.nendai li a span {
    font-size: 34px;
    margin-left: 15px;
}
*/

.category_ranking > ul.nendai li a::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f0d7';
    color: rgba(255, 255, 255, 0.3);
    font-size: 40px;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 70%;
    left: 50%;
}



/*
　新地域LP　タブ＆ランキングパーツ
* *********************************** */

/*タブ切り替えの中身のスタイル*/
.tab_age.area .tab_content {
    display: none;
    padding: 40px 20px 0;
    clear: both;
    overflow: hidden;
    background: rgba(0, 141, 204, 0.1);
    font-feature-settings: "palt";
    letter-spacing: .03em;
}

.tab_age.area h2 {
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 50px;
    font-size: 32px;
    background-color: #fff;
    border-bottom: solid 4px #008dcc;
    width: 620px;
    margin-bottom: 50px;
    color: #000;
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .03em;
    margin-top: 10px;
}

.tab_age.area h2:before,
.tab_age.area h2:after {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tab_age.area h2:before {
    border: solid 16px transparent;
    border-top: solid 16px #008dcc;
}

.tab_age.area h2:after {
    border: solid 16px transparent;
    margin-top: 0px;
}

.tab_age.area h2 p {
    margin: 0;
    padding: 0;
}

.tab_age.area h2 span {
    font-size: 34px;
    font-weight: bold;
    margin: 0 10px;
}

.tab_age .area-agent_list {
    margin-bottom: 80px;
}

.tab_age .area-agent_list .box {
    width: 100%;
    border: 1px solid #aaa;
    padding: 40px 60px 40px;
    position: relative;
    color: #000;
    background: #fff;
    margin-bottom: 30px;
}

/*
.tab_age .area-agent_list .box .icon {
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
}
*/

.tab_age .area-agent_list .box:nth-of-type(1) {
    background-image: url(/img/icon/icon_rank2_1.png);
    background-repeat: no-repeat;
}

.tab_age .area-agent_list .box:nth-of-type(2) {
    background-image: url(/img/icon/icon_rank2_2.png);
    background-repeat: no-repeat;
}

.tab_age .area-agent_list .box:nth-of-type(3) {
    background-image: url(/img/icon/icon_rank2_3.png);
    background-repeat: no-repeat;
}


.tab_age .area-agent_list .box .flex {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.tab_age .area-agent_list .box .flex .inner_L {
    width: 350px;
    text-align: center;
}

.tab_age .area-agent_list .box h3 a {
    color: #0052ff;
    font-size: 34px;
    font-weight: bold;
    display: inline-block;
    padding: 0px;
    line-height: 1;
    border-bottom: 1px solid #0052ff;
    margin-bottom: 20px;
}

.tab_age .area-agent_list .box figure img {
    box-shadow: 1px 2px 3px #aaa;
}

.tab_age .area-agent_list .box .txt {
    width: 520px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.tab_age .area-agent_list .box .txt .icon {
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}

.tab_age .area-agent_list .box .txt h4 {
    font-size: 33px;
    font-weight: bold;
    padding: 0;
    margin: 25px 0 5px;
    color: #404040;
    width: 100%;
    /*    border-bottom: 2px solid #dcbd39;*/
}

.tab_age .area-agent_list .box:nth-of-type(-n+3) .txt h4 {
    padding-left: 50px;
}

.tab_age .area-agent_list .box:nth-of-type(1) .txt h4 {
    background-image: url(/img/icon/icon_crown2_1.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.tab_age .area-agent_list .box:nth-of-type(2) .txt h4 {
    background-image: url(/img/icon/icon_crown2_2.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.tab_age .area-agent_list .box:nth-of-type(3) .txt h4 {
    background-image: url(/img/icon/icon_crown2_3.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.tab_age .area-agent_list .box .txt p {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 20px;
    color: #6e6e6e;
}

.tab_age .area-agent_list .box .inner_R ul {
    margin: 0;
    width: 150px;
}

.tab_age .area-agent_list .box .inner_R ul li {
    font-size: 20px;
    text-align: left;
    margin: 0 0 8px;
    padding: 10px 0 10px 8px;
    line-height: 1.2;
    border: 1px solid #d3d3d3;
    color: #aaa;
    border-radius: 3px;
}

.tab_age .area-agent_list .box .inner_R ul li.active {
    color: #015eac;
    font-weight: bold;
    background: rgba(255, 246, 180, 0.2);
    background: rgba(0, 141, 204, 0.1);
    border: 1.5px solid #16a8ea;
}

.tab_age .area-agent_list .box .inner_R ul li.small {
    font-size: 17px;
    line-height: 1.2;
    padding: 5px 0 3px 5px;
}

.tab_age .area-agent_list .box .inner_R ul li.small span {
    font-size: 13px;
    font-weight: normal;
}

.tab_age .area-agent_list .box .btn a {
    display: block;
    width: 520px;
    height: 76px;
    margin: 10px auto 0;
    background: #fa9611;
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    text-align: center;
    line-height: 76px;
    box-shadow: 3px 3px 2px #aaa;
    position: relative;
    border-radius: 1px;
}

.tab_age .area-agent_list .box .btn a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 52%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 13px;
    border-color: transparent transparent transparent #ffffff;
}




/*
　ランキング年代 タブ
* *********************************** */

.tab_ranking_age {
    text-align: center;
    margin: 40px 0 0;
}

.tab_ranking_age h2 {
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 50px;
    /*    font-size: 29px;*/
    font-size: 30px;
    background-color: #fff;
    border-bottom: solid 4px #008dcc;
    width: 620px;
    margin-bottom: 50px;
    color: #000;
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .03em;
}

.tab_ranking_age h2:before,
.tab_ranking_age h2:after {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tab_ranking_age h2:before {
    border: solid 16px transparent;
    border-top: solid 16px #008dcc;
}

.tab_ranking_age h2:after {
    border: solid 16px transparent;
    /*    border-top: solid 14px #fff;*/
    margin-top: 0px;
}

.tab_ranking_age h2 p {
    margin: 0;
    padding: 0;
}

.tab_ranking_age h2 span {
    /*    font-size: 34px;*/
    font-size: 36px;
    font-weight: bold;
    margin: 0 5px;
}

/*タブ切り替え全体のスタイル*/
.tab_ranking_age .tabs {
    /*    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);*/
    width: 100%;
    margin: 0 auto 80px;
}


/*タブのスタイル*/
.tab_ranking_age .tab_item_2 {
    width: 150px;
    height: 120px;
    background-color: #e0e0e0;
    line-height: 110px;
    font-size: 50px;
    text-align: center;
    color: #000;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    display: block;
    padding: 0 0 30px;
    position: relative;
    margin: 0 5px;
    margin-top: 30px;
    border-radius: 3px 3px 0 0;
}

.tab_ranking_age .tab_item_2:hover {
    cursor: pointer;
    opacity: 0.8;
}

.tab_ranking_age .tab_item_2 span {
    font-size: 34px;
    margin-left: 5px;
}

/*ラジオボタンを全て消す*/
.tab_ranking_age input[name="tab_item_2"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_ranking_age .tab_content {
    display: none;
    padding: 20px 20px 20px;
    clear: both;
    overflow: hidden;
    /*    background: rgba(0, 141, 204, 0.1);*/
    font-feature-settings: "palt";
    letter-spacing: .03em;
    border: 1px solid #008DCC;
    border-top: 8px solid #008DCC;
    /*    border-bottom: 7px solid #008DCC;*/
    /*    box-shadow: 0px 2px 1px #939393;*/
}


/*選択されているタブのコンテンツのみを表示*/
.tab_ranking_age #first_2:checked ~ #first_content_2,
.tab_ranking_age #second_2:checked ~ #second_content_2,
.tab_ranking_age #third_2:checked ~ #third_content_2,
.tab_ranking_age #fourth_2:checked ~ #fourth_content_2 {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tab_ranking_age .tabs input:checked + .tab_item_2 {
    /*    background-color: #008DCC;*/
    background-color: #015eac;
    color: #fff;
}

.tab_ranking_age .tabs input:checked + .tab_item_2:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f0d7';
    color: #fff;
    font-size: 50px;
    display: block;
    position: absolute;
    top: 40px;
    left: 45%;
}

.tab_ranking_age .tab_content_description .agent_list h2 {
    display: none;
}

.tab_ranking_age h2 {
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 50px;
    font-size: 32px;
    background-color: #fff;
    border-bottom: solid 4px #008dcc;
    width: 620px;
    margin-bottom: 50px;
    color: #000;
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .03em;
    margin-top: 10px;
}

.tab_ranking_age h2:before,
.tab_ranking_age h2:after {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tab_ranking_age h2:before {
    border: solid 16px transparent;
    border-top: solid 16px #008dcc;
}

.tab_ranking_age h2:after {
    border: solid 16px transparent;
    margin-top: 0px;
}

.tab_ranking_age h2 p {
    margin: 0;
    padding: 0;
}

.tab_ranking_age h2 span {
    font-size: 34px;
    font-weight: bold;
    margin: 0 10px;
}

.category_ranking .tab_ranking_age #cat01,
.category_ranking .tab_ranking_age #cat02,
.category_ranking .tab_ranking_age #cat03,
.category_ranking .tab_ranking_age #cat04,
.category_ranking .tab_ranking_age #cat05 {
    font-size: 40px;
    font-weight: bold;
    color: #404040;
    border-bottom: 4px solid #015eac;
    margin: 0 0 30px;
    text-align: left;
    background: none;
    padding: 20px 0 0 20px;
}

.category_ranking .tab_ranking_age #cat01 span,
.category_ranking .tab_ranking_age #cat02 span,
.category_ranking .tab_ranking_age #cat03 span,
.category_ranking .tab_ranking_age #cat04 span,
.category_ranking .tab_ranking_age #cat05 span {
    font-size: 36px;
    color: #404040;
}














/*box_2*/
.tab_age .agent_list .box_2 {
    width: 100%;
    border: 1px solid #aaa;
    padding: 50px 60px 40px;
    position: relative;
    color: #000;
    background: #fff;
    margin-bottom: 30px;
}

.tab_age .agent_list .box_2 {
    width: 100%;
    border: 1px solid #aaa;
    padding: 40px 60px 40px;
    position: relative;
    color: #000;
    background: #fff;
    margin-bottom: 30px;
}

/*
.tab_age .agent_list .box_2 .icon {
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
}
*/

.tab_age .agent_list .box_2:nth-of-type(1) {
    background-image: url(/img/icon/icon_medal_01.png);
    background-repeat: no-repeat;
    background-size: 14%;
    background-position: 20px 0px;
}

.tab_age .agent_list .box_2:nth-of-type(2) {
    background-image: url(/img/icon/icon_medal_02.png);
    background-repeat: no-repeat;
    background-size: 14%;
    background-position: 20px 0px;
}

.tab_age .agent_list .box_2:nth-of-type(3) {
    background-image: url(/img/icon/icon_medal_03.png);
    background-repeat: no-repeat;
    background-size: 14%;
    background-position: 20px 0px;
}


/*
.tab_age .agent_list .box_2 .flex {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}
*/


.tab_age .agent_list .box_2 .flex .inner_L {
    width: 100%;
    text-align: center;
}

.tab_age .agent_list .box_2 h3 a {
    color: #0052ff;
    font-size: 42px;
    font-weight: bold;
    display: inline-block;
    padding: 0px;
    line-height: 1;
    border-bottom: 1px solid #0052ff;
    margin-bottom: 40px;
}

.tab_age .agent_list .box_2 figure img {
    box-shadow: 1px 2px 3px #aaa;
    width: 96%;
}

.tab_age .agent_list .box_2 .txt {
    /*    width: 460px;*/
    width: 96%;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.tab_age .agent_list .box_2 .txt .icon {
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}

.tab_age .agent_list .box_2 .txt h4 {
    font-size: 32px;
    font-weight: bold;
    padding: 0;
    margin: 25px 0 10px;
    color: #404040;
    width: 100%;
    /*    border-bottom: 2px solid #dcbd39;*/
    background: linear-gradient(transparent 50%, #fff83354 50%);
    text-align: center;
}


/*
.tab_age .agent_list .box_2:nth-of-type(-n+3) .txt h4 {
    padding-left: 50px;
}
*/

/*
.tab_age .agent_list .box_2:nth-of-type(1) .txt h4 {
    background-image: url(/img/icon/icon_crown2_1.png);
    background-repeat: no-repeat;
    background-position: center left;
}
*/

/*
.tab_age .agent_list .box_2:nth-of-type(2) .txt h4 {
    background-image: url(/img/icon/icon_crown2_2.png);
    background-repeat: no-repeat;
    background-position: center left;
}
*/

/*
.tab_age .agent_list .box_2:nth-of-type(3) .txt h4 {
    background-image: url(/img/icon/icon_crown2_3.png);
    background-repeat: no-repeat;
    background-position: center left;
}
*/

.tab_age .agent_list .box_2 .txt p {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 20px;
    color: #6e6e6e;
}

.tab_age .agent_list .box_2 .txt ul {
    margin: 0;
    width: 100%;
}

.tab_age .agent_list .box_2 .txt ul li {
    font-size: 25px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 20px;
    color: #6e6e6e;
    text-align: justify;
}

.tab_age .agent_list .box_2 .txt ul li.active {
    color: #015eac;
    font-weight: bold;
    background: rgba(255, 246, 180, 0.2);
    background: rgba(0, 141, 204, 0.1);
    border: 1.5px solid #16a8ea;
}

.tab_age .agent_list .box_2 .txt ul li.small {
    font-size: 17px;
    line-height: 1.2;
    padding: 5px 0 3px 5px;
}

.tab_age .agent_list .box_2 .txt ul li.small span {
    font-size: 13px;
    font-weight: normal;
}

.tab_age .agent_list .box_2 .btn a {
    display: block;
    /*    width: 520px;*/
    width: 96%;
    height: 80px;
    margin: 10px auto 10px;
    background: #fa9611;
    color: #fff;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    line-height: 80px;
    box-shadow: 3px 3px 2px #aaa;
    position: relative;
    border-radius: 1px;
}

.tab_age .agent_list .box_2 .btn a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 52%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 13px;
    border-color: transparent transparent transparent #ffffff;
}

/*box2 end*/




/*
　テキスト
* *********************************** */



/* *********************************** *
  ranking
*/

.tab_age2 * {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
}

/* tab */
.tab_age2 .tab_age_text {
    font-size: 22px;
    text-align: left;
    margin-bottom: 30px;
    padding: 0 20px;
}

.tab_age2 .tabs input:checked + .tab_item {
    background-color: #071739;
}

.tab_age2 .tab_item {
    border-bottom: 7px solid #071739;
    background-color: #B8BECC;
}

.tab_age2 .tab_content {
    background: #F2F2F2;
}

.tab_age2 .tabs {
    box-shadow: none;
}

/* tab contents */
.tab_age2 .agent_list .box {
    display: block;
    border: 1px solid rgba(77, 77, 77, 0.10);
}

.tab_age2 .agent_list .box h3 {
    border-left: 10px solid #071739;
    padding-left: 10px;
}

.tab_age2 .agent_list .box h3 span,
.tab_age2 .agent_list .box h3 a {
    display: block;
    text-align: left;
}

.tab_age2 .agent_list .box h3 span {
    font-size: 34px;
    font-weight: 700;
    color: #071739;
}

.tab_age2 .agent_list .box h3 a {
    margin-left: 4px;
    font-size: 23px;
    color: #0000EE;
}

.tab_age2 .agent_list .box-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.tab_age2 .agent_list .box-flex img {
    border: 1px solid rgba(77, 77, 77, 0.10);
}

.tab_age2 .agent_list figure {
    width: 280px;
}

.tab_age2 .agent_list .box .inner_R {
    width: 305px;
}

.tab_age2 .agent_list .box .inner_R h4 {
    /* background: url("/img/tab_age2-ttl_bg.png") repeat; */
    background: #f5f2ed;
    font-size: 29px;
    color: #111111;
}

.tab_age2 .agent_list .box .inner_R ul {
    margin: 20px 0 16px;
}

.tab_age2 .agent_list .box .inner_R li {
    font-size: 20px;
}

.tab_age2 .agent_list .box .inner_R .btn {
    position: static;
}

.tab_age2 .agent_list .box .inner_R .btn a {
    max-width: 235px;
    height: 54px;
    border-radius: 40px;
    background: #800d26;
    box-shadow: 4px 4px 0px #b36e7d;
    font-size: 23px;
    line-height: 54px;
    padding-right: 10px;
}

.tab_age2 .agent_list .box .inner_R .btn a:after {
    content: "";
    background: url(/img/btn_red-arrow.png);
    background-size: contain;
    width: 23px;
    height: 23px;
    border: none;
    top: 50%;
}

/* common_text_age 色変更 */
.txt_main * {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*Chrome,Safari*/
    -ms-text-size-adjust: 100%;
    /*EgdeMobile*/
    -moz-text-size-adjust: 100%;
    /*firefox*/
    text-align: justify;
}

.txt_main .box {
    padding: 5px 20px;
    background: #ebedef5e;
    margin-bottom: 30px;
}

.txt_main h2 {
    background: #071739;
}

.txt_main h3 {
    border-left: solid 5px #071739;
    background: #EBEDEF;
    color: #071739;
}

.txt_main h4 {
    font-size: 26px;
    font-weight: bold;
    padding: .6em 0 .6em 40px;
    border-top: double 5px #003333;
    border-bottom: double 5px #003333;
    color: #003333;
    margin: 60px 0 40px;
    position: relative;
}

.txt_main h4.step {
    padding: .6em 0 .6em 120px;
}

.txt_main h4.no span {
    position: absolute;
    content: "";
    background: #003333;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.txt_main h4.step span {
    position: absolute;
    content: "";
    display: inline-block;
    background: #003333;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 30px;
    left: 0;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*テーブル*/
.txt_main table {
    border-top: 1px solid #B8BECC;
    border-right: 1px solid #B8BECC;
    width: 480px;
    border-spacing: 0;
    margin: 0 auto;
    color: #535353;
    font-size: 21px;
    margin: 50px 0 30px;
}

.txt_main th,
.txt_main td {
    border-bottom: 1px solid #B8BECC;
    border-left: 1px solid #B8BECC;
    text-align: center !important;
    padding: 10px;
}

.txt_main th {
    background-color: rgba(7, 23, 57, 0.8);
    color: #fff;
    padding-top: 15px;
}

.txt_main p.notes {
    font-size: 18px;
    line-height: 1.5;
    text-align: le;
    margin-bottom: 40px;
}

.txt_main .b {
    font-weight: bold;
}

.txt_main .txt_link {
    text-align: right;
}


.txt_main table .arrow {
    color: #800D26;
    font-weight: bold;
    background: #F2F2F2;
    margin-left: 10px;
}
















.txt_main .point {
    background: #EBEDEF;
    border: 1px solid #071739;
}

.txt_main .point .title {
    /* border-bottom: 5px solid #071739; */
    border-bottom: 3px solid #404040;
}

.txt_main .check li::before {
    background: url(/img/text_main-check.png)no-repeat;
    background-size: contain;
}

.txt_main p .red {
    color: #800D26;
    font-weight: bold;
}

.txt_main a.text {
    color: #800D26;
    border-bottom: 1.5px solid #800D26;
    font-weight: bold;
    margin: 0 5px;
}


/* ranking_main */
.ranking_main * {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
}

.ranking_main {
    background: #F2F2F2;
    padding-bottom: 45px;
}

.ranking_main h2 {
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    background: #071739;
    padding: 20px 0;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.5);
}

.ranking_main h2:after {
    border-width: 14px 22px 0;
    border-color: #071739 transparent transparent transparent;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
}

.ranking_main h2 span {
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    font-size: 48px;
    vertical-align: -3px;
    margin-left: 10px;
    margin-right: 5px;
}

.ranking_main .rank_box {
    background: #fff;
    border: #B8BECC;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.30);
    border-radius: 10px;
    margin: 0 20px;
    border: 1px solid #B8BECC;
}

.ranking_main .rank_box:not(:first-of-type) {
    margin-top: 80px;
}

.ranking_main .rank_box .name_box .number {
    width: 60px;
    height: 80px;
}

.ranking_main .rank_box:nth-of-type(3) .name_box h3,
.ranking_main .rank_box:nth-of-type(2) .name_box h3,
.ranking_main .rank_box .name_box h3 {
    border-bottom: none;
    padding-left: 0px;
    padding-top: 0;
    font-size: 39px;
    color: #111111;
}

.ranking_main .rank_box .name_box .txt {
    color: #071739;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
    padding: 20px 0;
    background: #EBEDEF;
    border-top: 7px double #071739;
    border-bottom: 7px double #071739;
    color: #071739;
    font-size: 25px;
}

.ranking_main .ranking_main-img {
    width: 500px;
    height: 160px;
    margin: 0 auto;
    border: 2px solid #B8BECC;
    display: block;
}

.ranking_main .ranking_main-img img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.rainking_main-text {
    font-size: 19px;
    margin-top: 20px;
    color: #535353;
    text-align: justify;
}

.ranking_main .rank_box table {
    border: none;
}

.ranking_main .rank_box table tr + tr {
    border-top: 1px dashed #B8BECC;
}

.ranking_main .rank_box table th,
.ranking_main .rank_box table td {
    font-size: 20px;
    border: none;
    padding: 20px 0;
}

.ranking_main .rank_box table th {
    width: 85px;
    background: none;
    vertical-align: top;
}

.ranking_main .rank_box table td {
    width: calc(100% - 85px);
    background: none;
    padding-left: 20px;
}

.ranking_main .rank_box table th p {
    width: 100%;
    height: 45px;
    background: #E6E6E6;
    text-align: center;
    line-height: 45px;
    border-radius: 22px;
    font-weight: 500;
}

.ranking_main .rank_box table tr td a {
    font-size: 28px;
    font-weight: 700;
    color: #0000EE;
}

.ranking_main .rank_box table tr td ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ranking_main .rank_box table tr:last-child td ul li,
.ranking_main .rank_box table tr td ul li {
    border: 1px solid #ccc;
    margin: 5px 10px 5px 0;
    color: #ccc;
    width: calc(100% / 3 - 10px);
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9em;
}

.ranking_main .rank_box table tr:last-child td ul li.active,
.ranking_main .rank_box table tr td ul li.active {
    border: 1px solid #8C6239;
    background: #F1E9D2;
    color: #8C6239;
}

.ranking_main .rank_box .btn span {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #222;
}

.ranking_main .rank_box .btn span:before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(/img/ranking_main-check.png)no-repeat;
    background-size: contain;
}

.ranking_main .rank_box .btn a {
    height: 74px;
    background: #800D26;
    line-height: 74px;
    box-shadow: 4px 4px 0px #b36e7d;
}

.ranking_main .rank_box .btn a::after {
    margin-top: -11px;
    width: 22px;
    height: 22px;
    border: none;
    background: url(/img/ranking_main-btn-arrow.png)no-repeat;
    background-size: contain;
    display: block;
}

/* jyoken_main */
.jyoken_main * {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
}

.jyoken_main h2 {
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    background: #071739;
    padding: 30px 0;
}

.jyoken_main h2:after {
    border-width: 14px 22px 0;
    border-color: #071739 transparent transparent transparent;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
}

.jyoken_main-top {
    background-image: url(/img/jyoken_main-top.png);
    width: 680px;
    height: 405px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 2rem 0 3rem;
    position: relative;
}

.jyoken_main-top_link {
    position: absolute;
}

.jyoken_main-top_link p {
    font-size: 27px;
    font-weight: bold;
    color: #071739;
    border-bottom: 1px solid #071739;
    display: flex;
    align-items: center;
}

.jyoken_main-top_link p:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url(/img/jyoken_main-top_icon.png) no-repeat;
    background-size: contain;
}

.jyoken_main-top_link.link01 {
    top: 19%;
    left: 23.8%;
}

.jyoken_main-top_link.link02 {
    top: 22%;
    left: 68.4%;
}

.jyoken_main-top_link.link03 {
    top: 71%;
    left: 27.8%;
}

.jyoken_main-contents {
    background: #f2f2f2;
    padding: 40px 20px 50px;
}

.jyoken_main-contents > ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px;
}

.jyoken_main-contents > ul li {
    width: 32%;
    height: 50px;

}

.jyoken_main-contents > ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    /* background: #071739; */
    background: #4d091d;
    font-size: 18px;
    text-indent: 0;
    border-radius: 5px;
    box-shadow: 3px 3px 0 #999;
    font-weight: 600;
    position: relative;
}

.jyoken_main-contents > ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 4px;
    width: 100%;
    height: 1px;
    background: #fff;
}

.jyoken_main-contents > ul li a p {
    display: flex;
    align-items: flex-start;
    font-weight: 600;
}

.jyoken_main-contents > ul li a p:before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    margin-right: 4px;
}

.jyoken_main ul li:nth-of-type(1) a p::before {
    background: url(/img/jyoken_main-icon01.png) no-repeat;
    background-size: contain;
}

.jyoken_main ul li:nth-of-type(2) a {
    /* background: #607d8b; */
    background: #5c5c5c;
}

.jyoken_main ul li:nth-of-type(2) a p::before {
    background: url(/img/jyoken_main-icon02.png) no-repeat;
    background-size: contain;
}

.jyoken_main ul li:nth-of-type(3) a p:nth-of-type(1) {
    margin-right: 4px;
}

.jyoken_main ul li:nth-of-type(3) a p:nth-of-type(2) {
    margin-left: 4px;
}

.jyoken_main ul li:nth-of-type(3) a p:nth-of-type(1)::before {
    background: url(/img/jyoken_main-icon03.png) no-repeat;
    background-size: contain;
}

.jyoken_main ul li:nth-of-type(3) a p:nth-of-type(2)::before {
    background: url(/img/jyoken_main-icon04.png) no-repeat;
    background-size: contain;
}

.jyoken_main .cat_box {
    width: 100%;
    height: auto;
    background: none;
    margin-bottom: 20px;
    text-align: center;
    padding: 46px 40px;
    color: #222;
    background: #fff;
}

.jyoken_main .cat_box h4 {
    font-size: 22px;
    color: #111;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.jyoken_main .cat_box h4 span {
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin-right: 4px;
}

.jyoken_main .cat_box h4 span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-right: 4px;
}

.jyoken_main .cat_box figure {
    width: 500px;
    height: 160px;
    margin: 24px auto 0;
}

.jyoken_main-contents-text {
    margin-top: 24px;
    font-size: 18px;
    text-align: left;
}

.jyoken_main-contents-text span {
    color: #800D26;
    font-weight: 700;
}

.jyoken_main .cat_box figure img {
    border: none;
    border: 2px solid #B8BECC;
    box-shadow: 3px 3px 2px #b8becc;
}

.jyoken_main .cat_box .btn {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jyoken_main .cat_box .btn span {
    background: #E6E6E6;
    width: 85px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 22px;
    border-radius: 22px;
    margin-right: 8px;
    display: block;
}

.jyoken_main .cat_box .btn a {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    background: transparent;
    color: #0000EE;
    font-size: 23px;
    text-align: left;
    line-height: 1;
    box-shadow: none;
}

.jyoken_main .cat_box .btn a:after {
    content: none;
}


@media screen and (max-width: 768px) {
    .tab_age2 .tab_age_text {
        font-size: 24px;
        line-height: 1.7;
    }

    .rainking_main-text {
        font-size: 24px;
    }

    .jyoken_main .cat_box .btn {
        position: static;
    }

    .ranking_main .rank_box .btn a {
        font-size: 30px;
    }

    .ranking_main .rank_box .name_box .number {
        margin-right: 20px;
    }

    .jyoken_main .cat_box h4 {
        font-size: 27px;
        align-items: center;
    }

    .ranking_main .rank_box .name_box .txt {
        font-size: 27px;
    }

    .jyoken_main-contents-text {
        font-size: 24px;
    }
    .tab_age2 .agent_list .box .inner_R li {
        font-size: 24px;
    }
}


/* @-moz-document url-prefix(){
  .txt_main p{
    font-size: 22px;
  }

  .rainking_main-text {
    font-size: 8px;
    color: #222222;
  }
} */




/*追加*/
.txt_area {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
    text-align: left;
    text-align: justify;
    padding: 0 20px;
    margin-top: 40px;
    margin-bottom: 100px;
}

.txt_area h2 {
    font-size: 30px;
    text-align: left;
    padding: 30px 0 30px 30px;
    background: #071739;
    margin-bottom: 30px;
    color: #fff;
}

.txt_area h2 span {
    font-size: 24px;
    font-weight: normal;
    display: block;
}

.txt_area h3 {
    border-left: solid 5px #071739;
    background: #EBEDEF;
    color: #071739;
}

.txt_area p {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 30px;
}

/*list*/
.txt_area .list {
    font-size: 23px;
    font-weight: bold;
    margin: 30px 0;
    background: #F2F2F2;
    padding: 25px 25px 10px 50px;
    list-style: inherit;
}

.txt_area .list li {
    padding-left: 5px;
    margin-bottom: 15px;
    position: relative;
}

/*check*/
.txt_area .check {
    font-size: 26px;
    font-weight: bold;
    margin: 30px 0;
}

.txt_area .check li {
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
}

.txt_area .check li::before {
    content: "";
    display: block;
    width: 26px;
    height: 23px;
    background: url(/img/text_main-check.png)no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

.txt_area .check li a {
    color: #404040;
    border-bottom: 2px solid #404040;
}


@media screen and (max-width: 768px) {
    .txt_area h2 {
        font-size: 34px;
        padding: 35px 0 35px 30px;
        margin: 0 0 40px;
        line-height: 1.5;
    }

    .txt_area h2 span {
        font-size: 28px;
    }

    .txt_area.hikaku p {
        font-size: 22px;
    }

    .txt_area h3 {
        font-size: 30px;
    }

    .txt_area .list {
        font-size: 27px;
    }

    .txt_area .check {
        font-size: 30px;
    }

}

.tab_age2 .tabs h2 {
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    background: #071739;
    padding: 30px 0;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
    width: 100%;
    border-bottom: none;
    height: auto;
    line-height: inherit;
}

.tab_age2 .tabs h2:before {
    border: none;
}

.tab_age2 .tabs h2:after {
    border-width: 14px 22px 0;
    border-color: #071739 transparent transparent transparent;
    left: 50%;
    top: 104px;
    transform: translateX(-50%);
}


@media screen and (max-width: 768px) {
    .tab_age2 .tabs h2 {
        font-size: 40px;
    }
    
    .tab_age2 .tabs h2::after {
        top: 115px;
    }
    
}


@media screen and (max-width: 768px) {
    nav.bottom_fix3 {
        background: #5f5f5f;
    }

    nav.bottom_fix3 ul li:nth-child(1) {
        background: #071739;
    }

    nav.bottom_fix3 ul li {
        font-size: 30px;
    }
    
    nav.bottom_fix3 ul li a:hover {
        opacity: 1;
        background: #071739;
    }
    
    nav.bottom_fix3 ul li a img {
        display: block;
        width: 10%;
        margin-right: 5px;
    }

}

/*追加 end*/



/*
ranking end
* *********************************** */




/* *********************************** *
  sippaiページ
　（sippai → content_kyotsuに変更）
*/

.content_kyotsu .txt_area h2.first {
    margin-top: 100px;
}

/*check*/

.content_kyotsu ul.check2 {
    padding: 40px 25px 15px 45px;
    border: 1px solid;
    border-radius: 2px;
}

.content_kyotsu .txt_area .check2 {
    font-size: 28px;
    font-weight: bold;
    margin: 50px 0;
}

.content_kyotsu .txt_area .check2 li {
    padding-left: 0;
    margin-bottom: 30px;
    position: relative;
}

/* .content_kyotsu .txt_area .check2 li::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/img/text_main-check_white.png)no-repeat;
    background-size: 60%;
    background-position: center;
    background-color: rgba(0, 0, 238, 0.8);
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
} */

.content_kyotsu .txt_area .check2 li::before {
    background: none;
}

.content_kyotsu .txt_area .check2 li a {
    color: #0000EE;
    border-bottom: 2px dotted #0000EE;
    padding-bottom: 5px;
}

.content_kyotsu .txt_area .check2 li a::after {
    content: "";
    background: url(/img/text_main-arrow.png)no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    border: none;
    position: absolute;
    top: 20%;
    margin-left: 20px;
}


/*  タブ内 */
.tab_age2 .tabs .txt_area2 h2 {
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 50px;
    font-size: 32px;
    background-color: #fff;
    border-bottom: solid 4px #071739;
    width: 620px;
    margin-bottom: 50px;
    color: #000;
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .03em;
    padding: 0;
    text-align: center;
}

.tab_age2 .tabs .txt_area2 h2:before {
    border: none;

    border: solid 16px transparent;
    border-top: solid 16px #071739;
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tab_age2 .tabs .txt_area2 h2:after {
    border-width: 14px 22px 0;
    border-color: #071739 transparent transparent transparent;
    left: 50%;
    top: 104px;
    transform: translateX(-50%);

    border: solid 16px transparent;
    margin-top: 0px;
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


@media screen and (max-width: 768px) {
    .tab_age2 .tabs .txt_area2 h2 {
        font-size: 40px;
    }
    
    .tab_age2 .tabs .txt_area2 h2::after {
        top: 115px;
    }
    
}

.tab_age2 .tabs .txt_area2 p.kome {
    font-size: 16px;
    text-align: right;
    margin-top: -20px;
    margin-bottom: 10px;
}

/*
  sippaiページ
* *********************************** */



/* 比較タブ アイコンの調整(共通) */
.tab_age2 .tab_item span.icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 10px;
    vertical-align: -10px;
}

/* アイコン(王冠) */
.tab_age2 .tab_item span.crown {
    background: transparent url(/img/icon/icon_crown_blue.svg) no-repeat top center / contain;
}

.tab_age2 .tabs input:checked + .tab_item span.crown {
    background: transparent url(/img/icon/icon_crown_white.svg) no-repeat top center / contain;
}

/* アイコン(鞄) */
.tab_age2 .tab_item span.bag {
    background: transparent url(/img/icon/icon_bag_blue.svg) no-repeat top center / contain;
}

.tab_age2 .tabs input:checked + .tab_item span.bag {
    background: transparent url(/img/icon/icon_bag_white.svg) no-repeat top center / contain;
}

/* アイコン(初心者) */
.tab_age2 .tab_item span.beginner {
    background: transparent url(/img/icon/icon_beginner_blue.svg) no-repeat top center / contain;
}

.tab_age2 .tabs input:checked + .tab_item span.beginner {
    background: transparent url(/img/icon/icon_beginner_white.svg) no-repeat top center / contain;
}

/* アイコン(お金) */
.tab_age2 .tab_item span.money {
    background: transparent url(/img/icon/icon_money_blue.svg) no-repeat top center / contain;
}

.tab_age2 .tabs input:checked + .tab_item span.money {
    background: transparent url(/img/icon/icon_money_white.svg) no-repeat top center / contain;
}

/* アイコン(メガフォン) */
.tab_age2 .tab_item span.megaphone {
    background: transparent url(/img/icon/icon_megaphone_blue.svg) no-repeat top center / contain;
}

.tab_age2 .tabs input:checked + .tab_item span.megaphone {
    background: transparent url(/img/icon/icon_megaphone_white.svg) no-repeat top center / contain;
}

/* アイコン(てんびん) */
.tab_age2 .tab_item span.balance {
    background: transparent url(/img/icon/icon_balance_blue.svg) no-repeat top center / contain;
}

.tab_age2 .tabs input:checked + .tab_item span.balance {
    background: transparent url(/img/icon/icon_balance_white.svg) no-repeat top center / contain;
}

/* アイコン(PC) */
.tab_age2 .tab_item span.pc {
    background: transparent url(/img/icon/icon_pc_blue.svg) no-repeat top center / contain;
}

.tab_age2 .tabs input:checked + .tab_item span.pc {
    background: transparent url(/img/icon/icon_pc_white.svg) no-repeat top center / contain;
}

/* アイコン(時間) */
.tab_age2 .tab_item span.time {
    background: transparent url(/img/icon/icon_time_blue.svg) no-repeat top center / contain;
}

.tab_age2 .tabs input:checked + .tab_item span.time {
    background: transparent url(/img/icon/icon_time_white.svg) no-repeat top center / contain;
}

/* アイコン(学校) */
.tab_age2 .tab_item span.school {
    background: transparent url(/img/icon/icon_school_blue.svg) no-repeat top center / contain;
}

.tab_age2 .tabs input:checked + .tab_item span.school {
    background: transparent url(/img/icon/icon_school_white.svg) no-repeat top center / contain;
}


/* アイコン(会社) */
.tab_age2 .tab_item span.company {
    background: transparent url(/img/icon/icon_company_blue.svg) no-repeat top center / contain;
}

.tab_age2 .tabs input:checked + .tab_item span.company {
    background: transparent url(/img/icon/icon_company_white.svg) no-repeat top center / contain;
}


/* アイコン(Yシャツ) */
.tab_age2 .tab_item span.shirt {
    background: transparent url(/img/icon/icon_shirt_blue.svg) no-repeat top center / contain;
}

.tab_age2 .tabs input:checked + .tab_item span.shirt {
    background: transparent url(/img/icon/icon_shirt_white.svg) no-repeat top center / contain;
}


/* アイコン(電卓) */
.tab_age2 .tab_item span.calculator {
    background: transparent url(/img/icon/icon_calculator_blue.svg) no-repeat top center / contain;
}

.tab_age2 .tabs input:checked + .tab_item span.calculator {
    background: transparent url(/img/icon/icon_calculator_white.svg) no-repeat top center / contain;
}


/* アイコン(作業員) */
.tab_age2 .tab_item span.sagyouin {
    background: transparent url(/img/icon/icon_sagyouin_blue.svg) no-repeat top center / contain;
}

.tab_age2 .tabs input:checked + .tab_item span.sagyouin {
    background: transparent url(/img/icon/icon_sagyouin_white.svg) no-repeat top center / contain;
}


/* *********************************** *
  content_kyotsu
*/

.content_kyotsu h1,
.content_kyotsu h2,
.content_kyotsu h3,
.content_kyotsu h4,
.content_kyotsu p,
.content_kyotsu dl,
.content_kyotsu dt,
.content_kyotsu dd,
.content_kyotsu a,
.content_kyotsu li,
.content_kyotsu div,
.content_kyotsu span {
    color: #333333;
}

.content_kyotsu b,
.content_kyotsu strong,
.content_kyotsu .bold {
    color: #333333;
}

.content_kyotsu {
    text-align: left;
    text-align: justify;
/*    padding: 0 20px;*/
    margin-top: 40px;
    margin-bottom: 100px;
}

.content_kyotsu h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    padding: .6em .6em .6em 65px;
    background: #003333;
    color: #fff;
    margin: 60px 0 40px;
    position: relative;
}

.content_kyotsu h2::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/img/icon_check_square.png)no-repeat;
    background-size: contain;
    position: absolute;
    left: 20px;
    margin-top: 5px;
}

.content_kyotsu h3 {
    font-size: 26px;
    font-weight: bold;
    padding: .6em 0 .6em 40px;
    border-top: double 5px #003333;
    border-bottom: double 5px #003333;
    color: #003333;
    margin: 60px 0 40px;
    position: relative;
}

.content_kyotsu h3.step {
    padding: .6em 0 .6em 120px;
}

.content_kyotsu h3.no span {
    position: absolute;
    content: "";
    background: #003333;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content_kyotsu h3.step span {
    position: absolute;
    content: "";
    display: inline-block;
    background: #003333;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 30px;
    left: 0;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content_kyotsu p {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.content_kyotsu p .red {
    color: #800D26;
    font-weight: bold;
}

.content_kyotsu a.text {
    color: #800D26;
    border-bottom: 1.5px solid #800D26;
    font-weight: bold;
    margin: 0 5px;
}


/* h2 タイトル目立つように */
.content_kyotsu .txt_area {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
    text-align: left;
    text-align: justify;
    padding: 0 20px;
    margin-top: 40px;
    margin-bottom: 100px;
}

.content_kyotsu .txt_area h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    padding: 30px 0 30px 30px;
    background: #071739;
    color: #fff;
    margin: 0 0 30px 0;
}

/* h2.first ヘッダーなしの場合 */
.content_kyotsu .txt_area h2.first {
    margin-top: 100px;
}

.content_kyotsu .txt_area h2::before {
    content: none;
}

.content_kyotsu .txt_area h2 span {
    font-size: 24px;
    font-weight: normal;
    display: block;
}

.content_kyotsu .txt_area p {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Sectionのtxt_area_2のみ */
.content_kyotsu section.txt_area_2 {
    padding: 0 20px;

}




/* 目次 */

.content_kyotsu .mokuji_wrap {
    padding: 40px;
    border: 1px solid #CCCCCC;
    margin: 0 20px;
}

.content_kyotsu .mokuji_wrap .mokuji {
    position: relative;
    padding-left: 40px;
    font-size: 26px;
    font-weight: bold;
}

.content_kyotsu .mokuji_wrap .mokuji::before {
    content: "";
    width: 23px;
    height: 23px;
    background: url(/img/icon_mokuji.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 6px;
}

.content_kyotsu .mokuji_wrap .mokuji_list {
    margin-top: 40px;
}

.content_kyotsu .mokuji_wrap p {
    font-size: 18px;
    position: relative;
    padding: .5em .5em .5em 20px;
    background: #F5F7F7;
    border-left: solid 40px #003333;
    margin-bottom: .8em;
}

.content_kyotsu .mokuji_wrap a {
    color: #0033CC;
    font-weight: bold;
}


/* .content_kyotsu .mokuji_wrap p:before {
     position: absolute;
     counter-increment: number;
     content: counter(number);
     display: inline-block;
     color: white;
     font-weight: bold;
     font-size: 18px;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     left: -35px;
     width: 35px;
     height: 1em;
     line-height: 1;
     text-align: center;
 } */

.content_kyotsu .mokuji_wrap p span {
    position: absolute;
    content: "";
    /* display: inline-block; */
    color: white;
    font-weight: bold;
    font-size: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -35px;
    width: 35px;
    height: 1em;
    line-height: 1;
    text-align: center;
}

.content_kyotsu .mokuji_wrap ol {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
    padding: 0;
    margin-bottom: 1.6em;
}

.content_kyotsu .mokuji_wrap ol li {
    position: relative;
    padding-left: 80px;
    line-height: 1.5em;
    margin-bottom: .5em;
    font-size: 18px;
}

.content_kyotsu .mokuji_wrap ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    color: #003333;
    font-weight: bold;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
    width: 35px;
    height: 1em;
    line-height: 1;
    text-align: center;
}


/* 吹き出し */

.content_kyotsu .balloon {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    position: relative;
}

.content_kyotsu .balloon .says {
    width: 80%;
    padding: 2rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border: 2px solid #003333;
}

.content_kyotsu .balloon .says {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 0;
    padding: 30px 0 20px 15px;
    border-radius: 12px;
    background: #F5F7F7;
}


/* .content_kyotsu .balloon .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 40%;
    right: -24px;
    border: 12px solid transparent;
    border-left: 12px solid #F5F7F7;
} */

.content_kyotsu .balloon .says::after {
    content: "";
    width: 23px;
    height: 23px;
    background: url(/img/icon_balloon-sankaku.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 45%;
    right: -22px;
}

.content_kyotsu .balloon .says p {
    color: #333333;
    margin: 0;
    padding: 0;
}

.content_kyotsu .balloon .says ul {
    list-style: inherit;
    padding-left: 30px;
}

.content_kyotsu .balloon .says ul li {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: .4em;
}

.content_kyotsu .balloon .faceicon {
    width: 120px;
    height: 120px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.content_kyotsu .balloon .faceicon.men {
    background-image: url(/img/icon_men.png);
    position: absolute;
    top: 20%;
    right: 0;
}


/* リストボックス */

.content_kyotsu .list_box {
    width: 90%;
    padding: 2.2em 0 1em 1.5em;
    border: 3px solid #0D8080;
    margin: 60px auto 40px;
    position: relative;
}

.content_kyotsu .list_box p {
    position: absolute;
    top: -20px;
    left: 40px;
    color: #0D8080;
    font-size: 24px;
    font-weight: bold;
    background: #fff;
    padding: 0 20px 0 40px;
}

.content_kyotsu .list_box p::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/img/icon_batsu.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 12px
}

.content_kyotsu .list_box ul {
    list-style: inherit;
    padding-left: 30px;
}

.content_kyotsu .list_box ul li {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: .4em;
    color: #333333;
}


/* エージェントボックス */

.content_kyotsu .agent_box {
    background: #F7F7F7;
    padding: 40px 20px 20px;
    border: 1px solid #B3B3B3;
    margin-top: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.content_kyotsu .agent_box p.agent {
    font-weight: bold;
    margin-bottom: 20px;
}

.content_kyotsu .agent_box img {
    width: 420px;
    margin-bottom: 30px;
    box-shadow: 5px 6px 2px rgb(51 51 51 / 98%);
}

.content_kyotsu .agent_box p.url {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: normal;
}

.content_kyotsu .agent_box span {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    display: inline-block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    background: #E6E6E6;
    color: #333333;
    font-weight: bold;
    font-size: 22px;
    border-radius: 30px;
    margin-right: 10px;
}

.content_kyotsu .agent_box a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #0000EE;
    font-weight: bold;
    font-size: 24px;
}


/* チェックボックス */

.content_kyotsu .check_box {
    width: 100%;
    border: 3px solid #0D8080;
    margin: 60px auto 40px;
    background: #F5FAFA;
    position: relative;
}

.content_kyotsu .check_box p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #0D8080;
    padding: .4em 0 .4em 70px;
    margin-bottom: 25px;
}

.content_kyotsu .check_box p::before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(/img/icon_arrow_white.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 30px;
}

.content_kyotsu .check_box ol {
    padding-left: 35px;
    margin-bottom: 25px;
}

.content_kyotsu .check_box ol li {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: .5em;
    color: #333333;
    position: relative;
    padding-left: 35px;
}

.content_kyotsu .check_box ol li::before {
    content: "";
    display: block;
    width: 26px;
    height: 23px;
    background: url(/img/icon_check_green.png)no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 10%;
}

.content_kyotsu .case_box {
    margin: 50px 0;
}

.content_kyotsu .case_box p {
    margin-bottom: 10px;
    font-weight: bold;
}

.content_kyotsu .case_box .case {
    border: 1px solid #CCCCCC;
}


/* 一覧 */

.content_kyotsu .ichiran {
    margin-bottom: 100px;
}

.content_kyotsu .ichiran img {
    border: 2px solid #EEEEEE;
    width: 37%;
}

.content_kyotsu .ichiran ol {
    margin: 40px 10px 40px;
}

.content_kyotsu .ichiran ol li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #B3B3B3;
}

.content_kyotsu .ichiran ol li p {
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    width: 38%;
    padding-top: 5px;
    font-weight: bold;
    font-size: 20px;
    margin: 0 2%;
    margin-bottom: 0;
}

.content_kyotsu .ichiran ol li>a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    display: block;
    padding: 12px 10px;
    background: #800D26;
    color: #fff;
    width: 25%;
    text-align: center;
    text-indent: -10px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
}

.content_kyotsu .ichiran ol li>a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(/img/btn_red-arrow.png)no-repeat;
    background-size: contain;
    position: absolute;
    right: 8px;
    top: 30%;
}

.content_kyotsu .check {
    font-size: 26px;
    font-weight: bold;
    margin: 30px 0 70px;
}

.content_kyotsu .check li {
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
}

.content_kyotsu .check li::before {
    content: "";
    display: block;
    width: 26px;
    height: 23px;
    background: url(/img/text_main-check.png)no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

/*テーブル*/
.content_kyotsu table {
    border-top: 1px solid #B8BECC;
    border-right: 1px solid #B8BECC;
    width: 640px;
    border-spacing: 0;
    margin: 0 auto;
    color: #535353;
    font-size: 21px;
    margin: 50px 0 30px;
}

.content_kyotsu th,
.content_kyotsu td {
    border-bottom: 1px solid #B8BECC;
    border-left: 1px solid #B8BECC;
    text-align: center;
    padding: 10px;
}

.content_kyotsu th {
    background-color: rgba(0, 51, 51, 0.8);
    color: #fff;
    padding-top: 15px;
}

.content_kyotsu p.notes {
    font-size: 18px;
    line-height: 1.5;
    text-align: le;
    margin-bottom: 40px;
}

.content_kyotsu .b {
    font-weight: bold;
}

.content_kyotsu .txt_link {
    text-align: right;
}


.content_kyotsu table .arrow {
    color: #800D26;
    font-weight: bold;
    background: #F2F2F2;
    margin-left: 10px;
}





@media screen and (max-width: 768px) {
    .content_kyotsu .mokuji_wrap p span {
        font-size: 23px;
    }
    .content_kyotsu .mokuji_wrap p {
        font-size: 23px;
    }
    .content_kyotsu .mokuji_wrap ol li {
        font-size: 23px;
    }
    .content_kyotsu .mokuji_wrap ol li:before {
        font-size: 20px;
    }
    .content_kyotsu p {
        font-size: 28px;
    }
    .content_kyotsu h2 {
        font-size: 34px;
    }
    .content_kyotsu h3 {
        font-size: 30px;
    }
    .content_kyotsu .balloon .says ul li {
        font-size: 25px;
    }
    .content_kyotsu .list_box p {
        font-size: 28px;
        padding: 0 20px 0 50px;
    }
    .content_kyotsu .list_box p::before {
        width: 26px;
        height: 26px;
        left: 12px;
        top: 10px;
    }
    .content_kyotsu .list_box ul li {
        font-size: 25px;
    }
    .content_kyotsu .check_box p {
        font-size: 25px;
    }
    .content_kyotsu .check_box ol li {
        font-size: 25px;
    }
    .content_kyotsu .txt_area h2 {
        font-size: 34px;
        padding: 35px 0 35px 30px;
        margin: 0 0 40px;
        line-height: 1.5;
    }
    .content_kyotsu .txt_area h2 span {
        font-size: 28px;
    }
    .content_kyotsu .txt_area p {
        font-size: 28px;
    }

}


/*
 　content_kyotsu
 * *********************************** */



/* *********************************** *
  　/main/osusume/ranking07ページ
*/

/*比較のCVボタン／色変更*/
body.bright .tab_age2 .agent_list .box .inner_R .btn a {
    max-width: 235px;
    height: 54px;
    border-radius: 40px;
    background: #ea5504;
    box-shadow: 4px 4px 0px #ccc;
    font-size: 23px;
    line-height: 54px;
    padding-right: 10px;
}

body.bright .tab_age2 .agent_list .box .inner_R .btn a:after {
    content: "";
    background: url(/img/btn_orange-arrow.png);
    background-size: contain;
    width: 23px;
    height: 23px;
    border: none;
    top: 50%;
}

/*ランキングのCVボタン／色変更*/
body.bright .ranking_main .rank_box .btn a {
    height: 74px;
    background: #ea5504;
    line-height: 74px;
    box-shadow: 4px 4px 0px #ccc;
}

/*
  　/main/osusume/ranking07ページ
 * *********************************** */



/* *********************************** *
  　比較ページ　/main/hikaku/
*/

/* リード部分 */
.txt_area.hikaku {
    margin-bottom: 0;
}

.txt_area.hikaku p {
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .txt_area.hikaku p {
        font-size: 22px;
    }
}

/* h2のアイコン */
.tab_age2 .tabs .txt_area2 h2.hikaku {
    position: relative;
    padding-right: 65px;
}

.tab_age2 .tabs .txt_area2 h2.hikaku img {
    position: absolute;
    top: -4px;
    width: 50px;
    height: 50px;
    margin-left: 15px;
}


/* 比較コンテンツ部分 */

/* 掲載順と非表示を数字で管理 */
/*--親要素--*/
.agent_list {
	display: flex;
	flex-direction: column; /*--方向の指定--*/
	flex-wrap: wrap; /*--折り返しの指定--*/
}

/*--掲載順orderの指定--*/
/* 0=非表示 1～順位 */
.order-0 {display: none !important;}
.order-1 {order: 1;}
.order-2 {order: 2;}
.order-3 {order: 3;}
.order-4 {order: 4;}
.order-5 {order: 5;}
.order-6 {order: 6;}
.order-7 {order: 7;}

.tab_age .content_hikaku .agent_list .box:last-of-type {
    border-bottom: none;
}

.content_hikaku .agent_list .box {
    width: 100%;
    border: 1px solid #aaa !important;
    padding: 40px 30px 40px;
    position: relative;
    color: #000;
    background: #fff;
}

.content_hikaku .agent_list .flex {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.content_hikaku .agent_list .box h3 {
    width: 400px;
    height: 125px;
    border-left: 10px solid #071739;
    padding-left: 0;
}

.content_hikaku .agent_list .box h3 a {
    margin-left: 0;
}

.content_hikaku .agent_list .box h3 a img {
    border: none;
    object-fit: cover;
}

.content_hikaku .agent_list .box .url {
    display: flex;
    margin: 20px 0;
    align-items: initial;
    justify-content: initial;
    width: auto;
}

.content_hikaku .agent_list .box .url a {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    background: transparent;
    color: #0000EE;
    font-size: 28px;
    text-align: left;
    line-height: 1;
    box-shadow: none;
    font-weight: inherit;
    position: relative;
}

.content_hikaku .agent_list .box .url span {
    background: #E6E6E6;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    border-radius: 22px;
    margin-right: 20px;
    margin-bottom: 10px;
    display: block;
}

.content_hikaku .agent_list .box .kaisetsu {
    margin-top: 30px;
}

.content_hikaku .agent_list .box .kaisetsu .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    text-align: justify;
    padding: 0;
    padding-left: 50px;
    padding-bottom: 5px;
    margin-top: 15px;
    color: #111111;
    width: 100%;
    border-bottom: 5px solid #B8BECC;
    position: relative;
}

.content_hikaku .agent_list .box .kaisetsu .title::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    /* background: url(/img/text_main-check_square.png)no-repeat; */
    background: url(/img/text_main-check.png)no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 45%;
    margin-top: -15px;
}

.content_hikaku .agent_list .box .kaisetsu .text {
    font-size: 22px;
    margin-top: 20px;
    color: #535353;
    text-align: justify;
}

.content_hikaku .agent_list .box .kaisetsu .text span {
    padding: 0 0 1px 0;
    background: -webkit-linear-gradient(transparent 66%, #FDF57A 0%);
    background: -o-linear-gradient(transparent 66%, #FDF57A 0%);
    background: linear-gradient(transparent 66%, #FDF57A 0%);
    font-weight: bold;
}

.hyouka {
    /* background: #F5F2ED; */
    background: rgba(1, 94, 172, 0.08);
    width: 580px;
    height: 320px;
    padding: 15px 25px 20px;
    position: relative;
    margin-top: 20px;
}

.hyouka .flex {
    display: flex;
    justify-content: space-between;
    color: #535353;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px dashed #B8BECC;
}

.hyouka .flex .title {
    padding: 30px 0 0 30px;
}

.hyouka .flex .title span {
    font-size: 20px;
    margin-right: 10px;
}

.hyouka .flex .rank {
    color: #535353;
    padding: 0 10px;
    background: #fff;
    width: 200px;
    height: 70px;
    line-height: 74px;
}

.hyouka .flex .rank span {
    color: #535353;
    font-size: 64px;
    font-weight: bold;
    margin-left: 10px;
    color: #800D26;
    vertical-align: -6px;
}

/* フェードイン その場で */
@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hyouka .graph {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.hyouka .list ul {
    position: relative;
    z-index: 3;
}

.hyouka .list ul li {
    width: 220px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    border-radius: 22px;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    /* border: 2px solid #8C6239; */
    border: 2px solid #015eac;
    position: relative;
}

.hyouka .list ul li span::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -15px;
    opacity: 0.9;
}

.hyouka .list ul li span {
    margin-left: 35px;
}

/* 2030代用 アイコン */
.hyouka .list ul li:nth-child(1) span::before {
    background: url(/img/icon/icon_wallet-b.png)no-repeat;
    background-size: contain;
}

.hyouka .list ul li:nth-child(2) span::before {
    background: url(/img/icon/icon_calenda-b.png)no-repeat;
    background-size: contain;
}

.hyouka .list ul li:nth-child(3) span::before {
    background: url(/img/icon/icon_bag-b.png)no-repeat;
    background-size: contain;
}

.hyouka .list ul li:nth-child(4) span::before {
    background: url(/img/icon/icon_wakabamark-b.png)no-repeat;
    background-size: contain;
}

/* 4050代用 アイコン */
.hyouka .list ul.nendai4050 li:nth-child(1) span::before {
    background: url(/img/icon/icon_wallet-b.png)no-repeat;
    background-size: contain;
}

.hyouka .list ul.nendai4050 li:nth-child(2) span::before {
    background: url(/img/icon/icon_calenda-b.png)no-repeat;
    background-size: contain;
}

.hyouka .list ul.nendai4050 li:nth-child(3) span::before {
    background: url(/img/icon/icon_mensetsu-b.png)no-repeat;
    background-size: contain;
}

.hyouka .list ul.nendai4050 li:nth-child(4) span::before {
    background: url(/img/icon/icon_mail-b.png)no-repeat;
    background-size: contain;
}


/*------------------------------------
  bar graph
------------------------------------*/

/* 縦のライン */
.bar-graph {
    position: relative;
}
.bar-graph .border {
    position: absolute;
    z-index: 2;
    left: 170px;
    width: 2px;
    height: 190px;
    background: #800D26;
}
.bar-graph ul {
    position: relative;
    z-index: 1;
    top: 5px;
    left: -40px;
    height: 350px;
    overflow: hidden;
    width: 350px;
}
.bar-graph ul li {
    height: 30px;
    border-radius: 0 4px 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    padding: 10px;
    /* -webkit-animation: graphAnim 2.5s forwards;
    animation: graphAnim 2.5s forwards; */
    margin-bottom: 20px;
    color: #fff;
}

/* 棒グラフ　左から伸びる   */
@-webkit-keyframes graphAnim {
    0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    }
    100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    }
}

@keyframes graphAnim {
    0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    }
    100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    }
}


.bar-graph ul li span {
    font-size: 14px;
    color: #ffffff;
}
.bar-graph ul li.bar-0 {
    /* background: rgba(140, 98, 57, 0.2); */
    background: rgba(1, 94, 172, 0.2);
    width: 30%;
}
.bar-graph ul li.bar-1 {
    /* background: rgba(140, 98, 57, 0.4); */
    background: rgba(1, 94, 172, 0.3);
    width: 40%;
}
.bar-graph ul li.bar-2 {
    /* background: rgba(140, 98, 57, 0.4); */
    background: rgba(1, 94, 172, 0.3);
    width: 40%;
}
.bar-graph ul li.bar-3 {
    /* background: rgba(140, 98, 57, 0.4); */
    background: rgba(1, 94, 172, 0.3);
    width: 60%;
}
.bar-graph ul li.bar-4 {
    /* background: rgba(140, 98, 57, 0.6); */
    background: rgba(1, 94, 172, 0.5);
    width: 80%;
}
.bar-graph ul li.bar-5 {
    /* background: rgba(140, 98, 57, 0.9); */
    background: rgba(1, 94, 172, 0.8);
    width: 100%;
}

/* グレー系 #515d74 */
/* .gray .hyouka {
    background: rgba(1, 94, 172, 0.08);
}
.gray .hyouka .list ul li {
    background: #fff;
    border: 2px solid #515d74;
}
.gray .hyouka .list ul li span::before {
    opacity: 0.9;
}
.gray .bar-graph .border {
    background: #800D26;
}
.gray .bar-graph ul li span {
    color: #ffffff;
}
.gray .bar-graph ul li.bar-0 {
    background: rgba(81, 93, 116, 0.3);
}
.gray .bar-graph ul li.bar-1 {
    background: rgba(81, 93, 116, 0.4);
}
.gray .bar-graph ul li.bar-2 {
    background: rgba(81, 93, 116, 0.4);
}
.gray .bar-graph ul li.bar-3 {
    background: rgba(81, 93, 116, 0.4);
}
.gray .bar-graph ul li.bar-4 {
    background: rgba(81, 93, 116, 0.5);
}
.gray .bar-graph ul li.bar-5 {
    background: rgba(81, 93, 116, 0.9);
} */


.bar-graph ul li:before {
    font-size: 23px;
    margin-right: 20px;
}
.bar-graph ul li.bar-0:before {
    content: "-";
}
.bar-graph ul li.bar-1:before {
    content: "1";
}
.bar-graph ul li.bar-2:before {
    content: "2";
}
.bar-graph ul li.bar-3:before {
    content: "3";
}
.bar-graph ul li.bar-4:before {
    content: "4";
}
.bar-graph ul li.bar-5:before {
    content: "5";
}


.content_hikaku .agent_list .box .bad-point {
    margin-top: 35px;
    min-height: 58px;
}

.content_hikaku .agent_list .box .bad-point .text {
    font-size: 21px;
    text-align: justify;
    padding: 0;
    padding-left: 120px;
    color: #535353;
    width: 100%;
    height: auto;
    position: relative;
}

.content_hikaku .agent_list .box .bad-point .text::before {
    content: "";
    display: block;
    width: 100px;
    height: 52px;
    background: url(/img/icon/icon_bad-point.png)no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.content_hikaku .agent_list .box .btn a {
    display: block;
    width: 100%;
    margin: 35px auto 20px;
    color: #fff;
    font-weight: bold;
    font-size: 38px;
    text-align: left;
    position: relative;
    height: 85px;
    line-height: 85px;
    background: #800D26;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 4px 4px #b36e7d;
}

.content_hikaku .agent_list .box .btn a span {
    font-size: 28px;
    color: #800D26;
    padding: 1px 30px;
    border-radius: 2px;
    background: #fff;
    margin-right: 30px;
    margin-left: 60px;
    vertical-align: 4px;
}

.content_hikaku .agent_list .box .btn a::after {
    content: "";
    position: absolute;
    right: 70px;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    background: url(/img/btn_red-arrow.png);
    background-size: contain;
}

/*光るボタン*/
.shiny-btn {
    display: block;
    position: relative;
    overflow: hidden;
    transition: 0.2s;
}
  
.shiny-btn:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.2);
    opacity: inherit;
}
  
.shiny-btn::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn 3s ease-in-out infinite;
}
  
@-webkit-keyframes shiny-btn {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.8; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/*光るボタン end*/


/* もっと見るボタン */
.more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #eee;
    font-size: 28px;
    font-weight: bold;
    border-radius: 30px;
    width: 300px;
    height: 60px;
    border: 3px solid #fff;
    position: relative;
    transition: 0.3s;
    background-color: #015eac;
    margin: 0 auto 70px;
  }
  
  .more-btn::before, .more-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform-origin: 100% 50%;
    height: 1px;
    width: 11px;
    background-color: #fff;
    border-radius: 2px;
    will-change: transform;
    transition: .3s;
  }
  
  .more-btn::before {
    transform: translateY(-50%) rotate(30deg);
  }
  
  .more-btn::after {
    transform: translateY(-50%) rotate(-30deg);
  }
  
  .more-btn:hover::before {
    transform: translate(5px, -50%) rotate(30deg);
  }
  
  .more-btn:hover::after {
    transform: translate(5px, -50%) rotate(-30deg);
  }

  /* 閉じるボタン */
.close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    border-radius: 30px;
    width: 300px;
    height: 60px;
    border: 3px solid #fff;
    position: relative;
    transition: 0.3s;
    background-color: #071739;
    background-color: #B8BECC;
    margin: 0 auto 70px;
  }




/* bottom_fix4 */
@media screen and (min-width: 769px) {
    nav.bottom_fix4 {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    nav.bottom_fix4 {
        width: 100%;
        background: #5f5f5f;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
    }

    nav.bottom_fix4 ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #fff;
    }

    nav.bottom_fix4 ul li {
        width: 50%;
        height: 100px;
        text-align: center;
        font-size: 30px;
        border-right: 1px solid #fff;
    }

    nav.bottom_fix4 ul li:last-child {
        border-right: none;
    }

    nav.bottom_fix4 ul li:nth-child(1) {
        background: #071739;
    }

    nav.bottom_fix4 ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #fff;
        font-weight: bold;
    }

    nav.bottom_fix4 ul li a:hover {
        opacity: 1;
        background: #071739;
    }
    
    nav.bottom_fix4 ul li a img {
        display: block;
        width: 10%;
        margin-right: 5px;
    }

    nav.bottom_fix4 ul li a .f20 {
        font-size: 20px;
        margin-top: 2px;
    }

}

/* 比較ページの（.bottom_fix4）下部fixedページ内リンクナビの調整において  footerでのfadeOut処理が難航したため表示スペースを設けて回避*/
@media screen and (max-width: 768px) {
    footer.margin_b {
        margin-bottom: 100px;
    }

}


/* #jyoken_hikaku jyoken_main */
#jyoken_hikaku .jyoken_main * {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
}

#jyoken_hikaku .jyoken_main h2 {
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    background: #071739;
    padding: 30px 0;
    margin-bottom: 60px;
    font-size: 32px;
}

#jyoken_hikaku .jyoken_main h2:after {
    border-width: 14px 22px 0;
    border-color: #071739 transparent transparent transparent;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
}

#jyoken_hikaku .jyoken_main-top {
    background-image: url(/img/jyoken_main-top_2.png);
    width: 680px;
    height: 532px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 2rem 0 5rem;
    position: relative;
}

#jyoken_hikaku .jyoken_main-top_link {
    position: absolute;
}

#jyoken_hikaku .jyoken_main-top_link p {
    font-size: 27px;
    font-weight: bold;
    color: #071739;
    border-bottom: 1px solid #071739;
    display: flex;
    align-items: center;
}

#jyoken_hikaku .jyoken_main-top_link p:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url(/img/icon/icon_star-y.png) no-repeat;
    background-size: contain;
}

/* リクルート */
#jyoken_hikaku .jyoken_main-top_link.link01 {
    top: 42%;
    left: 26%;
}

/* ビズリーチ */
#jyoken_hikaku .jyoken_main-top_link.link02 {
    top: 18%;
    left: 32%;
}

/* doda */
#jyoken_hikaku .jyoken_main-top_link.link03 {
    top: 74%;
    left: 26%;
}

/* パソナキャリア */
#jyoken_hikaku .jyoken_main-top_link.link04 {
    top: 10%;
    left: 45%;
}

/* キャリアスタート */
#jyoken_hikaku .jyoken_main-top_link.link05 {
    top: 27%;
    left: 70%;
}
#jyoken_hikaku .jyoken_main-top_link.link05 p {
    font-size: 23px;
    letter-spacing: -3px;
}

/* DYM就職 */
#jyoken_hikaku .jyoken_main-top_link.link06 {
    top: 50%;
    left: 57%;
}

/* ジェイック */
#jyoken_hikaku .jyoken_main-top_link.link07 {
    top: 74%;
    left: 70%;
}

/* Green */
#jyoken_hikaku .jyoken_main-top_link.link08 {
    top: 27%;
    left: 70%;
}

#jyoken_hikaku .jyoken_main-contents {
    background: #f2f2f2;
    padding: 40px 20px 50px;
}

#jyoken_hikaku .jyoken_main-contents > ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 50px;
}

#jyoken_hikaku .jyoken_main-contents > ul li {
    /* width: 32%; */
    width: 205px;
    height: 125px;
}

#jyoken_hikaku .jyoken_main-contents > ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    justify-content: center;
    align-items: center;
    color: #071739;
    background: #fff;
    border: 3px solid #071739;
    font-size: 25px;
    text-indent: 0;
    border-radius: 10px;
    box-shadow: 0 5px 0 #999;
    font-weight: 600;
    position: relative;
}

#jyoken_hikaku .jyoken_main-conthikakuents > ul li a p {
    font-weight: 600;
}

#jyoken_hikaku .jyoken_main-contents > ul li a p:before {
    display: none;
}

#jyoken_hikaku .jyoken_main-contents > ul li a p:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f0d7';
    color: #800d26;
    font-size: 32px;
    margin-left: 10px;
    margin-top: -5px;
}

#jyoken_hikaku .jyoken_main-contents > ul li a img {
    height: 57px;
    margin: 10px 0 5px;
}

#jyoken_hikaku .jyoken_main .cat_box {
    width: 100%;
    height: auto;
    background: none;
    margin-bottom: 40px;
    text-align: center;
    padding: 46px 40px;
    color: #222;
    background: #fff;
}

#jyoken_hikaku .jyoken_main .cat_box h4 {
    font-size: 36px;
    color: #111;
    display: inherit;
    border-bottom: 8px solid #d9b6be;
    line-height: 1.3;
    padding-bottom: 5px;
}

#jyoken_hikaku .jyoken_main .cat_box h4 .small {
    font-size: 22px;
    margin-left: 5px;
}

#jyoken_hikaku .jyoken_main .cat_box h4 span {
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin-right: 4px;
}

#jyoken_hikaku .jyoken_main .cat_box h4 img {
    height: 40px;
    object-fit: contain;
    vertical-align: -6px;
}

#jyoken_hikaku .jyoken_main .cat_box figure {
    width: 400px;
    height: 128px;
    margin: 35px auto 40px;
}

#jyoken_hikaku .jyoken_main .cat_box figure img {
    border: none;
    border: 2px solid #B8BECC;
    box-shadow: 3px 3px 2px #b8becc;
}

#jyoken_hikaku .jyoken_main-contents-text {
    margin-top: 24px;
    font-size: 18px;
    text-align: justify;
}

#jyoken_hikaku .jyoken_main-contents-text span {
    color: #800D26;
    font-weight: 700;
}

#jyoken_hikaku .jyoken_main .cat_box .btn {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#jyoken_hikaku .jyoken_main .cat_box .btn span {
    background: #E6E6E6;
    width: 85px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 22px;
    border-radius: 22px;
    margin-right: 8px;
    display: block;
}

#jyoken_hikaku .jyoken_main .cat_box .btn a {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    background: transparent;
    color: #0000EE;
    font-size: 23px;
    text-align: left;
    line-height: 1;
    box-shadow: none;
}

#jyoken_hikaku .jyoken_main .cat_box .btn a:after {
    content: none;
}


@media screen and (max-width: 768px) {

    #jyoken_hikaku .jyoken_main .cat_box .btn {
        position: static;
    }

    /* #jyoken_hikaku .jyoken_main .cat_box h4 {
        font-size: 27px;
        align-items: center;
    } */

    #jyoken_hikaku .jyoken_main-contents-text {
        font-size: 24px;
    }

}

/*
　比較ページ /main/hikaku/
* *********************************** */



/*------------------------------------------
   地域ページ（.wrapper_area用）　/area/
   ※2022.10　デザイン、配色等変更
--------------------------------------------*/

.wrapper_area .mainv_hero {
    position: relative;
}

.wrapper_area .mainv_hero img {
    border-top: none;
    border-bottom: none;
}

.wrapper_area .mainv_hero p {
    font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN W3','游ゴシック','Yu Gothic', sans-serif;
    font-weight: 800;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 70px;
    color: #800d26;
}

.wrapper_area .mainv_hero p span {
    font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN W3','游ゴシック','Yu Gothic', sans-serif;
    font-weight: 600;
}

.wrapper_area .mainv_hero p span:nth-of-type(1) {
    font-size: 40px;
    color: #071739;
    letter-spacing: 3px;
}

.wrapper_area .mainv_hero p span:nth-of-type(2) {
    font-size: 60px;
    color: #071739;
    letter-spacing: -7px;
}


/*タブ切り替えの中身のスタイル*/
.wrapper_area .tab_age.area .tab_content {
    display: none;
    padding: 40px 20px 0;
    clear: both;
    overflow: hidden;
    /* background: rgba(0, 141, 204, 0.1); */
    background: #F2F2F2;
    font-feature-settings: "palt";
    letter-spacing: .03em;
}

.wrapper_area .tab_age.area h2 {
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 50px;
    font-size: 32px;
    background-color: #fff;
    /* border-bottom: solid 4px #008dcc; */
    border-bottom: solid 4px #071739;
}
.wrapper_area .tab_age.area h2:before {
    width: 620px;
    margin-bottom: 50px;
    color: #000;
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .03em;
    margin-top: 10px;
}

.wrapper_area .tab_age.area h2:before,
.wrapper_area .tab_age.area h2:after {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wrapper_area .tab_age.area h2:before {
    border: solid 16px transparent;
    /* border-top: solid 16px #008dcc; */
    border-top: solid 16px #071739;
}

.wrapper_area .tab_age.area h2:after {
    border: solid 16px transparent;
    margin-top: 0px;
}

.wrapper_area .tab_age.area h2 p {
    margin: 0;
    padding: 0;
}

.wrapper_area .tab_age.area h2 span {
    font-size: 34px;
    font-weight: bold;
    margin: 0 10px;
}

.wrapper_area .tab_age .area-agent_list {
    margin-bottom: 80px;
}

.wrapper_area .tab_age .area-agent_list .box {
    width: 100%;
    border: 1px solid #aaa;
    padding: 40px 60px 40px;
    position: relative;
    color: #000;
    background: #fff;
    margin-bottom: 30px;
}

/*
.wrapper_area .tab_age .area-agent_list .box .icon {
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
}
*/

.wrapper_area .tab_age .area-agent_list .box:nth-of-type(1) {
    background-image: url(/img/icon/icon_rank2_1.png);
    background-repeat: no-repeat;
}

.wrapper_area .tab_age .area-agent_list .box:nth-of-type(2) {
    background-image: url(/img/icon/icon_rank2_2.png);
    background-repeat: no-repeat;
}

.wrapper_area .tab_age .area-agent_list .box:nth-of-type(3) {
    background-image: url(/img/icon/icon_rank2_3.png);
    background-repeat: no-repeat;
}


.wrapper_area .tab_age .area-agent_list .box .flex {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.wrapper_area .tab_age .area-agent_list .box .flex .inner_L {
    width: 350px;
    text-align: center;
}

.wrapper_area .tab_age .area-agent_list .box h3 a {
    /* color: #0052ff; */
    color: #071739;
    font-size: 34px;
    font-weight: bold;
    display: inline-block;
    padding: 0px;
    line-height: 1;
    /* border-bottom: 1px solid #0052ff; */
    border-bottom: 1px solid #071739;
    margin-bottom: 20px;
}

.wrapper_area .tab_age .area-agent_list .box figure img {
    box-shadow: 1px 2px 3px #aaa;
}

.wrapper_area .tab_age .area-agent_list .box .txt {
    width: 520px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.wrapper_area .tab_age .area-agent_list .box .txt .icon {
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}

.wrapper_area .tab_age .area-agent_list .box .txt h4 {
    font-size: 33px;
    font-weight: bold;
    padding: 0;
    margin: 25px 0 5px;
    color: #111111;
    width: 100%;
    /*    border-bottom: 2px solid #dcbd39;*/
    text-align: justify;
}

/* .wrapper_area .tab_age .area-agent_list .box:nth-of-type(-n+3) .txt h4 {
    padding-left: 50px;
}

.wrapper_area .tab_age .area-agent_list .box:nth-of-type(1) .txt h4 {
    background-image: url(/img/icon/icon_crown2_1.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.wrapper_area .tab_age .area-agent_list .box:nth-of-type(2) .txt h4 {
    background-image: url(/img/icon/icon_crown2_2.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.wrapper_area .tab_age .area-agent_list .box:nth-of-type(3) .txt h4 {
    background-image: url(/img/icon/icon_crown2_3.png);
    background-repeat: no-repeat;
    background-position: center left;
} */

.wrapper_area .tab_age .area-agent_list .box .txt p {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 20px;
    color: #6e6e6e;
    text-align: justify;
}

.wrapper_area .tab_age .area-agent_list .box .inner_R ul {
    margin: 0;
    width: 150px;
}

.wrapper_area .tab_age .area-agent_list .box .inner_R ul li {
    font-size: 20px;
    text-align: left;
    margin: 0 0 8px;
    padding: 10px 0 10px 8px;
    line-height: 1.2;
    border: 1px solid #d3d3d3;
    color: #aaa;
    border-radius: 3px;
}

.wrapper_area .tab_age .area-agent_list .box .inner_R ul li.active {
    /* color: #015eac; */
    color: #8C6239;
    font-weight: bold;
    /* background: rgba(255, 246, 180, 0.2); */
    /* background: rgba(0, 141, 204, 0.1); */
    background: #f5f2ed;
    /* border: 1.5px solid #16a8ea; */
    border: 1.5px solid #8C6239;
}

.wrapper_area .tab_age .area-agent_list .box .inner_R ul li.small {
    font-size: 17px;
    line-height: 1.2;
    padding: 5px 0 3px 5px;
}

.wrapper_area .tab_age .area-agent_list .box .inner_R ul li.small span {
    font-size: 13px;
    font-weight: normal;
}

/* 王冠なし */
.wrapper_area .tab_age .area-agent_list .box:nth-of-type(-n+3) .txt h4 {
    padding-left: 0;
}

.wrapper_area .tab_age .area-agent_list .box:nth-of-type(1) .txt h4 {
    background-image: none;
}

.wrapper_area .tab_age .area-agent_list .box:nth-of-type(2) .txt h4 {
    background-image: none;
}

.wrapper_area .tab_age .area-agent_list .box:nth-of-type(3) .txt h4 {
    background-image: none;
}


.wrapper_area .tab_age .area-agent_list .box .btn a {
    display: block;
    width: 520px;
    height: 76px;
    margin: 10px auto 0;
    /* background: #fa9611; */
    background: #800D26;
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    text-align: center;
    line-height: 76px;
    /* box-shadow: 3px 3px 2px #aaa; */
    box-shadow: 4px 4px 0px #b36e7d;
    position: relative;
    border-radius: 1px;
}

.wrapper_area .tab_age .area-agent_list .box .btn a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 52%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 13px;
    border-color: transparent transparent transparent #ffffff;
}




/*------------------------------------------
   条件リスト（パーツ）　jyoken_list.html
--------------------------------------------*/

.jyoken_list {
    padding: 0 20px;
    margin-top: 120px;
    margin-bottom: 160px
}

.jyoken_list p {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .jyoken_list p {
        font-size: 24px;
        line-height: 1.5;
    }
}

.jyoken_list h2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    background: #008DCC;
    text-align: center;
    padding: 30px 0 0;
    position: relative;
    margin-bottom: 80px;
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    background: #071739;
    padding: 30px 0;
    margin-bottom: 60px;
}

.jyoken_list h2::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 14px 22px 0;
    border-color: #071739 transparent transparent transparent;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
}

.jyoken_list .wrap_list {
	margin: 0 0 30px;
}

.jyoken_list .wrap_list .ttl_1,
.jyoken_list .wrap_list .ttl_2 {
    font-size: 33px;
    color: #111;
    font-weight: 900;
    padding: 15px 20px;
    margin: 0;
    position: relative;
	margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 65px;
}

.jyoken_list .wrap_list .ttl_1:before {
    background: url(/img/icon/icon_crown-r.png) no-repeat no-repeat center center;
    background-size: auto 100%;
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    margin: 15px 0;
}

.jyoken_list .wrap_list .ttl_2:before {
    background: url(/img/icon/icon_en-r.png) no-repeat no-repeat center center;
    background-size: auto 100%;
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    margin: 15px 0;
}

.jyoken_list .wrap_list .ttl_1 span,
.jyoken_list .wrap_list .ttl_2 span {
    padding: 0 0 3px 0;
    background: -webkit-linear-gradient(transparent 65%, #FDF57A 0%);
    background: -o-linear-gradient(transparent 65%, #FDF57A 0%);
    background: linear-gradient(transparent 65%, #FDF57A 0%);
}

.jyoken_list .wrap_list .wrap_jyoken {
    display: inline-flex;
    width: 100%;
    margin-bottom: 30px;
    border: 2px solid #8c623999;
    border-radius: 2px;
    font-size: 26px;
    font-weight: 900;
    color: #8C6239;
    position: relative;
}

.jyoken_list .wrap_list .wrap_jyoken::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 14px solid #8c623999;
    border-right: 14px solid transparent;
}

.jyoken_list .wrap_list .wrap_jyoken .jyoken {
    width: 60%;
    background: #f5f2ed;
    margin: 0;
    padding: 15px 10px 15px 25px;
    display: inline-block;
    font-size: 30px;
}

.jyoken_list .wrap_list .wrap_jyoken .jyoken span {
    font-size: 24px;
}

.jyoken_list .wrap_list a {
    font-size: 27px;
    margin: 0;
    padding: 15px 10px;
    display: inline-block;
    width: 40%;
    font-weight: 900;
    color: #071739;
}



/*-----------------------------
   商標ページ 
-------------------------------*/
.agent_page {
}

.agent_page p {
    font-size: 23px;
    margin: 15px 10px;
    line-height: 1.55;
}

.agent_page p.url {
    margin: 5px 10px;
}

/*----- 見出し icon -----*/
.agent_page h2 {
    font-size: 46px;
    font-weight: bold;
    color: #111;
    /* text-shadow: 1px .5px 0 #4A260A; */
    letter-spacing: .5px;
    margin: 20px 0 25px;
    position: relative;
    border-bottom: 10px solid #d9b6be;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.agent_page h2::before {
    content: "";
    width: 50px;
    height: 60px;
    background: url(/img/icon/icon_document-2-r.png) no-repeat center center;
    background-size: contain;
    margin-right: 15px;
}

/*----- 背景色付list -----*/
.agent_page ul.list_check_bg li {
    font-size: 2.7rem;
}

.agent_page ul.list_check_bg li:before {
    font-size: 2.6rem;
    margin-right: 10px;
}

/*----- wrap -----*/
.agent_page .item_wrap {
	padding: 0 20px 80px;
}

.agent_page .item_wrap a {
	color: #0000EE;
    margin-left: 10px;
    font-size: 25px;
}

/*----- cap -----*/
.agent_page .cap {
	text-align: center;
}

.agent_page .cap img {
	width: 620px;
    margin-bottom: 0;
}

/*----- リストアイコン　check 背景色有 -----*/
.agent_page ul.list_check_bg {
	margin: 30px 10px 20px;
    padding: 25px 0 10px 5px;
    border-radius: 4px;
    border: 5px solid #B8BECC;
}

.agent_page ul.list_check_bg li {
    font-weight: bold;
    padding-left: 35px;
    margin-left: 20px;
    margin-bottom: 13px;
    position: relative;
}

.agent_page ul.list_check_bg li:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url(/img/text_main-check.png)no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}

/*----- テーブル -----*/
.agent_page table {
    border: none;
    margin: 0 10px 0;
}

.agent_page table tr + tr {
    border-top: 1px dashed #B8BECC;
}

.agent_page table th,
.agent_page table td {
    font-size: 20px;
    border: none;
    padding: 10px 0;
}

.agent_page table th {
    width: 85px;
    background: none;
    vertical-align: top;
}

.agent_page table td {
    width: calc(100% - 85px);
    background: none;
    padding-left: 20px;
}

.agent_page table th p {
    width: 100%;
    height: 45px;
    background: #E6E6E6;
    text-align: center;
    line-height: 45px;
    border-radius: 22px;
    font-weight: 500;
}

.agent_page table tr td a {
    font-size: 28px;
    font-weight: 700;
}

.agent_page table tr td ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.agent_page table tr:last-child td ul li,
.agent_page table tr td ul li {
    border: 1px solid #ccc;
    margin: 5px 10px 5px 0;
    color: #ccc;
    width: calc(100% / 3 - 10px);
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
}

.agent_page table tr:last-child td ul li.active,
.agent_page table tr td ul li.active {
    border: 1px solid #8C6239;
    background: #F1E9D2;
    color: #8C6239;
}

.agent_page .pr {
    font-size: 18px;
}

.agent_page .btn span {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #222;
}

.agent_page .btn span:before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(/img/ranking_main-check.png)no-repeat;
    background-size: contain;
}

.agent_page .btn a {
    display: block;
    width: 95%;
    margin: 30px auto 30px;
    color: #fff;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    position: relative;
    height: 85px;
    line-height: 85px;
    background: #800D26;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 4px 4px #b36e7d;
}

.agent_page .btn a::after {
    content: "";
    position: absolute;
    right: 70px;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    background: url(/img/btn_red-arrow.png);
    background-size: contain;
}

/*----- スライド(各商標ページへ) -----*/
#slide_agent .skill_wrapper {
    text-align: center;
    padding: 0 0 100px;
}

#slide_agent .swiper-wrapper {
    margin: 0 auto;
}

#slide_agent .skill_prof_wrap {
    /* background: #F5F2ED; */
    padding: 20px 0 90px;
    margin: 0 auto;
}

#slide_agent .swiper-wrapper {
    background: #fff;
    background: #F5F2ED;
    padding: 30px 20px 0;
    width: 100%;
}

#slide_agent .skill_prof {
    font-size: 30px;
    color: #fff;
    margin: 0 0 0px;
    background: rgba(7, 23, 57, 0.7);
    border-radius: 0;
    height: 70px;
    line-height: 75px;
}

#slide_agent .swiper-wrapper img {
    max-width: 95%;
    /* width: 270px; */
    /* height: auto; */
    /* border: 1px solid #e5e5e5; */
}

#slide_agent .swiper-slide {
    /* height: 160px; */
}

#slide_agent .swiper-wrapper .slick-next {
    right: 20px;
    z-index: 99;
    height: auto;
    width: 80px;
}

#slide_agent .swiper-wrapper .slick-prev {
    left: 15px;
    z-index: 100;
    height: auto;
    width: 80px;
}

#slide_agent .swiper-slide a {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
}

#slide_agent .swiper-slide p {
    margin: 0;
}

#slide_agent .slick-dots {
    bottom: -50px !important;
}

#slide_agent .slick-dots li {
    margin: 0 10px !important;
}

#slide_agent .slick-dots li button:before {
    /*opacity: 1;*/
    color: #071739 !important;
    font-size: 46px !important;
    content: '•' !important;
}

#slide_agent img {
    padding-left: 10px;
}

#slide_agent img:first-child {
    margin-bottom: 0;
}

#slide_agent .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

#slide_agent .slick-prev:before,
#slide_agent .slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 40px !important;
    line-height: 1;
    opacity: .75;
    color: #071739 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#slide_agent .slick-prev:before {
    content: "\f053" !important;
}

#slide_agent .slick-next:before {
    content: "\f054" !important;
}

#slide_agent .slick-prev,
#slide_agent .slick-next {
    position: absolute;
    top: 125% !important;
}

#slide_agent .slick-prev {
    left: 16% !important;
}

#slide_agent .slick-next {
    left: 74% !important;
}


/* top コラム一覧ボタン */
.column_btn {
    text-align: center;
    margin: 40px 0;
}
.column_btn a {
    font-size: 2.7rem;
    margin: 0 5px;
    padding: 12px 10px;
    display: inline-block;
    width: 47%;
    border: 2px solid #8C6239;
    border-radius: 10px;
    font-weight: bold;
    color: #071739;
    box-shadow: 6px 6px 0px 0px #E6E6E6;
}
  
.column_btn a:before {
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-right: 20px;
    position: relative;
    left: 10px;
    top: -3px;
    color: #8C6239;
    font-size: 1.7rem;
    font-weight: 900;
}

/* コラムリストページ */
.list h3 {
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    background: #071739;
    padding: 15px 0;
    margin: 40px 0 20px;
}

.list .column_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.list .column_list_box {
    text-align: left;
    text-align: justify;
    /* margin: 40px 0; */
}

.list .column_list_box a {
    font-size: 2.3rem;
    margin: 0;
    /* padding: 12px 10px; */
    display: inline-block;
    width: 310px;
    /* border: 1px solid #725c44; */
    /* border-radius: 10px; */
    /* font-weight: bold; */
    color: #404040;
    /* box-shadow: 6px 6px 0px 0px #fff2f3; */
}
  
.list .column_list_box a .title {
    margin-bottom: 40px;
}
  
.list .column_list_box a img {
    border-radius: 0;
    margin-bottom: 15px;
    width: 310px;
    object-fit: cover;
    height: 180px;
}


/* コラムリストページ(エンジニア用) */
.list h3 {
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    background: #071739;
    padding: 15px 0;
    margin: 40px 0 20px;
}

.list .column_list-2 {
    margin: 40px 30px 70px;
}

.list .column_list-2 .column_list_box-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    text-align: justify;
    border-bottom: 1px solid #efefef;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.list .column_list-2 .column_list_box-2 img {
    border-radius: 0;
    width: 200px;
    height: auto;
}

.list .column_list-2 .column_list_box-2 .title {
    width: 400px;
    font-size: 26px;
    color: #000000;
}

.list .column_list-2 .column_list_box-2 .title a {
    display: block;
    height: 100%;
}




/*------------------------------------------
   検索ボックス（2種類）
   検索結果画面（2種類）
--------------------------------------------*/

@keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.wrapper_bottom {
  padding-bottom: 290px;
}

/* .btn {
  display: inline-block;
} */

.btn-external {
  background-color: #FF8224;
  border-radius: 4px;
  color: #fff;
  line-height: 60px;
  padding: 0 15px 0 5px;
  font-size: 24px;
  position: relative;
  font-weight: 700;
}
.btn-external:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -5px;
}

/* /kensaku/ページ */
/* 現在の検索条件 */
.kensaku .search-condition {
  background-color: #F5F2ED;
  padding: 10px;
}
.kensaku .search-condition .search-condition-container {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-end; */
}
.kensaku .search-condition h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.kensaku .search-condition .search-condition-list {
  /* flex: 1 1 auto; */
  width: 400px;
}
.kensaku .search-condition .search-condition-list li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 5px;
  border: 1px solid rgba(128, 13, 38, 0.6);
  background-color: #fff;
  /* line-height: 35px; */
  /* font-size: 24px; */
  font-size: 19px;
  font-weight: 700;
  padding: 0 5px;
  color: #800D26;
}
.kensaku .search-condition .search-condition-result {
  flex: 0 0 auto;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  line-height: 40px;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}
.kensaku .search-condition .search-condition-result span {
  background-color: #800D26;
  padding: 0 12px;
  color: #fff;
  font-size: 36px;
  border-radius: 4px;
}
.kensaku .search-condition .how_result_box {
  margin-bottom: 15px;
}
.kensaku .search-condition .how_result_change {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  color: #071739;
  border-radius: 4px;
  border: 2px solid #071739;
}
.kensaku .search-condition .how_result_change:before {
  content: "\f2f1";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  left: 0px;
  top: 0px;
  color: #071739;
  font-size: 1.7rem;
  font-weight: 900;
}
.kensaku .search-condition .info {
  font-size: 16px;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 0;
}
.kensaku .search-result {
  background-color: #F5F2ED;
  padding: 0 10px 10px;
  min-height: 87px;
}

/* kensaku result 共通 */
.search-result table {
  background-color: #fff;
}
.search-result table thead {
  background-color: #071739;
}
.search-result table thead tr th {
  text-align: center;
  white-space: nowrap;
}
.search-result table thead tr th span, .search-result table thead tr th a {
  display: block;
  color: #fff;
  padding: 16px 2px;
  font-size: 22px;
}
.search-result table thead th a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-result table thead tr th a:before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
}
.search-result table thead tr th.sm a, .search-result table thead tr th.sm span {
  font-size: 17px;
}
.search-result table thead tr th:nth-of-type(1) {
  width: 27%;
}
.search-result table thead tr th:nth-of-type(2) {
  width: 27%;
}
.search-result table thead tr th:nth-of-type(3) {
  width: 15%;
}
.search-result table thead tr th:nth-of-type(4) {
  width: 15%;
}
.search-result table thead tr th:nth-of-type(5) {
  width: 15%;
}
.search-result table thead tr th.active {
  background-color: #800D26;
}
.search-result table tbody tr {
  border-bottom: 1px solid #ccc !important;
}
.search-result table tbody td {
  text-align: center;
  padding: 0.5em 0.3em;
  border-left: 1px dashed #ccc !important;
}
.search-result table tbody td:first-child {
  border-left: 1px solid #ccc !important;
}
.search-result table tbody td:last-child {
  border-right: 1px solid #ccc !important;
}

/* ソートがおすすめの時、1位案件に王冠 */
.search-result table tbody tr.crown td:first-child {
  position: relative;
}
.search-result table tbody tr.crown td:first-child:before {
  content: "";
  display: block;
  width: 65px;
  height: 47px;
  background-image: url(/img/kensaku/icon_crown_or.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* 結果画面が別ウィンドウ時
上記が表示されないための対策 */
/* 1番最初のtrtdに王冠 */
.result .search-result table tbody tr:first-child td:first-child {
  position: relative;
}
.result .search-result table tbody tr:first-child td:first-child:before {
  content: "";
  display: block;
  width: 65px;
  height: 47px;
  background-image: url(/img/kensaku/icon_crown_or.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 2px;
  left: 2px;
}


/* 検索結果が表示されました */
.search-popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
.search-popup .message {
  font-size: 3rem;
  font-weight: 700;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.search-popup .icon {
  color: #32cd32;
  background-color: #fff;
  border-radius: 50%;
}
.search-popup.active {
  opacity: 1;
  z-index: 100;
}


/* 検索結果 対応求人等 */
.recruit-types {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 5px;
  margin-bottom: 5px;
}
.recruit-type {
  flex: 0 0 48%;
  line-height: 35px;
  font-size: 18px;
  border: 1px solid #8C6239;
  background-color: #F1E9D2;
  white-space: nowrap;
  color: #8C6239;
  font-weight: 700;
}
.recruit-type.invalid {
  border-color: #ccc;
  color: #aaa;
  background-color: #fff;
}
.recruit-sponsored {
  color: #404040;
  font-size: 13px;
  display: block;
  text-align: left;
}
.recruit-label {
  width: 100%;
  height: 100%;
  min-height: 72px;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4A260A;
  font-size: 20px;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}
.recruit-label.level-03 {
  background-image: url(/img/kensaku/img_triangle.png);
}
.recruit-label.level-02 {
  background-image: url(/img/kensaku/img_circle.png);
}
.recruit-label.level-01 {
  background-image: url(/img/kensaku/img_doublecircle.png);
}


/* result_content.html */
/* 現在の検索条件 */
.result .search-condition {
  /* background-color: #F5F2ED; */
  padding: 10px;
}
.result .search-condition .search-condition-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  margin-bottom: 30px;
}
.result .search-condition h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.result .search-condition .search-condition-list {
  width: 500px;
}
.result .search-condition .search-condition-list li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 5px;
  font-size: 19px;
  padding: 0 5px;
}
.result .search-condition .search-condition-list li:after {
  content: "/";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  color: #404040;
  font-size: 20px;
}
.result .search-condition .search-condition-list li:last-child:after {
  content: none;
}
.result .search-condition .search-condition-result {
  line-height: 40px;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: right;
}
.result .search-condition .search-condition-result span {
  background-color: #800D26;
  padding: 0 12px;
  color: #fff;
  font-size: 36px;
  border-radius: 4px;
  margin-right: 5px;
}
.result .search-condition .how_result_box {
  margin-bottom: 15px;
  text-align: center;
}
.result .search-condition .how_result_change {
  display: inline-block;
  width: 50%;
  height: 60px;
  line-height: 56px;
  font-size: 21px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  color: #404040;
  border-radius: 4px;
  border: 1px solid #404040;
  float: initial;
  text-align: center;
  box-shadow: 0px 3px 1px  #ccc;
}
.result .search-condition .how_result_change:before {
  content: "\f2f1";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  left: 0px;
  top: 0px;
  color: #404040;
  font-size: 20px;
  font-weight: 900;
}

.result .search-result {
  background-color: #F5F2ED;
  padding: 10px 10px 10px;
  min-height: 87px;
}
.result .search-result .info {
  font-size: 16px;
  text-align: right;
  margin-bottom: 5px;
}


/* もっと見るボタン */
.fv_hikaku_inner {
  height: 1080px;
  overflow: hidden;
  position: relative;
}
.fv_hikaku_inner:after {
  content: "";
  display: block;
  background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="transparent", endColorstr="#ffffff",GradientType=0 );
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s;
}
.fv_hikaku .btn-more {
  width: 50%;
  height: 60px;
  margin: 0 auto;
  background-color: #ff8000;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.fv_hikaku .btn-more span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  transition: all 0.2s;
}
.fv_hikaku .btn-more span.text-more:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
}
.fv_hikaku .btn-more span.text-close:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #ffffff transparent;
}
.fv_hikaku.close .fv_hikaku_inner {
  height: 920px;
}
.fv_hikaku.close .fv_hikaku_inner:after {
  display: block;
}
.fv_hikaku.close .text-close {
  display: none;
}
.fv_hikaku.open .fv_hikaku_inner {
  height: auto;
}
.fv_hikaku.open .fv_hikaku_inner:after {
  display: none;
}
.fv_hikaku.open .btn-more {
  margin-top: 30px;
}
.fv_hikaku.open .text-more {
  display: none;
}

/* コラム（エンジニア） */
.column .txt_site2 {
    margin-top: 30px;
}


/* ソート付き 総合ランキング */
#sort_ranking h2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    background: #071739;
    padding: 20px 0;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.5);
}

#sort_ranking h2 span {
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    font-size: 48px;
}

#sort_ranking h2 span.pr {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 26px;
    font-weight: normal;
    border: 1px solid #fff;
    padding: 3px 5px 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

#sort_ranking h2:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 22px 0;
    border-color: #071739 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
}

#sort_ranking .info {
    font-size: 18px;
    text-align: right;
    margin-top: -40px;
    margin-bottom: 30px;
}

#sort_ranking .sort-items {
    padding: 0 40px;
}

#sort_ranking .sort-items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#sort_ranking .sort-items ul li:after {
    content: "|";
    color: #ccc;
    font-size: 28px;
    margin-left: 30px;
    margin-right: 10px;
}

#sort_ranking .sort-items ul li:last-child:after {
    content: none;
}

#sort_ranking .sort-items ul li a{
    font-size: 26px;
    font-weight: bold;
    color: #071739;
}

#sort_ranking .sort-items ul li a:before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #aaaaaa transparent transparent transparent;
}

#sort_ranking .sort-items ul li.active a {
    font-size: 28px;
    color: #800d26;
    border-bottom: 10px solid #800d26;
}

#sort_ranking .sort-items ul li.active a:before {
    border-color: #800d26 transparent transparent transparent;
}

#sort_ranking .answer-sort {
    margin-bottom: 30px;
}

#sort_ranking .js-wrapper {
    background: #F2F2F2;
    padding-top: 30px;
    padding-bottom: 45px;
}

#sort_ranking .js-wrapper .agent {
    background: #fff;
    border: #B8BECC;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.30);
    border-radius: 10px;
    margin: 0 20px;
    border: 1px solid #B8BECC;
    padding: 40px 30px 50px;
    margin-bottom: 40px;
}

#sort_ranking .js-wrapper .agent-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#sort_ranking .js-wrapper span.agent-name {
    font-size: 42px;
    border-bottom: 2px solid #0000ee;
    color: #0000ee;
    font-weight: bold;
    line-height: 1;
    position: relative;
    margin-left: 60px;
}

#sort_ranking .js-wrapper span.agent-name:before {
    content: "";
    width: 50px;
    height: 44px;
    background: url(/img/ranking/icon_crown_base.png)no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
}

#sort_ranking .js-wrapper .agent:nth-of-type(1) span.agent-name:before {
    background: url(/img/ranking/icon_crown_1.png)no-repeat;
}

#sort_ranking .js-wrapper .agent:nth-of-type(2) span.agent-name:before {
    background: url(/img/ranking/icon_crown_2.png)no-repeat;
}

#sort_ranking .js-wrapper .agent:nth-of-type(3) span.agent-name:before {
    background: url(/img/ranking/icon_crown_3.png)no-repeat;
}

#sort_ranking .js-wrapper .agent-sukusho {
    margin-bottom: 10px;
}

#sort_ranking .js-wrapper .agent-sukusho img {
    width: 100%;
}

#sort_ranking .js-wrapper .agent-sponsored {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 30px;
}

#sort_ranking .js-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

#sort_ranking .js-wrapper tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 160px;
}

#sort_ranking .js-wrapper tr {
    display: inline-grid;
    width: 176px;
    border: 1px solid #ccc;
}

#sort_ranking .js-wrapper th {
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    background: #cccccc;
}

#sort_ranking .js-wrapper th.active {
    background: #993D51;
    color: #fff;
}

#sort_ranking .recruit-label {
    width: 100%;
    height: 100%;
    min-height: 72px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4A260A;
    font-size: 20px;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}

#sort_ranking .recruit-label.level-03 {
    background-image: url(/img/ranking/img_triangle.png);
    background-size: 50%;
}

#sort_ranking .recruit-label.level-02 {
    background-image: url(/img/ranking/img_circle.png);
    background-size: 50%;
}

#sort_ranking .recruit-label.level-01 {
    background-image: url(/img/ranking/img_doublecircle.png);
    background-size: 50%;
}

#sort_ranking .js-wrapper td {
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    height: 110px;
    line-height: 110px;
}

#sort_ranking .js-wrapper td span {
    font-size: 29px;
}

#sort_ranking .js-wrapper .agent-kome {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 20px;
}

#sort_ranking .js-wrapper .agent-text {
    font-size: 19px;
    color: #535353;
}

#sort_ranking .js-wrapper .agent-website {
    padding: 30px 0 40px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 20px;
}

#sort_ranking .js-wrapper .agent-website span.label {
    flex: 0 0 auto;
    line-height: 40px;
    color: #100329;
    padding: 0 20px;
    background-color: #E6E6E6;
    border-radius: 20px;
    font-size: 22px;
    font-weight: 500;
}

#sort_ranking .js-wrapper .agent-website a {
    font-size: 28px;
    font-weight: bold;
    border-bottom: 1px solid #0000ee;
    color: #0000ee;
    line-height: 1.2;
}

#sort_ranking .tokucho ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5px;
    margin-bottom: 5px;
}

#sort_ranking .tokucho {
    flex: 0 0 48%;
    line-height: 35px;
    font-size: 18px;
    border: 1px solid #8C6239;
    background-color: #F1E9D2;
    white-space: nowrap;
    color: #8C6239;
    font-weight: 700;
}
#sort_ranking .tokucho.invalid {
    border-color: #ccc;
    color: #aaa;
    background-color: #fff;
}

#sort_ranking .agent-tokucho {
	margin-bottom: 30px;
}

#sort_ranking .agent-tokucho ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

#sort_ranking .agent-tokucho ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    width: 185px;
    height: 55px;
    line-height: 55px;
    margin: 0 0 8px;
    border-radius: 4px;
    border: initial;
    color: #8c6239;
    background: #f1e9d2;
}

#sort_ranking .agent-tokucho ul li.invalid {
    border: 1px solid #ddd;
    color: #aaa;
    background: #fff;
}

#sort_ranking .agent-tokucho ul li:before {
    content: "";
    display: block;
    width: 36px;
    height: 35px;
    margin-right: 4px;
    background-repeat: no-repeat;
}

#sort_ranking .agent-tokucho li:nth-of-type(1):before {
    background-image: url(/img/ranking/icon_tokucho_oote.png);
}
#sort_ranking .agent-tokucho li.invalid:nth-of-type(1):before {
    background-image: url(/img/ranking/icon_tokucho_oote_g.png);
}

#sort_ranking .agent-tokucho li:nth-of-type(2):before {
    background-image: url(/img/ranking/icon_tokucho_mikeiken.png);
}
#sort_ranking .agent-tokucho li.invalid:nth-of-type(2):before {
    background-image: url(/img/ranking/icon_tokucho_mikeiken_g.png);
}

#sort_ranking .agent-tokucho li:nth-of-type(3):before {
    background-image: url(/img/ranking/icon_tokucho_zangyo.png);
}
#sort_ranking .agent-tokucho li.invalid:nth-of-type(3):before {
    background-image: url(/img/ranking/icon_tokucho_zangyo_g.png);
}

#sort_ranking .agent-tokucho li:nth-of-type(4):before {
    background-image: url(/img/ranking/icon_tokucho_pro.png);
}
#sort_ranking .agent-tokucho li.invalid:nth-of-type(4):before {
    background-image: url(/img/ranking/icon_tokucho_pro_g.png);
}

#sort_ranking .agent-tokucho li:nth-of-type(5):before {
    background-image: url(/img/ranking/icon_tokucho_haikurasu.png);
}
#sort_ranking .agent-tokucho li.invalid:nth-of-type(5):before {
    background-image: url(/img/ranking/icon_tokucho_haikurasu_g.png);
}

#sort_ranking .agent-tokucho li:nth-of-type(6):before {
    background-image: url(/img/ranking/icon_tokucho_kosho.png);
}
#sort_ranking .agent-tokucho li.invalid:nth-of-type(6):before {
    background-image: url(/img/ranking/icon_tokucho_kosho_g.png);
}

/* マイクロコピー付き ボタン */
#sort_ranking .btn-micro-copy span {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
}

#sort_ranking .btn-micro-copy span:before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(/img/ranking/icon_check-pink.png)no-repeat;
    background-size: contain;
    margin-right: 5px;
}

#sort_ranking a.btn-entry_2 {
    display: block;
    width: 500px;
    height: 74px;
    margin: 10px auto 0;
    background: #800D26;
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    text-align: center;
    line-height: 74px;
    box-shadow: 4px 4px 0px #b36e7d;
    position: relative;
}

#sort_ranking a.btn-entry_2::after {
    content: "";
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: none;
    background: url(/img/ranking_main-btn-arrow.png)no-repeat;
    background-size: contain;
    display: block;
}

/* ソート付き 総合ランキング ここまで*/


/* 男性用 ソート付き比較表 */
/* sort_hikaku.html用 */
#sort_hikaku {
}
#sort_hikaku .hikaku_text {
    font-size: 28px;
    color: #404040;
    text-align: center;
    margin-bottom: 20px;
    /* padding-top: 70px; */
}
#sort_hikaku .hikaku_text span {
    font-size: 18px;
    color: #404040;
    margin: 0 5px 5px;
}
#sort_hikaku .info {
    font-size: 16px;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 0;
    padding-right: 10px;
}
#sort_hikaku .fv_hikaku {
    /* background-color: #F5F2ED; */
    background-color: #fff;
    padding: 0 10px 10px;
    min-height: 87px;
    margin-top: 30px;
}
#sort_hikaku .fv_hikaku table {
    background-color: #fff;
}
#sort_hikaku .fv_hikaku table thead {
    background-color: #071739;
}
#sort_hikaku .fv_hikaku table thead tr th {
    text-align: center;
    white-space: nowrap;
    padding: 1em 0.3em;
}
#sort_hikaku .fv_hikaku table thead tr th span, #sort_hikaku .fv_hikaku table thead tr th a {
    display: inline-block;
    color: #fff;
    font-size: 22px;
}
#sort_hikaku .fv_hikaku table thead tr th a:before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
}
/* #sort_hikaku .fv_hikaku table thead tr th.sm a, #sort_hikaku .fv_hikaku table thead tr th.sm span {
    font-size: 17px;
} */
#sort_hikaku .fv_hikaku table thead tr th:nth-of-type(1) {
    width: 27%;
}
#sort_hikaku .fv_hikaku table thead tr th:nth-of-type(2) {
    width: 34%;
}
#sort_hikaku .fv_hikaku table thead tr th:nth-of-type(3) {
    width: 14%;
}
#sort_hikaku .fv_hikaku table thead tr th:nth-of-type(4) {
    width: 14%;
}
#sort_hikaku .fv_hikaku table thead tr th:nth-of-type(5) {
    width: 10%;
}
#sort_hikaku .fv_hikaku table thead tr th.active {
    background-color: #800D26;
}
#sort_hikaku .fv_hikaku table tbody tr {
    border-bottom: 1px solid #ccc !important;
}
#sort_hikaku .fv_hikaku table tbody td {
    text-align: center;
    padding: 0.5em 0.3em;
    border-left: 1px dashed #ccc !important;
}
#sort_hikaku .fv_hikaku table tbody td:first-child {
    border-left: 1px solid #ccc !important;
}
#sort_hikaku .fv_hikaku table tbody td:last-child {
    border-right: 1px solid #ccc !important;
}
  
/* ソートがおすすめの時、1位案件に王冠 */
#sort_hikaku .fv_hikaku table tbody tr.crown td:first-child {
    position: relative;
}
#sort_hikaku .fv_hikaku table tbody tr.crown td:first-child:before {
    content: "";
    display: block;
    width: 65px;
    height: 47px;
    background-image: url(/img/hikaku/icon_crown_or.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 2px;
    left: 2px;
}
  
/* 結果画面が別ウィンドウ時
上記が表示されないための対策 */
/* 1番最初のtrtdに王冠 */
#sort_hikaku .fv_hikaku table tbody tr:first-child td:first-child {
    position: relative;
}
#sort_hikaku .fv_hikaku table tbody tr:first-child td:first-child:before {
    content: "";
    display: block;
    width: 65px;
    height: 47px;
    background-image: url(/img/hikaku/icon_crown_or.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 2px;
    left: 2px;
}

/* 対応求人等 */
#sort_hikaku .recruit-types {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5px;
    margin-bottom: 5px;
}
#sort_hikaku .recruit-type {
    flex: 0 0 48%;
    line-height: 35px;
    font-size: 18px;
    border: 1px solid #8C6239;
    background-color: #F1E9D2;
    white-space: nowrap;
    color: #8C6239;
    font-weight: 700;
}
#sort_hikaku .recruit-types .order_3 {
    font-size: 17px;
    letter-spacing: -3px;
}
#sort_hikaku .recruit-type.invalid {
    border-color: #ccc;
    color: #aaa;
    background-color: #fff;
    font-weight: normal;
}
#sort_hikaku .recruit-sponsored {
    color: #404040;
    font-size: 13px;
    display: block;
    text-align: left;
}
#sort_hikaku .recruit-label {
    width: 100%;
    height: 100%;
    min-height: 72px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4A260A;
    font-size: 20px;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}
#sort_hikaku .recruit-label.level-03 {
    background-image: url(/img/hikaku/img_triangle.png);
}
#sort_hikaku .recruit-label.level-02 {
    background-image: url(/img/hikaku/img_circle.png);
}
#sort_hikaku .recruit-label.level-01 {
    background-image: url(/img/hikaku/img_doublecircle.png);
}


/* アイコン 共通 */
#sort_hikaku .fv_hikaku table tbody tr:first-child td:nth-child(2) span {
    padding-bottom: 35px !important;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto 40px;
}
/* 各アイコン */
#sort_hikaku .fv_hikaku table tbody tr:first-child td:nth-child(2) span.invalid.order_1 {
    background-image: url("/img/hikaku/icon_tokucho_mikeiken_g.png");
}
#sort_hikaku .fv_hikaku table tbody tr:first-child td:nth-child(2) span.invalid.order_2 {
    background-image: url("/img/hikaku/icon_tokucho_kosho_g.png");
}
#sort_hikaku .fv_hikaku table tbody tr:first-child td:nth-child(2) span.invalid.order_3 {
    background-image: url("/img/hikaku/icon_tokucho_haikurasu_g.png");
}
#sort_hikaku .fv_hikaku table tbody tr:first-child td:nth-child(2) span.invalid.order_4 {
    background-image: url("/img/hikaku/icon_tokucho_mensetu_g.png");
}
/* 各アイコン／アクティブの時 */
#sort_hikaku .fv_hikaku table tbody tr:first-child td:nth-child(2) span.order_1 {
    background-image: url("/img/hikaku/icon_tokucho_mikeiken.png");
}
#sort_hikaku .fv_hikaku table tbody tr:first-child td:nth-child(2) span.order_2 {
    background-image: url("/img/hikaku/icon_tokucho_kosho.png");
}
#sort_hikaku .fv_hikaku table tbody tr:first-child td:nth-child(2) span.order_3 {
    background-image: url("/img/hikaku/icon_tokucho_haikurasu.png");
}
#sort_hikaku .fv_hikaku table tbody tr:first-child td:nth-child(2) span.order_4 {
    background-image: url("/img/hikaku/icon_tokucho_mensetu.png");
}


/* 男性比較表は
もっと見るボタン設置なし下記内容を初期値に */
/* もっと見るボタン */
#sort_hikaku .fv_hikaku_inner {
    /* height: 1080px; */
    height: auto !important;
    /* overflow: hidden; */
    overflow: initial !important;
    /* position: relative; */
    position: initial !important;
}
#sort_hikaku .fv_hikaku.close .fv_hikaku_inner:after {
    /* display: block; */
    display: none !important;
}

/* sort_hikaku.html用 end */


/* sort_hikaku_2.html用 */
#sort_hikaku_2 {
}
#sort_hikaku_2 .hikaku_text {
    font-size: 28px;
    color: #404040;
    text-align: center;
    margin-bottom: 20px;
    /* padding-top: 70px; */
}
#sort_hikaku_2 .hikaku_text span {
    font-size: 18px;
    color: #404040;
    margin: 0 5px 5px;
}
/* #sort_hikaku_2 .info {
    font-size: 16px;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 0;
    padding-right: 10px;
} */
#sort_hikaku_2 .fv_hikaku {
    /* background-color: #F5F2ED; */
    background-color: #fff;
    padding: 0 10px 10px;
    min-height: 87px;
    margin-top: 15px;
    margin-bottom: 100px;
}
#sort_hikaku_2 .fv_hikaku table {
    background-color: #fff;
}
#sort_hikaku_2 .fv_hikaku table thead {
    background-color: #F7F7F7;
    border: 1px solid #ccc;
}
#sort_hikaku_2 .fv_hikaku table thead tr th {
    text-align: center;
    white-space: nowrap;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
#sort_hikaku_2 .fv_hikaku table thead tr th:nth-of-type(1), 
#sort_hikaku_2 .fv_hikaku table thead tr th:nth-of-type(5) {
    border: none;
}
#sort_hikaku_2 .fv_hikaku table thead tr th span, #sort_hikaku_2 .fv_hikaku table thead tr th a {
    display: block;
    color: #333333;
    padding: 16px 2px;
    font-size: 18px;
    font-weight: normal;
}
#sort_hikaku_2 .fv_hikaku table thead th a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
#sort_hikaku_2 .fv_hikaku table thead tr th a:before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #333333 transparent transparent transparent;
}
/* #sort_hikaku_2 .fv_hikaku table thead tr th.sm a, #sort_hikaku_2 .fv_hikaku table thead tr th.sm span {
    font-size: 17px;
} */
#sort_hikaku_2 .fv_hikaku table thead tr th:nth-of-type(1) {
    width: 27%;
}
#sort_hikaku_2 .fv_hikaku table thead tr th:nth-of-type(2) {
    width: 31%;
}
#sort_hikaku_2 .fv_hikaku table thead tr th:nth-of-type(3) {
    width: 15%;
}
#sort_hikaku_2 .fv_hikaku table thead tr th:nth-of-type(4) {
    width: 13%;
}
#sort_hikaku_2 .fv_hikaku table thead tr th:nth-of-type(5) {
    width: 15%;
}
#sort_hikaku_2 .fv_hikaku table thead tr th.active {
    background-color: #CCD9E1;
    color: #333333;
}
#sort_hikaku_2 .fv_hikaku table tbody tr {
    border-bottom: 1px solid #ccc !important;
}
#sort_hikaku_2 .fv_hikaku table tbody td {
    text-align: center;
    padding: 8px 5px;
    padding: 20px 5px;
    border-left: 1px dashed #ccc !important;
}
#sort_hikaku_2 .fv_hikaku table tbody td:first-child {
    border-left: 1px solid #ccc !important;
}
#sort_hikaku_2 .fv_hikaku table tbody td:last-child {
    border-right: 1px solid #ccc !important;
}
  
/* ソートがおすすめの時、1位案件に王冠 */
#sort_hikaku_2 .fv_hikaku table tbody tr.crown td:first-child {
    position: relative;
}
#sort_hikaku_2 .fv_hikaku table tbody tr.crown td:first-child:before {
    content: "";
    display: block;
    width: 65px;
    height: 47px;
    background-image: url(/img/hikaku/icon_crown_ye.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 2px;
    left: 2px;
}
  
/* 結果画面が別ウィンドウ時
上記が表示されないための対策 */
/* 1番最初のtrtdに王冠 */
#sort_hikaku_2 .fv_hikaku table tbody tr:first-child td:first-child {
    position: relative;
}
#sort_hikaku_2 .fv_hikaku table tbody tr:first-child td:first-child:before {
    content: "";
    display: block;
    width: 65px;
    height: 47px;
    background-image: url(/img/hikaku/icon_crown_ye.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 2px;
    left: 2px;
}

/* 対応求人等 */
#sort_hikaku_2 .recruit-types {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5px;
    margin-bottom: 5px;
}
#sort_hikaku_2 .recruit-type {
    flex: 0 0 48%;
    line-height: 35px;
    font-size: 18px;
    border: 1px solid #CD526D;
    border-radius: 1.5px;
    background-color: #FDF8F9;
    white-space: nowrap;
    color: #CD526D;
    font-weight: 700;
}
#sort_hikaku_2 .recruit-types .order_3 {
    font-size: 17px;
    letter-spacing: -3px;
}
#sort_hikaku_2 .recruit-type.invalid {
    border-color: #ccc;
    color: #aaa;
    background-color: #fff;
    font-weight: normal;
}
#sort_hikaku_2 .recruit-sponsored {
    color: #404040;
    font-size: 13px;
    display: block;
    text-align: left;
}
#sort_hikaku_2 .recruit-label {
    width: 100%;
    height: 100%;
    min-height: 72px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 20px;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}
#sort_hikaku_2 .recruit-label.level-03 {
    background-image: url(/img/hikaku/img_triangle.png);
}
#sort_hikaku_2 .recruit-label.level-02 {
    background-image: url(/img/hikaku/img_circle_ye.png);
}
#sort_hikaku_2 .recruit-label.level-01 {
    background-image: url(/img/hikaku/img_doublecircle_ye.png);
}


/* アイコン 共通 */
#sort_hikaku_2 .fv_hikaku table tbody tr:first-child td:nth-child(2) span {
    padding-bottom: 35px !important;
    background-position: bottom center;
    background-repeat: no-repeat;
    /* background-size: auto 40px; */
    background-size: auto 35px;
    background-position-y: 31px;
}
/* 各アイコン */
#sort_hikaku_2 .fv_hikaku table tbody tr:first-child td:nth-child(2) span.invalid.order_1 {
    background-image: url("/img/hikaku/icon_tokucho_mikeiken_2_g.png");
}
#sort_hikaku_2 .fv_hikaku table tbody tr:first-child td:nth-child(2) span.invalid.order_2 {
    background-image: url("/img/hikaku/icon_tokucho_kosho_2_g.png");
}
#sort_hikaku_2 .fv_hikaku table tbody tr:first-child td:nth-child(2) span.invalid.order_3 {
    background-image: url("/img/hikaku/icon_tokucho_haikurasu_2_g.png");
}
#sort_hikaku_2 .fv_hikaku table tbody tr:first-child td:nth-child(2) span.invalid.order_4 {
    background-image: url("/img/hikaku/icon_tokucho_mensetu_2_g.png");
}
/* 各アイコン／アクティブの時 */
#sort_hikaku_2 .fv_hikaku table tbody tr:first-child td:nth-child(2) span.order_1 {
    background-image: url("/img/hikaku/icon_tokucho_mikeiken_2.png");
}
#sort_hikaku_2 .fv_hikaku table tbody tr:first-child td:nth-child(2) span.order_2 {
    background-image: url("/img/hikaku/icon_tokucho_kosho_2.png");
}
#sort_hikaku_2 .fv_hikaku table tbody tr:first-child td:nth-child(2) span.order_3 {
    background-image: url("/img/hikaku/icon_tokucho_haikurasu_2.png");
}
#sort_hikaku_2 .fv_hikaku table tbody tr:first-child td:nth-child(2) span.order_4 {
    background-image: url("/img/hikaku/icon_tokucho_mensetu_2.png");
}


/* 男性比較表は
もっと見るボタン設置なし下記内容を初期値に */
/* #sort_hikaku_2 についてはボタン設置に変更のため下記非表示に */
/* もっと見るボタン */
/* #sort_hikaku_2 .fv_hikaku_inner {
    height: auto !important;
    overflow: initial !important;
    position: initial !important;
}
#sort_hikaku_2 .fv_hikaku.close .fv_hikaku_inner:after {
    display: none !important;
} */

/* ボタン設置に伴う変更 */
#sort_hikaku_2 .fv_hikaku_inner {
  height: 1080px;
  overflow: hidden;
  position: relative;
}
#sort_hikaku_2 .fv_hikaku_inner:after {
  content: "";
  display: block;
  background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="transparent", endColorstr="#ffffff",GradientType=0 );
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s;
}
#sort_hikaku_2 .fv_hikaku .btn-more {
  width: 30%;
  height: 50px;
  margin: 0 auto;
  background-color: #ccd9e15e;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
#sort_hikaku_2 .fv_hikaku .btn-more span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: #535353;
  font-weight: normal;
  font-size: 16px;
  transition: all 0.2s;
}
#sort_hikaku_2 .fv_hikaku .btn-more span.text-more:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #535353 transparent transparent transparent;
}
#sort_hikaku_2 .fv_hikaku .btn-more span.text-close:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #535353 transparent;
}
#sort_hikaku_2 .fv_hikaku.close .fv_hikaku_inner {
  height: 700px;
}
#sort_hikaku_2 .fv_hikaku.close .fv_hikaku_inner:after {
  display: block;
}
#sort_hikaku_2 .fv_hikaku.close .text-close {
  display: none;
}
#sort_hikaku_2 .fv_hikaku.open .fv_hikaku_inner {
  height: auto;
}
#sort_hikaku_2 .fv_hikaku.open .fv_hikaku_inner:after {
  display: none;
}
#sort_hikaku_2 .fv_hikaku.open .btn-more {
  margin-top: 30px;
}
#sort_hikaku_2 .fv_hikaku.open .text-more {
  display: none;
}

/* sort_hikaku_2.html用 end */




/* ソート付き タブ比較 */

/* h2をtab_ageから外に出す場合の対応 */
/* .tab_title {
    text-align: center;
}
.tab_title h2 {
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 50px;
    font-size: 32px;
    background-color: #fff;
    border-bottom: solid 4px #071739;
    width: 620px;
    margin-bottom: 50px;
    color: #000;
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .03em;
    padding: 0;
    text-align: center;
}
.tab_title h2:before {
    border: none;
    border: solid 16px transparent;
    border-top: solid 16px #071739;
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tab_title h2:after {
    border-width: 14px 22px 0;
    border-color: #071739 transparent transparent transparent;
    left: 50%;
    top: 104px;
    transform: translateX(-50%);
    border: solid 16px transparent;
    margin-top: 0px;
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
    .tab_title h2 {
        font-size: 40px;
    }

    .tab_title h2::after {
        top: 115px;
    }
    
} */

/* タブが4つの場合 */
.tab_age2 .tab_4 .tab_item {
    /* width: calc(100%/4); */
    width: calc(96%/4 - 7px);
    height: 110px;
    line-height: 100px;
    font-size: 48px;
    border-right: 5px solid #fff;
    border-bottom: none;
    border-radius: 2px 2px 0 0;
}
.tab_age2 .tab_4 .tab_item:first-of-type{
    margin-left: 2%;
}
.tab_age2 .tab_4 .tab_item:last-of-type {
    margin-right: 2%;
    border-right: none;
}
.tab_age2 .tab_4 .tab_item .m {
    font-size: 32px;
    margin-right: 5px;
    margin-left: 3px;
}
.tab_age2 .tabs .tab_4 input:checked + .tab_item {
    background-color: #071739;
    width: calc(96%/4 + 20px);
}
.tab_age2 .tabs .tab_4 input:checked + .tab_item:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f0d7';
    color: #fff;
    /* font-size: 50px; */
    font-size: 44px;
    display: block;
    position: absolute;
    /* top: 40px; */
    top: 38px;
    left: 45%;
}

.tab_age2 .tab_4 .tab_content {
    border-top: 7px solid #071739;
}

.tab_age .tab_4 .tab_content {
    display: none;
    /* padding: 40px 20px 0; */
    padding: 22px 20px 0;
    clear: both;
    overflow: hidden;
    background: #F2F2F2;
}

/*選択されているタブのコンテンツのみを表示*/
.tab_age2 .tab_4 #first:checked ~ #first_content,
.tab_age2 .tab_4 #second:checked ~ #second_content,
.tab_age2 .tab_4 #third:checked ~ #third_content,
.tab_age2 .tab_4 #fourth:checked ~ #fourth_content {
    display: block;
}

.tab_age #questionnaire .answer-body {
    margin-bottom: 80px;
}

.tab_age #questionnaire .answer-sort {
    padding: 0 0 20px;
    display: flex;
    justify-content: flex-end;
    gap: 3px;
    align-items: center;
    font-size: 20px;
}
.tab_age #questionnaire .answer-sort .ico-arrow_two {
    display: inline-block;
    width: 20px;
    height: 18px;
    background-image: url(/img/icon/icon_arrow_two.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* selectの場合 */
.tab_age #questionnaire .answer-sort > .dropdown {
    padding-left: 8px;
}
.tab_age #questionnaire .answer-sort > .dropdown select {
    padding: 10px 15px;
    font-size: 20px;
    background: #fff;
}
.tab_age #questionnaire .answer-sort > .dropdown:after {
    width: 18px;
    height: 12px;
}

/* ulの場合 削除予定 */
/* .tab_age #questionnaire .answer-sort ul.dropdown {
    padding-left: 8px;
	position:relative;
    list-style-type: none;
    height: 20px;
    width: 100px;
    top: 0;
    right: 0;
    overflow-y: scroll;
}
.tab_age #questionnaire .answer-sort ul.dropdown > li {
    padding: 10px 15px;
    font-size: 20px;
    background: #fff;
}
.tab_age #questionnaire .answer-sort ul.dropdown:after {
    width: 18px;
    height: 12px;
}

.tab_age #questionnaire .answer-sort ul .display_selectedItem {
    width: 200px;
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
    padding: 5px 10px;
}
.tab_age #questionnaire .answer-sort ul.dropdown {
    width: 200px;
    border: 1px solid #c5c5c5;
}
.tab_age #questionnaire .answer-sort ul.dropdown li {
    cursor: default;
    box-sizing: border-box;
    padding: 2px 10px;
} */


/* tab contents */
.tab_age #questionnaire .js-table .agent {
    display: block;
    border: 1px solid rgba(77, 77, 77, 0.10);
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 40px;
    position: relative;
    color: #000;
    background: #fff;
}

.tab_age #questionnaire .js-table .agent .agent-header {
    border-left: 10px solid #071739;
    padding-left: 10px;
}
.tab_age #questionnaire .js-table .agent .agent-header .agent-name {
    display: block;
    text-align: left;
    font-size: 34px;
    font-weight: 700;
    color: #071739;
}
.tab_age #questionnaire .js-table .agent .agent-header .label a {
    display: block;
    text-align: left;
    margin-left: 4px;
    font-size: 23px;
    font-weight: bold;
    color: #0000EE;
}
.tab_age #questionnaire .js-table .agent .agent-body {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}
.tab_age #questionnaire .js-table .agent .agent-body .agent-left {
    width: 280px;
}
.tab_age #questionnaire .js-table .agent .agent-body img {
    border: 1px solid rgba(77, 77, 77, 0.10);
}
.tab_age #questionnaire .js-table .agent .agent-body table {
    /* width: 100%; */
    margin-top: 20px;
    text-align: center;
}
.tab_age #questionnaire .js-table .agent .agent-body table tr,
.tab_age #questionnaire .js-table .agent .agent-body table td,
.tab_age #questionnaire .js-table .agent .agent-body table th {
    border: 1px solid #cccccc;
    background: #fff;
    height: 30px;
}
.tab_age #questionnaire .js-table .agent .agent-body table th {
    background: #f2f2f2;
    font-weight: normal;
    font-size: 16px;
}
.tab_age #questionnaire .js-table .agent .agent-body table th:nth-of-type(1) {
    width: 60px;
}
.tab_age #questionnaire .js-table .agent .agent-body table th:nth-of-type(2) {
    width: 78px;
}
.tab_age #questionnaire .js-table .agent .agent-body table td {
    font-weight: normal;
    font-size: 16px;
}
.tab_age #questionnaire .js-table .agent .agent-body table td:nth-of-type(1) {
	width: 100px;
}
.tab_age #questionnaire .js-table .agent .agent-body table td:nth-of-type(2) {
	width: 42px;
}
.tab_age #questionnaire .js-table .agent .agent-body .agent-right {
    width: 305px;
}
.tab_age #questionnaire .js-table .agent .agent-body .agent-right .agent-title {
    background: #f5f2ed;
    font-size: 29px;
    font-weight: bold;
    color: #111111;
    text-align: center;
    line-height: 1.3;
    border-radius: 4px;
    padding: 20px 0;
}
.tab_age #questionnaire .js-table .agent .agent-body .agent-right .agent-text {
    margin: 20px 0 30px;
    font-size: 23px;
    text-align: left;
    color: #535353;
    line-height: 1.5;
    /* text-align: justify; */
}
.tab_age #questionnaire .js-table .agent .agent-body .agent-right .btn {
    position: static;
    width: 100%;
}
.tab_age #questionnaire .js-table .agent .agent-body .agent-right .btn a {
    max-width: 240px;
    height: 56px;
    border-radius: 40px;
    background: #800d26;
    box-shadow: 4px 4px 0px #b36e7d;
    font-size: 25px;
    line-height: 54px;
    padding-right: 10px;
    display: block;
    width: 100%;
    margin: 10px auto 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.tab_age #questionnaire .js-table .agent .agent-body .agent-right .btn a:after {
    content: "";
    background: url(/img/btn_red-arrow.png);
    background-size: contain;
    width: 23px;
    height: 23px;
    border: none;
    top: 50%;
    position: absolute;
    right: 20px;
    margin-top: -10px;
}




/* ----- PR表記の調整内容 ----- */


/* PR表記／比較の見出しに表示 */
.tab_age {
    position: relative;
}
.tab_age:after {
    content: "PR";
    color: #071739;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 23px;
    font-weight: bold;
    border: 1px solid #071739;
    padding: 2px 6px 0;
    position: absolute;
    top: 5px;
    right: 10px;
}
.tab_age h2 {
    width: 660px;
    padding-right: 50px;
}
.tab_age2:after {
    right: 30px;
}

/* 比較の見出しがないため／非表示 */
/* /main/freelance/、/main/freelance_anken/、/main/freelance02/ */
.pr-hikaku_none .tab_age:after {
    content: none;
}

/* 比較内に表示 */
/* /main/freelance/、/main/freelance_anken/、/main/freelance02/ */
.tab_age2 .tabs .txt_area2 p.kome {
    position: relative;
    margin-bottom: 10px;
}
.tab_age2 .tabs .txt_area2 p.kome:after {
    content: "PR";
    color: #071739;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 23px;
    font-weight: bold;
    border: 1px solid #071739;
    padding: 2px 6px 0;
    margin-left: 20px;
}

/* 比較h2デザイン違い時の対応 */
/* /main/ranking/、/main/sippai/ */
.pr-hikaku .tab_age {
    position: relative;
}
.pr-hikaku .tab_age:after {
    content: "PR";
    color: #fff;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 26px;
    font-weight: normal;
    border: 1px solid #fff;
    padding: 3px 5px 0;
    position: absolute;
    top: 30px;
    right: 40px;
}

/* PR表記／ソート付き比較表の冒頭に表示 */
/* ↑対応変更 ヘッダー画像の中に */
/* sort_hikaku info、sort_hikaku_2 info用 */
/* #sort_hikaku .info,
#sort_hikaku_2 .info {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right;
  padding: 15px 10px 15px 0;
}
#sort_hikaku .info:after,
#sort_hikaku_2 .info:after {
  content: "PR";
  color: #071739;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 23px;
  font-weight: bold;
  border: 1px solid #071739;
  padding: 2px 6px 0;
  margin-left: 20px;
} */

/* PR表記／テキストの冒頭に表示 */
/* /job/it-mikeiken/ */
.pr-text .content_kyotsu {
    position: relative;
    padding-top: 60px;
    margin-top: 15px;
}
.pr-text .content_kyotsu:before {
    content: "PR";
    color: #071739;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 23px;
    font-weight: bold;
    border: 1px solid #071739;
    padding: 2px 6px 0;
    position: absolute;
    top: 5px;
    right: 10px;
}

/* /job/eigyo/ */
.pr-text .txt_area_pr {
    position: relative;
    padding-top: 60px;
    margin-top: 15px;
}
.pr-text .txt_area_pr:after {
    content: "PR";
    color: #071739;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 23px;
    font-weight: bold;
    border: 1px solid #071739;
    padding: 2px 6px 0;
    position: absolute;
    top: 5px;
    right: 10px;
}

/* /main/kyujin/ */
.pr-hikaku .tab_age_pr {
    position: relative;
    padding-top: 60px;
    margin-top: 15px;
}
.pr-hikaku .tab_age_pr:after {
    content: "PR";
    color: #071739;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 23px;
    font-weight: bold;
    border: 1px solid #071739;
    padding: 2px 6px 0;
    position: absolute;
    top: 5px;
    right: 10px;
}

/* PR表記／ランキングの見出しに表示 */
/* ranking_top3用 */
.ranking_top3 {
    position: relative;
}
.ranking_top3:after {
    content: "PR";
    color: #fff;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 26px;
    font-weight: normal;
    border: 1px solid #fff;
    padding: 3px 5px 0;
    position: absolute;
    top: 20px;
    right: 20px;
}

/* category用 */
.category {
    position: relative;
}
.category:after {
    content: "PR";
    color: #fff;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 26px;
    font-weight: normal;
    border: 1px solid #fff;
    padding: 3px 5px 0;
    position: absolute;
    top: 20px;
    right: 20px;
}

/* /tenshokuagent-nendai/ */
.category_ranking {
    position: relative;
    font-size: 52px;
}
.category_ranking:after {
    content: "PR";
    color: #071739;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 23px;
    font-weight: bold;
    border: 1px solid #071739;
    padding: 2px 6px 0;
    position: absolute;
    top: 0px;
    right: 20px;
}
.category_ranking h2 {
    padding-right: 20px;
}
.category_ranking h2 span {
    font-size: 32px;
}

/* PR表記／検索結果画面に表示 */
.result .search-result .info {
    position: relative;
    font-size: 16px;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 15px;
}
.result .search-result .info:after {
    content: "PR";
    color: #071739;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 23px;
    font-weight: bold;
    border: 1px solid #071739;
    padding: 2px 6px 0;
    margin-left: 20px;
}


/* ----- PR表記の調整内容 ここまで ----- */



/* 2022.9.22　フッターのナビ部分非表示に */
footer .dlBG {
    display: none !important;
}

/* 2023.8　コラム部分非表示に */
#skill {
    display: none !important;
}

/* 2023.8　サイドバー非表示 */
/* サイドバー、ハンバーガーメニュー */
.right-container {
    display: none;
}
@media screen and (max-width: 768px) {
    .js-nav-header-btn {
        display: none;
    }
}
.footer {
    justify-content: center;
}
.footer2 {
    justify-content: center;
}