@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/
/*********************
  全体
*********************/
#header-in,
#navi-in,
#footer-in {
    width: 950px;
}

#body-in,
#main,
#navi-in {
    width: 100%;
}

#body {
    margin-top: 0;
    color: #595757;
}

#main {
    float: none;
    padding: 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 0;
}

#header .alignleft {
    margin: 0;
    float: left;
}

img {
    height: auto;
}

.w950 {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    display: block !important;
}

.w950:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.tbl_100 {
    width: 100% !important;
}

.tleft {
    text-align: left !important;
}

.tcenter {
    text-align: center !important;
}

.tright {
    text-align: right !important;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.fleft_70 {
    float: left;
    width: 69%;
}

.fright_30 {
    float: right;
    width: 26%;
}

.fleft_20 {
    float: left;
    width: 20%;
}

.fright_80 {
    float: right;
    width: 75%;
}

.c2_w > div {
    width: 48%;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .c2_w > div {
        margin-bottom: 10px;
    }
}

.c3_w > div {
    width: 32%;
    margin: 0 0.5%;
    float: left;
}

.bbn {
    border-bottom: 0 !important;
}

.line_tit {
    background-image: url(https://www.unten.co.jp/wp-content/themes/simplicity2-child/images/color_line2.png);
    color: #595757;
    background-repeat: no-repeat;
    background-position-y: center;
    margin-top: 30px;
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5 {
    color: #595757;
}

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

.marb20px {
    margin-bottom: 20px !important;
}

.marb50px {
    margin-bottom: 50px !important;
}

.marl0 {
    margin-left: 0 !important;
}

.mart0 {
    margin-top: 0px !important;
}

.mart30 {
    margin-top: 30px !important;
}

.mart50 {
    margin-top: 50px !important;
}

.mart80 {
    margin-top: 80px !important;
}

.margintb10 {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}

.marginlr10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.height80 {
    font-size: 1.6em;
}

.height50 img {
    height: 50px !important;
}

.height80 img {
    height: 80px !important;
}

@media screen and (max-width: 639px) {
    .marginlr10 img {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.h2_tit {
    background-color: #fff;
    padding: 0 30px;
    position: relative;
}

.h2_tit img.limg {
    float: left;
    /*  width: 30%; */
}

.h2_tit img.rimg {
    float: right;
    /*  width: 30%; */
}

.h2_tit h2 {
    float: left;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 30%;
    font-size: 2em;
    font-weight: normal;
}

.h2_tit h2.migi {
    margin-left: 0;
    margin-right: 30%;
}

.article table {
    width: 100%;
}

.article td {
    background-color: #fff;
    text-align: center;
}

.article table.table_inner {
    width: auto;
    margin: 0 auto;
}

.article table.table_inner th {
    border: none;
    background-color: transparent;
}

.article table.table_inner td {
    border: none;
    text-align: left;
}

.commentlist {
    counter-reset: kome;
    font-weight: bold;
    font-size: 0.9em;
}

.commentlist > li {
    position: relative;
    padding-left: 30px;
    margin: 0 0 10px;
    list-style: none;
}

.commentlist > li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    counter-increment: kome;
    content: "※" counter(kome) " ";
}

/* ページ別カラー設定 */
.c_gasshuku h1,
.c_gasshuku .article h2,
.c_gasshuku .article h3 {
    /* 合宿コース */
    color: #e84566;
    border-bottom-color: #e84566;
}

.c_gasshuku .article h3:before,
.c_gasshuku .article h3:after {
    background: #e84566;
}

.c_gasshuku .article h4 {
    color: #e84566;
}

.c_tsugaku h1,
.c_tsugaku .article h2,
.c_tsugaku .article h3 {
    /* 通学コース */
    color: #3071b9;
    border-bottom-color: #3071b9;
}

.c_tsugaku .article h3:before,
.c_tsugaku .article h3:after {
    background: #3071b9;
}

.c_tsugaku .article h4 {
    color: #3071b9;
}

.c_kensetsu h1,
.c_kensetsu .article h2,
.c_kensetsu .article h3 {
    /* その他のコース */
    color: #3dbdbf;
    border-bottom-color: #3dbdbf;
}

.c_kensetsu .article h3:before,
.c_kensetsu .article h3:after {
    background: #3dbdbf;
}
.c_kensetsu .article h3 span {
    font-size: 0.75em;
}

.c_kensetsu .article h4 {
    color: #3dbdbf;
}

.c_drone h1,
.c_drone .article h2,
.c_drone .article h3 {
    /* ドローン講習 */
    color: #5f33b5;
    border-bottom-color: #5f33b5;
}

.c_drone .article h3:before,
.c_drone .article h3:after {
    background: #5f33b5;
}

.c_drone .article h4 {
    color: #5f33b5;
}

.c_joseikin h1,
.c_joseikin .article h2,
.c_joseikin .article h3 {
    /* ドローン講習 */
    color: #009e3b;
    border-bottom-color: #009e3b;
}

.c_joseikin .article h3:before,
.c_joseikin .article h3:after {
    background: #009e3b;
}

.c_joseikin .article h4 {
    color: #009e3b;
}

.c_koshu h1,
.c_koshu .article h2,
.c_koshu .article h3 {
    /* 各種講習 */
    color: #f39800;
    border-bottom-color: #f39800;
}

.c_koshu .article h2 {
    /* 各種講習 */
    border-bottom-color: #777777;
}

.c_koshu .article h3:before,
.c_koshu .article h3:after {
    background: #f39800;
}

.c_koshu .article h4 {
    color: #f39800;
}

.c_sonota h1,
.c_sonota .article h2,
.c_sonota .article h3 {
    /* 他のページ */
    color: #00479d;
    border-bottom-color: #00479d;
}

.c_sonota .article h3:before,
.c_sonota .article h3:after {
    background: #00479d;
}

.c_sonota .article h4 {
    color: #00479d;
}

.c_shokai h1,
.c_shokai .article h2,
.c_shokai .article h3 {
    /* 他のページ */
    color: #3aabd2;
    border-bottom-color: #3aabd2;
}

.c_shokai .article h3:before,
.c_shokai .article h3:after {
    background: #3aabd2;
}

.c_shokai .article h4 {
    color: #3aabd2;
}

.c_sonota .article h3.c_pink {
    color: #e84566;
    border-bottom-color: #e84566;
}

.c_sonota .article h3.c_pink:before,
.c_sonota .article h3.c_pink:after {
    background: #e84566;
}

.c_sonota .article h3.c_blue {
    color: #3071b9;
    border-bottom-color: #3071b9;
}

.c_sonota .article h3.c_blue:before,
.c_sonota .article h3.c_blue:after {
    background: #3071b9;
}

.c_sonota .article h3.c_orange {
    color: #f39800;
    border-bottom-color: #f39800;
}

.c_sonota .article h3.c_orange:before,
.c_sonota .article h3.c_orange:after {
    background: #f39800;
}

.frame {
    border-radius: 10px;
}

.c_gasshuku .article h2,
.c_tsugaku .article h2,
.c_kensetsu .article h2,
.c_drone .article h2,
.c_koshu .article h2,
.c_sonota .article h2,
.c_joseikin .article h2,
.c_shokai .article h2 {
    padding: 1em 0.75em;
    text-align: center;
    line-height: 160%;
}

@media screen and (max-width: 639px) {
    h2 + .circle h3 {
        margin-top: 0px !important;
    }

    h2 + h3 {
        margin-top: 0px !important;
    }

    h2 + .spot_in h3 {
        margin-top: 0px !important;
    }
}

.c_douji .article .g_dbtn_w button {
    /* 同時取得コース */
    background-color: #e84566;
    -webkit-box-shadow: 0px -5px 0 0px #af2f49 inset;
    box-shadow: 0px -5px 0 0px #af2f49 inset;
}

.c_douji h4 {
    margin-top: 10px !important;
}

/* ページ別ボタンカラー設定 */
.c_gasshuku .article .g_btn_w button {
    /* 合宿コース */
    background-color: #e84566;
    -webkit-box-shadow: 0px -5px 0 0px #af2f49 inset;
    box-shadow: 0px -5px 0 0px #af2f49 inset;
}

.c_tsugaku .article .g_btn_w button {
    /* 通学コース */
    background-color: #3071b9;
    -webkit-box-shadow: 0px -5px 0 0px #0f4682 inset;
    box-shadow: 0px -5px 0 0px #0f4682 inset;
}

.c_kensetsu .article .g_btn_w button {
    /* 技能講習 */
    background-color: #3dbdbf;
    -webkit-box-shadow: 0px -5px 0 0px #289191 inset;
    box-shadow: 0px -5px 0 0px #289191 inset;
}

.c_drone .article .g_btn_w button {
    /* ドローン講習 */
    background-color: #5f33b5;
    -webkit-box-shadow: 0px -5px 0 0px #2e0e6b inset;
    box-shadow: 0px -5px 0 0px #2e0e6b inset;
}

.c_joseikin .article .g_btn_w button {
    /* ドローン講習 */
    background-color: #009e3b;
    -webkit-box-shadow: 0px -5px 0 0px #03702c inset;
    box-shadow: 0px -5px 0 0px #03702c inset;
}

.c_joseikin .article .g_btn_w button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.c_koshu .article .g_btn_w button {
    /* 各種講習 */
    background-color: #f39800;
    -webkit-box-shadow: 0px -5px 0 0px #b26f03 inset;
    box-shadow: 0px -5px 0 0px #b26f03 inset;
}

.c_sonota .article .g_btn_w button {
    /* 他のページ */
    background-color: #00479d;
    -webkit-box-shadow: 0px -5px 0 0px #29009b inset;
    box-shadow: 0px -5px 0 0px #29009b inset;
}

.c_shokai .article .g_btn_w button {
    /* 有料職業紹介事業 */
    background-color: #3aabd2;
    -webkit-box-shadow: 0px -5px 0 0px #2689aa inset;
    box-shadow: 0px -5px 0 0px #2689aa inset;
}

/* ページ別CTAカラー設定 */
.c_gasshuku .cta_w button.gasshuku_btn,
.c_gasshuku button.btn100 {
    /* 合宿コース */
    background-color: #e84566;
    color: #fff;
    border: 2px solid #e84566;
}

.c_gasshuku .cta_w button.gasshuku_btn:hover,
.c_gasshuku button.btn100:hover {
    color: #e84566;
    background-color: #fff;
}

.c_tsugaku .cta_w button.gasshuku_btn,
.c_tsugaku button.btn100 {
    /* 通学コース */
    background-color: #3071b9;
    color: #fff;
    border: 2px solid #3071b9;
}

.c_tsugaku .cta_w button.gasshuku_btn:hover,
.c_tsugaku button.btn100:hover {
    color: #3071b9;
    background-color: #fff;
}

.c_kensetsu .cta_w button.gasshuku_btn,
.c_kensetsu button.btn100 {
    /* 建設系免許コース */
    background-color: #3dbdbf;
    color: #fff;
    border: 2px solid #3dbdbf;
}

.c_kensetsu .cta_w button.gasshuku_btn:hover,
.c_kensetsu button.btn100:hover {
    color: #3dbdbf;
    background-color: #fff;
}

.c_drone .cta_w button.gasshuku_btn,
.c_drone button.btn100 {
    /* ドローン講習 */
    background-color: #5f33b5;
    color: #fff;
    border: 2px solid #5f33b5;
}

.c_drone .cta_w button.gasshuku_btn:hover,
.c_drone button.btn100:hover {
    color: #5f33b5;
    background-color: #fff;
}

.c_koshu .cta_w button.gasshuku_btn,
.c_koshu button.btn100 {
    /* 各種講習 */
    background-color: #f39800;
    color: #fff;
    border: 2px solid #f39800;
}

.c_koshu .cta_w button.gasshuku_btn:hover,
.c_koshu button.btn100:hover {
    color: #f39800;
    background-color: #fff;
}

.c_sonota .cta_w button.gasshuku_btn,
.c_sonota button.btn100 {
    /* 他のページ */
    background-color: #00479d;
    color: #fff;
    border: 2px solid #00479d;
}

.c_sonota .cta_w button.gasshuku_btn:hover,
.c_sonota button.btn100:hover {
    color: #00479d;
    background-color: #fff;
}

.c_shokai .cta_w button.gasshuku_btn,
.c_shokai button.btn100 {
    /* 他のページ */
    background-color: #3aabd2;
    color: #fff;
    border: 2px solid #3aabd2;
}

.c_shokai .cta_w button.gasshuku_btn:hover,
.c_shokai button.btn100:hover {
    color: #3aabd2;
    background-color: #fff;
}

/* ドローンページ */
.drone_w .cta_w {
    margin-top: 20px;
}

.drone_w .cta_w a {
    background-color: #5f33b5;
    color: #fff;
    border: 2px solid #5f33b5;
    width: 97.5%;
    padding: 10px 10px 12px;
    border-radius: 3px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .drone_w .cta_w a {
        width: 100%;
        padding: 10px 0 12px;
    }
}

.alicen {
    text-align: center;
    left: -1px;
}

@media screen and (max-width: 1110px) {
    div#header-in,
    div#navi-in,
    div#body-in,
    div#footer-in {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .h2_tit h2 {
        font-size: 2em;
    }

    .w950 {
        width: 94%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 639px) {
    .h2_tit h2 {
        font-size: 1.4em;
    }

    div#main {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .h2_tit h2 {
        font-size: 1.2em;
    }
}

/* ヘッダー */
header {
    background-image: url(https://www.unten.co.jp/wp-content/themes/simplicity2-child/images/header_back.jpg);
    background-size: cover;
}

header #header-ue,
footer #footer-shita {
    background-image: url(https://www.unten.co.jp/wp-content/themes/simplicity2-child/images/color_line.png);
    height: 40px;
}

#h-top {
    padding: 5px 0 10px 0;
    min-height: initial;
    overflow: initial;
}

#site-title {
    line-height: 210%;
    margin: 0;
}

#site-title a {
    margin-top: 14px;
}

.head_r {
    float: right;
}

.head_r .head_r_tel {
    float: left;
    margin-right: 15px;
}

.head_r .head_r_line {
    float: right;
}

.head_r .head_r_gasshuku {
    float: right;
}

.head_r .head_r_tsugaku {
    float: right;
}

.head_r .head_r_tel p,
.head_r .head_r_line p,
.head_r .head_r_gasshuku p,
.head_r .head_r_tsugaku p {
    display: inline;
    letter-spacing: 1px;
    font-size: 18px;
}

.head_r .head_r_tel img {
    margin-right: 5px;
    margin-bottom: -3px;
}

.head_r .head_r_line img {
    margin-right: 5px;
    margin-bottom: -7px;
}

.head_r .head_r_gasshuku img,
.head_r .head_r_tsugaku img {
    margin-right: 5px;
    margin-bottom: -7px;
}

.head_r_tel .head,
.head_r_line .tit {
    font-size: 0.7em;
    text-align: center;
    margin-bottom: 3px;
    color: #444;
    font-weight: bold;
}

.head_oto_w {
    /*border:1px solid #595757;*/
    color: #fff;
    background-color: #00479d;
    border-radius: 5px;
    text-align: center;
    padding: 1px 30px 5px 30px;
    /*margin-right: 10px;*/
    float: left;
    height: 40px;
}

/*.head_oto_w .head {
  font-size: 0.7em;
}

.head_oto_w .tel {
  font-size: 1.4em;
  line-height: 1em;
  margin-bottom: 3px;
  color: #fff;
  font-weight: bold;
}

.head_oto_w .tel span.wp-svg-custom-free_dial:before {
  color: #fff;
}*/
.head_oto_w .foot {
    font-size: 0.6em;
    letter-spacing: 1px;
}

.head_line_w {
    float: left;
    background-color: #00b900;
    color: #fff;
    padding: 1px 27px 5px;
    border-radius: 5px;
    font-size: 0.7em;
    height: 40px;
}

.head_line_w .tit {
    margin: 7px 0;
}

.head_line_w .line_btn {
    text-align: center;
    margin-top: 6px;
}

span.wp-svg-custom-free_dial:before {
    color: #595757;
}

div#mobile-menu a {
    margin-top: 0;
    padding: 3px 5px;
    border: 2px solid #333;
    border-radius: 4px;
}

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
}

