/* CSS Document */
@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #444;
}
/* コンテナー */
.acms-container {
    /*border: solid 1px #a1ddbb;*/
}
.news-container {
    max-width: 800px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-right: calc(10px + constant(safe-area-inset-right));
    padding-left: calc(10px + constant(safe-area-inset-left));
    /*border: solid 1px #a1ddbb;*/
}
/* ------------------------------
　　メインビジュアル
------------------------------ */
@media screen and (min-width: 768px) {
    .main-visual {
        height: 500px;
    }
}
/* ------------------------------
　　セクション
------------------------------ */
/* 背景色 */
.section-bg2 {
    padding: 20px 0;
    background: #e2f6eb;
}
.section-bg3 {
    padding: 20px 0;
    background: #f2f2f2;
}

.section-bg4 {
    padding: 20px 0;
    background: url("../images/section01_bg.png") no-repeat;
    background-size: contain;
}

.section-space {
    padding: 80px 0;
}
.section-space2 {
    padding: 40px 0;
}
.section-space3 {
    padding: 20px 0;
}
.section-space4 {
    padding-bottom: 20px;
}
.slide-section {
    background: #e2f6eb;
}
@media (min-width: 768px) {
    /* 背景色 */
    .section-bg2 {
        padding: 60px 0 60px 0;
    }
    .section-space2-md {
        padding: 0px 0 40px 0;
    }
}

