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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_title:after, .con_present .box_present ul:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
#contents {
  padding: 60px 75px 60px 50px !important;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
  margin-bottom: 20px;
}
.con_title .box_title {
  float: left;
}
.con_title .box_title > * {
  display: inline-block;
  vertical-align: middle;
}
.con_title .box_title h2 {
  margin-top: -20px;
}
.con_title .box_title .txt {
  margin-left: 15px;
  width: 523px;
  line-height: 39px;
  background: url(../present/images/bg_pink.png) center no-repeat;
  font-size: 120%;
  text-align: center;
  color: #fff;
  letter-spacing: 0.07em;
}
.con_title .btn_back {
  float: right;
  border-bottom: 1px solid #473931;
}
.con_title .btn_back a {
  display: table;
  text-decoration: none;
}
.con_title .btn_back a span, .con_title .btn_back a i {
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
}
.con_title .btn_back a i {
  padding-left: 5px;
  font-size: 160%;
}

/* -----------------------------------------------------------
	.con_present
----------------------------------------------------------- */
.con_present {
  max-width: 950px;
  margin: 3.5em auto 2em;
  padding: 10px;
  background: url(../images/home/bg_news_thumb.png) 0 0 repeat;
  border-radius: 30px;
  position: relative;
}
.con_present:before {
  content: "";
  width: 1000px;
  height: 290px;
  background-color: #fff;
  position: absolute;
  top: 58px;
  left: 50%;
  margin-left: -500px;
}
.con_present .box_present {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
.con_present .box_present .st {
  position: absolute;
  top: -1.5em;
  left: 50%;
  margin-left: -168.5px;
}
.con_present .box_present .st .inner_st {
  width: 337px;
  height: 37px;
  position: relative;
  background: url(../present/images/bg_green.png) 0 0 no-repeat;
}
.con_present .box_present .st .day {
  position: absolute;
  top: 50%;
  left: 0.1em;
  margin-top: -34.5px;
}
.con_present .box_present .st .txt {
  padding-left: 6em;
  line-height: 37px;
  color: #35370d;
  font-size: 114%;
}
.con_present .box_present ul {
  padding-top: 3em;
}
.con_present .box_present ul li {
  float: left;
  width: 33.3333%;
  text-align: center;
}
.con_present .box_present ul li .inner {
  display: inline-block;
  margin: 0 auto;
}
.con_present .box_present ul li .inner .photo {
  position: relative;
  min-width: 190px;
  min-height: 174px;
}
.con_present .box_present ul li .inner .photo:before {
  content: "";
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #d3b4a0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -78.5px;
  margin-left: -78.5px;
}
.con_present .box_present ul li .inner .photo .name {
  position: absolute;
  top: 0;
  z-index: 2;
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: #482610;
  font-size: 114%;
  color: #fff;
  letter-spacing: 0.07em;
  box-shadow: 3px 4px 0px 0px rgba(184, 140, 115, 0.75);
  -moz-box-shadow: 3px 4px 0px 0px rgba(184, 140, 115, 0.75);
  -webkit-box-shadow: 3px 4px 0px 0px rgba(184, 140, 115, 0.75);
}
.con_present .box_present ul li .inner .photo .name.desk_c {
  right: 48px;
}
.con_present .box_present ul li .inner .photo .name.wall_c {
  right: 50px;
}
.con_present .box_present ul li .inner .photo .name.cap {
  right: 25px;
  min-width: 164px;
}
.con_present .box_present ul li .inner .photo .img {
  position: absolute;
  z-index: 3;
  top: 37px;
  right: 35px;
}
.con_present .box_present ul li .inner .photo .num {
  position: absolute;
  bottom: -19px;
  right: 130px;
  z-index: 4;
}
.con_present .box_present ul li .inner .txt {
  padding-top: 1.3em;
  width: 250px;
  font-size: 94%;
  letter-spacing: 0.07em;
}

/* -----------------------------------------------------------
	.con_about
----------------------------------------------------------- */
.con_about {
  width: 1040px;
  margin: 0 auto 4em;
  padding: 1.5em 2em 2.5em;
  border: 1px solid #c0e365;
}
.con_about ul li {
  margin-bottom: 0.5em;
}
.con_about ul li .st {
  color: #b16c3c;
  font-size: 120%;
}
.con_about ul li .txt {
  font-size: 94%;
}

/* -----------------------------------------------------------
	フォーム
----------------------------------------------------------- */
.tbl_basic {
  width: 1040px !important;
  margin: 0 auto 4em;
}
.tbl_basic th {
  width: 35%;
  text-align: left !important;
}
.tbl_basic th.req {
  position: relative;
}
.tbl_basic th.req:before {
  content: "※";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.9em;
  color: #482610;
}
.tbl_basic td {
  width: 65%;
}
.tbl_basic td input {
  padding: 0.3em 1em;
}
.tbl_basic td select {
  padding: 4px;
}
.tbl_basic td #job {
  width: 50%;
}
.tbl_basic td #address, .tbl_basic td #free {
  width: 100%;
}
.tbl_basic td textarea {
  min-height: 120px;
}

.con_checkbox {
  margin-bottom: 4em;
  text-align: center;
}

.btn {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
.btn button, .btn a {
  border: 3px solid #2763b5;
  display: inline-block;
  width: 100%;
  padding: 10px 30px;
  color: #2763b5 !important;
  text-decoration: none !important;
  position: relative;
  padding: 12.5px 30px;
  background-color: #fff;
  cursor: pointer;
  font-size: 107%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}
.btn button i, .btn a i {
  margin-left: 5px;
}
.btn button:after, .btn a:after {
  content: "\f3d6";
  font-family: "Ionicons";
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #2763b5;
}
.btn button:hover:after, .btn a:hover:after {
  right: 10px;
}
.btn.send {
  margin-bottom: 2em;
}
.btn.top a {
  border: 3px solid #070707;
  display: inline-block;
  width: 100%;
  padding: 10px 30px;
  color: #070707 !important;
  text-decoration: none !important;
  position: relative;
}
.btn.top a i {
  margin-left: 5px;
}
.btn.top a:after {
  content: "\f3d6";
  font-family: "Ionicons";
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #070707;
}
.btn.top a:hover:after {
  right: 10px;
}

/* -----------------------------------------------------------
	確認ページ
----------------------------------------------------------- */
.box_btn {
  text-align: center;
}
.box_btn .btn {
  display: inline-block;
}

/* -----------------------------------------------------------
	サンクスページ
----------------------------------------------------------- */
.con_detail {
  text-align: center;
}
.con_detail .box_txt {
  margin: 3em 0;
}
.con_detail .box_txt .st {
  color: #b16c3c;
  font-size: 187%;
}
.con_detail .box_txt .txt {
  margin-top: 1em;
}
