@charset "UTF-8";
/*
  form elements reset
====================================*/
#cities, #street, #physicalDeliveryOfficeName {
  margin-left: 0em;
}

#contactform input, #contactform textarea, #contactform select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  border: 0px solid rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 9px 0.8em 0.4em;
  width: 100%;
}
#contactform [name="email"],
#contactform input[type="text"],
#contactform input[type="tel"],
#contactform select {
    height: 48px;
}

#contactform input[type="radio"] {
	width: inherit;
	height: inherit;
}

#contactform input[type="submit"] {
  width: 100%;
}

#contactform select {
  color: #666;
}
#contactform select:focus {
  color: #000;
}
#contactform textarea {
  margin-bottom: -7px;
}
/*for IE*/
@media all and (-ms-high-contrast: none){
  #contactform textarea {
  margin-bottom: 0px;
  }
}
/*for firefox*/
@-moz-document url-prefix() {
  #contactform textarea {
  margin-bottom: -3px;
  }
}
#contactform select::-ms-expand {
  display: none;
}


/* == radio checkbox == */
#contactform input[type="checkbox"],
#contactform input[type="radio"] {
  margin: 0;
  padding: 0;
  outline: none;

  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

/*radio*/
.contactform-radio-list {
  margin-top: 11px;
  padding-bottom: 0px;
}

.contactform-input-note + .contactform-radio-list {
  margin-top: 0;
}

.contactform-radio-list li {
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}

@media only screen and (max-width: 480px) {
  .contactform-radio-list li {
    margin-bottom: 15px;
    display: block;
  }
}

.contactform-radio-list li:first-child {
  margin-top: 0px;
}

.contactform-radio-list input[type="radio"] + label{
  padding-left: 32px;
  position:relative;
  cursor: pointer;
}

/*螟紋ｸｸ*/
.contactform-radio-list input[type="radio"] + label::before{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  background: white;
}

input.contactform-radio-input{}

/*蜀�ｸｸ*/
.contactform-radio-list input[type="radio"]:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 11px;
  height: 11px;
  border: 1px solid #8e8e8e;
  background: #8e8e8e;
  border-radius: 80%;
}

/*繝輔か繝ｼ繧ｫ繧ｹ*/
.contactform-radio-list input[type="radio"]:focus + label::before {
  border: 1px solid #7E7E7E;
}

/*checkbox*/
.contactform-checkbox-list {
  margin-top: 12px;
  padding-bottom: 0px;
}

.contactform-input-note + .contactform-checkbox-list {
  margin-top: 0;
}

.contactform-checkbox-list li {
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}


@media only screen and (max-width: 480px) {
  .contactform-checkbox-list li {
    margin-bottom: 15px;
    display: block;
  }
}


.contactform-checkbox-list li:first-child {
  margin-top: 0px;
}

.contactform-checkbox-list label {
  position:relative;
  cursor: pointer;
}

/*繝輔か繝ｼ繧ｫ繧ｹ*/
.contactform-checkbox-input:focus + .contactform-checkbox-text::before{
  border: 1px solid #7E7E7E;
}

.contactform-checkbox-text{
  padding-left: 32px;
  position:relative;
}
.contactform-checkbox-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 0px;
  background: white;
}
.contactform-checkbox-input:checked + .contactform-checkbox-text{
  /*font-weight: bold;*/
}
.contactform-checkbox-input:checked + .contactform-checkbox-text::after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 7px;
  height: 14px;
  transform: rotate(42deg);
  border-bottom: 2px solid #8e8e8e;
  border-right: 2px solid #8e8e8e;
}


