@charset "utf-8";

@media screen and (min-width : 769px) {

    #contents_area {
        color: #666;
    }

    .bread_crumb {
        position: absolute;
        top: 125px;
        left: 0;
        right: 0;
    }

    .bread_crumb p {
        padding-left: 12px;
        font-size: 11px;
        font-family: var(--font-light);
    }

    /* ------------------------------------------------------------
    *
        #lnav_wrap
    *
    ------------------------------------------------------------ */
    #lnav_wrap .logo {
        padding: 40px 0 22px;
        text-align: center;
    }

    #lnav_wrap .logo img {
        width: 160px;
    }

    #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;
    }

    #lnav .lnav_inner {
        position: relative;
        margin: 0 auto;
        width: 980px;
        text-align: center;
    }

    #lnav ul {
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
    }

    #lnav .lnav_logo {
        width: 116px;
        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: 27px 15px 25px;
        font-size: 15px;
        font-family: var(--font-bold);
        box-sizing: border-box;
    }

    #lnav ul li a {
        color: #22AC38;
    }

    #lnav_wrap.fixed-wrap .shadow {
        display: block;
    }

    .shadow {
        display: none;
        overflow: hidden;
        position: fixed;
        left: 0;
        right: 0;
        top: 6px;
        margin: 0 auto;
        padding-bottom: 8px;
        width: 1280px;
        height: 60px;
        z-index: 1;
    }

    .shadow .shadow_in {
        position: relative;
        width: 1280px;
        height: 60px;
        -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;
    }

    #lnav_wrap.sub #lnav {
        height: 46px;
        min-height: 46px;
        box-sizing: border-box;
    }

    #lnav_wrap.sub #lnav ul li {
        padding: 14px 20px;
    }

    #lnav_wrap.sub #lnav a {
        color: #fff;
    }
    
    .bg_darkgreen {
        background-color: #179342 !important;
        border-bottom: 4px solid #71bd8c;
    }

    .bg_green {
        background-color: #8dc21f !important;
        border-bottom: 4px solid #cedfa1;
    }

    .bg_blue {
        background-color: #1695d4 !important;
        border-bottom: 4px solid #b7d5ea;
    }

    .bg_pink {
        background-color: #d95096 !important;
        border-bottom: 4px solid #f4d2e6;
    }

    #lnav_wrap.sub .shadow {
        height: 40px;
    }

    #lnav_wrap.sub .shadow .shadow_in {
        height: 40px;
    }

    #lnav_wrap.sub #lnav .lnav_logo {
        padding: 2px 0 0;
        width: 300px;
        color: #fff;
        font-size: 28px;
        font-family: var(--font-bold);
        text-align: left;
    }

    #lnav_wrap.sub .lnav_logo span {
        padding-right: 15px;
        font-weight: normal;
        font-size: 20px;
    }

    #lnav_wrap .pg_copy {
        padding: 20px 0 15px;
        font-size: 24px;
        text-align: center;
    }

    #lnav_wrap .pg_title {
        padding-bottom: 25px;
        color: #595757;
        font-size: 48px;
        font-family: var(--font-bold);
        text-align: center;
    }

    #lnav_wrap .pg_title span {
        padding-right: 30px;
        display: inline-block;
        font-size: 38px;
        font-family: var(--font-normal);
        font-weight: normal;
        vertical-align: middle;
    }

    /* ------------------------------------------------------------
    *
        .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;
	}

    /* ------------------------------------------------------------
    *
        .section
    *
    ------------------------------------------------------------ */
    .section {
        margin: 80px 0 0 0;
        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: #8DC21F;
    }

    .section h3 {
        text-align: center;
    }

    .section img {
        vertical-align: middle;
    }

    .section .detail {
        text-align: center;
    }

    .section .detail a {
        color: #2EA7E0 !important;
        font-size: 18px;
        text-align: center;
    }

    .section .detail a:after {
        background: none;
    }

    .section .detail a:before {
        content: "";
        position: relative;
        top: 4px;
        display: inline-block;
        margin-right: 5px;
        width: 21px;
        height: 21px;
        background: url(../common/image_common/arrow_blue.png) no-repeat;
        background-size: 21px auto;
    }

    .section_column {
        margin-bottom: 20px;
        width: 940px;
        font-size: 14px;
        overflow: inherit;
    }
    
    
    .blue {
        color: #006bb4;
    }

    .l_blue {
        color: #1695d4;
    }
    
    .darkgreen {
        color: #00653b;
    }
    
    .l_darkgreen {
        color: #179342;
    }
  
    .green {
        color: #008f3b;
    }

    .l_green {
        color: #8dc21f;
    }

    .pink {
        color: #ce1f79;
    }
    
    .l_pink {
        color: #d95096;
    }


    /* ------------------------------------------------------------
    *
        下層ページ
    *
    ------------------------------------------------------------ */

    .section .center {
        text-align: center;
    }

    .sec_jyou {
        margin: 44px 0 0;
    }

    .sec_jyou h3 {
        font-family: var(--font-bold);
    }

    .sec_jyou h3.green {
        color: #8dc21f;
    }

    .section .title {
        margin-bottom: 45px;
        color: #595757;
        font-size: 32px;
        text-align: center;
        line-height: 1.3;
    }

    .section .title:after {
        content: "";
        display: block;
        margin: 18px auto 0;
        width: 60px;
        height: 3px;
        background-color: #1695d4;
    }
    
    .section .title.darkgreen:after {
        background-color: #179342;
    }

    .section .title.green:after {
        background-color: #8dc21f;
    }

    .section .title.pink:after {
        background-color: #d95096;
    }

    .section .title.no_line {
        margin-bottom: 35px;
        font-weight: normal;
    }

    .section .title.no_line:after {
        display: none;
    }

    .sub_title {
        margin: 0 0 5px 0;
        font-size: 22px;
        font-family: var(--font-bold);
        line-height: 1.4em;
    }

    .section .section_desc {
        text-align: center;
        margin-bottom: 27px;
    }

    .sec_point {
        margin: 0 auto 80px;
        width: 940px;
        font-size: 14px;
        line-height: 1.5em;
        overflow: inherit;
    }

    .sec_point .caution {
        margin: 10px 0 10px !important;
        font-size: 12px !important;
        font-family: var(--font-light);
        text-align: left;
        line-height: 1.7;
    }

    .point_01 .row_wrap {
        margin: 0 auto 50px;
        width: 760px;
    }

    .point_01 .num {
        display: inline-block;
        padding: 27px 0;
        width: 71px;
        height: 71px;
        color: #fff;
        text-align: center;
        font-size: 40px;
        font-family: var(--font-bold);
        vertical-align: top;
        box-sizing: border-box;
        border-radius: 50%;
    }

    .point_01 .num.blue {
        background-color: #1695d4;
    }
    
    .point_01 .num.darkgreen {
        background-color: #179342;
    }
    
    .point_01 .num.green {
        background-color: #8dc21f;
    }

    .point_01 .num.pink {
        background-color: #d95096;
    }

    .point_01 .txt_wrap {
        display: inline-block;
        margin-left: 15px;
        width: 664px;
        line-height: 150%;
    }

    .point_01 .txt_wrap .sub_title {
        padding: 0 0 3px 10px;
        color: #595757;
        font-size: 22px;
    }

    .point_01 .txt_wrap .sub_title.blue {
        border-bottom: 1px solid #1695d4;
    }
    
    .point_01 .txt_wrap .sub_title.darkgreen {
        border-bottom: 1px solid #179342;
    }

    .point_01 .txt_wrap .sub_title.green {
        border-bottom: 1px solid #8dc21f;
    }

    .point_01 .txt_wrap .sub_title.pink {
        border-bottom: 1px solid #d95096;
    }

    .point_01 .txt_wrap p {
        padding-left: 10px;
        font-size: 16px;
        line-height: 1.5;
    }

    .point_02 {
        margin-bottom: 50px;
    }

    .point_02 .case_emc dt {
        display: inline-block;
        margin: 0 40px;
        padding: 16px 0;
        width: 300px;
        font-size: 27px;
        font-family: var(--font-bold);
        text-align: center;
        vertical-align: top;
        box-sizing: border-box;
    }

    .point_02 .case_emc dt.blue {
        border: 1px solid #1695d4;
    }
    
    .point_02 .case_emc dt.darkgreen {
        border: 1px solid #179342;
    }

    .point_02 .case_emc dt.green {
        border: 1px solid #8dc21f;
    }

    .point_02 .case_emc dt.pink {
        border: 1px solid #d95096;
    }

    .point_02 .case_emc .sub_title {
        margin-top: 35px;
    }

    .point_02 .case_emc .sub_title:first-child {
        margin-top: 0;
    }

    .point_02 .case_emc dd {
        display: inline-block;
        width: 520px;
        font-size: 15px;
    }

    .point_02 .case_emc .case_list {
        padding: 0 0 0 1em;
        text-indent: -1em;
        line-height: 1.6em;
    }

    .point_03 {
        width: 860px;
    }

    .point_03 h4 {
        margin-bottom: 15px;
        font-size: 23px;
    }

    .point_03 h4:before {
        content: '■';
        position: relative;
        top: 2px;
        font-size: 33px;
    }

    .point_03 .pic {
        margin-bottom: 17px;
    }

    .point_03 .caution {
        margin-bottom: 50px !important;
        font-size: 15px;
    }

    .point_03 .ico {
        margin: 0 0 20px;
        text-align: center
    }

    .point_03 .ico img {
        width: 50px;
    }

    #period .pic {
        margin: 0 auto;
        width: 940px;
    }

    #entry {
        margin-bottom: 80px;
    }

    .entry_tbl {
        margin: 50px auto 0;
        width: 940px;
    }

    .entry_tbl table {
        width: 100%;
    }

    .entry_tbl .hanbai {
        padding-left: 10px;
        font-size: 13px;
    }

    .entry_tbl .hanbai.blue {
        color: #1695d4 !important;
    }

    .entry_tbl .hanbai.darkgreen {
        color: #179342 !important;
    }
    
    .entry_tbl .hanbai.green {
        color: #008f3b !important;
    }
    

    .entry_tbl .hanbai.pink {
        color: #d95096 !important;
    }

    .entry_tbl tr {
        border-bottom: 1px solid #ccc;
    }

    .entry_tbl tr:last-child {
        border-bottom: none;
    }

    .entry_tbl tr th {
        padding: 12px 0 10px;
        width: 130px;
        font-size: 17px;
        font-family: var(--font-bold);
        vertical-align: middle;
    }

    .entry_tbl tr td {
        padding: 12px 0 8px 5px;
        color: #4d4d4d;
        vertical-align: middle;
        line-height: 1.6em;
    }

    .entry_tbl tr td.ryokin {
        padding: 0 0 10px 0;
    }

    .entry_tbl tr td .moshi {
        font-size: 20px;
    }

    .entry_tbl tr .jouken p {
        line-height: 1.5;
    }

    .entry_tbl tr .jouken .caution {
        padding: 10px 0 0;
        font-size: 12px;
        font-family: var(--font-light);
        line-height: 1.6;
    }

    .entry_tbl tr td table {
        width: 100%;
    }

    .entry_tbl tr td table tr {
        border-bottom: 1px dashed #b2b2b2;
    }

    .entry_tbl tr td table .noborder {
        border-bottom: 0;
    }

    .entry_tbl tr td table .noborder td {
        line-height: 0.95;
    }

    .entry_tbl tr td table td {
        padding: 10px 40px 2px 5px;
        font-size: 14px;
    }

    .entry_tbl tr td table .haiki {
        width: 176px;
    }

    .entry_tbl tr td .price {
        float: left;
        padding-right: 25px;
        width: 102px;
        font-size: 20px;
        font-family: var(--font-bold);
        text-align: right;
    }

    .entry_tbl tr td table .hotei {
        font-size: 15px;
    }

    .entry_tbl tr td table .hotei .hotei_price {
        font-size: 17px;
        font-family: var(--font-bold);
    }

    .entry_tbl tr .caption {
        font-size: 13px;
    }

    .entry_tbl th .caption {
        padding: 1em 0 0 1em;
        color: #666;
        font-size: 11px;
        font-family: var(--font-light);
        text-indent: -1em;
        line-height: 1.3;
    }

    .entry_tbl .sup {
        top: 0px;
        font-size: 75%;
    }

    .entry_tbl tr td.kei_shinsha {
        padding: 12px 0 8px 5px;
    }

    .entry_tbl tr .kei_shinsha .price {
        float: none;
    }

    /* ------------------------------------------------------------
    *
        #search
    *
    ------------------------------------------------------------ */
    #search {
        margin-bottom: 80px;
    }

    .search_btn {
        text-align: center;
    }

    .search_btn img {
        width: 458px;
    }

    /* ------------------------------------------------------------
    *
        #mm_footer
    *
    ------------------------------------------------------------ */
    #mm_footer {
        padding: 40px 0;
        background: url(../common/image_common/ft_shadow.png) no-repeat top center;
        background-color: #f7f8f8;
        background-size: 1100px auto;
    }

    #mm_footer .ft_inner {
        margin: 0 auto;
        width: 940px;
    }

    #mm_footer .ft_inner:after {
        content: "";
        display: block;
        clear: both;
    }

    #mm_footer .ft_logo {
        float: left;
        margin: 0 0 0 12px;
        margin-bottom: 10px;
    }

    #mm_footer .ft_logo img {
        width: 220px;
    }

    #mm_footer .ft_col {
        float: left;
    }

    #mm_footer .ft_nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        float: left;
        padding: 10px 0 0;
        width: 708px;
    }

    #mm_footer .ft_coursename {
        margin: 3px 0 0 38px;
        color: #8dc21f;
        font-size: 26px;
        font-family: var(--font-bold);
    }

    #mm_footer .ft_nav ul {
        margin-left: 20px;
    }

    #mm_footer .truck_course ul {
        margin-left: 30px;
    }


    #mm_footer .ft_col li {
        padding-bottom: 10px;
    }

    #mm_footer .ft_col li.current a {
        color: #8dc21f;
    }

    #mm_footer .ft_col li a {
        color: #4d4d4d;
        font-size: 17px;
        line-height: 140%;
    }

}
