@charset "UTF-8";
@import url(reset.css);
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #004b64;
}

/* clearfix ----------------------------------*/
.wrap,
.globalHeader .headerBody,
.globalHeader .gnavWrap .gnav ul,
.container,
.container .innerhead,
.popup .inner,
.responseModal,
.calendar .sec02 .calBody td .day .calPopup,
.calendar .sec02 .selected,
.modalStyle,
.admin .msgArea .makeTpl,
.admin .msgArea .userInfoArea .status {
  zoom: 1;
}
.wrap:after,
.globalHeader .headerBody:after,
.globalHeader .gnavWrap .gnav ul:after,
.container:after,
.container .innerhead:after,
.popup .inner:after,
.responseModal:after,
.calendar .sec02 .calBody td .day .calPopup:after,
.calendar .sec02 .selected:after,
.modalStyle:after,
.admin .msgArea .makeTpl:after,
.admin .msgArea .userInfoArea .status:after {
  display: block;
  clear: both;
  content: "";
}

img {
  vertical-align: middle;
}

/*----------------------------------------
  header
----------------------------------------*/
.btnGreen a {
  position: relative;
  border-radius: 10px;
  text-align: center;
  background-color: #61b000;
  border-style: none;
  box-shadow: 0px 4px 0px #2d6200;
  display: block;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.btnGreen a:hover {
  top: 3px;
  box-shadow: 0px 1px 0px #3d8005;
}

.wrap {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.page_title {
  border-top: 4px solid #f26d00;
  background: url(../images/bg-texture.png);
  text-align: center;
  padding: 25px 0 30px;
  color: #794a20;
  margin-bottom: 15px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .page_title {
      background-size: 4px;
      padding: 10px 0;
      margin-bottom: 10px;
      font-size: 15px;
  }
  .page_title img {
      width: 320px;
      height: auto;
      display: block;
      margin: 0 auto;
  }
}
@media screen and (max-width: 350px) {
  .page_title {
  }
  .page_title img {
      width: calc(100% - 24px);
  }
}

.lead_txt_01 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 60px;
  color: #000;
  line-height: 1.8em;
}
.lead_txt_01 .red {
  color: #f26d00;
}

.lead_txt_02 {
  text-align: center;
  margin: 50px auto 40px;
}

.form_title {
  padding-left: 24px;
  line-height: 1.4em;
  font-size: 24px;
  position: relative;
  color: #794a20;
  margin: 20px 0;
}
.form_title span {
  font-size: 16px;
  color: #f26d00;
  margin-left: 20px;
  font-weight: normal;
}
.form_title::before {
  content: "";
  display: block;
  background: #f26d00;
  width: 7px;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

/*----------------------------------------
  l-header
----------------------------------------*/
.l-header__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0;
}

.l-header__lead {
  font-size: 13px;
  color: #764e1c;
  line-height: 1;
  font-weight: normal;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: right;
}

.l-header__logo {
  width: 150px;
}

.l-header__logo a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.l-header__logo a:hover {
  opacity: 0.7;
}

.l-header__logo img {
  max-width: 100%;
  height: auto;
}

.l-header__cv {
  position: absolute;
  right: 0;
  bottom: -40px;
  max-width: 280px;
}

.l-header__cv img {
  max-width: 100%;
  height: auto;
}

.l-header__hum {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 57px;
    border-bottom: 2px solid #ffce70;
  }
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-header__lead {
    display: none;
  }
  .l-header__logo {
    width: 120px;
  }
  .l-header__cv {
    display: none;
  }
  .l-header__hum {
    display: block;
    position: absolute;
    top: 10px;
    right: 18px;
    background: #fefefe;
    border: 1px solid #d9d9d9;
    width: 55px;
    height: 40px;
    border-radius: 10px;
  }
  .l-header__hum span {
    position: absolute;
    width: 22px;
    height: 3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #ff8400;
    border-radius: 2px;
    left: 15px;
  }
  .l-header__hum span:nth-child(1) {
    top: 10px;
  }
  .l-header__hum span:nth-child(2) {
    top: 18px;
  }
  .l-header__hum span:nth-child(3) {
    top: 26px;
  }
  .l-header__hum.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header__hum.active span:nth-child(2) {
    opacity: 0;
    left: 30px;
  }
  .l-header__hum.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-header__hum p {
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    color: #49290d;
    font-weight: bold;
    display: none;
  }
}

/*----------------------------------------
  l-nav
----------------------------------------*/
.l-nav {
  background: #ffce70;
}

.l-nav__list {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-nav li:first-child a:before {
  content: "";
  position: absolute;
  border-right: 1px solid #e5b965;
  width: 1px;
  height: 100%;
  top: 0;
  left: -1px;
}

.l-nav li:last-child a:after {
  content: "";
  position: absolute;
  border-right: 1px solid #ffe2a9;
  width: 1px;
  height: 100%;
  top: 0;
  right: -2px;
}

.l-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  border-left: 1px solid #ffe2a9;
  border-right: 1px solid #e5b965;
  font-size: 15px;
  color: #49290d;
  font-weight: bold;
  text-align: center;
  padding: 0 28px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}

.l-nav a:hover {
  background: #ff8400;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .l-nav {
    display: none;
  }
}

/*----------------------------------------
  l-navFoot
----------------------------------------*/
/*----------------------------------------
  l-navMobile
----------------------------------------*/
.l-navMobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .l-navMobile {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 57px;
    z-index: 1;
    width: 100%;
    background: #ffce70;
    padding: 25px 9.8vw 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-navMobile__cv {
    margin-bottom: 10px;
  }
  .l-navMobile__cv a {
    display: block;
  }
  .l-navMobile__cv a img {
    max-width: 100%;
    height: auto;
  }
  .l-navMobile__list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .l-navMobile__list li:last-child {
    border-bottom: none;
  }
  .l-navMobile__list a {
    display: block;
    padding: 18px 0 18px 37px;
    font-size: 4.2vw;
    color: #49290d;
    font-weight: bold;
    position: relative;
  }
  .l-navMobile__list a:before {
    content: "";
    position: absolute;
    background: url(../images/_common/nav-arrow_sp.png) no-repeat center;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto;
    width: 5px;
    height: 7px;
    background-size: contain;
  }
}

.number_tag {
  background: url(../images/contact_form_tag_bg.png) no-repeat center right;
  width: 196px;
  height: 151px;
  position: fixed;
  right: 0;
  top: 300px;
  box-sizing: border-box;
  padding: 30px 15px 30px 45px;
}

@media screen and (max-width: 991px) {
  .number_tag {
    display: none !important;
  }
}
.number_tag p {
  font-weight: bold;
}
.number_tag p .number {
  font-size: 30px;
  color: #f26d00;
  margin: 0 10px;
}

.complete_tag {
  position: fixed;
  right: 0;
  top: 300px;
}

/* フッター部分 ----------------------------------*/
.gFooter {
  margin: 100px auto;
  width: 1000px;
  border-top: solid 2px #004b64;
}
.gFooter .footerNav {
  margin: 15px 0 0 40px;
}
.gFooter .footerNav li {
  display: inline;
  list-style: none;
}
.gFooter .footerNav li a {
  font-size: 14px;
  color: #0babdf;
  text-decoration: none;
  font-weight: bold;
}
.gFooter .footerNav li:before {
  content: "/";
  font-size: 14px;
  color: #b6c8ce;
  padding-right: 5px;
  font-weight: normal;
}
.gFooter .footerNav li:first-child:before {
  content: "";
}
.gFooter .copyright {
  margin-left: 40px;
  font-size: 12px;
  color: #f7f7f7;
}

/* チェックボックス ----------------------------------*/
input[type="checkbox"] {
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/check.png) no-repeat center top;
  background-size: contain;
  margin-right: 10px;
  float: left;
}
input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0px;
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/checked.png) no-repeat center top;
  background-size: 21px 21px;
}

/* ラジオボタン ----------------------------------*/
input[type="radio"] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
}

.crobd {
  background: url(../images/btn_radio.png) no-repeat left top;
  height: 21px;
  line-height: 21px;
  display: inline-block;
  padding: 0 0 0 26px;
  cursor: pointer;
  overflow: hidden;
}

.c_on {
  background-position: left bottom;
}

/* .container ----------------------------------*/
.container {
  width: 960px;
  margin: 30px auto;
  padding: 0 12px;
  box-sizing: border-box;
}

@media screen and (max-width: 980px) {
  .container {
    max-width: 980px;
    width: 100%;
    margin-top: 0;
  }
}
.container .innerhead {
  margin: 40px 0;
}
.container .innerhead .left {
  float: left;
}
.container .innerhead .left h2 {
  font-size: 36px;
}
.container .innerhead .right {
  float: right;
}
.container .innerhead .right #logout-button {
  border-radius: 10px;
  padding: 6px 0px;
  width: 200px;
  height: 50px;
  background-color: #8a8379;
  border-style: none;
  border-bottom: 3px solid #534f49;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
}

/*---------------------- レイアウト調整  */
.left {
  float: left;
}

.right {
  float: right;
}

.bottom0 {
  margin-bottom: 0px !important;
}

.bottom10 {
  margin-bottom: 10px;
}

.bottom20 {
  margin-bottom: 20px;
}

.bottom30 {
  margin-bottom: 30px;
}

.bottom40 {
  margin-bottom: 40px;
}

.overflow {
  overflow: hidden;
}

.lineBottom {
  border-bottom: 2px solid #f2f1f0;
}

.sectioning {
  padding: 30px;
}

.blocking {
  width: 310px;
  float: left;
}

