@charset "UTF-8";
/* ==============================================================================================
 Normalize
================================================================================================= */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
html {
    -webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */
body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

/* Grouping content
========================================================================== */
hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0;
}

pre {
    font-size: 1em;
    font-family: monospace, monospace;
}

/* Text-level semantics
========================================================================== */
a {
    background-color: transparent;
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    -webkit-text-decoration: underline dotted;
    border-bottom: none;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-size: 1em;
    font-family: monospace, monospace;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    vertical-align: baseline;
    line-height: 0;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

/* Forms
========================================================================== */
button, input, optgroup, select, textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    display: table;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

/* Interactive
========================================================================== */
details {
    display: block;
}

summary {
    display: list-item;
}

/* Misc
========================================================================== */
template {
    display: none;
}

[hidden] {
    display: none;
}

/* ==============================================================================================
 Base
================================================================================================= */
:root {
    font-size: 10px;
}

body {
    overflow-wrap: break-word;
    min-width: 1130px;
    font-size: 1.4rem;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", Arial, sans-serif;
    color: #000;
    line-height: 1.75;
    word-wrap: break-word;
    background: #fff;
}

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

main {
    display: block;
}

ul, ol {
    list-style-type: none;
}

a {
    color: #006bcd;
    text-decoration: underline;
    transition: color .2s;
}

a img {
    transition: opacity .2s;
}

a:hover, a:active, a:focus {
    color: #349eff;
}

a:hover img, a:active img, a:focus img {
    opacity: .8;
}

em {
    font-style: normal;
}

sup {
    font-size: 70%;
}

i {
    font-style: italic;
}

img {
    display: block;
    max-width: 100%;
}

p, ul, ol, dl, dt, dd, table, h1, h2, h3, h4, h5, h6, blockquote, form {
    margin: 0;
    padding: 0;
}

dfn, cite {
    font-style: normal;
}

small {
    font-size: 100%;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

input:not([type="checkbox"]):not([type="radio"]), select, button, textarea {
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", Arial, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="reset"], input[type="image"], input[type="submit"], input[type="button"], button, select {
    cursor: pointer;
}

button {
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}

:-ms-input-placeholder {
    color: #6e6e6e;
    opacity: 1;
}

::placeholder {
    color: #6e6e6e;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #6e6e6e;
}

/* ==============================================================================================
 Structure
================================================================================================= */
/* ----------------------------------------
 Header
---------------------------------------- */
#headerMain {
    line-height: 1.5;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    z-index: 2000;
}

#headerMain .innerUpper,
#headerMain .innerBottom {
    margin: 0 auto;
    width: 1130px;
}

#headerMain .innerUpper {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 0;
}

#innerHeader {
    align-items: center;
    display: flex;
}

#siteLead {
    margin-left: 32px;
}

#siteLead .link {
    margin-top: 4px;
}

#siteLead .link > a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-size: 1.3rem;
    text-decoration: none;
}

#siteLead .link > a::before,
#siteLead .link > a::after {
    position: absolute;
    left: 0;
    display: block;
    width: 7px;
    height: 1px;
    background: #00aaeb;
    content: "";
}

#siteLead .link > a::before {
    top: 8px;
    transform: rotate(35deg);
}

#siteLead .link > a::after {
    top: 12px;
    transform: rotate(-35deg);
}

#boxLoginHedaerUpper .header-logo {
    width: 156px;
    vertical-align: middle;
}

#siteLogo .header-logo {
    width: 205px;
    height: 25px;
    vertical-align: middle;
}

#headerRight {
    font-size: 1.3rem;
    width: 650px;
    margin: 0 0 0 32px;
    line-height: 1.7;
}

#myname {
    display: flex;
}

#date {
    width: 115px;
}

#myPageHead {
    width: 530px;
    margin: 0 0 0 8px;
}

#myPageHeadLinks {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

#myPageHeadLinks > li:not(:first-child) {
    margin-left: 32px;
}

#myPageHeadLinks > li > a:not(.btn01) {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-size: 1.3rem;
    text-decoration: none;
}

#myPageHeadLinks > li > a:not(.btn01)::before,
#myPageHeadLinks > li > a:not(.btn01)::after {
    position: absolute;
    left: 0;
    display: block;
    width: 7px;
    height: 1px;
    background: #00aaeb;
    content: "";
}

#myPageHeadLinks > li > a:not(.btn01)::before {
    top: 8px;
    transform: rotate(35deg);
}

#myPageHeadLinks > li > a:not(.btn01)::after {
    top: 12px;
    transform: rotate(-35deg);
}

#myPageHeadLinks > li > .btn01 {
    position: relative;
    display: block;
    height: auto;
    min-width: auto;
    background: #fff;
    border: 1px solid #b2b2b2;
    color: #006bcd;
    align-items: center;
    border-radius: 2px;
    cursor: pointer;
    font-size: 1.3rem;
    /* height: 100%; */
    justify-content: center;
    line-height: 1.4;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    transition: background .2s;
    white-space: normal;
    width: 100%;
}

#globalNavMain > ul {
    align-items: center;
    display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

#globalNavMain > ul > li > a {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: calc(1130px / 9);
    position: relative;
    text-align: center;
    font-size: 1.3rem;
    text-decoration: none;
}

/* #globalNavMain .nav02 {
    width: 155px;
} */

#globalNavMain .nav10 {
    display: none;
}

#globalNavMain > ul > li > a::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: calc(1130px / 9);
    height: 2px;
    background: #00aaeb;
    content: "";
    opacity: 0;
    transition: opacity .2s;
    transform: translateX(-50%);
    pointer-events: none;
}

#globalNavMain > ul .nav01 > a,
#globalNavMain > ul > li:hover > a ,
#globalNavMain > ul > li:active > a ,
#globalNavMain > ul > li:focus > a {
    color: #00aaeb;
}

#globalNavMain .nav01 a::before,
#globalNavMain > ul > li:hover > a::before ,
#globalNavMain > ul > li:active > a::before ,
#globalNavMain > ul > li:focus > a::before {
    opacity: 1;
}

.dropdown-lists {
    display: none;
    position: absolute;
    top: 56px;
    left: -45%;
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
    0 1px 3px 1px rgb(66 66 66 / 0.16);
}

#globalNavMain .nav-sub {
    position: relative;
}

#globalNavMain .nav-sub::after {
    position: absolute;
    top: 24px;
    right: 0;
    display: block;
    border: 4px solid transparent;
    border-top: 4px solid #00aaeb;
    content: "";
}

#globalNavMain .nav-sub:hover::after {
    border-bottom: 4px solid #00aaeb;
    border-top: 0;
}

#globalNavMain .nav-sub:hover .dropdown-lists {
    display: block;
}

.dropdown-list {
    background: #fff;
    width: 240px;
}

.dropdown-list a {
    border: 1px solid #e6e6e6;
    color: #333;
    font-size: 1.3rem;
    display: block;
    padding: 16px 4px;
    text-align: center;
    text-decoration: none;
}

.dropdown-list:not(:first-child) a {
    border-top: none;
}

.dropdown-list a:hover {
    background: #e5f6fd;
    color: #333;
}

/* SP版メニューを非表示 */
.new-menuBox01,
.spUtility,
.spBtn01 {
    display: none;
}

#headerUtility {
    position: absolute;
    top: 16px;
    right: 0;
}

#headerUtility ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

#headerUtility ul li + li {
    margin-left: 24px;
}

#headerUtility ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
}

#headerUtility ul li a span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.0;
}

#headerUtility ul li._icon-message a {
    background: url(../../resources/images/icon/icon_mail-20260210005841.svg) no-repeat;
    background-position: center 14px;
    padding-top: 50px;
}

#headerUtility ul li._icon-list a {
    background: url(../../resources/images/icon/icon_noteEdit-20260210005841.svg) no-repeat;
    background-position: center 9px;
    padding-top: 48px;
}

#headerUtility ul li._icon-mcb a {
    background: url(../../resources/images/share/header/sp_menu-btn-19-20260210005841.png) no-repeat;
    background-size: 50px 57.5px;
    width: 50px;
    height: 57.5px;
}

/* ----------------------------------------
 Footer
---------------------------------------- */
.footer {
    padding: 0 0 60px;
    background: #fdfdfd;
    border-top: solid 1px #e2e2e2;
}

.footer-content {
    position: relative;
    max-width: 1130px;
    margin: 0 auto;
    padding: 24px 0 80px;
}

.logo {
    width: 100px;
    margin: 0 auto;
}

.logo a {
    display: block;
}

.footer-link-list {
    margin: 60px 0 0;
}

.footer-link-list::before, .footer-link-list::after {
    display: table;
    content: "";
}

.footer-link-list::after {
    clear: both;
}

.footer-link-list dt {
    margin: 0 0 41px;
    font-size: 2.8rem;
    color: #333;
    text-align: center;
    line-height: 1.4;
}

.footer-link-list dd {
    float: left;
    width: 25%;
    margin: 0;
    padding: 9px 20px 0 0;
}

.footer-link-list a {
    display: inline-block;
    color: #333;
    text-decoration: none;
}

.footer-link-list a:hover, .footer-link-list a:active, .footer-link-list a:focus {
    text-decoration: underline;
}

#FooterCorp {
    margin-top: 79px;
}

#FooterCorpLink ul {
    display: flex;
    justify-content: center;
}

#FooterCorpLink ul li {
    position: relative;
    font-size: 1.2rem;
}

#FooterCorpLink ul li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
}

#FooterCorpLink ul li:not(:last-child)::before {
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 10px;
    margin: auto;
    background: #e2e2e2;
    content: "";
}

#FooterCorpLink ul li a {
    color: #333;
    transition: color .2s;
	text-decoration: none;
}

#FooterCorpLink ul li a:hover, #FooterCorpLink ul li a:active, #FooterCorpLink ul li a:focus {
    color: #666;
}

.privacy {
    position: absolute;
    right: 80px;
    bottom: 64px;
    margin: 0;
}

.privacy a {
    display: block;
}

.copyright {
    margin: 0;
    font-size: 1.2rem;
    color: #000;
    text-align: center;
}

/* ----------------------------------------
 Section
---------------------------------------- */
.is-active-contents-notice-05 {
    padding-bottom: 49px;
}

.contents-notice-01 {
    background: #fdfde7;
}

.contents-notice-01 .contents-notice-inner {
    position: relative;
    width: 1130px;
    margin: 0 auto;
    padding: 12px 0;
}

.contents-notice-01 .contents-notice-inner .btn-close-01 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.contents-notice-01 + .contents-notice-01 {
    margin-top: -3px;
}

.contents-notice-01 + .contents-notice-01 .contents-notice-inner {
    padding-top: 0;
}

.contents-notice-01 + .contents-notice-01 .contents-notice-inner .btn-close-01 {
    top: -13px;
}

.contents-notice-02 .contents-notice-inner {
    width: 1130px;
    margin: 0 auto;
    /*padding: 12px 0;*/
}

.contents-notice-02 .contents-notice-inner > :first-child {
    margin-top: 0;
}

.contents-notice-03 {
    border-bottom: solid 1px #e2e2e2;
    background: #fdfde7;
}

.contents-notice-03 .contents-notice-inner {
    width: 1130px;
    margin: 0 auto;
}

.contents-notice-03 .contents-notice-inner .link-01 {
    margin-top: 7px;
}

.contents-notice-04 {
    border-bottom: solid 1px #e2e2e2;
    background: #fdfde7;
}

.contents-nonMember {
    background: #f3f3f3;
}

.contents-notice-04._on {
    border-bottom: solid 1px #e2e2e2;
    background: #fdfde7;
}

.contents-notice-04._on a{
    text-decoration: none;
}

.contents-notice-04._border-top {
    border-top: solid 1px #e2e2e2;
}

.contents-notice-04 .contents-notice-inner {
    width: 1130px;
    margin: 0 auto;
    padding: 12px 0;
}

.contents-notice-05 {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
    0 1px 3px 1px rgb(66 66 66 / 0.16);
}

.contents-notice-05 .contents-notice-inner {
    width: 1130px;
    margin: 0 auto;
    padding: 12px 0;
}

.contents-notice-06 {
    border: solid 1px #e2e2e2;
    border-right: none;
    border-left: none;
}

.contents-notice-06 .contents-notice-inner {
    width: 1130px;
    margin: 0 auto;
    padding: 12px 0;
}

.contents-notice-06 .contents-notice-inner .box-01 {
    display: flex;
}

.contents-notice-06 .contents-notice-inner .box-01 .list-btn-01 {
    display: flex;
}

.contents-notice-06 .contents-notice-inner .link-01 {
    margin-top: 7px;
}

.contents-mv {
    position: relative;
    height: 380px;
}

.contents-mv .contents-slider:not(.slick-slider) {
    height: 380px;
    overflow: hidden;
}

.contents-mv .slick-dots {
    position: relative;
    bottom: 30px;
    width: 1130px;
    margin: 0 auto;
    padding-left: 630px;
    z-index: 2000;
}

.contents-mv .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
}

.contents-mv .slick-dots li button {
    background: #fff;
    border: 1px solid #9d9d9d;
    border-radius: 50%;
}

.contents-mv .slick-dots li.slick-active button {
    background: #9d9d9d;
}

.contents-mv .slick-dots li button::before {
	display: none;
}

.slick-slide img {
    display: block;
}

.contents-mv {
    position: relative;
}
.contents-mv .contents-mv-inner {
    position: relative;
    overflow: hidden;
    height: 380px;
    background: linear-gradient(to top, #a5d1fe, #59bdff);
}

.contents-mv .contents-mv-inner._giga250212 {
    background: #070B25;
}

.contents-mv .contents-mv-inner._is250401 {
    background: #BCE9FF;
}

.contents-mv .contents-mv-inner._is250601 {
    background: #B3F2FF;
}

.contents-mv .contents-mv-inner._cic {
    background: linear-gradient(132deg,#30b38c 50%, #aa8bd6 50%);
}

.contents-mv .contents-mv-inner._startsummer {
    background: linear-gradient(180deg, #85DFF3 0%, #E6EE9F 50.19%, #F7F091 65.87%, #F8F091 100%);
}

.contents-mv .contents-mv-inner._summer250728 {
    background: #65C9EE;
}

.contents-mv .contents-mv-inner._cic .mv._cic > a:hover {
    opacity: 0.9;
}

.contents-mv .contents-mv-inner .mv {
    position: absolute;
    top: 0;
    right: -50%;
    left: -50%;
    width: 1920px;
    height: 380px;
    margin: auto;
}

.contents-mv .contents-mv-inner._webtest,
.contents-mv .contents-mv-inner._voice2512 {
    background: #fff;
}

.contents-mv .contents-mv-inner._plus1 {
    background: #eaf3f8;
}

.contents-mv .contents-mv-inner._voice {
    background: linear-gradient(to left, #ffffff, #f0f7ff);
}

.contents-mv .contents-mv-inner._studenteditor250519 {
    background: #00AAEB;
}

.contents-mv .contents-mv-inner._voice250722 {
    background: #7DB9FF;
}

.contents-mv .contents-mv-inner._reserve-list260212 {
    background: #F3F3FF;
}

.contents-mv .contents-mv-inner._semreserve-260212 {
    background: linear-gradient(to left, #EAF7FD, #EBE9FB);
}

.contents-mv .contents-mv-inner._internship90min {
    background: #EBEBEB;
}

.contents-mv .contents-mv-inner._warmup {
    background: #FEFDE6;
}

.contents-mv .contents-mv-inner._giga250212Topkyo {
    background: #079FB7;
}

.contents-mv .contents-mv-inner .mv .mv-inner{
    width: 1130px;
	margin: 0 auto;
}

.contents-mv .contents-mv-inner._webtest .mv._webtest {
    position: absolute;
    top: 0;
    right: -50%;
    left: -50%;
    width: 1920px;
    height: 380px;
    margin: auto;
}

.contents-mv .contents-mv-inner._webtest .mv._webtest > a:hover {
    opacity: 0.9;
}

.contents-mv .contents-mv-inner .mv .mv-parts {
    position: absolute;
	bottom: 48%;
    left: 62%;
    z-index: 2;
}

.contents-mv .contents-mv-inner .mv .mv-parts._0401 {
    position: absolute;
	bottom: 37%;
    left: 60%;
    z-index: 2;
}

/* MVの社数を動的表示にする場合 */
.contents-mv .contents-mv-inner .mv .mv-parts._entry250301CompanyNum {
    top: 9.8%;
    left: 69%;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    transform: translateX(-50%);
}

.contents-mv .contents-mv-inner .mv ._entry250301Number {
    font-size: 27px;
    font-weight: 700;
    color: #FFED2D;
}

.contents-mv .contents-mv-inner .mv .mv-parts .mv-count{
	font-size: 4.6rem;
    color: #fff777;
}

.contents-mv .contents-slider .contents-mv-inner .mv > a:before {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 16px;
    height: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    transform: rotate(45deg) scale(.7) skew(-8deg, -8deg);
    transform-origin: 100% 0;
}

.contents-mv .contents-mv-inner._cic .mv._cic > a:before {
    display: none;
}

.contents-mv .contents-mv-inner .mv > a .txt {
    font-size: 0;
    color: transparent;
}

.contents-mv .contents-mv-inner .mv > a:hover, .contents-mv .contents-mv-inner .mv > a:active, .contents-mv .contents-mv-inner .mv > a:focus {
    /* opacity: .2; */
    opacity: .7;
}

.contents-mv .contents-mv-inner._giga250212 .mv > a:hover,
.contents-mv .contents-mv-inner._2027kickoff250212 .mv > a:hover {
    opacity: .8;
}

.panel [class^="form-btn-"],
.contents-mv .contents-mv-inner .panel [class^="btn-wrap-"] [class^="btn-"] {
    width: 100px;
    min-width: 100px;
}

.panel {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 1130px;
    margin: 0 auto;
    padding: 30px 0;
    z-index: 1;
}

.panel._slidermv{
    position: absolute;
    top: 0;
    right: inherit;
    left: calc((100vw - 1140px) / 2);
    width: 600px;
    margin: 0 auto;
    padding: 30px 0;
    z-index: 1000;
    display: flex;
}

@media screen and (max-width: 1300px) {
    .panel._slidermv{
        left: 80px;
    }
}
.contents-main > :first-child .section-inner {
    padding-top: 32px;
}

.section-01 {
    background: #f3f3f3;
}

.section-01 + .section-01.topics .section-inner {
    width: 1130px;
    margin: 0 auto;
    padding: 0 0 64px 0;
}

.section-01 .section-inner {
    width: 1130px;
    margin: 0 auto;
    padding: 64px 0;
}

.section-01 .section-inner > :first-child {
    margin-top: 0;
}

.contents-main > .section-01 > .section-inner > .list-bnr-01 {
    margin-bottom: 32px;
}

.section-02 {
    background: #fff;
}

.section-02 .section-inner {
    position: relative;
    width: 1130px;
    margin: 0 auto;
    padding: 64px 0;
}

.section-02 .section-inner > :first-child {
    margin-top: 0;
}

.section-03 {
    background: #006bcd;
}

.section-03 .section-inner {
    width: 1130px;
    margin: 0 auto;
    padding: 64px 0;
}

.section-03 .section-inner > :first-child {
    margin-top: 0;
}

.section-04 {
    overflow: hidden;
    background: #00aaeb;
}

.section-04.is-hidden {
    display: none;
}

.section-04 .section-inner {
    position: relative;
    z-index: 0;
    width: 1130px;
    margin: 0 auto;
    padding: 64px 0 50px;
}

.section-04 .section-inner::before, .section-04 .section-inner::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    opacity: 0.6;
}

.section-04 .section-inner::before {
    top: -62px;
    left: -13px;
    width: 409px;
    height: 450px;
    background: url("../images/top_2027/bg_ready_02-20260210005843.png") center no-repeat;
    background-size: 100%;
}

.section-04 .section-inner::after {
    top: -81px;
    right: -52px;
    width: 400px;
    height: 458px;
    background: url("../images/top_2027/bg_ready_03-20260210005843.png") center no-repeat;
    background-size: 100%;
}

.section-04 .section-inner > :first-child {
    margin-top: 0;
}

.section-04 .section-inner > p {
    color: #fff;
    text-align: center;
}

.section-04-2 {
    overflow: hidden;
    background: #00aaeb;
}

.section-04-2 .section-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1130px;
    margin: 0 auto;
    padding: 40px 0;
}

.section-05 {
    background: #00aaeb;
}

.section-05 .section-inner {
    width: 1130px;
    margin: 0 auto;
    padding: 64px 0;
}

.section-05 .section-inner > :first-child {
    margin-top: 0;
}

/* ==============================================================================================
 Modules
================================================================================================= */
* + p {
    margin-top: 18px;
}

.txt-check-01 {
    position: relative;
    padding: 0 0 0 28px;
}

.txt-check-01::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/icon/icon_information-20260210005841.svg") center no-repeat;
    background-size: contain;
    content: "";
}

.txt-note-01 {
    margin: 0;
}

.txt-note-02 {
    position: relative;
    padding: 0 0 0 28px;
}

.txt-note-02 strong {
    font-weight: normal;
    color: #333333;
}

.txt-note-02::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/top_2026/icon/icon-attention-03-20260210005843.png") center no-repeat;
    background-size: 100%;
    content: "";
}

.txt-notice-01 {
    position: relative;
    padding: 0 0 0 28px;
}

.txt-notice-01::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon/icon_warning-20260210005841.svg) center no-repeat;
    background-size: contain;
    content: "";
    filter: brightness(0) saturate(100%) invert(26%) sepia(53%) saturate(3284%) hue-rotate(329deg) brightness(94%) contrast(98%);
}

