@charset "UTF-8";
img {
  width: auto;
  height: auto;
}

a {
  outline: none;
}

html#form,
#form body {
  height: 100%;
  min-height: 720px;
}

body {
  color: #333;
  font-size: 16px;
  line-height: 1;
  min-width: 1000px;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
}

strong {
  font-weight: bold;
}

.hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.hover:hover {
  opacity: 0.7;
}

.pageInner {
  margin: auto;
  width: 1000px;
}

.center {
  text-align: center;
}

.flex,
.flexBetween,
.flexStyleBC,
.alignCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexBetween,
.flexStyleBC {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.alignCenter,
.flexStyleBC {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/*----- header -----*/

#header {
  border-bottom: 1px solid #dcdcdc;
}

#header .logoform {
  display: block;
  text-align: center;
  padding: 13px 0 11px;
}

#index #header {
  height: 30px;
  background: #221815;
  border: none;
}
#index #header p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}

/*----- fv -----*/

.ly_fv {
  position: relative;
  background: url(../img/fv_bg.png) no-repeat center top;
  background-size: cover;
}

.bl_fv_logo {
  padding-top: 20px;
}

.fv_title_box {
  position: absolute;
  right: 0;
  top: 20px;
}

.bl_fv_appeal {
  width: 940px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.bl_fv_appealImg {
  margin-top: 20px;
}

.bl_fv_contactBtn {
  margin-top: 64px;
}

.bl_fv_bottomLabel {
  margin-top: 14px;
  padding: 17px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #f9575c;
}

/*----- info -----*/

.bl_info {
  background: #ffb2b5;
  padding: 50px 0 40px;
}

.bl_info_title {
  text-align: center;
}

.bl_info_content {
  width: 940px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-evenly;
}

.bl_info_text {
  margin-left: 30px;
}

/*----- trouble -----*/

#trouble {
  /*margin-bottom: 25px;*/
  background-size: cover;
}

#trouble .trouble_header {
  padding-top: 30px;
  background: url(../img/trouble_bg1.png) no-repeat center 0;
  background-size: cover;
}

#trouble h2 {
  text-align: center;
  margin: 0 0 10px 14px;
}

#trouble .trouble_block {
  background: #ffb2b5;
  padding: 80px 0 336px;
}

#trouble .image {
  text-align: center;
  margin-left: -2px;
  padding-bottom: 60px;
}

#trouble .image02 {
  text-align: center;
  position: relative;
}

#trouble .image03 {
  position: absolute;
  top: -50px;
  left: 100px;
}

#trouble .text01 {
  position: absolute;
  top: 138px;
  left: 0;
  right: 0;
  text-align: center;
}

#trouble .text02 {
  position: absolute;
  bottom: 82px;
  left: 0;
  right: 0;
  text-align: center;
}

/*----- comparison -----*/

#comparison {
  position: relative;
  background: #f3fffb;
  padding: 78px 0;
}

#comparison h2 {
  text-align: center;
  padding-bottom: 47px;
}

#comparison .text {
  font-size: 16px;
  line-height: 20px;
  padding: 26px 38px 46px;
  color: #221815;
}

/*----- fee -----*/

#fee {
  background: #f3fffb;
  padding-bottom: 70px;
}

#fee h2 {
  text-align: center;
  padding: 51px 0 28px;
}

#fee .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 33px;
  width: 910px;
  margin: 0 auto;
}

/*----- case -----*/

.ly_case {
  background: url(../img/case_bg.jpg) repeat 0 0;
  padding-bottom: 42px;
}

.bl_case_title {
  text-align: center;
  padding: 72px 0 26px;
}

.bl_case_slide {
  width: 642px;
  margin: 0 auto;
}

.bl_case_slideCard {
  position: relative;
  width: 307px !important;
  margin: 0 7px;
}

