/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Global styles
   ========================================================================== */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

*:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fix {
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
span.required {
  padding: 4px 10px;
  border: 1px solid #F07087;
  border-radius: 3px;
  font-size: smaller;
  font-weight: bold;
  color: #F07087;
  letter-spacing: 2.5px;
}
section div.skewed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: #00bbbe;
  z-index: -1;
  transform: skewY(-35deg);
  transform-origin: top left;
}
.valMsg {
  position: absolute;
  left: 36.3%;
  color: #ef6f87;
  font-size: 13px;
  margin-top: -30px;
}

.submit-button, 
.return-button {
  text-align: center;
  width: 47%;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 47px;
}
.submit-button{
  margin-left:6%;
}
.submit-button .send-btn, 
.return-button .send-btn {
  width: 100%;
  height: 70px;
  outline: none;
  margin: 0 auto;
  border: none;  
  border-radius: 3px;

  text-align: center;
  color : white;
  font-size:1.3em;
  font-weight: bold;
  letter-spacing:0.2em;

  box-shadow: 6px 6px 4.3px 0 rgba(221, 221, 221, 0.75);
}
.submit-button .send-btn {
  background-color: #00bbbe;
}
.submit-button .send-btn:hover{
  background-color: #33cccc;
}
.return-button .send-btn {
  background-color: #333333;
}
.return-button .send-btn:hover {
  background-color: #454545;
}
/* *==========================================================================
   Style for pc
 ========================================================================== */
/*#contact-page {
  background-image: url(../images/corner@2x.png), url("../images/down-corner@2x.png");
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  background-size: 26.5%, 26.5%;
}*/
#contact-page .inner-page {
  max-width: 1280px;
  margin: 0 auto;
}

/*
 * .page-header
 */
