@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400&display=swap');

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,var,b,i,dl,dt,dd,ol,ul,li,fieldset,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 15px;
  font-family: "Hiragino Maru Gothic ProN W4","ヒラギノ丸ゴ ProN W4", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.7;
	letter-spacing: .05em;
  color: #111;
  background-color: #fff;
}
.wrap {
	max-width: 1000px;
	margin: 0 auto;
}
a{
  color: #111;
	text-decoration: none;
}
a:hover{
  opacity: .7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
img.shadow {
  box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
}
p {
  margin-bottom: 1em;
}
strong {
  font-weight: bold;
}
small {
	font-size: smaller;
}
ul,ol,dl {
	margin: 0;
}
ul li {
  list-style: none;
  margin-left: 0;
}
.mincho {
  font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
/* タイトル */
h2,h3,h4 {
  font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
h2 {
  max-width: 750px;
  margin: 0 auto 30px;
  font-size: 25px;
  text-align: center;
  border-bottom: 1px solid #6b6b6b;
}
h3 {
  font-size: 25px;
  margin-bottom: 30px;
}
h4 {
  font-size: 20px;
  padding-left: 10px;
  border-left: 5px solid #757575;
  margin-bottom: 10px;
  margin-top: 30px;
}

@media screen and (max-width:768px) {
	*, *:before, *:after {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box
  }
  body {
    font-size: 14px;
  }
	.wrap {
		width: 100%;
		padding-left: 20px;
    padding-right: 20px;
  }
  h2 {
    font-size: 23px;
    margin: 0 auto 25px;
  }
  h2 span {
    font-size: 18px;
  }
  h3 {
    font-size: 23px;
    margin-bottom: 20px
  }
  h4 {
    font-size: 17px;
  }
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #d0d1d1;
}
header .inner {
  max-width: 1200px;
  margin: 0 auto;
}
/* inner-left */
header .inner-left {
  width: 25%;
}
/* inner-right */
header .inner-right {
  width: 75%;
}
nav.gnav ul {
  text-align: right;
}
nav.gnav ul li {
  display: inline-block;
  padding: 0 12px;
  text-align: center;
}
/* オンラインショップ */
nav.gnav ul li.online a {
  background-color: #111;
  color: #fff;
  padding: 10px 20px 10px 35px;
  position: relative;
  font-size: 13px;
}
nav.gnav ul li.online a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-weight: 900;
  top: 7px;
  left: 12px;
  font-size: 12px;
}

@media screen and (max-width:768px) {
  header .inner-left {
    width: 50%;
  }
  header .inner-right {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #ededed;
    left: 0;
  }
  nav.gnav {
    display: none;
  }
  /* is-active */
  nav.gnav.is-active {
    display: block;
  }
  nav.gnav.is-active ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  nav.gnav.is-active ul li {
    font-size: 11px;
    width : calc(100% / 3);
    padding: 5px 0;
  }
  nav.gnav.is-active ul li.partner {
    background-color: #858585;
  }
  nav.gnav.is-active ul li.partner a {
    color: #fff;
  }
  nav.gnav.is-active ul li.online {
    background-color: #111;
  }
  nav.gnav.is-active ul li.online a {
    padding: 0;
    font-size: 11px;
  }
  nav.gnav.is-active ul li.online a::after {
    top: -3px;
    left: -22px;
  }
}


/* =======================================================
* main
* ======================================================= */
#main {
  margin-top: 74px;
  border-bottom: 1px solid #d0d1d1;
}
#main .main_left {
  width: 55%;
  padding: 0 80px;
  box-sizing: border-box;
}
#main .main_right {
  width: 45%;
}

@media screen and (max-width:768px) {
  #main .main_left {
    width: 100%;
    padding: 50px 20px;
  }
  #main .main_right {
    width: 100%;
  }
}

/* =======================================================
* intro
* ======================================================= */
#intro .intro_left {
  width: 45%;
  background-color: #dbdbdb;
}
#intro .intro_right {
  width: 55%;
  padding: 0 80px;
  box-sizing: border-box;
  line-height: 2;
}