/* ------------------------------
　　ヘッダー
------------------------------ */
.site-header {
    display: flex;
    align-items: center;
    border-top: 4px solid #0e773a;
}
.site-logo {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.site-name a {
    justify-content: center;
}
.site-header {
    height: 65px;
}
header.head-wrapper {
    padding-top: 17px;
}
@media (min-width: 480px) {
    .site-header {
        height: 77px;
    }
    header.head-wrapper {
        padding-top: 29px;
    }
}
@media (min-width: 768px) {
    .site-logo {
        width: 300px;
    }
    .site-header {
        height: 70px;
    }
    header.head-wrapper {
        padding-top: 22px;
    }
    .company-name .site-logo {
        width: 250px;
    }
}
/* ------------------------------
　　トップのナビリンク
------------------------------ */

.linknav_ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.linknav_ul li {
    text-align: center;
    list-style: none;
}
.linknav_ul li a {
    display: block;
    color: #096446;
    font-size: 13px;
    padding: 8px 0px;

    /*border: 2px solid #009966;
    background-color: #fbfff9;
    margin-bottom: 10px;*/
}

.wakuwaku {
    border: 2px solid #009966;
    border-radius: 7px;
    background-color: #fbfff9;
    height: 90%;
}

/*.linknav_ul .linknav-title {
    margin-top: 8px;
}*/

@media (min-width: 768px) {
    .linknav_ul {
        /*display: flex;
        flex-wrap: nowrap;*/
    }
.linknav_ul li {
    border: 2px solid #009966;
    text-align: center;
    list-style: none;
    margin: 1em 0.5em;
    border-radius: 10px;
    background-color: #fbfff9;
    width: 18%;
}
.linknav_ul li a {
    /*color: #096446;
    font-size: 14px;
    padding: 8px 0px;*/
    background-color: #fbfff9;
    border-radius: 7px;
    border: none;
    font-size: 14px;
    margin-bottom: 0;
}
.linknav_ul .wakuwaku {
    border: none;

} 
    
    
}



/* ------------------------------
　　トップのフッター近くの公益財団法人愛知県労働協会ナビリンク
------------------------------ */
.entry-style .linknav_ul {
    margin: 0;
    padding: 0;
}

.entry-style .linknav_ul li.about-item {
    margin: 10px;
    padding: 20px 50px;
}
.entry-style .linknav_ul li.about-item a {
    display: block;
    font-size: 20px;
    color: #096446;
}

.acms-list-inline .about-item2 {
    text-align: center;
    padding: 0 5px 1em;
}
.acms-list-inline .about-item2 a {
    display: block;
    color: #096446;
}

.acms-list-inline a.about-item3 {
    border: 2px solid #009966;
    border-radius: 10px;
    background-color: #fbfff9;
    padding: 30px 0;
}

@media (min-width: 768px) {
.acms-list-inline .about-item2 {
    padding: 0 10px 1em;
}
.acms-list-inline a.about-item3 {
    font-size: 18px;
    }
}

/* ------------------------------
　　利用者の声
------------------------------ */
.module-group-list {
}
.voice-item {
    margin: 0 0 30px 0;
    font-size: 15px;
    line-height: 1.7;
    border: 2px solid #ccc;
    padding: 70px 10px 0px 10px;
}
.voice-face {
    position: relative;
    margin-bottom: -50px;
    z-index: 5;
    width: 130px !important;
}
.voice-img {
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: #fff;
}
/* ------------------------------
　　フッター
------------------------------ */
.foot-wrapper {
    background: #eee;
    color: #444;
}
.company-detail, .company-name, .copyright {
    color: #444;
}
.copyright {
    color: #444;
    font-size: 12px;
}
.footer-nav {
    float: right;
    width: auto;
    /*border: 1px solid #ff0000;*/
}
.footer-nav .banner {
    display: flex;
    justify-content: flex-end;
}

.mark-section{
    /*border: 1px solid #D9D9D9;
    padding: 10px 0 0;
    border-radius: 5px;*/
}
.footer-nav .banner-mark {
    justify-content: space-around;
    padding: 0 60px;
}
.footer-nav .banner-mark img {
    /*border: 5px solid #fff;*/
    border: 1px solid #ccc;
    padding: 4px;
    background-color: #fff;
}
.mark-heading {
    margin: 0 0 10px;
    text-align: center;
}

.footer-nav .banner-item {
    margin-right: 10px;
}
.footer-text-link .footer-nav-list {
    display: flex;
    /*justify-content: flex-end;*/
    flex-wrap: wrap;
}
.footer-nav-list li {
    margin-right: 10px;
    font-size: 13px;
}
.footer-nav-list a {
    color: #777;
    font-weight: bold;
}


/* ------------------------------
　　top 見出し
------------------------------ */
.top-section-heading {
    position: relative;
    padding-left: 4em;
    font-size: 28px;
    letter-spacing: 0.1em;
    margin: 50px 0;
}
.top-section-heading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.8em;
    width: 2.8em;
    height: 4px;
    background-color: #ccc;
}
.top-section-heading::after {
    content: '';
    position: absolute;
    top: 42%;
    left: 0.3em;
    width: 0.5em;
    height: 12px;
    background-color: #999;
}
@media (max-width: 480px) {
    .top-section-heading {
        padding-left: 2em;
        font-size: 26px;
        letter-spacing: 0em;
    }
    .top-section-heading::before {
        left: 0.1em;
        width: 1.5em;
    }
    .top-section-heading::after {
        height: 0;
    }
}
/* voice */
.tit-voice {
    color: #cc0066;
}
.tit-voice.top-section-heading::before {
    background-color: #ff0099;
}
.tit-voice.top-section-heading::after {
    background-color: #cc0066;
}
/* seminar */
.tit-seminar {
    color: #247348;
}
.tit-seminar.top-section-heading::before {
    background-color: #247348;
}
.tit-seminar.top-section-heading::after {
    background-color: #194b2f;
}
/* guide */
/*.tit-guide {
  color: #cc0066;
    }
.tit-guide.top-section-heading::before {
  background-color: #ff0099;
    }
.tit-guide.top-section-heading::after {
  background-color: #cc0066;
    }
*/
/* ------------------------------
　　ナビゲーション
------------------------------ */
@media (min-width: 1024px) {
    .header-logo {
        width: 25%;
    }
    .header-nav {
        width: 75%;
    }
    .navbar li {
        margin: 0;
        border-left: solid 1px #a1ddbb;
        background: #15a956;
    }
    .navbar li:first-child {
        border-left: none;
    }
    .navbar li a {
        color: #fff;
        font-weight: normal;
        padding: 5px 9px;
    }
    .navbar ul li a {
        font-size: 15px;
    }
    .navbar li a:focus, .navbar li a:active {
        color: #fff;
    }
    .navbar li:hover a {
        color: #eee;
        border-bottom: 4px solid #0d573b;
    }
    .navbar li.stay a {
        color: #fff;
        border-bottom: 4px solid #0d573b;
    }
    .navbar li ul {
        /*min-width: 220px;*/
        min-width: 280px;
    }
    .navbar li li {
        /* 二階層目以降 */
        /*display: block;*/
        display: flex;
        float: none;
        text-align: left;
        background: #1c884b;
        border: 0;
        border-top: 1px solid #60a87f;
    }
    .navbar li li:first-child {
        border: 0;
    }
    .navbar li li a {
        margin: 0;
        /*padding: 10px 15px;*/
        padding: 10px 2px 10px 15px;
        color: #FFF;
        border: 0;
    }
    .navbar li li a:hover {
        color: #FFF;
        background: #5bc44c;
        border: 0;
        width: 100%;
    }
}
/* ページの上に戻るボタン */
.page-top-btn {
    right: 20px;
    bottom: 20px;
    width: 80px;
    height: 80px;
    background: url(../images/page_top.png) no-repeat center;
    background-size: cover;
}
/* ------------------------------
　　お知らせ
------------------------------ */
.module-header {
    margin: 0 0 10px;
    border-bottom: none;
}
a.module-index-link {
    font-size: 14px;
    padding-right: 0.5em;
}
.news-text-heading {
    font-size: 18px;
    color: #006633;
    margin-top: 0;
    padding-left: 0.5em;
}
.top-news .acms-list-group-item {
    display: block;
    padding: 8px;
    color: #17532f;
    text-decoration: none;
    border-bottom: 1px dotted #28603e;
}
.module-section.top-news {
    /*margin: 0;*/
}
.top-news .headline-link:hover {
    padding: 8px;
    background: none;
    color: #228f4d;
}
.top-news .acms-list-group {
    border-top: 1px dotted #28603e;
}
@media (min-width: 768px) {
    .news-list-box {
        position: relative;
    }
    .news-list {
        position: absolute;
        bottom: -10px;
        right: 0;
    }
}
/* ------------------------------
　　エントリー
------------------------------ */
.entry-style .ug-center {
    float: none;
    margin-right: auto;
    margin-left: auto;
}
.entry-style h2 {
    /*margin: 30px 10px;*/
    padding: 0.5em;
}
.entry-style h2.title {
    position: relative;
    margin: 30px 5px;
    padding: 0.5em;
    font-size: 20px;
    color: #233320;
    background: #F1F7E8;
    border-left: 6px solid #7fce6f;
    border-bottom: 1px solid #e6e6e6;
    letter-spacing: 0.1em;
}

