a {
    color: #666;
    text-decoration: underline;
}
a:hover { text-decoration: none; }

header .head_nav {
    background: #fff;
    margin-bottom: 0;
    box-shadow: 0px -3px 7px 0px #777;
}
@media screen and (max-width: 959px){
    .head_nav { border-top: 6px solid #062578; }
    .bdr_head {
        display: flex;
        border-top: 3px solid #0072c8;
        justify-content: space-between;
        align-items: center;
    }
}
@media screen and (min-width: 960px){
    .head_nav {
        border-top: 12px solid #062578;
        padding: 0 0 0.5em;
    }
    .bdr_head {
        border-top: 6px solid #0072c8;
        padding-top: 0.5em;
    }
}
header .head_nav nav { background: #fff !important; }
header .head_nav h1 { margin-bottom: 0; }
@media screen and (min-width: 960px){
    header .head_nav h1 img { width: 355px; }
}
@media screen and (max-width: 959px){
    header .sp_only { margin-bottom: 2em; }
    header .bnr_logo { margin: 0 1.5em 0 0.5em; }
    header .btn_menu { margin: 0.5em 0.5em 0.5em 0; }
    header .btn_menu button {
        padding: 0 1em !important;
        background: #f0506e;
        color: #fff;
    }
}
header .head_nav .drop_nav { top: 4.55em !important; }
header .slide h2 {
    font-size: 3.8vw;
    font-weight: 100;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

main h3 {
    position: relative;
    padding: 0.6em;
    background: #0072c8;
    color: #fff;
}
main h3:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 83px;
    border: 15px solid transparent;
    border-top: 15px solid #0072c8;
    width: 0;
    height: 0;
}
@media screen and (max-width: 959px){
    main h3 { font-size: 20px !important; }
    main h3:after { left: 30px; }
}
main .info table { margin-bottom: 0; }
main .info table th {
    vertical-align: top;
    padding: 1.8em 0;
}
@media screen and (max-width: 959px){
    main .info { padding-top: 0; }
    main .info table th.first { padding-top: 1em; }
}
@media screen and (max-width: 959px){
    main .info table th {
        display: inline-block;
        vertical-align: baseline;
    }
}
main .info table td {
    width: 70%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
@media screen and (max-width: 959px){
    main .info table td.first { padding-top: 1em; }
}
main .illust { padding-top: 0.5em; }
@media screen and (min-width: 960px){
    main .illust { padding-top: 1.5em; }
}
main .bnr {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 959px){
    .bnr { min-height: 60px; }
    .bnr1 { background-image: url(../image/bnr_sp1.png); }
    .bnr2 { background-image: url(../image/bnr_sp2.png); }
    .bnr3 { background-image: url(../image/bnr_sp3.png); }
    .bnr h4 { font-size: 4.5vw; }
    .mgn_cut { margin: 1em 0 0 0 !important; }
    @media screen and (min-width: 768px){
        .bnr { min-height: 120px; }
    .bnr h4 { font-size: 3vw; }
    }
}
@media screen and (min-width: 960px){
    .bnr { min-height: 300px; }
    .bnr1 { background-image: url(../image/bnr_pc1.png); }
    .bnr2 { background-image: url(../image/bnr_pc2.png); }
    .bnr3 { background-image: url(../image/bnr_pc3.png); }
}
main h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 100;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.3);
    margin-bottom: 0;
    text-align: center;
}
main h2 {
    position: relative;
    padding: 0.5em 0.5em 0.5em 1.4em;
    border: 1px solid #ccc;
    border-radius: 5px;
}
main h2:after {
    position: absolute;
    top: 50%;
    left: 0.7em;
    transform: translateY(-50%);
    content: '';
    width: 5px;
    height: 25px;
    background-color: #446689;
}
@media screen and (max-width: 959px){
    main h2 {
        font-size: 20px;
    }
}
main .dtl_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
main .dtl_wrap div {
    width: 50%;
}
@media screen and (min-width: 960px){
    /* 画像サイズを大きくした時に、PCだけ右のblockとの隙間が出来るように調整した */
    main .dtl_wrap div {
        width: calc(50% - 0.75em);
    }
}
main .dtl_wrap img {
    border: 1px solid #ccc;
}
main .dtl_wrap .text{
    margin-top: 1.5em;
    padding: 1.5em;
    text-indent: 1em;
    border: 1px dashed #0072c8;
}
main .dtl_wrap img {
    margin-bottom: 2em;
}
@media screen and (max-width: 959px){
    main .dtl_wrap div {
        width: 100%;
    }
    main .dtl_wrap .text{ padding: 1em; }
}
main h4.dtl {
    text-align: center;
    color: #555;
    text-shadow: none;
    margin-top: 0.5em;
    font-size: 20px;
}
main h4.dtl span {
    position: relative;
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #888;
}
main h4.dtl span:before,
main h4.dtl span:after {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border: 10px solid transparent;
}
main h4.dtl span:before {
    border-top: 10px solid #222;
}
main h4.dtl span:after {
    margin-top: -1px;
    border-top: 10px solid white;
}
main table.dtl {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
}
main table.dtl p { margin: 0; }
main table.dtl th {
    background: #062578;
    color: #fff;
}
main table.dtl th,
main table.dtl td {
    padding: 1em;
    border: 1px solid #e9e9e9;
}
@media screen and (max-width: 959px) {
    main table.dtl { margin-bottom: 1.5em; }
    main table.dtl p {
        margin-top: 0.5em;
        padding: 0 1em;
    }
    main table.dtl th,
    main table.dtl td {
        display: block;
        width: 100%;
        padding: 0.5em 0;
        border: 0;
    }
    main table.dtl th { margin-top: 1.5em; }
    main table.dtl th.first { margin-top: 0; }
    main table.dtl td { text-align: left; }
    main table.dtl td.first { padding-top: 1em; }
    main table.dtl span:before {
        display: inline-block;
        padding: 0 10px;
        background: #0072c8;
        line-height: 1.5;
        font-size: .875rem;
        color: #fff;
        vertical-align: middle;
        white-space: nowrap;
        border-radius: 2px;
        text-transform: uppercase;
    }
    main table.dtl span.gaiyou:before { content: "概要"; }
    main table.dtl span.youken:before { content: "要件"; }
    main table.dtl span.ryoukin:before { content: "受講料"; }
}
@media screen and (min-width: 960px) {
    main table.dtl .dtl_aln_left { text-align: left; }
    main table.dtl .wrap_no { white-space: nowrap; }
}
main .dtl_btn {
    margin: 2em 0;
}
main .dtl_other_text {
    padding: 1.5em 0.5em;
    margin-bottom: 2em !important;
}
main .dtl_other_text_addcomment {
    margin-bottom: 0 !important;
}
main .dtl_other_text ul {
    list-style-type: decimal;
    padding-left: 1em;
}
@media screen and (min-width: 960px) {
    main .dtl_other_text ul {
        padding-left: 1.5em;
    }
    main .pc_aln_right { text-align: right; }
}
main h5 {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    font-size: 20px;
}
main h5:after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 10px;
    height: 10px;
    border: solid 4px #f0506e;
    border-radius: 100%;
}
main .faq_text {
    margin: -1em 0 0 0;
    padding: 3px 0 3px 8px;
    font-size: 85%;
    border-left: 6px double #446689;
}

