@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css');


/* --------------------------------------------------------------------------- */
/* Base Layout */
/* --------------------------------------------------------------------------- */

* {
    box-sizing: border-box;
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
figure,
pre {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #333;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media print {
    body {
        width: 1000px;
    }

    a[href]:after {
        content: "" !important;
    }
}

section {
    margin-bottom: 70px;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.original-size {
  width: auto; 
}

.img-original {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}

a img {
    transition: all .5s ease;
}

a img:hover {
    opacity: 70%;
}

img.w-flow {
    width: inherit;
}

img.actual {
    width: auto;
    max-width: 100%;
    height: auto;
}

.zoom-up {
    overflow: hidden;
}

.zoom-up > img:hover {
    transform:scale(1.05,1.05);
}

.zoom-link {
    /*display: flex;
    text-align: right;
    justify-content:flex-end;
    align-items:center;*/
    font-size: 14px;
    margin-top: 5px;
}

.zoom-link img {
    width: 18px;
    height: 18px;
    margin-right: 3px;
}

a {
    outline: none;
    color: #2E4FB5;
    transition: color .4s ease;
    /* word-break: break-all; */
    text-underline-offset: 6px;
    font-weight: 500;
}

a:hover {
    color: #32a4bf;
    text-decoration: none;
    text-underline-offset: 6px;
}

a:visited {
    text-decoration: none;
    text-underline-offset: 6px;
}

a p,
a:hover p,
a:visited p {
    text-decoration: none !important;
}

.pc-block {
    display: block;
}

.pc-inline {
    display: inline;
}

.tablet {
    display: none;
}

.sp-block,
.sp-inline {
    display: none;
}

pre {
    white-space: pre-wrap;
}

code {
    overflow-wrap: anywhere;
}

.flex-box {
    display: flex;
    gap: 15px 0;
}

.flex-box .col {
    flex-basis: 90%;
    display: flex;
}

.flex-box .col > div{
    width:calc(33.3% - 15px);
}

.flex-box .col2 {
    width: calc(50% - 20px);
}

.flex-box .col3 {
    width: calc(33.3% - 15px);
}

.flex-box .col4 {
    width: calc(25% - 10px);
}

.flex-wrap {
    flex-wrap: wrap;
}

.box-fix {
    justify-content: space-between;
}
.box-around{
	justify-content: space-around;
}

.box-center {
    justify-content: center;
}

.gap10 {
    gap: 10px;
}

.gap20 {
    gap: 20px;
}

.one-third {
    width: 31%;
}

.align-top {
    align-items: flex-start;
}

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.reverse {
    flex-direction: row-reverse;
}

.box-l {
    width: 240px;
    height: auto;
    margin: 0 20px 20px 0;
}

.box-r {
    width: 120px;
    height: auto;
    margin: 0 0 20px 20px;
}

.txt-indent {
    padding-left: 1em;
    text-indent: -1em;
}

.txt-indent02 {
    padding-left: 2.75em;
    text-indent: -2.75em;
}

.txt-indent03 {
    padding-left: 3em;
    text-indent: -3em;
}

.txt-indent04 {
    padding-left: 4em;
    text-indent: -4em;
}

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

.txt-ans {
    margin-right: 15px;
}

.txt-ans {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 30px;
    font-weight: 900;
    line-height: 45px;
    text-align: center;
    color: #2E4FB5;
    background: #fff;
    border: solid 1px #2E4FB5;
    border-radius: 100%;
}

.txt-purple-mark {
    font-size: 0.8em;
    width: 90px;
    padding: 1px 15px;
    /*7px;*/
    color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
    background-color: #663399;
    margin: 0 5px;
    font-weight: 700;
}

.txt-red-mark {
    font-size: 0.8em;
    width: 90px;
    padding: 1px 15px;
    color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
    background-color: #d40015;
    margin: 0 5px;
    font-weight: 700;
}

.answer-box {
    width: 100%;
    position: relative;
    flex: 1;
}

.answer-box .link-type03,
.answer-box .link-type03-l {
    display: inline-block;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
    background-color: #2E4FB5;
    transition: background 0.5s ease;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.answer-box .link-type03 span,
.answer-box .link-type03-l span {
    display: inline-block;
    padding: 0 50px;
    position: relative;
}

.answer-box .link-type03 span:before,
.answer-box .link-type03-l span:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #fff;
    position: relative;
    top: 0;
    bottom: 0;
    left: -10px;
}

.answer-box .link-type03:hover,
.answer-box .link-type03-l:hover {
    background: #424242;
}

.answer-box .ans {
    width: 230px;
    position: absolute;
    height: 50px;
    margin: auto;
    line-height: 50px;
    top: 0;
    bottom: 0;
    font-size: 15px;
}

.answer-box .ans span {
    padding: 0 6.82px 1px;
    color: #fff;
    background: #424242;
    border-radius: 100%;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt30 {
    padding-top: 30px;
}


.pt50 {
    padding-top: 50px;
}

.pl2per {
    padding-left: 2%;
}

.mt0 {
    margin-top: 0 !important;
}

.mt60 {
    margin-top: 60px;
}


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

.mb5 {
    margin-bottom: 5px !important;
}

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

.mb15 {
    margin-bottom: 15px !important;
}

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

.mb25 {
    margin-bottom: 25px !important;
}

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

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

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

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb100{
	margin-bottom: 100px !important;
}

.mb1 {
    margin-bottom: 1em !important;
}

.mb2 {
    margin-bottom: 2em !important;
}

.sp-mb10,
.sp-mb20 {
    margin-bottom: 0 !important;
}

.box-space10 {
    padding: 10px !important;
}

.box-space15 {
    padding: 15px !important;
}

.box-space0-15-15 {
    padding: 0 15px 15px !important;
}


.box-space20 {
    padding: 20px !important;
}

.box-space25 {
    padding: 25px !important;
}

.box-space30 {
    padding: 30px !important;
}

.box-space40 {
    padding: 40px;
}

.box-space50 {
    padding: 50px;
}

.box-space30-30-5 {
    padding: 30px 30px 5px !important;
}

.box-space35 {
    padding: 35px !important;
}

.box-space30_40 {
    padding: 30px 40px !important;
}

.border-b {
    padding-bottom: 30px;
    border-bottom: solid 1px #ddd;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-17 {
    font-size: 17px !important;
}

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

.fs-15 {
    font-size: 15px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.txt-bold {
    font-weight: 700 !important;
}

.txt-semibold {
    font-weight: 500 !important;
}

.txt-fine {
    font-weight: 400 !important;
}


.txt-l {
    text-align: left !important;
}

.txt-c {
    text-align: center !important;
}

.txt-r {
    text-align: right !important;
}

.txt-default {
    color: #333;
}

.txt-red {
    color: #d5292f !important;
}

.txt-green {
    color: #00a300 !important;
}

.txt-green.stroke {
    text-stroke: 1px #00a300;
    -webkit-text-stroke: 1px #00a300;
}

.underline {
    text-decoration: underline;
	text-underline-offset: 0.3em;
}

.ttl-num {
	margin-right: 10px;
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #d7373f;
}

.d-inline-block {
  display: inline-block;
}


/* --------------------------------------------------------------------------- */
/* Title Setting */
/* --------------------------------------------------------------------------- */

body:not(.top) h1 {
    width: 100%;
    margin: 0 0 30px;
    padding: 9px 20px;
    font-size: 24px;
    line-height: 1.75;
    border-left: solid 10px #2E4FB5;
    background-color: #f6f6f6;
}

body:not(.top) h2 {
    width: 100%;
    margin: 0 0 30px;
    padding: 6px 15px;
    font-size: 22px;
    line-height: 2;
    border-left: solid 10px #4769d3;
    background-color: #f6f6f6;
}

body:not(.top) h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 10px 10px 10px;
    position: relative;
}

body:not(.top) h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, #2e4fb5 0%, #e8e8f3 70%);
}

body:not(.top) .ttl-orange::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, #d85a2a 0%, #f3ebe8 70%);
}


.ttl-type03 {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 700;
}

.ttl-type04 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #2E4FB5;
}

.ttl-type05 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #2E4FB5;
}

.ttl-type06 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.35;
    color: #2E4FB5;
}

.ttl-type07 {
    margin-bottom: 15px;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    background-color: #424242;
}

.ttl-type08 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}

.ttl-type08 span {
    padding: 0 0 25px;
    line-height: 35px;
    background-image: linear-gradient(0deg, #2e4fb5 5px, transparent 5px);
    background-size: 100% 35px;
}

.ttl-type09 {
    margin: 0 0 10px 18px;
    font-size: 18px;
    font-weight: 500;
    text-indent: -18px;
}

.ttl-type09:before {
    content: "●";
    display: inline-block;
    margin: 0 0 0 18px;
    font-size: 12px;
    color: #4769d3;
}

.ttl-type10 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
}

.ttl-type11 {
    font-size: 18px;
    color: #2E4FB5;
}

.ttl-line01 {
    margin-bottom: 30px;
    padding: 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
}

.ttl-line01 span {
    line-height: 37px;
    background-color: #fff;
    background-image: linear-gradient(0deg, #333 10px, transparent 10px);
    background-size: 100% 43px;
}

.ttl-page-menu {
    width: 220px;
    padding: 3px 30px 3px 10px;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    background: url("../img2/id/common/bg_ttl-pagemenu.png") right top / 30px auto no-repeat #2E4FB5;
}

.ttl-faq {
    margin: 0 0 25px;
    padding: 13px 0 0 65px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
    position: relative;
}

.ttl-faq:before {
    content: "Q";
    display: block;
    width: 50px;
    height: 50px;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background: #2E4FB5;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


/* --------------------------------------------------------------------------- */
/* Link Setting */
/* --------------------------------------------------------------------------- */

.link-type01 {
    font-size: 17px;
}

.link-type01:before {
    content: "▶︎";
    display: inline-block;
    padding-right: 0.3em;
    font-size: 12px;
    color: #2E4FB5;
}

.link-red {
    color: #2E4FB5;
}

.link-red:hover {
    color: #424242;
}

.blank:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    vertical-align: middle;
    background: url("/img2/id/icn_blank2.png") right center / 18px auto no-repeat;
}

.blank_w:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-left: 5px;
    vertical-align: baseline;
    background: url("/img2/id/icn_blank.png") right center / 20px auto no-repeat;
}

.link-aoten {
    width: 120px;
    margin: 0 0 0 10px;
}

.movie:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-left: 5px;
    vertical-align: text-bottom;
    background: url("../img2/id/common/icn_movie_red.png") right center / 18px auto no-repeat;
}


/*
.pdf:after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    vertical-align: text-bottom;
    background: url("../img2/id/common/icn_pdf.png") right center / 14px auto no-repeat;
}
*/
.pdf:after,
.zip:after,
.docx:after {
    content: "PDF";
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    padding: 0 7px;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #666;
    border: solid 1px #666;
    border-radius: 3px;
    background-color: #fff;
}

.zip:after {
    content: "ZIP";
    border: solid 1px #2E4FB5;
    color: #2E4FB5;
}

.docx:after {
    content: "docx";
}

.link-anchor {
    font-size: 16px;
    color: #424242;
    text-decoration: underline;
}

.link-anchor:before {
    content: "▼";
    display: inline-block;
    padding-right: 0.3em;
    font-size: 12px;
    color: #2E4FB5;
}

.link-anchor:hover {
    text-decoration: none;
}

.link-top {
    text-decoration: underline;
}

.link-top:before {
    content: "▲";
    display: inline-block;
    padding-right: 0.3em;
    font-size: 12px;
    color: #2E4FB5;
}

.link-top:hover {
    text-decoration: none;
}