.txt-state-01 {
    position: relative;
    display: inline-block;
    padding: 0 0 0 28px;
}

.txt-state-01::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
}

.txt-state-01._checked {
    /*color: #00aaeb;*/
	color: #9a9a9a;
}

.txt-state-01._checked::before {
    background: url("../images/icon/icon_check-20260210005841.svg") center no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(80%) sepia(0%) saturate(3421%) hue-rotate(272deg) brightness(92%) contrast(79%);
}

.txt-state-01._checked._agent::before {
    background: none;
}

.txt-state-01._unchecked {
   /* color: #9a9a9a;*/
	 color: #00aaeb;
}

.txt-state-01._unchecked::before {
    background: url("../images/icon/icon_check-20260210005841.svg") center no-repeat;
    background-size: contain;
}

.txt-state-01._unchecked._agent::before {
    background: none;
}

/*-----------------------------------------------
  Label
----------------------------------------------- */
/* 新ラベル定義 */
.c-label-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.c-label {
    align-items: center;
    border: none;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    font-size: 1.2rem;
    font-weight: normal;
    height: 24px;
    line-height: 1;
    padding: 1px 8px !important;
    white-space: nowrap;
}

* + .c-label-list {
    margin-top: 8px;
}

.c-label-list + * {
    margin-top: 8px;
}

.c-label.mo {
    background: #fff;
    border: 1px solid;
}

.c-label-01 {
    background: #ec2b51;
}

.c-label-01.mo {
    color: #ec2b51;
}

.c-label-02 {
    background: #a765ca;
}

.c-label-02.mo {
    color: #a765ca;
}

.c-label-03 {
    background: #3c91cc;
}

.c-label-03.mo {
    color: #3c91cc;
}

.c-label-04 {
    background: #b2b2b2;
}

.c-label-04.mo {
    color: #b2b2b2;
}

.c-label-is {
    background: #0ea997;
}

.c-badge {
    background: #ec2b51;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    padding: 5px 7px;
    text-align: center;
}

.label-pr-01 {
    display: inline-block;
    margin: 0;
    padding: 1px 8px 0;
    font-size: 1.2rem;
    color: #00aaeb;
    line-height: 1;
    text-decoration: none;
    background: #fff;
    border: solid 1px #00aaeb;
}

.label-pr-01 {
    display: inline-block;
    margin: 0;
    padding: 2px 8px 0;
    font-size: 1.2rem;
    color: #00aaeb;
    line-height: 1;
    text-decoration: none;
    background: #fff;
    border: solid 1px #00aaeb;
}

.label-01 {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 4px 10px;
    font-size: 1.2rem;
    color: #006bcd;
    line-height: 1;
    border: solid 1px #006bcd;
    border-radius: 8px;
    transition: border-color .2s, color .2s;
}

.label-02 {
    display: inline-block;
    margin: 0 12px 0 0;
    padding: 4px 18px;
    font-size: 1.2rem;
    color: #00aaeb;
    line-height: 1;
    text-decoration: none;
    background: #fff;
    border: solid 1px #00aaeb;
}

a:hover .label-01, a:hover .label-02, a:active .label-01, a:active .label-02, a:focus .label-01, a:focus .label-02 {
    color: #349eff;
    border-color: #349eff;
}

.label-03, .label-04, .label-05, .label-06, .label-07, .label-08, .label-09 {
    display: inline-block;
    margin: 0 9px 0 0;
    padding: 2px 10px 1px;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.6;
    white-space: nowrap;
    border-radius: 8px;
}

.label-10, .label-11, .label-12, .label-13, .label-14, .label-15, .label-16 {
    display: block;
    padding: 2px 10px 1px;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.6;
    white-space: nowrap;
}

.label-03, .label-10 {
    background: #3c91cc;
}

.label-04, .label-11 {
    background: #3650b0;
}

.label-05, .label-12 {
    background: #7a46d8;
}

.label-06, .label-13 {
    background: #a765ca;
}

.label-07, .label-14 {
    background: #e76faa;
}

.label-08, .label-15 {
    background: #0ea997;
}

.label-09, .label-16 {
    background: #87b65e;
}

.label-list-01 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -10px;
}

.label-list-01 > li {
    margin: 0 auto;
    padding: 0 0 0 10px;
}

.label-list-01 > li [class^="label-"] {
    margin-right: 0;
}

.label-list-01._center {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 0 10px -10px;
}

.list-bullet-01 > li {
    position: relative;
    padding: 0 0 0 18px;
}

.list-bullet-01 > li::before {
    position: absolute;
    top: 9px;
    left: 8px;
    display: block;
    width: 2px;
    height: 2px;
    background: #000;
    border-radius: 50%;
    content: "";
}

.list-bullet-01 + p:not([class]) {
    margin-top: 0;
}

.list-order-01 {
    counter-reset: num;
}

.list-order-01 > li {
    display: flex;
    counter-increment: num;
}

.list-order-01 > li + li {
    margin-top: 1px;
}

.list-order-01 > li::before {
    white-space: nowrap;
    content: counter(num) ".";
}

.list-order-01 > li > .item {
    display: block;
    padding: 0 0 0 3px;
}

.list-desc-01 {
    margin: 25px 0 0;
}

.list-desc-02 > div {
    display: flex;
}

.list-desc-02 > div dt {
    margin: 0 15px 0 0;
    color: #6e6e6e;
    white-space: nowrap;
}

.list-desc-02 > div dd {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-desc-02 > div._em dt, .list-desc-02 > div._em dd {
    color: #fa503d;
}

.list-desc-03 > div {
    display: flex;
}

.box-04 .list-desc-03 > div {
    flex-direction: column;
}

.list-desc-03 > div dt {
    margin: 0 15px 0 0;
    color: #6e6e6e;
    white-space: nowrap;
}

.list-desc-04 {
    margin: 15px 0 0;
}


.list-desc-04 > .list-desc-inner > div {
    position: relative;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    margin: 0 0 12px;
    padding: 0 0 12px;
}

.list-desc-04 > .list-desc-inner > div::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    content: "";
}

.list-desc-04 > .list-desc-inner .nomember::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 0px;
    background: #e2e2e2;
    content: "";
}

.list-desc-04 > .list-desc-inner #container-lowerGradeMatch > div {
    /*position: relative;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 0 0 0 12px;*/
}

.list-desc-04 > .list-desc-inner > div.scout-ex .link-01 {
    position: absolute;
	top:92px;
	right:0px
}

.list-desc-04 > .list-desc-inner > nomember::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
}

.list-desc-04 .list-desc-inner._agent {
    width: 100%;
}

.col:only-of-type .list-desc-04 > .list-desc-inner > div:last-child::before {
    width: calc(100% - 50px);
}

.list-desc-04 > .list-desc-inner > div:not(.nomember):last-child {
    margin-bottom: 0;
	padding-right: 0 !important;
}

.list-desc-04 > .list-desc-inner > div:last-child::before {
    display: none;
}

.list-desc-04 > .list-desc-inner > div .img {
    margin-right: 20px;
}

.list-desc-04 > .list-desc-inner > div dt {
    display: flex;
    align-items: center;
    flex-grow: 1;
    font-size: 1.6rem;
    padding-right: 10px;
}

.list-desc-04 > .list-desc-inner > div dt._agent {
    font-size: 1.5rem;
    padding-right: 46px;
}

.list-desc-04 > .list-desc-inner > div dd {
    display: flex;
    align-items: center;
	/*position: absolute;*/
    right: 0;
}

.list-desc-04 > .list-desc-inner > div .nomember {
    display: flex;
    align-items: center;
	position: unset;
    right: 0;
}

.list-desc-04 > .list-desc-inner > div dd .txt-state-01 {
    margin-right: 32px;
}

.list-desc-04 > .list-desc-inner > div dd > * {
    margin-top: 0;
}

.list-desc-04 > .list-desc-inner > div dd .btn-01, .list-desc-04 > .list-desc-inner > div dd .btn-02 {
    min-width: 85px;
    min-height: 36px;
    padding: 6px;
}

.list-desc-04 > .list-desc-inner > .scout-ex > dt > .ttl {
    text-decoration: none;
}

.list-desc-04 > .list-desc-inner > div.scout-ex dd > .c-label-01 {
    margin-right: 20px;
}

.list-desc-05 div {
    height: 130px;
}

.list-desc-05 > div dt {
    margin: 0 15px 0 0;
    color: #6e6e6e;
}

.list-desc-05 > div dd {
    width: 100%;
	height: 100%;
	margin-top: 3px;
}

.list-desc-05 > div dd > a {
    text-decoration: none;
}

.list-desc-05 > p {
    color: #6e6e6e;
	font-size: 1.3rem;
	margin-top: 3px;
}

.lyt-link-04 + .txt-note {
	color:#6e6e6e;
}

.list-segment-01 {
    width: 100%;
}

.list-segment-01 > li {
    border-bottom: solid 1px #e2e2e2;
}
.list-segment-01 > li._em {
   background: #fdf8e5;
}

.list-segment-01 > li:last-child {
    border-bottom: none;
}

.list-segment-01 > li:first-child .content {
    padding-top: 0;
}

.list-segment-01 > li .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 7px;
}

.list-segment-01 > li .content .count {
    margin: 0 0 0 20px;
}

.list-segment-01 > li .content .count .txt em {
    font-weight: bold;
    color: #11b1ed;
}

.link-01.kentou > a .txt em,
.link-01.welcom > a .txt em {
    font-weight: bold;
}

.list-segment-02 > li {
    border-bottom: solid 1px #e2e2e2;
}


.list-segment-02 > li:last-child {
    border-bottom: none;
}


.list-segment-02 > li .contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    padding: 12px 0;
}

.list-segment-02 > li .contents > :last-child {
    margin-left: 20px;
}

.list-segment-02 > li .contents .link-01 {
    overflow: hidden;
    white-space: nowrap;
}

.list-segment-02 > li .contents .link-01 > a {
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-segment-03 {
    margin: 0 0 40px;
}

.list-segment-03 > li {
    border-bottom: solid 1px #e2e2e2;
}

.list-segment-03 > li:last-child {
    border-bottom: none;
}

.list-segment-03 > li .content {
    display: flex;
    align-items: center;
    padding: 15px 20px 8px;
}

.list-segment-03 > li .content.type-02 {
   background: #fdf8e5;
}

.list-segment-03 > li a {
    text-decoration: none;
}

.list-segment-03 > li .content > span {
    margin: 0 0 0 20px;
}

.list-segment-03 > li .content .count {
    margin: 0 0 0 20px;
}

.list-segment-03 > li .content .count .txt em {
    font-weight: bold;
    color: #11b1ed;
}

.list-count-01 {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    margin: -6px 0 -10px;
}

.list-count-01 > div {
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px 14px 0 0;
}

.list-count-01 > div:not(:last-child)::before {
    position: absolute;
    top: 6px;
    right: 7px;
    display: block;
    width: 1px;
    height: 20px;
    background: #e2e2e2;
    content: "";
}

.list-count-01 > div > dd {
    margin: 0 0 0 5px;
}

.list-count-01 > div > dd a {
    text-decoration: none;
}

.list-count-01 > div > dd .num {
    font-weight: normal;
    font-size: 1.5rem;
    color: #00aaeb;
    line-height: 1;
}

.list-count-01 + .hdg-01 {
    margin-top: 20px;
}

.list-count-02 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 15px;
    background: #fff;
    border-radius: 3px;
}

.list-count-02 + .list-count-02 {
    padding: 15px 0 0;
    border-top: solid 1px #e2e2e2;
}

.list-count-02 .list-hdg {
    text-align: center;
    padding: 4px;
    margin-right: 20px;
    background: #f3f3f3;
    width: 140px;
}

.list-count-02 > div:nth-child(n+2) {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 30px;
    width: 240px;
}

.list-count-02 > div:nth-child(n+3):before {
    position: absolute;
    top: 2px;
    left: 12px;
    display: block;
    width: 1px;
    height: 26px;
    background: #e2e2e2;
    content: "";
}

.list-count-02 > .list-hdg + div {
    padding: 0;
    width: 160px;
}
/*
.list-count-02 > p + div + div {
    width: 210px;
}
*/

.list-count-02 > p + div:before {
    display: none;
}

.list-count-02 > div > dd {
    margin: 0 0 0 10px;
}

.list-count-02 > div > dd a {
    text-decoration: none;
}

.list-count-02 > div > dd .num {
    font-weight: bold;
    font-size: 1.8rem;
    /*color: #00aaeb;*/
    line-height: 1;
}

.list-bnr-01 {
    margin: 64px 0 0;
}

.list-bnr-01 > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list-bnr-01 > ul > li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-bnr-01 > ul > li a img {
    flex-shrink: 0;
    width: 100%;
}

.list-bnr-01._has-frame img {
    border: solid 1px #dcdcdc;
	width: 260px;
    box-sizing: content-box;
}

.list-bnr-01._col2 {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.list-bnr-01._col2 .c-label {
    margin-bottom: 8px;
}

.list-bnr-01._col2 > ul {
    justify-content: space-between;
    margin: -30px 0 0 -30px;
}

.list-bnr-01._col2 .bnr_img {
    border: solid 1px #dcdcdc;
}

.list-bnr-01._col2 > ul > li {
    padding: 30px 0 0 30px;
}

.list-bnr-01._col3 > ul, .list-bnr-01._col4 > ul {
    margin: -20px 0 0 -20px;
}

.list-bnr-01._col3 {
    margin: -20px 0 ;
}

.list-bnr-01._col3.random_bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list-bnr-01._col3.random_bnr > ul {
    /* padding: 0; */
    margin: 0 10px;
    /*display: table;*/
    border-spacing: 20px 0;
    box-sizing: border-box;
}

.list-bnr-01._col4 > ul > li .link-list-01 {
    padding: 10px 0 0;
}

.list-bnr-01._col4 > ul > li {
    padding: 20px 0 0 20px;
    width: 25%;
}

.list-bnr-01 .randomDental {
    display: inline-block;
    padding: 25px 0; /*本ナビ先行の際に希望職種：歯科衛生士のユーザーのみにFreshバナーをランダム表示させる際の記述*/ 
}

.list-pr-01 {
    margin: 15px 0 0;
}

.list-pr-01 > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -15px 0 0 -40px;
}

.list-pr-01 > ul > li {
    width: 100%;
    padding: 15px 0 0 40px;
}

.list-pr-01 > ul > li .list-hdg {
    display: block;
    margin: 0 0 10px;
    padding: 4px 5px;
    text-align: center;
    background: #f3f3f3;
}

.list-pr-01 > ul > li .list-hdg > b {
    font-weight: normal;
    font-size: 1.3rem;
}

.list-pr-01 > .honall_match > li .list-hdg {
    display: block;
    margin: 0 0 10px;
    padding: 5px 9px 4px 28px;
    background: #e5f6fd;
}

.list-pr-01 > .honall_match > li .list-hdg > b {
    position: relative;
    font-weight: normal;
    font-size: 1.3rem;
}

.list-pr-01 > .honall_match > li .list-hdg > b::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: -25px;
    width: 15px;
    height: 15px;
    background: url(../images/icon/icon_sparkles-20260210005841.svg) no-repeat 0 0;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(41%) sepia(100%) saturate(382%) hue-rotate(161deg) brightness(103%) contrast(78%);
}