@media screen and (max-width:768px) {
  #intro .intro_left {
    width: 100%;
  }
  #intro .intro_right {
    width: 100%;
    padding: 20px;
  }
}

/* =======================================================
* detail
* ======================================================= */
#detail {
  font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  border-top: 1px solid #d0d1d1;
  border-bottom: 1px solid #d0d1d1;
  padding: 50px 0;
}
#detail .detail_spec {
  width: 50%;
}
#detail .detail_spec h3 {
  font-size: 33px;
}
#detail .detail_spec h3 small {
  font-size: 20px;
}

/* price */
.price {
  font-size: 21px;
  margin-bottom: 30px;
}
.price small {
  font-size: 14px;
  font-weight: normal;
}
.price .second {
  margin-left: 65px;
}

/* pay */
.pay {
  background-color: #dedede;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
}
.pay .pay_circle {
  width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    line-height: 1.5;
  border: 1px solid #bfbfbf;
}
.pay .pay_price {
  width: 80%;
  font-size: 20px;
}
.pay .pay_price small {
  font-size: 13px;
  font-weight: normal;
}
.pay .pay_price .caption {
  font-size: 11px;
}

/* spec */
.spec .spec_ttl {
  padding-bottom: 5px;
  border-bottom: 1px solid #d0d1d1;
}
.spec dl {
  padding-left: 20px;
}
.spec dl dt {
  width: 100px;
  border-bottom: 1px solid #d0d1d1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.spec dl dd {
  width: 79%;
  border-bottom: 1px solid #d0d1d1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* detail_img */
#detail .detail_img {
  width: 45%;
}

/* detail_img-box */
.detail_img-box {
  border: 1px solid #d0d1d1;
}
.detail_img-box p {
  background-color: #dedede;
  padding: 5px 10px;
  margin-bottom: 5px
}
.detail_img-box dl {
  padding: 10px;
}
.detail_img-box dl dt,
.detail_img-box dl dd {
  width: 50%;
  text-align: center;
  border-bottom: 1px dotted #d0d1d1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.detail_img-box dl dt.last,
.detail_img-box dl dd.last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1.6;
}
.detail_img-box dl dd small {
  font-size: 11px;
}

@media screen and (max-width:768px) {
  #detail .detail_spec {
    width: 100%;
  }
  #detail .detail_spec h3 {
  font-size: 28px;
  }
  #detail .detail_spec h3 small {
    font-size: 16px;
  }

  /* pay */
  .pay {
    margin-top: 40px;
  }
  .pay .pay_circle {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -40px;
    left: -10px;
    font-size: 12px;
  }
  .pay .pay_price {
    width: 100%;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
  }
  .pay .pay_price small {
    font-size: 11px;
  }
  .pay .pay_price .caption {
    text-align: left;
    margin-top: 10px;
    font-weight: normal;
  }

  /* spec */
  .spec dl {
    padding-left: 10px;
    font-size: 13px;
    font-weight: normal;
  }
  .spec dl dt {
    width: 80px;
  }
  .spec dl dd {
    width: 75%;
  }

  /* detail_img */
  #detail .detail_img {
    width: 100%;
    font-weight: normal;
  }
  #detail .detail_img img {
    width: 90%;
    margin: 30px auto 10px;
  }
  .detail_img-box dl dt.last small {
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    font-size: 8px;
    letter-spacing: 0em;
  }
}


/* =======================================================
*solution
* ======================================================= */
#solution .problem {
  margin-bottom: 80px;
}
#solution .problem ul {
  width: 33%;
}
#solution .problem ul li {
  padding-left: 30px;
  line-height: 2;
  box-sizing: border-box;
  position: relative;
}
#solution .problem ul li::before {
  position: absolute;
  content: url(../images/icn-check.png);
  top: 3px;
  left: 0;
}

