@charset "utf-8";

/********************
    reset
 ********************/

.bizOffice section .inner,
.bizEvent section .inner {
  padding: 0;
}

.bizEvent p,
.bizEvent a,
.bizEvent li,
.bizOffice p,
.bizOffice a,
.bizOffice li {
  font-size: 18px;
  color: #333;
  text-decoration: none;
}

.bizOffice .inner h2 {
  margin-bottom: 14px;
}

/********************
    common
 ********************/

.onlyPc {
  display: block;
}

.onlySp {
  display: none;
}

/********************
    .mainvisual
 ********************/

.mainvisual .inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.mainvisual .linkBlc {
  position: absolute;
  bottom: 47px;
  right: 17px;
  width: 21.3%;
  height: auto;
}

.mainvisual .linkBlc a {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 0 13px;
  background-color: #005eb6;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

.mainvisual .linkBlc a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 8px;
  background: url(/takuhaimeiji/assets/images/biz/office/arrow.png) no-repeat center center / cover;
  transform: translateY(-50%);
}

.mainvisual .prodListWrap {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 51px auto 0;
}

.mainvisual .leadTextArea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
}

.mainvisual .leadTextArea p {
  padding: 35px 36px 35px 37px;
  background-color: #008cc6;
  /* border: solid 1px #ccc; */
  border-radius: 12px;
  color: #fff;
  font-weight: bold;
}

.mainvisual .imgArea {
  margin: 0 auto 0;
  text-align: center;
}

.mainvisual .textArea p {
  font-size: 15px;
}

.mainvisual .textArea p sup {
  font-size: 12px;
}

/********************
    .service
 ********************/

.service .serviceList {
  margin-top: 61px;
}

.bizEvent .service .serviceList {
  margin-top: 30px;
}

.service .serviceBlc.-big {
  width: 100%;
  margin-top: 60px;
}

.service .ttlArea {
  position: relative;
}

.service .ttlArea::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background-color: #008cc6;
  transform: translateY(-50%);
}

.service .ttlArea h3 {
  font-weight: bold;
  line-height: 1;
}

.service .serviceContens {
  margin-top: 17px;
  padding: 39px 24px 27px;
  box-shadow: 0px 9px 13px -6px rgba(120, 120, 120, .3);
}

.bizEvent .service .serviceContens {
  width: 48%;
}

.service .serviceContens .textArea {
  min-height: 108px;
  font-size: 18px;
}

.bizEvent .service .serviceContens .textArea p {
  min-height: 78px;
}

.service .serviceContens .textArea strong {
  color: #e91d11;
}

.service .serviceContens .imgArea {
  margin-top: 26px;
  text-align: center;
}

.service .serviceContens .imgArea img {
  width: 403px;
}

.service .serviceBlc.-big > .textArea {
  margin: 20px 0 0 25px;
}

.service .supportList {
  display: flex;
  justify-content: space-between;
  margin-top: 63px;
}

.service .supportBlc {
  position: relative;
  width: 31%;
  padding: 19px 31px 37px;
  box-shadow: 0px 9px 13px -6px rgba(120, 120, 120, .3);
}

.service .supportBlc::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 43px;
  transform: translateY(-50%);
}

.service .supportBlc.-support01::before {
  background: url(/takuhaimeiji/assets/images/biz/common/iconnumber1.png) no-repeat center center / cover;
}

.service .supportBlc.-support02::before {
  background: url(/takuhaimeiji/assets/images/biz/common/iconnumber2.png) no-repeat center center / cover;
}

.service .supportBlc.-support03::before {
  background: url(/takuhaimeiji/assets/images/biz/common/iconnumber3.png) no-repeat center center / cover;
}

.service .supportBlc .supportTtl h4 {
  color: #008cc6;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.service .supportBlc .textArea {
  margin-top: 20px;
}

.service .supportBlc .textArea p {
  font-size: 18px;
}

.service .serviceBlc .wrap {
  display: flex;
  justify-content: space-between;
}

.service .serviceBlc .wrap h4 {
  margin-bottom: 20px;
  color: #008cc6;
  font-size: 22px;
  font-weight: normal;
}

.bizEvent .service .inner > .textArea {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}


/********************
    .healthMgmt
 ********************/

.healthMgmt {
  margin-top: 124px;
  padding: 120px 0 116px;
}

.healthMgmt .inner > .textArea {
  margin-top: 60px;
}

.healthMgmt .inner > .textArea p {
  font-size: 18px;
  line-height: 2;
}

.healthMgmt .inner > .textArea p a {
  color: #005eb6;
  font-weight: bold;
  text-decoration: none;
}

.healthMgmt .manualBlc {
  margin-top: 39px;
}

/********************
    .manualBlc
 ********************/