.entry-style h2.title:before {
    position: absolute;
    left: -6px;
    bottom: 0px;
    width: 6px;
    height: 50%;
    content: '';
    background: #00cc5b;
}
.entry-style h2.title-center {
    font-size: 2.2em;
    text-align: center;
    color: #0e573c;
    border-left: none;
}
.entry-style h3.title {
    position: relative;
    margin: 0 1em 1em;
    padding: 5px 10px 8px 24px;
    font-size: 17px;
    color: #462d2d;
    border-left: none;
    background: none;
    border-bottom: 1px dotted #9b3e3e;
}
.entry-style h3.title:before {
    content: "";
    position: absolute;
    background: #f9b165;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.entry-style p strong {
    font-size: 1.08em;
}
.entry-style p em {
    font-style: normal;
    background: linear-gradient(transparent 60%, #ff6 60%);
    font-weight: bold;
}
.entry-style p.text-small {
    font-size: 14px;
}
.entry-style p.text-big {
    font-size: 1.4em;
}
.entry-style p.att {
    color: #ec293b;
}
.text-small {
    font-size: 14px;
}
.entry-style .text-catch01 {
    color: #dd5e11;
    font-size: 1.5em;
    font-weight: bold;
}
@media (min-width: 1024px) {
    .entry-style p {
        margin-right: 20px;
        margin-left: 20px;
    }
    .entry-style .voice-item p {
        margin-right: 10px;
        margin-left: 10px;
    }
}
/* ------------------------------
　　ボタン
------------------------------ */
.entry-style .entry-btn-default, .entryFormLiteEditor .entry-btn-default {
    background: #7e7e7e;
    color: #FFF;
    font-weight: bold;
    line-height: 1.5;
    border: 0;
    display: inline-block;
    /*padding: 6px 2.5em;*/
}
.entry-style .entry-btn-default.btn-r {
    /*line-height: 2;*/
    border-radius: 60px;
    padding: 10px 2.5em;
}
/* ------------------------------
　　セミナー 一覧
------------------------------ */
.search-section ul.search-list {
    list-style: none;
    padding-left: 0;
}
.search-section .search-list li {
    padding: 10px;
}
.title-search {
    font-size: 26px;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #247348;
    margin-bottom: 1em;
}
.search-section h3 {
    position: relative;
    padding: 0.5em 1em;
    font-size: 20px;
    background: #25825b;
    color: white;
}
.search-section h3::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
}
.search-section .search-btn {
    padding: 80px 0;
}
.search-section .search-period {
    padding-top: 30px;
    padding-left: 20px;
}
input#dateSearchForm, input#dateSearchForm2 {
    width: 120px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .search-section h3 {
        width: 35%;
    }
}
.card-img img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: top;
}

.card-img.waku img {
    border: solid 1px #ececec;
}

