@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : happy_anniversary.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
/* -----------------------------------------------------------
	con_mainimg
----------------------------------------------------------- */
.con_mainimg {
  margin-bottom: 9%;
}
.con_mainimg img {
  width: 100%;
}

/* -----------------------------------------------------------
	con_happy
----------------------------------------------------------- */
.con_happy {
  margin-bottom: 11%;
}
.con_happy h3 {
  font-family: serif;
  font-size: 170%;
  font-weight: bold;
  text-align: center;
  color: #e84472;
  background: none;
  padding: 0;
  margin: 0 0 9.5% 0;
}
.con_happy .wrp_content {
  padding: 0 7.5%;
}
.con_happy .wrp_content .box_happy {
  border: 2px solid #e84472;
  background: #fdf9e8;
  text-align: center;
  margin-bottom: 15%;
  padding-bottom: 6%;
}
.con_happy .wrp_content .box_happy h4 {
  position: relative;
  font-family: serif;
  font-size: 130%;
  font-weight: normal;
  color: #fff;
  margin: -6% 20.5% 0;
  padding: 2.5% 0;
}
.con_happy .wrp_content .box_happy h4:before, .con_happy .wrp_content .box_happy h4:after {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 0;
  height: 0;
  border-top: solid transparent;
  border-bottom: solid #fdf9e8;
  transform-origin: center center;
  content: "";
}
.con_happy .wrp_content .box_happy h4:before {
  left: -16px;
  border-left: solid transparent;
  border-right: solid #fff;
  border-width: 16px;
  transform: rotate(-45deg);
}
.con_happy .wrp_content .box_happy h4:after {
  right: -16px;
  border-left: solid #fff;
  border-right: solid transparent;
  border-width: 16px;
  transform: rotate(-315deg);
}
.con_happy .wrp_content .box_happy .box_content {
  background: #fff;
  padding: 4% 0;
  margin: 0 5.5%;
}
.con_happy .wrp_content .box_happy .box_content h5 {
  font-family: serif;
  font-size: 160%;
  font-weight: normal;
  margin-bottom: 5.5%;
}
.con_happy .wrp_content .box_happy .box_content p {
  padding: 0 5%;
}
.con_happy .wrp_content .box_happy.green h4 {
  background: #99BA36;
}
.con_happy .wrp_content .box_happy.green .box_content h5 {
  color: #22ad38;
}
.con_happy .wrp_content .box_happy.orange h4 {
  background: #EABF4C;
}
.con_happy .wrp_content .box_happy.orange .box_content h5 {
  color: #ea5513;
}
.con_happy .wrp_content .box_happy.lightblue h4 {
  background: #7FC2EF;
}
.con_happy .wrp_content .box_happy.lightblue .box_content h5 {
  color: #016fc0;
}
.con_happy .wrp_content .box_happy.last {
  margin-bottom: 0;
}

