@charset "utf-8";
h1, h5 {
  margin: 70px 0 0 0;
  padding: 0;
  font-size: 28px;
  color: #0095b2;
  text-align: center;
}
h2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: right;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  text-align: right;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
h4, h6 {
  margin: 70px 0 0 0;
  padding: 0;
  font-size: 28px;
  color: #444;
  text-align: center;
}
.underline {
  text-decoration: none;
  border-bottom: 3px solid #0095b2;
  padding-bottom: 5px;
  color: #0095b2;
	font-weight: 400;
}
.underline_w {
  text-decoration: none;
  border-bottom: 3px solid #444;
  padding-bottom: 5px;
  color: #444;
	font-weight: 400;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slide {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
/*slider01*/
.slider01 {
  position: relative;
}
.slider01 img {
  width: 100%;
}
.slider01 .slider-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -21px;
  z-index: 10;
  cursor: pointer;
}
.slider01 .slider-prev {
  left: 10px;
}
.slider01 .slider-next {
  right: 10px;
}
.slider mypattern {
  width: 100%;
}
.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s linear;
}
.main {
	margin: 20px 0 0 0;
	}
/* ボタン */
.btm_01 {
  display: inline-block;
  width: 240px;
  text-align: center;
  font-size: 16px;
  color: #444;
  text-decoration: none;
  padding: 5px 10px;
  transition: .4s;
  margin: 0 auto;
  border: 1px solid #444;
  line-height: 1em;
}
.btm_01:hover {
  color: #81D8D0;
  background-color: #444;
  border-color: #444;
}
.btm_02 {
  display: inline-block;
  width: 300px;
	height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  transition: .4s;
  margin: 0 auto;
  border: 1px solid #0095b2;
	background-color: #0095b2;
}
.btm_02:hover {
  color: #0095b2;
  background-color: #fff;
  border-color: #0095b2;
}
.text_cen {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.text01 {
  margin: 0;
  padding: 5px 0;
  text-align: justify;
  font-size: 14px;
  line-height: 1.8em;
}
.text02 {
  margin: 0;
  padding: 5px 0;
  text-align: justify;
  font-size: 16px;
  line-height: 1.8em;
	
}
.text023 {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
	
}
.content1 {
  width: 1000px;
  margin: 50px auto;
  padding: 0;
  text-align: center;
}
.content2 {
  width: 800px;
  margin: 0 auto 50px auto;
  padding: 0;
}
.content3 {
  width: 700px;
  margin: 0 auto 20px auto;
  padding: 0;
}
/* 画像 */

.flex {
  display: flex;
}
.full {
  width: 100%;
}
/*　グリーティング
------------------------------------------------------------*/
#greeting {
	padding: 0;
	margin: 0;
}
/*　サービス
------------------------------------------------------------*/
#service {
	background-color: #81D8D0;
  background-image: linear-gradient(#BAE0DC 30%, transparent 30%, transparent);
  background-size: 4px 4px;
}
#service a {
  color: #444;
	text-decoration: none;
}
#service a:hover {
  color: #81D8D0;
}
#service ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#service ul li {
  width: 25%;
  margin: 0 0 50px 0;
  text-align: center;
}
#service ul li img {
  width: 240px;
}
#service ul li:nth-of-type(2) {
  transition-delay: .2s;
}
#service ul li:nth-of-type(3) {
  transition-delay: .4s;
}
#service ul li:nth-of-type(4) {
  transition-delay: .6s;
}
#service b {
  font-size: 14px;
}
/*　カタログ
------------------------------------------------------------*/
#catalog {
	padding: 0;
	margin: 0;
}
#catalog ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#catalog ul li {
  width: 31%;
  margin: 0 1% 30px 1%;
  text-align: center;
}
#catalog ul li img {
  width: 250px;
}
#catalog ul li:nth-of-type(2) {
  transition-delay: .2s;
}
#catalog ul li:nth-of-type(3) {
  transition-delay: .4s;
}
#catalog ul li:nth-of-type(4) {
  transition-delay: .6s;
}
.kakomi_li {
  margin: 0.5em auto;
  padding: 0.5em;
  width: 250px;
  background-color: #fff; /* 背景色 */
  border: 1px solid #ccc; /* 枠線 */
  font-size: 14px;
}
/*　実績
------------------------------------------------------------*/
#achievements {
	background-color: #81D8D0;
  background-image: linear-gradient(#BAE0DC 30%, transparent 30%, transparent);
  background-size: 4px 4px;
}
#achievements ul {
  margin: 50px 0 20px 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#achievements ul li {
  width: 31%;
  margin: 0 1% 30px 1%;
  text-align: center;
}