/*---------------------- ボタン種類  */
.btnOn a {
  border-radius: 10px;
  width: 190px;
  height: 42px;
  line-height: 42px;
  vertical-align: middle;
  text-align: center;
  background-color: #b5b4b3;
  border-style: none;
  border-top: 3px solid #888786;
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.btnOn a .number {
  color: #b5b4b3;
  padding: 3px 5px;
  background: #fff;
  border-radius: 15px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: 2px;
}

.btnDef a {
  border-radius: 10px;
  height: 42px;
  line-height: 42px;
  vertical-align: middle;
  text-align: center;
  background-color: #ebe9e8;
  border-style: none;
  border-bottom: 3px solid #dfdddc;
  display: block;
  cursor: pointer;
  color: #0babdf;
  font-size: 18px;
  text-decoration: none;
}
.btnDef a .number {
  color: #fff;
  padding: 3px 5px;
  background: #0babdf;
  border-radius: 15px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: 2px;
}

.btnBlue a {
  border-radius: 10px;
  height: 42px;
  line-height: 42px;
  vertical-align: middle;
  text-align: center;
  background-color: #0babdf;
  border-style: none;
  border-bottom: 3px solid #0880a7;
  display: block;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.btnBlue a .number {
  color: #0babdf;
  padding: 5px 10px;
  background: #fff;
  border-radius: 15px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: 2px;
}
.btnBlue input {
  border-radius: 10px;
  width: 320px;
  height: 62px;
  line-height: 62px;
  vertical-align: middle;
  text-align: center;
  background-color: #0babdf;
  border-style: none;
  border-bottom: 3px solid #0880a7;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

.btnBlueOn a {
  border-radius: 10px;
  height: 42px;
  line-height: 42px;
  vertical-align: middle;
  text-align: center;
  background-color: #02789e;
  border-style: none;
  border-top: 3px solid #015a76;
  font-size: 18px;
  display: block;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.btnBlueOn a .number {
  color: #02789e;
  padding: 3px 10px;
  background: #fff;
  border-radius: 15px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: 2px;
}
.btnBlueOn input {
  border-radius: 10px;
  width: 320px;
  height: 62px;
  line-height: 62px;
  vertical-align: middle;
  text-align: center;
  background-color: #0babdf;
  border-style: none;
  border-bottom: 3px solid #0880a7;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

.btnMsg {
  width: 200px;
  margin-right: 10px;
}
.btnMsg a {
  font-size: 18px;
}
.btnMsg span {
  background: url(../images/icon-mail3.png) no-repeat left center;
  padding-left: 30px;
  display: inline-block;
}

.btnMsg2 {
  width: 200px;
  margin-right: 10px;
}
.btnMsg2 a {
  font-size: 18px;
}
.btnMsg2 span {
  background: url(../images/icon-mail3b.png) no-repeat left center;
  padding-left: 30px;
  display: inline-block;
}

.btnOffer {
  width: 200px;
}
.btnOffer a {
  font-size: 18px;
}
.btnOffer span {
  background: url(../images/icon-estimate.png) no-repeat left center;
  display: inline-block;
  padding-left: 25px;
}

.btnOrange.btnOffer {
  width: 200px;
}
.btnOrange.btnOffer a {
  font-size: 18px;
}
.btnOrange.btnOffer span {
  background: url(../images/icon-apply.png) no-repeat left center;
  display: inline-block;
  padding-left: 30px;
}

.push-new {
  position: relative;
}
.push-new .newTag {
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  padding: 0;
  color: #fff;
  background: #ff3300;
  border-style: none;
  border-bottom: 2px solid #c6cdce;
  border-radius: 10px;
  display: block;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  width: 70px;
  position: absolute;
  top: -16px;
  left: -6px;
}

.btnOrange a {
  border-radius: 10px;
  height: 42px;
  line-height: 42px;
  vertical-align: middle;
  text-align: center;
  background-color: #ffa200;
  border-style: none;
  border-bottom: 3px solid #bf7900;
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.btnOrange a .number {
  color: #0babdf;
  padding: 3px 5px;
  background: #fff;
  border-radius: 15px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: bold;
}
.btnOrange input {
  border-radius: 10px;
  width: 360px;
  height: 62px;
  line-height: 62px;
  vertical-align: middle;
  text-indent: 20px;
  text-align: center;
  background-color: #ffa200;
  background-image: url(../images/icon-check3.png);
  background-repeat: no-repeat;
  background-position: 46px center;
  border-style: none;
  border-bottom: 3px solid #bf7900;
  display: block;
  cursor: pointer;
  margin: 20px auto 0;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

/*---------------------- 項目タイトル + 項目テキストのパターン  */
.pairA dt {
  font-size: 12px;
  color: #81969d;
}
.pairA dd {
  font-size: 24px;
  color: #004b64;
  margin-bottom: 20px;
}
.pairA dd a {
  color: #0babdf;
  text-decoration: none;
}

.pairB dt {
  font-size: 12px;
  color: #81969d;
}
.pairB dd {
  font-size: 18px;
  color: #004b64;
  margin-bottom: 20px;
}

.pairC > dt {
  font-size: 18px;
}
.pairC > dd {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 7px;
}
.pairC > dd .in dt {
  float: left;
}
.pairC > dd .in dd {
  margin-left: 3em;
}

/* ログインフォーム ----------------------------------*/
.loginform {
  background-color: #ffffff;
  width: 440px;
  height: 450px;
  margin: 266px auto;
  padding: 20px;
  border-radius: 10px;
}
.loginform .center {
  text-align: center;
}
.loginform .logo {
  margin: 10px auto 0px;
  font-size: 18px;
}
.loginform .check {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}
.loginform .check span {
  position: relative;
  bottom: 0px;
  left: 10px;
}
.loginform input[type="email"],
.loginform input[type="password"] {
  border-radius: 10px;
  width: 300px;
  height: 60px;
  background-color: #ecf4f6;
  padding-bottom: 10px;
  border-style: none;
  border-top: 3px #e0e8e9 solid;
  color: #004b64;
  margin: 0px auto 10px auto;
  display: block;
  font-size: 30px;
  padding: 0 30px;
}
.loginform input[type="email"] {
  margin-top: 35px;
}
.loginform input::-webkit-input-placeholder {
  color: #bbbbbb;
  position: relative;
  font-size: 30px;
  top: -5px;
}
.loginform input:-moz-placeholder {
  color: #bbbbbb;
  font-size: 30px;
  position: relative;
  top: 10px;
  left: 20px;
}
.loginform #submit-button {
  border-radius: 10px;
  padding: 6px 0px 10px;
  width: 360px;
  height: 60px;
  background-color: #0babdf;
  border-style: none;
  border-bottom: 3px solid #0880a7;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
}
.loginform input[type="checkbox"] {
  margin-top: 0px;
}

/*  質問回答画面 ----------------------------------*/
.stepSign {
  width: 80px;
  padding: 5px 0;
  height: 70px;
  border-radius: 40px;
  background: #004b64;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 50%;
  text-align: center;
  margin-left: -40px;
}
.stepSign .confirm {
  font-size: 24px;
  line-height: 1em;
  margin-top: 8px;
  margin-bottom: 3px;
}
.stepSign .stepBar {
  width: 58px;
  height: 8px;
  background: #1f5f74;
  border-radius: 4px;
  margin: 0 auto 2px;
}
.stepSign .stepBar .stepBarIn {
  display: block;
  height: 6px;
  background: #0babdf;
  border-radius: 4px;
  border: 1px solid #1f5f74;
}
.stepSign .stepBar .stepBarIn.full {
  width: 100%;
}
.stepSign .stepBar .stepBarIn.step1wide {
  width: 8.3%;
}
.stepSign .stepBar .stepBarIn.step2wide {
  width: 16.6%;
}
.stepSign .stepBar .stepBarIn.step3wide {
  width: 24.9%;
}
.stepSign .stepBar .stepBarIn.step4wide {
  width: 33.2%;
}
.stepSign .stepBar .stepBarIn.step5wide {
  width: 41.5%;
}
.stepSign .stepBar .stepBarIn.step6wide {
  width: 49.8%;
}
.stepSign .stepBar .stepBarIn.step7wide {
  width: 58.1%;
}
.stepSign .stepBar .stepBarIn.step8wide {
  width: 66.4%;
}
.stepSign .stepBar .stepBarIn.step9wide {
  width: 74.7%;
}
.stepSign .stepBar .stepBarIn.step10wide {
  width: 83%;
}
.stepSign .stepBar .stepBarIn.step11wide {
  width: 92%;
}
.stepSign .steps {
  color: #a1b1b6;
  font-size: 10px;
}

.questionSteps .btnWrap .btnDef a {
  width: 190px;
}
.questionSteps .btnWrap .btnDef a span {
  background: url(../images/arrow-prev2-on.png) no-repeat left center;
  padding-left: 20px;
}
.questionSteps .btnWrap .btnBlue input {
  width: 200px;
  height: 63px;
  padding: 0px;
  background: #0babdf url(../images/btn-next.png) no-repeat 145px center;
  text-indent: -30px;
}
.questionSteps .query {
  background: #fff;
  padding: 40px;
  padding-top: 80px;
  position: relative;
  margin-bottom: 20px;
}
.questionSteps .query .inner {
  display: table;
}
.questionSteps .query .inner .image,
.questionSteps .query .inner .queryForm {
  display: table-cell;
}
.questionSteps .query .inner .queryForm {
  vertical-align: top;
  width: 400px;
  padding: 15px 0 0 40px;
}
.questionSteps .query .inner .queryForm label {
  line-height: 24px;
  height: 24px;
  font-size: 17px;
  vertical-align: middle;
}
.questionSteps .query .inner .queryForm input[type="checkbox"] {
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/check2.png);
  background-size: contain;
  margin: 0;
  margin-right: 5px;
}
.questionSteps .query .inner .queryForm input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/checked2.png);
  background-size: 24px 24px;
}
.questionSteps .query .inner .queryForm input[type="radio"] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
}
.questionSteps .query .inner .queryForm .crobd {
  background: url(../images/radiobtn2.png) no-repeat left top;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  padding: 0 0 0 29px;
  cursor: pointer;
  overflow: hidden;
}
.questionSteps .query .inner .queryForm .c_on {
  background-position: left bottom;
}
.questionSteps .query .inner .queryForm .assetWrap .rankingAsset {
  width: 240px;
  height: 40px;
  line-height: 1em;
  font-size: 24px;
  border-radius: 5px;
  margin-top: 10px;
  position: relative;
  float: left;
  color: #ffffff;
}
.questionSteps .query .inner .queryForm .assetWrap .rankingAsset label {
  font-size: 14px;
  color: #81969d;
  font-weight: bold;
  margin-right: 10px;
}
.questionSteps .query .inner .queryForm .assetWrap .rankingAsset input {
  box-sizing: border-box;
  width: 180px;
  height: 40px;
  padding: 10px;
  border: 2px solid #f5f5f5;
  border-radius: 5px;
  font-size: 18px;
}
.questionSteps .query .inner .queryForm .assetWrap .formSwitch {
  float: right;
  margin-top: 10px;
}
.questionSteps .query .inner .queryForm .assetWrap .formSwitch a {
  height: 37px;
  line-height: 37px;
  font-size: 18px;
  width: 144px;
}
.questionSteps .query .inner .queryForm .assetWrap .formSwitch a span {
  background: url(../images/switching2.png) no-repeat;
  padding-left: 30px;
}
.questionSteps .query .inner .queryForm .assetWrap .first.formSwitch {
  margin-top: 31px;
}
.questionSteps .query .inner .queryForm .address01 {
  padding: 0;
  margin: 0;
}
.questionSteps .query .inner .queryForm .address01 .input01 {
  width: 67px;
}
.questionSteps .query .inner .queryForm .address01 .input02 {
  width: 87px;
}
.questionSteps .query .inner .queryForm .address01 .hyphen {
  font-size: 30px;
  display: inline-block;
  line-height: 63px;
  vertical-align: middle;
  margin: 0 10px;
}
.questionSteps .query .inner .queryForm .loginInput {
  width: 100%;
  padding: 0;
  margin: 0;
}
.questionSteps .query .inner .queryForm .loginInput th {
  width: 100px;
  padding-right: 5px;
  color: #81969d;
  vertical-align: top;
  text-align: right;
}
.questionSteps .query .inner .queryForm .loginInput th label {
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  vertical-align: middle;
}
.questionSteps .query .inner .queryForm .loginInput th input {
  margin-right: 0;
}
.questionSteps .query .inner .queryForm .loginInput td {
  width: 295px;
  padding-bottom: 5px;
}
.questionSteps .query .inner .queryForm .loginInput td input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
}
.questionSteps .query .inner .queryForm .loginInput td input.error {
  border: 2px solid #ff4f4f;
}
.questionSteps .query .inner .queryForm .loginInput td .errorMsg {
  display: block;
  color: #ff4f4f;
  font-size: 14px;
  font-weight: bold;
}
.questionSteps .query .inner .queryForm .loginInput td label {
  color: #0babdf;
}
.questionSteps .query .inner .queryForm .loginInput .pb10 {
  padding-bottom: 10px;
}
.questionSteps .query .inner .queryForm .loginInput .pb30 {
  padding-bottom: 30px;
}
.questionSteps .query .inner .queryForm .popupWrap {
  position: relative;
}
.questionSteps .query .inner .queryForm .popupWrap .popup {
  left: -450px;
  top: 30px;
}
.questionSteps .query .inner .queryForm .popupWrap .popup .inner {
  color: #fff;
}
.questionSteps .query .inner .queryForm .popupWrap .popup .inner:before {
  left: 475px;
}
.questionSteps .query .inner .queryForm .popupWrap .popup .inner label {
  color: #fff;
}
.questionSteps .query .inner .queryForm .popupWrap .popup .inner .form-item {
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
}
.questionSteps .query .inner .queryForm .popupWrap .popup .inner .btnBlue {
  margin-top: 29px;
}
.questionSteps
  .query
  .inner
  .queryForm
  .popupWrap
  .popup
  .inner
  .btnBlue
  input {
  width: 234px;
}
.questionSteps .query .inner .queryTitle {
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.4em;
  font-size: 24px;
  letter-spacing: -1px;
}
.questionSteps .query .inner .popuplink {
  margin-bottom: 30px;
  color: #81969d;
  font-size: 14px;
}
.questionSteps .query .inner .popuplink a {
  color: #0babdf;
  text-decoration: none;
}
.questionSteps .query .inner .query-select {
  list-style: none;
}
.questionSteps .query .inner .query-select li {
  list-style: none;
  color: #0babdf;
  line-height: 1em;
  margin-bottom: 5px;
}
.questionSteps .query .inner .query-select li:last-child {
  margin-bottom: 0;
}
.questionSteps .query .inner .query-select.floatL {
  float: left;
  width: 200px;
}

/*  回答内容確認画面 ----------------------------------*/
.yourAnswer {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  position: relative;
}
.yourAnswer .answerHead {
  text-align: center;
  border-bottom: 2px solid #004b64;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.yourAnswer .answerHead .answerTitle {
  font-size: 30px;
  margin-top: 40px;
  letter-spacing: 2px;
}
.yourAnswer .answerHead .answerLead {
  font-size: 24px;
}
.yourAnswer .q-sec {
  border-bottom: 2px solid #f2f1f0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.yourAnswer .q-sec .question {
  width: 56px;
  height: 56px;
  line-height: 56px;
  vertical-align: middle;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #004b64;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  float: left;
  margin-left: 30px;
}
.yourAnswer .q-sec .q-a {
  margin-left: 110px;
}
.yourAnswer .q-sec .q-a.short {
  margin-left: 20px;
}
.yourAnswer .q-sec .q-a .edit {
  background: url(../images/icon-pencil2.png) no-repeat left center;
  padding-left: 22px;
  color: #0babdf;
  text-decoration: none;
}

.privacyPolicy {
  margin-top: 30px;
}
.privacyPolicy h3 {
  color: #81969d;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
}
.privacyPolicy .textbox {
  padding: 30px;
  overflow-y: scroll;
  border: 1px solid #b6c8ce;
  border-radius: 3px;
  height: 115px;
  color: #81969d;
  font-size: 16px;
  margin-bottom: 20px;
}
.privacyPolicy .btnWrap {
  position: relative;
  margin-top: 30px;
}
.privacyPolicy .btnWrap .prev {
  position: absolute;
  left: 0;
  top: 0;
}
.privacyPolicy .btnWrap .prev a {
  width: 200px;
}
.privacyPolicy .btnWrap .prev a span {
  background: url(../images/arrow-prev2-on.png) no-repeat left center;
  padding-left: 20px;
}
.privacyPolicy .btnWrap .send input {
  width: 320px;
  height: 64px;
  padding: 0px;
  background: #0babdf url(../images/btn-querysend2.png) no-repeat 18px center;
  text-indent: 35px;
}
.privacyPolicy .check {
  text-align: center;
  font-size: 18px;
}

/*  工務店検索結果 ----------------------------------*/
.moduleA {
  background: #fff;
  border-radius: 5px;
}
.moduleA .names {
  padding: 30px;
  border-bottom: 2px solid #f2f1f0;
  overflow: hidden;
}
.moduleA .names .name {
  float: left;
}
.moduleA .names .sendMessage {
  padding-top: 5px;
  float: right;
}
.moduleA .names .sendMessage .btnDef {
  margin-right: 10px;
}
.moduleA .names .title {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: normal;
  text-decoration: none;
}
.moduleA .names .title a {
  color: #0babdf;
  text-decoration: none;
}
.moduleA .names .title span {
  font-size: 24px;
  margin-left: 10px;
}
.moduleA .names .place {
  color: #81969d;
  font-size: 14px;
}
.moduleA .names .place .hitNum {
  background: url(../images/hit-number2.png) no-repeat;
  padding: 2px 0 5px 25px;
  margin-left: 10px;
  color: #0babdf;
}
.moduleA .resultsContent {
  padding: 20px 30px 30px;
  overflow: hidden;
}
.moduleA .resultsContent .rankingTxt {
  color: #004b64;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.moduleA .resultsContent .strengthList {
  margin-left: -2px;
  margin-bottom: 20px;
  overflow: hidden;
  list-style: none;
}
.moduleA .resultsContent .strengthList li {
  list-style: none;
  width: 128px;
  height: 36px;
  line-height: 36px;
  padding-left: 38px;
  border: 2px solid #004b64;
  border-radius: 5px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #004b64;
  float: left;
  margin-left: 2px;
}
.moduleA .resultsContent .strengthList li span {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  text-align: center;
  vertical-align: middle;
  background: #004b64;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -12px;
}
.moduleA .resultsContent .thumbnail {
  float: left;
  margin-right: 20px;
}
.moduleA .resultsContent .text {
  color: #004b64;
  font-size: 18px;
}
.moduleA .resultsContent .text .continue {
  color: #0babdf;
  text-decoration: none;
}

.searchResults .messaging {
  border-top: 2px solid #b6c8ce;
  border-bottom: 2px solid #b6c8ce;
  padding: 30px 40px;
  display: none;
}
.searchResults .messaging:first-child {
  border-top: none;
}
.searchResults .messaging .text,
.searchResults .messaging .image {
  display: table-cell;
  vertical-align: middle;
}
.searchResults .messaging .text {
  width: 440px;
}
.searchResults .messaging .text .txtBig {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.searchResults .messaging .text .lead01 {
  font-size: 24px;
  margin-bottom: 30px;
}
.searchResults .messaging .text .lead02 {
  font-size: 18px;
}
.searchResults .complete {
  display: table;
}
.searchResults .searchLeadTxt {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: normal;
}
.searchResults .searchLeadTxt span {
  color: #0babdf;
}
.searchResults .unreadMsg {
  background: #ebe9e8;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 18px;
}
.searchResults .results {
  margin-bottom: 30px;
}
.searchResults .results .moduleA {
  margin-bottom: 20px;
}
.searchResults .toResultTop {
  width: 280px;
  margin: 0 auto;
}
.searchResults .toResultTop a span {
  background: url(../images/icon-totop.png) no-repeat left center;
  padding-left: 30px;
  display: inline-block;
}

.modalBg {
  position: fixed;
  z-index: 100;
  top: 0;
  background: url(../images/bg-modal.png);
  width: 100%;
  height: 100%;
}

.modalBg2 {
  display: none;
}

.modal {
  width: 932px;
  padding: 34px;
  background: #fff;
  margin: 0 auto;
}
.modal .inner {
  position: relative;
  width: 100%;
  height: 462px;
}
.modal .inner .image {
  position: absolute;
  top: 0;
  left: 0;
}
.modal .inner .txt {
  text-align: center;
  font-size: 24px;
  color: #004b64;
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.modal .inner .bar {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -220px;
  width: 440px;
  height: 10px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.modal .inner .bar .barIn {
  display: block;
  height: 8px;
  background: #0babdf;
  border-radius: 10px;
  border: 1px solid #fff;
  width: 0px;
}
.modal .searchingTxt {
  font-size: 24px;
  text-align: center;
  margin: 20px auto;
}
.modal .progress {
  display: block;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  text-indent: -9999px;
}
.modal .progress li {
  font-size: 18px;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #004b64;
  border-radius: 20px;
  margin: 0 10px;
}

.modal2 {
  width: 920px;
  padding: 40px;
  background: #fff;
  margin: 10% auto;
  color: #004b64;
  position: relative;
}
.modal2 .close {
  position: absolute;
  background: #0babdf url(../images/icon-close.png) no-repeat 8px center;
  line-height: 1em;
  color: #fff;
  padding: 5px 10px 5px 25px;
  border-radius: 20px;
  font-size: 14px;
  display: block;
  top: -4px;
  right: -4px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.07843) 0px 2px 1px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07843) 0px 2px 1px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.07843) 0px 2px 1px 0px;
}
.modal2 .leadtxt01 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.modal2 .leadtxt02 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.modal2 .leadtxt03 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.modal2 .companyName {
  text-align: center;
  margin-bottom: 30px;
}
.modal2 .companyName span {
  font-size: 30px;
  color: #fff;
  background: #004b64;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 15px;
}
.modal2 .sec {
  width: 520px;
  padding: 30px 200px;
  margin-bottom: 0;
  border-top: 2px solid #f2f1f0;
}
.modal2 .sec .form-item textarea {
  width: 100%;
  height: 250px;
  box-sizing: border-box;
}
.modal2 .sec .form-item .year select {
  width: 200px;
  height: 60px;
  box-sizing: border-box;
}
.modal2 .sec .form-item .month select,
.modal2 .sec .form-item .day select {
  width: 150px;
  height: 60px;
  box-sizing: border-box;
}
.modal2 .sec .form-item .checkboxArea {
  width: 100%;
}
.modal2 .sec .form-item .checkboxArea td {
  width: 50%;
  color: #004b64;
}
.modal2 .sec .form-item .checkboxArea td label {
  font-size: 18px;
}
.modal2 .sec .opinion {
  margin-bottom: 0;
}
.modal2 .sec02 {
  border-bottom: 2px solid #f2f1f0;
}

.badgetStandard .leadtxt01 {
  color: #ffa200;
  margin-bottom: 20px;
}
.badgetStandard .small {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.badgetStandard table {
  width: 100%;
}
.badgetStandard table th,
.badgetStandard table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}
.badgetStandard table th {
  background: #f0f0f0;
}

/* 工務店詳細画面 ----------------------------------*/
.searchDetail .mypageTitle {
  font-size: 24px;
  margin-bottom: 30px;
}
.searchDetail .moduleA .strengthList {
  margin-bottom: 0px;
}
.searchDetail .btnOrange a {
  font-size: 30px;
  width: 360px;
  margin: 30px auto 10px;
  height: 64px;
  line-height: 64px;
}
.searchDetail .btnOrange a span {
  background: url(../images/icon-plus3.png) no-repeat left center;
  padding-left: 42px;
}
.searchDetail .deleteTxt {
  text-align: center;
}
.searchDetail .deleteTxt a {
  color: #0babdf;
  font-size: 18px;
  text-decoration: none;
}

.deleteModalBg {
  position: fixed;
  z-index: 100;
  top: 0;
  background: url(../images/bg-modal.png);
  width: 100%;
  height: 100%;
  display: none;
}

.deleteModal {
  text-align: center;
  padding: 40px 30px;
  width: 640px;
  background: #fff;
  border-radius: 5px;
  margin: 100px auto;
  font-size: 24px;
}
.deleteModal .txt1 {
  margin-bottom: 20px;
}
.deleteModal .txt2 {
  color: #81969d;
  font-size: 14px;
  font-weight: bold;
}
.deleteModal .btns {
  margin: 30px auto 0;
  width: 440px;
  overflow: hidden;
}
.deleteModal .btns .delete {
  float: left;
}
.deleteModal .btns .delete a {
  display: block;
  width: 200px;
  color: #fff;
  background: #ff4f4f;
  border-radius: 5px;
  text-decoration: none;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  font-size: 18px;
}
.deleteModal .btns .btnDef {
  float: right;
}
.deleteModal .btns .btnDef a {
  font-size: 18px;
  width: 200px;
}

.divider {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #b6c8ce;
}

.divider30 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #b6c8ce;
}

