/* ==========================共通============================= */
#mainArea .description h2,
#mainArea .original-item h2,
#mainArea .overview h2,
#mainArea .youtube h2,
#mainArea .contact h2 {
  color: #78499a;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}
#mainArea .original-item .col4 a:hover,
#mainArea .youtube .col3 a:hover {
  text-decoration: none;

}


/* ==========================mainArea============================= */
/* ==========================Slider======================== */
#mainArea #slide {
  margin-top: 91px;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

#mainArea #slide li img {
  width: 100%;
  height: auto;
}
/* 20180319  Araki Add  */
.slick-slide{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slick-slide.slide01{
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .slick-slide.slide01{
    background-size: 150% auto;
  }
}
.slick-slide.slide02{
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .slick-slide.slide02{
    background-size: 130% auto;
  }
}
.slick-slide.slide03{
  background-position: center right;
  background-size: cover;
}
.slick-slide.slide04{
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .slick-slide.slide04{
    background-size: 120% auto;
  }
}
.slick-slide.slide05{
  background-position: center right;
  background-size: contain;
  background-color: #000;
}
.slick-slide.slide06{
  background-position: center left;
  background-size: cover;
}
.slick-slide img{
  opacity: 0;
}

/*--------------Slider_レスポンシブ----------------*/
@media only screen and (max-width: 768px) {
  #mainArea #slide {
    height: auto!important;
  }
  #slide .slide_image{
    height: auto!important;
  }
}
@media only screen and (max-width: 770px) {
    #mainArea #slide {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 480px) {
    #mainArea #slide {
        margin-top: 60px;
    }
}

/*                slick-dots
======================================================= */
#mainArea #slide ul.slick-dots li a,
#mainArea #slide ul.slick-dots li button {
  background-image: url(../images/home/slide/slick-dots.png);
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  z-index: 100;
}
#mainArea #slide .slick-dots li a,
#mainArea #slide .slick-dots li button {
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  text-indent: -9999px;
  outline: none;
}
#mainArea #slide ul.slick-dots li.slick-active a,
#mainArea #slide ul.slick-dots li.slick-active button {
  background-image: url(../images/home/slide/slick-active.png);
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  z-index: 100;
}

/*--------------------------slick-dots-------------------------*/
#mainArea #slide ul.slick-dots {
  display: inline-block;
  position: absolute;
  bottom: 0.3em;
  right: 50px;
}
#mainArea #slide .slick-dots li {
  display: inline-block;
  padding-left: 6px;
}
#mainArea .main_width {
  position: relative;
  z-index: 1;
}

/*--------------slick-dots_レスポンシブ----------------*/
@media only screen and (max-width: 768px) {
    #mainArea #slide ul.slick-dots {
      right: 1.5em;
    }
}

/*-----------------------description-------------------------*/
#mainArea .description {
  overflow: hidden;
  padding: 5.35em 0;
  background-color: #f6f6f6;
}
#mainArea .description .left {
  float: left;
  width: 37%;
  padding: 65px 0;
  text-align: center;
  background-image: url(../images/home/description/whats_tkf.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#mainArea .description h2:before,
#mainArea .description h2:after{
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #78499a;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -21px;
}
#mainArea .description h2:after {
  top: 28px;
}
#mainArea .description .right {
  float: right;
  width: 61.5%;
}
#mainArea .description .p01 {
  padding-bottom: 13px;
  line-height: 1.75em;
}
/*--------------description_レスポンシブ----------------*/
@media only screen and (max-width: 900px) {
  #mainArea .description {
    padding: 3em 0;
  }
  #mainArea .description .left {
    width: 100%;
    padding: 60px 0;
    margin-bottom: 20px;
  }
  #mainArea .description .right {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  #mainArea .description {
    padding: 2em 0;
  }
  #mainArea .description .left {
    padding: 50px 0;
  }
}


/*-----------------------original-item-------------------------*/
#mainArea .original-item {
  margin-bottom: 50px;
}/*
#mainArea .original-item > div {
background-image: url(../images/home/original-item/original_item.png);
background-repeat: no-repeat;
background-position: top right;
}*/
#mainArea .original-item .title {
  position: relative;
  padding-top: 88px;
  padding-bottom: 37px;
  text-align: center;
}
#mainArea .original-item .title:before {
  content: "";
  background-image: url(../images/home/original-item/original_item.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  display: block;
  width: 70%;
  height: 152px;
  position: absolute;
  top: 0;
  right: 0;
}
#mainArea .original-item h2:before,
#mainArea .original-item h2:after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #78499a;
  position: absolute;
  left: 50%;
  top: -21px;
}
#mainArea .original-item h2:after {
  top: 1.5em;
}
#mainArea .original-item .col4 a,
#mainArea .original-item .col4 >div {
  text-decoration: none;
  padding: 25px;
  background-color: #f6f6f6;
  display: block;
  position: relative;
}
#mainArea .original-item .thumb {
  border: solid 7px #fff;
}
#mainArea .original-item .text {
  padding-bottom: 60px;
  position: relative;
}
#mainArea .original-item .text h3 {
  padding-top: 13px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
}
#mainArea .original-item .more_btn {
  display: block;
  position: relative;
  padding: 14px;
  text-align: center;
  background-color: #e9dcf2;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