.list-pr-01 > ul > li > a {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
}

.list-pr-01 + .link-01 {
    margin-top: 15px;
}

.list-pr-01._col2 > ul > li {
    width: 50%;
}

.list-pr-01 .c-label,
.list-pr-02 .c-label {
    margin-right: 8px;
}

.list-pr-02 {
    margin: 15px 0 0;
}

.lyt-col-01 .lyt-col-inner > .col > .list-pr-02:first-child {
    margin-top: 50px;
}

.list-pr-02 > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -15px 0 0 -63px;
}

.list-pr-02 > ul > li {
    width: 100%;
    padding: 15px 0 0 63px;
}

.list-pr-02 > ul > li a {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
}

.list-pr-02._col2 > ul > li {
    width: 50%;
}

.list-pr-bnr a {
    position: relative;
    display: block;
    margin: 0 auto;
}

.list-pr-bnr a .label-pr-01 {
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
}

.list-pr-bnr._has-frame img {
    width: 220px;
}

.list-info-01 > li {
    padding: 30px 0;
    border-bottom: solid 1px #e2e2e2;
}

.list-info-01 > li:first-child {
    padding-top: 0;
}

.list-info-01 > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.list-info-01 > li a {
    text-decoration: none;
}

.list-info-01 > li .info {
    margin: 10px 0 0;
    text-align: right;
}

.list-info-01 > li .info .date {
    margin: 0 0 0 15px;
    color: #9a9a9a;
}

.list-sns-01 {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    margin: 64px 0 0 -32px;
}

.list-sns-01 > li {
    padding: 0 0 0 32px;
}

.list-sns-01 > li a {
    display: block;
    width: 50px;
}

[href^="tel:"] {
    text-decoration: none;
    cursor: default;
}

.link-al-right {
    display: flex;
    justify-content: flex-end;
}

.link-01 {
    display: flex;
    margin: 0;
}

.link-01.kentou {
    display: flex;
	background: #fffce6;
    padding: 5px 16px;
	margin-bottom: 10px;
}

.link-01.welcom {
    padding: 10px 16px;
    margin: 5px 0 5px;
    border: none;
    background: #E5F5FF
}

.link-01.kentou.redesign {
    display: flex;
    background: #fef0f0;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.link-01.kentou + p {
	margin-bottom: 10px;
    margin-top: -10px;
}

/*.list-mypage-inner .col-wrap .col .lyt-btn-01.kentou .link-01 + .link-01 {
    margin-top: 5px;
}*/

.tbl-info-01 .link-01 {
    justify-content: center;
}

.link-01 > a:first-child,
.link-01 > span {
    position: relative;
    display: block;
    padding-left: 18px;
    text-decoration: none;
}

.link-01.welcom > a:first-child {
    position: relative;
    display: block;
    padding-left: 30px;
    text-decoration: none;
}

.tbl-info-01 .link-01 > a, .link-01 > span {
    min-width: 100px;
}

.link-01 > a:before,
.link-01 > span::before,
.modal-inner-a .link-list-02 .link-01::before {
    position: absolute;
    top: 11px;
    left: -3px;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1.5px solid #00aaeb;
    border-right: 1.5px solid #00aaeb;
    content: "";
    transform: rotate(45deg) scale(.7) skew(-8deg, -8deg);
    transform-origin: 100% 0;
}

.link-01.welcom > a:first-child::before {
    position: absolute;
    border: none;
    top: -2px;
    width: 30px;
    height: 25px;
    content: "";
    background: url(../images/top_2025/icon/icon_welcome-20260210005842.png) center no-repeat;
    transform: unset;
    background-size: 25px;
}

.link-01._em > a, .link-01._em > span {
    color: #e30000;
}

.link-01._em > a::before, .link-01._em > a::after, .link-01._em > span::before, .link-01._em > span::after {
    background: #e30000;
}

.link-02 {
    margin: 64px 0 0;
    background: #fff;
}

.link-02 > a {
    position: relative;
    display: flex;
    padding: 15px 40px 14px 32px;
    text-decoration: none;
}

.link-02 > a::before, .link-02 > a::after {
    position: absolute;
    right: 15px;
    bottom: 0;
    display: block;
    width: 9px;
    height: 2px;
    margin: auto;
    background: #00aaeb;
    content: "";
}

.link-02 > a::before {
    top: -5px;
    transform: rotate(43deg);
}

.link-02 > a::after {
    top: 5px;
    transform: rotate(-43deg);
}

.link-02 > a [class^="label-"] {
    align-self: flex-start;
}

.link-02 > a .txt {
    display: block;
    width: 100%;
}

.link-02 .c-label {
    margin-right: 16px;
}

.link-list-01._side {
    display: flex;
    flex-wrap: wrap;
}

.link-list-01._side li {
    margin: 0 15px 0 0;
	display: block;
}

.link-list-01 > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.panel .link-list-01 > li:last-child {
    margin-left: auto;
}

.link-list-01 > li a {
    position: relative;
    display: block;
    padding-left: 18px;
    text-decoration: none;
}

.link-list-01 > li a::before {
    position: absolute;
    top: 11px;
    left: -3px;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1.5px solid #00aaeb;
    border-right: 1.5px solid #00aaeb;
    content: "";
    transform: rotate(45deg) scale(.7) skew(-8deg, -8deg);
    transform-origin: 100% 0;
}

.link-list-01 > li > .txt em {
    font-weight: bold;
    color: #11b1ed;
}

.link-list-01 > li + li {
    margin-top: 2px;
}

.link-list-01.inquiry {
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0 30px;
    border-left: solid 1px #aaa;
}

.link-txt > p > a {
    color: #7b7b7b;
}

.link-img-01 .link-img-inner {
    display: flex;
    flex-direction: row-reverse;
    text-decoration: none;
}

.link-img-01 .link-img-inner .contents {
    width: 100%;
}

.link-img-01 .link-img-inner .img {
    flex-shrink: 0;
    margin: 0 32px 0 0;
}

.link-img-02 .link-img-inner {
    display: flex;
    flex-direction: row-reverse;
    text-decoration: none;
}

.link-img-02 .link-img-inner .contents {
    width: 100%;
}

.link-img-02 .link-img-inner .contents * + .ttl {
    margin-top: 4px;
}

.link-img-02 .link-img-inner .contents .ttl + * {
    margin-top: 8px;
}

.link-img-02 .link-img-inner .img {
    flex-shrink: 0;
    margin: 0 32px 0 0;
}

.link-img-02 a p:not([class]) {
    color: #000;
    transition: color .2s;
}

.link-img-02 a:hover p:not([class]), .link-img-02 a:active p:not([class]), .link-img-02 a:focus p:not([class]) {
    color: #666;
}

.link-img-02._has-desc .contents .ttl {
    font-size: 1.6rem;
    overflow-wrap: anywhere;
}

.link-img-02 + .box-04 {
    margin-top: 10px;
}

.link-img-03 {
    display: flex;
	align-items: center;
    flex-direction: column-reverse;
    text-decoration: none;
}

.link-img-03 .txt {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.link-img-03 img {
    margin-bottom: 6px;
	max-width: 120px;
}

.link-img-04 {
    padding: 15px 10px 13px;
    background: #fff;
}

.link-img-04 > * + a {
    margin-top: 13px;
}

.link-img-04 .rank {
    margin: 0 0 10px;
}

.link-img-04 .rank > img {
    margin: 0 auto;
}

.link-img-04 .link-block {
    display: flex;
    flex-direction: column-reverse;
}

.link-img-04 .link-block > a {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.link-img-04 .link-block > a:last-child {
    height: 120px;
}

.link-img-04 .link-block > a .txt {
    overflow: hidden;
    width: 100%;
    margin: 16px 0 12px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.link-img-04 .link-block > a img {
    max-width: 120px;
    max-height: 120px;
}

.link-img-04 .contents {
    padding: 8px 0 0;
    border-top: solid 1px #e2e2e2;
}

.link-img-04 .contents > :first-child {
    margin-top: 0;
}

.link-img-04 .contents .list-desc-02 + [class^="btn-wrap-"] {
    margin-top: 15px;
}

.link-img-04 .contents [class^="btn-wrap-"] {
    margin-top: 10px;
}

.link-img-04 .contents [class^="btn-wrap-"] [class^="btn-"] {
    width: 100%;
    min-width: auto;
}

.link-img-04 .contents [class^="btn-wrap-"]:last-child {
    margin-bottom: 7px;
}

.link-img-04 .c-label-list {
    justify-content: center;
}

.link-img-05 {
    background: #fff;
}

.link-img-05 > .link-img-inner .contents {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    padding: 15px 32px;
}

.link-img-05 > .link-img-inner .contents .contents-inner {
    width: 100%;
    padding-left: 20px;
}

.link-img-05 > .link-img-inner .contents .sub {
    display: block;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 2px;
}

.link-img-05 > a.link-img-inner:hover .contents :not(.ttl),
.link-img-05 > a.link-img-inner:active .contents :not(.ttl),
.link-img-05 > a.link-img-inner:focus .contents :not(.ttl) {
    opacity: .8;
}

.link-img-05 > .link-img-inner .contents .ttl {
    display: flex;
}

.link-img-05 > .link-img-inner .contents .ttl [class^="label-"] {
    position: relative;
    top: 2px;
    align-self: flex-start;
}

.link-img-05 > .link-img-inner .contents .ttl .txt {
    width: 100%;
    font-weight: normal;
    font-size: 1.6rem;
}

.link-img-05._complete {
    background: #efefef;
}

.link-img-05._complete > .link-img-inner .contents .sub {
    color: #748993 ;
}

.link-img-05._complete > div.link-img-inner .contents .ttl {
    color: #748993;
}

.link-img-05 > .link-img-inner .img {
    width: 40px;
    margin: 0 auto;
}

.link-img-05 > a.link-img-inner {
    text-decoration: none;
}

.link-img-06 > a {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    text-decoration: none;
}

.link-img-06 > a .ttl {
    margin: 27px 0 0;
    font-size: 1.6rem;
}

.link-img-06 .contents {
    margin: 10px 0 0;
}

#container-lowerGradeMatch > div .link-img-07 {
	width: 409px;
}

.link-img-07 {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}

.link-img-07 + .link-img-07 {
    margin-top: 20px;
}

.link-img-07 .label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.link-img-07 .contents {
    width: 77%;
}

.link-img-07._isRandom .contents {
    max-width: calc(100% - 240px - 32px); /* 最大幅 - 画像サイズ - padding */
}

.link-img-07 .contents > em + .ttl {
    margin-top: 8px;
}

.link-img-07 .contents > p:not([class]) + .ttl {
    margin-top: 12px;
}

.link-img-07 .contents .ttl {
    display: flex;
    align-items: flex-start;
    font-size: 1.6rem;
    text-decoration: none;
}

.link-img-07 .contents .ttl .label-01 {
    position: relative;
    top: 2px;
}

.link-img-07 .contents .ttl + * {
    margin-top: 8px;
}

.link-img-07 .contents .ttl + * + p {
    margin-top: 4px;
}

.link-img-07 .contents [class^="btn-wrap-"] {
    margin-top: 25px;
}

.link-img-07 .contents .c-label {
    margin-right: 12px;
}

.link-img-07 .img {
    flex-shrink: 0;
    margin: 0 32px 0 0;
}

.link-img-07 + .box-04 {
    margin-top: 10px;
}

.link-img-07 .contents .annotation {
    font-size: 12px;
    color: #859099;;
}

.link-img-08 {
    display: flex;
    flex-direction: row-reverse;
}

.link-img-08 .contents {
    width: calc(100% - 152px);
}

.link-img-08 .contents .ttl {
    display: flex;
    align-items: flex-start;
    font-size: 1.6rem;
    text-decoration: none;
}

.link-img-08 .contents .ttl .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.link-img-08 .contents .ttl + * {
    margin-top: 9px;
}

.link-img-08 .contents .list-desc-02 > div + div {
    margin-top: 9px;
}

.link-img-08 .img {
    flex-shrink: 0;
    margin: 0 32px 0 0;
}

.link-img-09 {
    background: #fff;
}

.link-img-09 .link-img-inner {
    display: flex;
    flex-direction: row-reverse;
    text-decoration: none;
}

.link-img-09 .link-img-inner .contents {
    width: 100%;
    padding: 21px 16px 16px 0;
}

.link-img-09 .link-img-inner .contents * + .ttl {
    margin-top: 4px;
}

.link-img-09 .link-img-inner .contents .ttl {
    font-size: 1.6rem;
}

.link-img-09 .link-img-inner .contents .ttl + * {
    margin-top: 8px;
}

.link-img-09 .link-img-inner .img {
    flex-shrink: 0;
    margin: 0 32px 0 0;
}

.link-img-09 a p:not([class]) {
    color: #000;
    transition: color .2s;
}

.link-img-09 a:hover p:not([class]), .link-img-09 a:active p:not([class]), .link-img-09 a:focus p:not([class]) {
    color: #666;
}

.btn-wrap-01 {
    margin: 20px 0 0;
}

.contents-notice-04 .btn-wrap-01 {
    margin: 0;
}

.txt-wrap-01._center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.txt-wrap-01._center.mt20 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.txt-wrap-01._center.mt20 > a {
    color: #7b7b7b;
}

.txt-wrap-01._center span {
    width: 35%;
	text-align: center;
}

.btn-wrap-01._center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-wrap-01 a + a {
    margin-left: 30px;
}

.btn-wrap-01 a + .link-list-01 {
    font-size: 1.3rem;
    margin: 0 0 0 30px;
}

.btn-wrap-01 .btn-regist {
    display: flex;
}

.btn-wrap-01 .btn-regist .link-txt {
    text-align: center;
    margin: 8px 0 0 0;
    line-height: initial;
}

.btn-01, .btn-02, .btn-03, .btn-04, .btn-05 {
    display: inline-flex;
    min-width: 240px;
    min-height: 48px;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
	align-items: center;
    border-radius: 2px;
    cursor: pointer;
    font-size: 1.3rem;
    justify-content: center;
    line-height: 1.4;
    transition: background .2s;
    white-space: normal;
}

.btn-01._small, .btn-02._small, .btn-03._small, .btn-04._small {
    min-width: auto;
    padding-right: 30px;
    padding-left: 30px;
}

.btn-01._large, .btn-02._large, .btn-03._large {
    min-width: 345px;
}

.btn-01[class*="_icon"], .btn-02[class*="_icon"], .btn-03[class*="_icon"] {
    padding-left: 8px;
}

.btn-01[class*="_icon"] .txt, .btn-02[class*="_icon"] .txt, .btn-03[class*="_icon"] .txt {
    position: relative;
    display: inline-block;
    padding-left: 28px;
}

.btn-01[class*="_icon"] .txt::before, .btn-02[class*="_icon"] .txt::before, .btn-02[class*="_icon"] .txt::after, .btn-03[class*="_icon"] .txt::before {
    position: absolute;
    display: block;
    content: "";
    transition: opacity .2s;
}

.btn-02[class*="_icon"] .txt::-ms-ticks-after {
    position: absolute;
    display: block;
    content: "";
    transition: opacity .2s;
}

.btn-01 {
    color: #006bcd;
    background: #fff;
    border: 1px solid #b2b2b2;
}

.btn-01:hover, .btn-01:active, .btn-01:focus {
    color: #349eff;
}

.btn-01[class*="_icon"]:hover .txt::before, .btn-01[class*="_icon"]:active .txt::before, .btn-01[class*="_icon"]:focus .txt::before {
    opacity: .6;
}

.btn-01._icon-register .txt::before {
    top: -2px;
    left: -4px;
    width: 20px;
    height: 20px;
    background: url("../images/icon/icon_lock-20260210005841.svg") no-repeat 0 0;
    background-size: contain;
}


.btn-02 {
    color: #fff;
    background: #f57c31;
    transition: background .2s;
	text-decoration: none;
}

.btn-02:hover, .btn-02:active, .btn-02:focus {
    color: #fff;
    background: #f79b62;
}

.btn-02._icon-register .txt::before {
    top: 0px;
    left: -4px;
    width: 20px;
    height: 20px;
    background: url("../images/icon/icon_enter-20260210005841.svg") no-repeat 0 0;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(0%) hue-rotate(95deg) brightness(103%) contrast(101%);
}

/* .btn-02._icon-register .txt::after {
    top: 5px;
    right: -117px;
    width: 18px;
    height: 20px;
    background: url("../images/top_2027/icon/icon-register-link-20260210005843.png") no-repeat 0 0;
    background-size: 90%;
} */

.btn-03 {
    color: #fff;
    background: #006bcd;
    transition: background .2s;
}

.btn-03:hover, .btn-03:active, .btn-03:focus {
    color: #fff;
    background: #0186ff;
}

.btn-04 {
    background: #fff;
    transition: background .2s;
}

.btn-04:hover, .btn-04:active, .btn-04:focus {
    background: #fff;
}

.btn-05 {
    background: #fff;
	color: #f57c31;
	border: 1px solid #b2b2b2;
    transition: background .2s;
}

.btn-05:hover, .btn-05:active, .btn-05:focus {
	border-color: #e5e5e5;
    color: #faba92;
}

.btn-close-01 {
    position: relative;
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    transition: opacity .2s;
}

.btn-close-01:hover, .btn-close-01:active, .btn-close-01:focus {
    opacity: .8;
}

.btn-close-01::before, .btn-close-01::after {
    position: absolute;
    top: 3px;
    left: 11px;
    display: block;
    width: 2px;
    height: 15px;
    background: #dddddd;
    content: "";
}

.btn-close-01::before {
    transform: rotate(45deg);
}

.btn-close-01::after {
    transform: rotate(-45deg);
}

.btn-close-01 .txt {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    color: transparent;
}

.btn-more-01 {
    width: 100%;
    padding: 16px 0;
    background: rgba(0, 0, 0, .5);
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
    0 1px 3px 1px rgb(66 66 66 / 0.16);
    transition: background-color .2s;
}

.btn-more-01 .txt {
    color: #fff;
}

.btn-more-01:hover, .btn-more-01:active, .btn-more-01:focus {
    background: rgba(0, 0, 0, .4);
}

.btn-large-01 {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 100px;
    padding: 14px 20px 13px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, .25);
}

.btn-large-02 {
    display: flex;
    justify-content: center;
    width: auto;
    min-height: 100px;
    padding: 14px 10px 13px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e6e6e6;
}

.btn-large-02.lower {
    display: flex;
    justify-content: center;
    width: auto;
    min-height: 100px;
    padding: 14px 10px 13px;
    text-align: center;
    text-decoration: none;
    border: none;
}

.btn-large-01 .txt {
    font-weight: bold;
    font-size: 2.8rem;
}

.btn-large-01 .sub {
    font-size: 1.6rem;
    color: #000;
}

.btn-large-01 .btn-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-large-01._icon-school .btn-inner {
    position: relative;
    padding-left: 80px;
}

.btn-large-01._icon-school .btn-inner::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 64px;
    height: 64px;
    margin: auto;
    background: url("../images/icon/icon_school-20260210005841.svg") center no-repeat;
    background-size: contain;
    content: "";
}