/* -----------------------------------------------------------
	con_apply
----------------------------------------------------------- */
.con_apply {
  margin-bottom: 11%;
}
.con_apply h3, .con_yumeguri h3{
  font-family: serif;
  font-size: 170%;
  font-weight: bold;
  text-align: center;
  color: #e84472;
  background: none;
  padding: 0;
  margin: 0 0 5% 0;
}
.con_apply .wrp_content {
  font-size: 14px;
}
.con_apply .wrp_content .box_intro {
  background: #ec6289;
  text-align: center;
  color: #fff;
  margin: 0 2.5% 10%;
  padding: 3%;
  line-height: 1.35;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.con_apply .wrp_content .box_intro p {
  font-size: 15px;
}
.con_apply .wrp_content .box_intro p:first-child {
  font-size: 135%;
  margin-bottom: 1em;
}
.con_apply .wrp_content .box_intro p:first-child small {
  font-size: 70%;
}
.con_apply .wrp_content .box_apply {
  border: 2px solid #e84472;
  background: #fffbe9;
  margin: 0 2.5% 8.5%;
  padding: 2%;
  position: relative;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
}
.con_apply .wrp_content .box_apply h4 {
  font-family: serif;
  background: #e84472;
  color: #fff;
  margin: -5.5% 0 0 0;
  padding: 1% 2%;
  font-size: 120%;
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(352deg) scale(1) skew(1deg) translate(0px);
  -webkit-transform: rotate(352deg) scale(1) skew(1deg) translate(0px);
  -moz-transform: rotate(352deg) scale(1) skew(1deg) translate(0px);
  -o-transform: rotate(352deg) scale(1) skew(1deg) translate(0px);
  -ms-transform: rotate(352deg) scale(1) skew(1deg) translate(0px);
}
.con_apply .wrp_content .box_apply .box_content {
  background: #fff;
  font-size: 90%;
  padding: 4% 2.5% 2%;
}
.con_apply .wrp_content .box_apply .box_content .wrp_anniversary {
  overflow: hidden;
  margin-top: 3%;
}
.con_apply .wrp_content .box_apply .box_content .wrp_anniversary ul {
  width: 50%;
  float: left;
}
.con_apply .wrp_content .box_apply .box_content .wrp_anniversary ul li {
  display: block;
}
.con_apply .wrp_content .box_apply .box_content .wrp_anniversary.kinenbi ul {
  width: 55%;
}
.con_apply .wrp_content .box_apply .box_content .wrp_anniversary.kinenbi ul:first-child {
  width: 45%;
}
.con_apply .wrp_content .box_note {
  font-size: 90%;
  margin: 0 2%;
}
.con_apply .wrp_content .box_note ul li {
  margin-bottom: 1%;
}
.con_apply .wrp_content .box_note ul li span {
  color: #7ebd1e;
}

/* -----------------------------------------------------------
	con_hokuriku
----------------------------------------------------------- */
.con_hokuriku h3 {
  font-family: serif;
  font-size: 170%;
  font-weight: bold;
  text-align: center;
  color: #e84472;
  background: none;
  padding: 0;
  margin: 0 0 5% 0;
}
.con_hokuriku h3 span {
  padding: 0;
  border-top: 0;
  color: #000;
  font-size: 70%;
}
.con_hokuriku .wrp_content {
  padding: 0 2.5%;
}
.con_hokuriku .wrp_content ul li {
  margin-bottom: 5%;
}
.con_hokuriku .wrp_content ul li .top_txt {
  border-bottom: 2px dotted #000000;
  margin-bottom: 3%;
  width: 100%;
}
.con_hokuriku .wrp_content ul li .top_txt h4 {
  color: #e84472;
  display: inline-block;
  font-size: 120%;
  vertical-align: middle;
  width: 70%;
}
.con_hokuriku .wrp_content ul li .top_txt span {
  color: #272727;
  display: inline-block;
  font-size: 85%;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
  width: 30%;
}
.con_hokuriku .wrp_content ul li .wrp_img {
  float: left;
  padding-bottom: 20px;
  width: 47%;
}
.con_hokuriku .wrp_content ul li .wrp_txt {
  float: right;
  font-weight: bold;
  width: 50%;
}
.con_hokuriku .wrp_content ul li .wrp_btn {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.con_hokuriku .wrp_content ul li .wrp_btn a {
  border: 1px dotted #000000;
  color: #000000;
  display: inline-block;
  text-decoration: none;
  width: 60%;
  padding: 2% 0;
}
.con_hokuriku .wrp_content ul li .wrp_btn a i {
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
}
.con_hokuriku .wrp_content ul li .wrp_btn a i img {
  max-width: 100%;
  vertical-align: middle;
}

/* -----------------------------------------------------------
  con_yumeguri
----------------------------------------------------------- */
.con_yumeguri span{
  font-size: 80%;
  padding: 0;
  border: none;
  display: inline;
}
.con_yumeguri{
  margin-bottom: 11%;
}
.con_yumeguri img{
  width: 100%;
}
.yumeguri_wrap{
  position: relative;
}
.con_yumeguri_link a img{
  width: 48%;
  position: absolute;
  bottom: 10px;
  left: 0px;
}