/* technology */
.technology {
  margin: 80px auto 50px;
  padding: 40px 0;
  background-color: #e2e2e2;
}
.technology p img {
  width: 750px;
  margin: 10px auto 30px;
}

@media screen and (max-width:768px) {
  #solution .problem {
    margin-bottom: 50px;
  }
  #solution .problem ul {
    width: 100%;
  }
  #solution .problem ul li {
    line-height: 2.4;
  }
}

/* =======================================================
*use
* ======================================================= */
/* probe */
#use .probe {
  border: 1px solid #808080;
  padding: 20px 30px;
  margin: 50px auto 80px;
}
#use .probe .probe_txt {
  width: 60%;
}
#use .probe .probe_img {
  width: 40%;
}

/* osusume */
#use .osusume {
  border: 1px solid #808080;
  padding: 50px 50px 0;
  position: relative;
  margin: 50px auto 80px;
}
#use .osusume .osusume_ttl {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -250px;
}
#use .osusume li {
  margin-bottom: 20px;
}
#use .osusume li p {
  margin-top: 7px;
}

@media screen and (max-width:768px) {
  #use .probe {
    padding: 20px 20px;
    margin: 20px auto 50px;
  }
  #use .probe .probe_txt,
  #use .probe .probe_img {
    width: 100%;
  }
  #use .osusume {
    padding: 50px 20px 0;
  }
  #use .osusume li {
    width: 48%;
    margin-bottom: 0;
  }
  #use .osusume .osusume_ttl {
    margin-left: 0;
    position: static;
    margin-top: -80px;
    margin-bottom: 30px;
  }
  #use .osusume .osusume_ttl img {
    width: 85%;
    margin: 0 auto;
  }
  #use .osusume li p {
    margin-top: 3px;
    font-size: 12px;
  }
}

/* =======================================================
* リンク
* ======================================================= */
.linkBtn {
  text-align: center;
  margin: 50px auto 0;
}
.linkBtn a {
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
  padding: 20px 70px;
  border-radius: 5px;
  font-size: 20px;
  letter-spacing: .1em;
}
.linkBtn img {
  width: 30px;
  vertical-align: middle;
}

@media screen and (max-width:768px) {
  .linkBtn a {
    padding: 20px 50px;
    font-size: 17px;
  }
  .linkBtn img {
    width: 25px;
  }
}


/* =======================================================
*footer
* ======================================================= */
footer {
  margin-top: 100px;
  background-color: #333;
  color: #fff;
  padding: 10px 3%;
  text-align: right;
  font-size: 10px;
}
footer .mincho {
  font-size: 15px;
  margin-bottom: 0;
}

@media screen and (max-width:768px) {
  footer {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 45px;
  }
  footer .mincho {
    margin-bottom: 5px;
  }
  footer .copyright {
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}



/* =======================================================
* 下層ページ共通
* ======================================================= */
#submain {
  height: 400px;
  position: relative;
  margin-top: 55px;
}
#submain div {
  position: absolute;
  top: 45%;
  left: 5%;
  font-size: 30px;
}
#submain div span {
  font-size: 45px;
  letter-spacing: .1em;
}

@media screen and (max-width:768px) {
  #submain {
    margin-top: 50px;
    height: 150px;
  }
  #submain div {
    top: 40%;
    font-size: 18px;
  }
  #submain div span {
    font-size: 25px;
  }
}

/* =======================================================
* 販売パートナー様の募集
* ======================================================= */
#submain.sub_partner {
  background: url(../partner/images/main.jpg) no-repeat center right/cover;
}

/* support */
#support {
  padding-top: 50px;
}
#support .flex {
  margin: 50px 0 80px;
}
#support .support_img {
  width: 50%;
  height: 380px;
  background: url(../partner/images/image.jpg) no-repeat center/cover;
}
#support .support_bg {
  width: 50%;
  background-color: #ececec;
  height: 380px;
  padding: 70px 40px;
  box-sizing: border-box;
}

