@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 768px) {
/*--------------------------------------
　Category special page
---------------------------------------*/
#page-special .special-cont01 {
  padding-bottom: 80px;
  background: url("img/line-x.png") no-repeat 0 bottom;
}
#page-special .special-cont01-inner {
  background: url("img/cate-cont01-bg.png");
  border-radius: 6px;
  padding: 40px;
}
.special-cont01-read {

}
#page-special .special-cont01-l {
  float: left;
  width: 390px;
}
#page-special .special-cont01-inner img {
  float: right;
  padding-left: 20px;
}
.special-cont01-l h1 {
    line-height: 1.2em;
    padding-bottom: 70px;
    background: url("img/cate-cont01-ico.png") no-repeat center bottom;
    margin-bottom: 20px;
}
.special-cont01-read {
    font-size: 16px;
    font-weight: bold;
    color: #69aca3;
    margin-bottom: 10px;
    line-height: 1.4em;
    text-align: center;
}
.special-cont02 {
    margin: 80px 0;
    padding-bottom: 60px;
    background: url("img/line-x.png") no-repeat 0 bottom;
}
.special-cont02 h2 {
  line-height: 1.4em;
  color: #69aca3;
}
.special-cont02 .read {
  margin-top: 30px;
}
#page-special table th a {
    padding: 10px 30px 7px 10px;
    display: block;
    background: url("img/cate-cont02-bg.png");
    color: #fff;
    font-weight: bold;
    position: relative;
    border-radius: 6px;
    margin-top: 10px;
}
#page-special table th a::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 7px;
    right: 20px;
    position: absolute;
    top: 15px;
    transform: rotate(-45deg);
    width: 7px;
}
#page-special table td {
  text-align: center;
}
#page-special table td span {
    display: block;
}
.special-cont03 {
  background: url("img/columun-bg.png");
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 80px;
}
.special-cont03 h3 {
  background: url("img/arrow-orange.png") no-repeat center right;
}
.special-cont03-01 img {
  float: left;
}
.special-cont03-01 .special-cont03-r {
  float: left;
  margin-left: 20px;
  width: 310px;
}
.special-cont03-01 {
  padding-bottom: 40px;
  border-bottom: 1px dashed #ccc;
}
.special-cont03-02 {
    padding-bottom: 40px;
    border-bottom: 1px dashed #ccc;
    padding-top: 20px;
}
.special-cont03-02 h4 {
    padding: 3px 0 0 56px;
    background: url("img/cate-cont03-ico.png") no-repeat left center;
    line-height: 1.8em;
    font-size: 150%;
}
}
/*===============================================
●smart.css  画面の横幅が767pxまで
===============================================*/
@media screen and (max-width:767px){
  /*--------------------------------------
　Category special page
---------------------------------------*/
#page-special .special-cont01 {
  padding-bottom: 80px;
  background: url("img/line-x.png") no-repeat 0 bottom;
}
#page-special .special-cont01-inner {
  background: url("img/cate-cont01-bg.png");
  border-radius: 6px;
  padding: 40px;
}
.special-cont01-read {

}
.special-cont01-l h1 {
    line-height: 1.2em;
    padding-bottom: 70px;
    background: url("img/cate-cont01-ico.png") no-repeat center bottom;
    margin-bottom: 20px;
}
.special-cont01-l h1 span {
  font-size: 45%;
}
.special-cont01-read {
    font-size: 16px;
    font-weight: bold;
    color: #69aca3;
    margin-bottom: 10px;
    line-height: 1.4em;
    text-align: center;
}
.special-cont01-img {
  text-align: center;
  margin: 10px 0 0 0;
}
.special-cont02 {
    margin: 80px 0;
    padding-bottom: 60px;
    background: url("img/line-x.png") no-repeat 0 bottom;
}
.special-cont02 h2 {
  line-height: 1.4em;
  color: #69aca3;
}
.special-cont02 .read {
  margin-top: 30px;
}
#page-special table th a {
    padding: 10px 30px 7px 10px;
    display: block;
    background: url("img/cate-cont02-bg.png");
    color: #fff;
    font-weight: bold;
    position: relative;
    border-radius: 6px;
    margin-top: 10px;
}
#page-special table th a::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 7px;
    right: 20px;
    position: absolute;
    top: 15px;
    transform: rotate(-45deg);
    width: 7px;
}
#page-special table td {
  text-align: center;
}
#page-special table td span {
    display: block;
}
.special-cont03 {
  background: url("img/columun-bg.png");
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 80px;
}
.special-cont03 h3 {
  background: url("img/arrow-orange.png") no-repeat center right;
}
.special-cont03-01 {
  padding-bottom: 40px;
  border-bottom: 1px dashed #ccc;
}
.special-cont03-02 {
    padding-bottom: 40px;
    border-bottom: 1px dashed #ccc;
    padding-top: 20px;
}
.special-cont03-02 h4 {
    padding: 3px 0 0px 56px;
    background: url("img/cate-cont03-ico.png") no-repeat left center;
    line-height: 1.2em;
    font-size: 150%;
}
}