#mainArea .original-item .more_btn:after {
  content: "";
  background-image: url(../images/common/view_arr.png);
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0.9em;
  right: 2.5em;
}
#home .original-item .row {
  margin-left: -26px;
  margin-right: -26px;
  overflow: hidden;
  margin-bottom: -45px;
}
#home .original-item .row >div {
  float: left;
  min-height: 1px;
  padding-left: 26px;
  padding-right: 26px;
  margin-bottom: 41px;
}
/*--------------original-item_レスポンシブ----------------*/
@media only screen and (max-width: 1000px) {
  #home .original-item .row {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -45px;
  }
  #home .original-item .row >div {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 41px;
  }
  #mainArea .original-item >div a {
    padding: 1.5em;
  }
  #mainArea .original-item .more_btn:after {
    top: 0.8em;
    right: 1.5em;
  }
}
@media only screen and (max-width: 850px) {
  #home .original-item .row {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -22px;
  }
  #home .original-item .row >div{
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 22px;
  }
  #mainArea .original-item .row  >div a {
    padding: 1em;
  }
  #mainArea .original-item .thumb {
    border: solid 4px #fff;
  }
}
@media only screen and (max-width: 700px) {
  #mainArea .original-item .tab4 {
    width: 50%;
  }
  #mainArea .original-item .col4 span:after {
    top: 0.75em;
    right: 20px;
  }
}
@media only screen and (max-width: 620px) {
  #mainArea .original-item .title {
    padding-top: 50px;
  }
  #mainArea .original-item .title:before {
    height: 8em;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #home .original-item .row >div {
    width: 100%;
  }
  #home .original-item .row >div {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 18px;
  }
  #mainArea .original-item .more_btn:after {
    right: 5.5em;
  }
  #mainArea .original-item .thumb {
    border: solid 4px #fff;
  }
}




/*-----------------------youtube-------------------------*/
#mainArea .youtube {
  padding-top: 50px;
  margin-bottom: 105px;
}
#mainArea .youtube .inner {
  padding: 0 30px 47px;
  background-color: #f6f6f6;
  position: relative;
}
#mainArea .youtube .title {
  position: relative;
  padding-top: 63px;
  padding-bottom: 37px;
  text-align: center;
  z-index: 1;
}
#mainArea .youtube .head_inner{
  z-index: 2;
}
#mainArea .youtube .title h2{
  position: relative;
  z-index: 3;
}
#mainArea .youtube .title:before {
  /*content: "";*/
  background-image: url(../images/home/original-item/original_item.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  display: block;
  width: 70%;
  height: 152px;
  position: absolute;
  top: 0;
  right: 0;
}
#mainArea .youtube h2:before,
#mainArea .youtube h2:after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #78499a;
  position: absolute;
  left: 50%;
}

#mainArea .youtube h2:before {
  top: -21px;
}
#mainArea .youtube h2:after {
  bottom: -17px;
}
#mainArea .youtube .title >div {
  position: relative;
  height: 64px;
  background-image: url(../images/home/until-clothes-are-made/title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -35px;
}
#mainArea .youtube .title-english02 {
  background-image: url(../images/home/until-clothes-are-made/title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 64px;
  top: -35px;
  left: 0;
}
#mainArea .youtube .title-english02 p{
  text-indent: -9999px;
}
#mainArea .youtube .title-english02 span.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #mainArea .youtube .title {
    position: relative;
    padding-top: 73px;
    padding-bottom: 17px;
    text-align: center;
    z-index: 1;
  }
  #mainArea .youtube .title-english02 {
    background-image: url(../images/home/until-clothes-are-made/title_sp.png);
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: auto;
    top: -20px;
    left: 0;
    padding: 0 30px 0;
  }
  #mainArea .youtube .title-english02 p {
    display: none;
  }
  #mainArea .youtube .title-english02 span.sp {
    display: block;
    text-align: center;
  }
  #mainArea .youtube .title-english02 span.sp img {
    margin: auto;
  }
}