.side_pop {
    position: fixed;
    right: 0;
    top: 120px;
    display: none;
    text-align: center;
    z-index: 300;
}

.side_pop img.site-title-img {
    width: 120px;
    margin-bottom: 5px;
}

.side_pop .head_oto_w {
    float: none;
    margin-right: 0;
    /*margin-bottom:20px;*/
    text-align: center;
    padding: 10px;
    border: 1px solid #00479d;
    border-radius: 5px 0 0 5px;
    height: auto;
    letter-spacing: 1px;
}

.side_pop .head_oto_w .head {
    font-size: 11px;
}

.side_pop .footer_line_w a,
.side_pop .footer_info_w a,
.side_pop .footer_gasshuku_w a,
.side_pop .footer_tsugaku_w a {
    padding: 10px 20px;
    border-radius: 5px 0 0 5px;
    height: auto;
    letter-spacing: 1px;
}

.side_pop .head_oto_w p,
.side_pop .footer_line_w p,
.side_pop .footer_info_w p,
.side_pop .footer_gasshuku_w p,
.side_pop .footer_tsugaku_w p {
    margin: 0;
    font-size: 14px;
}

/*.side_pop .head_oto_w .tel {
  font-size: 0.9em;
  font-weight: bold;
  margin: 5px 0;
}

.side_pop .head_oto_w .tel span.wp-svg-custom-free_dial.free_dial {
  font-size: 1.5em;
}

.side_pop .footer_line_w .tit {
  margin-bottom: 1em;
  text-align: center;
}

.side_pop .footer_line_w .logo {
  margin-top: 0.5em;
  margin-left: 1em;
}*/
/*
.header_shita {
  margin-bottom:133px;
}
*/
#navi-in {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

#navi-in .menu {
    /*  width: 950px;*/
    width: 1108px;
    margin: 0 auto;
}

div#navi ul {
    border-radius: 0;
    background-color: #fff;
    border: none;
}

#navi-in .menu-g-navi_sp-container ul li {
    /*  width: 16.66%; */
    text-align: center;
    border-left: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#navi-in .menu-g-navi_sp-container ul li:last-child {
    border-right: 1px solid #ddd;
}

#navi .menu-g-navi_sp-container ul li a {
    /*  padding: 0.5em 0.5em; */
    padding: 8px;
    z-index: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3em;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div#navi .menu-g-navi_sp-container ul li a:hover {
    background-color: #fff;
}

#navi .menu-g-navi_sp-container ul li a {
    color: #003d84;
}

#navi .menu-g-navi_sp-container ul li#menu-item-794 a {
    color: #e84566;
}

#navi .menu-g-navi_sp-container ul li#menu-item-795 a {
    color: #3071b9;
}

#navi .menu-g-navi_sp-container ul li#menu-item-796 a {
    color: #55bfc0;
}

#navi .menu-g-navi_sp-container ul li#menu-item-730 a {
    color: #5f33b5;
}

#navi .menu-g-navi_sp-container ul li#menu-item-797 a {
    color: #f39800;
}

#navi .menu-g-navi_sp-container ul li#menu-item-711s a {
    color: #f39800;
}

#navi .menu-g-navi_sp-container ul li#menu-item-720s a {
    color: #f39800;
}

#navi .menu-g-navi_sp-container ul li#menu-item-900s a {
    color: #f65294;
}

#navi .menu-g-navi_sp-container ul li#menu-item-901s a {
    color: #f65294;
}

#navi .menu-g-navi_sp-container ul li#menu-item-902s a {
    color: #f65294;
}

#navi .menu-g-navi_sp-container ul li#menu-item-jskf a {
    color: #009e3b;
}

#navi .menu-g-navi_sp-container ul li#menu-item-yssj a {
    color: #3aabd2;
}

.menu-item-730_heading {
    text-align: left !important;
    font-size: 1.1em;
    margin-top: 10px;
}

@media screen and (min-width: 1111px) {
    #menu-item-900s,
    #menu-item-901s,
    #menu-item-902s,
    #menu-item-697,
    #menu-item-711s,
    #menu-item-720s,
    #menu-item-713s,
    #menu-item-714,
    #menu-item-715,
    #menu-item-716s,
    #menu-item-717,
    #menu-item-718s,
    #menu-item-719s,
    #menu-item-798s,
    #menu-item-799s,
    #menu-item-706,
    #menu-item-746,
    #menu-item-712,
    #navi .menu-g-navi_sp-container #menu-item-794-a,
    #navi .menu-g-navi_sp-container #menu-item-795-a,
    #navi .menu-g-navi_sp-container #menu-item-796-a,
    #navi .menu-g-navi_sp-container #menu-item-730-a,
    #navi .menu-g-navi_sp-container #menu-item-797-a,
    #navi .menu-g-navi_sp-container #menu-item-jskf-a,
    #navi .menu-g-navi_sp-container #menu-item-yssj-a,
    #menu-g-navi_sp ul.sub-menu {
        display: none;
    }

    #menu-item-698 {
        display: none;
    }

    #menu-item-791 {
        border-right: 1px solid #ddd;
    }

    #menu-item-732 {
        display: none;
    }
}

@media screen and (min-width: 1111px) {
    div#navi .menu-g-navi_sp-container ul li a:hover {
        background-color: #f2f2f2;
    }

    div#navi .menu-g-navi_sp-container ul li#menu-item-794 a:hover {
        background-color: #ffdde4;
    }

    div#navi .menu-g-navi_sp-container ul li#menu-item-795 a:hover {
        background-color: #e8f3ff;
    }

    div#navi .menu-g-navi_sp-container ul li#menu-item-796 a:hover {
        background-color: #e8ffff;
    }

    div#navi .menu-g-navi_sp-container ul li#menu-item-730 a:hover {
        background-color: #eee5ff;
    }

    div#navi .menu-g-navi_sp-container ul li#menu-item-797 a:hover {
        background-color: #fff6e8;
    }

    div#navi .menu-g-navi_sp-container ul li a {
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

    /*
  div#navi .menu-g-navi_sp-container ul li a:before {
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    transition: all 0.3s ease;
    border-bottom: 3px solid #333;
    position: absolute;
    display: block;
  }
  div#navi .menu-g-navi_sp-container ul li a:hover:before {
    width: 50%;
    border-bottom: 3px solid #333;
  }
  div#navi .menu-g-navi_sp-container ul li a:after {
    content: '';
    width: 0;
    right: 50%;
    bottom: 0;
    transition: all 0.3s ease;
    border-bottom: 3px solid #333;
    position: absolute;
    display: block;
  }
  div#navi .menu-g-navi_sp-container ul li a:hover:after {
    width: 50%;
    border-bottom: 3px solid #333;
  }
  div#navi .menu-g-navi_sp-container ul li#menu-item-794 a:before {
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    transition: all 0.3s ease;
    border-bottom: 3px solid #E84566;
    position: absolute;
    display: block;
  }
  div#navi .menu-g-navi_sp-container ul li#menu-item-794 a:hover:before {
    width: 50%;
    border-bottom: 3px solid #E84566;
  }
  div#navi .menu-g-navi_sp-container ul li#menu-item-794 a:after {
    content: '';
    width: 0;
    right: 50%;
    bottom: 0;
    transition: all 0.3s ease;
    border-bottom: 3px solid #E84566;
    position: absolute;
    display: block;
  }
  div#navi .menu-g-navi_sp-container ul li#menu-item-794 a:hover:after {
    width: 50%;
    border-bottom: 3px solid #E84566;
  }
  div#navi .menu-g-navi_sp-container ul li#menu-item-795 a:before {
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    transition: all 0.3s ease;
    border-bottom: 3px solid #3071B9;
    position: absolute;
    display: block;
  }
  div#navi .menu-g-navi_sp-container ul li#menu-item-795 a:hover:before {
    width: 50%;
    border-bottom: 3px solid #3071B9;
  }
  div#navi .menu-g-navi_sp-container ul li#menu-item-795 a:after {
    content: '';
    width: 0;
    right: 50%;
    bottom: 0;
    transition: all 0.3s ease;
    border-bottom: 3px solid #3071B9;
    position: absolute;
    display: block;
  }
  div#navi .menu-g-navi_sp-container ul li#menu-item-795 a:hover:after {
    width: 50%;
    border-bottom: 3px solid #3071B9;
  }
  div#navi .menu-g-navi_sp-container ul li#menu-item-796 a:before {
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    transition: all 0.3s ease;
    border-bottom: 3px solid #55BFC0;
    position: absolute;
    display: block;
  }
  div#navi .menu-g-navi_sp-container ul li#menu-item-796 a:hover:before {
    width: 50%;
    border-bottom: 3px solid #55BFC0;
  }
  div#navi .menu-g-navi_sp-container ul li#menu-item-796 a:after {
    content: '';
    width: 0;
    right: 50%;
    bottom: 0;
    transition: all 0.3s ease;
    border-bottom: 3px solid #55BFC0;
    position: absolute;
    display: block;
  }
  div#navi .menu-g-navi_sp-container ul li#menu-item-796 a:hover:after {
    width: 50%;
    border-bottom: 3px solid #55BFC0;
  }
  div#navi .menu-g-navi_sp-container ul li#menu-item-712 a:before {
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    transition: all 0.3s ease;
    border-bottom: 3px solid #F39800;
    position: absolute;
    display: block;
  }
  div#navi .menu-g-navi_sp-container ul li#menu-item-712 a:hover:before {
    width: 50%;
    border-bottom: 3px solid #F39800;
  }
  div#navi .menu-g-navi_sp-container ul li#menu-item-712 a:after {
    content: '';
    width: 0;
    right: 50%;
    bottom: 0;
    transition: all 0.3s ease;
    border-bottom: 3px solid #F39800;
    position: absolute;
    display: block;
  }
  div#navi .menu-g-navi_sp-container ul li#menu-item-712 a:hover:after {
    width: 50%;
    border-bottom: 3px solid #F39800;
  }
  */
}