.importantNotice {
    display: block;
    background: #ecf2f5;
    color: #2E4FB5;
    border: solid 1px #2E4FB5;
    padding: 12px 40px 12px 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none !important;
    transition: .4s ease !important;
	position: relative;
}

.importantNotice::before {
    display: inline-block;
    font-family: 'odsrm';
    vertical-align: middle;
    position: relative;
    margin-top: -0.1em;
    font-weight: normal !important;
    transition: .5s ease;
}

.importantNotice::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url("/img2/id/icn_info.png") center/22px no-repeat;
    color: #004097;
    font-size: 22px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}


.importantNotice:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #2E4FB5;
    transition: right 0.5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
}

.importantNotice:hover:after {
    right: 15px;
    border-color: transparent transparent transparent #fff;
}

.importantNotice:visited {
    color: #2E4FB5;
    text-decoration: none;
}

.importantNotice:active {
    color: #333;
    text-decoration: none;
}

.importantNotice:hover {
    background-color: #2E4FB5;
    color: #fff;
    text-decoration: none;
}

.importantNotice:hover::before {
    background: url("/img2/id/icn_info_on.png") center/22px no-repeat;
}

.importantNotice.icn-none::before {
    background-image: none;
    width: 0;
}



/* --------------------------------------------------------------------------- */
/* Button Setting */
/* --------------------------------------------------------------------------- */

.btn-type01 {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 20px 0 65px;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    color: #424242;
    text-decoration: none;
    box-shadow: 1px 1px 2px #eee;
    /* background-color: #fbebed; */
    position: relative;
    border: solid 1px #ddd;
    border-radius: 28px 0 0 28px;
    transition: 0.5s ease;
}

.btn-type01 span {
    display: inline-block;
    width: 50px;
    background: #2E4FB5;
    border-radius: 50% 0 0 50%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    transition: .5s ease;
}

.btn-type01 span img {
    width: 60%;
    height: auto;
    vertical-align: middle;
    margin: 1px 0 6px 6px;
}

.btn-type01:after {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #2E4FB5;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    transition: 0.5s ease;
}

.btn-type01:hover {
    background-color: #ecf2f5;
    color: inherit;
}

.btn-type01:hover span {
    background: #333;
}

.btn-type01:hover span img {
    opacity: 1 !important;
}

.btn-type01:hover:after {
    right: 15px;
}

.faqList .btn-type01{
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
    margin: 0 0 15px;
}

.btn-type02 {
    display: block;
    width: 190px;
    padding: 13px 0 12px 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #ffb800;
    position: relative;
    transition: background 0.5s ease;
}

.btn-type02:before,
.btn-type02:after {
    content: "";
    display: block;
    margin: auto;
    position: absolute;
}

.btn-type02:before {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    left: 30px;
}

.btn-type02:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #ffb800;
    top: 0;
    bottom: 0;
    left: 40px;
    transition: border 0.5s ease;
}

.btn-type02:hover {
    color: #fff;
    background: #2E4FB5;
}

.btn-type02:hover:after {
    border-color: transparent transparent transparent #2E4FB5;
}

.btn-type03,
.btn-type03-l {
    display: inline-block;
    padding: 12px 50px 12px 40px;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #2E4FB5;
    text-decoration: none;
    /* text-align: center; */
    background: #fff;
    border: solid 2px #2E4FB5;
    box-shadow: 2px 2px 4px #ddd;
    --blank-normal: url(/img2/id/common/icn_blank2.png);
    --blank-hover: url(/img2/id/common/icn_blank.png);
    position: relative;
    transition: .5s ease;
    z-index: 100;
}

.btn-type03-l {
    padding: 15px 100px 15px 110px;
    font-weight: 700 !important;
}

.btn-type03 span,
.btn-type03-l span {
    display: inline-block;
    position: relative;
}

.btn-type03:after,
.btn-type03-l:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #2E4FB5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    transition: .5s ease;
}

.btn-type03:hover:after,
.btn-type03-l:hover:after {
    right: 18px;
    border-color: transparent transparent transparent #fff;
}

.btn-type03.mail {
    padding: 13px 30px 12px 30px;
}

.btn-type03.mail span {
    padding: 0 0 0 32px;
}

.btn-type03.mail span:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    margin: auto;
    background: url(../img2/id/icon_mail.png) left top / 100% auto no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: none;
}

.btn-type03:hover,
.btn-type03-l:hover {
    color: #fff;
    background: #2E4FB5;
}

.btn-type03[target=_blank] {
    padding-left: 50px;
}

.btn-type03[target=_blank]::before {
    content: "";
    display: inline-block;
    background: var(--blank-normal) no-repeat center / 20px;
    position: absolute;
    left: 23px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    font-size: 18px;
    transition: opacity .5s ease;
}

.btn-type03[target=_blank]:hover::before {
    background-image: var(--blank-hover);
}

.btn-type04 {
    display: -webkit-box;
    display: -ms--flexbox;
    display: flex;
    width: 100%;
    /*margin-bottom: 20px;*/
    padding: 13px 40px 13px 20px;
    align-items: center;
    color: #2E4FB5;
    border: solid 2px #2E4FB5; /*1px*/
    text-decoration: none;
    background-color: #fff;
    box-shadow: 2px 2px 4px #ddd;
    transition: all .5s ease;
    position: relative;
}

.btn-type04 img {
    width: 60px;
    height: auto;
    margin-right: 20px;
    vertical-align: bottom;
}

.btn-type04 p {
    font-size: 20px;
    font-weight: 700;
}

.btn-type04 p span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    transition: all .5s ease;
}

.btn-type04 p.num {
    width: 38px;
    height: 38px;
    margin-right: 20px;
    font-size: 24px;
    line-height: 36px;
    color: #64c5f3;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
}

.btn-type04:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #2E4FB5;
    transition: right 0.5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
}

.btn-type04:hover {
    color: #fff;
    box-shadow: 0 0 0;
    background-color: #2E4FB5;
}

.btn-type04:hover p span {
    color: #fff;
}

.btn-type04:hover:after {
    right: 15px;
    border-color: transparent transparent transparent #fff;
}

.btn-type05 {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    /* text-align: center; */
    padding: 10px 20px 10px 33px;
    border-radius: 30px;
    font-weight: 700;
    border: solid 2px #2E4FB5;
    transition: background-color .5s ease !important;
}

.btn-type05:link {
    text-decoration: none;
}

.btn-type05:visited {
    text-decoration: none;
}

.btn-type05::before {
    content: "";
    border-style: solid;
    border-width: 6px 0 6px 11px;
    border-color: transparent transparent transparent #2E4FB5;
    position: absolute;
    top: calc(50% - 6px);
    left: 16px;
}

.btn-type05:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.btn-type05:hover::before {
    border-color: transparent transparent transparent #fff;
}

.btn-type05.blank:hover::after {
    background-image: url(/img2/id/icn_blank.png);
}

.btn-type06 {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 15px 25px 15px 45px;
    border-radius: 35px;
    font-weight: 500;
   /* border: solid 2px #2E4FB5;*/
	background-color: #2E4FB5;
	color: #fff;
    transition: background-color .5s ease !important;
}

.btn-type06-orange {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 15px 25px 15px 45px;
    border-radius: 35px;
    font-weight: 500;
   /* border: solid 2px #2E4FB5;*/
	background-color: #d85a2a;
	color: #fff;
    transition: background-color .5s ease !important;
}

.btn-type06:link,.btn-type06-orange:link {
    text-decoration: none;
}

.btn-type06:visited,.btn-type06-orange:visited {
    text-decoration: none;
}

.btn-type06::before,.btn-type06-orange::before {
    content: "";
    border-style: solid;
    border-width: 6px 0 6px 11px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    top: calc(50% - 6px);
    left: 24px;
}

.btn-type06:hover,.btn-type06-orange:hover {
    background-color: #333;
    color: #fff;
}

.btn-type06:hover::before,.btn-type06-orange:hover::before {
    border-color: transparent transparent transparent #fff;
}

/* btn-type06のボタンの余白を小さくする場合に使用 */
.btn-add-mini{
	padding: 6px 20px 5px 40px;
	margin-top: 5px;
}

.btn-type06.blank:after {
    background-image: url(/img2/id/icn_blank.png);
}



.btn-type-search {
    display: block;
    padding: 13px 0;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #424242;
    transition: background .5s ease;
}

.btn-type-search span {
    position: relative;
}

.btn-type-search span:before,
.btn-type-search span:after {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}

.btn-type-search span:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img2/id/common/icn_search_w.png) left top / 100% auto no-repeat;
    left: -35px;
}

.btn-type-search span:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img2/id/common/icn_blank.png) left top / 100% auto no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -24px;
}

.btn-type-search:hover {
    color: #fff;
    background: #2E4FB5;
}


.btn-back {
    display: inline-block;
    padding: 13px 50px 12px 60px;
    font-weight: 500;
    color: #424242;
    text-decoration: none;
    text-align: center;
    background: #fff;
    border: solid 2px #424242;
    position: relative;
    transition: .5s ease;
}

.btn-back:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #424242 transparent transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    transition: .5s ease;
}

.btn-back:hover {
    color: #fff;
    background: #424242;
}

.btn-back:hover::before {
    left: 30px;
    border-color: transparent #fff transparent transparent;
}

.copy-btn {
    display: inline-block;
    padding: 5px 10px 5px 25px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background: url("../../img2/icn_copy.png") 10px center / 12px auto no-repeat #a5a5b1;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: top;
}

.btn-inactive {
    background-color:#ccc;
    color: #333;
    border: none;
    cursor:default;
}
.btn-inactive::after {
    border: none;
}
.btn-inactive:hover {
    background-color: #ccc;
    color: inherit;
}


/* 下向きボタン */
.tr-btn{
transition-property: opacity;
  transition-duration: 1s;
}

.tr-btn a {
	  position: relative;
	  display: block;
	  width: 100%;
	  padding: 7px 0;
	  border: solid 1px #2E4FB5;
	  border-radius: 8px;
	  font-size: 16px;
	  color: #2E4FB5;
	  text-decoration: none;
	  text-align: center;
      transition: .5s ease;
}

.tr-btn a span {
    font-size: 120%;
    font-weight: bold;
    margin-right: 3px;
}

/* アイコンのスタイル */
.btn-triangle-bottom a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 9px solid #2E4FB5;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 0 solid transparent;
  transform: translateY(1px);
  box-sizing: border-box;
  transition: .5s ease;
}

.tr-btn a:hover {
    background-color: #2E4FB5;
    color: #fff;
}

.btn-triangle-bottom a:hover::after {
    border-top: 9px solid #fff;
}


/* --------------------------------------------------------------------------- */
/* List Setting */
/* --------------------------------------------------------------------------- */

.list-type01,.list-type06,.list-type06-orange {
    list-style: none;
    margin-left: 20px;
}

.list-type01 li,.list-type06 li,.list-type06-orange li {
    /* margin: 0 0 0.5em 1.5em;
    text-indent: -1em; */
    /*margin-bottom: .5em;*/
    position: relative;
}

.list-type01 li:before {
    display: block;
    content: "●";
    position: absolute;
    left: -20px;
    color: #424242;
}

.list-type01 .list-type01 li {
    line-height: 1.6;
}

.list-type01 .list-type01 li:before {
    content: "・";
}

.list-type02 {
    list-style: none;
}

.list-type02 li {
    margin-left: 2.2em;
    margin-bottom: 10px;
    text-indent: -2.2em;
}

.list-type02 li span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 0.4em;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 22px;
    text-indent: 0;
    background: #333;
    border-radius: 100%;
	vertical-align: middle;
    padding-left: 1px;
}

