@charset "utf-8";
/* CSS Document */
@import "normalize.css";
@import "default.css";
/*******************
LP style
********************/
/* base*/
html {
  font-size: 16px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#101010;
  line-height:1.5;
  min-width: 1200px;
  margin: 0 auto;
}
a{
  color: #101010;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

/* clear
--------------------------------------------------*/
.cl{
  clear:both;
}
.clx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clx {
  min-height: 1px;
}
* html .clx {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*------------------------------------*/
.hover{
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: inline-block;
}
.hover:hover{
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
img {
  vertical-align: bottom;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
img.img-t {
  vertical-align: top;
}
/*
ovf-** 横幅の大きい画像を設定した最小幅でトリミング
デフォルトの設定は最小1200px、画像幅1500pxなので適宜調整してください
*/
.ovf-area{
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 1200px;
}
.ovf-box {
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
}
.ovf-item {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1500px;
  margin-left: -750px; /* widthの半分 */
}

/*-- fv -------------------------------------*/
#fv {
  position: relative;
  z-index: 999;
}
/* #fv {
height: 870px;
text-align: center;
overflow: hidden;
position: relative;
margin-left: auto;
margin-right: auto;
width: 100%;
min-width: 1200px;
z-index: 1;
background: url(../img/fv_bg.jpg) repeat-x top center;
}
#fv .fv-box {
display: block;
text-align: center;
position: absolute;
top: 0;
left: 50%;
width: 1500px;
margin-left: -750px;
} */
/*--------------------------------------------*/
.promise {
  background: #ebf59d url(../img/promise_bg.jpg) repeat-x top center;
  /*   background: #11466c linear-gradient(transparent 7.3%, #fff 7.3%); */
}
.pl {position: relative;}

/*-------------------------------------------
header
-----------------------------------------------*/
#new-box .header h1,
#new-box .header .header-tel {
  display: inline-block;
  vertical-align: middle;
}
#new-box .header h1 {
  margin-top: 2em;
}
#new-box .header .header-tel {
  float: right;
}
#new-box .header {
  position: relative;
  width: 1000px;
  margin: 1em auto;
}
#new-box nav ul {
  height: 80px;
  background: #cceefc;
}
#new-box nav ul {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
#new-box nav li {
  display: inline-block;
  background: #cceefc;
  vertical-align: top;
}
#new-box nav li:hover {
  background: #e8f8ff;
}

/* Submenu */
#new-box nav ul li ul {
  width: 560px;
  position: absolute;
  bottom: 1;
  left: 1;
}
#new-box nav ul li ul li a {
  display: inline-block;
  height: 70px;
  vertical-align: top;
}
#new-box nav ul li ul {
  display: none;
}
#new-box nav ul li:hover ul{
  display: block;
}

/*-------------------------------------------
main
-----------------------------------------------*/
/* スライダー */
#new-box .main-carousel .slide {
  width: 100%;
  height: auto;
}
#new-box .flickity-page-dots {
  bottom: -6.5%;
}
#new-box .flickity-page-dots .dot {
  width:.8em;
  height:.8em;
}
#new-box .flickity-page-dots .dot.is-selected {
  background:#00a8f1;
}
/* / スライダー */

#new-box .product {
  margin-top: 9em;
  background: #e8f8ff;
  padding-bottom: 5em;
}
#new-box .product .titl-text {
  position: absolute;
  top: 10em;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #7fd3f8;
  font-weight: bold;
  letter-spacing: .1em;
}
#new-box .product .list {
  width: 1000px;
  margin: -8em auto 0;
}
#new-box .product .list li {
  display: inline-block;
  position: relative;
  margin: 0.3em;
}
#new-box .product .list li .text-box {
  position: absolute;
  top: 12.5em;
  left: 0;
  padding: 0 1.4em;
}
#new-box .product .list li .text-box p:first-child {
  text-align: left;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}