.menu-g-navi_sp-container ul.sub-menu li {
    width: 100% !important;
    height: auto !important;
}

.menu-g-navi_sp-container ul.sub-menu li a {
    padding: 0.5em !important;
}

@media screen and (max-width: 1110px) {
    .head_r {
        margin-right: 80px;
    }

    #navi .menu-g-navi_sp-container #menu-item-794p,
    #navi .menu-g-navi_sp-container #menu-item-795p,
    #navi .menu-g-navi_sp-container #menu-item-796p,
    #navi .menu-g-navi_sp-container #menu-item-797p,
    #navi .menu-g-navi_sp-container #menu-item-730p,
    #navi .menu-g-navi_sp-container #menu-item-jskfp,
    #navi .menu-g-navi_sp-container #menu-item-yssjp {
        display: none;
    }
}

@media screen and (max-width: 950px) {
    .head_r {
        display: none;
    }

    h1#site-title {
        margin-left: 15px;
        line-height: 100% !important;
    }
}

@media screen and (max-width: 600px) {
    div.s_img_txt {
        font-size: 1.5em;
    }
}

/* フッター */
#footer {
    background-color: transparent;
    background-image: url(https://www.unten.co.jp/wp-content/themes/simplicity2-child/images/header_back.jpg);
    background-size: cover;
    color: #595757;
    padding: 0;
    font-size: 0.85em;
}

#footer a,
#footer a:hover {
    color: #595757;
}

#footer .f_left {
    float: left;
}

#footer .f_right {
    float: right;
    text-align: right;
}

#footer .f_left ul {
    float: left;
}

#footer .f_left ul li {
    line-height: 200%;
}

#footer-in {
    margin-bottom: 10px;
}

.f_left .list .list_1 {
    padding-left: 1em;
}

.footer_line_w a {
    background-color: #00b900;
    color: #fff !important;
    padding: 1px 27px 5px;
    border-radius: 5px;
    font-size: 0.7em;
    height: 40px;
    text-decoration: none;
}

.footer_info_w a {
    background-color: #f39800;
    color: #fff !important;
    padding: 1px 27px 5px;
    border-radius: 5px;
    font-size: 0.7em;
    height: 40px;
    text-decoration: none;
}

.footer_gasshuku_w a {
    background-color: #e84566;
    color: #fff !important;
    padding: 1px 27px 5px;
    border-radius: 5px;
    font-size: 0.7em;
    height: 40px;
    text-decoration: none;
}

.footer_tsugaku_w a {
    background-color: #3071b9;
    color: #fff !important;
    padding: 1px 27px 5px;
    border-radius: 5px;
    font-size: 0.7em;
    height: 40px;
    text-decoration: none;
}

.co_info .ue_w .footer_line_w a div,
.co_info .ue_w .footer_gasshuku_w a div,
.co_info .ue_w .footer_tsugaku_w a div {
    float: left;
}

.co_info .ue_w .footer_line_w .logo,
.co_info .ue_w .footer_gasshuku_w .logo,
.co_info .ue_w .footer_tsugaku_w .logo {
    margin-top: 8px;
}

.co_info .ue_w {
    margin: 1em 0 0;
}

.co_info .ue_w .footer_toi_w {
    margin-right: 20px;
}

.co_info .ue_w .footer_toi_w .footer_oto_w img,
.co_info .ue_w .footer_line_w img,
.co_info .ue_w .footer_gasshuku_w img,
.co_info .ue_w .footer_tsugaku_w img {
    margin: 0 5px -3px 0;
}

.co_info .ue_w .footer_gasshuku_w img,
.co_info .ue_w .footer_tsugaku_w img {
    margin: 0 5px -3px 0;
    width: 20px;
}

.co_info .ue_w .footer_toi_w .footer_oto_w p,
.co_info .ue_w .footer_line_w p,
.co_info .ue_w .footer_gasshuku_w p,
.co_info .ue_w .footer_tsugaku_w p {
    display: inline;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.co_info .ue_w .footer_toi_w .footer_oto_w p a {
    color: #fff !important;
    text-decoration: none;
}

.co_info .ue_w .footer_toi_w .footer_oto_w {
    color: #ffffff;
    background: #00479d;
    border-radius: 5px;
    text-align: center;
    padding: 1px 30px 5px 30px;
    letter-spacing: 1px;
    height: 40px;
}

.co_info .ue_w .tit {
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 3px;
    color: #555;
    font-weight: bold;
}

/*.co_info .ue_w .footer_toi_w .tit {
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
  text-align: left;
  font-size: 0.9em;
}*/
/*.co_info .ue_w .footer_toi_w .tel {
  font-size: 1.6em;
  line-height: 1em;
  margin-top: 5px;
  color: #00479D;
}

.co_info .ue_w .footer_toi_w .tel span.wp-svg-custom-free_dial:before {
  color: #00479D;
}*/
.co_info .ue_w .footer_toi_w .jikan {
    font-size: 0.6em;
}

.co_info .ue_w .footer_toi_w,
.co_info .ue_w .footer_line_w {
    float: left;
}

.co_info .co_logo {
    margin-top: 1em;
}

@media screen and (min-width: 950px) {
    .co_info .ue_w {
        display: none;
    }

    .co_info .co_logo {
        margin-top: 3.8em;
    }
}

@media screen and (max-width: 950px) {
    #footer .f_left {
        display: none;
    }

    #footer .footer_w {
        text-align: center;
    }

    #footer .f_right {
        text-align: center;
        display: inline-block;
        margin: 0 auto;
        float: none;
    }

    #footer .co_info div.ue_w {
        margin: 2em 0 1em;
    }
}

@media screen and (max-width: 500px) {
    #page-top {
        bottom: 60px !important;
    }

    div.co_info .ue_w .footer_toi_w,
    div#footer .footer_line_w {
        float: none;
        width: 80%;
        margin: 10px auto;
    }

    .co_info .ue_w .footer_toi_w .footer_oto_w,
    .footer_line_w a {
        padding: 1px 30px 8px 30px;
    }

    .f_right .co_info .ue_w .tit {
        font-size: 1em;
    }

    .co_info .ue_w .footer_toi_w .jikan {
        font-size: 0.9em;
    }
}

/* スライダー */
.slider_w ul {
    margin: 0;
    padding: 0;
}

.slider_w ul li.slick-slide {
    margin: 0;
}

.slick-dotted .slick-slider {
    margin-top: 0;
}

.s_img_w {
    position: relative;
}

.s_img_txt {
    position: absolute;
    z-index: 11;
    color: #fff;
    right: 80px;
    bottom: 0px;
    font-size: 2.5em;
    line-height: 1.5em;
    text-shadow: 0px 0px 5px #000000;
}

@media (min-width: 1001px) {
    #tglBtn {
        position: absolute;
        bottom: 0px;
        left: 50%;
        -webkit-transform: translateX(427px);
        transform: translateX(427px);
        z-index: 9;
        cursor: pointer;
    }

    #nextArrow {
        position: absolute;
        bottom: 45%;
        left: 50%;
        -webkit-transform: translateX(429px);
        transform: translateX(429px);
        z-index: 9;
        cursor: pointer;
    }

    #prevArrow {
        position: absolute;
        bottom: 45%;
        left: 50%;
        -webkit-transform: translateX(-466px);
        transform: translateX(-466px);
        z-index: 9;
        cursor: pointer;
    }
}

@media (max-width: 1000px) {
    #tglBtn {
        position: absolute;
        bottom: 0px;
        right: 10px;
        z-index: 9;
    }

    #nextArrow {
        position: absolute;
        bottom: 45%;
        right: 20px;
        z-index: 9;
    }

    #prevArrow {
        position: absolute;
        bottom: 45%;
        left: 20px;
        z-index: 9;
    }
}