.card-img2 img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: right top;
}
.thumbnail-row {
    display: flex;
    flex-wrap: wrap;
}
/*受付中*/
span.card-reception, span.card-reception-fin, span.card-reception-cancel, span.card-free, span.card-howto {
    font-size: 0.7em;
    line-height: 0;
    background: #f67300;
    padding: 10px 6px;
    color: #fff;
    margin-left: 2px;
    display: inline-block;
    border-radius: 3px;
}
span.card-reception-fin, span.card-reception-cancel {
    background: #666;
}
span.card-free {
    background: #119bdd;
}
span.card-howto {
    background: #fff;
    border: 1px solid #666;
    color: #666;
}
.acms-tabs .js-acms_tabs a, .acms-tabs .js-acms_admin_tabs a, .acms-tabs .acms-tabs-inner a {
    color: #404040;
    font-size: 11px;
    padding: 10px 2px;
}
@media (min-width: 768px) {
    .acms-tabs .js-acms_tabs a, .acms-tabs .js-acms_admin_tabs a, .acms-tabs .acms-tabs-inner a {
        padding: 10px 16px;
        border: 2px solid #fff;
        border-bottom: none;
        font-size: 14px;
    }
}
@media (min-width: 1024px) {
    .acms-tabs .js-acms_tabs a, .acms-tabs .js-acms_admin_tabs a, .acms-tabs .acms-tabs-inner a {
        padding: 10px 30px;
        border: 2px solid #fff;
        border-bottom: none;
    }
}
@media (min-width: 1200px) {
    .acms-tabs .js-acms_tabs a, .acms-tabs .js-acms_admin_tabs a, .acms-tabs .acms-tabs-inner a {
        padding: 10px 40px;
        border: 2px solid #fff;
        border-bottom: none;
    }
}
.acms-tabs .js-acms_tabs a.js-acms_tab-active, .acms-tabs .js-acms_tabs a.acms-tab-active, .acms-tabs .js-acms_admin_tabs a.js-acms_tab-active, .acms-tabs .js-acms_admin_tabs a.acms-tab-active, .acms-tabs .acms-tabs-inner a.js-acms_tab-active, .acms-tabs .acms-tabs-inner a.acms-tab-active {
    border: 2px solid #a2a2a2;
    border-bottom: none;
}
.js-acms_tabs.seminar-tab {
    border-bottom: 2px solid #a2a2a2;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    /*.seminar-tab-group {
    display: table-cell;
    }*/
    .seminar-tab.js-acms_tabs li {
        margin-left: 4px;
        width: auto;
    }
}
@media (max-width: 767px) {
    .seminar-tab-group {
        display: flex;
        margin-bottom: 10px;
        margin-left: 5px;
        /*justify-content: space-between;*/
    }
    .seminar-tab.js-acms_tabs li {
        margin-right: 5px;
        width: 100%;
        text-align: center;
    }
}
.seminar-tab .semi-tab-a, .seminar-tab .semi-tab-b, .seminar-tab .semi-tab-c, .seminar-tab .semi-tab-d, .seminar-tab .semi-tab-e, .seminar-tab .semi-tab-f, .seminar-tab .semi-tab-g {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: none;
}
.seminar-tab .semi-tab-a {
    color: #fff !important;
    background: #909090 !important;
}
.seminar-tab .semi-tab-b {
    color: #2b5710 !important;
    background: #daeec9 !important;
}
.seminar-tab .semi-tab-c {
    color: #2d8a88 !important;
    background: #d0eae7 !important;
    white-space: nowrap;
}
.seminar-tab .semi-tab-d {
    color: #f256b6 !important;
    background: #fcddf5 !important;
}
.seminar-tab .semi-tab-e {
    color: #b0705a !important;
    background: #eee0db !important;
}
.seminar-tab .semi-tab-f {
    color: #32529f !important;
    background: #dbdbee !important;
}
.seminar-tab .semi-tab-g {
    color: #444 !important;
    background: #eee !important;
}
.acms-tabs .js-acms_tabs a.js-acms_tab-active:before, .acms-tabs .js-acms_tabs a.acms-tab-active:before {
    bottom: -2px;
    height: 2px;
    background: #fff;
}
.seminar-btn {
    margin: -60px 10px 0;
}
/* ------------------------------
　　セミナー詳細ページ
------------------------------ */
.seminar_section {
    /*border: solid 1px #a1ddbb;*/
    padding-top: 20px;
}
.seminar_flyer img {
    margin-bottom: 3rem;
}
.seminar_section dt {
    margin-top: 1em;
    margin-bottom: 0.5em;
    color: #006633;
    font-size: 18px;
    border-left: solid 4px #006633;
    padding: 4px 10px;
}
.seminar_section dd {
    margin-bottom: 5px;
    padding-left: 15px;
}
.seminar_fee {
  display: inline-block;
  width: 75px;
  text-align: right;
}