/*リストの前に画像がある場合(sampleページで使用)*/
.list-type02 img.tool-icon {
  width: 60px;
  height: auto;
  vertical-align: middle;
  margin-right: 3%;
}

.list-type03 {
    list-style: none;
}

.list-type04 {
    list-style: inside decimal;
}

.list-type04 li {
    margin-left: 1.25em;
    margin-bottom: 0.25em;
    text-indent: -1.25em;
}

.list-type05 {
    list-style: none;
}

.list-type05 li {
    margin-left: 1em;
}

.list-type05 li:before {
    content: "・";
    display: inline-block;
    text-indent: -1em;
}

.list-type06 li:before {
    display: block;
    content: "●";
    position: absolute;
    left: -20px;
    color: #2E4FB5;
}

.list-type06-orange li:before {
    display: block;
    content: "●";
    position: absolute;
    left: -20px;
    color: #d85a2a;
}


.list-type07 {
    list-style: none;       /* ブラウザデフォのマーカーを消す */
    margin: 0;
    padding: 0;
    counter-reset: none;
  }
  
.list-type07 li {
    display: grid;
    grid-template-columns: max-content 1fr; /* 左列：番号の幅は内容に合わせる、右列：本文 */
    column-gap: 0.5rem;    /* 番号と本文の間隔 */
    align-items: start;
    margin-bottom: 0.25rem;
  }

.list-type07 li::before {
    content: attr(data-label);
    white-space: nowrap;
    font-weight: 500;
  }



/* ---------------------------------------------------------------- */
/* slide setting */
/* ---------------------------------------------------------------- */
/* スライド内レイアウト：PC = 左画像・右テキスト */
.award_slider li .slide-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  height: 100%;
}

/* 左側：縦長画像 */
.award_slider li .slide-inner img {
  width: auto;/*50%;*/
  max-width: 100%;/*283px;*/
  height: auto;
  /*object-fit: cover;*/
}

.slide-img-wrap {
  flex-shrink: 0; 
}

.slide-audio-in{
	padding: 10px 5px 0; /* オーディオ周り余白 */
}
/* オーディオの幅と高さ */
.audio-player {
	width: 100%; 
	max-width: 283px;
	height: 40px;
}
.award_slider li .slide-text {
  flex: 1;
	padding-top:20px;
	line-height: 1.5;
}



/* スマホ：縦並び（画像→テキスト） */
@media (max-width: 767px) {
  .award_slider li .slide-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

.slide-img-wrap {
    margin: 0 auto;
 }
	
	
.award_slider li .slide-text {
	padding-top:3px;
}
	
}

/* スライド内説明用文内のアイコン */
.inline-icon {
  display: inline !important;
  width: 1.4em !important;        
  height: 1.4em !important;   
  vertical-align: middle;  
  margin: 0 4px;     
}


/* ---------------------------------------------------------------- */
/* Tab setting */
/* ---------------------------------------------------------------- */
.id-tab-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 非アクティブ時：全タブ同じ色 */
.id-tab-item {
  flex: 1;
  text-align: center;
  padding: 8px 24px;
  cursor: pointer;
  border: 2px solid #FFF;
  border-radius: 8px 8px 0 0;
  background: #424242;  /* 非アクティブ時の共通色 */
	color: #FFF;
}

.id-tab-item.active {
  background: #2E4FB5;  /* アクティブ時の色 */
}


.id-tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.9s ease;
}

.id-tab-content.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
}

@media (max-width: 767px) {
  .id-tab-item {
    padding: 4px 8px;   
    font-size: 0.9em;  /* 文字を小さく */
	line-height: 1.1;
	 display: flex;
    align-items: center;
    justify-content: center;
	  
  }
}


/* SECTION HAMBURGER MENU
  =============================================================== */

/* ベース */
.spNav ul,
.spNav ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spNav > ul > li {
  border-bottom: 1px solid #eee;
  position: relative;
  cursor: pointer; /* 親 li 全体がクリック可能 */
}

/* 共通リンクは通常通り有効 */
.spNav > ul > li > a {
    display: block;
    padding: 14px 44px 14px 16px;
    text-decoration: none;
    color: #333;
  }
  
/* サブメニューを持つ親 li の a だけクリック無効化 */
.spNav li.has-sub > a {
pointer-events: none;
}

/* サブメニュー */
.spNav ul.submenu {
  display: none;
  background: #fafafa;
}
.spNav ul.submenu li a {
  display: block;
  padding: 12px 16px 12px 32px;
  text-decoration: none;
  color: #555;
  pointer-events: auto; /* サブメニュー内リンクは有効 */
}

/* 親 li にトグルアイコン */
.spNav li.has-sub::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 20px;
    transform: translateY(-50%); /* 中央固定 */
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform-origin: center;
    /* 初期状態は ▶ */
    transform: translateY(-50%) rotate(-45deg);
    transition: transform 0.2s ease;
  }
  
  .spNav li.has-sub.is-open::after {
    /* ▼ にする */
    transform: translateY(-50%) rotate(45deg);
  }

/* SECTION SIDEBAR
  =============================================================== */
.sidebar {
    width: 18%;
    position: sticky;
    top: 20px;
    height: 100%;
    padding-bottom: 50px;
}

.sidebar>header {
    border: solid 2px #dddddd;
    font-size: 18px;
    font-weight: bold;
    padding: 18px 15px 16px;
    border-top: 2px #ede8f3 solid;
    margin-bottom: 50px;
}

.sidebar .localNav {
    margin-bottom: 20px;
    border: solid 2px #dddddd;
}

.sidebar .localNav dl {
    border-bottom: solid 1px #dddddd;
}

.sidebar .localNav dl:last-of-type {
    border-bottom: none;
}

.sidebar .localNav a {
    text-decoration: none;
    color: #333;
    display: block;
    position: relative;
    font-weight: 500;
}

.sidebar .localNav dt {
    border-bottom: solid 1px #dddddd;
    font-size: 15px;
    font-weight: bold;
}

.sidebar .localNav dt:last-of-type {
    border-bottom: none;
}

.sidebar .localNav dt.parent {
    border-bottom: none;
}

.sidebar .localNav dt a {
    padding: 10px 35px 10px 20px;
    transition: background .5s ease;
}

.sidebar .localNav dt a::after,
.sidebar .localNav ul li a::after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #333;
    top: calc(50% - 5px);
    right: 16px;
    position: absolute;
    transition: all .5s ease;
}

.sidebar .localNav dt a:hover,
.sidebar .localNav dt a.current,
.sidebar .localNav ul li a.current {
    background: #ecf2f5;/*#ede8f3;*/
}

.sidebar .localNav dt a:hover::after,
.sidebar .localNav ul li a:hover::after{
    right: 12px;
}

.localNav dt.has-child > a::after {
    border: none;
  }

.toggleImage {
    border: 1px #666 solid;
    width: 80%;
    margin: 0 auto;
    border-radius: 8px;
}

  .toggleImage a {
    display: block;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: background .5s ease;
}

.toggleImage a::after {
    content: '＋';
}

.toggleImage a.open::after {
    content: '－';
}

.toggleImage .image {
    display: none;
    text-align: center;
    padding: 20px;
    border-top: 1px #666 solid;
}
  
  /* アイコンラッパー */
  .icon-toggle {
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 12px;
    top: calc(50% - 6px);
    right: 15px;
  }
  
  /* 横棒と縦棒（＋を構成） */
  .icon-toggle .bar {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #333;
    transition: transform 0.3s ease;
    transform-origin: center;
  }
  
  .icon-toggle .horizontal {
    transform: translateY(-50%);
  }
  
  .icon-toggle .vertical {
    transform: translateY(-50%) rotate(90deg);
  }
  
  /* 開いたときは縦棒を回転＝横棒に重なる（−になる） */
  .localNav dt.open .icon-toggle .vertical {
    transform: translateY(-50%) rotate(0deg);
  }

.sidebar .localNav ul li {
    font-weight: bold;
    font-size: 13px;
    list-style: none;
    margin: 0;
}

.sidebar .localNav ul li a {
    padding: 8px 30px 8px 32px;
    position: relative;
    font-weight: 500;
    transition: background .5s ease;
}

.sidebar .localNav ul li a:hover,
.sidebar .localNav ul li a.active {
    background: #ede8f3;
}

.sidebar .side-box {
    margin-bottom: 30px;
}

.sidebar .functions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.sidebar .functions section {
    padding: 20px;
}

.sidebar .functions section.locSearch {
    width: 100%;
    outline: 2px #018049 solid;
    border-width: 2px;
    background: #333;
    position: relative;
    z-index: 1;
}

.sidebar .functions section.locSearch::before {
    content: "";
    width: 76px;
    height: 76px;
    position: absolute;
    left: -10px;
    top: -10px;
    background: #fff url(/images/common/icn_location.png) no-repeat center/44px;
    border-radius: 0 50% 50%;
    z-index: -1;
}

.sidebar .functions section.locSearch h2 {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: block;
    padding: 10px 0 10px 52px;
    margin: -10px 0 20px;
    position: relative;
}

.sidebar .functions section.locSearch p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 13px;
}

.sidebar .functions section.locSearch .input {
    position: relative;
    overflow: hidden;
}

.sidebar .functions section.locSearch .input input[type=text] {
    background: #fff;
    padding: 5px;
    width: 100%;
    height: 30px;
}

.sidebar .functions section.locSearch .input button {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
    width: 50px;
    height: 100%;
    right: 0;
    top: 0;
    border: 0 none;
    background: #eff6fe;
    color: #333;
    position: absolute;
    margin: 0;
    padding: 0;
    transition: background .5s ease;
    border-left: solid 3px;
}

.sidebar .functions section.locSearch .input button::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 0;
    text-align: center;
    line-height: 100%;
    font-family: 'odsrm';
}

.sidebar .functions section.locSearch .input button::before {
    content: "";
    background: url("/images/common/icn_search.png") center/22px no-repeat;
}

.sidebar .functions section.faq {
    border: 1px #333 solid;
    background: #fff;
    box-shadow: 0 0 4px rgba(226, 110, 160, 0.2);
    padding: 10px 30px 20px;
}

.sidebar .functions section.faq h2 {
    text-align: center;
    margin-bottom: 20px;
}

.sidebar .functions section.faq h2 a {
    font-size: 16px;
    display: table;
    margin: 0 auto 5px;
    font-weight: bold;
    border-bottom: 2px #018049 solid;
    padding: 12px 0 5px 50px;
    text-decoration: none;
    color: #333;
    position: relative;
}

.sidebar .functions section.faq h2 a::before {
    display: block;
    font-family: 'odsrm';
    position: absolute;
    font-weight: normal !important;
}

.sidebar .functions section.faq h2 a::before {
    content: "/images/common/icn_faq.png";
    left: 0;
    top: 0;
    font-size: 40px;
    color: #333;
}

.sidebar .functions section.faq h2 a:hover {
    color: #333;
}

.sidebar .functions section.faq h2 a:hover::before {
    color: #333;
}

.sidebar .functions section.faq ul li {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.sidebar .functions section.faq ul li a {
    color: #333;
    text-decoration: none;
    position: relative;
    padding-left: 40px;
    display: inline-block;
}

.sidebar .functions section.faq ul li a::before {
    display: block;
    font-family: 'odsrm';
    position: absolute;
    font-weight: normal !important;
}

.sidebar .functions section.faq ul li a::before {
    content: "";
    color: #333;
    font-size: 22px;
    left: 0;
    top: -6px;
    text-indent: 0;
}

.sidebar .functions section.faq ul li a:hover {
    color: #333;
}

.sidebar .functions section.faq ul li a:hover::before {
    color: #333;
}

.sidebar .functions section.faq ul li:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}