/*********************
  トップページ
*********************/
.corse_w .corse_in {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.borderbd1 {
    border-bottom: 1px dotted #333;
}

.corse_w .corse_in .left_w {
    float: left;
    width: 48%;
}

.corse_w .corse_in .right_w {
    float: right;
    width: 48%;
}

.corse_w .corse_in .img_w {
    position: relative;
    overflow: hidden;
}

.corse_w .corse_in .img_w img {
    display: block;
}

a:hover img {
    opacity: 0.5;
}

/*
.corse_w .corse_in .img_w img {
  transition: 0.5s;
}

.corse_w .corse_in .img_w img:hover {
  opacity: 0.5;
}
*/
.corse_w .corse_in .cimg {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px 0;
    font-size: 1.5em;
    width: 100%;
}

.corse_w .corse_in .img_w .img1_txt {
    background-color: rgba(232, 69, 102, 0.6);
}

.corse_w .corse_in .img_w .img2_txt {
    background-color: rgba(48, 113, 185, 0.6);
}

.corse_w .corse_in .img_w .img3_txt {
    background-color: rgba(85, 191, 192, 0.6);
}

.corse_w .corse_in .img_w .img4_txt {
    background-color: rgba(243, 152, 0, 0.6);
}

.corse_w .corse_in .img_w .img5_txt {
    background-color: rgba(79, 58, 147, 0.6);
}

.corse_w .corse_in .img_w .img6_txt {
    background-color: rgba(0, 158, 59, 0.6);
}

.corse_w .corse_in .img_w .img7_txt {
    background-color: rgba(2, 63, 100, 0.6);
}

.corse_w .corse_in .img_w .img1_txt:after {
    position: absolute;
    content: " ";
    display: block;
    background-color: rgba(232, 69, 102, 0.6);
    left: 0;
    top: 0;
    width: 0.5em;
    height: 100%;
}

.corse_w .corse_in .img_w .img2_txt:after {
    position: absolute;
    content: " ";
    display: block;
    background-color: rgba(48, 113, 185, 0.6);
    left: 0;
    top: 0;
    width: 0.5em;
    height: 100%;
}

.corse_w .corse_in .img_w .img3_txt:after {
    position: absolute;
    content: " ";
    display: block;
    background-color: rgba(85, 191, 192, 0.6);
    left: 0;
    top: 0;
    width: 0.5em;
    height: 100%;
}

.corse_w .corse_in .img_w .img4_txt:after {
    position: absolute;
    content: " ";
    display: block;
    background-color: rgba(243, 152, 0, 0.6);
    left: 0;
    top: 0;
    width: 0.5em;
    height: 100%;
}

.corse_w .corse_in .img_w .img5_txt:after {
    position: absolute;
    content: " ";
    display: block;
    background-color: rgba(79, 58, 147, 0.6);
    left: 0;
    top: 0;
    width: 0.5em;
    height: 100%;
}

.corse_w .corse_in .img_w .img6_txt:after {
    position: absolute;
    content: " ";
    display: block;
    background-color: rgba(0, 158, 59, 0.6);
    left: 0;
    top: 0;
    width: 0.5em;
    height: 100%;
}

.corse_w .corse_in .img_w .img7_txt:after {
    position: absolute;
    content: " ";
    display: block;
    background-color: rgba(2, 63, 100, 0.6);
    left: 0;
    top: 0;
    width: 0.5em;
    height: 100%;
}

.corse_w .corse_in .cimg div {
    padding-left: 1em;
    position: relative;
    text-shadow: 2px 2px 4px #333;
}

.corse_w .corse_in .txt {
    margin-top: 10px;
    position: relative;
}

.corse_w .xorse_in .txt img {
    float: left;
}

.corse_w .corse_in .txt div {
    float: left;
    position: absolute;
    left: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #595757;
    font-size: 1.2em;
}

@media screen and (max-width: 992px) {
    .corse_w .corse_in .txt div {
        font-size: 1em;
    }
}

@media screen and (max-width: 639px) {
    .corse_w .corse_in .left_w,
    .corse_w .corse_in .right_w {
        width: 100%;
    }

    .corse_w .corse_in {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .borderbd1 {
        border-bottom: 0;
    }
}

.bg_outcolor_footer {
    background-color: #fafaf2;
    padding: 10px 0;
    color: #595757;
}

/* オレンジ建設 */
.bg_outcolor01 {
    background-color: #fafaf2;
    padding: 20px 0px 0px 0px;
    margin-bottom: 30px;
    margin-top: 10px;
}

/* 青通学 */
.bg_outcolor02 {
    background-color: #f5fbff;
    padding: 30px 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* pink 合宿 */
.bg_outcolor03 {
    background-color: #fffaf2;
    padding: 30px 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* みどり建設 */
.bg_outcolor04 {
    background-color: #f7ffff;
    padding: 30px 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* グレー学校案内 */
.bg_outcolor05 {
    background-color: #f8f8f8;
    padding: 30px 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.riyu_w .riyu_list {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 10px;
}

.riyu_w .riyu_in {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #333;
}

/*
.riyu_w .riyu_in:last-child {
  border-bottom:0;
}
*/
.riyu_w .riyu_list:nth-of-type(3n) {
    margin-right: 0;
}

.riyu_w .riyu_list .tit {
    text-align: center;
    font-size: 1.3em;
    margin: 0 0 0.5em;
    color: #595757;
}

.riyu_w .riyu_list h3.riyu_tit {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

.riyu_w .riyu_list h3.riyu_tit.tit1 {
    color: #e84566 !important;
}

.riyu_w .riyu_list h3.riyu_tit.tit2 {
    color: #3071b9 !important;
}

.riyu_w .riyu_list h3.riyu_tit.tit3 {
    color: #f39800 !important;
}

.riyu_w .riyu_list h3.riyu_tit::before,
.riyu_w .riyu_list h3.riyu_tit::after {
    content: none;
}

.riyu_w .riyu_list .tit.riyu_tit01 {
    color: #e84566 !important;
}

.riyu_w .riyu_list .tit.riyu_tit02 {
    color: #3071b9 !important;
}

.riyu_w .riyu_list .tit.riyu_tit03 {
    color: #f39800 !important;
}

.riyu_w .riyu_list .txt {
    color: #595757;
}

.koe_w {
    text-align: center;
    margin-bottom: 10px;
}

.insta_w .img {
    float: left;
    margin-right: 40px;
}

.insta_w {
    position: relative;
    text-align: center;
}

.insta_w .img img {
    width: 100%;
    height: auto;
}

.insta_w .insta_link {
    float: left;
    line-height: 5em;
}

.insta_w .insta_link a {
    /*  position:absolute;
    top:50%;
    transform:translateY(-50%) ;
    float:left;
    margin-left:10%;
  */
    border: 1px solid #333;
    border-radius: 15px;
    padding: 3px 15px;
    font-size: 0.8em;
    color: #595757;
    text-decoration: none;
}

.insta_w .insta_link a:hover {
    color: #fff;
    background-color: #333;
}

.insta_w .ue {
    position: relative;
    display: inline-block;
}

.insta_w h2 {
    margin-left: 0;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    float: none;
}

.insta_w a {
    color: #595757;
    text-decoration: none;
}

article header {
    background-image: none;
}

.p_eye {
    position: relative;
    margin-bottom: 20px;
    background-color: #fafaf2;
    padding-bottom: 2px;
}

.p_eye img {
    width: 85%;
    float: right;
}

.p_eye .entry-title {
    position: absolute;
    bottom: 60px;
    left: 6%;
    text-align: center;
    font-size: 3em;
    background-color: rgba(255, 255, 255, 0.85);
    margin: 0;
    padding: 20px 40px;
}

.p_eye #breadcrumb {
    margin: 7px 0;
}

/* 合宿コース */
.article h1 {
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    width: 100%;
}

.article h1:before {
    content: "";
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 10%;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #00479d;
}

/*
.article h2, .article .h2 {
  font-size: 2.2em;
  padding: .5em .75em;
  text-align:center;
  color:#00479d;
  background-color: #f2f2f2;
  border-bottom:0;
  border-left:0;
  margin-left:0;
  margin-right:0;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.c_gasshuku .article h2, .c_tsugaku .article h2, .c_kensetsu .article h2, .c_koshu .article h2, .c_sonota .article h2 {
*/
.article h2 {
    position: relative;
    border-bottom: 0;
    border-left: 0;
    margin-left: 0;
    margin-right: 0;
}

.c_gasshuku .article h2 {
    border-top: solid 1px #e84566;
    border-bottom: solid 2px #e84566;
    text-align: center;
}

.c_tsugaku .article h2 {
    border-top: solid 1px #3071b9;
    border-bottom: solid 2px #3071b9;
    text-align: center;
}

.c_kensetsu .article h2 {
    border-top: solid 1px #55bfc0;
    border-bottom: solid 2px #55bfc0;
    text-align: center;
}

.c_drone .article h2:not(.subtitle) {
    border-top: solid 1px #5f33b5;
    border-bottom: solid 2px #5f33b5;
    text-align: center;
}

.c_drone .article h2.subtitle {
    background-color: #5f33b5;
    color: #fff;
    padding: 0.5em;
}

.c_drone .article h2.subtitle::before,
.c_drone .article h2.subtitle::after {
    content: none;
}

.c_joseikin .article h2 {
    border-top: solid 1px #009e3b;
    border-bottom: solid 2px #009e3b;
    text-align: center;
}

.c_koshu .article h2 {
    border-top: solid 1px #f39800;
    border-bottom: solid 2px #f39800;
    text-align: center;
}

.c_sonota .article h2 {
    border-top: solid 1px #00479d;
    border-bottom: solid 2px #00479d;
    text-align: center;
}

.c_shokai .article h2 {
    border-top: solid 1px #3aabd2;
    border-bottom: solid 2px #3aabd2;
    text-align: center;
}

.article h2:before,
.article h2:after {
    content: "";
    position: absolute;
    top: -7px;
    width: 1px;
    height: calc(100% + 14px);
}

.c_gasshuku .article h2:before,
.c_gasshuku .article h2:after {
    background-color: #e84566;
}

.c_tsugaku .article h2:before,
.c_tsugaku .article h2:after {
    background-color: #3071b9;
}

.c_kensetsu .article h2:before,
.c_kensetsu .article h2:after {
    background-color: #55bfc0;
}

.c_drone .article h2:before,
.c_drone .article h2:after {
    background-color: #5f33b5;
}

.c_joseikin .article h2:before,
.c_joseikin .article h2:after {
    background-color: #009e3b;
}

.c_koshu .article h2:before,
.c_koshu .article h2:after {
    background-color: #f39800;
}

.c_sonota .article h2:before,
.c_sonota .article h2:after {
    background-color: #00479d;
}

.c_shokai .article h2:before,
.c_shokai .article h2:after {
    background-color: #3aabd2;
}

.article h2:before {
    left: 7px;
}

.article h2:after {
    right: 7px;
}

.article h3 {
    text-align: center;
    position: relative;
    display: block;
    padding: 16px 20px;
    border-bottom: 1px dotted #00479d;
    font-size: 1.6em;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.article h3:before,
.article h3:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #00479d;
    position: absolute;
    bottom: -2px;
}

.article h3:before {
    left: -4px;
}

.article h3:after {
    right: -4px;
}

.article h4 {
    border-bottom: 2px dashed #aaa;
}

.g_btn_w {
    text-align: center;
    height: 60px;
    margin: 40px 0;
}

.g_dbtn_w {
    text-align: center;
    height: 60px;
    margin: 40px 0;
}

.g_dbtn_w img {
    vertical-align: middle;
}

.g_btn_w div {
    width: 23%;
    margin: 0 1% 20px;
    float: left;
}
.g_btn_w.col3 div {
    width: 32%;
    margin: 0 0.5% 20px;
    float: left;
}

.g_dbtn_w div {
    width: 48%;
    margin: 0 1% 20px;
    float: left;
}

@media screen and (max-width: 768px) {
    .g_dbtn_w div {
        width: 100%;
        margin-bottom: 10px;
        float: left;
    }

    /*
  .g_dbtn_w img {
    width:80%;
  }*/
    .g_btn_w {
        text-align: center;
        height: auto;
        margin: auto;
    }
}

.g_btn_w button {
    border: 0;
    background-color: #e84566;
    font-size: 17px;
    color: #fff;
    width: 100%;
    height: 60px;
    padding: 0 10px;
    -webkit-box-shadow: 0px -5px 0 0px #af2f49 inset;
    box-shadow: 0px -5px 0 0px #af2f49 inset;
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.g_btn_w_left button {
    border: 0;
    background-color: #f39800;
    font-size: 17px;
    color: #fff;
    width: 100%;
    height: 60px;
    padding: 0 10px;
    -webkit-box-shadow: 0px -5px 0 0px #b26f03 inset;
    box-shadow: 0px -5px 0 0px #b26f03 inset;
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.g_dbtn_w button {
    border: 0;
    background-color: #e84566;
    font-size: 17px;
    color: #fff;
    width: 100%;
    height: 60px;
    padding: 0 10px;
    -webkit-box-shadow: 0px -5px 0 0px #af2f49 inset;
    box-shadow: 0px -5px 0 0px #af2f49 inset;
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .g_dbtn_w button {
        font-size: 12px;
    }

    .g_dbtn_w img {
        max-width: 30px;
        height: auto;
    }
}

.g_btn_w button:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    height: 55px;
}

.g_dbtn_w button:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    height: 55px;
}

.c_gasshuku .article .g_btn_w button:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    height: 55px;
}

.c_tsugaku .article .g_btn_w button:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    height: 55px;
}

.c_kensetsu .article .g_btn_w button:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    height: 55px;
}

.c_drone .article .g_btn_w button:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    height: 55px;
}

.c_koshu .article .g_btn_w button:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    height: 55px;
}

.c_sonota .article .g_btn_w button:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    height: 55px;
}

.c_shokai .article .g_btn_w button:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    height: 55px;
}

.g_link_w {
    text-align: center;
}

.g_link_w button {
    background-color: #e84566;
    color: #fff;
    border: 2px solid #e84566;
    font-size: 1em;
    padding: 10px 25px;
    margin-bottom: 0;
}

.g_link_w button:hover {
    background-color: #fff;
    color: #e84566;
}

ul.tyushaku {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}

dl.qanda {
    border-bottom: 1px solid #aaa;
    overflow: hidden;
    _zoom: 1;
}

dl.qanda dd,
dl.qanda dt {
    text-indent: -2.6em;
    padding: 0 20px 0px 50px;
}

dl.qanda dt {
    margin: 20px 20px 15px 0;
}

dl.qanda dd:first-letter,
dl.qanda dt:first-letter {
    font-size: 1.9em;
    font-weight: bold;
    margin-right: 10px;
    padding: 5px;
}

dl.qanda dd {
    margin: 10px 0 -1px 0;
    padding-bottom: 20px;
    border-bottom: solid 1px #aaa;
}

