@charset "UTF-8";
/* ==================================================
	mainvis
================================================== */
#mainvis_wrap {
  overflow: hidden;
}

/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  #mainvis_wrap {
    height: 308px;
  }
}
/* ----- end △ */
#mainvis {
  width: 100%;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #mainvis {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    overflow-x: visible;
  }
}
/* ----- end △ */
/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #mainvis {
    width: 100%;
  }
}
/* ----- end △ */
#mainvis img {
  width: 100%;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #mainvis img {
    width: auto;
  }
}
/* ----- end △ */

/* ==================================================
	search
================================================== */
#search {
  margin-top: 3%;
}

/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #search {
    margin: 5% auto;
  }  
}
/* ----- end △ */
#search .ttl {
  text-align: center;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #search .ttl img {
    height: 45px;
  }
}
/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #search .ttl img {
    width: 29%;
  }
}
/* ----- end △ */

#search .select_search{
  background-color: #eee;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: currentColor;
}




/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #search  .txt_search {
    background-color: #eee;
    display: flex;
    justify-content: space-between;
    padding: 2%;
    width: 43%;
    color: #fff;
  }
  
}
/* ----- end △ */


/* ==================================================
	maker
================================================== */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #maker {
    margin-bottom: 5%;
  }
}
/* ----- end △ */
#maker .ttl {
  text-align: center;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #maker .ttl img {
    height: 45px;
  }
}
/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #maker .ttl img {
    width: 40%;
  }
}
/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #maker .bg_wrap {
    padding-bottom: 3%;
    /* background: #fefefe;
    background: -webkit-linear-gradient(top, #fefefe 66%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fefefe 66%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f2f2',GradientType=0 ); */
  }
}
/* ----- end △ */
#maker_cate_list {
  position: relative;
  z-index: 1;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #maker_cate_list {
    margin: 4% 3% 0;
  }
}
/* ----- end △ */
/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #maker_cate_list {
    margin-top: 1.5%;
    padding: 0 1%;
  }
}
/* ----- end △ */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  #maker_cate_list {
    width: 1000px;
    margin-top: 1.5%;
    margin-right: auto;
    margin-left: auto;
  }
}
/* ----- end △ */
#maker_cate_list > li {
  float: left;
  margin-top: 1%;
  margin-left: 2%;
  line-height: 1.0;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #maker_cate_list > li {
    width: 32%;
    margin-top: 2%;
  }
  #maker_cate_list > li:nth-of-type(3n+1) {
    margin-left: 0;
    clear: both;
  }
}
/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #maker_cate_list > li {
    width: 13.4%;
    margin-left: 1%;
  }
  #maker_cate_list > li:nth-of-type(7n+1) {
    margin-left: 0;
    clear: both;
  }
}
/* ----- end △ */
#maker_cate_list > li .btn {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  border-radius: 3px;
  background: #262626 url(../img/ico_arw_h_wh.png) 92% 50% no-repeat;
  background-size: auto 17px;
  color: #fff;
  vertical-align: middle;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #maker_cate_list > li .btn {
    height: 3.5em;
    padding-right: 5%;
    padding-left: 10%;
  }
}


