@charset "UTF-8";
/* =======================================

	reset CSS

========================================== */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 12rem;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
table,
th,
td {
  padding: 0;
  margin: 0;
}

html,
body {
  background: #fff;
  color: #000;
}

body {
	font-size: 13px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	/* 	font-family: "Jost", sans-serif; */
}
.font_jost {
	font-family: "Jost", sans-serif;
}

* html body {
  font-size: small;
}

*:first-child + html body {
  font-size: small;
}

img {
  border: 0;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

ul,
dl,
ol {
  text-indent: 0;
}

li {
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: inherit;
  font-weight: inherit;
}

b,
strong {
  font-weight: bold;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
b {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input,
* html textarea,
* html select {
  font-size: 100%;
}

textarea.message {
  width: 100%;
  height: 20rem;
}

*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}

table {
	width: 100%;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
}

th,
td {
  text-align: left;
}

caption {
  text-align: left;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
}

* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input,
select,
textarea {
  font-size: 100%;
/*   font-family: Verdana, Helvetica, sans-serif; */
	font-family: "Zen Kaku Gothic New", sans-serif;
}

input.long,
textarea.message {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 0.23em;
  padding: 5px 5px;
  background: #fbfbfb;
}

.hissu {
  padding: 4px 5px;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    line-height: 100%;
    border-radius: 4px;
    display: inline-block !important;
    text-align: center;
    background: var(--main-color);
    margin-left: 5px;
    margin-bottom: 3px;
}

.vertical_align_top {
	vertical-align: top;
}

.nini {
  padding: 3px 4px 2px 4px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #222;
  font-weight: bold;
  font-size: 11px;
}

.fW500 {
  font-weight: 500;
}

.fW100 {
  font-weight: 100;
}

.fW300 {
  font-weight: 300;
}

.ls0 {
  letter-spacing: 0;
}

.ls05 {
	letter-spacing: 0.05em;
}

.ls2 {
  letter-spacing: 0.2em;
}

.ls4 {
  letter-spacing: 0.4em;
}

.lh0 {
  line-height: 0%;
}

.lh100 {
  line-height: 100%;
}

.lh120 {
  line-height: 120%;
}

.lh130 {
  line-height: 130%;
}

.lh140 {
  line-height: 140%;
}

.lh150 {
  line-height: 150%;
}

.lh200 {
  line-height: 200%;
}

.lh220 {
  line-height: 200%;
}

.lh240 {
  line-height: 200%;
}

/* cf
========================================== */
.cf:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
}

* html .cf {
  zoom: 1;
}

/* IE6 */
*:first-child + html .cf {
  zoom: 1;
}

/* IE7 */
/* =======================================

	Structure CSS

========================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.center,
.tac {
  text-align: center !important;
  vertical-align: middle;
}

.right,
.tar {
  text-align: right !important;
}

.left,
.tal {
  text-align: left !important;
}

.justify {
  text-align: justify !important;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.bold {
  font-weight: 500 !important;
}

.red {
  color: #ff610c !important;
}

.blue {
  color: #15376a !important;
}

.white {
  color: #fff !important;
}

.beni {
  color: #ff5c5c !important;
}

.orange {
  color: #f88f03 !important;
}

.float_l,
.fl {
  float: left;
}

.float_r,
.fr {
  float: right;
}

.rela {
  position: relative;
}

.kome li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 140%;
  margin-bottom: 10px;
}

.o_02 .head {
  display: flex;
  font-size: 100%;
  padding-bottom: 6px;
}
.o_02 .head .sub {
  margin-right: 10px;
}

.o_02 > div > p {
  font-size: 90%;
}

.c_c_c {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.c_y0_xc {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}

.c_yc_x0 {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(50%) translateX(0%);
  transform: translateY(50%) translateX(0%);
}

/*zyuusyoBox
========================================== */
td.zyuusyoBox > div:nth-child(1) {
  margin-bottom: 6px;
}

td.zyuusyoBox > div:nth-child(1) p {
  float: left;
  padding-top: 6px;
}

td.zyuusyoBox > div:nth-child(1) input {
  width: 5.5em;
  margin-left: 5px;
}

td.zyuusyoBox > div:nth-child(2) input:nth-child(1) {
  width: 6.7em;
}

/*装飾
========================================== */
.h2Tit {
	font-size: 40px;
	font-weight: 500;
}

.h3Tit {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
}

.bigHead:first-letter {
	display: inline-block;
	color: var(--main-color);
	font-size: 1.35em;
	margin-right: .05em;
}

.underBar {
	text-align: center;
}
.underBar > * {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}
.underBar > *::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 120px;
	height: 3px;
	background-color: var(--main-color);
}

.sidebar {
	background: var(--light-gray-bg);
	line-height: 1.5;
	padding-left: 1rem;
	border-left: .5rem solid #000;
}

.c_tit {
  font-size: 20px;
}

.btn01 {
	border: none;
	margin: 0 auto;
    display: block;
	width: 100%;
	max-width: 440px;
    text-align: center;
}
.btn01-right {
	margin-right: 0;
}
.btn01-left {
	margin-left: 0;
}
.big_btn {
	max-width: 350px;
}
.btn01 a,
.btn01 span {
	position: relative;
	display: block;
	background-color: var(--main-color);
	border: 1px solid var(--main-color);
	border-radius: 9999px;
	font-weight: 500;
/* 	padding: 1em 2.65em; */
	padding: 1em 2em;
	color: #fff;
	cursor: pointer;
	transition: all .3s;
}
.btn01.gray a,
.btn01.gray span {
	background-color: var(--gray-color);
	border-color: var(--gray-color);
}
.btn01 a::before,
.btn01 span::before {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1.85em;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    margin: auto;
    vertical-align: middle;
	width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.btn01.arrow_bottom a::before,
.btn01.arrow_bottom span::before {
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
}
.big_btn a {
	padding: 1.2rem 0;
}

.btn01 a:hover,
.btn01 span:hover {
	background-color: transparent;
	color: var(--main-color);
}
.btn01 a:hover::before,
.btn01 span:hover::before{
	border-color: var(--main-color);
}
.btn01.gray a:hover,
.btn01.gray span:hover {
	background-color: transparent;
	color: var(--gray-color);
}
.btn01.gray a:hover::before,
.btn01.gray span:hover::before{
	border-color: var(--gray-color);
}


.btn01.btn01-color-reverse a,
.btn01.btn01-color-reverse span {
	background-color: transparent;
	color: var(--main-color);
}
.btn01.btn01-color-reverse a:hover,
.btn01.btn01-color-reverse span:hover {
	background-color: var(--main-color);
	color: #fff;
}
.btn01.btn01-color-reverse a::before,
.btn01.btn01-color-reverse span::before{
	border-color: var(--main-color);
}
.btn01.btn01-color-reverse a:hover::before,
.btn01.btn01-color-reverse span:hover::before{
	border-color: #fff;
}

@media screen and (max-width: 767px) {
/* 	.btn01 {
		max-width: 170px;
	} */
	.big_btn {
		max-width: 280px;
	}
	.big_btn a {
		padding: .8rem 0;
	}
}

.btn02 {
  display: inline;
}

.btn02 a {
  display: inline;
}

.btn02 a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #175fd4;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}

.btn02 a::before,
.btn02 a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btn02 a::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 25%;
  border-radius: 25%;
  background: #175fd4;
}

.btn02 a::after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn03 a {
	display: block;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 9999px;
    color: #000;
}

.btn04 a {
	position: relative;
	display: block;
	max-width: 100%;
	width: max-content;
	margin: 0 auto;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	padding-right: 40px;
	color: #000;
}
.btn04 a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	color: #000;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.2em solid #000;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	position: absolute;
	top: 40%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
	transition: all .3s;
}
.btn04 a:hover::before {
	right: 10px;
}
.btn04 a span {
	background: #000;
	border-radius: 999px;
	color: #fff;
	padding: 5px 15px;
	margin-right: 10px;
}

/*flex
========================================== */
.flex {
  display: flex;
}

