@charset "UTF-8";
/* ------------------------------------------------
                    css
--------------------------------------------------- */

@media (max-width: 1102px) {
    /*---------- header----------*/
    header{
        width: 100%;
        padding: 20px 0;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 102;
    }
    header .header-in {
        width: 100%;
        max-width: 1200px;
        padding: 0 5%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
    }
    header a.header-doosan-logo{
        width: 30%;
        max-width: 100px;
        margin-bottom: 0;
        margin-right: 6%;
    }
    header a.header-smx-logo{
        width: 30%;
        max-width: 178px;
        margin-bottom: 0;
        margin-right: auto;
    }
    header .header-smx-logo img{
        width: 100%;
    }
    header #sp-menu-trigger{
        width: 30px;
        height: 21px;
        display: inline-block;
        position: relative;
        cursor: pointer;
    }

    header #sp-menu-trigger span {
        width: 100%;
        height: 3px;
        background: #fff;
        position: absolute;
        left: 0;
    }
    header #sp-menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    header #sp-menu-trigger span:nth-of-type(2) {
        top: 9px;
    }
    header #sp-menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    header #sp-menu-trigger.is-active span:nth-of-type(1) {
      -webkit-transform: translateY(9px) rotate(-45deg);
      transform: translateY(9px) rotate(-45deg);
    }
    header #sp-menu-trigger.is-active span:nth-of-type(2) {
      opacity: 0;
    }
    header #sp-menu-trigger.is-active span:nth-of-type(3) {
      -webkit-transform: translateY(-9px) rotate(45deg);
      transform: translateY(-9px) rotate(45deg);
    }

    header .gnav-wrap {
        width: 100%;
        margin: 0 auto;
        display: none;
        background: rgba(0,0,0,0.9);
        position: fixed;
        left: 0;
        z-index: 101;
    }
    header ul#gnav {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    header ul#gnav li{
        width: 100%;
        display: block;
        position: relative;
        text-align: center;
    }
    header ul#gnav li:after, 
    header ul#gnav li:first-child:after{
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
    }
    header ul#gnav li a{
        padding: 20px 10px;
        box-sizing: border-box;
        display: inline-block;
    }

    header ul#gnav li:nth-child(1) a, 
    header ul#gnav li:nth-child(2) a, 
    header ul#gnav li:nth-child(3) a, 
    header ul#gnav li:nth-child(4) a, 
    header ul#gnav li:nth-child(5) a { width: 100%;}

    header #current-line {
        display: none;
    }


}
@media (max-width: 768px) {


    /*---------- 共通 ----------*/
    .contents h2 {
        width: 100%;
        padding: 20px;
        display: block;
        background: #333333;
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-weight: 300;
    }
    .contents h2 span {
        margin-bottom: 10px;
        display: block;
        font-family: 'Titillium Web', sans-serif;
        font-size: 30px;
        font-weight: 600;
        line-height: 1;
    }
    .cont-in {
        width: 100%;
        height: calc(100% - 99px);
        position: relative;
    }

    /*---------- footer ----------*/
    footer {
        width: 100%;
        padding: 2vw 0 0;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background: #a4a4a4;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
    }
    footer a.btn-yt {
        width: 22%;
        display: block;
        margin: 0 5%;
    }
    footer .copyright {
        width: 68%;
        color: #fff;
        font-family: 'Titillium Web', sans-serif;
        font-size: 1.5vw;
        font-weight: 100;
    }
    footer ul.btn-area {
        width: 100%;
        margin: 2vw auto 0;
        display: flex;
        align-items: center;
        position: relative;
    }
    footer ul.btn-area li {
        /*width: calc(100% / 3);*/
        width: calc(100% / 2);/* WEB予約削除時 */
    }
    footer ul.btn-area li .btn-trigger img {
        width: 12vw;
        margin: 0 auto;
        display: block;
    }
    footer ul.btn-area li .box-in {
        display: block;
        position: absolute;
    } 

    footer ul.btn-area li.btn-contact a.btn-trigger {
        display: block;
        background: #00a088;
    }
    footer ul.btn-area li.btn-download a.btn-trigger {
        display: block;
        background: #0091d9;
    }
    footer ul.btn-area li.btn-webmeeting a.btn-trigger {
        display: block;
        background: #003791;
    }

    footer ul.btn-area li .box-in::after {
        content: "";
        width: 12px;
        height: 12px;
        display: inline-block;
        background: url("../images/icon_btnarrow.svg") center center no-repeat;
        background-size: 100%;
        position: absolute;
        top: calc(50% - 6px);
        right: 20px;
    }

    footer ul.btn-area li .box-in {
        width: calc(100% / 3);
        padding: 30px 50px;
        display: none;
        box-sizing: border-box;
        position: fixed;
        bottom: 50px;
        right: 0;
        z-index: 98;
    }

    footer ul.btn-area li .box-in .footer-links-ttl {
        margin-bottom: 10px;
        font-family: 'Titillium Web', sans-serif;
        font-size: 25px;
        font-weight: 600;
        line-height: 1;
    }
    footer ul.btn-area li .box-in .footer-links-ttl-sub {
        margin-bottom: 10px;
        font-size: 9px;
        line-height: 1;
    }
    footer ul.btn-area li .box-in .footer-links-txt {
        font-size: 12px;
    }

    footer ul.btn-area li .box-in.btn-contact {
        background: #00a088;
    }
    footer ul.btn-area li .box-in.btn-download {
        background: #0091d9;
    }
    footer ul.btn-area li .box-in.btn-webmeeting {
        background: #003791;
    }
    
    
    /*---------- CONTACT US----------*/

    .contents_form_wrapper{
        width: 100%;
        position: absolute;
        left: 0;
        background: #fff;
    }

    #con_contact_form{
        width: 90%;
        max-width: 1200px;
        margin: 0 auto 0;
        padding: 0 0 30%;
        box-sizing: border-box;
        position: relative;
    }
    #con_contact_form h2{
        width: 100%;
        margin: 0 auto 10px;
        padding-top: 28vw;
        position: relative;
        font-size: 8.2vw;
    }
	#con_contact_form .h2-sub{
		margin-bottom: 10vw;
		font-size: 3.5vw;
	}
	#con_contact_form .error{font-size:3.5vw}
    #con_contact_form .form_wrapper{
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
        padding: 4vw 0;
        display: block;
        text-align: center;
    }
	
	#con_contact_form .form_wrapper .label{font-size: 3.5vw;}
    #con_contact_form .form_wrapper.confirm-hide {
        display: block;
    }
    #con_contact_form .form_wrapper .form_title{
        width: 100%;
        margin-bottom: 10px;
        padding: 5px 0;
        box-sizing: border-box;
        text-align: left;
        display: inline-block;
        vertical-align: top;
        color: #222222;
        font-weight: 500;
    }
    #con_contact_form .form_wrapper .form_title .hissu{
        margin-left: 10px;
        padding: 1px 5px;
        box-sizing: border-box;
        display: inline-block;
        background: #ff0000;
        color: #fff;
        font-size: 12px;
    }
    #con_contact_form .form_wrapper .form_title .ninni{
        margin-left: 10px;
        padding: 1px 5px;
        box-sizing: border-box;
        display: inline-block;
        background: #eee;
        color: #666;
        font-size: 12px;
    }
    #con_contact_form .form_wrapper .form_contents{
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
    }


    #con_contact_form input[type="text"],
    #con_contact_form input[type="email"],
    #con_contact_form input[type="tel"],  
    #con_contact_form button, 
    #con_contact_form textarea, 
    #con_contact_form select {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }

    #con_contact_form input[type="text"],
    #con_contact_form input[type="email"],
    #con_contact_form input[type="tel"]{
      padding: 10px;
      width: 100%;
      box-sizing: border-box;
      background: #f2f3f3;
	font-size: 3.5vw;
    }

    #con_contact_form textarea {
      padding: 10px;
      width: 100%;
      box-sizing: border-box;
      height: 180px;
      resize: none;
      background: #f2f3f3;
		font-size: 3.5vw;
    }

    #con_contact_form .form_wrapper .form_text{
        margin: 30px auto 20px;
        color: #222222;
		font-size: 3.5vw;
    }
    #con_contact_form .form_wrapper .form_contents .check span{
        color: #222222;
		font-size: 3.5vw;
    }


    #con_contact_form .pp-text{
        margin: 0 auto 30px;
        overflow-y: scroll;
        border: 1px solid #ccc;
        padding: 10px;
        max-width: 800px;
        height: 160px;
        color: #222222;
        background: #fff;
        text-align: left;
        line-height: 1.5;
        font-size: 12px;
    }
    #con_contact_form .pp-text h3 {
        margin: 0;
        text-align: center;
        font-size: 120%;
    }
    #con_contact_form .pp-text h4 {
        margin: 1em 0 0;
        font-size: 100%;
    }
    #con_contact_form .pp-text p {
        margin: .5em 0 0;
    }
    #con_contact_form .pp-text a{
        color: #222222;
    }

    #con_contact_form .submit-txt {
        text-align: center;
        padding-top: 40px;
        margin-bottom: 20px;
        font-size:3.5vw
    }
    #con_contact_form .form_wrapper .form_contents .radio-wrap .radio, 
    #con_contact_form .form_wrapper .form_contents .radio-wrap > span{
        width: 100%;
        margin: 0;
        padding: 10px 0;
		font-size: 3.5vw;
    }
    input[type="submit"],
    input[type="button"] {
      border-radius: 0;
      -webkit-box-sizing: content-box;
      -webkit-appearance: button;
      appearance: button;
      border: none;
      box-sizing: border-box;
      cursor: pointer;
    }
    input[type="submit"]::-webkit-search-decoration,
    input[type="button"]::-webkit-search-decoration {
      display: none;
    }
    input[type="submit"]::focus,
    input[type="button"]::focus {
      outline-offset: -2px;
    }
    #con_contact_form input[type="submit"], 
    #con_contact_form button,
	#con_contact_form .back-btn{
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
        padding: 20px;
        display: block;
        border: 2px solid #222222;
        box-sizing: border-box;
        color: #fff;
        background: #222222;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
	#con_contact_form .back-btn{
        background: #eee;
	    color: #666;	
	    border: 2px solid #eee;
    }
    #con_contact_form .back-btn:hover{
        color: #666;
        border: 2px solid #666;
        background: #fff;
    }
	
    #con_contact_form input[type="submit"]:hover, 
    #con_contact_form button:hover{
        color: #222222;
        background: #fff;
    }

    #con_contact_form input[type="submit"][disabled], 
    #con_contact_form button[disabled]{
        opacity: 0.7;
        cursor:not-allowed;
    }
    #con_contact_form input[type="submit"][disabled]:hover, 
    #con_contact_form button[disabled]:hover{
        color: #fff;
        background: #222222;
    }




    /*---------- 送信完了画面----------*/
    #thanks_message{
        text-align: center;
    }#thanks_message h3{
        margin-bottom: 40px;
        color: #222222;
        font-size: 20px;
    }
    #thanks_message .text01{
        text-align: left;
        margin-bottom: 20px;
        color: #222222;
    }#thanks_message .tel_number{
        margin-bottom: 20px;
        color: #222222;
        font-size: 40px;
        font-weight: 600;
    }#thanks_message .caption{
        color: #222222;
        font-size: 14px;
    }

    
}