#new-box .product .list li .text-box p a {
  color: #fff;
}
#new-box .product .list li .text-box p a:last-child {
  color: #fff;
  background: #00a8f1;
  margin: 0 auto;
  padding: 10px 3em;
}
#new-box .product .list li .text-box p a:hover {
  text-decoration: none;
  opacity: .8;
}
#new-box .product .list li .text-box p a:last-child:after {
  content: "»";
  display: inline-block;
  padding-left: .8em;
  height: 1.2em;
  vertical-align: top;
}


#new-box .news {
  margin: 5em auto;
  width: 1000px;
}
#new-box .news-tils {
  margin: 2em auto;
}
#new-box .news-tils .date {
  color: #00a8f1;
  font-size: 18px;
}
#new-box .news .titl-text {
  position: absolute;
  top: 8em;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  color: #7fd3f8;
  font-weight: bold;
  letter-spacing: .1em;
}

#new-box .news-tils li p:before {
  content: "→";
  color: #00a8f1;
  display: inline-block;
  padding-right: 1em;
  height: 1.2em;
  vertical-align: top;
}
#new-box .news-tils li {
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 3%;
  padding-bottom: 3%;
  border-bottom: 1px solid #bfbfbf;
  line-height: 2em;
}
#new-box .news-tils li a:hover {
  text-decoration: none;
  opacity: .8;
}
#new-box .ind-1 {
  padding-left:2em;
  text-indent:-1em;
}
#new-box .news-list-btn {
  color: #fff;
  background: #00a8f1;
  margin: 0 auto;
  padding: 1% 1.5% 1% 6%;
  display: inline-block;
  text-align: center;
}
#new-box .news-list-btn:hover {
  opacity: .8;
}
#new-box .news-list-btn:after {
  content: "»";
  display: inline-block;
  margin-left: 2.5em;
}
#new-box .news-list-btn-box {
  text-align: center;
}
#new-box .btn-box ul {
  margin: 0 auto;
  text-align: center;
}
#new-box .btn-box li {
  display: inline-block;
  margin: 0 1em;
}

/* プライバシーポリシー */
#new-box .privacy-bg {
  background: url(../img/privacy_ttl_bg_cover.png) no-repeat top center;
  background-size: cover;
}
#new-box .privacy-titl {
  position: absolute;
  top: 9.5em;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #7fd3f8;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing:.2em;
}
/* / プライバシーポリシー */

/* 会社案内 */
#new-box .company-bg {
  background: url(../img/company_ttl_bg_cover.png) no-repeat top center;
  background-size: cover;
}
#new-box .company-titl {
  position: absolute;
  top: 9.5em;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #7fd3f8;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing:.2em;
}
/* / 会社案内 */

/* 特定商取引法に基づく表示 */
#new-box .transaction-bg {
  background: url(../img/transaction_ttl_bg_cover.png) no-repeat top center;
  background-size: cover;
}
#new-box .transaction-titl {
  position: absolute;
  top: 9.5em;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #7fd3f8;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing:.2em;
}
/* / 特定商取引法に基づく表示 */