/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #maker_cate_list > li .btn {
    padding-right: 2%;
    padding-left: 10px;
  }
}
/* ----- end △ */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  #maker_cate_list > li .btn {
    cursor: pointer;
  }
  #maker_cate_list > li .btn:hover {
    background-color: #f75126;
  }
}
/* ----- end △ */
#maker_cate_list > li .btn::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#maker_cate_list > li .btn span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-family: Verdana, Arial, Roboto, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ＭＳ Ｐゴシック", monospace, sans-serif;
}
#maker_cate_list > li .btn.active {
  background-color: #f75126;
}
#maker_cate_list > li br.sp {
  display: none;
}
/* ▽ SP-TAB layout ----- */
@media only screen and (max-width: 1023px) {
  #maker_cate_list > li br.sp {
    display: inline-block;
  }
}
/* ----- end △ */
.maker_cate_sub {
  display: none;
  position: absolute;
  left: 0;
  z-index: 10;
  box-sizing: border-box;
  width: 100%;
  cursor: default;
}
/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .maker_cate_sub {
    left: 1%;
    width: 98%;
  }
}
/* ----- end △ */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  .maker_cate_sub {
    width: 1000px;
  }
}
/* ----- end △ */
.maker_cate_sub::before {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
}
.maker_cate_sub .inner_wrap {
  padding-right: 1%;
  padding-left: 1%;
  box-shadow: -6px 0 6px rgba(224, 224, 224, 0.5) inset;
  background-color: #e4e4e4;
}
.maker_cate_sub .arrow {
  display: block;
  position: absolute;
  width: 16.5px;
  height: 13px;
  top: 0;
  background: url(../img/maker_sub_arrow.png) 0 0 no-repeat;
  background-size: auto 13px;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .maker_cate_sub dl {
    padding: 3% 0 5%;
  }
}
/* ----- end △ */
/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .maker_cate_sub dl {
    padding: 2% 0;
  }
}
/* ----- end △ */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  .maker_cate_sub dl {
    padding-top: 2%;
    padding-bottom: 2%;
  }
}
/* ----- end △ */
.maker_cate_sub dl dt {
  color: #262626;
  font-size: 1.8rem;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .maker_cate_sub dl dt {
    padding: 0 3% 3%;
    border-bottom: 2px solid #d4d4d4;
  }
}
/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .maker_cate_sub dl dt {
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 2.4rem;
  }
}
/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .maker_cate_sub dl dd {
    padding-top: 15px;
    border-top: 1px solid #fff;
    color: #000000;
  }
}
/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .maker_cate_sub dl dd ul::after {
    content: "";
    display: block;
    clear: both;
  }
}
/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .maker_cate_sub dl dd ul {
    border-bottom: 1px solid #fff;
  }
}
/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .maker_cate_sub dl dd ul li {
    border-top: 1px solid #fff;
    border-bottom: 2px solid #d4d4d4;
  }
}
/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .maker_cate_sub dl dd ul li {
    float: left;
  }
}
/* ----- end △ */
/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .maker_cate_sub dl dd ul li {
    width: 31%;
    margin-top: 2%;
    margin-right: 1%;
    margin-left: 1%;
  }
}
/* ----- end △ */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  .maker_cate_sub dl dd ul li {
    width: 19.2%;
    margin-top: 1.5%;
    margin-left: 1%;
  }
  .maker_cate_sub dl dd ul li:nth-of-type(5n+1) {
    margin-left: 0;
  }
}
/* ----- end △ */
.maker_cate_sub dl dd ul li a {
  display: block;
  text-decoration: none;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .maker_cate_sub dl dd ul li a {
    padding: 3%;
    background: url(../img/ico_arw_h_bk.png) 95% 50% no-repeat;
    background-size: auto 17px;
  }
}
/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .maker_cate_sub dl dd ul li a {
    padding-left: 8%;
    background: url(../img/ico_arw_h_bk02.png) 0 50% no-repeat;
  }
}
/* ----- end △ */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  .maker_cate_sub dl dd ul li a:hover {
    color: #f75126;
  }
}
/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .maker_cate_sub dl dd .subnav_close {
    display: none;
  }
}
/* ----- end △ */
/* ==================================================
	about
================================================== */
#about {
  color: #fff;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #about {
    background: url(../images/about_bg.png) 50% 0 no-repeat;
  }
}
/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #about {
    /* padding: 3% 3% 0; */
    background: url(../common_img/bg_ptn01_sp.png) 50% 0 no-repeat;
    background-size: 100%, auto;
  }
}
/* ----- end △ */
#about .site_wrap {
  position: relative;
  z-index: 0;
  padding-bottom: 110px;
  box-sizing: border-box;
}
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  #about .site_wrap {
    padding: 2% 360px 2% 0;
  }
}
/* ----- end △ */
/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #about .site_wrap {
    padding: 2% 20% 2% 1%;
  }
}
/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #about .site_wrap {
    background: url(../images/about_bg02_sp.png) 98% 95% no-repeat;
    background-size: 146px auto;
  }
}
/* ----- end △ */
#about .site_wrap::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background: url(../common_img/img_car.png) no-repeat;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #about .site_wrap::before {
    right: 20%;
    bottom: -30px;
    width: 224px;
    height: 111px;
    background-size: auto 111px;
  }
}
/* ----- end △ */
/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #about .site_wrap::before {
    right: -20px;
    bottom: -40px;
    width: 320px;
    height: 154px;
    background-size: auto 154px;
  }
}
/* ----- end △ */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  #about .site_wrap::before {
    right: -46px;
    bottom: -83px;
    width: 447px;
    height: 222px;
  }
}
/* ----- end △ */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  #about .site_wrap::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -46px;
    width: 358px;
    height: 196px;
    background: url(../images/about_bg02_pc.png) 100% 0 no-repeat;
  }
}
/* ----- end △ */
#about .ttl {
  font-size: 1.8rem;
  font-weight: normal;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #about .ttl {
    font-size: 2.2rem;
  }
}
/* ----- end △ */
#about .txt {
  margin-top: 3%;
}
/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #about .txt {
    margin-top: 2%;
  }
}
/* ----- end △ */
#about .link_btn {
  margin-top: 3%;
}
#about .link_btn li {
  float: left;
  width: 32%;
  margin-left: 2%;
  border-radius: 3px;
  background: #fefefe;
  background: -webkit-linear-gradient(top, #fefefe 0%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e9e9e9',GradientType=0 );
}
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  #about .link_btn li {
    width: 200px;
  }
  /* ▽ PC layout ----- */
}
@media print, screen and (min-width: 1024px) and (min-width: 1024px) {
  #about .link_btn li {
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }
  #about .link_btn li:hover {
    opacity: 0.6;
  }
}
@media print, screen and (min-width: 1024px) {
  /* ----- end △ */
}
/* ----- end △ */
/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #about .link_btn li {
    width: 150px;
  }
  #about .link_btn li br {
    display: inline-block !important;
  }
}
/* ----- end △ */
#about .link_btn li:first-of-type {
  margin-left: 0;
}
#about .link_btn li a {
  display: block;
  background: url(../common_img/ico_arw_ccl_og.png) 92% 50% no-repeat;
  font-weight: bold;
  text-decoration: none;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #about .link_btn li a {
    padding: 15% 0 15% 10%;
    background-size: 8px;
    line-height: 1.0;
  }
}
/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #about .link_btn li a {
    padding: 5% 0 5% 6%;
    background-size: 12px;
    font-size: 1.4rem;
  }
}
/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #about .link_btn li a span {
    display: inline-block;
    margin-left: 5%;
    vertical-align: middle;
  }
}
/* ----- end △ */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  #about .link_btn li a img {
    vertical-align: middle;
  }
}
/* ----- end △ */
/* ▽ SP-TAB layout ----- */
@media only screen and (max-width: 1023px) {
  #about .link_btn li a img {
    display: none;
  }
}
/* ----- end △ */
/* ==================================================
	top_link_area
================================================== */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  #top_link_area {
    margin: 5% 0 0;
  }
}
/* ----- end △ */
/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #top_link_area {
    margin: 5% 1% 0;
  }
}
/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #top_link_area {
    margin: 30px 3% 0;
  }
}
/* ----- end △ */
#top_link_area li {
  margin-top: 10px;
}
#top_link_area li:first-child {
  margin-top: 0;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #top_link_area li:first-of-type {
    float: left;
    width: 49%;
  }
  #top_link_area li:last-of-type {
    float: right;
    width: 50%;
    margin-top: 3.7%;
  }
}
/* ----- end △ */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  /* ▽ PC layout ----- */
}
@media print, screen and (min-width: 1024px) and (min-width: 1024px) {
  #top_link_area li img {
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }
  #top_link_area li img:hover {
    opacity: 0.6;
  }
}
@media print, screen and (min-width: 1024px) {
  /* ----- end △ */
}
/* ----- end △ */
/* ==================================================
	recommend
================================================== */
#recommend {
  background-color: #eee;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #recommend {
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 2.5% 0 2%;
  }
}
/* ----- end △ */
/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #recommend {
    padding: 2.5% 1% 2%;
  }
}
/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #recommend {
    margin-top: 5%;
    padding: 5% 0;
  }
}
/* ----- end △ */
#recommend .ttl {
  text-align: center;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #recommend .ttl img {
    height: 45px;
  }
}
/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #recommend .ttl img {
    width: 50%;
  }
}
/* ----- end △ */
#recommend .recommend_list {
  width: 100%;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #recommend .recommend_list {
    margin-top: 3%;
  }
}
/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #recommend .recommend_list {
    margin-top: 5%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* ----- end △ */
