@charset "utf-8";
#pack {
  float: left;
  width: 730px;
}

#pack h2 {
  color: #333;
  font-size: 180%;
  font-weight: normal;
  line-height: 30px;
  border-bottom: 1px solid #E4E4E4;
  margin: 40px 0 0 0;
  padding: 5px 0 10px 0;
  width: 100%;
  font-weight:bold;
}

#pack h3 {
  font-size: 120%;
  line-height: 150%;
  color: #333;
  margin: 30px 0px 0px;
}

#pack p {
  width: 100%;
  font-size: 110%;
  line-height: 150%;
  margin: 20px 0;
}

/* common
------------------------*/
#pack .ex {
  font-size:12px;
  line-height: 135%;
  margin:10px 0;
}

#pack .note {
  color:#666;
  display:block;
  font-size: 12px;
  line-height: 150%;
}

/* table */
#pack table {
  width: 100%;
  padding-top:20px;
}

#pack th {
  border-right: 1px solid #FFF;
  padding: 10px;
  text-align: center;
  width:25%;
}

#pack tr:nth-child(odd) {
  background-color: #FBFBFB;
}

#pack tr:nth-child(even) {
  background-color: #F1F1F1;
}

#pack td {
  padding: 10px;
  line-height:150%;
}

/*___________ top info ___________ */
#pack .top_info {
  margin-bottom: 40px;
}

#pack .top_banner {
  margin-bottom: 40px;
}

#pack .top_banner h2 {
  border-bottom-width: 0;
  display: block;
  margin:0;
  padding: 0;
}

#pack .top_banner h2 img {
  display: block;
}

#pack .top_info .note {
  margin: 10px 0 0 0;
}

/*___________ case ___________ */
#pack .case h3 {
  width:360px;
  margin:0 auto 30px;	
}

#pack .case ul {
  display: block;
  height: auto;
  letter-spacing: -.4em;
  margin:20px 0 0 0;
}

#pack .case li {
  background:url(img/case_bg.gif) no-repeat center 0;
  background-size: 100% auto;
  display: inline-block;
  height: 120px;
  letter-spacing: normal;
  margin:0;
  position:relative;
  width:33%;
}

#pack .case li p {
  position:absolute;
  top:20px;
  left:20px;
  color:#8dc21f;
  font-size:87.5%;
  font-weight:bold;
  text-align:center;
  line-height:150%;
  margin: 0;
  width:62%;
}

/*___________ plan ___________ */
#pack ul.plan{
}

#pack ul.plan {
  letter-spacing: -.4em;
  margin: 20px 0 30px;
  padding: 0;
  width: 100%;
}

#pack .plan li {
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  background-color: #F9F9F9;
  display: inline-block;
  letter-spacing: normal;
  margin:0 0 20px 0;
  padding: 0;
  position:relative;
  vertical-align: top;
  width: 230px;
}

#pack .plan .section {
  padding: 15px;
}

#pack .plan li.light {
  margin-right:20px;
}

#pack .plan li.standard {
  margin-right:20px;
}

#pack .plan li.premium {
}

#pack .plan .title {
  background-color: #323232;
  color: #FFF;
  display: block;
  font-size: 150%;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  margin:0;
  padding: 0 0 0 10px;
}

#pack .plan h4 {
  margin: 10px 0 20px 0;
}

#pack .icon_reco {
  width:64px;
  height:64px;
  text-indent:-9999px;
  overflow:hidden;
  background:url(img/icon_reco.png) no-repeat 0 0;
  position:absolute;
  top:-10px;
  right:-10px;
}

#pack .plan table th {
  color:#fff;
  background:#8dc21f;
}

/* price */
#pack .plan .price {
  font-size: 200%;
  font-weight: bold;
  line-height: 150%;
  margin: 15px 0 10px 0;
}

#pack .plan .cost {
  background-color: #E6E6E6;
  color: #4D4D4D;
  font-size: 110%;
  font-weight: bold;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}

#pack .plan .tax {
  font-size: 50%;
  font-weight: normal;
}

#pack .plan .ex {
  margin: 10px 0;
  padding: 0;
}

#pack .plan table {
  margin-bottom: 20px;
}

#pack .plan th {
  border-right-width: 0;
  text-align: center;
}

#pack .plan td {
  text-align: center;
}

#pack .plan .btn_form {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

/* btn */
#pack .plan .btn_form a {
  background-color: #FFA300;
  border-radius: 5px;
  box-sizing: border-box;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
  width: 100%;
}

#pack .plan .btn_form a:hover {
  opacity: .7;
}

/*___________ btn ___________ */
#pack .btn_box {
  text-align: center;
  width: 100%;
}

#pack .btn_box p {
  text-align: center;
}

#pack .btn_form_full a {
  width:370px;
  height:60px;
  margin:0 auto;
  text-indent:-9999px;
  overflow:hidden;
  display:block;
}

#pack .btn_form_full a {
  background:url(img/btn_form.png) no-repeat 0 0;
}

#pack .btn_form_full a:hover {
  background-position:0 -60px;
}

#pack .btn_box_ft {
  margin: 50px auto 0;
}

/* clearfix
------------------------*/
#pack .clearfix{
  zoom:1;
}

#pack .clearfix:after{
  content:'';
  display:block;
  clear:both;
  height:0;
}