.btnList {
  margin-left: -2px;
}
.btnList li {
  margin-left: 2px;
}
.btnList li a {
  width: 190px;
}

.msgList a {
  width: 190px;
}

.articleWrapper {
  background: #fff;
  border-radius: 5px;
  width: 560px;
  padding: 30px;
  float: left;
}
.articleWrapper .article {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f2f1f0;
}
.articleWrapper .article:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.articleWrapper .article .category {
  color: #81969d;
  font-size: 14px;
}
.articleWrapper .article .articleTitle {
  color: #004b64;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: normal;
}
.articleWrapper .article .textWrap {
  overflow: hidden;
  line-height: 1.8em;
}
.articleWrapper .article .textWrap .imgL {
  float: left;
  margin: 0 20px 20px 0;
}

.sideWrap {
  width: 260px;
  float: right;
}
.sideWrap .evaluation {
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sideWrap .evaluation h5 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.sideWrap .evaluation .star {
  margin: 0px 20px 20px;
  padding: 20px 0;
  width: 220px;
}
.sideWrap .evaluation .star .stars li {
  display: inline-block;
  margin: 0 3px;
}
.sideWrap .evaluation .goodpoint {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  border: 2px solid #004b64;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 22px;
}
.sideWrap .btnDef {
  margin: 0 auto;
}
.sideWrap .btnDef a {
  width: 200px;
}
.sideWrap .works {
  padding: 20px;
  background: #fff;
}
.sideWrap .works h5 {
  font-size: 18px;
  font-weight: normal;
  color: #0babdf;
  margin-bottom: 20px;
}
.sideWrap .works .worksList {
  font-size: 14px;
}
.sideWrap .works .worksList li {
  overflow: hidden;
  margin-bottom: 20px;
}
.sideWrap .works .worksList .left {
  color: #0babdf;
}
.sideWrap .works .worksList .right {
  color: #81969d;
}
.sideWrap .btnDef {
  text-align: center;
}
.sideWrap .btnDef a {
  display: inline-block;
}

.accordion,
.accordionB {
  float: right;
  margin-top: -15px;
  padding-right: 15px;
  background: url(../images/triangle2.png) no-repeat right center;
}
.accordion.on,
.accordionB.on {
  background: url(../images/triangle3.png) no-repeat right center;
}
.accordion a,
.accordionB a {
  color: #0babdf;
  font-size: 14px;
  text-decoration: none;
}
.accordion a:hover,
.accordionB a:hover {
  text-decoration: underline;
}

.bottomClosing {
  width: 410px;
  margin: 10px auto;
  overflow: hidden;
}

.detailBottomNav {
  position: relative;
  overflow: hidden;
}
.detailBottomNav .backToList {
  position: absolute;
  top: 0;
  left: 0;
}
.detailBottomNav .goToTop {
  text-align: center;
}
.detailBottomNav .goToTop a {
  display: inline-block;
  width: 280px;
}
.detailBottomNav .goToTop a span {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/icon-totop.png) no-repeat left center;
}

.backToList {
  margin-bottom: 20px;
}
.backToList a {
  width: 200px;
}
.backToList a span {
  background: url(../images/arrow-prev2-on.png) no-repeat left center;
  padding-left: 20px;
}

.outline {
  background: #fff;
  border-radius: 5px;
}
.outline .outlineHead .companyTitle a {
  color: #004b64;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: normal;
  text-decoration: none;
}
.outline .outlineHead .place {
  color: #81969d;
  font-size: 14px;
}

/* 施工事例一覧画面 ----------------------------------*/
.outline.reformBox {
  margin-bottom: 20px;
}
.outline.reformBox:last-child {
  margin-bottom: 0;
}
.outline.reformBox .outlineHead {
  padding-bottom: 20px;
}
.outline.reformBox .outlineHead .post-month {
  color: #b6c8ce;
  font-size: 14px;
}
.outline.reformBox .sectioning .lineBottom {
  margin-bottom: 20px;
}

.reformPoint h3 {
  color: #81969d;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 20px;
}
.reformPoint p {
  margin-bottom: 20px;
  font-size: 18px;
}
.reformPoint img.right {
  margin: 0 0 20px 20px;
}

.imgList {
  width: 290px;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
}
.imgList ul {
  overflow: hidden;
}
.imgList ul li {
  float: left;
}

.pointMemo {
  width: 550px;
  float: right;
  font-size: 18px;
  margin-bottom: 20px;
}
.pointMemo h3 {
  color: #004b64;
  line-height: 1em;
  margin-bottom: 20px;
}

.bg-grey {
  background: #f2f1f0;
  border-radius: 5px;
  padding: 20px;
}
.bg-grey .blockingA {
  float: left;
  margin-right: 60px;
}
.bg-grey .blockingB {
  float: left;
  margin-right: 35px;
}
.bg-grey .blockingB .pairA dd {
  font-size: 18px;
  margin-bottom: 0;
}

/* クチコミ一覧画面 ----------------------------------*/
.valuePost {
  margin-bottom: 20px;
}
.valuePost .outlineHead {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.valuePost .outlineHead .thumbnail {
  margin-right: 20px;
  float: left;
}
.valuePost .outlineHead .valueHead {
  width: 500px;
  float: left;
  color: #004b64;
  position: relative;
}
.valuePost .outlineHead .valueHead .valueHeadTitle {
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 10px;
}
.valuePost .outlineHead .valueHead .valueHeadTitle span {
  font-size: 14px;
  padding: 5px;
  border: 2px solid #004b64;
  border-radius: 5px;
  margin-left: 10px;
  font-weight: normal;
  vertical-align: 5px;
}
.valuePost .outlineHead .valueHead .valueInfo {
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 10px;
}
.valuePost .outlineHead .valueHead .detailLink {
  color: #0babdf;
  text-decoration: none;
}
.valuePost .outlineHead .valueStar dt {
  color: #81969d;
  font-size: 16px;
  margin-bottom: 10px;
}
.valuePost .outlineHead .valueStar dd .stars li {
  display: inline-block;
  margin-right: 4px;
}
.valuePost .post-content {
  overflow: hidden;
}
.valuePost .post-content .textArea {
  float: left;
  width: 415px;
}
.valuePost .post-content .textArea h3 {
  color: #81969d;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 10px;
}
.valuePost .post-content .textArea p {
  margin-bottom: 20px;
}
.valuePost .post-content .textArea p:last-child {
  margin-bottom: 0;
}
.valuePost .post-content .starArea {
  float: right;
  width: 395px;
  padding: 20px 0px 0px 20px;
  border-radius: 5px;
  background: #f2f1f0;
}
.valuePost .post-content .starArea .pairA {
  float: left;
  margin-right: 70px;
  width: 120px;
}
.valuePost .post-content .starArea .pairA dt,
.valuePost .post-content .starArea .pairA dd {
  line-height: 1.2em;
  width: 120px;
}
.valuePost .post-content .starArea .pairA .stars {
  list-style: none;
}
.valuePost .post-content .starArea .pairA .stars li {
  list-style: none;
  display: inline-block;
  margin-right: 2px;
}

.popup {
  display: none;
  position: absolute;
  top: 95px;
  left: -100px;
}
.popup .pairD {
  float: left;
  margin-right: 30px;
  color: #fff;
}
.popup .pairD dt {
  font-size: 14px;
}
.popup .pairD dd {
  font-size: 18px;
}
.popup .inner {
  position: relative;
  background: #b6c8ce;
  padding: 20px;
  width: 820px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.07843) 1px 3px 1px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07843) 1px 3px 1px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.07843) 1px 3px 1px 0px;
}
.popup .inner:before {
  height: 10px;
  width: 20px;
  display: block;
  content: "";
  background: url(../images/arrow-popup.png) no-repeat;
  position: absolute;
  top: -10px;
  left: 370px;
}
.popup .inner .close {
  position: absolute;
  background: #0babdf url(../images/icon-close.png) no-repeat 8px center;
  line-height: 1em;
  color: #fff;
  padding: 5px 10px 5px 25px;
  border-radius: 20px;
  font-size: 14px;
  display: block;
  top: -4px;
  right: -4px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.07843) 0px 2px 1px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07843) 0px 2px 1px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.07843) 0px 2px 1px 0px;
}

.pager {
  overflow: hidden;
  margin-top: 30px;
}
.pager .pagerNav {
  border-radius: 10px;
  height: 42px;
  width: 105px;
  line-height: 42px;
  vertical-align: middle;
  text-align: center;
  background-color: #ebe9e8;
  border-style: none;
  border-bottom: 3px solid #dfdddc;
  display: block;
  color: #d9d8d7;
  font-size: 18px;
  text-decoration: none;
}
.pager .pagerNav a {
  border-radius: 10px;
  height: 42px;
  width: 105px;
  line-height: 42px;
  border-style: none;
  border-bottom: 3px solid #dfdddc;
  display: block;
  color: #0babdf;
  text-decoration: none;
}
.pager .toFirst {
  float: left;
}
.pager .toFirst span {
  padding-left: 20px;
  background: url(../images/arrow-prev3-off.png) no-repeat left center;
}
.pager .toFirst a span {
  background: url(../images/arrow-prev3-on.png) no-repeat left center;
}
.pager .toLast {
  float: right;
}
.pager .toLast span {
  padding-right: 20px;
  background: url(../images/arrow-next3-off.png) no-repeat right center;
}
.pager .toLast a span {
  background: url(../images/arrow-next3-on.png) no-repeat right center;
}
.pager .pagerList {
  text-align: center;
}
.pager .pagerList li {
  display: inline-block;
  margin: 0 1px;
}
.pager .pagerList li a {
  border-radius: 10px;
  height: 42px;
  width: 45px;
  line-height: 42px;
  vertical-align: middle;
  text-align: center;
  background-color: #ebe9e8;
  border-style: none;
  border-bottom: 3px solid #dfdddc;
  display: block;
  color: #0babdf;
  font-size: 18px;
  text-decoration: none;
}
.pager .pagerList .current {
  border-radius: 10px;
  width: 45px;
  height: 42px;
  line-height: 42px;
  vertical-align: middle;
  text-align: center;
  background-color: #b5b4b3;
  border-style: none;
  border-top: 3px solid #888786;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.pager .pagerList .paging {
  border-radius: 10px;
  height: 42px;
  width: 85px;
  line-height: 42px;
  vertical-align: middle;
  text-align: center;
  background-color: #ebe9e8;
  border-style: none;
  border-bottom: 3px solid #dfdddc;
  color: #d9d8d7;
  font-size: 18px;
  text-decoration: none;
}
.pager .pagerList .paging a {
  border-radius: 10px;
  height: 42px;
  width: 85px;
  line-height: 42px;
  border-style: none;
  border-bottom: 3px solid #dfdddc;
  display: block;
  color: #0babdf;
  text-decoration: none;
}
.pager .pagerList .pagerPrev span {
  padding-left: 20px;
  background: url(../images/arrow-prev2-off.png) no-repeat left center;
}
.pager .pagerList .pagerPrev a span {
  background: url(../images/arrow-prev2-on.png) no-repeat left center;
}
.pager .pagerList .pagerNext span {
  padding-right: 20px;
  background: url(../images/arrow-next2-off.png) no-repeat right center;
}
.pager .pagerList .pagerNext a span {
  background: url(../images/arrow-next2-on.png) no-repeat right center;
}

/* メッセージ一覧画面 ----------------------------------*/
.messageWrap {
  margin-top: 20px;
  overflow: hidden;
  border-top: 2px solid #b6c8ce;
  border-bottom: 2px solid #b6c8ce;
}
.messageWrap .msgHeadCol {
  float: left;
  width: 240px;
  height: 575px;
  overflow-y: scroll;
  background: #ebe9e8;
}
.messageWrap .active {
  background: #b5b4b3;
}
.messageWrap .active .time {
  color: #fff;
}
.messageWrap .active .msgTitle a {
  color: #fff;
}
.messageWrap .active .sender {
  color: #fff;
}
.messageWrap .msgBodyCol {
  float: left;
  width: 600px;
  height: 495px;
  padding: 40px;
  overflow-y: scroll;
  background: #fff;
}
.messageWrap .msgBodyCol .attatchment {
  background: #f2f1f0;
  border-radius: 5px;
  margin-top: 20px;
}
.messageWrap .msgBodyCol .attatchment a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #004b64;
}
.messageWrap .msgBodyCol .attatchment .file {
  background: url(../images/icon-clip4.png) no-repeat 10px center;
  padding-left: 34px;
  font-size: 14px;
}
.messageWrap .msgBodyCol .attatchment .size {
  font-size: 12px;
  color: #81969d;
  margin-left: 5px;
}

.msgHead {
  padding: 20px;
  padding-right: 10px;
  background: #ebe9e8;
  border-bottom: 1px solid #fff;
}
.msgHead .time {
  color: #81969d;
  font-size: 12px;
}
.msgHead .msgTitle a {
  color: #0babdf;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}
.msgHead .sender {
  color: #004b64;
  font-size: 14px;
}

.newMsg .time:before {
  background: #ffa200;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  display: inline-block;
  content: "";
  margin-right: 5px;
  vertical-align: -2px;
}
.newMsg .msgTitle a {
  font-weight: bold;
}
.newMsg .sender {
  font-weight: bold;
}

.msgBodyCol .msgHeader {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f1f0;
  margin-bottom: 20px;
  position: relative;
}
.msgBodyCol .msgHeader .msgTitle {
  font-size: 24px;
  color: #004b64;
}
.msgBodyCol .msgHeader .sender {
  font-size: 14px;
  color: #81969d;
}
.msgBodyCol .msgHeader .time {
  color: #b5b4b3;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
}

.response {
  display: inline-block;
  float: right;
  margin-top: 20px;
}
.response a {
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
}
.response a span {
  background: url(../images/icon-response2.png) no-repeat left center;
  padding-left: 30px;
}

.responseModal {
  width: 620px;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  margin: 50px auto;
  position: relative;
}
.responseModal h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}
.responseModal .sendHead {
  padding: 10px;
  border-radius: 5px;
  background: #f2f1f0;
  margin-bottom: 20px;
}
.responseModal .sendHead table th {
  font-size: 14px;
  font-weight: normal;
  padding-right: 10px;
  border-right: 2px solid #e8e6e4;
}
.responseModal .sendHead table td {
  font-size: 12px;
  padding-left: 10px;
}
.responseModal .sendHead table th,
.responseModal .sendHead table td {
  vertical-align: middle;
}
.responseModal .sendHead table th span,
.responseModal .sendHead table td span {
  color: #0babdf;
}
.responseModal textarea {
  border-radius: 10px;
  height: 300px;
  width: 580px;
  background-color: #ecf4f6;
  border-style: none;
  border-top: 3px #e0e8e9 solid;
  display: inline-block;
  font-size: 18px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.responseModal .attatchment {
  padding: 5px;
  background: #f2f1f0;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}
.responseModal .attatchment .file {
  background: url(../images/icon-clip4.png) no-repeat 10px center;
  padding-left: 34px;
  font-size: 14px;
}
.responseModal .attatchment .size {
  font-size: 12px;
  color: #81969d;
  margin-left: 5px;
}
.responseModal .attatchment .deleteFile {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -10px;
}
.responseModal .attatchment .deleteFile img {
  vertical-align: top;
}
.responseModal .uploadButton {
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  width: 248px;
  text-align: center;
  background-color: #ecf4f6;
  border-style: none;
  border-bottom: 3px solid #e0e8e9;
  display: inline-block;
  cursor: pointer;
  color: #0babdf;
  font-size: 18px;
}
.responseModal .uploadButton span {
  background: url(../images/icon-clip5.png) no-repeat 5px center;
  display: inline-block;
  padding-left: 35px;
}
.responseModal .uploadButton input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}
.responseModal .uploadValue {
  display: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 3px;
  color: #ffffff;
}
.responseModal .send {
  float: right;
}
.responseModal .send a {
  width: 125px;
  height: 37px;
  line-height: 37px;
}
.responseModal .send a span {
  background: url(../images/icon-check4.png) no-repeat left center;
  font-size: 18px;
  padding-left: 25px;
}
.responseModal .close {
  position: absolute;
  background: #0babdf url(../images/icon-close.png) no-repeat 8px center;
  line-height: 1em;
  color: #fff;
  padding: 5px 10px 5px 25px;
  border-radius: 20px;
  font-size: 14px;
  display: block;
  top: -4px;
  right: -4px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.07843) 0px 2px 1px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07843) 0px 2px 1px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.07843) 0px 2px 1px 0px;
}