dd.map_wrap {
    width: calc(100% - 15px);
    aspect-ratio: 12/9;
    max-width: 700px;
}
.entry-style .seminar_section h2 {
    font-size: 20px;
    color: #444;
    border-left: none;
}
.entry-style .seminar_section h3 {
    margin: 20px 10px;
    border: 2px solid #bbb;
    padding: 10px;
}
.entry-style .seminar_section tr:nth-child(2n+1) {
    background: #fff;
}
.entry-style .seminar_section td {
    border-top: none;
}
.apply-situation {
    border: 3px double #bbb;
    background-color: #ececec;
    padding: 1em;
    color: #e81919;
    text-align: center;
    border-radius: 50px;
}
@media (min-width: 1024px) {
    .entry-style .seminar_section p.apply-situation {
        margin-right: 150px;
        margin-left: 150px;
    }
    .entry-style .seminar_section table {
        width: 70%;
        margin-left: 5em;
    }
    .seminar_flyer {
        width: 640px;
        margin-right: auto;
        margin-left: auto;
    }
    .entry-style .seminar_section p {
        margin-right: 30px;
        margin-left: 30px;
    }
}
/* セミナー講師画像 */
.instructor-img img {
    object-fit: cover;
    width: 190px;
    height: 230px;
    aspect-ratio: 190/230;
}
/* ------------------------------
　　ページタイトル
------------------------------ */
.page-title-wrapper {
    height: 120px;
    width: 100%;
    color: #363636;
    background: url(../images/bg_other.png) #e6e6e6 no-repeat left;
    background-size: auto;
}
.page-title-filter {
    background: rgba(0, 0, 0, 0);
}
.page-description {
    font-size: 12px;
}
.page_mini_title {
    display: inline-block;
    margin: 0 0 2px -5px;
    border: 1px solid #ccc;
    padding: 2px 8px;
    background-color: #ffffffbf;
    font-size: 13px;
}
@media (min-width: 768px) {
    .page-title-wrapper {
        height: 200px;
        background-position: center;
    }
    .page-description {
        font-size: 16px;
    }
    .page-description.junior {
        margin: 20px;
        line-height: 1.7;
    }
}
/* ------------------------------
　　事業のご案内 project-section youtubeあり
------------------------------ */
.project-section .module-group-detail {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 10px;
}
.youtube_ifreme {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
@media (max-width: 480px) {
    .project-section .module-group-detail {
        font-size: 16px;
    }
}
/* ------------------------------
　　soudan-btn
------------------------------ */
@media (min-width: 768px) {
    .mini-container {
        max-width: 600px;
        margin: 0 auto;
    }
}
.soudan-btn-box {
    margin: 2em auto;
    text-align: center;
}
.soudan-btn {
    padding-top: 20px;
    padding-bottom: 40px;
    width: 240px;
    max-height: 110px;
}
.soudan-btn h3 {
    font-size: 20px;
    padding: 8px 0;
    color: #347149;
    background: #d8f27b;
}
.soudan-btn-box .soudan-btn:hover, .soudan-btn-box .soudan-btn:visited {
    text-decoration: none;
    color: #444;
}
/*contact*/
.tel-style, .fax-style {
    color: #2d882d;
    font-weight: bold;
    letter-spacing: 0.02em;
}
.tel-style {
    font-size: 26px;
}
/* ドットのナビゲーション */
.slick-dots {
    margin: 0px 0 0 0;
}
.slick-dots li button {
    width: 13px;
    height: 13px;
    background: #ccc;
}
.slick-dots li button:focus {
    border: 1px solid #1D994D;
}
.slick-dots li.slick-active button {
    background: #1D994D;
}
#autoplay-btn {
    display: none;
}
/* セミナーフォームの罫線 */
.seminar-form-table {
    background: #fff;
}
.entry-style .seminar-form-table tr:nth-child(2n+1) {
    background: none;
}
.entry-style tr:nth-child(odd) {
    background: #fff;
}
.seminar-form-table th {
    /*background: #F5F5F5;*/
    background: #f2efe4;
}
.seminar-form-table .contact-form-label, .seminar-form-table th {
    font-weight: normal;
}
.acms-admin-table-admin-edit.seminar-form-table th {
    /*width: 270px;*/
    width: 30%;
}
@media (min-width: 768px) {
    .entry-style th, .entry-style td {
        /*padding: 15px 20px;*/
        /*font-size: 16px;*/
        font-size: 15px;
    }
    .acms-admin-table-admin-edit.seminar-form-table tr th, .acms-admin-table-admin-edit.seminar-form-table tr td, .acms-admin-table-admin-edit.seminar-form-table tr:first-child th, .acms-admin-table-admin-edit.seminar-form-table tr:last-child th, .acms-admin-table-admin-edit.seminar-form-table tr:first-child td, .acms-admin-table-admin-edit.seminar-form-table tr:last-child td {
        padding: 15px 15px;
    }
    .seminar-form-table .label-required {
        margin: 0 10px;
        display: inline-block;
    }
}

