@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "MS Pゴシック", "MS P Gothic", Helvetica Neue, Helvetica, Osaka, Meiryo, Arial, sans-serif;
  font-size: 16px;
}
html {
  color: #333;
  background: #fff;
  font-size: 18px;
  line-height: 1.6;
  word-break: break-all;
}
body {
  background: #fff;
  margin: 0;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}
p {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  word-wrap: break-word;
}
a {
  color: #000;
  text-decoration: none;
}
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
textarea {
  resize: vertical;
}
::-webkit-input-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
::-ms-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
::placeholder {
  color: #ccc;
}
button {
  border: none;
  cursor: pointer;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
main {
  display: block;
}
.outer-block {
  min-width: 960px;
}
.inner-block {
  position: relative;
  width: 960px;
  padding: 0 20px;
}
#wrapper {
  position: relative;
}
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
.txt-ss {
  font-size: 10px;
  vertical-align: super;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}
.ib {
  display: inline-block;
}
/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  border-bottom: solid 1px #000;
  position: relative;
}
.c-header .logo {
  display: inline-block;
  padding: 20px 30px;
}
.c-header .logo a:hover {
  opacity: 0.7;
}
.c-header .top-link {
  position: absolute;
  top: 12px;
  right: 30px;
  display: block;
}
.c-header .top-link a {
  border: 1px solid #005eb8;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #005eb8;
  text-align: center;
  padding: 10px;
  display: block;
  width: 200px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-footer .txt-area {
  border-top: 1px solid #cccccc;
  padding: 40px 0;
}
.c-footer .txt-area p {
  font-size: 12px;
}
.c-footer .txt-area p .txt-s {
  font-size: 10px;
  vertical-align: super;
}
.c-footer .copyright-area {
  background: #005eb8;
  padding: 30px 0;
}
.c-footer .copyright-area .logo {
  text-align: center;
  margin-bottom: 10px;
}
.c-footer .copyright-area .small {
  text-align: center;
  color: #fff;
  font-size: 12px;
}
#pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
}
#pagetop a {
  background: #005eb8;
  border: 1px solid #005eb8;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#pagetop a:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-ttl {
  text-align: center;
  padding-top: 50px;
}
.c-ttl span {
  display: block;
}
.c-ttl .jp {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}
.c-ttl .en {
  color: #666;
  font-size: 14px;
  font-weight: 700;
}
.c-ttl02 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.c-ttl02 .sub-ttl {
  display: block;
  font-size: 18px;
}
.c-ttl02 sup {
  font-size: 10px;
}
.c-btn01 {
  color: #fff;
  background: #7fb8e4;
  border: 1px solid #7fb8e4;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  padding: 13px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  max-width: 400px;
}
.c-btn01:before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.c-kv.kv-block .kv-txt-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-kv.kv-block .kv-txt-area .kv-ttl {
  line-height: 1;
}
.c-kv.kv-block .kv-txt-area span {
  display: block;
  font-weight: bold;
}
.c-kv.kv-block .kv-txt-area .jp {
  font-size: 42px;
  margin-bottom: 20px;
}
.c-kv.kv-block .kv-txt-area .en {
  font-size: 36px;
}
.c-kv.kv-block .kv-txt-area .logo {
  margin-top: 25px;
}
/* -----------------------------------------------
.hcg-8060t
-------------------------------------------------- */
.hcg-8060t .c-kv.kv-block .kv-txt-area .img-area {
  max-width: 80%;
}
.c-nav.nav-block {
  border-bottom: 5px solid #005eb8;
  background: #fff;
  z-index: 999;
}
.c-nav.nav-block .inner-block {
  padding: 0;
}
.c-nav.nav-block .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav.nav-block .nav-list li {
  text-align: center;
  width: 25%;
}
.c-nav.nav-block .nav-list li a {
  color: #005eb8;
  display: block;
  padding: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.c-nav.nav-block .nav-list li .current {
  color: #fff;
  background: #005eb8;
  padding: 20px;
  width: 100%;
  display: block;
  font-weight: bold;
}
.c-nav.nav-block .nav-list li.coming-soon {
  background: #979b9d;
}
.c-nav.nav-block .nav-list li.coming-soon a {
  color: #cbcdce;
  pointer-events: none;
}
.c-app-block .inner-block {
  padding: 60px 20px;
}
.c-app-block .ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-app-block .ttl .large {
  font-size: 32px;
}
.c-app-block .ttl .img {
  margin-right: 20px;
}
.c-app-block .ttl .img img {
  width: 73px;
  height: 89px;
}
.c-app-block .txt {
  text-align: center;
  margin-top: 20px;
}
.c-app-block .banner-link {
  display: block;
  margin: 34px auto 0;
  text-align: center;
}
.c-app-block .banner-link .img + .img {
  margin-left: 20px;
}
.c-app-block .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  margin-top: 40px;
}
.c-app-block .btn-wrap .c-btn01 {
  background: #fff;
  border-color: #06a3e0;
  color: #06a3e0;
  max-width: 410px;
  width: calc(50% - 10px);
}
.c-app-block .btn-wrap .c-btn01 + .c-btn01 {
  margin-left: 20px;
}
.c-app-block .btn-wrap .c-btn01:before {
  border-color: #06a3e0;
}
.app-info-block .inn {
  width: 100%;
  padding: 10px 0;
}
.app-info-block.app-info-top {
  background-color: #f5f5f5;
}
/* -----------------------------------------------
.faq-block
-------------------------------------------------- */
.faq-block {
  background: #f5f5f5;
}
.faq-block .contact {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  margin-top: 20px;
  font-weight: 300;
}
.faq-block .contact a {
  color: #005EB8;
  text-decoration: underline;
}
.faq-block .contact a br {
  display: none;
}
.faq-block .inner-block {
  padding: 60px 20px !important;
}
.faq-block .txt {
  text-align: center;
}
.faq-block .btn-wrap {
  margin-top: 30px;
}
.faq-block .btn-wrap .c-btn01 {
  margin: 0 auto;
}
.c-table01 {
  margin-top: 20px;
}
.c-table01 table {
  width: 100%;
}
.c-table01 th {
  background: #f5f5f5;
  border: solid 1px #ccc;
  color: #333;
  padding: 20px;
  min-width: 45px;
}
.c-table01 th.th02 {
  background: #06a3e0;
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.c-table01 td {
  border: solid 1px #ccc;
  padding: 20px;
}
.c-table01 td .small {
  font-size: 12px;
}
.c-table01 .none {
  background: #fff;
  border: none;
}
.c-table01 .center {
  text-align: center;
}
.c-table01.col4 th.th02 {
  width: 235px;
}
.c-table01 + p {
  margin-top: 15px;
}
.c-list {
  font-size: 16px;
}
.c-list li {
  position: relative;
  padding-left: 12px;
}
.c-list li::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: url(../img/dot-bl.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.c-list li + li {
  margin-top: 5px;
}
.c-list.list-block li::after {
  background: url(../img/dot-black.svg) no-repeat;
}
.c-bg-gray {
  background-color: #f5f5f5;
}
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .txt-bold {
  font-weight: bold;
}
.home .lead-block .inner-block {
  padding: 54px 20px;
}
.home .lead-block .item-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .lead-block .item-area .img-box img {
  display: block;
  margin: auto;
}
.home .lead-block .item-area .txt-box .cap-list {
  margin: 15px 0;
}
.home .lead-block .item-area .txt-box .cap-list li {
  font-size: 16px;
}
.home .lead-block .item-area .txt-box .cap-list li + li {
  margin-top: 5px;
}
.home .lead-block .item-area .txt-box .cap-list li.txt-red {
  color: #e05c5c;
}
.home .lead-block .item-area .txt-box .txt-link {
  font-size: 16px;
  text-decoration: underline;
  color: #005eb8;
  position: relative;
  padding-left: 15px;
}
.home .lead-block .item-area .txt-box .txt-link::after {
  border-top: solid 1px #005eb8;
  border-right: solid 1px #005eb8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  width: 7px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.home .lead-block .item-area .ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.home .lead-block .btn-wrap {
  max-width: 400px;
  margin: 40px auto 0;
  width: 100%;
}
.home .lead-block .btn-wrap .small {
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 9px;
}
.home .lead-block .spec-area .c-ttl {
  margin-top: 60px;
}
.home .lead-block .spec-area table {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 22px;
  width: 100%;
}
.home .lead-block .spec-area table + .small {
  font-size: 16px;
  margin-top: 10px;
}
.home .lead-block .spec-area tr + tr {
  border-top: 1px solid #ccc;
}
.home .lead-block .spec-area th {
  width: 180px;
  text-align: left;
  font-weight: bold;
  padding: 24px 20px 24px 10px;
}
.home .lead-block .spec-area td {
  padding: 24px 10px 24px 0;
  width: calc(100% - 180px);
}
.home .lead-block .spec-area td sup {
  font-size: 12px;
}
.home .lead-block .spec-area .small {
  font-size: 16px;
  margin-top: 25px;
}
.home .lead-block .spec-area .note-list {
  font-size: 16px;
  margin-top: 30px;
}
.home .lead-block .spec-area .note-list li {
  padding-left: 20px;
  position: relative;
}
.home .lead-block .spec-area .note-list li::after {
  content: "※";
  font-size: 16px;
  display: block;
  height: 16px;
  position: absolute;
  width: 16px;
  top: 0;
  left: 0;
}
.home .lead-block .pdf-area {
  background: #f5f5f5;
  max-width: 680px;
  padding: 40px 15px 40px 40px;
  width: 100%;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .lead-block .pdf-area .pdf {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 40px;
  padding-left: 30px;
  position: relative;
}
.home .lead-block .pdf-area .pdf:before {
  background: url(../img/pdf-icon.svg) no-repeat center center;
  background-size: contain;
  content: "";
  height: 19px;
  width: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.home .lead-block .pdf-area .pdf a {
  text-decoration: underline;
}
.home .lead-block .pdf-area .txt-area {
  border-left: 1px solid #ccc;
  padding-left: 40px;
  width: 420px;
}
.home .lead-block .pdf-area .txt-area .txt {
  font-size: 16px;
}
.home .notes-block {
  background: #f5f5f5;
}
.home .notes-block .inner-block {
  padding: 74px 0 80px;
}
.home .notes-block .c-ttl {
  margin-top: 0;
}
.home .notes-block .notes-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.home .notes-block .notes-area .box {
  background: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px 25px 24px 0;
  width: calc(50% - 15px);
}
.home .notes-block .notes-area .box + .box {
  margin-left: 30px;
}
.home .notes-block .notes-area .box .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 140px;
}
.home .notes-block .notes-area .box .txt-area {
  width: calc(100% - 140px);
}
.home .notes-block .notes-area .box .txt-area .ttl {
  font-size: 20px;
  font-weight: bold;
}
.home .notes-block .notes-area .box .txt-area .blue {
  color: #06a3e0;
}
.home .notes-block .notes-area.box1 .box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 25px 30px 0;
  width: 100%;
}
.home .notes-block .notes-area.box1 .box .txt-area .ttl {
  font-size: 18px;
}
.home .notes-block .notes-area.box1 .box .txt-area .txt {
  font-size: 16px;
}
/* -----------------------------------------------
.hcg-8060t
-------------------------------------------------- */
/* -----------------------------------------------
* omronconnect Module
* omronconnectページ用
-------------------------------------------------- */
.omronconnect {
  /* -----------------------------------------------
     .lead-block
   -------------------------------------------------- */
  /* -----------------------------------------------
     .record-block
   -------------------------------------------------- */
  /* -----------------------------------------------
     .print-block
   -------------------------------------------------- */
  /* -----------------------------------------------
     .other-block
   -------------------------------------------------- */
  /* -----------------------------------------------
   .data-block
   -------------------------------------------------- */
  /* -----------------------------------------------
   .c-app-block
   -------------------------------------------------- */
  /* -----------------------------------------------
   .faq-block
   -------------------------------------------------- */
}
.omronconnect .lead-block .ttl {
  text-align: center;
  font-weight: bold;
}
.omronconnect .lead-block .wrap .txt-box .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.omronconnect .lead-block .wrap .txt-box .name .img {
  margin-right: 30px;
}
.omronconnect .lead-block .wrap .txt-box .name .img img {
  width: 73px;
  height: 89px;
}
.omronconnect .lead-block .wrap .txt-box .name .txt .main-txt {
  font-size: 22px;
}
.omronconnect .lead-block .wrap .txt-box .name .txt .sub-txt {
  font-size: 18px;
}
.omronconnect .lead-block .wrap .txt-box .banner-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  font-size: 0;
}
.omronconnect .lead-block .wrap .txt-box .banner-link .img {
  display: inline-block;
}
.omronconnect .lead-block .wrap .txt-box .banner-link .img a {
  display: block;
}
.omronconnect .lead-block .wrap .txt-box .banner-link .img + .img {
  margin-left: 20px;
}
.omronconnect .lead-block .wrap .txt-box .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.omronconnect .lead-block .wrap .txt-box .btn-wrap .c-btn01 {
  width: 290px;
  color: #06a3e0;
  border: solid 1px #06a3e0;
  background: #fff;
}
.omronconnect .lead-block .wrap .txt-box .btn-wrap .c-btn01::before {
  border-color: #06a3e0;
}
.omronconnect .record-block .inner-block {
  padding-bottom: 10px;
}
.omronconnect .record-block .c-ttl {
  margin-bottom: 40px;
}
.omronconnect .record-block .lead-txt {
  text-align: center;
}
.omronconnect .record-block .lead-txt .red {
  color: #e05c5c;
}
.omronconnect .record-block .step-area .item .txt-box .step-num {
  font-size: 24px;
  line-height: 1;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.omronconnect .record-block .step-area .item .txt-box .step-num::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #d8eaf7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.omronconnect .record-block .step-area .item .txt-box .step-num::after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background-color: #7fb8e4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.omronconnect .record-block .step-area .item .txt-box .step-num .num {
  font-size: 44px;
}
.omronconnect .record-block .step-area .item .txt-box .step-ttl {
  font-size: 24px;
  margin-bottom: 15px;
}
.omronconnect .print-block .inner-block {
  margin-bottom: 60px;
}
.omronconnect .print-block .c-ttl {
  margin-bottom: 40px;
}
.omronconnect .print-block .img-list {
  font-size: 0;
  margin-top: 40px;
}
.omronconnect .print-block .img-list li {
  display: inline-block;
  text-align: center;
}
.omronconnect .print-block .img-list li .ttl {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 18px;
  margin-top: 10px;
}
.omronconnect .other-block .inner-block {
  margin-bottom: 60px;
}
.omronconnect .other-block .c-ttl {
  margin-bottom: 40px;
}
.omronconnect .other-block .box-list {
  font-size: 0;
  margin-top: 40px;
}
.omronconnect .other-block .box-list li {
  text-align: center;
  vertical-align: top;
}
.omronconnect .other-block .box-list li .ttl {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 18px;
  margin-bottom: 15px;
}
.omronconnect .other-block .box-list li .ttl::before,
.omronconnect .other-block .box-list li .ttl::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #7fb8e4;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.omronconnect .other-block .box-list li .ttl::before {
  left: 0;
}
.omronconnect .other-block .box-list li .ttl::after {
  right: 0;
}
.omronconnect .other-block .box-list li:nth-child(3n+4) {
  margin-left: 0;
}
.omronconnect .other-block .box-list li:nth-child(n+4) {
  margin-top: 70px;
}
.omronconnect .data-block .inner-block {
  margin-bottom: 60px;
}
.omronconnect .data-block .c-ttl {
  margin-bottom: 40px;
}
.omronconnect .data-block .lead-txt .txt-s {
  font-size: 10px;
  vertical-align: super;
}
.omronconnect .data-block .box-list {
  font-size: 0;
  margin-top: 40px;
}
.omronconnect .data-block .box-list li {
  text-align: center;
  vertical-align: top;
}
.omronconnect .data-block .box-list li .ttl {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 18px;
  margin-bottom: 15px;
}
.omronconnect .data-block .box-list li .ttl::before,
.omronconnect .data-block .box-list li .ttl::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #7fb8e4;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.omronconnect .data-block .box-list li .ttl::before {
  left: 0;
}
.omronconnect .data-block .box-list li .ttl::after {
  right: 0;
}
.omronconnect .data-block .box-list li .ttl .small {
  font-size: 13px;
}
.omronconnect .data-block .box-list li:nth-child(3n+4) {
  margin-left: 0;
}
.omronconnect .data-block .box-list li:nth-child(n+4) {
  margin-top: 70px;
}
.omronconnect .data-block .box-list li .cap {
  font-size: 13px;
  margin-top: 15px;
}
.omronconnect .c-app-block {
  background-color: #f5f5f5;
}
.omronconnect .faq-block {
  background: #fff;
}
/* -----------------------------------------------
HCG-8060T
-------------------------------------------------- */
.hcg-8060t .omronconnect .other-block .inner-block {
  margin-bottom: 40px;
}
.hcg-8060t .omronconnect .app-info-block.app-info-btm {
  margin-bottom: 50px;
}
/* -----------------------------------------------
* feature Module
* featureページ用
-------------------------------------------------- */
.feature {
  /* -----------------------------------------------
     .lead-block
   -------------------------------------------------- */
  /* -----------------------------------------------
   .meter-block
   -------------------------------------------------- */
  /* -----------------------------------------------
   .electro-block
   -------------------------------------------------- */
  /* -----------------------------------------------
   .electro-block
   -------------------------------------------------- */
  /* -----------------------------------------------
   .analysis-block
   -------------------------------------------------- */
  /* -----------------------------------------------
   .print-block
   -------------------------------------------------- */
  /* -----------------------------------------------
   .result-block
   -------------------------------------------------- */
  /* -----------------------------------------------
   .record-block
   -------------------------------------------------- */
  /* -----------------------------------------------
     .cautions-block
   -------------------------------------------------- */
  /* -----------------------------------------------
   .c-app-block
   -------------------------------------------------- */
}
.feature .explanation-txt {
  text-align: center;
  margin-top: 30px;
}
.feature .explanation-txt .note-txt {
  font-size: 14px;
}
.feature .explanation-txt sup {
  font-size: 10px;
}
.feature .step-ttl-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #7fb8e4;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1;
}
.feature .step-ttl-box .step {
  padding: 10px 10px 10px 20px;
  margin-right: 50px;
  background-color: #7fb8e4;
  color: #fff;
  position: relative;
  font-weight: bold;
}
.feature .step-ttl-box .step::after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url(../img/feature/tri-bl.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: -42px;
  top: 0;
}
.feature .step-ttl-box .step .num {
  font-size: 22px;
}
.feature .step-ttl-box .ttl {
  font-size: 22px;
  font-weight: bold;
}
.feature .lead-block .sub-ttl {
  font-size: 28px;
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}
.feature .lead-block .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.feature .lead-block .wrap .img-box.wi-100 img {
  width: 100%;
}
.feature .lead-block .wrap .txt-box .cap-list {
  margin: 15px 0;
}
.feature .lead-block .wrap .txt-box .cap-list li {
  font-size: 16px;
}
.feature .lead-block .wrap .txt-box .cap-list li + li {
  margin-top: 5px;
}
.feature .lead-block .wrap .txt-box .cap-list li.txt-red {
  color: #e05c5c;
}
.feature .lead-block .wrap .txt-box .txt-link {
  text-decoration: underline;
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #005eb8;
  position: relative;
  padding-left: 15px;
}
.feature .lead-block .wrap .txt-box .txt-link::after {
  border-top: solid 1px #005eb8;
  border-right: solid 1px #005eb8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  width: 7px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.feature .lead-block .wrap .txt-box .img {
  text-align: center;
  margin-top: 20px;
}
.feature .lead-block .info {
  margin-top: 40px;
  padding: 15px;
  background-color: #f5f5f5;
  font-size: 16px;
}
.feature .lead-block sup {
  font-size: 10px;
}
.feature .meter-block .wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.feature .meter-block .wrap .desc-box .head .txt {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 10px;
  background-color: #55575b;
  color: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.feature .meter-block .wrap .desc-box .head .txt::after {
  content: "";
  display: block;
  width: 24px;
  height: 14px;
  background: url(../img/arrow-gr.svg) no-repeat;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
}
.feature .meter-block .wrap .desc-box .body .detail-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature .meter-block .wrap .desc-box .body .detail-list li .icon {
  text-align: center;
}
.feature .meter-block .wrap .desc-box .body .detail-list li .icon img {
  width: 60px;
}
.feature .meter-block .wrap .desc-box .body .detail-list li .txt {
  padding: 0 15px;
  width: calc(100% - 110px);
}
.feature .meter-block .wrap .desc-box .body .detail-list li .txt .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.feature .meter-block .wrap .desc-box sup {
  font-size: 10px;
}
.feature .meter-block .wrap.single-column {
  display: block;
}
.feature .meter-block .wrap.single-column .desc-box + .desc-box {
  margin-top: 50px;
}
.feature .meter-block .wrap.single-column .img-wrap {
  margin-top: 25px;
}
.feature .meter-block .wrap.single-column .img-wrap .img-area-2 img + img {
  margin-top: 10px;
}
.feature .meter-block .wrap.single-column .img-wrap .caption {
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
}
.feature .meter-block .info .ttl {
  margin: 50px 0 25px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.feature .meter-block .info .img {
  text-align: center;
}
.feature .meter-block .meter-block-note {
  font-size: 14px;
  margin-top: 45px;
}
.feature .electro-block .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.feature .electro-block .wrap .group .txt-box {
  margin-top: 20px;
}
.feature .electro-block .wrap .group .list-box {
  margin-top: 20px;
}
.feature .electro-block .wrap .group .list-box .cap-list li {
  position: relative;
  padding-left: 15px;
}
.feature .electro-block .wrap .group .list-box .cap-list li::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: url(../img/dot-bl.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.feature .electro-block .wrap .group .list-box .cap-list li + li {
  margin-top: 5px;
}
.feature .electro-block .sub-ttl {
  font-weight: bold;
  text-align: center;
}
.feature .electro-block .group .desc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.feature .electro-block .group .desc-box .desc .ttl {
  font-size: 20px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-weight: bold;
  margin-bottom: 20px;
}
.feature .electro-block .group .desc-box .desc .ttl .num {
  color: #7fb8e4;
  margin-right: 0.5em;
}
.feature .electro-block .group .desc-box .desc .img-box + .img-box {
  margin-top: 15px;
}
.feature .electro-block .group .desc-box .desc .img-box .cap {
  text-align: center;
  padding: 15px 10px;
  background-color: #f5f5f5;
}
.feature .electro-block .group .desc-box .desc .img-box .cap .bold {
  font-weight: bold;
}
.feature .electro-block .group .desc-box .desc.step-to .img-box {
  position: relative;
}
.feature .electro-block .group .desc-box .desc.step-to .img-box::after {
  content: "";
  display: block;
  width: 20px;
  height: 34px;
  background: url(../img/arrow-bl.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: -50px;
  bottom: 0;
  margin: auto;
}
.feature .electro-block .group .finish-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.feature .electro-block .group .finish-box .txt .desc .bold {
  font-weight: bold;
}
.feature .electro-block .group .finish-box .txt .type-list {
  margin-top: 15px;
}
.feature .analysis-block .wrap {
  margin-top: 40px;
}
.feature .analysis-block .group .analysis-ttl {
  font-size: 16px;
  font-weight: bold;
}
.feature .analysis-block .group .img-box {
  margin-top: 10px;
}
.feature .analysis-block .group .img-box img {
  width: 100%;
}
.feature .analysis-block .group .analysis-txt {
  font-size: 16px;
  margin-top: 5px;
}
.feature .print-block .wrap .left-block .c-ttl02,
.feature .print-block .wrap .left-block .explanation-txt {
  text-align: left;
}
.feature .print-block .wrap .left-block .small {
  font-size: 14px;
}
.feature .print-block .wrap + .app-info-block {
  margin-top: 30px;
}
.feature .result-block {
  background-color: #fafafa;
}
.feature .result-block .blc-ttl {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
.feature .result-block .sub-ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
.feature .result-block .wrap .group {
  margin-top: 30px;
}
.feature .result-block .wrap .group .step-ttl {
  font-size: 20px;
  font-weight: bold;
}
.feature .result-block .wrap .group .step-ttl .num {
  color: #7fb8e4;
  margin-right: 0.5em;
}
.feature .result-block .wrap .group .img {
  margin-top: 30px;
  text-align: center;
}
.feature .result-block .wrap .group .txt {
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
  font-weight: bold;
}
.feature .result-block .wrap .group .txt .txt-s {
  font-size: 10px;
  vertical-align: super;
}
.feature .result-block .wrap .group + .group {
  margin-top: 40px;
}
.feature .result-block .wrap .group + .step02 .txt {
  margin-top: 20px;
}
.feature .record-block .blc-ttl {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
.feature .cautions-block .blc-ttl {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
.feature .cautions-block .lead-area {
  margin-top: 30px;
}
.feature .cautions-block .lead-area .lead-txt .bold {
  font-weight: bold;
}
.feature .cautions-block .cautions-note-list {
  background: #f5f5f5;
  padding: 35px 60px;
  margin-top: 25px;
}
.feature .cautions-block .cautions-note-list .cautions-note-ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.feature .cautions-block .note-area {
  margin-top: 30px;
  word-break: normal;
}
.feature .cautions-block .note-area .item-tel {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 20px;
}
.feature .cautions-block .note-area .list-number {
  font-size: 28px;
  font-weight: bold;
}
.feature .cautions-block .notice-area {
  margin-top: 30px;
}
.feature .cautions-block .notice-area .notice {
  font-size: 18px;
}
.feature .cautions-block .notice-area .premise {
  margin-top: 15px;
}
.feature .cautions-block .notice-area .premise .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #ccc;
}
.feature .cautions-block .notice-area .premise .box:first-child {
  border-top: solid 1px #ccc;
}
.feature .cautions-block .notice-area .premise .box .ttl {
  font-weight: bold;
  position: relative;
}
.feature .cautions-block .notice-area .premise .box .ttl::after {
  content: "";
  display: block;
  width: 19px;
  height: 17px;
  background: url(../img/feature/icon-attention.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.feature .cautions-block .notice-area .cap {
  margin-top: 10px;
}
.feature .cautions-block .attention-area {
  margin-top: 30px;
}
.feature .cautions-block .attention-area .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.feature .cautions-block .attention-area .wrap .attention-box .box-ttl {
  color: #fff;
  text-align: center;
  background-color: #7fb8e4;
  padding: 8px 10px;
}
.feature .cautions-block .attention-area .wrap .attention-box .box-ttl span {
  position: relative;
  padding-left: 25px;
}
.feature .cautions-block .attention-area .wrap .attention-box .box-ttl span::after {
  content: "";
  display: block;
  width: 19px;
  height: 17px;
  background: url(../img/feature/icon-attention.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.feature .cautions-block .attention-area .wrap .attention-box .item {
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  padding: 20px;
  word-break: normal;
}
.feature .cautions-block .attention-area .wrap .attention-box .item .txt-s {
  font-size: 10px;
  vertical-align: super;
}
.feature .cautions-block .attention-area .wrap .attention-box .item .at-list li {
  font-weight: bold;
  position: relative;
  padding-left: 12px;
}
.feature .cautions-block .attention-area .wrap .attention-box .item .at-list li::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: url(../img/dot-bl.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.feature .cautions-block .attention-area .wrap .attention-box .item .at-list li + li {
  margin-top: 5px;
}
.feature .cautions-block .attention-area .wrap .attention-box .item .cap {
  margin-top: 10px;
}
.feature .cautions-block .attention-area .wrap .attention-group .attention-box + .attention-box {
  margin-top: 40px;
}
.feature .cautions-block .attention-area + .cautions-note-list {
  margin-top: 40px;
}
.feature .cautions-block .cautions-note-list + .app-info-block {
  margin-top: 30px;
}
.feature .c-app-block {
  background-color: #f5f5f5;
}
/* -----------------------------------------------
HCG-8060T
-------------------------------------------------- */
.hcg-8060t .feature .faq-block {
  background: #fff;
}
/* -----------------------------------------------
* shop Module
* shopページ用
-------------------------------------------------- */
.shop {
  /* -----------------------------------------------
     .map-block
   -------------------------------------------------- */
}
.shop .map-block .caution-list {
  margin-top: 30px;
}
.shop .map-wrap {
  text-align: center;
}
.shop .map-wrap area {
  border: none;
  outline: none;
}
/* -----------------------------------------------
* shop-area Module
* shop-areaページ用
-------------------------------------------------- */
.shop-area {
  /* -----------------------------------------------
     .link-block
   -------------------------------------------------- */
  /* -----------------------------------------------
     .local-block
   -------------------------------------------------- */
}
.shop-area .caution-list {
  margin-top: 20px;
}
.shop-area .caution-list li {
  color: #b80000;
  font-size: 16px;
}
.shop-area .caution-list li + li {
  margin-top: 5px;
}
.shop-area .link-block .update {
  text-align: right;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.shop-area .link-block .area-link .area-list {
  font-size: 0;
}
.shop-area .link-block .area-link .area-list li {
  display: inline-block;
}
.shop-area .link-block .area-link .area-list li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #555;
  padding: 15px;
  border: solid 1px #555;
  text-align: center;
}
.shop-area .link-block .area-link .area-list li.current a {
  background-color: #7fb8e4;
  color: #fff;
  border-color: #fff;
}
.shop-area .local-block .inner-block {
  padding-bottom: 60px;
}
.shop-area .local-block .ttl-box .local-ttl {
  font-size: 28px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.shop-area .local-block .ttl-box .local-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e5f1fa;
  position: absolute;
  left: 0;
  bottom: 0;
}
.shop-area .local-block .ttl-box .local-ttl::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #7fb8e4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.shop-area .local-block .ttl-box .link-list {
  font-size: 0;
}
.shop-area .local-block .ttl-box .link-list li {
  display: inline-block;
}
.shop-area .local-block .ttl-box .link-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #555;
  padding: 10px 20px;
  border: solid 1px #555;
  text-align: center;
}
.shop-area .local-block .ttl-box .link-list li.current a {
  background-color: #7fb8e4;
  color: #fff;
  border-color: #fff;
}
.shop-area .local-block .shop-box {
  margin-top: 50px;
}
.shop-area .local-block .shop-box .prefecture-ttl {
  font-size: 20px;
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
}
.shop-area .local-block .shop-box .prefecture-ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #7fb8e4;
}
.shop-area .local-block .shop-box .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.shop-area .local-block .shop-box .tab-list .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #7fb8e4;
  margin-left: -1px;
  width: calc(50% + 1px);
  padding: 20px;
  font-weight: bold;
  color: #cdcdcd;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.shop-area .local-block .shop-box .tab-list .tab.active {
  background-color: #f2f8fc;
  color: #555;
}
.shop-area .local-block .shop-box .tab-list .tab.active::before,
.shop-area .local-block .shop-box .tab-list .tab.active::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.shop-area .local-block .shop-box .tab-list .tab.active::before {
  bottom: -7px;
  border-style: solid;
  border-color: transparent transparent #7fb8e4 transparent;
  border-width: 0 14px 14px 0;
  left: 0;
}
.shop-area .local-block .shop-box .tab-list .tab.active::after {
  bottom: -6px;
  border-style: solid;
  border-color: transparent transparent #f2f8fc transparent;
  border-width: 0 14px 14px 0;
  left: 0px;
}
.shop-area .local-block .shop-box .content-area {
  margin-top: 20px;
}
.shop-area .local-block .shop-box .content-area .content {
  display: none;
}
.shop-area .local-block .shop-box .content-area .content.show {
  display: block;
}
.shop-area .local-block .shop-box .content-area .content .shop-table {
  margin-top: 15px;
  width: 100%;
}
.shop-area .local-block .shop-box .content-area .content .shop-table th,
.shop-area .local-block .shop-box .content-area .content .shop-table td {
  padding: 15px 20px;
}
.shop-area .local-block .shop-box .content-area .content .shop-table thead th {
  background-color: #7fb8e4;
  color: #fff;
}
.shop-area .local-block .shop-box .content-area .content .shop-table tbody tr {
  border-bottom: solid 1px #ccc;
}
.shop-area .local-block .shop-box .content-area .content .shop-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.shop-area .local-block .shop-box .content-area .content .shop-table tbody tr:nth-child(even) {
  background-color: #f2f8fc;
}
/* -----------------------------------------------
* faq Module
* faqページ用
-------------------------------------------------- */
.faq .c-app-block {
  background-color: #f5f5f5;
}
.faq .main-block {
  margin-bottom: 60px;
}
.faq .faq-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.faq .faq-link li {
  width: calc(33.33333% - 10px);
}
.faq .faq-link a {
  border: solid 1px #06a3e0;
  border-radius: 15px;
  color: #06a3e0;
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  padding: 16px 25px 16px 20px;
  position: relative;
  height: 100%;
}
.faq .faq-link a::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  border-color: #06a3e0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.faq .faq-block {
  background: #fff;
  margin-top: -50px;
  padding-top: 100px;
}
.faq .faq-block .category-ttl {
  background: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.faq .faq-block .category-note {
  font-size: 14px;
  color: #e05c5c;
}
.faq .faq-block .faq-list li {
  margin: 10px 0;
}
.faq .faq-block .q-box {
  background: #f5f5f5;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  padding: 30px 70px 30px 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.faq .faq-block .q-box::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #005eb8;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
.faq .faq-block .q-box::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #005eb8;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.faq .faq-block .q-box .q-txt {
  font-size: 16px;
  position: relative;
  padding-left: 60px;
  line-height: 1.8;
}
.faq .faq-block .q-box .q-txt::after {
  background: #fff;
  background-size: 100% 100%;
  border-radius: 50%;
  content: "Q";
  color: #005eb8;
  display: block;
  height: 40px;
  padding: 8px;
  text-align: center;
  position: absolute;
  width: 40px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.faq .faq-block .q-box.close::after {
  display: none;
}
.faq .faq-block .a-box {
  display: none;
  padding: 30px 30px 30px 20px;
}
.faq .faq-block .a-box .a-txt {
  font-size: 16px;
  position: relative;
  padding-left: 60px;
}
.faq .faq-block .a-box .a-txt::after {
  background: #06a3e0;
  background-size: 100% 100%;
  border-radius: 50%;
  content: "A";
  color: #fff;
  display: block;
  height: 40px;
  padding: 8px;
  text-align: center;
  position: absolute;
  width: 40px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.faq .faq-block .a-box a {
  color: #005eb8;
  text-decoration: underline;
}
.faq .faq-block .a-box a.link-arrow {
  position: relative;
  padding-left: 15px;
}
.faq .faq-block .a-box a.link-arrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #005eb8;
  border-right: solid 1px #005eb8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  position: absolute;
  top: 6px;
  left: 0;
  margin: auto;
}
.faq .faq-block .a-box .img-box {
  margin-top: 20px;
  text-align: center;
}
.faq .faq-block .a-box .c-table01 img {
  max-width: 200px;
  width: 100%;
}
/* -----------------------------------------------
* feature Module
* featureページ用
-------------------------------------------------- */
.howtorecord {
  /* -----------------------------------------------
   .c-app-block
   -------------------------------------------------- */
  /* -----------------------------------------------
   .faq-block
   -------------------------------------------------- */
}
.howtorecord .electro-block.feature .step-ttl-box .step::after {
  background: url(../img/howtorecord/tri-bl.svg) no-repeat;
  background-size: cover;
}
.howtorecord .electro-block .inner-block {
  padding: 10px 0 60px;
}
.howtorecord .electro-block .desc {
  font-size: 16px;
}
.howtorecord .electro-block .step-flex {
  margin-top: 25px;
}
.howtorecord .electro-block .step-flex li {
  width: calc(33.33333% - 46.66667px);
}
.howtorecord .electro-block .step-flex li:nth-child(n+2) {
  position: relative;
}
.howtorecord .electro-block .step-flex li:nth-child(n+2)::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
}
.howtorecord .electro-block .step-flex li img {
  width: 100%;
}
.howtorecord .electro-block .case-box .case-area {
  margin-top: 30px;
}
.howtorecord .electro-block .case-box .case-area .case-item .case-ttl {
  background: #7fb8e4;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.howtorecord .electro-block .case-box .case-area .case-item .case-ttl sup {
  font-size: 10px;
}
.howtorecord .electro-block .case-box .case-area .case-item .case-txt {
  margin-top: 15px;
  font-size: 16px;
}
.howtorecord .electro-block .case-box .case-area .case-item .body-img {
  width: 320px;
  margin: 10px auto 0;
}
.howtorecord .electro-block .case-box .case-area .case-item .body-img img {
  width: 100%;
}
.howtorecord .electro-block .case-box .case-area .case-item .use-img {
  margin-top: 10px;
}
.howtorecord .electro-block .case-box .case-area .case-item .use-img img {
  width: 100%;
}
.howtorecord .electro-block .case-box .case-area .case-item .note {
  font-size: 14px;
  counter-reset: number 0;
  margin-top: 10px;
}
.howtorecord .electro-block .case-box .case-area .case-item .note li {
  position: relative;
  padding-left: 30px;
}
.howtorecord .electro-block .case-box .case-area .case-item .note li::after {
  counter-increment: number 1;
  content: "※" counter(number);
  display: block;
  height: 22px;
  position: absolute;
  width: 30px;
  top: 0;
  left: 0;
}
.howtorecord .electro-block .note-block {
  background: #fafafa;
  margin-top: 40px;
  padding: 20px;
}
.howtorecord .electro-block .note-block .note-ttl {
  font-size: 16px;
  font-weight: bold;
}
.howtorecord .electro-block .note-block .note-list {
  margin-top: 10px;
}
.howtorecord .type-block .inner-block {
  padding: 10px 0 60px;
}
.howtorecord .type-block .explanation-txt {
  text-align: center;
  margin-top: 30px;
}
.howtorecord .type-block .explanation-txt .note-txt {
  font-size: 14px;
}
.howtorecord .type-block .explanation-txt sup {
  font-size: 10px;
}
.howtorecord .type-block .wrap {
  margin-top: 30px;
}
.howtorecord .type-block .group .img-area {
  margin-top: 10px;
}
.howtorecord .type-block .group .img-area img {
  width: 100%;
}
.howtorecord .type-block .group .img-area .note {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
.howtorecord .type-block .group .type-ttl {
  font-size: 16px;
  font-weight: bold;
}
.howtorecord .type-block .group .type-ttl + .type-txt {
  margin-top: 5px;
}
.howtorecord .type-block .group .type-txt {
  font-size: 16px;
  margin-top: 15px;
}
.howtorecord .type-block .type-note {
  margin-top: 50px;
  color: #e05c5c;
  font-size: 14px;
}
.howtorecord .type-block .type-note li {
  padding-left: 20px;
  position: relative;
}
.howtorecord .type-block .type-note li::after {
  content: "※";
  display: block;
  height: 22px;
  position: absolute;
  width: 20px;
  top: 0;
  left: 0;
}
.howtorecord .type-block .type-note + .app-info-block {
  margin-top: 30px;
}
.howtorecord .c-app-block {
  background-color: #f5f5f5;
}
.howtorecord .faq-block {
  background: #fff;
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* case
-------------------------------------------------- */
.caselist-block {
  padding-bottom: 133px;
}
.caselist-block .lead {
  margin-top: 60px;
  margin-bottom: 55px;
  font-size: 18px;
  line-height: 1.55;
}
.caselist-block .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(1em, auto);
  gap: 34px 39px;
}
.caselist-block .list li a {
  height: 100%;
  display: block;
  background: #ffffff;
  border-left: solid 1px #005EB8;
  color: #005EB8;
  padding: 20px;
  padding-right: 55px;
  font-size: 14px;
  line-height: 1.23;
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.caselist-block .list li a:hover {
  background: #005EB8;
  color: #ffffff;
}
.caselist-block .list li a:hover::after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7.5L1 14" stroke="%23ffffff"/></svg>');
}
.caselist-block .list li a::after {
  content: " ";
  width: 8px;
  height: 15px;
  position: absolute;
  right: 14px;
  bottom: 15px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7.5L1 14" stroke="%23005EB8"/></svg>');
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.caselist-block .list li a::before {
  content: " ";
  width: 17px;
  height: 19px;
  position: absolute;
  right: 26px;
  bottom: 12px;
  background: url(../img/case/pdf.svg) no-repeat center;
  background-size: contain;
}
/* -----------------------------------------------
* usage
-------------------------------------------------- */
.usageflow-block {
  padding-bottom: 65px;
}
.usageflow-block .flow {
  margin-top: 65px;
}
.usageflow-block .flow img {
  max-width: 100%;
  height: auto;
}
.usageflow-block .flow:nth-child(2) {
  margin-top: 120px;
}
.usageflow-block .flow-title {
  border-bottom: solid 1px #005EB8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 17px;
}
.usageflow-block .flow-title + p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 35px;
}
.usageflow-block .flow-title + p a {
  color: #005EB8;
  text-decoration: underline;
}
.usageflow-block .flow-title h3 {
  height: 44px;
  color: #ffffff;
  background: #005EB8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  font-size: 22px;
  font-weight: 600;
}
.usageflow-block .flow-title::after {
  content: " ";
  border: solid 44px transparent;
  border-left: solid 44px #005EB8;
  border-bottom: none;
}
.usageflow-block .attention {
  color: #005EB8;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 45px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 750px) {
  .faq-block .contact {
    font-size: 14px;
  }
  .faq-block .contact a br {
    display: block;
  }
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 10px;
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-header .logo {
    padding: 15px 10px;
  }
  .c-header .logo img {
    width: 95px;
  }
  .c-header .top-link {
    position: static;
    padding: 0 10px;
  }
  .c-header .top-link a {
    width: 130px;
    padding: 8px;
  }
  .c-header .top-link a .pc-txt {
    display: none;
  }
  .c-footer .txt-area p {
    font-size: 11px;
  }
  .c-footer .copyright-area .small {
    font-size: 11px;
  }
  .c-footer .copyright-area {
    padding: 25px 0;
  }
  #pagetop {
    right: 10px;
    bottom: 10px;
  }
  .c-ttl .jp {
    font-size: 25px;
  }
  .c-ttl .en {
    font-size: 12px;
  }
  .c-ttl {
    margin-top: 29px;
  }
  .c-ttl02 {
    font-size: 20px;
    text-align: left;
  }
  .c-btn01 {
    margin: 0 auto;
  }
  .c-kv.kv-block .inner-block {
    padding: 40px 10px;
  }
  .c-kv.kv-block .kv-txt-area .logo {
    height: 18px;
    margin-top: 10px;
  }
  .c-kv.kv-block .kv-txt-area .logo img {
    height: 100%;
  }
  .c-kv.kv-block .kv-txt-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-kv.kv-block .kv-txt-area .kv-ttl {
    text-align: center;
    width: 100%;
  }
  .c-kv.kv-block .kv-txt-area .img-area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .c-kv.kv-block .kv-txt-area .jp {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .c-kv.kv-block .kv-txt-area .en {
    font-size: 22px;
  }
  .c-nav.nav-block .nav-list li a {
    font-size: 13px;
    padding: 20px 6px;
  }
  .c-nav.nav-block .nav-list li .current {
    font-size: 13px;
    padding: 20px 6px;
  }
  .c-nav.nav-block {
    border-width: 4px;
  }
  .c-app-block .inner-block {
    padding: 40px 10px;
  }
  .c-app-block .ttl .large {
    font-size: 24px;
    line-height: 1;
  }
  .c-app-block .ttl .img {
    margin: 0 0 12px;
    padding: 0 60px;
  }
  .c-app-block .ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    line-height: 1.2;
  }
  .c-app-block .banner-link .img + .img {
    margin-left: 12px;
  }
  .c-app-block .banner-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-app-block .btn-wrap .c-btn01 + .c-btn01 {
    margin: 15px auto 0;
  }
  .c-app-block .btn-wrap .c-btn01 {
    width: 100%;
  }
  .c-app-block .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
  .app-info-block .inn {
    padding: 10px;
  }
  .c-table01 table {
    font-size: 12px;
  }
  .c-table01 th {
    padding: 10px;
  }
  .c-table01 th.th02 {
    padding: 5px;
  }
  .c-table01 td {
    padding: 10px;
  }
  .c-table01 td .small {
    font-size: 10px;
  }
  .c-table01 + p {
    margin-top: 10px;
  }
  .c-list {
    font-size: 14px;
  }
  .home .lead-block .inner-block {
    padding: 40px 10px;
  }
  .home .lead-block .item-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home .lead-block .item-area .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .home .lead-block .btn-wrap .small {
    font-size: 12px;
    margin-top: 6px;
  }
  .home .lead-block .btn-wrap {
    margin-top: 20px;
  }
  .home .lead-block .spec-area .c-ttl {
    margin-top: 40px;
  }
  .home .lead-block .spec-area th {
    display: block;
    padding: 15px 0 0;
    width: 100%;
    margin-bottom: 5px;
  }
  .home .lead-block .spec-area td {
    display: block;
    padding: 0 0 15px;
    width: 100%;
  }
  .home .lead-block .spec-area td sup {
    font-size: 10px;
  }
  .home .lead-block .spec-area .small {
    font-size: 12px;
    margin-top: 20px;
  }
  .home .lead-block .spec-area .note-list {
    font-size: 12px;
    margin-top: 20px;
  }
  .home .lead-block .spec-area .note-list li {
    padding-left: 15px;
  }
  .home .lead-block .spec-area .note-list li::after {
    font-size: 12px;
    height: 12px;
    width: 12px;
  }
  .home .lead-block .pdf-area .pdf:before {
    right: 0;
    bottom: inherit;
    top: 2px;
    left: -110px;
  }
  .home .lead-block .pdf-area .pdf a {
    padding-left: 10px;
  }
  .home .lead-block .pdf-area .pdf {
    padding: 0 0 30px;
    width: 100%;
  }
  .home .lead-block .pdf-area .txt-area {
    border-left: 0;
    border-top: 1px solid #ccc;
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
  .home .lead-block .pdf-area .txt-area .img {
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
  .home .lead-block .pdf-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 15px;
  }
  .home .notes-block .inner-block {
    padding: 40px 10px;
  }
  .home .notes-block .notes-area .box + .box {
    margin: 15px 0 0;
  }
  .home .notes-block .notes-area .box .img {
    width: 115px;
  }
  .home .notes-block .notes-area .box .txt-area .ttl {
    font-size: 16px;
  }
  .home .notes-block .notes-area .box .txt-area {
    width: calc(100% - 115px);
  }
  .home .notes-block .notes-area .box {
    border-radius: 8px;
    padding: 24px 20px 24px 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
  .home .notes-block .notes-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
  .home .notes-block .notes-area.box1 .box {
    padding: 24px 20px 24px 0;
  }
  .home .notes-block .notes-area.box1 .box .txt-area .ttl {
    font-size: 16px;
  }
  .hcg-8060t .home .lead-block .item-area .ttl {
    margin-top: 20px;
  }
  .omronconnect .lead-block .inner-block {
    padding: 40px 10px 0;
  }
  .omronconnect .lead-block .ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .omronconnect .lead-block .ttl .i-name {
    display: block;
  }
  .omronconnect .lead-block .wrap .img-box {
    text-align: center;
    margin-bottom: 20px;
  }
  .omronconnect .lead-block .wrap .img-box img {
    width: 150px;
  }
  .omronconnect .lead-block .wrap .txt-box .name {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .omronconnect .lead-block .wrap .txt-box .name .img {
    margin-right: 20px;
  }
  .omronconnect .lead-block .wrap .txt-box .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .omronconnect .lead-block .wrap .txt-box .btn-wrap .c-btn01 {
    width: 100%;
  }
  .omronconnect .lead-block .wrap .txt-box .btn-wrap .c-btn01 + .c-btn01 {
    margin-top: 20px;
  }
  .omronconnect .record-block .inner-block {
    padding: 40px 10px 0;
  }
  .omronconnect .record-block .c-ttl {
    margin-bottom: 20px;
  }
  .omronconnect .record-block .lead-txt {
    text-align: left;
  }
  .omronconnect .record-block .step-area .item {
    margin-top: 30px;
  }
  .omronconnect .record-block .step-area .item .txt-box .step-num {
    font-size: 16px;
  }
  .omronconnect .record-block .step-area .item .txt-box .step-num .num {
    font-size: 25px;
  }
  .omronconnect .record-block .step-area .item .txt-box .step-ttl {
    font-size: 16px;
  }
  .omronconnect .record-block .step-area .item .img-box {
    text-align: center;
    margin-top: 30px;
  }
  .omronconnect .record-block .step-area .item .img-box img {
    width: 260px;
  }
  .omronconnect .print-block .c-ttl {
    margin-bottom: 20px;
  }
  .omronconnect .print-block .img-list li {
    display: block;
  }
  .omronconnect .print-block .img-list li .img {
    text-align: center;
  }
  .omronconnect .print-block .img-list li .img img {
    width: 260px;
  }
  .omronconnect .print-block .img-list li + li {
    margin-top: 40px;
  }
  .omronconnect .other-block .c-ttl {
    margin-bottom: 20px;
  }
  .omronconnect .other-block .box-list li {
    display: block;
  }
  .omronconnect .other-block .box-list li .ttl {
    font-size: 18px;
  }
  .omronconnect .other-block .box-list li .img img {
    width: 260px;
  }
  .omronconnect .other-block .box-list li + li {
    margin-top: 20px;
  }
  .omronconnect .data-block .c-ttl {
    margin-bottom: 20px;
  }
  .omronconnect .data-block .box-list li {
    display: block;
  }
  .omronconnect .data-block .box-list li .ttl {
    font-size: 18px;
  }
  .omronconnect .data-block .box-list li .img img {
    width: 260px;
  }
  .omronconnect .data-block .box-list li + li {
    margin-top: 20px;
  }
  .hcg-8060t .omronconnect .other-block .inner-block {
    margin-bottom: 30px;
  }
  .feature .c-ttl {
    margin-top: 0;
  }
  .feature .explanation-txt {
    text-align: left;
  }
  .feature .explanation-txt .note-txt {
    font-size: 12px;
  }
  .feature .step-ttl-box .step {
    margin-right: 10px;
    width: 70px;
    padding: 10px;
    text-align: center;
  }
  .feature .step-ttl-box .step::after {
    right: -70px;
    content: none;
  }
  .feature .step-ttl-box .step .num {
    margin-top: 5px;
    display: block;
  }
  .feature .step-ttl-box .ttl {
    font-size: 18px;
    width: calc(100% - 70px);
    line-height: 1.4;
  }
  .feature .lead-block .inner-block {
    padding: 40px 10px;
  }
  .feature .lead-block .sub-ttl {
    font-size: 20px;
    text-align: left;
  }
  .feature .lead-block .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
  .feature .lead-block .wrap .img-box {
    text-align: center;
  }
  .feature .lead-block .wrap .txt-box {
    margin-top: 20px;
  }
  .feature .lead-block .wrap .txt-box .txt-link {
    margin-top: 10px;
    font-size: 14px;
  }
  .feature .lead-block .wrap .txt-box .img img {
    width: 100%;
  }
  .feature .lead-block .info {
    margin-top: 20px;
    font-size: 14px;
  }
  .feature .meter-block .inner-block {
    padding: 40px 10px;
  }
  .feature .meter-block .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature .meter-block .wrap .desc-box .body .detail-list li {
    padding: 15px;
  }
  .feature .meter-block .wrap .desc-box .body .detail-list li .icon {
    width: 90px;
  }
  .feature .meter-block .wrap .desc-box .body .detail-list li .txt {
    width: calc(100% - 90px);
  }
  .feature .meter-block .wrap .desc-box .body .detail-list li .txt .ttl {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .feature .meter-block .wrap .desc-box .body .detail-list li + li {
    margin-top: 10px;
  }
  .feature .meter-block .wrap .desc-box + .desc-box {
    margin-top: 20px;
  }
  .feature .meter-block .wrap.single-column .desc-box + .desc-box {
    margin-top: 40px;
  }
  .feature .meter-block .wrap.single-column .img-wrap img {
    width: 100%;
  }
  .feature .meter-block .wrap.single-column .img-wrap .img-area-2 {
    margin-top: 10px;
  }
  .feature .meter-block .wrap.single-column .img-wrap .caption {
    font-size: 12px;
  }
  .feature .meter-block .info .ttl {
    font-size: 18px;
    margin: 30px 0 20px;
  }
  .feature .meter-block .meter-block-note {
    font-size: 12px;
    margin-top: 15px;
  }
  .feature .electro-block .inner-block {
    padding: 0 10px 40px;
  }
  .feature .electro-block .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
  .feature .electro-block .wrap .group .txt-box {
    margin-top: 15px;
  }
  .feature .electro-block .wrap .group .list-box {
    margin-top: 10px;
  }
  .feature .electro-block .wrap .group + .group {
    margin-top: 20px;
  }
  .feature .electro-block .sub-ttl {
    font-size: 20px;
    margin-top: 20px;
  }
  .feature .electro-block .group .desc-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature .electro-block .group .desc-box .desc .ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .feature .electro-block .group .desc-box .desc.step-to .img-box::after {
    right: 0;
    left: 0;
    bottom: -47px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
  .feature .electro-block .group .desc-box .desc + .desc {
    margin-top: 60px;
  }
  .feature .electro-block .group .finish-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature .electro-block .group .finish-box .img {
    margin-top: 20px;
  }
  .feature .analysis-block .inner-block {
    padding: 40px 10px;
  }
  .feature .analysis-block .group + .group {
    margin-top: 30px;
  }
  .feature .analysis-block .group .img-box {
    margin-top: 5px;
  }
  .feature .analysis-block .group .analysis-txt {
    font-size: 14px;
  }
  .feature .print-block .inner-block {
    padding: 40px 10px;
  }
  .feature .print-block .wrap .right-block {
    margin-top: 40px;
  }
  .feature .print-block .wrap .right-block img {
    width: 100%;
  }
  .feature .result-block .inner-block {
    padding: 40px 10px;
  }
  .feature .result-block .sub-ttl {
    font-size: 20px;
  }
  .feature .result-block .wrap .group .step-ttl {
    font-size: 18px;
  }
  .feature .result-block .wrap .group + .step02 .txt {
    margin-top: 15px;
  }
  .feature .record-block .inner-block {
    padding: 40px 10px;
  }
  .feature .cautions-block .cautions-note-list {
    padding: 15px 10px;
  }
  .feature .cautions-block .cautions-note-list .cautions-note-ttl {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
  }
  .feature .cautions-block .note-area .item-tel {
    font-size: 14px;
  }
  .feature .cautions-block .notice-area .premise .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
  }
  .feature .cautions-block .notice-area .premise .box .ttl {
    margin-bottom: 5px;
    padding-left: 25px;
  }
  .feature .cautions-block .notice-area .premise .box .ttl::after {
    left: 0;
  }
  .feature .cautions-block .attention-area .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature .cautions-block .attention-area .wrap .attention-box .box-ttl span {
    font-size: 18px;
  }
  .feature .cautions-block .attention-area .wrap .attention-box .item {
    padding: 10px;
  }
  .feature .cautions-block .attention-area .wrap .attention-box + .attention-box {
    margin-top: 20px;
  }
  .feature .cautions-block .attention-area .wrap .attention-group {
    margin-top: 20px;
  }
  .feature .cautions-block .attention-area .wrap .attention-group .attention-box + .attention-box {
    margin-top: 20px;
  }
  .hcg-8060t .feature .cautions-block .inner-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .shop .c-ttl {
    margin-top: 0;
  }
  .shop .map-block .inner-block {
    padding: 10px 10px 30px;
  }
  .shop-area .c-ttl {
    margin-top: 0;
  }
  .shop-area .caution-list {
    margin-top: 30px;
  }
  .shop-area .caution-list li {
    font-size: 14px;
  }
  .shop-area .link-block .inner-block {
    padding: 40px 10px 30px;
  }
  .shop-area .link-block .update {
    font-size: 14px;
  }
  .shop-area .link-block .area-link .area-list li {
    width: 48%;
  }
  .shop-area .link-block .area-link .area-list li:nth-child(even) {
    margin-left: 2%;
  }
  .shop-area .link-block .area-link .area-list li:nth-child(n+3) {
    margin-top: 10px;
  }
  .shop-area .link-block .area-link .area-list li a {
    font-size: 14px;
    padding: 10px;
    border-radius: 8px;
  }
  .shop-area .local-block .ttl-box .local-ttl {
    font-size: 20px;
  }
  .shop-area .local-block .ttl-box .link-list li a {
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 15px;
    margin: 0 5px 10px 0;
  }
  .shop-area .local-block .shop-box {
    margin-top: 20px;
  }
  .shop-area .local-block .shop-box .prefecture-ttl {
    font-size: 18px;
    padding-left: 12px;
  }
  .shop-area .local-block .shop-box .content-area .content .table-area {
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
  }
  .shop-area .local-block .shop-box .content-area .sp-scroll-txt {
    display: block;
    margin-top: 10px;
  }
  .faq .main-block {
    margin-bottom: 40px;
  }
  .faq .faq-link {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .faq .faq-link li {
    width: calc(50% - 5px);
  }
  .faq .faq-link li:nth-child(n+3) {
    margin-top: 10px;
  }
  .faq .faq-link li:nth-child(2n) {
    margin-left: 10px;
  }
  .faq .faq-link a {
    font-size: 14px;
    line-height: 1.3;
    padding: 11px 30px 11px 30px;
  }
  .faq .faq-block {
    margin-top: -40px;
    padding-top: 80px;
  }
  .faq .faq-block .category-ttl {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .faq .faq-block .category-note {
    font-size: 12px;
  }
  .faq .faq-block .q-box {
    padding: 15px 45px 15px 15px;
  }
  .faq .faq-block .q-box::before {
    right: 15px;
  }
  .faq .faq-block .q-box::after {
    right: 15px;
  }
  .faq .faq-block .q-box .q-txt {
    font-size: 14px;
    padding-left: 40px;
  }
  .faq .faq-block .q-box .q-txt::after {
    font-size: 12px;
    height: 30px;
    padding: 5px;
    width: 30px;
  }
  .faq .faq-block .a-box {
    padding: 15px 15px 15px 15px;
  }
  .faq .faq-block .a-box .a-txt {
    font-size: 14px;
    padding-left: 40px;
  }
  .faq .faq-block .a-box .a-txt::after {
    font-size: 12px;
    height: 30px;
    padding: 5px;
    width: 30px;
  }
  .faq .faq-block .a-box a.link-arrow {
    padding-left: 12px;
  }
  .faq .faq-block .a-box a.link-arrow::before {
    width: 6px;
    height: 6px;
  }
  .faq .faq-block .a-box .img-box {
    margin-top: 10px;
  }
  .howtorecord .electro-block .inner-block {
    padding: 40px 10px;
  }
  .howtorecord .electro-block .desc {
    font-size: 14px;
  }
  .howtorecord .electro-block .step-flex {
    margin-top: 20px;
  }
  .howtorecord .electro-block .step-flex li {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
  .howtorecord .electro-block .step-flex li:nth-child(n+2) {
    margin-top: 30px;
  }
  .howtorecord .electro-block .step-flex li:nth-child(n+2)::after {
    border-top: 10px solid #7fb8e4;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    height: 10px;
    width: 18px;
    top: -19px;
    left: 0;
    right: 0;
  }
  .howtorecord .electro-block .case-box .case-area {
    margin-top: 20px;
  }
  .howtorecord .electro-block .case-box .case-area .case-item + .case-item {
    margin-top: 30px;
  }
  .howtorecord .electro-block .case-box .case-area .case-item .case-ttl {
    font-size: 14px;
  }
  .howtorecord .electro-block .case-box .case-area .case-item .case-txt {
    margin-top: 10px;
    font-size: 14px;
  }
  .howtorecord .electro-block .case-box .case-area .case-item .note {
    font-size: 12px;
  }
  .howtorecord .electro-block .case-box .case-area .case-item .note li {
    padding-left: 25px;
  }
  .howtorecord .electro-block .case-box .case-area .case-item .note li::after {
    width: 25px;
  }
  .howtorecord .electro-block .note-block {
    margin-top: 20px;
    padding: 15px;
  }
  .howtorecord .electro-block .note-block .note-ttl {
    font-size: 14px;
  }
  .howtorecord .type-block .inner-block {
    padding: 40px 10px;
  }
  .howtorecord .type-block .explanation-txt {
    text-align: left;
  }
  .howtorecord .type-block .group {
    max-width: 500px;
    margin: 0 auto;
  }
  .howtorecord .type-block .group + .group {
    margin-top: 30px;
  }
  .howtorecord .type-block .group .img-area .note {
    font-size: 12px;
  }
  .howtorecord .type-block .group .type-ttl {
    font-size: 14px;
  }
  .howtorecord .type-block .group .type-txt {
    font-size: 14px;
  }
  .howtorecord .type-block .type-note {
    font-size: 12px;
  }
  .howtorecord .type-block .type-note li {
    padding-left: 15px;
  }
  .howtorecord .type-block .type-note li::after {
    width: 15px;
  }
  .case .c-ttl {
    margin-top: 0;
    padding-top: 40px;
  }
  .case .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .caselist-block {
    padding-bottom: 50px;
  }
  .caselist-block .lead {
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .caselist-block .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .caselist-block .list li a::after {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .caselist-block .list li a::before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .usage .c-ttl {
    margin-top: 40px;
    padding-top: 0;
  }
  .usageflow-block {
    padding-bottom: 55px;
  }
  .usageflow-block .flow {
    margin-top: 40px;
  }
  .usageflow-block .flow:nth-child(2) {
    margin-top: 55px;
  }
  .usageflow-block .flow-title {
    margin-bottom: 25px;
  }
  .usageflow-block .flow-title + p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .usageflow-block .flow-title h3 {
    height: 36px;
    padding: 0 0 0 12px;
    font-size: 16px;
  }
  .usageflow-block .flow-title::after {
    border: solid 36px transparent;
    border-left: solid 36px #005EB8;
    border-bottom: none;
    border-right: none;
  }
  .usageflow-block .attention {
    font-size: 14px;
    margin-top: 15px;
  }
  .nav-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .nav-list li {
    width: 25%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (min-width: 751px) {
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
  a::before,
  a::after,
  button {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header .top-link a:hover {
    background: #005eb8;
    color: #fff;
  }
  .c-header .top-link a .pc-txt {
    margin-left: 0.5em;
  }
  #pagetop a:hover {
    background: #fff;
  }
  #pagetop a:hover:before {
    border-color: #005eb8;
    top: -5px;
  }
  .c-ttl02 {
    margin-top: 50px;
  }
  .c-btn01:hover {
    background: #fff;
    color: #005eb8;
    border-color: #005eb8;
  }
  .c-btn01:hover:before {
    border-color: #005eb8;
  }
  .c-kv.kv-block {
    height: 400px;
  }
  .c-kv.kv-block .kv-txt-area {
    height: 400px;
  }
  .c-nav.nav-block .nav-list li a:hover {
    background: #005eb8;
    color: #fff;
  }
  .c-app-block .banner-link .img {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-app-block .banner-link .img:hover {
    opacity: 0.7;
  }
  .c-app-block .btn-wrap .c-btn01:hover {
    background: #06a3e0;
    color: #fff;
  }
  .c-app-block .btn-wrap .c-btn01:hover:before {
    border-color: #fff;
  }
  .app-info-block .txt {
    text-align: center;
    font-size: 14px;
  }
  .c-table01 th.th02 {
    width: 310px;
  }
  .c-table01 th.th-w110 {
    width: 110px;
  }
  .home .lead-block .item-area .img-box {
    width: 400px;
    margin-right: 30px;
  }
  .home .lead-block .item-area .txt-box {
    width: calc(100% - 430px);
  }
  .home .lead-block .item-area .txt-box .txt-link:hover {
    text-decoration: none;
  }
  .home .lead-block .item-area .ttl {
    line-height: 38px;
  }
  .home .lead-block .pdf-area .pdf a:hover {
    text-decoration: none;
  }
  .home .lead-block .pdf-area .txt-area .img {
    display: inline-block;
    margin-bottom: 10px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .lead-block .pdf-area .txt-area .img:hover {
    opacity: 0.7;
  }
  .home .notes-block .notes-area.box1 .box .txt-area .txt {
    margin-top: 10px;
  }
  .omronconnect .lead-block .inner-block {
    padding: 60px 20px 10px;
  }
  .omronconnect .lead-block .ttl {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .omronconnect .lead-block .ttl .i-name {
    margin-left: 0.5em;
  }
  .omronconnect .lead-block .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .omronconnect .lead-block .wrap .img-box {
    width: 206px;
    margin-right: 50px;
  }
  .omronconnect .lead-block .wrap .img-box img {
    width: 206px;
  }
  .omronconnect .lead-block .wrap .txt-box {
    width: 600px;
  }
  .omronconnect .lead-block .wrap .txt-box .name .txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .omronconnect .lead-block .wrap .txt-box .btn-wrap .c-btn01:hover {
    background: #06a3e0;
    color: #fff;
  }
  .omronconnect .lead-block .wrap .txt-box .btn-wrap .c-btn01:hover::before {
    border-color: #fff;
  }
  .omronconnect .record-block .step-area .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
  }
  .omronconnect .record-block .step-area .item .txt-box {
    width: 580px;
    margin-right: 40px;
  }
  .omronconnect .record-block .step-area .item .img-box {
    width: calc(100% - 700px);
  }
  .omronconnect .print-block .lead-txt {
    text-align: center;
  }
  .omronconnect .print-block .img-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .omronconnect .print-block .img-list li {
    width: 260px;
  }
  .omronconnect .print-block .img-list li .img {
    width: 260px;
  }
  .omronconnect .print-block .img-list li + li {
    margin-left: 70px;
  }
  .omronconnect .print-block .img-list li:nth-child(3n+4) {
    margin-left: 0;
  }
  .omronconnect .print-block .img-list li:nth-child(n+4) {
    margin-top: 70px;
    margin-top: 40px;
  }
  .omronconnect .other-block .lead-txt {
    text-align: center;
  }
  .omronconnect .other-block .box-list li {
    display: inline-block;
    width: 260px;
  }
  .omronconnect .other-block .box-list li .img {
    width: 260px;
  }
  .omronconnect .other-block .box-list li + li {
    margin-left: 70px;
  }
  .omronconnect .data-block .lead-txt {
    text-align: center;
  }
  .omronconnect .data-block .box-list li {
    display: inline-block;
    width: 260px;
  }
  .omronconnect .data-block .box-list li .img {
    width: 260px;
  }
  .omronconnect .data-block .box-list li + li {
    margin-left: 70px;
  }
  .hcg-8060t .omronconnect .app-info-block.app-info-btm {
    width: 960px;
    padding: 0 20px;
    margin: 0 auto 40px;
  }
  .feature .lead-block .inner-block {
    padding: 10px 0 60px;
  }
  .feature .lead-block .wrap .img-box {
    width: 440px;
    margin-right: 30px;
  }
  .feature .lead-block .wrap .txt-box {
    width: calc(100% - 470px);
  }
  .feature .lead-block .wrap .txt-box .txt-link:hover {
    text-decoration: none;
  }
  .feature .lead-block .wrap .txt-box .img img {
    width: 490px;
  }
  .feature .meter-block .inner-block {
    padding: 10px 0 60px;
  }
  .feature .meter-block .wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .feature .meter-block .wrap .desc-box {
    width: 465px;
  }
  .feature .meter-block .wrap .desc-box .body .detail-list li {
    height: 135px;
  }
  .feature .meter-block .wrap .desc-box .body .detail-list li .icon {
    width: 110px;
  }
  .feature .meter-block .wrap .desc-box .body .detail-list li + li {
    margin-top: 15px;
  }
  .feature .meter-block .wrap.single-column .desc-box {
    width: 100%;
  }
  .feature .meter-block .wrap.single-column .img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature .meter-block .wrap.single-column .img-wrap .img-area-2 {
    margin-left: 30px;
  }
  .feature .electro-block .inner-block {
    padding: 0 0 60px;
  }
  .feature .electro-block .wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .feature .electro-block .wrap .group {
    width: 465px;
  }
  .feature .electro-block .wrap .group .list-box .cap-list li {
    font-size: 16px;
  }
  .feature .electro-block .inner-block {
    padding: 0 0 60px;
  }
  .feature .electro-block .sub-ttl {
    font-size: 24px;
    margin-top: 40px;
  }
  .feature .electro-block .group .desc-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .feature .electro-block .group .desc-box .desc {
    width: 440px;
  }
  .feature .electro-block .group .desc-box .desc.step-to .img-box::after {
    top: 0;
  }
  .feature .electro-block .group .finish-box .txt {
    width: 440px;
  }
  .feature .electro-block .group .finish-box .img {
    width: 440px;
  }
  .feature .analysis-block .inner-block {
    padding: 10px 0 60px;
  }
  .feature .analysis-block .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature .analysis-block .group {
    width: calc(50% - 35px);
  }
  .feature .analysis-block .group:nth-child(2n) {
    margin-left: 70px;
  }
  .feature .analysis-block .group:nth-child(n+3) {
    margin-top: 50px;
  }
  .feature .print-block .inner-block {
    padding: 60px 0 60px;
  }
  .feature .print-block .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .feature .print-block .wrap .left-block {
    padding-top: 60px;
  }
  .feature .result-block .inner-block {
    padding: 60px 0;
  }
  .feature .record-block .inner-block {
    padding: 60px 0 10px;
  }
  .feature .cautions-block .inner-block {
    padding: 0 0 60px 0;
  }
  .feature .cautions-block .lead-area .lead-txt {
    text-align: center;
  }
  .feature .cautions-block .notice-area .premise .box {
    padding: 30px 0;
  }
  .feature .cautions-block .notice-area .premise .box .ttl {
    width: 130px;
    padding-left: 35px;
  }
  .feature .cautions-block .notice-area .cap {
    font-size: 16px;
  }
  .feature .cautions-block .attention-area .wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .feature .cautions-block .attention-area .wrap .attention-box {
    width: 460px;
  }
  .shop .map-block .inner-block {
    padding: 10px 0 40px;
  }
  .shop-area .link-block .inner-block {
    padding: 10px 0 40px;
  }
  .shop-area .link-block .area-link .area-list li {
    margin-left: 12px;
  }
  .shop-area .link-block .area-link .area-list li a {
    width: 231px;
    border-radius: 15px;
  }
  .shop-area .link-block .area-link .area-list li a:hover {
    background-color: #7fb8e4;
    color: #fff;
    border-color: #fff;
  }
  .shop-area .link-block .area-link .area-list li:nth-child(n+5) {
    margin-top: 12px;
  }
  .shop-area .link-block .area-link .area-list li:first-child {
    margin-left: 0;
  }
  .shop-area .link-block .area-link .area-list li:nth-child(4n+5) {
    margin-left: 0;
  }
  .shop-area .local-block .ttl-box .link-list li {
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .shop-area .local-block .ttl-box .link-list li a {
    height: 30px;
    border-radius: 15px;
  }
  .shop-area .local-block .ttl-box .link-list li a:hover {
    background-color: #7fb8e4;
    color: #fff;
    border-color: #fff;
  }
  .shop-area .local-block .shop-box .prefecture-ttl {
    padding-left: 10px;
  }
  .shop-area .local-block .shop-box .tab-list .tab {
    cursor: pointer;
  }
  .shop-area .local-block .shop-box .tab-list .tab:hover {
    background-color: #f2f8fc;
    color: #333;
  }
  .shop-area .local-block .shop-box .content-area .sp-scroll-txt {
    display: none;
  }
  .faq .main-block .inner-block {
    width: 1000px;
  }
  .faq .faq-block .a-box a:hover {
    text-decoration: none;
  }
  .howtorecord .electro-block .step-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10px;
  }
  .howtorecord .electro-block .step-flex li:nth-child(n+2) {
    margin-left: 90px;
  }
  .howtorecord .electro-block .step-flex li:nth-child(n+2)::after {
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 20px solid #7fb8e4;
    height: 34px;
    width: 20px;
    bottom: 0;
    top: 0;
    left: -55px;
  }
  .howtorecord .electro-block .case-box .case-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .howtorecord .electro-block .case-box .case-area .case-item {
    width: calc(50% - 15px);
  }
  .howtorecord .electro-block .case-box .case-area .case-item + .case-item {
    margin-left: 30px;
  }
  .howtorecord .type-block .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .howtorecord .type-block .group {
    width: calc(50% - 35px);
  }
  .howtorecord .type-block .group:nth-child(2n) {
    margin-left: 70px;
  }
  .howtorecord .type-block .group:nth-child(n+3) {
    margin-top: 50px;
  }
}