dl.qanda dt:first-letter {
    color: #3498db;
}

dl.qanda dd:first-letter {
    color: #ff6767;
}

.qa_bd {
    padding: 1em;
    border: 1px solid #333;
    text-indent: 0;
    margin-top: 10px;
}

.cta_w {
    margin-top: 80px;
}

.cta_w .gasshuku_btn,
.btn100 {
    width: 100%;
    padding: 10px 10px 7px;
    font-size: 20px;
    background-color: #e84566;
    color: #fff;
    border: 2px solid #e84566;
}

.cta_w .gasshuku_btn:hover {
    color: #e84566;
    background-color: #fff;
}

/* 合宿コース キャンペーン */
.page-id-53 td,
.page-id-53 th {
    padding: 10px;
}

.tbl_w div {
    float: left;
    margin-right: 1em;
}

/* 合宿コース 同時取得プラン */
.douji_w {
    text-align: center;
}

/* 合宿コース 交通アクセス */
.access_w h2.tit {
    background-color: transparent;
    font-size: 1.2em;
    text-align: left;
    color: #333;
}

/* 合宿を楽しむための周辺案内 */
@media screen and (max-width: 639px) {
    .spot_w img {
        width: 100%;
    }
}

.shuhen_w li:nth-child(even) {
    /* margin-left: 10px; */
}

.shuhen_w h2 {
    margin-top: 80px;
}

/* 通学 */
.tekisei_w dt {
    padding: 0.5em 0;
}

.tekisei_w dd {
    margin-left: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #aaa;
}

.list_no {
    margin: 0;
    padding-left: 1.3em;
}

/* 卒業生の声 */
.voice_w img.ileft {
    float: left;
    margin-right: 1em;
}

.voice_w img.iright {
    float: right;
    margin-left: 1em;
}

/* サイトマップ  */
.sitemap_w ul {
    /*  box-shadow :0px 0px 3px silver;
  border: solid 1px whitesmoke; */
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
    /*  background: #fafafa; */
}

.sitemap_w ul li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none !important;
}

.sitemap_w ul li:before {
    font-family: "FontAwesome";
    content: "\f0da";
    position: absolute;
    left: 1em;
    /*左端からのアイコンまで*/
    color: gray;
    /*アイコン色*/
}

/* 3列
.sitemap_wrap .sitemap_list {
  float:left;
  width:32%;
  margin-right:2%;
}

.sitemap_wrap .sitemap_in {
  margin-bottom:30px;
  padding-bottom:30px;
  border-bottom:1px dotted #333;
}

.sitemap_wrap .sitemap_list:nth-of-type(3n) {
  margin-right:0;
}
*/
/* 2列 */
.sitemap_wrap .sitemap_list {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.sitemap_wrap .sitemap_in {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #333;
}

.sitemap_wrap .sitemap_list:nth-of-type(2n) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    div.sitemap_wrap .sitemap_in {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    div.sitemap_wrap .sitemap_list {
        width: 100%;
    }

    div.sitemap_wrap .sitemap_list div.txt {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #333;
    }

    .menu-item-711s,
    .menu-item-720s {
        padding-left: 30px;
    }
}

/* スタッフ紹介 */
ul.staff_list {
    padding-left: 0;
}

ul.staff_list li {
    list-style: none;
    width: 23%;
    float: left;
    margin: 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.staff_list li img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 70%;
}

ul.staff_list li .staff_name {
    text-align: center;
    display: block;
    margin-top: 10px;
}

ul.staff_list li .staff_info {
    position: relative;
    display: inline-block;
    margin: 1.3em 0 1em 0;
    padding: 10px;
    color: #333;
    background: #fafaf2;
    border-radius: 5px;
    height: 200px;
}

ul.staff_list li .staff_info:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #fafaf2;
}

ul.staff_list li .staff_info dl {
    margin: 0;
    padding: 0;
}

ul.staff_list li .staff_info dl dt {
    font-weight: bold;
    color: #e84566;
    font-size: 0.9em;
}

ul.staff_list li .staff_info dl dd {
    margin-left: 0;
    font-size: 0.8em;
}

@media screen and (max-width: 768px) {
    ul.staff_list li {
        width: 31%;
        margin: 1%;
    }
}

@media screen and (max-width: 639px) {
    ul.staff_list li {
        width: 100%;
        margin: 1%;
    }

    ul.staff_list li .staff_l {
        width: 30%;
        float: left;
    }

    ul.staff_list li img {
        width: 100%;
    }

    ul.staff_list li .staff_info {
        width: 62%;
        float: right;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 10px 0;
        height: auto;
    }

    ul.staff_list li .staff_info:before {
        top: 15%;
        left: -15px;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #fafaf2;
    }

    ul.staff_list li .staff_info dl dt {
        margin-bottom: 0;
    }

    ul.staff_list li .staff_info dl dd {
        margin: 0;
    }
}

@media screen and (max-width: 500px) {
    .article th,
    .article td {
        padding: 1px 0px;
        font-size: 85%;
    }
}

@media screen and (max-width: 500px) {
    .menu-item-711s,
    .menu-item-720s,
    .menu-item-901s,
    .menu-item-902s {
        padding-left: 15px;
    }
}

.sp_disp {
    display: none !important;
}

.pc_disp {
    display: block !important;
}

@media screen and (max-width: 1110px) {
    .sp_disp {
        display: block !important;
    }

    .pc_disp {
        display: none !important;
    }
}

@media screen and (max-width: 1110px) {
    .menu img {
        display: none !important;
    }
}

/* margin 設定CSS 2018/06/05 */
.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

#riyu_01,
#riyu_02,
#riyu_03,
#riyu_04,
#riyu_05,
#riyu_06,
#riyu_07,
#riyu_08,
#riyu_09,
.siharai_w h3 {
    margin-top: -45px;
    padding-top: 106px;
}

@media screen and (max-width: 1110px) {
    #riyu_01,
    #riyu_02,
    #riyu_03,
    #riyu_04,
    #riyu_05,
    #riyu_06,
    #riyu_07,
    #riyu_08,
    #riyu_09 {
        margin-top: 20px;
        padding-top: 0px;
    }
}

@media screen and (max-width: 768px) {
    .siharai_w h3 {
        margin-top: 35px !important;
        padding-top: 0px !important;
    }
}

h2.page_nai_link_margin {
    margin-top: 0px;
}

.page_nai_link_padding {
    padding-top: 100px;
}

@media screen and (max-width: 1110px) {
    .page_nai_link_padding {
        padding-top: 10px;
    }
}

.riyu_w .riyu_list a {
    text-decoration: none;
}

/*
.riyu_list img {
  transition: 0.5s;
}

.riyu_list img:hover {
  opacity: 0.5;
}
*/
/* 同時取得ページの調整 */
.post-312 div.cta_w {
    margin-top: 0;
}

.post-312 .article .entry-content {
    margin-bottom: 0;
}

/* 建設系ページの調整
.kensetsu_w  {
  margin-top: 120px;
}
*/
.sp_disp_top {
    display: none !important;
}

.pc_disp_top {
    display: block !important;
}

@media screen and (max-width: 639px) {
    .sp_disp_top {
        display: block !important;
        text-align: center;
    }

    .pc_disp_top {
        display: none !important;
    }
}

.bbn {
    border-bottom: none !important;
}

.koshu_w .koshu_menu li:nth-child(odd) {
    width: 50%;
    float: left;
    right: 10px;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.koshu_w .koshu_menu li:nth-child(even) {
    width: 50%;
    float: left;
    right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 800px) {
    .koshu_w .koshu_menu li:nth-child(odd) {
        width: 100%;
        float: none;
        right: 0;
        padding-right: 0;
    }

    .koshu_w .koshu_menu li:nth-child(even) {
        width: 100%;
        float: none;
        right: 0;
        padding-right: 0;
    }
}

.qualifications {
    font-size: 2em;
    font-weight: bold;
    display: block;
    padding-top: 20px;
}

.koshu_menu.submenu {
    font-size: 0.9em;
}

.kensetsu_w .kensetsu_menu li:nth-child(odd) {
    width: 50%;
    float: left;
    right: 10px;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.kensetsu_w .kensetsu_menu li:nth-child(even) {
    width: 50%;
    float: left;
    right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 800px) {
    .kensetsu_w .kensetsu_menu li:nth-child(odd) {
        width: 100%;
        float: none;
        right: 0;
        padding-right: 0;
    }

    .kensetsu_w .kensetsu_menu li:nth-child(even) {
        width: 100%;
        float: none;
        right: 0;
        padding-right: 0;
    }
}

.tsugaku_oogata_w .tsugaku_oogata_menu li:nth-child(odd) {
    width: 50%;
    float: left;
    right: 10px;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tsugaku_oogata_w .tsugaku_oogata_menu li:nth-child(even) {
    width: 50%;
    float: left;
    right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 800px) {
    .tsugaku_oogata_w .tsugaku_oogata_menu li:nth-child(odd) {
        width: 100%;
        float: none;
        right: 0;
        padding-right: 0;
    }

    .tsugaku_oogata_w .tsugaku_oogata_menu li:nth-child(even) {
        width: 100%;
        float: none;
        right: 0;
        padding-right: 0;
    }
}

.nishu_w .nishu_menu li:nth-child(odd) {
    width: 50%;
    float: left;
    right: 10px;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nishu_w .nishu_menu li:nth-child(even) {
    width: 50%;
    float: left;
    right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 800px) {
    .nishu_w .nishu_menu li:nth-child(odd) {
        width: 100%;
        float: none;
        right: 0;
        padding-right: 0;
    }

    .nishu_w .nishu_menu li:nth-child(even) {
        width: 100%;
        float: none;
        right: 0;
        padding-right: 0;
    }
}

.gasshuku_oogata_w .gasshuku_oogata_menu li:nth-child(odd) {
    width: 50%;
    float: left;
    right: 10px;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gasshuku_oogata_w .gasshuku_oogata_menu li:nth-child(even) {
    width: 50%;
    float: left;
    right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 800px) {
    .gasshuku_oogata_w .gasshuku_oogata_menu li:nth-child(odd) {
        width: 100%;
        float: none;
        right: 0;
        padding-right: 0;
    }

    .gasshuku_oogata_w .gasshuku_oogata_menu li:nth-child(even) {
        width: 100%;
        float: none;
        right: 0;
        padding-right: 0;
    }
}

.gasshuku_nirin_w .gasshuku_nirin_menu li:nth-child(odd) {
    width: 50%;
    float: left;
    right: 10px;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gasshuku_nirin_w .gasshuku_nirin_menu li:nth-child(even) {
    width: 50%;
    float: left;
    right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 800px) {
    .gasshuku_nirin_w .gasshuku_nirin_menu li:nth-child(odd) {
        width: 100%;
        float: none;
        right: 0;
        padding-right: 0;
    }

    .gasshuku_nirin_w .gasshuku_nirin_menu li:nth-child(even) {
        width: 100%;
        float: none;
        right: 0;
        padding-right: 0;
    }
}

img.kensetsu_dl {
    vertical-align: middle;
    margin-right: 10px;
}

.kensetsu_dl_text {
    vertival-align: middle;
    display: inline-block;
}

p.shashu_label,
p.shashu_gasshuku_label,
p.shashu_tsugaku_label,
p.shashu_kensetsu_label,
p.shashu_koshu_label {
    margin-top: 8px;
    margin-bottom: 8px;
}

.shashu_label span {
    color: #fff;
    background-color: #666;
    margin-right: 5px;
    padding: 3px;
    border-radius: 3px;
    display: block;
    float: left;
    font-size: 0.6em;
    margin-bottom: 8px;
}

.shashu_gasshuku_label span {
    color: #fff;
    background-color: #e84566;
    margin-right: 5px;
    padding: 3px;
    border-radius: 3px;
    display: block;
    float: left;
    font-size: 0.65em;
    margin-bottom: 8px;
}

.shashu_tsugaku_label span {
    color: #fff;
    background-color: #3071b9;
    margin-right: 5px;
    padding: 3px;
    border-radius: 3px;
    display: block;
    float: left;
    font-size: 0.65em;
    margin-bottom: 8px;
}

.shashu_kensetsu_label span {
    color: #fff;
    background-color: #3dbdbf;
    margin-right: 5px;
    padding: 3px;
    border-radius: 3px;
    display: block;
    float: left;
    font-size: 0.65em;
    margin-bottom: 8px;
}

.shashu_koshu_label span {
    color: #fff;
    background-color: #f39800;
    margin-right: 5px;
    padding: 3px;
    border-radius: 3px;
    display: block;
    float: left;
    font-size: 0.65em;
    margin-bottom: 8px;
}

.corse_w .txt {
    clear: left;
}

a.disabled {
    pointer-events: none;
}

/*
img.mynavi2019 {
  border: 3px solid;
  border-color: #00aceb;
  background-color: #fff;
}
*/
img.security_m {
    margin-top: 15px;
}

p.nyukousei_font {
    font-size: 16px !important;
}

h2.nyukousei_font {
    font-size: 1.2em !important;
}

p.nyukousei_footer {
    font-size: 14px !important;
    margin: 5px;
}

img.albirex_logo {
    width: auto;
}

@media screen and (max-width: 768px) {
    img.albirex_logo {
        width: 150px;
    }
}

@media screen and (min-width: 1111px) {
    #fork_DL,
    #syaryoukei_DL,
    #tamakake_DL,
    #crane_DL,
    #kousyo_DL,
    #f_g_futsu2,
    #f_g_tyugata2,
    #f_g_oogata2 {
        margin-top: -75px;
        padding-top: 75px;
    }
}

#site-title a {
    margin-top: 0;
}

#site-title-text {
    margin: 0;
    color: #00479d;
    font-size: 0.9em;
    letter-spacing: 0.9em;
}

.shashu_gasshuku_label a span:hover {
    opacity: 0.7;
}

@media screen and (min-width: 1111px) {
    .menu-g-navi_sp-container {
        height: 100px;
    }

    ul#menu-g-navi_sp.menu {
        position: relative;
        height: 100px;
        /*border-left: 1px solid #ddd;*/
    }

    #navi ul > li {
        position: absolute;
    }

    li#menu-item-000-a {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 277px;
        height: 30px;
        font-size: 18px;
        color: #595757;
        background-color: #f1f1f1;
        border-bottom: 1px solid #ddd;
        padding-left: 110px;
        padding-right: 110px;
        font-size: 16px;
        font-weight: 500;
    }

    li#menu-item-001-a {
        position: absolute !important;
        top: 0;
        left: 277px;
        width: 415.5px;
        height: 30px;
        font-size: 18px;
        color: #595757;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        padding-left: 180px;
        padding-right: 180px;
        z-index: 100;
        font-size: 16px;
        font-weight: 500;
    }

    #menu-item-794 {
        height: 70px;
        width: 138.5px;
        top: 30px;
        left: 0;
    }

    #menu-item-794p {
        padding-bottom: 0;
    }

    /*  #menu-item-794-a,#menu-item-794p {
      height: 70px;
      width: 158px;
      top: 20px;
      left: 0;
    }
  */
    #menu-item-795 {
        height: 70px;
        width: 138.5px;
        top: 30px;
        left: 138.5px;
    }

    #menu-item-796 {
        height: 70px;
        width: 138.5px;
        top: 30px;
        left: 277px;
    }

    #menu-item-796p {
        height: 71px;
    }

    div#navi .menu-g-navi_sp-container ul li#menu-item-796 a:hover {
        top: 0;
    }

    #menu-item-730 {
        height: 70px;
        width: 138.5px;
        top: 30px;
        left: 415.5px;
        /*padding-top: 10px;*/
    }

    #menu-item-730p {
        height: 71px;
    }

    #menu-item-797 {
        height: 70px;
        width: 138.5px;
        top: 30px;
        /*    top: 1px; */
        left: 554px;
        /*padding-top: 10px;*/
    }

    #menu-item-797p {
        height: 71px;
    }

    #menu-item-791 {
        height: 100px;
        width: 138.5px;
        top: 0;
        /*    top: 1px; */
        /*    left: 790px;*/
        left: 969.5px;
        /*padding-top: 10px;*/
    }

    #menu-item-791p {
        height: 71px;
    }

    li#menu-item-791 #menu-item-791p {
        padding-top: 20px;
    }

    #menu-item-jskf {
        height: 100px;
        width: 138.5px;
        top: 0;
        left: 692.5px;
        z-index: 101;
    }

    #menu-item-jskfp {
        height: 71px;
    }

    li#menu-item-jskf #menu-item-jskfp {
        padding-top: 20px;
    }

    #menu-item-yssj {
        height: 100px;
        width: 138.5px;
        top: 0;
        left: 831px;
        z-index: 101;
    }

    #menu-item-yssjp {
        height: 71px;
    }

    li#menu-item-yssj #menu-item-yssjp {
        padding-top: 20px;
    }

    .justify {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#Video iframe {
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 0;
}