.el_slide_text {
  position: absolute;
  top: 312px;
  left: 20px;
  width: 272px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.el_slide_annotation {
  position: absolute;
  top: 424px;
  right: 20px;
  font-size: 14px;
  color: #333;
}
.ly_case .slide-arrow.prev-arrow {
  position: absolute;
  top: 146px;
  left: -76px;
}
.ly_case .slide-arrow.next-arrow {
  position: absolute;
  top: 146px;
  right: -76px;
}
dots {
  position: absolute;
  bottom: -44px;
}
.ly_case .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #d0d0d0;
}

.ly_case .slick-dots .slick-active {
  background-color: #f9575c;
}

/*----- voice -----*/

#voice {
  padding-bottom: 5px;
  background: #ffb2b5;
}

#voice h2 {
  text-align: center;
}

#voice h2 img {
  width: 100%;
}

#voice .voice_block {
  background: url(../img/voice1_bg.png) no-repeat 0 0;
  width: 803px;
  height: 380px;
  margin: -31px 0 40px 93px;
  padding: 67px 56px 20px 56px;
  position: relative;
}

#voice .voice_block.voice_block02 {
  background: url(../img/voice2_bg.png) no-repeat 0 0;
  width: 789px;
  height: 430px;
  margin: -30px 0 40px 99px;
  padding: 67px 56px 20px 50px;
}

#voice .voice_block.voice_block02 .text {
  left: 232px;
  top: 133px;
}

#voice .voice_block.voice_block02 .name {
  margin: 13px 0 0px 10px;
}

#voice .text {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  width: 490px;
  left: 239px;
  top: 103px;
}
#voice .bl_voice_noteText {
  font-size: 14px;
  position: absolute;
  bottom: 50px;
  right: 80px;
}

#voice .text01 {
  font-size: 14px;
}

#voice .name {
  background: #dbf9ef;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin: 13px 0 0px 15px;
  width: 127px;
}

/*----- media -----*/

#media {
  background: #ffb2b5;
  padding-bottom: 40px;
  /*padding-bottom: 325px;*/
  /*margin: -71px 0 0 -3px;*/
}

#media h2 {
  text-align: center;
  /*padding: 0px 0 48px;*/
}

/*----- type -----*/

#type {
  background: url(../img/type-bg.jpg) repeat 0 0;
  padding: 57px 0 35px;
}

#type h2 {
  padding: 45px 0 32px;
  text-align: center;
  margin-left: -20px;
}

#type .type_block {
  background: url(../img/type_text_bg.png) no-repeat 0 0;
  padding: 40px 55px;
  margin: -85px 30px 0 52px;
  position: relative;
  z-index: 2;
}

#type .text {
  font-size: 16px;
  line-height: 20px;
  padding-left: 42px;
  width: 747px;
  margin-bottom: 25px;
}

#type .image {
  margin-left: -40px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#type .image02 {
  text-align: center;
  margin: 0 0 45px -21px;
}

#type .image03 {
  text-align: center;
  margin: 0 0 25px -21px;
}

#type dl {
  overflow: hidden;
  margin-bottom: 60px;
}

#type dl dt {
  font-size: 16px;
  line-height: 24px;
  float: left;
  width: 353px;
  margin-right: 18px;
}

#type dl dd {
  float: left;
  width: 421px;
  margin-top: 5px;
}

/*----- w-2 -----*/

#w2 {
  background: url(../img/type-bg.jpg) repeat 0 0;
  padding: 45px 0 125px;
}

#w2 h2 {
  text-align: center;
  margin-left: 12px;
  padding-bottom: 16px;
  position: relative;
  z-index: 2;
}

#w2 h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #f8ef25;
  margin-bottom: 14px;
  letter-spacing: 1px;
}

#w2 .text {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

#w2 .image01 {
  background: url(../img/w1_img.png) no-repeat center 0 #44c4c7;
  margin-bottom: 38px;
  position: relative;
  padding-bottom: 43px;
  z-index: 2;
}

#w2 .image01 .block_text {
  margin-left: 566px;
  width: 417px;
  padding-top: 43px;
}

