@charset "utf-8";

/*----------------------------------------------------
  余白他汎用設定
----------------------------------------------------*/
.mb-s {
  margin-bottom: 20px !important;
}

.mb-m {
  margin-bottom: 40px !important;
}

.mb-l {
  margin-bottom: 60px !important;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.pd-s {
  padding: 10px;
}

.pd-m {
  padding: 20px;
}

.pd-l {
  padding: 30px;
}

@media screen and (max-width:768px) {
  .mb-s {
    margin-bottom: 10px !important;
  }

  .mb-m {
    margin-bottom: 20px !important;
  }

  .mb-l {
    margin-bottom: 30px !important;
  }

  .pd-s {
    padding: 10px;
  }

  .pd-m {
    padding: 10px;
  }

  .pd-l {
    padding: 10px;
  }

}

/*----------------------------------------------------
  色設定
----------------------------------------------------*/
.txt_white,
a.txt_white {
  color: #fff !important;
}

.txt_yellow,
a.txt_yellow {
  color: #fff100 !important;
}

.txt_blue,
a.txt_blue {
  color: #84cbc7 !important;
}

.txt_orange,
a.txt_orange {
  color: #e99529 !important;
}

.txt_ocher,
a.txt_ocher {
  color: #f4d21f !important;
}

.txt_brown,
a.txt_brown {
  color: #a6713c !important;
}

.txt_pink,
a.txt_pink {
  color: #ff8989 !important;
}

.txt_darkgrey,
a.txt_darkgrey {
  color: #3e3a39 !important;
}

.txt_skyblue,
a.txt_skyblue {
  color: #65aadd !important;
}

.txt_red,
a.txt_red {
  color: #ff4343 !important;
}


.txt_shadow {
  text-shadow: -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    0px -1px 0 #fff,
    0px 1px 0 #fff,
    1px 0px 0 #fff,
    -1px 0px 0 #fff,
    1px 1px 0 #fff;
}

.bgc_yellow {
  background-color: #fff100 !important;
}

.bgc_blue {
  background-color: #84cbc7 !important;
}

.bgc_pink {
  background-color: #ef8d9f !important;
  color: #fff;
}

.bgc_orange {
  background-color: #e99529 !important;
  color: #fff;
}

.bgc_ocher {
  background-color: #f4d21f !important;
  color: #fff;
}

.bgc_brown {
  background-color: #a6713c !important;
  color: #fff;
}

.bgc_skyblue {
  background-color: #65aadd !important;
  color: #fff;
}

/*----------------------------------------------------
  背景装飾
----------------------------------------------------*/
.bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg_pattern li {
  position: absolute;
}

.bg_pattern li:nth-child(1) {
  top: -160px;
  left: -80px;
}

.bg_pattern li:nth-child(2) {
  top: -60px;
  left: 80px;
}

.bg_pattern li:nth-child(3) {
  top: -300px;
  right: -80px;
}

.bg_pattern li:nth-child(4) {
  top: -160px;
  right: 50px;
}

.bg_pattern li:nth-child(5) {
  bottom: -200px;
  left: -50px;
}

.bg_pattern li:nth-child(6) {
  bottom: -80px;
  left: 60px;
}

.bg_pattern li:nth-child(7) {
  bottom: -350px;
  right: -40px;
}

.bg_pattern li:nth-child(8) {
  bottom: -250px;
  right: -60px;
}

.bg_pattern li:nth-child(9) {
  bottom: -150px;
  right: 40px;
}

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

/*----------------------------------------------------
  背景設定、コンテンツボックス設定
----------------------------------------------------*/
.bg_white {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #000;
}

.bg_lightpink {
  background-color: #fff6f8;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg_lightblue {
  background-color: #f6fefe;
  padding-top: 60px;
  padding-bottom: 60px;
}

.white_box {
  width: 100%;
  padding: 1rem 1rem;
  background-color: #fff;
  font-size: 14px;
  line-height: 2;
  border: 1px solid #d2d2d2;
  text-align: left;
  color: #000;
}

.lightpink_box {
  width: 100%;
  padding: 1rem 1rem;
  background-color: #fff6f8;
  line-height: 2;
  text-align: left;
  color: #000;
}

.yellow_box {
  width: 100%;
  padding: 1rem 1rem;
  background-color: #fffe8a;
  color: #767676;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 2;
  border-left: 10px solid #84cbc7;
}

.onamtxt_box {
  padding: 20px 100px;
  position: relative;
  font-size: 0.9rem;
}

.onamtxt_box_left {
  position: absolute;
  top: 1em;
  left: 0;
}

.onamtxt_box_right {
  position: absolute;
  top: 1em;
  right: 0;
}

@media screen and (max-width:768px) {
  .bg_white {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bg_lightpink {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .onamtxt_box {
    padding: 20px 20px 100px;
  }

  .onamtxt_box_left {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 20px;
  }

  .onamtxt_box_right {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 20px;
  }
}

/*----------------------------------------------------
  フォント設定、タイトル設定
----------------------------------------------------*/
.txt_size_ll {
  font-size: 1.5rem;
  font-weight: bold;
}

.txt_size_l {
  font-size: 1.1rem;
  font-weight: bold;
}

.txt_size_m {
  font-size: 1rem;
  font-weight: bold;
}

.txt_size_s {
  font-size: 0.8rem;
  font-weight: normal;
}

.txt_size_n {
  font-size: 14px;
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.page_top {
  text-align: center;
  padding: 30px 0;
}

.page_tit {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 0;
}

.page_tit small {
  padding-left: 10px;
  font-size: 0.7em;
}

.page_tit_bg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #84cbc7;
  text-align: left;
  position: relative;
}

.page_tit_bg_circle {
  margin-top: -150px;
  padding-top: 150px;
  padding-bottom: 60px;
  background-color: #84cbc7;
  border-bottom-left-radius: 40%;
  border-bottom-right-radius: 40%;
  text-align: center;
}

.sec_tit {
  color: #84cbc7;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
  line-height: 1.4;
}

.tit_line {
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
}

.tit_onam {
  position: relative;
}

.tit_onam::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: calc(50% - 4.5em);
  height: 1em;
  background: url(../img/ico-title-left.png) right center / contain no-repeat;
}

.tit_onam::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(50% - 4.5em);
  height: 1em;
  background: url(../img/ico-title-right.png) left center / contain no-repeat;
}


.tit_square {
  margin-bottom: 1.5em;
  text-align: center;
  padding: .5em;
  line-height: 1.2;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.tab {
  position: relative;
  border-bottom: 5px solid;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px .5em 0;
  margin-bottom: 10px;
  z-index: 1;

}

.tab::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 5em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: -1;
}

.tab.orcher {
  border-color: #fcc929;
}

.tab.orcher::after {
  background-color: #fcc929;
}

.tab.green {
  border-color: #0ba29a;
}

.tab.green::after {
  background-color: #0ba29a;
}



@media screen and (max-width:768px) {}

/*----------------------------------------------------
  ボタンスタイル設定
----------------------------------------------------*/
a.download_btn {
  display: block;
  width: 220px;
  margin: 20px auto;
  background-color: #eee;
  color: #84cbc7;
  box-shadow: 1px 1px 5px #434343;
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
}

.download_btn span {
  background-color: #84cbc7;
  color: #fff;
  line-height: 30px;
  padding: 0 5px;
}

a.download2_btn {
  display: inline-block;
  width: 220px;
  background-color: #eee;
  color: #84cbc7;
  box-shadow: 1px 1px 5px #434343;
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 20px;
}

.download2_btn span {
  background-color: #84cbc7;
  color: #fff;
  line-height: 30px;
  padding: 0 5px;
}

a.more_btn {
  display: inline-block;
  width: 220px;
  box-shadow: 1px 1px 5px #434343;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 20px;
}

/*詳細ページ完成後は削除*/
a.more_btn[href="#"] {
  display: none;
}

.prod_imgbtn {
  position: relative;
  display: block;
  max-width: 271px;
  width: 100%;
  margin: 0 0 20px auto;
}

/*詳細ページ完成後は削除*/
.prod_imgbtn[href="#"] {
  pointer-events: none;
}

.prod_imgbtn::before {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: -10px;
  background: url(../img/ico-drop.png) center center / cover no-repeat;
}

.prod_imgbtn::after {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  top: 20%;
  right: 10px;
  background: url(../img/ico-drop.png) center center / cover no-repeat;
}

.prod_imgbtn .illu {
  position: absolute;
  bottom: 0;
  left: -25px;
}

.prod_imgbtn .capa {
  position: absolute;
  bottom: 0;
  right: -10px;
}

@media screen and (min-width:769px) {
  #products_page .prod_imgbtn:hover {
    opacity: .8;
  }
}