.manualBlc {
  display: flex;
  justify-content: space-between;
  max-width: 1030px;
  margin: 0 auto;
  padding: 40px 29px 38px;
  background-color: #fff;
  border-radius: 12px;
}

.manualBlc li,
.manualBlc p {
  font-size: 18px;
  line-height: 1.8;
}

.manualBlc li {
  font-weight: bold;
}

.manualBlc .imgArea {
  width: 42%;
}

.manualBlc .textArea {
  width: 54%;
}

.manualBlc .textArea ul + p {
  margin-bottom: 2em;
}

.manualBlc .dlArea {
  width: 64.4%;
  margin: 22px auto 0;
}

.manualBlc .dlArea a {
  display: block;
  width: 100%;
  padding: 19px 0 18px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
}

div.-grad {
  position: relative;
}

div.-grad::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 332px;
  height: 100%;
  background-image: linear-gradient(162deg, #0f50a9, #008cc6);
  border: solid 1px #fff;
  border-radius: 3px;
  transform: translateX(-50%);
}

div.-grad > a {
  position: relative;
  border: solid 1px #fff;
  color: #fff;
  transition: all .3s;
}

div.-grad > a:hover {
  background-color: #fff;
  border: solid 1px #0f50a9;
  color: #0f50a9;
}

/********************
    .lineup
 ********************/

.lineup {
  margin-top: 118px;
}

.lineup .lineupList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 110px;
}

.lineup .lineupBlc {
  position: relative;
  padding: 48px 37px 29px;
  box-shadow: 0px 9px 13px -6px rgba(120, 120, 120, .3);
}

.lineup .lineupBlc.-small {
  width: 48.5%;
}

.lineup .lineupBlc.-big {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 48px 37px 53px;
}

.lineup .lineupBlc:nth-child(n + 3) {
  margin-top: 100px;
}

.lineup .lineupBlc .tagArea {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 158px;
  height: 89px;
  background-color: #008cc6;
  border-radius: 79px 79px 0 0;
  transform: translate(-50%, -80%);
}

.lineup .lineupBlc.-small .tagArea {
  left: 50%;
}

.lineup .lineupBlc.-big .tagArea {
  left: 25%;
}

.lineup .lineupBlc .tagArea p {
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.lineup .lineupBlc.-big .wrap {
  width: 59%;
  max-width: 508px;
}

.lineup .lineupBlc .ttlArea {
  color: #008cc6;
  font-size: 20px;
  text-align: center;
}

.lineup .lineupBlc:nth-child(1) .ttlArea {
  min-height: 61px;
}

.lineup .lineupBlc .txetArea {
  margin-top: 26px;
}

.lineup .lineupBlc.-small .txetArea {
  min-height: 82px;
}

.lineup .lineupBlc .txetArea p {
  font-size: 18px;
}

.lineup .lineupBlc .imgArea {
  width: 71.54%;
  margin: 15px auto 0;
}

.lineup .lineupBlc.-big .imgArea {
  width: 35.52%;
  margin: 0 70px 0 0;
}

.lineup .inner > .textArea {
  margin-top: 40px;
  text-align: center;
}

/********************
    .info
 ********************/

.info {
  max-width: 919px;
  margin: 53px auto 0;
  padding: 15px 0;
  border: solid 1px #aaa;
  text-align: center;
}

.bizEvent .info {
  margin-top: 78px;
  border: none;
}

/********************
    .entry
 ********************/

.entry {
  margin-top: 83px;
  padding: 120px 0;
  background: linear-gradient(#eef8ff, #fff);
  border-bottom: solid 1px #aaa;
}

.entry .entryStepList {
  display: flex;
  justify-content: space-between;
  margin-top: 87px;
}

.entry .entryStepBlc {
  width: 31.08%;
  padding: 0 50px 32px;
  background-color: #fff;
  box-shadow: 0px 9px 13px -6px rgba(120, 120, 120, .3);
}

.entry .entryStepBlc .imgArea {
  width: 47.23%;
  margin: -15px auto 0;
}

.entry .entryStepBlc .textArea {
  margin-top: 19px;
  text-align: center;
}

.columnWrap02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}

.columnWrap02 .contact {
  width: 45%;
  padding: 70px 0;
  background-color: #005eb6;
}

.columnWrap02 .contact .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.columnWrap02 .contact .inner .contactBlc {
  width: 100%;
}

.columnWrap02 .contact .inner .contactBlc .text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.columnWrap02 .contact .inner .contactBlc .text span {
  font-size: 22px;
}

.columnWrap02 .contact .inner .contactBlc a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 340px;
  height: 75px;
  margin: 30px auto 16px;
  padding: 0;
  border-radius: 6px;
  background-color: #fff;
  color: #005eb6;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.columnWrap02 .contact .inner .contactBlc a img {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.columnWrap02 .contact .inner .contactBlc .note {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.entry .columnWrap02 > .textArea {
  width: 50%;
}