#mainArea .overview .title-english h3{
  /*text-indent: -9999px;*/
}
#home .youtube .row {
  margin-left: -12px;
  margin-right: -12px;
}
#home .youtube .row .col3 {
  float: left;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
#mainArea .youtube .col3 a {
  display: block;
  padding: 2px;
  background-color: #ffffff;
  box-shadow:0 0 15px 5px rgba(0,0,0,0.1);
}
#mainArea .youtube .col3 .text {
  padding-bottom: 60px;
  padding: 10px;
  position: relative;
  min-height: 10em;
}
#mainArea .youtube .col3 .stage {
  min-height: 8em;
}
#mainArea .youtube .col3 .text  h3 {
  padding-bottom: 4px;
  font-weight: bold;
}

/*--------------youtube_レスポンシブ----------------*/
@media only screen and (max-width: 1024px) {
  #mainArea .youtube .title {
    height: 44px;
    top: -25px;
  }
}
@media only screen and (max-width: 900px) {
  #mainArea .youtube .tab4 {
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 769px) {
  #mainArea .youtube .title span.sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #mainArea .youtube .title {
    background-image: none;
    text-align: center;
    height: auto;
  }
}
@media only screen and (max-width: 700px) {
  #mainArea .youtube .sps6 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
    #home .youtube .sps12 {
        width: 100%;
    }
}







/*-----------------------overview-------------------------*/
#mainArea .overview {
  position: relative;
  margin-bottom: 59px;
  background-color: #f6f6f6;
}
#mainArea .overview .inner,
#mainArea .contact .inner {
  position: relative;
}
#mainArea .overview .title-english01 {
  background-image: url(../images/home/overview/overview.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 50%;
  height: 72px;
  top: -40px;
  left: -10px;
}
#mainArea .overview .title-english01 p,
#mainArea .contact .title-english02  p{
  text-indent: -9999px;
}
#mainArea .overview .inner02 {
  overflow: hidden;
}
#mainArea .overview .left {
  float: left;
  width: 45%;
  padding-top: 60px;
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
}
#mainArea .overview .left .title {
  text-align: center;
  width: 96%;
  padding-bottom: 29px;
}
#mainArea .overview h2:before,
#mainArea .overview h2:after{
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #78499a;
  position: absolute;
  left: 50%;
  top: -20px;
}
#mainArea .overview h2:after {
  top: 26px;
}
#mainArea .overview .overview-table table tr th,
#mainArea .overview .overview-table table tr td {
  padding: 15px 0;
}
#mainArea .overview .overview-table table tr th {
  padding-left: 20px;
  width: 6.5em;
}
#mainArea .overview .overview-table table tr td {
  padding-left: 20px;
  padding-right: 14px;
}
#mainArea .overview .white {
  background-color: #ffffff;
}
#mainArea .overview .google-map {
  position: absolute;
  float: right;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
#mainArea .overview .google-map #gmap {
  width:100%;
  height:600px;
}

/*--------------overview_レスポンシブ----------------*/
@media only screen and (max-width: 950px) {
  #mainArea .overview .title-english01 {
    background-position: center;
    width: 100%;
    left: 0;
  }
  #mainArea .overview .left .title {
    width: 100%;
  }
  #mainArea .overview .left {
    float: none;
    position: static;
    width: 100%;
    padding: 65px 0 0;
  }
  #mainArea .overview .left .overview-table table {
    margin: 0 auto;
    max-width: 600px;
  }
  #mainArea .overview .google-map {
    float: none;
    position: static;
    width: 100%;
    padding: 30px 70px 0;
  }
  #mainArea .overview .google-map #gmap {
    height:300px;
  }
}
@media only screen and (max-width: 768px) {
  #mainArea .overview .google-map {
    padding: 30px 20px 0;
  }
}






/*-----------------------contact-------------------------*/
#mainArea .contact{
  padding-top: 50px;
}
#mainArea .contact .inner02 {
  padding: 0 50px 28px;
  background-color: #f6f6f6;
}
@media only screen and (max-width: 768px) {
  #mainArea .contact .inner02 {
    padding: 0 20px 28px;
  }
}
#mainArea .contact .title {
  text-align: center;
  padding-top: 56px;
  padding-bottom: 36px;
}
#mainArea .contact .title-english {
  position: absolute;
  width: 100%;
  margin-top: -40px;
  left: 0;
  text-align: center;
}
#mainArea .contact h2:before,
#mainArea .contact h2:after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #78499a;
  position: absolute;
  left: 50%;
}