#recommend .recommend_list .inner {
  box-sizing: border-box;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #recommend .recommend_list .inner {
    width: 850px;
  }
}
/* ----- end △ */
#recommend .recommend_list article {
  float: left;
}
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  #recommend .recommend_list article {
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }
  #recommend .recommend_list article:hover {
    opacity: 0.6;
  }
}
/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #recommend .recommend_list article {
    width: 140px;
    margin: 0 15px;
  }
}
/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #recommend .recommend_list article {
    width: 17.5%;
    margin-left: 3%;
  }
  #recommend .recommend_list article:first-of-type {
    margin-left: 0;
  }
}
/* ----- end △ */
#recommend .recommend_list article h3 {
  margin: 3% 0;
  font-weight: normal;
}
#recommend .recommend_list article .price {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: right;
}
#recommend .recommend_list article .price dt,
#recommend .recommend_list article .price dd {
  display: inline-block;
  vertical-align: top;
}
#recommend .recommend_list article .price dd span {
  color: #f75126;
}
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  #recommend .recommend_list article .price dd br {
    display: none;
  }
}
/* ----- end △ */
/* ==================================================
	aside_area
================================================== */
#aside_area {
  margin-top: 2%;
}
/* ▽ TAB layout ----- */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #aside_area {
    padding: 0 1%;
  }
}
/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #aside_area .right_col {
    float: right;
    width: 26%;
  }
}
/* ----- end △ */
/* ==================================================
	topbnr_area
================================================== */
#topbnr_area {
  text-align: center;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #topbnr_area {
    margin: 5% 3% 0;
  }
}
/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #topbnr_area {
    float: left;
    width: 72%;
  }
}
/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #topbnr_area li {
    margin-top: 1%;
  }
}
/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #topbnr_area li {
    float: left;
    width: 49.5%;
    margin-bottom: 1%;
    margin-left: 1%;
  }
  #topbnr_area li:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