@media screen and (max-width:768px) {
  a.download_btn {
    width: 100%;
  }

  a.download2_btn {
    width: 100%;
  }

  a.more_btn {
    width: 100%;
  }

  .prod_imgbtn {
    margin: 0 auto 20px;
  }
}

/*----------------------------------------------------
  リストスタイル設定01(製品特徴、OEM特徴)
----------------------------------------------------*/
.list01 {
  width: 100%;
}

.list01 li {
  margin: 40px 0;
}

.list01_cont_right {
  float: right;
  width: 70%;
  position: relative;
  padding-left: 70px;
}

.list01_cont_left {
  float: left;
  width: 70%;
  position: relative;
  padding-left: 70px;
}

.list01_img_right {
  float: right;
  width: 30%;
  text-align: right;
}

.list01_img_left {
  float: left;
  width: 30%;
  text-align: left;
}

.list01_tit {
  font-family: MS UI GOTHIC, sans-seif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: bold;
  color: #3e3a39;
  border-bottom: 2px solid #3e3a39;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.list01_no {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  line-height: 50px;
  text-align: center;
  padding-right: .2em;
  font-family: MS UI GOTHIC, sans-seif;
  font-size: 35px;
  font-style: italic;
  font-weight: bold;
  text-shadow: 2px 1px 1px #fff, 0 1px 1px #fff, -1px 1px #fff, -1px -1px 1px #fff, 2px -1px 1px #fff;
  border-radius: 50%;
}