.page-header {
  padding-top: 118px;
}
.page-header h1 {
  font-size: 34px;
  color: #424242;
  font-weight: bold;
  text-align: center;
}
.page-header .form-title {
  max-width: 387px;
  margin: 33px auto;
}
.page-header .form-title .left-line {
  float: left;
  width:  0px;
  height: 130px;
  border-left: double 10px #00bbbe;
}
.page-header .form-title .right-line {
  float: left;
  width: 0px;
  height: 130px;
  border-right: double 10px #00bbbe;
}
.page-header .form-title .center-txt {
  float: left;
  padding: 13px 27px 0 36px;
}
.page-header .form-title .center-txt h4 {
  font-size: 20px;
  color: #424242;
  font-weight: bold;
}
.page-header .form-title .center-txt p.tel {
  font-size: 28px;
  color: #424242;
  font-weight: bold;
  margin-top: 2px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.page-header .form-title .center-txt p.time {
  font-size: 17px;
  color: #00bbbe;
  font-weight: bold;
  margin-top: 4px;
  text-align: center;
  letter-spacing: 0.5px;
  position: relative;
  left: -2px;
}

/*
 * #contact-page .inner-page .contact-frm 
 */
#contact-page .inner-page .contact-frm {
  width: 72%;
  margin: 49px auto 0;
}
#contact-page .inner-page .contact-frm .inputs-group {
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  padding: 36px 26px 40px;
  width: 100%;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(1) {
  width: auto;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(1) .input-lable {
  width: 29%;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(1) .input-entity {
  width: 70%;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(2) {
  padding: 45px 26px 40px;
  width: auto;
  display: flex;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(2) .input-lable {
  width: 29%;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(2) .input-entity {
  width: 70%;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(2) .input-entity .required-tag.pc {
  width: 63px;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(2) .input-entity .required-tag.pc img {
  width: 100%;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(2) .input-entity .name {
  width: 90%;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(2) .input-entity .name input.fname {
  width: 32%;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(2) .input-entity .name input.lname {
  width: 31%;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(3) {
  padding: 44px 26px 40px;
  width: auto;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(3) .input-lable {
  width: 29%;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(3) .input-entity {
  width: 70%;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(3) .input-entity .required-tag.pc {
  width: 63px;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(3) .input-entity .required-tag.pc img {
  width: 100%;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(3) .input-entity .name {
  width: 90%;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(3) .input-entity .name input.fname {
  width: 32%;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(3) .input-entity .name input.lname {
  width: 31%;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(4) {
  padding: 39px 26px 38px;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(4) .input-lable {
  position: relative;
  top: 5px;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(5) {
  padding: 37px 26px 40px;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(5) .input-lable {
  position: relative;
  top: 8px;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(5) .input-entity .required-tag {
  position: relative;
  top: 4px;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(6) {
  padding: 36px 26px 34px;
}
#contact-page .inner-page .contact-frm .inputs-group:nth-child(6) .input-lable p {
  position: relative;
  top: 4px;
}
#contact-page .inner-page .contact-frm .inputs-group .input-lable {
  float: left;
  width: 27%;
}
#contact-page .inner-page .contact-frm .inputs-group .input-lable p {
  color: #424242;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity {
  float: left;
  width: 73%;
  display: flex;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .required-tag {
  float: left;
  margin-right: 16px;
  width: 63px;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .required-tag img {
  width: 100%;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .non-required {
  visibility: hidden !important;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .select-options {
  display: block !important;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag {
  float: left;
  display: flex;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c4c4c4;
  line-height: 1.15;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c4c4c4;
  line-height: 1.15;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag :-ms-input-placeholder {
  /* IE 10+ */
  color: #c4c4c4;
  line-height: 1.15;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag :-moz-placeholder {
  /* Firefox 18- */
  color: #c4c4c4;
  line-height: 1.15;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag p {
  margin: 0;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag p:nth-child(2) {
  margin-top: 18px;
  margin-bottom: 21px;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag p [type="radio"]:checked,
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag p [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag p [type="radio"]:checked + label,
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag p [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 22px;
  display: inline-block;
  font-size: 15px;
  color: #424242;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag p [type="radio"]:checked + label:before,
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag p [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 0.9px solid #d3d3d3;
  background: #fff;
  border-radius: 100px;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag p [type="radio"]:checked + label:after,
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag p [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 13px;
  height: 13px;
  background: #00bbbe;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag p [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag p [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag input[type=text] {
  background: #E0F0F0;
  outline: none;
  border: transparent;
  padding: 7px 17px;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag input[type=Email] {
  background: #E0F0F0;
  outline: none;
  border: transparent;
  padding: 7px 17px;
  width: 100%;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .input-tag textarea {
  background: #E0F0F0;
  outline: none;
  border: transparent;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .name {
  margin: -8px 0 0 4px;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .name .fname {
  margin-right: 15px;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .email {
  float: left;
  width: 80%;
  margin-left: 5px;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .phone {
  width: 80.5%;
  margin-left: 2px;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .phone input[type="text"].ph-no {
  width: 25%;
  box-sizing: border-box;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .phone span.ph-devider {
  position: relative;
  top: 17px;
  border-top: 2px solid #424242;
  width: 2%;
  max-width: 8px;
  margin: 0px 1%;
  height: 0;
  display: inline-table;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .consultation {
  width: 81%;
}
#contact-page .inner-page .contact-frm .inputs-group .input-entity .consultation textarea {
  width: 97%;
  height: 215px;
  padding: 7px;
  margin-left: 3px;
  resize: vertical;
}
#contact-page .inner-page .contact-frm .inputs-group span.ph-caution {
  color: #424242;
  font-size: 16px;
  font-weight: 500;
}
#contact-page .inner-page .contact-frm .submit-area {
  text-align: center;
  margin-top: 64px;
  padding-bottom: 128px;
}
#contact-page .inner-page .contact-frm .submit-button {
  margin: 0 auto;
  min-width:300px;
}
#content-confirm .preview-rap {
  width: 100%;
}
#content-confirm .preview-rap .preview-body {
  width: 100%;
}
#content-confirm .preview-rap .preview-body .preview-body-rap {
  width: 72%;
  margin: 0 auto;
}
#content-confirm .preview-rap .preview-body .preview-body-rap .preview-form {
  width: 100%;
  border-bottom: 1px solid #f7f7f7;
  padding: 50px 0 41px;
}
#content-confirm .preview-rap .preview-body .preview-body-rap .preview-form .input-lable {
  width: 32%;
  float: left;
}
#content-confirm .preview-rap .preview-body .preview-body-rap .preview-form .input-lable p {
  color: #424242;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 8.5%;
}
#content-confirm .preview-rap .preview-body .preview-body-rap .preview-form .input-value {
  width: 65%;
  float: left;
}
#content-confirm .preview-rap .preview-body .preview-body-rap .preview-form .input-value p {
  color: #161616;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 0 12px;
  letter-spacing: 1px;
}
#content-confirm .preview-rap .preview-body .preview-body-rap .preview-form:first-child {
  border-top: 1px solid #f7f7f7;
  padding: 38px 0 34px;
}
#content-confirm .preview-rap .preview-body .preview-body-rap .name-form {
  padding: 47px 0 44px;
}
#content-confirm .preview-rap .preview-body .preview-body-rap .furigana-form {
  padding: 43px 0 44px;
}
#content-confirm .preview-rap .preview-body .preview-body-rap .roman-form {
  padding: 47px 0 35px;
}
#content-confirm .preview-rap .preview-body .preview-body-rap .email-form {
  padding: 46px 0 37px;
}
#content-confirm .preview-rap .preview-body .preview-body-rap .phone-form {
  padding: 44px 0 36px;
}
#content-confirm .preview-rap .preview-body .preview-body-rap .postal-form {
  padding: 45px 0 36px;
}
#content-confirm .preview-rap .preview-body .preview-body-rap .address-form {
  padding: 45px 0 36px;
}
#content-confirm .preview-rap .preview-body .preview-body-rap .message-form {
  padding: 42px 0 36px;
}
#content-confirm .preview-rap .preview-body .preview-body-rap .submit-area {
  width: 100%;
  padding: 63px 0 152px;
}
#content-confirm .preview-rap .preview-body .preview-body-rap .submit-area .return-button,
#content-confirm .preview-rap .preview-body .preview-body-rap .submit-area .submit-button{
  max-width: 420px;
}


#contact-thanks {
  width: 100%;
}
#contact-thanks .thanks-rap {
  width: 100%;
  height: 100vh;
}
#contact-thanks .thanks-rap .page-header {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 225px;
}
#contact-thanks .thanks-rap .page-header h1 {
  font-size: 34px;
  color: #424242;
  font-weight: bold;
  text-align: center;
}
#contact-thanks .thanks-rap .page-header .form-title {
  max-width: 387px;
  margin: 33px auto 24px;
}
#contact-thanks .thanks-rap .page-header .form-title .left-line {
  float: left;
  width: 0px;
  height: 130px;
  border-right: double 10px #F07087;
  /* background-image: url(../images/line@2x.png); */
  /* background-repeat: repeat-y; */
  /* background-size: 10px; */
}
#contact-thanks .thanks-rap .page-header .form-title .center-txt {
  float: left;
  padding: 13px 27px 0 36px;
}
#contact-thanks .thanks-rap .page-header .form-title .center-txt h4 {
  font-size: 20px;
  color: #424242;
  font-weight: bold;
}
#contact-thanks .thanks-rap .page-header .form-title .center-txt p.tel {
  font-size: 28px;
  color: #424242;
  font-weight: bold;
  margin-top: 2px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
#contact-thanks .thanks-rap .page-header .form-title .center-txt p.time {
  font-size: 17px;
  color: #ef6f87;
  font-weight: bold;
  margin-top: 4px;
  text-align: center;
  letter-spacing: 0.5px;
  position: relative;
  left: -2px;
}
#contact-thanks .thanks-rap .page-header .form-title .right-line {
  float: left;
  width: 0px;
  height: 130px;
  border-right: double 10px #F07087;
  /* background-image: url(../images/line@2x.png); */
  /* background-repeat: repeat-y; */
  /* background-size: 10px; */
}
#contact-thanks .thanks-rap .thanks-body {
  width: 100%;
}
#contact-thanks .thanks-rap .thanks-body .thanks-body-rap {
  width: 72%;
  margin: 0 auto;
}
#contact-thanks .thanks-rap .thanks-body .thanks-body-rap .thanks-text {
  width: 100%;
  text-align: center;
  padding-top: 0 !important;
  padding-bottom: 55px;
}
#contact-thanks .thanks-rap .thanks-body .thanks-body-rap .thanks-text p {
  font-size: 26px;
  color: #424242;
  font-weight: bold;
  line-height: 43px;
}
#contact-thanks .thanks-rap .thanks-body .thanks-body-rap .thanks-text h1.tnx-title {
  margin-bottom: 57px;
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #424242;
}
#contact-thanks .thanks-rap .thanks-body .thanks-body-rap .thanks-btn {
  width: 45.5%;
  margin: 0 auto;
}
#contact-thanks .thanks-rap .thanks-body .thanks-body-rap .thanks-btn a img {
  width: 100%;
  box-shadow: 0 7.9px 8.5px 0 #d8d8d8;
  border-radius: 2.5px;
}
#contact-thanks .submit-area {
  text-align: center;
  margin-top: 64px;
  padding-bottom: 128px;
}
#contact-thanks .submit-button {
  margin: 0 auto;
  min-width:300px;
}

.credit-text {
    width: 93.6%;
    margin: 0 auto 34px;
}
.credit-text p {
    margin: 0;
    font-size: 0.8em;
    line-height: 2;
}
/* ==========================================================================
   style for smartphone max-width:768px
============================================================================= */
@media only screen and (max-width: 768px) {
  body {
    height: 100vh;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  section div.skewed {
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    height: 15%;
    /*background: #00bbbe;*/
    /*z-index: -1;*/
    /*transform: skewY(-35deg);*/
    /*transform-origin: top left;*/
  }
  .mail-notice p {
    font-size: 0.8em;
  }
  .page-header {
    padding-top: 74px;
  }
  .page-header h1 {
    font-size: 22px;
  }
  .page-header .form-title {
    max-width: 310px;
    margin: 20px auto;
  }
  .page-header .form-title .left-line {
    float: left;
  }
  .page-header .form-title .center-txt {
    padding: 11px 15px 0 30px;
  }
  .page-header .form-title .center-txt h4 {
    font-size: 16px;
  }
  .page-header .form-title .center-txt p.tel {
    font-size: 23px;
    letter-spacing: 0;
  }
  .page-header .form-title .center-txt p.time {
    font-size: 14px;
    letter-spacing: 0;
  }
  .page-header .form-title .right-line {
    float: left;
  }
  #contact-page {
    background-size: 44%, 42.5%;
  }
  #contact-page .inner-page {
    max-width: 100%;
  }
  #contact-page .inner-page .contact-frm {
    width: 95%;
    margin: 34px auto 0;
  }
  #contact-page .inner-page .contact-frm .inputs-group {
    width: auto;
  }
  #contact-page .inner-page .contact-frm .inputs-group .input-lable p {
    font-size: 16px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(1) {
    padding: 22px 5px 33px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(1) .input-lable {
    float: none;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(1) .input-lable span.sp.req-tag {
    margin-left: 6px;
    margin-top: -2px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(1) .input-lable span.sp.req-tag img {
    max-width: 52px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(1) .input-entity {
    float: none;
    width: 100%;
    display: flex;
    margin-top: 20px;
    padding: 0 22px;
    box-sizing: border-box;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(1) .select-options p:nth-child(1) [type="radio"]:not(:checked) + label {
    padding-left: 35px;
    position: relative;
    top: 2px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(1) .select-options p:nth-child(1) [type="radio"]:checked + label {
    padding-left: 35px;
    position: relative;
    top: 2px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(1) .select-options p:nth-child(2) [type="radio"]:not(:checked) + label {
    padding-left: 35px;
    position: relative;
    top: 4px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(1) .select-options p:nth-child(2) [type="radio"]:checked + label {
    padding-left: 35px;
    position: relative;
    top: 4px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(1) .select-options p:nth-child(3) [type="radio"]:checked + label {
    padding-left: 35px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(1) .select-options p:nth-child(3) [type="radio"]:not(:checked) + label {
    padding-left: 35px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(2) {
    padding: 19px 5px 27px;
    display: block;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(2) .input-lable {
    width: 100%;
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(2) .input-lable span.sp.req-tag {
    margin-left: 6px;
    margin-top: -2px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(2) .input-lable span.sp.req-tag img {
    max-width: 52px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(2) .input-entity {
    float: none;
    width: 100%;
    display: flex;
    margin-top: 18px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(2) .input-entity .input-tag {
    float: none;
    display: flex;
    margin: 0 !important;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(2) .input-entity .input-tag input[type=text] {
    background: #E0F0F0;
    outline: none;
    border: transparent;
    padding: 8px 15px;
    width: 45%;
    line-height: 1;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(2) .input-entity .name {
    width: 100%;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(2) .input-entity .name .fname {
    margin-right: 13px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(3) {
    padding: 22px 5px 31px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(3) .input-lable {
    width: 100%;
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(3) .input-lable span.sp.req-tag {
    margin-left: 6px;
    margin-top: -2px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(3) .input-lable span.sp.req-tag img {
    max-width: 52px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(3) .input-entity {
    float: none;
    width: 100%;
    display: flex;
    margin-top: 18px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(3) .input-entity .input-tag {
    float: none;
    display: flex;
    margin: 0 !important;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(3) .input-entity .input-tag input[type=text] {
    background: #E0F0F0;
    outline: none;
    border: transparent;
    padding: 8px 15px;
    width: 45%;
    line-height: 1;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(3) .input-entity .name {
    width: 100%;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(3) .input-entity .name .fname {
    margin-right: 13px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(4) {
    padding: 22px 5px 33px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(4) .input-lable {
    width: 100%;
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(4) .input-lable span.sp.req-tag {
    margin-left: 6px;
    margin-top: -2px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(4) .input-lable span.sp.req-tag img {
    max-width: 52px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(4) .input-entity {
    float: none;
    width: 100%;
    display: flex;
    margin-top: 18px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(4) .input-entity .input-tag {
    float: none;
    display: flex;
    margin: 0 !important;
    width: 100%;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(4) .input-entity .input-tag input[type=Email] {
    background: #E0F0F0;
    outline: none;
    border: transparent;
    padding: 7px 17px;
    width: 100%;
    line-height: 1;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(4) .input-entity .name .fname {
    margin-right: 13px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(5) {
    padding: 21px 5px 32px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(5) .input-lable {
    width: 100%;
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(5) .input-lable span.sp.req-tag {
    margin-left: 11px;
    margin-top: -2px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(5) .input-lable span.sp.req-tag img {
    max-width: 52px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(5) .input-entity {
    float: none;
    width: 100%;
    display: flex;
    margin-top: 18px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(5) .input-entity .input-tag {
    float: none;
    display: flex;
    margin: 0 !important;
    width: 100%;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(5) .input-entity .input-tag input[type=text] {
    line-height: 1;
    width: 100%;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(6) {
    padding: 15px 5px 41px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(6) .input-lable {
    width: 100%;
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(6) .input-lable span.sp.req-tag {
    margin-left: 11px;
    margin-top: -2px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(6) .input-lable span.sp.req-tag img {
    max-width: 52px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(6) .input-entity {
    float: none;
    width: 100%;
    display: flex;
    margin-top: 22px;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(6) .input-entity .required-tag {
    display: none;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(6) .input-entity .input-tag {
    float: none;
    display: flex;
    margin: 0 !important;
    width: 100%;
    line-height: 1;
  }
  #contact-page .inner-page .contact-frm .inputs-group .input-entity .consultation textarea {
    width: 100%;
    padding: 7px;
    margin-left: 0;
    box-sizing: border-box;
  }
  #content-confirm {
    background-size: 44%, 42.5%;
  }
  #content-confirm .preview-rap .preview-body .preview-body-rap {
    width: 93%;
    margin: 0 auto;
  }
  #content-confirm .preview-rap .preview-body .preview-body-rap .preview-form {
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    padding: 20px 0;
  }
  #content-confirm .preview-rap .preview-body .preview-body-rap .preview-form .input-lable {
    width: 100%;
    float: none;
  }
  #content-confirm .preview-rap .preview-body .preview-body-rap .preview-form .input-lable p {
    font-size: 16px;
    padding: 2px 0 4px 2px;
  }
  #content-confirm .preview-rap .preview-body .preview-body-rap .preview-form .input-value {
    width: 100%;
    float: none;
  }
  #content-confirm .preview-rap .preview-body .preview-body-rap .preview-form .input-value p {
    font-size: 15px;
    padding: 0 0 0 2px;
    letter-spacing: 1px;
  }
  #content-confirm .preview-rap .preview-body .preview-body-rap .preview-form:first-child {
    border-top: 1px solid #f7f7f7;
    padding: 19px 0 26px;
  }
  #content-confirm .preview-rap .preview-body .preview-body-rap .name-form {
    padding: 14px 0 23px;
  }
  #content-confirm .preview-rap .preview-body .preview-body-rap .furigana-form {
    padding: 18px 0 21px;
  }
  #content-confirm .preview-rap .preview-body .preview-body-rap .roman-form {
    padding: 14px 0 23px;
  }
  #content-confirm .preview-rap .preview-body .preview-body-rap .email-form {
    padding: 11px 0 20px;
  }
  #content-confirm .preview-rap .preview-body .preview-body-rap .phone-form {
    padding: 14px 0 16px;
  }
  #content-confirm .preview-rap .preview-body .preview-body-rap .postal-form {
    padding: 14px 0 18px;
  }
  #content-confirm .preview-rap .preview-body .preview-body-rap .address-form {
    padding: 15px 0 27px;
  }
  #content-confirm .preview-rap .preview-body .preview-body-rap .message-form {
    padding: 20px 0;
  }
  #content-confirm .preview-rap .preview-body .preview-body-rap .submit-area {
    padding: 14px 0 28px;
  }
  #contact-thanks {
    background: none;
    position: relative;
    min-height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #contact-thanks .corner-left-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 43%;
  }
  #contact-thanks .corner-left-top img {
    max-width: 100%;
  }
  #contact-thanks .corner-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43%;
  }
  #contact-thanks .corner-right-bottom img {
    max-width: 100%;
  }
  #contact-thanks .thanks-rap {
    height: 100% !important;
  }
  #contact-thanks .thanks-rap .con-btn-padd {
    padding-bottom: 87px;
  }
  #contact-thanks .thanks-rap .thanks-body {
    padding-bottom: 0 !important;
  }
  #contact-thanks .thanks-rap .thanks-body .thanks-body-rap {
    width: 93%;
    padding-top: 71px;
  }
  #contact-thanks .thanks-rap .thanks-body .thanks-body-rap .thanks-text {
    width: 100%;
    text-align: center;
    padding-top: 94px;
    padding-bottom: 90px;
  }
  #contact-thanks .thanks-rap .thanks-body .thanks-body-rap .thanks-text p {
    font-size: 15px;
    margin: 0;
    line-height: 42px;
  }
  #contact-thanks .thanks-rap .thanks-body .thanks-body-rap .thanks-text h1.tnx-title {
    margin-bottom: 22px;
    font-size: 22px;
  }
  #contact-thanks .thanks-rap .thanks-body .thanks-body-rap .thanks-btn {
    width: 96%;
    max-width: 345px;
    margin: 0 auto;
    padding-bottom: 25%;
  }
  #contact-thanks .thanks-rap .thanks-body .thanks-body-rap .thanks-btn a img {
    width: 100%;
    box-shadow: 0 7.9px 8.5px 0 #d8d8d8;
    border-radius: 2.5px;
  }
}
@media only screen and (max-width: 360px) {
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(2) .input-entity .input-tag input[type=text] {
    width: 39%;
  }
  #contact-page .inner-page .contact-frm .inputs-group:nth-child(3) .input-entity .input-tag input[type=text] {
    width: 39%;
  }
  .thanks-section .thanks-rap .thanks-body .thanks-body-rap .thanks-text p {
    font-size: 13px;
  }
  #contact-thanks .thanks-rap .page-header .form-title {
    max-width: 310px;
  }
  #contact-page .inner-page .page-header .form-title {
    max-width: 310px;
  }
  #content-confirm .preview-rap .page-header .form-title {
    max-width: 310px;
  }
}
@media only screen and (max-width: 320px) {
  #contact-thanks .thanks-rap .page-header .form-title {
    max-width: 300px;
  }
  #contact-page .inner-page .page-header .form-title {
    max-width: 300px;
  }
  #content-confirm .preview-rap .page-header .form-title {
    max-width: 300px;
  }
  #contact-thanks .thanks-rap .thanks-body .thanks-body-rap .thanks-text p {
    font-size: 14px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:after,
.clearfix:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