footer {
    color: #fff;
    background: #0072c8;
    padding: 0 !important;
}
footer h4 {
    color: #fff;
}
footer a {
    color: #fff !important;
    text-decoration: none;
}
footer a:before {
    color: #fff !important;
}
footer .foot_company p {
    line-height: 2;
}
footer .copy {
    width: 100%;
    background: #062578;
    text-align: center;
    padding: 1em 0;
}

/* SPのみに適応する汎用クラス */
@media screen and (max-width: 959px){
    .pc_only { display: none; }
    .cmn_wrap { width: 95%; margin: 0 auto; }
    .cmn_pdg { padding: 0 !important; }
}
/* PCのみに適応する汎用クラス */
@media screen and (min-width: 960px){
    .sp_only { display: none; }
    .cmn_wrap {
        max-width: 1200px;
        min-width: 1200px;
        margin: 0 auto;
    }
    .cmn_wrap_small {
        max-width: 1100px;
        min-width: 1100px;
        margin: 0 auto;
    }
}

/* 汎用クラス */
/* 明朝化 */
.min { font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }
/* アイコンの左右のスペース */
.icn_left { margin-left: 0.5em; }
.icn_right { margin-right: 0.5em; }
.icn_right_half { margin-right: 0.25em; }
/* マージン */
.mgn_top40 { margin-top: 40px !important; }
.mgn_zero { margin: 0 !important; }
/* フォント */
.clr_white { color: #fff !important;}
.clr_gray { color: #555 !important; }
.size_small {
    font-size: small;
    display: block;
    text-indent: initial;
}
/* aタグ調整 */
.disp_blc { display: block; }
.no_deco { text-decoration: none; }
/* 折り返さない */
.no_wrap { white-space: nowrap; }