/* step */
#step ul.flex {
  margin: 30px 0 50px;
}
#step ul.flex li {
  width: 21%;
  position: relative;
}
#step ul.flex li:not(:last-child)::after {
  position: absolute;
  content: url(../partner/images/arrow_right.png);
  top: 90px;
  right: -37px;
}

@media screen and (max-width:768px) {
  #support .flex {
    margin: 30px 0 50px;
  }
  #support .support_img {
    width: 100%;
    height: 200px;
  }
  #support .support_bg {
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }

  #step ul.flex li:not(:last-child)::after {
    top: 20px;
    right: -13px;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    font-size: 20px;
    color: #555;
  }
}


/* =======================================================
* 店舗・施設ご導入相談 / 販売パートナーご応募
* ======================================================= */
/* sub_contact */
#submain.sub_contact {
  background: url(../contact/images/main.jpg) no-repeat center right /cover;
}
#submain.sub_contact div {
  top: 35%;
}

/* sub_apply */
#submain.sub_apply {
  background: url(../apply/images/main.jpg) no-repeat center left /cover;
}
#submain.sub_apply div {
  top: 35%;
  right: 15%;
  left: auto;
}

/* form */
#form {
  font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  max-width: 900px;
	margin: 80px auto 0;
}
#form dl dt,
#form dl dd {
  border-bottom: 1px solid #b6b5b5;
  padding-bottom: 17px;
  margin-bottom: 17px;
}
#form dl dt {
  width: 27%;
  padding: 5px 0 0 20px;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
}
#form dl dt small {
  font-size: 8px;
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
#form dl dt sup {
  position: absolute;
  top: 5px;
  right: 0;
  background-color: #9fcfd8;
  padding: 1px 7px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
}
#form dl dt sup.any {
  background-color: #d0cfce;
}

/* 入力欄 */
#form dl dd {
  width: 73%;
  padding-left: 30px;
  box-sizing: border-box;
}
input[type="email"], input[type="number"],input[type="text"], input[type="tel"],input[type="zipcode"],input[type="date"],input[type="city"],input[type="address"],select,textarea,.personal-information_txt {
  width: 90%;
  display: block;
  border: 1px solid #e7f3f6;
  outline: none;
  height: 3rem;
  line-height: 1.4rem;
  background: #e7f3f6;
  font-size: 15px;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
input[type="zipcode"] {
  width: 40%;
}
textarea {
  font-size: 14px;
  line-height: 1.8;
  height: 200px;
}
button {
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
  padding: 15px 65px;
  border-radius: 5px;
  font-size: 20px;
  letter-spacing: .1em;
}
button img {
  width: 30px;
  vertical-align: middle;
}
button:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* 個人情報 */
.policy {
  max-width: 700px;
    height: 270px;
    margin: 20px auto 50px;
    overflow: scroll;
    border: 1px solid #b6b5b5;
    padding: 20px 50px;
    box-sizing: border-box;
    font-size: 13px;
  font-weight: normal;
}
.policy ul li {
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  #submain.sub_contact div {
    top: 25%;
    font-size: 15px;
  }

  #submain.sub_apply div {
    top: 30%;
    right: 5%;
    font-size: 15px;
    text-align: right;
  }
  #submain.sub_apply div span {
    font-size: 19px;
  }

  #form {
    margin: 60px auto 0;
  }
  #form dl dt,
  #form dl dd {
    width: 100%;
  }
  #form dl dt {
    padding: 0;
    border-bottom: none;
    margin-bottom: 8px;
  }
  #form dl dt sup {
    position: static;
    margin-left: 7px;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    font-size: 9px;
  }
  #form dl dd {
    padding-left: 0px;
  }
  input[type="email"], input[type="number"], input[type="text"], input[type="tel"], input[type="date"], input[type="city"], input[type="address"], select, textarea, .personal-information_txt {
    width: 100%;
  }
  input[type="zipcode"] {
    width: 60%;
  }
  button {
    padding: 20px 50px;
    font-size: 17px;
  }
  button  img {
    width: 25px;
  }

  .policy {
    padding: 15px 20px;
  }
}