.video-container {
    margin: 0 auto;
    text-align: center;
}

.koshu_font1 {
    font-size: 1.2em;
    font-weight: 500;
}

@media screen and (max-width: 1110px) {
    #menu-g-navi_sp li#menu-item-000-a,
    #menu-g-navi_sp li#menu-item-001-a {
        display: none;
    }
}

@media screen and (min-width: 1111px) {
    #navi .menu-g-navi_sp-container ul li#menu-item-794 a {
        background-color: #f1f1f1;
    }

    #navi .menu-g-navi_sp-container ul li#menu-item-795 a {
        background-color: #f1f1f1;
    }
}

h5 {
    padding: 0.25em 0.5em !important;
    /*上下 左右の余白*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 5px #00479d;
    /*左線*/
}

h5.women_room {
    border-left: solid 5px #e84566;
    /*左線*/
}

.c_gasshuku .article h4 {
    margin-top: 10px !important;
}

h3.men_room {
    color: #00479d !important;
    border-bottom-color: #00479d !important;
}

h3.men_room:before,
h3.men_room:after {
    background: #00479d !important;
}

h4.men_room {
    color: #00479d !important;
}

.w950 .c2_w > div {
    margin-bottom: 0;
}

dd.voice {
    margin: 10px 0 20px 0 !important;
    padding-bottom: 20px;
    border-bottom: solid 1px #aaa;
}

dt.voice_women {
    color: #e84566;
    font-size: 1.2em;
    font-weight: 500;
}

dt.voice_men {
    color: #00479d;
    font-size: 1.2em;
    font-weight: 500;
}

.marl1em {
    margin-left: 1em !important;
}

/* 各種講習 */
#k_koshuyobi dl {
    margin-top: 0;
}

#navi ul {
    /*	margin-top: -2px; */
}

.ws_nw {
    white-space: nowrap;
}

.page-id-353 #main,
.page-id-353 #main .page,
.page-id-353 .entry-content,
.page-id-353 #sidebar {
    margin-bottom: 0 !important;
}

/* ドローン講習 */
span.map {
    border: 1px solid #595757;
    padding: 1px 5px;
    font-size: 12px;
    color: #595757;
    margin-left: 10px;
    border-radius: 5px;
}

.drone3 a,
.drone_kihon a {
    text-decoration: none !important;
}

.drone_w ul.column2_w55 li {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 2px solid #5f33b5;
    border-radius: 10px;
    padding: 20px;
}

.drone_w ul.column2_w55 li.training-center {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 4%;
}

.drone_w ul.column2_w55 li.training-center .img_w {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
}

.drone_w ul.column2_w55 li.training-center .img_w > div {
    position: absolute;
}

.drone_w ul.column2_w55 li.training-center .img_w > div:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: 75%;
}

.drone_w ul.column2_w55 li.training-center .img_w > div:nth-of-type(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}

.drone_w ul.column2_w55 li.training-center .img_w .new:before {
    position: absolute;
    content: "NEW";
    color: #fff;
    background-color: #e60013;
    border: none;
    top: 17px;
    left: 0;
    z-index: 1;
    width: 80px;
    height: calc(80px / 2);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transform: rotate(-45deg);
    transform-origin: bottom left;
}

.drone_w ul.column2_w55 li.training-center .text_w {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .drone_w ul.column2_w55 li.training-center {
        grid-template-columns: 1fr;
    }
}

.drone_riyu h3 {
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
}

.bg_outcolor05_drone {
    background-color: #f8f8f8;
    padding-bottom: 30px;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .drone_w ul.column2_w55 li {
        font-size: 16px;
    }
}

span.meiwa {
    color: #e84566;
}

.column2_w55.w48.sds_image > div {
    margin-bottom: 0;
}

.article .drone_w table td {
    background: transparent;
}

.article .drone_w table td:nth-of-type(3) {
    width: 60%;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .article .drone_w table td:nth-of-type(3) {
        width: 50%;
    }
}

tr.bg_simu {
    background: rgba(0, 185, 235, 0.1);
}

tr.bg_zagaku {
    background: rgba(61, 191, 95, 0.1);
}

tr.bg_jitsugi {
    background: rgba(232, 69, 102, 0.1);
}

tr.bg_kousa {
    background: rgba(243, 152, 0, 0.1);
}

.page-id-2370 .p_eye .entry-title {
    line-height: 40px;
    text-align: left;
}

.page-id-2370 .p_eye .entry-title span {
    font-size: 22px;
    margin-top: 25px;
    display: block;
}

.page-id-1613 .p_eye .entry-title {
    line-height: 40px;
    text-align: left;
}

.page-id-1613 .p_eye .entry-title span {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 15px;
    display: block;
}

@media screen and (max-width: 768px) {
    .page-id-2370 .p_eye .entry-title {
        line-height: 25px;
        text-align: center;
    }

    .page-id-2370 .p_eye .entry-title span {
        font-size: 16px;
        margin-top: 12px;
        display: block;
    }

    .page-id-1613 .p_eye .entry-title {
        line-height: 25px;
        text-align: center;
    }

    .page-id-1613 .p_eye .entry-title span {
        font-size: 16px;
        margin-top: 12px;
        display: block;
    }
}

.fs_16px {
    font-size: 16px !important;
}

@media screen and (max-width: 768px) {
    .fs_16px {
        font-size: 0.85rem !important;
    }
}

.c_drone ul {
    line-height: 170%;
}

/* matome.css */
/* 2カラム */
.column2_w55 > div,
.column2_w55 > li {
    width: 50%;
}

.column2_w64 > div:first-child,
.column2_w64 > li:first-child {
    width: 60%;
}

.column2_w64 > div:last-of-type,
.column2_w64 > li:last-child {
    width: 40%;
}

.column2_w46 > div:first-child,
.column2_w46 > li:first-child {
    width: 40%;
}

.column2_w46 > div:last-of-type,
.column2_w46 > li:last-of-type {
    width: 60%;
}

.column2_w73 > div:first-child,
.column2_w73 > li:first-child {
    width: 70%;
}

.column2_w73 > div:last-of-type,
.column2_w73 > li:last-child {
    width: 30%;
}

.column2_w37 > div:first-child,
.column2_w37 > li:first-child {
    width: 30%;
}

.column2_w37 > div:last-of-type,
.column2_w37 > li:last-child {
    width: 70%;
}

ul.column2_w55,
ul.column2_w64,
ul.column2_w46,
ul.column2_w73,
ul.column2_w37,
ul.column3_w,
ul.column4_w,
ul.column5_w {
    padding-left: 0;
}

ul.column2_w55 > li,
ul.column2_w64 > li,
ul.column2_w46 > li,
ul.column2_w73 > li,
ul.column2_w37 > li,
ul.column3_w > li,
ul.column4_w > li,
ul.column5_w > li {
    float: left;
    list-style: none;
}

/* 3カラム */
.column3_w > div,
ul.column3_w > li {
    width: 33%;
    margin-right: 0.5%;
    float: left;
}

.column3_w > div:last-child,
ul.column3_w > li:last-child,
ul.column3_w > li:nth-child(3n) {
    margin-right: 0;
}

/* 4カラム */
.column4_w > div,
.column4_w > li {
    width: 25%;
    float: left;
}

/* 5カラム */
.column5_w > div,
.column5_w > li {
    width: 20%;
    float: left;
}

/* float */
.f_left {
    float: left;
}

.f_right {
    float: right;
    height: auto;
}

