@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Noto+Serif+JP:wght@700&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * * 1. Correct the line height in all browsers.
 * * 2. Prevent adjustments of font size after orientation changes in iOS.
 * * 3. Remove gray overlay on links for iOS.
 * */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Sections */
/* ============================================ */
/**
 * * Remove the margin in all browsers.
 * */
body {
  margin: 0;
}

/**
 * * Render the `main` element consistently in IE.
 * */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * * 1. Add the correct box sizing in Firefox.
 * * 2. Show the overflow in Edge and IE.
 * */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * * 1. Correct the inheritance and scaling of font size in all browsers.
 * * 2. Correct the odd `em` font sizing in all browsers.
 * */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * * Remove the gray background on active links in IE 10.
 * */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * * 1. Remove the bottom border in Chrome 57-
 * * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 * */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * * Add the correct font weight in Chrome, Edge, and Safari.
 * */
b,
strong {
  font-weight: bolder;
}

/**
 * * 1. Correct the inheritance and scaling of font size in all browsers.
 * * 2. Correct the odd `em` font sizing in all browsers.
 * */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
}

/**
 * * Add the correct font size in all browsers.
 * */
small {
  font-size: 80%;
}

/**
 * * Prevent `sub` and `sup` elements from affecting the line height in
 * * all browsers.
 * */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * * Prevent vertical alignment issues.
 * */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * * Reset form fields to make them styleable
 * */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * * Reset radio and checkbox appearance to preserve their look in iOS.
 * */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * * Show the overflow in IE.
 * * 1. Show the overflow in Edge.
 * */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * * 1. Remove the inheritance of text transform in Firefox.
 * */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * * Correct the inability to style clickable types in iOS and Safari.
 * */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * * Remove the inner border and padding in Firefox.
 * */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * * Restore the focus styles unset by the previous rule.
 * */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * * Remove arrow in IE10 & IE11
 * */
select::-ms-expand {
  display: none;
}

/**
 * * Remove padding
 * */
option {
  padding: 0;
}

/**
 * * Reset to invisible
 * */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * * 1. Correct the text wrapping in Edge and IE.
 * * 2. Correct the color inheritance from `fieldset` elements in IE.
 * * 3. Remove the padding so developers are not caught out when they zero out
 * *    `fieldset` elements in all browsers.
 * */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * */
progress {
  vertical-align: baseline;
}

/**
 * * Remove the default vertical scrollbar in IE 10+.
 * */
textarea {
  overflow: auto;
}

/**
 * * Correct the cursor style of increment and decrement buttons in Chrome.
 * */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * * 1. Correct the outline style in Safari.
 * */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * * Remove the inner padding in Chrome and Safari on macOS.
 * */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * * 1. Correct the inability to style clickable types in iOS and Safari.
 * * 2. Change font properties to `inherit` in Safari.
 * */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * * Clickable labels
 * */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/* * Add the correct display in Edge, IE 10+, and Firefox.
 * */
details {
  display: block;
}

/* * Add the correct display in all browsers.
 * */
summary {
  display: list-item;
}

/* * Remove outline for editable content.
 * */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * * Add the correct display in IE 10+.
 * */
template {
  display: none;
}

/**
 * * Add the correct display in IE 10.
 * */
[hidden] {
  display: none;
}