.entry .columnWrap02 > .textArea p {
  /* margin-top: 60px; */
  font-size: 18px;
  font-weight: bold;
  /* text-align: center; */
}

.entry .columnWrap02 > .textArea.-note p {
  font-size: 16px;
  font-weight: normal;
}

.entry .columnWrap02 > .textArea ul li {
  max-width: 755px;
  margin: 10px auto 0;
  font-size: 18px;
}

.entry .sampleBlc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 72px auto 0;
  padding: 67px 55px 60px 42px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 9px 13px -6px rgba(120, 120, 120, .3);
}

.entry .sampleBlc .textArea {
  max-width: 474px;
}

.entry .sampleBlc .textArea strong {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.entry .sampleBlc .linkArea {
  margin-top: 20px;
}

.entry .sampleBlc .linkArea a {
  display: block;
  max-width: 332px;
  margin: 0 auto;
  padding: 15px 0 14px;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
} 

.entry .sampleBlc .text {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}

.entry .sampleBlc .text.-note {
  margin-top: 15px;
  font-size: 14px;
}

.entry .sampleBlc .imgArea {
  max-width: 385px;
}

.entry .sampleBlc .telLinkArea {
  max-width: 340px;
  margin: 15px auto 0;
  padding: 15px 55px;
  border-radius: 12px;
  box-shadow: 0px 9px 13px -6px rgba(120, 120, 120, .3);
  pointer-events: none;
}

.entry .manualBlc {
  margin-top: 30px;
  box-shadow: 0px 9px 13px -6px rgba(120, 120, 120, .3);
}

.entry .inner > .textArea p {
  margin-top: 60px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.entry .inner > .textArea.-note p {
  font-size: 16px;
  font-weight: normal;
}

.entry .inner > .textArea ul li {
  max-width: 755px;
  margin: 10px auto 0;
  font-size: 18px;
}

/********************
    .entry
 ********************/

.faq {
  margin-top: 108px;
}

.faq .faqList {
  max-width: 800px;
  margin: 60px auto 0;
}

.faq .questionText {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
  padding: 9px 0 9px 50px;
}

.faq .questionText::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 42px;
  background: url(/takuhaimeiji/assets/images/biz/office/iconquestion.png) no-repeat center center / contain;
}

.faq .questionText:nth-of-type(n + 2) {
  margin-top: 35px;
}

.faq .answerText {
  padding: 25px 20px;
  background-color: #eef8ff;
}

/********************************************************************************
    event
 ********************************************************************************/

/********************
    .merit
 ********************/

.merit {
  margin-top: 120px;
}

.merit .meritList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 87px;
}

.merit .meritBlc {
  position: relative;
  width: 48.58%;
  padding: 45px 0 30px;
  box-shadow: 0px 9px 13px -6px rgba(120, 120, 120, .3);
  font-size: 20px;
  text-align: center;
}

.merit .meritBlc:nth-child(n + 3) {
  margin-top: 65px;
}

.merit .meritBlc::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 43px;
  transform: translateY(-50%);
}

.merit .meritBlc.-merit01::before {
  background: url(/takuhaimeiji/assets/images/biz/common/iconnumber1.png) no-repeat center center / cover;
}

.merit .meritBlc.-merit02::before {
  background: url(/takuhaimeiji/assets/images/biz/common/iconnumber2.png) no-repeat center center / cover;
}

.merit .meritBlc.-merit03::before {
  background: url(/takuhaimeiji/assets/images/biz/common/iconnumber3.png) no-repeat center center / cover;
}

.merit .meritBlc.-merit04::before {
  background: url(/takuhaimeiji/assets/images/biz/common/iconnumber4.png) no-repeat center center / cover;
}

.merit .meritBlc.-merit05::before {
  background: url(/takuhaimeiji/assets/images/biz/common/iconnumber5.png) no-repeat center center / cover;
}

/********************
    .voice
 ********************/

.voice {
  margin-top: 112px;
  padding-top: 102px;
  padding-bottom: 110px;
}

.voice .wrap {
  display: flex;
  justify-content: space-between;
  margin: 86px 0 65px;
}

.voice .textArea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
  line-height: 1.8;
}

.voice .imgArea {
  width: 47.5%;
}

.voice .voiceTtl,
.voice .voiceList {
  max-width: 905px;
  margin: 0 auto;
}

.voice .voiceTtl p {
  font-size: 22px;
  font-weight: bold;
}

.voice .voiceList + .voiceTtl {
  margin-top: 30px;
}

.voice .voiceBlc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.voice .voiceBlc .icon {
  width: 17.45%;
}

.voice .voiceBlc .text {
  position: relative;
  width: 77.34%;
  padding: 0 27px 0 40px;
  background: url(/takuhaimeiji/assets/images/biz/event/framemiddle.png) repeat-y;
  background-size: contain;
  line-height: 1.8;
}