/*
  section 
====================================*/
@media only screen and (max-width: 480px) {
  .main-contents #contactform .section-inner {
    padding: 25px 16px 25px;
  }
}
/*
  title 
====================================*/
h2.contactform-middle-ttl {
  text-align: center;
  margin-top: 0;
}
dl.contactform-input-item-list + h2.contactform-middle-ttl {
  margin-top: 40px;
}
h2.contactform-middle-ttl2 {
  margin-top: 10px;
  font-size: 20px;
}
h3.contactform-small-ttl {
  font-size: 16px;
}
@media only screen and (max-width:767px) {
  h1.hdg-a {
    font-size: 3.2rem;
  }
  /*max-width:767px*/
}
@media only screen and (max-width:480px) {
  #contactform h1.hdg-a {
    font-size: 2.5rem;
  }
  #contactform .hdg-a-wrapper {
    margin-bottom: 10px;
  }
  h2.contactform-middle-ttl {
    font-size: 20px;
  }
  dl.contactform-input-item-list + h2.contactform-middle-ttl {
    margin-top: 40px;
  }
  /*max-width:400px*/
}
/*
  steps 
====================================*/
.contactform-step {
  background-color: #efefef;
  padding: 12px 19px;
}
.contactform-step-list li {
  display: inline-block;
  margin-left: 22px;
}
.contactform-step-list li:first-child {
  margin-left: 0px;
}
.contactform-step-list li {
  position: relative;
  padding-right: 30px;
  margin-left: 25px;
}
.contactform-step-list li::after {
  content: '';
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 3px #7e7e7e;
  border-right: solid 3px #7e7e7e;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}
.contactform-step-list li:last-child:after {
  height: 0;
  width: 0;
  display: none;
  border-top: 0px;
  border-right: 0px;
}
.contactform-step-icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background-color: white;
  font-size: 15px;
}
.contactform-step-icon.contactform-step-stay {
  background-color: #a30b1a;
  color: white;
}
.contactform-step-text {
  display: inline-block;
  margin-left: 8px;
  font-size: 13px;
}
@media only screen and (max-width:767px) {
  .contactform-step-text {
    display: block;
  }
  .contactform-step-list {
    display: table;
    width: 100%;
  }
  .contactform-step-list li {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 25%;
  }
  .contactform-step-icon {
    margin: 0 auto;
    display: block;
  }
  .contactform-step-list li::after {
    top: 20px;
    right: 10%;
    margin-top: -7px;
  }
  .contactform-step-text {
    display: block;
    text-align: center;
    margin-top: 8px;
  }
  /*max-width:768px*/
}
@media only screen and (max-width:400px) {
  .contactform-step-text {
    display: block;
  }
  .contactform-step-list {
    display: table;
    width: 100%;
    margin-left: 10px;
  }
  .contactform-step-list li {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 33%;
    min-width: 82px;
  }
  .contactform-step-list li:first-child {
    width: 33%;
  }
  .contactform-step-list li:first-child .contactform-step-icon {
    margin-left: 10px;
  }
  .contactform-step-list li:first-child .contactform-step-text {
    text-align: left;
    margin-left: 0;
  }
  .contactform-step-list li:nth-child(2) .contactform-step-icon {
    margin-left: 20px;
  }
  .contactform-step-list li:nth-child(2) .contactform-step-text {
    text-align: left;
    margin-left: 0;
  }
  .contactform-step-icon {
    margin: 0 auto;
    display: block;
  }
  .contactform-step-list li::after {
    top: 20px;
    right: 10%;
    margin-top: -7px;
  }
  .contactform-step-text {
    display: block;
    text-align: center;
    margin-top: 8px;
  }
  /*max-width:400px*/
}

@media only screen and (max-width:300px) {
  .contactform-step-list li {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 30%;
  }
  /*max-width:400px*/
}

/*
  contactform-attention 
====================================*/
.contactform-attention {
  margin-top: 35px;
}
.contactform-attention-list.list-a {
  margin-top: 15px;
  margin-left: 0;
  padding-left: 5px;
}
.contactform-attention p {
  margin-top: 15px;
}
/*
  form elements
====================================*/
/* focus */
#contactform select:focus, #contactform textarea:focus, #contactform input:focus {
  outline: 1px #7e7e7e solid;
}
input::placeholder {
  color: #777777;
}
/* for IE */
#contactform input:-ms-input-placeholder {
  color: #777777;
}
/* for Edge */
input::-ms-input-placeholder {
  color: #777777;
}
#contactform select, #contactform textarea, #contactform input {
  outline: 1px #ccc solid;
  font-size: 14px;
}
@media only screen and (max-width:767px) {
  #contactform select, #contactform textarea, #contactform input {
    font-size: 100%;
  }
}
#contactform textarea, #contactform input {
  /*padding: 10px 10px;*/
}

