@charset "utf-8";

/**
 * 文字コード UTF-8N 改行コードLF
 * 共通CSS
 *
 * @package    Lib
 * @copyright  Copyright (c) 2018 Barman Soft, Inc.
 * @license    http://barmansoft.co.jp/software/libframework/license.html The Clear BSD License
 * @version    Lib Framework v3.1.180515
 */
* {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-serif;
  box-sizing: border-box;
}
body {
  height: 100%;
  line-height: 1.6;
  background-color: #fff;
  font-family: 'Open Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-serif;
  font-size: 13px;
  color: #333333;
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
  border: 0px;
  vertical-align: bottom;
}
a {
  color: #575757;
  text-decoration: none;
}
input[type="text"], input[type="password"] {
  padding: 5px 5px;
  width: 100%;
  border: 1px solid #ccc;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
button, input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
ul li {
  list-style-type: none;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0px;
  line-height: 0px;
  content: ".";
  visibility: hidden;
}
.red {
  color: #ff0000 !important;
}
div.wrap {
  margin: 0 auto;
  width: 1186px;
}
/*----------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------------*/
header {
  margin: 0 auto;
  width: 100%;
  min-width: 1226px;
  height: auto;
  background-color: #ffffff;
}
header div.header:nth-of-type(1) {
  margin-top: 3px;
  padding-top: 24px;
  width: 100%;
  background-color: #8af1fa;
}
header div.header:nth-of-type(1) div.wrap {
  width: 100%;
  min-width: 1226px;
  background-color: #fff;
}
header div.header:nth-of-type(1) div.wrap > div {
  margin: 0 auto;
  width: 1186px;
  height: 94px;
  position: relative;
}
header div.header:nth-of-type(1) h1 {
  line-height: 25px;
  font-size: 11px;
  font-weight: normal;
  color: #868686;
  position: absolute;
  right: 0;
}
header div.header:nth-of-type(1) img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
header div.header:nth-of-type(1) div#search input[type="text"] {
  padding-right: 30px;
  width: 200px;
  height: 30px;
  line-height: 14px;
  border-radius: 4px;
  border-width: 2px;
  font-size: 14px;
  position: absolute;
  top: 30px;
  right: 0px;
}
header div.header:nth-of-type(1) div#search button {
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  background-color: #dddddd;
  background-image: url("../image/common/icon_search.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  outline: none;
  position: absolute;
  top: 32px;
  right: 2px;
}
header div.header:nth-of-type(1) div.btn_menu {
  display: none;
}
header div.header:nth-of-type(2) {
  width: 100%;
  height: 390px;
  background-image: url("../image/common/mainimage.png");
  background-size: 1280px 390px;
  background-position: center center;
  background-repeat: no-repeat;
}
header nav.menu {
  display: block;
  margin: 20px auto 0;
  width: 1186px;
}
header nav.menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
header nav.menu ul li {
  width: 20%;
}
header nav.menu ul li:hover {
  background-color: #f3f3f3;
}
header nav.menu ul li a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #ccc;
}
/*----------------------------------------------------------------------
フッター
------------------------------------------------------------------------*/
footer {
  margin: 0 auto;
  width: 100%;
  min-width: 1226px;
  height: auto;
  background-color: #fbfcfc;
}
footer div.footer {
  width: 100%;
}
footer copyright {
  display: block;
  font-size: 11px;
  color: #dedecc;
}
footer div.footer:nth-of-type(1) div.wrap {
  display: flex;
  padding-top: 20px;
  background-image: url("../image/common/logo2.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 24%;
}
footer div.footer:nth-of-type(1) h3 {
  width: 100%;
  height: auto;
  line-height: 20px;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}
footer div.footer:nth-of-type(1) nav ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  width: 360px;
  text-align: left;
}
footer div.footer:nth-of-type(1) nav ul li {
  margin-bottom: 10px;
  width: 50%;
}
footer div.footer:nth-of-type(1) nav ul li a {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #000;
}
footer div.footer:nth-of-type(1) nav ul li a:hover {
  text-decoration: underline;
}
footer div.footer:nth-of-type(1) nav ul li a:before {
  display: block;
  content: ' ';
  width: 30px;
  height: 20px;
  background: url(../image/common/arrow.png) no-repeat;
  background-size: 10px 10px;
  background-position: center center;
  float: left;
}
footer div.footer:nth-of-type(2) div.wrap {
  padding-bottom: 20px;
}
footer div.footer:nth-of-type(2) p {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  text-align: left;
}
/*----------------------------------------------------------------------
セクション
------------------------------------------------------------------------*/
section {
  margin: 0 auto;
  padding: 50px 20px;
  width: 1226px;
  min-width: 1226px;
  min-height: 598px;
  background-color: #fff;
}
section div.wrap {
  padding: 0 20px;
}
section .carousel #pointer {
  display: flex;
  margin-bottom: 20px;
  height: 20px;
  justify-content: center;
}
section .carousel #pointer button {
  padding: 0 5px;
  background-color: #fff;
  border: none;
  outline: none;
}
section .carousel #pointer button span {
  display: block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
}
section .carousel #pointer .active span {
  background: #000;
}
section .carousel .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
section .carousel .owl-carousel .owl-item {
  float: left;
}
section .owl-carousel .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
  height: 432px;
  text-align: center;
}
section .owl-carousel .item > div {
  width: 186px;
  height: 260px;
  background-size: cover;
}
section .owl-carousel .item img {
  display: none;
}
section .owl-carousel .item p {
  height: 10px;
  line-height: 10px;
  font-size: 12px;
}
section .owl-carousel .item p:nth-of-type(1) {
  margin-top: 30px;
  font-size: 11px;
}
section .owl-carousel .item p:nth-of-type(2) {
  margin-top: 15px;
}
section .owl-carousel .item p:nth-of-type(3) {
  margin-top: 20px;
}
section .owl-carousel .item a {
  display: block;
  margin-top: 30px;
  width: 80px;
  height: 28px;
  line-height: 28px;
  background-color: #eee;
  color: #999;
}
section .owl-carousel .owl-nav {
  display: none;
}
section dl.link {
  margin: 20px;
  border-bottom: 1px solid #ccc;
}
section dl.link a {
  text-decoration: underline;
}
section dl.link a:hover {
  text-decoration: none;
}
section dl.link dt {
  display: block;
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #575757;
}
section dl.link dd p {
  padding: 20px 0;
}