/* ----- end △ */
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  /* ▽ PC layout ----- */
}
@media print, screen and (min-width: 1024px) and (min-width: 1024px) {
  #topbnr_area li {
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }
  #topbnr_area li:hover {
    opacity: 0.6;
  }
}
@media print, screen and (min-width: 1024px) {
  /* ----- end △ */
}
/* ----- end △ */
/* ==================================================
	news
================================================== */
#news {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  #news {
    margin: 5% 3% 0;
  }
}
/* ----- end △ */
#news .ttl {
  padding: 5% 3%;
  border-radius: 3px;
  background-color: #f5f5f5;
}
#news .ttl img {
  width: 45%;
}
#news .news_body {
  height: 190px;
  overflow-y: auto;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #news .news_body {
    height: 450px;
  }
}
/* ----- end △ */
#news .news_body li {
  padding: 0 3%;
}
#news .news_body li a {
  display: block;
  padding: 3%;
  border-bottom: 1px dashed #dddddf;
  text-decoration: none;
}
/* ▽ PC layout ----- */
@media print, screen and (min-width: 1024px) {
  #news .news_body li a:hover {
    text-decoration: underline;
  }
}
/* ----- end △ */
#news .news_body li time {
  display: block;
  font-weight: bold;
}

/* ==================================================
	guide
================================================== */
#guide {
  display: none;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  #guide {
    box-sizing: border-box;
    display: block;
    margin-top: 8%;
    padding: 8%;
    border: 3px solid #e0e0e0;
    font-size: 1.2rem;
  }
  #guide a {
    text-decoration: none;
  }
  #guide a:hover {
    color: #f75126;
  }
  #guide ul {
    margin-top: 15px;
  }
  #guide ul li {
    margin-top: 3px;
  }
  #guide ul li a {
    display: block;
    padding-left: 12px;
    background: url(../common_img/ico_arw_ccl_bk.png) 0 50% no-repeat;
    background-size: 7px;
  }
  #guide dl {
    margin-top: 20px;
  }
  #guide dl dt {
    padding-left: 23px;
    background: url(../common_img/ico_flag_bk.png) 0 50% no-repeat;
    background-size: 17px;
  }
}
/* ----- end △ */