.btn-large-wrap-01 {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.btn-small-01 {
    display: block;
    font-size: 1.3rem;
    padding: 6px 14px;
    text-decoration: none;
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
    0 1px 3px 1px rgb(66 66 66 / 0.16);
}

.btn-icon-01 {
    position: relative;
    display: flex;
    align-items: center;
    height: 100px;
    padding: 16px 20px 16px 100px;
    text-decoration: none;
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
    0 1px 3px 1px rgb(66 66 66 / 0.16);
}

.btn-icon-01::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    content: "";
}

.btn-icon-01._icon-new::before {
    background: url("../images/icon/icon_buildings-20260210005841.svg") center no-repeat;
}

.btn-icon-02 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    text-decoration: none;
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
    0 1px 3px 1px rgb(66 66 66 / 0.16);
}

.btn-icon-02 .img {
    margin-right: 20px;
}

.btn-icon-02 .content {
    width: 310px;
}

.btn-icon-02 .content .ttl {
    font-size: 1.6rem;
    margin-top: 6px;
}

.btn-icon-02 .box-04 {
    margin-top: 6px;
    padding: 3px 8px;
}

.btn-list-01 {
    margin: 26px 0 0;
}

.btn-list-01 > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -20px;
}

.btn-list-01 > ul > li {
    width: 50%;
    padding: 20px 0 0 20px;
}

.btn-list-02 {
    margin: 10px 0 0;
}

.btn-list-02 > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -6px 0 0 -10px;
}

.btn-list-02 > ul > li {
    padding: 12px 0 0 10px;
}

.lyt-btn-01 .btn-list-02 > ul > li {
    padding: 0 0 0 10px;
}

.btn-list-03 {
    margin: 20px 0 0;
}

.btn-list-03 > ul > li {
    padding: 12px 0 0 0;
}

.btn-top-01 {
    position: absolute;
    position: fixed;
    right: 80px;
    bottom: 24px;
    bottom: 64px;
	z-index: 999;
}

.btn-top-01 a {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    font-size: 0;
    color: transparent;
    background: rgba(0, 171, 235, .5);
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
    0 1px 3px 1px rgb(66 66 66 / 0.16);
    border-radius: 50%;
    transition: background .2s;
}

.btn-top-01 a::before, .btn-top-01 a::after {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    display: block;
    width: 22px;
    height: 4px;
    margin: auto;
    background: #fff;
    border-radius: 2px;
    content: "";
}

.btn-top-01 a::before {
    left: -12px;
    transform: rotate(134deg);
}

.btn-top-01 a::after {
    left: 13px;
    transform: rotate(-134deg);
}

.btn-top-01 a:hover, .btn-top-01 a:active, .btn-top-01 a:focus {
    background: #00aaeb;
}

.lyt-col-01 {
    margin-top: 60px;
}

.lyt-col-01 .lyt-col-inner {
    display: flex;
    flex-wrap: wrap;
    margin: -52px 0 0 -63px;
}

.lyt-col-01 .lyt-col-inner > .col {
    width: 50%;
    padding: 52px 0 0 63px;
}

.lyt-col-01 .lyt-col-inner > .col .lyt-link-inner .link-img-01 {
    margin-bottom: 20px;
}

.lyt-col-01 .lyt-col-inner > .col > :first-child {
    margin-top: 0;
}

.lyt-col-01 .lyt-col-inner > .col:only-of-type {
    width: 100%;
}

.lyt-col-01 .lyt-col-inner > .col:only-of-type .list-desc-04 > .list-desc-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px -20px 0;
	width: calc(100% + 50px);
}

.lyt-col-01 .lyt-col-inner > .col:only-of-type .list-desc-04 > .list-desc-inner > div {
    width: 50%;
    padding: 0 50px 20px 0;
}

.lyt-col-02 {
    margin-top: 15px;
}

.lyt-col-02 .lyt-col-inner {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 0 -63px;
}

.lyt-col-02 .lyt-col-inner > .col {
    width: 50%;
    padding: 30px 0 0 63px;
}

.lyt-col-01 .lyt-col-inner > .col:only-of-type {
    width: 100%;
}

.lyt-col-01 .lyt-col-inner > .col:only-of-type .list-pr-01 > ul > li {
    width: 33.333333%;
}

.lyt-col-02 .lyt-col-inner > .col > :first-child {
    margin-top: 0;
}

.lyt-btn-01 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lyt-btn-01 .contents {
    flex: 90%;
}

.lyt-btn-01 .btn {
    margin-left: 12px;
    white-space: nowrap;
}

.lyt-btn-01 .btn .btn-list-02 > ul {
    flex-wrap: nowrap;
    align-items: center;
}

.lyt-btn-02 {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.lyt-link-01 {
    margin: 26px 0 0;
}

.lyt-link-01 > .lyt-link-inner > .col {
    width: 50%;
    padding: 30px 0 0 30px;
}

.lyt-link-01 > .lyt-link-inner > .col > :first-child {
    margin-top: 0;
}

.lyt-link-01 > .lyt-link-inner > .col .link-img-09 {
    height: 100%;
}

.lyt-link-02 {
    margin: 26px 0 0;
}

.lyt-link-02 > .lyt-link-inner {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 0 -63px;
}

.lyt-link-02 > .lyt-link-inner > .col {
    width: 50%;
    padding: 32px 0 0 63px;
}

.lyt-link-02 > .lyt-link-inner > .col > :first-child {
    margin-top: 0;
}

.lyt-link-02 > .lyt-link-inner > .col:nth-child(even) {
    position: relative;
}

.lyt-link-02 > .lyt-link-inner > .col:nth-child(even)::before {
    position: absolute;
    top: 32px;
    bottom: 0;
    left: 30px;
    display: block;
    width: 1px;
    height: calc(100% - 32px);
    background: #e2e2e2;
    content: "";
}

.lyt-link-02 > .lyt-link-inner > .col > .inner {
    height: 100%;
}

.lyt-link-02 > .lyt-link-inner > .col > .inner > .items + .items {
    margin-top: 32px;
}

.lyt-link-03 {
    margin: 26px 0 0;
}

.lyt-link-03 > .lyt-link-inner {
    display: flex;
    flex-wrap: wrap;
    margin: -26px 0 0 -50px;
}

.lyt-link-03 > .lyt-link-inner > .col {
    width: 16.666666%;
    padding: 26px 0 0 50px;
}

.lyt-link-04 {
    margin-top: 26px;
}

.lyt-link-04 > .lyt-link-inner {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 0 -30px;
}

.lyt-link-04 > .lyt-link-inner > .col {
    width: 20%;
    padding: 30px 0 0 30px;
}

.lyt-link-04 > .lyt-link-inner > .col > * {
    height: 100%;
}

.lyt-link-04 + .link-01 {
    margin-top: 32px;
}

.lyt-link-04 + .box-03 {
    margin-top: 64px;
}

.lyt-link-05 {
    margin: 26px 0 0;
}

.lyt-link-05 + .lyt-link-05 {
    border-top: solid 2px #00aaeb;
    margin: 0;
    padding-bottom: 54px;
}

.lyt-link-05 > li + li {
    border-top: solid 2px #00aaeb;
}

.lyt-link-06 {
    margin: 26px 0 0;
}

.lyt-link-06 > .lyt-link-inner {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 0 -64px;
}

.lyt-link-06 > .lyt-link-inner > .col {
    width: 50%;
    padding: 30px 0 0 64px;
}

.lyt-link-07 {
    margin: 26px 0 0;
}

.lyt-link-07 > .lyt-link-inner {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 0 -30px;
}

.lyt-link-07 > .lyt-link-inner > .col {
    width: 50%;
    padding: 30px 0 0 30px;
}

.lyt-link-07 > .lyt-link-inner > .col > .items {
    height: 100%;
    padding: 32px;
    background: #fff;
}

.lyt-link-02 > .lyt-link-inner > .col > .items .contents * + .box-04,
.lyt-link-07 > .lyt-link-inner > .col > .items .contents * + .box-04{
    margin: 10px 0 0;
}


.lyt-link-08 {
    margin: 26px 0 0;
}

.lyt-link-08 > .lyt-link-inner {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 0 -64px;
}

.lyt-link-08 > .lyt-link-inner > .col {
    position: relative;
    width: 100%;
    margin: 0 0 32px;
    padding: 32px 0 0 64px;
}

.lyt-link-08 > .lyt-link-inner > .col::before {
    position: absolute;
    right: 0;
    bottom: -32px;
    display: block;
    width: calc(100% - 64px);
    height: 1px;
    background: #e2e2e2;
    content: "";
}

.lyt-link-08 > .lyt-link-inner > .col:last-child {
    margin-bottom: 0;
}

.lyt-link-08 > .lyt-link-inner > .col:last-child::before {
    display: none;
}

.lyt-link-08 > .lyt-link-inner .link-img-02 {
    margin: 0 0 12px;
}

.lyt-link-08._col2 > .lyt-link-inner > .col {
    width: 50%;
}

.lyt-link-08._col2 > .lyt-link-inner > .col:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
}

.lyt-link-08._col2 > .lyt-link-inner > .col:nth-last-child(2):nth-child(odd)::before {
    display: none;
}

.lyt-link-09 {
    margin: 26px 0 0;
}

.lyt-link-09 > .lyt-link-inner {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 0 -32px;
}

.lyt-link-09 > .lyt-link-inner > .col {
    width: 50%;
    padding: 32px 0 0 32px;
}

.lyt-link-09 > .lyt-link-inner > .col > .items {
    height: 100%;
    padding: 32px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
    0 1px 3px 1px rgb(66 66 66 / 0.16);
}

.lyt-link-10 {
    display: flex;
    margin: 20px 0 0 -30px;
}

.lyt-link-10 li {
    display: flex;
    justify-content: center;
    width: 16.666666%;
}

.lyt-link-10 li:last-child p {
    width:90%;
}

.lyt-link-10 li .inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 14px 8px;
    text-align: center;
    margin-left: 20px;
    text-decoration: none;
}

.lyt-link-10 li .inner .img {
    margin-bottom: 12px;
}

.lyt-link-10 li .inner .img img {
    padding: 8px;
}

.lyt-link-12 {
	display: flex;
}

.lyt-link-12 img{
	margin: 0 18px 0 0;
}

.lyt-link-12 p{
	margin: 0 5px 0 0;
}

.box-01 {
    margin: 20px 0 0;
    padding: 20px 32px;
    background: #f3f3f3;
    border-radius: 3px;
}

.box-01 .box-hdg-01 {
    font-weight: bold;
    font-size: 1.6rem;
}

.box-01 .box-hdg-01 + p {
    margin-top: 2px;
}

.box-01#cookieMsg {
    margin: 20px 0;
}

.box-02 {
    margin: 10px 0;
    padding: 15px 20px 13px;
}

.box-02 .box-inner {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}

.box-02 .box-inner > :last-child {
    align-self: center;
    margin-left: 20px;
    white-space: nowrap;
}

.box-02 .box-inner em {
    position: relative;
    top: 1px;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
}

.box-02 .box-inner .txt-notice-01 {
    transition: color .2s;
}

.box-02 .box-inner .txt-notice-01::before {
    transition: opacity .2s;
}

.box-02 .box-inner .txt-notice-01 a{
    text-decoration: none;
}

.box-02 .box-inner .txt-notice-01 span{
    color: #ec2b51;
}


.box-02 .box-inner:hover .txt-notice-01, .box-02 .box-inner:active .txt-notice-01, .box-02 .box-inner:focus .txt-notice-01 {
    color: #ff1717;
}

.box-02 .box-inner:hover .txt-notice-01::before, .box-02 .box-inner:active .txt-notice-01::before, .box-02 .box-inner:focus .txt-notice-01::before {
    opacity: .8;
}

.box-02 .box-inner:hover .link-01._em span, .box-02 .box-inner:active .link-01._em span, .box-02 .box-inner:focus .link-01._em span {
    color: #ff1717;
}

.box-02.type-01 {
    background: #fff;
}

.box-02.type-02 {
    background: #fef0f0;
    border: solid 1px #e6e6e6;
    border-radius: 4px;
    color: #333333;
}

.box-03 {
    margin: 32px 0 0;
    padding: 30px 40px 35px;
    background: #fff;
}

.box-03 > :first-child {
    margin-top: 0;
}

.box-03 .btn-more-01 {
    display: none;
}

.box-03.is-close {
    position: relative;
    overflow: hidden;
    max-height: 360px;
}

.box-03.is-close .btn-more-01 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
}

.box-04 {
    padding: 15px 20px 13px;
    background: #f3f3f3;
}

.box-04 .list-desc-03 > div dd span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.box-04 .list-desc-03 > div dd span:not(:last-child)::before {
    position: absolute;
    top: 0;
    right: -6px;
    display: block;
    width: 1px;
    height: 18px;
    background: #d5d5d5;
    content: "";
}

.box-05 {
    margin: 26px 0 0;
    border: solid 1px #e6e6e6;
    border-radius: 4px;
}

.box-05 .box-hdg-01 a {
    position: relative;
    display: block;
    padding: 12px 48px 12px 12px;
    font-weight: normal;
    font-size: 1.4rem;
    text-decoration: none;
}

.box-05 .box-hdg-01 a.un-toggle {
    position: relative;
    display: block;
    padding: 12px 48px 12px 12px;
    font-weight: normal;
    font-size: 1.4rem;
    text-decoration: none;
}

.box-05 .box-content-01 {
    padding: 16px;
}

.box-05 + .box-05 {
    margin-top: 32px;
}

.box-06 .box-content-01 {
    margin-top: 20px;
}

.box-06 .lyt-link-11 {
    display: flex;
}

.box-06 .col {
    display: flex;
    width: 25%;
}

.box-06 .link-img-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    text-decoration: none;
}

.box-06 .contents {
    max-width: 160px;
    padding-left: 15px;
}

.box-06 .img {
    display: inline-block;
    max-width: 80px;
}

.box-06 .list-desc-02 > div dd {
    color: #000;
}

.box-07 .box-content-01 {
    margin-top: 10px;
}

.box-07 .box-content-01 .box-checkbox-01 {
    display: flex;
    align-items: center;
    padding: 15px 0;
    transition: background-color .2s;
}

.box-07 .box-content-01 .box-checkbox-01 input {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
    line-height: 1.7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icons/alt_icon_checkbox-20260210005841.png) no-repeat 0 0;
    border: 0;
    border-radius: 0;
}

.box-07 .box-content-01 .box-checkbox-01 label span {
    position: relative;
    display: inline-block;
}

.box-07 .box-content-01 .box-checkbox-01 label span::after {
    position: absolute;
    top: 0;
    right: -40px;
    display: block;
    width: 1px;
    height: 100%;
    border-right: 1px #e2e2e2 solid;
    content: "";
}

.box-checkbox-01 input[type="checkbox"]:checked {
	background-image: url(../images/icons/alt_icon_checkbox_checked-20260210005841.png);
}

.box-07 .box-content-01 .box-checkbox-01 p:first-child {
	position: relative;
    display: flex;
    justify-content: space-around;
    flex-basis: 320px;
    flex-shrink: 0;
}

.box-07 .box-content-01 .box-checkbox-01 p:first-child + p {
    margin-top: 0;
}

.box-07 .box-content-01 .box-checkbox-01 .btn-03 {
    margin-left: 50px;
    padding: 12px 40px;
    background: #f67c31;
}

.box-07 .lyt-link-11 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.box-07 .col {
    display: flex;
    width: 33.333333%;
    margin-bottom: 30px;
}

.box-07 .link-img-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    text-decoration: none;
}

.box-07 .contents {
    max-width: 200px;
    padding-left: 15px;
}

.box-07 .contents .form-checkbox-01,
.box-07 .contents .form-checkbox-01 .box-01 {
    margin-top: 0;
}

.box-07 .contents .txt {
    padding: 0;
}

.box-07 .contents .form-checkbox-01 > .txt {
    padding-left: 40px;
}

.box-07 .contents .txt a{
    text-decoration: none;
}

.box-07 .contents .txt::after {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background: url(../images/icon/icon_tab-20260210005841.svg) no-repeat 0 0;
    background-size: contain;
    content: "";
    filter: brightness(0) saturate(100%) invert(60%) sepia(21%) saturate(180%) hue-rotate(165deg) brightness(90%) contrast(88%);
}

.box-07 img  {
    display: inline-block;
    max-width: 80px;
}

.box-07 .list-desc-02 > div dd {
    color: #000;
}

.box-08 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f3f3f3;
}

.box-08 .box-hdg-01 {
    font-weight: bold;
    font-size: 1.6rem;
}

.box-08 .box-hdg-01 + p {
    margin-top: 2px;
}

.box-08 .list-btn-01 {
    display: flex;
    justify-content: space-between;
}

.box-08 .list-btn-01 li:first-child {
    margin-right: 20px;
}

.box-09 {
    position: relative;
    width: 150px;
}

.box-09.mysrch {
    position: relative;
    width: 135px;
}

.box-09 .box-hdg-01 a {
    position: relative;
    display: block;
    padding: 0 20px 0 0;
    font-weight: normal;
    font-size: 1.4rem;
    text-decoration: none;
}

.link-list-01 > li .box-09 .box-hdg-01 a::before,
.link-list-01 > li .box-09 .box-hdg-01 a::after {
    display: none;
}

.box-09 .box-content-01 {
    position: absolute;
    background: #fff;
    width: 200%;
    padding: 15px;
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
    0 1px 3px 1px rgb(66 66 66 / 0.16);
}

.box-09 .box-content-01 li + li {
    margin-top: 10px;
}

.box-09 .box-content-01 .contents {
    display: flex;
}

.box-10 {
    display: inline;
    font-size: 1.2rem;
    padding: 3px;
    background: #f3f3f3;
}

.box-ready-01 {
    position: relative;
    width: 700px;
    margin: 0 auto;
}

