@charset "utf-8";

@media screen and (min-width : 769px) {

    #contents_area {
        color: #666;
    }

    /* ------------------------------------------------------------
    *
        #lnav_wrap
    *
    ------------------------------------------------------------ */
    #lnav_wrap .logo {
        padding: 40px 0 10px;
        text-align: center;
    }

    #lnav_wrap .logo img {
        width: 170px;
    }

    #lnav {
        position: relative;
        width: 100%;
        height: 60px;
        min-height: 60px;
        background-color: #fff;
        z-index: 3;
    }

    #lnav.fixed {
        position: fixed;
        top: 0;
        background-color: #fff;
        /*        background: #fff url(../common/image_common/bg_shadow.png) no-repeat bottom center;*/
        background-size: 1280px auto;
    }

    #lnav .lnav_inner {
        position: relative;
        margin: 0 auto;
        width: 980px;
        text-align: center;
    }

    #lnav ul {
        margin: 0 auto;
        display: inline-block;
    }

    #lnav .lnav_logo {
        width: 150px;
        position: absolute;
        top: 5px;
        left: 0;
        opacity: 0;
    }

    #lnav.fixed .lnav_logo {
        opacity: 1;
    }

    #lnav .lnav_logo img {
        max-width: 100%;
    }

    #lnav ul li {
        float: left;
        padding: 19px 15px;
        font-size: 15px;
        font-family: var(--font-bold);
        box-sizing: border-box;
    }

    #lnav ul li a {
        color: #6C9AD1;
    }

    #lnav.fixed ul {
        margin-left: 145px;
    }

    #lnav.fixed ul li {
        padding: 23px 8px 0;
    }

    #lnav_wrap.fixed-wrap .shadow {
        display: block;
    }

    .shadow {
        display: none;
        overflow: hidden;
        position: fixed;
        left: 0;
        right: 0;
        top: 5px;
        margin: 0 auto;
        padding-bottom: 8px;
        width: 1280px;
        height: 55px;
        z-index: 1;
    }

    .shadow .shadow_in {
        position: relative;
        width: 1280px;
        height: 55px;
        -webkit-box-shadow: 0 0px 8px -5px rgba(182, 182, 182, 1);
        box-shadow: 0 0px 8px -5px rgba(182, 182, 182, 1);
    }

    .shadow .shadow_in:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        margin: 0 auto;
        width: 98%;
        height: 50%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.95);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.95);
        z-index: -1;
    }

    /* ------------------------------------------------------------
    *
        .floating_banner
    *
    ------------------------------------------------------------ */
	.floating_banner {
		position: fixed;
		width: 194px;
		top: 50%;
		right: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		z-index: 3;
	}

	.floating_banner img {
		max-width: 100%;
	}

	.floating_banner_sp {
		display: none;
	}

    /* ------------------------------------------------------------
    *
        #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%;
        overflow: hidden;
    }

    #main_visual .pic_visual img {
        margin: 0 auto;
        width: 100%;
        max-width: 980px;
        height: auto;
    }


    /* ------------------------------------------------------------
    *
        .section
    *
    ------------------------------------------------------------ */
    .section {
        margin-bottom: 80px;
        color: #666;
    }

    .section h2 {
        margin-bottom: 45px;
        color: #595757;
        font-size: 29px;
        font-family: var(--font-bold);
        text-align: center;
        line-height: 1.3;
    }

    .section h2:after {
        content: "";
        display: block;
        margin: 23px auto 0;
        width: 60px;
        height: 3px;
        background-color: #0068B5;
    }

    .section h3 {
        text-align: center;
    }

    .section_column {
        margin-bottom: 50px;
        width: 870px;
        line-height: 1.5em;
        overflow: inherit;
    }

    .section_column .col_left {
        width: 568px;
        font-size: 14px;
    }

    .section .section_column h3,
    .section .section_column h4 {
        padding: 0;
    }

    .section_column .col_right {
        width: 300px;
    }

    .section_column .col_right .pic {
        text-align: left;
    }

    /* about_box */

	#about_top {
		margin-bottom: 60px;
	}

	.section_column.about_01 {
		margin-bottom: 54px;
	}

	.section_column.about_01 h2 {
        margin: 60px 0 24px 0;
		color: #666;
        text-align: left;
		font-size: 40px;
		font-weight: normal;
        line-height: 1.4;
	}

	.section_column.about_01 h2:after {
		display: none;
	}

    .section_column.about_01 .pic img {
        position: relative;
        top: -10px;
        left: 20px;
        width: 295px;
	}

    .section_column .caution {
        margin: 0 0 10px 10px !important;
        font-size: 12px;
        font-family: var(--font-light);
        text-align: left;
        line-height: 1.7;
    }

    .section_column .copy {
        margin: 0 0 5px 10px;
        color: #6C9AD1;
        font-size: 17px;
        font-family: var(--font-bold);
    }

    .section_column.about_02 {
        width: 880px;
    }

    .section_column.about_02 .col_left {
        width: 620px;
        font-size: 14px;
    }

    .section_column.about_02 .pic {
        margin: 0 0 13px;
		width: 852px;

    }

	.section_column.about_03 h2 {
		margin-bottom: 60px;
	}

	.section_column.about_03 .col_left,
	.section_column.about_03 .col_right {
		width: calc(50% - 32px);
	}

	.section_column.about_03 .tit_voice {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 36px;
	}

	.section_column.about_03 .tit_voice .pic {
		margin-bottom: 0;
		padding-right: 36px;
		width: 78px;
	}

	.section_column.about_03 .tit_voice h3 {
		margin-bottom: 0;
		color: #000;
		text-align: left;
		font-size: 24px;
		line-height: 1.5em;
	}

	.section_column.about_03 .tit_voice .cap {
		margin-bottom: 26px;
		color: #727171;
		font-size: 16px;
	}

	.section_column.about_03 .v_block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.section_column.about_03 .v_block .desc {
		color: #666;
		font-size: 20px;
        font-family: var(--font-bold);
		line-height: 1.5;
	}

    .section_column.about_03 .col_right .v_block {
        padding-top: 36px;
	}

	.section_column.about_03 .col_right .v_block .desc {
        padding-right: 10px;
	}

    .section_column.about_03 .v_block .pic {
		width: 107px;
	}




    .hr {
        margin: 34px auto 42px;
        width: 910px;
        height: 14px;
        background: url(../common/image_common/line.png) no-repeat 0 0;
        background-size: 100% auto;
    }

    #choice {
        margin-bottom: 108px;
    }

	#choice h2 {
		margin-bottom: 40px;
	}

	#choice .tab_inner h2 {
		margin-bottom: 38px;
	}

    #choice .caution {
        text-align: center;
        font-family: var(--font-light);
        font-size: 14px;
    }

	.sec_osusume {
		margin-bottom: 55px;
		padding: 44px 44px 30px;
		background-color: #f5f6f6;
	}

	.sec_osusume.sec_ss {
		margin-bottom: 0;
		padding: 60px 44px 51px;
	}

	.sec_osusume h3.course_tit {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin: 0 auto 40px;
		width: 650px;
		padding: 0;
		text-align: left;
		font-family: var(--font-bold);
		align-items: flex-end;
		justify-content: center;
	}

	.sec_osusume .blue {
		color: #0068B5;
	}

	.sec_osusume .orange {
		color: #E9450A;
	}

	.sec_osusume h3 {
		line-height: 1.3;
	}

	.sec_osusume h3 img {
		width: 250px;
	}

	.sec_osusume h3.blue img {
		padding-right: 27px;
	}

	.sec_osusume h3.orange img {
		padding-right: 9px;
	}

	.sec_osusume.sec_ss h3 {
		margin-bottom: 45px;
		font-family: var(--font-bold);
	}

	.sec_osusume h4 {
		margin-bottom: 76px;
		font-size: 24px;
		text-align: center;
		line-height: 1.6;
	}
	.sec_osusume .sub_course {
		position: relative;
	}

	.sec_osusume .subscribe {
		position: absolute;
		margin-bottom: 0;
		text-align: center;
		font-size: 12px;
        font-family: var(--font-light);
		z-index: 1;
	}

	.sec_osusume .subscribe span {
		display: block;
		font-size: 28px;
	}

	.sec_osusume .subscribe span .lg {
		display: inline-block;
		font-size: 50px;
		line-height: 1;
	}

	.sec_osusume .pic {
		margin-bottom: 25px;
	}

	.sec_osusume .caption {
		padding-left: 12px;
		text-indent: -12px;
		font-size: 12px;
        font-family: var(--font-light);
		line-height: 1.6;
	}

    .choice_inner {
        margin: 0 auto;
        width: 1224px;
    }

    .choice_inner .tab_nav {
        margin-top: 60px;
        border-bottom: 6px solid #0068b5;
    }

    .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 #0068b5;
        border-bottom: none;
        background-color: #0068b5;
    }

    .choice_inner .tab_nav li.current {
		color: #0068b5;
        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.current:after {
		content: "";
		position: absolute;
		bottom: -14px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 0;
		height: 0;
		background-size: 20px auto;
		border-top: 17px solid #0068b5;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}

	.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.nav-tabs-bottom {
		margin-top: 150px;
		border-top: 6px solid #0068b5;
		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 #0068b5;
	}

	.choice_inner .tab_nav.nav-tabs-bottom li.current:after {
		top: -14px;
		bottom: 0;
		border-top: 0;
    	border-bottom: 14px solid #0068b5;
	}

    .tab_content {
        display: none;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .tab_content.current {
        display: block;
    }

    .tab_inner {
        margin: 73px auto 0;
        width: 940px;
    }

    .choice_inner .inner_tab {
        margin-top: 47px;
        border-bottom: 6px solid #0068b5;
    }

    .choice_inner .inner_tab:after {
        content: "";
        display: block;
        clear: both;
    }

    .choice_inner .inner_tab ul {
        margin: 0 auto;
        width: 890px;
    }

    .choice_inner .inner_tab li {
        position: relative;
        top: 6px;
        float: left;
        margin: 0 8px;
        padding: 20px 0px;
        width: 429px;
        height: 72px;
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        cursor: pointer;
        box-sizing: border-box;
        border: 6px solid #0068b5;
        border-bottom: none;
        background-color: #0068b5;
    }

    .choice_inner .inner_tab li.active {
		color: #0068b5;
        background-color: #fff;
    }

	.choice_inner .inner_tab li.active:after {
		content: "";
		position: absolute;
		bottom: -14px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 0;
		height: 0;
		background-size: 20px auto;
		border-top: 17px solid #0068b5;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}

    .inner_tab_content {
        display: none;
		margin: 60px auto 0;
		max-width: 900px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .inner_tab_content.current {
        display: block;
    }

	.inner_tab_content .pic {
		margin-bottom: 9px;
	}

	.inner_tab_content .caption {
		padding-top: 5px;
		color: #221714;
		font-size: 16px;
		font-family: var(--font-bold);
	}

	.inner_tab_content .caption_star {
    	padding: 5px 25px 0 6px;
		color: #221714;
		font-size: 14px;
        font-family: var(--font-light);
		font-weight: normal;
	}

    .shaken_box {
        margin: 98px auto 0;
        padding: 30px 0 26px;
        width: 850px;
        background-color: #F6F7F7;
    }

    .shaken_box h3 {
		margin-bottom: 0;
        color: #0068B5;
        font-size: 24px;
        font-family: var(--font-bold);
        text-align: center;
        line-height: 1.1;
    }

    .shaken_box .col_wrap {
        padding-left: 53px;
    }

    .shaken_box .col_wrap:after {
        content: "";
        display: block;
        clear: both;
    }

    .shaken_box .col {
        float: left;
        margin: 22px 0 18px;
        width: 360px;
        font-size: 14px;
        line-height: 1.7;
    }

    .shaken_box .col .tit {
        margin-bottom: 5px;
        color: #6C9AD1;
        font-size: 16px;
    }

	.shaken_box .col:nth-of-type(1),
	.shaken_box .col:nth-of-type(2) {
		margin-bottom: 27px;
	}

    .shaken_box .col:nth-child(2n+1) {
        margin-right: 40px;
    }

    .section .detail {
        text-align: center;
    }

    .section .detail a {
        color: #2EA7E0 !important;
        font-size: 14px;
        text-align: center;
    }

    .section .detail a:after {
        background: none;
    }

    .section .detail a:before {
		content: "";
		position: relative;
		top: 3px;
		display: inline-block;
		margin-right: 5px;
		width: 18px;
		height: 18px;
		background: url(../common/image_common/arrow_blue.png) no-repeat;
		background-size: 18px auto;
    }

	#entry {
		margin: 100px 0 105px;
    }

	#choice #entry h2,
	#choice #t_entry h2 {
		margin-bottom: 42px;
	}

    #t_entry {
		margin-top: 80px;
	}

    .entry_block {
        margin: 0 0 0 65px;
        color: #4d4d4d;
    }

    .entry_block dl {
        margin-bottom: 15px;
        padding-bottom: 9px;
        text-align: left;
        line-height: 1.5;
        border-bottom: 1px solid #969696;
    }

    .entry_block dl:last-child {
        border: none;
    }

    .entry_block dl dt {
        display: inline-block;
        margin-left: 30px;
        padding: 5px 0;
        width: 136px;
        color: #0068B5;
        font-size: 17px;
        font-family: var(--font-bold);
        vertical-align: top;
    }

    .entry_block dl dd {
        display: inline-block;
        width: 688px;
        font-size: 16px;
    }

    .entry_block dl dd .cap {
        color: #666666;
        font-size: 14px;
    }

	#choice #course h2,
	#choice #t_course h2 {
		margin-bottom: 78px;
	}

    .course_wrap {
        margin: 0 auto;
        width: 850px;
    }

    .course_wrap .pic img {
        width: 846px;
    }

    .course_wrap .caption {
        padding-top: 5px;
        color: #221714;
        font-size: 16px;
        font-family: var(--font-light);
        font-family: var(--font-bold);
    }

    .course_wrap .caption_star {
        padding: 5px 25px 0 5px;
        color: #221714;
        font-size: 14px;
        font-family: var(--font-light);
		font-weight: normal;
    }

    #faq {
        margin-bottom: 82px;
    }

	#faq h2 {
		margin-bottom: 64px;
	}

    .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: 14px 0;
        border-top: 1px solid #969696;
    }

    .faq_wrap .qa .ans .txt {
        display: inline-block;
        width: 760px;
    }

    .faq_wrap .qa .ans p {
        padding: 10px 0;
    }

    .faq_wrap .qa .ico_a {
        display: inline-block;
        width: 60px;
        vertical-align: middle;
    }

    .faq_wrap .qa .ico_a img {
        position: relative;
        top: -5px;
        left: -20px;
        width: 49px;
    }

    .faq_wrap .qa .ans .txt .one_line {
        padding-top: 20px;
    }

    .faq_wrap .caution_w {
        margin: 42px 0 0;
    }

    .faq_wrap .caution {
        padding-left: 14px;
        text-indent: -14px;
    }

    #search {
        margin-bottom: 68px;
    }

    .search_btn {
        text-align: center;
    }

    .search_btn img {
        width: 458px;
    }

    /* .pop_up */
    #popup_box {
        display: none;
    }

    .popup {
        padding: 30px 20px;
    }

	.popup img {
		width: 814px;
	}

    #cboxContent {
        margin: 10px 10px 0;
        background: none;
    }

    #cboxLoadedContent {
        border: 2px solid #727171;
        border-radius: 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #cboxClose {
        top: -5px;
        right: -5px;
    }

    #cboxClose:hover {
        opacity: 1;
    }


}
