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

 file name  : spend.css
 author     : Ability Consultant
 style info : 過ごし方
=================================================================== */
@font-face {
  font-family: 'min-en_Regular';
  src: url(../css/font/min-en_Regular.woff) format("woff"), url(../css/font/min-en_Regular.ttf) format("opentype");
}
/* font-awesome */
/* -----------------------------------------------------------
	spend
----------------------------------------------------------- */
.con_int {
  margin: 70px 0;
}
@media only screen and (max-width: 767px) {
  .con_int {
    margin: 3em 0 2em 0;
  }
}
.con_int .title {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  letter-spacing: .1em;
  text-align: center;
  font-size: 215%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .title {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .title {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .title {
    margin-bottom: 3%;
  }
}
.con_int .txt {
  text-align: center;
  padding: 0 1em;
}
@media only screen and (max-width: 767px) {
  .con_int .title {
    text-align: left;
    padding: 0 4%;
  }
  .con_int .txt {
    text-align: left;
  }
}

.con_cate {
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
}
.con_cate .box_cate {
  float: left;
  width: 50%;
}
.con_cate .box_cate .box_txt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_cate .box_cate .box_txt {
    padding: 13% 0;
  }
}
.con_cate .box_cate .box_txt h4 {
  color: #323232;
  line-height: 1.5;
  margin-bottom: 60px;
  text-align: center;
}
.con_cate .box_cate .box_txt h4 .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 272%;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cate .box_cate .box_txt h4 .en {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cate .box_cate .box_txt h4 .en {
    font-size: 215%;
  }
}
.con_cate .box_cate .box_txt h4 .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 136%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cate .box_cate .box_txt h4 .jp {
    font-size: 136%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cate .box_cate .box_txt h4 .jp {
    font-size: 108%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cate .box_cate .box_txt h4 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cate .box_cate .box_txt h4 {
    margin-bottom: 7%;
  }
}
.con_cate .box_cate .box_txt h4 span {
  display: block;
}
.con_cate .box_cate .box_txt h4 span.en {
  font-size: 165%;
  letter-spacing: .1em;
  line-height: 1.7em;
}
.con_cate .box_cate .box_txt h4 span.jp {
  font-size: 93%;
  letter-spacing: .1em;
}
.con_cate .box_cate .box_txt .btn {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d6d6d6;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  background: #fff;
  background: #4d4d4d;
  margin: 0 auto;
  background-color: #606060;
}
.con_cate .box_cate .box_txt .btn button, .con_cate .box_cate .box_txt .btn a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  text-decoration: none;
  padding: 1.2em 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
.con_cate .box_cate .box_txt .btn button:after, .con_cate .box_cate .box_txt .btn a:after {
  content: "";
  width: 1.2em;
  height: .35em;
  border-style: solid;
  border-color: #323232;
  border-width: 0 1px 1px 0;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: inline-block;
  margin-left: 2.5em;
}
.con_cate .box_cate .box_txt .btn:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #e8e8e8;
  border-radius: 100%;
}
.con_cate .box_cate .box_txt .btn:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -moz-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_cate .box_cate .box_txt .btn {
    display: block;
    width: 100%;
  }
  .con_cate .box_cate .box_txt .btn button, .con_cate .box_cate .box_txt .btn a {
    padding: 1.2em 0;
  }
}
.con_cate .box_cate .box_txt .btn button, .con_cate .box_cate .box_txt .btn a {
  color: #fff;
}
.con_cate .box_cate .box_txt .btn button:after, .con_cate .box_cate .box_txt .btn a:after {
  border-color: #fff;
}
.con_cate .box_cate .box_txt .btn:before {
  background: #8e8e8e;
}
@media only screen and (max-width: 767px) {
  .con_cate .box_cate:first-child {
    border-bottom: 1px solid #d9d9d9;
  }
}
@media only screen and (min-width: 768px) {
  .con_cate .box_fam .box_txt {
    border-left: 1px solid #d9d9d9;
  }
}
@media print {
  .con_cate .box_fam .box_txt {
    border-left: 1px solid #d9d9d9;
  }
}
.ie8 .con_cate .box_fam .box_txt {
  border-left: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .con_cate .box_cate {
    width: 100%;
    float: none;
    display: block;
  }
  .con_cate .box_cate .box_txt .btn {
    width: 87%;
  }
}