/* 768pxでカラムをスマホ対応 */
@media screen and (max-width: 768px) {
    .column2_w55 > div.f_left,
    .column2_w55 > div.f_right {
        float: none;
        width: 100%;
    }

    .column2_w64 > div.f_left,
    .column2_w64 > div.f_right {
        float: none;
        width: 100%;
    }

    .column2_w46 > div.f_left,
    .column2_w46 > div.f_right {
        float: none;
        width: 100%;
    }

    .column2_w73 > div.f_left,
    .column2_w73 > div.f_right {
        float: none;
        width: 100%;
    }

    .column2_w37 > div.f_left,
    .column2_w37 > div.f_right {
        float: none;
        width: 100%;
    }

    ul.column2_w55 > li,
    ul.column2_w64 > li,
    ul.column2_w46 > li,
    ul.column2_w73 > li,
    ul.column2_w37 > li,
    ul.column3_w > li,
    ul.column4_w > li,
    ul.column5_w > li {
        float: none;
        width: 100%;
    }

    /* 3カラム */
    .column3_w > div,
    ul.column3_w > li {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
    }

    /* 4カラム */
    .column4_w > div,
    .column4_w > li {
        width: 100% !important;
        float: none;
    }

    /* 5カラム */
    .column5_w > div,
    .column5_w > li {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 768px) {
    .column2_w55 > div,
    .column2_w64 > div,
    .column2_w46 > div,
    .column2_w73 > div,
    .column2_w37 > div,
    .column3_w > div,
    .column4_w > div,
    .column5_w > div {
        margin-bottom: 1em;
    }
}

/* clearfix */
.column2_w55:after,
.column2_w64:after,
.column2_w46:after,
.column2_w73:after,
.column2_w37:after,
.column3_w:after,
.column4_w:after,
.column5_w:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}

.column2_w55,
.column2_w64,
.column2_w46,
.column2_w73,
.column2_w37,
.column3_w,
.column4_w,
.column5_w {
    display: block;
}

.column2_w55.w48 > li,
.column2_w55.w48 > div {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 60px;
}

.column2_w55.w48 > li:nth-child(even),
.column2_w55.w48 > div:nth-child(even) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .column2_w55.w48 > li,
    .column2_w55.w48 > div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0px;
    }
}

.column2_w55.w48l > li,
.column2_w55.w48l > div {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 60px;
}

.column2_w55.w48l > li:nth-child(even),
.column2_w55.w48l > div:nth-child(even) {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .column2_w55.w48l > li,
    .column2_w55.w48l > div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

#suibara_map,
#meiwa_map {
    padding-top: 80px;
    margin-top: -80px;
}

@media screen and (max-width: 768px) {
    #suibara_map,
    #meiwa_map {
        padding-top: 0px;
        margin-top: 0px;
    }
}

/* 助成金・給付金 */
.g_btn_w.w1 {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .g_btn_w.w1 {
        width: 100%;
    }

    .joseikin_w h4 {
        font-size: 14px;
    }
}

#joseikin,
#kyufu_tsugaku,
#kyufu_gasshuku {
    margin-top: -120px;
    padding-top: 120px;
}

.jinzaikaihatsu_w,
.kyoikukunnren_w {
    margin-bottom: 60px;
}

.joseikin_w ul,
.joseikin_w ol {
    margin-bottom: 10px;
}

.joseikin_w ul > li,
.joseikin_w ol > li {
    margin-bottom: 5px;
}

.joseikin_w ul > li:last-child,
.joseikin_w ol > li:last-child {
    margin-bottom: 0;
}

ol.maru {
    margin-top: 10px;
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}

ol.maru > li {
    margin-bottom: 0px;
}

ul.chui {
    list-style: none;
    padding-left: 3em;
    text-indent: -3em;
}

ul.kome_s {
    list-style: none;
    padding-left: 2em;
    text-indent: -2.2em;
}

span.underline {
    text-decoration: underline;
}

.fwbold {
    font-weight: 600;
}

.fcgreen {
    color: #009e3b;
}

#kyushoku,
#jigyosha {
    margin-top: -120px;
    padding-top: 120px;
}

.shokai_w h4.b1 {
    border-bottom: 0;
    margin-bottom: 0;
}

.qr_shokai {
    border: 1px solid #000;
    margin-top: 20px;
}

.article .futan_w h2:before,
.futan_w .article h2:after {
    content: none;
}

.futan_w h2.f1 {
    position: relative;
    padding: 0.6em;
    background: #009e3b;
    color: #fff;
    text-align: center;
    border-radius: 15px;
}

.futan_w h2.f1::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 20px solid transparent;
    border-top: 20px solid #009e3b;
    background-color: transparent;
    width: 0;
    height: 0;
}

.futan_w .f1_w {
    position: relative;
    padding: 0.6em;
    background-color: #ffebbe;
    border-radius: 15px;
    border-bottom: 0;
    margin-top: 15px;
}

.futan_w .f1_w::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 15px solid transparent;
    border-top: 15px solid #ffebbe;
    width: 0;
    height: 0;
    background-color: transparent !important;
    border-radius: 0;
}

.futan_w .f1_w h3 {
    margin-top: 10px;
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 1.2em;
}

.futan_w .f1_w h3::before,
.futan_w .f1_w h3::after {
    content: none;
}

.futan_w .f1_w h4 {
    font-size: 1.6em;
    margin-top: 0;
    text-align: center;
    border-bottom: 0;
    margin-bottom: 0;
}

.futan_w .f1_w p {
    text-align: center;
    margin-top: 0;
}

.jzkh_w h5.tit {
    margin-top: 0;
    margin-bottom: 0;
    border-left: 0 !important;
    background-color: #efefef;
}

.jzkh_ul.a_ul.w50.g40 > div {
    border: 1px solid #ccc;
    width: calc(50% - 22px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jzkh_ul {
    margin-top: 0;
    margin-bottom: 0;
}

.chui_txt {
    font-size: 0.8em;
    text-indent: -1.8em;
    margin-left: 2em;
}

.joseikin_w h5 {
    border-left: solid 5px #009e3b;
    /*左線*/
    margin-top: 0;
}

.joseikin_w dl dt {
    font-weight: bold;
    margin-bottom: 5px;
}

.joseikin_w dl dd {
    margin-bottom: 15px;
    margin-left: 1em;
}

.chui_txt_w {
    margin-bottom: 1.5em;
}

.chui_txt_w p {
    margin-bottom: 0;
    margin-top: 0;
}

h4.ff1 {
    border-bottom: 0;
    margin-bottom: 30px;
}

.btn_a1 .g_btn_w.w1 {
    width: 100%;
    margin: 0;
}

.nagare_ul {
    padding-left: 0;
    list-style: none;
}

.nagare_ul > li h5 {
    border-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    color: #009e3b;
    font-size: 18px;
}

.nagare_ul > li h5 span {
    font-size: 0.8em;
}

.nagare_ul > li p {
    margin: 0;
    font-weight: normal;
    text-align: left;
}

.kkks_w .g_btn_w.w1,
.futan_w .g_btn_w.w1 {
    width: 100%;
}

.kunren_w {
    padding-top: 120px;
    margin-top: -120px;
}

.ikk_nagare_w h4 {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ikk_nagare_w p.txt1 {
    border-bottom: 2px dashed #aaa;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.txt_b {
    font-size: 20px;
    font-weight: bold;
}

/* 吹き出し本体の背景色用 */
.nagare_ul > li {
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
    border: 4px solid #009e3b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin-bottom: 25px !important;
}

/* 吹き出しのしっぽ：本体の背景色用 */
.nagare_ul > li:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 2;
}

/* 吹き出しのしっぽ：枠線の色用 */
.nagare_ul > li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 14px solid transparent;
    border-top: 14px solid #009e3b;
    z-index: 1;
}

.joseikin_w .g_btn_w a {
    border: 0;
    background-color: #009e3b;
    font-size: 17px;
    color: #fff;
    width: 100%;
    height: 60px;
    padding: 0 10px;
    -webkit-box-shadow: 0px -5px 0 0px #03702c inset;
    box-shadow: 0px -5px 0 0px #03702c inset;
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    line-height: 58px;
    cursor: pointer;
}

.g_btn_w a:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    height: 55px;
    opacity: 1 !important;
}

.page-id-2858 #fancybox-content > div {
    overflow-y: scroll !important;
}

.t_page_w {
    padding-right: 15px;
    color: #595757;
}

.t_page_w h2 {
    text-align: center;
}

.t_page_w h3 {
    border-bottom: 2px dashed #595757;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.t_page_w h4 {
    margin-bottom: 5px;
}

.t_page_w h5 {
    border-left: 0;
    padding: 0 !important;
    margin-bottom: 5px;
    font-size: 16px;
}

.t_page_w p {
    margin-top: 5px;
}

.t_page_w .chui_txt {
    text-indent: -3em;
    margin-left: 3em;
}

.t_page_w dl {
    margin-top: 10px;
    margin-bottom: 20px;
}

.t_page_w dl dd {
    margin-left: 1em;
}

.t_page_w .kome {
    text-indent: -3em;
    margin-left: 3em;
}

.t_page_w ol {
    padding-left: 1.5em;
}

.t_page_w .chui_txt_w > p:not(:last-child) {
    margin-bottom: 0;
}

.t_page_w .kuwashiku_w {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.t_page_w span.uline {
    text-decoration: underline;
}

#gasshuku1.t_page_w h2,
#gasshuku2.t_page_w h2,
#gasshuku1.t_page_w h3,
#gasshuku2.t_page_w h3,
#gasshuku1.t_page_w h4,
#gasshuku2.t_page_w h4,
#gasshuku1.t_page_w h5,
#gasshuku2.t_page_w h5,
#gasshuku1.t_page_w dl dt,
#gasshuku2.t_page_w dl dt,
#gasshuku1.t_page_w .tetsuduki_ol > li::marker,
#gasshuku2.t_page_w .tetsuduki_ol > li::marker {
    color: #e84566;
}

#tsugaku1.t_page_w h2,
#tsugaku2.t_page_w h2,
#tsugaku1.t_page_w h3,
#tsugaku2.t_page_w h3,
#tsugaku1.t_page_w h4,
#tsugaku2.t_page_w h4,
#tsugaku1.t_page_w h5,
#tsugaku2.t_page_w h5,
#tsugaku1.t_page_w dl dt,
#tsugaku2.t_page_w dl dt,
#tsugaku1.t_page_w .tetsuduki_ol > li::marker,
#tsugaku2.t_page_w .tetsuduki_ol > li::marker {
    color: #3071b9;
}

