::-moz-selection {
    background: #f2c2c9;
    color: #ccc;
    text-shadow: none;
}

::selection {
    background: #ccc;
    color: #ccc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center;
}

.mt {
	margin-top: 80px;
}

.mb {
	margin-bottom: 80px;
}

/* ==========================================================================
   General styles
   ========================================================================== */


body {
  font-family: メイリオ, Meiryo,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 16px;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
    color: #4a4a4a;
}

.warp {
  overflow: hidden;
}

.col-lg-6 img {
  width: 90%;
  max-width: 400px;
}

.navbar-brand {
	font-weight: 700;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
	color: #fff;
}

.navbar-default {
	border-color: transparent;
  background-color: rgba(0, 0, 0,0.5);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #aaaaaa;
}

.navbar-default .navbar-toggle {
  border: none;
  border-color: #fff;
}

.navbar-default .navbar-toggle:hover {
  background: #666;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/back.jpg) no-repeat center top;
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 65px;
	font-weight: bold;
}

#headerwrap h4 {
	font-weight: 400;
	color: #ffffff
}

@media (max-width: 768px) {
  #headerwrap {
    padding-top: 180px;
  }
}

#footerwrap {
	padding-top: 70px;
	padding-bottom: 50px;
	background-color: #2f2f2f;
}

#footerwrap p {
	color: #f2f2f2;
	margin-left: 10px;
}

#workwrap {
	background: url(../img/work.jpg) no-repeat center top;
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#workwrap h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 80px;
	font-weight: bold;
}

#workwrap h4 {
	font-weight: 400;
	color: #ffffff
}

#aboutwrap {
	background: url(../img/about.jpg) no-repeat center top;
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 550px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top_bn_kokuchi img{
  width: 100%;
}


/* news */
.news{
  width: 100%;
  padding: 0;
}

  .news li {
    display: flex;
    background:#fff;
    text-align: center;
    padding: 10px 20px 0;
    width:100%;
    list-style: none;
  }

  .news li p:nth-child(1) {
    color:#4a4a4a;
    font-weight:bold;
    padding:0 10px 0 0;
    width: 130px;
    margin-bottom:20px;
  }

  .news li p:nth-child(2) {
    color:#333;
    text-align:left;
    margin-bottom:20px;
  }

  /* company ------------ */
  .company {
    padding: 100px 100px 100px 100px;
    background: #F1F1F1;
  }
  .cont_title {
    margin-bottom: 1em;
    font-size: 23px;
  }
  .comp_info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cont1 {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }
  .cont1 {
    width: 100%;
  }

  .cont1 ul {
    list-style: none;
  }
  .cont1 ul li {
    margin-bottom: 10px
  }

  @media screen and (max-width: 800px) {
    .company {
      padding: 100px 0;
      background: #F1F1F1;
    }
    .cont1 ul {
      padding: 0 20px 0;
    }
  }


  /* privacy ------------- */
  .privacy {
    background: #fff;
  }
  .privacy_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .privacy_hedline {
    text-align: left;
    font-size: 22px;
  }
  .privacy_text {
    word-break: normal;
    font-size: 15px;
    text-align:left;
  }

  .right_text{
    text-align: right;
  }

  /* access ---------------- */
  .access_map {
    position: relative;
    margin: 0 0 50px 150px;
  }
  .access_map iframe {
    width: 90%;
  }
  @media (max-width: 768px) {
    .access_map {
      width: 90%;
      position: relative;
      margin: 30px auto 50px;
    }
    .access_map iframe {
      width: 100%;
      margin: auto;
    }
  }
  .access_box {
    position: relative;
    margin-left: 60px;
  }

/* contactfoam */

.contactfoam {
  margin-top: 80px;
}


/* Copyrights */

#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
}

.credits {
  color: #999;
}
