/* ---------------------------------    西鉄自動車学校の特徴   -------------------------------- */

/* -----  ttl   ----- */
.about_mv{
	width: 100%;
	position: relative;
}
.about_mv img{
	width: 100%;
	
}
h1.about_h1{
	font-size: 74px;
	position: absolute;
	top: 75px;
	left: 30px;
	letter-spacing: -0.03em;
	line-height: 1.4em;
}
/* -----  color 指定  ----- */
.about_point_01{
	background-color: #99d4de;
}
.about_point_02{
	background-color: #f5aea7 ;
}
.about_point_03{
	background-color: #e3c3f3;
}
.about_point_04{
	background-color: #a4e9d5;
}
.about_point_05{
	background-color: #ffd900;
}
/* -----  point_ttl  ----- */
.about_point{
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 150px;
	padding: 70px 3% 50px 3%;
}
img.numbers{
	position: absolute;
	top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
img.numbers_01{
	width: 100%;
	max-width: 90px;
}
img.numbers_02{
	width: 100%;
	max-width: 102px;
}
img.numbers_03{
	width: 100%;
	max-width: 102px;
}
img.numbers_04{
	width: 100%;
	max-width: 104px;
}
img.numbers_05{
	width: 100%;
	max-width: 105px;
}
h2.points{
	font-size: 36px;
}
/* -----  point_details  ----- */
.about_details{
	width: 100%;
	padding: 40px 30px 50px 30px;
}
.details_01{
	background-color: #cce9ee;
}
.details_02{
	background-color: #fdefed;
}
.details_03{
	background-color: #f7edfb;
}
.details_04{
	background-color: #edfbf7;
}
.details_05{
	background-color: #fff9d9;
}
/* -----    02   04    ----- */
.details_box, .img_box{
	overflow: hidden;
}
.details_l{
	float: left;
	width: 49%;
}
.details_r{
	float: right;
	width: 49%;
}
.details_l img{
	width: 100%;
}
.details_r p{ 
	font-size: 16px;
	font-weight: 600;
}
/* -----    01   03    ----- */
.img_box img{
	float: left;
	width: 48.5%;
	margin-right: 3%;
}
.img_box img:nth-child(2n){
	margin-right: 0;
}
p.details_p_100{
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.01em;
	font-feature-settings: "palt";
	line-height: 2em;
}
/* -----    05    ----- */
.details_h{
	overflow: hidden;
}
.each_type{
	float: left;
	width: 48.5%;
	margin-right: 3%;
	background-color: #fff;
	border: #cdcdcd solid 1px;
	border-radius: 5px;
	text-align: center;
	margin-top: 30px;
	padding: 20px 2%;
}
.each_type:nth-child(2n){
	margin-right: 0;
}
p.each_ttl{
	color: #0074cd;
	font-weight: bold;
	font-size: 28px;
	margin-top: 40px;
}
p.each_p{
	font-size: 18px;
	font-weight: 500;
}
.each_type a{
	position: relative;
	line-height: 2em;
	display: block;
	color: #fff;
	background-color: #fb9700;
	border-radius: 50px;
	width: 96%;
	max-width: 250px;
	margin: 30px auto 50px;
	font-size: 24px;
	font-weight: bold;
	transition: all .3s ease;
	text-decoration: none;
}
.each_type a:hover{
	opacity: 0.8;
}
.each_type a::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: 15px;
    top: 47%;
    margin: -8px 0 0;
}
.each_type img{
	width: 90%;
	max-width: 120px;
	margin: 20px auto;
}
.details_one{
	text-align: center;
}
.details_one img{
	width: 100%;
}
img.a_img{
	margin-top: 50px;
}
p.ttl_03{
    color: #cd5c5c;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    clear:both;
    padding-top: 50px;
    margin-bottom: 20px;
}
.types{
    overflow: hidden;
}
a.a_type{
    display: block;
    width: 100%;
    background-color: #cd5c5c;
    color: #fff;
    text-align: center;
    line-height: 3em;
    font-weight: 600;
    width: 24.25%;
    margin-right: 1%;
    border-radius: 5px;
    float: left;
    margin-top: 15px;
    font-size: 16px;
    font-feature-settings: "palt";
    text-decoration: none;
}
a.a_type:hover{
    opacity: .8;
}
a.a_type:nth-child(4n){
    margin-right: 0;
}
@media (max-width:890px){
    h1.about_h1 {
        font-size: 8vw;
    }
}
@media (max-width:768px){
    h1.about_h1 {
        top: 12%;
    }
    .about_point {
        margin-top: 130px;
        padding: 65px 2% 45px 2%;
    }
    h2.points {
        font-size: 30px;
    }
    p.details_p_100 {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .about_details {
        padding: 25px 30px 40px 30px;
    }
    .each_type {
        float: none;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        margin-top: 30px;
        padding: 10px 2% 50px;
    }
    .each_type:nth-child(2n){
        margin-right: auto;
    }
    .each_type a {
        line-height: 2em;
        width: 96%;
        max-width: 280px;
        margin: 30px auto 0px;
    }
    .details_one img{
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        margin-top: 40px;
    }

    a.a_type{
        background-color: #cd5c5c;
        color: #fff;
        text-align: center;
        line-height: 3em;
        font-weight: 600;
        width: 32%;
        margin-right: 2%;
        border-radius: 5px;
        float: left;
        margin-top: 15px;
        font-size: 14px;
        font-feature-settings: "palt";
    }
    a.a_type:nth-child(4n){
        margin-right: 2%;
    }
    a.a_type:nth-child(3n){
        margin-right: 0;
    }
}
@media (max-width:700px){
    span.br_sp{
        display: block;
    }
}
@media (max-width:550px){
    a.a_type{
        background-color: #cd5c5c;
        color: #fff;
        text-align: center;
        line-height: 3em;
        font-weight: 600;
        width: 49%;
        margin-right: 2%;
        border-radius: 5px;
        float: left;
        margin-top: 15px;
        font-size: 14px;
        font-feature-settings: "palt";
    }
    a.a_type:nth-child(4n){
        margin-right: 2%;
    }
    a.a_type:nth-child(3n){
        margin-right: 2%;
    }
    a.a_type:nth-child(2n){
        margin-right: 0;
    }
}
@media (max-width:508px){
    h1.about_h1 {
        font-size: 7.5vw;
    }
    h1.about_h1 {
        top: 12%;
        left: 3%;
    }
    .img_box img {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    .about_details {
        padding: 40px 25px 50px 25px;
    }
    .details_r {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }
    .details_l {
        float: none;
        width: 100%;
    }
    p.ttl_03 {
        font-size: 4.5vw;
        margin-bottom: 5px;
    }
}
@media (max-width:480px){
    h2.points {
        font-size: 6vw;
    }
    .about_point {
        margin-top: 80px;
        padding: 50px 2% 20px 2%;
    }
    img.numbers_01{
        max-width: 65px;
    }
    img.numbers_02{
        max-width: 71px;
    }
    img.numbers_03{
        max-width: 71px;
    }
    img.numbers_04{
        max-width: 72px;
    }
    img.numbers_05{
        max-width: 72px;
    }
    img.numbers {
        top: -23px;
    }
    span.s_13{
        font-size: 13px;
    }
}
@media (max-width:400px){
    img.numbers_01{
        max-width: 65px;
    }
    img.numbers_02{
        max-width: 61px;
    }
    img.numbers_03{
        max-width: 61px;
    }
    img.numbers_04{
        max-width: 62px;
    }
    img.numbers_05{
        max-width: 62px;
    }
    img.numbers {
        top: -25px;
    }
    .details_r p {
        font-size: 14px;
    }
    p.details_p_100 {
        font-size: 14px;
    }
    .about_details {
        padding: 30px 15px 35px 15px;
    }
    h2.points {
        font-size: 5.5vw;
    }
    .about_point {
        padding: 35px 2% 30px 2%;
    }
    p.details_p_100 {
        letter-spacing: -0.01em;
        line-height: 2.2em;
    }
    .details_r p {
        letter-spacing: -0.01em;
        line-height: 2.2em;
    }
    p.each_ttl {
        font-size: 22px;
        margin-top: 30px;
    }
    .each_type img {
        width: 26%;
        margin: 10px auto;
    }
    p.each_p {
        font-size: 14px;
    }
    .each_type a {
        line-height: 2.5em;
        width: 80%;
        max-width: 280px;
        margin: 30px auto 0px;
        font-size: 18px;
    }
    .each_type {
        margin-top: 20px;
        padding: 0px 2% 35px;
    }
}
@media (max-width:370px){
    a.a_type {
        font-size: 12px;
    }
}

/* ---------------------------------   top   -------------------------------- */
a.top_01{
    border: solid 3px #f39800;
    color: #f39800;
}
a.top_02{
    border: solid 3px #009e96;
    color: #009e96;
}
a.top_03{
    border: solid 3px #8fc31f;
    color: #8fc31f;
}
a.top_04{
    border: solid 3px #e5004f;
    color: #e5004f;
}
a.top_05{
    border: solid 3px #9c6ef1;
    color: #9c6ef1;
}
a.top_06{
    border: solid 3px #1eb9ef;
    color: #1eb9ef;
}
#sec1 .left_box {
    height: auto;
    float: none;
    margin: 0 auto;
}
.top6{
    display: block;
    width: 100%;
    background-color: #fffbda;
}
.tops{
    width: 96%;
    max-width: 760px;
    margin: 30px auto 70px;
    overflow: hidden;
    padding:  15px;    
}
a.a_top{
    display: block;
    float: left;
    width: 32%;
    height: 100%;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    line-height: 2.2em;
    padding: 20px 1%;
    margin: 25px 2% 0px 0;
    text-decoration: none;
    transition: all 0.3s ease;
    transition-duration: 0.3s;
    min-height: 220px;
}
a.a_top:nth-child(3n){
    margin-right: 0;
}
a.a_top:hover{
    transform: scale(1.025);
  transition-duration: 0.3s;
}
a.a_top p{
    font-size: 21px;
    line-height: 1.5em;
    letter-spacing: 0.03em;
}
p.need_mt{
    margin-top: 10px;
}
img.need_mt_img{
    margin-top: 10px;
}
@media (max-width:768px){
    .tops {
        width: 100%;
        max-width: 760px;
        margin: 0px auto 10px;
        overflow: hidden;
        padding: 15px;
    }
    a.a_top img{
        max-width: 130px;
    }
    a.a_top p {
        font-size: 18px;
        line-height: 1.3em;
    }
    a.a_top {
        padding: 15px 1%;
        margin: 25px 2% 0px 0;
        min-height: 185px;
    }
    p.need_mt{
        margin-top: 5px;
    }
}
@media (max-width:550px){
    a.a_top img {
        max-width: 100px;
    }
    a.a_top {
        padding: 15px 1%;
        margin: 25px 2% 0px 0;
        min-height: 160px;
    }
}
@media (max-width:450px){
    a.a_top img {
        max-width: 80px;
    }
    a.a_top p {
        font-size: 16px;
    }
    a.a_top {
        padding: 5px 1%;
        margin: 15px 2% 0px 0;
        min-height: 130px;
    }
}
@media (max-width:390px){
    a.a_top img {
        max-width: 75px;
    }
    a.a_top p {
        font-size: 14px;
    }
    a.a_top {
        padding: 10px 1% 5px;
        margin: 15px 2% 0px 0;
        min-height: 120px;
    }
    p.need_mt{
        margin-top: 2px;
    }
}
@media (max-width:345px){
    a.a_top img {
        max-width: 70px;
    }
    a.a_top p {
        font-size: 3.5vw;
    }
    a.a_top {
        padding: 10px 1% 5px;
        margin: 15px 2% 0px 0;
        min-height: 115px;
    }
    p.need_mt{
        margin-top: 2px;
    }
}
/* ---------------------------------   choice_area   -------------------------------- */
.choice_area{
    width: 96%;
    max-width: 730px;
    margin: 80px auto 50px;
}
.choice_ttl{
    background-color: #f39800;
    text-align: center;
    vertical-align: middle;
    height: 100px;
}
p.choice_ttl_p{
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 32px;
    position: relative;
    padding: 15px;
}
span.choice_000 img{
    width: 100%;
    max-width: 100px;
    margin-bottom: -25px;
}
span.choice_00 img{
    width: 100%;
    max-width: 137px;
    margin-bottom: -20px;
    margin-left: 15px;
}
span.shadow_orange{
    display: block;
    width: 100%;
    height: 5px;
    background-color: #dd6500;
}
.choice_box{
    background-color: #f8b551;
    text-align: center;
    padding: 70px 2% 70px;
}
a.btn_ichiran{
    display: block;
    width: 90%;
    max-width: 440px;
    margin: 0 auto;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    background-color: #eb6100;
    margin-top: 40px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 2em;
    position: relative;
}
a.btn_ichiran:hover{
    color: rgb(255, 224, 212);
}
span.shadow_deep{
    display: block;
    width: 90%;    
    height: 25px;
    background-color: #a84200;
    border-radius: 5px;
    max-width: 440px;
    margin: 0 auto;
    margin-top: -18px;
    position: relative;
    z-index: 0;
}
.select-wrap_ {
    display: inline-block;
    position: relative;
    margin: 0 0 0px;
}
.select-wrap_::before {
    position: absolute;
    right: 15px;
    top: 0px;
    /* font-family: "Font Awesome 5 Free"; */
    content: "▼";
    /* font-weight: 900; */
    line-height: 2em;
    color: #fff;
    pointer-events: none;
    z-index: 20;
    margin-top: 10px;
    margin-right: 0px;
    font-size: 14px;
    padding: 0px 9px;
    background-color: #f39800;
    border-radius: 5px;
    /* transform: rotate(90deg); */
}
.select_1col {
    padding: 0.4em 3em 0.4em 1em;
    width: 100%;
}
.select01_ {
    width: 100%;
    max-width: 440px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    line-height: 1.6em;
    background: #f6f6f6;
    position: relative;
    z-index: 1;
    padding: 0.4em 9em 0.4em 1em;
    border: 1px solid #ced4da;
    border-radius: 0.5em;
    font-size: 22px;
    color: #000;
    outline: none;
    border: #dddddd 1px solid;
}
a.btn_ichiran::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: 15px;
    top: 47%;
    margin: -8px 0 0;
}
@media (max-width:768px){
    span.choice_000 img{
        width: 15%;
        max-width: 100px;
        margin-bottom: -25px;
    }
    span.choice_00 img{
        width: 18%;
        max-width: 137px;
        margin-bottom: -20px;
        margin-left: 15px;
    }
}
@media (max-width:600px){
    .choice_ttl{
        height: auto;
    }
    p.choice_ttl_p {
        font-size: 6vw;
        padding: 15px;
    }
    span.choice_000 img{
        width: 15%;
        max-width: 100px;
        margin-bottom: -20px;
    }
    span.choice_00 img{
        width: 18%;
        max-width: 137px;
        margin-bottom: -15px;
        margin-left: 15px;
    }
}
@media (max-width:520px){
    p.choice_ttl_p {
        font-size: 5.5vw;
        padding: 15px;
    }
    .select01_{
        max-width: 400px;
        padding: 0.4em 7em 0.4em 0.5em;
        font-size: 18px;
        line-height: 2em;
    }
    a.btn_ichiran{
        font-size: 24px;
    }
    a.btn_ichiran{
        width: 85%;
    }
    span.shadow_deep{
        width: 85%;
    }
}
@media (max-width:420px){
    span.choice_00 img {
        margin-bottom: -5px;
    }
    span.choice_000 img {
        margin-bottom: -8px;
    }
    .choice_area {
        margin: 30px auto 30px;
    }
    p.choice_ttl_p {
        font-size: 5.5vw;
        padding: 15px;
    }
    .select01_{
        max-width: 300px;
        padding: 0.4em 7em 0.4em 0.5em;
        font-size: 18px;
        line-height: 2em;
    }
    a.btn_ichiran{
        font-size: 21px;
        line-height: 2.5em;
        margin-top: 30px;
    }
    a.btn_ichiran::before {
        content: "";
        border-left: 13px solid #fff;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        right: 20px;
        top: 47%;
        margin: -8px 0 0;
    }
    .choice_box {
        padding: 40px 2% 40px;
    }
}
@media (max-width:330px){
    p.choice_ttl_p {
        font-size: 5vw;
    }
    p.choice_ttl_p {
        font-size: 5.5vw;
        padding: 15px;
    }
    .select01_{
        max-width: 250px;
        padding: 0.4em 5em 0.4em 0.5em;
        font-size: 14px;
        line-height: 2.5em;
    }
    a.btn_ichiran{
        font-size: 18px;
        line-height: 3em;
    }
    a.btn_ichiran::before{
        right: 15px;
    }    
}


