@charset "utf-8";

@media screen and (min-width : 769px) {
    
    #lnav.fixed {
        height: inherit;
    }

    #lnav.fixed ul {
        margin-left: 116px;
    }
    
    #lnav.fixed ul li {
        font-size: 14px;
    }
    /* ------------------------------------------------------------
    *
        #top_mov
    *
    ------------------------------------------------------------ */

    #top_mov {
        margin: 0 auto 70px;
        max-width: 980px;
        border: solid 1px #ccc;
    }

    .htc-embed-movie {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    .htc-embed-movie iframe, .htc-embed-movie .video-js {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        margin: auto;
    }

    /* ------------------------------------------------------------
    *
        #main_visual
    *
    ------------------------------------------------------------ */

    /* #main_visual */
    #main_visual {
        margin-bottom: 70px;
        width: 100%;
        text-align: center;
    }

    #main_visual .pic_visual img {
        margin: 0 auto;
        width: 100%;
        max-width: 980px;
        height: auto;
    }


    /* ------------------------------------------------------------
    *
        .section
    *
    ------------------------------------------------------------ */

    .section_column .col_left {
        width: 599px;
        font-size: 14px;
    }

    .section .section_column h3,
    .section .section_column h4 {
        padding: 0;
    }

    .section_column .col_right {
        width: 331px;
    }

    .section_column .col_right .pic {
        text-align: left;
    }
    
    .line {
        font-family: var(--font-bold);
        border-bottom: 2px solid #8DC21F;
    }


    /* ------------------------------------------------------------
    *
        #about_top
    *
    ------------------------------------------------------------ */
    #about_top {
        margin-top: 110px;
    }

    .section_column.sec_about .col_left {
        padding-left: 50px;
        width: 547px;
        box-sizing: border-box;
    }

    .section_column.sec_about .col_right {
        width: 265px;
    }

    .sec_about .col_right .desc {
        margin-bottom: 25px;
        line-height: 2em;
    }

    .sec_about h2 {
        margin-bottom: 30px;
        padding-top: 16px;
        text-align: left;
        color: #666;
        font-size: 40px;
        font-family: var(--font-light);
        font-weight: normal;
        line-height: 1.4em;
    }

    .sec_about h2::after {
        display: none;
    }

    .sec_about .abt_list {
        margin-top: 30px;
    }

    .sec_about h3 {
        padding-bottom: 24px;
        text-align: left;
        font-size: 20px;
        font-weight: normal;
    }

    .sec_about h3:before {
        display: inline-block;
        position: relative;
        top: 1px;
        margin-right: 10px;
        content: "■";
        color: #8BC01F;
        font-size: 22px;
    }

    .section_column.sec_about .caption {
        font-size: 11px;
        font-family: var(--font-light);
    }

    .sec_about .line {
        font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro' ;
    }

    #about_top .detail {
        padding: 22px 0 15px;
    }

    /* ------------------------------------------------------------
    *
        #repair
    *
    ------------------------------------------------------------ */

    #repair {
        margin-top: 100px;
    }

    .repair_list {
        margin-top: 50px;
    }

    .repair_list img {
        max-width: 100%;
    }

    .repair_list .caption {
        margin-top: 40px;
        padding-bottom: 5px;
        text-align: center;
        font-size: 13px;
        font-family: var(--font-light);
    }
    

    /* ------------------------------------------------------------
    *
        #choice
    *
    ------------------------------------------------------------ */
    .choice_inner {
        margin: 0 auto;
        width: 1224px;
    }

    .choice_inner .tab_nav {
        margin-top: 54px;
        border-bottom: 6px solid #8dc21f;
    }

    .choice_inner .tab_nav:after {
        content: "";
        display: block;
        clear: both;
    }

    .choice_inner .tab_nav ul {
        margin: 0 auto;
        width: 890px;
    }

    .choice_inner .tab_nav li {
        position: relative;
        top: 6px;
        float: left;
        margin: 0 8px;
        padding: 30px 0px;
        width: 429px;
        height: 104px;
        color: #fff;
        font-size: 38px;
        font-weight: 500;
        text-align: center;
        cursor: pointer;
        box-sizing: border-box;
        border: 6px solid #8dc21f;
        border-bottom: none;
        background-color: #8dc21f;
    }

    .choice_inner .tab_nav li.current {
		color: #8dc21f;
        background-color: #fff;
    }
	
	.choice_inner .tab_nav li:before {
		content: "";
		position: relative;
		top: 3px;
		right: 10px;
		display: inline-block;
		margin-right: 7px;
		width: 56px;
		height: 36px;
		background-size: 16px auto;
	}
	
	.choice_inner .tab_nav li.tab_passenger:before {
		background: url(../../image/icon_passenger_off.png) no-repeat;
        background-size: 56px;
	}
	
	.choice_inner .tab_nav li.tab_passenger.current:before {
		background: url(../../image/icon_passenger_on.png) no-repeat;
        background-size: 56px;
	}
	
	.choice_inner .tab_nav li.tab_trucks:before {
		background: url(../../image/icon_trucks_off.png) no-repeat;
		background-size: 56px;
	}
	
	.choice_inner .tab_nav li.tab_trucks.current:before {
		background: url(../../image/icon_trucks_on.png) no-repeat;
		background-size: 56px;
	}

    .choice_inner .tab_nav li.current:after {
        content:'';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -17px;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-top: 17px solid #8BC01F;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
	
	.choice_inner .tab_nav.nav-tabs-bottom {
		border-top: 6px solid #8dc21f;
		border-bottom: none;
	}
	
	.choice_inner .tab_nav.nav-tabs-bottom:before {
		content: "";
		display: block;
		clear: both;
	}
	
	.choice_inner .tab_nav.nav-tabs-bottom:after {
		display: none;
	}
	
	.choice_inner .tab_nav.nav-tabs-bottom li {
		top: -6px;
		border-top: none !important;
        border: 6px solid #8dc21f;
	}


    .tab_content {
        display: none;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .tab_content.current {
        display: block;
    }

    .tab_inner {
        margin: 90px auto 0;
        width: 960px;
    }

    .tab_inner h3 {
        font-size: 28px;
    }

    .tab_inner h3 span {
        font-family: var(--font-bold);
    }

    .tab_inner .tit {
        margin: 50px 0 20px;
        padding: 0 0 0 20px;
        color: #22ac38;
        font-size: 37px;
        line-height: 1.5em;
        border-left: 4px solid #8dc21f;
    }

    .tab_inner .section_column .col_left {
        width: 586px;
    }

    .tab_inner .section_column .col_right {
        width: 328px;
    }

    .tab_inner .section_column .copy {
        padding-left: 24px;
    }

    .osusume_block {
        margin: 42px auto;
        width: 800px;
    }

    .tab_inner .course_tit {
        margin-top: 30px;
        text-align: left;
        font-size: 52px;
        font-family: var(--font-bold);
        line-height: 1.2;
    }

    .tab_inner .course_tit span {
        padding-left: 32px;
        letter-spacing: 1px;
        font-size: 29px;
        font-family: var(--font-light) !important;
        font-weight: normal !important;
        line-height: 1.4;
    }

    .osusume_img {
        margin-top: 28px;
        text-align: center;
    }

    .osusume_img img {
        max-width: 100%;
    }

    .dg_green {
        color: #179142 !important;
    }

    .osusume_block .desc {
        margin-top: 35px;
        display: flex;
        font-size: 27px;
        justify-content: center;
        line-height: 1.75em;
    }

    .point_box {
        position: relative;
        margin-bottom: 32px;
        padding: 32px 0 30px;
        background-color: #F5F6F6;
        text-align: center;
    }

    .point_box:before {
        display: block;
        content: "";
        position: absolute;
        top: 52px;
        left: -16px;
        width: 171px;
        height: 60px;
        background-size: 160px auto;
        background-repeat: no-repeat;
    }

    .point_box.point_01:before {
        background-image: url(../../image/ico_point_01.png);
    }

    .point_box .point_tit {
        margin-bottom: 10px;
        margin-left: 193px;
        padding: 0;
        text-align: left;
        font-size: 27px;
        line-height: 1.6em;
    }

    .point_box .point_tit span {
        font-size: 37px;
    }

    .point_box .point_img {
        padding: 0 1px 0 34px;
    }

    .point_box .point_img img {
        max-width: 100%;
    }

    .point_box .btn {
        margin-top: 30px;
        text-align: center;
    }

    .point_box.point_01 .btn img {
        width: 441px;
    }

    .point_box.point_02 {
        margin-bottom: 44px;
        padding: 50px 0 42px;
    }

    .point_box .desc {
        margin-top: 30px;
        text-align: center;
        font-size: 27px;
        line-height: 1.7em;
    }

    .point_box .desc .bold {
        font-size: 37px;
        font-family: var(--font-bold);
    }

    .point_box .desc .sup {
        top: 5px;
    }

    .point_box.point_02:before {
        background-image: url(../../image/ico_point_02.png);
    }

    .point_box.point_02 .point_img {
        margin-top: 70px;
        padding-right: 32px;
    }

    .point_box .caption {
        margin-top: 20px;
        font-size: 14px;
        font-family: var(--font-light);
    }

    .point_box.point_02 .btn {
        margin-top: 42px;
    }

    .point_box.point_02 .btn img {
        width: 336px;
    }

    .block {
        margin-bottom: 120px;
    }

    .inner_tab {
        margin: 0 auto 70px;
        display: flex;
        width: 940px;
        justify-content: center;
        border-bottom: 4px solid #8BC01F;
    }

    .inner_tab.switch_pc {
        display: flex;
    }

    /* .inner_tab ul {
    } */

    .inner_tab li {
        position: relative;
        float: left;
        display: inline-flex;
        margin-right: 11px;
        padding-top: 8px;
        width: 295px;
        height: 70px;
        border: 4px solid #8BC01F;
        border-bottom: none;
        background-color: #8BC01F;
        box-sizing: border-box;
        color: #fff;
        font-size: 24px;
        line-height: 1.1em;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .inner_tab li.active {
        background-color: #fff;
        color: #8BC01F;
    }

    .inner_tab li.active::before {
        position: absolute;
        left: 0;
        bottom: -20px;
        content: "";
        width: 100%;
        height: 20px;
        background-color: #fff;
        z-index: 0;
    }

    .inner_tab li.active::after {
        content:'';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -17px;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-top: 17px solid #8BC01F;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .inner_tab li:last-child {
        margin-right: 0;
    }

    .inner_tab li:not(.active):last-child {
        border-color: #B7D874;
        background-color: #B7D874;
    }

    .inner_tab li.active:last-child {
        padding-top: 0;
    }

    .inner_tab li span {
        font-size: 18px;
    }


    .inner_tab_content_wrap {
        margin: 0 auto 40px;
        width: 940px;
    }

    .inner_tab_content {
        display: none;
    }

    .inner_tab_content.current {
        display: block;
    }

    #passenger .column_01 .pic {
        margin-bottom: 0;
    }

    .tab_inner .tit_c {
        position: relative;
        margin: 0 0 36px;
        color: #8CBB20;
        font-size: 28px;
        line-height: 1.7em;
    }

    .tab_inner .tit_c .name {
        display: inline-block;
        padding: 0 0 12px;
        margin-right: 50px;
        margin-bottom: 0;
        color: #8CBB20;
        font-size: 31px;
        font-family: var(--font-bold);
        line-height: 120%;
        vertical-align: middle;
        border-bottom: 3px solid #8CBB20;
    }

    .tab_inner .tit_c .name_desc {
        margin-bottom: 0;
        display: inline-block;
        width: 714px;
        font-family: var(--font-bold);
        letter-spacing: 2px;
        line-height: 1.4em;
        vertical-align: middle;
    }

    .inner_tab_content .desc {
        position: relative;
        margin: 0 auto 30px;
        text-align: center;
        color: #666;
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 2px;
        line-height: 1.5em;
    }

    .inner_tab_content .desc .bold {
        font-family: var(--font-bold);
    }

    .inner_tab_content .btn_cap {
        position: absolute;
        top: 48%;
        right: 0;
        width: 220px;
        transform: translateY(-50%);
    }

    .inner_tab_content .btn_cap img {
        max-width: 100%;
    }

    .inner_tab_content .pic {
        margin-bottom: 42px;
    }

    .tab_inner .img .pic {
        text-align: right;
    }

    .tab_inner .pic_new img {
        margin-bottom: 38px;
        width: 724px;
    }

    .tab_inner .pic_shaken img {
        margin-bottom: 35px;
        width: 722px;
    }
    
    .tab_inner .tit_c.dg_green .name {
        color: #179142;
        border-color: #179142;
    }

    .blue {
        color: #1693D2 !important;
    }

    #pass_shinsha .column_02 .tit_c {
        margin-bottom: 48px;
    }

    #trucks_first_time .tit_c{
        margin-bottom: 24px;
    }
    
    .tab_inner .tit_c.blue .name {
        color: #1693D2;
        border-color: #1693D2;
    }

    #trucks_first_time .desc,#pass_extend .tit_c{
        margin-bottom: 60px;
    }

    .section_column.column_02 {
        margin-bottom: 80px;
    }

    .section_column.btmbd {
        padding-bottom: 40px;
        background: url(../../common/image_common/line.png) no-repeat bottom center;
        background-size: 914px auto;
    }

    .column_03 h4 {
        margin-top: 60px;
    }

    .tab_inner .tit_c.pink .name {
        color: #d95096;
        border-bottom: 3px solid #d95096;
    }

    .tab_inner .tit_c.pink .name_desc {
        color: #717171;
        font-weight: normal;
    }

    .inner_tab_content .extend_copy {
        margin-bottom: 42px;
        text-align: center;
        color: #d75094;
        font-size: 33px;
        font-family: var(--font-bold);
        line-height: 1.46em;
    }

    #trucks_extend .desc {
        letter-spacing: 1px;
    } 

    #cboxContent {
        margin: 10px 10px 0;
        background: none;
    }

    #cboxLoadedContent {
        padding: 5px;
        border: 2px solid #B3B3B3;
        border-radius: 10px;
        box-shadow: none;
    }

    #cboxClose {
        top: -5px;
        right: -5px;
    }

    #cboxClose:hover {
        opacity: 1;
    }

    /* ------------------------------------------------------------
    *
        #faq
    *
    ------------------------------------------------------------ */


    .faq_wrap {
        margin: 0 auto;
        width: 890px;
    }

    .faq_wrap {
        color: #4d4d4d;
        font-size: 14px;
        line-height: 1.5;
    }

    .faq_wrap .qa {
        margin-bottom: 20px;
        background: url(../../common/image_common/line.png) no-repeat bottom center;
        background-size: 100% auto;
    }

    .faq_wrap .qa.btm {
        background: none;
    }

    .faq_wrap .qa .ico_q {
        display: inline-block;
        width: 90px;
        vertical-align: middle;
    }

    .faq_wrap .qa .ico_q img {
        position: relative;
        top: 6px;
        width: 56px;
        vertical-align: middle;
    }

    .faq_wrap .qa .ques {
        display: inline-flex;
        padding: 0 0 5px;
        width: 100%;
        align-items: center;
    }

    .faq_wrap .qa .ans {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: 92px;
        padding: 10px 0 20px;
        border-top: 1px solid #969696;
    }

    .faq_wrap .qa .ans p {
        padding: 19px 0 5px;
    }

    .faq_wrap .qa .ico_a {
        display: inline-block;
        width: 60px;
        vertical-align: middle;
    }

    .faq_wrap .qa .ico_a img {
        position: relative;
        top: -13px;
        left: -20px;
        width: 49px;
    }


    .faq_wrap .qa .ans .txt {
        display: inline-block;
        width: 760px;
        vertical-align: middle;
    }

    .faq_wrap .qa .ans .txt p {
        padding: 0 0 20px;
        line-height: 1.9;
    }

    .faq_wrap .qa .ans .txt .one_line {
        padding-top: 20px;
    }


    .faq_wrap .caution_w {
        margin: 70px 0 0;
    }

    .faq_wrap .caution {
        padding-left: 14px;
        text-indent: -14px;
    }
}