/* 診断結果オススメ一覧画面 ----------------------------------*/
.consultBox {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}
.consultBox .timeTitle {
  color: #0babdf;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}
.consultBox .wrap {
  border: 2px solid #b6c8ce;
  border-radius: 3px;
  padding: 20px;
  margin-top: 20px;
}
.consultBox .wrap dl {
  float: left;
  margin-right: 30px;
}
.consultBox .wrap .boxHead,
.consultBox .wrap .boxBody {
  overflow: hidden;
}
.consultBox .wrap .boxHead dl dd {
  margin-bottom: 0;
}
.consultBox .wrap .boxBody {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #f2f1f0;
}
.consultBox .wrap .boxBody .priority dd {
  clear: both;
  margin-bottom: 0;
}
.consultBox .unread {
  font-size: 18px;
  color: #004b64;
  background: #f2f1f0;
  border-radius: 5px;
  margin-top: 20px;
  padding: 20px;
}
.consultBox .unread span {
  font-weight: bold;
}
.consultBox .accordionB {
  color: #0babdf;
  cursor: pointer;
  margin-top: -24px;
}

/* 日程調整・お客様情報入力画面 ----------------------------------*/
.reserveSet .step {
  padding-top: 5px;
  height: 45px;
  width: 50px;
  border-radius: 50px;
  margin: 0 auto 5px;
  background: #004b64;
  color: #a1b1b6;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.reserveSet .step .num {
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 1em;
}
.reserveSet .stepTxt {
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px;
}

.calendar {
  color: #004b64;
}
.calendar .sec01 {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #b6c8ce;
  overflow: hidden;
}
.calendar .sec01 h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.calendar .sec01 .leadTxt {
  font-size: 18px;
  margin-bottom: 30px;
}
.calendar .sec01 .leadTxt span {
  color: #0babdf;
}
.calendar .sec01 .stepBox {
  float: left;
  padding: 20px 0px;
  background: #ebe9e8;
  border-radius: 5px;
  width: 280px;
  height: 180px;
  font-size: 18px;
}
.calendar .sec01 .stepBox .bold {
  color: #81969d;
  font-weight: bold;
  font-size: 14px;
  margin: 10px;
}
.calendar .sec01 .stepBox .small {
  font-size: 12px;
}
.calendar .sec01 .finger {
  margin-right: 40px;
  position: relative;
}
.calendar .sec01 .finger:before {
  content: "";
  display: block;
  background: url(../images/icon-finger.png) no-repeat;
  width: 29px;
  height: 15px;
  position: absolute;
  right: -35px;
  top: 50%;
  margin-top: -7px;
}
.calendar .sec02 {
  padding-bottom: 30px;
  border-bottom: 2px solid #d1cbc8;
  margin-bottom: 30px;
}
.calendar .sec02 .calHead {
  width: 620px;
  margin: 0 auto 20px;
}
.calendar .sec02 .calHead .calNav {
  border-top: 2px solid #d1cbc8;
  border-bottom: 2px solid #d1cbc8;
  padding: 10px 0;
  position: relative;
}
.calendar .sec02 .calHead .calNav .month {
  font-size: 48px;
}
.calendar .sec02 .calHead .calNav .month span {
  font-size: 24px;
  margin-left: 10px;
}
.calendar .sec02 .calHead .pager {
  width: 242px;
  position: absolute;
  margin-top: -23px;
  top: 50%;
  right: 0;
}
.calendar .sec02 .calHead .pager .pagerNav {
  width: 120px;
}
.calendar .sec02 .calHead .pager .pagerNav a {
  width: 120px;
}
.calendar .sec02 .calHead .pager .pagerPrev {
  float: left;
}
.calendar .sec02 .calHead .pager .pagerPrev a span {
  background: url(../images/arrow-prev2-on.png) no-repeat left center;
  padding-left: 20px;
}
.calendar .sec02 .calHead .pager .pagerNext {
  float: right;
}
.calendar .sec02 .calHead .pager .pagerNext a span {
  background: url(../images/arrow-next2-on.png) no-repeat right center;
  padding-right: 20px;
}
.calendar .sec02 .calendarWrap {
  width: 620px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 2px solid #d1cbc8;
}
.calendar .sec02 .calBody {
  width: 620px;
}
.calendar .sec02 .calBody th,
.calendar .sec02 .calBody td {
  padding-left: 10px;
  padding-bottom: 10px;
}
.calendar .sec02 .calBody th:nth-child(7n + 1),
.calendar .sec02 .calBody td:nth-child(7n + 1) {
  padding-left: 0;
}
.calendar .sec02 .calBody th {
  color: #d3cac6;
}
.calendar .sec02 .calBody th.sun {
  color: #dfc0ce;
}
.calendar .sec02 .calBody th.sat {
  color: #b6c8ce;
}
.calendar .sec02 .calBody td .day {
  width: 80px;
  border-radius: 10px;
  height: 77px;
  line-height: 77px;
  vertical-align: middle;
  text-align: center;
  background-color: #ebe9e8;
  border-style: none;
  border-bottom: 3px solid #dfdddc;
  display: block;
  color: #0babdf;
  font-size: 36px;
  position: relative;
}
.calendar .sec02 .calBody td .day .set {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.calendar .sec02 .calBody td .day .calPopup {
  background: #b6c8ce;
  color: #fff;
  width: 500px;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -270px;
  line-height: 1.2em;
  text-align: left;
  z-index: 100;
}
.calendar .sec02 .calBody td .day .calPopup .inner {
  padding-bottom: 20px;
  border-bottom: 2px solid #a9bbc1;
  margin-bottom: 20px;
  position: relative;
}
.calendar .sec02 .calBody td .day .calPopup .inner:before {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 20px;
  background: url(../images/triangle_c.png) no-repeat;
  top: -30px;
  left: 50%;
  margin-left: -10px;
}
.calendar .sec02 .calBody td .day .calPopup .inner .close {
  z-index: 200;
  position: absolute;
  background: #0babdf url(../images/icon-close.png) no-repeat 8px center;
  line-height: 1em;
  color: #fff;
  padding: 5px 10px 5px 25px;
  border-radius: 20px;
  font-size: 14px;
  display: block;
  top: -24px;
  right: -24px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.07843) 0px 2px 1px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07843) 0px 2px 1px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.07843) 0px 2px 1px 0px;
}
.calendar .sec02 .calBody td .day .calPopup .timeSelect {
  display: table;
  width: 100%;
  margin: 20px 0;
}
.calendar .sec02 .calBody td .day .calPopup .timeSelect > div {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
}
.calendar .sec02 .calBody td .day .calPopup .timeSelect .txt {
  text-align: center;
}
.calendar .sec02 .calBody td .day .calPopup .timeSelect .form-item {
  width: 190px;
}
.calendar .sec02 .calBody td .day .calPopup .timeSelect select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
.calendar .sec02 .calBody td .day .calPopup .timeSelect .customSelect {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 0 #aaa;
  background-color: #ecf4f6;
}
.calendar .sec02 .calBody td .day .calPopup .timeSelect .customSelect > select {
  width: 120px !important;
  padding: 10px 60px 10px 10px;
  height: 40px;
  width: auto;
  font-size: 24px;
  color: #12637d;
}
.calendar .sec02 .calBody td .day .calPopup .timeSelect .customSelect:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 1.8em;
  display: block;
  content: "";
  background: #ecf4f6 url(../images/triangle.png) center no-repeat;
  pointer-events: none;
}
.calendar .sec02 .calBody td .day .calPopup .date {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.calendar .sec02 .calBody td .day .calPopup .add a {
  margin: 0 auto;
  width: 130px;
  height: 57px;
  line-height: 57px;
  font-size: 24px;
}
.calendar .sec02 .calBody td .day .calPopup .txt1 {
  font-size: 18px;
  margin: 20px 0 10px;
}
.calendar .sec02 .calBody td .day .calPopup .asset {
  width: 480px;
  padding: 10px;
  height: 24px;
  line-height: 1em;
  font-size: 24px;
  background: #004b64;
  border-radius: 5px;
  margin-top: 10px;
  position: relative;
  float: left;
  color: #ffffff;
}
.calendar .sec02 .calBody td .day .calPopup .asset .time {
  font-size: 18px;
  color: #97a3a8;
  margin-left: 10px;
}
.calendar .sec02 .calBody td .day .calPopup .asset .delete {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -14px;
  cursor: pointer;
}
.calendar .sec02 .calBody td .day .calPopup .asset .delete img {
  vertical-align: top;
}
.calendar .sec02 .calBody td .day .calPopup .change {
  float: right;
  margin-top: 10px;
}
.calendar .sec02 .calBody td .day .calPopup .change a {
  height: 47px;
  line-height: 47px;
  font-size: 24px;
  width: 184px;
}
.calendar .sec02 .calBody td .day .calPopup .change a span {
  background: url(../images/switching.png) no-repeat;
  padding-left: 30px;
}
.calendar .sec02 .calBody td .day .calPopup .first.change {
  margin-top: 31px;
}
.calendar .sec02 .calBody td .on {
  background-color: #0babdf;
  border-top: 3px solid #0880a7;
  border-bottom: none;
  color: #fff;
}
.calendar .sec02 .calBody td .no {
  height: 80px;
  line-height: 80px;
  border-bottom: none;
  color: #dfdddc;
  cursor: default;
}
.calendar .sec02 .calPopup {
  display: none;
}
.calendar .sec02 .selected {
  display: none;
  background: #fff;
  width: 860px;
  padding: 30px;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
}
.calendar .sec02 .selected:before {
  display: block;
  position: absolute;
  content: "";
  height: 20px;
  width: 40px;
  background: url(../images/triangle_b.png) no-repeat;
  top: -20px;
  left: 50%;
  margin-left: -20px;
}
.calendar .sec02 .selected .txt1 {
  font-size: 24px;
}
.calendar .sec02 .selected .txt1 span {
  font-size: 30px;
  font-weight: bold;
}
.calendar .sec02 .selected .txt2 {
  font-size: 18px;
  margin-bottom: 30px;
}
.calendar .sec02 .selected .asset {
  width: 630px;
  padding: 10px;
  height: 24px;
  line-height: 1em;
  font-size: 24px;
  background: #f2f1f0;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  float: left;
}
.calendar .sec02 .selected .asset .bold {
  font-weight: bold;
  margin-right: 10px;
}
.calendar .sec02 .selected .asset .time {
  font-size: 18px;
  color: #81969d;
  margin-left: 10px;
}
.calendar .sec02 .selected .asset .delete {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -14px;
  cursor: pointer;
}
.calendar .sec02 .selected .asset .delete img {
  vertical-align: top;
}
.calendar .sec02 .selected .change {
  float: right;
  margin-top: 10px;
}
.calendar .sec02 .selected .change a {
  height: 47px;
  line-height: 47px;
  font-size: 24px;
  width: 184px;
}
.calendar .sec02 .selected .change a span {
  background: url(../images/switching.png) no-repeat;
  padding-left: 30px;
}
.calendar .sec02 .selected .first.change {
  margin-top: 31px;
}

.editWrap {
  display: none;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #b6c8ce;
}

.btnConfirm {
  display: none;
}
.btnConfirm a {
  width: 240px;
  height: 61px;
  line-height: 61px;
  font-size: 30px;
  margin: 0 auto;
}
.btnConfirm a span {
  background: url(../images/arrow_b.png) no-repeat right center;
  padding-right: 30px;
  height: 63px;
  display: inline-block;
}
.btnConfirm input {
  width: 240px;
  padding: 0;
  background: #0babdf url(../images/arrow05.png) no-repeat 200px center;
  text-indent: -20px;
}

.edit {
  padding: 40px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 5px;
}
.edit fieldset {
  border: none;
  padding: 0;
}
.edit fieldset legend {
  color: #81969d;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.edit fieldset legend .note {
  margin-left: 1em;
  font-weight: normal;
}
.edit textarea {
  width: 800px;
  padding: 10px 20px;
  height: 110px;
  font-size: 24px;
  line-height: 1.6em;
}
.edit select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
.edit .customSelect {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 0 #aaa;
  background-color: #ecf4f6;
}
.edit .customSelect > select {
  width: 130%;
  padding: 10px 60px 10px 10px;
  height: 40px;
  width: auto;
  font-size: 30px;
  color: #0babdf;
}
.edit .customSelect:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 1.8em;
  display: block;
  content: "";
  background: #ecf4f6 url(../images/triangle.png) center no-repeat;
  pointer-events: none;
}
.edit input[type="text"],
.edit input[type="password"],
.edit textarea {
  border-radius: 10px;
  height: 40px;
  background-color: #ecf4f6;
  border-style: none;
  border-top: 3px #e0e8e9 solid;
  display: inline-block;
  font-size: 30px;
  padding: 10px 20px;
}
.edit .form-item {
  margin-bottom: 30px;
}
.edit .form-item label {
  color: #81969d;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.edit .form-item label .note {
  margin-left: 1em;
  font-weight: normal;
}
.edit .line {
  border-bottom: 2px solid #f2f1f0;
  margin-bottom: 30px;
}
.edit .nameInput {
  overflow: hidden;
}
.edit .nameInput .form-item {
  width: 200px;
  margin-right: 20px;
  float: left;
}
.edit .nameInput .form-item input {
  width: 160px;
}
.edit .sexInput {
  overflow: hidden;
}
.edit .sexInput .form-item {
  float: left;
}
.edit .sexInput .form-item .crobd {
  float: left;
  color: #0babdf;
  font-size: 24px;
  font-weight: normal;
  margin-right: 40px;
  margin-top: 15px;
}
.edit .telInput {
  overflow: hidden;
}
.edit .telInput .input01 {
  width: 304px;
  margin-right: 20px;
  float: left;
}
.edit .telInput .input01 input {
  width: 264px;
}
.edit .addressInput .set01 .form-item {
  float: left;
}
.edit .addressInput .set01 .form-item .input01 {
  width: 67px;
}
.edit .addressInput .set01 .form-item .input02 {
  width: 87px;
  margin-right: 20px;
}
.edit .addressInput .set01 .form-item .hyphen {
  font-size: 30px;
  display: inline-block;
  line-height: 63px;
  vertical-align: middle;
  margin: 0 10px;
}
.edit .addressInput .set01 .address02 {
  padding-top: 30px;
}
.edit .addressInput .address04 input {
  width: 800px;
}
.edit .addressInput label {
  font-weight: normal;
}
.edit .commentInput .form-item {
  margin-bottom: 0;
}
.edit .commentInput .form-item textarea {
  height: 150px;
}
.edit .reformDetail .form-item textarea {
  height: 150px;
}
.edit .familyInput > .form-item {
  margin-bottom: 0;
}
.edit .familyInput label {
  margin-bottom: 20px;
}
.edit .familyInput label span {
  font-weight: normal;
}
.edit .familyInput table td {
  width: 240px;
}
.edit .familyInput table td .form-item {
  margin-bottom: 20px;
}
.edit .familyInput table td input,
.edit .familyInput table td label {
  display: inline-block;
}
.edit .familyInput table td label {
  font-size: 24px;
  font-weight: normal;
  color: #004b64;
  vertical-align: -5px;
}
.edit .reasonInput > .form-item,
.edit .historyInput > .form-item {
  margin-bottom: 0;
}
.edit .reasonInput label,
.edit .historyInput label {
  margin-bottom: 20px;
}
.edit .reasonInput label span,
.edit .historyInput label span {
  font-weight: normal;
}
.edit .reasonInput table,
.edit .historyInput table {
  width: 100%;
}
.edit .reasonInput table td,
.edit .historyInput table td {
  width: 50%;
}
.edit .reasonInput table td input,
.edit .reasonInput table td label,
.edit .historyInput table td input,
.edit .historyInput table td label {
  display: inline-block;
}
.edit .reasonInput table td label,
.edit .historyInput table td label {
  font-size: 24px;
  font-weight: normal;
  color: #004b64;
  vertical-align: -5px;
}
.edit .architectInput .form-item {
  overflow: hidden;
}
.edit .architectInput .form-item .crobd {
  float: left;
  color: #0babdf;
  font-size: 24px;
  font-weight: normal;
  margin-right: 40px;
  margin-top: 15px;
}