/* select menu */
.contactform-select-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
}
.contactform-select-wrapper::after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-bottom: solid 2px #7e7e7e;
  border-right: solid 2px #7e7e7e;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 24px;
  right: 15px;
  margin-top: -6px;
  z-index: 2;
  pointer-events: none;
}
.contactform-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 48px;
  background: transparent;
  position: relative;
  z-index: 2;
  padding: 0 40px 0 10px;
  border: 1px solid #7e7e7e;
  border-radius: 2px;
}
select::-ms-expand {
  display: none;
}
@media only screen and (max-width:767px) {
  #contactform #message {
    height: 120px;
  }
  /*max-width:767px*/
}
/*
  contactform main styles
====================================*/
#contactform {}
.contactform-input-area {
  width: 640px;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .contactform-input-area {
    width: 100%;
    margin: 0 auto;
  }
  /*max-width:767px*/
}
/*contactform-input-item-list*/
dl.contactform-input-item-list {
  margin-top: 15;
}
.contactform-input-item-list dt {
  margin-top: 25px;
  font-size: 15px;
  color: #000;
}


.contactform-input-item-list dt.contactform-separate-border {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
}
.contactform-input-item-list dd {
  margin-top: 10px;
}
.contactform-input-item-list dd + dd {
  margin-top: 10px;
}
/*contactform-verification-item-list*/
dl.contactform-verification-item-list {
  margin-top: 15;
}
.contactform-verification-item-list dt {
  margin-top: 40px;
  font-size: 14px;
  color: #000;
}
.contactform-verification-item-list dt:first-child {
  margin-top: 25px;
}
.contactform-verification-item-list dd {
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width:400px) {
  .contactform-verification-item-list dd {
  font-size: 16px;
}
  /*max-width:400px*/
}