.flex_nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_space_between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_left {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.flex_right {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.flex_flex_end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex_row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.align_items_c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align_items_start {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.align_items_end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.d_bl {
  display: block;
}

.poev_none {
  pointer-events: none;
}

.of_hidd {
  overflow: hidden;
}

.of_auto {
  overflow: auto;
}

.of_y {
  overflow-y: auto;
}

.of_x_hidd {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  margin: 0;
  padding: 0;
}

.w_4em {
  width: 4em;
}

.w_45em {
  width: 4.5em;
}

.w_5em {
  width: 5em;
}

.w_6em {
  width: 6em;
}

.w_7em {
  width: 7em;
}

.w_8em {
  width: 8em;
}

.w_9em {
  width: 9em;
}

.f10 {
  font-size: 1rem !important;
}

.f11 {
  font-size: 1.1rem !important;
}

.f12 {
  font-size: 1.2rem !important;
}

.f13 {
  font-size: 1.3rem !important;
}

.f14 {
  font-size: 1.4rem !important;
}

.f15 {
  font-size: 1.5rem !important;
}

.f16 {
  font-size: 1.6rem !important;
}

.f17 {
  font-size: 1.7rem !important;
}

.f18 {
  font-size: 1.8rem !important;
}

.f19 {
  font-size: 1.9rem !important;
}

.f20 {
  font-size: 2rem !important;
}

.f21 {
  font-size: 2.1rem !important;
}

.f22 {
  font-size: 2.2rem !important;
}

.f23 {
  font-size: 2.3rem !important;
}

.f24 {
  font-size: 2.4rem !important;
}

.f25 {
  font-size: 2.5rem !important;
}

.f26 {
  font-size: 2.6rem !important;
}

.f27 {
  font-size: 2.7rem !important;
}

.f28 {
  font-size: 2.8rem !important;
}

.f29 {
  font-size: 2.9rem !important;
}

.f30 {
  font-size: 3rem !important;
}

.f_ps60,
.fs60 {
  font-size: 60% !important;
}

.f_ps65,
.fs65 {
  font-size: 65% !important;
}

.f_ps70,
.fs70 {
  font-size: 70% !important;
}

.f_ps75,
.fs75 {
  font-size: 75% !important;
}

.f_ps80,
.fs80 {
  font-size: 80% !important;
}

.f_ps85,
.fs85 {
  font-size: 85% !important;
}

.f_ps90,
.fs90 {
  font-size: 90% !important;
}

.f_ps95,
.fs95 {
  font-size: 95% !important;
}

.f_ps100,
.fs100 {
  font-size: 100% !important;
}

.f_ps105,
.fs105 {
  font-size: 105% !important;
}

.f_ps110,
.fs110 {
  font-size: 110% !important;
}

.f_ps115,
.fs115 {
  font-size: 115% !important;
}

.f_ps120,
.fs120 {
  font-size: 120% !important;
}

.f_ps125,
.fs125 {
  font-size: 125% !important;
}

.f_ps130,
.fs130 {
  font-size: 130% !important;
}

.f_ps135,
.fs135 {
  font-size: 135% !important;
}

.f_ps140,
.fs140 {
  font-size: 140% !important;
}

.f_ps145,
.fs145 {
  font-size: 145% !important;
}

.f_ps150,
.fs150 {
  font-size: 150% !important;
}

/* @media (max-width: 900px) and (min-width: 0px) {
  .f10 {
    font-size: 10px !important;
  }

  .f11 {
    font-size: 11px !important;
  }

  .f12 {
    font-size: 12px !important;
  }

  .f13 {
    font-size: 3.5vw !important;
  }

  .f14 {
    font-size: 3.6vw !important;
  }

  .f15 {
    font-size: 3.7vw !important;
  }

  .f16 {
    font-size: 3.8vw !important;
  }

  .f17 {
    font-size: 3.9vw !important;
  }

  .f18 {
    font-size: 4vw !important;
  }

  .f19 {
    font-size: 4.1vw !important;
  }

  .f20 {
    font-size: 4.2vw !important;
  }

  .f21 {
    font-size: 4.3vw !important;
  }

  .f22 {
    font-size: 4.4vw !important;
  }

  .f23 {
    font-size: 4.5vw !important;
  }

  .f24 {
    font-size: 4.6vw !important;
  }

  .f25 {
    font-size: 4.7vw !important;
  }

  .f26 {
    font-size: 4.8vw !important;
  }

  .f27 {
    font-size: 4.9vw !important;
  }

  .f28 {
    font-size: 5vw !important;
  }

  .f29 {
    font-size: 5.1vw !important;
  }

  .f30 {
    font-size: 5.2vw !important;
  }
} */
@media screen and (max-width: 900px) {
  .f10 {
    font-size: 10px !important;
  }

  .f11 {
    font-size: 11px !important;
  }

  .f12 {
    font-size: 12px !important;
  }

  .f13 {
    font-size: 12.5px !important;
  }

  .f14 {
    font-size: 13.5px !important;
  }

  .f15 {
    font-size: 14.5px !important;
  }

  .f16 {
    font-size: 15px !important;
  }

  .f17 {
    font-size: 16px !important;
  }

  .f18 {
    font-size: 16.5px !important;
  }

  .f19 {
    font-size: 17px !important;
  }

  .f20 {
    font-size: 17.5px !important;
  }

  .f21 {
    font-size: 18px !important;
  }

  .f22 {
    font-size: 18.5px !important;
  }

  .f23 {
    font-size: 19px !important;
  }

  .f24 {
    font-size: 19.5px !important;
  }

  .f25 {
    font-size: 20px !important;
  }

  .f26 {
    font-size: 20.5px !important;
  }

  .f27 {
    font-size: 21px !important;
  }

  .f28 {
    font-size: 22px !important;
  }

  .f29 {
    font-size: 23px !important;
  }

  .f30 {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .f14 {
    font-size: 13px !important;
  }

  .f15 {
    font-size: 14px !important;
  }

  .f16 {
    font-size: 14.5px !important;
  }

  .f17 {
    font-size: 15px !important;
  }

  .f18 {
    font-size: 15.5px !important;
  }

  .f19 {
    font-size: 16px !important;
  }

  .f20 {
    font-size: 16.5px !important;
  }

  .f21 {
    font-size: 17px!important;
  }

  .f22 {
    font-size: 17.5px !important;
  }

  .f23 {
    font-size: 18px !important;
  }

  .f24 {
    font-size: 18.5px !important;
  }

  .f25 {
    font-size: 19px !important;
  }

  .f26 {
    font-size: 19.5px !important;
  }

  .f27 {
    font-size: 20px !important;
  }

  .f28 {
    font-size: 20.5px !important;
  }

  .f29 {
    font-size: 21px !important;
  }

  .f30 {
    font-size: 21.5px !important;
  }
}
.inner {
  max-width: 1200px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_250 {
  max-width: 250px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_300 {
  max-width: 300px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_500 {
  max-width: 500px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_600 {
  max-width: 600px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_700 {
  max-width: 700px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_800 {
  max-width: 800px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_900 {
  max-width: 900px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1000 {
  max-width: 1000px !important;
  position: relative;
  width: 88%;
  margin: 0 auto;
}

.inner_1100 {
  max-width: 1100px !important;
  position: relative;
  width: 88%;
  margin: 0 auto;
}

.inner_1200 {
  max-width: 1200px !important;
  position: relative;
  width: 88%;
  margin: 0 auto;
}

.inner_1300 {
  max-width: 1300px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1400 {
  max-width: 1400px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1500 {
  max-width: 1500px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1600 {
  max-width: 1600px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1700 {
  max-width: 1700px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1800 {
  max-width: 1800px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.gap1 {
  gap: 1%;
}

.gap2 {
  gap: 2%;
}

.gap25 {
  gap: 2.5%;
}

.gap3 {
  gap: 3%;
}

.gap5 {
  gap: 5%;
}

.gap7 {
  gap: 7%;
}

.gap10 {
  gap: 10%;
}


/* =======================================

	margin / padding

========================================== */
/*! mb */
.mA0 {
  margin: 0px !important;
}

.mA5 {
  margin: 5px !important;
}

.mA10 {
  margin: 10px !important;
}

.mA15 {
  margin: 15px !important;
}

.mA20 {
  margin: 20px !important;
}

.mA25 {
  margin: 25px !important;
}

.mA30 {
  margin: 30px !important;
}

.mA35 {
  margin: 35px !important;
}

.mA40 {
  margin: 40px !important;
}

.mA45 {
  margin: 45px !important;
}

.mA50 {
  margin: 50px !important;
}

.mA55 {
  margin: 55px !important;
}

.mA60 {
  margin: 60px !important;
}

.mA65 {
  margin: 65px !important;
}

.mA70 {
  margin: 70px !important;
}

.mA75 {
  margin: 75px !important;
}

.mA80 {
  margin: 80px !important;
}

.mA85 {
  margin: 85px !important;
}

.mA90 {
  margin: 90px !important;
}

.mA95 {
  margin: 95px !important;
}

.mA100 {
  margin: 100px !important;
}

.mA105 {
  margin: 105px !important;
}

.mA110 {
  margin: 110px !important;
}

.mA115 {
  margin: 115px !important;
}

.mA120 {
  margin: 120px !important;
}

.mA125 {
  margin: 125px !important;
}

.mA130 {
  margin: 130px !important;
}

.mA135 {
  margin: 135px !important;
}

.mA140 {
  margin: 140px !important;
}

.mA145 {
  margin: 145px !important;
}

.mA150 {
  margin: 150px !important;
}

.mT0,
.mt0 {
  margin-top: 0px !important;
}

.mT5,
.mt5 {
  margin-top: 5px !important;
}

.mT10,
.mt10 {
  margin-top: 10px !important;
}

.mT15,
.mt15 {
  margin-top: 15px !important;
}

.mT20,
.mt20 {
  margin-top: 20px !important;
}

.mT25,
.mt25 {
  margin-top: 25px !important;
}

.mT30,
.mt30 {
  margin-top: 30px !important;
}

.mT35,
.mt35 {
  margin-top: 35px !important;
}

.mT40,
.mt40 {
  margin-top: 40px !important;
}

.mT45,
.mt45 {
  margin-top: 45px !important;
}

.mT50,
.mt50 {
  margin-top: 50px !important;
}

.mT55,
.mt55 {
  margin-top: 55px !important;
}

.mT60,
.mt60 {
  margin-top: 60px !important;
}

.mT65,
.mt65 {
  margin-top: 65px !important;
}

.mT70,
.mt70 {
  margin-top: 70px !important;
}

.mT75,
.mt75 {
  margin-top: 75px !important;
}

.mT80,
.mt80 {
  margin-top: 80px !important;
}

.mT85,
.mt85 {
  margin-top: 85px !important;
}

.mT90,
.mt90 {
  margin-top: 90px !important;
}

.mT95,
.mt95 {
  margin-top: 95px !important;
}

.mT100,
.mt100 {
  margin-top: 100px !important;
}

.mT105,
.mt105 {
  margin-top: 105px !important;
}

.mT110,
.mt110 {
  margin-top: 110px !important;
}

.mT115,
.mt115 {
  margin-top: 115px !important;
}

.mT120,
.mt120 {
  margin-top: 120px !important;
}

.mT125,
.mt125 {
  margin-top: 125px !important;
}

.mT130,
.mt130 {
  margin-top: 130px !important;
}

.mT135,
.mt135 {
  margin-top: 135px !important;
}

.mT140,
.mt140 {
  margin-top: 140px !important;
}

.mT145,
.mt145 {
  margin-top: 145px !important;
}

.mT150,
.mt150 {
  margin-top: 150px !important;
}

.mB0,
.mb0 {
  margin-bottom: 0px !important;
}

.mB5,
.mb5 {
  margin-bottom: 5px !important;
}

.mB10,
.mb10 {
  margin-bottom: 10px !important;
}

.mB15,
.mb15 {
  margin-bottom: 15px !important;
}

.mB20,
.mb20 {
  margin-bottom: 20px !important;
}

.mB25,
.mb25 {
  margin-bottom: 25px !important;
}

.mB30,
.mb30 {
  margin-bottom: 30px !important;
}

.mB35,
.mb35 {
  margin-bottom: 35px !important;
}

.mB40,
.mb40 {
  margin-bottom: 40px !important;
}

.mB45,
.mb45 {
  margin-bottom: 45px !important;
}

.mB50,
.mb50 {
  margin-bottom: 50px !important;
}

.mB55,
.mb55 {
  margin-bottom: 55px !important;
}

.mB60,
.mb60 {
  margin-bottom: 60px !important;
}

.mB65,
.mb65 {
  margin-bottom: 65px !important;
}

.mB70,
.mb70 {
  margin-bottom: 70px !important;
}

.mB75,
.mb75 {
  margin-bottom: 75px !important;
}

.mB80,
.mb80 {
  margin-bottom: 80px !important;
}

.mB85,
.mb85 {
  margin-bottom: 85px !important;
}

.mB90,
.mb90 {
  margin-bottom: 90px !important;
}

.mB95,
.mb95 {
  margin-bottom: 95px !important;
}

.mB100,
.mb100 {
  margin-bottom: 100px !important;
}

.mB105,
.mb105 {
  margin-bottom: 105px !important;
}

.mB110,
.mb110 {
  margin-bottom: 110px !important;
}

.mB115,
.mb115 {
  margin-bottom: 115px !important;
}

.mB120,
.mb120 {
  margin-bottom: 120px !important;
}

.mB125,
.mb125 {
  margin-bottom: 125px !important;
}

.mB130,
.mb130 {
  margin-bottom: 130px !important;
}

.mB135,
.mb135 {
  margin-bottom: 135px !important;
}

.mB140,
.mb140 {
  margin-bottom: 140px !important;
}

.mB145,
.mb145 {
  margin-bottom: 145px !important;
}

.mB150,
.mb150 {
  margin-bottom: 150px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL15 {
  margin-left: 15px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL25 {
  margin-left: 25px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL35 {
  margin-left: 35px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL45 {
  margin-left: 45px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mL55 {
  margin-left: 55px !important;
}

.mL60 {
  margin-left: 60px !important;
}

.mL65 {
  margin-left: 65px !important;
}

.mL70 {
  margin-left: 70px !important;
}

.mL75 {
  margin-left: 75px !important;
}

.mL80 {
  margin-left: 80px !important;
}

.mL85 {
  margin-left: 85px !important;
}

.mL90 {
  margin-left: 90px !important;
}

.mL95 {
  margin-left: 95px !important;
}

.mL100 {
  margin-left: 100px !important;
}

.mL105 {
  margin-left: 105px !important;
}

.mL110 {
  margin-left: 110px !important;
}

.mL115 {
  margin-left: 115px !important;
}

.mL120 {
  margin-left: 120px !important;
}

.mL125 {
  margin-left: 125px !important;
}

.mL130 {
  margin-left: 130px !important;
}

.mL135 {
  margin-left: 135px !important;
}

.mL140 {
  margin-left: 140px !important;
}

.mL145 {
  margin-left: 145px !important;
}

.mL150 {
  margin-left: 150px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR15 {
  margin-right: 15px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR25 {
  margin-right: 25px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR35 {
  margin-right: 35px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR45 {
  margin-right: 45px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.mR55 {
  margin-right: 55px !important;
}

.mR60 {
  margin-right: 60px !important;
}

.mR65 {
  margin-right: 65px !important;
}

.mR70 {
  margin-right: 70px !important;
}

.mR75 {
  margin-right: 75px !important;
}

.mR80 {
  margin-right: 80px !important;
}

.mR85 {
  margin-right: 85px !important;
}

.mR90 {
  margin-right: 90px !important;
}

.mR95 {
  margin-right: 95px !important;
}

.mR100 {
  margin-right: 100px !important;
}

.mR105 {
  margin-right: 105px !important;
}

.mR110 {
  margin-right: 110px !important;
}

.mR115 {
  margin-right: 115px !important;
}

.mR120 {
  margin-right: 120px !important;
}

.mR125 {
  margin-right: 125px !important;
}

.mR130 {
  margin-right: 130px !important;
}

.mR135 {
  margin-right: 135px !important;
}

.mR140 {
  margin-right: 140px !important;
}

.mR145 {
  margin-right: 145px !important;
}

.mR150 {
  margin-right: 150px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pB55 {
  padding-bottom: 55px !important;
}

.pB60 {
  padding-bottom: 60px !important;
}

.pB65 {
  padding-bottom: 65px !important;
}

.pB70 {
  padding-bottom: 70px !important;
}

.pB75 {
  padding-bottom: 75px !important;
}

.pB80 {
  padding-bottom: 80px !important;
}

.pB85 {
  padding-bottom: 85px !important;
}

.pB90 {
  padding-bottom: 90px !important;
}

.pB95 {
  padding-bottom: 95px !important;
}

.pB100 {
  padding-bottom: 100px !important;
}

.pB105 {
  padding-bottom: 105px !important;
}

.pB110 {
  padding-bottom: 110px !important;
}

.pB115 {
  padding-bottom: 115px !important;
}

.pB120 {
  padding-bottom: 120px !important;
}

.pB125 {
  padding-bottom: 125px !important;
}

.pB130 {
  padding-bottom: 130px !important;
}

.pB135 {
  padding-bottom: 135px !important;
}

.pB140 {
  padding-bottom: 140px !important;
}

.pB145 {
  padding-bottom: 145px !important;
}

.pB150 {
  padding-bottom: 150px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pT55 {
  padding-top: 55px !important;
}

.pT60 {
  padding-top: 60px !important;
}

.pT65 {
  padding-top: 65px !important;
}

.pT70 {
  padding-top: 70px !important;
}

.pT75 {
  padding-top: 75px !important;
}

.pT80 {
  padding-top: 80px !important;
}

.pT85 {
  padding-top: 85px !important;
}

.pT90 {
  padding-top: 90px !important;
}

.pT95 {
  padding-top: 95px !important;
}

.pT100 {
  padding-top: 100px !important;
}

.pT105 {
  padding-top: 105px !important;
}

.pT110 {
  padding-top: 110px !important;
}

.pT115 {
  padding-top: 115px !important;
}

.pT120 {
  padding-top: 120px !important;
}

.pT125 {
  padding-top: 125px !important;
}

.pT130 {
  padding-top: 130px !important;
}

.pT135 {
  padding-top: 135px !important;
}

.pT140 {
  padding-top: 140px !important;
}

.pT145 {
  padding-top: 145px !important;
}

.pT150 {
  padding-top: 150px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL15 {
  padding-left: 15px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL25 {
  padding-left: 25px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pL35 {
  padding-left: 35px !important;
}

.pL40 {
  padding-left: 40px !important;
}

.pL45 {
  padding-left: 45px !important;
}

.pL50 {
  padding-left: 50px !important;
}

.pL55 {
  padding-left: 55px !important;
}

.pL60 {
  padding-left: 60px !important;
}

.pL65 {
  padding-left: 65px !important;
}

.pL70 {
  padding-left: 70px !important;
}

.pL75 {
  padding-left: 75px !important;
}

.pL80 {
  padding-left: 80px !important;
}

.pL85 {
  padding-left: 85px !important;
}

.pL90 {
  padding-left: 90px !important;
}

.pL95 {
  padding-left: 95px !important;
}

.pL100 {
  padding-left: 100px !important;
}

.pL105 {
  padding-left: 105px !important;
}

.pL110 {
  padding-left: 110px !important;
}

.pL115 {
  padding-left: 115px !important;
}

.pL120 {
  padding-left: 120px !important;
}

.pL125 {
  padding-left: 125px !important;
}

.pL130 {
  padding-left: 130px !important;
}

.pL135 {
  padding-left: 135px !important;
}

.pL140 {
  padding-left: 140px !important;
}

.pL145 {
  padding-left: 145px !important;
}

.pL150 {
  padding-left: 150px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL15 {
  padding-left: 15px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL25 {
  padding-left: 25px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pL35 {
  padding-left: 35px !important;
}

.pL40 {
  padding-left: 40px !important;
}

.pL45 {
  padding-left: 45px !important;
}

.pL50 {
  padding-left: 50px !important;
}

.pL55 {
  padding-left: 55px !important;
}

.pL60 {
  padding-left: 60px !important;
}

.pL65 {
  padding-left: 65px !important;
}

.pL70 {
  padding-left: 70px !important;
}

.pL75 {
  padding-left: 75px !important;
}

.pL80 {
  padding-left: 80px !important;
}

.pL85 {
  padding-left: 85px !important;
}

.pL90 {
  padding-left: 90px !important;
}

.pL95 {
  padding-left: 95px !important;
}

.pL100 {
  padding-left: 100px !important;
}

.pL105 {
  padding-left: 105px !important;
}

.pL110 {
  padding-left: 110px !important;
}

.pL115 {
  padding-left: 115px !important;
}

.pL120 {
  padding-left: 120px !important;
}

.pL125 {
  padding-left: 125px !important;
}

.pL130 {
  padding-left: 130px !important;
}

.pL135 {
  padding-left: 135px !important;
}

.pL140 {
  padding-left: 140px !important;
}

.pL145 {
  padding-left: 145px !important;
}

.pL150 {
  padding-left: 150px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR5 {
  padding-right: 5px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR15 {
  padding-right: 15px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR25 {
  padding-right: 25px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.pR35 {
  padding-right: 35px !important;
}

.pR40 {
  padding-right: 40px !important;
}

.pR45 {
  padding-right: 45px !important;
}

.pR50 {
  padding-right: 50px !important;
}

.pR55 {
  padding-right: 55px !important;
}

.pR60 {
  padding-right: 60px !important;
}

.pR65 {
  padding-right: 65px !important;
}

.pR70 {
  padding-right: 70px !important;
}

.pR75 {
  padding-right: 75px !important;
}

.pR80 {
  padding-right: 80px !important;
}

.pR85 {
  padding-right: 85px !important;
}

.pR90 {
  padding-right: 90px !important;
}

.pR95 {
  padding-right: 95px !important;
}

.pR100 {
  padding-right: 100px !important;
}

.pR105 {
  padding-right: 105px !important;
}

.pR110 {
  padding-right: 110px !important;
}

.pR115 {
  padding-right: 115px !important;
}

.pR120 {
  padding-right: 120px !important;
}

.pR125 {
  padding-right: 125px !important;
}

.pR130 {
  padding-right: 130px !important;
}

.pR135 {
  padding-right: 135px !important;
}

.pR140 {
  padding-right: 140px !important;
}

.pR145 {
  padding-right: 145px !important;
}

.pR150 {
  padding-right: 150px !important;
}

.pA0 {
  padding: 0px !important;
}

.pA5 {
  padding: 5px !important;
}

.pA10 {
  padding: 10px !important;
}

.pA15 {
  padding: 15px !important;
}

.pA20 {
  padding: 20px !important;
}

.pA25 {
  padding: 25px !important;
}

.pA30 {
  padding: 30px !important;
}

.pA35 {
  padding: 35px !important;
}

.pA40 {
  padding: 40px !important;
}

.pA45 {
  padding: 45px !important;
}

.pA50 {
  padding: 50px !important;
}

.pA55 {
  padding: 55px !important;
}

.pA60 {
  padding: 60px !important;
}

.pA65 {
  padding: 65px !important;
}

.pA70 {
  padding: 70px !important;
}

.pA75 {
  padding: 75px !important;
}

.pA80 {
  padding: 80px !important;
}

.pA85 {
  padding: 85px !important;
}

.pA90 {
  padding: 90px !important;
}

.pA95 {
  padding: 95px !important;
}

.pA100 {
  padding: 100px !important;
}

.pA105 {
  padding: 105px !important;
}

.pA110 {
  padding: 110px !important;
}

.pA115 {
  padding: 115px !important;
}

.pA120 {
  padding: 120px !important;
}

.pA125 {
  padding: 125px !important;
}

.pA130 {
  padding: 130px !important;
}

.pA135 {
  padding: 135px !important;
}

.pA140 {
  padding: 140px !important;
}

.pA145 {
  padding: 145px !important;
}

.pA150 {
  padding: 150px !important;
}

.mB1em {
  margin-bottom: 1em !important;
}

/*! mb */
@media (max-width: 900px) and (min-width: 0px) {
  .mA0 {
    margin: 0% !important;
  }

  .mA5 {
    margin: 2.5% !important;
  }

  .mA10 {
    margin: 2.5% !important;
  }

  .mA15 {
    margin: 2.5% !important;
  }

  .mA20 {
    margin: 5% !important;
  }

  .mA25 {
    margin: 5% !important;
  }

  .mA30 {
    margin: 5% !important;
  }

  .mA35 {
    margin: 7.5% !important;
  }

  .mA40 {
    margin: 7.5% !important;
  }

  .mA45 {
    margin: 7.5% !important;
  }

  .mA50 {
    margin: 10% !important;
  }

  .mA55 {
    margin: 10% !important;
  }

  .mA60 {
    margin: 10% !important;
  }

  .mA65 {
    margin: 12.5% !important;
  }

  .mA70 {
    margin: 12.5% !important;
  }

  .mA75 {
    margin: 12.5% !important;
  }

  .mA80 {
    margin: 15% !important;
  }

  .mA85 {
    margin: 15% !important;
  }

  .mA90 {
    margin: 15% !important;
  }

  .mA95 {
    margin: 17.5% !important;
  }

  .mA100 {
    margin: 17.5% !important;
  }

  .mA105 {
    margin: 17.5% !important;
  }

  .mA110 {
    margin: 20% !important;
  }

  .mA115 {
    margin: 20% !important;
  }

  .mA120 {
    margin: 20% !important;
  }

  .mA125 {
    margin: 22.5% !important;
  }

  .mA130 {
    margin: 22.5% !important;
  }

  .mA135 {
    margin: 22.5% !important;
  }

  .mA140 {
    margin: 25% !important;
  }

  .mA145 {
    margin: 25% !important;
  }

  .mA150 {
    margin: 25% !important;
  }

  .mT10 {
    margin-top: 1.0% !important;
  }

  .mT15 {
    margin-top: 1.5% !important;
  }

  .mT20 {
    margin-top: 2% !important;
  }

  .mT25 {
    margin-top: 2.5% !important;
  }

  .mT30 {
    margin-top: 3% !important;
  }

  .mT35 {
    margin-top: 3.5% !important;
  }

  .mT40 {
    margin-top: 4% !important;
  }

  .mT45 {
    margin-top: 4.5% !important;
  }

  .mT50 {
    margin-top: 5% !important;
  }

  .mT55 {
    margin-top: 5.5% !important;
  }

  .mT60 {
    margin-top: 6% !important;
  }

  .mT65 {
    margin-top: 6.5% !important;
  }

  .mT70 {
    margin-top: 7% !important;
  }

  .mT75 {
    margin-top: 7.5% !important;
  }

  .mT80 {
    margin-top: 8% !important;
  }

  .mT85 {
    margin-top: 8.5% !important;
  }

  .mT90 {
    margin-top: 9% !important;
  }

  .mT95 {
    margin-top: 9.5% !important;
  }

  .mT100 {
    margin-top: 10% !important;
  }

  .mT105 {
    margin-top: 10.5% !important;
  }

  .mT110 {
    margin-top: 11% !important;
  }

  .mT115 {
    margin-top: 1.5% !important;
  }

  .mT120 {
    margin-top: 12% !important;
  }

  .mT125 {
    margin-top: 12.5% !important;
  }

  .mT130 {
    margin-top: 13% !important;
  }

  .mT135 {
    margin-top: 13.5% !important;
  }

  .mT140 {
    margin-top: 14% !important;
  }

  .mT145 {
    margin-top: 14.5% !important;
  }

  .mT150 {
    margin-top: 15% !important;
  }

	.area {
		margin-bottom: 5% !important;
	}
	
  .mB0 {
    margin-bottom: 0% !important;
  }

  .mB5 {
    margin-bottom: .5% !important;
  }

  .mB10 {
    margin-bottom: 1% !important;
  }

  .mB15 {
    margin-bottom: 1.5% !important;
  }

  .mB20 {
    margin-bottom: 2% !important;
  }

  .mB25 {
    margin-bottom: 2.5% !important;
  }

  .mB30 {
    margin-bottom: 3% !important;
  }

  .mB35 {
    margin-bottom: 3.5% !important;
  }

  .mB40 {
    margin-bottom: 4% !important;
  }

  .mB45 {
    margin-bottom: 4.5% !important;
  }

  .mB50 {
    margin-bottom: 5% !important;
  }

  .mB55 {
    margin-bottom: 5.5% !important;
  }

  .mB60 {
    margin-bottom: 6% !important;
  }

  .mB65 {
    margin-bottom: 6.5% !important;
  }

  .mB70 {
    margin-bottom: 7% !important;
  }

  .mB75 {
    margin-bottom: 7.5% !important;
  }

  .mB80 {
    margin-bottom: 8% !important;
  }

  .mB85 {
    margin-bottom: 8.5% !important;
  }

  .mB90 {
    margin-bottom: 9% !important;
  }

  .mB95 {
    margin-bottom: 9.5% !important;
  }

  .mB100 {
    margin-bottom: 10% !important;
  }

  .mB105 {
    margin-bottom: 10.5% !important;
  }

  .mB110 {
    margin-bottom: 11% !important;
  }

  .mB115 {
    margin-bottom: 11.5% !important;
  }

  .mB120 {
    margin-bottom: 12% !important;
  }

  .mB125 {
    margin-bottom: 12.5% !important;
  }

  .mB130 {
    margin-bottom: 13% !important;
  }

  .mB135 {
    margin-bottom: 13.5% !important;
  }

  .mB140 {
    margin-bottom: 14% !important;
  }

  .mB145 {
    margin-bottom: 14.5% !important;
  }

  .mB150 {
    margin-bottom: 15% !important;
  }

	 .mL0 {
	  margin-left: 0% !important;
	}

	.mL5 {
	  margin-left: 0.5% !important;
	}

	.mL10 {
	  margin-left: 1% !important;
	}

	.mL15 {
	  margin-left: 1.5% !important;
	}

	.mL20 {
	  margin-left: 2% !important;
	}

	.mL25 {
	  margin-left: 2.5% !important;
	}

	.mL30 {
	  margin-left: 3% !important;
	}

	.mL35 {
	  margin-left: 3.5% !important;
	}

	.mL40 {
	  margin-left: 4% !important;
	}

	.mL45 {
	  margin-left: 4.5% !important;
	}

	.mL50 {
	  margin-left: 5% !important;
	}

	.mL55 {
	  margin-left: 5.5% !important;
	}

	.mL60 {
	  margin-left: 6% !important;
	}

	.mL65 {
	  margin-left: 6.5% !important;
	}

	.mL70 {
	  margin-left: 7% !important;
	}

	.mL75 {
	  margin-left: 7.5% !important;
	}

	.mL80 {
	  margin-left: 8% !important;
	}

	.mL85 {
	  margin-left: 8.5% !important;
	}

	.mL90 {
	  margin-left: 9% !important;
	}

	.mL95 {
	  margin-left: 9.5% !important;
	}

	.mL100 {
	  margin-left: 10% !important;
	}

	.mL105 {
	  margin-left: 10.5% !important;
	}

	.mL110 {
	  margin-left: 11% !important;
	}

	.mL115 {
	  margin-left: 11.5% !important;
	}

	.mL120 {
	  margin-left: 12% !important;
	}

	.mL125 {
	  margin-left: 12.5% !important;
	}

	.mL130 {
	  margin-left: 13% !important;
	}

	.mL135 {
	  margin-left: 13.5% !important;
	}

	.mL140 {
	  margin-left: 14% !important;
	}

	.mL145 {
	  margin-left: 14.5% !important;
	}

	.mL150 {
	  margin-left: 15% !important;
	}

  .mR0 {
    margin-right: 0% !important;
  }

  .mR5 {
    margin-right: 2.5% !important;
  }

  .mR10 {
    margin-right: 2.5% !important;
  }

  .mR15 {
    margin-right: 2.5% !important;
  }

  .mR20 {
    margin-right: 5% !important;
  }

  .mR25 {
    margin-right: 5% !important;
  }

  .mR30 {
    margin-right: 5% !important;
  }

  .mR35 {
    margin-right: 7.5% !important;
  }

  .mR40 {
    margin-right: 7.5% !important;
  }

  .mR45 {
    margin-right: 7.5% !important;
  }

  .mR50 {
    margin-right: 10% !important;
  }

  .mR55 {
    margin-right: 10% !important;
  }

  .mR60 {
    margin-right: 10% !important;
  }

  .mR65 {
    margin-right: 12.5% !important;
  }

  .mR70 {
    margin-right: 12.5% !important;
  }

  .mR75 {
    margin-right: 12.5% !important;
  }

  .mR80 {
    margin-right: 15% !important;
  }

  .mR85 {
    margin-right: 15% !important;
  }

  .mR90 {
    margin-right: 15% !important;
  }

  .mR95 {
    margin-right: 17.5% !important;
  }

  .mR100 {
    margin-right: 17.5% !important;
  }

  .mR105 {
    margin-right: 17.5% !important;
  }

  .mR110 {
    margin-right: 20% !important;
  }

  .mR115 {
    margin-right: 20% !important;
  }

  .mR120 {
    margin-right: 20% !important;
  }

  .mR125 {
    margin-right: 22.5% !important;
  }

  .mR130 {
    margin-right: 22.5% !important;
  }

  .mR135 {
    margin-right: 22.5% !important;
  }

  .mR140 {
    margin-right: 25% !important;
  }

  .mR145 {
    margin-right: 25% !important;
  }

  .mR150 {
    margin-right: 25% !important;
  }

  .pT0 {
	  padding-top: 0% !important;
	}

	.pT5 {
	  padding-top: 0.5% !important;
	}

	.pT10 {
	  padding-top: 1% !important;
	}

	.pT15 {
	  padding-top: 1.5% !important;
	}

	.pT20 {
	  padding-top: 2% !important;
	}

	.pT25 {
	  padding-top: 2.5% !important;
	}

	.pT30 {
	  padding-top: 3% !important;
	}

	.pT35 {
	  padding-top: 3.5% !important;
	}

	.pT40 {
	  padding-top: 4% !important;
	}

	.pT45 {
	  padding-top: 4.5% !important;
	}

	.pT50 {
	  padding-top: 5% !important;
	}

	.pT55 {
	  padding-top: 5.5% !important;
	}

	.pT60 {
	  padding-top: 6% !important;
	}

	.pT65 {
	  padding-top: 6.5% !important;
	}

	.pT70 {
	  padding-top: 7% !important;
	}

	.pT75 {
	  padding-top: 7.5% !important;
	}

	.pT80 {
	  padding-top: 8% !important;
	}

	.pT85 {
	  padding-top: 8.5% !important;
	}

	.pT90 {
	  padding-top: 9% !important;
	}

	.pT95 {
	  padding-top: 9.5% !important;
	}

	.pT100 {
	  padding-top: 10% !important;
	}

	.pT105 {
	  padding-top: 10.5% !important;
	}

	.pT110 {
	  padding-top: 11% !important;
	}

	.pT115 {
	  padding-top: 11.5% !important;
	}

	.pT120 {
	  padding-top: 12% !important;
	}

	.pT125 {
	  padding-top: 12.5% !important;
	}

	.pT130 {
	  padding-top: 13% !important;
	}

	.pT135 {
	  padding-top: 13.5% !important;
	}

	.pT140 {
	  padding-top: 14% !important;
	}

	.pT145 {
	  padding-top: 14.5% !important;
	}

	.pT150 {
	  padding-top: 15% !important;
	}


  .pB0 {
	  padding-bottom: 0% !important;
	}

	.pB5 {
	  padding-bottom: 0.5% !important;
	}

	.pB10 {
	  padding-bottom: 1% !important;
	}

	.pB15 {
	  padding-bottom: 1.5% !important;
	}

	.pB20 {
	  padding-bottom: 2% !important;
	}

	.pB25 {
	  padding-bottom: 2.5% !important;
	}

	.pB30 {
	  padding-bottom: 3% !important;
	}

	.pB35 {
	  padding-bottom: 3.5% !important;
	}

	.pB40 {
	  padding-bottom: 4% !important;
	}

	.pB45 {
	  padding-bottom: 4.5% !important;
	}

	.pB50 {
	  padding-bottom: 5% !important;
	}

	.pB55 {
	  padding-bottom: 5.5% !important;
	}

	.pB60 {
	  padding-bottom: 6% !important;
	}

	.pB65 {
	  padding-bottom: 6.5% !important;
	}

	.pB70 {
	  padding-bottom: 7% !important;
	}

	.pB75 {
	  padding-bottom: 7.5% !important;
	}

	.pB80 {
	  padding-bottom: 8% !important;
	}

	.pB85 {
	  padding-bottom: 8.5% !important;
	}

	.pB90 {
	  padding-bottom: 9% !important;
	}

	.pB95 {
	  padding-bottom: 9.5% !important;
	}

	.pB100 {
	  padding-bottom: 10% !important;
	}

	.pB105 {
	  padding-bottom: 10.5% !important;
	}

	.pB110 {
	  padding-bottom: 11% !important;
	}

	.pB115 {
	  padding-bottom: 11.5% !important;
	}

	.pB120 {
	  padding-bottom: 12% !important;
	}

	.pB125 {
	  padding-bottom: 12.5% !important;
	}

	.pB130 {
	  padding-bottom: 13% !important;
	}

	.pB135 {
	  padding-bottom: 13.5% !important;
	}

	.pB140 {
	  padding-bottom: 14% !important;
	}

	.pB145 {
	  padding-bottom: 14.5% !important;
	}

	.pB150 {
	  padding-bottom: 15% !important;
	}


  .pL0 {
	  padding-left: 0% !important;
	}

	.pL5 {
	  padding-left: 0.5% !important;
	}

	.pL10 {
	  padding-left: 1% !important;
	}

	.pL15 {
	  padding-left: 1.5% !important;
	}

	.pL20 {
	  padding-left: 2% !important;
	}

	.pL25 {
	  padding-left: 2.5% !important;
	}

	.pL30 {
	  padding-left: 3% !important;
	}

	.pL35 {
	  padding-left: 3.5% !important;
	}

	.pL40 {
	  padding-left: 4% !important;
	}

	.pL45 {
	  padding-left: 4.5% !important;
	}

	.pL50 {
	  padding-left: 5% !important;
	}

	.pL55 {
	  padding-left: 5.5% !important;
	}

	.pL60 {
	  padding-left: 6% !important;
	}

	.pL65 {
	  padding-left: 6.5% !important;
	}

	.pL70 {
	  padding-left: 7% !important;
	}

	.pL75 {
	  padding-left: 7.5% !important;
	}

	.pL80 {
	  padding-left: 8% !important;
	}

	.pL85 {
	  padding-left: 8.5% !important;
	}

	.pL90 {
	  padding-left: 9% !important;
	}

	.pL95 {
	  padding-left: 9.5% !important;
	}

	.pL100 {
	  padding-left: 10% !important;
	}

	.pL105 {
	  padding-left: 10.5% !important;
	}

	.pL110 {
	  padding-left: 11% !important;
	}

	.pL115 {
	  padding-left: 11.5% !important;
	}

	.pL120 {
	  padding-left: 12% !important;
	}

	.pL125 {
	  padding-left: 12.5% !important;
	}

	.pL130 {
	  padding-left: 13% !important;
	}

	.pL135 {
	  padding-left: 13.5% !important;
	}

	.pL140 {
	  padding-left: 14% !important;
	}

	.pL145 {
	  padding-left: 14.5% !important;
	}

	.pL150 {
	  padding-left: 15% !important;
	}


  .pR0 {
	  padding-right: 0% !important;
	}

	.pR5 {
	  padding-right: 0.5% !important;
	}

	.pR10 {
	  padding-right: 1% !important;
	}

	.pR15 {
	  padding-right: 1.5% !important;
	}

	.pR20 {
	  padding-right: 2% !important;
	}

	.pR25 {
	  padding-right: 2.5% !important;
	}

	.pR30 {
	  padding-right: 3% !important;
	}

	.pR35 {
	  padding-right: 3.5% !important;
	}

	.pR40 {
	  padding-right: 4% !important;
	}

	.pR45 {
	  padding-right: 4.5% !important;
	}

	.pR50 {
	  padding-right: 5% !important;
	}

	.pR55 {
	  padding-right: 5.5% !important;
	}

	.pR60 {
	  padding-right: 6% !important;
	}

	.pR65 {
	  padding-right: 6.5% !important;
	}

	.pR70 {
	  padding-right: 7% !important;
	}

	.pR75 {
	  padding-right: 7.5% !important;
	}

	.pR80 {
	  padding-right: 8% !important;
	}

	.pR85 {
	  padding-right: 8.5% !important;
	}

	.pR90 {
	  padding-right: 9% !important;
	}

	.pR95 {
	  padding-right: 9.5% !important;
	}

	.pR100 {
	  padding-right: 10% !important;
	}

	.pR105 {
	  padding-right: 10.5% !important;
	}

	.pR110 {
	  padding-right: 11% !important;
	}

	.pR115 {
	  padding-right: 11.5% !important;
	}

	.pR120 {
	  padding-right: 12% !important;
	}

	.pR125 {
	  padding-right: 12.5% !important;
	}

	.pR130 {
	  padding-right: 13% !important;
	}

	.pR135 {
	  padding-right: 13.5% !important;
	}

	.pR140 {
	  padding-right: 14% !important;
	}

	.pR145 {
	  padding-right: 14.5% !important;
	}

	.pR150 {
	  padding-right: 15% !important;
	}


  .pA0 {
    padding: 0% !important;
  }

  .pA5 {
    padding: 2.5% !important;
  }

  .pA10 {
    padding: 2.5% !important;
  }

  .pA15 {
    padding: 2.5% !important;
  }

  .pA20 {
    padding: 5% !important;
  }

  .pA25 {
    padding: 5% !important;
  }

  .pA30 {
    padding: 5% !important;
  }

  .pA35 {
    padding: 7.5% !important;
  }

  .pA40 {
    padding: 7.5% !important;
  }

  .pA45 {
    padding: 7.5% !important;
  }

  .pA50 {
    padding: 10% !important;
  }

  .pA55 {
    padding: 10% !important;
  }

  .pA60 {
    padding: 10% !important;
  }

  .pA65 {
    padding: 12.5% !important;
  }

  .pA70 {
    padding: 12.5% !important;
  }

  .pA75 {
    padding: 12.5% !important;
  }

  .pA80 {
    padding: 15% !important;
  }

  .pA85 {
    padding: 15% !important;
  }

  .pA90 {
    padding: 15% !important;
  }

  .pA95 {
    padding: 17.5% !important;
  }

  .pA100 {
    padding: 17.5% !important;
  }

  .pA105 {
    padding: 17.5% !important;
  }

  .pA110 {
    padding: 20% !important;
  }

  .pA115 {
    padding: 20% !important;
  }

  .pA120 {
    padding: 20% !important;
  }

  .pA125 {
    padding: 22.5% !important;
  }

  .pA130 {
    padding: 22.5% !important;
  }

  .pA135 {
    padding: 22.5% !important;
  }

  .pA140 {
    padding: 25% !important;
  }

  .pA145 {
    padding: 25% !important;
  }

  .pA150 {
    padding: 25% !important;
  }
}
.z-in0 {
  z-index: 0;
}

.z-in1 {
  z-index: 1;
}

.z-in2 {
  z-index: 2;
}

.z-in3 {
  z-index: 3;
}

.z-in4 {
  z-index: 4;
}

.z-in5 {
  z-index: 5;
}

.z-in6 {
  z-index: 6;
}

.z-in7 {
  z-index: 7;
}

.z-in8 {
  z-index: 8;
}

.z-in9 {
  z-index: 9;
}

.z-in10 {
  z-index: 10;
}

.visibility_hidden {
  visibility: hidden;
}

.no_link {
  color: #9a9a9a !important;
  pointer-events: none !important;
}

.po_ev_no {
  pointer-events: none !important;
}


.cl50,
.cl33,
.cl7_3,
.cl3_7,
.cl6_4,
.cl4_6,
.cl25,
.cl33_02 {
	display: flex;
	flex-wrap: wrap;
}

a.cl33,
a.cl50,
a.cl25,
a.cl20,
a.cl33 {
  display: block;
}

a.cl7_3,
a.cl4_6,
a.cl6_4,
a.cl3_7 {
  display: flex;
  justify-content: space-between;
}

.cl7_3,
.cl4_6,
.cl6_4,
.cl3_7 {
  display: flex;
  justify-content: space-between;
}

.cl33:after,
.cl50:after,
.cl25:after,
.cl20:after,
.cl33:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
}

@media (min-width: 901px) {
  .cl50_max > a,
.cl50 > a,
.cl33 > a,
.cl25 > a,
.cl3_7 > a,
.cl7_3 > a,
.cl4_6 > a,
.cl6_4 > a {
    display: block;
  }

  .cl50_max > li,
.cl50_max > a {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl50 > li,
.cl50 > div,
.cl50 > a {
    float: left;
    width: 48%;
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl50 > li:not(:nth-child(2n)),
.cl50 > div:not(:nth-child(2n)),
.cl50 > a:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .cl33 > li,
.cl33 > div,
.cl33 > a {
    float: left;
    width: 30%;
    margin-bottom: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl33 > div:not(:nth-child(3n)),
.cl33 > li:not(:nth-child(3n)),
.cl33 > a:not(:nth-child(3n)) {
    margin-right: 5%;
  }

  .cl25 > div,
.cl25 > li,
.cl25 > a {
    float: left;
    width: 23%;
    margin-bottom: 2.666%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
  }

  .cl25 > div:not(:nth-child(4n)),
.cl25 > li:not(:nth-child(4n)),
.cl25 > a:not(:nth-child(4n)) {
    margin-right: 2.666%;
  }

  .cl3_7 > div:nth-child(odd),
.cl3_7 > li:nth-child(odd) {
    float: left;
    width: 30%;
  }

  .cl3_7 > div:nth-child(even),
.cl3_7 > li:nth-child(even) {
    float: right;
    width: 66%;
  }

  .cl7_3 > div:nth-child(odd),
.cl7_3 > li:nth-child(odd) {
    float: left;
    width: 66%;
  }

  .cl7_3 > div:nth-child(even),
.cl7_3 > li:nth-child(even) {
    float: right;
    width: 30%;
  }

  .cl4_6 > div:nth-child(odd),
.cl4_6 > li:nth-child(odd) {
    float: left;
    width: 40%;
  }

  .cl4_6 > div:nth-child(even),
.cl4_6 > li:nth-child(even) {
    float: right;
    width: 56%;
  }

  .cl6_4 > div:nth-child(odd),
.cl6_4 > li:nth-child(odd) {
    float: left;
    width: 56%;
  }

  .cl6_4 > div:nth-child(even),
.cl6_4 > li:nth-child(even) {
    float: right;
    width: 40%;
  }
}
@media (max-width: 900px) and (min-width: 0px) {
  .cl50_max > a,
.cl50 > a,
.cl33 > a,
.cl25 > a,
.cl3_7 > a,
.cl7_3 > a,
.cl4_6 > a,
.cl6_4 > a {
    display: block;
  }

  .cl50_max > li,
.cl50_max > div,
.cl50_max > a {
    width: 100%;
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl50 > div,
.cl50 > li,
.cl50 > a {
    width: 100%;
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl33 > div,
.cl33 > li,
.cl33 > a {
    float: left;
    width: 48%;
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl33 > div:not(:nth-child(2n)),
.cl33 > li:not(:nth-child(2n)),
.cl33 > a:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .cl25 > div,
.cl25 > li,
.cl25 > a {
    float: left;
    width: 48%;
    margin-bottom: 4%;
    position: relative;
  }

  .cl25 > div:not(:nth-child(2n)),
.cl25 > li:not(:nth-child(2n)),
.cl25 > a:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .cl3_7 > div,
.cl7_3 > div,
.cl4_6 > div,
.cl6_4 > div,
.cl3_7 > li,
.cl7_3 > li,
.cl4_6 > li,
.cl6_4 > li {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}
/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

#contents {
	overflow: hidden;
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  background: #fff;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
  max-width: 100%;
}

object {
  pointer-events: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */
.mincho {
	font-family: "shippori-mincho", "Noto Serif JP", sans-serif;
}

.gothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */
.bk_gry {
  background: #f3f3f3;
}

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */
.disc {
  margin-left: 20px;
  list-style-type: disc;
}

.disc > li {
  list-style-type: disc;
}

.disc > li:not(:last-child) {
  padding-bottom: 5px;
}

.decimal {
  margin-left: 20px;
  list-style-type: decimal;
}

.decimal > li {
  list-style-type: decimal;
}

.decimal > li:not(:last-child) {
  padding-bottom: 5px;
}

.note {
  font-size: 1.4rem;
}

.note > li {
  padding-left: 20px;
  position: relative;
}

.note > li:not(:last-child) {
  margin-bottom: 5px;
}

.note > li::before {
  display: block;
  content: "※";
  position: absolute;
  left: 0px;
  top: 0;
}

/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */
.tit02 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 35px;
}

.tit02 b {
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}

.tit02 span {
  color: #8c8c8c;
  font-size: 1.6rem;
  display: block;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}

.txt_shinfo {
  position: relative;
}

.txt_shinfo > small {
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 41%;
  word-break: keep-all;
}

/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------
  ★ハンバーガーメニュー
--------------------------------------------------------------------------- */
.menu-trigger_wrap {
  float: right;
  width: 54px;
  position: absolute;
  z-index: 10;
  right: 33px;
  top: 12px;
  padding: 10px 0;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 38px;
  height: 28px;
  z-index: 20;
  display: block;
  margin: 0 auto;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ae1627;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

.menu-trigger em {
  position: absolute;
  top: 33px;
  font-size: 1.3rem;
  color: #ae1627;
  font-weight: bold;
  left: -2px;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.active .menu-trigger span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
  top: -7px;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg);
  }
}
.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.active .menu-trigger span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
  bottom: -9px;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
  }
}
/* ---------------------------------------------------------------------------
  ★グローバルナビゲーション
--------------------------------------------------------------------------- */
.nav_wrp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  display: none;
}

.nav_wrp.changed {
  display: block;
}

.nav_site {
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 240px;
  height: 100%;
  padding: 100px 30px 50px;
  position: fixed;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  z-index: 1;
}

.nav_site.active {
  opacity: 1;
  top: 0;
  right: 0;
}

/* ---------------------------------------------------------------------------
  ★TOTOP
--------------------------------------------------------------------------- */
#totop {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

.totop_wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}

.totop_wrap .icon-totop {
  display: block;
  width: 100%;
  text-align: center;
}

.totop_wrap .icon-totop::before {
  font-size: 5rem;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

#totop span {
  display: none;
}

/* =======================================
	★ページャー
========================================== */
.pager {
  width: auto;
  margin: 0 auto;
  padding-bottom: 100px;
}

.wp-pagenavi {
  clear: both;
  font-size: 14px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 2.6;
  border: 1px solid #000000;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  color: #000000;
  font-size: 14px;
  margin: 5px;
  vertical-align: top;
  padding: 0px;
  background-color: #fff;
  border-radius: 4px;
}

.wp-pagenavi span.extend {
  border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #000000;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
}

#privacyBox {
  overflow-y: scroll;
  padding: 21px;
  background: #FFF;
  margin-top: 20px;
  height: 163px;
  margin-bottom: 20px;
}

#contact .black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

#contact label.c_b {
  font-size: 12px;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: bold;
}

/* =======================================
	パンくず
========================================== */
ul.pankuzu {
  display: flex;
  font-size: 10px;
  color: #a49a9a;
  letter-spacing: 0.3em;
  font-weight: 300;
  position: relative;
}

ul.pankuzu li:nth-child(1) a {
  font-family: mr-eaves-sans, sans-serif;
  font-size: 120%;
}

ul.pankuzu a {
  margin-right: 13px;
  position: relative;
  display: inline-block;
  padding-right: 16px;
  vertical-align: middle;
  text-decoration: none;
  color: #b5b0b0;
}

ul.pankuzu a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

ul.pankuzu a::before,
ul.pankuzu a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

ul.pankuzu a::before {
  right: -50px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #b5b0b0;
  border-right: 1px solid #b5b0b0;
  transform: rotate(45deg);
}

/* =======================================
	ページャー
========================================== */
div#pager {
	display: flex;
	justify-content: center;
}
div#pager a,
#pager span {
	border: 1px solid var(--gray-color);
	height: 40px;
	line-height: 36px;
	width: 40px;
	text-align: center;
	border-radius: 50em;
	margin: 0 5px;
	color: var(--gray-color);
	position: relative;
	background: #fff;
}
div#pager a:hover {
	background-color: var(--light-gray-bg);
}

#pager span {
	background: var(--gray-color);
	color: #FFF;
}

#pager .dots {
	color: #949494;
	background: no-repeat;
	border: none;
	margin: 0;
	width: 26px;
	transform: translate(0px, 2px);
}

#pager .next:before,
#pager .prev:before {
	content: "";
	background: url(../img/svg/left_arrow.svg) center / contain no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
}

#pager .next,
#pager .prev {
	border: none;
}


#pager .next:before {
  transform: rotateY(180deg);
}

@media screen and (max-width: 767px) {
	#pager {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
}

.absolute {
	position: absolute;
}

/* =======================================
	共通
========================================== */
:root {
	--main-color: #C70000;
	--gray-color: #474747;
	--light-gray-bg: #F5F5F5;
	
	--cat-color: #FADADD;
	--prompt-delivery-color: #C1E1C1;
/* 	--key-color: #E0E8F2; */
	--key-color: #CFE2F3;
}
.main_color {
	color: var(--main-color);
}
.sub_color {
	color: var(--sub-color);
}
.sub_bg {
	background: var(--bg-color);
}
.top_btn {
	display: block;
    position: sticky;
    bottom: 15px;
    left: 0;
    max-width: 1200px;
	width: 90%;
	margin: -25px auto 0;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	user-select: none;
	transition: opacity .3s;
}
.scrolled .top_btn {
	opacity: 1;
}
.scrolled .top_btn a {
	pointer-events: auto;
	user-select: auto;
}
.top_btn a {
	display: block;
	position: relative;
	width: 50px;
	aspect-ratio: 1 / 1;
	margin-left: auto;
	background: var(--gray-color);
	border-radius: 50%;
}
.top_btn a::before {
	content: "";
    display: block;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
body {
	position: relative;
}
@media screen and (max-width: 767px) {
	.last_content {
		padding-bottom: 50px !important;
	}
}

/* header */
header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	color: #fff;
	background-color: rgba(0,0,0,.6);
	padding: 1.1rem 3rem;
}
body#top header {
	position: fixed;
	background: linear-gradient(180deg,rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
}
header a {
	color: #fff;
}
.header_inner {
	display: flex;
	justify-content: space-between;
	position: static;
}
.header_inner .header_right {
	flex-shrink: 0;
}
.logo {
	margin-top: 1rem;
}
.logo a {
	display: block;
}
.logo a span {
	display: block;
    margin-bottom: 1.2em;
}
.logo a img {
	width: 18.6rem;
}
.header_left {
	margin-top: .8rem;
}
.header_left .sub_btn {
	gap: 0;
}
.header_left .sub_btn li a {
	display: block;
	width: 140px;
	padding: .85rem 1rem;
	border: 1px solid #000;
	transition: all .3s;
}
.header_left .sub_btn li.recruit a {
	background-color: var(--gray-color);
	border-color: var(--gray-color);
}
.header_left .sub_btn li.contact a {
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.header_left .sub_btn li.recruit a:hover {
	color: var(--gray-color);
	background-color: #fff;
}
.header_left .sub_btn li.contact a:hover {
	color: var(--main-color);
	background-color: #fff;
}
.global_nav > ul {
	display: flex;
	justify-content: flex-end;
	gap: 0 20px;
}
.global_nav > ul > li {
	position: relative;
}
.global_nav > ul > li > a {
	display: block;
	padding: .2em 1.4em;
	transition: all .3s;
}
.global_nav > ul > li > a:hover {
	color: var(--main-color);
}
.global_nav > ul > li:has(.sub_menu) > a {
	position: relative;
}
.global_nav > ul > li:has(.sub_menu) > a::before {
	content: "";
    display: block;
    position: absolute;
    top: 43%;
    right: 0;
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    margin: auto;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	transition: all .3s;
}
.global_nav > ul > li:has(.sub_menu) > a:hover::before {
	border-color: var(--main-color);
}
.global_nav .sub_menu {
	position: absolute;
	top: 100%;
	left: 50%;
	min-width: 195px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(10px);
    -webkit-transform: translateX(-50%) translateY(10px);
    -ms-transform: translateX(-50%) translateY(10px);
	padding-top: 1.65rem;
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 100;
}
.global_nav .sub_menu > li + li {
	margin-top: 1px;
}
.global_nav .sub_menu > li > a {
	display: block;
	color: #fff;
	background-color: var(--gray-color);
	font-weight: 500;
	padding: .5em 1em;
	text-align: center;
	text-decoration: none;
}
.global_nav > ul > li:hover > .sub_menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
}
.global_nav .sub_menu li:hover a {
	color: #000;
	background-color: var(--light-gray-bg);
}

.global_nav li:has(.sub_menu.mega) {
	position: static;
}
.global_nav .sub_menu.mega {
	top: calc(100% - 1.1rem);
	width: 100%;
	padding-top: 1.1rem;
}
.mega_menu_inner {
	color: #000;
	background-color: var(--light-gray-bg);
	padding: 6.1rem 3rem;
	box-shadow: 0 10px 15px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.mega_menu_inner div > div + div {
	margin-top: 3.1rem;
}
.sub_menu.mega .tit {
	font-weight: bold !important;
	margin-bottom: 1.4rem;
}
.sub_menu.mega ul.mega_menu li {
	width: 32.4%;
	margin-bottom: 1.6rem;
}
.sub_menu.mega .mega_menu.cl33 > li:not(:nth-child(3n)) {
	margin-right: 1.4%;
}
.sub_menu.mega ul.mega_menu li a {
	color: #000;
	background-color: #fff;
	width: 100%;
	padding: 1rem 1.35rem;
	transition: all .3s;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}
.sub_menu.mega ul.mega_menu li a:hover {
	color: #fff;
	background-color: var(--gray-color);
}
.mega_menu_img img {
	width: 60px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border: 1px solid #E5E5E5;
}
.mega_menu_title {
	margin-left: 1.3rem;
    letter-spacing: .09em;
}

.gtranslate_wrapper {
	position: relative;
	margin-right: 1.2rem;
}
.gtranslate_wrapper::before {
	content: "";
    display: block;
    position: absolute;
    top: 43%;
    right: 18px;
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    margin: auto;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.gtranslate_wrapper .gt_selector {
	display: block;
	color: #fff;
    background-color: #000;
    background-image: url(../img/svg/language.svg);
    background-repeat: no-repeat;
    background-position: 1.1em center;
    background-size: 1.4em;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-size: 14px;
    letter-spacing: .02em;
	width: 100%;
    min-width: 13.3em;
    padding: .75em 3.3rem;
    padding-left: 3.2em;
    border: none;
	-webkit-appearance: none;
    appearance: none;
    border-radius: 100px;
}
.header_search {
	width: 21.7rem;
	margin-right: 25px;
}
.header_search > form {
	display: flex;
}
#googlesearch {
	font-size: 12px;
    font-weight: 500;
    letter-spacing: .045em;
	width: 100%;
	height: 40px;
    max-width: 14.1em;
    padding: .95em 1.7em;
    margin: 0;
    border: none !important;
    border-radius: 100px 0 0 100px;
    overflow: hidden;
}
#searchbutton {
	flex-shrink: 0;
	background-color: #000;
	background-image: url('../img/svg/glass.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30%;
	text-indent: -9999px;
	width: 48px;
	height: 40px;
	border: none;
	border-radius: 0 100px 100px 0;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
	header {
		padding: 1.1rem 1.5rem;
	}
	.logo a span {
		font-size: 10px !important;
	}
	.logo a img {
		width: 15.6rem;
	}
	.global_nav > ul {
		font-size: 13px !important;
		gap: 0 15px;
	}
	.gtranslate_wrapper .gt_selector {
		font-size: 12px;
	}
	.header_search {
		width: 19.5rem;
		margin-right: 15px;
	}
	#googlesearch {
		height: 38px;
		padding: .8em 1.2em;
	}
	#searchbutton {
		height: 38px;
	}
	.header_left .sub_btn {
		font-size: 12px !important;
	}
	.header_left .sub_btn li a {
		width: 110px;
	}
	.global_nav > ul > li > a {
		padding: .2em 1em;
	}
	
}

/* footer */
.footer_box a {
	color: #000;
	transition: all .4s;
}
.footer_box a:hover {
	color: var(--main-color);
}
.footer_box > .inner_1500 {
	padding: 16px 0;
}
.footer_top {
	justify-content: space-between;
	padding-bottom: 62px;
	margin-bottom: 56px;
	border-bottom: 2px solid #D2D2D2;
}
.footer_logo {
	flex-shrink: 0;
}
.footer_logo img {
	width: 18.7rem;
}
.footer_logo p {
	font-size: 24px;
	line-height: 1;
	margin-top: 13px;
	margin-left: -4px;
}
.footer_address {
	display: flex;
	justify-content: flex-end;
	gap: 0 13.7%;
	font-size: 15px;
	width: 100%;
	margin-left: 5%;
}
.footer_address,
.footer_address strong {
	font-weight: 500;
}
.footer_column {
	display: flex;
	justify-content: space-between;
	gap: 0 13.5%;
}
.footer_column .footer_left {
	width: 100%;
}
.footer_column .footer_right {
	flex-shrink: 0;
}
.footer_column_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0 2rem;
}
.footer_column_nav > div {
	max-width: 225px;
}
.footer_nav > li {
	font-weight: 500;
	margin-bottom: 1.4rem;
}
.footer_nav .sub_menu {
	font-size: .875em;
	margin-top: .35rem;
	margin-left: .7em;
}
.footer_nav .sub_menu > li {
	font-weight: 400;
	margin-bottom: .1rem;
}
.footer_link {
	margin-top: 5px;
}
.footer_link a {
	display: block;
	padding: 7.5px 19px;
	color: #fff;
	background-color: #000;
	font-size: 13px;
	font-weight: 500;
	border: 1px solid #000;
	transition: all .3s;
}
.footer_link .contact a {
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.footer_link .contact a:hover {
	color: var(--main-color);
	background-color: transparent;
}
.footer_link .recruit a {
	background-color: var(--gray-color);
	border-color: var(--gray-color);
}
.footer_link .recruit a:hover {
	color: var(--gray-color);
	background-color: transparent;
}
.footer_link .arrow_text_btn a {
	color: #000;
	background-color: transparent;
	font-size: 16px;
	font-weight: bold;
	border: none;
}
.footer_img li {
	text-align: right;
}
.footer_img img {
	display: inline-block;
}
.footer_img .iso9001 {
	width: 15.8rem;
}
.footer_img .jcss {
	width: 15.7rem;
}
.footer_bottom .shop_links {
	margin-left: -6px;
}
.shop_links > ul {
	display: flex;
	gap: 0 10px;
}
.shop_links > ul > li {
	height: 9.5vw;
	max-height: 80px;
}
footer .shop_links > ul > li {
	height: 60px;
}
.shop_links > ul > li > a {
	display: block;
	height: 100%;
	transition: all .4s;
}
.shop_links > ul > li > a:hover {
	opacity: .6;
}
.shop_links > ul > li img {
	width: auto;
	height: 100%;
}

.footer_copy {
	padding: 22px 0;
}
.footer_copy a {
	color: #000;
	transition: all .4s;
}
.footer_copy a:hover {
	color: var(--main-color);
}
.copyright_box_left a {
	position: relative;
	display: inline-block;
	padding-right: 1em;
}
.copyright_box_left a:last-child {
	padding-right: 0;
}
.copyright_box_right p {
	letter-spacing: -0.01em;
}

/* contact_section（footer前） */
.contact_section {
	color: #fff;
	background-color: var(--gray-color);
}
.contact_section .contact_title {
	font-weight: 300;
}
.contact_section .tel_box .contact_title {
	margin-bottom: 23px;
}
.contact_section .mail_box .contact_title {
	margin-bottom: 15px;
}
.contact_section .titleBox {
	position: relative;
	padding-right: 9rem;
    margin-right: 2.5rem;
}
.contact_section .titleBox::before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
    right: 0;
    width: 1.5px;
    height: 11.5rem;
	background-color: #fff;
	transform: rotate(45deg);
	transform-origin: top right;
}
.contact_section .contact_title_text {
	padding-top: 1rem;
}
.contact_section .contact_title_text p {
	line-height: 1.95;
}
.contact_column > div {
	color: #000;
	background-color: #fff;
	padding: 5.65rem 2rem;
	border-radius: 10px;
}
.contact_column > div > div > div {
	width: 90%;
}
.contact_column .contact_title img {
	display: inline-block;
	width: 32px;
	margin-right: .9rem;
}
.contact_column .contact_title h3 {
	font-weight: 500;
	letter-spacing: .1em;
}
.contact_column .contact_tel_box {
	display: inline-block;
}
.contact_column .tel_text {
	line-height: 1;
	letter-spacing: -0.08em;
}
.contact_column .tel_text span {
	display: inline-block;
	margin-right: 1.5em;
}
.contact_column .tel_text a {
	color: #000;
	font-size: 1.86em;
	font-weight: 500;
	letter-spacing: .065em;
	transition: all .4s;
}
.contact_column .tel_text a:hover {
	color: var(--main-color);
}
.contact_column .btn01 {
	max-width: 350px;
}

/* ページヘッダー */
.single_mv_box {
	position: relative;
    width: 100vw;
    margin: auto calc(50% - 50vw);
}
.single_mv_title {
	font-size: 2.916vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 3.33vw 1.66vw;
	z-index: 1;
}
.single_mv_img {
	position: relative;
}
.single_mv_img::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: #000;
	opacity: .5;
}
.single_mv_img img {
	width: 100%;
	aspect-ratio: 192 / 35;
	object-fit: cover;
}

/* パンくず */
#breadcrumb_box {
	background-color: #5DA046;
	padding: 8px 10px;
}
#breadcrumb_box nav ul {
	display: flex;
	gap: 0 10px;
}
#breadcrumb_box nav ul li {
    --arrow-icon: 6.5px;
    --arrow-width: 2.5px;
    --arrow-color: #fff;
	position: relative;
	line-height: 1;
	padding-right: calc(var(--arrow-width) + 10px);
}
#breadcrumb_box nav ul li::before {
	content: '';
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    width: var(--arrow-icon);
    height: var(--arrow-icon);
    border-top: var(--arrow-width) solid var(--arrow-color);
    border-right: var(--arrow-width) solid var(--arrow-color);
}
#breadcrumb_box nav ul li:last-child::before {
	display: none;
}
#breadcrumb_box nav ul li,
#breadcrumb_box nav ul li a {
	color: #fff;
	line-height: 1;
}

.table01 {
	border-collapse: collapse;
	width: 100%;
	max-width: unset;
}
.table01 tbody,
.table01 tr {
    width: 100%;
}
.table01 tr {
	border-bottom: 1px solid #D2D2D2;
}
.table01 tr:first-child {
	border-top: 1px solid #D2D2D2;
}
.table01 th,
.table01 td {
	padding: 25px 15px;
    font-size: 16px;
	border: none;
}
.table01 th {
    width: 170px;
    vertical-align: middle;
    text-align: center;
}
.table01 td {
	width: calc(100% - 170px);
}
.table01 td img {
	display: inline-block;
	vertical-align: bottom;
	max-width: 200px;
	margin-left: 8px;
}

/* スクロールヒント */
.js-scrollable {
	overflow-x: auto !important;
	overflow-y: hidden !important;
}
.js-scrollable table {
	min-width: 800px;
}
.js-scrollable.w500 table {
	min-width: 500px;
}

/* 背景色 */
.bg_light_gray,
.bg_box.bg_light_gray {
	background-color: var(--light-gray-bg);
}

/* titleBox */
.titleBox.flex {
	align-items: flex-end;
	gap: 0 2.55rem;
}
.titleBox .title_big,
.titleBox .title_small {
	line-height: 1;
}
.titleBox .title_big {
	font-size: 50px;
	font-weight: 300;
	letter-spacing: .1em;
}
.titleBox .title_small {
	font-size: 16px;
	letter-spacing: .12em;
	margin-top: 1.9rem;
	margin-bottom: .7rem;
}
.titleBox.flex .title_small {
	margin-top: 0;
}

/* titleBox02 */
.titleBox02 .title_big,
.titleBox02 .title_small {
	line-height: 1.2;
}
.titleBox02 .title_big {
	font-size: 40px;
	font-weight: 500;
	letter-spacing: .05em;
}
.titleBox02 .title_small {
	color: var(--main-color);
	font-size: 16px;
	letter-spacing: .12em;
	margin-top: 1.9rem;
	margin-bottom: .2rem;
}

/* bg_title */
.bg_title > * {
	display: inline-block;
	background-color: var(--cat-color);
    padding: .3rem 5rem;
}

/* page_btn_list */
.page_btn_list {
	gap: 1rem;
}
.page_btn_list li {
	width: calc((100% - 3rem)/4);
	min-width: 260px;
	margin: 0;
}

/* text_btn */
.text_btn a {
	position: relative;
	letter-spacing: .07em;
    padding-right: 2.6rem;
	transition: all .4s;
}
.text_btn a:hover {
	color: var(--main-color);
}
.text_btn a::before {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
	right: 0;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    margin: auto;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
	transition: all .4s;
}

/* arrow_text_btn */
.arrow_text_btn a {
	position: relative;
	color: #000;
	background: transparent;
	letter-spacing: 0.01em;
	line-height: 1.3;
    padding: 5px;
	padding-left: 4rem;
	border: none;
	transition: all .25s;
}
.arrow_text_btn a:hover {
	color: var(--main-color);
}
.arrow_text_btn a::before,
.arrow_text_btn a::after {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
	transition: all .4s;
}
.arrow_text_btn a::before {
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: var(--gray-color);
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.arrow_text_btn a::after {
	left: 12px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    margin: auto;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

/* arrow_btn */
.arrow_btn a {
	position: relative;
	display: inline-block;
	color: #000;
	letter-spacing: .08em;
	line-height: 1.2;
	padding: 1.2em 3.8em;
	padding-left: 0;
}
.arrow_btn a::before,
.arrow_btn a::after {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    transition: all .4s;
}
.arrow_btn a::before {
	right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	background-color: transparent;
	border: 1px solid var(--main-color);
	width: 2.35em;
	height: 2.35em;
	border-radius: 50%;
}
.arrow_btn a::after {
    right: 1.1em;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    margin: auto;
    vertical-align: middle;
    width: .4em;
    height: .4em;
    border-top: 1.5px solid var(--main-color);
    border-right: 1.5px solid var(--main-color);
}
.arrow_btn a:hover::before {
	background-color: var(--main-color);
}
.arrow_btn a:hover::after {
	border-color: #fff;
}

/* top_column */
.top_column {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 7%;
}
.top_column .titleBox {
	flex-shrink: 0;
	padding-top: 4px;
}
.top_column_text p {
	line-height: 2;
}

/* bg_inner_box */
.bg_inner_box {
	position: relative;
	background-image: url('../img/top_jcss_bg.webp');
	background-repeat: no-repeat;
    background-size: cover;
}
.bg_inner_box.filter::before {
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, .2);
}
.bg_inner_box .inner_box,
.white_box {
	background-color: #fff;
	width: 80%;
	max-width: 780px;
	padding: 4.5rem 2rem 5rem;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
}

/* circle_list */
.circle_list {
	margin-right: -3.5rem;
}
.circle_list li {
	position: relative;
	width: calc(33.333% + 5px);
	aspect-ratio: 1 / 1;
	margin-left: -5px;
	margin-right: -5px;
}
.circle_list li:first-child {
	margin-left: 0;
}
.circle_list li:nth-child(n+4) {
	margin-top: -45px;
}
.circle_list li::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .5);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	border-radius: 50%;
}
.circle_list li .circle_list_inner {
	padding: 6.1rem 1.8rem 1.5rem;
}
.circle_list li span {
	display: inline-block;
	color: #B7B7B7;
	font-size: 30px;
	font-weight: 300;
}
.circle_list li p {
	letter-spacing: 0.01em;
    text-indent: 0.01em;
}

/* dot_list */
.dot_list {
	list-style: dot;
}
.dot_list li {
	position: relative;
	padding-left: 1em;
}
.dot_list li::before {
	content: '・';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

/* two_column_section */
.two_column_section.cl3_7 > div:nth-child(odd) {
	width: 35%;
}
.two_column_section.cl3_7 > div:nth-child(even) {
	width: 62.1%;
}
.two_column_section .btn01 {
	max-width: 340px;
}
.two_column_section .support_column_btns a {
	display: flex;
	color: #000;
	background-color: #fff;
	padding: 2.85rem 1.5rem 3.7rem;
	padding-left: 2.95rem;
	margin-bottom: 2rem;
	border: 1px solid #D2D2D2;
	border-radius: 10px;
	overflow: hidden;
	transition: all .4s;
}
.two_column_section .support_column_btns a:hover {
	background-color: #e6e6e6;
}
.two_column_section .support_column_btns a.full {
	width: 100%;
	margin-right: 0;
}
.two_column_section .cl3_7 {
	flex-wrap: nowrap;
}
.two_column_section .support_column_btn_en {
	color: var(--main-color);
	font-weight: 300;
	letter-spacing: .1em;
	margin-bottom: 8px;
}
.two_column_section .support_column_btn_title {
	margin-bottom: 19px;
}
.two_column_section .cl3_7 > .support_column_btn_img {
	flex-shrink: 0;
	width: 9rem;
	margin-right: 2rem;
}
.two_column_section .cl3_7 > div:nth-child(even) {
	width: 100%;
}
.two_column_section .cl3_7 > div:nth-child(odd) img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
@media screen and (max-width: 1300px) {
	.two_column_section .cl3_7 > .support_column_btn_img {
		width: 7rem;
		margin-right: 1.5rem;
	}
	.two_column_section .support_column_btns a {
		padding-left: 1.9rem;
	}
}

/* 検索窓 */
.search_box {
	padding: 3rem 5rem;
	border-radius: 15px;
}
.search_box > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
}
.search_box svg {
	flex-shrink: 0;
	width: 3rem;
    margin-right: 2rem;
}
.search_box svg path {
	fill: #000;
}
.search_box .vk-filter-search {
	display: flex;
	width: 100%;
	margin-bottom: 0 !important;
}
.search_box .vk-filter-search > .vkfs__labels {
	display: block;
	font-size: 18px;
	width: 100%;
}
.search_box .vk-filter-search > .vkfs__labels > .vkfs__outer-wrap {
	margin: 0 !important;
}
.search_box .vk-filter-search > .vkfs__labels input {
	padding: .5em;
	border-radius: 0;
}
.search_box .vkfs__label-name { 
	display: none;
}
.search_box .vk-filter-search > .vkfs_submit.btn[type=submit] {
	flex-shrink: 0;
	color: #fff;
	background-color: #000;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .5em !important;
	text-indent: .5em;
	width: 100px !important;
	padding: 5px 10px !important;
	margin: 0 !important;
	border: none !important;
}

/* 検索結果 */
.search_result_count {
	background-color: var(--cat-color);
	padding: 2rem 3rem;
	border-radius: 10px;
}
.search_result_count span.num {
	font-size: 1.5em;
}

/* テーブル */
table.detail_table_form {
	border: solid 1px #000;
}
table.detail_table_form th,
table.detail_table_form td,
table.detail_table_form2 th,
table.detail_table_form2 td {
	padding: 3px 1rem;
}
table.detail_table_form th {
	white-space: nowrap;
}
#detail_table table.detail_table_form td {
/* 	width: 100%; */
	text-align: left;
}
table.detail_table_form tr.bxtop th,
table.detail_table_form tr.bxtop td,
table.detail_table_form2 tr.bxtop th,
table.detail_table_form2 tr.bxtop td {
	border-top: dotted 1px #000;
}
#detail_table .detail_table_form th:nth-last-child(2),
.detail_table_form2 th:nth-last-child(2) {
	background: var(--light-gray-bg);
	color: #000;
	white-space: nowrap;
}
table.detail_table_form th {
	text-align: center;
	vertical-align: middle;
}
.detail_table_form input[type="radio"]:checked + label {
	color: var(--main-color);
	font-weight: 500;
}
.detail_table_form td:has(input[type="radio"]) {
	display: flex;
}
.detail_table_form input[type="radio"] {
	margin-top: 0;
	margin-right: 7px;
}

table.ac {
	border: solid 1px #000;
	text-align: center;
	border-collapse:collapse;
}
table.ac tr {
	background: #fff;
}
table.ac tr:first-child > * {
	border-top: 1px solid #000 !important;
}
table.ac tr:last-child > * {
	border-bottom: 1px solid #000 !important;
}
table.ac tr > *:first-child {
	border-left: 1px solid #000 !important;
}
table.ac tr > *:last-child {
	border-right: 1px solid #000 !important;
}
table.ac td {
	padding: 3px 1rem;
	border: solid 1px var(--gray-color);
}
table.ac th {
	padding: 3px 1rem;
	border: solid 1px #fff;
	background: var(--gray-color);
	color: #fff;
}
table tr.top_box th,
table tr.top_box td {
	border-top: dotted 1px #000;
}
table tr.top_box:first-child th,
table tr.top_box:first-child td {
	border-top: none;
}
#detail_table table{
	margin-bottom: 10px;
}
#detail_table th,
#detail_table2 th,
.detail_table2 th {
	background: var(--gray-color);
	color: #fff;
}
#detail_table th,
#detail_table2 th,
.detail_table2 th,
#detail_table td,
#detail_table2 td,
.detail_table2 td {
	vertical-align: middle;
	text-align: center;
}
#detail_table tr,
#detail_table2 tr,
.detail_table2 tr {
	background: #fff;
}
.detail_table2 .new_table th {
	text-align: left;
}

table.ac .bg_l {
	background: var(--light-gray-bg);
	color: #000;
	border: solid 1px var(--gray-color);
}
table.ac .bg_d,tr.bg_d {
	background: var(--gray-color);
	color: #fff;
}
#detail_table table.ac .bg_l {
	background: var(--light-gray-bg);
	color: #000;
	border: solid 1px var(--gray-color);
}
#detail_table table.ac .bg_d {
	background: #000;
	color: #fff;
}

/* #hyou */
#hyou th.top {
	background: #333;
	color: #fff;
	padding: 3px;
	text-align: center;
}
#hyou th.second {
	background: #666;
	color: #fff;
	padding: 3px;
	text-align: center;
}
#hyou table {
	border:solid 1px #000;
}
#hyou td.one {
	background: #eee;
	padding: 3px;
	text-align: center;
	border-bottom: solid 1px #333;
}
#hyou td.one2 {
	background: #eee;
	padding: 3px;
	text-align: center;
	border-bottom: none;
}
#hyou td.three {
	padding: 3px;
	text-align: center;
	border-bottom: 1px dotted #333;
	border-right: none;
}

#hyou td.three2 {
	padding: 3px;
	text-align: center;
	border-bottom: 1px solid #333;
	border-right: none;
}

#hyou td.three3 {
	padding: 3px;
	text-align: center;
	border: none;
}

#hyou td.four {
	padding: 3px;
	text-align: center;
	border-right: 1px dotted #333;
	border-bottom: solid 1px #333;
}

#hyou td.four2 {
	padding: 3px;
	text-align: center;
	border-right: 1px dotted #333;
	border-bottom: none;
}

#hyou td {
	padding: 3px;
	text-align: center;
	border-bottom: 1px dotted #333;
	border-right: 1px dotted #333;
}

.tbbg_gray {
	background: var(--light-gray-bg) !important;
	color: #000 !important;
}
.bg_or {
	background: #f39800 !important;
}
.bg_pi {
	background: #f9d0ba !important;
}
.bg_gr {
	background: #a6d398 !important;
}
.bg_re {
	background: #e94628 !important;
}
.bg_ye {
	background: #fff100 !important;
	color: #000 !important;
}
.bg_pe {
	background: #c59ac5 !important;
	color: #000 !important;
}
.bg_br {
	background: #d28300 !important;
	color: #fff !important;
}
.bg_bpe {
	background: #584c9d !important;
	color: #fff !important;
}
.bg_bu {
	background: #89abda !important;
}
.bg_d {
	border:1px solid #fff !important;
}
.bg_g {
	color: #fff !important;
	background: var(--gray-color) !important;
}
.bg_cat {
	background: var(--cat-color) !important;
}
.bg_main {
	color: #fff !important;
	background: var(--main-color) !important;
	border-color: #000 !important;
}
table.ac .bg_sky {
	color: #000;
	background: #CFE2F3 !important;
	border: solid 1px #000;
}
#detail_table td img {
	width: 100%;
	min-width: 100px;
}
.full_img {
	width: 100%;
}
.in_h5 {
	margin: 0 auto 35px;
}
.area {
	margin-bottom: 50px;
}
#blueprint img {
	display: block;
	width: 100%;
	max-width: 600px !important;
	margin: 0 auto 3rem !important;
}
.bd_ttl {
	font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
	margin-bottom: 2.5rem;
	border-bottom: 2px solid #000;
}
.bd_ttl:first-letter {
	display: inline-block;
	color: var(--main-color);
	font-size: 1.35em;
	margin-right: .05em;
}
div:has(.bd_ttl) table,
div:has(.bd_ttl) table th,
div:has(.bd_ttl) table td {
	vertical-align: top;
}
.standard_table th,
.standard_table td {
	vertical-align: top;
}

/* popup */
.popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.popup_content {
    position: relative;
    background: #fff;
    padding: 4.25rem;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    border-radius: 6px;
}
.popup_close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
	line-height: 1;
    cursor: pointer;
	transition: all .3s;
}
.popup_close:hover {
	opacity: .6;
}
.popup_inner img {
    max-width: 100%;
    height: auto;
}


	
	
/* =======================================
	トップページ
========================================== */
#product-cat .h2Tit,
#product-key .h2Tit,
.top_jcss h2 {
	font-size: 30px !important;
}

/* FV */
.fv_content {
	position: relative;
}
.fv-slider {
	position: relative;
	width: 100%;
	aspect-ratio: 683 / 320;
	overflow: hidden;
}
.fv-slider div {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fv-slider div:first-child {
	display: block;
}
.fv-slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fv_text {
	position: absolute;
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	color: #fff;
}
.fv_text .fv_text_title {
	font-size: 60px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.45;
	text-shadow: 0 0 5px rgba(0, 0, 0, .6);
}
.fv_text .fv_text_small {
	font-size: 23px;
	font-weight: 500;
    letter-spacing: .148em;
    line-height: 1.5;
	text-shadow: 0 0 5px rgba(0, 0, 0, .6);
    margin-top: 2.5vw;
}
@media screen and (max-width: 1200px) {
	.fv_text {
		left: 5%;
	}
	.fv_text .fv_text_title {
		font-size: 40px;
	}
	.fv_text .fv_text_small {
		font-size: 18px;
	}
}

/* news */
.top_news {
	padding-top: 1.4rem;
    padding-bottom: 1rem;
}
.fv_news_slider {
	width: calc(100% - 110px);
}
.top_news a {
	color: #000;
}
.top_news .day {
	flex-shrink: 0;
	color: #312525;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	letter-spacing: .1em;
	width: 7em;
}
.top_news .cat {
	flex-shrink: 0;
	width: 9em;
    margin-right: .8em;
}
.top_news .cat span {
	display: inline-block;
	padding: .35em 1.5em;
	border: 1px solid #000;
    border-radius: 100px;
}
.top_news a .tit {
	width: calc(100% - 16em);
	transition: color .3s;
}
.top_news a:hover .tit {
	color: var(--main-color);
}
.top_news a .tit p {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	height: 1.8em;
}
.top_news .text_btn {
	flex-shrink: 0;
	width: 110px;
}

/* top_quality */
.top_quality_column img {
	width: 100%;
}
.top_quality_title {
	font-size: 36px;
	letter-spacing: .12em;
	margin-top: 12px;
}
.top_quality_title span {
	font-size: 1.27em;
}
.top_quality .txt {
	line-height: 2.5;
}
.top_quality .bg_list_box {
	max-width: 540px;
	margin-top: 47px;
}
.bg_list_box li {
	background: var(--light-gray-bg);
	padding: 1.4rem 3.6rem;
	margin-left: -8px;
	border-radius: 100px;
}
.bg_list_box li p {
	line-height: 1.3;
	letter-spacing: .1em;
}
.bg_list_box li .num {
	flex-shrink: 0;
	color: #D2D2D2;
	font-size: 1.66em;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0;
	width: 1.2em;
}
.top_quality .cl6_4 > div:nth-child(even) {
	width: 38.6%;
}
.top_quality img {
	width: 100%;
	border-radius: 10px;
}

/* top_product */
.top_product {
	border-radius: 30px 30px 0 0;
}
.top_product .product_archive_list li {
	border: none;
}
.top_product .btn01 {
	max-width: 405px;
}

/* top_jcss */
.top_jcss h2 {
	margin-bottom: 12px !important;
}
.top_jcss img {
	max-width: 293px !important;
	width: 100%;
	margin-bottom: 7px;
}
.top_jcss p {
	line-height: 2.1;
}
.top_jcss .btn01 {
	max-width: 405px;
}

/* top_features */
.top_features {
	overflow: hidden;
}
.top_features .bg_text {
	color: #F9F9F9;
	font-size: 280px;
    letter-spacing: .1em;
    text-indent: .1em;
	font-weight: 300;
	top: -2.7rem;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	user-select: none;
	pointer-events: none;
}
.top_features .titleBox {
	margin-bottom: 6.6rem;
}
.top_features p {
	letter-spacing: -0.06em;
}
.top_features .circle_list p {
	font-weight: 700 !important;
}
.top_features .btn01 {
	max-width: 340px;
}
@media screen and (max-width: 1200px) {
	.top_features .cl4_6 {
		flex-direction: column;
	}
	.top_features .left_box,
	.top_features .right_box {
		display: contents;
	}
	.top_features .titleBox {
		order: -2;
		margin-bottom: 3rem;
	}
	.top_features .circle_list {
		max-width: 640px;
		order: -1;
		margin-bottom: 2.5rem;
		margin-left: auto;
		margin-right: auto;
	}
	.top_features .left_box > p {
		text-align: center;
	}
	.top_features .btn01 {
		margin-left: auto;
		margin-right: auto;
	}
	.top_features .btn01 a {
		text-align: center !important;
	}
}

/* top_support */
.top_support,
.support_box {
	border-radius: 30px;
}



/* =======================================
	会社案内
========================================== */
.message_img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	vertical-align: bottom;
}
.page_overview .table_box,
.page_history .table_box {
	background-color: #fff;
	padding: 60px 50px;
	border-radius: 15px;
}
.page_history .table_box {
	background-color: var(--light-gray-bg);
}

/* esg */
.page_esg {
	background-image: url(../img/company_esg_bg.webp);
}
.page_esg.bg_inner_box .inner_box {
	background-color: rgba(255, 255, 255, .85);
}
.card_list {
	--num-size: 85px;
}
.card_list li {
	background: #fff;
	padding: calc(2rem + (var(--num-size)/2)) 2rem 3rem;
	margin-top: calc(var(--num-size)/2);
	border: 2px solid #000;
	border-radius: 10px;
}
.card_numBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	position: absolute;
	top: calc((var(--num-size)/2)*-1);
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	background-color: #fff;
	width: var(--num-size);
	height: var(--num-size);
	border: 1px solid #000;
	border-radius: 50%;
}
.card_numBox .big {
	color: var(--main-color);
	font-size: 34px;
	font-weight: bold;
	line-height: 1;
}
.card_numBox .small {
	font-size: 12px;
	line-height: 1;
}

.character_img_inner {
	background-color: #FEF7EE;
	width: 100%;
	max-width: 350px;
	padding: 7%;
	padding-right: 2%;
}
.character_img_inner {
	width: 100%;
}
.character_text {
	position: relative;
	background-color: #F5DEB3;
	padding: 3rem 5rem;
	border-radius: 25px;
}
.character_text::before,
.character_text::after {
	content: '';
	position: absolute;
	background: #F5DEB3;
	border-radius: 50%;
}

.character_text::before {
	left: -15px;
    bottom: 20px;
	width: 30px;
	height: 30px;
}

.character_text::after {
	left: -30px;
    bottom: 14px;
    width: 15px;
    height: 15px;
}


/* =======================================
	品質管理
========================================== */
.page_quality_logo,
.page_management_system_iso_img,
.page_jscc_img {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.page_quality_logo {
	width: 300px;
}
.page_management_system_iso_img {
	width: 250px;
}
.page_jscc_img {
	width: 450px;
}

.hr_flow_list li {
	gap: .5rem;
	flex-direction: column;
	background-color: #fff;
	width: 24%;
	aspect-ratio: 1 / 1;
	border: 1px solid #D2D2D2;
	border-radius: 50%;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.hr_flow_list li:not(:nth-child(3n)) {
	margin-right: 14%;
}
.hr_flow_list li:not(:nth-child(3n))::before {
	content: "";
    position: absolute;
    display: inline-block;
    right: -39%;
    top: 50%;
    background-color: #000;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    width: 14%;
	aspect-ratio: 1 / 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.hr_flow_list svg {
	width: 3.25rem;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.hr_flow_list svg path {
	fill: #000;
	transition: all .3s;
}
.hr_flow_list li:hover svg path {
	fill: var(--main-color);
}

.bg_box {
	background-color: #F5DEB3;
	padding: 4rem 3rem;
    border-radius: 15px;
}
.check_lists {
	display: inline-block;
}
.check_lists li,
p.check {
	background: url(../img/check_black.png) no-repeat top 0.2em left 1px / 1.1em;
	padding-left: 1.6em;
}
.page_jscc .btn01 {
	min-width: 350px;
}


/* =======================================
	納品までの流れ
========================================== */
.flow_item {
	position: relative;
	padding: 5rem 5rem;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	border: 1px solid #D2D2D2;
	border-radius: 15px;
}
.flow_items .flow_item:not(:last-child)::before {
	content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: -85px;
    background-color: #D2D2D2;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 100px;
    aspect-ratio: 2 / 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.flow_step {
	flex-shrink: 0;
	color: #fff;
	background-color: var(--main-color);
	padding: .17em .5em .11em;
	margin-top: 8px;
	margin-right: 15px;
	border-radius: 5px;
}
.link_text a {
	color: #262b38;
	background: url(../img/check_black.png) no-repeat top 0.35em left 1px / 1.1em;
	padding-left: 1.6em;
}
.link_text a:hover {
	color: var(--main-color);
}
.link_text.contact a {
	background-image: url(../img/icon_mail.png);
}
.link_text.faq a {
	background-image: url(../img/icon_faq.png);
}


/* =======================================
	JCSS
========================================== */
/* 温度校正サービス */
.jscc_border_box {
	padding: 0 2rem 2rem;
	border: 2px solid var(--main-color);
	border-radius: 15px;
}
.jscc_border_box h4 {
	display: inline-block;
	background-color: #fff;
    padding: 0 2.5rem;
	margin-top: -1.25em;
}
.jcss_column .info {
	padding: 2rem;
	border-radius: 10px;
}
.jcss_column .js-scrollable table {
	min-width: unset;
}
.worry_list li {
	position: relative;
	background-color: var(--light-gray-bg);
	width: 45%;
	padding: 2rem 3rem;
	border-radius: 15px;
}
.worry_list li.after {
	background-color: #fff;
	border: 2px solid var(--main-color);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.worry_list li:not(:nth-child(even)) {
	margin-right: 10%;
}
.worry_list li:not(:nth-child(even))::before {
    content: "";
    position: absolute;
    display: inline-block;
	right: -17%;
    top: 50%;
    background-color: #000;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    width: 8%;
    aspect-ratio: 1 / 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.comment_box .comment_img {
	margin-left: auto;
	margin-right: auto;
}
.comment_box .comment_item {
	background-color: #DFDFDF;
	text-align: left;
	padding: 1.25rem 1.3rem;
	border-radius: 10px;
}
.comment_box .comment_item p {
	line-height: 1.5;
}
.comment_item {
	position: relative;
	margin-bottom: 2rem;
	z-index: 1;
}
.comment_item::before {
	content: '';
    display: block;
    position: absolute;
    bottom: -1.8rem;
	background-repeat: no-repeat;
	background-size: cover;
    width: 3rem;
    aspect-ratio: 12 / 11;
	z-index: -1;
}
.comment_item.comment_left::before {
    left: 58%;
    background-image: url('../img/svg/comment-left.svg');
}
.comment_item.comment_right::before {
    right: 43%;
    background-image: url('../img/svg/comment-right.svg');
}
.comment_item.worry1,
.comment_item.worry2,
.comment_item.worry3 {
	width: 48%;
}
.comment_item.worry1 {
	margin-left: 11%;
}
.comment_item.worry2 {
	margin-top: -1rem;
	margin-left: auto;
}
.comment_item.worry3 {
	margin-top: -6rem;
}
.worry_list li.worry .comment_img {
	width: 20%;
}
.worry_list li.after .comment_img {
	width: 25%;
}

/* 校正サービスの特徴 */
.industry_list {
	display: flex;
	gap: 2.5rem 0;
}
.industry_list li {
	width: 20%;
	min-width: 210px;
	padding: 0 1.5rem;
}
.industry_list img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}

/* 校正対象と範囲 */
.jcss_target_box .target_title {
	justify-content: space-between;
	gap: 1rem 2rem;
}
.target_service_list {
	flex-shrink: 0;
	gap: 1rem;
	max-width: 320px;
	margin-bottom: 5px;
}
.target_service_list li {
	flex-shrink: 0;
	line-height: 1.5;
	padding: .2em 0.75em;
	border-radius: 5px;
}
.target_service_list .jcss {
	background-color: var(--cat-color);
}
.target_service_list .normal {
	background-color: var(--prompt-delivery-color);
}
.target_service_list .rental {
	background-color: #F5DEB3;
}
.jcss_target_box .dot_list {
	gap: 0 1.5rem;
}
.certificate_img {
	display: flex;
	align-items: center;
	width: 100%;
	aspect-ratio: 245 / 352;
}
.certificate_list img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.popup_btn:not(.btn01 .popup_btn) {
	display: inline-block;
	margin-bottom: 4px;
	border-bottom: 1px solid #000;
	cursor: pointer;
	transition: all .3s;
}
.popup_btn:not(.btn01 .popup_btn):hover {
	color: #00E;
}

/* 対応エリア */
.page_calibration_area .btn01 {
	display: inline-block;
	width: auto;
	min-width: unset;
	max-width: unset;
}
.page_calibration_area .btn01 span {
	padding: .2em 1.7em;
    padding-right: 1.8em;
}
.btn01 span::before {
	right: .75em;
	width: 5px;
    height: 5px;
}

/* 流れ */
.calibration_flow_item {
	width: calc((100% - 3rem - 2rem*6) / 7);
	margin-right: 2rem;
}
.calibration_flow_item:last-child {
	margin-right: 0;
}
.calibration_flow_item.firstBox {
	width: 2.5rem;
	margin-right: .5rem;
}
.calibration_flow_item.firstBox .calibration_flow_title_block_small {
	color: #fff;
	background-color: var(--gray-color);
	font-weight: 600;
	border-radius: 5px;
}
.calibration_flow_item.firstBox .calibration_flow_title_block_small p {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.calibration_flow_title_block,
.calibration_flow_title_block_small {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--light-gray-bg);
	text-align: center;
	width: 100%;
	border: 1px solid #D2D2D2;
	border-radius: 8px;
}
.calibration_flow_item.target .calibration_flow_title_block {
	border: 2px solid var(--main-color);
}
.calibration_flow_title_block::before {
	content: "";
    position: absolute;
    display: inline-block;
    right: -1.55rem;
    top: 50%;
    background-color: #000;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    width: .8rem;
    aspect-ratio: 1 / 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.calibration_flow_item.firstBox .calibration_flow_title_block::before,
.calibration_flow_item:last-child .calibration_flow_title_block::before {
	display: none;
}
.calibration_flow_title_block {
	height: 220px;
}
.calibration_flow_title_block:has(.calibration_flow_title_block_small) {
	gap: 10px;
	background: none;
	border: none;
	border-radius: 0;
}
.calibration_flow_title_block_small {
	height: 105px;
}

/* FAQ */
.faq_item {
	border-top: 1px solid #D2D2D2;
}
.faq_item:last-of-type {
	border-bottom: 1px solid #D2D2D2;
}
.faq_title_box {
	position: relative;
	cursor: pointer;
}
.faq_title_box::before,
.faq_title_box::after {
	content: '';
    width: 17px;
    height: 2px;
    background: #5f5f5f;
    position: absolute;
    top: 29px;
    right: 10px;
	z-index: 1;
	transition: all .3s;
}
.faq_title_box::after {
	rotate: 90deg;
}
.faq_title {
	position: relative;
	padding: 16px 40px;
	transition: all .3s;
}
.faq_text_box {
	position: relative;
	padding: 0 40px;
	height: 0;
	opacity: 0;
	transition: all .3s;
	overflow: hidden;
}
.faq_title::before,
.faq_text_box::before {
	content: "Q.";
    position: absolute;
    left: 8px;
    top: 11px;
    display: block;
    font-size: 20px;
    color: var(--main-color);
}
.faq_text_box {
	border-top: 1px solid #e7e7e7;
}
.faq_text_box::before {
	content: 'A.';
	color: #1c1c75;
}
.faq_item .faq_title:hover,
.faq_item.active .faq_title {
	background: var(--light-gray-bg);
}
.faq_item.active .faq_title_box::after {
	rotate: 180deg;
}
.faq_item.active .faq_text_box {
	height: auto;
	padding: 16px 40px;
	opacity: 1;
}


/* =======================================
	放射温度計 概要
========================================== */
/* お悩み */
.problem_box {
	position: relative;
	padding-top: 50px;
	padding-bottom: 60px;
	margin-bottom: 40px;
}
.problem_box::before {
	content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: -38px;
    background-color: var(--light-gray-bg);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 120px;
    aspect-ratio: 3 / 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.problem_items {
	--img-size: 85px;
	--gap: 3rem;
	gap: var(--gap);
}
.problem_items > div {
	align-items: flex-end;
	width: calc((100% - var(--gap))/2);
}
.problem_items .problem_img {
	flex-shrink: 0;
	width: var(--img-size);
}
.problem_items .problem_img img {
	width: 100%;
}
.problem_items .problem_content {
	position: relative;
	background-color: var(--key-color);
	width: calc(100% - var(--img-size));
	padding: 1rem 2.5rem;
	margin-left: 3rem;
	border-radius: 10px;
}
.problem_items .problem_content::before,
.problem_items .problem_content::after {
    content: '';
    position: absolute;
    background: var(--key-color);
    border-radius: 50%;
}
.problem_items .problem_content::before {
    left: -10px;
    bottom: 20px;
    width: 20px;
    height: 20px;
}
.problem_items .problem_content::after {
    left: -20px;
    bottom: 14px;
    width: 10px;
    height: 10px;
}
.js-scrollable table.problem_table {
	min-width: 1085px;
}
table.problem_table th,
table.problem_table td {
	text-align: center;
	padding: 1.5rem .75rem;
}
table.problem_table th {
	font-weight: bold;
}
table.problem_table tr.target td {
	color: var(--main-color);
	font-weight: bold;
}
table.problem_table tr.target td span {
	color: #000;
}
table.problem_table td.problem_table_list {
	width: 300px;
	padding: 0;
}
.problem_table_list ul {
	width: 100%;
	height: 100%;
}
.problem_table_list ul li {
	width: calc(100%/3);
	padding: 1.5rem .75rem;
	margin: 0 !important;
}
.problem_table_list ul li + li {
	border-left: 1px solid #000;
}
table.problem_table img {
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
table.problem_table .btn01 a {
	padding: .1em 0.65em;
}
table.problem_table .btn01 a::before {
	display: none;
}

/* PICK UP */
.pickup_box {
	padding: 0 5rem 6rem;
	margin-top: 8rem;
	border: 2px solid #D2D2D2;
	border-radius: 20px;
}
.pickup_box .pickup_title {
	font-size: 26px;
	font-weight: bold;
	padding: 0 3rem;
	margin-top: -62px;
	margin-bottom: 4rem;
}
.pickup_box .pickup_title > strong {
	display: inline-block;
	background: #fff;
	padding: 10px 1em;
}
.pickup_product_title {
	align-items: flex-start;
	gap: .75rem;
	margin-bottom: 1.25rem;
}
.pickup_box .type {
	display: inline-block;
	color: #fff;
	background-color: var(--gray-color);
	font-size: 20px;
	font-weight: bold;
	padding: .55rem .65rem;
	border-radius: 5px;
}
.pickup_box .tag {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: var(--main-color);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 4.5em;
	height: 2.95em;
	padding: .16em 0;
	border-radius: 5px;
}
.pickup_box img {
	width: 100%;
}
.gum_list > div {
	margin-bottom: 0;
}

/* サポート */
.radiation-thermometer_support_list img {
	width: 100%;
	border-radius: 50%;
}

/* 事例 */
.radiation-thermometer_case_box {
	position: relative;
	padding: 4rem;
	border: 2px solid #D2D2D2;
	border-radius: 20px;
}
.radiation-thermometer_case_box .case_num {
	display: inline-block;
    position: absolute;
    top: -18px;
    left: 30px;
    color: #fff;
    background-color: #000;
    font-size: 20px;
    padding: 0 15px;
    font-weight: bold;
    border-radius: 5px;
}
.radiation-thermometer_case_list {
	--gap: 10%;
	justify-content: space-between;
	gap: 0 5rem;
}
.radiation-thermometer_case_list > li {
	position: relative;
	width: calc((100% - var(--gap))/2);
}
.radiation-thermometer_case_list > li:not(:nth-child(even))::before {
    content: "";
    position: absolute;
    display: inline-block;
    right: -16%;
    top: 50%;
    background-color: #000;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    width: 8%;
    aspect-ratio: 1 / 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.radiation-thermometer_case_list img {
	width: 100%;
	padding: 1.5rem;
	border: 2px solid #D2D2D2;
	
}
.radiation-thermometer_case_list .after img {
	border-color: var(--main-color);
}
.radiation-thermometer_case_list .case_tag {
	display: inline-block;
	background-color: var(--prompt-delivery-color);
	text-align: center;
	min-width: 5em;
	padding: 0 .8em;
	border-radius: 5px;
}

/* 基礎知識 */
.merit_box,
.demerit_box,
.features_box {
	display: inline-block;
	background-color: var(--prompt-delivery-color);
	text-align: center;
	padding: 0 .8em;
	border-radius: 5px;
}
.merit_box {
	background-color: var(--cat-color);
}
.demerit_box {
	background-color: var(--key-color);
}
.radiation-thermometer05_table_title {
	width: 150px;
}
.emissivity_list {
	--gap: 10%;
	gap: 2.5rem var(--gap);
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.emissivity_list > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc((100% - var(--gap))/2);
}
.emissivity_list.cl50 > div:not(:nth-child(2n)) {
	margin-right: 0;
}
.emissivity_list_imgBox img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 5px;
}
.radiation-thermometer_support_list.type_list img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid #D2D2D2;
}
.measure_environment {
	flex-wrap: wrap;
	gap: 0 3rem;
	max-width: 820px;
}
.measure_environment li {
	min-width: 360px;
}
.radiation-thermometer_case_box.type_huki {
	position: relative;
}
.radiation-thermometer_case_box.type_huki::before,
.radiation-thermometer_case_box.type_huki::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	border-style: solid;
	translate: -50% -100%;
}
.radiation-thermometer_case_box.type_huki::before {
/* 	border-width: 0 10px 20px 10px; */
	border-width: 0 30px 40px 30px;
	border-color: transparent transparent #D2D2D2;
}
.radiation-thermometer_case_box.type_huki::after {
/* 	border-width: 0 7.8px 15.5px 7.8px; */
	border-width: 0 27.5px 36.5px 27.5px;
	border-color: transparent transparent #fff;
}


/* =======================================
	お問い合わせ
========================================== */
.contact_btns {
	gap: 15px 5%;
}
.contact_btns > a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('../img/phone_banner.webp') center / cover no-repeat;
	min-height: 150px;
	width: 47.5%;
	margin-bottom: 0;
	color: #fff;
	border-radius: 15px;
	overflow: hidden;
}
.contact_btns > a:last-child {
	background: url('../img/line_banner.webp') center / cover no-repeat;
}
.contact_btns > a::before {
	content: '';
	background: rgba(0,0,0,0.5);
	position: absolute;
	inset: 0;
}
.contact_btns .flex_wrap {
	position: relative;
	align-items: center;
	gap: 2rem;
	z-index: 1;
}
.contact_btns .phone_icon,
.contact_btns .line_icon {
	max-width: 6.5rem;
    max-height: 6.5rem;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}
.contact_btn_text_content > p + p {
	margin-top: -5px;
}
.contact_btns img {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}
.contact_table_box tr {
	border-bottom: 1px solid #D2D2D2;
}
.contact_table_box th,
.contact_table_box td {
	border: none !important;
}
.contact_table_box.c_table_01 table tbody tr th {
	padding-top: 20px;
}
.contact_table_box td:has(input[type="radio"]) {
	display: flex;
	flex-direction: column;
}
td.zyuusyoBox > div:nth-child(1) input {
	width: 10em;
}
td.zyuusyoBox > div:nth-child(2) input:nth-child(1) {
	width: 100%;
}
.mfp_element_all {
	max-width: 100% !important;
}
.checkbox_content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.submit_box {
	position: relative;
	display: inline-block;
	margin: 10px auto 0;
}
.submit_box::before {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    margin: auto;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	transition: all .3s;
}
.submit_box:has(input[type="submit"]:hover)::before {
	border-color: var(--main-color);
}
.submit_box input[type="submit"] {
	font-size: 18px;
	font-weight: 500;
	border-radius: 9999px;
	background: var(--main-color);
	color: #fff;
	border: 1px solid var(--main-color);
	width: 100%;
	padding: 1.2rem 2.6em;
	cursor: pointer;
	transition: all .3s;
}
.submit_box input[type="submit"]:hover {
	color: var(--main-color);
	background: #fff;
}
.imp {
	color: var(--main-color);
	font-weight: 500;
}

.contact_type_btns li + li {
	margin-top: 25px;
}
.contact_type_btns li a {
	display: block;
	color: #000;
	background-color: var(--light-gray-bg);
	padding: 3rem 5rem;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	transition: all .3s;
}
.contact_type_btns li a:hover {
	color: #fff;
	background-color: var(--gray-color);
}
.contact_type_btns li a span {
	position: relative; 
	display: flex;
	align-items: center;
	width: 100%;
	padding-right: 2.2em;
}
.contact_type_btns li a span::before,
.contact_type_btns li a span::after {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    transition: all .4s;
}
.contact_type_btns li a span::before {
	right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: transparent;
    border: 1px solid var(--main-color);
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
}
.contact_type_btns li a span::after {
	right: 0.7em;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    margin: auto;
    vertical-align: middle;
    width: .3em;
    height: .3em;
    border-top: 1.5px solid var(--main-color);
    border-right: 1.5px solid var(--main-color);
}
.contact_type_btns li a:hover span::before {
	background-color: var(--main-color);
}
.contact_type_btns li a:hover span::after {
	border-color: #fff;
}
.contact_type_btns li a span svg {
	flex-shrink: 0;
	display: inline-block;
	width: 1em;
	margin-right: .65em;
}
.contact_type_btns li a span svg path {
	fill: #000;
	transition: all .3s;
}
.contact_type_btns li a:hover span svg path {
	fill: #fff;
}
.payment_list_title {
	flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
	.contact_btns > a {
		min-height: 120px;
	}
	.contact_btns .phone_icon,
	.contact_btns .line_icon {
		max-width: 5rem;
		max-height: 5rem;
	}
	.c_table_01 table tbody tr th,
	.c_table_01 table tbody tr td {
		padding: 15px;
	}
}
@media screen and (max-width: 767px) {
	.contact_btns {
		margin-bottom: 42px;
	}
	.contact_btns > a {
		width: 100%;
		border-radius: 8px;
	}
	.contact_table_box table {
		margin-bottom: 25px;
	}
	.c_table_01 table tbody tr,
	.c_table_01 table tbody tr th,
	.c_table_01 table tbody tr td {
		display: block;
		width: 100%;
		padding: 0;
	}
	.c_table_01 table tbody tr {
		padding: 15px 0;
	}
	.c_table_01 table tbody tr td {
		padding-top: 5px;
	}
	#contact label.c_b {
		margin-top: 20px;
	}
	.contact_content input[type="submit"] {
		max-width: 280px !important;
		font-size: 16.5px !important;
	}
}


/* =======================================
	お知らせ 一覧
========================================== */
.category_filter {
	--gap: 1rem;
	display: flex;
	gap: var(--gap);
}
.category_filter li {
	width: calc((100% - var(--gap)*3)/4);
}
.category_filter li a {
    display: flex;
	align-items: center;
	justify-content: center;
    position: relative;
	color: #000;
	background: var(--light-gray-bg);
    font-size: 1.6rem;
    text-align: center;
	height: 100%;
    padding: .5em 1em;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
	transition: all .3s;
}
.category_filter li.target a,
.category_filter li a:hover {
	color: #fff;
	background: var(--gray-color);
}

.news_archive_list > li {
	padding: 30px 0;
	border-bottom: 1px solid #D2D2D2;
}
.news_archive_list > li > a {
	color: #000;
}
.news_archive_list .btn01 {
	max-width: 240px;
}
.news_archive_list .btn01 span::before {
	right: 1.7em;
}
.category {
	color: #000;
	background-color: var(--cat-color);
	font-size: 1.4rem;
	text-align: center;
	padding: .2em 1em;
	border-radius: 3px;
	transition: all .3s;
}
.news_title_top .category:hover {
	opacity: .5;
}
.thumbnailBox {
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 2;
	margin: 0;
	margin-bottom: 1.55rem;
	overflow: hidden;
	border: 1px solid #D2D2D2;
}
.news_archive_list .thumbnailBox,
.news_archive_list .contentBox {
	margin-bottom: 0;
}
.thumbnailBox img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.thumbnailBox .product_type_label {
	display: inline-block;
	bottom: 1rem;
	left: 1rem;
	font-size: 16px;
	max-width: calc(100% - 2rem);
	padding: 0 .8em;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.excerpt {
	color: #808080;
}

.post_btn {
	width: 9.5em;
}
.post_btn.hidden,
.post_btn.hidden * {
	padding: 0 !important;
	margin: 0 !important;
}
.post_btn a {
	display: block;
	color: var(--gray-color);
	background-color: transparent;
	text-align: center;
	width: 100%;
	padding: .25em 1.5em;
	border: 1px solid var(--gray-color);
	border-radius: 5px;
	transition: all .3s;
}
.post_btn a:hover {
	color: #fff;
	background-color: var(--gray-color);
}
.post_btn a span {
	position: relative;
}
.post_btn.btn_prev a span {
	padding-left: 15px;
}
.post_btn.btn_next a span {
	padding-right: 15px;
}
.post_btn.btn_prev a span::before,
.post_btn.btn_next a span::before {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin: auto;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--gray-color);
    border-right: 2px solid var(--gray-color);
	transition: all .3s;
}
.post_btn.btn_prev a:hover span::before,
.post_btn.btn_next a:hover span::before {
	border-color: #fff;
}
.post_btn.btn_prev a span::before {
    left: 0;
    transform: translateY(-50%) rotate(225deg);
    -webkit-transform: translateY(-50%) rotate(225deg);
    -ms-transform: translateY(-50%) rotate(225deg);
}
.post_btn.btn_next a span::before {
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
}


/* =======================================
	お知らせ 詳細
========================================== */
.news_title_top .date {
	flex-shrink: 0;
}
.news_title_top .categories {
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}


/* =======================================
	製品 一覧
========================================== */
.full_content {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
.product_archive_list li {
	background: #fff;
	border: 1px solid #D2D2D2;
	border-radius: 10px;
	overflow: hidden;
}
.product_archive_list.cl25 li {
	width: 23.6%;
}
.product_archive_list.cl25 > li:not(:nth-child(4n)) {
	margin-right: 1.86%;
}
.product_archive_list.cl33 li {
	width: 32%;
}
.product_archive_list.cl33 > li:not(:nth-child(3n)) {
	margin-right: 1.95%;
}
.product_archive_list li a {
	color: #000;
}
.product_archive_list .titleBox {
	color: #fff;
	background: var(--gray-color);
}
.product_archive_list .thumbnailBox {
	margin-left: auto;
	margin-right: auto;
}
.product_archive_list .contentBox {
	padding: 2rem 2rem;
}
.product_archive_list .contentBox h3 {
	margin-bottom: 7px;
}
.product_archive_list .btn01 {
	max-width: 185px;
}
.product_archive_list .taxonomyBox {
	gap: .35rem .5rem;
}
.product_archive_list .taxonomyBox .taxonomy_tag {
	display: inline-block;
	color: #000;
	padding: .1em .7em;
    border-radius: 3px;
}
.taxonomy_tag.taxonomy_product-cat {
	background-color: var(--cat-color);
}
.taxonomy_tag.taxonomy_product-accessary {
	background-color: var(--light-gray-bg);
}
.taxonomy_tag.taxonomy_product-prompt-delivery {
	background-color: var(--prompt-delivery-color);
}
.taxonomy_tag.taxonomy_product-key {
	background-color: var(--key-color);
}

.product_outline_list li {
	border: 1px solid #D2D2D2;
}
.product_outline_list li a {
	color: #000;
}
.product_outline_list li a:hover {
	color: var(--main-color);
}
.product_outline_list .titleBox h3 {
	width: max-content;
	max-width: 95%;
	padding: .5rem 1rem;
	z-index: 2;
}
.product_outline_list .titleBox h3::before {
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	background-color: rgba(255, 255, 255, .8);
	z-index: -1;
}
.product_outline_list .thumbnailBox {
	width: 100%;
}
.product_outline_list .thumbnailBox {
	border: none;
	border-bottom: 1px solid #D2D2D2;
}
.product_outline_list .contentBox {
	padding: 1.5rem;
	padding-top: 0;
}
#product.taxonomy-product-key .contentBox .taxonomy-desc {
	background-color: #dcdcdc;
	padding: 1.5rem 3rem;
	border-radius: 15px;
}

/* product_cat */
.product_archive_list.product_cat .contentBox {
	padding: 2rem 1rem;
}
.product_cat .thumbnailBox {
	width: calc(100% - 2rem);
	aspect-ratio: 4 / 3;
}
.product_archive_list.product_cat .contentBox h3 {
	font-feature-settings: "palt";
}
.product_archive_list.product_cat .btn01 a {
	padding: 0.47em 2.6em;
}

/* product_key */
.product_archive_list.product_key li {
	border: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.product_archive_list.product_key .contentBox {
	padding: 0 2.95rem 2.4rem;
}
.product_key .thumbnailBox {
	width: calc(100% + 5.9rem);
	aspect-ratio: 352 / 207;
	margin: 0 -2.95rem 2rem;
	border: none;
}
.product_archive_list.product_key .contentBox h3 {
	position: relative;
	padding-right: 5rem;
	margin-bottom: 16px;
}
.product_archive_list.product_key .contentBox h3::before,
.product_archive_list.product_key .contentBox h3::after {
	content: "";
    display: block;
    position: absolute;
    top: 48%;
	transition: all .3s;
}
.product_archive_list.product_key .contentBox h3::before {
	right: 3px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: transparent;
    border: 1px solid #000;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}
.product_archive_list.product_key .contentBox h3::after {
	right: 20px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    margin: auto;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #000;
    border-right: 1.5px solid #000;
}
.product_archive_list.product_key a:hover .contentBox h3::before {
    background-color: #000;
}
.product_archive_list.product_key a:hover .contentBox h3::after {
    border-color: #fff;
}

.outlineBox li {
	border-radius: 10px;
	overflow: hidden;
}


/* =======================================
	製品 一覧（radiation-thermometer）
========================================== */
.radiation-thermometer_topBox_title .small {
	color: #4B5563;
}
.radiation-thermometer_topBox_title .big {
	font-size: 1.65em;
}
.radiation-thermometer_itemList {
	gap: 1rem 2.5rem;
}
.radiation-thermometer_topBox .radiation-thermometer_itemList {
	position: relative;
	padding-bottom: 150px;
}
.radiation-thermometer_topBox .radiation-thermometer_itemList::before {
	content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: 40px;
    background-color: var(--main-color);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 100px;
    aspect-ratio: 2 / 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.radiation-thermometer_itemList li {
	width: calc((100% - 12.5rem)/6);
}
.radiation-thermometer_itemList p {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	min-height: 3.15em;
}
.radiation-thermometer_itemList .radiation-thermometer_item_icon {
	width: 100%;
	aspect-ratio: 1 / 1;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	border-radius: 50%;
}
.radiation-thermometer_itemList .radiation-thermometer_item_icon svg {
	width: 29%;
	aspect-ratio: 1 / 1;
}
.radiation-thermometer_support {
	background-color: var(--light-gray-bg);
	padding: 3rem 3rem;
	box-shadow: 0 10px 15px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	border-radius: 10px;
}
.radiation-thermometer_support_img li {
	margin-bottom: 0 !important;
}
.radiation-thermometer_support_img img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
	overflow: hidden;
}
.radiation-thermometer_support_inner > .radiation-thermometer_support_content {
	margin-bottom: 0;
}
.radiation-thermometer_support .btn01 {
	display: inline-block;
	width: auto;
	max-width: unset;
}
.child_category_section.radiation-thermometer_section table.ac th {
	width: 140px;
}
.child_categoryBox_title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 3rem;
}
.child_categoryBox_title p {
	display: inline-block;
}
.child_categoryBox_title_logo {
	display: flex;
	gap: 1rem;
}
.child_categoryBox_img {
	height: 35px;
	border: 1px solid #E5E5E5;
}



/* =======================================
	製品 タクソノミー
========================================== */
.taxonomy_title {
	background: #F5DEB3;
	padding: 1rem 1rem;
}

.infoBox {
	background: var(--cat-color);
	padding: 2rem 3rem;
	border-radius: 10px;
}
.infoBox.green {
	background: var(--key-color);
}
.info_content {
	display: flex;
	align-items: center;
}
.info_content svg {
	width: 1.5em;
    margin-right: .65em;
}
.info_content svg path {
	fill: var(--main-color);
}
.prompt_delivery_banner {
	position: relative;
	background-image: url('../img/prompt-delivery-banner-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	transition: all .3s;
	overflow: hidden;
}
.prompt_delivery_banner:hover {
	opacity: .6;
}
.prompt_delivery_banner::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	background-image: url('../img/prompt-delivery-banner.webp');
	background-repeat: no-repeat;
	background-size: cover;
	width: 21.9%;
	aspect-ratio: 181 / 118;
}
.prompt_delivery_banner a {
	position: relative;
	display: block;
	color: #fff;
	padding: 0 10rem;
}
.prompt_delivery_banner a::before,
.prompt_delivery_banner a::after {
	content: "";
    display: block;
    position: absolute;
    top: 47%;
}
.prompt_delivery_banner:has(a.nolink) a::before,
.prompt_delivery_banner:has(a.nolink) a::after {
	display: none;
}
.prompt_delivery_banner a::before {
	right: 47px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: transparent;
    border: 1px solid #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}
.prompt_delivery_banner a::after {
	right: 66px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    margin: auto;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
}
.prompt_delivery_banner h3 {
	font-size: 35px;
	letter-spacing: .21em;
	text-indent: .21em;
}

.category_filter.child_category {
	display: flex;
	gap: 1rem 2%;
}
.category_filter.child_category li {
	width: 32%;
	min-width: 280px;
}
.category_filter.child_category li a {
	display: flex;
	gap: 0;
	background-color: #fff;
	width: 100%;
    padding: 1rem 1.35rem;
	border-radius: 10px;
}
.category_filter.child_category li a:hover {
	color: #000;
	background-color: #e6e6e6;
}
.category_filter.child_category .btn_category_img {
	flex-shrink: 0;
	width: 80px;
}
.category_filter.child_category .btn_category_img img {
	background-color: #fff;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border: 1px solid #E5E5E5;
}
.category_filter li a .btn_category_content {
	width: 100%;
	margin-left: 1.3rem;
}
@media screen and (max-width: 1024px) {
	.category_filter.child_category li {
		width: 100%;
		min-width: unset;
	}
	.category_filter.child_category li a {
		margin-bottom: .5rem;
		border-radius: 5px;
	}
	.category_filter.child_category .btn_category_img {
		width: 50px;
	}
}

.underline {
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
}


/* =======================================
	製品 詳細
========================================== */
.post_product_taxonomyBox {
	gap: .5rem;
}
.post_product_content .taxonomy_tag {
	color: #000;
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 3px;
	transition: all .3s;
}
.post_product_content a.taxonomy_tag:hover {
	opacity: .5;
}
.product_top_info {
	padding: 2.5rem;
	border: 1px solid #D2D2D2;
    border-radius: 10px;
	overflow: hidden;
}
.product_top_info img {
	width: 100%;
}
.product_top_info_text_inner {
	background-color: var(--light-gray-bg);
	padding: 2rem;
}

.catalog_banner {
	background-color: var(--gray-color);
	border: 1px solid var(--gray-color);
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	transition: all .3s;
}
.catalog_banner:hover {
	background-color: #fff;
}
.catalog_banner a {
	display: block;
	color: #fff;
	transition: all .3s;
}
.catalog_banner:hover a {
	color: var(--gray-color);
}
.catalog_banner p {
	display: flex;
	align-items: center;
	justify-content: center;
}
.catalog_banner p svg {
	width: 1em;
	margin-right: .65em;
}
.catalog_banner p svg path {
	fill: #fff;
	transition: all .3s;
}
.catalog_banner:hover p svg path {
	fill: var(--gray-color);
}

.prompt_delivery_info {
	background-color: var(--cat-color);
}
#product-detail .shop_links > ul > li {
	width: auto;
	height: 80px;
}

/* 製品 モーダル */
.modal-open,
.modal-close {
	display: inline-block;
	cursor: pointer;
}
.modal-open:hover,
.modal-close:hover {
	color: var(--main-color);
}
.modal-open .material-icons,
.modal-close .material-icons {
	display: inline-block;
	font-size: 1.3em;
	vertical-align: middle;
	margin-right: 5px;
}
.modal-close {
	margin-bottom: 2rem;
}
.modal-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    box-sizing: border-box;
    z-index: 9999;
}
.modal-outer,
.modal-content {
	display: none;
	opacity: 0;
    transition: opacity .25s ease;
}
.modal-outer.is-active,
.modal-outer.is-active .modal-content {
	display: block;
    opacity: 1;
}
.modal-outer .modal-content {
    display: block;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #fff;
	text-align: right;
    padding: 4rem;
	padding-top: 2rem;
	width: 70vw;
	max-width: 1200px;
    max-height: 80vh;
    overflow-y: auto;
}
.modal-content table th,
.modal-content table td {
	text-align: center;
}
.modal-content table img {
	margin-left: auto;
	margin-right: auto;
}
.modal-select-btn {
	background-color: transparent;
	color: #fff;
	background-color: var(--main-color);
	font-family: 'Noto Sans JP';
	font-size: 1em;
	font-weight: 600;
	padding: .1em 1.5em;
	margin: 5px;
	border: 1px solid var(--main-color);
	border-radius: 9999px;
	transition: all .3s;
	cursor: pointer;
}
.modal-select-btn:hover {
	color: var(--main-color);
	background-color: #fff;
}