#mainArea .contact h2:before {
  top: -21px;
}
#mainArea .contact h2:after {
   bottom: -17px;
}
#mainArea .contact .sentence {
  text-align: center;
  padding-bottom: 28px;
}

.form_area .address_inner {
  display: table;
  width: 100%;
}
.form_area .address_inner > span {
  display: table-cell;
  vertical-align: top;
}
.form_area .address_inner > span.text {
  padding-top: 0.75em;
  padding-right: 1.65em;
  width: 5.75em;
}
.form_area .address_inner > span.halftext {
  padding-top: 0.75em;
  padding-left: 1.45em;
}
.form_area .address_inner > span.your-zip {
  width: 7.65em;
  width: 13.65em;
  padding-right: 1.5em;
}
.form_area .address_inner > span input[type="text"] {
  max-width: 100%;
}
.form_area .address_inner > span .wpcf7-select {
  margin-right: 0.5em;
}
.form_area .address_inner > span select {
  min-width: 6.5em;
}
.form_area .address_inner + .address_inner {
  margin-top: 1.5em;
}
@media only screen and (max-width: 1024px) {
  .form_area .address_inner {
    display: block;
  }
  .form_area .address_inner > span {
    display: block;
  }
  .form_area .address_inner > span + span {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 640px) {
  .form_area .address_inner {
    display: block;
  }
  .form_area .address_inner > span.text {
    padding-top: 0.75em;
    padding-right: 1.65em;
    width: 5.75em;
  }
  .form_area .address_inner > span.halftext {
    padding-top: 0.75em;
  }
  .form_area .address_inner > span .wpcf7-select {
    margin-right: 0.5em;
  }
  .form_area .address_inner > span select {
    min-width: 6.5em;
  }
}
.form_area .set_select {
  padding-bottom: 1.2em;
}
.form_area .set_select > span {
  display: inline-block;
}
.form_area .set_select > span.text {
  padding-top: 0.85em;
  padding-right: 1em;
}
.form_area .set_select > span .wpcf7-select {
  margin-right: 0.5em;
}
.form_area .set_select > span select {
  min-width: 6.5em;
}
.form_area .set_select.border_none {
  padding-bottom: 0.6em;
}
.form_area .set_select + .set_select {
  padding-top: 1.2em;
}
.form_area .set_select + .set_select.border_none {
  padding-top: 0.6em;
  border-top: none;
}
.form_area dl {
  display: table;
  table-layout: fixed;
  padding-top: 1.0em;
  padding-bottom: 1.0em;
  width: 100%;
}
.form_area dl dt, .form_area dl dd {
  display: table-cell;
}
.form_area dl dt {
  vertical-align: top;
  width: 9.85em;
  padding: 0.6em 2.95em 0 0;
  position: relative;
}
.form_area dl dt span {
  background-color: #d66060;
  color: #fff;
  float: right;
  position: absolute;
  right: 0;
  line-height: 1.1;
  padding: 2px 5px 1px;
  margin-top: -0.1em;
  border-radius: 2px;
}
@media only screen and (max-width: 768px) {
  .form_area dl dt span {
    font-size: 8px;
    padding: 3px 3px 1px;
  }
}
.form_area dl dd {
  vertical-align: middle;
  width: 100%;
  padding: 0 0 0 0.95em;
}
.form_area dl dd input[type="text"],
.form_area dl dd input[type="email"],
.form_area dl dd input[type="tel"] {
  border-top: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
  background-color: #fff;
  width: 100%;
  max-width: 20.7em;
  padding: 0.6em 0.5em 0.6em 0.5em;
}
.form_area dl dd input[type="text"].size5,
.form_area dl dd input[type="email"].size5,
.form_area dl dd input[type="tel"].size5 {
  max-width: 5em;
}
.form_area dl dd input[type="text"].size7,
.form_area dl dd input[type="email"].size7,
.form_area dl dd input[type="tel"].size7 {
  max-width: 7em;
}
.form_area dl dd input[type="text"].size10,
.form_area dl dd input[type="email"].size10,
.form_area dl dd input[type="tel"].size10 {
  max-width: 10em;
}
.form_area dl dd input[type="text"].size14,
.form_area dl dd input[type="email"].size14,
.form_area dl dd input[type="tel"].size14 {
  max-width: 14.25em;
}
.form_area dl dd input[type="text"].size20,
.form_area dl dd input[type="email"].size20,
.form_area dl dd input[type="tel"].size20 {
  max-width: 19.5em;
}
.form_area dl dd input[type="text"].size22,
.form_area dl dd input[type="email"].size22,
.form_area dl dd input[type="tel"].size22 {
  max-width: 21.5em;
}
.form_area dl dd input[type="text"].size37,
.form_area dl dd input[type="email"].size37,
.form_area dl dd input[type="tel"].size37 {
  width: 36.5em;
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .form_area dl dd input[type="text"].size37,
  .form_area dl dd input[type="email"].size37,
  .form_area dl dd input[type="tel"].size37 {
    width: auto;
  }
}
.form_area dl dd select {
  padding: 0.7em 1.0em 0.7em 0.5em;
  width: 14em;
  background-color: #f5f5f5;
}
.form_area dl dd .wpcf7-select {
  margin-right: 1.1em;
}
.form_area dl dd .wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
  margin-right: 2em;
}
.form_area dl dd.halftext {
  position: relative;
}
.form_area dl dd.halftext span.halftext {
  position: absolute;
  top: 1.25em;
  right: 0.75em;
}
.form_area dl dd.halftext > .wpcf7-form-control-wrap {
  padding-right: 5.5em;
  display: block;
}
.form_area dl dd textarea {
  border-top: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
  background-color: #fff;
  height: 11em;
  width: 100%;
  padding: 0.7em 0.5em;
}
.form_area dl dd.halftextarea textarea {
  height: 6em;
}
.form_area dl dd .text_after {
  max-width: 350px;
  margin-left: 0.5em;
}
.form_area dl dd .text_before {
  margin-right: 0.5em;
}
.form_area dl dd p {
  margin: 0.5em 0 0;
}
.form_area dl .partition {
  margin-left: 2em;
  margin-right: 2em;
}
@media only screen and (max-width: 950px) {
  .form_area dl dd input[type="text"],
  .form_area dl dd input[type="email"],
  .form_area dl dd input[type="tel"] {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .form_area {
    margin-left: -15px;
    margin-right: -15px;
  }
  .form_area dl {
    display: block;
  }
  .form_area dl dt, .form_area dl dd {
    display: block;
  }
  .form_area dl dt {
    width: 100%;
    padding: 0.5em 15px 0;
  }
  .form_area dl dt span {
    float: none;
    top: 0;
    right: 15px;
    margin-left: 0.5em;
  }
  .form_area dl dd {
    width: 100%;
    padding: 0.5em 15px 0.5em;
  }
  .form_area dl dd input[type="text"],
  .form_area dl dd input[type="email"],
  .form_area dl dd input[type="tel"] {
    width: 100%;
  }
  .form_area dl dd textarea {
    height: 10em;
    width: 100%;
  }
  .form_area dl dd .wpcf7-list-item {
    margin: 0.5em 2em 0.5em 0;
  }
}
.form_area .last_caution {
  text-align: center;
}
p.buttons-area-confirm {
  overflow: hidden;
  margin-top: 2.25em;
  margin-bottom: 2.25em;
}
p.buttons-area-confirm button,
p.buttons-area-confirm input {
  cursor: pointer;
  display: block;
  float: left;
  text-align: center;
  padding: 0.95em 0 0.8em;
  background-color: #ecf5ff;
  font-weight: bold;
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 300px;
}
p.buttons-area-confirm button:hover,
p.buttons-area-confirm input:hover {
  color: white;
}
p.buttons-area-confirm button + button,
p.buttons-area-confirm button + input,
p.buttons-area-confirm button + span + button,
p.buttons-area-confirm button + span + input,
p.buttons-area-confirm input + button,
p.buttons-area-confirm input + input,
p.buttons-area-confirm input + span + button,
p.buttons-area-confirm input + span + input {
  margin-left: 20px;
}
p.buttons-area-confirm + p {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  p.buttons-area-confirm {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 640px) {
  p.buttons-area-confirm button,
  p.buttons-area-confirm input {
    float: none;
    font-size: 114.3%;
  }
  p.buttons-area-confirm button + button,
  p.buttons-area-confirm button + input,
  p.buttons-area-confirm input + button,
  p.buttons-area-confirm input + input {
    margin-left: 0;
    margin-top: 15px;
  }
}
.wpcf7-not-valid-tip {
  margin-top: 0.25em;
}
@charset "utf-8";

.form_area .address_inner {
  display: table;
  width: 100%;
}
.form_area .address_inner > span {
  display: table-cell;
  vertical-align: top;
}
.form_area .address_inner > span.text {
  padding-top: 0.75em;
  padding-right: 1.65em;
  width: 5.75em;
}
.form_area .address_inner > span.halftext {
  padding-top: 0.75em;
  padding-left: 1.45em;
}
.form_area .address_inner > span.your-zip {
  width: 7.65em;
  width: 13.65em;
  padding-right: 1.5em;
}
.form_area .address_inner > span input[type="text"] {
  max-width: 100%;
}
.form_area .address_inner > span .wpcf7-select {
  margin-right: 0.5em;
}
.form_area .address_inner > span select {
  min-width: 6.5em;
}
.form_area .address_inner + .address_inner {
  margin-top: 1.5em;
}
@media only screen and (max-width: 1024px) {
  .form_area .address_inner {
    display: block;
  }
  .form_area .address_inner > span {
    display: block;
  }
  .form_area .address_inner > span + span {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 640px) {
  .form_area .address_inner {
    display: block;
  }
  .form_area .address_inner > span.text {
    padding-top: 0.75em;
    padding-right: 1.65em;
    width: 5.75em;
  }
  .form_area .address_inner > span.halftext {
    padding-top: 0.75em;
  }
  .form_area .address_inner > span .wpcf7-select {
    margin-right: 0.5em;
  }
  .form_area .address_inner > span select {
    min-width: 6.5em;
  }
}
.form_area .set_select {
  padding-bottom: 1.2em;
}
.form_area .set_select > span {
  display: inline-block;
}
.form_area .set_select > span.text {
  padding-top: 0.85em;
  padding-right: 1em;
}
.form_area .set_select > span .wpcf7-select {
  margin-right: 0.5em;
}
.form_area .set_select > span select {
  min-width: 6.5em;
}
.form_area .set_select.border_none {
  padding-bottom: 0.6em;
}
.form_area .set_select + .set_select {
  padding-top: 1.2em;
}
.form_area .set_select + .set_select.border_none {
  padding-top: 0.6em;
  border-top: none;
}
.form_area dl {
  display: table;
  table-layout: fixed;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  width: 100%;
}
.form_area dl dt, .form_area dl dd {
  display: table-cell;
}
.form_area dl dt {
  vertical-align: top;
  width: 14em;
  padding: 0.6em 2.95em 0 1.3em;
  position: relative;
  font-size: 16px;
}
.form_area dl dt span {
  background-color: #d66060;
  color: #fff;
  float: right;
  position: absolute;
  right: 0;
  line-height: 1.1;
  padding: 2px 3px 1px;
  margin-top: -0.1em;
  border-radius: 2px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .form_area dl dt span {
    font-size: 8px;
    padding: 1px 3px 1px;
  }
}
.form_area dl dd {
  vertical-align: middle;
  width: 100%;
  padding: 0 0 0 2em;
}
.form_area dl dd .halftext {
    margin-top: 0.5em;
    display: block;
}
.form_area dl dd .size {
  font-size: 12px;
}
.form_area dl dd input[type="text"],
.form_area dl dd input[type="email"],
.form_area dl dd input[type="tel"] {
  border-top: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
  background-color: #fff;
  width: 100%;
  max-width: 42.5em;
  padding: 0.6em 0.5em 0.6em 0.5em;
}
.form_area :placeholder-shown{
  color: #d4d4d4; }
.form_area ::-webkit-input-placeholder{
  color: #d4d4d4; }
.form_area :-moz-placeholder {
  color: #d4d4d4; }
.form_area ::-moz-placeholder,:-ms-input-placeholder {
  color: #d4d4d4; }
.form_area dl dd input[type="text"].size5,
.form_area dl dd input[type="email"].size5,
.form_area dl dd input[type="tel"].size5 {
  max-width: 5em;
}
.form_area dl dd input[type="text"].size7,
.form_area dl dd input[type="email"].size7,
.form_area dl dd input[type="tel"].size7 {
  max-width: 7em;
}
.form_area dl dd input[type="text"].size10,
.form_area dl dd input[type="email"].size10,
.form_area dl dd input[type="tel"].size10 {
  max-width: 10em;
}
.form_area dl dd input[type="text"].size14,
.form_area dl dd input[type="email"].size14,
.form_area dl dd input[type="tel"].size14 {
  max-width: 14.25em;
}
.form_area dl dd input[type="text"].size20,
.form_area dl dd input[type="email"].size20,
.form_area dl dd input[type="tel"].size20 {
  max-width: 19.5em;
}
.form_area dl dd input[type="text"].size22,
.form_area dl dd input[type="email"].size22,
.form_area dl dd input[type="tel"].size22 {
  max-width: 21.5em;
}
.form_area dl dd input[type="text"].size37,
.form_area dl dd input[type="email"].size37,
.form_area dl dd input[type="tel"].size37 {
  width: 36.5em;
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .form_area dl dd input[type="text"].size37,
  .form_area dl dd input[type="email"].size37,
  .form_area dl dd input[type="tel"].size37 {
    width: auto;
  }
}
.form_area dl dd select {
  padding: 0.7em 1.0em 0.7em 0.5em;
  width: 14em;
  background-color: #f5f5f5;
}
.form_area dl dd .wpcf7-select {
  margin-right: 1.1em;
}
.form_area dl dd .wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
  margin-right: 2em;
}
.form_area dl dd .wpcf7-list-item label .wpcf7-list-item-label,
.form_area dl dd .wpcf7-list-item label .wpcf7-list-item-label{
  padding-left: 0.8em;
}
.form_area dl dd .wpcf7-list-item label .wpcf7-list-item-label:before{
  display: none;
}
.form_area dl dd.halftext {
  position: relative;
}
.form_area dl dd.halftext span.halftext {
  position: absolute;
  top: 1.25em;
  right: 0.75em;
}
.form_area dl dd.halftext > .wpcf7-form-control-wrap {
  padding-right: 5.5em;
  display: block;
}
.form_area dl dd textarea {
  border-top: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
  background-color: #fff;
  height: 13.3em;
  width: 100%;
  max-width: 42.5em;
  padding: 0.7em 0.5em;
}
.form_area dl dd.halftextarea textarea {
  height: 6em;
}
.form_area dl dd .text_after {
  max-width: 350px;
  margin-left: 0.5em;
}
.form_area dl dd .text_before {
  margin-right: 0.5em;
}
.form_area dl dd p {
  margin: 0.5em 0 0;
}
.form_area dl .partition {
  margin-left: 2em;
  margin-right: 2em;
}
@media only screen and (max-width: 950px) {
  .form_area dl dd input[type="text"],
  .form_area dl dd input[type="email"],
  .form_area dl dd input[type="tel"] {
    max-width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .form_area {
    margin-left: -15px;
    margin-right: -15px;
  }
  .form_area dl {
    display: block;
  }
  .form_area dl dt, .form_area dl dd {
    display: block;
  }
  .form_area dl dt {
    width: 100%;
    padding: 0.5em 15px 0;
  }
  .form_area dl dt span {
    float: none;
    top: 0;
    right: 15px;
    margin-left: 0.5em;
  }
  .form_area dl dd {
    width: 100%;
    padding: 0.5em 15px 0.5em;
  }
  .form_area dl dd input[type="text"],
  .form_area dl dd input[type="email"],
  .form_area dl dd input[type="tel"] {
    width: 100%;
  }
  .form_area dl dd textarea {
    height: 10em;
    width: 100%;
  }
  .form_area dl dd .wpcf7-list-item {
    margin: 0.5em 2em 0.5em 0;
  }
}
@media only screen and (max-width: 768px) {
  .form_area {
    margin-left: 0;
    margin-right: 0;
  }
  .form_area dl dt {
    padding: 0.5em 0 0;
  }
  .form_area dl dd {
    width: 100%;
    padding: 0.5em 0 0.5em;
  }
}
.form_area .last_caution {
  text-align: center;
}
p.acceptance-area {
  padding: 22px 20px 0;
  font-size: 16px;
}
p.buttons-area-confirm {
  overflow: hidden;
  display: inline-block;
  width: 21%;
  min-width: 18em;
  margin-top: 1em;
  margin-bottom: 1.15em;
}
p.buttons-area-confirm button,
p.buttons-area-confirm input {
  cursor: pointer;
  display: block;
  float: left;
  text-align: center;
  padding: 0.75em 0 0.75em;
  background-color: #78499a;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 300px;
  z-index: 10;
}
p.buttons-area-confirm button:hover,
p.buttons-area-confirm input:hover {
  color: white;
}
p.buttons-area-confirm button + button,
p.buttons-area-confirm button + input,
p.buttons-area-confirm button + span + button,
p.buttons-area-confirm button + span + input,
p.buttons-area-confirm input + button,
p.buttons-area-confirm input + input,
p.buttons-area-confirm input + span + button,
p.buttons-area-confirm input + span + input {
  margin-left: 20px;
}
p.buttons-area-confirm + p {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  p.buttons-area-confirm {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 640px) {
  p.buttons-area-confirm button,
  p.buttons-area-confirm input {
    float: none;
    font-size: 114.3%;
  }
  p.buttons-area-confirm button + button,
  p.buttons-area-confirm button + input,
  p.buttons-area-confirm input + button,
  p.buttons-area-confirm input + input {
    margin-left: 0;
    margin-top: 15px;
  }
}
.wpcf7-not-valid-tip {
  margin-top: 0.25em;
}



#mainArea .contact .form_area .buttons-area {
  background-color: #ffffff;
  text-align: center;
}
#mainArea .contact .title-english02 {
  background-image: url(../images/home/contact/contact.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 69px;
  top: -40px;
}

/*--------------contact_レスポンシブ----------------*/
@media only screen and (min-width: 901px) {
  #mainArea .contact .form_area .form_table .Odd {
    background-color: #fdfdfd;
  }
}
@media only screen and (max-width: 900px) {
    #mainArea .contact .sentence {
        padding-bottom: 5px;
    }
  #mainArea .contact .form_area .form_table dl+dl {
    border-top: dashed 1px #cccccc;
  }
  p.buttons-area-confirm {
    width: 40%;
  }
  .form_area dl dt span {
    position: relative;
    top: -0.2em;
    /* margin-left: 20px; */
    left: 1em;
  }
  .form_area dl dt {
    position: relative;
  }
  .form_area dl dd textarea {
    max-width: 60em;
  }
}
@media only screen and (max-width: 480px) {
    #mainArea .contact .inner02 {
        padding: 0 30px 28px;
    }
}

/*--------------add home_blog----------------*/
#home #home_blog{
  margin-bottom: 8em;
}
#home #home_blog .home_blog_wrap{
  background-color: #f6f6f6;
  padding-bottom: 5em;
}
@media only screen and (max-width: 640px){
  #home #home_blog .home_blog_wrap{
    padding-bottom: 3em;
  }
}
#home #home_blog .home_blog_wrap .main_width{
  max-width: 1040px;
}
#home #home_blog .home_blog_wrap .inner {
  position: relative;
}
#home #home_blog .home_blog_wrap .title-english02 {
  background-image: url(../images/blog/blog_title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 69px;
  top: -40px;
}
@media only screen and (max-width: 640px){
  #home #home_blog .home_blog_wrap .title-english02{
    height: 55px;
    top: -30px;
  }
}
#home #home_blog .home_blog_wrap .title-english02 p {
  text-indent: -9999px;
}
#home #home_blog .home_blog_wrap .inner02 {
}
#home #home_blog .home_blog_wrap .title {
  text-align: center;
  padding-top: 85px;
  padding-bottom: 36px;
}
@media only screen and (max-width: 640px){
  #home #home_blog .home_blog_wrap .title {
    padding-top: 60px;
  }
}
#home #home_blog .home_blog_wrap h2 {
  color: #78499a;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}
