.main {
    margin: 200px 0px 50px;
    text-align: center;
    font-size: 16px;
}
.bg_scanat_c {
    background-color: #f7f8f8;
    padding: 50px 0;
    margin: 0px;
    margin-bottom: 0px;
    }
 
.bg_scanat_c2 {
    background-color: #fff;
    padding: 50px 0 20px 0;
    margin-bottom: 10px;
    border-radius: 25px;
    margin: 0px;
    }
   
 .inner-c {
    font-size: 16px;
      width: 1200px;
      margin: 0 auto;
      padding: 0px;
}  

.obi {
    background-color: #008dd7;
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 30px 0px;
    letter-spacing: 1.5px;
    width: 1200px;
    line-height: 1;
}

.obi_text2 {
    font-size: 13px;
    text-align: center;
    font-weight: normal;
    }
    
    
    
    
.scanat_c_text {
    font-size: 16px;
    margin: 60px 0;
    text-align: center;
    }


.contact_f-text {
    font-size: 18px;
    letter-spacing: 2px;
    text-align: left;
    color: #595757;
    margin-bottom: 10px;
}

.contact_f-text2 {
    font-size: 18px;
    letter-spacing: 2px;
    text-align: left;
    color: #595757;
}

.contact_f-text3 {
    font-size: 18px;
    letter-spacing: 2px;
    text-align: left;
    color: #595757;
    margin-top: 20px;
    margin-bottom: 10px;
}

.inner_contact {
	width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px;
}

.textbox {
    border: 1px solid #008dd7;
    color: #000;
    opacity: .7;
    padding: 10px;
    text-align: left;
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-size: 16px;
    outline: none;
    background-color: #f5fbfe;
    margin-bottom: 10px;
    border-radius: 5px;
    margin: 0px;
}

.textbox-n1 {
    border: 1px solid #008dd7;
    color: #000;
    opacity: .7;
    padding: 10px;
    text-align: left;
    width: 95%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-size: 16px;
    outline: none;
    background-color: #f5fbfe;
    margin-bottom: 10px;
    border-radius: 5px;
}
  
.textbox-n2 {
    border: 1px solid #008dd7;
    color: #000;
    opacity: .7;
    padding: 10px;
    text-align: left;
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-size: 16px;
    outline: none;
    background-color: #f5fbfe;
    margin-bottom: 10px;
    border-radius: 5px;
}
    
.textbox1 {
    border: 1px solid #008dd7;
    color: #000;
    opacity: .7;
    padding: 10px;
    text-align: left;
    width: 80px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-size: 16px;
    outline: none;
    background-color: #f5fbfe;
    margin-bottom: 0px;
    border-radius: 5px;
}
  
.textbox2 {
    border: 1px solid #008dd7;
    color: #000;
    opacity: .7;
    padding: 10px;
    text-align: left;
    width: 120px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-size: 16px;
    outline: none;
    background-color: #f5fbfe;
    margin-bottom: 0px;
    border-radius: 5px;
}
 
.select1 {
    border: 1px solid #008dd7;
    color: #000;
    opacity: .7;
    padding: 10px;
    text-align: left;
    width: 260px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-size: 16px;
    outline: none;
    background-color: #f5fbfe;
    margin-bottom: 0px;
    border-radius: 5px;
    
}
    
textarea {
    resize: none;
    width: 100%;
    height: 410px;
    border: 1px solid #008dd7;
    background-color: #f5fbfe;
    border-radius: 5px;
    padding: 15px;
    color: #000;
    font-size: 16px;
    margin: 0px;
}
.privacy_box {
    overflow: auto;
    width: 1000px;
    height: 120px;
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 1px #008dd7;
    border-radius: 15px;
    font-size: 15px;
}
.privacy_box p {
    text-align: left;
    margin: 0;
    padding: 0;
}

input#submit_button {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #fff;
    background: #008dd7;
    border-radius: 5px;
    transition: .4s;
    font-size: 20px;
    width: 160px;
    border: 0px;
    margin-bottom: 40px;
}
input#submit_button:hover {
    background: #a6a6a7;
    color: white;
}

input::placeholder {
  color: #d9d9da;
}

textarea::placeholder {
  color: #d9d9da;
}

.contents-wrap-con{
	width: 1000px;
	margin: 0 auto;
    padding: 0px;
}
  
.contents-wrap-con > div{
	float: left;
	margin-bottom: 20px;
}
   
.contents-inner-1{
	width: 100%;
    margin: 0px;
    padding: 0px;
}

.contents-inner-c2-1{
	width: 49%;
    margin-right: 20px;
    text-align: left;
    font-size: 20px;
    color: #595757;
}

.contents-inner-c2-2{
	width: 49%;
    text-align: left;
    font-size: 20px;
    color: #595757;
}
 
.contents-wrap-con:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

    
table.contact_t{
	width: 100%;
}

table.contact_t td{
	padding: 5px 0px;
}