.sidebar section.bnr a {
    display: block;
    width: 100%;
    height: 70px;
    vertical-align: middle;
    position: relative;
    background-color: #eff6fe;
    border-radius: 4px;
    border: solid 3px #333;
    margin-bottom: 10px;
    padding: 6px 20px 6px 32px;
    text-decoration: none;
    line-height: 2.8;
    font-weight: 700;
    font-size: 18px;
    color: #333;
    transition: all .5s ease;
}

.sidebar section.bnr a.txt-2lines,
.sidebar section.bnr a.txt-pc-2lines {
    line-height: 1.4;
}

.sidebar section.bnr a::before {
    width: 10px;
    height: 10px;
    border: 2px #151a5a solid;
    border-width: 2px 2px 0 0;
    content: "";
    left: 10px;
    top: calc(50% - 6px);
    position: absolute;
    transform: rotate(45deg);
    transition: all 0.5s ease;
}

.sidebar section.bnr a::after {
    width: 70px;
    height: 100%;
    position: absolute;
    color: #fff;
    font-size: 34px;
    content: '';
    right: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: ellipse(100% 80% at right);
    transition: .5s ease;
}

.sidebar section.bnr a.id::after {
    background: #004097 url(/images/common/icn_id.png) no-repeat center right 10px/44px;
}

.sidebar section.bnr a.stu::after {
    background: #004097 url(/images/common/icn_stu.png) no-repeat center right 8px/50px;
}

.sidebar section.bnr a:hover {
    background-color: #004097;
    color: #fff;
}

.sidebar section.bnr a:hover::before {
    border-color: #fff;
}

.sidebar section.bnr a:hover::after {
    background-color: #018049;
}

.sidebar .faqList h4 {
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
    margin-bottom: 10px;
}

.sidebar .faqList h4 a {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    padding: 0 20px 0 65px;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    color: #424242;
    text-decoration: none;
    box-shadow: 1px 1px 2px #eee;
    /* background-color: #fbebed; */
    position: relative;
    border: solid 1px #ddd;
    border-radius: 28px 0 0 28px;
    transition: 0.5s ease;
}

.sidebar .faqList h4 a::before {
    display: block;
    position: absolute;
    font-weight: normal !important;
}

.sidebar .faqList h4 a::before {
    background: #2E4FB5 url("/img2/id/common/icn_faq.png") no-repeat center/34px;
    width: 52px;
    height: 100%;
    color: #fff;
    font-size: 34px;
    content: '';
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 100% 0 0 100%;
    transition: background-color .5s ease;
}

.sidebar .faqList h4 a::after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #2E4FB5;
    top: calc(50% - 5px);
    right: 16px;
    position: absolute;
    transition: all .5s ease;
}

.sidebar .faqList h4 a:hover {
    background: #ede8f3;
}

.sidebar .faqList h4 a:hover::after {
    right: 12px;
}

.faqList ul li,
.sidebar .faqList ul li {
    margin: 0 0 10px 35px;
    font-weight: bold;
    position: relative;
    font-size: 14px;
}

.faqList ul li {
    font-size: 16px;
    padding-left: 5px;
}

.faqList ul li::before,
.sidebar .faqList ul li::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    content: '';
    background: #fff url("/img2/id/icn_faq2.png") no-repeat top left/100%;
    position: absolute;
    top: 1px;
    left: -32px;
    transition: .5s ease !important;
}

.faqList ul li::before {
    width: 32px;
    height: 32px;
    background: #fff url("/img2/id/icn_faq2.png") no-repeat top left/100%;
    top: 1px;
    left: -32px;
}

.faqList ul li:hover::before,
.sidebar .faqList ul li:hover::before {
    background: #fff url("/img2/id/icn_faq2_on.png") no-repeat top left/100%;
}

/* ---------------------------------------------------------------- */
/* bxSlider */
/* ---------------------------------------------------------------- */
.bx-pager-link.active {
    background: #2E4FB5 !important;
}


@media (max-width: 820px) {

    .sidebar {
        width: 100%;
        position: relative;
        top: auto;
        padding-bottom: 0;
    }

}

@media (max-width: 767px) {

    .sidebar .searchPanel {
        margin-bottom: 30px;
        padding: 10px 25px 30px;
    }

    .sidebar .searchPanel .ttl {
        margin-bottom: 20px;
    }

    .sidebar .searchPanel .ttl b {
        margin: 0 0 20px;
    }

    .sidebar .searchPanel .input input[type=text] {
        padding: 10px;
    }

    .sidebar .functions {
        display: block;
        margin-bottom: 30px;
    }

    .sidebar .functions section {
        width: 100%;
        padding: 20px 20px;
        margin-bottom: 30px;
    }

    .sidebar .functions section.locSearch {
        border-width: 1px 0;
    }

    .sidebar .functions section.locSearch h2 {
        margin-bottom: 0;
    }

    .sidebar .functions section.locSearch h2::before {
        left: 0;
        top: -10px;
        font-size: 30px;
        left: -10px;
        top: 0;
    }

    .sidebar .functions section.locSearch p {
        margin: 0 0 20px 50px;
        font-size: 14px;
    }

    .sidebar .functions section.faq {
        border: 1px #004097 solid;
        background: #fff;
        box-shadow: 0 0 4px rgba(226, 110, 160, 0.2);
        padding: 25px 15px;
    }

    .sidebar .functions section.faq h2 a {
        font-size: 16px;
        margin: 0 auto 10px;
        padding: 12px 0 5px 40px;
    }

    .sidebar .functions section.faq h2 a::before {
        font-size: 36px;
    }

    .sidebar .functions section.faq ul li {
        font-size: 14px;
    }

    .sidebar .functions section.faq ul li a {
        padding-left: 30px;
    }

    .sidebar .functions section.faq ul li a::before {
        font-size: 20px;
        top: -6px;
    }

    .sidebar section.bnr a.txt-pc-2lines {
        line-height: 2.7;
    }

    .sidebar section.bnr a::after {
        width: 80px;
    }

    .faqList ul li {
        font-size: 14px;
    }

    .sidebar .faqList ul li {
        font-size: 13px;
    }
}


/* --------------------------------------------------------------------------- */
/* Table Layout */
/* --------------------------------------------------------------------------- */

.stripe {
    width: 100%;
    margin-bottom: 70px;
    table-layout: fixed;
    border-collapse: collapse;
    background-color: #f3f3f3;
}

.stripe tr:nth-of-type(2n+1) td {}

.stripe tr:nth-of-type(2n+1) td:nth-of-type(2n) {
    background-color: #e3e3e3;
}

.stripe tr:nth-of-type(2n) td {
    background-color: #e3e3e3;
}

.stripe tr:nth-of-type(2n) td:nth-of-type(2n) {
    background-color: #f3f3f3;
}

.stripe tr td {
    padding: 5px 10px;
}

.stripe .pc-block {
    display: table-cell;
    background: #fff !important;
}

.table-fixed {
    table-layout: fixed;
}

.table01,
.table02,
.table03,
.table04,
.table05{
    width: 100%;
    margin-bottom: 50px;
    border-collapse: collapse;
    box-shadow: 2px 2px 4px #eee;
}

.table01 th {
    width: 30%;
    max-width: 140px;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
    background-color: #424242;
    border: solid 1px #424242;
    border-bottom: solid 1px #fff;
}

.table01 th:last-of-type {
    border-bottom: solid 1px #424242;
}

.table01 thead th {
    border-bottom: solid 1px #424242 !important;
}

.table01 thead th:last-of-type {
    border-bottom: solid 1px #fff !important;
    border-right: solid 1px #424242 !important;
}

.table01 td {
    padding: 20px;
    font-size: 16px;
    line-height: 1.45;
    background-color: #f6f6f6;
    border: solid 1px #424242;
}

.table02 tr th {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
    background-color: #424242;
    border: solid 1px #fff;
}

.table02 tr th:first-of-type {
    border-left: solid 1px #424242;
}

.table02 tr th:last-of-type {
    border-right: solid 1px #424242;
}

.table02 tr td {
    padding: 20px;
    font-size: 16px;
    line-height: 1.45;
    background-color: #f6f6f6;
    border: solid 1px #424242;
}

.table02 tr th.no-border,
.table02 tr td.no-border {
    border-right: none;
}

.table02.examfee tr td {
    width: 33.3%;
    font-size: 15px;
    line-height: 1.8;
    padding: 10px 20px;
}

.table02.examfee tr td div.price {
    text-align: center;
    margin: 0 auto;
}

.table02.examfee tr td div.price p {
    display: inline-block;
    text-align: right;
}

.table02.examfee tr td span {
    font-weight: bold;
    font-size: 16px;
}

.table03 tr th {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
    background-color: #424242;
    border: solid 1px #424242;
    border-bottom: solid 1px #fff;
}

.table03 tr td {
    padding: 20px;
    font-size: 16px;
    line-height: 1.45;
    background-color: #f6f6f6;
    border: solid 1px #424242;
}

.table04 {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 20px;
    text-align: center;
}

.table04 tr th {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
    background-color: #878787;
    border: solid 1px #424242;
}

.table04 tr:first-of-type th {
    background-color: #424242;
    border-right: solid 1px #fff;
}

.table04 tr td {
    padding: 15px 20px;
    color: #424242;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    background-color: #f6f6f6;
    border: solid 1px #424242;
}



.table05 tr th {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
    background-color: #424242;
    border: solid 1px #fff;
}

.table05 tr th:first-of-type {
    border-left: solid 1px #424242;
}

.table05 tr th:last-of-type {
    border-right: solid 1px #424242;
}

.table05 tr td {
    padding: 20px;
    font-size: 16px;
    line-height: 1.45;
    background-color: #f6f6f6;
    border: solid 1px #424242;
}

.table05 tr th.no-border,
.table05 tr td.no-border {
    border-right: none;
}







.w-100 {
    width: 100px;
}

.w-160 {
    width: 160px;
}

.w-180 {
    width: 180px;
}

.w-240 {
    width: 240px;
}

.w-280 {
    width: 280px;
}

.w-510 {
    width: 510px;
}

.w-600 {
    max-width: 600px;
}

.w-700 {
    max-width: 700px;
}

.w60px {
    width: 25%;
}

.w50per {
    width: 50%;
}

.w100per {
    width: 100% !important;
}



.float-l {
    float: left;
    margin: 0 20px 20px 0;
    height: auto;
}

.step-box dt {
    width: 4.5em;
}

.step-box dd {
    width: calc(100% - 4.5em);
    margin: 0 0 0.5em;
    text-align: justify;
}


/* --------------------------------------------------------------------------- */
/* Header Layout */
/* --------------------------------------------------------------------------- */

header {
    margin: 0 0 20px;
    position: relative;
    border-top: solid 2px #2E4FB5;
    box-shadow: 2px 2px 4px rgb(0,0,0,0.15);
}

.odyssey-list {
    display: block;
    width: 220px;
    margin: 0 auto;
    padding: 10px 20px 13px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    background-color: #2E4FB5;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 0;
    right: 50px;
}

.odyssey-list:hover {
    color: #fbebed;
}

.header-box {
    margin: 0 auto;
    padding: 25px 50px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.header-logo {
    width: 200px;
}

.header-box .header-ttl {
    margin: 0 auto 0 25px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

.header-box .header-ttl span {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.header-box a {
    font-size: 14px;
    color: #424242;
    text-decoration: none;
    transition: color 0.5s ease;
}

.header-box a:hover {
    color: #2E4FB5;
}

.header-box .header-nav {
    align-items: center;
}

.header-box .header-nav a {
    margin: 10px 0 0 24px;
    font-weight: 500;
}

#search {
    width: 200px;
    margin-top: 10px;
    margin-left: 24px;
    padding: 0 10px;
    border: solid 1px #ddd;
    border-radius: 20px;
}

#search input[type="text"] {
    width: 150px;
    border: none;
}

#search input[type="text"]:focus {
    outline: none;
}