#home #home_blog .home_blog_wrap h2:before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #78499a;
  position: absolute;
  left: 50%;
  top: -21px;
}
#home #home_blog .home_blog_wrap h2:after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #78499a;
  position: absolute;
  left: 50%;
}

#home .blog_list_block {
  overflow: hidden;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -25px;
  padding-top: 12px;
}

/*honma 20180426*/
#home #home_blog .home_blog_wrap .blog_list_block + .blog_list_block .title{
 padding-top: 2.5em;
}
/*honma 20180426*/

#home .blog_list_block .blog_list_set {
  float: left;
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #home .blog_list_block .blog_list_set {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  #home .blog_list_block .blog_list_set {
    float: none;
    width: 100%;
  }
}
#home .blog_list_block .blog_list_set a {
  display: block;
  padding: 2px;
  background-color: #ffffff;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 480px) {
  #home .blog_list_block .blog_list_set a {
    height: auto !important;
  }
}
#home .blog_list_block .blog_list_set a .thumb img.transmission {
  width: 100%;
}
#home .blog_list_block .blog_list_set a .text {
  padding-bottom: 60px;
  padding: 10px;
  position: relative;
}
#home .blog_list_block .blog_list_set a .text h3 {
  padding-bottom: 4px;
  font-weight: bold;
}
#home .blog_list_block .blog_list_set a .text p.date {
  text-align: right;
  margin-top: 0.4em;
}
#home .blog_list_block .blog_list_set a .text p.date:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f017";
  margin-top: -0.5em;
  margin-right: 0.5em;
}

#home .viewmore_btn {
  width: 100%;
  text-align: center;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5em;
}
#home .viewmore_btn a {
  width: 100%;
  background: #e9dcf2;
  display: block;
  padding: 1em 1.5em 0.9em 1em;
  position: relative;
}
#home .viewmore_btn a:after {
  content: "";
  background-image: url(../images/common/view_arr.png);
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0.7em;
  right: 2.5em;
}