.box-ready-01 > :first-child {
    margin-top: 0;
}

.box-ready-01 + .box-ready-01 {
    margin-top: 32px;
}

.box-ready-01.js-toggle-01 .js-toggle-txt {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 15px 0;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
    display: flex;
    justify-content: center;
}

[data-script-enabled="true"] .box-ready-01.js-toggle-01 .js-toggle-txt::before, [data-script-enabled="true"] .box-ready-01.js-toggle-01 .js-toggle-txt::after {
    position: absolute;
    top: 48%;
    display: block;
    width: 9px;
    height: 1px;
    background: #fff;
    content: "";
}

[data-script-enabled="true"] .box-ready-01.js-toggle-01 .js-toggle-txt::before {
    right: calc(50% - 54px);
}

[data-script-enabled="true"] .box-ready-01.js-toggle-01 .js-toggle-txt::after {
    right: calc(50% - 60px);
}

.close-txt-wrapper {
    text-align: center;
}

.close-txt {
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 25px 0 0 -10px;
}

.close-txt::before, .close-txt::after {
    position: absolute;
    top: 1px;
    right: -12px;
    width: 2px;
    height: 12px;
    background: #fff;
    content: "";
}

.close-txt::before {
    transform: rotate(45deg);
}

.close-txt::after {
    transform: rotate(-45deg);
}

.box-maintenance-01 .box-hdg-01 a {
    position: relative;
    display: block;
    padding: 13px 28px 12px;
    font-weight: normal;
    font-size: 1.4rem;
    text-decoration: none;
}

.box-maintenance-01 .box-hdg-01 a::before {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/top_2027/icon/icon-attention-03-20260210005843.png") center no-repeat;
    background-size: 100%;
    content: "";
}

.box-maintenance-01 .box-content-01 {
    padding: 0 28px 13px;
}

.box-attention-01 {
    display: flex;
    flex-direction: column-reverse;
}

.box-attention-01 .box-hdg-01 a {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 13px 28px 12px 0;
    font-weight: normal;
    font-size: 1.4rem;
    text-decoration: none;
}

.box-attention-01 .box-hdg-01 a .label-01 {
    position: relative;
    top: 1px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: normal;
    white-space: nowrap;
}

.box-attention-01 .box-content-01 {
    padding: 32px 0 18px;
}

.box-attention-01 .c-label {
    margin-right: 16px;
}

/* 複数のメンテナンス告知掲出用 */
.contents-maintenance {
    border-bottom: solid 1px #e2e2e2;
    background: #fdfde7;
}

.contents-maintenance .contents-maintenance-inner {
    width: 1130px;
    margin: 0 auto;
    padding: 12px 0;
}

.box-multi-maintenance .multi-maintenance-hdg {
    font-weight: normal;
    font-size: 1.4rem;
    position: relative;
    padding: 0 0 0 28px;
}

.box-multi-maintenance .multi-maintenance-hdg a {
    text-decoration: none;
}

.box-multi-maintenance .multi-maintenance-hdg::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/top_2027/icon/icon-attention-03-20260210005843.png") center no-repeat;
    background-size: 100%;
    content: "";
}

.box-multi-maintenance .box-content-01 {
    padding: 16px 16px 16px 24px;
}

.box-multi-maintenance .box-content-01 > ol {
    list-style-type: decimal;
}

.box-multi-maintenance .box-content-01 li:nth-child(n+2) {
    border-top: solid 1px #e6e6e6;
    padding-top: 20px;
    margin-top: 20px;
}

.box-multi-maintenance .box-content-01 * + p {
    margin-top: 18px;
}

.boxEm02 {
    margin: 15px 0;
    padding: 15px 20px;
    background: #f3f3f3;
}

.boxEm02 .ordinary {
    padding: 0 28px;
    position: relative;
}

.boxEm02 .ordinary::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon/icon_information-20260210005841.svg) center no-repeat;
    background-size: contain;
    content: "";
}

.noteList01 > li {
    position: relative;
    padding-left: 20px;
    font-size: 1.3rem;
    color: #859099;
}

.image-clickBlock {
    pointer-events: none;
}

/* list-mypage
----------------------------------------------- */
.list-mypage-inner {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin: -20px 0 0 -20px;
}

.list-mypage-inner .col {
    background: #fff;
    margin: 20px 0 0 20px;
}

.list-mypage-inner .col-wrap {
    width: 33.3%;
}

.list-mypage-inner .col-wrap {
    display: flex;
    flex-direction: column;
}

.list-mypage-inner .col-wrap .col .list-hdg {
    display: flex;
    justify-content: center;
    padding: 20px 0 25px;
    border-top: 4px solid #00aaeb;
}

.list-mypage-inner .col-wrap .col .list-hdg span {
    position: relative;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.4;
    padding-left: 25px;
}

.list-mypage-inner .col-wrap .col .list-hdg span::before {
    position: absolute;
    left: -20px;
    display: block;
    margin: auto;
    content: "";
}

.list-mypage-inner .col-wrap .col._message .list-hdg span::before {
    top: -5px;
    width: 30px;
    height: 30px;
    background: url("../images/icon/icon_mail-20260210005841.svg") center no-repeat;
    background-size: contain;
}

.list-mypage-inner .col-wrap .col._list .list-hdg span::before {
    top: -6px;
    width: 30px;
    height: 30px;
    background: url("../images/icon/icon_noteEdit-20260210005841.svg") center no-repeat;
    background-size: contain;
}

.list-mypage-inner .col-wrap .col._schedule .list-hdg span::before {
    top: -6px;
    width: 30px;
    height: 30px;
    background: url("../images/icon/icon_calendar-20260210005841.svg") center no-repeat;
    background-size: contain;
}

.list-mypage-inner .col-wrap .col._check .list-hdg span::before {
    top: -5px;
    width: 30px;
    height: 30px;
    background: url("../images/icon/icon_checkbox-20260210005841.svg") center no-repeat;
    background-size: contain;
}

.list-mypage-inner .col-wrap .col .inner {
    padding: 0 20px 20px;
}

.list-mypage-inner .col-wrap .col._message,
.list-mypage-inner .col-wrap .col {
    height: 100%;
}

.list-mypage-inner .col-wrap .col._schedule,
.list-mypage-inner .col-wrap .col._check {
    height: 50%;
}

.list-mypage-inner .col-wrap .col .inner .list-segment-01 li {
    padding: 0 10px;
}

.list-mypage-inner .col-wrap .col .inner .list-segment-01 li.welcom {
    padding: 0;
}

.list-mypage-inner .col-wrap .col .lyt-btn-01 {
    padding: 10px 10px 8px;
    margin-top: 10px;
    border: solid 1px #e2e2e2;
}

.list-mypage-inner .col-wrap .col .lyt-btn-01.kentou {
    padding: 0;
    margin: 0 0 10px;
    border: none;
}

.list-mypage-inner .col-wrap .col .lyt-btn-01 .link-img-inner {
    display: flex;
    align-items: center;
}

.list-mypage-inner .col-wrap .col .lyt-btn-01 .img {
    min-width: 80px;
    margin-right: 10px;
    flex: 10%;
}

.list-mypage-inner .col-wrap .col .lyt-btn-01 .btn {
    margin: 5px 0 0 0;
}


/* list-login
----------------------------------------------- */
.list-login-inner {
   display: flex;
}

.list-login .col {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.list-login .col:last-child {
    border-left: solid 1px #e2e2e2;
    padding-left: 32px;
    margin-left: 32px;
}

.list-login .list-hdg {
    display: block;
    margin: 0 0 16px;
    padding: 4px 5px;
    text-align: center;
    background: #f3f3f3;
    width: 100%;
}

.list-login .form-01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.list-login .form-01 .form-list-input-01 {
    width: 100%;
}

.list-login .col .link-list-01 {
    margin: 22px 0 0;
}


/* tab
----------------------------------------------- */

.tab-02 {
    width: 600px;
}

.tab-02 .tab-list {
    display: flex;
    flex-wrap: nowrap;
}

.tab-02 .tab-list.is_open > li {
    position: relative;
	width: 50%;
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
    0 1px 3px 1px rgb(66 66 66 / 0.16);
}

.tab-02 .tab-list > li {
    position: relative;
    width: 100%;
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
    0 1px 3px 1px rgb(66 66 66 / 0.16);
}

.tab-02 .tab-list > li:only-child {
    width: 50%;
}

.tab-02 .tab-list > li::before {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    background: #fff;
    content: "";
}

.tab-02 .tab-list > li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    color: #000;
    text-decoration: none;
    background: #fff;
}

.tab-02 .tab-list > li.disable a {
    flex-wrap: wrap;
    background: #fafafa;
    padding: 5px 0;
    pointer-events: none;
}

.tab-02 .tab-list > li a .txt {
    position: relative;
    padding: 0 0 0 28px;
    transition: color .2s;
    pointer-events: none;
}

.tab-02 .tab-list > li a .txt::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/icon/icon_search-20260210005841.svg") center no-repeat;
    background-size: contain;
    content: "";
    transition: opacity .2s;
    filter: brightness(0) saturate(100%) invert(80%) sepia(0%) saturate(3421%) hue-rotate(272deg) brightness(92%) contrast(79%);

}

.tab-02 .tab-list > li a:hover .txt, .tab-02 .tab-list > li a:active .txt, .tab-02 .tab-list > li a:focus .txt {
    color: #666;
}

.tab-02 .tab-list > li a:hover .txt::before, .tab-02 .tab-list > li a:active .txt::before, .tab-02 .tab-list > li a:focus .txt::before {
    opacity: .8;
}

.tab-02 .tab-list > li.is-active {
    z-index: 1;
}

.tab-02 .tab-list > li.is-active a::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #00aaeb;
    content: "";
}

.tab-02 .tab-list > li.is-active a .txt::before {
    background-image: url("../images/icon/icon_search-20260210005841.svg");
    filter: none;
}

.tab-02 .tab-content {
    background: #fff;
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
    0 1px 3px 1px rgb(66 66 66 / 0.16);
	position: relative;
}

.tab-02 .tab-content .tab-panel {
    padding: 15px 30px;
}

.tab-02 .tab-content .tab-panel .link-list-01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.tab-02 .tab-content .tab-panel .link-list-01.has-toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 10px;
}

.tab-02 .tab-content .tab-panel .link-list-01.has-toggle.mysrch{
    position: absolute;
    bottom: 15px;
    right: 30px;
}

.tab-container-top {
    margin-top: 32px;
}

.tab-content-inner-nest {
    padding-top: 10px;
    outline: none;
}

.tab-content-inner-nest[aria-hidden="true"] {
    display: none;
}

.tab-top-list {
    position: relative;
    display: flex;
    margin-right: -2px;
    margin-left: -2px;
}

.tab-top-list::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #00aaeb;
    content: "";
}

.tab-top-list::before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #fff;
    content: "";
}

.tab-top-list > li {
    width: calc(100% / 3);
}

.tab-top-list > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 130px;
    min-height: 34px;
    padding: 2px;
    font-size: 1.4rem;
    color: #8f9ba1;
    text-decoration: none;
    border-top: 4px solid transparent;
    border-bottom: solid 1px #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3);
}

.tab-top-list > li > a[aria-selected="true"] {
    font-weight: bold;
    color: #fff;
    background: #00aaeb;
}

.tbl-seminar-calendar {
    max-width: 690px;
    margin: 0 auto;
    table-layout: fixed;
}

.tbl-seminar-calendar th, .tbl-seminar-calendar td {
    padding: 0;
}

.tbl-seminar-calendar thead > tr > th {
    padding-bottom: 4px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #888;
}

.tbl-seminar-calendar thead > tr > .sat {
    color: #3c91cc;
}

.tbl-seminar-calendar thead > tr > .sun {
    color: #fa503d;
}

.tbl-seminar-calendar tbody > tr > td {
    border-left: 1px solid #dadee4;
}

.tbl-seminar-calendar tbody > tr > td:last-child {
    border-right: 1px solid #dadee4;
}

.tbl-seminar-calendar tbody > tr:first-child > td {
    border-top: 1px solid #dadee4;
}

.tbl-seminar-calendar tbody > tr > td {
    border-bottom: 1px solid #dadee4;
}

.tbl-seminar-calendar tbody > tr > td > * {
    display: block;
    height: 35px;
    padding-top: 12px;
    color: #333;
    text-align: center;
    line-height: 1;
}

.tbl-seminar-calendar tbody > tr > td > a {
    text-decoration: none;
}

.tbl-seminar-calendar tbody > tr > .today > a {
    color: #fff;
    background: #00aaeb;
}

.tbl-seminar-calendar tbody > tr > .selected > a {
    color: #fff;
    background: #00aaeb;
}

.tbl-seminar-calendar tbody > tr > .sat:not(.selected) > a {
    color: #3c91cc;
}

.tbl-seminar-calendar tbody > tr > .sun:not(.selected) > a {
    color: #fa503d;
}

.tbl-seminar-calendar tbody > tr > td > span {
    color: #888;
    background-image: repeating-linear-gradient(45deg, #ececec, #ececec 10%, #f8f8f8 0, #f8f8f8 50%);
    background-size: 9px 9px;
}

.tbl-seminar-calendar + .link-01 {
    margin-top: 18px;
}

.tbl-info-01 table thead th {
    font-weight: normal;
    padding: 4px 5px;
    background: #f3f3f3;
    border-right: 8px solid #fff;
}

.tbl-info-01 table tbody tr + tr {
    border-top: solid 1px #e2e2e2;
}

.tbl-info-01 table tbody tr:last-child th, .tbl-info-01 table tbody tr:last-child td {
    padding-bottom: 0;
}

.tbl-info-01 table tbody th {
    padding: 11px 0 8px 0;
    font-weight: normal;
    text-align: left;
}

.tbl-info-01 table tbody td {
    height: 47px;
    padding: 14px 0 8px;
}

.tbl-info-01 table tbody td a .num {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
}

/*
 * placeholder style
** ------------------------------------------------------ */
.form-01 + * {
    margin-top: 0;
}

.form-search-01 {
    display: flex;
    align-items: flex-start;
    margin: 20px 0 0;
}

.form-search-01 .form-contents {
    flex-grow: 1;
    width: 408px;
    margin: 0 12px 0 0;
}

.form-search-01._area .form-contents {
    width: auto;
}

.form-search-01 [class^="form-btn-"] {
    margin: 0;
}

.form-search-01 + .link-01 {
    margin-top: 18px;
}

.tab-content .tab-panel form + form {
    margin-top: 20px;
    border-top: solid 1px #e2e2e2;
}

.form-input-01 {
    width: 100%;
    min-height: 48px;
    padding: 12px;
    background: #fafafa;
    border: solid 1px #e2e2e2;
}

.form-input-02 {
    width: 100%;
    min-height: 48px;
    padding: 12px;
    background: #fff;
    border: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25) inset;
}

.form-list-input-01 > li + li {
    margin-top: 12px;
}

.form-btn-01, .form-btn-02 {
    width: 220px;
    min-width: 220px;
    min-height: 48px;
    margin: 12px 0 0;
    padding: 12px 20px 12px 8px;
    text-align: center;
}

.form-btn-01[class*="_icon-"] .txt, .form-btn-02[class*="_icon-"] .txt {
    position: relative;
    display: inline-block;
    padding-left: 28px;
}

.form-btn-01[class*="_icon-"] .txt::before, .form-btn-02[class*="_icon-"] .txt::before {
    position: absolute;
    top: -4px;
    left: 0;
    display: block;
    content: "";
}

.form-btn-01 {
    color: #006bcd;
    background: #fff;
    transition: color .2s;
}

.form-btn-01[class*="_icon-"] .txt::before {
    transition: opacity .2s;
}

.form-btn-01:hover, .form-btn-01:active, .form-btn-01:focus {
    color: #349eff;
}

.form-btn-01:hover[class*="_icon-"] .txt::before, .form-btn-01:active[class*="_icon-"] .txt::before, .form-btn-01:focus[class*="_icon-"] .txt::before {
    opacity: .6;
}

.form-btn-02 {
    color: #fff;
    background: #f57c31;
    transition: background .2s;
	border: none;
    border-radius: 2px;
}

.form-btn-02:hover, .form-btn-02:active, .form-btn-02:focus {
    background: #f79b62;
}

.form-btn-02._icon-search .txt::before {
    width: 20px;
    height: 20px;
    background: url(../images/icon/icon_search-20260210005841.svg) center no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(0%) hue-rotate(95deg) brightness(103%) contrast(101%);
}

/* .form-btn-02._icon-search::before {
    width: 20px;
    height: 20px;
    background: url("../images/top_2027/icon/icon-search-03-20260210005843.png") center no-repeat;
    background-size: 100%;
} */

.form-select-01 {
    position: relative;
    overflow: hidden;
    height: 48px;
    background: #fafafa;
    border: solid 1px #e2e2e2;
}

.form-select-01::before, .form-select-01::after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 9px;
    height: 2px;
    margin: auto;
    background: #9a9a9a;
    content: "";
    pointer-events: none;
}

.form-select-01::before {
    right: 19px;
    z-index: 1;
    transform: rotate(46deg);
}

.form-select-01::after {
    right: 14px;
    transform: rotate(-46deg);
}

.form-select-01 .select-viewport {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 12px 44px 12px 15px;
    font-size: 1.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fafafa;
    transition: color .2s;
    pointer-events: none;
}

.form-select-01 .select-viewport.is_c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px 35px 12px 5px;
    font-size: 1.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fafafa;
    transition: color .2s;
    pointer-events: none;
}

.form-select-01 select {
    position: relative;
    width: 100%;
    height: 48px;
    padding: 12px 44px 12px 15px;
    color: transparent;
    background: none;
    opacity: 0;
    cursor: pointer;
}

.form-select-01 select option {
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-select-01 select:hover + .select-viewport, .form-select-01 select:active + .select-viewport, .form-select-01 select:focus + .select-viewport {
    color: #666;
}

.form-list-select-01 {
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% + 12px);
    margin: 0 0 0 -12px;
}

.form-list-select-01 > li {
    padding: 0 0 0 10px;
}

.form-list-select-01._col2 > li {
    width: 50%;
}

.form-list-select-01._col3 > li {
    /*width: 33.333333%;*/
	width: 50%;
}

.form-checkbox-01 {
    position: relative;
    display: inline-block;
    font-size: 1.3rem;
    margin: 20px 0 0;
}

.form-checkbox-01 input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
    line-height: 1.7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icons/alt_icon_checkbox-20260210005841.png) no-repeat 0 0;
    border: 0;
    border-radius: 0;
}