/* ホーム画面 ----------------------------------*/
.home {
  margin-top: 0;
}
.home .notFirst {
  display: block;
}
.home .notFirst .btnBlue a {
  font-size: 30px;
  width: 360px;
  height: 61px;
  line-height: 61px;
  margin: 0 auto 10px;
}
.home .notFirst .attention {
  text-align: center;
  font-size: 14px;
}
.home .notFirst .attention a {
  color: #ffa200;
  margin-left: 10px;
  text-decoration: none;
}
.home .firstTime {
  display: none;
  position: relative;
  width: 360px;
  margin: 0 auto;
  padding-top: 30px;
}
.home .firstTime .btnOrange a {
  font-size: 30px;
  width: 360px;
  height: 61px;
  line-height: 61px;
  margin: 0 auto 10px;
}
.home .firstTime .itTakes {
  width: 80px;
  height: 70px;
  padding-top: 10px;
  border-radius: 80px;
  background: #004b64;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: -30px;
}
.home .firstTime .itTakes span {
  color: #a1b1b6;
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.home .eyecatch {
  background: #ebe9e8 url(../images/a01_top_bg.png) no-repeat;
  height: 399px;
  overflow: hidden;
  text-align: center;
  border-bottom: 2px solid #b6c8ce;
  margin-bottom: 40px;
}
.home .eyecatch h2 {
  margin-bottom: 10px;
  line-height: 1.4em;
}
.home .eyecatch .txtArea {
  width: 580px;
  padding: 38px 0px;
  float: left;
}
.home .eyecatch .txtArea .txt1 {
  font-size: 18px;
  color: #81969d;
}
.home .eyecatch .txtArea .txt2 {
  font-size: 12px;
}
.home .eyecatch .txtArea .txt2 a {
  color: #0babdf;
  text-decoration: none;
}
.home .eyecatch .txtArea .notFirst {
  margin-top: 20px;
}
.home h2 {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.home .sec01 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #b6c8ce;
  overflow: hidden;
}
.home .sec01 .stepBox {
  float: left;
  padding: 20px 0px;
  background: #fff;
  border-radius: 5px;
  width: 280px;
}
.home .sec01 .stepBox .num {
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
  border-radius: 28px;
  background: #004b64;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.home .sec01 .stepBox h3 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  padding: 20px 0;
}
.home .sec01 .stepBox .txt {
  color: #81969d;
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 2px solid #f2f1f0;
  border-top: 2px solid #f2f1f0;
}
.home .sec01 .marginR {
  margin-right: 40px;
}
.home .sec02 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #b6c8ce;
}
.home .sec02 ul {
  overflow: hidden;
  margin-left: -40px;
  margin-bottom: 20px;
}
.home .sec02 ul li {
  width: 440px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 40px;
  margin-bottom: 20px;
  float: left;
}
.home .sec02 ul li img {
  display: inline-block;
  vertical-align: middle;
}
.home .sec02 ul li .txt {
  display: inline-block;
  vertical-align: middle;
  width: 260px;
  padding-left: 30px;
  font-size: 24px;
  color: #81969d;
}
.home .sec03 h2 span {
  font-size: 18px;
  display: block;
}
.home .sec03 ul {
  margin-left: -40px;
  overflow: hidden;
}
.home .sec03 ul li {
  float: left;
  margin-left: 40px;
  width: 280px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.home .sec03 ul li .inner {
  padding: 20px;
}
.home .sec03 ul li .inner h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.home .sec03 ul li .inner .txt {
  font-size: 14px;
  color: #81969d;
}

/* コンテンツ画面 ----------------------------------*/
.contents {
  overflow: hidden;
  margin-top: 40px;
}
.contents .sideArea {
  float: left;
  width: 200px;
  margin-right: 40px;
}
.contents .sideArea ul {
  border-top: 2px solid #004b64;
  border-bottom: 2px solid #004b64;
}
.contents .sideArea ul li {
  border-bottom: 2px solid #e1ddd6;
}
.contents .sideArea ul li:last-child {
  border-bottom: none;
}
.contents .sideArea ul li a {
  padding: 20px 0px;
  display: block;
  color: #0babdf;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.contents .sideArea ul .current a {
  color: #004b64;
}
.contents .mainArea {
  float: left;
  width: 620px;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  font-size: 18px;
}
.contents .mainArea .inner {
  margin-bottom: 30px;
}
.contents .mainArea h2 {
  font-size: 24px;
  padding-bottom: 30px;
  border-bottom: 2px solid #004b64;
  margin-bottom: 30px;
}
.contents .mainArea h3,
.contents .mainArea p,
.contents .mainArea img {
  margin-bottom: 20px;
}
.contents .mainArea img.imgLeft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.contents .mainArea img.imgRight {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.contents .mainArea .goTop {
  text-align: right;
  margin-bottom: 30px;
}
.contents .mainArea .goTop a {
  font-size: 14px;
  color: #0babdf;
  text-decoration: none;
}

.modalStyle {
  width: 620px;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  margin: 395px auto 100px;
  position: relative;
  display: none;
}
.modalStyle .close {
  position: absolute;
  background: #299968 url(../images/icon-close.png) no-repeat 8px center;
  line-height: 1em;
  color: #fff;
  padding: 5px 10px 5px 25px;
  border-radius: 20px;
  font-size: 14px;
  display: block;
  top: -4px;
  right: -4px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.07843) 0px 2px 1px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07843) 0px 2px 1px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.07843) 0px 2px 1px 0px;
}

.modalType1 h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}
.modalType1 .sendHead {
  padding: 10px;
  border-radius: 5px;
  background: #e8e7e5;
  margin-bottom: 20px;
}
.modalType1 .sendHead table th {
  font-size: 14px;
  font-weight: normal;
  padding-right: 10px;
  border-right: 2px solid #e8e6e4;
}
.modalType1 .sendHead table td {
  font-size: 12px;
  padding-left: 10px;
  color: #b3ada4;
}
.modalType1 .sendHead table th,
.modalType1 .sendHead table td {
  vertical-align: middle;
}
.modalType1 .sendHead table th span,
.modalType1 .sendHead table td span {
  color: #299968;
}
.modalType1 .tmpSelect {
  position: absolute;
  top: 30px;
  right: 30px;
}
.modalType1 select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
.modalType1 .customSelect {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 6px;
  border-bottom: 3px solid #dfdddc;
  box-shadow: none;
  background-color: #ebe9e8;
}
.modalType1 .customSelect > select {
  width: 188px !important;
  padding: 0px 30px 0px 20px;
  height: 40px;
  width: auto;
  font-size: 18px;
  color: #299968;
}
.modalType1 .customSelect:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 1.8em;
  display: block;
  content: "";
  background: #ebe9e8 url(../images/arrow03.png) center no-repeat;
  pointer-events: none;
}
.modalType1 textarea {
  border-radius: 10px;
  height: 300px;
  width: 580px;
  background-color: #f5f5f5;
  border-style: none;
  border-top: 3px #e9e9e9 solid;
  display: inline-block;
  font-size: 18px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.modalType1 .attatchment {
  padding: 5px;
  background: #e8e7e5;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}
.modalType1 .attatchment .file {
  background: url(../images/icon-clip2.png) no-repeat 10px center;
  font-size: 14px;
  padding-left: 34px;
}
.modalType1 .attatchment .size {
  font-size: 12px;
  color: #81969d;
  margin-left: 5px;
}
.modalType1 .attatchment .deleteFile {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -10px;
}
.modalType1 .attatchment .deleteFile img {
  vertical-align: top;
}
.modalType1 .uploadButton {
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  width: 248px;
  text-align: center;
  background-color: #e8e7e5;
  border-style: none;
  border-bottom: 3px solid #dfdddc;
  display: block;
  float: left;
  cursor: pointer;
  color: #299968;
  font-size: 18px;
}
.modalType1 .uploadButton span {
  background: url(../images/icon-clip3.png) no-repeat 5px center;
  display: inline-block;
  padding-left: 35px;
}
.modalType1 .uploadButton input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}
.modalType1 .uploadValue {
  display: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 3px;
  color: #299968;
}
.modalType1 .send {
  float: right;
}
.modalType1 .send a {
  width: 125px;
  height: 37px;
  line-height: 37px;
  color: #fff;
  background-color: #299968;
  border-bottom: 3px solid #1f734e;
}
.modalType1 .send a span {
  background: url(../images/icon-check2.png) no-repeat left center;
  padding-left: 25px;
}

.modalType2 h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}
.modalType2 .edit {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 2px solid #eeedec;
  border-bottom: 2px solid #eeedec;
}
.modalType2 .edit .tables legend {
  color: #b3ada4;
  font-size: 18px;
  margin-bottom: 5px;
}
.modalType2 .edit .tables .form-item {
  float: left;
  display: table;
  margin-bottom: 10px;
}
.modalType2 .edit .tables .form-item .customSelect {
  background-color: #f5f5f5;
  border-bottom: 3px solid #e9e9e9;
  box-shadow: none;
}
.modalType2 .edit .tables .form-item .customSelect > select {
  color: #12637d;
}
.modalType2 .edit .tables .form-item .field-suffix {
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
  margin: 10px 20px;
  font-size: 30px;
  color: #000;
}
.modalType2 .modify a {
  margin: 0 auto;
  width: 205px;
  height: 57px;
  line-height: 57px;
  color: #fff;
  background-color: #299968;
  border-bottom: 3px solid #1f734e;
  font-size: 30px;
}
.modalType2 .modify a span {
  background: url(../images/icon-check3.png) no-repeat left center;
  padding-left: 40px;
  display: inline-block;
}

.modalType3 h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}
.modalType3 .edit {
  padding: 20px 0 30px;
  margin: 20px 0 0;
  border-top: 2px solid #eeedec;
}
.modalType3 .edit .form-item label {
  color: #b3ada4;
  font-size: 18px;
  margin-bottom: 5px;
}
.modalType3 .edit .form-item table label {
  color: #004b64;
  font-size: 24px;
}
.modalType3 .edit .tables {
  padding-bottom: 20px;
}
.modalType3 .edit .tables legend {
  color: #b3ada4;
  font-size: 18px;
  margin-bottom: 5px;
}
.modalType3 .edit .tables .form-item {
  float: left;
  display: table;
  margin-bottom: 0px;
}
.modalType3 .edit .tables .form-item .customSelect {
  background-color: #f5f5f5;
  border-bottom: 3px solid #e9e9e9;
  box-shadow: none;
}
.modalType3 .edit .tables .form-item .customSelect > select {
  color: #12637d;
}
.modalType3 .edit .tables .form-item .field-suffix {
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
  margin: 10px 20px;
  font-size: 30px;
  color: #000;
}
.modalType3 .edit .price {
  padding-bottom: 30px;
  border-bottom: 2px solid #eeedec;
}
.modalType3 .edit input.floatL {
  float: left;
  margin-right: 10px;
}
.modalType3 .edit .field-suffix {
  display: block;
  margin: 10px 20px;
  font-size: 30px;
}
.modalType3 .edit .historyInput {
  padding-bottom: 30px;
  border-bottom: 2px solid #eeedec;
}
.modalType3 .edit .historyInput table td .form-item {
  margin-bottom: 0;
}
.modalType3 .edit .historyInput table td .form-item label {
  margin-bottom: 0;
}
.modalType3 .modify a {
  margin: 0 auto;
  width: 205px;
  height: 57px;
  line-height: 57px;
  color: #fff;
  background-color: #299968;
  border-bottom: 3px solid #1f734e;
  font-size: 30px;
}
.modalType3 .modify a span {
  background: url(../images/icon-check3.png) no-repeat left center;
  padding-left: 40px;
  display: inline-block;
}