#sp-search {
    display: none;
}

.btn-search {
    width: 20px;
    margin: 0;
    padding: 10px 0;
    vertical-align: middle;
    background: none;
    border: none;
    cursor: pointer;
}

.btn-search img {
    vertical-align: bottom;
}

nav .flex-box {
    margin-bottom: 15px;
    justify-content: space-between;
    list-style: none;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

nav .flex-box li {
    width: 20%;
    height: 50px;
    margin: 0;
    text-indent: 0;
    text-align: center;
    border-left: solid 1px #ddd;
}

nav .flex-box li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 8px 0 6px;
    font-size: 16px;
    line-height: 1.125;
    font-weight: 700;
    color: #424242;
    transition: all 0.5s ease;
    text-decoration: none;
    letter-spacing: 1px;

}

nav .flex-box li a:hover,
nav .flex-box li a.current {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

nav .flex-box li:first-of-type {
    border-left: none;
}

.drawer {
    display: none;
}


/* --------------------------------------------------------------------------- */
/* パンくず Layout */
/* --------------------------------------------------------------------------- */

.bread {
    max-width: 1200px;
    margin: 0 auto 20px;
    font-size: 0;
    list-style: none;
}

.bread li {
    display: inline;
    font-size: 14px;
    color: #333;
}

.bread li:first-of-type {
    margin-left: 0;
}

.bread li a {
    color: #333;
    text-decoration: underline;
    font-weight: 500 !important;
}

.bread li a:hover {
    text-decoration: none;
}

.bread li a:after {
    content: "＞";
    display: inline-block;
    margin: 0 0.5em;
}

/* --------------------------------------------------------------------------- */
/* Footer Layout */
/* --------------------------------------------------------------------------- */

footer {
    padding: 40px 0 15px;
    /* border-top: solid 1px #2E4FB5; */
    background: #f6f6f6;
    position: relative;
}

footer #pagetop {
    display: none;
    width: 50px;
    height: 50px;
    background: #2E4FB5;
    position: fixed;
    bottom: 0;
    right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 4px #ddd;
    transition: background 0.5s ease;
}

footer #pagetop:hover {
    background: #424242;
}

footer #pagetop:after {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

footer .footer-box .footer-nav {
    margin: 0 0 30px;
    justify-content: space-between;
}

.pmark img {
    width: 80px;
}

footer .footer-logo {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}

footer .footer-logo img {
    width: 200px;
}

footer .footer-box .footer-nav ul {
    list-style: none;
}

footer .footer-box .footer-nav ul li {
    display: inline;
}

footer .footer-box .footer-nav ul li a {
    display: inline-block;
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    font-size: 14px;
    color: #424242;
    text-decoration: none;
    transition: color 0.5s ease;
    font-weight: 500;
}

footer .footer-box .footer-nav ul li a:hover {
    color: #2E4FB5;
}

footer .footer-box .footer-nav ul li a:after {
    content: "｜";
    display: inline-block;
    padding-left: 0.5em;
}

footer .footer-box .footer-nav ul li:last-of-type a:after {
    content: none;
}

footer .footer-box p {
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 400;
}

footer .footer-box p.cright {
    margin-bottom: 0;
    text-align: right;
}

/* --------------------------------------------------------------------------- */
/*  Flow Layout  */
/* --------------------------------------------------------------------------- */

.flow-wrap {
    /*min-height: 100vh;*/
    /*display: flex;*/
    justify-content: center;
   /* align-items: center;*/
  }
  
  .flow{
  width:100%;
  }
  
  .flow > li {
    position: relative;
    text-indent: 0;
    list-style-type: none;
  }
  .flow > li:not(:last-child) {
    margin-bottom: 40px;
  }
  /*
  .flow > li:not(:first-child)::before {
    content: "";
    height: 60px;
    display: block;
    border-left: 4px dotted #ccc;
    position: absolute;
    top: -40px;
    left: -webkit-calc(10% + 30px - 2px);
    left: calc(10% + 30px - 2px);
    z-index: 3;
  }
  */
  .flow > li dl {
    width: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border: 1px solid #aaa; /*囲み枠*/
    box-shadow: 2px 2px 4px #eee;
    border-radius: 10px;
    position: relative;
  }
  .flow > li:not(:last-child) dl::before,
  .flow > li:not(:last-child) dl::after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-color: #666;
    border-style: solid;
    border-width: 6px 6px 0 0;
    transform: rotate(135deg);
    left: calc(50% - 22px);
    bottom: -28px;
  }
  /*
  .flow > li:not(:last-child) dl::before {
    border-width: 24px;
    border-top-color: #aaa;
  }
  .flow > li:not(:last-child) dl::after {
    border-width: 22px;
    border-top-color: #fff;
  }
  */
  .flow > li dl dt {
    font-size: 18px;
    font-weight: 700;
    -ms-flex-preferred-size: 20%;
    flex-basis: 28%;
    margin-right: 2vw;
    text-align: center;
  }
  .flow > li dl dt .icon {
    font-size: 16px !important;
    color: #fff;
    background-color: #424242;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 6px;
    position: relative;
    z-index: 4;/*100;*/
    width: 100%;
  }
  
    /*各吹き出し内の太字部分*/
    .flow > li dl dd{
        width: 72%;
    }

  /*各吹き出し内の太字部分*/
  .flow > li dl dd span{
      font-size: 16px;
      line-height: 1.5;
  }



/*****************************
フロー図_横並び3つ(SP縦並び)
******************************/	
.flow-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.flow-item {
  flex: 1;
  background-color: #FFF;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  position: relative;
  margin-right: 40px; 
  border-radius: 10px;
  border: 3px solid #b1b1b1;

  display: flex;
  flex-direction: column;
  justify-content: center; /* 文字を上下中央に */
}

.flow-item:last-child {
  margin-right: 0;
}

/* PC時の横向き矢印 */
.flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px; /* ボックスの右側に浮かせる */
  transform: translateY(-50%);
  border-left: 15px solid #2E4FB5;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* ▲▲フロー図横並び３つ▲▲ */	





  @media only, screen and (max-width: 820px) {
    .flow > li dl {
        display:block; /*flexbox解除*/
        }
    .flow > li dl dt {
        margin-bottom: 20px;
        }
    .flow > li dl dt .icon {
        margin-bottom: 3px;
        padding: 0;
        width: 100%;
        }
    .flow > li dl dd{
        width: auto;
    }
    }



/* --------------------------------------------------------------------------- */
/* Accordion Setting */
/* --------------------------------------------------------------------------- */

/*---------------------------------
アコーディオンボックス1
--------------------------------*/
.acbox{
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0 10px; /* ボックス全体の位置調整 */
}

.acbox label{
  width: auto;
  font-size: 17px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  background: #2E4FB5; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding: 7px;
  border-radius: 4px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #fff;
}

.acbox label:hover{
  background: #2E4FB5; /* ラベルにマウスを乗せた時の背景色 */
}

.acbox input{
  display: none;
}

.acbox label:after{
  color: #fff;
  content:"＋"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}

.acbox input:checked ~ label::after {
  content:"－"; /* ラベルをクリックした後のアイコン */
}

.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
  height: auto;
  padding: 18px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #f6f6f6; /* 開いた部分の背景色 */
  opacity: 1;
}

.acbox input:checked ~ label {
  background: #2E4FB5; /* クリック後のラベルの背景色 */
}

.acbox-under{
  font-size: 15px; /* 開いた部分の文字サイズ */
  color: #000000; /* 開いた部分の文字色 */
}




/*---------------------------------
アコーディオン さらに見る
--------------------------------*/
.acbox02{
  width: auto;
  font-size:10px; /* ラベルと開く部分を分離する時は数値を入れる */
}

.acbox02 label{
  width: auto;
  font-size: 15px; /* ラベルの文字サイズ */
  position: relative;
  display: block;
  padding:5px;
  border-radius: 4px; /* ラベルの角の丸み */
  cursor: pointer;
}

.acbox02 label:hover{
  /*background: #2E4FB5;*/ /* ラベルにマウスを乗せた時の背景色 */
	opacity: 0.8;
}

.acbox02 input{
  display: none;
}

.acbox02 label:after{
	content:"さらに見る"; /* ラベルのアイコン */
	/*position: absolute;*/
	padding: 4px 20px;
	color: #fff;
 	text-align: center;
	border-radius: 5px;
	background-color: #333;
	top: 60px;
	left: 0;
}

.acbox02 input:checked ~ label::after {
  content:"閉じる"; /* ラベルをクリックした後のアイコン */
}

.acbox02 div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox02 input:checked ~ div{
  height: auto;
  padding: 18px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #f6f6f6; /* 開いた部分の背景色 */
  opacity: 1;
	/*margin-top: 25px;*/
	
}

.acbox02 input:checked ~ label {
  /*background: #2E4FB5;*/ /* クリック後のラベルの背景色 */
}

.acbox-under02{
  font-size: 15px; /* 開いた部分の文字サイズ */
  color: #000000; /* 開いた部分の文字色 */
}





/* --------------------------------------------------------------------------- */
/* Block Setting */
/* --------------------------------------------------------------------------- */

.content {
    max-width: 1220px;
    margin: 0 auto 70px;
    justify-content: space-between;
}

.content .main-box {
    width: 78%;
}

.content .side-box {
    width: 19%;
    position: sticky;
    top: 20px;
    height: 100%;
}

.harf {
    width: 48.7%;
}

.column-3 {
    width: 31%;
    margin-bottom: 20px;
    padding: 30px 20px;
    background-color: #fff;
}

.column-4 {
    width: 22.7%;
    padding: 20px;
}

.column-200-fix {
    width: 25%;
    max-width: 200px;
}

.column-300-fix {
    width: 30%;
    max-width: 300px;
}

.column-400-fix {
    width: 40%;
    max-width: 400px;
}

.column-600 {
    width: 73%;
}

.column-60per {
    width: 60%;
}

.column-65per {
    width: 65%;
}

.column-67per {
    width: 67%;
}

.box-indent {
    padding-left: 50px;
}

.box-gray {
    background: #eee;
}

.box-light-purple {
    background: #ede8f3;
    border-radius: 8px;
    box-shadow: 1px 1px 4px #eee;
}

.box-light-blue {
    background: #ecf2f5;
    border-radius: 8px;
    box-shadow: 1px 1px 4px #eee;
}

.box-light-orange {
    background: #f9efee;
    border-radius: 8px;
    box-shadow: 1px 1px 4px #eee;
}


.box-white {
    background: #fff;
}

.box-white-shadow {
    border: solid 1px #ddd;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 1px 1px 4px #eee;
    transition: .5s ease;
}

a > .box-white-shadow:hover {
    background-color: #f6f6f6;
    text-decoration: none;
  }

.school-search {
    height: 170px;
    background-color: #f6f6f6;
    padding: 20px;
    border: solid 2px #dddddd;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #eee;
    position: relative;
}

.school-search::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 15px;
    top: 10px;
    background: #f6f6f6 url(/img2/id/common/icn_location.png) no-repeat center / 44px;
}

.school-search h4 {
    padding-left: 48px;
}

.school-search .ttl-type .school-search p {
    margin: 0 0 10px;
    font-size: 14px;
}

.school-search .flex-box {
    width: 100%;
    margin: 0 0 45px;
    padding: 0;
    border: solid 2px #333;
    border-radius: 22px;
}