#w2 .image02 {
  background: url(../img/w2_img.png) no-repeat center 0 #44c79d;
  position: relative;
  z-index: 2;
  padding-bottom: 43px;
}

#w2 .image02 .block_text {
  margin-left: 26px;
  width: 412px;
  padding-top: 43px;
}

#w2 .image_border {
  background: url(../img/w_bg_line.png) no-repeat center 0;
  width: 710px;
  height: 840px;
  position: absolute;
  top: 63px;
  left: 145px;
  z-index: 1;
}

#w2 .image_icon {
  background: url(../img/w_x.png) no-repeat center 0;
  position: absolute;
  width: 81px;
  height: 81px;
  top: 513px;
  left: 459px;
  z-index: 3;
}

#w2 + .info {
  background: #ffb2b5;
  margin-top: 0;
  padding-top: 17px;
}

#w2 + .info .block_text .text01 {
  margin-left: 26px;
}

#w2 + .info .block_text .text02 {
  margin-right: 39px;
}

/*----- point -----*/

#point {
  background: #ffb2b5;
  padding: 64px 0 40px;
}

#point h2 {
  text-align: center;
  margin-bottom: 33px;
}

#point .point_block {
  overflow: hidden;
}

#point .block_content {
  width: 460px;
  float: left;
  padding: 0 0px 9px;
  margin-left: 77px;
  position: relative;
}

#point .block_content:first-child {
  width: 490px;
  padding: 0 40px 9px;
  margin-left: 37px;
}

#point .block_content:first-child h3 {
  margin-left: -6px;
}

#point .block_content:nth-of-type(2n) {
  margin-left: -10px;
}

#point .block_content:nth-of-type(2) h3 {
  margin-left: -5px;
  margin-bottom: 12px;
}

#point .block_content:nth-of-type(2) .block_content-text {
  left: 48px;
  top: 175px;
}

#point .block_content:nth-of-type(3) {
  padding-bottom: 11px;
}

#point .block_content:nth-of-type(3) h3 {
  margin-left: -8px;
  margin-bottom: 28px;
}

#point .block_content:nth-of-type(3) .block_content-text {
  left: 49px;
}

#point .block_content:nth-of-type(4) {
  margin-left: -20px;
  padding-bottom: 11px;
}

#point .block_content:nth-of-type(4) h3 {
  margin-left: -22px;
  margin-bottom: 12px;
}

#point .block_content:nth-of-type(4) .block_content-text {
  left: 49px;
  top: 174px;
}

#point .block_content:nth-of-type(5) h3 {
  margin-left: -12px;
  margin-bottom: 13px;
}

#point .block_content:nth-of-type(5) .block_content-text {
  left: 49px;
  top: 174px;
}

#point .block_content:nth-of-type(6) {
  margin-left: -20px;
}

#point .block_content:nth-of-type(6) h3 {
  margin-left: -11px;
  margin-bottom: 28px;
}

#point .block_content:nth-of-type(6) .block_content-text {
  left: 49px;
  top: 189px;
}

#point .block_content-text {
  position: absolute;
  top: 189px;
  left: 89px;
  width: 345px;
}

#point .block_content h3 {
  text-align: center;
  margin: 20px 0 27px;
}

#point .block_content .text {
  font-size: 16px;
  line-height: 24px;
}

/*----- flow -----*/

#flow {
  background: #fffcc0;
  padding: 74px 0 96px;
}

#flow h2 {
  text-align: center;
  margin-bottom: 28px;
}

#flow .top-img {
  width: 470px;
  margin: 0 auto;
  position: relative;
  background: url(../img/flow_arrow_left.png) no-repeat 296px bottom;
  padding-bottom: 44px;
}

#flow ul {
  width: 960px;
  margin: -20px auto 0;
}

#flow ul li {
  float: left;
}

#flow ul li:nth-child(even) {
  float: right;
}

#flow ul li:nth-child(1) {
  background: url(../img/flow_arrow_right.png) no-repeat 434px bottom;
  margin-bottom: 14px;
  padding-bottom: 16px;
}