.admin {
  background: #e8e7e5;
  color: #000;
}
.admin .deleteModalBg {
  position: absolute;
}
.admin .gHeader {
  border-bottom: 2px solid #299968;
}
.admin .gHeader .wrap .login a {
  color: #299968;
}
.admin .gFooter {
  border-top: 2px solid #299968;
}
.admin .gFooter .footerNav li a {
  color: #299968;
}
.admin .gFooter .copyright {
  color: #aad0bd;
}
.admin .contents {
  margin-top: 0;
}
.admin .container .innerhead .right {
  margin-top: 25px;
}
.admin .sidebars {
  float: left;
  width: 200px;
  margin-right: 40px;
  border-top: 2px solid #000000;
}
.admin .sidebars ul {
  margin: 0;
  border-bottom: 2px solid #000000;
  list-style: none;
  padding: 0;
}
.admin .sidebars ul li {
  font-size: 18px;
  vertical-align: middle;
  border-bottom: 2px solid #e1ddd6;
}
.admin .sidebars ul li a {
  color: #b3ada4;
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 20px 0;
}
.admin .sidebars ul li a span.num {
  background: #ff4f4f;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline-block;
  line-height: 1em;
  vertical-align: 2px;
  margin-left: 10px;
}
.admin .sidebars ul li .active {
  color: #000;
}
.admin .sidebars ul li:last-child {
  border-bottom: none;
}
.admin .sidebars .unit02 li a {
  color: #299968;
}
.admin .msgArea {
  float: left;
  width: 680px;
  padding-bottom: 30px;
  background: #fff;
  border-radius: 5px;
  font-size: 18px;
}
.admin .msgArea .btnList {
  overflow: hidden;
  padding: 20px;
}
.admin .msgArea .btnDef a {
  color: #299968;
}
.admin .msgArea .msgNavBar {
  padding: 10px 20px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #e8e7e5;
  overflow: hidden;
}
.admin .msgArea .msgNavBar .order {
  float: right;
  font-size: 14px;
  font-weight: bold;
  background: #fff url(../images/arrow03.png) no-repeat right 4px;
  padding-right: 15px;
  color: #299968;
  cursor: pointer;
  margin-top: 4px;
}
.admin .msgArea .msgNavBar .back {
  padding-left: 10px;
}
.admin .msgArea .msgNavBar .back a {
  font-size: 14px;
  font-weight: bold;
  color: #299968;
  text-decoration: none;
}
.admin .msgArea .msgNavBar .back a span {
  background: url(../images/arrow02.png) no-repeat left center;
  padding-left: 15px;
}
.admin .msgArea .msgNav {
  float: left;
  overflow: hidden;
}
.admin .msgArea .msgNav li {
  float: left;
}
.admin .msgArea .msgNav li span {
  display: block;
  padding: 3px 10px;
  background: #fff;
  color: #299968;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.admin .msgArea .msgNav .active span {
  background: #299968;
  color: #fff;
}
.admin .msgArea .msgList li {
  border-bottom: 2px solid #f5f5f5;
}
.admin .msgArea .msgList li a {
  display: block;
  width: 100%;
  color: #299968;
  background: url(../images/arrow01.png) no-repeat 640px center;
  text-decoration: none;
}
.admin .msgArea .msgList li a .in {
  display: table-cell;
  width: 620px;
  padding: 0 30px;
  vertical-align: middle;
  position: relative;
  height: 82px;
}
.admin .msgArea .msgList li a .in .msgId {
  color: #b5b4b3;
  font-size: 12px;
}
.admin .msgArea .msgList li a .in .name {
  font-size: 24px;
}
.admin .msgArea .msgList li a .in .name span {
  font-size: 18px;
  margin-left: 8px;
}
.admin .msgArea .msgList li a .in .name .tag {
  font-size: 14px;
  color: #b5b4b3;
  border: 2px solid #b5b4b3;
  padding: 3px 5px;
  margin-left: 14px;
  font-weight: bold;
}
.admin .msgArea .msgList li a .in .name .done {
  color: #fff;
  background: #b5b4b3;
}
.admin .msgArea .msgList li a .in .unread {
  color: #fff;
  background: #ff4f4f;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  right: 55px;
  margin-top: -12px;
}
.admin .msgArea .btnAddTpl a {
  margin: 30px auto 0;
  width: 300px;
  background: #299968;
  border-bottom: 3px solid #195c3e;
  color: #fff;
}
.admin .msgArea .btnAddTpl a span {
  background: url(../images/icon-plus2.png) no-repeat;
  padding-left: 25px;
}
.admin .msgArea .makeTpl {
  width: 620px;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
.admin .msgArea .makeTpl .tplHeading {
  font-size: 14px;
  font-weight: bold;
  color: #b3ada4;
  margin-bottom: 10px;
}
.admin .msgArea .makeTpl input[type="text"],
.admin .msgArea .makeTpl input[type="password"],
.admin .msgArea .makeTpl textarea {
  border-radius: 10px;
  height: 30px;
  background-color: #f5f5f5;
  border-style: none;
  border-top: 3px #e9e9e9 solid;
  display: inline-block;
  font-size: 24px;
  width: 380px;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.admin .msgArea .makeTpl textarea {
  border-radius: 10px;
  height: 300px;
  width: 580px;
  background-color: #f5f5f5;
  border-style: none;
  border-top: 3px #e9e9e9 solid;
  display: inline-block;
  font-size: 18px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.admin .msgArea .makeTpl .attatchment {
  padding: 5px;
  background: #e8e7e5;
  border-radius: 5px;
  margin-bottom: 20px;
}
.admin .msgArea .makeTpl .attatchment .file {
  background: url(../images/icon-clip2.png) no-repeat 10px center;
  font-size: 14px;
  padding-left: 34px;
}
.admin .msgArea .makeTpl .attatchment .size {
  font-size: 12px;
  color: #81969d;
  margin-left: 5px;
}
.admin .msgArea .makeTpl .attatchment .deleteFile {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -10px;
}
.admin .msgArea .makeTpl .attatchment .deleteFile img {
  vertical-align: top;
}
.admin .msgArea .makeTpl .uploadButton {
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  width: 248px;
  text-align: center;
  background-color: #e8e7e5;
  border-style: none;
  border-bottom: 3px solid #dfdddc;
  display: block;
  float: left;
  cursor: pointer;
  color: #299968;
  font-size: 18px;
}
.admin .msgArea .makeTpl .uploadButton span {
  background: url(../images/icon-clip3.png) no-repeat 5px center;
  display: inline-block;
  padding-left: 35px;
}
.admin .msgArea .makeTpl .uploadButton input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}
.admin .msgArea .makeTpl .uploadValue {
  display: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 3px;
  color: #299968;
}
.admin .msgArea .makeTpl .btns {
  float: right;
  overflow: hidden;
}
.admin .msgArea .makeTpl .btns li {
  float: left;
  margin-left: 2px;
}
.admin .msgArea .makeTpl .btns li a {
  width: 125px;
  height: 37px;
  line-height: 37px;
  color: #299968;
  background-color: #e8e7e5;
  border-bottom: 3px solid #dfdddc;
}
.admin .msgArea .makeTpl .btns .send {
  float: right;
}
.admin .msgArea .makeTpl .btns .send a {
  width: 125px;
  height: 37px;
  line-height: 37px;
  color: #fff;
  background-color: #299968;
  border-bottom: 3px solid #1f734e;
}
.admin .msgArea .makeTpl .btns .send a span {
  background: url(../images/icon-check2.png) no-repeat left center;
  padding-left: 25px;
}
.admin .msgArea .makeTpl .deleteTpl {
  clear: both;
  padding-top: 30px;
  text-align: center;
}
.admin .msgArea .makeTpl .deleteTpl a {
  color: #ff0000;
  font-size: 14px;
  text-decoration: none;
}
.admin .msgArea .userInfoArea {
  padding: 15px 30px 30px;
  position: relative;
}
.admin .msgArea .userInfoArea .status {
  padding-bottom: 20px;
}
.admin .msgArea .userInfoArea .status .userId {
  color: #b5b4b3;
  font-size: 12px;
}
.admin .msgArea .userInfoArea .status .userName {
  float: left;
  font-size: 24px;
}
.admin .msgArea .userInfoArea .status .userName span {
  font-size: 18px;
  margin-left: 10px;
}
.admin .msgArea .userInfoArea .status .statusSelect {
  margin-left: 10px;
  margin-top: 2px;
  float: left;
  position: relative;
}
.admin .msgArea .userInfoArea .status .statusSelect .statusNow {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #b3ada4;
  border: 2px solid #b3ada4;
  background: url(../images/arrow03.png) no-repeat 95% 5px;
  padding: 0px 20px 0px 5px;
  cursor: pointer;
}
.admin .msgArea .userInfoArea .status .statusSelect .popup {
  top: 40px;
  left: -35px;
}
.admin .msgArea .userInfoArea .status .statusSelect .popup .inner {
  width: 80px;
  text-align: center;
}
.admin .msgArea .userInfoArea .status .statusSelect .popup .inner:before {
  left: 50%;
  margin-left: -10px;
}
.admin .msgArea .userInfoArea .status .statusSelect .popup .inner li {
  margin-bottom: 10px;
}
.admin
  .msgArea
  .userInfoArea
  .status
  .statusSelect
  .popup
  .inner
  li:last-child {
  margin-bottom: 0;
}
.admin .msgArea .userInfoArea .status .statusSelect .popup .inner li a {
  color: #299968;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
.admin .msgArea .userInfoArea .newMsg {
  position: absolute;
  top: 24px;
  right: 30px;
}
.admin .msgArea .userInfoArea .newMsg a {
  width: 180px;
  height: 37px;
  line-height: 37px;
  color: #fff;
  background-color: #299968;
  border-bottom: 3px solid #1f734e;
}
.admin .msgArea .userInfoArea .newMsg a span {
  background: url(../images/icon-mail2.png) no-repeat left center;
  padding-left: 30px;
}
.admin .msgArea .userInfoArea .outer {
  padding: 20px;
  border: 2px solid #b3ada4;
  border-radius: 3px;
}
.admin .msgArea .userInfoArea .outer .above .switch {
  clear: both;
  text-align: right;
  color: #299968;
  font-size: 14px;
  background: url(../images/arrow03.png) no-repeat right 4px;
  padding-right: 20px;
  cursor: pointer;
}
.admin .msgArea .userInfoArea .outer .above .on {
  background: url(../images/arrow04.png) no-repeat right 4px;
}
.admin .msgArea .userInfoArea .outer .below {
  margin-top: 5px;
  border-top: 2px solid #f2f1f0;
  overflow: hidden;
}
.admin .msgArea .userInfoArea .outer .below .elm {
  padding-top: 15px;
}
.admin .msgArea .userInfoArea .outer .elm {
  font-size: 18px;
  float: left;
}
.admin .msgArea .userInfoArea .outer .elm h4 {
  font-size: 14px;
  font-weight: bold;
  color: #b3ada4;
  margin-bottom: 0px;
}
.admin .msgArea .userInfoArea .outer .w115 {
  width: 115px;
}
.admin .msgArea .userInfoArea .outer .w130 {
  width: 130px;
}
.admin .msgArea .userInfoArea .outer .w165 {
  width: 165px;
}
.admin .msgArea .userInfoArea .outer .w460 {
  width: 460px;
}
.admin .msgArea .msgArchive {
  border-top: 2px solid #e8e7e5;
}
.admin .msgArea .msgArchive li {
  border-bottom: 2px solid #f5f5f5;
}
.admin .msgArea .msgArchive .active {
  border-bottom: 2px solid #000;
  position: relative;
}
.admin .msgArea .msgArchive .active:before {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background: #000;
  position: absolute;
  top: -2px;
  left: 0;
}
.admin .msgArea .msgArchive .active .subject {
  background: #f5f5f5;
}
.admin .msgArea .msgArchive .subject {
  height: 57px;
  display: table;
  width: 100%;
  cursor: pointer;
}
.admin .msgArea .msgArchive .subject .sendTo {
  display: table-cell;
  vertical-align: middle;
  color: #299968;
  font-size: 18px;
  padding-left: 30px;
  width: 570px;
}
.admin .msgArea .msgArchive .subject .sendTo .unread {
  color: #fff;
  background: #ff4f4f;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  border-radius: 20px;
  margin-right: 10px;
  vertical-align: 2px;
}
.admin .msgArea .msgArchive .subject .date {
  display: table-cell;
  vertical-align: middle;
  color: #b3ada4;
  font-size: 14px;
  width: 150px;
  padding-right: 30px;
  text-align: right;
}
.admin .msgArea .msgArchive .msgBody {
  padding: 20px 30px;
}
.admin .msgArea .msgArchive .msgBody .attatchment {
  background: #e8e7e5;
  border-radius: 5px;
  position: relative;
  margin-top: 20px;
}
.admin .msgArea .msgArchive .msgBody .attatchment a {
  padding: 5px;
  display: block;
  text-decoration: none;
  color: #000;
}
.admin .msgArea .msgArchive .msgBody .attatchment .file {
  background: url(../images/icon-clip2.png) no-repeat 10px center;
  font-size: 14px;
  padding-left: 34px;
}
.admin .msgArea .msgArchive .msgBody .attatchment .size {
  font-size: 12px;
  color: #81969d;
  margin-left: 5px;
}
.admin .msgArea .msgArchive .msgBody .msgBottom {
  position: relative;
  padding-top: 20px;
  overflow: hidden;
}
.admin .msgArea .msgArchive .msgBody .msgBottom .return {
  float: right;
}
.admin .msgArea .msgArchive .msgBody .msgBottom .return a {
  background: #299968;
  color: #fff;
  width: 125px;
  height: 38px;
  line-height: 38px;
  border-bottom: 2px solid #1f734e;
}
.admin .msgArea .msgArchive .msgBody .msgBottom .return a span {
  background: url(../images/icon-arrow.png) no-repeat left center;
  padding-left: 30px;
}
.admin .msgArea .msgArchive .msgBody .msgBottom .close {
  color: #299968;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 35px;
  background: url(../images/arrow04.png) no-repeat right 4px;
  padding-right: 20px;
  cursor: pointer;
}

/*-------------- 2015.08.03 add --------------*/
.testForm table {
  width: 100%;
  border: 2px solid #bbbbbb;
}
.testForm table th,
.testForm table td {
  padding: 30px 20px;
  border: 1px solid #ccc;
}
.testForm table th {
  width: 280px;
  padding-right: 100px;
  background: #ededed;
  vertical-align: middle;
  border-right: none;
  text-align: left;
  box-sizing: border-box;
  color: #000;
}
.testForm table th .must {
  position: relative;
  display: block;
}
.testForm table th .must::after {
  display: block;
  content: "必 須";
  position: absolute;
  top: 0;
  right: -75px;
  color: #eb7070;
  background: #fff;
  font-size: 16px;
  font-weight: normal;
  width: 56px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.testForm table td {
  border-left: none;
}
.testForm table td .query-select li {
  float: left;
  margin-right: 14px;
}
.testForm table td .query-select li:last-child {
  margin-right: 0;
}
.testForm table td.reform_target_area {
  padding: 30px 20px 16px 20px;
}
.testForm table td.reform_target_area ul.query-select li {
  margin-bottom: 14px;
}
.testForm table .unfinish {
  background: #fff;
}
.testForm table .sub {
  vertical-align: middle;
  width: 100px;
  padding-right: 0;
  box-sizing: border-box;
  background: #f8f8f8;
  border-right: none;
}
.testForm table .address01 {
  padding: 0;
  margin: 0;
}
.testForm table .address01 .input01 {
  width: 67px;
}
.testForm table .address01 .input02 {
  width: 87px;
}
.testForm table .address01 .yubin,
.testForm table .address01 .hyphen {
  font-size: 16px;
  display: inline-block;
  line-height: 43px;
  vertical-align: middle;
  margin-right: 10px;
}
.testForm table .address01 .hyphen {
  margin: 0 10px;
}
.testForm fieldset {
  border: none;
  padding: 0;
}
.testForm fieldset legend {
  color: #81969d;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.testForm fieldset legend .note {
  margin-left: 1em;
  font-weight: normal;
}
.testForm textarea {
  width: 800px;
  padding: 10px 20px;
  height: 110px;
  font-size: 24px;
  line-height: 1.6em;
}
.testForm select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: border-box;
}
.testForm .customSelect {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border: 1px #adadad solid;
}
.testForm .customSelect > select {
  width: 130%;
  padding: 10px 60px 10px 10px;
  /* height: 40px; */
  width: auto;
  font-size: 16px;
}
.testForm .customSelect:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 1.8em;
  display: block;
  content: "";
  background: url(../images/triangle.png) center no-repeat;
  pointer-events: none;
}
.testForm input[type="text"],
.testForm input[type="email"],
.testForm input[type="password"],
.testForm textarea {
  height: 20px;
  border-style: none;
  border: 1px #adadad solid;
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
}
.testForm .form-item {
  margin-bottom: 30px;
}
.testForm .form-item label {
  color: #81969d;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.testForm .form-item label .note {
  margin-left: 1em;
  font-weight: normal;
}
.testForm .line {
  border-bottom: 2px solid #f2f1f0;
  margin-bottom: 30px;
}
.testForm .nameInput {
  overflow: hidden;
}
.testForm .nameInput .form-item {
  width: 200px;
  margin-right: 20px;
  float: left;
}
.testForm .nameInput .form-item input {
  width: 160px;
}
.testForm .sexInput {
  overflow: hidden;
}
.testForm .sexInput .form-item {
  float: left;
}
.testForm .sexInput .form-item .crobd {
  float: left;
  color: #0babdf;
  font-size: 24px;
  font-weight: normal;
  margin-right: 40px;
  margin-top: 15px;
}
.testForm .telInput {
  overflow: hidden;
}
.testForm .telInput .input01 {
  width: 304px;
  margin-right: 20px;
  float: left;
}
.testForm .telInput .input01 input {
  width: 264px;
}
.testForm .addressInput .set01 .form-item {
  float: left;
}
.testForm .addressInput .set01 .form-item .input01 {
  width: 67px;
}
.testForm .addressInput .set01 .form-item .input02 {
  width: 87px;
  margin-right: 20px;
}
.testForm .addressInput .set01 .form-item .hyphen {
  font-size: 30px;
  display: inline-block;
  line-height: 63px;
  vertical-align: middle;
  margin: 0 10px;
}
.testForm .addressInput .set01 .address02 {
  padding-top: 30px;
}
.testForm .addressInput .address04 input {
  width: 800px;
}
.testForm .addressInput label {
  font-weight: normal;
}
.testForm .commentInput .form-item {
  margin-bottom: 0;
}
.testForm .commentInput .form-item textarea {
  height: 150px;
}
.testForm .reformDetail .form-item textarea {
  height: 150px;
}
.testForm .familyInput > .form-item {
  margin-bottom: 0;
}
.testForm .familyInput label {
  margin-bottom: 20px;
}
.testForm .familyInput label span {
  font-weight: normal;
}
.testForm .familyInput table td {
  width: 240px;
}
.testForm .familyInput table td .form-item {
  margin-bottom: 20px;
}
.testForm .familyInput table td input,
.testForm .familyInput table td label {
  display: inline-block;
}
.testForm .familyInput table td label {
  font-size: 24px;
  font-weight: normal;
  color: #004b64;
  vertical-align: -5px;
}
.testForm .reasonInput > .form-item,
.testForm .historyInput > .form-item {
  margin-bottom: 0;
}
.testForm .reasonInput label,
.testForm .historyInput label {
  margin-bottom: 20px;
}
.testForm .reasonInput label span,
.testForm .historyInput label span {
  font-weight: normal;
}
.testForm .reasonInput table,
.testForm .historyInput table {
  width: 100%;
}
.testForm .reasonInput table td,
.testForm .historyInput table td {
  width: 50%;
}
.testForm .reasonInput table td input,
.testForm .reasonInput table td label,
.testForm .historyInput table td input,
.testForm .historyInput table td label {
  display: inline-block;
}
.testForm .reasonInput table td label,
.testForm .historyInput table td label {
  font-size: 24px;
  font-weight: normal;
  color: #004b64;
  vertical-align: -5px;
}
.testForm .architectInput .form-item {
  overflow: hidden;
}
.testForm .architectInput .form-item .crobd {
  float: left;
  color: #0babdf;
  font-size: 24px;
  font-weight: normal;
  margin-right: 40px;
  margin-top: 15px;
}
.testForm .assetWrap {
  width: 400px;
}
.testForm .assetWrap .rankingAsset {
  width: 240px;
  height: 40px;
  line-height: 1em;
  font-size: 24px;
  border-radius: 5px;
  margin-top: 10px;
  position: relative;
  float: left;
  color: #ffffff;
}
.testForm .assetWrap .rankingAsset label {
  font-size: 14px;
  color: #81969d;
  font-weight: bold;
  margin-right: 10px;
}
.testForm .assetWrap .rankingAsset input {
  box-sizing: border-box;
  width: 180px;
  height: 40px;
  padding: 10px;
  border: 2px solid #f5f5f5;
  border-radius: 5px;
  font-size: 18px;
}
.testForm .assetWrap .formSwitch {
  float: right;
  margin-top: 10px;
}
.testForm .assetWrap .formSwitch a {
  height: 37px;
  line-height: 37px;
  font-size: 18px;
  width: 144px;
}
.testForm .assetWrap .formSwitch a span {
  background: url(../images/switching2.png) no-repeat;
  padding-left: 30px;
}
.testForm .assetWrap .first.formSwitch {
  margin-top: 31px;
}
.testForm .btnWrap {
  position: relative;
  margin-top: 30px;
}
.testForm .btnWrap .send input {
  width: 320px;
  height: 64px;
  padding: 0px;
  background: #0babdf url(../images/btn-querysend2.png) no-repeat 18px center;
  text-indent: 35px;
}
.testForm .btnWrap .btnLong input {
  width: 400px;
}
.testForm .addressInput .address01 {
  float: left;
  width: 50%;
}
.testForm .addressInput .popupWrap {
  position: relative;
  width: 50%;
  float: left;
}
.testForm .addressInput .popupWrap .popuplink {
  line-height: 43px;
  margin-bottom: 10px;
}
.testForm .addressInput .popupWrap .popuplink a {
  line-height: 1.8em;
  display: inline-block;
  padding-left: 30px;
  color: #f26d00;
  text-decoration: none;
  background: url(../images/icon_pencil.png) no-repeat left top;
}
.testForm .addressInput .popupWrap .popup {
  left: -580px;
  top: 60px;
  z-index: 1000;
}
.testForm .addressInput .popupWrap .popup .inner {
  color: #000;
  background: #fff;
  width: 880px;
  padding: 40px;
  box-sizing: border-box;
}
.testForm .addressInput .popupWrap .popup .inner:before {
  display: none;
}
.testForm .addressInput .popupWrap .popup .inner label {
  color: #000;
  font-weight: bold;
}
.testForm .addressInput .popupWrap .popup .inner label span {
  font-size: 16px;
}
.testForm .addressInput .popupWrap .popup .inner .form-item {
  margin-bottom: 20px;
  float: left;
}
.testForm .addressInput .popupWrap .popup .inner .pref {
  margin-right: 20px;
}
.testForm .addressInput .popupWrap .popup .inner .customSelect {
  border-radius: 0;
  box-shadow: none;
}
.testForm .addressInput .popupWrap .popup .inner .customSelect > select {
  color: #000;
  width: 144px;
}
.testForm .addressInput .popupWrap .popup .inner input[type="text"] {
  width: 520px;
  border-radius: 0;
}
.testForm .addressInput .popupWrap .popup .inner .btnBlue {
  clear: both;
  margin-top: 30px;
}
.testForm .addressInput .popupWrap .popup .inner .btnBlue input {
  width: 200px;
  font-size: 20px;
  margin: 0 auto;
}
.testForm .addressInput .popupWrap .popup .inner .close {
  background: none;
  padding: 0;
  top: -10px;
  right: -10px;
}
.testForm .badgetSelect .customSelect {
  float: left;
  margin-right: 30px;
}
.testForm .badgetSelect .badgetWrap {
  position: relative;
  line-height: 43px;
  float: left;
}
.testForm .badgetSelect .badgetWrap .badgetlink a {
  display: inline-block;
  line-height: 1.8em;
  padding-left: 30px;
  background: url(../images/icon_question.png) no-repeat left top;
  color: #f26d00;
  text-decoration: none;
}
.testForm .badgetSelect .badgetWrap .badget {
  display: none;
  position: absolute;
  left: -580px;
  top: 0px;
  z-index: 1000;
  width: 880px;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.07843) 1px 3px 1px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07843) 1px 3px 1px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.07843) 1px 3px 1px 0px;
}
.testForm .badgetSelect .badgetWrap .badget .inner:before {
  left: 605px;
}
.testForm .badgetSelect .badgetWrap .badget .close {
  position: absolute;
  line-height: 1em;
  color: #fff;
  padding: 0;
  border-radius: 20px;
  font-size: 14px;
  display: block;
  top: -10px;
  right: -10px;
  cursor: pointer;
}
.testForm .badgetSelect .badgetWrap .badget .leadtxt01 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #11566d;
  margin-bottom: 20px;
}
.testForm .badgetSelect .badgetWrap .badget .leadtxt02 {
  color: #000;
  line-height: 1.8em;
}
.testForm .badgetSelect .badgetWrap .badget .small {
  font-size: 14px;
  margin-top: 0px;
  line-height: 1.8em;
  color: #000;
  margin-bottom: 30px;
}
.testForm .badgetSelect .badgetWrap .badget .scroll_wrap {
  height: 310px;
  overflow-y: scroll;
}
.testForm .badgetSelect .badgetWrap .badget table {
  width: 100%;
}
.testForm .badgetSelect .badgetWrap .badget table th,
.testForm .badgetSelect .badgetWrap .badget table td {
  padding: 0px 10px;
  text-align: center;
}
.testForm .badgetSelect .badgetWrap .badget table th {
  border: 1px solid #ccc;
  background: #fff9e6;
}
.testForm .badgetSelect .badgetWrap .badget table td {
  border: none;
}
.testForm .badgetSelect .badgetWrap .badget table td:nth-child(odd) {
  border-right: 1px solid #ccc;
}
.testForm .badgetSelect .badgetWrap .badget table tr:nth-child(odd) td {
  background: #f5f5f5;
}
.testForm .cautionText {
  color: #f00;
  margin-bottom: 30px;
  font-weight: bold;
}