.patent {
  float: left;
}

@media screen and (max-width:768px) {
  .list01_cont_right {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .list01_cont_left {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .list01_img_right {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .list01_img_left {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .list01_tit {
    padding-top: 70px;
    text-align: center;
  }

  .list01_no {
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    width: 50px;
    line-height: 50px;
  }

  .patent {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
}

/*----------------------------------------------------
  リストスタイル設定02(製品紹介)
----------------------------------------------------*/
.list02 {
  width: 100%;
}

.list02 li {
  margin: 40px auto;
}

.list02_tit_left {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
  float: left;
  margin-bottom: 0.5em;
  text-align: left;
}

.list02_tit_right {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 2;
  float: right;
  color: #757676;
  text-align: right;
}

.list02_tit_right span {
  border: 1px solid #757676;
  padding: 0.1em 0.25em;
  margin-right: 0.25em;
}

.list02_cont_left {
  float: left;
  width: 55%;
  text-align: left;
  margin-bottom: 20px;
}

.list02_img_right {
  float: right;
  width: 45%;
  text-align: right;
  margin-bottom: 20px;
}

.list02_catch {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
  color: #757676;
}

.list02_box_left {
  width: calc(100% - 90px);
  padding-right: 30px;
  float: left;
  line-height: 2;
}

.list02_box {
  width: 100%;
  line-height: 2;
}

@media screen and (max-width:768px) {
  .before-after {
    text-align: center;
    margin-top: 10px;
  }

  .list02_tit_left {
    float: none;
  }

  .list02_tit_right {
    float: none;
    text-align: left;
    margin-bottom: 1em;
  }

  .list02_cont_left {
    float: none;
    width: 100%;
  }

  .list02_img_right {
    float: none;
    width: 100%;
  }

  .list02_box_left {
    width: 100%;
    padding-right: 0;
    float: none;
  }
}

/*----------------------------------------------------
  リストスタイル設定03（発注の流れ）
----------------------------------------------------*/
.list03 {
  width: 100%;
}

.list03 li {
  margin: 40px 0;
  position: relative;
  background: url(../img/ico-arrow-down.png) center bottom / 25% 28px no-repeat;
  padding-bottom: 50px;
}

.list03 li:last-child {
  background: none;
}

.list03 li img {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width:768px) {
  .list03 li {
    padding-bottom: 100px;
  }

  .list03 li img {
    width: 120px;
    height: auto;
  }
}

/*----------------------------------------------------
  リストスタイル設定04（実績紹介）
----------------------------------------------------*/
.list04 {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}

.list04_box {
  max-width: 382px;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #767676;
  margin: 0 auto;
  position: relative;
  /* 代理店募集ページで必要 */
}

.list04_tit {
  border: 1px solid #767676;
  color: #767676;
  font-size: 1.1rem;
  padding: 10px;
  margin: 20px;
  text-align: center;
}

.list04 table {
  margin: 0 10px 20px;
}

.list04 table td {
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  padding: 10px;
  width: 50%;
}

.prodname {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}

.category {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 2;
  color: #757676;
}

.category_flame {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 2;
  color: #767676;
  width: 4em;
  border: 1px solid #757676;
  margin: 20px 20px 20px auto;
  text-align: center;
}

.list04 .capa {
  position: absolute;
  top: 20px;
  left: 20px;
}

@media screen and (max-width:768px) {
  .list04 table td {
    display: block;
    width: 100%;
  }
}

/*----------------------------------------------------
リストスタイル設定05（チェックリスト）
----------------------------------------------------*/
.list05 li {
  position: relative;
  padding-left: 2em;
  line-height: 1.2;
}

.list05 li:not(:last-child) {
  margin-bottom: 1em;
}

.list05 li::before {
  position: absolute;
  top: -.15em;
  left: 0;
  content: "";
  width: 1.4em;
  height: 100%;
  background: url(../../common/img/cindy/cindy-check.png) center top / contain no-repeat;
}

/*----------------------------------------------------
リストスタイル設定06（円スタイル）
----------------------------------------------------*/
.list06 {
  display: flex;
  justify-content: space-between;
}

.list06 li {
  width: 200px;
  padding: 10px;
  text-align: center;
}

.list06 h3 {
  position: relative;
  padding-top: 100%;
  border-radius: 50%;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
  margin-bottom: 20px;
}

.list06 p {
  text-align: left;
}

.list06 h3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width:768px) {
  .list06 h3 {
    font-size: 6vw;
  }
}

@media screen and (max-width:480px) {
  .list06 {
    flex-direction: column;
    align-items: center;
  }

  .list06 h3 {
    font-size: 36px;
  }

}

/*----------------------------------------------------
 tabel(スペック)
----------------------------------------------------*/
.spec-table {
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
  margin: 0 auto;
}

.spec-table th {
  padding: 5px;
  text-align: center;
  width: 175px;
  background-color: #84cbc7;
  color: #fff;
}

.spec-table td {
  text-align: left;
  padding: 5px;
  border: solid 1px #84cbc7;
}

@media screen and (max-width:480px) {

  .spec-table th,
  .spec-table td {
    border-top: none;
    display: block;
    width: 100%;
  }
}

/*----------------------------------------------------
  よくある質問
----------------------------------------------------*/
.qestion-list {
  width: 100%;
}

.qestion-list li {
  padding: 30px 0;
}

.qestion {
  padding-left: 50px;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #84cbc7;
  margin-bottom: 40px;
}

.answer {
  padding-left: 50px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #757676;
}

.qestion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../img/ico-qestion.png) no-repeat;
}

.answer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 38px;
  height: 42px;
  background: url(../img/ico-answer.png) no-repeat;
}

@media screen and (max-width:768px) {
  .qestion {
    font-size: 16px;
  }

  .answer {
    font-size: 14px;
  }
}

/*----------------------------------------------------
  お問い合わせボタン
----------------------------------------------------*/
.contact_box {
  text-align: center;
  font-size: 18px;
  background-color: #fff6f8;
  color: #000;
  width: 100%;
  padding: 40px 20px;
  margin: 0 auto 60px;
}

a.contact_btn {
  display: block;
  max-width: 310px;
  width: 100%;
  line-height: 70px;
  background-color: #84cbc7;
  color: #fff;
  border-radius: 10px;
  font-size: 28px;
  box-shadow: -3px 3px 5px #ccc;
  margin: 0 auto;
}

.tel {
  font-size: 28px;
  font-weight: bold;
}

.ico {
  vertical-align: middle;
  position: relative;
  top: -5px;
}

@media screen and (max-width:768px) {
  .contact_box {
    padding: 20px 10px;
    font-size: 14px;
    margin-bottom: 30px;
  }

  a.contact_btn {
    font-size: 20px;
  }

  .tel {
    font-size: 20px;
  }
}

/*----------------------------------------------------
  トップページ
----------------------------------------------------*/
.mainvisual {
  text-align: center;
  position: relative;
  z-index: 1;
}

.catch {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
}

.category_list {
  text-align: center;
  justify-content: center;
}

.category_list li {
  padding: 0 20px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  color: #767676;
}

.category_list li:nth-child(1),
.category_list li:nth-child(3),
.category_list li:nth-child(4),
.category_list li:nth-child(6) {
  margin-top: 100px;
}

.category_list_tit1 {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 10px;
}

.category_list_tit2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.info_list {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}

@media screen and (max-width:768px) {
  .catch {
    font-size: 5vw;
  }

  .category_list li {
    margin-bottom: 20px;
  }

  .category_list li:nth-child(1),
  .category_list li:nth-child(3),
  .category_list li:nth-child(4),
  .category_list li:nth-child(6) {
    margin-top: 0;
  }

  .contact_box {
    font-size: 14px;
  }

  a.contact_btn {
    font-size: 20px;
  }

  .tel {
    font-size: 20px;
  }
}

/*----------------------------------------------------
  製品情報
----------------------------------------------------*/
.bg_pink {
  background-color: #ef8d9f;
  padding-top: 60px;
  padding-bottom: 30px;
  color: #fff;
}

.bg_pink .white_box {
  margin-top: -140px;
  margin-bottom: 20px;
}

@media screen and (max-width:768px) {
  .bg_pink .white_box {
    margin-top: -100px;
  }
}

/*----------------------------------------------------
  会社概要
----------------------------------------------------*/
.company-table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.company-table th {
  width: 30%;
  background-color: #eee;
  padding: 20px;
  border: 1px solid #d2d2d2;
  text-align: center;
}

.company-table td {
  padding: 20px;
  border: 1px solid #d2d2d2;
  text-align: left;
}

@media screen and (max-width:768px) {
  .company-table th {
    padding: 20px 10px;
  }

  .company-table td {
    padding: 20px 10px;
  }
}

/*----------------------------------------------------
   コンタクトページ
----------------------------------------------------*/
.inq-form {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.inq-table {
  width: 100%;
}

.inq-table th {
  text-align: left;
  font-weight: normal;
  padding-bottom: 10px;
}

.inq-table td {
  text-align: left;
  padding-bottom: 20px;
}

.inq-form input[type="text"],
.inq-form input[type="tel"],
.inq-form input[type="email"] {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #767676;
}

.inq-form textarea {
  width: 100%;
  line-height: 1.2em;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #767676;
}

.inq-btn {
  text-align: center;
}

input.btn-img {
  max-width: 300px;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #84cbc7;
  border: 3px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 3;
  cursor: pointer;
}

a.top-btn {
  display: block;
  max-width: 300px;
  width: 80%;
  background-color: #84cbc7;
  border: 3px solid #fff;
  color: #fff;
  font-size: 20px;
  line-height: 3;
  text-align: center;
  margin: 30px auto;
}

.required {
  background-color: #ef8d9f;
  color: #fff;
  font-size: 0.8em;
  padding: 0.2em 1em;
  vertical-align: middle;
}

@media screen and (min-width:769px) {
  input.btn-img:hover {
    background-color: #fff;
    color: #84cbc7;
    border: 3px solid #84cbc7;
  }

  a.top-btn:hover {
    background-color: #fff;
    color: #84cbc7;
    border: 3px solid #84cbc7;
  }
}

@media screen and (max-width:768px) {
  .contact-img {
    display: block;
    max-width: 354px;
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .inq-form {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}

/*----------------------------------------------------
   製品情報
----------------------------------------------------*/
.parent {
  position: relative;
}

.parent .catch01 {
  position: absolute;
  max-width: 360px;
  top: 20px;
  right: 10%;
  padding: 10px;
}

.effect {
  display: flex;
  align-items: center;
  justify-content: center;
}

.effect_cont {
  flex: 0 1 350px;
  padding: 20px;
  align-items: center;
}

.effect p {
  margin-top: 10px;
  text-align: left;
}

.effect .arrow {
  padding: 0 0 60px;
  width: 70px;
}

.youtube_wrap {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.adjust-Nmg {
  margin-top: -120px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.adjust-Nmg-return {
  margin-top: -80px;
}

.adjust-Nmg02 {
  margin-bottom: -30px;
}


.textbox01 {
  display: inline-block;
  text-align: left;
}

.flex-center {
  display: flex;
  justify-content: center;
}


@media screen and (max-width:768px) {
  .parent {
    height: 350px;
  }

  .parent .catch01 {
    max-width: 100%;
    width: 100%;
    top: 100px;
    right: auto;
    left: auto;
    padding: 10px;
  }

  .parent .catch01 h3 {
    text-align: center;
  }

  .effect {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }

  .effect .arrow {
    transform: rotate(90deg);
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