.btn {
  padding: 29px 0 34px;
  color: #fff;
  display: block;
  width: 320px;
  height: 74px;
  text-align: center;
  background-color: #06c755;
  border-bottom: 3px solid #000;
  margin: 30px auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .btn {
    width: 40%;
    margin: 30px auto;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .btn {
    margin: 30px auto;
  }
}

.btn:hover {
  padding: 29px 0 34px;
  color: #fff;
  display: block;
  width: 320px;
  height: 74px;
  text-align: center;
  background-color: #06c755;
  border-bottom: 3px solid #000;
  -webkit-box-shadow: 0px 0px 10px #999;
          box-shadow: 0px 0px 10px #999;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .btn:hover {
    width: 40%;
    margin: 40px auto;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .btn:hover {
    margin: 30px auto;
  }
}

li {
  list-style: none;
}

.br::before {
  content: "\a";
  white-space: pre;
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .brsp::before {
    content: "\a";
    white-space: pre;
  }
}

.text_align_center {
  text-align: center;
}

section {
  margin: 15% 0 20%;
}
@media screen and (min-width: 1025px) {
  section {
    margin: 5% 0 5%;
  }
}

section:last-of-type {
  margin: 20% 0 0;
}
@media screen and (min-width: 1025px) {
  section:last-of-type {
    margin: 4% 0 0;
  }
}

.bgblue {
  background-color: #f8f9fc;
}

.width300px {
  width: 100px;
}

@media screen and (min-width: 1025px) {
  .width40pc {
    width: 40%;
  }
}

.width50 {
  width: 50%;
}

@media screen and (min-width: 1025px) {
  .width50pc {
    width: 50%;
  }
}

.width60 {
  width: 60%;
}

.width70 {
  width: 70%;
}
@media screen and (min-width: 1025px) {
  .width70 {
    width: 100%;
  }
}

.width80 {
  width: 80%;
}

.width90 {
  width: 90%;
}

.width100 {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .width1000 {
    width: 1000px;
    margin: auto;
  }
}

@media screen and (min-width: 1025px) {
  .width1200 {
    width: 1152px;
    margin: auto;
  }
}

.mask_detail_contena {
  width: 50%;
}
@media screen and (min-width: 1025px) {
  .mask_detail_contena {
    width: 20%;
  }
}

.mask_detail_contena2 {
  width: 50%;
}
@media screen and (min-width: 1025px) {
  .mask_detail_contena2 {
    width: 50%;
  }
}

.bgfff {
  background-color: #fff;
}

.mgnbt10 {
  margin-bottom: 20px;
}

.mgnbt50 {
  margin-bottom: 50px;
}

@media screen and (min-width: 1025px) {
  .mgnbt10pc {
    margin-bottom: 10%;
  }
}

.tell::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../img/tell.png) no-repeat;
  background-size: cover;
  margin-right: 1.3rem;
}

.tell_h3 {
  margin: 2% 0 1%;
}

.tel_button_li {
  position: absolute;
  top: -2%;
  left: 40%;
}

.tel_button_small {
  position: absolute;
  bottom: 12%;
  left: 40%;
}

.padtopbot10 {
  padding: 10% 0;
}
@media screen and (min-width: 1025px) {
  .padtopbot10 {
    padding: 5% 0;
  }
}

.marginauto {
  margin: auto;
}

.justifycenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justifystart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row_reserv {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1025px) {
  .margin-bottompc {
    margin-bottom: 10%;
  }
}

.float_right {
  float: right;
}

.tel_contena {
  margin: 1% 0 0;
}

.inc_tell {
  text-align: center;
  margin: 20px 20px 0;
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .sp_display-none {
    display: none;
  }
}