#flow ul li:nth-child(2) {
  background: url(../img/flow_arrow_left.png) no-repeat 458px bottom;
  margin-bottom: 14px;
  padding-bottom: 46px;
}

#flow ul li:nth-child(3) {
  background: url(../img/flow_arrow_right.png) no-repeat 442px bottom;
  margin-bottom: 12px;
  padding-bottom: 46px;
}

/*----- faq -----*/

#faq {
  background: url(../img/faq_bg.png) repeat 0 0;
  padding-bottom: 55px;
}

#faq h2 {
  text-align: center;
  padding: 75px 0 56px;
}

#faq .faq_block {
  overflow: hidden;
  clear: both;
  margin-bottom: 62px;
}

#faq .faq_block:nth-of-type(2) {
  margin-bottom: 72px;
}

#faq .block {
  padding: 0 5px 0 26px;
  width: 522px;
  float: left;
}

#faq .block:nth-of-type(2n) {
  padding: 0px 0px;
  width: 455px;
}

#faq .block:nth-of-type(2n) dt {
  padding: 20px 30px 25px 38px;
}

#faq .block:nth-of-type(2n) dd {
  padding: 12px 25px 39px 31px;
}

#faq dl dt {
  background: #ff8486;
  padding: 20px 30px 25px 27px;
  width: 455px;
  height: 83px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 41px 13px 0;
  position: relative;
  cursor: pointer;
}

#faq dl dt:nth-of-type(2n) {
  margin-right: 0;
}

#faq dl dt:after {
  content: "";
  background: url(../img/faq_arrow_close.png) no-repeat 0 0;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}

#faq dl dt.active:after {
  background: url(../img/faq_arrow_open.png) no-repeat 0 0;
}

#faq dl dt.active {
  background: rgba(255, 132, 134, 0.7);
}

#faq dl dt .icon {
  margin-right: 23px;
  display: inline-block;
  width: 27px;
}

#faq dl dt .text {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  display: inline-block;
  width: 320px;
}

#faq dl dd {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 25px 39px 28px;
  width: 455px;
  /* -webkit-transition: height .3s;
    transition: height .3s linear;
    height: 0; */
  display: none;
}

#faq dl dd.open {
  height: 111px;
}

/*----- access -----*/

#access {
  background: url(../img/faq_bg.png) repeat 0 0;
  padding-bottom: 40px;
}

#access h2 {
  text-align: center;
  padding-bottom: 41px;
}

.bl_access_shop {
  width: 950px;
  margin: 0 auto;
}

.bl_access_shopTtl {
  background: #ff6265;
  text-align: center;
  margin-bottom: 38px;
  padding: 30px 0;
}

.bl_access_inner {
  width: 900px;
  margin: 0 auto;
  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: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bl_access_box {
  width: 422px;
}

.bl_access_shopTxtBox {
  margin-bottom: 28px;
}
.bl_access_shopTxtBox dt {
  font-size: 16px;
  color: #fff;
  background: #ffa7a8;
  margin-bottom: 12px;
  padding: 13px 0 12px 15px;
}
.bl_access_shopTxtBox dd {
  font-size: 16px;
  line-height: 1.5;
}
.bl_access_shopTxtBox dd strong {
  font-size: 20px;
  font-weight: normal;
}
.bl_access_shopTxtBox dd strong em {
  font-weight: bold;
}
.bl_access_shopTxtBox dd hr {
  border: none;
  padding: 0;
  margin: 0;
  height: 20px;
}
.bl_access_shopTxtBox dd iframe {
  margin-top: 54px;
}
.bl_access_imgBox {
  margin-top: 42px;
}
.bl_access_imgBox img + img {
  margin-left: 7px;
}

#access .text {
  color: #221815;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  clear: both;
  margin-top: 92px;
}

.mb22 {
  margin-bottom: 22px;
}

.mb34 {
  margin-bottom: 34px;
}

.textpink {
  color: #f88689;
}

.default {
  position: relative;
}

