@charset "UTF-8";

/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section
{ display: block;}
/* ==========================================================
 reseting
========================================================== */
html { font-size: 10px;}
body {
  line-height: 1.5;
  color: #4c4948;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
body {
  min-width: 1px;
}
}
body, input, textarea, select, button {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  /* 明朝フォント
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;*/
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
input, textarea, select
{ /*-webkit-appearance: none;*/}
textarea
{ resize: none;}
button
{ border: none; overflow: visible; background: none; vertical-align: top;  font-size: 100%; color: inherit; cursor: pointer; -webkit-appearance: none;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ height: auto; vertical-align: top;}
address, caption, code, em, th
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6, strong, em
{ font-size: 100%; font-weight: normal;}
a, input
{/* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/}
sup, sub
{ font-size: 63%;}
sup
{ vertical-align: top;}
sub
{ vertical-align: baseline;}
*
{ -webkit-box-sizing: border-box; box-sizing: border-box;}
input:focus,
select:focus,
textarea:focus { outline: none;}

/* ==========================================================
 base Link
========================================================== */
a {
  color: #4c4948;
  text-decoration: none;
}
a:visited {}
a:hover,
a:active,
a:focus { text-decoration: underline;}

/* ==========================================================
 clearfix
========================================================== */
.clearfix:before, .clearfix:after,
.contents:before, .contents:after
{
  content: "";
  display: table;
}
.clearfix:after,
.contents:after
{
  clear: both;
}
/* For IE 6/7
---------------------------------------------------------- */
.clearfix,
.contents
{
  *zoom: 1;
}

/* ==========================================================
 layout
========================================================== */
html { overflow-y: scroll;}
body { text-align: center;}

/* ==========================================================
 wrapper
========================================================== */
.wrapper { width: 100%;}

/* ==========================================================
 header
========================================================== */
.header {
  overflow: hidden;
  max-width: 1421px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}
  .header-in {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 28px 0 29px;
    border-bottom: 2px solid #4c4948;
  }
    .header-utility {
      overflow: hidden;
      position: relative;
      width: 51.1%;
    }
      .img-logo-01 {
        overflow: hidden;
        width: 40.2%;
        padding-top: 33%;
      }
        .img-logo-01 img { width: 100%;}
      .list-sns-01 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20%;
      }
        .list-sns-01 li { margin-right: 21px;}
          .list-sns-01 li:last-child { margin-right: 0;}
          .list-sns-01 li a {
            display: block;
            min-width: 30px;
          }
            .list-sns-01 li a img { width: 100%;}
            .list-sns-01 li a:hover {
              -ms-filter: 'alpha( opacity=50)';
              filter: alpha( opacity=50);
              opacity: 0.5;
            }
    .box-random-01 {
      overflow: hidden;
      width: 48.9%;
    }
      .box-random-01 img { width: 100%;}
@media screen and (max-width: 768px) {
.header {
  width: 100%;
  max-width: 100%;
}
  .header-in {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #4c4948;
  }
    .header-utility { width: 100%;}
      .img-logo-01 {
        width: 142px;
        margin: 0 auto 40px;
        padding-top: 0;
        text-align: center;
      }
        .img-logo-01 img {
          width: auto;
          max-width: 100%;
        }
      .list-sns-01 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: static;
        bottom: inherit;
        left: inherit;
        width: auto;
        margin-bottom: 40px;
      }
        .list-sns-01 li {
          margin-right: 0;
          padding: 0 10px;
        }
          .list-sns-01 li a {
            display: block;
            width: 32px;
            min-width: auto;
          }
            .list-sns-01 li a:hover {
              -ms-filter: 'alpha( opacity=100)';
              filter: alpha( opacity=100);
              opacity: 1;
            }
    .box-random-01 { width: 100%;}
}
  
/* ==========================================================
 contents
========================================================== */
.contents {
  overflow: hidden;
  max-width: 1421px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
.contents {
  width: 100%;
  max-width: 100%;
}
}

/* ==========================================================
 footer
========================================================== */
.footer {
  overflow: hidden;
  max-width: 1421px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}
  .footer-in {
    overflow: hidden;
    padding: 29px 0;
    border-top: 2px solid #4c4948;
  }
    .list-logo-01 {
      overflow: hidden;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
      .list-logo-01 li {
        overflow: hidden;
        margin-right: 73px;
      }
        .list-logo-01 li:last-child { margin-right: 0;}
        .list-logo-01 li a { display: block;}
          .list-logo-01 li a img { width: 100%;}
@media screen and (max-width: 768px) {
.footer {
  width: 100%;
  max-width: 100%;
}
  .footer-in { border-top: 1px solid #4c4948;}
    .list-logo-01 {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 -15px;
    }
      .list-logo-01 li {
        margin-right: 0;
        padding: 0 15px;
      }
        .list-logo-01 li a { width: 55px;}
        .list-logo-01 li:first-child a { width: 52px;}
}
      
/* ==========================================================
 section
========================================================== */
/* sec-contents-01
---------------------------------------------------------- */
.sec-contents-01 {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 133px;
}
  .box-contents-01 {
    overflow: hidden;
    width: 51.1%;
    padding-right: 30px;
  }
    .box-contents-01 .title-01,
    .box-contents-02 .title-01 {
      margin-bottom: 21px;
      font-weight: bold;
    }
    .box-contents-01 p,
    .box-contents-02 p {
      margin-bottom: 27px;
      font-size: 17px;
      font-size: 1.7rem;
    }
      .box-contents-01 p:last-child,
      .box-contents-02 p:last-child { margin-bottom: 0;}
      .box-contents-01 a,
      .box-contents-02 a { text-decoration: underline;}
      .box-contents-01 a:hover,
      .box-contents-02 a:hover { text-decoration: none;}
  .box-contents-02 {
    overflow: hidden;
    width: 48.9%;
  }
    .box-contents-02 p.type-01 { margin-bottom: 98px;}
@media screen and (max-width: 768px) {
.sec-contents-01 {
  display: block;
  padding: 30px 0;
}
  .box-contents-01 {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }
    .box-contents-01 p br {
      content: "";
      display: inline;
    }
    .box-contents-01 .txt-info-01 br {
      content: "";
      display: block;
    }
  .box-contents-02 { width: 100%;}
    .box-contents-02 p.type-01 { margin-bottom: 27px;}
}

/* ==========================================================
 wordpress
========================================================== */
.entry-header,
.comments-area,
.widget-area { display: none;}

/* ==========================================================
 is
========================================================== */
/* opacity hover
---------------------------------------------------------- */
.is-opacity {
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
}
.is-opacity:hover {
  -ms-filter: 'alpha( opacity=70)';
  filter: alpha( opacity=70);
  opacity: 0.7;
}

/* css animation 
---------------------------------------------------------- */
.is-animate {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-pc {}
.only-tb,
.only-sp,
.no-pc { display: none !important;}
.no-tb {}
.no-sp {}

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
.only-pc,
.no-sp,   
.only-tb,
img.only-tb  { display: none !important;}
.only-sp,
.no-pc,
.no-tb     { display: block !important;}
img.only-sp,
img.no-pc,
img.no-tb  { display: inline-block !important;}
}