.school-search .flex-box input[type="text"] {
    width: 100%;
    height: 36px;
    padding: 5px 0 0 20px;
    font-size: 16px;
    border: none;
    background: #fff;
    -webkit-appearance: none;
    border-radius: 22px;
}

.school-search .flex-box input[type="text"]:focus {
    outline: none;
}

.school-search .flex-box input[type="text"]::placeholder {
    font-size: 0;
}

.school-search .flex-box button {
    width: 52px;
    height: 100%;
    margin: 0;
    padding: 10px 25px 10px 15px;
    background-color: #333;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    border-radius: 0 20px 20px 0;
}

.school-search .flex-box button img {
    width: 18px;
    margin: 0 auto;
}


.bnr-side {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin: 0 0 10px;
    padding: 18px 10px;
    background-color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 2.5;
    text-align: right;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    transition: .5s ease;
}

.bnr-side img {
    width: 40px;
    height: 40px;
}

.bnr-side.stu-discount {
    background: url("/img2/id/common/icn_stu.png") left 10px center / auto 40px no-repeat #424242;
}

.bnr-side.line2 {
    line-height: 1.3;
}

.bnr-side:hover {
    background-color: #2E4FB5;
    color: #fff;
}


.bnr-voice {
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: url(../img2/id/common/bnr_voice.png) right 10px center / 60px auto no-repeat #027b84;
    /*#2E4FB5;*/
    opacity: 1;
    transition: opacity 0.5s ease;
}

.bnr-voice span {
    font-size: 20px;
    font-weight: 700;
}

.bnr-voice:hover {
    color: #fff;
    opacity: 0.8;
}

.bnr-cbt-test {
    display: block;
    margin: 0 0 20px;
    padding: 17px 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #2E4FB5;
    text-decoration: none;
    border: solid 5px #2E4FB5;
    background: url(../img2/id/common/bnr_cbt.png) right 5px center / 65px auto no-repeat;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.bnr-cbt-test span {
    font-size: 20px;
    font-weight: 900;
}

.bnr-cbt-test:hover {
    opacity: 0.8;
}

.bnr-aoten-web {
    display: block;
    padding: 20px 0 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: url("../img2/id/common/bnr_aoten.png") center top 15px / 129px auto no-repeat #0079da;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.bnr-aoten-web p:first-of-type {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
}

.bnr-aoten-web p:first-of-type span {
    display: block;
    margin: 0 0 5px;
    padding: 0 0 13px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    background: url("../img2/id/common/bnr_aoten_bg.png") bottom center / auto 8px no-repeat;
}

.bnr-aoten-web p:last-of-type {
    padding: 3px 0;
    font-size: 12px;
    font-weight: 500;
    vertical-align: bottom;
    background: #004c89;
    position: relative;
}

.bnr-aoten-web p:last-of-type:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
}

.bnr-aoten-web:hover {
    color: #fff;
    opacity: 0.8;
}

.bnr-trial {
    display: block;
    padding: 0 0 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: url(../img2/id/common/bnr_trial.png) right 15px bottom 15px / 58px auto no-repeat #002d93;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.bnr-trial p:first-of-type {
    padding: 3px 0;
    font-size: 12px;
    background: #000855;
}

.bnr-trial p:last-of-type {
    padding: 20px 0 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
}

.bnr-trial p:last-of-type span {
    display: block;
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 700;
}

.bnr-trial:hover {
    color: #fff;
    opacity: 0.8;
}

.bnr-ytb {
    display: block;
    padding: 17px 0 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: url("../img2/id/common/bnr_bg_yt.jpg") center top / auto 100% no-repeat #2E4FB5;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.bnr-ytb:hover {
    color: #fff;
    opacity: 0.8;
}

.bnr-ytb p:first-of-type {
    margin: 0 0 7px;
    font-size: 12px;
    font-weight: 500;
}

.bnr-ytb p:first-of-type span:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 5px;
    background: url("../img2/id/common/bnr_bg_yt_l.png") left top / 100% auto no-repeat;
}

.bnr-ytb p:first-of-type span:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 5px;
    background: url("../img2/id/common/bnr_bg_yt_r.png") right top / 100% auto no-repeat;
}

.bnr-ytb p:nth-of-type(2) {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.bnr-ytb p:last-of-type {
    padding: 3px 0;
    font-size: 12px;
    font-weight: 500;
    vertical-align: bottom;
    background: #85000d;
    position: relative;
}

.bnr-ytb p:last-of-type:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
}

section.news {
    /*@include shadowBox;*/
    border: solid 1px #ddd;
    padding: 40px 50px;
    display: flex;
    border-radius: 8px;
    box-shadow: 1px 1px 4px #eee;
}

section.news .ttl {
    width: 200px;
    margin: 0 30px 20px 0;
}

section.news h2 {
    text-align: center;
}

section.news h2 a {
    font-size: 20px;
    display: table;
    margin: 0 auto 5px;
    font-weight: bold;
    border-bottom: 4px #333 solid;
    padding: 5px 0 0 40px;
    text-decoration: none;
    color: #333;
    position: relative;
}

section.news h2 a::before {
    display: block;
    font-family: 'odsrm';
    position: absolute;
    font-weight: normal !important;
}

section.news h2 a::before {
    content: "";
    width: 26px;
    height: 26px;
    background: url("/img2/id/common/icn_news.png") center/26px no-repeat;
    top: 9px;
    left: 8px;
    transition: .5s ease;
}

section.news h2 a:hover {
    color: #2E4FB5;
}

section.news h2 a:hover::before {
    color: #333;
    background-image: url("/img2/id/common/icn_news_on.png");
}

div.newsList {
    width: 100%;
    min-height: 500px;
}

div.newsList dt {
    font-weight: bold;
    line-height: 1.2;
}

div.newsList dt::after {
    content: "お知らせ";
    display: inline-block;
    width: 120px;
    text-align: center;
    padding: 3px;
    color: #fff;
    background: #333;
    font-weight: normal;
    margin-left: 15px;
    font-size: 13px;
    position: relative;
    top: -1px;
    border-radius: 3px;
}

div.newsList dt.importantNews::after {
    content: "重要";
    background-color: #2E4FB5;
    /*background:$c-red;*/
}

div.newsList dt.campaignNews::after {
    content: "キャンペーン";
    /*background:$c-green;*/
}

div.newsList dd {
    padding-bottom: 5px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    line-height: inherit;
    border-bottom: 1px #ddd dotted;
}

div.newsList dd a {
    color: #333;
    font-weight: 500;
}

div.newsList dd a:hover {
    color: #2E4FB5;
    text-decoration: none;
}

.top div.newsList {
    min-height: 200px;
}

section.news .btn-type05 {
    width: 140px;
    margin-top: 90px;
    padding: 5px 0;
    font-size: 14px;
    padding-left: 18px;
}

/* transition無効化 */
.no-transition {
    transition: none !important;
  }

@media (max-width: 767px) {
    section.news .btn-type05 {
        padding-left: 14px !important;
        margin-top: 0;
    }

    section.news .btn-type05::before {
        left: 14px;
    }
}

.ttl-line02 {
    margin-bottom: 30px;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
}

.ttl-line02 span {
    padding: 0 0 30px;
    background-image: linear-gradient(0deg, #d40015 5px, transparent 5px);
    background-size: 100% 35px;
    line-height: 35px;
}

.box-spacer {
    padding: 30px;
}

.col2-l-w88per {
    width: 88%;
    margin-right: 2%;
}


.column-100 {
    max-width: 100px;
}

.column-130 {
    max-width: 130px;
}

.column200 {
    width: 36%;
}

.box-spacer5px {
    padding: 5px;
}

.img-border {
    border: solid 1px #ddd;
    box-shadow: 2px 2px 4px #ddd;
}

.box-border {
    padding: 30px;
    border: solid 1px #ddd;
    border-radius: 8px;
}

.box-border-red {
    border: solid 3px #d5292f;
    border-radius: 8px;
}

.link-type04-l {
    display: inline-block;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
    background-color: #2E4FB5;
    transition: background 0.5s ease;
}

.link-type04-l span {
    display: inline-block;
    padding: 0 50px;
    position: relative;
}

.link-type04-l span:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #fff;
    position: relative;
    top: 0;
    bottom: 0;
    left: -10px;
}

.link-type04-l:hover {
    color: #fff;
    background-color: #424242;
}

.link-type04-l.blank {
    padding: 15px 30px;
}

.link-type04-l.blank span {
    padding: 0;
}

.link-type04-l.blank:after {
    width: 14px;
    height: 14px;
    background: url("../exam/img/location/icn_blank.png") left top / 100% auto no-repeat;
}

.link-type04-l.link-aoten img {
    width: 25px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}

.link-type-search {
    display: inline-block;
    padding: 10px 30px 10px 50px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background-color: #174896;
    transition: background 0.5s ease;
    position: relative;
}

.link-type-search:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    margin: auto;
    background: url("../exam/img/location/icn_search.png") left top / 100% auto no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
}

.link-type-search.blank:after {
    width: 14px;
    height: 14px;
    background: url("../exam/img/location/icn_blank.png") left top / 100% auto no-repeat;
}

.link-type-search:hover {
    color: #fff;
    background-color: #424242;
}


/* --------------------------------------------------------------------------- */
/*  youtube レスポンシブ対応 */
/* --------------------------------------------------------------------------- */
.youtube {
    margin: 0 0 5px;
}

.youtube iframe {
    width: 100%;
    max-width: 700px;
    /* 任意の横幅を指定 */
    height: auto;
    aspect-ratio: 16/9;
    box-shadow: 2px 2px 4px #ddd;
}


.featherlight-content .featherlight-image {
    /* min-width: 800px !important; */
    height: auto !important;
}


/* --------------------------------------------------------------------------- */
/* Responsive Setting */
/* --------------------------------------------------------------------------- */