.nav_fix {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 71px;
  display: none;
}

.nav_fix h1 {
  padding: 13px 0 10px 26px;
  float: left;
}
.nav_fix h1 img {
  display: inline-block;
  vertical-align: middle;
}
.nav_fix h1 span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.nav_fix .button {
  float: right;
  overflow: hidden;
}

.nav_fix .button > img {
  margin-top: 3px;
  float: left;
}

.nav_fix .button a {
  float: right;
  margin-left: 7px;
}

/*----- footer -----*/

footer {
  padding: 0px 0 0 5px;
  border-top: 1px solid #909090;
}

footer small {
  font-size: 16px;
  line-height: 58px;
  color: #6f6f6f;
  text-align: center;
  display: block;
}

/*----- form -----*/

.formInputFrame,
#form .formTable td select,
#form .formTable td input[type="text"],
#form .formTable td input[type="number"],
#form .formTable td textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 2px solid #d1d0d0;
  border-radius: 0;
  padding: 8px 17px;
  resize: none;
  border: none;
}

#form #header {
  position: static;
}

#form #formFrame {
  margin: 0 auto;
  background: #ffe5e6;
  padding-bottom: 60px;
}

#form #formFrame h2 {
  font-size: 27px;
  line-height: 90px;
  font-weight: bold;
  padding-top: 62px;
  margin-bottom: 27px;
}

#form #formFrame .vacation-notice {
  width: 808px;
  min-height: 90px;
  margin: 0 auto 27px;
  padding: 15px 20px;
  background: #fff;
  border-radius: 5px;
}

#form #formFrame .vacation-notice dt {
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
}

#form #formFrame .vacation-notice dd {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  color: #f96165;
}

#form #formFrame .block_text {
  width: 768px;
  margin: 0 auto;
  background: #fff;
  padding: 32px 50px 40px;
  border-radius: 6px;
  margin-bottom: 35px;
}

#form #formFrame .block_text .text {
  font-size: 16px;
  line-height: 24px;
}

#form #formFrame .subTitle {
  font-size: 16px;
  line-height: 24px;
  color: #f96569;
  text-align: center;
  font-weight: bold;
}

#form #mainFrame {
  margin: auto;
  width: 808px;
}

#form #mainFrame #nextBtn {
  margin: 40px 0 90px;
}

#form .formTable {
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
}

#form .formTable tr {
  border-bottom: 1px solid #ffcdcf;
}

#form .formTable tr:first-child {
  border-top: 1px solid #ffcdcf;
}

#form .formTable .req th label {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 0 6px 0px;
  color: #555;
  font-size: 18px;
}

#form .formTable .req th::after {
  content: "必須";
  background: #ff3878;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 24px;
}

#form .formTable .noreq th label {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
  font-size: 18px;
  line-height: 25px;
}

#form .formTable .noreq th::after {
  content: "任意";
  background: #8a8a8a;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
  width: 60px;
}

#form .formTable .top th {
  padding-top: 35px;
}

#form .formTable .top th,
#form .formTable .top td {
  vertical-align: top;
}

#form .formTable th,
#form .formTable td {
  font-size: 18px;
  padding: 19px 0 19px 8px;
  line-height: 1.5;
  vertical-align: middle;
}

#form .formTable th {
  color: #222;
  display: inline-block;
  width: 260px;
}

#form .formTable th.text {
  width: 808px;
  padding: 10px 0 12px 8px;
  display: block;
}

#form .formTable th.text label {
  width: 738px;
}

#form .formTable th label {
  font-size: 16px;
  line-height: 24px;
  width: 192px;
}

#form .formTable td {
  padding-right: 5px;
  padding-left: 25px;
  width: 548px;
  display: inline-block;
  /*checkbox周り*/
  /*ここまでcheckbox周り*/
}

#form .formTable td input[type="text"],
#form .formTable td input[type="number"] {
  width: 100%;
}

#form .formTable td input[type="radio"] {
  display: none;
}

