@charset "utf-8";

@media screen and (max-width : 768px) {
    #contents_area {
        padding-top: 142px;
        color: #666;
    }

    img {
        width: 100%;
        height: auto;
    }

	.bnr {
		display: none;
		position: relative;
		width: 100%;
	}

	.floating_banner_sp {
		position: fixed;
		bottom: -3px;
		z-index: 88;
		display: block;
	}


    /* ------------------------------------------------------------
    *
        #lnav_wrap
    *
    ------------------------------------------------------------ */
    #lnav_wrap {
        position: absolute;
        top: 56px;
        padding: 13px 0;
        width: 100%;
        height: 85px;
        box-sizing: border-box;
        background-color: #fff;
        z-index: 3;
    }

    #lnav_wrap.open {
        background-color: #ebebeb;
        z-index: 9991;
    }

    #lnav_wrap.fixed {
        position: fixed;
    }

    #lnav_wrap .logo {
        text-align: center;
    }

    #lnav_wrap .logo img {
        width: 130px;
    }

    #lnav_wrap .lnav_ico {
        display: block;
        position: absolute;
        top: 25px;
        left: 0;
        width: 55px;
        height: 55px;
        cursor: pointer;
    }

    #lnav_wrap .lnav_ico.on {
        z-index: 10000;
    }

    #lnav_wrap .lnav_ico span {
        transition: all .4s ease;
    }


    #lnav_wrap .lnav_ico span.top {
        position: absolute;
        top: 22px;
        left: 13px;
        width: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        border-top: 2px solid #444;
    }


    #lnav_wrap .lnav_ico span.btm {
        content: '';
        display: block;
        position: absolute;
        top: 22px;
        left: 26px;
        width: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        border-top: 2px solid #444;

    }

    #lnav_wrap .lnav_ico.on span.top {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        left: 15px;
    }

    #lnav_wrap .lnav_ico.on span.btm {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        left: 15px;
    }

    #lnav {
        width: 100%;
        height: auto !important;
        float: none;
        visibility: hidden;
        position: absolute;
        top: 104px;
        left: 0;
        z-index: 9990;
    }

    #lnav .lnav_inner {
        display: none;
        overflow-y: scroll;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
        position: relative;
        z-index: 10000;
    }

    #lnav .lnav_inner ul {
        padding-bottom: 170px;
    }

    #lnav .lnav_inner li a {
        height: 51px;
        margin: 0 15px 0 35px;
        display: block;
        line-height: 51px;
        color: #444;
        font-size: 14px;
    }

    #lnav .lnav_inner li.spbd a {
        border-bottom: 1px solid #666;
    }

    #lnav .lnav_inner li a:after {
        content: '';
        width: 7px;
        height: 51px;
        display: block;
        background-image: url(../common/image_common/parts_ico_btm_global_nav_arrow.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 7px;
        position: absolute;
        top: 0;
        right: 5px;
        transition: all .1s ease;
        -webkit-transition: all .1s ease;
    }

    #lnav .lnav_inner li a:hover:after {
        right: 0px;
    }

    #lnav .lnav_inner li p a:after {
        width: 11px;
        background-image: url(../common/image_common/parts_ico_btm_global_nav_plus.png);
        background-size: 11px;
        right: 5px;
    }

    #lnav .lnav_inner li p.on a:after {
        background-image: url(../common/image_common/parts_ico_btm_global_nav_minus.png);
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #lnav .lnav_inner li ul {
        padding-bottom: 0;
        display: none;
    }

    #lnav .lnav_inner li ul a {
        height: 51px;
        margin: 0 15px 0 90px;
        display: block;
        line-height: 51px;
        color: #444;
        font-size: 12px;
        position: relative;
    }

    #lnav .lnav_inner li ul .course_name {
        position: relative;
        padding: 0 0 0 60px;
        font-size: 14px;
        height: 33px;
        line-height: 33px;
    }

    #lnav .lnav_inner li ul .course_name:after {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: calc(100% - 150px);
        border-top: 1px solid #666;
    }

    #lnav .lnav_inner li ul .course_name.last {
        margin-top: 20px;
    }

    #lnav_wrap .overlay {
        width: 100%;
        height: 100%;
        background-color: #ebebeb;
        position: fixed;
        top: 192px;
        left: 0;
        z-index: 1;
    }

    #lnav_wrap.fixed .overlay {
        top: 140px;
    }

    .pg_copy {
        padding: 20px 0 15px;
        font-size: 16px;
        text-align: center;
    }

    .pg_title {
        padding-bottom: 20px;
        color: #595757;
        font-size: 30px;
        font-family: var(--font-bold);
        text-align: center;
    }

    .pg_title span {
        padding-right: 30px;
        display: inline-block;
        font-size: 24px;
        font-weight: normal;
        font-family: var(--font-normal);
        vertical-align: middle;
    }
    
    .bg_darkgreen {
        background-color: #179342;
    }


    .bg_green {
        background-color: #8dc21f;
    }

    .bg_blue {
        background-color: #1695d4;
        border-bottom: 4px solid #b7d5ea;
    }

    .bg_pink {
        background-color: #d95096 !important;
        border-bottom: 4px solid #f4d2e6;
    }

    #lnav_sp {
        height: 39px;
        min-height: 39px;
        text-align: center;
        box-sizing: border-box;
    }

    #lnav_sp ul {
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
    }

    #lnav_sp ul li {
        font-family: var(--font-bold);
        float: left;
        padding: 10px 10px;
    }

    #lnav_sp a {
        color: #fff;
        font-size: 13px;
    }

    /* ------------------------------------------------------------
    *
        .section
    *
    ------------------------------------------------------------ */
    .section {
        color: #666;
    }

    .section h2 {
        margin-bottom: 30px;
        color: #595757;
        font-size: 21px;
        font-family: var(--font-bold);
        text-align: center;
        line-height: 1.3;
    }

    .section h2:after {
        content: "";
        display: block;
        margin: 20px auto 0;
        width: 60px;
        height: 3px;
        background-color: #8DC21F;
    }

    .section h3 {
        margin: 0 0 25px 0;
        padding: 0 30px;
        font-size: 20px;
        text-align: left;
    }

    .section .detail a {
        color: #2EA7E0 !important;
        font-size: 16px;
        text-align: center;
    }

    .section .detail {
        padding-top: 30px;
    }

    .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;
    }

    .section_column {
        margin-bottom: 20px;
        padding: 0 30px;
        font-size: 15px;
    }

    .section .section_column h4 {
        margin: 0 0 25px 0;
        font-size: 21px;
    }

    .section_column .col_left,
    .section_column .col_right {
        margin-bottom: 18px !important;
    }

    .section_column .caution {
        font-size: 10px;
        font-family: var(--font-light);
        padding: 4px 4px 0;
        text-align: left;
        line-height: 1.7;
    }

    .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;
    }
    

    /* ------------------------------------------------------------
    *
        下層ページ
    *
    ------------------------------------------------------------ */
    .sec_point {
        padding: 0 30px;
        margin-bottom: 50px;
        line-height: 1.5em;
    }

    .sec_jyou {
        margin-top: 25px;
    }

    .sec_jyou h3 {
        font-family: var(--font-bold);
        text-align: center;
    }

    .sec_jyou h3.green {
        color: #8dc21f;
    }

    .sec_jyou .detail {
        padding: 0;
    }

    .section .title {
        margin-bottom: 30px;
        color: #595757;
        font-size: 21px;
        font-family: var(--font-bold);
        text-align: center;
        line-height: 1.3;
    }

    .section .title:after {
        content: "";
        display: block;
        margin: 20px 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 {
        font-weight: normal;
        text-align: left;
    }

    .section .title.no_line:after {
        display: none;
    }

    .section .section_desc {
        margin-bottom: 27px;
        font-size: 13px;
        text-align: center;
    }

    .point_01 .row_wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px !important;
    }

    .point_01 .num {
        display: inline-block;
        padding: 14px 0;
        color: #fff;
        width: 50px;
        height: 50px;
        font-size: 30px;
        font-family: var(--font-bold);
        text-align: center;
        vertical-align: top;
        border-radius: 50%;
        box-sizing: border-box;
    }

    .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;
        width: 77%;
        margin-left: 15px;
    }

    .point_01 .txt_wrap .sub_title {
        margin: 0 0 5px 0;
        padding: 0 0 3px 4px;
        color: #595757;
        font-size: 14px;
        font-family: var(--font-bold);
        line-height: 1.4em;
    }

    .point_01 .txt_wrap .sub_title.blue {
        border-bottom: 1px solid #1695d4;
    }
    
    .point_01 .txt_wrap .sub_title.green {
        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_02 .case_emc dt.pink {
        border: 1px solid #d95096;
    }

    .point_01 .txt_wrap p {
        padding-left: 8px;
        font-size: 13px;
        line-height: 1.5;
    }

    .sec_point .caution {
        font-size: 10px !important;
        font-family: var(--font-light);
        padding: 4px 4px 0;
        text-align: left;
        line-height: 1.7;
    }

    .point_02 h3 {
        padding: 0;
        text-align: left;
    }

    .point_02 .case_emc dt {
        margin-bottom: 25px;
        padding: 10px;
        font-size: 20px;
        font-family: var(--font-bold);
        text-align: center;
    }

    .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 #008f3b;
    }

    .point_02 .case_emc dd .sub_title {
        padding: 30px 0 5px;
        font-size: 16px;
        font-family: var(--font-bold);
    }

    .point_02 .case_emc dd .sub_title:first-child {
        padding-top: 0;
    }

    .point_02 .case_emc dd {
        font-size: 14px;
    }

    .point_02 .case_emc dd .case_list {
        padding: 0 0 0 1em;
        text-indent: -1em;
    }

    .section .section_column.point_03 h4 {
        margin-bottom: 5px;
        font-size: 20px;
        text-align: left;
    }

    .point_03 {
        margin-bottom: 0;
    }

    .point_03 h4 {
        margin-bottom: 5px;
    }

    .point_03 h4:before {
        content: '■';
        position: relative;
        top: 3px;
        font-size: 22px;
    }

    .point_03 .pic {
        margin-bottom: 5px;
    }

    .point_03 .caution {
        margin-bottom: 32px;
    }

    .point_03 .ico {
        margin: 0 auto 16px;
        width: 34px;
    }

    .point_03 .sub_title {
        padding-bottom: 28px;
        font-size: 16px;
        font-family: var(--font-bold);
        text-align: center;
        line-height: 1.5;
    }

    #period {
        position: relative;
        margin-bottom: 70px;
    }

    #period .section_inner {
        padding: 0 15px;
    }

    #period .bg {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        margin-right: 30px;
        width: 20px;
        height: 230px;
        background: url(../common/image_common/bg_right_shadow.png) no-repeat right center;
        background-size: 20px auto;
    }

    #period .bg.green {
        height: 250px;
    }

    #period .pic {
        margin: 0 15px;
        padding-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    #period .pic img {
        width: 940px;
    }

    .scroll_top {
        margin: 30px 15px 60px 0;
        font-size: 12px;
        font-family: var(--font-light);
        text-align: right;
    }


    #entry .section_inner {
        padding: 0 10px;
    }

    #entry .sub_title {
        margin-bottom: 20px;
        font-family: var(--font-bold);
        line-height: 1.5;
    }

    .entry_tbl {
        margin: 0 auto;
        width: 95%;
    }

    .entry_tbl table {
        width: 100%;
    }

    .entry_tbl .hanbai {
        font-size: 12px;
    }

    .entry_tbl .hanbai.blue {
        color: #1695d4 !important;
    }
    
    .entry_tbl .hanbai.darkgreen {
        color: #179342 !important;
    }

    .entry_tbl .hanbai.green {
        color: #008f3b !important;
    }

    .entry_tbl tr {
        border-bottom: 1px solid #666;
    }

    .entry_tbl tr:last-child {
        border-bottom: none;
    }

    .entry_tbl tr th {
        margin-left: 10px;
        padding: 15px 0;
        width: 22%;
        font-size: 12px;
        font-family: var(--font-bold);
        vertical-align: middle;
    }

    .entry_tbl th .caption {
        padding: .9em 0 0 1em;
        color: #666;
        font-size: 8px;
        text-indent: -1em;
        line-height: 1.3;
    }

    .entry_tbl tr td {
        padding: 15px 0 15px 3px;
        font-size: 12px;
        line-height: 1.4;
        vertical-align: middle;
    }

    .entry_tbl tr td.ryokin {
        padding: 0 0 5px;
    }

    .entry_tbl tr td .moshi {
        font-size: 13px;
    }

    .entry_tbl tr .jouken p {
        padding-left: 10px;
        text-indent: -10px;
        line-height: 1.6;
    }

    .entry_tbl tr .jouken .caution p {
        padding-left: 10px;
        font-size: 10px;
        font-family: var(--font-light);
        text-indent: -10px;
        line-height: 1.9;
    }

    .entry_tbl tr td table {
        width: 100%;
    }

    .entry_tbl tr td table tr {
        border-bottom: 1px dashed #666;
    }

    .entry_tbl tr td table .noborder {
        border-bottom: 0;
    }

    .entry_tbl tr td table td {
        padding: 14px 0 4px;
        font-size: 12px;
    }

    .entry_tbl tr td table .haiki {
        padding-left: 5px;
        width: 55%;
    }

    .entry_tbl tr td .price {
        width: 70px;
        font-size: 14px;
        font-family: var(--font-bold);
        text-align: right;
    }

    .entry_tbl tr td table .hotei {
        font-size: 9px;
    }

    .entry_tbl tr td table .hotei .hotei_price {
        font-family: var(--font-bold);
    }

    .entry_tbl tr td .caption {
        padding: 0 0 0 5px;
        font-size: 11px;
        font-family: var(--font-light);
    }

    .entry_tbl tr td table .caption span {
        display: block;
        padding-left: 10px;
        text-indent: -10px;
        line-height: 1.5;
    }

    .entry_tbl .caution {
        padding: 5px 0 0 0;
    }

    .entry_tbl tr td.keizoku {
        padding: 15px 0 15px 3px;
    }

    .entry_tbl .keizoku .caption {
        padding: 5px 0 0 0;
        display: block;
    }

    .entry_tbl .keizoku .pirce {
        float: none;
    }

    .entry_tbl.keika tr td table td {
        padding-top: 3px;
    }

    .entry_tbl.keika tr td table .price {
        padding-left: 3px;
        float: left;
        width: 78px;
        text-align: left;
    }

    .center {
        text-align: center;
    }

    /* ------------------------------------------------------------
    *
        #search
    *
    ------------------------------------------------------------ */
    #search {
        margin-bottom: 30px;
        text-align: center;
    }

    .search_img img {
        position: relative;
        top: 8px;
        max-width: 54%;
        vertical-align: bottom;
    }

    .search_btn img {
        position: relative;
        z-index: 1;
        max-width: 80%;
    }

}

@media screen and (max-width : 320px) {

    .section h3 {
        font-size: 17px;
    }

    .section .section_column h4 {
        font-size: 18px;
    }

    #lnav_sp a {
        font-size: 11px;
        font-family: var(--font-light);
    }
}
