@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :stamp_musashi.css
 author     :Ability Consultant
style info  :キャンペーンページ用スタイル
=================================================================== */
/*----------------------------------------------------
.wrp_main
----------------------------------------------------*/
#contents .wrp_main {
  overflow: inherit;
}
#contents .wrp_main h2 {
  /*margin-bottom: 70px;*/
}
#contents .wrp_main ul {
  overflow: hidden;
  margin-top: 70px;
  margin-bottom: 90px;
}
#contents .wrp_main ul li {
  float: left;
  margin-right: 14px;
}
#contents .wrp_main ul li:last-child {
  margin-right: 0;
}

/*----------------------------------------------------
.con_stamp
----------------------------------------------------*/
.con_stamp{
  background:url(../images/bg_stamp.jpg) no-repeat top center;
}
.con_stamp h3{
  text-align: center;
  padding-top: 65px;
  margin-bottom: 30px;
}
.con_stamp .box_stamp{
  margin: 0 auto;
  width: 1125px;
}
.con_stamp .box_stamp .img_intro1{
  float: left;
}
.con_stamp .box_stamp .img_intro2{
  float: right;
}
.con_stamp .print{
  clear: both;
  text-align: center;
  padding-top: 50px;
}

/*----------------------------------------------------
.con_musashi
----------------------------------------------------*/
.con_musashi{
  background: url(../images/img_musashi.png) no-repeat top center;
  height: 795px;
  margin-top: 100px;
}
.con_musashi .btn_musashi{
  position: relative;

}
.con_musashi .btn_musashi a{
 top: 445px;
 right: 15px;
 position: absolute;
}
.con_musashi{

}

/*----------------------------------------------------
.con_birthday
----------------------------------------------------*/
.con_birthday {
  margin: 100px 0 100px;
}
.con_birthday .st_birthday {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.con_birthday .st_birthday span {
  font-size: 50px;
  color: #3c9850;
}
.con_birthday .st_birthday span:before {
  width: 42px;
  height: 59px;
  margin-right: 15px;
  content: url("../images/ic_happy_y.png");
}
.con_birthday .st_birthday span:after {
  width: 40px;
  height: 60px;
  margin-left: 15px;
  content: url("../images/ic_happy_m.png");
}
.con_birthday .st_birthday span b {
  font-size: 66px;
}
.con_birthday .txt_detail {
  margin: 30px 15px;
  padding: 30px 0;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  background: #fffbe9;
  border-radius: 20px;
}
.con_birthday .txt_detail span {
  color: #e5005a;
}
.con_birthday .txt_detail span b {
  font-size: 28px;
}
.con_birthday h3 {
  margin: 50px 30px 45px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #ef858c;
}
.con_birthday .img_cal {
  display: block;
  margin: 0 auto;
}
.con_birthday .txt_note {
  margin: 60px 40px;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}


/*----------------------------------------------------
  .con_detail
  ----------------------------------------------------*/
  .con_detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 1245px;
  }
  .con_detail h3{
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .con_detail .box {
    width: 395px;
    min-height: 413px;
    margin: 0 0 47px 0;
  }
  .con_detail .box div.img {
    margin-bottom: 12px;
    position: relative;
  }
  .con_detail .box div.img img {
    width: 100%;
  }
  .con_detail .box div.img .area {
    color: #fff;
    font-size: 1.1em;
    line-height: 1;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: -5px;
    z-index: 1;
  }
  .con_detail .box div.img .area.gr1 {
    background: #4C71B4;
  }
  .con_detail .box div.img .area.gr2 {
    background: #396841;
  }
  .con_detail .box div.img .area.gr3 {
    background: #c1a211;
  }
  .con_detail .box div.img .area::after {
    position: absolute;
    bottom: -7px;
    left: 0;
    content: url("../images/common/bg_return.png");
  }
  .con_detail .box h3 {
    font-size: 130%;
    font-weight: bold;
    margin: 0 0 15px 0.2em;
    text-align: left;
  }
  .con_detail .box h3 span {
    border-bottom: 1px #000 solid;
    padding-right: 1em;
  }
  .con_detail .box .txt {
    width: 98%;
    margin: 0 auto 17px auto;
    padding-top: 12px;
    border-top: 1px #000 dashed;
  }
  .con_detail .box .btn_link {
    margin: 0 auto;
  }