.keyvisual_container {
  background: url(../img/silky-m-1.png), url(../img/smooth-m-2.png), url(../img/airly-m-1.png), url(../img/keyvisual.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 15%, 15%, 15%, cover;
  background-position: 22% 83%, 50% 83%, 78% 83%, 0 0;
  position: relative;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .keyvisual_container {
    height: 650px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .keyvisual_container {
    height: 500px;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .keyvisual_container {
    background-size: 20%, 20%, 20%, cover;
    background-position: 10% 83%, 50% 83%, 90% 83%, 0 0;
    height: 350px;
  }
}
.keyvisual_container h1 {
  width: 50%;
}

.keyvisual_container_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1025px) {
  .keyvisual_container_text {
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}

.line {
  display: block;
  width: 330px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 1025px) {
  .line {
    width: calc(600px - 20px);
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.line:first-child {
  margin-bottom: 1%;
}

.contact_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
}

.tel_button {
  display: block;
  width: 60px;
  height: 50px;
  margin: 0;
  background: url(../img/tellwhite.png);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #444;
}
@media screen and (min-width: 1025px) {
  .tel_button {
    width: 350px;
    height: 80px;
    background-size: 10%;
    background-position: 10% 50%;
  }
}

.mail_button {
  display: block;
  width: 60px;
  height: 50px;
  margin: 0;
  background: url(../img/mail.png);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #52b768;
}
@media screen and (min-width: 1025px) {
  .mail_button {
    width: 90px;
    height: 80px;
    background-position: 50% 50%;
  }
}

@media screen and (min-width: 1025px) {
  .pcnone {
    display: none;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .sptabnone {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sptabnone {
    display: none;
  }
}

.logo_contena {
  height: 92px;
  margin: 10px 0 0 10px;
}

.logo_contena2 {
  width: 135px;
  height: 62px;
  background: url(../img/neitlogosp2.png);
  margin: 1% 0 0 1%;
  background-size: 85%;
  background-repeat: no-repeat;
}

.tel_button_small {
  font-size: 60%;
}

.brand_logo {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .brand_logo {
    margin-top: 30px;
  }
}
.brand_logo img {
  width: 30%;
}
@media screen and (min-width: 1025px) {
  .brand_logo img {
    width: 140px;
  }
}

.flex_contena3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex_contena2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .flex_contena2 {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.item_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.item_contena2 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
}
@media screen and (min-width: 1025px) {
  .item_contena2 {
    width: 200px;
    height: 200px;
    line-height: 200px;
  }
}

@media screen and (min-width: 1025px) {
  .item_contena {
    margin: auto;
    width: 80%;
  }
}

.itemA_bg {
  background-color: orange;
}

.itemB_bg {
  background-color: #b28b63;
  margin: 0 5%;
}

.itemC_bg {
  background-color: pink;
}

.zia_bg {
  background-color: green;
  height: 5;
}

.zia_bg_text {
  margin: auto;
  width: 60%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .zia_bg_text {
    width: 600px;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .zia_bg_text {
    width: 100%;
  }
}
.zia_bg_text .h1 {
  font-size: 1em;
}
.zia_bg_text p {
  font-size: 0.5em;
}

@media screen and (min-width: 1025px) {
  .pc_tab_display-none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pc_tab_display-none {
    display: none;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .sp_display-none {
    display: none;
  }
}

.itemD_bg {
  background-color: #A3BEDB;
}

.ziame_item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .ziame_item {
    width: 200px;
    height: 200px;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ziame_item {
    width: 200px;
    height: 200px;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
  }
}

.ziame_item li {
  display: inline-block;
  font-size: 20px;
}

@media screen and (min-width: 1025px) {
  .ziame_item:nth-of-type(n-2) {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ziame_item:nth-of-type(n-2) {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1025px) {
  .ziame_item:last-of-type {
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ziame_item:last-of-type {
    padding-top: 30px;
  }
}
.ziame_item:last-of-type li {
  line-height: 50px;
}

.ziame_item_contena {
  width: 100%;
}

ol.ziame_text_list {
  counter-reset: list;
  list-style-type: none;
  font: 14px/1.6 "arial narrow", sans-serif;
  padding: 0;
}
ol.ziame_text_list li {
  position: relative;
  margin: 10px auto 10px auto;
  padding-left: 40px;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  border: solid 1px #A3BEDB;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 90%;
}
ol.ziame_text_list li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  background: #A3BEDB;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.ziame_text_list li:hover {
  background: #A3BEDB;
  color: #fff;
}
ol.ziame_text_list li:hover:before {
  background: #fff;
  color: #A3BEDB;
}

.product {
  width: 70%;
  height: 200px;
  margin: auto;
}
.product img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.flex_contena_wrap {
  margin-bottom: 10px;
}

.product {
  width: 70%;
  text-align: center;
  margin-top: 30px;
}

.mask_contena {
  width: 330px;
}

@media screen and (min-width: 1025px) {
  .mask_contena:nth-of-type(3n-1) {
    margin-left: 7%;
  }
}

@media screen and (min-width: 1025px) {
  .mask_contena:nth-of-type(3n+3) {
    margin-left: 7%;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .mask_contena {
    margin: auto;
  }
}

.image_contena {
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .flex_contena {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 6%;
  }
}
@media screen and (min-width: 1025px) {
  .flex_contena {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.flex_contena2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .flex_contena2 {
    margin-bottom: 3%;
  }
}

.mask_contena {
  -webkit-box-shadow: 0px 0px 31px -10px #777777;
          box-shadow: 0px 0px 31px -10px #777777;
  margin-bottom: 15%;
  padding: 10% 0 10%;
}
@media screen and (min-width: 1025px) {
  .mask_contena {
    margin-bottom: 7%;
    padding: 5% 0 5%;
  }
}

.link_detail {
  display: block;
  width: 70%;
  margin: 10% auto 0;
  padding: 15px 30px;
  border-radius: 20px;
  border-color: #0019ff;
  background: -o-linear-gradient(left, #7d83ff 0%, #0e6eb8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#7d83ff), to(#0e6eb8));
  background: linear-gradient(to right, #7d83ff 0%, #0e6eb8 100%);
  color: white;
}

.link_detail::after {
  content: ">";
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  table {
    margin: 30px auto 30px;
  }
}
@media screen and (min-width: 1025px) {
  table {
    width: 400px;
    margin-right: 10%;
  }
}

table, td, th {
  border: solid 1px #333;
  border-collapse: collapse;
}
table td, table th, td td, td th, th td, th th {
  padding: 10px 5px;
}
table th, td th, th th {
  background-color: #00aeef;
  text-align: center;
  color: #fff;
}

.maru::before {
  content: "●";
  font-size: 1rem;
}

@media screen and (min-width: 1025px) {
  .description {
    text-align: left;
  }
}

.text_contena1 {
  height: 350px;
}

.product2 {
  margin-top: 70px;
}

.text_contena {
  margin-bottom: 5%;
}

@media screen and (min-width: 1025px) {
  .li_contena {
    width: 50%;
  }
}

.footer_bg {
  background: url(../img/footer.jpg) no-repeat;
  padding: 10px 0 20px;
}
@media screen and (min-width: 1025px) {
  .footer_bg {
    background-size: cover;
  }
}

.footer_contena {
  border: solid 2px blue;
  margin: auto;
  background-color: #fff;
  padding: 0 0 20px;
  width: 320px;
}
@media screen and (min-width: 1025px) {
  .footer_contena {
    width: 800px;
  }
}

footer {
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .footer_logo img {
    width: 312px;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .footer_logo img {
    width: 60%;
  }
}

@media screen and (min-width: 1025px) {
  .contact_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 815px;
    margin: auto;
  }
}

.mail_contact {
  background-color: #0e6eb8;
}

.mail_contact:hover {
  background-color: #0e6eb8;
}

* {
  font-family: "M PLUS 1p", sans-serif;
}

.item_text {
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .item_text {
    font-size: 40px;
  }
}

.line {
  font-size: 1.1rem;
}
@media screen and (min-width: 1025px) {
  .line {
    font-size: 1.5rem;
    margin: 1% 0 1%;
  }
}

.f, .b {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  padding: 2% 0;
}
@media screen and (min-width: 1025px) {
  .f, .b {
    letter-spacing: 5px;
  }
}

.h1 {
  font-size: 2rem;
  margin: 5% 0 5%;
}
@media screen and (min-width: 1025px) {
  .h1 {
    margin: 1% 0 1%;
    font-size: 3rem;
  }
}

.h2 {
  font-size: 1.8rem;
  margin: 5% 0 5%;
}
@media screen and (min-width: 1025px) {
  .h2 {
    font-size: 2rem;
    margin: 2% 0 2%;
  }
}

.h3 {
  font-size: 1.2rem;
  margin: 5% 0 5%;
}
@media screen and (min-width: 1025px) {
  .h3 {
    margin: 2% 0 2%;
  }
}

p, .h4 {
  font-size: 1rem;
  margin: 5% 0 5%;
}
@media screen and (min-width: 1025px) {
  p, .h4 {
    margin: 2% 0 2%;
    font-size: 1.2rem;
  }
}

.small {
  font-size: 0.7rem;
  margin: 5% 0 5%;
}
@media screen and (min-width: 1025px) {
  .small {
    margin: 2% 0 2%;
    font-size: 0.8rem;
  }
}

.h4_margin_none {
  font-size: 1rem;
  margin: 1rem 0 0 1rem;
}

.bold {
  font-weight: 500;
}

.green {
  color: #35a057;
}

a {
  font-size: 1.2rem;
}

.blue {
  color: #0e6eb8;
}

.light_blue {
  color: #00aeef;
}

.white {
  color: #fff;
}

.red {
  color: #ff0000;
}

.light_blue {
  color: #A3BEDB;
}

@media screen and (min-width: 1025px) {
  .li_contena {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .li_wrap {
    width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .tell {
    font-size: 2.3rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .tell {
    font-size: 1.8rem;
    font-weight: 600;
  }
}

.bold {
  font-weight: 600;
}
/*# sourceMappingURL=style.css.map */