@charset "utf-8";
/* service
----------------------------------------------------------------------------------------------------*/
.main {
	width: min(90%, 1140px);
	margin: 0 auto;
	font-feature-settings: "palt"1;
	-webkit-text-size-adjust: 100%;
}
/* Page Title
----------------------------------------------------------------------------------------------------*/
.page-title {
	width: 100%;
	height: 10rem;
	background-color: #0081BB;
	margin: 0 0 20px;
}
.page-title h3 {
	display: flex;
	align-items: center;
	width: 41.2rem;
	height: 10rem;
	background-color: #FFF;
	border: 1px solid #0081BB;
	padding-left: 3rem;
	color: #000;
	font-size: 3.2rem;
	font-weight: 700;
}
.page-body__copy {
	margin-bottom: 3rem;
	font-size: 3.2rem;
	font-weight: 600;
}
.page-body__text {
	font-size: 1.8rem;
	line-height: 1.75;
}
.page-body__text p {
	margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.page-title h3 {
		width: 100%;
		padding-left: 3rem;
		font-size: 2.6rem;
	}
}
/* Page Headline
----------------------------------------------------------------------------------------------------*/
.service__headline {
  margin-bottom: 6.5rem;
}
.page-body__title {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
}
.page-body__text {
  font-size: 2rem;
}
/* Page SubTitle
----------------------------------------------------------------------------------------------------*/
.page-subtitle {
  width: 100%;
  background-color: #0081BB;
  margin-bottom: 5rem;
}
.page-subtitle h4 {
  padding: 2rem;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-subtitle h4 {
    padding: 1rem;
    font-size: 2rem;
  }
}
/* service nav
----------------------------------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth !important;
}
.service-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 10rem;
}
.service-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0083c4;
  color: #FFF;
  text-decoration: none;
  font-size: 2rem;
  width: 30rem;
  height: 8rem;
  border-radius: 4px;
  position: relative;
}
.service-nav a::after {
  content: "";
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.service-nav a:hover {
  background-color: #323232;
}
@media screen and (max-width: 767px) {
  .service-nav {
    flex-direction: column;
  }
  .service-nav a {
    width: 100%;
  }
}
/* Page Body
----------------------------------------------------------------------------------------------------*/
.service__body {
  margin-bottom: 5rem;
}
.service__body__redbox {
  padding: 2rem;
  margin-top: 1rem;
  border: 1px solid #ED1C24;
  color: #ED1C24;
  font-size: 1.8rem;
  text-align: center;
}
/* Service Box
----------------------------------------------------------------------------------------------------*/
.serviceBox, .serviceBox4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.serviceBox p {
  font-size: 2rem;
  line-height: 1.75;
}
.serviceBox .service__left, .serviceBox .service__right {
  width: calc(100% / 2 - 15px);
}
.serviceBox__item {
  display: flex;
  justify-content: space-between;
}
.serviceBox__item figure {
  position: relative;
  width: 26.7rem;
  margin-bottom: 3rem;
}
.caption-before, .caption-after {
  color: #fff;
  background: #0081BB;
  padding: 2px 7px;
  font-size: 2rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.caption-after {
  color: #FCEE21;
}
.service-works__title {
  display: block;
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 6rem;
  border-top: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  font-size: 2.4rem;
  text-align: center;
}
.service__col4 {
  width: calc(100% / 4 - 15px);
}
.service__col4 img {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .serviceBox, .serviceBox .service__left, .serviceBox .service__right {
    width: 100%;
  }
  .serviceBox__item figure {
    position: relative;
    width: 16.5rem;
    margin-bottom: 3rem;
  }
  .caption-before, .caption-after {
    font-size: 1.4rem;
  }
  .service__col4 {
    width: calc(100% / 2 - 15px);
  }
}
/* Service List
----------------------------------------------------------------------------------------------------*/
ul.service__body__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.service__body__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% / 5 - 2.1rem);
  height: 17.4rem;
  margin-right: 2.6rem;
  margin-bottom: 2.6rem;
  background-color: #F1F7FF;
  border: 1px solid #B3B3B3;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.service__body__list li:nth-of-type(5),
