@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0; }

.clearfix {
  display: block; }

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%; }

/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
img, table img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: 0; }

table {
  width: 100%;
  border-collapse: collapse;
  border: 0; }
  table th, table td {
    font-weight: normal;
    text-align: left;
    vertical-align: top; }

ol, ul, p, nav {
  list-style: none;
  margin: 0;
  padding: 0; }

input, textarea {
  margin: 0;
  font-size: 100%;
  resize: none; }

dl, dt, dd, th, td {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0; }

pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
  color: #3c3c3c;
  text-decoration: none; }
  a:link, a:visited, a:active {
    color: #3c3c3c;
    text-decoration: none; }
  a:hover {
    color: #aaa;
    text-decoration: none;
    -moz-transition: all 0.26s ease-out;
    -o-transition: all 0.26s ease-out;
    -webkit-transition: all 0.26s ease-out;
    -ms-transition: all 0.26s ease-out; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb12 {
  margin-bottom: 12px; }

.mb15 {
  margin-bottom: 15px; }

.mb17 {
  margin-bottom: 17px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mb55 {
  margin-bottom: 55px; }

.mb60 {
  margin-bottom: 60px; }

.mb65 {
  margin-bottom: 65px; }

.mb70 {
  margin-bottom: 70px; }

.mb75 {
  margin-bottom: 75px; }

.mb80 {
  margin-bottom: 80px; }

.mb85 {
  margin-bottom: 85px; }

.mb90 {
  margin-bottom: 90px; }

.mb95 {
  margin-bottom: 95px; }

.mb100 {
  margin-bottom: 100px; }
.mt100 {
  margin-top: 100px; }
.fz10 {
  font-size: 10px; }

.fz11 {
  font-size: 11px; }

.fz12 {
  font-size: 12px; }

.fz13 {
  font-size: 13px; }

.fz14 {
  font-size: 14px; }

.fz15 {
  font-size: 15px; }

.fz16 {
  font-size: 16px; }

.fz17 {
  font-size: 17px; }

.fz18 {
  font-size: 18px; }

.fz19 {
  font-size: 19px; }

.fz20 {
  font-size: 20px; }

.fz24 {
  font-size: 24px; }
.mr20 {
	margin-right:20px;	
}
.innerComBox {
  padding-left: 10px;
  padding-right: 10px; }

/*----------------------------
	Common SP PC
------------------------------*/
.rollOver:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out; }

.img_full_width {
  display: block;
  width: 100%; }

.img_responsive {
  max-width: 100%; }

.img_block_center {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wcm {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }

.txtLato {
  font-family: "Lato"; }

/*-----------------------------------------------------------
FONT family
------------------------------------------------------------*/
.ffN {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.ffM {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; }

/*-----------------------------------------------------------
FLOAT
------------------------------------------------------------*/
.floatL {
  float: left;
  display: inline-block; }

.floatR {
  float: right;
  display: inline-block; }

/*-----------------------------------------------------------
Text-Align
------------------------------------------------------------*/
.fwB {
  font-weight: bold; }

.taL {
  text-align: left; }

.taC {
  text-align: center; }

.taR {
  text-align: right; }

.anchorCom {
  margin-top: -50px;
  padding-top: 50px;
  height: 1px; }

/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
body {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  letter-spacing: 0.4px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  height: 100%;
  color: #333333;
  overflow-x: hidden;
  background-size: 100%; }

.fMac {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.fWin {
  font-family: MSゴシック, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

/*----------------------------------
	WP Nav
====================================*/
/*-----------------------------------------------------------
PAGE BOOT
------------------------------------------------------------*/
/* WordPress */
.wp-pagenavi {
  clear: both;
  text-align: center;
  font-family: "Lato";
  font-size: 18px; }
  .wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    padding: 4px 7px;
    margin: 4px 2px;
    border: 1px solid #ccc; }
  .wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: #333;
    color: #fff;
    text-decoration: none; }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .nextpostslink:hover,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .previouspostslink:hover {
    background: none;
    border: 0; }
  .wp-pagenavi .pages {
    display: none; }

.banner_lp{
  text-align: center;
  margin-top: 85px;
  font-size: 0;
  margin-bottom: 100px;
  padding: 0 20px;
}
#top .banner_lp{
  margin-bottom: 10px;
}
.banner_lp a{
  display: inline-block;
}
.banner_lp a img{
  max-width: 100%
}

.banner_lp a:hover{
  opacity: 0.5;
  transition: 0.5s ease;
}

@media screen and (max-width: 767px){
  .banner_lp{
    margin-top: 22px;
  }
  #top .banner_lp{
    margin-bottom: -35px;
  }
}