@charset "UTF-8";


@media screen and (max-width: 1000px){
    body{
        padding-top: 80px;
    }
    
    .tab_none{
        display: none;
    }
    
    .content{
        width: 90%;
    }
    
    /* header */
    
    header h1 {
        margin-bottom: 30px;
        margin-left: 20px;
    }
    
    .top_wrap{
        max-width:100%;
        margin-top: 0;
    }
    	
	header{
        top: 0;
        position: fixed !important;
        margin-top: 0;
        box-sizing: border-box;
        width: 100%;
        z-index: 999;
        overflow: visible;
        height: 80px;
        background: #ffffff;
    }
    
    header .content{
        padding: 10px 0;
    }
    
    .header_wrap{
    height: 100px;
    display: flex;
    align-items: center;
    }
    
    .nav-in{
        position: relative;
    }
    
    nav ul, li {
        margin-bottom: 0;
    }
	
	/* Toggle Button */
	#nav-toggle {
		display: none;
		position: absolute;
		right: 20px;
		top: 10px;
		width: 45px;
        height: 45px;
		cursor: pointer;
		z-index: 101;
        right: 20px;
	}
    
	#nav-toggle div {
		position: relative;
        width: 40px;
        margin-top: 7px;
        margin-left: 9px;
	}
    
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #4d4d4d;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
    
	#nav-toggle span:nth-child(1) {
		top: 5px;
	}
    
	#nav-toggle span:nth-child(2) {
		top: 15px;
	}
    
	#nav-toggle span:nth-child(3) {
		top: 25px;
	}
    
    #nav-toggle span:nth-child(4) {
		font-size:10px;
        letter-spacing: 0;
        width: 45px;
        bottom: -30px;
        left: 0;
        background: none;
	}
    
    .nav-in {
        padding: 0px;
    }
	   
    #global-nav {
        position: absolute;
        opacity: 0;
        top: 0;
        background:#336fd2;
        width: 100%;
        height: 100vh;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        right: -100%;
    }
    
    header ul li a {
    padding: 25px 0;
    text-decoration: none;
        color: #ffffff;
    }
    
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 16px;
		width: 100%;
        padding-bottom: 30px;
    }
    
    #global-nav ul li {
        float: none;
        position: static;
    }
    
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #ffffff;
        padding: 18px 0;
    }
    
    #nav-toggle {
        display: block;
    }
    
    .open #nav-toggle span:nth-child(1) {
        top: 13px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
        background: #ffffff;
    }
    
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    
    .open #nav-toggle span:nth-child(3) {
        top: 13px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
        background: #ffffff;
    }
    
    .open #nav-toggle span:nth-child(4) {
        color: #ffffff;
    }
    
    /* #global-nav ã‚¹ãƒ©ã‚¤ãƒ‰ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }
	
	header ul li a {
		font-size: 16px;
		display: block;
	}
    
	header ul li a:hover {
		text-decoration:none;
	}
	
	header ul li{
		position:relative;
	}
    
    header a.contact {
    padding: 0px 80px;
    display: inline-block;
    font-weight: bold;
    }
    
    html a.contact_btn {
    padding: 5px 40px;
    }
    
    header ul li a {
    display: inline-block;
    }
    
    header ul li a {
        display: block;
        text-align: left;
    }
    
    header ul li:last-child a {
        border-bottom: none;
    }
    
    #global-nav ul li {
        padding: 0 30px;
    }
    
    .slider{
        margin-top: 0;
    }
    
    header .content:after{
        content:url("../images/top/head_tel_sp.png");
        position: absolute;
        top:35px;
        right: 250px;
        display: block;
    }
    
    header h1 {
        margin-bottom: 0;
    }
    
    header .content {
        align-items: center;
    }
    
    header .header_btn{
        margin-right: 50px;
    }
    
    .top_sec01 .sec01_list li{
        width: calc((100% - 60px) / 4);
    }
    
    .top_sec03 .sec03_list li {
        width: calc((100% - 30px) / 2);
    }
    
    .top_sec04 .top_sec04_btnWrap .top_sec04_btn{
        width:calc(50% - 10px);    
    }
    
    .content02{
        width: 100%;
    }
    
    .top_sec06_btnWrap .top_sec06_btn{
       width:calc(50% - 10px); 
    }
    
    .top_sec07 .top_sec07_list li {
        width: calc((100% - 60px) / 3);   
    }
    
    .top_sec07 .top_sec07_list li:after {
        right: -20px;
    }

    .fixed_sec{
        padding: 20px 0;
    }
    
    .fixed_sec .fixed_btnWrap .fixed_btn{
        width: calc(50% - 10px);
    }
    
    .slider-thm .slick-track {
        width: 100% !important;
    }
    
    .provider_sec02 .provider_sec02_ul li img{
        width:100%;
    }
    
    .provider_sec02 .provider_sec02_ul li{
        width:calc((100% - 20px) / 2);
        margin-bottom: 20px;
    }
    
    .option_text01{
        margin-top: 0;
    }
    
    .support_list li{
        width:100%;
        margin-bottom: 30px;
    }   
    
    .support_ud_cont{
        height: auto;
    }
    
        #contact th{
            display: block;
            width: 100%;
        }

        #contact td{
            border-left: 1px solid #CCCCCC;
            display: block;
            width: 100%;
        }   
    
    
}