@media only,
screen and (max-width: 820px) {

    body {
        padding-top: 86px;
        font-size: 14px;
        overflow-x: hidden;
    }

    section {
        margin-bottom: 40px;
    }

    a {
        text-underline-offset: 3px;
    }
    
    a:hover {
        text-underline-offset: 3px;
    }
    
    a:visited {
        text-underline-offset: 3px;
    }

    .pc-block,
    .pc-inline {
        display: none;
    }

    .tablet {
        display: block;
    }

    .flex-box.sp-noflex .col div,
    .flex-box.sp-noflex .col2,
    .flex-box.sp-noflex .col3,
    .flex-box.sp-noflex .col4 {
        width:100%;
    }

    .gap20 {
        gap: 10px;
    }

    header {
        width: 100%;
        height: 70px;
        margin: 0 0 30px;
        background-color: #fff;
        border-top: solid 2px #2E4FB5;
        border-bottom: solid 1px #dbdbdb;
        box-shadow: 2px 2px 4px rgb(0,0,0,0.15);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
    }

    .odyssey-list,
    #search,
    .header-nav {
        display: none;
    }

    .header-box .header-ttl {
        line-height: 1.2;
        font-size: 15px;
        margin-left: 5px;
    }

    header .header-box {
        margin: 15px 0;
        padding: 0 16px;
    }

    .header-logo {
        display: inline-block;
        width: 120px;
    }

    .link-type01 {
        font-size: 15px;
    }

    .btn-search {
        width: 24px;
        margin: 6px 20px 0 auto;
        padding: 0;
        font-size: 9px;
        color: #424242;
        text-decoration: none;
        text-align: center;
    }

    .btn-search img {
        width: 20px;
        margin: 3px auto;
        vertical-align: bottom;
    }

    header .tablet {
        position: absolute;
        top: 10px;
        right: 16px;
    }

    header .tablet .flex-box {
        align-items: flex-start;
    }

    .drawer {
        display: inline-block;
        width: 40px;
        height: 35px;
        cursor: pointer;
        padding: 0;
        z-index: 1001;
        -webkit-tap-highlight-color: transparent;
        position: relative;
        top: 11px;
        right: 0;
    }

    .drawer div span {
        position: absolute;
        height: 2px;
        width: 20px;
        margin: auto;
        background: #2E4FB5;
        border-radius: 2px;
        left: 0;
        right: 0;
        -webkit-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }

    .drawer span:nth-child(1) {
        top: 0;
    }

    .drawer span:nth-child(2) {
        top: 7px;
    }

    .drawer span:nth-child(3) {
        top: 14px;
    }

    .drawer div:after {
        content: "メニュー";
        display: inline-block;
        width: 44px;
        height: 11px;
        margin: auto;
        font-size: 9px;
        line-height: 1;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .open .drawer {
        background: transparent;
    }

    .open .drawer span {
        background: #333;
    }

    .open .drawer span:nth-child(1) {
        top: 7px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .open .drawer span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open .drawer span:nth-child(3) {
        top: 7px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .open .drawer div:after {
        content: "閉じる";
        display: inline-block;
        margin: auto;
        font-size: 9px;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .spNav {
        display: block;
        width: 100%;
        margin: auto;
        padding: 0 5%;
        transition: opacity 0.5s, right 0.7s ease-in-out;
        background-color: #fff;
        opacity: 0;
        position: fixed;
        top: 70px;
        bottom: 0;
        overflow-y: scroll;
        right: -100vw;
        left: inherit;
        z-index: -1;
    }
    /*
    .spNav div {
        width: 68.75%;
        margin: 40px auto 20px;
    }
    */
    .spNav ul {
        margin-bottom: 20px;
        list-style: none;
    }

    .spNav li {
        margin: 0;
        text-indent: 0;
    }

    .spNav li a {
        display: block;
        padding: 20px 0;
        font-size: 13px;
        font-weight: 700;
        color: #424242;
        text-decoration: none;
        line-height: 1;
        border-bottom: solid 1px #ddd;
        background: url("../img2/id/common/icn_arrow.png") right center / 6px auto no-repeat;
    }

    .spNav li a.current {
        color: #663399;
    }

    .spNav-open {
        opacity: 1;
        right: 0;
        left: 0;
        z-index: 8;
    }

    .spNav .school-search {
        width: 100%;
    }

    header .tablet .school-search .flex-box {
        width: 100%;
        margin: 0 0 20px;
        padding: 0;
        border-radius: 22px;
        align-items: center;
    }

    .school-search .flex-box input[type="text"] {
        width: 100%;
        padding: 0 0 0 15px;
        font-size: 16px;
        border: none;
        background: #fff;
        -webkit-appearance: none;
        border-radius: 22px;
    }

    .school-search .flex-box input[type="text"]:focus {
        outline: none;
    }

    .school-search .flex-box input[type="text"]::placeholder {
        /*font-size: 0;*/
    }

    .school-search .flex-box button {
        width: 52px;
        height: 100%;
        margin: 0;
        padding: 10px 25px 10px 15px;
        border: none;
        cursor: pointer;
        -webkit-appearance: none;
        border-radius: 0;
        border-radius: 0 20px 20px 0;
    }

    .school-search .flex-box button img {
        width: 18px;
        margin: 0 auto;
    }

    .spNav .sp-stu-discount {
        display: block;
        width: 100%;
        margin: 0 0 7px;
        padding: 25px 20px;
        font-size: 15px;
        font-weight: 900;
        text-decoration: none;
        color: #fff;
        text-align: center;
        background: none;
        background: url("/img2/id/common/icn_stu.png") right 20px center / 40px auto no-repeat #e6c800;
    }

    .spNav .bnr-odyssey-cbt {
        display: block;
        width: 100%;
        padding: 11px 0;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        color: #2E4FB5;
        border: solid 5px #2E4FB5;
        background: url("../img2/id/common/bnr_cbt.png") right 20px center / 50px auto no-repeat;
    }

    .spNav .bnr-odyssey-cbt span {
        display: block;
        font-size: 13px;
    }

    .spNav .sp-bnr {
        width: 100%;
        margin: 0;
        padding: 0;
        justify-content: space-between;
        border-top: none;
        border-bottom: none;
    }

    .spNav .sp-bnr a {
        width: 48.6%;
        padding: 0 20px;
        text-align: center;
        border-bottom: none;
        background: none;
    }

    .spNav .sp-bnr .bnr-try-vba {
        display: block;
        margin: 0 0 10px;
        padding: 14px 15px;
        color: #fff;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.5;
        text-decoration: none;
        text-align: center;
        background: url("../img2/id/icn_vba.png") right 8px center / 40px auto no-repeat #0f99f7;
    }

    .spNav .sp-bnr .bnr-try-vba span {
        display: block;
        font-size: 14px;
        font-weight: 900;
    }

    .spNav .sp-bnr .bnr-pricedown {
        display: block;
        margin: 0 0 10px;
        padding: 14px 15px;
        color: #fff;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.5;
        text-decoration: none;
        text-align: center;
        background: url("../img2/id/icn_pricedown.png") right 10px center / 40px auto no-repeat #00a1e9;
        opacity: 1;
        transition: opacity 0.5s ease;
    }

    .spNav .sp-bnr .bnr-pricedown span {
        display: block;
        font-size: 14px;
        font-weight: 900;
    }

    #sp-search {
        width: 100%;
        padding: 15px;
        background-color: #f5f5f5;
        position: fixed;
        top: 70px;
        z-index: 201;
        box-shadow: 2px 2px 4px #ddd;
    }

    .sp-search-box {
        padding: 10px 20px;
        background: #fff;
        border: solid 1px #ddd;
        border-radius: 30px;
    }

    .sp-search-box form {
        position: relative;
    }

    #sp-search label {
        display: inline-block;
        width: calc(100% - 25px);
    }

    #sp-search input[type="text"] {
        width: 100%;
        font-size: 16px;
        background: none;
        border: none;
        -webkit-appearance: none;
        border-radius: 0;
    }

    #sp-search input[type="text"]:focus {
        outline: none;
    }

    #sp-search .btn-search {
        width: 20px;
        margin: auto 0;
        -webkit-appearance: none;
        border-radius: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }

    #sp-search .btn-search img {
        margin: 0;
        vertical-align: middle;
    }

    .important,
    .important-lower {
        padding: 15px;
        font-size: 14px;
    }


    footer {
        padding: 70px 0 30px;
    }

    footer #pagetop {
        right: 0;
    }

    footer #pagetop:hover {
        background: #2E4FB5;
    }

    footer .footer-box {
        padding: 0 32px;
    }

    footer .footer-box .footer-nav ul {
        flex: 1;
    }

    footer .footer-box .footer-nav ul li:nth-of-type(6) a:after {
        content: "｜";
    }


    /* --------------------------------------------------------------------------- */
    /* パンくず Layout */
    /* --------------------------------------------------------------------------- */

    .bread li {
        font-size: 11px;
    }


    /* --------------------------------------------------------------------------- */
    /* Block Setting */
    /* --------------------------------------------------------------------------- */
    .content {
        display: block;
        width: 90%;
    }

    .content .main-box,
    .content .side-box {
        width: 100%;
        margin: 0 0 35px;
        position: static;
    }

    .content .main-box {
        padding-right: 0;
        border-right: none;
    }

    .news-list dt {
        width: 20%;
        margin: 0;
    }

    .featherlight-content {
        width: 96%;
    }

    .featherlight-content .featherlight-image {
        min-width: 80% !important;
        height: auto !important;
    }


	

/*****************************
フロー図SP_横並び3つ(SP縦並び)
******************************/	
    .flow-container {
    flex-direction: column; /* 縦並び */
    gap: 30px; 
  }

  .flow-item {
    width: 100%;
	padding: 10px;
    margin-right: 0; /* PC用余白リセット */
  }

  /* スマホ時の下向き矢印 */
  .flow-item:not(:last-child)::after {
    top: auto;
    bottom: -27px; /* 矢印位置 */
    right: 50%; 
    transform: translateX(50%); /* 中央寄せの補正 */
    
    /* 下向きの三角形に変更 */
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #2E4FB5;
    border-bottom: 0;
  }