.service__body__list li:nth-of-type(10) {
  margin-right: 0;
}
.service__body__list li small {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  ul.service__body__list {
    justify-content: space-between;
  }
  .service__body__list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 2 - 1.3rem);
    height: 17.4rem;
    margin-right: 2.6rem;
    margin-bottom: 2.6rem;
    background-color: #F1F7FF;
    border: 1px solid #B3B3B3;
    font-size: 2rem;
    font-weight: 700;
  }
  .service__body__list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .service__body__list li:nth-of-type(5) {
    margin-right: 2.6rem;
  }
}
/* Dots List
----------------------------------------------------------------------------------------------------*/
.machine-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.machine-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 2.4rem;
}
.machine-name {
  white-space: nowrap;
}
.dots {
  flex: 1;
  border-bottom: 4px dotted black;
  margin: 0 8px;
  height: 1rem;
  line-height: 0.5rem;
}
.count {
  white-space: nowrap;
  display: inline-block;
  min-width: 3ch;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .machine-list li {
    font-size: 1.6rem;
  }
}


/*-----------------------------------------
ガンショップSHOWA
-----------------------------------------*/

[id^="section"]:not(#section01) {
	margin: 120px auto 0;
}
.page-subtitle {
	margin: 0;
}
.cap {
	display: block;
	font-size: 1.6rem;
}
.page-body__text p {
	font-weight: 500;
	padding: 5px 0;
	margin: 15px 0 0;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}
.txtBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto 0;
	padding: 0;
	font-size: 2.0rem;
	line-height: 1.75;
}
.txtBox__left,
.txtBox__right {
	width: calc(100% / 2);
}
.txtBox__left {
	padding: 0 30px 0 0;
}
.txtBox__right dl,
.page-body__text dl {
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 10px 0 0;
}
.txtBox__right dt,
.page-body__text dt {
	float: left;
}
.txtBox__right dd,
.page-body__text dd {
	margin-left: 1em;
}
.txtBox__right ul,
.page-body__text ul {
	padding: 0 0 0 1.2em;
	margin: 20px 0;
}
.txtBox__right ul li,
.page-body__text ul li {
	text-indent: -0.2em;
}
.page-body__text-margin {
	margin: 2em 0 0;
}
#section02 .page-subtitle:nth-of-type(n) {
	margin: 50px auto 0;
	background: #836c55;
}
.txtBox__right__point {
	padding: 5px 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #d1d1d1;
	font-size: 1.6rem;
	font-weight: 600;
}
.service-nav {
	margin: 0 auto;
}
.service-nav a {
	background-color: #836c55;
}
.service-nav a:hover {
	background-color: #cd6715;
}
.page-title {
	background-color: #cd6715;
}
.page-title h3 {
	border: 1px solid #cd6715;
}
@media (max-width: 767px) {
	.service-nav {
		column-gap: 10px;
	}
	.service-nav a {
		font-size: 1.6rem;
		height: inherit;
		padding: 1em 0;
	}
	.txtBox__left,
	.txtBox__right {
		width: 100%;
	}
	.txtBox__left {
		padding: 0 0 1em;
	}
	.txtBox {
		font-size: 1.8rem;
	}
	.txtBox__right dl,
	.page-body__text dl {
		font-size: 1.4rem;
	}
	.page-subtitle h4 {
		font-size: 1.8rem;
		line-height: 1.75;
	}
}

.page-body__text dl.faq__list {
	font-size: 2.0rem;
	line-height: 1.75;
	width: min(90%, 980px);
	margin: 0 auto;
}
.page-body__text .faq__list dt {
	font-weight: 700;
	float: none;
}
.page-body__text .faq__list dt::before {
	content: "Q．";
	color: #0087ff;
}
.page-body__text .faq__list dd {
	margin: 0 0 1em 0;
	text-indent: -1em;
	padding: 0 0 0 1em;
}
.page-body__text .faq__list dd::before {
	content: "A．";
	color: #ff2000;
}
@media (max-width: 767px) {
	.page-body__text dl.faq__list {
		font-size: 1.6rem;
	}
	.page-body__text .faq__list dt {
		text-indent: -1em;
		padding: 0 0 0 1em;
	}
}