#form .formTable td input[type="radio"] + label {
  background: #fff;
  cursor: pointer;
  color: #555;
  padding: 21px 0 16px 53px;
  width: 252px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 10px;
  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;
  font-size: 16px;
  line-height: 22px;
  float: left;
}

#form .formTable td.error input[type="radio"] + label {
  background-color: rgb(255, 147, 147);
}

#form .formTable td input[type="radio"] + label::before {
  content: "";
  background: #eeedee;
  border: 1px solid #a6a6a6;
  border-radius: 2px;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 21px;
  top: 55%;
  margin-top: -12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#form .formTable td input[type="radio"] + label::after {
  content: "";
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000;
  display: block;
  opacity: 0;
  width: 9px;
  height: 15px;
  position: absolute;
  left: 26px;
  top: 50%;
  margin-top: -8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#form .formTable td input[type="radio"]:checked + label::after {
  opacity: 1;
}

#form .formTable td select {
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 35px;
  width: 156px;
  color: #555;
}

#form .formTable td ::-ms-expand {
  display: none;
}

#form .formTable .add th {
  vertical-align: top;
  padding-top: 35px;
}

#form .formTable .etc th {
  vertical-align: top;
}

#form .formTable .etc td textarea {
  width: 100%;
}

#form .formTable .style td hr {
  border: none;
  display: block;
  height: 10px;
}

#form .formTable .medium {
  width: 568px !important;
}

#form .formTable .smallxs {
  width: 210px !important;
}

#form .formTable .mini {
  width: 135px !important;
}

#form .formTable .small {
  width: 210px !important;
}

#form .formTable .form_select {
  position: relative;
}

#form .formTable .form_select:after {
  appearance: none;
  -webkit-appearance: none;
  content: "◀►";
  font: 12px "Consolas", monospace;
  color: #555;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg) translateY(-50%);
  right: 15px;
  top: 27%;
  position: absolute;
  pointer-events: none;
}

#form .formTable .text {
  font-size: 16px;
  line-height: 25px;
  display: block;
  padding: 0;
  width: 100%;
  overflow: hidden;
  padding: 0 0 17px 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#form .formTable .text .content .box {
  width: 50%;
  float: left;
}

#form .formTable .date .content {
  margin: 10px;
  width: 100%;
}

#form .formTable .date .content .box:nth-child(1) {
  margin-bottom: 10px;
}

#form .formTable .date .content .box:last-child {
  margin-bottom: 10px;
}

#form .formTable .date .content .text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

#form .formTable .date .content .textBox {
  font-size: 16px;
  margin: 10px;
}

#form .formTable .date .content .calendar {
  width: 205px;
  float: left;
  margin-right: 10px;
}

#form .formTable .date .content .calendar .text01 {
  color: #333;
  font-size: 18px;
  line-height: 32px;
}

#form .formTable .date .content .calendar .text01::after {
  content: "必須";
  background: #ff3878;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  vertical-align: text-top;
  width: 50px;
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
}

#form .formTable .date .content .calendar .text02 {
  color: #333;
  font-size: 18px;
  line-height: 32px;
}

#form .formTable .date .content .calendar .text02::after {
  content: "任意";
  background: #8a8a8a;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
}

#form .formTable .date .content .inputtext {
  float: left;
  width: 155px;
}

#form .formTable .date .content .inputtext input {
  padding: 5px 10px;
  border: none;
  margin-bottom: 12px;
}

#form .formTable .date .content .inputtext select {
  padding: 5px 10px;
  border: none;
}

#form .formTable .date .ui-datepicker {
  width: 205px;
  font-size: 15px;
  padding: 10px;
}

#form .formTable .date .ui-icon-circle-triangle-e {
  background-position: -31px -3px;
}

#form
  .formTable
  .date
  #datepicker1
  .ui-datepicker-week-end:last-child
  .ui-state-default,
#form
  .formTable
  .date
  #datepicker2
  .ui-datepicker-week-end:last-child
  .ui-state-default {
  background: #dceaf3;
}