.voice .voiceBlc .text::before,
.voice .voiceBlc .text::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}

.voice .voiceBlc .text::before {
  top: 0;
  padding-top: 7%;
  background: url(/takuhaimeiji/assets/images/biz/event/frametop.png) no-repeat;
  background-size: contain;
  transform: translateY(-40%);
}

.voice .voiceBlc .text::after {
  bottom: 0;
  padding-top: 5%;
  background: url(/takuhaimeiji/assets/images/biz/event/framebottom.png) no-repeat;
  background-size: contain;
  transform: translateY(99%);
}

.voice .voiceBlc .text p {
  position: relative;
}

@media print,screen and (min-width:768px){

  /********************
    .mainvisual
  ********************/

  .mainvisual .linkBlc a:hover {
    background-color: #fff;
    color: #005eb6;
  } 

  .mainvisual .prodList {
    display: flex;
    justify-content: space-between;
    width: 75%;
  }

  .mainvisual .prodBlc {
    width: 32%;
    box-shadow: 0px 9px 19px -6px rgba(120, 120, 120, .3);
  }

  .mainvisual .imgArea {
    width: 50%;
  }

  .mainvisual .textArea {
    margin-top: 15px;
    padding: 0 23px 16px;
  }

  /********************
    service
 ********************/

  .service {
    margin-top: 100px;
  }

  .service .serviceList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .service .serviceBlc.-small {
    width: 48%;
  }

  .service .ttlArea::before {
    width: 24px;
  }

  .service .ttlArea {
    padding-left: 40px;
  }

  .service .ttlArea h3 {
    font-size: 22px;
  }

}

@media print,screen and (min-width:767px) and (max-width:840px){
}

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

  /********************
    common
 ********************/

  .onlyPc {
    display: none;
  }

  .onlySp {
    display: block;
  }

  .bizOffice .inner h2,
  .bizEvent .inner h2 {
    font-size: 22px;
  }

  .bizEvent p,
  .bizEvent a,
  .bizEvent li,
  .bizOffice p,
  .bizOffice a,
  .bizOffice li {
    font-size: 15px;
  }

  

  /********************
    .mainvisual
 ********************/

  .mainvisual .inner {
    width: 100%;
    margin: 0 auto !important;
  }

  .mainvisual .linkBlc {
    bottom: 0;
    width: 61%;
    transform: translate(0, -20%);
  }

  .mainvisual .prodListWrap {
    display: block;
    width: 94.53%;
    margin-top: 17px;
  }

  .mainvisual .leadTextArea {
    display: block;
    width: 100%;
  }

  .mainvisual .leadTextArea p {
    padding: 15px 0;
    border-radius: 6px;
    text-align: center;
  }

  .mainvisual .prodBlc {
    display: flex;
    margin-top: 20px;
    padding: 20px 10px;
    box-shadow: 0px 7px 8px -5px rgba(120, 120, 120, .2);
  }

  .mainvisual .imgArea {
    width: 29.31%;
  }

  .mainvisual .textArea {
    width: 63.13%;
  }

  .mainvisual .textArea p {
    font-size: 14px;
  }

  /********************
    .service
 ********************/

 .service {
    margin-top: 60px;
  }

  .service .serviceBlc {
    margin-top: 60px;
  }

  .service .ttlArea {
    padding-left: 18px;
  }

  .service .ttlArea::before {
    width: 12px;
  }

  .service .ttlArea h3 {
    font-size: 17px;
    line-height: 1.5;
  }

  .service .serviceContens {
    margin-top: 8px;
    padding: 20px 24px 7px;
    box-shadow: 0px 8px 12px -5px rgba(120, 120, 120, .3);
  }

  .service .serviceBlc.-big > .textArea {
    margin: 15px 0 0 0;
  }

  .service .serviceBlc.-big > .textArea p {
    font-size: 15px;
  }

  .service .supportList {
    display: block;
    margin-top: 20px;
  }

  .service .supportBlc {
    width: 100%;
    margin-top: 20px;
    padding: 19px 31px 37px;
    box-shadow: 0px 6px 13px -6px rgba(120, 120, 120, .3);
  }

  .service .supportBlc::before {
    width: 45px;
    height: 29px;
    transform: translateY(-10%);
  }

  .service .supportBlc .textArea p {
    font-size: 14px;
  }

  .service .serviceBlc .wrap {
    display: block;
  }

  .bizEvent .service .serviceBlc.-big + .serviceBlc.-big {
    margin-top: 30px;
  }

  .service .serviceBlc .wrap h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .bizEvent .service .inner > .textArea p {
    margin-top: 20px;
    font-size: 13px;
  }
 
  /********************
    .healthMgmt
 ********************/

 .healthMgmt {
    margin-top: 60px;
    padding: 60px 0 60px;
  }

  .healthMgmt .inner > .textArea p {
    font-size: 15px;
    line-height: 1.8;
  }

  .healthMgmt .manualBlc {
    margin-top: 18px;
  }

  /********************
      .manualBlc
  ********************/

  .manualBlc {
    flex-direction: column-reverse;
    padding: 20px 10px;
    border-radius: 6px;
  }

  .manualBlc li {
    font-size: 15px;
    font-weight: bold;
  } 

  .manualBlc p {
    font-size: 15px;
  }
  
  .manualBlc .textArea ul + p {
    margin-bottom: 1em;
  }

  .manualBlc .textArea div + p {
    margin-top: 1em;
  }

  .manualBlc .imgArea {
    width: 80%;
    margin: 0 auto;
  }
  
  .manualBlc .textArea {
    width: 100%;
  }

  .manualBlc .dlArea {
    width: 72.56%;
    margin: 12px auto 0;
  }

  .manualBlc .dlArea a {
    padding: 8px 0;
    border-radius: 2px;
    font-size: 15px;
    line-height: 1.5;
  }

