@charset "utf-8";
/* CSS Document */


.cttl02{
    width: 100%;
    margin: 0px auto;
    background-color: #f7f4ed;
    text-align: center;
    padding-bottom: 50px;
}
.txc {text-align:center;}

.left{float:left}
.right{float:right}

.fs22 {
	font-size:22px!important;
	font-weight:bold;
}

table {
  border-collapse: collapse;
}

.bgc-f{
	background-color:#fff!important;
}

.bgc-01{
	background-color:#f8f5ee!important;
}

.bor0{border-bottom:0px;}
.mb0{margin-bottom:0px!important;}

.ptb80{
	padding-top:80px;
	padding-bottom:80px;
}
/***************/

.ars-service {
  background: #f7f4ed;
  padding: 0px 0 60px 0;
}

.ars-service-title {
  text-align: center;
  margin-bottom: 38px;
}
.ars-service-icon {
  object-fit: contain;
  margin-bottom: 8px;
  display: inline-block;
}
.ars-service-title h2 {
  font-size: 50px;
  color: #5c509b;
  font-weight: bold;
  letter-spacing: 0.14em;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
}

.ars-service-inner {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  padding: 0 20px;
  box-sizing: border-box;
}

.ars-service-left {
  flex: 1 1 0;
  min-width: 320px;
  max-width: 600px;
  margin-top: 0;
  align-self: flex-start;   /* ←これを追加 */
  height: auto;
  display: block;           /* 念のため */
}

.ars-service-heading {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #5c509b;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
  font-family: 'Noto Sans JP', 'Meiryo', sans-serif;
  margin-top: 0px;
}