#form .formTable .date .ui-icon-circle-triangle-w {
  background-position: -97px -3px;
}

#form .formTable .date .ui-state-disabled .ui-state-default {
  text-align: center;
  background: #e4e1e1;
}

#form .formTable .date .ui-state-default {
  background: #fff;
}

#form .formTable .date .ui-widget-header {
  border: none;
  background: none;
}

#form .formTable .date .ui-datepicker-today a {
  color: #fff;
  background: #c9ba92;
}

#form .formTable .date a.ui-state-active {
  color: #fff;
  background: #c9ba92 !important;
}

#form .formTable .date .ui-widget-content a {
  font-weight: bold;
  border: none;
}

#form .formTable .date .ui-datepicker {
  background: #ffffde;
}

#form .formTable .date .ui-datepicker td {
  padding: 0;
}

#form
  .formTable
  .date
  #datepicker1
  .ui-datepicker-week-end:first-child
  .ui-state-default,
#form
  .formTable
  .date
  #datepicker2
  .ui-datepicker-week-end:first-child
  .ui-state-default {
  background: #f5d0cd;
}

#form .formTable .date td:last-child table th {
  display: table-cell;
}

#form .formTable .date td:last-child table th span {
  font-size: 14px;
}

#form .formTable .date td:last-child table tr {
  display: table-row;
  border: none;
}

#form .formTable .date td:last-child table td {
  display: table-cell;
  background: none;
  width: initial !important;
  font-size: 13px;
  border: 1px solid #bbb;
}

#form .formTable .date td:last-child table td::after {
  display: none;
}

#form .formTable .date td:last-child table th {
  padding: 0;
  background: none;
  font-weight: normal;
}

#form .formTable .text02 {
  font-size: 17px;
  line-height: 25px;
  margin-right: 10px;
}

.bl_form_bottomImg {
  text-align: center;
}

.bl_form_bottomImg img {
  width: 470px;
  height: 353px;
}
.bl_form_bottomImg img + img {
  width: 276px;
  height: 392px;
}

/*----- confirm -----*/

#form.confirm .formTable tr th,
#form.confirm .formTable tr td {
  line-height: 1.8;
}

#form.confirm .formTable .top th {
  padding-top: 20px;
}

#form.confirm #sentPrev {
  margin: auto;
  width: 480px;
}

#form.confirm #sendBtn {
  margin: 40px auto 20px;
}

#form.confirm #prevBtn {
  margin: 0 auto 90px;
}

#form.confirm #prevBtn img {
  cursor: pointer;
}

#form.confirm #prevBtn button {
  font-size: 20px;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  background-color: unset;
  border: unset;
}

/*----- thanks -----*/

#form.thanks .thanksText {
  background: #fff;
  padding: 30px 50px;
  width: 769px;
  margin: 0 auto;
}

#form.thanks .image {
  width: 769px;
  margin: 40px auto 30px;
  overflow: hidden;
}

#form.thanks .image img:first-child {
  float: left;
}

#form.thanks .image img:last-child {
  float: right;
}

#form.thanks .thanksText .text {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}

#form.thanks #formFrame .top_link {
  margin: 50px 0 0;
  text-align: center;
}
#form.thanks #formFrame .top_link a {
  padding: 12px 25px;
  color: #ffffff;
  text-decoration: none;
  background-color: #ff6265;
  border-radius: 20px;
}
#form.thanks #formFrame .top_link a:hover {
  text-decoration: underline;
  opacity: 0.6;
}

#form.thanks #goTop {
  padding-top: 80px;
}

#form.thanks #goTop a {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-decoration: underline;
  margin: 100px auto 50px;
  color: #322f2f;
  display: inline-block;
}

/*-----  -----*/

::-webkit-input-placeholder {
  /* Edge */
  color: #8e8e8e;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8e8e8e;
}

::-ms-input-placeholder {
  color: #8e8e8e;
}

::placeholder {
  color: #8e8e8e;
}

/*-----  -----*/