.form_btn input {
  border-radius: 10px;
  width: 410px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  background: url(../images/ico-arrow.png) no-repeat center right 13px, #ebe9e8;
  -webkit-background-size: 8px 12px, 100%;
  -o-background-size: 8px 12px, 100%;
  background-size: 8px 12px, 100%;
  border-style: none;
  border-bottom: 4px solid #c9c9c9;
  display: block;
  cursor: pointer;
  margin: 60px auto 96px;
  color: #c9c9c9;
  font-size: 20px;
  text-decoration: none;
}

.contact_flow {
  margin-top: 20px;
}

.contact_send input {
  margin-top: 20px;
}

.on input {
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #c63605;
  background: url(../images/ico-arrow.png) no-repeat center right 13px,
    rgb(244, 132, 0); /* Old browsers */
  background: url(../images/ico-arrow.png) no-repeat center right 13px,
    -moz-linear-gradient(top, rgba(244, 132, 0, 1) 0%, rgba(238, 85, 0, 1) 100%); /* FF3.6-15 */
  background: url(../images/ico-arrow.png) no-repeat center right 13px,
    -webkit-linear-gradient(top, rgba(244, 132, 0, 1) 0%, rgba(238, 85, 0, 1)
          100%); /* Chrome10-25,Safari5.1-6 */
  background: url(../images/ico-arrow.png) no-repeat center right 13px,
    linear-gradient(
      to bottom,
      rgba(244, 132, 0, 1) 0%,
      rgba(238, 85, 0, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48400', endColorstr='#ee5500',GradientType=0 ); /* IE6-9 */
  -webkit-background-size: 8px 12px, 100%;
  -o-background-size: 8px 12px, 100%;
  background-size: 8px 12px, 100%;
}

.copyright {
  background: #f7f7f7;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.copyright small {
  color: #666;
  font-size: 15px;
}

.form_page_1 .testForm table .unfinish {
  background: #fff2f2;
}
.form_page_1 .testForm table .border_light {
  border-bottom: 1px solid #efefef;
}
.form_page_1 .testForm table .ranking_cell {
  padding: 0;
}
.form_page_1 .testForm table .ranking_cell table {
  border: none;
}
.form_page_1 .testForm table .ranking_cell table th,
.form_page_1 .testForm table .ranking_cell table td {
  border: none;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.form_page_1 .testForm table .ranking_cell table .ranking_error {
  position: absolute;
}
.form_page_1 .testForm table .ranking_cell table .ranking_error_1 {
  top: -28px;
  left: 0px;
}
.form_page_1 .testForm table .ranking_cell table .ranking_error_2 {
  top: -28px;
  left: 104px;
}
.form_page_1 .testForm table .ranking_cell table .ranking_error_3 {
  top: -28px;
  left: 176px;
}
.form_page_1 .testForm table .ranking_cell table .ranking_error_4 {
  top: -28px;
  right: 317px;
}
.form_page_1 .testForm table .ranking_cell table .ranking_error_5 {
  top: -28px;
  right: 148px;
}
.form_page_1 .testForm table .ranking_cell table .sub {
  width: 50px;
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
}
.form_page_1 .testForm table .ranking_cell table tr:last-child th,
.form_page_1 .testForm table .ranking_cell table tr:last-child td {
  border-bottom: none;
}
.form_page_1 .customSelect select {
  width: 290px;
}
.form_page_1 .customSelect select::-ms-expand {
  display: none;
}
.form_page_2 .testForm table .unfinish {
  background: #fff2f2;
}
.form_page_2 .testForm table td {
  padding: 40px 20px;
  position: relative;
}
.form_page_2 .testForm table td p {
  margin-top: 5px;
}
.form_page_2 .testForm table td input[type="email"] {
  width: 360px;
}
.form_page_2 .testForm table td .caution {
  position: absolute;
  top: -16px;
  left: 20px;
}

.form_page_3 .testForm table {
  width: 100%;
  border: 2px solid #bbbbbb;
}
.form_page_3 .testForm table th,
.form_page_3 .testForm table td {
  padding: 40px 20px;
  background: #fff;
  border: 1px solid #ccc;
}
.form_page_3 .testForm table th {
  width: 280px;
  padding: 40px 25px;
  font-size: 18px;
  background: #ededed;
  vertical-align: middle;
  border-right: none;
  text-align: left;
  box-sizing: border-box;
}
.form_page_3 .testForm table td {
  border-left: none;
  vertical-align: middle;
}
.form_page_3 .contact_title_privacy {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.form_page_3 .contact_privacy_textbox {
  padding: 20px;
  height: 210px;
  box-sizing: border-box;
  color: #000;
  overflow-y: scroll;
  background: #ededed;
  border: 1px solid #ccc;
}
.form_page_3 .contact_modify {
  text-align: center;
  margin: 30px auto 60px;
}
.form_page_3 .contact_modify a {
  color: #f26d00;
  text-decoration: none;
  background: url(../images/icon_pencil.png) no-repeat left center;
  padding-left: 25px;
  line-height: 1.8em;
  display: inline-block;
}
.form_page_3 .contact_exlink {
  text-align: center;
  margin: 30px auto;
}
.form_page_3 .contact_exlink a {
  color: #f26d00;
  text-decoration: none;
  background: url(../images/icon_exlink.png) no-repeat right center;
  padding-right: 30px;
  line-height: 1.8em;
  display: inline-block;
}
.form_page_3 .contact_check_privacy {
  text-align: center;
}

.form_page_4 .lead_txt_03 {
  font-size: 20px;
  text-align: center;
  color: #11566d;
  margin: 40px auto 20px;
}
.form_page_4 .lead_txt_04 {
  text-align: center;
  margin-bottom: 40px;
}
.form_page_4 .contact_image {
  display: block;
  margin: 0 auto 80px;
}
.form_page_4 .btnBlue a {
  position: relative;
  height: 60px;
  line-height: 60px;
  width: 410px;
  margin: 0 auto 96px;
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #c63605;
  background: rgb(244, 132, 0); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(244, 132, 0, 1) 0%,
    rgba(238, 85, 0, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(244, 132, 0, 1) 0%,
    rgba(238, 85, 0, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(244, 132, 0, 1) 0%,
    rgba(238, 85, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48400', endColorstr='#ee5500',GradientType=0 ); /* IE6-9 */
}
.form_page_4 .btnBlue a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #ffffff;
}

/*# sourceMappingURL=style.css.map */
.box-title {
  border-top: 4px solid #f26d00;
  background: #705027;
  padding: 30px 0 22px;
  position: relative;
}
.box-title:before{
  position: absolute;
  top: 14px;
  left: calc(50% - 480px);
  content: "";
  width: 152px;
  height: 148px;
  background: url('../images/bubble-pc.png') no-repeat center top;
}
.box-title h1 {
  font-size: 28px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  margin-bottom: 8px;
}
.box-title ul {
  width: 430px;
  margin: auto;
  overflow: hidden;
}
.box-title ul li {
  float: left;
  margin-right: 5px;
  background: #fff;
  text-align: center;
  color: #e78d3b;
  font-size: 18px;
  display: block;
  font-weight: bold;
  padding: 4px 0 2px 0;
}
.box-title ul li:nth-child(1),
.box-title ul li:nth-child(2){
  width: 133px;
}
.box-title ul li:last-child {
  width: 153px;
  margin-right: 0;
}

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

  .box-title{
    padding: 17px 0 10px;
  }
  .box-title:before{
    left: calc(50% - 220px);
    width: 90px;
    height: 46px;
    top: 16px;
    background: url('../images/bubble-sp.png') no-repeat center top;
  }
  .box-title h1 {
    font-size: 18px;
    line-height: 22px;
    max-width: 350px;
    margin: 0 auto 16px;
    padding-left: 80px;
    text-align: left;
  }
  .box-title h1 br{
    display: none;
  }

  .box-title ul {
  }
  .box-title ul li {
  }
  .box-title ul li:nth-child(1),
  .box-title ul li:nth-child(2){
    
  }
  .box-title ul li:last-child {
    
  }
}

@media screen and (max-width: 440px) {
  .box-title:before{
    left: 7px;
  }
  .box-title h1 {
    padding-left: 0;
    margin: 0 5px 16px 95px;
  }
}
@media screen and (max-width: 767px) {

  .box-title ul {
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px;
    max-width: 454px;
    margin: auto;
  }
  .box-title ul li {
    margin-right: 2px;
    font-size: 14px;
    line-height: 16.3px;
    letter-spacing: 1.37px;
    padding: 4px 0;
  }
  .box-title ul li:nth-child(1),
  .box-title ul li:nth-child(2){
    width: calc((100% - 133px) / 2);
    
  }
  .box-title ul li:last-child {
    margin-right: 0;
    width: 129px;
  }
}

.main-area {
  width: 100%;
  max-width: 476px;
  margin: 48px auto 0;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .main-area {
    margin-top: 20px;
  }
}
.main-area .box-contact {
  border: 1px solid #e3ddd4;
  background-color: #ffffff;
  margin-bottom: 49px;
}
.main-area .box-contact .box-contact-ttl {
  background: #705027;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
  padding: 8px 0 7px;
  position: relative;
  margin-bottom: 15px;
}
.main-area .box-contact .box-contact-ttl:before{
  position: absolute;
  right: 0;
  left: 0;
  bottom: -8px;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #705027;
}
.main-area .box-contact .box-contact-phone {
  margin-bottom: 6px;
}
.main-area .box-contact .box-contact-phone a {
  color: #3ba44a;
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
  padding: 0 0 0 64px;
  
}
.main-area .box-contact .box-contact-phone a:before{
  position: absolute;
  top: 9px;
  left: 39px;
  content: "";
  width: 59px;
  height: 34px;
  background: url('../images/icon-tel.png') no-repeat center top;
}

.main-area .box-contact .txt01 {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #333;
}
.main-area .box-contact .txt02 {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 23px;
  color: #333;
}
.main-area .main-block {
  /*width: 100%;*/
  /*max-width: 500px;*/
  /*margin: 0 auto;*/
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main-area .main-block h2{
 background: #F5F1EB;
 padding: 19px 10px 17px 20px;
 border-left: 6px solid #ed8a34;
 color: #333333;
 font-size: 20px;
 font-weight: bold;
 line-height: 28px;
 margin-bottom: 20px;
}
.main-area .main-block h3{
 color: #333;
 margin-bottom: 20px;
 font-size: 0.9rem;
 font-weight: normal;
}
.main-area .main-block > h3 {
  color: #666666;
}
.steps {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .steps {
    margin-bottom: 20px;
  }
}
.step1,
.step2 {
  width: 100%;
  flex-basis: 100%;
}
.step2 {
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .step2 {
    padding-left: 0;
  }
}
.step1 .step-box {
  background: #ff8400;
  border-radius: 5px 0 0 5px;
  color: #fff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  /*padding: 0 4em 0 5em;*/
  position: relative;
  font-size: 1.2rem;
  width: calc(100% - 40px);
  text-align: center;
}
.step1 .step-box::before {
  border: 25px solid transparent;
  border-left-color: #ff8400;
  border-right-width: 0;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -25px;
  top: 0;
  width: 0;
}
.step2 .step-box {
  background: #cccccc;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  /*padding: 0 5em 0 5em;*/
  position: relative;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .step1 .step-box {
    height: 40px;
    line-height: 40px;
  }
  .step1 .step-box::before {
    border: 20px solid transparent;
    border-left-color: #ff8400;
    border-right-width: 0;
    right: -20px;
  }
  .step2 .step-box {
    height: 40px;
    line-height: 40px;
  }
}
#reformCompanyArea.testForm_sec {
  display: block !important;
  border-radius: 4px;
  border: 1px solid #cecece;
  background: #EDEDED;
  margin-bottom: 18px;
  position: relative;
}
#reformCompanyArea.testForm_sec .testForm_sec_title{
  width: 143px;
  font-size: 16px;
  position: relative;
  display: table;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#reformCompanyArea.testForm_sec .testForm_sec_title span{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-weight: 400;
}
#reformCompanyArea.testForm_sec .testForm_sec_title span:before{
  position: absolute;
  left: 0;
  right: 0;
  content: "必須";
  background-color: #ffffff;
  padding: 0 5px;
  top: calc(50% - -19px);
  width: 40px;
  margin: auto;
  font-size: 14px;
  color: #ed8a34;
  font-weight: 400;
}


#reformCompanyArea.testForm_sec .inner{
  background-color: #ffffff;
  padding: 18px 10px 3px 30px;
  margin-left: 143px;
}
#reformCompanyArea.testForm_sec .inner #reform_company_area{
  
}
#reformCompanyArea.testForm_sec .inner #reform_company_area label{
  display: block;
  font-size: 16px;
  margin-bottom: 13px;
  vertical-align: top;
}