/*　商品情報
------------------------------------------------------------*/
#lineup {
	padding: 0;
	margin: 0;
}
#lineup ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#lineup ul li {
  width: 31%;
  margin: 0 1% 30px 1%;
  text-align: center;
}
#lineup ul li img {
  width: 250px;
}
#lineup ul li:nth-of-type(2) {
  transition-delay: .2s;
}
#lineup ul li:nth-of-type(3) {
  transition-delay: .4s;
}
#lineup ul li:nth-of-type(4) {
  transition-delay: .6s;
}
/*　トピックス
------------------------------------------------------------*/
#topics {
	background-color: #81D8D0;
  background-size: 4px 4px;
}
.info_box {
  width: 90%;
  text-align: left;
  margin: 20px auto;
  color: #444;
}
#topics dl.new {
  height: 350px;
  overflow: auto;
  padding: 10px 20px;
  border: 1px solid #444;
  margin-top: 0;
  box-sizing: border-box;
}
#topics dt {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0;
}
#topics dd {
  border-bottom: 1px solid #444;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
}
#topics a {
  color: #00a0e9;
  text-decoration: underline;
}
#topics a:hover {
  color: #ec651a;
}
#topics p {
  color: #000;
  text-decoration: none;
  margin-bottom: 50px;
}
/*　テーブル
------------------------------------------------------------*/
.hyo1 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 14px;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0;
}
.hyo1 th.photo {
	padding: 0;
	font-weight: 400;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #fff;
	text-align: center;
	line-height: 0;
}
.hyo1 th.item {
	padding: 5px;
	font-weight: 400;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	text-align: center;
}
.hyo1 th.product {
	padding: 10px 5px;
	font-weight: 400;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #FCFCEC;
	text-align: center;
	font-size: 18px;
}
.hyo1 td {
	padding: 5px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	text-align: center;
}
/* -------------------------------------------------------------------
*  pc
* ------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
	.content1 {
    width: 96%;
  }
	.content2 {
    width: 80%;
  }
	.content3 {
    width: 90%;
  }
	#service ul li img {
  max-width: 90%;
}
	#lineup ul li img {
  width: 90%;
}
	.kakomi_li {
  width: 90%;
}
	.btm_01 {
  width: 90%;
}
	.btm_02 {
  width: 90%;
}
}
/* -------------------------------------------------------------------
*  ipad
* ------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
	.slider01 .slider-arrow {
  position: absolute;
  top: 70%;
  width: 30px;
  height: 30px;
  margin-top: -21px;
  z-index: 10;
  cursor: pointer;
}
  /* ボタン */
  .btm_01 {
    font-size: 16px;
  }
	#service ul li {
  width: 50%;
}
	.main {
	margin: 50px 0 0 0;
	}
#achievements ul li {
  width: 90%;
  margin: 0 auto 30px auto;
  text-align: center;
}
	#catalog ul li {
  width: 96%;
  margin: 0 auto 50px auto;
  text-align: center;
}
}
/* -------------------------------------------------------------------
*  iphone
* ------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
	#lineup ul li {
  width: 98%;
  margin: 0 1% 80px 1%;
  text-align: center;
}
	.btm_02 {
  width: 300px;
}
	#lineup ul li img {
  width: 250px;
}
	.kakomi_li {
  width: 250px;
}
}