.entry-style .table-bordered th,
.entry-style .table-bordered td {
    border-right: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
  }



/* floor_map popup */
.map-wrap {
    text-align: center;
    margin: 0 0 50px 0;
}
.map-wrap img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
/* featherlight-box */
.featherlight-box {
    display: none;
}
.featherlight .featherlight-content {
    text-align: center;
    font-size: 1em;
    max-width: 90%;
}
.featherlight .featherlight-content img {
    margin: auto;
}
.featherlight-content p {
    padding-bottom: 1em;
}
.featherlight-content .txt {
    text-align: left;
}
.featherlight-content .link-btn a {
    background-color: #dfdfdf;
    text-decoration: none;
}
.featherlight-content .link-btn a:hover {
    background-color: #ccc;
}
.featherlight-content .link-btn-bg {
    padding: 0.5em 1.5em;
    border-radius: 7px;
}
.featherlight .featherlight-close-icon::before, .featherlight .featherlight-close-icon::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 10px;
    width: 50%;
    height: 3px;
    background-color: #ffffff;
}
.featherlight .featherlight-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    background: #002690;
    border-radius: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.featherlight .featherlight-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.featherlight .featherlight-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (min-width: 1024px) {
    .featherlight .featherlight-content {
        font-size: 1em;
        max-width: 400px;
    }
}
/* 矢印ナビゲーション */
.slick-prev, .slick-next {
    width: 34px;
    height: 34px;
}
.slick-prev {
    left: 15px;
    background: url(../images/marker/icon_arrow_left.png) no-repeat;
}
.slick-next {
    right: 15px;
    background: url(../images/marker/icon_arrow_right.png) no-repeat;
}
/* デスクトップ：最大360pxボタン 色付き */
.btn-block-large {
    font-size: 16px;
}

/* cctへのボタン 下線消し */
.entry-style .form-btn-box .btn-attention-block-large:hover,
.entry-style .form-btn-box .btn-attention-block-large:visited,
.entry-style .form-btn-box .btn-attention-block-large:focus,
.entry-style .form-btn-box .btn-attention-block-large:active {
  text-decoration: none;
  color: #FFF;
}


@media (min-width: 768px) {
    .btn-block-large {
        max-width: 380px;
        font-size: 20px;
    }
}
/* 編集画面リッチエディタ */
.wrap-border {
    border: 1px solid #ddd;
}


/* ------------------------------
　　2024.5.29　追加分
------------------------------ */
.top-section-heading2 {
    padding: 0.4em 1em;
    font-size: 20px;
    letter-spacing: 0.1em;
    background-color: #d7d7d7;
    border-radius: 0.3em;
    margin: 0 0.5em 2em;
}

.top-section-heading3 {
    font-size: 22px;
    letter-spacing: 0.1em;
    text-align: center;
     position: relative;
    margin-bottom: 2em;
}

.top-section-heading3 span {
    font-size: 20px;
    display: block;
}

.top-section-heading3:before {
    position: absolute;
     content: '';
  left: 50%;
    bottom: -15px;
  transform: translateX(-50%);
  width: 10%;
  height: 5px;
  border-radius: 5px;
  background-color: #059574;
}

.top-section-heading3.title_seminar:before  {
   background-color: #1593c6;   
}
.top-section-heading3.title_city:before  {
   background-color: #e36215;   
}