/********************
    .lineup
 ********************/

  .lineup {
    margin-top: 60px;
  }

  .lineup .lineupBlc {
    position: relative;
    padding: 30px 10px;
    box-shadow: 0px 9px 13px -6px rgba(120, 120, 120, .3);
  }

  .lineup .lineupBlc.-small {
    width: 100%;
  }

  .lineup .lineupBlc.-big {
    display: block;
    width: 100%;
    padding: 30px 10px;
  }

  .lineup .lineupBlc:nth-child(n + 2) {
    margin-top: 90px;
  }

  .lineup .lineupBlc .tagArea {
    width: 110px;
    height: 65px;
  }

  .lineup .lineupBlc.-big .tagArea {
    left: 50%;
  }

  .lineup .lineupBlc .tagArea p {
    font-size: 14px;
  }

  .lineup .lineupBlc.-big .wrap {
    width: 100%;
    max-width: initial;
  }

  .lineup .lineupBlc .ttlArea {
    font-size: 17px;
  }

  .lineup .lineupBlc .txetArea {
    margin-top: 10px;
  }

  .lineup .lineupBlc .txetArea p {
    font-size: 15px;
  }

  .lineup .lineupBlc.-big .imgArea {
    width: 100%;
    margin: 15px auto 0;
  }

  .lineup .inner > .textArea {
    text-align: left;
  }

  .lineup .inner > .textArea p {
    font-size: 15px;
  }

  /********************
      .info
  ********************/

  .info {
    width: 94.53%;
    max-width: initial;
    margin: 12px auto 0;
    padding: 14px 10px;
    font-size: 15px;
    text-align: left;
  }

  .bizEvent .info {
    width: 96.53%;
    margin-top: 60px;
    padding: 0 0 40px;
    border: none;
  }
    
  /********************
      .entry
  ********************/

 .entry {
    margin-top: 62px;
    padding: 60px 0;
  }

  .entry .entryStepList {
    display: block;
    margin-top: 67px;
  }

  .entry .entryStepBlc {
    width: 100%;
    padding: 0 55px 20px;
    box-shadow: 0px 9px 8px -6px rgba(120, 120, 120, .3);
  }

  .entry .entryStepBlc + .entryStepBlc {
    margin-top: 50px;
  }

  .entry .entryStepBlc .imgArea {
    width: 57.3%;
    margin: 0 auto;
  }

  .entry .entryStepBlc .imgArea img {
    margin: -18px auto 0;
  }

  .entry .sampleBlc {
    display: block;
    margin: 52px auto 0;
    padding: 30px 10px;
  }

  .entry .sampleBlc .textArea strong {
    font-size: 15px;
  }

  .entry .sampleBlc .linkArea.-grad::before {
    max-width: 250px;
  }

  .entry .sampleBlc .linkArea a {
    max-width: 250px;
    padding: 15px 0 14px;
    border-radius: 2px;
    font-size: 15px;
  } 

  .entry .sampleBlc .telLinkArea {
    max-width: 300px;
    margin: 10px auto 0;
    padding: 15px 35px;
    box-shadow: 0px 9px 7px -6px rgba(120, 120, 120, .3);
    pointer-events: auto;
  }

  .entry .sampleBlc .text {
    margin-top: 20px;
    font-size: 15px;
  }

  .entry .sampleBlc .imgArea {
   width: 90%;
   margin: 24px auto 0;
  }

  .entry .inner > .textArea p {
    margin-top: 40px;
    font-size: 15px;
  }
  
  .entry .inner > .textArea ul li {
    font-size: 15px;
  }

  .columnWrap02 {
    display: block;
    margin-top: 50px;
  }

  .columnWrap02 .contact {
    width: 100%;
    padding: 30px 0;
  }

  .entry .columnWrap02 > .textArea {
    width: 100%;
    margin-top: 30px;
  }

  .columnWrap02 .contact .inner .contactBlc .text {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }

  .columnWrap02 .contact .inner .contactBlc .note {
    font-size: 12px;
  }

  .entry .columnWrap02 > .textArea p {
    font-size: 15px;
    text-align: center;
  }

  .entry .columnWrap02 > .textArea ul li {
    font-size: 15px;
  }

  /********************
      .entry
  ********************/

  .faq {
    margin-top: 60px;
  }

  .faq .faqList {
   font-size: 14px;
  }

  .faq .questionText {
    margin-bottom: 10px;
    padding: 4px 0 4px 35px;
  }

  .faq .questionText::before {
    width: 26px;
    height: 30px;
  }

  .faq .answerText {
    padding: 15px 10px;
  }

  /********************************************************************************
      event
  ********************************************************************************/

  /********************
      .voice
  ********************/

  .voice {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .voice .wrap {
    display: block;
    margin: 30px 0 42px;
  }

  .voice .textArea {
    display: block;
    width: 100%;
    line-height: 1.8;
  }
  
  .voice .imgArea {
    width: 100%;
    margin-top: 15px;
  }

  .voice .voiceTtl p {
    font-size: 17px;
    font-weight: bold;
  }

  .voice .voiceBlc {
    align-items: flex-start;
  }  

  .voice .voiceBlc .icon {
    width: 22.28%;
  }
  
  .voice .voiceBlc .text {
    width: 77.45%;
    padding: 0 13px 0 20px;
    background: url(/takuhaimeiji/assets/images/biz/event/sp_framemiddle.png) repeat-y;
    background-size: contain;
  }

  .voice .voiceBlc .text::before {
    background: url(/takuhaimeiji/assets/images/biz/event/sp_frametop.png) no-repeat;
    background-size: contain;
  }
  
  .voice .voiceBlc .text::after {
    background: url(/takuhaimeiji/assets/images/biz/event/sp_framebottom.png) no-repeat;
    background-size: contain;
  }
  
  /********************
      .merit
  ********************/

  .merit {
    margin-top: 60px;
  }

  .merit .meritBlc {
    padding: 30px 15px 20px;
    text-align: left;
  }

  .merit .meritBlc::before {
    left: 50%;
    width: 44px;
    height: 28px;
    transform: translate(-50%, -50%);
  }
  
}

