@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : weddingfair__detail.css
 author     : abilive
 style info : ウェディングフェア詳細
=================================================================== */
.wrp_form .con_form, .con_plan, .con_thanks .box_thanks, .con_thanks .box_thanks .box_text {
  max-width: 1199px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .wrp_form .con_form, .con_plan, .con_thanks .box_thanks, .con_thanks .box_thanks .box_text {
    width: 95%;
  }
}

.con_plan .box_plan .box_list:after {
  content: "";
  display: table;
  clear: both;
}

::placeholder {
  opacity: 0.5;
}

:-ms-input-placeholder {
  opacity: 0.5;
}

::-ms-input-placeholder {
  opacity: 0.5;
}

select::-ms-expand {
  display: none;
}

/* -----------------------------------------------------------
	con_int
----------------------------------------------------------- */
.con_int {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding: 0 5.97826%;
}
@media only screen and (max-width: 767px) {
  .con_int {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_int {
    padding: 0;
  }
}
.con_int .box_int .box_photo {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_int .box_photo {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .box_photo {
    padding-left: 0;
  }
}
.con_int .box_int .box_photo .photo img {
  width: 100%;
  display: block;
}
.con_int .box_int .box_title {
  width: 1200px;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_int .box_title {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .box_title {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_int .box_title {
    padding: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .box_title {
    padding: 5%;
  }
}
.con_int .box_int .box_title dt {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 174%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_int .box_title dt {
    font-size: 174%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .box_title dt {
    font-size: 127%;
  }
}
.con_int .box_int .box_title dd {
  font-size: 87%;
  margin-top: 20px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .box_title dd {
    margin-top: 7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_int .box_title dd {
    color: #858585;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .box_title dd {
    color: #858585;
  }
}
.con_int .box_int .box_title dd span, .con_int .box_int .box_title dd em, .con_int .box_int .box_title dd strong {
  display: inline-block;
}
.con_int .box_int .box_title dd strong {
  font-weight: normal;
}
.con_int .box_int .box_title dd strong:before {
  content: "|";
  display: inline-block;
  padding: 0 0.5em;
}
.con_int .box_info {
  padding: 120px 35px 60px;
  display: inline-block;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_info {
    padding: 0 3% 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_info {
    padding: 0 3% 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_info {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_info {
    display: block;
  }
}
.con_int .box_info .date {
  font-size: 87%;
  padding: 20px 10px 15px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_info .date {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_info .date {
    font-size: 74%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_info .date {
    padding: 5% 3% 4%;
  }
}
.con_int .box_info .date dt span, .con_int .box_info .date dt em {
  display: block;
}
.con_int .box_info .date dt em {
  font-size: 167%;
}
.con_int .box_info .date.blue {
  background-color: rgba(0, 52, 115, 0.7);
}
.con_int .box_info .date.black {
  background-color: rgba(0, 0, 0, 0.7);
}
.con_int .box_info .date.red {
  background-color: rgba(212, 20, 90, 0.7);
}
.con_int .box_info .title {
  font-size: 154%;
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_info .title {
    font-size: 220%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_info .title {
    font-size: 134%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_info .title {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_info .title {
    margin-top: 5%;
  }
}
.con_int .box_info .box_tag {
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .con_int .box_info .box_tag {
    margin: 5% 0;
  }
}
.con_int .box_info .box_tag li {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 3px 0;
  padding: 5px 15px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  color: #e698a7;
}
@media only screen and (max-width: 767px) {
  .con_int .box_info .box_tag li {
    margin: 1% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_info .box_tag li {
    padding: 1% 5%;
  }
}
.con_int .box_info .cate {
  margin-top: 10px;
  font-size: 100%;
  display: table;
  width: 100%;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  .con_int .box_info .cate {
    margin-top: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_info .cate {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_info .cate {
    font-size: 87%;
  }
}
.con_int .box_info .cate dt, .con_int .box_info .cate dd {
  display: table-cell;
}
.con_int .box_info .cate dt {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .con_int .box_info .cate dt {
    width: 25%;
  }
}
.con_int .box_info .cate dd p {
  display: inline-block;
}
.con_int .box_info .cate dd p:before {
  content: "|";
  display: inline-block;
  color: #c6c6c6;
  padding: 0 0.5em;
}
.con_int .box_info .cate dd p:first-child:before {
  display: none;
}
.con_int .box_info .cate:first-child {
  margin-top: 0;
}
.con_int .box_info .txt {
  margin-top: 30px;
  line-height: 2em;
}
@media only screen and (max-width: 767px) {
  .con_int .box_info .txt {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_int .box_int .box_photo {
    height: 810px;
  }
  .con_int .box_int .box_photo .photo {
    display: block;
    height: 100%;
    background-size: cover !important;
  }
  .con_int .box_int .box_photo .photo:before {
    content: "";
    display: inline-block;
    width: 400px;
  }
  .con_int .box_int .box_title {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .con_int .box_info {
    max-width: 500px;
    position: absolute;
    top: 290px;
    left: 5.97826%;
    border: 1px solid #d9d9d9;
  }
  .con_int .box_info .date {
    position: absolute;
    top: 0;
    left: 35px;
  }
}
@media print {
  .con_int .box_int .box_photo {
    height: 810px;
  }
  .con_int .box_int .box_photo .photo {
    display: block;
    height: 100%;
    background-size: cover !important;
  }
  .con_int .box_int .box_photo .photo:before {
    content: "";
    display: inline-block;
    width: 400px;
  }
  .con_int .box_int .box_title {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .con_int .box_info {
    max-width: 500px;
    position: absolute;
    top: 290px;
    left: 5.97826%;
    border: 1px solid #d9d9d9;
  }
  .con_int .box_info .date {
    position: absolute;
    top: 0;
    left: 35px;
  }
}
.ie8 .con_int .box_int .box_photo {
  height: 810px;
}
.ie8 .con_int .box_int .box_photo .photo {
  display: block;
  height: 100%;
  background-size: cover !important;
}
.ie8 .con_int .box_int .box_photo .photo:before {
  content: "";
  display: inline-block;
  width: 400px;
}
.ie8 .con_int .box_int .box_title {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
.ie8 .con_int .box_info {
  max-width: 500px;
  position: absolute;
  top: 290px;
  left: 5.97826%;
  border: 1px solid #d9d9d9;
}
.ie8 .con_int .box_info .date {
  position: absolute;
  top: 0;
  left: 35px;
}
@media only screen and (max-width: 1199px) {
  .con_int .box_info .date {
    display: inline-block;
  }
}

/* -----------------------------------------------------------
	con_fair
----------------------------------------------------------- */
.con_fair {
  padding: 150px 5.97826%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fair {
    padding: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fair {
    padding: 15% 5%;
  }
}
.con_fair .box_title .tit {
  font-family: "antro_vectraregular";
  font-size: 387%;
  font-weight: normal;
  letter-spacing: 1px;
  color: #787878;
  -moz-transform: translateY(0) rotate(-5deg);
  -ms-transform: translateY(0) rotate(-5deg);
  -webkit-transform: translateY(0) rotate(-5deg);
  transform: translateY(0) rotate(-5deg);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fair .box_title .tit {
    font-size: 387%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fair .box_title .tit {
    font-size: 207%;
  }
}
.con_fair .box_title .sst {
  font-family: "darts_fontregular";
  font-size: 114%;
  font-weight: bold;
  margin: -1.7em 0 0 16em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fair .box_title .sst {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fair .box_title .sst {
    font-size: 67%;
  }
}
@media only screen and (min-width: 768px) {
  .con_fair .box_title .sst {
    letter-spacing: 2px;
    margin: -1.5em 0 0 320px;
  }
}
@media print {
  .con_fair .box_title .sst {
    letter-spacing: 2px;
    margin: -1.5em 0 0 320px;
  }
}
.ie8 .con_fair .box_title .sst {
  letter-spacing: 2px;
  margin: -1.5em 0 0 320px;
}
@media only screen and (min-width: 1200px) {
  .con_fair .box_title .sst {
    margin-top: 13px;
  }
}
@media print {
  .con_fair .box_title .sst {
    margin-top: 13px;
  }
}
.ie8 .con_fair .box_title .sst {
  margin-top: 13px;
}
.con_fair .box_fair {
  margin-top: 50px;
  padding: 60px 40px 80px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fair .box_fair {
    padding: 7% 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair {
    padding: 7% 0 0;
  }
}
.con_fair .box_fair li {
  width: 48%;
  margin-bottom: 50px;
  margin-left: 4%;
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair li {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair li {
    margin-left: 0;
  }
}
.con_fair .box_fair li .photo {
  width: 37.5%;
  max-height: 180px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fair .box_fair li .photo {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair li .photo {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fair .box_fair li .photo {
    max-height: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair li .photo {
    max-height: 35vh;
  }
}
.con_fair .box_fair li .photo img {
  width: 100%;
  display: block;
}
.con_fair .box_fair li .box_txt {
  padding: 15px 40px;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fair .box_fair li .box_txt {
    padding: 5% 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair li .box_txt {
    padding: 5% 0;
  }
}
.con_fair .box_fair li .box_txt dt {
  font-size: 114%;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fair .box_fair li .box_txt dt {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair li .box_txt dt {
    font-size: 94%;
  }
}
.con_fair .box_fair li .box_txt dd {
  font-size: 100%;
  margin-top: 20px;
  line-height: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fair .box_fair li .box_txt dd {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair li .box_txt dd {
    font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair li .box_txt dd {
    margin-top: 3%;
  }
}
.con_fair .box_fair li:nth-child(odd) {
  margin-left: 0;
}
@media only screen and (min-width: 1200px) {
  .con_fair .box_fair {
    border: 1px solid #d9d9d9;
    background-color: #fff;
  }
  .con_fair .box_fair li {
    overflow: hidden;
  }
  .con_fair .box_fair li .photo, .con_fair .box_fair li .box_txt {
    float: left;
  }
  .con_fair .box_fair li .box_txt {
    width: 62.5%;
  }
  .con_fair:after {
    content: "";
    display: block;
    position: absolute;
    width: 1447px;
    top: 0;
    right: 0;
    height: 350px;
    background: url(../fair/images/det/bg_heart.png) no-repeat right;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 768px) and (max-width: 1199px) {
  .con_fair:after {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 767px) {
  .con_fair:after {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 768px) and (max-width: 1199px) {
  .con_fair:after {
    top: -115px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 767px) {
  .con_fair:after {
    top: -10%;
  }
}

@media print {
  .con_fair .box_fair {
    border: 1px solid #d9d9d9;
    background-color: #fff;
  }
  .con_fair .box_fair li {
    overflow: hidden;
  }
  .con_fair .box_fair li .photo, .con_fair .box_fair li .box_txt {
    float: left;
  }
  .con_fair .box_fair li .box_txt {
    width: 62.5%;
  }
  .con_fair:after {
    content: "";
    display: block;
    position: absolute;
    width: 1447px;
    top: 0;
    right: 0;
    height: 350px;
    background: url(../fair/images/det/bg_heart.png) no-repeat right;
    background-size: cover;
  }
}
.ie8 .con_fair .box_fair {
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
.ie8 .con_fair .box_fair li {
  overflow: hidden;
}
.ie8 .con_fair .box_fair li .photo, .ie8 .con_fair .box_fair li .box_txt {
  float: left;
}
.ie8 .con_fair .box_fair li .box_txt {
  width: 62.5%;
}
.ie8 .con_fair:after {
  content: "";
  display: block;
  position: absolute;
  width: 1447px;
  top: 0;
  right: 0;
  height: 350px;
  background: url(../fair/images/det/bg_heart.png) no-repeat right;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .ie8 .con_fair:after {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .con_fair:after {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .ie8 .con_fair:after {
    top: -115px;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .con_fair:after {
    top: -10%;
  }
}

/* -----------------------------------------------------------
	wrp_form
----------------------------------------------------------- */
.wrp_form {
  width: 88.04348%;
  padding: 120px 50px;
  margin: auto;
  background-color: #f7f7f7;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_form {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_form {
    padding: 10% 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form {
    padding: 10% 0;
  }
}
.wrp_form .con_form {
  padding: 10% 16.66667%;
  max-width: 1200px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_form .con_form {
    padding: 15% 5%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form {
    padding: 15% 5%;
  }
}
.wrp_form .con_form .box_title {
  text-align: center;
}
.wrp_form .con_form .box_title .tit {
  font-family: "antro_vectraregular";
  font-size: 387%;
  font-weight: normal;
  letter-spacing: 1px;
  color: #787878;
  -moz-transform: translateY(0) rotate(-5deg);
  -ms-transform: translateY(0) rotate(-5deg);
  -webkit-transform: translateY(0) rotate(-5deg);
  transform: translateY(0) rotate(-5deg);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_form .con_form .box_title .tit {
    font-size: 387%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_title .tit {
    font-size: 207%;
  }
}
.wrp_form .con_form .box_title .sst {
  font-family: "darts_fontregular";
  font-size: 114%;
  font-weight: bold;
  margin: -1.7em 0 0 16em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_form .con_form .box_title .sst {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_title .sst {
    font-size: 67%;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_form .con_form .box_title .sst {
    letter-spacing: 2px;
    margin: -1.5em 0 0 320px;
  }
}
@media print {
  .wrp_form .con_form .box_title .sst {
    letter-spacing: 2px;
    margin: -1.5em 0 0 320px;
  }
}
.ie8 .wrp_form .con_form .box_title .sst {
  letter-spacing: 2px;
  margin: -1.5em 0 0 320px;
}
@media only screen and (min-width: 1200px) {
  .wrp_form .con_form .box_title .sst {
    margin-top: 13px;
  }
}
@media print {
  .wrp_form .con_form .box_title .sst {
    margin-top: 13px;
  }
}
.ie8 .wrp_form .con_form .box_title .sst {
  margin-top: 13px;
}
.wrp_form .con_form .box_title .tit {
  font-size: 587%;
  line-height: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_form .con_form .box_title .tit {
    font-size: 587%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_title .tit {
    font-size: 367%;
  }
}
.wrp_form .con_form .box_title .sst {
  margin: auto;
}
.wrp_form .con_form .box_tel {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_tel {
    margin-top: 3%;
  }
}
.wrp_form .con_form .box_bn {
  margin-top: 45px;
  display: table;
  width: 100%;
  background-color: #f9f9f9;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_bn {
    margin-top: 5%;
  }
}
.wrp_form .con_form .box_bn .photo {
  width: 156px;
  display: table-cell;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_bn .photo {
    width: 35%;
  }
}
.wrp_form .con_form .box_bn .photo img {
  width: 100%;
  display: block;
}
.wrp_form .con_form .box_bn .txt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  font-size: 87%;
  display: table-cell;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  line-height: 2em;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_bn .txt {
    padding: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_form .con_form .box_bn .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_bn .txt {
    font-size: 67%;
  }
}
.wrp_form .con_form .box_bn .txt span, .wrp_form .con_form .box_bn .txt em {
  display: block;
}
@media only screen and (min-width: 768px) {
  .wrp_form .con_form .box_bn .txt em {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.8;
  }
  .firefox .wrp_form .con_form .box_bn .txt em, .ie .wrp_form .con_form .box_bn .txt em {
    max-height: 1.8em;
  }
}
@media print {
  .wrp_form .con_form .box_bn .txt em {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.8;
  }
  .firefox .wrp_form .con_form .box_bn .txt em, .ie .wrp_form .con_form .box_bn .txt em {
    max-height: 1.8em;
  }
}
.ie8 .wrp_form .con_form .box_bn .txt em {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.8;
}
.firefox .ie8 .wrp_form .con_form .box_bn .txt em, .ie .ie8 .wrp_form .con_form .box_bn .txt em {
  max-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_bn .txt em {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.8;
  }
  .firefox .wrp_form .con_form .box_bn .txt em, .ie .wrp_form .con_form .box_bn .txt em {
    max-height: 3.6em;
  }
}
.wrp_form .con_form .box_form dl.form {
  margin-top: 70px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form dl.form {
    margin-top: 15%;
  }
}
.wrp_form .con_form .box_form dl.form dt {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form dl.form dt {
    width: 100%;
  }
}
.wrp_form .con_form .box_form dl.form dt span {
  font-size: 87%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 5px;
  margin-right: 10px;
  background-color: #d4145a;
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_form .con_form .box_form dl.form dt span {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form dl.form dt span {
    font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form dl.form dt span {
    padding: 0.3em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form dl.form dt span {
    margin-right: 2%;
  }
}
.wrp_form .con_form .box_form dl.form dd {
  position: relative;
  padding-left: 3em;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form dl.form dd {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form dl.form dd {
    margin-top: 7%;
  }
}
.wrp_form .con_form .box_form dl.form dd input, .wrp_form .con_form .box_form dl.form dd select {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  border: none;
  outline: none;
  display: block;
  border-bottom: 1px solid #d9d9d9;
  height: 5vh;
}
.wrp_form .con_form .box_form dl.form dd input:focus, .wrp_form .con_form .box_form dl.form dd select:focus {
  border-bottom: 1px solid #84c217;
}
.wrp_form .con_form .box_form dl.form dd.box_select:after {
  content: "\25BC";
  display: inline-block;
  font-size: 67%;
  width: 10px;
  height: 10px;
  position: absolute;
  line-height: 1em;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form dl.form dd.box_select:after {
    width: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form dl.form dd.box_select:after {
    height: 0.5em;
  }
}
.wrp_form .con_form .box_form .box_btn {
  text-align: center;
}
.wrp_form .con_form .box_form .box_btn input[type=submit] {
  -webkit-appearance: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 80px auto 0;
  cursor: pointer;
  background-color: #84c217;
  color: #fff;
  border: none;
  outline: none;
  padding: 1em 3em;
  width: 100%;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form .box_btn input[type=submit] {
    margin: 10% auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_form .box_btn input[type=submit] {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_form .con_form .box_form dl.form {
    display: table;
  }
  .wrp_form .con_form .box_form dl.form dt, .wrp_form .con_form .box_form dl.form dd {
    display: table-cell;
  }
}
@media print {
  .wrp_form .con_form .box_form dl.form {
    display: table;
  }
  .wrp_form .con_form .box_form dl.form dt, .wrp_form .con_form .box_form dl.form dd {
    display: table-cell;
  }
}
.ie8 .wrp_form .con_form .box_form dl.form {
  display: table;
}
.ie8 .wrp_form .con_form .box_form dl.form dt, .ie8 .wrp_form .con_form .box_form dl.form dd {
  display: table-cell;
}
.wrp_form .con_form .txt {
  font-size: 87%;
  margin-top: 30px;
  text-align: center;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .txt {
    margin-top: 5%;
  }
}
.wrp_form .con_form .txt a {
  text-decoration: underline;
}
.wrp_form .con_form .box_ssl {
  margin-top: 80px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_ssl {
    margin-top: 10%;
  }
}
.wrp_form .con_form .box_ssl .logo {
  width: 141px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_ssl .logo {
    width: 30%;
  }
}
.wrp_form .con_form .box_ssl .txt {
  font-size: 87%;
  padding-left: 30px;
  text-align: left;
  line-height: 2em;
  color: #666;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_form .con_form .box_ssl .txt {
    padding-left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_form .con_form .box_ssl .txt {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_form .con_form .box_ssl {
    display: table;
  }
  .wrp_form .con_form .box_ssl .logo, .wrp_form .con_form .box_ssl .txt {
    display: table-cell;
  }
}
@media print {
  .wrp_form .con_form .box_ssl {
    display: table;
  }
  .wrp_form .con_form .box_ssl .logo, .wrp_form .con_form .box_ssl .txt {
    display: table-cell;
  }
}
.ie8 .wrp_form .con_form .box_ssl {
  display: table;
}
.ie8 .wrp_form .con_form .box_ssl .logo, .ie8 .wrp_form .con_form .box_ssl .txt {
  display: table-cell;
}

/* -----------------------------------------------------------
	con_plan
----------------------------------------------------------- */
.con_plan {
  max-width: 1200px;
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .con_plan {
    margin-top: 15%;
  }
}
.con_plan .title {
  font-size: 127%;
}
.con_plan .box_plan .box_list {
  margin-top: 30px;
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
  border: 1px solid #ebebeb;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .box_list {
    margin-top: 20%;
  }
}
.con_plan .box_plan .box_list .box_photo {
  padding: 30px;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan .box_plan .box_list .box_photo {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .box_list .box_photo {
    padding: 0;
  }
}
.con_plan .box_plan .box_list .box_photo .photo {
  width: 320px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan .box_plan .box_list .box_photo .photo {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .box_list .box_photo .photo {
    width: 100%;
  }
}
.con_plan .box_plan .box_list .box_photo .photo img {
  width: 100%;
  display: block;
}
.con_plan .box_plan .box_list .box_text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan .box_plan .box_list .box_text {
    padding: 3% 5% 3% 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .box_list .box_text {
    padding: 5%;
  }
}
.con_plan .box_plan .box_list .box_text .tit dt {
  font-size: 127%;
  color: #4e6f13;
  font-weight: bold;
}
.con_plan .box_plan .box_list .box_text .tit dd {
  font-size: 100%;
  margin-top: 20px;
  line-height: 2em;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .box_list .box_text .tit dd {
    margin-top: 2%;
  }
}
.con_plan .box_plan .box_list .box_text .tag {
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .box_list .box_text .tag {
    margin: 5% 0;
  }
}
.con_plan .box_plan .box_list .box_text .tag li {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 3px 0;
  padding: 5px 15px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  color: #e698a7;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .box_list .box_text .tag li {
    margin: 1% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .box_list .box_text .tag li {
    padding: 1% 5%;
  }
}
.con_plan .box_plan .box_list .box_lnk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.con_plan .box_plan .box_list .box_btn {
  width: 90%;
  margin: 0 auto 5%;
}
.con_plan .box_plan .box_list .box_btn a {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  display: block;
  width: 100%;
  margin-top: 0;
  padding: 1em 0;
}
.con_plan .box_plan .box_list .box_btn a:hover:after {
  background: url(../images/common/ic_btn.png) no-repeat center;
}
.con_plan .box_plan .box_list:first-child {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .box_list:first-child {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_plan .box_plan .box_list .box_text {
    border-left: 1px solid #ebebeb;
  }
  .con_plan .box_plan .box_list:hover .tit {
    text-decoration: underline;
  }
}
@media print {
  .con_plan .box_plan .box_list .box_text {
    border-left: 1px solid #ebebeb;
  }
  .con_plan .box_plan .box_list:hover .tit {
    text-decoration: underline;
  }
}
.ie8 .con_plan .box_plan .box_list .box_text {
  border-left: 1px solid #ebebeb;
}
.ie8 .con_plan .box_plan .box_list:hover .tit {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .con_plan .box_plan .box_list {
    display: table;
    width: 100%;
  }
  .con_plan .box_plan .box_list .box_photo, .con_plan .box_plan .box_list .box_text {
    display: table-cell;
  }
  .con_plan .box_plan .box_list .box_photo .photo {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}
@media print {
  .con_plan .box_plan .box_list {
    display: table;
    width: 100%;
  }
  .con_plan .box_plan .box_list .box_photo, .con_plan .box_plan .box_list .box_text {
    display: table-cell;
  }
  .con_plan .box_plan .box_list .box_photo .photo {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}
.ie8 .con_plan .box_plan .box_list {
  display: table;
  width: 100%;
}
.ie8 .con_plan .box_plan .box_list .box_photo, .ie8 .con_plan .box_plan .box_list .box_text {
  display: table-cell;
}
.ie8 .con_plan .box_plan .box_list .box_photo .photo {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .box_list {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
}

/* -----------------------------------------------------------
	con_thanks
----------------------------------------------------------- */
.con_thanks {
  border-top: 1px solid #d9d9d9;
  padding: 100px 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_thanks {
    padding: 10% 5% 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks {
    padding: 10% 0 5%;
  }
}
.con_thanks .box_thanks {
  margin: auto;
}
.con_thanks .box_thanks .box_text {
  margin: auto;
  text-align: center;
}
.con_thanks .box_thanks .box_text .st {
  line-height: 1.8em;
  display: block;
  font-weight: bold;
  font-size: 154%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_thanks .box_thanks .box_text .st {
    font-size: 167%;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks .box_thanks .box_text .st {
    font-size: 107%;
  }
}
.con_thanks .box_thanks .box_text .txt {
  display: block;
  line-height: 2em;
  margin-top: 0;
  font-size: 114%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_thanks .box_thanks .box_text .txt {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks .box_thanks .box_text .txt {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_thanks .box_thanks .box_text .txt {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks .box_thanks .box_text .txt {
    font-size: 87%;
  }
}
.con_thanks .box_thanks .btn_back {
  margin: 80px auto;
}
@media only screen and (max-width: 767px) {
  .con_thanks .box_thanks .btn_back {
    margin: 8% auto;
  }
}

/* -----------------------------------------------------------
	etc
----------------------------------------------------------- */
.btn_back {
  margin: 80px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .btn_back {
    margin: 8% auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .btn_back {
    margin: 8% auto 0;
  }
}