.form-checkbox-01 input[type="checkbox"]:checked {
    background-image: url(../images/icons/alt_icon_checkbox_checked-20260210005841.png);
}

.form-checkbox-01 .txt {
    position: relative;
    display: inline-block;
    padding: 0 0 0 32px;
    cursor: pointer;
    transition: color .2s;
}

.form-checkbox-01 .txt::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: solid 1px #ccc;
    content: "";
}

.form-checkbox-01 .txt > span {
    display: inline-block;
}

.form-checkbox-01 .txt:hover, .form-checkbox-01 .txt:active, .form-checkbox-01 .txt:focus {
    color: #666;
}

.form-list-checkbox-01 {
    display: flex;
    flex-wrap: wrap;
    margin: 6px 0 0 -20px;
}

.form-list-checkbox-01 > li {
    padding: 8px 0 0 20px;
}

.form-list-checkbox-01 > li.is_c {
    padding: 8px 0 0 20px;
    color: rgb(123, 123, 123);
}

.form-list-checkbox-01 > li .form-checkbox-01 {
    margin-top: 0;
}

.form-list-checkbox-01.has-link {
    position: relative;
}

.form-list-checkbox-01.has-link > li a {
    position: relative;
    display: block;
    padding-left: 18px;
    text-decoration: none;
}

.form-list-checkbox-01.has-link > li a::before {
    position: absolute;
    top: 11px;
    left: -3px;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1.5px solid #00aaeb;
    border-right: 1.5px solid #00aaeb;
    content: "";
    transform: rotate(45deg) scale(.7) skew(-8deg, -8deg);
    transform-origin: 100% 0;
}

.form-list-checkbox-01.has-link > li.is_c a::before {
    display: none;
}

.form-list-checkbox-01.has-link ._right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.hdg-01.mt0 {
    margin-top: 0 !important;
}

.hdg-01.mt0._agent {
    margin-top: 30px !important;
}

.hdg-01 {
    margin: 60px 0 0;
    font-size: 2rem;
}

.hdg-01 > b {
    font-weight: normal;
}

.hdg-01 + *:not([class^="lyt-"]):not([class^="btn-list-"]):not([class^="list-pr-"]):not([class^="tab-01"]):not([class^=box-]) {
   	margin-top: 15px;
}

.hdg-02 {
    font-size: 2.8rem;
    color: #fff;
    text-align: center;
    line-height: 1.3;
}

.hdg-02 + *:not([class^="lyt-"]) {
    margin-top: 25px;
}

.hdg-03 {
    font-size: 2.8rem;
    color: #000;
    text-align: center;
    line-height: 1.3;
	margin-bottom: 40px;
}

.section-inner > * + .hdg-03 {
	margin-top: 80px;
}

.hdg-03.welcome {
	margin-top: 80px;
}

.hdg-03 + *:not([class^="lyt-"]) {
    margin-top: 32px;
}

.hdg-03 [class^="label-"] {
    vertical-align: middle;
}

/* js-toggle
----------------------------------------------- */
.js-toggle-01 .js-toggle-txt {
    display: none;
}

[data-script-enabled="true"] .js-toggle-01:not(.box-ready-01) .js-toggle-txt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 14px;
    height: 9px;
    margin: auto;
    font-size: 0;
    color: transparent;
    content: "";
}

[data-script-enabled="true"] .js-toggle-01:not(.box-ready-01) .js-toggle-txt::before, [data-script-enabled="true"] .js-toggle-01:not(.box-ready-01) .js-toggle-txt::after {
    position: absolute;
    top: 3px;
    display: block;
    width: 9px;
    height: 1px;
    background: #00aaeb;
    content: "";
}

[data-script-enabled="true"] .js-toggle-01:not(.box-ready-01) .js-toggle-txt::before {
    left: -1px;
}

[data-script-enabled="true"] .js-toggle-01:not(.box-ready-01) .js-toggle-txt::after {
    left: 5px;
}

[data-script-enabled="true"] .js-toggle-01.box-05 .js-toggle-txt {
    right: 17px;
}

[data-script-enabled="true"] .js-toggle-01.box-09 .js-toggle-txt {
    right: 0;
}

[data-script-enabled="true"] .js-toggle-01.is-toggle-open .js-toggle-txt::before {
    transform: rotate(134deg);
}

[data-script-enabled="true"] .js-toggle-01.is-toggle-open .js-toggle-txt::after {
    transform: rotate(-134deg);
}

[data-script-enabled="true"] .js-toggle-01.is-toggle-open.box-attention-01 .js-toggle-txt::before {
    transform: rotate(-134deg);
}

[data-script-enabled="true"] .js-toggle-01.is-toggle-open.box-attention-01 .js-toggle-txt::after {
    transform: rotate(134deg);
}

[data-script-enabled="true"] .js-toggle-01.is-toggle-close .js-toggle-txt::before {
    transform: rotate(-134deg);
}

[data-script-enabled="true"] .js-toggle-01.is-toggle-close .js-toggle-txt::after {
    transform: rotate(134deg);
}

[data-script-enabled="true"] .js-toggle-01.is-toggle-close .js-toggle-content {
    display: none;
}

[data-script-enabled="true"] .js-toggle-01.is-toggle-close.box-attention-01 .js-toggle-txt::before {
    transform: rotate(134deg);
}

[data-script-enabled="true"] .js-toggle-01.is-toggle-close.box-attention-01 .js-toggle-txt::after {
    transform: rotate(-134deg);
}

/* js-tab
----------------------------------------------- */
.js-tab-content.js-on .js-tab-panel {
    display: none;
    outline: none;
}

.js-tab-content.js-on .js-tab-panel.is-active {
    display: block !important;
}

.js-tab-content #tab-06.js-tab-panel {
    display: none;
}

/* js-ready
----------------------------------------------- */
.js-ready {
    position: relative;
}

[data-script-enabled="true"] .js-ready .js-ready-more {
    position: absolute;
    bottom: 0;
    left: 0;
}

[data-script-enabled="true"] .js-ready.is-close .js-ready-link {
    overflow: hidden;
    height: 366px;
}

.js-ready:not(.is-close) .js-ready-more {
    display: none;
}

/* js-tooltip
----------------------------------------------- */
.js-tooltip {
    position: relative;
}

.js-tooltip .js-tooltip-hook, .js-tooltip .js-tooltip-content {
    display: none;
}

.js-tooltip .js-tooltip-content {
    position: relative;
    z-index: 2;
    width: 263px;
    margin-top: 17px;
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
    0 1px 3px 1px rgb(66 66 66 / 0.16);
}

.js-tooltip .js-tooltip-content._agent {
    font-weight: 300;
    width: 410px;
}

.js-tooltip .js-tooltip-content::before,
.js-tooltip .js-tooltip-content-top::before {
    position: absolute;
    top: -8px;
    right: 50%;
    display: block;
    width: 16px;
    height: 16px;
    background: #fafafa;
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
    0 1px 3px 1px rgb(66 66 66 / 0.16);
    content: "";
    transform: rotate(45deg);
}

.js-tooltip .js-tooltip-content._agent::before,
.js-tooltip .js-tooltip-content-top._agent::before {
    display: none;
}

.js-tooltip .js-tooltip-content._agent::after,
.js-tooltip .js-tooltip-content-top._agent::after {
    position: absolute;
    bottom: -8px;
    right: 33.5%;
    display: block;
    width: 16px;
    height: 16px;
    background: #fafafa;
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
    0 1px 3px 1px rgb(66 66 66 / 0.16);
    content: "";
    transform: rotate(45deg);
}

.js-tooltip .js-tooltip-content > p,
.js-tooltip .js-tooltip-content-top > p {
    position: relative;
    padding: 10px 15px;
    background: #fafafa;
}

[data-script-enabled="true"] .js-tooltip .js-tooltip-hook {
    display: inline-block;
    vertical-align: top;
}

[data-script-enabled="true"] .js-tooltip .js-tooltip-content {
    position: absolute;
    top: 100%;
    right: -129px;
	z-index: 99;
}

[data-script-enabled="true"] .js-tooltip .js-tooltip-content._agent,
[data-script-enabled="true"] .js-tooltip .js-tooltip-content-top._agent {
    top: -400%;
    right: 30px;
}

.js-tooltip.is-close .js-tooltip-content,
.js-tooltip.is-close .js-tooltip-content-top {
    display: none;
}

.js-tooltip.is-open .js-tooltip-content {
    display: block;
}

img[src*="icon_help"] {
    width: 20px;
    margin-left: 8px;
}

.js-tooltip2 {
  position: relative;
  display: inline-block;
  padding-right: 28px !important;
}

[data-script-enabled="true"] .js-tooltip-hook2 {
  position: absolute;
  top: -2px;
  right: 0;
}

[data-script-enabled="true"] .js-tooltip-hook2 img {
  width: 20px;
  height: 20px;
}

[data-script-enabled="true"] .mod-tgl .js-tooltip-hook2 {
  position: absolute;
  top: 3px;
  right: 0;
}

.js-tooltip-content2 {
  position: relative;
  z-index: 2;
  width: 270px;
  margin-top: 5px;
  box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
  0 1px 3px 1px rgb(66 66 66 / 0.16);
}

.mod-tgl .js-tooltip-content2 {
  position: relative;
  z-index: 6;
  width: 240px;
  margin-top: 5px;
  box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
  0 1px 3px 1px rgb(66 66 66 / 0.16);
}

[data-script-enabled="true"] .mod-tgl .js-tooltip-content2 {
  position: absolute;
  top: 100%;
  right: -120px;
  display: none;
}

[data-script-enabled="true"] .js-tooltip-content2 {
  position: absolute;
  top: 100%;
  right: -133px;
  display: none;
}

.js-tooltip.is-close .js-tooltip-content2 {
  display: none !important;
}

.js-tooltip-hook.is-open .js-tooltip-content2 {
  display: block !important;
}

.js-tooltip-content2::before {
  position: absolute;
  top: -8px;
  right: 50%;
  z-index: 2;
  display: block;
  width: 16px;
  height: 16px;
  background: #e6e6e6;
  box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
  0 1px 3px 1px rgb(66 66 66 / 0.16);
  content: "";
  transform: rotate(45deg);
}

.js-tooltip-content2 > p {
  position: relative;
  z-index: 3;
  padding: 10px 16px;
  background: #e6e6e6;
}

/* is modal
----------------------------------------------- */
.box-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    width: 770px;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1146px) {
    .box-modal {
        left: 180px;
        transform: translate(0, -50%);
    }
}

.box-modal-inner {
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    background: #fff;
}

.box-modal-inner .box-contents {
    margin: 0 0 20px;
    margin-bottom: 0;
    padding: 20px 24px;
    box-sizing: border-box;
}

.box-modal-inner .box-contents .num {
    padding: 0 2px;
    font-weight: bold;
    font-size: 28px;
    color: #00aaeb;
}

.box-modal-inner .box-modal-hdg {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 30px;
    color: #006bcd;
    text-align: center;
    line-height: 1.3;
}

.box-modal-inner .txt {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    color: #06c;
    text-align: center;
    background: 0;
    border: 0;
}

.box-modal-inner .scroll-contents {
    overflow-y: auto;
    max-height: 40vh;
    margin: 10px -24px -24px;
    padding: 24px 24px 0;
    background: #f1f1f1;
}

.box-modal-inner .lyt-register {
    display: flex;
    flex-wrap: wrap;
    overflow-y: inherit;
    height: auto;
    margin: 0 0 0 -24px;
}

.box-modal-inner .lyt-register > li {
    width: calc((100% - 72px) / 3);
    margin: 0 0 24px 24px;
    padding: 15px 10px;
    text-align: center;
    background: #fff;
    border: 1px #e2e2e2 solid;
}

.box-modal-inner .lyt-register > li > .name {
    margin-bottom: 15px;
}

.box-modal-inner .lyt-register > li > .name > a {
    display: block;
    overflow: hidden;
    font-size: 17px;
    text-align: center;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box-modal-inner .lyt-register > li > .name + .btn-03 {
    width: calc(100% - 10px);
    min-width: auto;
    background: #f67c31;
}

.box-modal-inner .js-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    cursor: pointer;
}

.box-modal-inner .js-modal-close > span {
    position: relative;
    display: block;
    width: 31px;
    height: 31px;
    text-indent: -9999px;
}

.box-modal-inner .js-modal-close > span::before, .box-modal-inner .js-modal-close > span::after {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 3px;
    height: 30px;
    background: #2bb9ee;
    content: "";
}

.box-modal-inner .js-modal-close > span::before {
    transform: rotate(45deg);
}

.box-modal-inner .js-modal-close > span::after {
    transform: rotate(-45deg);
}

.js-modal-content {
    display: none;
}

.js-modal-content.is-open {
    display: block;
}

#js-modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99998;
    background-color: rgba(0, 0, 0, .6);
}

html.is-modal-fixed {
    overflow: hidden;
    height: 100%;
}

html.is-modal-fixed body {
    overflow: hidden;
    height: 100%;
}

/* reserve modal
----------------------------------------------- */
.box-modal-rsv {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    width: 100%;
    max-width: 416px;
    transform: translate(-50%, -50%);
}

.box-modal-inner-rsv {
    position: relative;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    padding: 40px 30px 30px;
    background: #fff;
}

.box-modal-inner-rsv .box-modal-hdg {
    font-weight: bold;
    font-size: 24px;
    color: #006bcd;
    text-align: center;
}

.box-modal-inner-rsv .box-modal-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    margin-top: 20px;
    padding: 10px;
    background: #deefff;
}

.box-modal-inner-rsv .box-modal-img img {
    width: 185px;
    height: auto;
}

.box-modal-inner-rsv .button {
    box-sizing: border-box;
    width: 233px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    text-align: center;
}

.box-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 10px;
    color: transparent;
    background: transparent;
    border: none;
    cursor: pointer;
}

.box-close-btn::before, .box-close-btn::after {
    position: absolute;
    top: 14px;
    right: 2px;
    display: block;
    width: 26px;
    height: 3px;
    background: #2bb9ee;
    content: "";
}

.box-close-btn::before {
    transform: rotate(45deg);
}

.box-close-btn::after {
    transform: rotate(-45deg);
}

.box-modal-inner-rsv .js-modal-close.txt {
    position: absolute;
    top: 10px;
    right: 10px;
}

.box-modal-inner-rsv .js-modal-close.txt > span {
    position: relative;
    display: block;
    width: 31px;
    height: 31px;
    text-indent: -9999px;
}

.box-modal-inner-rsv .js-modal-close.txt > span:before, .box-modal-inner-rsv .js-modal-close.txt > span:after {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 3px;
    height: 30px;
    background: #2bb9ee;
    content: "";
}

.box-modal-inner-rsv .js-modal-close.txt > span:before {
    transform: rotate(45deg);
}

.box-modal-inner-rsv .js-modal-close.txt > span:after {
    transform: rotate(-45deg);
}

.box-modal-item-rsv {
    display: flex;
    flex-direction: column;
}

.box-modal-item-rsv > .btn-05 {
    margin: 0 auto;
}

.slick-list {
    overflow: hidden;
}

.draggable {
    pading: 0;
}

.box-modal-inner-rsv .box-modal-img + * {
    margin-top: 20px;
    margin-bottom: 15px;
}

.box-modal-item-rsv > *:last-child {
    margin-bottom: 0;
}

.box-modal-item-rsv .txt-01 {
    padding: 0;
    color: #06c;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
}

.box-modal-item-rsv .txt-01:hover, .box-modal-item-rsv .txt-01:active, .box-modal-item-rsv .txt-01:focus {
    color: #39f;
}

.js-modal-content {
    display: none;
}

.js-modal-content.is-open {
    display: block;
}

#js-modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99998;
    background-color: rgba(0, 0, 0, .6);
}

.js-carousel-modal.slick-initialized.slick-slider {
    margin-bottom: 20px;
}

.js-carousel-modal.slick-initialized .box-modal-item-rsv {
    display: flex;
    margin-bottom: 20px;
}

.js-carousel-modal.slick-initialized .box-modal-item-rsv > * {
    max-width: 100%;
}

.js-carousel-modal.slick-initialized .slick-track .slick-list .draggable > div,
.js-carousel-modal-02.slick-initialized .slick-track .slick-list .draggable > div {
    display: flex;
}

.js-carousel-modal .slick-dots {
    padding-bottom: 0;
}

.js-carousel-modal .slick-dots li button {
    padding: 0;
}

.js-carousel-modal .slick-dots li button:last-child {
    display: none;
}

.js-carousel-modal .slick-dots li button::before {
    top: 0;
    left: 0;
    margin-top: auto;
    margin-left: auto;
}

.js-carousel-modal .slick-arrow,
.js-carousel-modal-02 .slick-arrow  {
    display: none !important;
}

html.is-modal-fixed {
    overflow: hidden;
    height: 100%;
}

html.is-modal-fixed body {
    overflow: hidden;
    height: 100%;
}

.box-modal-shoulder {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 4px;
    font-size: 12px;
    color: #00aaeb;
    line-height: 1.0;
    border: 1px solid #00aaeb;
    border-radius: 3px;
}

.m0 {
    margin: 0 auto;
}

.slick-dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: -8px auto 0;
    padding: 0 0 8px;
}

.slick-dots li {
    height: 12px;
    margin: 8px 10px 0;
    padding-right: 5px;
    padding-left: 5px;
}

.slick-dots li button {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 0;
    color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
}

.slick-dots li button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    background: #b5c2c8;
    border-radius: 50%;
    content: "";
}

.slick-dots li.slick-active button:before {
    background: #00aaeb;
}

.pc-hide {
    display: none !important;
}

.w-2 {
    width: 2% !important;
}

.w-4 {
    width: 4% !important;
}

.w-6 {
    width: 6% !important;
}

.w-8 {
    width: 8% !important;
}

.w-10 {
    width: 10% !important;
}

.w-12 {
    width: 12% !important;
}

.w-14 {
    width: 14% !important;
}

.w-16 {
    width: 16% !important;
}

.w-18 {
    width: 18% !important;
}

.w-20 {
    width: 20% !important;
}

.w-22 {
    width: 22% !important;
}

.w-24 {
    width: 24% !important;
}

.w-26 {
    width: 26% !important;
}

.w-28 {
    width: 28% !important;
}

.w-30 {
    width: 30% !important;
}

.w-32 {
    width: 32% !important;
}

.w-34 {
    width: 34% !important;
}