/********************
    .topicPath
 ********************/

.topicPath {
  width: 100%;
  padding: 17px 0;
  background-color: #005eb6;
}

.topicPath .inner {
  max-width: 1600px;
  margin:  0 auto;
  padding: 0 20px;
  background-color: transparent;
}

.topicPath .list {
  display: flex;
}

.topicPath .list .item,
.topicPath .list .item a {
  color: #fff;
  font-size: 15px;
}

.topicPath .list .item + .item {
  position: relative;
  margin-left: 29px;
}

.topicPath .list .item + .item::before,
.topicPath .list .item + .item::after {
  content: "";
  display: block;
  position: absolute;
  top: .7em;
  left: -12px;
  width: .5em;
  height: 1px;
  margin-left: -.25em;
  background: #fff;
}

.topicPath .list .item + .item::before {
  margin-top: -2px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.topicPath .list .item + .item::after {
  margin-top: 3px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.topicPath .list .item a {
  text-decoration: underline;
}

@media only screen and (max-width:767px) {
  .topicPath .inner {
    padding: 0 10px;
  }
}

/********************
    .header
 ********************/

@media print, screen and (min-width: 1601px) {
  main #header {

  }
}

@media print, screen and (max-width: 1600px) and (min-width: 1129px) {
  #header .hdInner > .hdLogo {
    height: 80px;
    background-color: transparent;
    border-radius: 0;
  }
}

