/* ①メニューボタンのスタイル */

#contact #mvArea #mainVisual{
  background:url(/common/img/bg_contact.jpg?02) top center no-repeat;
  background-size: 100% auto;
}

  
  #contactArea{
    padding: 60px 0 100px;
    max-width: 2000px;
    margin: 0 auto;
    position: relative;
  }
  
  #contactArea:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 500px 0 0 350px;
      border-color: transparent transparent transparent #70389e;
      opacity: 0.1;
      left: 0;
      bottom: 0;
      position: absolute;
      z-index: -10;
  }
  
  #contactArea .box{
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    max-width: 1200px;
    border-top:6px solid #70389e;
    border-radius: 4px;
    padding: 60px 60px 40px;
    position: relative;
    z-index: 5;
    background: #fff;
  }
  
  #contactArea .msg{
    font-weight: bold;
    font-size: 1.7rem;
    margin: 30px auto 20px;
    text-align: center;
  }
  
  #contactArea .border{
    max-width: 80%;
    margin: 40px auto 40px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding: 30px 20px 30px;
  }
  
  #contactArea a{
    display: block;
    background:#e33d87;
    padding: 20px 10px 10px;
    text-align: center;
    border-radius: 4px;
    border-bottom: 6px solid #c6276e;
    transition: 0.5s;
  }
  #contactArea a:hover{
    opacity: 0.8;
  }
  
  #contactArea .border{
    justify-content: space-around;
  }
  
  #contactArea .border li{
    flex-basis: 40%;
  }
  

/* お問い合わせ */


.contact {
  max-width: 1000px;
  margin:0px auto 20px;
}

.contact .head {
  margin: 0 auto;
  text-align: center;
}
.contact .head .txt {
  display: inline-block;
  text-align: right;
  color: #70389e;
  font-size: 26px;
}
.contact .head .txt span{
  color: #030f1d;
  font-size: 13px;
}
.contact .head .txt span em{
  color: #70389e;
}

.contact .privacy {
  margin: 10px auto 60px;
}
.contact .privacy .title{
  margin-bottom: 10px;
}

.contact .privacy .text{
  font-size: 1.3rem;
}

.contact .privacy a{
  display: inline-block;
  position: relative;
  padding: 0 0 0 15px;
  border-bottom:1px solid #70389e;
  font-weight: bold;
}

.contact .privacy a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #70389e;
  display: inline-block;
  left: 0px;
  top: 8px;
  position: absolute;
}


.contact .privacy .text a:hover {
  text-decoration: none;
}

.contact_description span,
.contact_block-ttl span
{
  color: #70389e;
}
.contact .contact_block {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact.confirm .contact_block{
  border-bottom: 1px dotted #a4a2a7;
}

.contact #errorMsg{
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #e33d87;
  margin-bottom: 20px;
  border: 1px solid #e33d87;
  padding: 10px;
}

.contact .error{
  background:#e33d87;
  padding: 6px;
  color: #fff;
  margin: 0;
}


.contact.confirm .contact_block-ttl{
  font-size: 1.6rem;
  font-weight: 500;
  width: 160px;
  color:#70389e;
  display: inline-block;
  padding: 10px;
}

.contact .full_name.flex{
  justify-content: space-between;
}

.contact_block.w50 {
  display: inline-flex;
  flex-direction: column;
  flex-basis: 48%;
}

.contact.confirm .contact_block.w50{
  display: inline-block;
  width: 49%;
}


.contact_block.w50 .contact_block-ttl{
 width: 2rem;
}

.contact.confirm .contact_block.w50 .contact_block-ttl{
  width: 160px;
}


.contact.thanks .txtArea p{
  text-align: center;
  font-size:1.8rem;
}

.contact.thanks .txtArea .ttl{
  font-size:2.2rem;
  color: #70389e;
  font-weight: bold;
  text-align: center;
}


.contact_block-ttl {
  padding: 0 0 0 0;
  margin-top: 20px;
  line-height: 1.5;
  font-size: 1.6rem;
  display: inline-block;
}

.required,
.required2,
.select_wrap{
  position: relative;
}

.required:after {
  content:"";
  background: url(/common/img/icon_contact01.png) no-repeat top left;
  width: 60px;
  height: 20px;
  display: block;
  position: absolute;
  right: -70px;
  top:5px;
}

