@charset "UTF-8";
/* ------------------------------------------------
                    css
--------------------------------------------------- */
/*---------- header ----------*/
header {
    width: 100%;
    padding: 18px 30px 0;
    display: block;
    box-sizing: border-box;
    background: #222222;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
}
header .header-in {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
header a.header-doosan-logo {
    width: 120px;
    margin-bottom: 18px;
    display: block;
}
header a.header-smx-logo {
    width: 150px;
    margin-bottom: 18px;
    display: block;
}
header .gnav-wrap {
    width: calc(70% - 270px);
    margin: 0 auto;
}
header ul#gnav {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
header ul#gnav li {
    display: block;
}
header ul#gnav li a {
    padding-bottom: 18px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.1em;
}

header ul#gnav li:nth-child(1) a { width: 6em;}
header ul#gnav li:nth-child(2) a { width: 6em;}
header ul#gnav li:nth-child(3) a { width: 11em;}
header ul#gnav li:nth-child(4) a { width: 8em;}
header ul#gnav li:nth-child(5) a { width: 9em;}

header #current-line {
    width: 1px;
    height: 18px;
    background: #fff;
    position: absolute;
    bottom: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}




/*---------- 共通 ----------*/
.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: 0 0 0 20px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    background: #a4a4a4;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}
footer a.btn-yt {
    width: 90px;
    display: block;
    margin-left: 5%;
}
footer .copyright {
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 9px;
    font-weight: 100;
}
footer ul.btn-area {
    display: flex;
    align-items: center;
    position: relative;
}
footer ul.btn-area li {
    width: 90px; /* WEB予約削除時 */
}
footer ul.btn-area li .btn-trigger img {
    width: 50px;
    display: block;
    margin: 0 auto;
}
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;*/
    width: 16px;
    height: 16px;
    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 {
    /*
    padding: 30px 50px;
    width: calc(100% / 3);
    */
    padding: 40px 50px;
    width: calc(100% / 2);/* WEB予約削除時 */
    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-size: 28px;/* WEB予約削除時 */
    font-weight: 600;
    line-height: 1;
}
footer ul.btn-area li .box-in .footer-links-ttl-sub {
    /*
    margin-bottom: 10px;
    font-size: 9px;
    */
    margin-bottom: 20px;
    font-size: 12px;/* WEB予約削除時 */
    line-height: 1;
}
footer ul.btn-area li .box-in .footer-links-txt {
    /*font-size: 12px;*/
    font-size: 14px;/* WEB予約削除時 */
}

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: 96%;
    max-width: 1200px;
    margin: 0 auto 0;
    padding: 0 60px 80px;
    box-sizing: border-box;
    position: relative;
}
#con_contact_form h2{
    width: 90%;
    margin: 0 auto 40px;
    padding-top: 80px;
    position: relative;
    text-align: center;
    font-size: 40px;
}


/*---------- CONTACT US----------*/

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

#con_contact_form{
    width: 96%;
    max-width: 1200px;
    margin: 0 auto 0;
    padding: 0 60px 100px;
    box-sizing: border-box;
    position: relative;
}
#con_contact_form h2{
    width: 90%;
    margin: 0 auto 10px;
    padding-top: 120px;
    position: relative;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}
#con_contact_form .h2-sub{text-align: center;
	margin-bottom: 50px;
	
}
#con_contact_form .error{color:#ff0000}
#con_contact_form .form_wrapper{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    display: flex;
    border-top: 1px solid #e3e9e9;
}
#con_contact_form .form_wrapper.last{border-bottom: 1px solid #e3e9e9;}