/* お問い合わせ */
#new-box .contact-bg {
  background: url(../contact/img/ttl_bg_cover.jpg) no-repeat top center;
  background-size: cover;
}
#new-box .contact-titl {
  position: absolute;
  top: 9.5em;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #7fd3f8;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing:.2em;
}
#new-box .pink-color {
  color: #ff84b2;
}
#new-box .contact-box {
  font-family: 'Noto Serif JP', serif;
  width: 900px;
  margin: 3em auto 0;
}
#new-box .contact-title {
  margin: 1.5em 0;
}
#new-box .contact-box label {
  display: inline-block;
  margin-bottom: 1%;
  width: 200px;
  vertical-align: top;
}
#new-box .contact-box input {
  border: 1px solid #00a8f1;
  line-height: 2em;
  padding: .3em 0;
  width: 680px;
}
#new-box .contact-box textarea {
  border: 1px solid #00a8f1;
  line-height: 2em;
  width: 680px;
}
#new-box .contact-box .item-list div {
  margin-bottom: 4%;
}
#new-box .contact-box button {
  background: #fff;
  border: 1px solid #00a8f1;
  color: #00a8f1;
  padding: 2% 5% 2% 6%;

  margin: 0 auto;
  display: block;
}
#new-box .contact-box button:after {
  content: "»";
  display: inline-block;
  padding-left: 1.5em;
  height: 1.4em;
  opacity: .5;
  vertical-align: top;
}
#new-box .contact-box .error {
  color: #ff84b2;
}
#new-box .confirmation {
  margin-bottom: 5%;
}
#new-box .confirmation>div {
  margin-bottom: 5%;
}
#new-box .confirmation p {
  display: inline-block;
  border: 1px solid #00a8f1;
  width: 600px;
  padding: 1%;
}
#new-box .contact-box .btn {
  background: #fff;
  border: 1px solid #00a8f1;
  color: #00a8f1;
  width: 230px;
  margin-left: 3em;
  display: inline-block;
  vertical-align: top;
}
#new-box .contact-box .btn:after {
  content: "»";
  display: inline-block;
  padding-left: 1.5em;
  height: 1.4em;
  opacity: 1;
}
#new-box .contact-box .inp {
  background: #fff;
  border: 1px solid #00a8f1;
  color: #00a8f1;
  margin: 0 auto;
  display: inline-block;
}
#new-box .contact-box .inp input {
  background: none;
  border: none;
  color: #00a8f1;
  width: 200px;
  padding: .8em 0 .8em 1em;
}
#new-box .contact-box .inp:after {
  content: "»";
  display: inline-block;
  padding: 0 1em;
}
#new-box .txt-c {
  text-align: center;
}
#new-box .thanks-box {
  margin-top: 5%;
  text-align: center;
}
#new-box .thanks-box h2 {
  font-size: 2em;
}
#new-box .thanks-box p {
  margin: 5% 0;
}
#new-box .tel-box {
  margin-top: 5em;
}
/* / お問い合わせ */
/*-------------------------------------------
footer
-----------------------------------------------*/
#new-box .go-top {
  width: 1000px;
  margin: 5em auto 1em;
  text-align: right;
}
#new-box .go-top a {
  display: inline-block;
}
#new-box footer {
  font-family: 'Noto Serif JP', serif;
  background: #00a8f1;
  text-align: center;
  padding: 2.5em 0 0;
}
#new-box .footer-product-list,
#new-box .footer-list {
  display: inline-block;
  width: 455px;
  vertical-align: top;
  text-align: left;
}
#new-box .product-list-titl {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
#new-box .product-list-titl:after {
  border-top: 1px solid #fff;
  content: "";
  flex-grow: 1;
}
#new-box .product-list-titl:after {
  margin-left: 1rem;
}
#new-box .footer-product-list li:before  {
  content: ">";
  color: #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 2.5em;
}
#new-box .footer-product-list li {
  display: inline-block;
  width: 130px;
  text-align: left;
  padding-left: 1em;
  margin: .5em auto;
}
#new-box .footer-product-list li a {
  color: #fff;
  display: inline-block;
  text-align: left;
  margin: 0 5px;
  line-height: 1em;
}
#new-box footer a:hover {
  text-decoration: none;
  opacity: .8;
}
#new-box .footer-product-list li span {
  font-size: 12px;
  display: block;
}
#new-box .footer-list {
  margin-left: 2em;
}
#new-box .footer-list a {
  color: #fff;
}
#new-box .footer-list div {
  display: inline-block;
  vertical-align: top;
  margin-left: 4em;
}
#new-box .footer-list div .mb5 {
  margin-bottom: 5em;
}
#new-box .footer-list div p {
  margin-bottom: 1em;
}
#new-box .footer-list div .f-size12 {
  font-size: 12px;
}
#new-box .footer-list .list:before  {
  content: ">";
  color: #fff;
  margin-right: .5em;
  display: inline-block;
  vertical-align: top;
}
#copy {
  padding-top: 4em;
  background: #00a8f1;
  text-align: center;
  width: 100%;
  color: #fff;
  line-height: 3.5;
  font-size: .875rem;
}