@media print, screen and (min-width: 1129px) {
  main #header {
    background: #f3f3f3;
  }

  #header .hdInner {
    background-color: #f3f3f3;
  }

  #header .hdInner > div .hdNav > ul.nav1 > li + li > a span {
    border: none;
  }

  #header .hdInner > .hdLogo {
    height: 80px;
    background-color: transparent;
    border-radius: 0;
  }

  #header .hdInner > div .hdNav > ul > li.uniqueBtn {
    margin-bottom: 10px;
    background: linear-gradient(-205deg, #0f50a9, #008cc6);
    border: solid 1px #f3f3f3;
    border-radius: 30px;
    transition: all .3s;
  }

  #header .hdInner > div .hdNav > ul > li.uniqueBtn:hover a {
    background: #fff;
    border: solid 1px #0f50a9;
  }

  #header .hdInner > div .hdNav > ul > li.uniqueBtn > a {
    padding: 7px 11px 10px;
    border: solid 1px #f3f3f3;
    border-radius: 30px;
    color: #fff;
    transition: all .3s;
  }

  #header .hdInner > div .hdNav > ul > li > a {
    font-size: 15px;
  }

  #header .hdInner > div .hdNav > ul > li:hover a {
    color: #0f51a9;
  }

  #header .hdInner > div .hdNav > ul > li.uniqueBtn:hover > a {
    color: #0f50a9;
  }

  #header .hdInner > div .hdNav > ul > li > a span::after {
    background-color: #0f51a9;
  }

  #header .hdInner > div .hdNav > ul > li.uniqueBtn:hover > a  span::after {
    width: 0;
  }

  #header .hdInner > div .hdNav ul li .menuSec div {
    padding: 20px 0;
  }

  #header .hdInner > div .hdNav ul li .menuSec ul li a {
    font-size: 15px;
  }

  #header .hdInner > div .hdNav ul li .menuSec ul li a::before {
    border-top: 2px solid #005eb6;
    border-right: 2px solid #005eb6;
  }
}

@media print, screen and (max-width: 1128px) {
  #header .hdInner > .hdLogo {
    background-color: #f3f3f3;
  }

  #header .hdInner > div .hdNav > ul > li.pcmenu {
    display: none;
  }

  #spMenuBtn {
    background-color: #f3f3f3;
    background-image: url("/takuhaimeiji/assets/images/biz/common/sp_menu.png");
    background-size: 45px;
  }

  #spMenuBtn.Open {
    background-image: url("/takuhaimeiji/assets/images/biz/common/sp_menuclose.png");
    background-size: 30px;
  }

  #spLogo {
    background-color: #f3f3f3;
  }

  #header .hdInner > div .hdNav > ul > li > a span {
    padding: 0;
  }

  #header .hdInner > div .hdNav > ul > li > a {
    background-color: #005eb6;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
  }

  #header .hdInner > div .hdNav > ul > li.topBtn a::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  #header .hdInner > div .hdNav ul li .menuSec ul li a::before {
    border-top: 2px solid #005eb6;
    border-right: 2px solid #005eb6;
  }

  #header .hdInner > div .hdNav > ul > li.menuSingle.menuBtn > a span::before,
  #header .hdInner > div .hdNav > ul > li.menuSingle.menuBtn > a span::after {
    content: none;
  }

  #header .hdInner > div .hdNav > ul > li.menuSingle > a span::before,
  #header .hdInner > div .hdNav > ul > li.menuSingle > a span::after,
  #header .hdInner > div .hdNav > ul > li.menuSingle > a.subOpn span::after, #header .hdInner > div .hdNav > ul.nav2 > li:last-child > a.subOpn::after {
    background-color: #fff;
  }

  #header .hdInner > div .hdNav > ul > li.menuBtn a::after {
    position: absolute;
    top: 49%;
    right: 20px;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    vertical-align: middle;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.2s ease;
  }

  #header .hdInner > div .hdNav ul li .menuSec ul li a {
    font-size: 15px;
    font-weight: normal;
  }

  #header .hdInner > div .hdNav ul li .menuSec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 15px 0;
    background-color: #00488b;
    border-top: solid 1px #fff;
  }

  #header .hdInner > div .hdNav ul li .menuSec ul::after {
    content: '';
    display: block;
    width: 43.93%;
  }

  #header .hdInner > div .hdNav ul li .menuSec ul li {
    width: 43.93%;
  }

  #header .hdInner > div .hdNav ul li .menuSec ul li + li {
    border: none;
  }

  #header .hdInner > div .hdNav ul li .menuSec ul li:nth-child(n + 3) {
    margin-top: 10px;
  }

  #header .hdInner > div .hdNav ul li .menuSec ul li a {
    padding: 0;
    background-color: #005eb6;
    border: solid 1px #fff;
    color: #fff;
    text-align: center;
  }

  #header .hdInner > div .hdNav ul li .menuSec ul li a::before,
  #header .hdInner > div .hdNav ul li .menuSec ul li a::after {
    content: none;
  }

  #header .hdInner > div .hdNav ul li.spOnlyMenu {
    padding: 30px 15px;
    background-color: #005eb6;
  }

  #header .hdInner > div .hdNav ul li.spOnlyMenu p {
    color: #fff;
  }

  #header .hdInner > div .hdNav ul li.spOnlyMenu p.text {
    font-size: 14px;
    font-weight: bold;
  }

  #header .hdInner > div .hdNav ul li.spOnlyMenu p.note {
    font-size: 11px;
  }

  #header .hdInner > div .hdNav ul li.spOnlyMenu a {
    display: block;
    width: 80%;
    margin: 13px auto;
    padding: 0;
    border-radius: 6px;
    background-color: #fff;
    color: #005eb6;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  #header .hdInner > div .hdNav ul li.spOnlyMenu a sup {
    font-size: 12px;
  }

  #header .hdInner > div .hdNav ul li.spOnlyMenu a img {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
  }

  #header .hdInner > div .hdNav > ul > li.uniqueBtn > a {
    display: block;
    width: 80%;
    margin: 25px auto;
    padding: 0;
    background: linear-gradient(-205deg, #0f50a9, #008cc6);
    border-radius: 30px;
    color: #fff;
    text-align: center;
  }

  #header .hdInner > div .hdNav > ul > li.uniqueBtn > a::after {
    content: none;
  }

  #header .hdInner > div .hdNav > ul > li.bottomList {
    height: 20px;
    background-color: #005eb6;
  }

  .CoSpBtn a {
    color: #fff;
    font-size: 1.8rem;
  }

  .bizEvent .service .serviceContens {
    width: 100%;
  }
}