#con_contact_form .form_wrapper.confirm-hide {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    border-top: none;
}
#con_contact_form .confirm-show{
	display: none;
}
#con_contact_form .form_wrapper .form_title{
    width: 30%;
    padding: 20px 40px 20px 0;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    align-items: flex-start;
    vertical-align: top;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
}
#con_contact_form .form_wrapper .form_title .hissu{
    margin-left: auto;
    padding: 1px 5px;
    box-sizing: border-box;
    display: inline-block;
    background: #ff0000;
    color: #fff;
    font-size: 13px;
}
#con_contact_form .form_wrapper .form_title .ninni{
    margin-left: auto;
    padding: 1px 5px;
    box-sizing: border-box;
    display: inline-block;
    background: #eee;
    color: #666;
    font-size: 13px;
}
#con_contact_form .form_wrapper .form_contents{
    width: 70%;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.mw_wp_form_confirm #con_contact_form .form_wrapper .form_contents{
	padding: 20px;
}

#con_contact_form .form_wrapper .form_contents.all{
    width: 70%;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}


#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: 20px;
  width: 100%;
  box-sizing: border-box;
  background: #f2f3f3;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", verdana, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#con_contact_form textarea {
    padding: 20px;
    width: 100%;
    height: 180px;
    box-sizing: border-box;
    resize: none;
    background: #f2f3f3;;
    font-size: 16px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", verdana, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#con_contact_form .form_wrapper .form_text{
    margin: 30px auto 20px;
    text-align: left;
    color: #222222;
}
#con_contact_form .form_wrapper .form_contents .check span{
    color: #222222;
}


#con_contact_form .pp-text{
	margin: 0 auto 60px;
	overflow-y: scroll;
	border: 1px solid #ccc;
	padding: 10px;
	width:100%;
	height: 160px;
    color: #222222;
	background: #fff;
	text-align: left;
	line-height: 1.5;
	font-size: 14px;
}
#con_contact_form .pp-text h3 {
	margin: 0 auto 10px;
	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;
}
.mw_wp_form_confirm #con_contact_form .confirm-show {
    display: block;
}
#con_contact_form .submit-txt {
    text-align: center;
	padding-top: 40px;
	margin-bottom: 20px
}
.mw_wp_form_confirm #con_contact_form .form_wrapper.confirm-hide {
    display: none;
}

#con_contact_form .form_wrapper .form_contents .radio-wrap{
	display: flex;
	flex-wrap: wrap;
	color: #222222;
}
.mw_wp_form_confirm #con_contact_form .form_wrapper .form_contents .radio-wrap{
	display: flex;
	flex-wrap: wrap;
	color: #222222;
}
#con_contact_form .form_wrapper .form_contents .radio-wrap .radio, 
#con_contact_form .form_wrapper .form_contents .radio-wrap > span{
	width:50%;
    margin: 0;
	padding: 10px 0;
}

#con_contact_form input[type="submit"], 
#con_contact_form buttom,
	#con_contact_form .back-btn{
    width: 50%;
    max-width: 400px;
    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;
	border: 2px solid #eee;
	color:#666;
}
#con_contact_form .back-btn:hover{
    color: #666;
	border: 2px solid #666;
	background: #fff;
}

#con_contact_form input[type="submit"]:hover{
    color: #222222;
	background: #fff;
}

#con_contact_form input[type="submit"][disabled]{
    opacity: 0.7;
    cursor:not-allowed;
}
#con_contact_form input[type="submit"][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{
    margin-bottom: 10px;
    color: #222222;
}
#thanks_message .tel_number{
    margin-bottom: 10px;
    color: #222222;
    font-size: 40px;
    font-weight: 600;
}
#thanks_message .caption{
    color: #222222;
    font-size: 14px;
}
#thanks_message .btn_toppage{
    width: 50%;
    max-width: 300px;
    margin: 40px auto 0;
	padding: 20px;
	display: block;
    box-sizing: border-box;
    color: #fff;
	background: #222222;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#thanks_message .btn_toppage:hover{
    opacity: 0.7;
}

#thanks_message .btn_download{
    width: 50%;
    max-width: 300px;
    margin: 40px auto 0;
	padding: 20px;
	display: block;
    box-sizing: border-box;
    color: #fff;
	background: #222222;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#thanks_message .btn_download:hover{
    opacity: 0.7;
}