@media screen and (max-width: 991px) {
  .main-area .main-block h2{
    padding-left: 24px;
  }
}

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

  .main-area .box-contact {
    border: 1px solid #999;
    background-color: #ffffff;
    margin-bottom: 22px;
    padding: 16px 0;
  }
  .main-area .box-contact .box-contact-ttl {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    background: none;
    padding: 0;
    margin-bottom: 3px;
  }
  .main-area .box-contact .box-contact-ttl:before{
    display: none;
  }
  .main-area .box-contact .box-contact-phone{
    max-width: 311px;
    width: 100%;
    margin: 0 auto 7px;
  }
  .main-area .box-contact .box-contact-phone a {
    box-shadow: 0 4px 0 #287528;
    border-radius: 6px;
    background-color: #ffffff;
    background-image: linear-gradient(to top, #4a904a 0%, #57a15c 100%);
    color: #FFF;
    font-size: 24px;
    line-height: 28px;
    padding: 11px 5px 9px 63px;
  }
  .main-area .box-contact .box-contact-phone a:before{
    position: absolute;
    top: 14px;
    left: 36px;
    width: 41px;
    height: 20px;
    background: url('../images/icon-tel-sp.png') no-repeat center top;
  }

  .main-area .box-contact .txt02 {
    display: none;
  }

  .main-area .main-block h2{
    font-size: 18px;
    line-height: 28px;
    padding: 14px 10px 11px 14px;
  }
  .main-area .main-block h3{
   
  }

  #reformCompanyArea.testForm_sec {
    border-radius: 0;
    border: 0;
    background: none;
    margin-bottom: 0;
  }

  #reformCompanyArea.testForm_sec .testForm_sec_title{
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    bottom: inherit;
    background-color: #ededed;
    font-size: 15px;
    text-align: left;
    padding: 0 0 0 10px;
  }
  #reformCompanyArea.testForm_sec .testForm_sec_title span{
    padding: 5px 0;
  }
  #reformCompanyArea.testForm_sec .testForm_sec_title span:before{
    left: 112px;
    top: 5px;
    text-align: center;
    padding: 0px ;
    height: auto;
    right: inherit;
  }

  #reformCompanyArea.testForm_sec .inner{
    background-color: #ffffff;
    padding: 12px 0 0 0px;
    margin-left: 0;
  }
  #reformCompanyArea.testForm_sec .inner #reform_company_area label{
    display: inline-block;
    font-size: 12px;
    width: calc((100% - 15px) / 2);
    margin-bottom: 10px;
  }
  #reformCompanyArea.testForm_sec .inner #reform_company_area label:nth-child(odd){
     margin-right: 15px;
  }
  #reformCompanyArea.testForm_sec .inner #reform_company_area label input[type="checkbox"]{
    float: left;
    margin: 0 7px 4px 0;
    width: 16px;
    height: 16px;
  }
  input[type="checkbox"]:checked:before{
    width: 16px;
    height: 16px;
    background: url(../images/checked.png);
    background-size: 16px 16px;
  }
}


.m-sideForm__body {
  width: 100%;
  /*border: 3px solid #CECECE;*/
  /*background: #f7f7f7;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*padding: 16px 12px;*/
}

.m-sideForm__body .wpcf7-not-valid-tip {
  position: relative;
  left: -53px;
  font-size: 1.4rem;
  color: #f00;
  line-height: 1;
  margin-top: 6px;
  width: calc(100% + 47px);
}

.m-sideForm__inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .m-sideForm__inner {
    margin-bottom: 12px;
  }
}

.m-sideForm__inner.-modifier {
  margin-bottom: 14px;
}

.m-sideForm__inner.error .require {
  background: #ed3d3d;
}

.m-sideForm__inner.error select {
  background: url(../images/_common/arrow-select.png) no-repeat center right
      10px,
    #fff2f2;
  background-size: 5px 7px;
  border-color: #ed3d3d;
}

.m-sideForm__inner.error input {
  background: #fff2f2;
  background-size: 10px 20px;
  border-color: #ed3d3d;
}

.m-sideForm__inner .require {
  background: #ff8400;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18%;
/*  width: 71px;*/
  height: 59px;
  padding: 0px 8px;
}

.m-sideForm__inner .any {
  background: #b6b6b6;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18%;
 /* width: 71px;*/
  height: 59px;
  padding: 0px 8px;
}

.m-sideForm__inner input {
  width: 100%;
  height:59px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cecece;
  border-left: none;
  border-radius: 0 5px 5px 0;
  padding: 6px 10px 6px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .m-sideForm__inner .any {
    height: 46px;
    padding-left: 10px;
  }
  .m-sideForm__inner .require {
    height: 46px;
    padding-left: 10px;
  }
  .m-sideForm__inner input {
    height: 46px;
    padding-left: 10px;
  }
}
.m-sideForm__inner input::-webkit-input-placeholder {
  color: #999999;
}

.m-sideForm__inner input::-moz-placeholder {
  color: #999999;
}

.m-sideForm__inner input:-ms-input-placeholder {
  color: #999999;
}

.m-sideForm__inner input::-ms-input-placeholder {
  color: #999999;
}

.m-sideForm__inner input::placeholder {
  color: #999999;
}

.m-sideForm__inner select {
  width: 100%;
  height: 59px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cecece;
  border-left: none;
  border-radius: 0 5px 5px 0;
  padding: 6px 10px 6px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  background: url(../images/_common/arrow-select.png) no-repeat center right
      10px,
    #fff;
  background-size: 5px 7px;
}

@media screen and (max-width: 767px) {
  .m-sideForm__inner select{
    width: 100%;
    height: 46px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
    
  .m-sideForm__inner .require {
    font-size: 14px;
  }

  .m-sideForm__inner .any {
   font-size: 14px;
  }
  .m-sideForm__inner select {
    font-size: 14px;
  }
  .m-sideForm__inner input {
    font-size: 14px;
  }
}
.m-sideForm__inner select.is-empty {
  color: #999999;
}

.m-sideForm__inner .wpcf7-form-control-wrap {
  display: block;
  width: 78%;
  /*width: calc(100% - 87px);*/
}

.m-sideForm__annotationList {
  margin: 18px 0 33px;
}

.m-sideForm__annotationList li {
  color: #666;
  font-size: 0.9rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  margin-bottom: 5px;
}

.m-sideForm__annotationTxt {
  color: #666;
  font-size: 0.9rem;
  margin: -7px 0 42px 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .m-sideForm__annotationList{
    margin: -4px 0 20px;
  }
  .m-sideForm__annotationList li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .m-sideForm__annotationTxt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 35px;
  }
}
.m-sideForm__btn {
  padding: 0 10px;
}

.m-sideForm__btn .ajax-loader {
  display: none;
}

.m-sideForm__btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  text-indent: -9999999px;
  width: 100%;
  height: 52px;
  background: url(../images/_common/btn-form2.png) no-repeat center center;
  background-size: contain;
}

.m-sideForm__btn input:hover {
  cursor: pointer;
  opacity: 0.7;
}

.m-sideForm__form {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-width: 280px;
}

.m-sideForm__form .wpcf7-validation-errors {
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.m-sideForm__innerB p {
  font-size: 1.2rem;
  margin: 0 0 5px;
}

.m-sideForm__inner > br {
  display: none;
}

.m-sideForm__innerB p.small {
  font-size: 1.1rem;
  color: #727272;
}

.m-sideForm__innerB .radioWrap {
  margin: 0 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-sideForm__innerB .radioWrap > span {
  width: 19%;
  margin: 0;
}

.m-sideForm__innerB .radioWrap label {
  border: 1px solid #3e8c26;
  background: #fff;
  border-radius: 4px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.m-sideForm__innerB .radioWrap label input {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.m-sideForm__innerB .radioWrap label input:checked {
  background: #3e8c26;
}

.m-sideForm__innerB .radioWrap label input:checked + span {
  color: #fff;
}

.m-sideForm__innerB .radioWrap label span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 1rem;
  color: #3e8c26;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
}

.m-sideForm__innerB select {
  width: 100%;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #3e8c26;
  border-radius: 5px;
  padding: 6px 10px 6px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 1.4rem;
  background: url(../images/_common/arrow-select.png) no-repeat center right
      10px,
    #fff;
  background-size: 5px 7px;
  box-sizing: border-box;
  margin: 0 0 15px;
}

.m-sideForm__innerB input[type="tel"],
.m-sideForm__innerB input[type="email"] {
  width: 100%;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #3e8c26;
  border-radius: 5px;
  padding: 6px 10px 6px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 1.4rem;
  background: #fff;
  margin: 0 0 15px;
}
.m-sideForm__body .txt-note{
  color: #ff0000;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .m-sideForm__body .txt-note{
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .m-sideForm__body .txt-note br{
    display: none;
  }
  .m-sideForm__innerB input[type="tel"],
  .m-sideForm__innerB input[type="email"] {
    padding-left: 10px;
  }
}

.m-sideForm__body .btnWrap{
  position: relative;
}
.m-sideForm__body .btnWrap i{
  position: absolute;
  top: calc(50% - 8px);
  right: 31px;
  z-index: 99;
  color: #FFF;
}
.js-formCv {
  text-decoration: none;
}
.m-sideForm__body .btnWrap input,
.js-formCv span{
  display: block;
  box-shadow: 0 4px 0 #287528;
  border-radius: 4px;
  background: none;
  background-image: linear-gradient(to top, #4a904a 0%, #57a15c 100%);
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  padding: 0 0;
  transition: all ease-in-out .3s;
  position: relative;
  border: 0;
  width: 100%;
  margin: 15px 0 40px;
  height: 64px;
  line-height: 60px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
   .m-sideForm__body .btnWrap input,
   .js-formCv span{
    font-size: 16px;
    margin-top: 12px;
  }
}
.l-navMobile__cv{
  text-align: center;
}

.l-navMobile__cv a {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0 3px 0 #2d5219;
          box-shadow: 0 3px 0 #2d5219;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#71b14f), to(#a3e88a));
  background-image: linear-gradient(to top, #71b14f 0%, #a3e88a 100%);
  padding: 13px 29px 10px 44px;
  width: 100%;
  text-align: center;
  line-height: 18px;
  text-shadow: 0 1px 4px #41861c;
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}


.l-navMobile__cv a span {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    
}

.l-navMobile__cv a:before{
  content: '無料';
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  left: 11px;
  top: 13px;
  border-radius: 50%;
  background: #bf381d;
}

.l-navMobile__cv a:after{
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/_common/icon-right.png) no-repeat center;
  background-size: 24px auto;
  position: absolute;
  color: #fff;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  margin-top: 2px;
}
select:focus,
textarea:focus,
input:focus {
  outline: none;
}


header .l-header__inner {
  padding: 19px 0 10px;
  display: flex;
  max-width: 1057px;
}

header .l-header__inner .l-header__siteLead{
  padding-left: 17px;
}

@media screen and (max-width: 1040px) {
  header .l-header__inner {
    padding: 10px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

header .l-header__inner .l-header__telnumber {
  position: absolute;
  right: 0;
  width: auto;
  top: 10px;
  opacity: 0;
  pointer-events:none;
}

@media screen and (max-width: 1040px) {
  header .l-header__inner .l-header__telnumber {
    right: 20px;
    position: unset;
  }
}

header .l-header__inner .l-header__telnumber img {
  height: 46px;
  width: auto;
}

header .l-header__inner .l-header__no1 {
  position: relative;
  margin-left: 20px;
  margin-top: -8px;
}

@media screen and (max-width: 991px) {
  header .l-header__inner .l-header__no1 {
    margin-left: 0;
  }

  header .l-header__inner .l-header__siteLead{
    padding-left: 0;
  }

  header .l-header__inner .l-header__no1{
    margin-top: 0;
  }
}

header .l-header__inner .l-header__no1:after {
  content: '※実施委託先：日本コンシューマーリサーチ';
  color: #333333;
  font-size: 9px;
  position: absolute;
  left: 158px;
  bottom: -2px;
  width: 200px;
}

@media screen and (max-width: 1040px) {
  header .l-header__inner .l-header__no1:after {
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  header .l-header__inner .l-header__no1:after {
    content: none;
  }

  header .l-header__inner .l-header__telnumber{
    display: none;
  }
  .l-header__hum{
      position: relative;
      top: 1px;
      right: 0;
  }
}

header .l-header__inner .l-header__no1 img {
  height: auto;
  width: 157px;
}

@media screen and (max-width: 1040px) {
  header .l-header__inner .l-header__no1 img {
    width: 105px;
    margin-top: -8px;
  }
}

@media screen and (max-width: 767px) {
  header .l-header__inner .l-header__no1 img {
    margin-top: 0;
  }

  .l-header__hum p{
    display: none;
  }

  .l-header__hum{
    width: 55px;
  }
  .m-sideForm__inner .wpcf7-form-control-wrap {
    width: 76%;
  }
  #reformCompanyArea .formError {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  #reformCompanyArea.testForm_sec {
    margin-bottom: 32px;
  }
  #reformCompanyArea .formError {
    position: absolute;
    bottom: -26px;
  }
}
.l-header__cv_hd{
  max-width: 240px;
  width: 100%;
  display: block;
}

.l-header__cv_hd img{
  width: 100% !important;
  height: auto !important;
}

.m-sideForm__body .formError {
  color: red;
  background-color: #ffffff;
}

.js-formCv span{
  font-size: 24px;
  line-height: 64px;
}
.m-sideForm__body .btnWrap i{
  top: calc(50% - 11px);
}
@media screen and (max-width: 550px) {
  .js-formCv span{
    font-size: 22px;
  }
  .m-sideForm__body .btnWrap i{
    top: calc(50% - 9px);
  }
}
@media screen and (max-width: 374px) {
  .js-formCv span{
    font-size: 18px;
  }
  .m-sideForm__inner .require,
  .m-sideForm__inner .any{
    padding-left: 2px;
  }
}

#page-1{
  border-top: 4px solid #f26d00;
}

.footer_bn_sp{
  padding: 0 0 24px;
  display: none;
}
@media screen and (max-width: 700px) {
  .footer_bn_sp{
    display: block;
  }
  .footer_bn_sp img{
    width: 100%;
  }
}

.small_text{
  font-size: 12px;
  text-align: center;
  padding: 0 0 24px;
}

p[class*=tel-error-] {
  display:none;
}

.btn-disable {
  color: #fff;
  background-color: #aaaaaa!important;
  box-shadow: 0px 8px 0px #999999!important;
}