.t_nagare_w {
    padding: 15px;
    background: -webkit-gradient(linear, right top, left top, from(#ffebbe), color-stop(50%, #ffebbe), color-stop(50%, #9edbb5), to(#9edbb5));
    background: -webkit-linear-gradient(right, #ffebbe 0%, #ffebbe 50%, #9edbb5 50%, #9edbb5 100%);
    background: linear-gradient(270deg, #ffebbe 0%, #ffebbe 50%, #9edbb5 50%, #9edbb5 100%);
    border-radius: 10px;
}

/* 吹き出し本体の背景色用 */
.t_nagare_w div.in {
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
    border: 4px solid #009e3b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin-bottom: 25px !important;
}

/* 吹き出しのしっぽ：本体の背景色用 */
.t_nagare_w > div:not(:last-of-type) .in::before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 2;
}

/* 吹き出しのしっぽ：枠線の色用 */
.t_nagare_w > div:not(:last-of-type) .in::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 14px solid transparent;
    border-top: 14px solid #009e3b;
    z-index: 1;
}

.t_nagare_w > div .in h5 {
    border-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    color: #009e3b;
    font-size: 18px;
}

.t_nagare_w > div .in h5 span {
    font-size: 0.8em;
}

.t_nagare_w > div .in p {
    margin: 0;
    font-weight: normal;
    text-align: center;
}

.t_nagare_w > div.n2,
.t_nagare_w > div.n3 {
    text-align: left;
}

.t_nagare_w > div.n2 .in,
.t_nagare_w > div.n3 .in {
    width: 48%;
}

.t_nagare_w > div.n0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.t_nagare_w > div.n0 > div {
    width: 48%;
}

.t_nagare_w > div.n0 > div h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

.t_nagare_w > div:last-of-type .in {
    margin-bottom: 0 !important;
}

.ikk_nagare_w.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .ikk_nagare_w.pc,
    .t_nagare_w.pc {
        display: none;
    }

    .ikk_nagare_w.sp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .ikk_nagare_w.sp .left {
        margin-right: 0;
    }

    .shokai_w .column2_w55.w48 > li,
    .shokai_w .column2_w55.w48 > div {
        margin-bottom: 20px;
    }

    .sbt_w.column2_w55.w48 > li,
    .sbt_w.column2_w55.w48 > div {
        margin-top: 5px;
        margin-bottom: 20px !important;
    }
}

h4.a_tit {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.fs12e {
    font-size: 1.2em;
}

.fs14e {
    font-size: 1.4em;
}

.dis_fl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.a_ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.a_ul.g10 > div,
.a_ul.g10 > li {
    margin-right: 10px;
}

.a_ul.g20 > div,
.a_ul.g20 > li {
    margin-right: 20px;
}

.a_ul.g30 > div,
.a_ul.g30 > li {
    margin-right: 30px;
}

.a_ul.g30 > li:last-child,
.a_ul.g30 > div:last-of-type {
    margin-right: 0;
}

.a_ul.g40 > div,
.a_ul.g40 > li {
    margin-right: 40px;
}

.a_ul.w50,
.a_ul.w3,
.a_ul.w30 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.a_ul.w3,
.a_ul.w30 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.a_ul.w50 > li,
.a_ul.w50 > div {
    width: 50%;
}

.a_ul.w50.g10 > li,
.a_ul.w50.g10 > div {
    width: calc(50% - 5px);
}

.a_ul.w50.g10 > li:nth-child(2n),
.a_ul.w50.g10 > div:nth-of-type(2n) {
    margin-right: 0;
}

.a_ul.w50.g20 > li,
.a_ul.w50.g20 > div {
    width: calc(50% - 10px);
}

.a_ul.w50.g20 > li:nth-child(2n),
.a_ul.w50.g20 > div:nth-of-type(2n) {
    margin-right: 0;
}

.a_ul.w50.g30 > li,
.a_ul.w50.g30 > div {
    width: calc(50% - 15px);
}

.a_ul.w50.g30 > li:nth-child(2n),
.a_ul.w50.g30 > div:nth-of-type(2n) {
    margin-right: 0;
}

.a_ul.w50.g40 > li,
.a_ul.w50.g40 > div {
    width: calc(50% - 20px);
}

.a_ul.w50.g40 > li:nth-child(2n),
.a_ul.w50.g40 > div:nth-of-type(2n) {
    margin-right: 0;
}

.a_ul.w3 > li,
.a_ul.w3 > div {
    width: 33.3333333333%;
}

.a_ul.w30 > li,
.a_ul.w30 > div {
    width: 30%;
}

.a_ul.w37 > li:nth-child(odd),
.a_ul.w37 > div:nth-child(odd) {
    width: 30%;
}

.a_ul.w37 > li:nth-child(even),
.a_ul.w37 > div:nth-child(even) {
    width: 70%;
}

.a_ul.w37.g40 > li:nth-child(odd),
.a_ul.w37.g40 > div:nth-child(odd) {
    width: 30%;
    margin-right: 0;
}

.a_ul.w37.g40 > li:nth-child(even),
.a_ul.w37.g40 > div:nth-child(even) {
    width: calc(70% - 40px);
    margin-left: 40px;
    margin-right: 0;
}

.a_ul.w64 > li:nth-child(odd),
.a_ul.w64 > div:nth-child(odd) {
    width: 60%;
}

.a_ul.w64 > li:nth-child(even),
.a_ul.w64 > div:nth-child(even) {
    width: 40%;
}

.a_ul.w64.g40 > li:nth-child(odd),
.a_ul.w64.g40 > div:nth-child(odd) {
    width: 60%;
    margin-right: 0;
}

.a_ul.w64.g40 > li:nth-child(even),
.a_ul.w64.g40 > div:nth-child(even) {
    width: calc(40% - 40px);
    margin-left: 40px;
    margin-right: 0;
}

.a_ul.fend,
.dis_fl.fend {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.a_ul.sta,
.dis_fl.sta {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.a_ul.end,
.dis_fl.end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.a_ul.cen,
.dis_fl.cen {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.a_ul.bet,
.dis_fl.bet {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.a_ul.aro,
.dis_fl.aro {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.a_ul.aic,
.dis_fl.aic {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.a_ul.aie,
.dis_fl.aie {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
}

.fl_rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.a_ul.w50.g10.fl_rev > li:nth-child(odd),
.a_ul.w50.g10.fl_rev > div:nth-child(odd) {
    margin-left: 10px;
    margin-right: 0;
}

.a_ul.w50.g10.fl_rev > li:nth-child(2n),
.a_ul.w50.g10.fl_rev > div:nth-of-type(2n) {
    margin-right: 0;
}

.a_ul.w50.g20.fl_rev > li:nth-child(odd),
.a_ul.w50.g20.fl_rev > div:nth-child(odd) {
    margin-left: 20px;
    margin-right: 0;
}

.a_ul.w50.g20.fl_rev > li:nth-child(2n),
.a_ul.w50.g20.fl_rev > div:nth-of-type(2n) {
    margin-right: 0;
}

.a_ul.w50.g30.fl_rev > li:nth-child(odd),
.a_ul.w50.g30.fl_rev > div:nth-child(odd) {
    margin-left: 30px;
    margin-right: 0;
}

.a_ul.w50.g30.fl_rev > li:nth-child(2n),
.a_ul.w50.g30.fl_rev > div:nth-of-type(2n) {
    margin-right: 0;
}

.a_ul.w50.g40.fl_rev > li:nth-child(odd),
.a_ul.w50.g40.fl_rev > div:nth-child(odd) {
    margin-left: 40px;
    margin-right: 0;
}

.a_ul.w50.g40.fl_rev > li:nth-child(2n),
.a_ul.w50.g40.fl_rev > div:nth-of-type(2n) {
    margin-right: 0;
}

.a_ul a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.b_ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.c_ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c_2w55 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c_2w55 > div {
    width: 50%;
}

.kome {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    /* kyotsu */
    .wrap {
        display: block;
    }

    .wrap .box {
        width: 100%;
    }

    .a_ul {
        display: block;
    }

    .a_ul.yoko {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

    .a_ul > li,
    .a_ul > div {
        width: 100% !important;
        margin-bottom: 35px;
    }

    .a_ul > li:last-child,
    .a_ul > div:last-of-type {
        margin-bottom: 0;
    }

    .a_ul.yoko > li,
    .a_ul.yoko > div {
        margin-bottom: 0;
    }

    .a_ul.w64 > li,
    .a_ul.w64 > div {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #tokutei .a_ul > div:first-of-type,
    #ippan .a_ul > div:first-of-type {
        margin-bottom: 20px;
    }

    #tokutei .a_ul:last-of-type,
    #ippan .a_ul:last-of-type {
        margin-top: 20px;
    }

    .joseikin_w dl dt,
    .joseikin_w dl dd {
        margin-top: 0;
        margin-bottom: 0;
    }

    .chui_txt {
        margin-left: 2em !important;
    }

    .nagare_ul {
        padding-left: 0 !important;
    }

    .nagare_ul > li h5 {
        font-size: 14px;
    }

    .futan_w h2.f1 {
        font-size: 1.4em;
    }

    .koshu_ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .koshu_ul > li {
        width: 50%;
    }

    .joseikin_w ul > li {
        margin: 0;
    }

    .joseikin_w h5 {
        font-size: 14px;
    }

    .joseikin_w dl {
        line-height: 1.8;
    }

    .joseikin_w dl dd:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .t_page_w h2 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .t_page_w h3 {
        font-size: 16px;
    }

    .t_page_w h4 {
        font-size: 14px;
    }

    .t_page_w h5 {
        font-size: 14px;
    }

    .t_page_w {
        font-size: 14px;
    }

    .futan_w .f1_w {
        margin-bottom: 30px;
    }
}

.workbook {
    margin-top: 80px;
}

.workbook .box {
    display: block;
}

.workbook .box + * {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px dashed #ccc;
}

.workbook .box .q {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.workbook .box .q-title {
    font-size: 20px;
    white-space: nowrap;
    font-weight: bold;
    color: #3aabd2;
}

.workbook .box .q-detail {
    margin-left: 20px;
}

.workbook .box .q-detail p {
    margin: 0;
}

.workbook .box .q-detail .img img {
    margin-left: 0;
    margin-top: 20px;
    width: 80px;
}

.workbook .box .a {
    margin-top: 30px;
}

.workbook .box .a-title {
    text-align: center;
    background: #f00;
    color: #fff;
    width: 250px;
    margin: 0 auto;
    margin-bottom: 6px;
    padding: 5px 0;
    -webkit-box-shadow: 0px 5px 0px 0px #b90000;
    box-shadow: 0px 5px 0px 0px #b90000;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

@media (min-width: 769px) {
    .workbook .box .a-title:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@media (max-width: 768px) {
    .workbook .box .a-title:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

.workbook .box .a-wrap {
    display: none;
    margin-top: 30px;
}

.workbook .box .a-detail {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.workbook .box .a-comment {
    color: #f00;
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .workbook .box .a-comment {
        font-size: 18px;
    }
}

/* 202409 料金表改修 */
.ryokin_btn_w {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 2%;
    margin: 40px 0 80px;
}
.ryokin_btn {
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 0 20px;
    border-radius: 3px;
    text-decoration: none;
    line-height: normal;
    cursor: pointer;
    border: 0;
    font-size: 17px;
    color: #fff;
    width: 100%;
    height: 60px;
    padding: 0 10px;
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ryokin_btn:hover {
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    height: 55px;
}
.ryokin_btn:hover img {
    opacity: 1;
}
.ryokin_btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.ryokin_btn_w.col1 .ryokin_btn {
    height: 80px;
}
.ryokin_btn_w.col1 .ryokin_btn:hover {
    height: 75px;
}

.ryokin_btn_w.gasshuku .ryokin_btn {
    background-color: #e84566;
    -webkit-box-shadow: 0px -5px 0 0px #af2f49 inset;
    box-shadow: 0px -5px 0 0px #af2f49 inset;
}
.ryokin_btn_w.tsugaku .ryokin_btn {
    background-color: #3071b9;
    -webkit-box-shadow: 0px -5px 0 0px #0f4682 inset;
    box-shadow: 0px -5px 0 0px #0f4682 inset;
}

@media (min-width: 769px) {
    .ryokin_btn_w.col1 {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .ryokin_btn_w {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 20px 0 40px;
    }
    .ryokin_btn_w.col1 .ryokin_btn {
        font-size: 12px;
        height: auto;
        min-height: 60px;
        padding: 18px 15px 17px;
    }
    .ryokin_btn_w.col1 .ryokin_btn:hover {
        height: auto;
        min-height: 55px;
        padding: 15px;
    }
    .ryokin_btn_w.col1 .ryokin_btn img {
        max-width: 30px;
    }
}

.ryokin_w {
    min-width: 500px;
    padding: 2em;
    display: grid;
    gap: 1em;
}
.ryokin_w button {
    width: 100%;
    padding: 10px 10px 7px;
    font-size: 20px;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    line-height: normal;
    cursor: pointer;
}
.ryokin_w button span {
    display: inline-block;
}
@media (max-width: 640px) {
    .ryokin_w {
        min-width: initial;
        padding: 2em 0;
    }
    .ryokin_w button {
        font-size: 16px;
    }
}

.ryokin_w.gasshuku button {
    background-color: #e84566;
    color: #fff;
    border: 2px solid #e84566;
}
.ryokin_w.gasshuku button:hover {
    color: #e84566;
    background-color: #fff;
}
.ryokin_w.tsugaku button {
    background-color: #3071b9;
    color: #fff;
    border: 2px solid #3071b9;
}
.ryokin_w.tsugaku button:hover {
    color: #3071b9;
    background-color: #fff;
}

/* 下までスクロールしないとチェックボックス押せない */
.scroll-check {
  color: #555;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 700px;
  height: 200px;
  overflow-y: scroll;
  padding: 6px 12px;
}
.check-disabled {
  color: #afafaf;
}