.top_tab{
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.626);
    z-index: 100;
}
.top_btns{
    overflow: hidden;
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.top_btn_l,
.top_btn_m,
.top_btn_r{
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

@media (max-width:768px){
.top_btns{
    gap: 10px;
}
.top_btn_l,
.top_btn_m,
.top_btn_r{
    padding-bottom: 18px;
}
}

.top_btn_l a{
    display: block;
    color: #fff;
    background-color: #ed921b;
    width: 100%;
    font-size: 26px;
    line-height: 3em;
    font-weight: bold;
    font-style: italic;
    margin: 15px auto 0;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.top_btn_m a{
    display: block;
    color: #000;
    background-color: #fff100;
    width: 100%;
    font-size: 26px;
    line-height: 3em;
    font-weight: bold;
    font-style: italic;
    margin: 15px auto 0;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.top_btn_r a{
    display: block;
    color: #fff;
    background-color: #eb6877;
    width: 100%;
    font-size: 26px;
    line-height: 3em;
    font-weight: bold;
    font-style: italic;
    margin: 15px auto 0;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.top_btns .top_btns-icon {
    display: inline-block;
}

@media (max-width:768px){
.top_btns .top_btns-icon {
    display: block;
}
}

.top_btns .top_btns-icon img {
    height: 32px;
    vertical-align: sub;
    margin-right: 10px;
}
.top_btn_l a:hover,
.top_btn_m a:hover,
.top_btn_r a:hover{
    color: rgb(111, 111, 111);
}
#lower_footer {
    padding: 50px 0 130px !important;
}
span.under_y{
    position: absolute;
    width: 100%;
    display: block;
    height: 20px;
    border-radius: 5px;
    bottom: -1px;
    background-color: #b7aa00;
    z-index: -1;
    margin-bottom: 15px;
}
span.under_p{
    position: absolute;
    width: 100%;
    display: block;
    height: 20px;
    border-radius: 5px;
    bottom: -1px;
    background-color: #e5004f;
    z-index: -1;
    margin-bottom: 15px;
}
span.under_o{
    position: absolute;
    width: 100%;
    display: block;
    height: 20px;
    border-radius: 5px;
    bottom: -1px;
    background-color: #b56a08;
    z-index: -1;
    margin-bottom: 15px;
}
@media (max-width:768px){
span.under_y,
span.under_p,
span.under_o {
    bottom: -4px;
}
}

@media (max-width:1100px){
    .top_btn_l a{
        font-size: 22px;
    }
    .top_btn_m a{
        font-size: 22px;
    }
    .top_btn_r a{
        font-size: 22px;
    }
}
@media (max-width:768px){
    .top_btn_l a,
    .top_btn_m a,
    .top_btn_r a{
        font-size: 21px;
        line-height: 1.5em;
        padding: 10px 0;
    }

    .top_btns .top_btns-icon img {
    height: 26px;
    vertical-align: sub;
}
}
@media (max-width:500px){
    .top_btn_l a,
    .top_btn_m a,
    .top_btn_r a{
        font-size: 4vw;
        line-height: 1.5em;
        padding: 5px 0;
    }

    .top_btns .top_btns-icon img {
    height: 24px;
    vertical-align: sub;
    margin-right: 5px;
    }
}

/* ---------------------------------   add スライダー  -------------------------------- */
.wrapper_swiper {
    width: 100%;
}

.for_rl {
    width: 90%;
    max-width: 1000px!important;
    margin: 0 auto;
    position: relative;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
/* .swiper-slide img {
    max-width: 450px!important;
    text-align: center;
    width: 100%;
} */
.slider_02{
    background-color: #fffbda;
    padding: 80px 0% 40px !important;
}
.slider_03{
    background-color: #fff;
    padding: 80px 0%!important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/arrow_right.png) !important;
    right: -60px !important;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/arrow_left.png) !important;
    left: -60px !important;
    right: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50% !important;
    width: 45px !important;
    height: 45px !important;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 45px !important;
    background-position: center;
    background-repeat: no-repeat;
}
.for_s3{
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
}
@media (max-width:1160px){
    .wrapper_swiper {
        width: 96%;
        margin: 0 auto;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: -6% !important;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -6% !important;
    }
} 
@media (max-width:1000px){
    .swiper-button-next, .swiper-button-prev {
        top: 50% !important;
        width: 30px !important;
        height: 30px !important;
        margin-top: -22px;
        background-size: 30px !important;
    }
} 
@media (max-width:600px){
    .slider_02 {
        padding: 40px 0% 20px !important;
    }
    .slider_03 {
        padding: 50px 0%!important;
    }
    .swiper-button-next, .swiper-button-prev {
        top: 60% !important;
        width: 25px !important;
        height: 25px !important;
        margin-top: -22px;
        background-size: 25px !important;
    }
}

@media (max-width:400px){
    .slider_02 {
        padding: 30px 0% 10px !important;
    }
    .slider_03 {
        padding: 35px 0%!important;
    }
    .swiper-button-next, .swiper-button-prev {
        top: 70% !important;
        width: 15px !important;
        height: 15px !important;
        margin-top: -22px;
        background-size: 15px !important;
    }
}
/* ---------------------------------   料金一覧ページ  -------------------------------- */
.course_name{
    background-color: #ff9a0a;
    color: #fff;
    font-size: 18px;
    line-height: 1.2em;
    padding: 15px 0;
    border-radius: 5px 5px 0 0;
}
.list_courses li{
    padding: 0;
}
.list_courses li a{
    padding: 0;
    padding-bottom: 25px;
}
.course_icon{
    position: relative;
}
.course_icon img.icon_pair{
    position: absolute;
    top: -22px;
    right: 13px;
    width: 60%;
    max-width: 50px;
}
.course_icon img{
    width: 60%;
    max-width: 115px;
    margin-top: 30px;
}
.course_stu{
    width: 92%;
    margin: 0 auto;
    border: solid 1px #bbb;
}
.stu_ttl{
    color: #fff;
    background-color: #57b3e2;
    font-size: 16px;
    font-weight: bold;
}
.stu_cost{
    color: #57b3e2;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    padding: 5px 0;
}
.course_adl{
    width: 92%;
    margin: 0 auto;
    border: solid 1px #bbb;
    margin-top: 10px;
}
.adl_ttl{
    color: #fff;
    background-color: #f65d57;
    font-size: 16px;
    font-weight: bold;
}
.adl_cost{
    color: #f65d57;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    padding: 5px 0;
}
.course_all{
    width: 92%;
    margin: 0 auto;
    border: solid 1px #bbb;
    margin-top: 10px;
}
.all_ttl{
    color: #fff;
    background-color: #50c77d;
    font-size: 16px;
    font-weight: bold;
}
.all_cost{
    color: #50c77d;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    padding: 5px 0;
}
span.tax_s{
    font-size: 12px;
    color: #000;
    margin-left: 5px;
}
p.kome{
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 0px;
}
p.kome_s{
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0 0px;
}
.add_mt{
    margin-top: 20px;
}
@media (max-width:450px){
    .course_name{
        font-size: 4vw;
        line-height: 1.2em;
        padding: 15px 0;
        border-radius: 5px 5px 0 0;
    }
    .course_icon img.icon_pair{
        position: absolute;
        top: -22px;
        right: 13px;
        width: 60%;
        max-width: 40px;
    }
}
/* ---------------------------------   各車種料金詳細ページ  -------------------------------- */
.details_top_area{
    margin: 50px 0;
    border: 1px solid #DDD;
    border-radius: 5px;
    overflow: hidden;
}
.each_ttl_dt{
    background-color: #ff9a0a;
    text-align: center;
}
.each_ttl_dt p{
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 2.5em;
}
.each_con_dt{
    padding: 30px 25px 25px 25px;
    overflow: hidden;
    min-height: 280px;
}
.con_left{
    float: left;
    width: 50%;
    position: relative;
}
img.icon_pair_dt{
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    min-width: 65px;
}
img.icon_car_dt{
    position: absolute;
    top: 30px;
    margin-left: 18%;
    width: 50%;
    min-width: 170px;
}
.con_right{
    float: right;
    width: 50%;
    text-align: center;
    margin-top: 15px;
}
.con_right .stu_ttl, .con_right .adl_ttl{
    font-size: 20px;
}
.con_right .stu_cost,.con_right .adl_cost{
    font-size: 24px;
}
.con_right .all_cost,.con_right .all_cost{
    font-size: 24px;
}
.con_right p{
    font-size: 18px;
    margin-top: 20px;
}
.con_right .course_adl{
    margin-top: 20px;
}
@media (max-width:580px){
    .each_con_dt{
        padding: 20px 10px;
        overflow: hidden;
    }
    img.icon_pair_dt{
        position: relative !important;
        top: -100px;
        left: 20px;
        width: 20%;
        min-width: 65px;
    }
    img.icon_car_dt{
        position: relative !important;
        top: 0px;
        margin-left: 23%;
        width: 45%;
        min-width: auto;
    }
    .con_left{
        float: none;
        width: 100%;
        position: relative;
        display: block;
    }
    .con_right{
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        display: block;
    }
}
@media (max-width:440px){
    img.icon_pair_dt{
        position: relative !important;
        top: -100px;
        left: 0px;
        width: 18%;
        min-width: 55px;
    }
    img.icon_car_dt{
        position: relative !important;
        top: 15px;
        margin-left: 23%;
        width: 50%;
        min-width: auto;
    }
}
@media (max-width:310px){
    img.icon_pair_dt{
        position: relative !important;
        top: -70px;
        left: 0px;
        width: 18%;
        min-width: 55px;
    }
    img.icon_car_dt{
        position: relative !important;
        top: 15px;
        margin-left: 16%;
        width: 55%;
        min-width: auto;
    }
}
img.icon_car_dt.no_pair{
    top: 0;
}

.top_tab_{
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.626);
    z-index: 100;
}
.loan_btn_{
    overflow: hidden;
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.loan_btn_box{
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 5px;
    
    background: #fffbd8;
    margin: 15px auto;
}
.loan_btn_box a{
    display: block;
    width: 100%;
    color: #f39800;
    font-size: 26px;
    line-height: 2.5em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    border: 3px solid #f39800;
    transition: all 0.3s ease;
}
.loan_btn_box a:hover{
    opacity: 0.8;
}
@media (max-width:500px){
    .loan_btn_box a{
        display: block;
        width: 100%;
        color: #f39800;
        font-size: 20px;
        line-height: 2.5em;
    }  
}
/* ---------------------------------  アコーディオン部分　-------------------------------- */
.accordion {
    margin-top: 90px;
    text-align: left;
    margin-bottom: 30px;
  }
  .acd-check {
    display: none;
  }
  .acd-label {
    background: #fff;
    display: block;
    position: relative;
    height: 60px;
    font-size: 30px;
    line-height: 2.3em;
    padding-left: 3%;
    letter-spacing: -0.02em;
    overflow: hidden;
    margin-top: -2px;
    font-weight: 900;
    margin-top: 10px;
    text-align: left;

    font-size: 1.2em;
    padding: 0em 0 .5em 25px;
    margin: 0 0 -7px;
    position: relative;
    color: #e76a79;
    margin-top: -50px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 50px;
  }
  .acd-label:hover{
      opacity: 0.8;
  }
  span.acd_left {
    float: left;
  }
  span.acd_right {
    float: right;
    padding-right: 50px;
  }
  .acd-label::after {
    background: #fff;
    box-sizing: border-box;
    content: "＋";
    display: block;
    height: 88px;
    padding-right: 3%;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 24px;
    font-weight: bold;
  }
  .acd-content {
    height: 0;
    /* opacity: 0; */
    transition: 0.5s;
    /* visibility: hidden; */
    padding-left: 3%;
    display: none;
    background-color: #fff;
    color: #000;
    /* border: 1px solid #aaaaaa; */
    border-radius: 5px;
    border: 1px solid #ccc;
    border-top: 0;
    padding-top: 10px;
  }
  .acd-check:checked + .acd-label:after {
    content: "―";
    font-weight: bold;
  }
  .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
    display: block;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 40px;
    padding-bottom: 0;
    font-size: 16px;
    margin-top: -59px;
  }
  /* tr {
    width: 96%;
    margin: 0px auto;
    padding: 5px;
  }
  th {
    width: 15%;
    vertical-align: top;
    padding-top: 25px;
  }
  td {
    width: 80%;
    padding-top: 25px;
    padding-left: 5px;
  }
  th:last-child {
    width: 10%;
    vertical-align: top;
    padding-top: 25px;
    padding-bottom: 10px;
  }
  td:last-child {
    width: 75%;
    padding-right: 5%;
    padding-top: 25px;
    padding-bottom: 10px;
  } */
  .op_plus {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0 5px;
  }
  .op_plus:before,
  .op_plus:after {
    display: block;
    content: "";
    background-color: #333;
    border-radius: 10px;
    position: absolute;
    width: 18px;
    height: 5px;
    top: 7px;
    left: 0;
  }
  .op_plus:before {
    width: 5px;
    height: 18px;
    top: 0;
    left: 7px;
  }
  @media (max-width:560px){
    .ttl_h5 {
        font-size: 1em;
    }
    .acd-label {
        padding: 0em 0 .5em 10px;
    }
    .accordion {
        margin-top: 70px;
    }
    .acd-check:checked + .acd-label + .acd-content{
        font-size: 13px;
    }
    .information_box {
        width: 100%;
        padding: 1em;
        font-size: 11px;
    }
}
@media (max-width:450px){
    .ttl_h4 {
        font-size: 1em !important;
    }
    .ttl_h5 {
        font-size: 3.5vw !important;
    }
    .acd-label {
        line-height: 2.5em !important;
    }
    .each_ttl_dt p {
        font-size: 20px;
        line-height: 2.3em;
    }
    .details_top_area {
        margin: 20px 0;
    }
    .con_right .stu_ttl, .con_right .adl_ttl{
        font-size: 14px;
    }
    .con_right .stu_cost,.con_right .adl_cost{
        font-size: 16px;
    }
    .con_right .all_cost,.con_right .all_cost{
        font-size: 12px;
    }
    .con_right p{
        font-size: 14px;
        margin-top: 20px;
    }
    .con_right .course_adl{
        margin-top: 20px;
    }
    .tbl_01 {
        font-size: 11px;
    }
    .academicTraining {
        width: 100% !important;
        padding: 1em !important;
        border: 1px solid #F90;
        float: right;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        font-size: 14px !important;
        margin-top: 15px;
    }
    .practicalSkill {
        width: 100% !important;
        padding: 1em !important;
        border: 1px solid #F90;
        float: left;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        font-size: 14px !important;
        
    }
    .tbl_01 th, .tbl_01 td {
        border-bottom: 1px solid #CCC;
        border-right: 1px solid #CCC;
        padding: 0.5em;
    }
    .loan_btn_box a {
        display: block;
        width: 100%;
        color: #f39800;
        font-size: 16px;
        line-height: 2.5em;
    }
}
@media (max-width:350px){
    .acd-check:checked + .acd-label + .acd-content{
        font-size: 12px;
    }
}
.pp_area{
    display: block;
    margin: 50px auto;
    letter-spacing: -0.01em;
    width: 100%;
    text-align: center;
    /* border-radius: 5px; */
    border: #ccc solid 1px;
    padding: 1em;
}
.to_c{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    margin: 40px auto;
    font-size: 18px;
    border-radius: 5px;
    border: #F90 solid 1px;
    line-height: 2.5em;
    background: #F90;
    color: #fff;
    font-weight: bold;
    
}
p.pp_box_ttl{
    margin-top: 50px;
}
.pp_ttl{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin-top: 30px;
}
.pp_con{
    font-size: 16px;
    margin: 10px auto;
    letter-spacing: -0.01em;
    font-weight: 700;
    line-height: 2em;
    margin-bottom: 60px;
}
.pp_each{
    margin: 30px auto;
    letter-spacing: -0.01em;
}
.pp_each{
    font-size: 15px;
    letter-spacing: 0.01em;
    font-weight: 700;
    line-height: 2em;
}
p.pp_ttl_s{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: -0.01em;
    /* padding-left: 1em;
    padding-right: 2em;
    text-indent: -1em; */
    position: relative;
}
/* p.pp_ttl_s span{
    background:linear-gradient(transparent 75%, #c2e8fc 0%);
} */
.pp_fin{
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    margin-top: 70px;
    letter-spacing: 0.07em;
}
/* p.pp_ttl_s::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: repeating-linear-gradient(
-45deg, skyblue, skyblue 2px, white 2px, white 4px);
} */
a.bus_bn{
    transition: all 0.3s ease;
    margin-top: 15px;
    display: block;
}
a.bus_bn:hover{
    opacity: 0.8;
}


.course_all-explain {
	text-align: center;
}
.course_all-explain h4 {
	font-size: 1.6em;
	color: #ff9a0a;
	padding-bottom: 10px;
}
.icon_car17 {
	background:url(../images/icon_h3_car17.png) no-repeat 0 5px;
}



/*2024.05.25改修*/
.fixed_contactbtn {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 5px;
    margin: 15px auto 0;
    padding-bottom: 25px;
    text-align: center;    
    position: relative;
}
.fixed_contactbtn a{
    display: block;
    color: #000!important;
    background-color: #fff100;
    width: 100%;
    font-size: 26px;
    line-height: 3em;
    font-weight: bold;
    font-style: italic;
    margin: 15px auto 0;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    
}

@media (max-width: 768px) {
    .fixed_contactbtn a {
        font-size: 21px;
        line-height: 2.5em;
    }
}

@media (max-width: 500px) {
    .fixed_contactbtn a {
        font-size: 4vw;
        line-height: 2.5em;
    }
}