.contact.confirm .required:after,
.contact.confirm .required2:after,
.contact.confirm .select_wrap:before{
  display: none;
}


.required2:after {
  content:"";
  background: url(/common/img/icon_contact02.png) no-repeat top left;
  width: 60px;
  height: 20px;
  display: block;
  position: absolute;
  right: -70px;
  top:5px;
}
.contact_block-txt {
  vertical-align: middle;
  padding: 15px 0 0;
  line-height: 1.5;
  border-bottom: none;
}

.contact.confirm .contact_block-txt{
  width: 80%;
  display: inline-block;
  padding: 10px;
}

.contact.confirm .contact_block.w50 .contact_block-txt{
  width: 60%;
  display: inline-block;
  padding: 10px;
}



input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
}

select,textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background-color: #fdfdfd;
  border: 1px solid #e5e5e5 !important;
  padding: 10px;
  width: 100%;
  margin-bottom: 0;
  color: #444;
}

input[type=text] {
  border: 1px solid #e5e5e5 !important;
  padding: 10px;
  background-color: #fdfdfd;
  width: 100%;
  margin-bottom: 0;
}

.select_wrap:before {
  position: absolute;
  top: 1em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}


.btnSubmit input{
  display: block;
  background: #70389e !important;
  padding: 20px 80px;
  margin: 60px auto 60px;
  width: 400px !important;
  text-align: center;
  color: #fff !important;
  background: none;
  font-size: 2rem;
  border: none;
  cursor: pointer;
}

.btnModify input{
  display: block;
  background: #fff !important;
  padding: 20px 80px;
  margin: -30px auto 60px;
  width: 400px !important;
  text-align: center;
  color: #70389e !important;
  background: none;
  font-size: 2rem;
  border: 1px solid #70389e;
  cursor: pointer;
}

.contact .btn:hover{
  opacity: 0.8;
}



#privacyArea{
  padding: 20px 0 60px;
}

#privacyArea h3{
  color:#70389e;
  position: relative;
  padding: 10px 10px;
  font-size: 2.2rem;
  text-align: left;
  border-bottom: 1px dotted #a4a2a7;
  letter-spacing: 0.1em;
  margin: 40px 0 20px;
  width: 100%;
}


#privacyArea ul li {
  font-size: 1.5rem;
  line-height: 1.7;
  text-indent: -1.2rem;
  padding-left: 1rem;
}



.privacyBox {
  max-width: 1000px;
  margin:0px auto 20px;
}


@media screen and (max-width: 768px){

 
#contact #mvArea #mainVisual{
  background:url(/common/img/bg_contact.jpg?01) top center no-repeat;
  background-size: 200% auto;
}



#contactArea {
    padding: 20px 0 60px;
}
#contactArea .box {
    padding: 40px 30px 20px;
}
#contactArea .box .ttl {

  width: 260px;
  margin: 0 auto;
}

#contactArea .box .ttl img{
  width: 90%;
  margin: 0 0 0 -20px;
}

#contactArea .msg {
  font-size: 1.6rem;
  margin: 30px auto 20px;
  text-align: left;
}

#contactArea .border {
  display: block;
  max-width: 80%;
  margin: 40px auto 40px;
  padding: 30px 20px 30px;
}
#contactArea .border li:nth-child(1) {
    margin-bottom: 20px;
}

.contact.confirm .contact_block-txt{
  width: 100%;
}

.contact #errorMsg {
  font-size: 1.7rem;
  text-align: left;
}

.contact.thanks .txtArea p{
  text-align: left;
  font-size:1.6rem;
}

.contact.thanks .txtArea .ttl{
  font-size:1.8rem;
  color: #70389e;
  font-weight: bold;
  text-align: center;
}


.btn a {
  display: block;
  padding: 20px 40px;
  font-size: 1.6rem;
  margin: 40px auto 10px;
  width: 220px;
  text-align: center;
}


.btnSubmit input{
  padding: 20px 20px;
  margin: 60px auto 60px;
  width: 300px !important;
  font-size: 1.8rem;
}

.btnModify input{
  padding: 20px 20px;
  margin: -30px auto 60px;
  width: 300px !important;
  font-size: 1.8rem;
}

#privacyArea {
  padding: 0px 0 80px;
}

#privacyArea h3{
  padding: 10px 0px;
  font-size: 2rem;
}




}