table.contact_t td.contact_td1 {
	width: 10%;
}
    
    
.h-text {
	font-size: 14px;
    color: #ff0000;
}
    
.pc { display: block !important; }
.sp { display: none !important; }

#formWrap {
	margin: 0px;
    padding: 0px;
}

form {
	margin: 0px;
    padding: 0px;
}

@media only screen and (max-width: 1024px) {
.pc { display: none !important; }
.sp { display: block !important; }
    
.main {
    margin: 100px auto 50px;
    text-align: center;
    width: 95%;
}
.inner-c  {
    margin: 0px auto;
    padding: 0px;
    width:90%;
}
 .scanat_c_text {
    font-size: 15px;
    margin: 20px 0;
    text-align: center;
    }   
.k-title {
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ee7c00;
    width: 100%;
    padding: 10px 0px;
    letter-spacing: 3px;
}

.k-title2 {
    font-size: 10px;
}
   
.bg_scanat_c {
    background-color: #f7f8f8;
    padding: 20px 0;
    margin-bottom: 20px;
    }
    
.bg_scanat_c2 {
    background-color: #fff;
    padding: 20px;
    margin: 0px;
    border-radius: 25px;
    
    }
    
.inner_contact {
    padding: 10px;
}
   
.contents-wrap-con{
	width: 100%;
	margin: 0 auto;
    padding: 0px;
}
  
.contents-wrap-con > div{
	float: left;
	margin: 0px;
    padding: 0px;
}
    

    
.contents-inner-c2-1{
	width: 100%;
    padding-right: 0px;
    text-align: left;
    color: #595757;
}

.contents-inner-c2-2{
	width: 100%;
    text-align: left;
    color: #595757;
}
    
.contact_f-text {
    font-size: 13px;
    letter-spacing: 2px;
    text-align: left;
    color: #595757;
    margin-bottom: 10px;
}

.contact_f-text2 {
    font-size: 13px;
    letter-spacing: 2px;
    text-align: left;
    color: #595757;
}

.contact_f-text3 {
    font-size: 13px;
    letter-spacing: 2px;
    text-align: left;
    color: #595757;
    margin-top: 20px;
    margin-bottom: 10px;
}

  
.contact_text {
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    margin: 20px auto;
}

    
.sp-text {
	background-color: #fff;
}
    
.select-box01 {
    font-size: 17px;
}
.select-box02 {
    font-size: 22px;
}
.sub {
    font-size: 22px;
}
input#submit_button {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #fff;
    background: #008dd7;
    border-radius: 5px;
    transition: .4s;
    font-size: 20px;
    width: 160px;
    border: 0px;
    margin-bottom: 40px;
}
input#submit_button:hover {
    background: #a6a6a7;
    color: white;
}

.textbox {
    border: 1px solid #008dd7;
    color: #000;
    opacity: .7;
    padding: 5px;
    text-align: left;
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-size: 15px;
    outline: none;
    background-color: #f5fbfe;
    margin-bottom: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}

.textbox-n1 {
    opacity: .7;
    padding: 5px;
    text-align: left;
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-size: 15px;
    outline: none;
    background-color: #f5fbfe;
    margin-bottom: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}
  
.textbox-n2 {
    opacity: .7;
    padding: 5px;
    text-align: left;
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-size: 15px;
    outline: none;
    background-color: #f5fbfe;
    margin-bottom: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}
    
.textbox1 {
    border: 1px solid #008dd7;
    color: #000;
    opacity: .7;
    padding: 5px;
    text-align: left;
    width: 70%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-size: 15px;
    outline: none;
    background-color: #f5fbfe;
    margin-bottom: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}
  
.textbox2 {
    border: 1px solid #008dd7;
    color: #000;
    opacity: .7;
    padding: 5px;
    text-align: left;
    width: 70%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-size: 15px;
    outline: none;
    background-color: #f5fbfe;
    margin-bottom: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}
 
.select1 {
    border: 1px solid #008dd7;
    color: #000;
    opacity: .7;
    padding: 5px;
    text-align: left;
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-size: 15px;
    outline: none;
    background-color: #f5fbfe;
    margin-bottom: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}
    
    
input {
    margin: 0;
    padding: 0px;
    width: 100%;
}
    
textarea {
    resize: none;
    width: 100%;
    height: 200px;
    margin: 0;
    padding: 10px;
    font-size: 15px;
    box-sizing: border-box;
}
.privacy_box {
    overflow: auto;
    width: 100%;
    height: 115px;
    padding: 0px;
    border: solid 1px #008dd7;
    border-radius: 5px;
    font-size: 13px;
}
.privacy_box p {
    text-align: left;
    margin: 10px;
    padding: 0;
}
    
.obi {
    background-color: #008dd7;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px;
    letter-spacing: 1.5px;
    width: 100%;
    line-height: 1;
}

.obi_text2 {
    font-size: 10px;
    text-align: center;
    font-weight: normal;
    }
  table.contact_t{
	width: 100%;
}

table.contact_t td.contact_td1 {
	width: 15%;
}

}