.ars-service-bar {
  display: inline-block;
  width: 8px;
  height: 32px;
  background: linear-gradient(to bottom, #ee7800 0 50%, #5c509b 50% 100%);
  border-radius: 2px;
  margin-right: 16px;
}

.ars-service-desc {
  font-size: 18px;
  color: #333;
  line-height: 2.0;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
}

.ars-service-right {
  flex: 1 1 0;
  min-width: 300px;
  text-align: right;
  align-self: flex-start;   /* ←これを追加 */
  height: auto;
  display: block;           /* 念のため */
}
.ars-service-right img {
  width: 520px;
  max-width: 100%;
  height: auto;
  border-radius: 0;
  object-fit: contain;
  display: inline-block;
}

@media (max-width: 1000px) {
  .ars-service-title h2 {
    font-size: 30px;
  }
  .ars-service-inner {
    flex-direction: column;
    gap: 36px;
    align-items: flex-start;
  }
  .ars-service-right {
    width: 100%;
    text-align: left;
  }
  .ars-service-right img {
    width: 100%;
    max-width: 100vw;
  }
  .ars-service-heading {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .ars-service-bar {
    height: 18px;
    width: 5px;
    margin-right: 8px;
  }
  .ars-service-desc {
    font-size: 15px;
  }
}


.ars-service-block {
  width: 100%;
  background: #fff;
  padding: 60px 0;
}
.ars-service-block-inner {
  display: flex;
  align-items: flex-start; /* 上揃え */
  max-width: 1280px;
  margin: 0 auto;
  gap: 70px;
  box-sizing: border-box;
  padding: 0 16px;
}
.ars-service-block-img {
  flex: 1 1 52%;
  min-width: 420px;
  max-width: 740px;
}
.ars-service-block-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  object-fit: contain;
}
.ars-service-block-text {
  flex: 1 1 46%;
  min-width: 300px;
  max-width: 640px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.ars-service-block-text h3 {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #5c509b;
  font-family: 'Noto Sans JP', 'Meiryo', sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0 0 32px 0;
}
.ars-service-bar {
  display: inline-block;
  width: 8px;
  height: 32px;
  background: linear-gradient(to bottom, #ee7800 0 50%, #5c509b 50% 100%);
  border-radius: 2px;
  margin-right: 16px;
}
.ars-service-block-desc {
  font-size: 18px;
  color: #333;
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
  line-height: 2.0;
  letter-spacing: 0.04em;
}

/* レスポンシブ */
@media (max-width: 1000px) {
  .ars-service-block-inner {
    flex-direction: column;
    gap: 38px;
    max-width: 97vw;
    padding: 0 2vw;
  }
  .ars-service-block-img,
  .ars-service-block-text {
    max-width: 100vw;
    min-width: 0;
  }
  .ars-service-block-text h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .ars-service-bar {
    width: 6px; height: 18px; margin-right: 8px;
  }
  .ars-service-block-desc {
    font-size: 14px;
  }
}


.ars-safe {
  background: #fff;
  width: 100%;
  padding: 60px 0 40px 0;
}
.ars-safe-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 70px;
  padding: 0 16px;
  box-sizing: border-box;
}
.ars-safe-img-block {
  flex: 1 1 50%;
  min-width: 420px;
  max-width: 660px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ars-safe-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 0;
}
.ars-safe-types {
  font-size: 18px;
  color: #333;
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
  line-height: 2;
  margin-top: 36px;
}
.ars-safe-types strong {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.ars-safe-main {
  flex: 1 1 54%;
  min-width: 320px;
  max-width: 700px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.ars-safe-main h3 {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #5c509b;
  font-family: 'Noto Sans JP', 'Meiryo', sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0 0 24px 0;
}
.ars-safe-bar {
  display: inline-block;
  width: 8px;
  height: 32px;
  background: linear-gradient(to bottom, #ee7800 0 50%, #5c509b 50% 100%);
  border-radius: 2px;
  margin-right: 16px;
}
.ars-safe-lead {
  font-size: 18px;
  color: #222;
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
  line-height: 2;
  margin-bottom: 32px;
}
.ars-safe-maker {
  font-size: 20px;
  color: #222;
  line-height: 2;
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
}
.ars-safe-maker strong {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

/* レスポンシブ */
@media (max-width: 1000px) {
  .ars-safe-inner {
    flex-direction: column;
    gap: 36px;
    max-width: 98vw;
    padding: 0 2vw;
  }
  .ars-safe-img-block, .ars-safe-main {
    max-width: 100vw;
    min-width: 0;
  }
  .ars-safe-main h3 { font-size: 22px; }
  .ars-safe-bar { width: 6px; height: 18px; margin-right: 8px; }
  .ars-safe-lead, .ars-safe-maker, .ars-safe-types { font-size: 14px; }
  .ars-safe-maker strong, .ars-safe-types strong { font-size: 16px; }
  .ars-safe-types { margin-top: 18px; }
}


/***** Q&A ****************************************************/
.faq-section {
  width: 1120px;
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
	margin: 100px auto 400px auto;
}

.faq-header {
  width: 100%;
  height: 120px;
  background: #4a408b;
  border-radius: 2px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 54px;
}
.faq-header .faq-icon {
  position: absolute;
  left: 48px;
  width: 72px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.faq-header h2 {
  color: #fff;
  font-size: 48px;
  letter-spacing: 0.18em;
  font-weight: bold;
  margin: 0;
}

.faq-list {
  margin: 0 auto;
  width: 100%;
}

.faq-item {
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  border-bottom: 2px solid #4a408b;
  transition: box-shadow 0.2s;
}
.faq-item:last-child {
  border-bottom: 2px solid #4a408b;
}

.faq-q-wrap {
  display: flex;
  align-items: center;
  padding: 28px 0 12px 0;
  font-size: 22px;
  position: relative;
}

.faq-q {
  background: #4a408b;
  color: #fff;
  font-size: 34px;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 28px;
  font-weight: bold;
  flex-shrink: 0;
}

.faq-question {
  font-size: 22px;
  color: #222;
}

.faq-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 50px;
  color: #4a408b;
  margin-left: auto;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.faq-toggle .faq-plus { display: block; }
.faq-toggle .faq-minus { display: none; }

.faq-item.active .faq-toggle .faq-plus { display: none; }
.faq-item.active .faq-toggle .faq-minus { display: block; }

.faq-a-wrap {
  display: none;
  align-items: flex-start;
  margin: 0 0 28px 0;
}
.faq-item.active .faq-a-wrap {
  display: flex;
}

.faq-a {
  background: #ee7800;
  color: #fff;
  font-size: 34px;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 28px;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 0;
}

.faq-answer {
  font-size: 20px;
  color: #222;
  line-height: 2;
  margin-top: 7px;
  letter-spacing: 0.04em;
}

/* レスポンシブ */
@media (max-width: 1200px) {
  .faq-section { width: 98vw; }
  .faq-header { font-size: 26px; }
  .faq-header h2 { font-size: 6vw; }
}
@media (max-width: 700px) {
  .faq-section { width: 98vw; }
  .faq-header { font-size: 16px; }
  .faq-header h2 { font-size: 24px; }
  .faq-q, .faq-a { font-size: 18px; width: 34px; height: 34px; margin-right: 12px;}
  .faq-toggle { font-size: 28px; width: 34px; height: 34px;}
  .faq-question, .faq-answer { font-size: 13px; }
}

/*****************************************************************************/


.bnrc-01 {
	text-align:center;
	margin:100px auto;
}

.ars-contact-c {
    width: 100%;
    min-height: 600px;
    background: url(../images/con-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 0;
}

/** main common ***********************/
.service-mainvisual {
  width: 100vw;
  height: 700px;
  background: #f7f4ed;
  margin: 0;
  padding: 0;
}

.service-bg-img {
  position: relative;
  width: 100vw;
  height: 700px;
  /* 背景画像をbackground-imageで指定 */
	background-image: url("/images/mv-sub.jpg");
  background-position: top center;
  overflow: hidden;
	background-repeat:no-repeat;
}

.service-title-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 770px;   /* 画像サイズに合わせて調整 */
  height: 210px;
  z-index: 10;
	margin-bottom:100px;
}

/****　スマホ　***************************************/
@media (max-width: 768px) {
.service-title-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 360px;   /* 画像サイズに合わせて調整 */
  height: auto;
  z-index: 5;
	margin-bottom:100px;
}
	

.service-mainvisual {
    width: 100vw;
    /* min-width: 1280px; */
    height: 700px;
    background: #f7f4ed;
    margin: 0;
    padding: 0;
}
.service-bg-img {
    position: relative;
    width: 100vw;
    height: 700px;
    background-image: url(../images/mv-sub.jpg);
    background-position: top center;
    overflow: hidden;
    background-repeat: no-repeat;
}
.service-bg-img {
  position: relative;
  width:100%;
  height: 700px;
  /* 背景画像をbackground-imageで指定 */
	background-image: url("../images/mv-sub.jpg");
  background-position: top center;
  overflow: hidden;
	background-repeat:no-repeat;
}
}




.menu-container {
  width: 1280px;
  margin: 40px auto;
  font-family: "Zen Maru Gothic", sans-serif;
}

.menu-row {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}

.menu-row:last-child {
  margin-bottom: 0;
}

.menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  height:90px;
  background: #ef7800;
  color: #fff!important;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
  border-radius: 0;
  transition: opacity .2s;
  position: relative;
}

.arrow-svg {
  display: inline-block;
  margin-left: 28px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  margin-top: 10px;
}

.menu-btn:hover {
  opacity: 0.8;
}


.psecA {
	width:100%;
	margin: 100px auto;
}

.psecA img{
	text-align:center;
}

.psecA h2{
	font-size:30px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom: 2px solid #ed6d00;
	width:260px;
	color:#5c509b;
	font-family: "Zen Maru Gothic", sans-serif;
}

.psecA p {
	font-size:18px;
	font-weight:normal;
	width:1250px;
	margin:0 auto;
	line-height: 2;
	letter-spacing: 0.14em;
}

.pmain01{
	width:1120px;
	margin:0 auto;
}

.psecB{
	width:100%;
	margin:0 auto;
	display:flex;
	margin-bottom: 60px;
}

.pitem01{
	width:40%;
	margin:0 auto;
}

.pitem02{
	width:60%;
	margin:0 auto;
	margin-top: 40px;
}
.pitem02 p{
	font-size:18px;
	letter-spacing: 0.14em;
	line-height: 2;
}

.line01{
	border-top: 1px solid #ed6d00;
}

.line02{
	border-bottom: 1px solid #ed6d00;
	clear:both;
}

.psecC {
	width:100%;
	margin: 0px auto;
	background-color:#f7f4ed;
	padding:50px;
}

.psecC img{
	text-align:center;
}

.psecC h2{
	font-size:30px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom: 2px solid #ed6d00;
	width:260px;
	color:#5c509b;
	font-family: "Zen Maru Gothic", sans-serif;
}

.pmain02 {
	width:100%;
	margin:0 auto;
	background-color: #f7f4ed;
	padding-bottom: 100px;
}

.psecD {
	max-width:1000px;
	display:flex;
	margin:0 auto;
}
.pitem03{
	width:60%;
	margin:0 auto;
}

.pttl03{
	width:870px;
	margin:50px auto;
}

.ptable01{
	max-width:850px;
	margin:0 auto;
}

.tdr{
	text-align:right;
}

.ptable01 td{
	font-size:18px;
	border-bottom:1px solid #ed6d00;
	padding-top:8px;
	padding-bottom:8px;
}



.car-key-section {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

.car-key-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
}

.car-key-flex.bottom {
  margin-top: 30px;
  align-items: flex-end;
}

.car-key-img-area {
  width: 350px;
  min-width: 320px;
  text-align: center;
}

.car-key-img-area img {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 4px;
}

.car-key-text-area {
  width: 450px;
  margin-left: 50px;
  display: flex;
  align-items: center;
}

.car-key-text-area p {
  font-size: 18px;
  line-height: 2;
  color: #444;
}

.car-key-desc {
  width: 470px;
  margin-right: 40px;
}

.car-key-lead {
  color: #ea7a0a;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}

.car-key-desc p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 18px;
}

.car-key-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  font-size: 18px;
}

.car-key-table td {
  padding: 14px 10px;
  border-bottom: 2px solid #ea7a0a;
  color: #444;
}

.car-key-table td:last-child {
  text-align: right;
  letter-spacing: 1px;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}



.bike-lock-section {
  width: 100%;
  padding: 40px 0;
}

.bike-lock-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.bike-lock-img {
  width: 340px;
  min-width: 300px;
}

.bike-lock-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.bike-lock-text {
  margin-left: 60px;
  color: #333;
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

.bike-lock-text p {
  margin: 0;
}

.immobilizer-key-section {
  max-width: 1100px;
  margin: 30px auto 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
}

.immobilizer-key-left {
  width: 420px;
  margin-right: 50px;
}

.immobilizer-key-title {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  color: #303080;
  margin-bottom: 24px;
  margin-top: 0;
  letter-spacing: 0.05em;
}

.immobilizer-key-bar {
  display: inline-block;
  width: 8px;
  height: 24px;
  margin-right: 10px;
  background: linear-gradient(to bottom, #f37108 60%, #303080 40%);
  border-radius: 1px;
}

.immobilizer-key-image {
  width: 100%;
  max-width: 370px;
  display: block;
  background: #fff;
  border-radius: 0;
}

.immobilizer-key-right {
  flex: 1;
  min-width: 430px;
  margin-top: 26px;
}

.immobilizer-key-makes {
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.immobilizer-key-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  margin-top: 12px;
  background: transparent;
}

.immobilizer-key-table td {
  padding: 18px 14px;
  border-bottom: 1px solid #f37108;
  color: #443e37;
}

.immobilizer-key-table tr:last-child td {
  border-bottom: 1px solid #f37108;
}
.immobilizer-key-table td:last-child {
  text-align: right;
  letter-spacing: 0.07em;
}


/****　スマホ　***************************************/
@media (max-width: 768px) {
.menu-row {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.menu-container {
    width: 100%;
    /* margin: 40px auto; */
    font-family: "Zen Maru Gothic", sans-serif;
    margin: 0 auto;
    /* text-align: center; */
    padding: 0 40px;
}
.psecA p {
    font-size: 18px;
    font-weight: normal;
    width: 100%;
    margin: 0 auto;
    line-height: 2;
    letter-spacing: 0.14em;
    padding: 0 10px;
}
.pmain01{
	width:100%;
	margin:0 auto;
}
.psecB {
    width: 100%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 60px;
    flex-wrap: wrap;
}
.pitem01 {
    width: 100%;
    margin: 0 auto;
}
.pitem02 {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}
.car-key-flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.bike-lock-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.immobilizer-key-section {
    max-width: 1100px;
    margin: 30px auto 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-family: 'Noto Sans JP', sans-serif;
    flex-wrap: wrap;
}
.immobilizer-key-left {
    /* width: 420px; */
    margin-right: 50px;
    width: 100%;
}
.immobilizer-key-right {
    flex: 1;
    min-width: 380px;
    margin-top: 26px;
    width: 100%;
}
.psecD {
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}
.ars-service-heading {
    font-size: 22px;
    margin-bottom: 18px;
	width:360px;
    }
.pmain02 {
    width: 100%;
    margin: 0 auto;
    background-color: #f7f4ed;
    padding: 0 10px;
    padding-bottom: 100px;
}
.pttl03 {
    width: 100%;
    margin: 50px auto;
}
}






.dorobou-section {
  width: 100vw;
  background: #f8f5ee;
  min-height: 100vh;
  padding-top: 40px;
  box-sizing: border-box;
}

.dorobou-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 44px;
}

.key-icon {
  width: 74px;
  margin-bottom: 6px;
}

.dorobou-headline {
  font-size: 52px;
  color: #5c50a0;
  letter-spacing: 0.18em;
  font-weight: bold;
  margin-bottom: 7px;
  font-family: 'Noto Sans JP', 'Meiryo', sans-serif;
}

.dorobou-line {
  width: 370px;
  height: 4px;
  background: #f37108;
  border-radius: 2px;
  margin-top: 4px;
}

.dorobou-graph-area {
  display: flex;
  justify-content: center;
  gap: 62px;
}

.dorobou-graph-img {
  width: 495px;
  height: 440px;
  object-fit: contain;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}



.trouble-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 90px;
  grid-column-gap: 60px;
  max-width: 1400px;
  margin: 60px auto 0 auto;
}

.trouble-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 80px;
  padding-right: 20px;
}

.trouble-title {
  font-size: 30px;
  font-weight: bold;
  color: #474c9a;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-family: 'Noto Sans JP', 'Meiryo', sans-serif;
  letter-spacing: 0.08em;
}

.trouble-marker {
  display: inline-block;
  width: 10px;
  height: 32px;
  margin-right: 15px;
  background: linear-gradient(to bottom, #f37108 0 60%, #474c9a 60% 100%);
  border-radius: 1.5px;
}

.trouble-desc {
  font-size: 20px;
  color: #444;
  margin-bottom: 18px;
  font-family: 'Noto Sans JP', 'Meiryo', sans-serif;
  letter-spacing: 0.08em;
}

.trouble-measure {
  font-size: 20px;
  color: #222;
  font-family: 'Noto Sans JP', 'Meiryo', sans-serif;
  margin-bottom: 0;
}

.trouble-measure-label {
  color: #ef3022;
  font-weight: bold;
  margin-right: 7px;
}

.trouble-measure-content {
  border-bottom: 2px solid #333;
  padding-bottom: 2px;
  letter-spacing: 0.06em;
}
.trouble-measure-content br {
  border: none;
}


.lock-section {
  max-width: 1200px;
  margin: 50px auto;
}
.lock-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
}

.lock-image-wrap {
  width: 330px;
  min-width: 330px;
  text-align: left;
}
.lock-title {
  font-size: 28px;
  font-weight: bold;
  color: #474c9a;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.07em;
}
.lock-marker {
  width: 10px;
  height: 32px;
  background: linear-gradient(to bottom, #f37108 0 60%, #474c9a 60% 100%);
  border-radius: 2px;
  display: inline-block;
  margin-right: 12px;
  margin-top:35px;
}
.lock-image-wrap img {
  width: 100%;
  max-width: 330px;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 5px;
}
.lock-content {
  flex: 1;
  margin-left: 60px;
  margin-top: 32px;
  font-size: 19px;
  color: #474747;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2.0;
}
.lock-desc {
  margin-bottom: 36px;
}
.lock-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 19px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 0;
}
.lock-table td {
  border-bottom: 2px solid #f4a350;
  padding: 13px 0 8px 0;
}
.lock-table .lock-price {
  text-align: right;
  letter-spacing: 0.07em;
  color: #474747;
  font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width: 900px) {
  .lock-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .lock-content {
    margin-left: 0;
    margin-top: 30px;
  }
  .lock-image-wrap {
    width: 100%;
    min-width: 0;
    margin-bottom: 25px;
  }
}

.sesecA{
	background-color:#f8f5ee;
	width:100%;
	margin:0 auto;
}

.sesecB{
	padding-bottom:50px;
}


.main-container {
  width: 100%;
  max-width: 1240px;
  margin: 60px auto 0 auto;
}

.item-title {
  font-size: 28px;
  font-weight: bold;
  color: #474c9a;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  margin-left: 95px;
}
.item-marker {
  width: 10px;
  height: 32px;
  background: linear-gradient(to bottom, #f37108 0 60%, #474c9a 60% 100%);
  border-radius: 2px;
  display: inline-block;
  margin-right: 15px;
}

.item-content {
  margin-left: 95px;
  max-width: 1200px;
}
.item-images {
  display: flex;
  gap: 36px;
  margin-bottom: 30px;
}
.item-img {
  width: 390px;
  max-width: 100%;
  border-radius: 3px;
  background: #fff;
}

.item-desc {
  font-size: 20px;
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 40px;
  line-height: 2.0;
  letter-spacing: 0.02em;
  max-width: 990px;
}

.item-price-wrap {
  margin: 0 0 0 0;
  border-bottom: 1px solid #f4a350;
  max-width: 990px;
  padding: 15px 0 10px 0;
}
.item-price {
  font-size: 22px;
  color: #474747;
  letter-spacing: 0.04em;
  font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width: 1000px) {
  .main-container,
  .item-content {
    margin-left: 0;
    max-width: 98vw;
  }
  .item-title {
    margin-left: 0;
  }
  .item-images {
    flex-direction: column;
    gap: 18px;
  }
}


.knob-section {
  background: #f8f5ee;  /* 添付画像の背景色に合わせています */
  width: 100vw;
  min-width: 100%;
  padding: 0;
  margin: 0;
  padding-top: 50px;
  padding-bottom:50px;
}

.knob-block {
  margin: 40px auto 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
	max-width: 1200px;
}

.knob-title {
  font-size: 28px;
  font-weight: bold;
  color: #474c9a;
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  margin-left: 95px;
  margin-bottom: 40px;
}

.knob-marker {
  display: inline-block;
  width: 10px;
  height: 32px;
  background: linear-gradient(to bottom, #f37108 0 60%, #474c9a 60% 100%);
  border-radius: 2px;
  margin-right: 16px;
}

.knob-inner {
  display: flex;
  gap: 55px;
  margin-left: 95px;
}

.knob-img img {
  width: 340px;
  max-width: 100%;
  background: #fff;
  border-radius: 3px;
  display: block;
}

.knob-desc-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.knob-desc {
  font-size: 20px;
  color: #222;
  margin-bottom: 42px;
  line-height: 2;
  letter-spacing: 0.01em;
}

.knob-table {
  border-top: 3px solid #f4a350;
  border-bottom: 3px solid #f4a350;
  width: 100%;
  max-width: 850px;
  padding: 15px 0 10px 0;
  font-size: 20px;
}

.knob-table-row {
  display: flex;
  justify-content: space-between;
}

.knob-table-cell.price {
  text-align: right;
  color: #474747;
  font-size: 22px;
  letter-spacing: 0.04em;
}

@media (max-width: 1100px) {
  .knob-inner {
    flex-direction: column;
    gap: 30px;
    margin-left: 0;
  }
  .knob-title {
    margin-left: 0;
  }
  .knob-block {
    max-width: 98vw;
  }
  .knob-table {
    max-width: 100%;
  }
}



.samt-turn-bg {
  background: #f8f5ee;
  width: 100vw;
  min-width: 100%;
  padding: 0;
  margin: 0;
}

.samt-turn-block {
  max-width: 1140px;
  margin: 40px auto 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}

.samt-turn-title {
  font-size: 28px;
  font-weight: bold;
  color: #474c9a;
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  margin-left: 95px;
  margin-bottom: 36px;
}

.samt-turn-marker {
  display: inline-block;
  width: 10px;
  height: 32px;
  background: linear-gradient(to bottom, #f37108 0 60%, #474c9a 60% 100%);
  border-radius: 2px;
  margin-right: 16px;
}

.samt-turn-imgs {
  display: flex;
  gap: 32px;
  justify-content: flex-start;
  margin-left: 95px;
  margin-bottom: 45px;
}

.samt-turn-imgs img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  background: #fff;
  border-radius: 3px;
  display: block;
}

.samt-turn-desc-wrap {
  margin-left: 95px;
  max-width: 900px;
}

.samt-turn-desc {
  font-size: 20px;
  color: #222;
  margin-bottom: 42px;
  line-height: 2;
  letter-spacing: 0.01em;
}

.samt-turn-table {
  border-top: 3px solid #f4a350;
  border-bottom: 3px solid #f4a350;
  width: 100%;
  max-width: 800px;
  padding: 15px 0 10px 0;
  font-size: 20px;
}

.samt-turn-table-cell {
  color: #474747;
  font-size: 22px;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .samt-turn-block, .samt-turn-desc-wrap {
    margin-left: 0 !important;
    max-width: 98vw;
  }
  .samt-turn-title, .samt-turn-imgs {
    margin-left: 0 !important;
  }
  .samt-turn-imgs {
    flex-direction: column;
    gap: 16px;
  }
}



.guard-bg {
  background: #fff;
  width: 100vw;
  min-width: 100vw;
  margin: 0;
  padding: 0;
  padding-bottom:50px;
}

.guard-block {
  max-width: 1200px;
  margin: 60px auto 0 auto;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

.guard-title {
  font-size: 28px;
  font-weight: bold;
  color: #474c9a;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
  margin-left:100px;
}

.guard-marker {
  display: inline-block;
  width: 10px;
  height: 32px;
  background: linear-gradient(to bottom, #f37108 0 60%, #474c9a 60% 100%);
  border-radius: 2px;
  margin-right: 16px;
}

.guard-images {
  display: flex;
  gap: 60px;
  justify-content: center;
  margin-bottom: 30px;
}

.guard-images img {
  object-fit: cover;
  background: #fff;
  border-radius: 3px;
}

.guard-desc {
  color: #222;
  font-size: 20px;
  line-height: 2;
  margin: 20px 0 40px 0;
  letter-spacing: 0.01em;
      text-align: left;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.guard-line {
  border-top: 3px solid #f4a350;
  margin: 0 auto;
  width: 80%;
}

.guard-price {
  color: #474747;
  font-size: 22px;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 16px 0 16px 0;
  width: 80%;
  margin-left: 10%;
}

@media (max-width: 900px) {
  .guard-block {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 98vw;
  }
  .guard-title {
    margin-left: 10px;
  }
  .guard-images {
    gap: 12px;
  }
  .guard-images img {
    width: 45vw;
    height: auto;
  }
  .guard-line, .guard-price {
    width: 98vw;
    margin-left: 0;
  }
}


.recorder-bg {
  background: #f8f5ee;
  width: 100vw;
  min-width: 100vw;
  margin: 0;
  padding: 0;
}

.recorder-block {
  max-width: 1200px;
  margin: 60px auto 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}

.recorder-title {
  font-size: 28px;
  font-weight: bold;
  color: #474c9a;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
  margin-left:100px;
}

.recorder-marker {
  display: inline-block;
  width: 10px;
  height: 32px;
  background: linear-gradient(to bottom, #f37108 0 60%, #474c9a 60% 100%);
  border-radius: 2px;
  margin-right: 16px;
}

.recorder-images {
  display: flex;
  gap: 35px;
  justify-content: center;
  margin-bottom: 30px;
}

.recorder-images img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  background: #fff;
  border-radius: 3px;
}

.recorder-desc {
color: #555;
    font-size: 18px;
    line-height: 2;
    margin: 40px auto;
    text-align: left;
    letter-spacing: 0.01em;
    width: 950px;
}

.recorder-line {
  border-top: 3px solid #f4a350;
  margin: 0 auto;
  width: 80%;
}

.recorder-price {
  color: #474747;
  font-size: 22px;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 16px 0 16px 0;
  width: 80%;
  margin-left: 10%;
}

@media (max-width: 900px) {
  .recorder-block {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 98vw;
  }
  .recorder-title {
    margin-left: 10px;
  }
  .recorder-images {
    gap: 10px;
  }
  .recorder-images img {
    width: 30vw;
    height: auto;
  }
  .recorder-line, .recorder-price {
    width: 98vw;
    margin-left: 0;
  }
}



.security-bg {
  background: #f8f5ee;
  width: 100vw;
  margin: 0;
  padding: 0;
}

.security-block {
  max-width: 1200px;
  margin: 60px auto 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}

.security-title {
  font-size: 28px;
  font-weight: bold;
  color: #474c9a;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
  margin-left:100px;
}

.security-marker {
  display: inline-block;
  width: 10px;
  height: 32px;
  background: linear-gradient(to bottom, #f37108 0 60%, #474c9a 60% 100%);
  border-radius: 2px;
  margin-right: 16px;
}

.security-images {
  display: flex;
  gap: 35px;
  justify-content: center;
  margin-bottom: 30px;
}

.security-images img {
  width: 270px;
  height: 240px;
  object-fit: contain;
  background: #fff;
  border-radius: 3px;
}

.security-desc {
    color: #555;
    font-size: 20px;
    line-height: 2;
    text-align: left;
    letter-spacing: 0.01em;
    width: 950px;
    margin: 40px auto;
}

@media (max-width: 900px) {
  .security-block {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 98vw;
  }
  .security-title {
    margin-left: 10px;
  }
  .security-images {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }
  .security-images img {
    width: 60vw;
    height: auto;
  }
  .security-desc {
    margin-left: 0;
    font-size: 16px;
  }
}

/****　スマホ　***************************************/
@media (max-width: 768px) {
.service-bg-img {
    position: relative;
    width: 100vw;
    height: 700px;
    background-image: url(../images/mv-sub.jpg);
    background-position: top center;
    overflow: hidden;
    background-repeat: no-repeat;
}
.dorobou-graph-area {
    display: flex;
    justify-content: center;
    gap: 62px;
    flex-wrap: wrap;
}
.trouble-list {
    display: flex;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 90px;
    grid-column-gap: 60px;
    max-width: 1400px;
    margin: 60px auto 0 auto;
    flex-wrap: wrap;
}
.guard-desc {
    color: #222;
    font-size: 20px;
    line-height: 2;
    margin: 20px 0 40px 0;
    letter-spacing: 0.01em;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.recorder-desc {
    color: #555;
    font-size: 18px;
    line-height: 2;
    margin: 40px auto;
    text-align: left;
    letter-spacing: 0.01em;
    /* width: 950px; */
    width: 100%;
}
.security-desc {
    color: #555;
    font-size: 20px;
    line-height: 2;
    text-align: left;
    letter-spacing: 0.01em;
    /* width: 950px; */
    margin: 40px auto;
    width: 100%;
}
.item-desc {
    font-size: 20px;
    color: #222;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 40px;
    line-height: 2.0;
    letter-spacing: 0.02em;
    max-width: 990px;
    padding: 0 10px;
}
    .main-container, .item-content {
        margin-left: 0;
        max-width: 98vw;
        padding: 0 10px;
    }
    .samt-turn-block, .samt-turn-desc-wrap {
        margin-left: 0 !important;
        max-width: 98vw;
        padding: 0 10px;
    }
}





.office-info-bg {
  background: #f8f5ee;
  width: 100vw;
  padding: 40px 0 60px 0;
}

.office-info-table {
  max-width: 860px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}

.office-info-table table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

.office-info-table th,
.office-info-table td {
  font-size: 17px;
  font-weight: normal;
  line-height: 2;
  padding: 10px 16px;
  text-align: left;
  vertical-align: top;
  background: transparent;
}

.office-info-table th {
  width: 170px;
  color: #333;
  font-weight: normal;
  letter-spacing: 0.08em;
}

.office-info-table td {
  color: #444;
  letter-spacing: 0.08em;
}

.office-info-table tr {
  border-bottom: 2px solid #d7d1c4;
}










/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:1000px;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f79034;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
	padding: 20px 60px;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

.office-info-table tr:last-child {
  border-bottom: none;
}

@media (max-width: 900px) {
  .office-info-table {
    padding: 0 10px;
  }
  .office-info-table table {
    font-size: 15px;
  }
  .office-info-table th, .office-info-table td {
    padding: 8px 8px;
  }
}


.cosecA{
	max-width:1280px;
	margin:0 auto;
	display:flex;
}

.citem01{
	width:33%;
}
.citem02{
	width:33%;
}
.citem03{
	width:33%;
}
	
.cosecB{
	padding-top:80px;
	padding-bottom:80px;
}

.c-map{
	max-width:1000px;
	margin:0 auto;
}


.tel-bg {
  background: #f8f5ee;
  padding: 20px 0 50px 0;
  width: 100vw;
}
.tel-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tel-img {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
.tel-number {
  font-size: 40px;
  color: #443b85;
  letter-spacing: 0.08em;
  font-family: 'Noto Sans JP', 'Meiryo', sans-serif;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 600px) {
  .tel-img {
    width: 36px;
    height: 27px;
  }
  .tel-number {
    font-size: 25px;
  }
}