/* ▲▲フロー図SP_縦並び▲▲ */

	
.original-size {
  max-width: 280px;  /* SPのみポップアップサムネ最大幅280px */
}	
	
	
}
/*max820*/



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


    .pc-block {
        display: none;
    }

    .sp-block {
        display: block;
    }

    .pc-inline {
        display: none;
    }

    .sp-inline {
        display: inline;
    }

    .content--main .flex-box {
        display: block;
    }

    .sp-flex {
        display: flex;
    }

    .sp-noflex {
        display: block;
    }

    .sp-flex-reverse {
        flex-direction: row-reverse;
    }

    .box-l {
        margin: 0 0 20px !important;
    }

    .box-r {
        margin: 0 0 20px !important;
    }

    .fs-22 {
        font-size: 19px !important;
    }

    .fs-20 {
        font-size: 18px !important;
    }

    .fs-18 {
        font-size: 16px !important;
    }
    
	.fs-17 {
        font-size: 15px !important;
    }
	
    .fs-16,
    .fs-15 {
        font-size: 14px !important;
    }

    .fs-14 {
        font-size: 13px !important;
    }

    .btn-type01+.box-indent.mb45 {
        margin-bottom: 15px;
    }

    .box-indent {
        padding-left: 20px;
        padding-right: 20px;
    }

	.mt60 {
    	margin-top: 30px;
	}	
	
    .mb15 {
        margin-bottom: 10px !important;
    }	
	
    .mb20 {
        margin-bottom: 15px !important;
    }

    .mb25 {
        margin-bottom: 15px !important;
    }

    .mb30 {
        margin-bottom: 15px !important;
    }

    .mb35 {
        margin-bottom: 18px !important;
    }

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

    .mb45 {
        margin-bottom: 23px !important;
    }

    .mb50 {
        margin-bottom: 25px !important;
    }

    .mb55 {
        margin-bottom: 28px !important;
    }

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

    .mb65 {
        margin-bottom: 34px !important;
    }

    .mb70 {
        margin-bottom: 50px !important;
    }
	
	.mb100{
		margin-bottom: 70px !important;
	}

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

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

    .sp-mb15 {
        margin-bottom: 15px !important;
    }	
	
    .sp-pb0 {
        padding-bottom: 0;
    }

    .sp-pt0 {
        padding-top: 0;
    }

    .attention+.mb50 {
        margin-bottom: 20px;
    }

    .one-third {
        width: 48%;
        margin: 0 0 15px;
    }

    .box-spacer {
        padding: 15px;
    }

    .box-white-shadow {
        padding: 20px;
    }

    .harf {
        width: 100%;
       /* margin: 0 0 15px;*/
    }

    .ttl-line02 {
        margin-bottom: 15px;
        /*padding: 0;*/
        font-size: 17px;
        font-weight: 700;
    }

    .ttl-line02 span {
        padding: 0 0 25px;
        background-image: linear-gradient(0deg, #d40015 4px, transparent 4px);
        background-size: 100% 30px;
        line-height: 30px;
    }


	
    /* --------------------------------------------------------------------------- */
    /* Title Setting */
    /* --------------------------------------------------------------------------- */

    body:not(.top) h1 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 20px;
        border-left: solid 7px #2E4FB5;
    }

    body:not(.top) h2 {
        padding: 10px 15px;
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 1.5;
        border-left: solid 7px #4769d3;
    }

    body:not(.top) h3 {
        font-size: 17px;
    }

    .ttl-type03 {
        font-size: 15px;
    }

    .ttl-type04 {
        font-size: 14px;
    }

    .ttl-type05 {
        font-size: 14px;
    }

    .ttl-type06 {
        font-size: 17px;
    }

    .ttl-type07 {
        font-size: 15px;
    }

    .ttl-type08 {
        font-size: 15px;
        margin: 10px 0 10px;
    }

    .ttl-type08 span {
        padding: 0 0 8px;
        background-image: linear-gradient(0deg, #2e4fb5 4px, transparent 4px);
        background-size: 100% 28px;
        line-height: 28px;
    }

    .ttl-type09 {
        font-size: 16px;
    }

    .ttl-type10 {
        font-size: 16px;
    }

    .ttl-faq {
        font-size: 14px;
    }

    /* --------------------------------------------------------------------------- */
    /* inportantNotice */
    /* --------------------------------------------------------------------------- */

    .importantNotice {
        padding: 10px 40px 10px 40px;
        margin: 0 0 13px;
        font-size: 14px;
    }

    .importantNotice::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        margin: auto;
    }

    .importantNotice ul {
        text-align: left;
    }

    .importantNotice ul li {
        font-size: 16px;
    }

    .importantNotice ul li a {
        position: relative;
        padding-left: 32px;
        display: inline-block;
    }

    .importantNotice ul li a::before {
        margin-right: 0;
        position: absolute;
        left: 0;
        top: calc(50% - 14px);
    }

    /* --------------------------------------------------------------------------- */
    /* Footer Layout */
    /* --------------------------------------------------------------------------- */

    footer {
        padding: 20px 0 70px;
        /*35px 0 70px;*/
    }

    footer .footer-box {
        padding: 0 16px;
    }

    footer .footer-box .footer-nav {
        display: block;
        margin: 0 0 15px;
    }

    footer .footer-box .footer-nav ul {
        margin: 0 0 5px;
        /*margin: 0 0 20px;*/
    }

    footer .footer-box .footer-nav ul li a {
        font-size: 12px;
    }

    footer .pmark {
        margin-bottom: 15px;
    }

    footer .footer-box .footer-nav .footer-logo {
        width: 129px;
    }

    footer .footer-box p {
        margin-bottom: 30px;
        font-size: 11px;
    }


    /* --------------------------------------------------------------------------- */
    /* Block Setting */
    /* --------------------------------------------------------------------------- */


    .harf {
        display: block;
        width: 100%;
    }

    .column-3 {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        padding: 15px;
    }

    .column-3:last-of-type {
        margin-bottom: 0;
    }

    .column-4 {
        width: 48%;
        margin-bottom: 5px;
        /*15px;*/
        padding: 15px;
    }
	
	.column-200-fix {
        width: 200px;
        margin: 0 auto 20px;
    }

	.column-300-fix{
		width: 300px;
        margin: 0 auto 20px;
	}

	.column-400-fix{
		width: 90%;
        margin: 0 auto 20px;
	}	
	

	
	.column-600,
    .column-67per,.column-60per,.column-65per {
        width: 100%;
        margin-bottom: 30px;
    }
	
    section.news {
        padding: 20px 15px;
    }

    section.news .news-list {
        width: 100%;
    }

    section.news .news-list dt {
        width: 100%;
    }

    section.news .news-list dd {
        width: 100%;
    }

    /*section.news .flex-box{
        display: block;
    } */

    section.news .flex-box_sp {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin: 0 0 20px;
    }

    section.news h2 {
        display: inline-block;
        margin-bottom: 0;
    }

    section.news li {
        /* display: block; */
        margin: 0 0 20px;
        font-size: 13px;
        text-indent: 0;
    }

    section.news li .days {
        font-size: 11px;
    }

    section.news li p {
        width: 100%;
    }

    .box-space25 {
        padding: 15px !important;
    }

    .box-space30 {
        padding: 15px !important;
    }
	
	.box-space40 {
        padding: 15px !important;
    }

	.box-space50 {
        padding: 15px !important;
    }


    .box-space30-30-5 {
        padding: 15px 15px 5px !important;
    }

    .box-space35 {
        padding: 25px !important;
    }

    .box-space30_40 {
        padding: 15px 20px !important;
    }

    .toggleImage {
        width: 100%;
    }

    .toggleImage a {
        font-size: 15px;
    }


    /* --------------------------------------------------------------------------- */
    /* Link Setting */
    /* --------------------------------------------------------------------------- */

    .link-anchor {
        font-size: 13px;
        /* text-decoration: none; */
    }

    .link-anchor:before {
        font-size: 11px;
    }

    .link-aoten {
        width: 21.25vw;
        /*68px*/
        height: auto;
    }

    .blank_w:after {
        vertical-align: text-bottom;
    }


    /* --------------------------------------------------------------------------- */
    /* Button Setting */
    /* --------------------------------------------------------------------------- */

    .btn-type01 {
        padding: 9px 50px 9px 55px;
        font-size: 17px;
        line-height: 1.3;

    }

    .btn-type01 span {
        width: 40px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .btn-type01 span img {
        margin: 5px 0 5px 9px;
    }

    .faqList .btn-type01 {
        line-height: 1.3;
    }

    .btn-type02:hover {
        color: #fff;
        background: #ffb800;
    }

    .btn-type02:hover:after {
        border-color: transparent transparent transparent #ffb800;
    }

    .btn-type03,
    .btn-type03-l {
        width: 100%;
        padding: 13px 40px;
        font-size: 16px !important;
    }

    .btn-type03:hover,
    .btn-type03-l:hover {
        color: #fff;
        background: #2E4FB5;
    }

    .btn-type04 {
        display: flex;
        padding: 10px 40px 10px 14px;
    }

    .btn-type04 img {
        width: 40px;/*28px;*/
        height: auto;
        margin-right: 10px;
    }

    .btn-type04 p {
        width: calc(100% - 38px);
        font-size: 17px;
    }

    .btn-type04 p span {
        font-size: 12px;
    }

    .btn-type04:after {
        right: 15px;
    }

    .btn-type05,.btn-type06,.btn-type06-orange{
        padding: 10px 20px 10px 40px;
    }

    .btn-type-search:hover,
    .btn-back:hover {
        background: #2E4FB5;
    }
	
    .tr-btn a {	   
        width: 100%;
        padding: 6px 0;
        font-size: 14px;
        line-height: 1.4em;
	}
	
	
    /* --------------------------------------------------------------------------- */
    /* News Layout */
    /* --------------------------------------------------------------------------- */

    section.news {
        padding: 25px 15px;
        display: block;
    }

    section.news .ttl {
        display: flex;
        justify-content: space-between;
        align-items: anchor-center;
        width: 100%;
        margin: 0 0 20px;
    }

    section.news .ttl h2 {
        margin-bottom: 10px;
    }

    section.news .ttl h2 a {
        font-size: 18px;
        padding: 2px 0 5px 30px;
    }

    section.news .ttl h2 a::before {
        left: 3px;
    }

    section.news .ttl .goList {
        margin: 0;
        width: 120px;
        height: 34px;
        font-size: 13px;
        padding: 3px 0;
    }

    /* --------------------------------------------------------------------------- */
    /* Table Layout */
    /* --------------------------------------------------------------------------- */

    .stripe {
        width: 100%;
        margin-bottom: 35px;
    }

    .stripe tr td {
        background-color: #f5f5f5 !important;
    }

    .stripe tr td:nth-of-type(2n) {
        background-color: #e5e5e5 !important;
    }

    .stripe tr td {
        display: block;
        width: 100%;
        padding: 5px 10px;
    }

    .stripe .pc-block {
        display: none;
    }

    .table01 {
        width: 100%;
        margin-bottom: 20px;
        border-collapse: collapse;
    }

    .table01 th {
        width: 30%;
        max-width: 90px;
        font-size: 13px;
    }

    .table01 td {
        font-size: 12px;
    }

    .table02 tr th {
        font-size: 13px;
    }

    .table02 tr td {
        font-size: 12px;
    }

    .table02.examfee {
        width: 100%;
    }

    .table02.examfee tr th {
        font-size: 12px;
    }

    .table02.examfee tr td {
        font-size: 2.8vw;
        width: auto;
        padding: 8px;
    }

    .table02.examfee tr td span {
        font-size: 12px;
    }

    .table-wrap {
        width: 100%;
        margin-bottom: 20px;
        overflow-x: scroll;
        position: relative;
    }

    .table-wrap table {
        width: 600px;
        margin-bottom: 0;

    }

    .table-fix {
        position: sticky;
        left: 0;
    }

    .table-fix:before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        height: 100%;
        border: solid 1px #fff;
    }

    .table04 tr th,
    .table04 tr td {
        font-size: 14px;
    }

    .sp-list,
    .sp-list tbody,
    .sp-list tr {
        display: block;
    }

    .sp-list tr th {
        display: block;
        width: 100%;
        margin: 0;
        padding: 5px 7px;
        font-size: 14px;
        border: none;
    }

    .sp-list tr td {
        display: block;
        width: 100%;
        margin: 0 0 5px;
        padding: 10px;
        font-size: 13px;
        line-height: 1.5;
        background: none;
    }

    .sp-list tr:not(:first-of-type) th {
        margin: 15px 0 0;
    }

    .sp-list .sp-none {
        display: none;
    }

    .w-160,
    .w-180,
    .w-240,
    .w-280,
    .w-510,
    .w-600 {
        width: 100%;
    }

    .w60px {
        width: 30%;
    }

	.w50per,w-100 {
        width: 60%;
    }
	
    img.w-flow {
        max-width: 100%;
    }

    .bnr-side {
        font-size: 15px;
    }
    
    .bnr-side img {
        width: 50px;
        height: 50px;
    }



    /*competition用table ===============*/
    .table01-40 {
        width: 100%;
        margin-bottom: 20px;
        border-collapse: collapse;
    }

    .table01-40 th {
        width: 40%;
        max-width: 90px;
        font-size: 12px;
    }

    .table01-40 td {
        font-size: 11px;
    }


    .tbl_style_compelist th {
        font-size: 12px;
    }

    .tbl_style_compelist td {
        padding: 1em;
    }

    /*competition用table ================*/

	
 /*table05_SP縦積み ================*/
  .table05,
  .table05 thead,
  .table05 tbody,
  .table05 th,
  .table05 td,
  .table05 tr {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .table05 thead {
    display: none;
  }

.table05 td::before {
  content: attr(data-label);
  display: block;
  font-weight: bold;
  background-color: #333;
  color: #fff;
  padding: 8px;
  margin: -8px -8px 8px -8px;
}

.table05 tr td {
  padding: 8px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
 /*table05_SP縦積み ================*/
	
	

    /* --------------------------------------------------------------------------- */
    /*  youtube レスポンシブ対応 */
    /* --------------------------------------------------------------------------- */
    .youtube+div.flex-box {
        display: block;
    }

    .youtube+div.flex-box p {
        margin-bottom: 10px;
    }

/* spだけ表示される区切り線 */
	.sp-mb-border {
        margin: 23px 0;
        border-bottom: solid 1px #ddd;
    }	
		
	
}
/*max768*/



@media screen and (max-width: 320px) {
    .btn-type03,
    .btn-type03-l {
        padding: 12px 20px 12px 30px;
    }

    .btn-type03:before,
    .btn-type03-l:before {
        left: 25px;
    }
}

/*inputのオートコンプリート機能を無効*/
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px rgb(256, 256, 256) inset !important;
    -webkit-text-fill-color: #000 !important;
    border-radius: 22px 0 0 22px !important;
}

input:-webkit-autofill:focus {
    caret-color: #000 !important;
}

#sp-search input:-webkit-autofill {
    box-shadow: 0 0 0 1000px rgb(256, 256, 256) inset !important;
}