.contactform-verification-item-list dd + dd {
  margin-top: 10px;
}
.contactform-notice {
  color: #a30b1a;
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
}
.contactform-input-note {
  font-size: 13px;
  color: #666666;
  padding-bottom: 10px;
  display: block;
}
.contactform-label-small {
  font-size: 13px;
  color: #666666;
  padding-bottom: 5px;
  display: block;
}
.contactform-select-wrapper + .contactform-label-small, input + .contactform-label-small {
  margin-top: 13px;
}
/*contactform-bottom-note*/
.contactform-bottom-note {
  padding: 10px 50px 40px;
}
@media only screen and (max-width:767px) {
  .contactform-bottom-note {
    padding: 10px 0px;
  }
  /*max-width:767px*/
}
.contactform-bottom-note ul {
  list-style: inside;
  margin-top: 10px;
}
.contactform-bottom-note p {
  margin-top: 10px;
}
/*contactform-bottom-note*/
.contactform-privacy {
  padding: 10px 50px;
}
@media only screen and (max-width:767px) {
  .contactform-privacy {
    padding: 10px 0px;
  }
  /*max-width:767px*/
}
.contactform-privacy-text {
  margin-top: 25px;
}
/*contactform-privacy-contact*/
.contactform-privacy-contact {
  margin-top: 3em;
}
.contactform-frm {
  margin-top: 10px;
  border: solid 1px #ccc;
  padding: 20px 25px;
  line-height: 1.7;
  margin-bottom: 4em;
}
@media only screen and (max-width:400px) {
  .contactform-privacy-contact {
    margin-top: 1.5em;
  }
  .contactform-frm {
    margin-bottom: 2em;
  }
  /*max-width:400px*/
}
/*submit*/
.contactform-submit-wrapper {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .contactform-submit-wrapper {
    width: 100%;
  }
  /*max-width:767px*/
}
.contactform-submit {
  width: 100%;
}
.contactform-historyback {
  width: 100%;
}
#contactform .contactform-submit-wrapper .contactform-historyback, #contactform .contactform-submit-wrapper .contactform-submit {
  width: 40%;
}
#contactform .contactform-submit input[type="button"]:hover, #contactform .contactform-submit input[type="submit"]:hover {
  background: #d11124;
}
#contactform .contactform-submit.contactform-historyback input[type="button"]:hover {
  background: #f6cfd3;
}
#contactform .contactform-submit input[type="button"], #contactform .contactform-submit input[type="submit"] {
  display: inline-block;
  margin: 0 auto;
  background-color: #910d1e;
  color: #fff;
  font-size: 2.3rem;
  padding: 5px 20px 5px 0px;
  position: relative;
  white-space: normal;
}
#contactform .contactform-submit.contactform-historyback input[type="button"] {
  background-color: #fff;
  color: #910d1e;
}
#contactform .contactform-submit {
  color: #fff;
  position: relative;
  line-height: 2.8em;
  max-width: 510px;
  margin: 0 auto;
}
#contactform .contactform-submit-wrapper .contactform-submit {
  display: inline-block;
}
#contactform .contactform-submit:first-child {
  margin-right: 30px;
}
#contactform .contactform-submit.contactform-historyback {
  color: #a30b1a !important;
  /*border: 1px solid #a30b1a;*/
}
#contactform .contactform-submit::after {
  content: "";
  width: .6em;
  height: .6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contactform .contactform-submit.contactform-historyback::after {
  content: "";
  width: .6em;
  height: .6em;
  border-top: 2px solid #a30b1a;
  border-right: 2px solid #a30b1a;
}
#contactform .contactform-submit.contactform-historyback input {
  outline: 1px solid #a30b1a;
}
@media only screen and (max-width:767px) {
  #contactform .contactform-submit input[type="button"], #contactform .contactform-submit input[type="submit"] {
    display: inline-block;
    margin: 0 auto;
    background-color: #bb1217;
    color: #fff;
    font-size: 1.5rem;
    padding: 10px 32px 10px 25px;
    position: relative;
    white-space: normal;
    line-height: 1.4;
  }
  /*max-width:767px*/
}
@media only screen and (max-width:400px) {
  #contactform .contactform-submit input[type="button"], #contactform .contactform-submit input[type="submit"] {
    display: inline-block;
    margin: 0 auto;
    background-color: #bb1217;
    border: 1px solid #d11124;
    color: #fff;
    font-size: 1.5rem;
    padding: 10px 32px 10px 25px;
    position: relative;
    white-space: normal;
    line-height: 1.4;
  }
  /*max-width:400px*/
}

.contactform-submit-note {
  padding-top: 10px;
  text-align: center;
}

/*
  for error
====================================*/
#contactform select.contactform-input-error, #contactform textarea.contactform-input-error, #contactform input.contactform-input-error {
  outline: 1px #a30b1a solid;
}
#contactform select.contactform-input-error, #contactform textarea.contactform-input-error, #contactform input.contactform-input-error {
  outline: 1px #a30b1a solid;
}
#contactform .formError .formErrorContent {
  display: block;
  background: transparent;
  color: #af2f3b;
  font-size: 14px;
  text-align: right;
  padding-right: 0px;
  cursor: default;
}
#contactform .formError.inline {
  display: block;
  padding-right: 0px;
}

#contactform input[type="radio"].contactform-input-error + label::before {
  border: 1px #a30b1a solid;
}

#contactform input[type="checkbox"].contactform-input-error + .contactform-checkbox-text::before {
  border: 1px #a30b1a solid;
}

/*
  others
====================================*/
/*for 6.html */
.contactform-mb-20 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px){
.main-contents #contactform .contactform-mb-20 + .section .section-inner {
    padding-top: 0;
}
}

#contactform .contactform-submit.contactform-maxwidth-580 {
  max-width: 580px;
}

/*for display_notice */
label[for="message"] {
  display: inline-block;
  padding-right: 20px;
}
span.contactform-input-note.contactform-message-notice {
  display: none;
  padding-bottom: 0;
}