.w-36 {
    width: 36% !important;
}

.w-38 {
    width: 38% !important;
}

.w-40 {
    width: 40% !important;
}

.w-42 {
    width: 42% !important;
}

.w-44 {
    width: 44% !important;
}

.w-46 {
    width: 46% !important;
}

.w-48 {
    width: 48% !important;
}

.w-50 {
    width: 50% !important;
}

.w-52 {
    width: 52% !important;
}

.w-54 {
    width: 54% !important;
}

.w-56 {
    width: 56% !important;
}

.w-58 {
    width: 58% !important;
}

.w-60 {
    width: 60% !important;
}

.w-62 {
    width: 62% !important;
}

.w-64 {
    width: 64% !important;
}

.w-66 {
    width: 66% !important;
}

.w-68 {
    width: 68% !important;
}

.w-70 {
    width: 70% !important;
}

.w-72 {
    width: 72% !important;
}

.w-74 {
    width: 74% !important;
}

.w-76 {
    width: 76% !important;
}

.w-78 {
    width: 78% !important;
}

.w-80 {
    width: 80% !important;
}

.w-82 {
    width: 82% !important;
}

.w-84 {
    width: 84% !important;
}

.w-86 {
    width: 86% !important;
}

.w-88 {
    width: 88% !important;
}

.w-90 {
    width: 90% !important;
}

.w-92 {
    width: 92% !important;
}

.w-94 {
    width: 94% !important;
}

.w-96 {
    width: 96% !important;
}

.w-98 {
    width: 98% !important;
}

.w-100 {
    width: 100% !important;
}


.box-09-01 {
	margin: 17px 0 0;
    padding: 16px 21px 17px;
    background: #e8e8e8;
    border-radius: 3px;
}

.match-status {
	margin-top: 25px;
}

.match-status .txt-state-01._unchecked {
	margin-right: 32px;
}

/* ==============================================================================================
 モーダル（全画面共通）※3/1～
================================================================================================= */
.is-modalInit-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-a-wrap {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin: 20px 10px;
}

[data-script-enabled="true"] .modal-a-wrap {
  margin: 0;
  display: none;
}

[data-script-enabled="true"] body.is-modalInit-open .modal-a-wrap {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  overflow: auto;
}

.modal-a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

[data-script-enabled="true"] .modal-a {
  min-width: 580px;
  min-height: 272px;
}

@media only screen and (max-height: 500px) {
  [data-script-enabled="true"] .modal-a {
    align-items: flex-start;
  }
  [data-script-enabled="true"] .modal-inner-a,
  [data-script-enabled="true"] .modal-inner-b {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.modal-inner-a,
.modal-inner-b {
  width: 1130px;
  margin: 0 auto;
  border-radius: 4px;
}

.modal-inner-a {
    background: #f3f3f3;
}

.modal-inner-b {
  background: #e7f7fd;
}

[data-script-enabled="true"] .modal-inner-a {
  width: 560px;
}

[data-script-enabled="true"] .modal-inner-b {
  width: 600px;
}

[data-script-enabled="true"] .modal-inner-b.small {
  width: 460px;
}

body:not(.is-modalInit-open) #js-modal-init-overlay {
  display: none;
}

body.is-modalInit-open #js-modal-init-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 48, 51, .8);
  z-index: 10000;
}

.modal-inner-a > .main {
  padding: 32px;
  background: repeating-linear-gradient(-45deg, #1ab3ed 0, #1ab3ed 3px, #00aaeb 3px, #00aaeb 6px);
  position: relative;
  border-radius: 4px 4px 0 0;
}

.modal-inner-a > .main > p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
}

.modal-inner-a > .main > .lead {
  font-size: 3.6rem;
  line-height: 1.2;
  color: #ffe00d;
  margin-top: 0;
  padding-right: 22px;
  padding-bottom: 7px;
  position: relative;
}

.modal-inner-a > .main > .lead::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.modal-inner-a > .main > .lead > b::after {
  content: "";
  display: block;
  border-width: 10px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: -10px;
  right: 1px;
  transform: rotate(130deg);
}

.modal-inner-a > .main > p:not(.lead) {
  letter-spacing: 1px;
}

.modal-inner-b > .main {
  color: #fff;
  background: #00aaeb;
  padding: 30px;
  border-radius: 4px 4px 0 0;
}

.modal-inner-b > .main:only-child {
  border-radius: 4px;
}

.modal-inner-b > .main > .lead {
  text-align: center;
  font-size: 1.8rem;
}

.modal-inner-b:not(.small) > .main > .lead {
  position: relative;
}

.modal-inner-b:not(.small) > .main > .lead::before {
  content: "";
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto 14px;
}

.modal-inner-b:not(.small) > .main > .lead::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  border-bottom: 3px solid #00aaeb;
  border-left: 3px solid #00aaeb;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -9px;
  transform: rotate(-45deg);
}

.modal-inner-b.small > .main {
  padding: 45px 30px 48px;
}

.modal-inner-b.small > .main > .lead {
  text-align: center;
  font-size: 1.8rem;
}

.modal-inner-b.small > .main > .lead + * {
  margin-top: 20px;
}

.modal-inner-a > .content,
.modal-inner-b > .content {
  padding: 32px 36px;
}

.modal-inner-a > .content > .link-list-02 {
    margin-top: 20px;
    text-align: center;
}

.modal-inner-a .link-list-02 .link-01 {
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-left: 18px;
}

.modal-inner-b > .content .sub {
  text-align: center;
  color: #666666;
  font-size: 1.4rem;
  margin: 30px 0 15px;
}

.list-entry-a {
  font-size: 1.4rem;
  width: 280px;
  margin-right: auto;
  margin-left: auto;
}

.list-entry-a > div {
  border-bottom: 1px solid #c9d3d7;
  padding: 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-entry-a > div + div {
  margin-top: 15px;
}

.list-entry-a dt {
  margin-right: 10px;
}

.list-entry-a dd em {
  font-weight: bold;
  font-size: 1.8rem;
  color: #00aaeb;
}

.btn-a {
  display: inline-block;
  min-width: 223px;
  padding: 16px 20px;
  font-size: 1.4rem;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #b2b2b2;
  cursor: pointer;
  transition: color .2s, background .2s;
  text-decoration: none;
}
.btn-a:hover,
.btn-a:active,
.btn-a:focus {
    border-color: #e5e5e5;
}

.btn-a.type-a {
  color: #f67e28;
}
.btn-a.type-a:hover,
.btn-a.type-a:active,
.btn-a.type-a:focus {
  color: #f89853;
}

.btn-a.type-b {
    background: #f67e28;
    color: #fff;
    border: 0 !important;
}
.btn-a.type-b:hover,
.btn-a.type-b:active,
.btn-a.type-b:focus {
  background: #f89853;
}

.list-btn-a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -10px;
  margin-left: -10px;
}

.list-btn-a > li {
  width: 50%;
  padding-bottom: 10px;
  padding-left: 10px;
}

.list-btn-a .btn-a {
  min-width: 100%;
}

.btn-lyt-a {
  text-align: center;
}

.btn-lyt-a .btn-a {
  min-width: 240px;
}

.disp-pc-none {
  display: none;
}

.list-company-01 {
    margin-top: 15px;
    display: flex;
    align-items: center;
    margin-left: -35px;
}

.list-company-01 > li {
    padding-left: 35px;
}

.list-company-02 {
    color: #fff;
    /* display: flex;
    flex-wrap: wrap; */
    margin-left: -30px;
    overflow: hidden;
}

.list-company-02 > div {
    padding-left: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.2rem;
    float: left;
}

.list-company-02 > div:nth-child(2n + 1) {
    clear: left;
}

.list-company-02 > div:only-child {
    font-size: 1.6rem;
}

.list-company-02 > div > * {
    white-space: nowrap;
}

.list-company-02 > div > dt {
    margin-right: 5px;
}

.list-company-02 > div > dd > b {
    font-size: 1.8rem;
    color: #ffe806;
}

.list-company-02 > div:only-child > dd > b {
    font-size: 2.4rem;
}

.js-tooltip {
    position: relative;
    padding-right: 28px !important;
}

[data-script-enabled="true"] .js-tooltip-hook {
    position: absolute;
    top: 7px;
    right: 0;
}

[data-script-enabled="true"] .js-tooltip-hook._agent {
    right: inherit;
}

.js-tooltip-content {
    width: 270px;
    margin-top: 13px;
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
    0 1px 3px 1px rgb(66 66 66 / 0.16);
    z-index: 2;
    position: relative;
}

[data-script-enabled="true"] .js-tooltip-content {
    position: absolute;
    top: 100%;
    right: -133px;
    display: none;
}

.js-tooltip.is-close .js-tooltip-content {
    display: none !important;
}

.js-tooltip.is-open .js-tooltip-content {
    display: block !important;
}

.js-tooltip-content::before {
    display: block;
    width: 16px;
    height: 16px;
    background: #e8e8e8;
    content: "";
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
    0 1px 3px 1px rgb(66 66 66 / 0.16);
    transform: rotate(45deg);
    z-index: 2;
    position: absolute;
    top: -8px;
    right: 50%;
}

.js-tooltip-content > p {
    background: #e8e8e8;
    padding: 10px 16px;
    font-size: 1.4rem;
    position: relative;
    z-index: 3;
}

.hdg-05 {
    margin: 10px 0 0 0;
}

/*エントリー予約途中の企業*/
#template-entryRemind .link-list-01._side,
#container-entryRemind .link-list-01._side {
    position: relative;
}

#template-entryRemind .link-list-01._side::before,
#container-entryRemind .link-list-01._side::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/top_2027/icon/icon-attention-03-20260210005843.png") center no-repeat;
    background-size: 100%;
    content: "";
}

#template-entryRemind .link-list-01._side li,
#container-entryRemind .link-list-01._side li {
    margin: 0 0 0 30px;
    display: block;
}

#template-entryRemind .box-09-01,
#container-entryRemind .box-09-01 {
    background: #fdfde7;
    position: relative;
}

#container-entryRemind .link-list-01 > li a::before {
    display: none;
}

#container-entryRemind .link-list-01 > li a {
    padding-left: 0px;
}

/* 実際は消す
----------------------------------------------- */

/* .innerUpper #headerUtility ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.innerUpper #headerUtility ul li + li {
    margin-left: 24px;
}
.innerUpper #headerUtility ul li a {
    display: block;
    text-decoration: none;
    text-align: center;
}
.innerUpper #headerUtility ul li a span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.0;
}
.innerUpper #headerUtility ul li a img {
    display: inline;
    vertical-align: bottom;
}
.innerUpper #headerUtility ul li._icon-message a img {
    width: 30px;
    margin: 0px auto 8px;
}
.innerUpper #headerUtility ul li._icon-list a img {
    width: 30px;
    margin-bottom: 8px;
}
.innerUpper #headerUtility ul li._icon-mcb a img {
    width: 50px;
}
#myPageHeadLinks {
    display: flex;
    align-items: center;
    margin: 0;
}

#myPageHeadLinks > li {
    margin-right: 30px;
    padding: 0;
    font-size: 14px;
}
#myPageHeadLinks > li > a:not(.btn01) {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-size: 13px;
    text-decoration: none;
}
#myPageHeadLinks > li > a:not(.btn01)::before,
#myPageHeadLinks > li > a:not(.btn01)::after {
    position: absolute;
    left: 0;
    display: block;
    width: 7px;
    height: 1px;
    background: #00aaeb;
    content: "";
}
#myPageHeadLinks > li > a:not(.btn01)::before {
    top: 8px;
    transform: rotate(35deg);
}
#myPageHeadLinks > li > a:not(.btn01)::after {
    top: 12px;
    transform: rotate(-35deg);
}
#myPageHeadLinks > li > .btn01 {
    position: relative;
    top: -1px;
    display: block;
    min-width: auto;
    padding: 2px 12px 0;
    font-size: 13px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, .15);
	text-decoration: none;
}
*/
#new-headerMain #headerMain .innerUpper #headerUtility {
    position: absolute;
    top: 15px;
}
.innerUpper #headerUtility ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.innerUpper #headerUtility ul li + li {
    margin-left: 20px;
}
.innerUpper #headerUtility ul li a {
    display: block;
    text-decoration: none;
    text-align: center;
}
.innerUpper #headerUtility ul li a span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.0;
}
.innerUpper #headerUtility ul li a img {
    display: inline;
    vertical-align: bottom;
}
.innerUpper #headerUtility ul li._icon-message a img {
    width: 30px;
    margin: 0px auto 9px;
}
.innerUpper #headerUtility ul li._icon-list a img {
    width: 30px;
    margin: 0px 0 6px 7px;
}
.innerUpper #headerUtility ul li._icon-mcb a img {
    width: 50px;
}
.innerUpper #headerUtility .alert-wrapper {
    position: relative;
}

.innerUpper #headerUtility .alert {
    position: absolute;
    z-index: 100;
    display: inline-block;
    background-color: #EC2B51;
    color: #fff;
    border-radius: 100px;
    text-align: center;
}

.innerUpper #headerUtility .alert__message {
    width: 24px;
    height: 24px;
    top: 2px;
    right: -8px;
    font-size: 9px;
    font-weight: 700;
    line-height: 24px;
}

.innerUpper #headerUtility .alert__mcb {
    width: 16px;
    height: 16px;
    top:-4px;
    right: -4px;
    font-size: 11px;
    line-height: 10px;
    font-weight: 500;
    padding:  4px 0 0 1px;
}

#myPageHeadLinks > li > a:hover {
    text-decoration: none;
}

.contents-reserve {
	display: none;
}

/*-- アイジェントレコメンダー --*/

.dv_recommend_wrap {
	margin-top: 26px;
	width: 1160px;
}

.dv_recommend.corp_recommend{
	display: flex;
    flex-wrap: wrap;
    /*margin: -30px 0 0 -30px;*/
}

.dv_rc_items {
	width: calc(20% - 30px);
    margin: 0px 0 0 30px;
    padding: 15px 10px 0px;
    height: 100%;
    /* padding: 15px 10px 13px; */
    background: #fff;
}

.dv_rc_items a{
	text-decoration: none;
}

.dv_rc_img {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dv_rc_img img{
	max-width: 120px;
    max-height: 120px;
	margin: 0 auto;
}

.entry {
	margin-top: 15px;
}

.entry .btn01 {
	display: none;
	/*display: inline-block;*/
    width: 100%;
    min-width: auto;
    min-height: 48px;
    padding: 13px 8px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 2.5px 0 rgba(0, 0, 0, .25);
    color: #fff;
    background: #f57c31;
    transition: background .2s;
}

.bookmark {
	margin-top: 0;
	margin-bottom: 18px;
}

.bookmark .btn02 {
	/*display:none;*/
	display: inline-block;
	width: 100%;
    min-width: auto;
    min-height: 48px;
    padding: 13px 8px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 2.5px 0 rgba(0, 0, 0, .25);
    background: #fff;
	transition: background .2s;
}

.reserve .btn03 {
	display:none;
}

.dv_rc_txt {
	width: 100%;
    margin: 16px 0 12px;
    text-align: center;
}

.dv_rc_txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dv_rc_industry, .dv_rc_address {
	display: flex;
}

.dv_rc_industry {
	padding: 8px 0 0;
    border-top: solid 1px #e2e2e2;
}

.dv_rc_industry dt, .dv_rc_address dt {
	margin: 0 15px 0 0;
    color: #6e6e6e;
    white-space: nowrap;
}

.dv_rc_industry dd, .dv_rc_address dd{
	overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.entry .btn01:hover, .entry .btn01:active, .entry .btn01:focus {
    color: #fff;
    background: #f79b62;
}

.bookmark .btn02:hover, .bookmark .btn02:active, .bookmark .btn02:focus {
    background: #fff;
}

/* IE10 & IE11 */

_:-ms-input-placeholder, :root .dv_recommend.corp_recommend {
    display: flex;
    flex-wrap: wrap;
	width: 1290px;
}

_:-ms-input-placeholder, :root .dv_rc_items {
    width: 15.7%;
    margin: 0px 0 0 30px;
    padding: 15px 10px 0px;
    height: 100%;
    /* padding: 15px 10px 13px; */
    background: #fff;
}

_:-ms-input-placeholder, :root .dv_rc_img {
	height: 120px;
	align-items: center;
	justify-content: center;
}

_:-ms-input-placeholder, :root .dv_rc_img img{
	max-width: 120px;
    max-height: 120px;
	margin: 0;
}

#dentalBanner.txthdn {
    display: none;
}

/* 実際は消す
----------------------------------------------- */
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.contents-notice-01 + #header {
    top: 84px;
}
.headerInner {
    width: 1130px;
    padding: 15px 0;
    margin: 0 auto;
}
.headerInner ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.headerInner ul li + li {
    margin-left: 20px;
}
.headerInner ul li a {
    height: 40px;
    text-decoration: none;
}
.headerInner ul li a span {
    display: block;
    font-size: 1.2rem;
}
._icon-message a img {
    width: 30px;
    margin: 5px auto 8px;
}
._icon-list a img {
    width: 30px;
    margin: 0 auto 5px;
}
._icon-mcb a img {
    width: 45px;
}

/* ==============================================================================================
 23本ナビ
================================================================================================= */
.tab-03 {
    width: auto;
}

* + .tab-03 {
    margin-top: 18px;
}

.tab-03 > .tab-list {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 4px solid #00aaeb;
}

.tab-03 > .tab-list > li {
    width: 100%;
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
    0 1px 3px 1px rgb(66 66 66 / 0.16);
}

.tab-03 > .tab-list > li::before {
    display: none;
}

.tab-03 > .tab-list > li > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    color: #000;
    text-decoration: none;
    background: #fff;
}

.tab-03 > .tab-list > li > a > .txt {
    position: relative;
    padding: 0;
    transition: color .2s;
    pointer-events: none;
}

.tab-03 > .tab-list > li > a > .txt::before {
    display: none;
}

.tab-03 > .tab-list > li > a:hover > .txt,
.tab-03 > .tab-list > li > a:active > .txt,
.tab-03 > .tab-list > li > a:focus > .txt {
    color: #666;
}

.tab-03 > .tab-list > li > a:hover > .txt::before,
.tab-03 > .tab-list > li > a:active > .txt::before,
.tab-03 > .tab-list > li > a:focus > .txt::before {
    opacity: .8;
}

.tab-03 > .tab-list > li:not(.is-active) > a::after {
    display: none;
}

.tab-03 > .tab-list > li.is-active {
    z-index: 1;
}