#btmSect .inner {
  padding: 0;
}

#btmSect.footContent {
  margin-top: 120px;
}

#btmSect.footContent .sitemap {
  width: 100%;
  padding: 39px 0;
  background-color: #f1f9ff;
}

#btmSect.footContent .sitemap .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

#btmSect.footContent .sitemap .inner .ttl {
  font-size: 22px;
  font-weight: bold;
}

#btmSect.footContent .sitemap .inner .sitemapList {
  display: flex;
}

#btmSect.footContent .sitemap .inner .sitemapList .item {
  margin-right: 40px;
}

#btmSect.footContent .sitemap .inner .sitemapList .item a {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  text-decoration: underline;
}

#btmSect.footContent .sitemap .inner .sitemapList .item a::before {
  position: absolute;
  top: 49%;
  left: 0;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  vertical-align: middle;
  border-top: 2px solid #376eb8;
  border-right: 2px solid #376eb8;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s ease;
}

#btmSect.footContent .contact {
  width: 100%;
  padding: 70px 0;
  background-color: #005eb6;
}

#btmSect.footContent .contact .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

#btmSect.footContent .contact .inner .contactBlc {
  width: 100%;
}

#btmSect.footContent .contact .inner .contactBlc .text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#btmSect.footContent .contact .inner .contactBlc .text span {
  font-size: 22px;
}

#btmSect.footContent .contact .inner .contactBlc a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 340px;
  height: 75px;
  margin: 30px auto 16px;
  padding: 0;
  border-radius: 6px;
  background-color: #fff;
  color: #005eb6;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#btmSect.footContent .contact .inner .contactBlc a img {
  display: block;
  width: 70%;
  margin: 0 auto;
}

#btmSect.footContent .contact .inner .contactBlc .note {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

@media print, screen and (max-width: 1128px) {
  #btmSect.footContent {
    margin-top: 100px;
  }
  
  #btmSect.footContent .sitemap {
    padding: 30px 15px;
  }
  
  #btmSect.footContent .sitemap .inner {
    display: block;
  }
  
  #btmSect.footContent .sitemap .inner .ttl {
    font-size: 17px;
  }
  
  #btmSect.footContent .sitemap .inner .sitemapList {
    display: block;
  }
  
  #btmSect.footContent .sitemap .inner .sitemapList .item {
    margin-top: 10px;
    margin-right: 0;
  }
  
  #btmSect.footContent .sitemap .inner .sitemapList .item a {
    font-size: 14px;
  }

  #btmSect.footContent .contact {
    padding: 60px 0;
  }
  
  #btmSect.footContent .contact .inner {
    display: block;
  }
  
  #btmSect.footContent .contact .inner .contactBlc {
    width: 100%;
  }

  #btmSect.footContent .contact .inner .contactBlc + .contactBlc {
    margin-top: 50px;
    padding-top: 50px;
    border-top: solid 1px #fff;
  }
  
  #btmSect.footContent .contact .inner .contactBlc .text {
    font-size: 14px;
  }
  
  #btmSect.footContent .contact .inner .contactBlc .text span {
    font-size: 22px;
  }
  
  #btmSect.footContent .contact .inner .contactBlc a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    height: 60px;
    margin: 20px auto;
    font-size: 15px;
  }
  
  #btmSect.footContent .contact .inner .contactBlc a img {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  
  #btmSect.footContent .contact .inner .contactBlc .note {
    font-size: 13px;
  }
  
}

/*0415対応分*/
.applicationArea a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 340px;
  height: 75px;
  margin: 30px auto 16px;
  padding: 0;
  border-radius: 6px;
  background-color: #fff;
  color: #005eb6;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #aaa;
}
@media print, screen and (max-width: 1128px){
  .applicationArea a{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    height: 60px;
    margin: 20px auto;
    font-size: 15px;
  }
}