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

 file name  : useful_common.css
 author     : Ability Consultant
 style info : お役立ち情報共通
=================================================================== */
.top .con_info {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .top .con_info {
    width: 95%;
  }
}

.top .con_info ul:after, .box_detial:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  margin: 54px 0 45px;
}
@media only screen and (max-width: 767px) {
  .con_intro {
    margin-top: 3em;
    margin-bottom: 1.85em;
  }
}
.con_intro .st_title {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .con_intro .st_title {
    margin-bottom: 1.5em;
  }
}
.con_intro .st_title span.en {
  margin-bottom: 16px;
}
.con_intro .txt_lg {
  font-size: 231%;
}
.con_intro .txt_lg span {
  font-size: 80%;
}

/* -----------------------------------------------------------
	お役立ち情報一覧
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .top .txt_x {
    text-align: center;
  }
}
.top .con_info {
  margin-bottom: 138px;
}
@media only screen and (max-width: 767px) {
  .top .con_info {
    margin-bottom: 4em;
  }
}
.top .con_info ul li {
  float: left;
  width: 48.4127%;
  margin-left: 3.1746%;
  margin-bottom: 3.1746%;
}
.top .con_info ul li:first-child, .top .con_info ul li:nth-child(2n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .top .con_info ul li {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.top .con_info ul li a {
  text-decoration: none;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.top .con_info ul li a:hover {
  opacity: .7;
}
.top .con_info ul li a .box_txt {
  background: #faf3f0;
  text-align: center;
  padding-top: 2.8em;
  padding-bottom: 2.8em;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .top .con_info ul li a .box_txt {
    padding-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .top .con_info ul li a .box_txt {
    padding-bottom: 1.8em;
  }
}
@media only screen and (max-width: 1024px) {
  .top .con_info ul li a .box_txt {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.top .con_info ul li a .box_txt:before {
  display: block;
  content: 'more';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 70px;
  height: 70px;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(50%, 50%);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  text-align: center;
  font-size: 86%;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  background: #d6a696;
  padding-top: 4px;
}
.top .con_info ul li a .box_txt p {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .top .con_info ul li a .box_txt p {
    font-weight: normal;
  }
}
.top .con_info ul li a .box_txt p.tit {
  font-size: 154%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .top .con_info ul li a .box_txt p.tit {
    margin-bottom: 0.7em;
  }
}
.top .con_info ul li a .box_txt p.txt {
  font-size: 108%;
  line-height: 1.857;
}

/* -----------------------------------------------------------
	共通
----------------------------------------------------------- */
.box_detial:nth-child(odd) .box_l {
  float: left;
}
@media only screen and (max-width: 767px) {
  .box_detial:nth-child(odd) .box_l {
    float: none;
    width: 100%;
  }
}
.box_detial:nth-child(odd) .box_r {
  float: right;
}
@media only screen and (max-width: 767px) {
  .box_detial:nth-child(odd) .box_r {
    float: none;
    width: 100%;
  }
}
.box_detial:nth-child(even) .box_l {
  float: right;
}
@media only screen and (max-width: 767px) {
  .box_detial:nth-child(even) .box_l {
    float: none;
    width: 100%;
  }
}
.box_detial:nth-child(even) .box_r {
  float: left;
}
@media only screen and (max-width: 767px) {
  .box_detial:nth-child(even) .box_r {
    float: none;
    width: 100%;
  }
}
.box_detial .st_useful_title {
  margin-bottom: 37px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .box_detial .st_useful_title {
    margin-bottom: 1em;
  }
}
.box_detial .st_useful_title span {
  display: block;
  font-weight: normal;
}
.box_detial .st_useful_title span.jp {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 216%;
  color: #222222;
  text-align: center;
  margin-bottom: 16px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_detial .st_useful_title span.jp {
    font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .box_detial .st_useful_title span.jp {
    font-size: 154%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_detial .st_useful_title span.jp {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .box_detial .st_useful_title span.jp {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_detial .st_useful_title span.jp {
    text-align: left;
  }
}
.box_detial .txt {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 108%;
  line-height: 1.857;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .box_detial .txt {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_detial .txt {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .box_detial .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_detial .txt {
    text-align: left;
  }
}

.txt_ad {
  margin-top: 25px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .txt_ad {
    margin-top: 1em;
  }
}

/* -----------------------------------------------------------
	con_com_highlight
----------------------------------------------------------- */
.con_com_highlight .box_list .list .item .box_detail .st_title_item .jp {
  font-size: 139%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_com_highlight .box_list .list .item .box_detail .st_title_item .jp {
    font-size: 131%;
  }
}
@media only screen and (max-width: 767px) {
  .con_com_highlight .box_list .list .item .box_detail .st_title_item .jp {
    font-size: 124%;
  }
}