.top-section-heading4 {
    color: #194b2f;
    padding: 0.4em 1em;
    font-size: 22px;
    letter-spacing: 0.1em;
    margin: 1em 0.5em 1.5em;
    border-top: solid 2px #28603e;
    border-bottom: solid 2px #28603e;
    border-left: none;
    background: -webkit-repeating-linear-gradient(-45deg, #e8f8e2, #e8f8e2 3px, #effaea 3px, #effaea 7px);
    background: repeating-linear-gradient(-45deg, #e8f8e2, #e8f8e2 3px, #effaea 3px, #effaea 7px);
}


@media (min-width: 1024px) {
    .lead-text-heading {
        font-size: 18px;
    }
    .top-section-heading2 {
        font-size: 24px;
    }
    .top-section-heading3 {
        font-size: 28px;
    }
    .top-section-heading3 span {
    font-size: 24px;
    }
}

/* ------------------------------
　　画像＋本文ユニット
------------------------------ */
.photo_set_left, .photo_set_left2, .photo_set_left3, .photo_set_right, .photo_set_right2, .photo_set_right3 {
    margin: 0 0.8em 2em;
    /*border: 1px solid #1D994D; */
}
/* ------------------------------
　　市町村
------------------------------ */
.city-box .entry-style h2.title {
    color: #194b2f;
    padding: 0.4em 1em;
    font-size: 22px;
    letter-spacing: 0.1em;
    margin: 1em 0.5em 1.5em;
    border-top: solid 2px #28603e;
    border-bottom: solid 2px #28603e;
    border-left: none;
    background: -webkit-repeating-linear-gradient(-45deg, #e8f8e2, #e8f8e2 3px, #effaea 3px, #effaea 7px);
    background: repeating-linear-gradient(-45deg, #e8f8e2, #e8f8e2 3px, #effaea 3px, #effaea 7px);
}
.city-box .entry-style h2.title:before {
    background: none;
}
/*1カラムに変更した調整*/
.main-inner {
    width: 100%;
    max-width: 950px;
    /*border: solid 1px #ccf2dc;*/
}
/*市町村目次*/
.container {
    display: flex;
    flex-direction: row;
}
/* ------------------------------
　　Q＆A
------------------------------ */
@media (min-width: 1024px) {
    .qa-block {
        padding: 0 4em;
    }
}
.entry-style .qa-block dl {
    margin-bottom: 20px;
}
.qa-block .ui-state-default {
    background: #fff;
}
.qa-block .ui-accordion .ui-accordion-header {
    font-size: 18px;
    border: 1px solid #777;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
    padding-right: 1.5em;
    text-indent: -3em;
    padding-left: 3em;
}
.qa-block .ui-accordion .ui-accordion-header::after {
    position: absolute;
    top: 50%;
    right: 0px;
    /*width: 40px;*/
    transform: translateY(-50%);
    color: #f17d04;
    text-align: center;
    font-size: 2rem;
    content: '+';
}

@media (max-width: 767px) {
    .qa-block .ui-accordion .ui-accordion-header {
        font-size: 1em;
        padding-right: 1.6em;
    }
    .qa-block .ui-accordion .ui-accordion-content {
      padding: 1em;
    }

}
.qa-block .ui-state-active {
    background: #666;
}
.qa-block .ui-accordion-header.ui-state-active::after {
    color: #666;
}
/* Corner radius */
.qa-block .ui-corner-all, .qa-block .ui-corner-top, .qa-block .ui-corner-left, .qa-block .ui-corner-tl {
    border-top-left-radius: 7px;
}
.qa-block .ui-corner-all, .qa-block .ui-corner-top, .qa-block .ui-corner-right, .qa-block .ui-corner-tr {
    border-top-right-radius: 7px;
}
.qa-block .ui-corner-all, .qa-block .ui-corner-bottom, .qa-block .ui-corner-left, .qa-block .ui-corner-bl {
    border-bottom-left-radius: 7px;
}
.qa-block .ui-corner-all, .qa-block .ui-corner-bottom, .qa-block .ui-corner-right, .qa-block .ui-corner-br {
    border-bottom-right-radius: 7px;
}
.qa-block .ui-widget-content {
    border: 1px solid #716f6f;
    font-family: 'Noto Sans JP', sans-serif;
}
.text-q span {
    font-size: 1.5em;
    margin-right: 0.2em;
}

.entry-style dd.text-a {
    line-height: 1.7;
}

.qa_detail {
    margin-bottom: 1.5em;
}
.text-a {
    padding-left: 2.5em;
}
.text-a span {
    font-size: 2em;
    margin-right: 0.2em;
    font-weight: bold;
    color: #f17d04;
    line-height: 1;
}
/* ------------------------------
　  内職
------------------------------ */
.blue_box {
    border-radius: 10px;
    border: 2px solid #ccc;
    margin: 1em;
}
.b_box01 {
    border-color: #5ba8c3;
}
.b_box02 {
    border-color: #84ccc9;
}
.blue_box h3 {
    padding: 15px 0;
    color: #fff;
    text-align: center;
    margin: 0.1em;
    border-radius: 6px;
    margin-bottom: 1.5em;
}
.b_box01 h3 {
    background-color: #5ba8c3;
}
.b_box02 h3 {
    background-color: #84ccc9;
}
.tel_box {
    color: #5ba8c3;
    font-size: 2.4em;
    text-align: center;
    font-weight: bold;
}
@media (min-width: 1024px) {
    .blue_box {
        margin-left: 2em;
        margin-right: 2em;
    }
}
/* ------------------------------
　  職業適性相談
------------------------------ */
.inner_c01 {
    background-color: #6a91cf;
}
.inner_c02 {
    background-color: #5ba8c3;
}
.inner_c03 {
    background-color: #59bbdd;
}
.inner_c01 h2, .inner_c02 h2, .inner_c03 h2 {
    color: #fff;
    padding: 0.6em 1em;
    font-size: 2em;
    border-left: none;
}
.inner_c01 h2 span, .inner_c02 h2 span, .inner_c03 h2 span {
    font-size: 0.6em;
    padding-left: 1em;
}
.inner_c02 {
    background-color: #5ba8c3;
}
.tel_box_c01 {
    margin-bottom: 1em;
}
.tel_box_c01 p {
    color: #6a91cf;
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 0;
}
.tel_box_c01 span {
    display: block;
    font-size: 0.9em;
}
.content_table th {
    background-color: #e6effe;
    color: #3950a4;
    white-space: nowrap;
    border: 1px solid #c9c9c9;
    text-align: center;
}
.content_table td {
    border: 1px solid #c9c9c9;
}
@media (min-width: 1024px) {
    .content_table th {
        width: 20%;
    }
}
.soudan_table th {
    background-color: #f0f0f0;
    white-space: nowrap;
    text-align: center;
    padding: 10px 20px;
    color: #555;
}
/* ------------------------------
　  専門学科
------------------------------ */
@media (min-width: 768px) {
    .module-section.bnr-junior{
        padding-left: 10px;
        padding-right: 10px;
    }
}

.school_title {
    border: 3px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 30px 0;
    text-align: center;
    font-size: 22px !important;
    font-weight: bold;
}

.school_title.ca01 {
    border-color: #ee92af;
    color: #555;
}

.school_title.ca02 {
    border-color: #f3ae1b;
    color: #555;
}

.school_title.ca03 {
    border-color: #009966;
    color: #555;
}

.school_title.ca04 {
    border-color: #389fdd;
    color: #555;
}

.school_title.ca05 {
    border-color: #f57f3d;
    color: #555;
}

/*contact プライバシーチェックボックス*/
.privacy-box {
    border: 1px solid #ccc;
    margin: 0 auto;
    height: 180px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 15px;
}

.privacy-box p {
    font-size: 14px;
}
.contact-privacy {
    text-align: center;
    margin: 20px 0 80px;
    font-size: 15px;
}

/*囲み枠*/
.entry-style p.box-gray {
  padding: 1.5rem;
  background: #eae9e9;
    border-radius: 10px;
    color: #000;
}

.entry-style p.box-bright {
  padding: 1.5rem;
  background: #fdf1cf;
    border-radius: 10px;
    color: #000;
}

/*背景色*/
.ug-bg-color-bright {
  margin: 0 10px 25px 10px;
  padding: 20px 10px;
  overflow: hidden;
  background: #fdf1cf;
}
.ug-bg-color-bright *:last-child {
  margin-bottom: 0;
}

@media (min-width: 480px) {
.ug-bg-color-bright {
    padding: 25px 15px;
  }
}

/* ------------------------------
　  カレンダー
------------------------------ */

.calendar-box {
    /*border: 1px solid #f0c6c6;*/
    max-width: 500px;
    margin: 0 auto;
  }

.cal-floor {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
  }

.title-month {
    font-size: 16px;
    margin-bottom: 30px;
}
.title-month span {
    font-size: 30px;
}

.calendar-box .calendarTable {
 border: 2px solid #999;
  }
.calendar-box .calendarTable th {
 width: 18%;
 border: 1px solid #aaa;
    font-size: 18px;
  }
.calendar-box .calendarTable th .text-muted {
    font-size: 14px;
  }

.calendar-box .calendarTable td {
 border: 1px solid #aaa;
    vertical-align: middle;
  }

/* ------------------------------
 テーブル
------------------------------- */

@media (max-width: 767px) {
.acms-table-full th, .acms-table-full td {
    display: table-cell !important;
  }
}

/* ------------------------------
 あれこれ　メニュー
------------------------------- */
@media (min-width: 768px) {
.arekore-section .banner-item {
    margin: 0 0 30px 0;
  }
}

.entry-style p.mb-0 {
    margin-bottom: 0;
  }

/* ------------------------------
 内職
------------------------------- */
@media (min-width: 768px) {
.naishoku-box {
    /*border: 1px solid #aaa;*/
    max-width: 900px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
.naishoku-box .entry-style ul {
    padding: 0;
  }
}

@media (max-width: 480px) {
.naishoku-box .entry-style ul li {
    font-size: 14px;
  }
}

/* ------------------------------
 youtube 調整
------------------------------- */
.column-iframe {
/*padding-top: 30px;
  padding-bottom: 56.25%;*/
  padding-top: 0px;
  padding-bottom: 56.30%;
}