@charset "UTF-8";
/* 
======== CONTENTS ==========================================
デジタルマーケティング フォーム CSS
2021.11.09
 =========================================================
*/

@charset "UTF-8";
/* -------------------------------------
stlye for prdt iframe form
2021.6.7
----------------------------------------
*/
/* -------------------------------------
フォーム要素基本スタイル
----------------------------------------
*/

.formInputInner >  input[type="text"],
.formInputInner >  input[type="email"],
.formInputInner >  input[type="tel"] {
  background-color: #efefef;
  font-family: inherit;
  font-size: 15px;
  padding: 15px;
  border: 1px solid #999;
  border-radius: 0;
  height: auto;
}
.formInputInner >  textarea {
  background-color: #efefef;
  font-family: inherit;
  font-size: 15px;
  padding: 15px;
  border: 1px solid #999;
  border-radius: 0;
  height: 15rem;
}
.formInputInner >  select {
  background-color: #efefef;
  font-family: inherit;
  font-size: 15px;
  border: 1px solid #999;
  border-radius: 0;
  padding: 13px;
  height: auto;
}
.formInputInner >  select {
  font-family: inherit;
  font-size: 15px;

}
.formInputInner  input[type="checkbox"],
.formInputInner  input[type="radio"]{
  cursor: pointer;
}


/* -------------------------------------
フォーム前後
----------------------------------------
*/

.required .formHeading:after{
   background-color: #333;
  border-radius: 0;
}
.required .formHeading:after {
    background-color: #333;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 44px;
    height: 21px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-left: 5px;
}
.formHeading label {
font-size: 16px;
}

/* -------------------------------------
個人情報の取り扱い枠
----------------------------------------
*/
.privacy {
  padding:0;
  margin: 0;
  border: none;
}

.privacy a {
  color: #e61227;
}

.privacy__title {
  font-size: 13px;
  line-height: 1.85;
  font-weight: bold;
}

.privacy__text {
  font-size: 13px;
  line-height: 1.85;
}

.privacy__text--right {
  text-align: right;
}



/* -------------------------------------
住所系
----------------------------------------
*/
.formInputInner.zip input {
    width: 9em;
}
.formInputInner.state {
    width: 8em;
    float: left;
    display: block;
    margin-top: 10px;
    margin-right: 10px;
}

.formInputInner.city input {
    width: 20em;
     margin-top: 0px;
    float: left;
    display: block;
}
@media screen and (max-width: 425px){
.formInputInner.city input {
    width: 100%;
    margin-top: 10px;
 }
}
.formInputInner.address_one  input {
    margin-top: 10px;
}

.formInputInner.contact_method  span span{
     font-size: 15px;
     margin-left:15px;
     display: block;
}
.formInputInner.Personal_Data_Agree span span{
     font-size: 15px;
      margin-left:15px;
     display: block;
}


/* -------------------------------------
送信ボタン
----------------------------------------
*/
p.submit{
    position: relative;
    background: #e61227;
    display: block;
    margin: auto;
    width: 210px;
}
p.submit > .btn-primary {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}
p.submit > .btn-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 330px;
    height: 60px;
    background-color: #e61227;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
    text-decoration: none !important;
    margin: 70px auto 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
}

p.submit > .btn-primary {
    width: 185px;
    min-height: 40px;
    margin-top: 20px;
    padding: .5em 1em;
    border-radius: inherit;
}
p.submit > .btn-primary:focus,
p.submit > .btn-primary:active,
p.submit > .btn-primary.active:focus{
    outline: none;
/*    color: #ffeb00!important;*/
    opacity: 0.8;
    -webkit-box-shadow: none; 
    box-shadow: none;
}
  p.submit > .btn-primary:hover{
    outline: none;
    opacity: 0.8;
}
/* p.submit:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    content: "";
    width: 12px;
    height: 1px;
    background-color: #fff;
}
p.submit:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -12px;
    content: "";
    width: 12px;
    height: 1px;
    background-color: #e61227;
} */
/* -------------------------------------
エラー表示
----------------------------------------
*/
 .alert {
    padding: 5px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-danger{
  font-size: 13px;
  background-color: inherit;
  margin-bottom: -15px;
}
p.error{
  color: red;
  font-size: 13px;
  margin:0;
}
/* -------------------------------------
etc
----------------------------------------
*/
.contentHeader{
  padding-top:0;
}

.contentFormAfter  {
    height: auto;
    padding: 12px;
    overflow-y: auto;
    border: 1px #ddd solid;
}
@media screen and (max-width: 425px){
.contentFormAfter {
    height: 110px;
    padding: 10px;
    overflow-y: auto;
    border: 1px #ddd solid;
}
}
.form-group:after {
    display: block;
    margin: 0 15px 0 15px;
    padding-bottom: 0px;
    height: auto;
    width: auto;
    border-bottom: none;
}

/* -------------------------------------
同意するボタン
----------------------------------------
*/
.Personal_Data_Agree:after {
    margin: 0 15px 0 15px;
    padding-bottom: 0;
    border-bottom: none;
}