.tab-03 > .tab-list > li.is-active > a {
    background-color: #00aaeb;
}

.tab-03 > .tab-list > li.is-active > a::before {
    display: none;
}

.tab-03 > .tab-list > li.is-active > a > .txt {
    color: #fff;
    font-weight: bold;
}

.tab-03 > .tab-list > li.is-active > a > .txt::before {
    display: none;
}

.tab-03 > .tab-content {
    background: #fff;
    box-shadow: none;
}

.tab-03 > .tab-content > .tab-panel {
    padding: 15px 30px;
}

.hdg-lyt-01 {
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}

.hdg-lyt-01 > .hdg {
    width: 100%;
}

.hdg-lyt-01 > .hdg > :last-child {
    margin-bottom: 0;
}

.hdg-lyt-01 > .hdg > .hdg-03 {
    text-align: left;
}

.hdg-lyt-01 > .item {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0 0 0 32px;
}

.hdg-lyt-01 > .item > .txt-state-01 + .btn-wrap-01 {
    margin-left: 32px;
}

.hdg-lyt-01 > .item > .btn-wrap-01 {
    margin-top: 0;
}

.hdg-lyt-01 > .item > .btn-wrap-01 > .btn-01,
.hdg-lyt-01 > .item > .btn-wrap-01 > .btn-02 {
    min-width: 85px;
    min-height: 36px;
    padding: 6px;
}

/* ==============================================================================================
 24プレ
================================================================================================= */

.icon-badge-new-01 {
    display: inline-block;
    padding: 3px 7px;
    border-radius: 20px;
    background-color: #f57c31;
    color: #fff;
    text-align: center;
    line-height: 1;
}

.icon-badge-new-01 > em {
    font-weight: bold;
}

.modal-consider {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1130px;
}

.modal-consider-inner {
    position: relative;
    max-height: calc(100vh - 60px);
    background: #fff;
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / .08),
    0 1px 3px 1px rgb(66 66 66 / 0.16);
    overflow-y: auto;
}

.modal-consider-hdg {
    padding: 20px 32px 0;
    border-top: 3px solid #00aaeb;
    color: #00aaeb;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.modal-consider-content {
    padding: 10px 24px 24px;
}

.modal-consider-content > :first-child {
    margin-top: 0;
}

.modal-consider-content > :last-child {
    margin-bottom: 0;
}

.modal-consider-txt {
    text-align: center;
}

.modal-consider-txt a {
    text-decoration: none;
}

.modal-consider-txt-count {
    text-align: center;
    margin-top: 8px;
    line-height: 1.5;
}

.modal-consider-txt-count span {
    color: #00aaeb;
    font-size: 2rem;
    font-weight: bold;
}

.modal-consider-btn-lyt {
    margin: 8px 0;
    text-align: center;
}

.modal-consider-btn-lyt > .btn-02:disabled {
    background-color: #b2b2b2;
    color: #fff;
    cursor: default;
}

.modal-consider-btn-prev {
    line-height: 1.75;
}

.modal-consider-btn-prev > span {
    display: inline-block;
    position: relative;
    padding-left: 17px;
    color: #006bcd;
}

.modal-consider-btn-prev > span::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -7px;
    border-top: 2px solid #00aaeb;
    border-right: 2px solid #00aaeb;
    content: "";
    transform: rotate(-135deg) scale(.7) skew(-8deg, -8deg);
}

.modal-consider-nav {
    display: flex;
    justify-content: center;
    position: absolute;
}

.modal-consider-nav > li {
    padding: 0 24px;
    line-height: 1.5;
}

.modal-consider-nav > li:not(:first-child) {
    border-left: 1px solid #e2e2e2;
}

.modal-consider-nav > li > button {
    color: #006bcd;
}

.modal-consider-nav > li > button:disabled {
    color: #b2b2b2;
    cursor: default;
}

.modal-consider-pager {
    position: relative;
}

.modal-consider-pager ~ .modal-consider-pager {
    display: none;
}

.modal-consider-pager > .display {
    color: #859099;
    font-size: 1.2rem;
    margin: 0;
    text-align: center;
}

.modal-consider-pager > .nav {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: -36px;
    margin-top: 8px;
}

.modal-consider-pager > .nav > li {
    margin-left: 36px;
}

.modal-consider-pager > .nav > .prev > a,
.modal-consider-pager > .nav > .next > a {
    display: inline-block;
    font-size: 0;
    position: relative;
    color: #006bcd;
    text-decoration: none;
}

/* .modal-consider-pager > .nav > .prev > a {
    padding-left: 17px;
}

.modal-consider-pager > .nav > .next > a {
    padding-right: 17px;
} */

.modal-consider-pager > .nav > .prev > a::before,
.modal-consider-pager > .nav > .next > a::before {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -11px;
    border-top: 2px solid #00aaeb;
    border-right: 2px solid #00aaeb;
    content: "";
}

.modal-consider-pager > .nav > .prev > a::before {
    left: 0;
    transform: rotate(-135deg) scale(.7) skew(-8deg, -8deg);
}

.modal-consider-pager > .nav > .next > a::before {
    right: 0;
    transform: rotate(45deg) scale(.7) skew(-8deg, -8deg);
}

.modal-consider-pager > .nav > .prev > a:not([href]),
.modal-consider-pager > .nav > .next > a:not([href]) {
    color: #b2b2b2;
}

.modal-consider-pager > .nav > .prev > a:not([href])::before,
.modal-consider-pager > .nav > .next > a:not([href])::before {
    border-top: 2px solid #b2b2b2;
    border-right: 2px solid #b2b2b2;
}

.modal-consider-pager > .nav > .list > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
}

.modal-consider-pager > .nav > .list > ul > li {
    margin-left: 16px;
}

.modal-consider-pager > .nav > .list > ul > li > a {
    border: 1px solid #b2b2b2;
    border-radius: 2px;
    display: inline-block;
    padding: 5px 14px;
    text-decoration: none;
}

.modal-consider-pager > .nav > .list > ul > li > a:hover {
    background: #e5f6fd;
    border-color: #e5e5e5;
}

.modal-consider-pager > .nav > .list > ul > .is-current {
    background: #00aaeb;
    border-radius: 2px;
    color: #fff;
    padding: 6px 15px;
}

.modal-consider-box {
    margin: 16px 0;
    border: 1px solid #e6e6e6;
}

.modal-consider-box.wide {
    margin-left: -24px;
    margin-right: -24px;
}

.modal-consider-box > .inner {
    padding: 24px 32px;
    background: #f3f3f3;
}

.modal-consider-box > .inner > :first-child {
    margin-top: 0;
}

.modal-consider-box > .inner > :last-child {
    margin-bottom: 0;
}

.modal-consider-box.scroll > .inner {
    height: 160px;
    overflow-y: scroll;
}

.modal-consider-box.wide.scroll > .inner {
    max-height: 365px;
    height: auto;
}

.modal-consider-list-company {
    display: flex;
    flex-wrap: wrap;
    margin-left: -55px;
}

.modal-consider-list-company > li {
    margin: 8px 0 0 55px;
    width: calc(20% - 55px);
}

.modal-consider-list-company > li:nth-child(-n+5) {
    margin-top: 0;
}

.modal-consider-form-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
}

.modal-consider-form-list > li {
    margin: 8px 0 0 8px;
    width: calc(16.6666667% - 8px);
}

.modal-consider-form-list > li:nth-child(-n+6) {
    margin-top: 0;
}

.modal-consider-form-check {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.modal-consider-form-check > .input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.modal-consider-form-check > .content {
    border: 2px solid #fff;
    display: block;
    position: relative;
    padding: 36px 12px 8px 12px;
    height: 100%;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.modal-consider-form-check > .content::before,
.modal-consider-form-check > .content::after {
    content: "";
    display: block;
    position: absolute;
}

.modal-consider-form-check > .content::before {
    top: 12px;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    border: 1px solid #ccc;
    background: #fff;
}

.modal-consider-form-check > .content::after {
    top: 14px;
    left: 50%;
    width: 5px;
    height: 10px;
    margin-left: -2.5px;
    border-right: 1px solid #00aaeb;
    border-bottom: 1px solid #00aaeb;
    transform: rotate(45deg);
    opacity: 0;
}

.modal-consider-form-check > .content > span {
    display: block;
    text-align: center;
}

.modal-consider-form-check > .content > .img {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-consider-form-check > .content > .img > img {
    display: inline;
    max-height: 80px;
    max-width: 100px;
    vertical-align: bottom;
}

.modal-consider-form-check > .content > .txt {
    margin-top: 8px;
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.modal-consider-form-check > .content > .txt em {
    font-weight: bold;
	color: #00aaeb;
}

.modal-consider-form-check > .input:checked + .content {
    background-color: #e5f6fd;
    border-color: #00aaeb;
    box-shadow: none;
    box-sizing: border-box;
}

.modal-consider-form-check > .input:checked + .content::after {
    opacity: 1;
}

[aria-hidden="true"] {
	opacity: 0;
}

._job-bnr {
	margin: 30px 0;
    display: flex;
}

._job-bnr li{
	margin: 0 20px 20px 0;
}

._job-bnr li img{
	border: solid 1px #dcdcdc;
    max-width: 256px;
    box-sizing: content-box;
}


/* ==============================================================================================
 「予約リスト登録なし」かつ「検討リスト登録あり」の場合のエントリー受付企業一覧モーダル
================================================================================================= */
.entry-modal-consider {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1130px;
}

.entry-modal-consider-nav {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0 15px;
}

.entry-modal-consider-nav > li {
    padding: 0 24px;
    line-height: 1.5;
}

.entry-modal-consider-nav > li:not(:first-child) {
    border-left: 1px solid #e2e2e2;
}

.entry-modal-consider-btn-lyt {
    margin: 8px 0;
    text-align: center;
}

.entry-modal-consider-btn-lyt > .btn-02:disabled {
    background-color: #b2b2b2;
    color: #fff;
    cursor: default;
}

.entry-modal-consider-form-check {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.entry-modal-consider-form-check > .input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.entry-modal-consider-form-check > .content {
    border: 2px solid #fff;
    display: block;
    position: relative;
    padding: 36px 12px 8px 12px;
    height: 100%;
    box-shadow: 0 0 5px 0 rgb(0, 0, 0, .25);
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.entry-modal-consider-form-check > .content::before,
.entry-modal-consider-form-check > .content::after {
    content: "";
    display: block;
    position: absolute;
}

.entry-modal-consider-form-check > .content::before {
    top: 12px;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    border: 1px solid #ccc;
    background: #fff;
}

.entry-modal-consider-form-check > .content::after {
    top: 14px;
    left: 50%;
    width: 5px;
    height: 10px;
    margin-left: -2.5px;
    border-right: 1px solid #00aaeb;
    border-bottom: 1px solid #00aaeb;
    transform: rotate(45deg);
    opacity: 0;
}

.entry-modal-consider-form-check > .content > span {
    display: block;
    text-align: center;
}

.entry-modal-consider-form-check > .content > .img {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.entry-modal-consider-form-check > .content > .img > img {
    display: inline;
    max-height: 80px;
    max-width: 100px;
    vertical-align: bottom;
}

.entry-modal-consider-form-check > .content > .txt {
    margin-top: 8px;
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.entry-modal-consider-form-check > .input:checked + .content {
    background-color: #e5f6fd;
    border-color: #00aaeb;
    box-shadow: none;
    box-sizing: border-box;
}

.entry-modal-consider-form-check > .input:checked + .content::after {
    opacity: 1;
}

.entry-modal-consider-lead {
	position: relative;
    padding: 0 20px 20px 20px;
    margin: 0;
    text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
.entry-modal-consider-lead br {
    display: none;
}
.modal-consider-inner.entry-modal-consider-inner {
	position: unset;
    max-height: none;
    background: none;
    overflow-y: none;
}
.entry-modal-consider-slider-item {
	background: #00aaeb;
	padding: 32px 24px 120px 24px;
    position: relative;
}
.entry-modal-consider-hdg {
	background: #00aaeb;
	color: #fff;
	text-align: center;
	font-size: 2.8rem;
	padding-bottom: 10px;
}

.entry-modal-Close {
	position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.entry-modal-Close:before,
.entry-modal-Close:after {
	position: absolute;
    top: 30px;
    right: 50px;
    display: block;
    width: 2px;
    height: 25px;
    background: #fff;
    content: "";
	transform: rotate(45deg);
    z-index: 999;
}

.entry-modal-Close:before {
    transform: rotate(45deg);
}

.entry-modal-Close:after {
    transform: rotate(-45deg);
}

.entry-modal-consider-box {
	border: none;
	margin: 10px 0;
}
.entry-modal-consider-box > .inner {
	background: #00aaeb
}
.entry-modal-fixed-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px 15px;
    background: rgba(40, 48, 51, .8);
    z-index: 9999;
}

.entry-modal-fixed-nav > p {
    color: #fff;
    text-align: center;
    margin-top: 8px;
    line-height: 1.5;
}

.entry-modal-fixed-nav > p span {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

.entry-modal-consider-box.wide.scroll > .inner {
    max-height: 420px;
	min-height: 250px;
    height: auto;
    overflow-y: scroll;
}
.entry-modal-consider-nav > li > button {
	color: #fff;
	text-decoration: underline;
    background: none;
    border: none;
}
.entry-modal-consider-nav > li > button:hover,
.entry-modal-consider-nav > li > button:active,
.entry-modal-consider-nav > li > button:focus {
	color: #fff;
}

.modal-consider-inner.entry-modal-consider-inner .modal-consider-txt-count span,
.modal-consider-inner.entry-modal-consider-inner .modal-consider-txt-count {
	color: #fff;
}

.entry-modal-consider-nav > li:first-child {
	padding-left: 0px;
}
.modal-consider-inner.entry-modal-consider-inner .entry-modal-consider-form-check > .content {
	box-shadow: none;
}
.modal-consider-inner.entry-modal-consider-inner .entry-modal-consider-form-check > .input:checked + .content {
    background-color: #fdfde7;
    border-color: #00aaeb;
    box-shadow: none;
    box-sizing: border-box;
}
.modal-consider-inner.entry-modal-consider-inner .entry-modal-consider-form-check > .input:checked + .content::after {
    opacity: 1;
}
.entry-modal-consider-btn-lyt > .btn-02 {
    background-color: #f57c31;
    border: none;
    color: #fff;
    cursor: default;
    width: 240px;
}
.entry-modal-consider-btn-lyt > .btn-02:hover,
.entry-modal-consider-btn-lyt > .btn-02:active,
.entry-modal-consider-btn-lyt > .btn-02:focus {
    background: #f79b62;
}
.entry-modal-consider-btn-lyt > .btn-02:disabled {
    background-color: #b2b2b2;
    color: #fff;
    cursor: default;
    width: 240px;
}
.entry-modal-consider-form-list {
	display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    gap: 8px;
}
.entry-modal-consider-form-list > li {
	margin: 0;
    width: calc(16.6666667% - 8px);
}

/* ==============================================================================================
エントリー予約とは
================================================================================================= */
.boxHeadNotice {
    background: #fdf8e5;
}
.boxHeadNotice[hidden] {
    display: none;
}
.boxHeadNotice .boxHeadNotice-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 1170px;
    background: #fdf8e5;
    margin: 0 auto;
    padding: 10px 20px;
    box-shadow: none;
}
.boxHeadNotice .boxHeadNotice-inner .hdg01 {
    margin-right: 15px;
}
.boxHeadNotice .boxHeadNotice-inner .hdg01 a {
    position: relative;
    display: block;
    color: #000;
    font-size: 1.4rem;
    text-decoration: none;
}
.boxHeadNotice .boxHeadNotice-inner .hdg01 a em {
    display: block;
    padding: 0 0 0 16px;
    color: #006bcd;
    text-decoration: none;
}
.boxHeadNotice .boxHeadNotice-inner .hdg01 a em::before {
    position: absolute;
    top: 10px;
    left: -3px;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1.5px solid #00aaeb;
    border-right: 1.5px solid #00aaeb;
    content: "";
    transform: rotate(45deg) scale(.7) skew(-8deg, -8deg);
    transform-origin: 100% 0;
}
.boxHeadNotice .boxHeadNotice-inner .link-01 a span {
    display: block;
    color: #333;
}
.boxHeadNotice .boxHeadNotice-inner .closeBtn {
    position: relative;
    display: block;
    width: 22px;
    min-width: 22px;
    height: 22px;
    background: #fff;
    box-shadow: 0 0 2.5px 0 rgba(0, 0, 0, .25);
    transition: opacity .2s;
}
.boxHeadNotice .boxHeadNotice-inner .closeBtn:hover,
.boxHeadNotice .boxHeadNotice-inner .closeBtn:active,
.boxHeadNotice .boxHeadNotice-inner .closeBtn:focus {
    opacity: .8;
}
.boxHeadNotice .boxHeadNotice-inner .closeBtn::before,
.boxHeadNotice .boxHeadNotice-inner .closeBtn::after {
    position: absolute;
    top: 6px;
    left: 10px;
    display: block;
    width: 2px;
    height: 10px;
    background: #00aaeb;
    content: "";
}
.boxHeadNotice .boxHeadNotice-inner .closeBtn::before {
    transform: rotate(45deg);
}
.boxHeadNotice .boxHeadNotice-inner .closeBtn::after {
    transform: rotate(-45deg);
}
.boxHeadNotice .boxHeadNotice-inner .closeBtn .txt {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    color: transparent;
}

/* ==============================================================================================
カウントダウン
================================================================================================= */
.countdown {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #006bcd;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    margin: 0 auto;
    padding: 14px 15px 12px;
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, .08);
}
.countdown .ttl {
    margin-right: 16px;
}
.countdown .content span {
    display: inline-block;
    min-width: 45px;
    background: #004B8F;
    border-radius: 3px;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    margin: 0 4px 4px 8px;
    padding: 5px 0;
}

/* ============================================================================
* JavaScript
* ========================================================================= */
/*-----------------------------------------------
 ログアウトのメッセージ表示
----------------------------------------------- */
.generalLogoutMessageWrapper {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 18px 0 18px 0;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    opacity: 1;
}

.generalLogoutMessageWrapper.show {
    top: 0;
    transition: top .2s linear;
}

.generalLogoutMessageWrapper.hide {
    opacity: 0;
    transition: opacity .6s linear;
}
/* ============================================================================
* Poplink
* ========================================================================= */
div.poplink.pcia {
    width: 428px !important;
}
