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

	Breakpoints
	ブレークポイントの一括管理

	$bp-tb : タブレット以下（～990px）
	$bp-sp     : スマートフォン（～600px）

	使い方:
	@include pc {
		...
	}
	@include tb {
		...
	}
	@include sp {
		...
	}

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

	PC/SP/TB

===============================================================*/
/* PC向けレイアウトの指定：990px～ */
@media (min-width: 991px) {
  .sp,
  .sp_tb,
  .tb {
    display: none !important;
  }
}
/* for PC min-width: 990px */
/* タブレット以下 */
@media (min-width: 601px) and (max-width: 990px) {
  .pc,
  .sp {
    display: none !important;
  }
}
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .pc,
  .pc_tb,
  .tb {
    display: none !important;
  }
}
/* for SP max-width: 600px */
/*===============================================================

	2016/5/2

===============================================================*/
/* 初期化
----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1.8;
  vertical-align: baseline;
  outline: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  font-style: normal;
  font-weight: normal;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

img {
  border: 0;
  vertical-align: middle;
  border-style: none;
}

ul, li {
  list-style: none;
}

option {
  padding-right: 1em;
}

address, caption {
  font-style: normal;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

ul a, li a {
  zoom: 1;
}

/* HTML5
----------------------------------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

video {
  background: #000;
}

/* 文字サイズ、装飾
----------------------------------------------------------------*/
.bold, strong {
  font-weight: bold;
}

.cap {
  font-size: 12px;
  line-height: 15px;
}

.red {
  color: #f06971;
}

.violet {
  color: #6d6886;
}

.yellow {
  color: #f4e228;
}

.blue {
  color: #1d50a2;
}

.lightblue {
  color: #00afd7;
}

.green {
  color: #80c878;
}

.brown {
  color: #633;
}

.pink {
  color: #db89ad;
}

.gray {
  color: #eaeeed;
}

.deepgray {
  color: #92999f;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

.replace {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

/* フロート関係
----------------------------------------------------------------*/
.clear {
  width: 100%;
  overflow: hidden;
}

.clearboth {
  clear: both;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.flol {
  float: left;
}

.flor {
  float: right;
}

/* マージン
----------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt01e {
  margin-top: 1em;
}

.mt02e {
  margin-top: 2em;
}

.mt03e {
  margin-top: 3em;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb01e {
  margin-bottom: 1em;
}

.mb02e {
  margin-bottom: 2em;
}

.mb03e {
  margin-bottom: 3em;
}

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

.pt05 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.p05 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.p50 {
  padding: 50px;
}

.p1em {
  padding: 1em;
}

.p15em {
  padding: 1.5em;
}

.p2em {
  padding: 2em;
}

.p5em {
  padding: 5em;
}

.p8em {
  padding: 8em;
}

.p10em {
  padding: 10em;
}

.p14em {
  padding: 14em;
}

.pt1rem {
  padding-top: 1rem;
}

.pt15rem {
  padding-top: 1.5rem;
}

.pt2rem {
  padding-top: 2rem;
}

.pt25rem {
  padding-top: 2.5rem;
}

.pt3rem {
  padding-top: 3rem;
}

.pt35rem {
  padding-top: 3.5rem;
}

.pt4rem {
  padding-top: 4rem;
}

.pt45rem {
  padding-top: 4.5rem;
}

.pt5rem {
  padding-top: 5rem;
}

.pb1rem {
  padding-bottom: 1rem;
}

.pb15rem {
  padding-bottom: 1.5rem;
}

.pb2rem {
  padding-bottom: 2rem;
}

.pb25rem {
  padding-bottom: 2.5rem;
}

.pb3rem {
  padding-bottom: 3rem;
}

.pb35rem {
  padding-bottom: 3.5rem;
}

.pb4rem {
  padding-bottom: 4rem;
}

.pb45rem {
  padding-bottom: 4.5rem;
}

.pb5rem {
  padding-bottom: 5rem;
}

/* html/body設定
----------------------------------------------------------------*/
body {
  width: 100%;
  background-color: #FAFAFA;
  color: #000;
  text-align: left;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  -webkit-text-size-adjust: none　; /* 縦横文字サイズ同じ */
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000;
  text-decoration: none;
  line-height: 1.8;
  -webkit-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -ms-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -moz-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -o-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
}

a:hover {
  color: #1d50a2;
}

.boxshadow {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～640px */
/* for SP max-width: 600px */
/*===============================================================

	基本文字サイズ

===============================================================*/
h2 {
  /*font-size:172%;	/* 24px */
  font-weight: bold;
}

h3 {
  /*font-size:172%;	/* 24px */
  font-weight: bold;
}

h4 {
  /*font-size:115%;	/* 16px */
  line-height: 1.4;
}

p {
  /*font-size:100%;	/* 14px */
  line-height: 1.8;
}

sup {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 15px;
}

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

	img fig

===============================================================*/
.fig img,
.fitimg img,
.photo img {
  width: 100%;
  height: auto;
}

.fitimg video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.fig {
  border: solid 1px #ddd;
}

.content .fig {
  margin-top: 30px;
}

.borderimg {
  border: solid 1px #ddd;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .content .fig {
    margin-top: 15px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	レイアウト

===============================================================*/
.content_width {
  width: 990px;
  margin: 0 auto;
}

/* タブレット以下 */
@media screen and (max-width: 990px) {
  .content_width {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*-------------------------------------------------------------
	section_company	会社案内
-------------------------------------------------------------*/
.pdf_link a {
  width: 280px;
  display: block;
  background: url(../images/asset/icon_pdf.png) no-repeat 10px 10px;
  background-size: 30px 30px;
  text-align: center;
  color: #1d50a2;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding: 15px 0;
  margin: 0 auto;
  border: solid 1px #1d50a2;
  text-decoration: none;
}

.pdf_link a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #1d50a2;
}

/* localnav_link */
.access_second_localnav_link {
  padding-top: 10px;
}

.access iframe {
  width: 100%;
  margin-top: 20px;
}

/*-------------------------------------------------------------
	philosophy	
-------------------------------------------------------------*/
.philosophy {
  padding: 20px;
  border: solid 1px #eee;
}

.section_company .philosophy .message {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}

.philosophy .name {
  text-align: right;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .philosophy {
    padding: 15px;
    border: 0;
  }
  .section_company .philosophy .message {
    font-size: 14px;
  }
  .section_company .philosophy .message br {
    display: none;
  }
  .philosophy .name {
    text-align: right;
  }
  .localnav_btns.office {
    width: auto;
  }
  .access_second_localnav_link {
    padding-top: 0px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	ヘッダ

===============================================================*/
/* PC */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #F5F5F5;
}

.header_top_row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.header_top_row .logo img {
  height: 40px;
}
.header_top_row .nav {
  display: flex;
  align-items: center;
}
.header_top_row .navlist {
  display: flex;
  margin-right: 32px;
}
.header_top_row .navlist li a {
  display: block;
  padding: 8px 24px;
}
.header_top_row .header_cart_btn {
  height: 48px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  margin-right: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #e06b18;
  border-radius: 8px;
  background-color: #e06b18;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.header_top_row .header_cart_btn i {
  font-size: 18px;
}
.header_top_row .header_cart_btn:hover {
  background-color: #c8550f;
  color: #fff;
  text-decoration: none;
}
.header_top_row .btn_blue {
  width: 160px;
  height: 48px;
  margin: 0;
}
.header_top_row .btn_blue a {
  height: 100%;
  padding: 0;
}

/* タブレット以下 */
@media screen and (max-width: 990px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .header_top_row .nav {
    display: none;
  }
  .header_top_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
  }
  .header_top_row .logo img {
    height: 40px;
  }
  /* タブレット CTA ボタン */
  .header_cta_btns {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .header_cta_btns .header_cart_btn {
    height: 40px;
    padding: 0 16px;
    font-size: 13px;
    gap: 6px;
  }
  .header_cta_btns .btn_blue {
    height: 40px;
    width: 120px;
    font-size: 13px;
  }
  .header_cta_btns .btn_blue a {
    height: 100%;
    padding: 0;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .header_cta_btns .header_cart_btn,
  .header_cta_btns .btn_blue {
    display: none;
  }
} /* for SP max-width: 600px */
/*===============================================================

	SP 固定下部バー

===============================================================*/
.fixed_bottom_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-around;
  padding: 8px 0;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

.fixed_bottom_bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.fixed_bottom_bar a:hover {
  background: #f5f5f5;
}

.fixed_bottom_bar .cart_btn i {
  color: #e06b18;
  font-size: 16px;
}

.fixed_bottom_bar .contact_btn i {
  color: #1d50a2;
  font-size: 16px;
}

/* SP でコンテンツ下部に余白 */
@media only screen and (max-width: 600px) {
  .section_wrp {
    padding-bottom: 60px;
  }
}
/*===============================================================

	header_nav

===============================================================*/
.header_nav_bar {
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 999;
  box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.1);
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*-------------------------------------------------------------
	header_nav	
-------------------------------------------------------------*/
.header_nav {
  position: relative;
  padding-bottom: 4px;
}

.header_nav .navlist {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 24px;
}
.header_nav .navlist li a {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 16px 0 12px;
  text-decoration: none;
  color: #000;
  border-bottom: solid 4px transparent;
}
.header_nav .navlist li a:hover {
  border-bottom: solid 4px #f4e228;
}

.header_nav .navlist li.current a {
  border-bottom: solid 4px #1d50a2;
}

.header_nav .navlist li.active a {
  border-bottom: solid 3px #f4e228;
}

.header_nav .navlist li .subnav {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.header_nav .navlist li .subnav li {
  width: 33%;
  float: left;
}

.header_nav .navlist li .subnav li a {
  text-align: left;
  background-image: url(../images/asset/txtlink_arw.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 16px;
  font-size: 14px;
  line-height: 40px;
  border: 0;
  color: #000;
}

.header_nav .navlist li .subnav li a:hover {
  border: 0;
  color: #6d6886;
}

.header_nav .navlist li .subnav li.blank_link a {
  text-align: left;
  background-image: url(../images/asset/txtlink_arw.png);
  background-image: url(../images/asset/icon-blank-nav.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 16px;
  font-size: 14px;
  line-height: 40px;
  border: 0;
  color: #000;
}

/* タブレット以下 */
@media screen and (max-width: 990px) {
  .header_nav_bar .header_nav {
    display: none;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*-------------------------------------------------------------
	subnav	
-------------------------------------------------------------*/
.subnav .icon {
  margin-left: 5px;
  font-weight: bold;
}

.header_nav_bar .subnav .icon {
  color: #6d6886;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*===============================================================

	MENU

===============================================================*/
/* タブレット以下 */
@media screen and (max-width: 990px) {
  .menu_bg {
    background: #1d50a2;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
  }
  .menu .menu_nav {
    background: #1d50a2;
    position: fixed;
    top: 72px;
    width: 100%;
    z-index: 999;
  }
  .menu .navlist {
    width: 100%;
    overflow: hidden;
  }
  .menu .navlist li a {
    width: 100%;
    font-weight: bold;
    display: block;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    line-height: 50px;
    text-decoration: none;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    position: relative;
  }
  .menu .navlist li.has_subnav > a::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-right: 2px solid rgba(255, 255, 255, 0.8);
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.2s ease;
  }
  .menu .navlist li.has_subnav.open > a::after {
    transform: translateY(-50%) rotate(135deg);
  }
  .menu .navlist li .subnav {
    display: none;
  }
  .menu .navlist li .subnav li a {
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px 0 40px;
    color: #1d50a2;
    background: #fff;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    background-image: url(../images/asset/sp_subnav_arw.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
  }
  .menu .navlist li .subnav li.blank_link a {
    background-image: url(../images/asset/sp_subnav_blank.png);
    background-size: 40px 40px;
  }
  .menu .closebtn {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    padding: 30px 0;
  }
  .menu .closebtn a {
    display: block;
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    width: 100px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    line-height: 40px;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*-------------------------------------------------------------
	menu-trigger
-------------------------------------------------------------*/
/* タブレット以下 */
@media screen and (max-width: 990px) {
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 30px;
    height: 20px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  /* animation */
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    -moz-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    -moz-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*===============================================================

	フッタ

===============================================================*/
.footer_wrp {
  width: 100%;
  text-align: center;
  background: #fff;
}

.footer {
  padding: 30px 0;
}

.footer .logo {
  width: 210px;
  margin: 0 auto;
}

.footer .logo img {
  width: 100%;
  height: auto;
}

.footer p {
  font-size: 16px;
  font-weight: bold;
  width: 300px;
  margin: 0 auto;
  margin-top: 10px;
}

.footer p strong {
  display: block;
  margin-top: 0;
  font-size: 12px;
  font-weight: normal;
}

.footer a {
  color: #000;
  text-decoration: none;
}

.footer a:hover {
  color: #666;
}

/* タブレット以下 */
@media screen and (max-width: 990px) {
  .footer {
    padding: 20px 0;
  }
  .footer .logo {
    width: 120px;
    margin: 0 auto;
  }
  .footer p {
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*-------------------------------------------------------------
	.footer_sitemap
-------------------------------------------------------------*/
.footer_sitemap_wrp {
  width: 100%;
  background: #1d50a2;
  padding-bottom: 0;
}

.footer_sitemap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: left;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding: 120px 0 40px;
}

.footer_sitemap + .footer_sitemap {
  border-bottom: solid 0px rgba(0, 0, 0, 0.1);
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  padding: 40px 0;
}

.footer_sitemap a {
  text-decoration: none;
  color: #fff;
}

.footer_sitemap a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer_sitemap .blank_link a {
  background: url(../images/asset/icon-blank-pc.gif);
  background-repeat: no-repeat;
  background-image: url(../images/asset/icon-blank-pc.gif);
  background-position: right -3px;
  padding-right: 20px;
}

.footer_sitemap ul li {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin-top: 20px;
}

.footer_sitemap ul li:first-child {
  margin-top: 0;
}

.footer_sitemap ul li ul {
  width: 100%;
  margin-top: 8px;
}

.footer_sitemap ul li ul li {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0px;
  padding: 4px 0;
}

.footer_sitemap_wrp .menubtn {
  display: none;
}

/* タブレット以下 */
@media screen and (max-width: 990px) {
  .footer_sitemap_wrp {
    padding-bottom: 20px;
  }
  .footer_sitemap {
    grid-template-columns: repeat(2, 1fr);
    padding: 60px 0 40px;
  }
  .footer_sitemap_wrp .menubtn {
    display: none;
  }
  .footer_sitemap_wrp .menubtn a {
    display: block;
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    width: 100px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    line-height: 40px;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .footer_sitemap_wrp .content_width {
    width: 240px;
    padding: 40px 0;
  }
  .footer_sitemap_wrp .menubtn {
    display: none;
  }
  .footer_sitemap {
    display: block;
    padding: 0;
    border-bottom: none;
  }
  .footer_sitemap + .footer_sitemap {
    padding: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.15);
    margin-top: 20px;
    padding-top: 20px;
  }
  .footer_sitemap ul li {
    font-size: 13px;
    margin-top: 20px;
  }
  .footer_sitemap ul li:first-child {
    margin-top: 0;
  }
  .footer_sitemap ul li ul {
    margin-top: 14px;
  }
  .footer_sitemap ul li ul li {
    font-size: 11px;
    padding: 3px 0;
    margin-top: 0;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	footer_copy_wrp	
-------------------------------------------------------------*/
.footer_copy_wrp {
  width: 100%;
  background: #ddd;
  text-align: center;
  padding: 16px 0;
}

.footer_copy_wrp .copyright {
  color: #666;
}

/* タブレット以下 */
@media screen and (max-width: 990px) {
  .footer_copy_wrp {
    padding: 10px 0;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*===============================================================

	button

===============================================================*/
/*-------------------------------------------------------------
	.btns	ボタン横並び
--------------------------------------------------------------*/
.btns {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

.btns .btn_youtube,
.btns .btn_pdf {
  width: auto;
  margin: 0;
}

.btns .btn_youtube a,
.btns .btn_pdf a {
  width: 240px;
  height: 64px;
}

/*-------------------------------------------------------------
	.btns_col	ボタン縦積み
--------------------------------------------------------------*/
.btns.btns_col {
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.btns.btns_col .btn_youtube,
.btns.btns_col .btn_pdf {
  width: 100%;
  max-width: 300px;
}

.btns.btns_col .btn_youtube a,
.btns.btns_col .btn_pdf a {
  width: 100%;
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .btns {
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }
  .btns .btn_youtube,
  .btns .btn_pdf {
    max-width: 100%;
  }
  .btns .btn_youtube a,
  .btns .btn_pdf a {
    width: 100%;
    height: 72px;
  }
  .btn_youtube a::after {
    top: 22px;
    right: 24px;
  }
} /* for SP max-width: 600px */
.btn_cta {
  display: flex;
  width: 344px;
  height: 48px;
  border: 1px solid #11277A;
  border-radius: 8px;
  background: #F3DD27;
  position: relative;
}

.btn_cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: bold;
  color: #11277A;
  text-decoration: none;
  opacity: 1;
  transform: rotate(0deg);
  transition: all 0.2s ease;
}

.btn_cta:hover {
  background: #E5C820;
  border-color: #0A1A5C;
}

.btn_cta:hover a {
  color: #0A1A5C;
  text-decoration: none;
}

.btn_cta:active {
  background: #D4B91E;
  transform: scale(0.98);
}

.contact_cap {
  border: 1px solid #ddd;
  background-color: #F3F3F3;
  text-align: center;
  padding: 30px;
  margin: 3rem 0;
}

.content02 p.telnumber {
  margin: 0;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .content02 p.telnumber {
    font-size: 2rem;
  }
}
.content02 p.telnumber a {
  color: #fd832a;
  text-decoration: none;
}

.content02 p.telnumber a:hover {
  color: #fd832a;
  text-decoration: underline;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

/*-------------------------------------------------------------
	ボタン共通ベース
-------------------------------------------------------------*/
.btn_blue,
.btn_white,
.btn_black,
.btn_orange {
  width: stretch;
  max-width: 300px;
  margin: 0 auto;
}

.btn_blue a,
.btn_blue input[type=submit],
.btn_white a,
.btn_white input[type=submit],
.btn_black a,
.btn_black input[type=submit],
.btn_orange a,
.btn_orange input[type=submit],
.btn_orange button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

/*-------------------------------------------------------------
	btn_blue: 青ボタン（文字色は白）
-------------------------------------------------------------*/
.btn_blue a,
.btn_blue input[type=submit] {
  background-color: #11277A;
  color: #fff;
  border-color: #11277A;
}

.btn_blue a:hover,
.btn_blue input[type=submit]:hover {
  background-color: #fff;
  border-color: #11277A;
  color: #11277A;
  text-decoration: none;
}

/*-------------------------------------------------------------
	btn_white: 白ボタン（文字色とボーダーは青）
-------------------------------------------------------------*/
.btn_white a,
.btn_white input[type=submit] {
  background-color: #fff;
  color: #11277A;
  border-color: #11277A;
}

.btn_white a:hover,
.btn_white input[type=submit]:hover {
  background-color: #11277A;
  color: #fff;
  border-color: #11277A;
  text-decoration: none;
}

/*-------------------------------------------------------------
	btn_black: 黒ボタン
-------------------------------------------------------------*/
.btn_black a,
.btn_black input[type=submit] {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.btn_black a:hover,
.btn_black input[type=submit]:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
  text-decoration: none;
}

/*-------------------------------------------------------------
	btn_orange: オレンジボタン（文字色は白）
-------------------------------------------------------------*/
.btn_orange a,
.btn_orange input[type=submit],
.btn_orange button {
  background-color: #fd832a;
  color: #fff;
  border-color: #fd832a;
}

.btn_orange a:hover,
.btn_orange input[type=submit]:hover,
.btn_orange button:hover {
  background-color: #e06b18;
  border-color: #e06b18;
  color: #fff;
  text-decoration: none;
}

/*-------------------------------------------------------------
	btn_row
-------------------------------------------------------------*/
.btn_row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.btn_row .btn_blue {
  flex: 1;
  min-width: 160px;
  margin: 0;
}

/*-------------------------------------------------------------
	btn_youtube
-------------------------------------------------------------*/
.btn_youtube {
  max-width: 300px;
  margin: 0 auto;
}

.btn_youtube a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  padding: 0 40px 0 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #11277A;
  background-color: #fff;
  color: #11277A;
  box-sizing: border-box;
  transition: background-color 0.2s ease, color 0.2s ease;
  position: relative;
}

.btn_youtube a::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 18px;
  right: 20px;
}

.btn_youtube a:hover {
  background-color: #11277A;
  color: #fff;
  text-decoration: none;
}

/*-------------------------------------------------------------
	btn_pdf
-------------------------------------------------------------*/
.btn_pdf {
  max-width: 300px;
  margin: 0 auto;
}

.btn_pdf a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 76px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #11277A;
  background-color: #11277A;
  color: #fff;
  box-sizing: border-box;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn_pdf a span {
  font-size: 12px;
}

.btn_pdf a:hover {
  background-color: #fff;
  border-color: #11277A;
  color: #11277A;
  text-decoration: none;
}

/*-------------------------------------------------------------
	btn_cart
-------------------------------------------------------------*/
.btn_cart {
  max-width: 300px;
  margin: 0 auto;
}
.btn_cart button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 76px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #e06b18;
  background-color: #e06b18;
  color: #fff;
  box-sizing: border-box;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn_cart button:hover {
  background-color: #fff;
  border-color: #e06b18;
  color: #e06b18;
  text-decoration: none;
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .btn_blue,
  .btn_white,
  .btn_black,
  .btn_orange {
    width: 80%;
    margin: 15px auto 0;
  }
  .btn_blue a,
  .btn_blue input[type=submit],
  .btn_white a,
  .btn_white input[type=submit],
  .btn_black a,
  .btn_black input[type=submit],
  .btn_orange a,
  .btn_orange input[type=submit] {
    font-size: 14px;
    padding: 12px 16px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	テーブル

===============================================================*/
table {
  width: 700px;
  margin: 0 auto;
  text-align: left;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}

table th {
  padding: 15px;
  font-weight: bold;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: #1d50a2;
}

table td {
  padding: 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 20px;
}

table td.right {
  text-align: right;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  table {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-top: 15px;
  }
  table th {
    font-size: 12px;
    line-height: 1.5;
    width: 35%;
    padding: 10px 0;
  }
  table td {
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 0;
  }
  table td.right {
    white-space: nowrap;
  }
  table td p {
    font-size: 12px;
    line-height: 1.4;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	content dl	
-------------------------------------------------------------*/
.content dl {
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #ddd;
}

.content dt {
  width: 10em;
  float: left;
  padding: 24px 32px;
  font-size: 16px;
  font-weight: bold;
  color: #11277A;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.content dd {
  padding: 24px 32px;
  padding-left: 10em;
  border-top: solid 1px #ddd;
  font-size: 16px;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .content dt {
    width: 100%;
    float: none;
    padding: 16px 0;
    font-weight: bold;
    border-top: solid 1px #ddd;
  }
  .content dd {
    padding: 0px 0 15px 0;
    border-top: solid 0px #ddd;
    line-height: 1.5;
  }
} /* for SP max-width: 600px */
.section_dfm_spec .content dt {
  width: 12em;
}

.section_dfm_spec .content dd {
  padding-left: 12em;
}

/*-------------------------------------------------------------
	spec_table：製品仕様テーブル
-------------------------------------------------------------*/
.spec_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 0;
}
.spec_table thead th {
  padding: 12px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #11277A;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.spec_table thead th:first-child {
  width: 30%;
}
.spec_table thead th:first-child, .spec_table thead th:nth-child(2) {
  border-left: none;
}
.spec_table tbody th[scope=row] {
  width: 30%;
  padding: 20px;
  font-size: 15px;
  font-weight: bold;
  color: #11277A;
  border-top: 1px solid #ddd;
  vertical-align: top;
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.spec_table tbody td {
  padding: 20px;
  font-size: 15px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  vertical-align: top;
  overflow-wrap: break-word;
}
.spec_table tbody td:first-of-type {
  border-left: none;
}

/* PC向けレイアウトの指定：990px～ */
@media only screen and (min-width: 990px) {
  .spec_table thead th:first-child {
    width: 260px;
  }
  .spec_table tbody th[scope=row] {
    width: 260px;
  }
}
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .spec_table thead th {
    padding: 8px 10px;
  }
  .spec_table thead th:first-child {
    width: 120px;
  }
  .spec_table tbody th[scope=row] {
    width: 120px;
    padding: 10px 8px;
    font-size: 12px;
  }
  .spec_table tbody td {
    padding: 10px 8px;
    font-size: 12px;
    line-height: 1.5;
  }
} /* for SP max-width: 600px */
/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .section_dfm_spec .content dt {
    width: 100%;
    float: none;
    padding: 16px 0;
    font-weight: bold;
    border-top: solid 1px #ddd;
  }
  .section_dfm_spec .content dd {
    padding: 0px 0 15px 0;
    border-top: solid 0px #ddd;
    line-height: 1.5;
  }
} /* for SP max-width: 600px */
/*===============================================================

	フォーム

===============================================================*/
/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*===============================================================

	pagetitle

===============================================================*/
.pagetitle {
  width: 100%;
  height: 180px;
  position: relative;
  background-color: #46435b;
  background-image: url("../images/bg/bg_poly_blue.png");
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 100%;
  text-align: center;
  align-content: center;
  color: #fff;
}

.pagetitle_content {
  width: 100%;
  margin: 0 auto;
}

.pagetitle_illust {
  position: absolute;
  right: 0;
  top: 40px;
  height: auto;
  width: 240px;
}

.pagetitle .title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
}

.pagetitle .type {
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
}
.pagetitle .type + .title {
  font-size: 56px;
  margin-top: 24px;
}
.pagetitle .subtitle {
  margin: 20px auto 0;
}
.pagetitle .subtitle .inner {
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  background: #fff;
  color: #333;
  display: inline;
  padding: 10px 20px;
}
.pagetitle .read {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 20px;
}

.pagetitle .caption {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: bold;
}

/* タブレット以下 */
@media screen and (max-width: 990px) {
  .pagetitle .title {
    font-size: 40px;
  }
  .pagetitle .type {
    font-size: 20px;
  }
  .pagetitle .type + .title {
    font-size: 36px;
    margin-top: 24px;
  }
  .pagetitle .subtitle {
    width: 480px;
    margin-top: 20px;
  }
  .pagetitle .subtitle .inner {
    display: inline-block;
    font-size: 18px;
    padding: 10px 20px;
  }
  .pagetitle .read {
    font-size: 15px;
    margin-top: 20px;
  }
  .pagetitle .caption {
    font-size: 18px;
    margin-top: 10px;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .pagetitle {
    height: 80px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-size: auto 100%;
  }
  .pagetitle .title {
    font-size: 20px;
  }
  .pagetitle .type {
    font-size: 14px;
  }
  .pagetitle .type + .title {
    font-size: min(28px, 7vw);
    margin-top: 18px;
  }
  .pagetitle .subtitle {
    width: unset;
    margin-top: 15px;
  }
  .pagetitle .subtitle .inner {
    display: inline-block;
    font-size: 14px;
  }
  .pagetitle .subtitle .inner + .inner {
    display: inline-block;
    padding: 0;
  }
  .pagetitle .read {
    font-size: 12px;
    margin-top: 16px;
  }
  .pagetitle .caption {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
    font-weight: bold;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	ページ別pagetitleスタイル
--------------------------------------------------------------*/
.page-df-j .pagetitle,
.page-livenet .pagetitle,
.page-df-m .pagetitle,
.page-signage-rental .pagetitle,
.page-guard .pagetitle,
.page-asc .pagetitle,
.page-cms .pagetitle,
.page-floor .pagetitle {
  height: 400px;
}

/* DF-R */
.page-df-r .pagetitle {
  background-color: #067D58;
  background-image: url(../images/bg/bg_poly_green.png);
}

.page-df-r .pagetitle .subtitle .inner {
  color: #067D58;
  display: flex;
  text-align: center;
  justify-content: center;
}

/* DF-J */
.page-df-j .pagetitle {
  background-color: #ba4d7d;
  background-image: url(../images/bg/bg_poly_pink.png);
}

.page-df-j .pagetitle .subtitle .inner {
  color: #ba4d7d;
}

.page-df-j .pagetitle .type + .title {
  font-size: 60px;
}

/* サイネージレンタル */
.page-signage-rental .pagetitle {
  background-color: #a36acd;
  background-image: url(../images/bg/bg_poly_purple.png);
}

.page-signage-rental .pagetitle .subtitle .inner {
  color: #a36acd;
}

.page-signage-rental .pagetitle .type + .title {
  font-size: 60px;
}

/* ガードマン */
.page-guard .pagetitle {
  background-color: #a36acd;
  background-image: url(../images/bg/bg_poly_purple.png);
}

.page-guard .pagetitle .subtitle .inner {
  color: #a36acd;
}

.page-guard .pagetitle .type + .title {
  font-size: 60px;
}

/* DF-M */
.page-df-m .pagetitle {
  background-color: #598ec3;
  background-image: url(../images/bg/bg_poly_blue.png);
}

.page-df-m .pagetitle .subtitle .inner {
  color: #598ec3;
}

.page-df-m .pagetitle .type + .title {
  font-size: 60px;
}

/* LIVE NET */
.page-livenet .pagetitle {
  background-color: #026D96;
  background-image: url(../images/bg/bg_poly_blue.png);
}

.page-livenet .pagetitle .subtitle .inner {
  color: #026D96;
}

.page-livenet .pagetitle .type + .title {
  font-size: 60px;
}

/* ASC */
.page-asc .pagetitle {
  background-color: #16a085;
  background-image: url(../images/bg/bg_poly_teal.png);
}

.page-asc .pagetitle .subtitle .inner {
  color: #026D96;
}

.page-asc .pagetitle .type + .title {
  font-size: 60px;
}

/* CMS */
.page-cms .pagetitle {
  background-color: #16a085;
  background-image: url(../images/bg/bg_poly_teal.png);
}

.page-cms .pagetitle .subtitle .inner {
  color: #16a085;
}

.page-cms .pagetitle .type + .title {
  font-size: 60px;
}

/* Floor */
.page-floor .pagetitle {
  background-color: #16a085;
  background-image: url(../images/bg/bg_poly_teal.png);
}

.page-floor .pagetitle .subtitle .inner {
  color: #026D96;
}

.page-floor .pagetitle .type + .title {
  font-size: 60px;
}

/* 共通レスポンシブ */
/* タブレット以下 */
@media screen and (max-width: 990px) {
  .pagetitle_illust {
    display: none;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .page-df-j .pagetitle .type + .title,
  .page-livenet .pagetitle .type + .title,
  .page-df-m .pagetitle .type + .title,
  .page-signage-rental .pagetitle .type + .title,
  .page-guard .pagetitle .type + .title,
  .page-asc .pagetitle .type + .title,
  .page-cms .pagetitle .type + .title,
  .page-floor .pagetitle .type + .title {
    font-size: 28px;
  }
  .page-signage-rental .pagetitle .type + .title,
  .page-guard .pagetitle .type + .title {
    font-size: 25px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	headbar

===============================================================*/
.headbar {
  background-color: #11277A;
  padding: 16px 24px;
  color: #fff;
  margin-top: 40px;
}

.headline + .headbar,
.headbar:first-child {
  margin-top: 0;
}

.headbar + .content {
  margin-top: 20px;
}

.section .section_inner:has(.headbar) {
  margin-top: 0;
}

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

	accordion

===============================================================*/
.accordion {
  position: relative;
}

.accordion_icon {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}

.accordion_icon_inner {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
  transition: transform 0.3s ease;
}

.accordion_title .accordion_icon {
  transform-origin: 20px center;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.accordion_title.active .accordion_icon {
  transform: rotate(0deg);
}

/* タブレット以下 */
@media screen and (max-width: 990px) {
  .accordion_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 13px;
    top: 13px;
  }
  .accordion_icon_inner {
    position: relative;
    width: 20px;
    height: 20px;
  }
  .accordion_icon span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: #fff;
    border-radius: 0px;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .accordion_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 5px;
    top: 0px;
  }
  .accordion_icon_inner {
    position: relative;
    width: 20px;
    height: 20px;
  }
  .accordion_icon span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    width: 20px;
    height: 2px;
    background-color: #9993b6;
    border-radius: 0px;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	.accordion_title
-------------------------------------------------------------*/
.accordion_title {
  background-color: #174082;
}
.accordion_title:hover {
  background-color: #174082;
}
.accordion_title {
  position: relative;
  height: 64px;
  padding: 0 40px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion_title h3 {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.accordion_title .icon {
  display: flex;
  text-align: center;
  color: #174082;
  font-size: 20px;
  font-weight: bold;
  background: #f4e228;
  padding: 4px 8px;
  border-radius: 4px;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .accordion_title h3 {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 30px 10px 10px;
    color: #fff;
    text-align: left;
  }
  .accordion_title .icon {
    position: absolute;
    top: -15px;
    left: -10px;
    width: 50px;
    text-align: center;
    color: #174082;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    background: #f4e228;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	.accordion_body
-------------------------------------------------------------*/
.accordion_body {
  background: #eeedf1;
  padding: 35px;
  overflow: hidden;
}

#section_jobs .accordion + .accordion {
  margin-top: 40px;
}

.accordion_body .column {
  width: 100%;
}

#section_jobs .accordion_body {
  background: none;
}

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

	localnav_btns

===============================================================*/
.localnav_btns ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.localnav_btns li a {
  text-decoration: none;
  display: block;
  background-color: #fff;
  text-align: center;
  color: #1d50a2;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding: 15px 0;
  border: solid 1px #1d50a2;
}

/* 20210322追加2行用 */
.localnav_btns li.line2 a {
  text-decoration: none;
  display: block;
  background-color: #fff;
  text-align: center;
  color: #1d50a2;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding: 5px 0;
  border: solid 1px #1d50a2;
}

.localnav_btns li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #1d50a2;
}

/* 20210322追加2行用 */
.localnav_btns li.line2 a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #1d50a2;
}

/* タブレット：～989px */
@media screen and (max-width: 990px) {
  .localnav_btns ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .localnav_btns li a,
  .localnav_btns li.line2 a {
    font-size: 14px;
  }
} /* for tablet max-width: 990px */
/* SP：～600px */
@media only screen and (max-width: 600px) {
  .localnav_btns ul {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .localnav_btns li a,
  .localnav_btns li.line2 a {
    text-align: left;
    border: 0;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #7e77a4;
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    background-image: url(../images/asset/txtlink_arw.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 4px 7px;
    padding-left: 10px;
  }
  .localnav_btns ul li a:hover,
  .localnav_btns ul li.line2 a:hover {
    color: #1d50a2;
    background-color: #fff;
  }
} /* for SP max-width: 600px */
/*===============================================================

	ページ別localnav_btnsスタイル

===============================================================*/
/* LIVE NETページ - 3列ナビゲーション */
.page-livenet .localnav_btns ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.page-livenet .localnav_btns li a {
  text-decoration: none;
  display: block;
  background-color: #fff;
  text-align: center;
  color: #1d50a2;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  padding: 28px 0;
  border: solid 1px #1d50a2;
  height: 80px;
  box-sizing: border-box;
}

.page-livenet .localnav_btns li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #1d50a2;
}

/* 会社概要ページ - 4列ナビゲーション */
.page-company .localnav_btns ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.page-company .localnav_btns li a {
  text-decoration: none;
  display: block;
  background-color: #fff;
  text-align: center;
  color: #1d50a2;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding: 15px 0;
  border: solid 1px #1d50a2;
  height: 72px;
  box-sizing: border-box;
}

.page-company .localnav_btns li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #1d50a2;
}

/* 共通レスポンシブ */
/* タブレット：～989px */
@media screen and (max-width: 990px) {
  .page-livenet .localnav_btns ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .page-livenet .localnav_btns li a {
    height: 64px;
    padding: 20px 0;
  }
  .page-company .localnav_btns ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .page-company .localnav_btns li a {
    font-size: 14px;
    height: 64px;
    padding: 10px 0;
  }
} /* for tablet max-width: 990px */
/* SP：～600px */
@media only screen and (max-width: 600px) {
  .page-livenet .localnav_btns ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-company .localnav_btns ul {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .page-company .localnav_btns li a {
    text-align: left;
    border: 0;
    padding: 8px;
    margin: 0;
    text-decoration: none;
    color: #7e77a4;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    background-image: url(../images/asset/txtlink_arw.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 4px 7px;
    padding-left: 14px;
    height: 40px;
  }
  .page-company .localnav_btns ul li a:hover {
    color: #1d50a2;
    background-color: #fff;
  }
} /* for SP max-width: 600px */
/*===============================================================

	localnav_link

===============================================================*/
.localnav_link {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.localnav_link ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.localnav_link ul li a {
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #ccc;
  font-size: 16px;
}

.localnav_link ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.localnav_link ul li a:hover {
  color: #1d50a2;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .localnav_link {
    display: block;
    padding: 20px;
    background-color: #FAFAFA;
  }
  .localnav_link ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .localnav_link ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 2;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    background-image: url(../images/asset/txtlink_arw.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px 12px;
    padding-left: 12px;
  }
  .localnav_link ul li:last-child a {
    margin-right: 0;
    padding-right: 0;
  }
  .localnav_link ul li a:hover {
    color: #1d50a2;
  }
} /* for SP max-width: 600px */
/*===============================================================

20240521
localnav_link02

===============================================================*/
.localnav_link02 {
  /*position: relative;*/
  overflow: hidden;
  padding-top: 30px;
}

.localnav_link02 ul {
  /*position: relative;*/
  /*left: 50%;*/
  /*float: left;*/
  margin: 0 auto;
  text-align: center;
}

.localnav_link02 ul li a {
  text-decoration: none;
  color: #000;
  /*margin-right:20px;*/
  /*padding-right:20px;*/
  /*border-right:solid 1px #ccc;*/
  font-size: 16px;
}

.localnav_link02 ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
  border-right: solid 0px #ddd;
}

.localnav_link02 ul li a:hover {
  color: #1d50a2;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .localnav_link02 {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-bottom: solid 1px #ddd;
  }
  .localnav_link02 ul {
    position: relative;
    left: 0;
    float: none;
  }
  .localnav_link02 ul li {
    position: relative;
    left: 0;
    float: none;
  }
  .localnav_link02 ul li a {
    text-decoration: none;
    color: #7e77a4;
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    margin-right: 0;
    padding-right: 0;
    border-right: solid 0px #ccc;
    background-image: url(../images/asset/txtlink_arw.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 4px 7px;
    padding-left: 10px;
  }
  .localnav_link02 ul li:last-child a {
    margin-right: 0;
    padding-right: 0;
    border-right: solid 0px #ddd;
  }
  .localnav_link02 ul li a:hover {
    color: #1d50a2;
  }
} /* for SP max-width: 600px */
/*===============================================================

	card

===============================================================*/
.card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.card h3 a,
.card h4 a {
  text-decoration: none;
  color: #000;
}
.card h3 {
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
}
.card h3 .underline {
  border-bottom: solid 2px #000;
  padding-bottom: 10px;
  font-weight: bold;
}
.card p {
  height: 100%;
  line-height: 1.8;
}

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

	linkarea

===============================================================*/
.linkarea h3 {
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

.linkarea h3 a,
.linkarea h4 a {
  text-decoration: none;
  color: #000;
}

.linkarea p {
  height: 100%;
  margin-top: 25px;
  line-height: 1.6;
}

/* link	*/
.linkarea_hover h3 a,
.linkarea_hover h4 a,
.linkarea.hover h3 a,
.linkarea.hover h4 a,
.card.hover h3 a,
.card.hover h4 a {
  color: #6d6886;
}

.linkarea_hover h3 .underline,
.linkarea.hover h3 .underline,
.card.hover h3 .underline {
  border-bottom: solid 2px #6d6886;
}

.linkarea.haslink.hover img,
.card.haslink.hover img {
  opacity: 0.8;
}

.linkarea.nolink h3 a,
.card.nolink h3 a {
  color: #000;
}

.linkarea.nolink h3 .underline,
.card.nolink h3 .underline {
  border-bottom: solid 2px #ddd;
  border-bottom: solid 0px #ddd;
}

.linkarea.nolink p,
.card.nolink p {
  margin-top: 20px;
  line-height: 1.6;
}

.haslink {
  cursor: pointer;
}

/* タブレット以下 */
@media screen and (max-width: 990px) {
  .linkarea h3,
  .card h3 {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
  }
  .linkarea h3 a,
  .linkarea h4 a,
  .card h3 a,
  .card h4 a {
    text-decoration: none;
    color: #000;
  }
  .linkarea p,
  .card p {
    font-size: 12px;
    margin-top: 20px;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .linkarea h3,
  .card h3 {
    font-size: 20px;
    margin-top: 16px;
  }
  .linkarea h3 .underline,
  .card h3 .underline {
    padding-bottom: 2px;
  }
  .linkarea p,
  .card p {
    margin-top: 10px;
    line-height: 1.5;
  }
  .linkarea.nolink p,
  .card.nolink p {
    font-size: 16px;
    margin-top: 8px;
  }
  .linkarea.haslink.hover img,
  .card.haslink.hover img {
    opacity: 1;
  }
} /* for SP max-width: 600px */
/*===============================================================

	linkarea sp_hover

===============================================================*/
.linkarea .fitimg,
.card .fitimg {
  position: relative;
  display: block;
}

.linkarea img,
.card img {
  width: 100%;
  height: auto;
}

.linkarea .hover_mask,
.linkarea .hover_line,
.card .hover_mask,
.card .hover_line {
  opacity: 0;
  transition: all 0.2s;
}

.linkarea .hover_mask,
.card .hover_mask {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  -webkit-transform: scaleX(0.5) scaleY(0.5);
  transform: scaleX(0.5) scaleY(0.5);
  -moz-transform: scaleX(0.5) scaleY(0.5);
  -ms-transform: scaleX(0.5) scaleY(0.5);
}

.linkarea .hover_line,
.card .hover_line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  z-index: 11;
}

.linkarea .hover_line_h,
.card .hover_line_h {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

.linkarea_hover .hover_mask,
.linkarea_hover .hover_line {
  opacity: 1;
}

.linkarea_hover .hover_mask,
.linkarea_hover .hover_line_h {
  -webkit-transform: scaleX(1) scaleY(1) rotate(0deg);
  transform: scaleX(1) scaleY(1) rotate(0deg);
  -moz-transform: scaleX(1) scaleY(1) rotate(0deg);
  -ms-transform: scaleX(1) scaleY(1) rotate(0deg);
}

.linkarea_hover .hover_line_v {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

/* arw版　override **/
.linkarea.linkarea_arw .hover_line,
.card.linkarea_arw .hover_line {
  left: auto;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  z-index: 11;
}

.linkarea.linkarea_arw .hover_line_h,
.linkarea.linkarea_arw .hover_line_V,
.card.linkarea_arw .hover_line_h,
.card.linkarea_arw .hover_line_V {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.linkarea_hover.linkarea_arw .hover_line_h {
  right: 18px;
  -webkit-transform: rotate(45deg) translateY(-10px);
  transform: rotate(45deg) translateY(-10px);
  -moz-transform: rotate(45deg) translateY(-10px);
  -ms-transform: rotate(45deg) translateY(-10px);
}

.linkarea_hover.linkarea_arw .hover_line_v {
  right: 18px;
  -webkit-transform: rotate(-45deg) translateY(10px);
  transform: rotate(-45deg) translateY(10px);
  -moz-transform: rotate(-45deg) translateY(10px);
  -ms-transform: rotate(-45deg) translateY(10px);
}

/* arw版　overrideここまで */
/* タブレット以下 */
/* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*===============================================================

	linkarea

===============================================================*/
.linkarea img.auto,
.card img.auto {
  width: auto;
  height: auto;
}

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

	txtbg_photo

===============================================================*/
.txtbg_photo {
  height: 280px;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  margin-top: 40px;
}

/*-------------------------------------------------------------
	.txtbg_photo.headline	アイコン＋見出し中央揃え（DF-R）
--------------------------------------------------------------*/
.txtbg_photo.headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 40px 20px;
}

.txtbg_photo.headline h2 {
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
}

/*-------------------------------------------------------------
	.headline + .circle_list	見出し＋円形リスト（データ連携）
--------------------------------------------------------------*/
.txtbg_photo:has(.circle_list) {
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.txtbg_photo .headline .headline_title {
  background: url(../images/icon/data_arw.png) no-repeat center right;
  background-size: 32px 32px;
  color: #fff;
  font-size: 32px;
  width: 200px;
  margin: 0 auto;
}

.txtbg_photo .circle_list {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.txtbg_photo .circle_list li {
  width: 148px;
  display: flex;
  aspect-ratio: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 35px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  justify-content: center;
  align-items: center;
}

/*-------------------------------------------------------------
	checklist	チェックリスト
--------------------------------------------------------------*/
.txtbg_photo .checklist li {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.txtbg_photo .checklist_2col {
  gap: 0 40px;
  padding: 80px;
  justify-content: center;
}

.txtbg_photo .checklist_2col li {
  width: calc(50% - 80px);
}

/*-------------------------------------------------------------
	list3column	汎用3列リスト（会社概要）
--------------------------------------------------------------*/
.txtbg_photo .list li {
  width: 50%;
  float: left;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
}

.txtbg_photo .list3column {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.txtbg_photo .list3column li {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* タブレット以下 */
@media screen and (max-width: 990px) {
  .txtbg_photo .circle_list {
    gap: 16px;
  }
  .txtbg_photo .circle_list li {
    width: 120px;
    font-size: 14px;
    padding: 20px 0;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .txtbg_photo {
    padding: 20px;
    margin-top: 24px;
  }
  .txtbg_photo:has(.circle_list) {
    height: 220px;
    gap: 20px;
  }
  .txtbg_photo .headline .headline_title {
    background-size: 40px 40px;
    font-size: 24px;
    padding: 0;
  }
  .txtbg_photo .circle_list {
    align-items: center;
    gap: 10px;
  }
  .txtbg_photo .circle_list li {
    width: 120px;
    line-height: 1.25;
    padding: 16px 0;
  }
  .txtbg_photo .list li {
    width: 100%;
    float: none;
    font-size: 16px;
    line-height: 30px;
  }
  .txtbg_photo .list3column {
    flex-direction: column;
    gap: 10px;
  }
  .txtbg_photo .list3column li {
    font-size: 16px;
    line-height: 30px;
  }
  .txtbg_photo .checklist_2col {
    height: 100%;
    gap: 0;
    padding: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .txtbg_photo .checklist_2col li {
    width: 120px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	checklist

===============================================================*/
.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist li {
  padding-left: 30px;
  background: url("../images/asset/icon_check.png") no-repeat left center;
  background-size: 20px auto;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}

.checklist_2col {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 32px;
}

.checklist_2col li {
  width: calc(50% - 16px);
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .checklist_2col li {
    width: 100%;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	content_block	中央寄せh3見出し＋本文p のパターン
--------------------------------------------------------------*/
.content_block h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.content_block p {
  font-size: 16px;
  margin-top: 32px;
}

.content_block:first-child p {
  font-size: 16px;
  margin-top: 0;
}

/*-------------------------------------------------------------
	list_block	h3見出し＋黒丸リスト
--------------------------------------------------------------*/
.list_block {
  text-align: center;
}

.list_block h3 {
  font-size: 24px;
  /* margin-bottom: 16px; */
}

.list_block p {
  display: inline-block;
  text-align: left;
  font-size: 20px;
  line-height: 1.6;
}

.list_block h3 + p {
  margin-top: 16px;
}

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

	mainvisual

===============================================================*/
.mainvisual {
  height: 520px;
  margin: 0 auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mainvisual_content {
  max-width: 990px;
  height: -webkit-fill-available;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}

.mainvisual_group {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.mainvisual_group .badges {
  display: flex;
  gap: 16px;
}
.mainvisual_group .badge {
  width: 160px;
  height: auto;
}
.mainvisual_group .badge img {
  width: 100%;
  height: auto;
}

.mainvisual_title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 96px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin-left: 32px;
}
.mainvisual_title span {
  font-size: 0.5833333333em;
}

/* for tablet max-width: 990px */
/* タブレット以下 */
@media (max-width: 990px) {
  .mainvisual {
    height: fit-content;
  }
  .mainvisual_content {
    padding: 8vw 0;
  }
  .mainvisual_group {
    gap: 3.2vw;
  }
  .mainvisual_group .btn_cta {
    width: 34.4vw;
    height: 4.8vw;
  }
  .mainvisual_title {
    font-size: 9.6vw;
  }
}
/* for mobile max-width: 768px */
/* スマートフォン以下 */
@media screen and (max-width: 768px) {
  .mainvisual {
    width: 100%;
    height: 660px;
  }
  .mainvisual_content {
    max-width: 358px;
    padding: 260px 0 20px;
  }
  .mainvisual_group {
    width: 100%;
    gap: 32px;
  }
  .mainvisual_group .badges {
    display: flex;
    gap: 14px;
    margin: 0 auto;
  }
  .mainvisual_group .badge {
    width: 160px;
    height: auto;
  }
  .mainvisual_group .btn_cta {
    width: 342px;
    height: 60px;
    font-size: 20px;
  }
  .mainvisual_title {
    width: 100%;
    font-size: 64px;
    white-space: nowrap;
    margin-left: 0;
  }
  .mainvisual_title span {
    font-size: 46px;
  }
} /* for tablet max-width: 990px */
/*===============================================================

	con-cta

===============================================================*/
.section .content.con-cta .bg-blue01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  margin-bottom: 40px;
}
.section .content.con-cta img {
  width: 100%;
}
.section .content.con-cta .btn_cta {
  margin: 0 auto;
}

@media screen and (max-width: 990px) {
  .section .content.con-cta {
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .section .content.con-cta .bg-blue01 {
    padding: 32px 24px;
    margin-bottom: 40px;
    flex-direction: column;
    gap: 20px;
  }
  .section .content.con-cta .btn_cta {
    width: 100%;
    height: 60px;
    margin: 0 auto;
  }
}
/*===============================================================

.section_banner

===============================================================*/
.section_banner .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/*-------------------------------------------------------------
	bnr_list
-------------------------------------------------------------*/
.section_banner .bnr_list {
  width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
}
.section_banner .bnr_list img {
  width: 100%;
  height: auto;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .section_banner .bnr_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .section_banner .bnr_list img {
    width: 100%;
    height: auto;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	ssaj_link 日本防犯設備協会へのリンク
-------------------------------------------------------------*/
.ssaj_link {
  font-size: 16px;
  border: solid 1px #11277A;
  background-color: #fff;
  padding: 24px 48px;
}

.ssaj_link .btn_blue {
  margin: 20px auto 0;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .ssaj_link {
    height: fit-content;
    padding: 24px;
  }
  .ssaj_link .txtlink a {
    width: fit-content;
  }
} /* for SP max-width: 600px */
/*===============================================================

	section_top_topics

===============================================================*/
.section_top-topics .left {
  float: left;
  width: 64.89%;
}

.section_top_topics .rss_list {
  margin-top: 50px;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .section_top_topics .left,
  .section_top_topics .bnr_list {
    float: none;
    width: 100%;
  }
  .section_top_topics .rss_list {
    margin-top: 30px;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	.section_top-topics .topic_list
-------------------------------------------------------------*/
.content .topic_list dl {
  display: grid;
  grid-template-columns: 8em 1fr;
  border-top: solid 1px #ddd;
  margin-top: 20px;
}

.content .topic_list dt {
  padding: 24px 0;
  border-bottom: solid 1px #ddd;
  font-size: 14px;
  font-weight: bold;
  color: #11277A;
}

.content .topic_list dd {
  padding: 24px 0;
  border-bottom: solid 1px #ddd;
  font-size: 14px;
}
.content .topic_list dd a {
  color: #000;
  text-decoration: none;
}
.content .topic_list dd a:hover {
  color: #1d50a2;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .content .topic_list dl {
    grid-template-columns: 7em 1fr;
  }
  .content .topic_list dt,
  .content .topic_list dd {
    font-size: 13px;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	.section_top-topics .rss_list
-------------------------------------------------------------*/
.section_top-topics .rss_list h3 {
  font-size: 25px;
}

.section_top-topics .rss_list h3 span {
  font-size: 12px;
  margin-left: 10px;
}

.section_top-topics .rss_news {
  margin-top: 20px;
}

.section_top-topics .rssHeader {
  display: none;
}

.section_top-topics .rssBody ul {
  border-top: solid 1px #ddd;
}

.section_top-topics .rssBody li {
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
}

.section_top-topics .rssBody h5 {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
}

.section_top-topics .rssBody div {
  color: #666;
  font-size: 12px;
  line-height: 18px;
}

.btn_more {
  width: 200px;
  margin: 0 auto;
  margin-top: 30px;
}

.btn_more span {
  text-decoration: none;
  display: block;
  background-color: #fff;
  text-align: center;
  color: #1d50a2;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  padding: 15px 0;
  border: solid 1px #1d50a2;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}

.btn_more span:hover {
  text-decoration: none;
  color: #fff;
  background-color: #1d50a2;
}

.btn_more.active .open {
  display: none;
}

.btn_more.active .close {
  display: block;
}

.btn_more .close {
  display: none;
}

.rssBody .more_content ul {
  border-top: none;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .section_top-topics .rss_list h3 {
    font-size: 18px;
  }
  .section_top-topics .rssBody h5 {
    font-size: 12px;
    line-height: 18px;
  }
  .section_top-topics .btn_more {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .section_top-topics .btn_more span {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
  }
  .section_top-topics .btn_more span:hover {
    background: #fff;
    color: #1d50a2;
  }
} /* for SP max-width: 600px */
/*===============================================================

	お知らせ一覧ページ

===============================================================*/
.section_news .content dl {
  display: grid;
  grid-template-columns: 8em 1fr;
  border-top: solid 1px #ddd;
  margin-top: 0;
}

.section_news .content dt {
  padding: 24px 0;
  border-bottom: solid 1px #ddd;
  font-size: 14px;
  font-weight: bold;
  color: #11277A;
}

.section_news .content dd {
  padding: 24px 0;
  border-bottom: solid 1px #ddd;
  font-size: 14px;
}
.section_news .content dd a {
  color: #000;
  text-decoration: none;
}
.section_news .content dd a:hover {
  color: #1d50a2;
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .section_news .content dl {
    grid-template-columns: 7em 1fr;
  }
  .section_news .content dt,
  .section_news .content dd {
    font-size: 13px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	404 NOT FOUND

===============================================================*/
.notfound {
  text-align: center;
}

.notfound h4 {
  margin-top: 0px;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}

.notfound p {
  margin-top: 20px;
}

.notfound p a {
  text-decoration: underline;
}

.notfound ul {
  margin-top: 10px;
  background: #eee;
  padding: 40px;
}

.notfound li {
  margin-top: 10px;
}

.notfound li:first-child {
  margin-top: 0;
}

/* タブレット以下 */
/* for tablet max-width: 1000px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .notfound {
    text-align: left;
  }
  .notfound ul {
    padding: 20px;
  }
  .notfound li {
    margin-top: 5px;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	section_sitemap　サイトマップ
-------------------------------------------------------------*/
.section_sitemap {
  text-align: left;
}

.section_sitemap a {
  text-decoration: none;
  color: #000;
}

.section_sitemap a:hover {
  color: #6d6886;
}

.section_sitemap .mainnav {
  width: 50%;
  float: left;
}

.section_sitemap .mainnav > li {
  width: 90%;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin-top: 30px;
}

.section_sitemap .mainnav > li a {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.section_sitemap .subnav {
  margin-top: 15px;
  width: 100%;
}

.section_sitemap .subnav .icon {
  color: #6d6886;
  width: 100%;
}

.section_sitemap .subnav li {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin-top: 5px;
}

.section_sitemap .subnav li a {
  padding-left: 13px;
  background-image: url(../images/asset/txtlink_arw.png);
  background-position: left center;
  background-repeat: no-repeat;
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (max-width: 990px) {
  .section_sitemap .mainnav {
    width: 100%;
    float: none;
  }
  .section_sitemap .mainnav li {
    font-size: 16px;
    padding-bottom: 0;
    margin-top: 10px;
  }
  .section_sitemap .subnav {
    margin-top: 0;
  }
  .section_sitemap .subnav li {
    font-size: 14px;
    margin-top: 5px;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
/*-------------------------------------------------------------
	section_privacy　プライバシーポリシー	
-------------------------------------------------------------*/
.section_privacy h3 {
  margin-top: 40px;
}

.section_privacy ul {
  margin-top: 20px;
  padding-left: 1em;
}

.section_privacy li {
  font-size: 16px;
  line-height: 1.8;
  text-indent: -1em;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .section_privacy h3 {
    margin-top: 20px;
  }
  .section_privacy ul {
    margin-top: 15px;
  }
  .section_privacy li {
    font-size: 14px;
  }
}
/*-------------------------------------------------------------
	form_section　お問い合わせ
-------------------------------------------------------------*/
.form_content table {
  border-top: 1px solid #ddd;
  margin: 30px auto;
}

.form_content table th {
  padding: 20px 0;
  font-size: 16px;
  color: #000;
  width: 200px;
  border-bottom: 1px solid #ddd;
}

.form_content table td {
  padding: 20px 0;
  font-size: 16px;
  color: #000;
  margin-left: 200px;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
}

.form_content table td {
  padding: 20px 0;
  font-size: 16px;
  color: #000;
  margin-left: 200px;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
}

.form_content table td input {
  margin-right: 10px;
  color: #333;
}

.form_content table td label {
  margin-right: 20px;
  cursor: pointer;
}

.form_content table td .post_mark {
  margin-right: 5px;
  float: left;
}

.form_content .btn_white {
  margin-top: 20px;
}

.form_content .mark {
  color: #c00;
  padding-left: 5px;
}

.form_content p .mark {
  padding-left: 0;
}

.form_content table td input.text_l,
.form_content table td input.text_m,
.form_content table td input.text_s {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 16px;
  border-radius: 3px;
  margin-right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.form_content table td input.text_l {
  width: 75%;
}

.form_content table td input.text_m {
  width: 50%;
}

.form_content table td input.text_s {
  width: 25%;
}

.form_content table td select {
  font-size: 100%;
}

.form_content table td textarea {
  width: 75%;
  height: 125px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.form_content table td p {
  margin: 0px 0 5px;
}

.form_content .notes {
  height: 300px;
  overflow: scroll;
  margin-top: 0;
}

.form_content .notes h5 {
  margin-top: 20px;
  font-weight: bold;
}

.form_content .notes p {
  margin: 5px 0 0 0;
  font-size: 12px;
  line-height: 18px;
}

.form_content .agree {
  text-align: center;
  margin-top: 10px;
}

/* タブレット以下 */
@media screen and (max-width: 940px) {
  .form_content p {
    margin: 0;
    padding: 0;
  }
  .form_content table {
    width: 100%;
  }
  .form_content .btn_white {
    padding-bottom: 20px;
  }
} /* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .form_content p {
    font-size: 14px;
  }
  .form_content table {
    margin: 20px 0 0;
  }
  .form_content table th,
  .form_content table td {
    padding: 10px 10px;
    width: auto;
    display: block;
  }
  .form_content table th {
    font-size: 14px;
    width: auto;
    float: none;
    padding-bottom: 5px;
    border-bottom: none;
  }
  .form_content table td {
    font-size: 14px;
    margin-left: 0;
    line-height: 30px;
    padding-top: 0;
  }
  .form_content table td p {
    margin: 0;
  }
  .form_content .mark {
    font-size: 14px;
    padding-left: 0;
  }
  .form_content table td input.text_l,
  .form_content table td input.text_m,
  .form_content table td textarea {
    width: 100%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form_content table td input.text_s {
    width: auto;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form_content table td select {
    width: 90%;
  }
  .form_content .notes h5 {
    margin-top: 10px;
  }
  .form_content .notes h5 + p {
    margin-top: 0;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	contact_form_wrap　WPForms style
-------------------------------------------------------------*/
.contact_intro {
  text-align: center;
  margin-bottom: 8px;
}
.contact_intro p {
  margin: 6px 0;
  font-size: 15px;
}

.contact_required_note {
  text-align: center;
  font-size: 13px;
  color: #c0392b;
  margin-top: 4px;
}

.contact_form_wrap {
  margin-top: 40px;
}
.contact_form_wrap .wpforms-field-container {
  display: flex;
  flex-direction: column;
}
.contact_form_wrap .wpforms-field {
  display: flex;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid #eee;
  gap: 24px;
}
.contact_form_wrap .wpforms-field-label {
  flex: 0 0 160px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin: 0;
  padding-top: 12px;
}
.contact_form_wrap .wpforms-field-label .wpforms-required-label {
  color: #c0392b;
  margin-left: 2px;
}
.contact_form_wrap .wpforms-field-body {
  flex: 1;
}
.contact_form_wrap .wpforms-field-large {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}
.contact_form_wrap .wpforms-field-small {
  width: 160px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}
.contact_form_wrap .wpforms-field-sublabel {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}
.contact_form_wrap .wpforms-radio-group,
.contact_form_wrap .wpforms-checkbox-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 10px;
}
.contact_form_wrap .wpforms-radio-group label,
.contact_form_wrap .wpforms-checkbox-group label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
}
.contact_form_wrap .wpforms-field-select-wrap select {
  height: 44px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  min-width: 240px;
  box-sizing: border-box;
}
.contact_form_wrap .wpforms-field-textarea-wrap textarea {
  width: 100%;
  min-height: 160px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  resize: vertical;
  box-sizing: border-box;
}
.contact_form_wrap .wpforms-field-note {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
  line-height: 1.7;
}
.contact_form_wrap .wpforms-file-upload-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 10px;
}
.contact_form_wrap .wpforms-file-btn {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  background: #fff;
}
.contact_form_wrap .wpforms-file-btn input[type=file] {
  display: none;
}
.contact_form_wrap .wpforms-file-no-select {
  font-size: 13px;
  color: #999;
}
.contact_form_wrap .wpforms-notes-wrap {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  padding: 16px;
  font-size: 13px;
  line-height: 1.8;
  background: #fafafa;
  border-radius: 4px;
}
.contact_form_wrap .wpforms-notes-wrap p {
  margin: 0 0 8px;
}
.contact_form_wrap .wpforms-notes-wrap a {
  color: #11277A;
}
.contact_form_wrap .wpforms-agree-wrap {
  margin-top: 16px;
}
.contact_form_wrap .wpforms-agree-wrap label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
}
.contact_form_wrap .wpforms-submit-wrap {
  margin-top: 48px;
  text-align: center;
}
.contact_form_wrap .wpforms-submit-wrap .btn_orange {
  display: inline-block;
  min-width: 240px;
  margin: 0 auto;
}

.contact_tel_section {
  padding: 40px 20px;
}

.contact_tel_box {
  max-width: 800px;
  margin: 0 auto;
  background: #ebebeb;
  padding: 40px 48px;
  text-align: center;
  border-radius: 4px;
}
.contact_tel_box .contact_tel_label {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}
.contact_tel_box .contact_tel_num {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
}
.contact_tel_box .contact_tel_num a {
  color: #f07800;
  text-decoration: none;
}
.contact_tel_box .contact_tel_hours {
  font-size: 13px;
  color: #666;
  margin-top: 8px;
}

@media screen and (max-width: 990px) {
  .contact_form_wrap .wpforms-field {
    flex-direction: column;
    gap: 6px;
  }
  .contact_form_wrap .wpforms-field-label {
    flex: none;
    padding-top: 0;
  }
  .contact_form_wrap .wpforms-field-select-wrap select {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .contact_tel_section {
    padding: 24px 16px;
  }
  .contact_tel_box {
    padding: 28px 24px;
  }
  .contact_tel_box .contact_tel_num {
    font-size: 32px;
  }
}
/*-------------------------------------------------------------	
	section_area　対応エリア	
-------------------------------------------------------------*/
.section_area .headline + .content {
  /*margin-top:30px;*/
}

.area_map {
  width: 600px;
  margin: 0 auto;
  height: auto;
  padding: 50px 0;
}

.section_area h3 {
  font-size: 22px;
  margin-top: 50px;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
}

.section_area h3:first-child {
  margin-top: 0;
}

.section_area .headbar h3 {
  font-size: inherit;
  margin-top: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.section_area .area_map + dl {
  margin-top: 0;
}

.section_index .column .title {
  font-size: 22px;
  margin-top: 40px;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  text-align: left;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .area_map {
    width: 100%;
    padding: 20px 0;
    display: none;
  }
  .section_area h3 {
    font-size: 18px;
    margin-top: 30px;
  }
  .section_index .column .title {
    font-size: 18px;
    margin-top: 30px;
    padding-bottom: 5px;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------	
	section_support　サポート	
------------------------------------------------------------*/
.full_list {
  width: 102.8571%;
}

.full_list li {
  float: left;
  margin-top: 20px;
  width: 22.2222%;
  margin-right: 2.7777%;
  border: 1px solid #ccc;
  padding: 15px 0;
  font-weight: normal;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../images/asset/bg_graytile.jpg);
  background-position: top center;
  background-repeat: repeat;
  font-size: 20px;
}

.full_list li:first-child {
  margin-left: 0;
}

.section_support h3 {
  margin-top: 50px;
  text-align: center;
  font-size: 20px;
}

.section_support .notes {
  margin-top: 40px;
}

.section_support dl {
  margin-top: 30px;
}

.section_support dt {
  font-weight: bold;
  color: #1d50a2;
}

.section_support dt.dt2 {
  width: 20em;
}

.section_support dd.dd2 {
  padding-left: 20em;
}

.section_support dd {
  text-align: right;
}

/* タブレット以下 */
@media screen and (max-width: 990px) {
  .full_list li {
    font-size: 16px;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .full_list li {
    width: 47.2221%;
    margin-right: 2.7777%;
    margin-top: 10px;
    font-size: 14px;
  }
  .section_support h3 {
    margin-top: 30px;
    font-size: 14px;
  }
  .section_support_spot h4 {
    font-size: 14px;
  }
  .section_support .notes {
    margin-top: 20px;
  }
  .section_support dl {
    margin-top: 10px;
  }
  .section_support dt {
    width: auto;
  }
  .section_support dd {
    width: auto;
    text-align: left;
  }
  .section_support dt.dt2 {
    width: auto;
  }
  .section_support dd.dd2 {
    padding-left: 0;
  }
} /* for SP max-width: 600px */
/*===============================================================

	特許一覧

===============================================================*/
table.patentlist01 {
  border-collapse: collapse;
  width: 100%;
}

.patentlist01 th,
.patentlist01 td {
  min-width: 160px;
  padding: 30px 10px;
  border: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
}

.patentlist01 th {
  font-size: 18px;
}

.patentlist01 tr.head th {
  background: #F7F7F7;
}

.patentlist01 tr:not(.head) th,
.patentlist01 tr:not(.head) td {
  text-align: left;
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .patentlist01 .head {
    display: none;
  }
  .patentlist01 {
    width: 100%;
  }
  table.patentlist01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table.patentlist01 td:first-child {
    background: #ff7bac;
    color: #fff;
    font-weight: bold;
  }
  table.patentlist01 td:before {
    content: attr(data-label);
    font-size: 0.7rem;
    font-weight: bold;
    color: #999;
    display: block;
  }
  .patentlist01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
  .patentlist01 th,
  .patentlist01 td {
    font-size: 12px;
  }
  .patentlist01 th.gray {
    background: #0B308E;
    color: #fff;
  }
}
/*===============================================================

	company

===============================================================*/
/*-------------------------------------------------------------
	about セクション
-------------------------------------------------------------*/
.about_visual {
  margin-top: 32px;
}
.about_visual img {
  width: 100%;
  height: auto;
  display: block;
}

.about_catchphrase {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 32px 0 20px;
}

.about_three_points {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.about_three_points li {
  flex: 1;
  border: solid 1px #ccc;
  text-align: center;
  padding: 14px 8px;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
}

/*-------------------------------------------------------------
	h3.title（会社案内ページ区切り見出し）
-------------------------------------------------------------*/
h3.title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 14px;
  border-bottom: solid 1px #ccc;
  margin-top: 48px;
  margin-bottom: 0;
}

h3.title:first-child {
  margin-top: 0;
}

/*-------------------------------------------------------------
	.company_creed_list（社是・社訓）
-------------------------------------------------------------*/
.company_creed_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.company_creed_list li {
  padding: 6px 0;
  line-height: 1.8;
}

/* SP：～600px */
@media only screen and (max-width: 600px) {
  .about_catchphrase {
    font-size: 18px;
    margin: 24px 0 16px;
  }
  .about_three_points {
    flex-direction: column;
    gap: 10px;
  }
  h3.title {
    font-size: 17px;
    margin-top: 36px;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	.outline_list
-------------------------------------------------------------*/
.outline_list dl {
  display: grid;
  grid-template-columns: 160px 1fr;
}

.outline_list dt,
.outline_list dd {
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

.outline_list dl {
  border-top: 1px solid #ccc;
}

/* タブレット：～989px */
@media screen and (max-width: 989px) {
  .outline_list dl {
    grid-template-columns: 140px 1fr;
  }
} /* for tablet max-width: 989px */
/* SP：～600px */
@media only screen and (max-width: 600px) {
  .outline_list dl {
    grid-template-columns: 100px 1fr;
  }
  .outline_list dt,
  .outline_list dd {
    padding: 16px 20px;
    font-size: 13px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	cart
	ショッピングカートページ

===============================================================*/
/*-------------------------------------------------------------
	section_cart
-------------------------------------------------------------*/
.section_cart > .section_inner {
  max-width: 800px;
}

/*-------------------------------------------------------------
	cart_status　ステータスバー
-------------------------------------------------------------*/
.cart_status {
  padding: 40px 0;
}

.cart_status_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cart_status_item {
  flex: 0.25;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.cart_status_item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 34px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #ccc;
  z-index: 0;
}

.cart_status_num {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: #ccc;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.cart_status_label {
  margin-top: 8px;
  font-size: 14px;
  color: #999;
  text-align: center;
  white-space: nowrap;
}

.cart_status_item.active .cart_status_num {
  background: #11277A;
  border-color: #11277A;
}
.cart_status_item.active .cart_status_label {
  color: #11277A;
  font-weight: bold;
}

.cart_status_item.done .cart_status_num {
  background: #11277A;
  border-color: #11277A;
}
.cart_status_item.done:not(:last-child)::after {
  background: #11277A;
}

/*-------------------------------------------------------------
	cart_section　ステップ内セクション
-------------------------------------------------------------*/
.cart_section {
  margin-top: 40px;
  border-top: 2px solid #11277A;
  padding-top: 24px;
}

.cart_section_title {
  font-size: 16px;
  font-weight: bold;
  color: #11277A;
  margin-bottom: 20px;
}

/*-------------------------------------------------------------
	cart_radio_group　ラジオボタン選択肢
-------------------------------------------------------------*/
.cart_radio_group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cart_radio_item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #333;
}
.cart_radio_item input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #11277A;
  cursor: pointer;
}

/*-------------------------------------------------------------
	cart_note　備考テキストエリア
-------------------------------------------------------------*/
.cart_note {
  width: 100%;
  min-height: 120px;
  padding: 12px 14px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}
.cart_note:focus {
  outline: none;
  border-color: #11277A;
}

/*-------------------------------------------------------------
	cart_review_dl　確認ページ dl リスト
-------------------------------------------------------------*/
.cart_review_dl {
  display: flex;
  flex-direction: column;
}

.cart_review_row {
  display: flex;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}
.cart_review_row dt {
  flex: 0 0 140px;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}
.cart_review_row dd {
  flex: 1;
  font-size: 15px;
  color: #333;
  margin: 0;
}

/*-------------------------------------------------------------
	cart_complete　完了ページ
-------------------------------------------------------------*/
.cart_complete {
  text-align: center;
  padding: 40px 0 20px;
}

.cart_complete_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #11277A;
  color: #fff;
  font-size: 40px;
  margin: 0 auto 24px;
}

.cart_complete_title {
  font-size: 24px;
  font-weight: bold;
  color: #11277A;
  margin-bottom: 20px;
}

.cart_complete_msg {
  font-size: 15px;
  line-height: 2;
  color: #555;
  margin-bottom: 40px;
}

/*-------------------------------------------------------------
	cart_intro
-------------------------------------------------------------*/
.cart_intro {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
}

/*-------------------------------------------------------------
	cart_table_wrap
-------------------------------------------------------------*/
.cart_table_wrap {
  margin-top: 20px;
}

.cart_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 4px solid #11277A;
}
.cart_table thead th {
  padding: 12px 16px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ddd;
  background: #f9f9f9;
  white-space: nowrap;
}
.cart_table thead th.col_name {
  text-align: left;
}
.cart_table tbody td {
  padding: 16px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
.cart_table tbody td.col_name {
  text-align: left;
}
.cart_table tfoot td {
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
}
.cart_table tfoot td.total_label {
  text-align: right;
  color: #333;
  border-top: 1px solid #ccc;
}
.cart_table tfoot td.total_price {
  text-align: center;
  color: #11277A;
  font-size: 20px;
  border-top: 1px solid #ccc;
}
.cart_table .col_qty {
  width: 140px;
}
.cart_table .col_qty .qty_spinner {
  display: flex;
  justify-content: center;
}
.cart_table .col_qty .qty_spinner input[type=number] {
  width: 40px;
  display: flex;
  border: none;
  padding: 8px 16px;
}
.cart_table .col_qty .qty_spinner .qty_btn.qty_minus,
.cart_table .col_qty .qty_spinner .qty_btn.qty_plus {
  border: none;
  width: 20px;
  height: 32px;
}
.cart_table .col_price,
.cart_table .col_subtotal {
  width: 110px;
  white-space: nowrap;
}
.cart_table .col_action {
  width: 80px;
}

.cart_delete_btn {
  padding: 6px 14px;
  font-size: 13px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.cart_delete_btn:hover {
  background-color: #e8e8e8;
}

.cart_table_caption {
  margin-top: 12px;
  font-size: 12px;
  color: #999;
  text-align: right;
}

/*-------------------------------------------------------------
	cart_form_wrap　お客様情報入力フォーム
-------------------------------------------------------------*/
.cart_form_wrap {
  margin-top: 80px;
}
.cart_form_wrap .wpforms-field-container {
  display: flex;
  flex-direction: column;
}
.cart_form_wrap .wpforms-field {
  display: flex;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid #eee;
}
.cart_form_wrap .wpforms-field-label {
  flex: 0 0 130px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin: 0;
}
.cart_form_wrap .wpforms-field-label .wpforms-required-label {
  color: #c0392b;
  margin-left: 2px;
}
.cart_form_wrap .wpforms-field-large {
  flex: 1;
  height: 44px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.cart_form_wrap .wpforms-field-large:focus {
  outline: none;
  border-color: #11277A;
}
.cart_form_wrap .wpforms-field-small {
  width: 160px;
  height: 44px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.cart_form_wrap .wpforms-field-small:focus {
  outline: none;
  border-color: #11277A;
}

/*-------------------------------------------------------------
	cart_btns　ボタンエリア
-------------------------------------------------------------*/
.cart_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.cart_btns .btn_black,
.cart_btns .btn_orange {
  flex: 1;
  max-width: 240px;
  margin: 0;
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .cart_status_num {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  .cart_status_item:not(:last-child)::after {
    top: 15px;
  }
  .cart_status_label {
    font-size: 10px;
  }
  .cart_table thead th,
  .cart_table tbody td,
  .cart_table tfoot td {
    padding: 10px 6px;
    font-size: 12px;
  }
  .cart_table .col_qty {
    width: 100px;
  }
  .cart_table .col_qty .qty_spinner {
    gap: 3px;
  }
  .cart_table .col_qty .qty_btn {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }
  .cart_table .col_qty input[type=number] {
    width: 36px;
    height: 32px;
    font-size: 13px;
  }
  .cart_table .col_price,
  .cart_table .col_subtotal {
    width: 72px;
  }
  .cart_table tfoot td.total_price {
    font-size: 16px;
  }
  .cart_form_wrap .wpforms-field {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .cart_form_wrap .wpforms-field-label {
    flex: none;
  }
  .cart_form_wrap .wpforms-field-large {
    width: 100%;
    flex: none;
  }
  .cart_form_wrap .wpforms-field-small {
    width: 130px;
  }
  .cart_btns {
    flex-direction: column;
  }
  .cart_btns .btn_black,
  .cart_btns .btn_orange {
    max-width: 100%;
    width: 100%;
  }
} /* for SP max-width: 600px */
/*===============================================================

	カートバッジ（ヘッダー）

===============================================================*/
.header_cart_btn {
  position: relative;
}

.cart_badge {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 9px;
  background: #e63e2e;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  box-sizing: border-box;
  pointer-events: none;
}

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

	カートに追加通知ポップアップ

===============================================================*/
.cart_added_notice {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  max-width: 320px;
  width: calc(100% - 48px);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.cart_added_notice.show {
  opacity: 1;
  transform: translateY(0);
}
.cart_added_notice .cart_notice_msg {
  font-size: 14px;
  margin-bottom: 14px;
  color: #333;
}
.cart_added_notice .cart_notice_btns {
  display: flex;
  gap: 10px;
}
.cart_added_notice .btn_notice_cart {
  flex: 1;
  display: block;
  text-align: center;
  padding: 8px 0;
  background: #1d50a2;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
}
.cart_added_notice .btn_notice_continue {
  flex: 1;
  padding: 8px 0;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
}

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

	商品ページ：カートに追加ウィジェット

===============================================================*/
.cart_add_widget {
  width: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
}
.cart_add_widget .product_action_qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 0 20px;
  border: 1px solid #333;
  box-sizing: border-box;
  border-radius: 8px;
}
.cart_add_widget .product_action_qty label {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.cart_add_widget .product_action_qty .qty_spinner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_add_widget .product_action_qty .qty_btn {
  cursor: pointer;
  border: none;
  background: #EEEEEE;
  width: 20px;
  height: 32px;
}
.cart_add_widget .product_action_qty input[type=number] {
  width: 40px;
  border: none;
  padding: 8px 16px;
  text-align: center;
  box-sizing: border-box;
  -moz-appearance: textfield;
  appearance: textfield;
}
.cart_add_widget .product_action_qty input[type=number]::-webkit-outer-spin-button, .cart_add_widget .product_action_qty input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart_add_widget .btn_cart,
.cart_add_widget .btn_pdf {
  width: 100%;
}

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

	カート：エラー・空状態

===============================================================*/
.cart_empty {
  text-align: center;
  padding: 40px 0;
  font-size: 15px;
  color: #666;
}
.cart_empty a {
  color: #1d50a2;
}

.field_error {
  border-color: #e63e2e !important;
  background: #fff5f5;
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .cart_added_notice {
    bottom: 16px;
    right: 16px;
  }
  .cart_add_widget {
    flex-direction: column;
    align-items: flex-start;
  }
} /* for SP max-width: 600px */
/*===============================================================

	サービスページ テーマカラー

===============================================================*/
/* DF-R */
.page-df-r .headline_icon,
.page-df-r table th {
  color: #067D58;
}

/* DF-J */
.page-df-j .headline_icon,
.page-df-j table th {
  color: #ba4d7d;
}

/* LIVE NET */
.page-livenet .headline_icon,
.page-livenet table th {
  color: #026D96;
}

/* サイネージレンタル */
.page-signage-rental .headline_icon,
.page-signage-rental table th {
  color: #a36acd;
}

/* ASC / Floor */
.page-asc .headline_icon,
.page-asc table th,
.page-floor .headline_icon,
.page-floor table th {
  color: #026D96;
}

/* ガードマン */
.page-guard .headline_icon,
.page-guard table th {
  color: #a36acd;
}

/* CMS */
.page-cms .headline_icon,
.page-cms table th {
  color: #16a085;
}

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

	製品一覧・製品詳細（productlist）

===============================================================*/
/* ---- パンくずリスト ---- */
.breadcrumb {
  padding: 10px 0;
}

.breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1080px;
  font-size: 13px;
  color: #888;
}

.breadcrumb_item {
  display: flex;
  align-items: center;
}
.breadcrumb_item + .breadcrumb_item::before {
  content: "›";
  margin: 0 8px;
  color: #bbb;
}
.breadcrumb_item a {
  color: #1d50a2;
  text-decoration: none;
}
.breadcrumb_item a:hover {
  text-decoration: underline;
}

.breadcrumb_current {
  color: #555;
}

/* ---- 戻るリンク ---- */
.back_link {
  margin-top: 40px;
  font-size: 13px;
}
.back_link a {
  color: #888;
  text-decoration: none;
}
.back_link a:hover {
  color: #1d50a2;
  text-decoration: underline;
}

/* ---- single: 製品詳細 メイン画像 ---- */
.product_detail_img {
  max-height: 400px;
  width: 100%;
  object-fit: contain;
  display: block;
}

/* ---- archive: 製品カード一覧 ---- */
.section_productlist .product_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.product_card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.product_card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.product_card .product_card_img {
  width: 100%;
  aspect-ratio: 3/1;
  overflow: hidden;
  background: #f5f5f5;
}
.product_card .product_card_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.product_card .product_card_body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
}
.product_card .product_card_body .product_card_maker {
  font-size: 12px;
  color: #888;
  margin: 0 0 4px;
}
.product_card .product_card_body .product_card_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 6px;
}
.product_card .product_card_body .product_card_title a {
  color: #222;
  text-decoration: none;
}
.product_card .product_card_body .product_card_title a:hover {
  color: #1d50a2;
}
.product_card .product_card_body .product_card_model {
  font-size: 13px;
  color: #555;
  margin: 0 0 8px;
}
.product_card .product_card_body .product_card_price {
  font-size: 15px;
  font-weight: bold;
  color: #c0392b;
  margin: 0 0 16px;
}
.product_card .product_card_body .btn_blue {
  margin-top: auto;
}

/* ページネーション */
.section_productlist .pagination {
  margin-top: 48px;
  text-align: center;
}
.section_productlist .pagination .page-numbers {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 2px;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
}
.section_productlist .pagination .page-numbers.current {
  background: #1d50a2;
  color: #fff;
  border-color: #1d50a2;
}
.section_productlist .pagination .page-numbers:hover:not(.current) {
  background: #f0f4fb;
}

/* ---- 製品一覧 フィルター／並び替えバー ---- */
.product_filter {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 32px;
  border-radius: 8px;
}

.product_filter_item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.product_filter_item label {
  font-size: 12px;
  color: #666;
  font-weight: bold;
}
.product_filter_item select {
  appearance: none;
  -webkit-appearance: none;
  padding: 9px 36px 9px 14px;
  border: 1px solid #ccd3e0;
  border-radius: 6px;
  font-size: 14px;
  color: #222;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2311277A' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;
  min-width: 160px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.product_filter_item select:focus {
  outline: none;
  border-color: #11277A;
}

/* TB向けレイアウト：～900px */
@media only screen and (max-width: 900px) {
  .section_productlist .product_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
/* SP向けレイアウト：～600px */
@media only screen and (max-width: 600px) {
  .section_productlist .product_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .product_card .product_card_body {
    padding: 16px;
  }
}
/*===============================================================

	Utility
	margin / padding ヘルパークラス

===============================================================*/
/* margin-top */
.mt0 {
  margin-top: 0 !important;
}

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

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

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

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

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

/* margin-bottom */
.mb10 {
  margin-bottom: 10px !important;
}

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

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

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

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

/* padding-top */
.pt40 {
  padding-top: 40px !important;
}

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

/* padding-bottom */
.pb10 {
  padding-bottom: 10px !important;
}

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

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

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

	grid

===============================================================*/
/* デフォルト（PC）*/
.grid {
  display: grid;
  gap: 40px;
}

.grid_1 {
  grid-template-columns: 1fr;
}

.grid_2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid_3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid_4 {
  grid-template-columns: repeat(4, 1fr);
}

/* タブレット：～989px */
@media screen and (max-width: 989px) {
  .grid_1 {
    grid-template-columns: 1fr;
  }
  .grid_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid_3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid_4 {
    grid-template-columns: repeat(2, 1fr);
  }
} /* for tablet max-width: 989px */
/* SP：～600px */
@media only screen and (max-width: 600px) {
  .grid {
    gap: 24px;
  }
  .grid_1 {
    grid-template-columns: 1fr;
  }
  .grid_2 {
    grid-template-columns: 1fr;
  }
  .grid_3 {
    grid-template-columns: 1fr;
  }
  .grid_4 {
    grid-template-columns: repeat(2, 1fr);
  }
} /* for SP max-width: 600px */
/*===============================================================

	fixed

===============================================================*/
.fixed {
  position: fixed;
  top: 0;
}

.bg_fixed {
  background-attachment: fixed;
}

/* タブレット以下 */
@media screen and (max-width: 940px) {
  .fixed {
    position: fixed;
    top: 0;
  }
} /* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*===============================================================

	PAGETOP

===============================================================*/
#btn_pagetop {
  width: 100%;
  overflow: hidden;
}

#btn_pagetop a {
  display: block;
  position: absolute;
  right: -300px;
  top: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  background-image: url(../images/asset/pagetop-arw-pc.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1d50a2;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 600;
  position: fixed;
  border-radius: 30px;
}

#btn_pagetop a:hover {
  background-color: #163d80;
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  #btn_pagetop a {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    background-color: #1d50a2;
  }
} /* for SP max-width: 600px */
/*===============================================================

	btn_detail

===============================================================*/
.btn_detail {
  width: 600px;
  margin: 0 auto;
  margin-top: 40px;
}

.btn_detail a {
  text-decoration: none;
  display: block;
  background-color: #1d50a2;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 25px 0;
  border-radius: 0px;
  box-shadow: #f4e228 0px 2px 0px 0px;
  -webkit-box-shadow: #f4e228 0px 2px 0px 0px;
  -moz-box-shadow: #f4e228 0px 2px 0px 0px;
}

.btn_detail a span {
  display: inline-block;
  font-size: 16px;
  padding-bottom: 3px;
  font-weight: bold;
}

.btn_detail a:hover {
  text-decoration: none;
  background-color: #105ad1;
}

.btn_detail_red a {
  background-color: #c91b36;
}

.btn_detail_red a:hover {
  background-color: #e31838;
}

.btn_detail_black a {
  background-color: #000;
}

.btn_detail_black a:hover {
  background-color: #222;
}

.content + .btn_detail {
  margin-top: 80px;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .btn_detail {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .btn_detail a {
    font-size: 16px;
    padding: 15px 0;
  }
  .btn_detail a span {
    display: none;
  }
  .content + .btn_detail {
    margin-top: 30px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	btn_detail_100p

===============================================================*/
.btn_detail_100p {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

.btn_detail_100p a {
  text-decoration: none;
  display: block;
  background-color: #1d50a2;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 25px 0;
  border-radius: 0px;
  box-shadow: #f4e228 0px 2px 0px 0px;
  -webkit-box-shadow: #f4e228 0px 2px 0px 0px;
  -moz-box-shadow: #f4e228 0px 2px 0px 0px;
}

.btn_detail_100p a span {
  display: inline-block;
  font-size: 16px;
  padding-bottom: 3px;
  font-weight: bold;
}

.btn_detail_100p a:hover {
  text-decoration: none;
  background-color: #105ad1;
}

.btn_detail_100p_red a {
  background-color: #c91b36;
}

.btn_detail_100p_red a:hover {
  background-color: #e31838;
}

.btn_detail_100p_black a {
  background-color: #000;
}

.btn_detail_100p_black a:hover {
  background-color: #222;
}

.content + .btn_detail_100p {
  margin-top: 80px;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .btn_detail_100p {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .btn_detail_100p a {
    font-size: 16px;
    padding: 15px 0;
  }
  .btn_detail_100p a span {
    display: none;
  }
  .content + .btn_detail_100p {
    margin-top: 30px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	headline
	見だし

===============================================================*/
.headline {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.section * + .headline {
  margin-top: 80px;
}

.headline_icon {
  max-width: 80px;
  margin: 0 auto;
}

.headline_icon img,
.headline_icon svg {
  width: 100%;
  height: auto;
}

.headline h2 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
}

.headline h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 10px;
}

.headline_icon + h2,
.headline_icon + h3 {
  margin-top: 20px;
}

.headline .read {
  font-size: 20px;
  line-height: 1.6;
  padding: 0 32px;
  margin-top: 40px;
}

.headline .headline_sub {
  font-size: 20px;
  margin-top: 40px;
  font-weight: bold;
}

.headline .discription {
  width: 700px;
  margin: 0 auto;
  text-align: left;
}

.headline .discription p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .section * + .headline {
    margin-top: 50px;
  }
  .headline h2 {
    font-size: 18px;
  }
  .headline h3 {
    font-size: 14px;
    margin-top: 0;
  }
  .headline_icon + h2,
  .headline_icon + h3 {
    margin-top: 5px;
  }
  .headline .read {
    font-size: 16px;
    margin-top: 32px;
    text-align: left;
    padding: 0;
  }
  .headline .discription {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .headline .discription p {
    font-size: 12px;
    margin-top: 10px;
  }
  .headline_icon {
    max-width: 64px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	subhead
	小見出し

===============================================================*/
/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*===============================================================

	背景

===============================================================*/
.bg_gray {
  background-color: #EFEFEF;
}

.bg_graytile {
  background-image: url(../images/asset/bg_graytile.jpg);
  background-position: top center;
  background-repeat: repeat;
}

.bg_white {
  background-color: #fff;
}

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

	seciton
	ページの区切り、ページナイリンクがつく

===============================================================*/
.section {
  width: 100%;
  border-bottom: 0;
}

.section.section_border {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.section_noborder .section_inner {
  padding-bottom: 0;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*===============================================================

	container(seciton_inner)
	headlineとcontentなど、複数の要素、機能を取りまとめるコンテナ的親要素。
	基本990px（SPは左右余白16px、TBは左右余白20px）

===============================================================*/
.container {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
}

.container.bg_white + .bg_white {
  margin-top: 40px;
}

.section_inner {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 100px 0;
  box-sizing: border-box;
}

.section_inner2 {
  padding-bottom: 50px;
}

/* タブレット以下 */
@media screen and (max-width: 990px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 80px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .section_inner {
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px 100px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .section_inner2 {
    padding-bottom: 50px;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 40px 16px 64px;
  }
  .section_inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 16px 40px 16px;
  }
  .section_inner2 {
    padding-bottom: 20px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	content 
	個別のコンテンツ

===============================================================*/
.section .content {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.section .headline + .content {
  margin-top: 48px;
}

.section .content + .content {
  margin-top: 80px;
}

section .content + .content {
  margin-top: 64px;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .section .content {
    width: 100%;
    margin: 0 auto;
  }
  .section .headline + .content {
    margin-top: 20px;
  }
  .section .content + .content {
    margin-top: 32px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	column
	囲み、メモなどサブ的な括り。

===============================================================*/
.column {
  width: 800px;
  margin: 0 auto;
}

.column h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.column h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.column p {
  margin-top: 30px;
  font-size: 16px;
}

.column * + p {
  margin-top: 20px;
  font-size: 16px;
}

.column p.caution {
  font-size: 12px;
}

.column .bbottom {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .column {
    width: 100%;
    margin: 0 auto;
  }
  .column h3 {
    font-size: 18px;
    margin-top: 15px;
  }
  .column h4 {
    font-size: 16px;
    margin-top: 15px;
  }
  .column p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	.notes	
-------------------------------------------------------------*/
.notes {
  background: #eee;
  padding: 20px;
  margin-top: 20px;
}

.notes p {
  font-size: 12px;
  line-height: 20px;
}

.notes > p {
  margin-top: 0;
}

.notes h3 {
  text-align: center;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 16px;
}

/*-------------------------------------------------------------
	.caption
-------------------------------------------------------------*/
.caption {
  font-size: 14px;
  margin-top: 12px;
}

/*-------------------------------------------------------------
	.box_gray
-------------------------------------------------------------*/
.box_gray {
  background: #eee;
  padding: 40px 80px;
  margin-top: 20px;
}
.box_gray h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.4;
}

/*-------------------------------------------------------------
	.box_white
-------------------------------------------------------------*/
.box_white {
  background: #fff;
  padding: 40px;
}

.box_white + .box_white {
  margin-top: 40px;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .box_gray {
    padding: 32px 16px;
  }
  .pagetitle {
    padding: 32px;
  }
  .headline h2 {
    font-size: 24px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	griditem

===============================================================*/
.griditem h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
}

.griditem h3 .violet {
  font-weight: bold;
}

.griditem h3 + .photo {
  margin-top: 20px;
}

.griditem .photo + h3 {
  margin-top: 16px;
}

.griditem p {
  font-size: 16px;
  margin-top: 20px;
}

.griditem .btn_blue,
.griditem .btn_white {
  margin-top: 20px;
}

.griditem .btn_blue + .btn_blue,
.griditem .btn_blue + .btn_white,
.griditem .btn_white + .btn_white,
.griditem .btn_white + .btn_blue {
  margin-top: 8px;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .griditem h3 {
    font-size: 16px;
  }
  .griditem h3 + .photo {
    margin-top: 10px;
  }
  .griditem .photo + h3 {
    margin-top: 12px;
  }
  .griditem h4 {
    font-size: 14px;
    margin-top: 15px;
  }
  .griditem p {
    font-size: 14px;
    margin-top: 10px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	flow_cards

===============================================================*/
.flow_cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.flow_card {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background: #fff;
  padding: 32px;
  border-radius: 8px;
}

.flow_card_img {
  flex: 0 0 42%;
  max-width: 42%;
}

.flow_card_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.flow_card_body {
  flex: 1;
  min-width: 0;
}

.flow_card_body h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 10px;
}

.flow_card_body p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 16px;
}

.flow_card_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.flow_card_btns .btn_blue,
.flow_card_btns .btn_white {
  width: auto;
  margin: 0;
}

.flow_card_btns .btn_blue a,
.flow_card_btns .btn_white a {
  width: auto;
  min-width: 200px;
}

.step_badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f4e228;
  color: #11277A;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  margin-right: 6px;
}

.step_badge .step_label {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.step_badge .step_num {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .flow_card {
    flex-direction: column;
    gap: 16px;
    padding: 20px;
  }
  .flow_card_img {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .flow_card_body h3 {
    font-size: 18px;
  }
  .flow_card_body p {
    font-size: 14px;
    margin-top: 12px;
  }
  .flow_card_btns {
    width: 100%;
    justify-content: center;
  }
  .flow_card_btns .btn_blue {
    width: 100%;
  }
  .flow_card_btns .btn_blue a {
    width: stretch;
    min-width: unset;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	.griditem 
-------------------------------------------------------------*/
.griditem .caption h4 {
  font-weight: bold;
  font-size: 20px;
}

/* .fig → h4 の場合、h4 に margin-top */
.griditem .fig + .caption h4,
.griditem .fitimg + .caption h4 {
  margin-top: 20px;
}

/* h4 → .fig の場合、.fig に margin-top */
.griditem .caption + .fig,
.griditem .caption + .fitimg {
  margin-top: 20px;
}

.griditem .caption p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
}

.griditem .caption ul {
  margin-top: 10px;
}

.griditem .caption li {
  font-size: 16px;
  line-height: 1.8;
}

.griditem.linkarea h4 {
  font-size: 18px;
}

.griditem .cap {
  font-size: small;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .griditem .caption h4 {
    font-size: 14px;
  }
  .griditem .fig + .caption h4,
  .griditem .fitimg + .caption h4 {
    margin-top: 16px;
  }
  .griditem .caption + .fig,
  .griditem .caption + .fitimg {
    margin-top: 16px;
  }
  .griditem .caption p {
    font-size: 12px;
    margin-top: 0;
  }
  .griditem .caption ul {
    margin-top: 0;
  }
  .griditem .caption li {
    font-size: 12px;
    line-height: 1.6;
  }
} /* for SP max-width: 600px */
/*===============================================================

	photo

===============================================================*/
.photo {
  width: 100%;
  height: auto;
  position: relative;
}

.photo .num {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 70px;
  text-align: center;
  color: #6d6886;
  background: #f4e228;
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .photo .num {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 50px;
    font-size: 20px;
    line-height: 30px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	txtlink

===============================================================*/
.txtlink a {
  background-image: url(../images/asset/txtlink_arw.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 14px;
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 1.4;
}

.txtlink a:hover {
  text-decoration: underline;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .txtlink a {
    background-position: left 4px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	section_case

===============================================================*/
.section_case .case + .case {
  margin-top: 24px;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .section_case .case {
    width: 100%;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	.case .solution	
-------------------------------------------------------------*/
.case .solution {
  background: #eeedf1;
  padding: 24px;
}

.case .solution .txt {
  width: 45%;
  border: 0;
  margin-top: 0;
}

.case .solution .fig {
  width: 50%;
  border: 0;
  margin-top: 0;
}

.case .solution h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}

.case .solution h3 span {
  font-weight: bold;
}

.case .solution p {
  margin-top: 20px;
}

.case .btn_black {
  margin-top: 20px;
  max-width: none;
}
.case .btn_black a {
  padding: 24px 0;
}

.case .solution .txtlink a {
  font-size: 18px;
  font-weight: bold;
}

.case .solution .txtlink a span {
  font-weight: bold;
}

.case .solution .txtlink a:hover {
  text-decoration: underline;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .case .solution {
    background: #eeedf1;
    padding: 15px;
  }
  .case .solution .txt,
  .case .solution .fig {
    width: 100%;
  }
  .case .solution .txt {
    margin-top: 15px;
  }
  .case .solution h3 {
    font-size: 16px;
  }
  .case .solution p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.6;
  }
  .case .solution .txtlink {
    margin-top: 15px;
  }
  .case .solution .txtlink a {
    font-size: 14px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	maker_list

===============================================================*/
.maker_list {
  margin-top: 30px;
}

.maker_list li {
  text-align: center;
  width: 33.33%;
  float: left;
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
  color: #6d6886;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .maker_list ul {
    margin-top: 10px;
  }
  .maker_list li {
    text-align: center;
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #6d6886;
    margin-top: 10px;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	bnr
-------------------------------------------------------------*/
.bnr {
  width: 450px;
  height: auto;
  margin: 50px auto 0 auto;
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .bnr {
    width: auto;
    margin-top: 20px;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	section_teye_rec　
	section_teye_box　製品情報
	section_teye_dome	
-------------------------------------------------------------*/
.wrap_md .chara h3 + p {
  text-align: center;
}

.spec_list {
  width: 100%;
  border: none;
}

.spec_list th {
  color: #000;
  font-size: 14px;
  border: 1px solid #ccc;
  background: #fafafa;
}

.spec_list .th2 {
  display: none;
  background: #fff;
}

.spec_list td {
  font-size: 14px;
  border: 1px solid #ccc;
}

.section_teye_rec .spec_list td {
  text-align: center;
}

.section_teye_dome .bx-wrapper .bx-pager {
  display: none;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .wrap_md .chara h3 {
    font-size: 16px;
    text-align: left;
  }
  .wrap_md .chara h3 + p {
    text-align: left;
    margin-top: 0;
  }
  .section_teye_rec img {
    width: 100%;
  }
  .section_teye_rec .btn_detail a span,
  .section_teye_box .btn_detail a span,
  .section_teye_dome .btn_detail a span {
    font-size: 13px;
    display: inline-block;
    padding-bottom: 0;
  }
  .section_teye_rec .align_center img:last-child {
    width: 82.89%;
  }
  .spec_list {
    border-bottom: 1px solid #ccc;
  }
  .spec_list .th1 {
    display: none;
  }
  .spec_list th {
    font-size: 12px;
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
  .spec_list .th2 {
    display: block;
    padding-bottom: 0;
  }
  .spec_list .th2 + td {
    border-top: none;
    padding-top: 0;
  }
  .spec_list td {
    font-size: 12px;
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section_teye_rec .spec_list td {
    text-align: left;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	section_news　お知らせ	
-------------------------------------------------------------*/
.section_news .section_inner {
  width: auto;
  max-width: 700px;
  margin: 0 auto;
}

.section_news .date {
  font-size: 14px;
  line-height: 1.4;
}

.section_news .title {
  font-size: 24px;
  line-height: 1.5;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .section_news .date {
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
  }
  .section_news .title {
    font-size: 20px;
    padding-bottom: 0;
  }
} /* for SP max-width: 600px */
/*===============================================================

	ビジュアルエディタ部分（フロントおよび入力欄共通）

===============================================================*/
html .mceContentBody {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}

/* タブレット以下 */
/* for tablet max-width: 1000px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  html .mceContentBody {
    width: auto;
    font-size: 14px;
    line-height: 1.6;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
見出し
-------------------------------------------------------------*/
html .mceContentBody h3 {
  font-size: 22px;
  line-height: 1.5;
  margin-top: 40px;
}

html .mceContentBody h4 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 0px;
  margin-top: 30px;
}

html .mceContentBody p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}

/* タブレット以下 */
/* for tablet max-width: 1000px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  html .mceContentBody h3 {
    font-size: 18px;
    padding-bottom: 5px;
    margin-top: 20px;
  }
  html .mceContentBody h4 {
    font-size: 15px;
    margin-top: 20px;
  }
  html .mceContentBody p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
リンク
-------------------------------------------------------------*/
html .mceContentBody a {
  color: #1d50a2;
}

html .mceContentBody a:hover {
  text-decoration: underline;
}

/* タブレット以下 */
/* for tablet max-width: 1000px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*-------------------------------------------------------------
テキスト
-------------------------------------------------------------*/
html .mceContentBody em {
  font-style: italic;
}

/* タブレット以下 */
/* for tablet max-width: 1000px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*-------------------------------------------------------------
画像
-------------------------------------------------------------*/
html .mceContentBody img {
  width: auto;
  margin: 0 auto;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* タブレット以下 */
/* for tablet max-width: 1000px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  html .mceContentBody img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
引用
-------------------------------------------------------------*/
html .mceContentBody blockquote {
  background-color: #eee;
  padding: 1em;
  margin-top: 1em;
}

html .mceContentBody blockquote p {
  margin-top: 0;
}

/* タブレット以下 */
/* for tablet max-width: 1000px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*-------------------------------------------------------------
その他
-------------------------------------------------------------*/
html .mceContentBody .kbd {
  margin: 0 0.3em 0 0.3em;
  padding: 1px 7px 1px 5px;
  border: solid #ABABAB;
  border-width: 1px 2px 2px 1px;
  /*border: 3px outset #dddddd;*/
  background: #ffffff url(../img/common/kbd.png) no-repeat 100% 100%;
  font-style: normal;
  font-weight: normal;
}

/* タブレット以下 */
/* for tablet max-width: 1000px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*-------------------------------------------------------------
リスト
-------------------------------------------------------------*/
html .mceContentBody ul, ol {
  margin-top: 1em;
}

html .mceContentBody ul li {
  font-size: 16px;
  list-style-type: disc;
  line-height: 1.2;
  margin-bottom: 0.7em;
  margin-left: 1.5em;
}

html .mceContentBody ol li {
  font-size: 16px;
  list-style-type: decimal-leading-zero;
  margin-left: 2.3em;
  line-height: 1.2;
  margin-bottom: 0.7em;
}

html .mceContentBody dl {
  margin-bottom: 1em;
  line-height: 1.2;
}

html .mceContentBody dl dt {
  font-size: 16px;
  font-weight: bold;
}

html .mceContentBody dl dd {
  font-size: 16px;
  margin-bottom: 0.7em;
  padding-left: 2em;
}

html .mceContentBody table {
  width: 100%;
}

/* タブレット以下 */
/* for tablet max-width: 1000px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  html .mceContentBody ul li {
    font-size: 14px;
  }
  html .mceContentBody ol li {
    font-size: 14px;
  }
  html .mceContentBody dl dt {
    font-size: 14px;
  }
  html .mceContentBody dl dd {
    font-size: 14px;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
テーブル

-------------------------------------------------------------*/
html .mceContentBody table {
  margin-top: 20px;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

html .mceContentBody table th,
html .mceContentBody table td {
  padding: 15px;
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
  border: solid 1px #000;
  font-weight: normal;
  text-align: left;
}

html .mceContentBody table th {
  color: #000;
  border: 1px solid #ddd;
  font-weight: bold;
}

html .mceContentBody table td {
  color: #000;
  border: 1px solid #ddd;
}

/* タブレット以下 */
/* for tablet max-width: 1000px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  html .mceContentBody table {
    margin-top: 10px;
  }
  html .mceContentBody table th,
  html .mceContentBody table td {
    display: block;
    padding: 10px;
    margin: 0;
    width: auto;
    box-sizing: border-box;
    font-size: 14px;
  }
  html .mceContentBody table th,
  html .mceContentBody table td {
    border-top: 0;
  }
  html .mceContentBody table tr:first-child th {
    border-top: 1px solid #ddd;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------	
	jquery mailform バリデート
-------------------------------------------------------------*/
.validate {
  padding-bottom: 5px;
}

.validate p {
  background: #fee;
  padding: 2px 10px;
  color: #c00;
  line-height: 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.validate_submit {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}

.validate_submit p {
  padding: 10px;
}

/* タブレット以下 */
/* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .validate_submit {
    margin: 0 auto;
    text-align: left;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	msgbox_section　お問い合わせ完了
-------------------------------------------------------------*/
.msgbox_section {
  margin-left: auto;
  margin-right: auto;
}

.msgbox_section p {
  padding-top: 30px;
  text-align: center;
}

.msgbox_section .mailmsg {
  margin: 20px auto 0;
  width: 700px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

.msgbox_section .back_link {
  padding: 30px;
  text-align: center;
}

.msgbox_section .back_link a {
  display: block;
  margin: 0 auto;
  width: auto;
}

/* タブレット以下 */
/* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .msgbox_section {
    width: auto;
    padding: 20px;
    padding-bottom: 0;
  }
  .msgbox_section p {
    padding: 10px;
    text-align: center;
  }
  .msgbox_section .mailmsg {
    width: auto;
    padding: 10px;
    font-size: 14px;
    margin: 10px auto 0;
  }
  .msgbox_section .back_link {
    margin-top: 0px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	scroll_info

===============================================================*/
.scroll_info {
  position: absolute;
  bottom: 0;
  left: 50%;
}

.scroll_info a {
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 50px;
  color: #fff;
}

.scroll_info a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 12px;
}

.scroll_info a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

.scroll_info a:hover {
  opacity: 0.7;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*===============================================================

	next_offer

===============================================================*/
.next_offer {
  text-align: center;
  margin-top: 80px;
}

.next_offer h3 {
  font-size: 25px;
  line-height: 1.5;
  color: #1d50a2;
}

.next_offer h3:after {
  display: block;
  content: "";
  margin: 0 auto;
  margin-top: 10px;
  width: 30px;
  height: 30px;
  border-bottom: solid 1px #1d50a2;
  border-right: solid 1px #1d50a2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* タブレット以下 */
@media screen and (max-width: 990px) {
  .next_offer {
    text-align: center;
    margin-top: 40px;
  }
  .next_offer h3 {
    font-size: 16px;
    line-height: 1.5;
    color: #1d50a2;
  }
  .next_offer h3:after {
    display: block;
    content: "";
    margin: 0 auto;
    margin-top: 0;
    width: 20px;
    height: 20px;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*===============================================================

	/* ページャー（MTPlugin::PageBute.pl）

===============================================================*/
.wp-pagenavi {
  text-align: center;
  margin-top: 30px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  border: 1px solid #eee;
  background: #eee;
  padding: 11px 10px 9px;
  width: 20px;
  display: inline-block;
  line-height: 20px;
  height: 20px;
  padding: 5px;
  text-align: center;
  margin: 0 5px;
  font-weight: bold;
}

.wp-pagenavi span {
  border: 1px solid #1d50a2;
  color: #1d50a2;
  background: #fff;
}

.wp-pagenavi a:hover {
  border: 1px solid #1d50a2;
  color: #fff;
  background: #1d50a2;
}

/*
.pager {
  position: relative;
  overflow: hidden;
	padding:30px 0 10px 0;
	text-align:center;
}

.pager ul {
  position: relative;
  left: 50%;
  float: left;
}

.pager ul li {
  position: relative;
  left: -50%;
  float: left;
	margin-right:10px;
	font-size:14px;
	line-height:25px;
}
.pager a{
	color:#fff;
	display:block;
	background:#0081cc;
	border:1px solid #0081cc;
	text-decoration:none;
}
.pager a:hover{
	color:#fff;
	background:#00a1ff;
	border-color:#00a1ff;
}
.pager .link_page a {
	width:25px;
	height:25px;
	border-radius:3px;
}
.pager .link_next a {
	border-radius:3px;
	padding:0 10px;
	background:#0081cc;
}
.pager .link_prev a {
	border-radius:3px;
	padding:0 10px;
	background:#0081cc;
}
.pager .link_next a:hover {
	background:#00a1ff;
}
.pager .link_prev a:hover {
	background:#00a1ff;
}


.pager .current_page {
	color:#0081cc;
	font-weight:bold;
	border:1px solid #0081cc;
	width:25px;
	height:25px;
	line-height:25px;
	border-radius:3px;
}
*/
/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*-------------------------------------------------------------
	foo	
-------------------------------------------------------------*/
/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*-------------------------------------------------------------
	foo	
-------------------------------------------------------------*/
/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
/* for SP max-width: 600px */
/*===============================================================

	20201207追加
	FontAwesome

===============================================================*/
/* 20250820 import廃止 /common/css/all.css */
/*===============================================================

	20201104追加
	YouTube

===============================================================*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

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

.youtube_link a {
  width: 100%;
  display: block;
  text-align: center;
  color: #1d50a2;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding: 15px 0;
  margin: 0 auto;
  border: solid 1px #1d50a2;
  text-decoration: none;
}

.youtube_link a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #1d50a2;
}

.youtube_link a i {
  color: #ff0101;
}

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

	20201225追加
	PDFlink,btn

===============================================================*/
.pdf_link02 a {
  width: 100%;
  display: block;
  background: url(../images/asset/icon_pdf.png) no-repeat 10px 10px;
  background-size: 30px 30px;
  text-align: center;
  color: #1d50a2;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding: 15px 0;
  margin: 0 auto;
  border: solid 1px #1d50a2;
  text-decoration: none;
}

.pdf_link02 a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #1d50a2;
}

.btn_detail .p100 {
  width: 100%;
}

.displayb {
  display: block;
}

/* 202107在庫処分table用 */
@media only screen and (min-width: 737px) {
  th.wid1em {
    width: 1rem;
  }
} /* for SP max-width: 600px */
@media only screen and (min-width: 737px) {
  h3.h3 {
    height: 3em;
  }
} /* for SP max-width: 600px */
img.b1 {
  border: #cdcdcd 1px solid;
}

.box01 {
  margin: 1.5em 10%;
}

@media only screen and (max-width: 600px) {
  .box01 {
    margin: 1.5em 0;
  }
} /* for SP max-width: 600px */
.fontb {
  font-weight: bold;
}

/* /202107在庫処分table用 */
/* 20210721 通用口ガードマン用 */
ul.center li {
  text-align: center;
  padding: 10px 0 0 0;
}

ul.t1rem li {
  font-size: 1.1rem;
}

/* /20210721 通用口ガードマン用 */
/*-------------------------------------------------------------
	content dl.l02	
-------------------------------------------------------------*/
.content dl.l02 {
  width: 100%;
  overflow: visible;
  border-bottom: 0;
}

.content dl.l02 dt {
  width: 100%;
  float: none;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.content dl.l02 dd {
  padding-left: 0;
  padding: 0 0 25px 0;
  border-top: 0;
  border-bottom: solid 1px #ddd;
  font-size: 16px;
}

.headbar {
  background-color: #11277A;
  padding: 12px 24px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-top: 40px;
}

.headbar:has(h2) {
  padding: 16px 24px;
  font-size: 24px;
}

.section .headbar + .content {
  margin-top: 40px;
}

.localnav_link + .headbar {
  margin-top: 0;
}

:is(#pana, #dahu, #unim, #hikv, #seko, #univ) .align_center img.auto {
  width: auto;
}

:is(#pana, #dahu, #unim, #hikv, #seko, #univ) .grid {
  column-gap: 20px;
  row-gap: 32px;
}

:is(#pana, #dahu, #unim, #hikv, #seko, #univ) .grid_4:has(.grid_item:nth-child(3):last-child),
:is(#pana, #dahu, #unim, #hikv, #seko, #univ) .grid_4:has(.grid_item:nth-child(2):last-child),
:is(#pana, #dahu, #unim, #hikv, #seko, #univ) .grid_4:has(.grid_item:nth-child(1):last-child) {
  justify-content: center;
}

:is(#pana, #dahu, #unim, #hikv, #seko, #univ) .btn_youtube {
  max-width: 100%;
  margin: 0;
}

:is(#pana, #dahu, #unim, #hikv, #seko, #univ) .grid_item.linkarea {
  display: flex;
  flex-direction: column;
}

:is(#pana, #dahu, #unim, #hikv, #seko, #univ) .grid_item.linkarea .align_center {
  margin-top: auto;
  padding-top: 16px;
}

:is(#pana, #dahu, #unim, #hikv, #seko, #univ) .btn_row {
  align-items: stretch;
}
:is(#pana, #dahu, #unim, #hikv, #seko, #univ) .btn_row .btn_pdf {
  flex: 1;
  min-width: 160px;
  margin: 0;
}
:is(#pana, #dahu, #unim, #hikv, #seko, #univ) .btn_row .btn_pdf a {
  height: 100%;
}
:is(#pana, #dahu, #unim, #hikv, #seko, #univ) .btn_row .btn_blue a {
  height: 100%;
}

/*-------画像hover用-------------*/
.hoverimg a:hover {
  opacity: 0.8;
}

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

	form post-password-form

===============================================================*/
.post-password-form {
  margin: 0 4em;
  padding: 2em 0;
}

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

	.galle.griditem

===============================================================*/
.galle.griditem h3 {
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

.galle.griditem h3 .underline {
  border-bottom: solid 2px #000;
  padding-bottom: 10px;
  font-weight: bold;
}

.galle.griditem h3 a {
  text-decoration: none;
  color: #000;
}

/* タブレット以下 */
@media screen and (max-width: 990px) {
  .galle.griditem h3 {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
  }
  .galle.griditem h3 a {
    text-decoration: none;
    color: #000;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .galle.griditem h3 {
    font-size: 14px;
    margin-top: 15px;
  }
  .galle.griditem h3 .underline {
    padding-bottom: 2px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	.galle.griditem sp_hover

===============================================================*/
.galle.griditem .fitimg {
  position: relative;
  display: block;
}

.galle.griditem img {
  width: 100%;
  height: auto;
}

.galle.griditem .hover_mask,
.galle.griditem .hover_line {
  opacity: 0;
  transition: all 0.2s;
}

.galle.griditem .hover_mask {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  -webkit-transform: scaleX(0.5) scaleY(0.5);
  transform: scaleX(0.5) scaleY(0.5);
  -moz-transform: scaleX(0.5) scaleY(0.5);
  -ms-transform: scaleX(0.5) scaleY(0.5);
}

.galle.griditem .hover_line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  z-index: 11;
}

.galle.griditem .hover_line_h {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

/* arw版　overrideとは */
/*===============================================================

	img fig50
	20240206

===============================================================*/
.fig50 img {
  width: 50%;
  height: auto;
  border: solid 1px #ddd;
}

.fig50-nobod img {
  width: 50%;
  height: auto;
}

.content .fig50,
.content .fig50-nobod {
  margin-top: 30px;
  text-align-last: center;
}

.borderimg {
  border: solid 1px #ddd;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .content .fig50 {
    margin-top: 15px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	動画制作告知ページ レイアウト

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

	動画制作告知ページ テキスト

===============================================================*/
.fontsize15em {
  font-size: 1.5em;
}

h3.center {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

h3.centermorebig {
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  line-height: 1.4;
}

h4.center {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

h4.centermorebig {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  h3.center,
  h3.centermorebig {
    font-size: 18px;
    margin-top: 15px;
  }
  h4.center,
  h4.centermorebig {
    font-size: 16px;
    margin-top: 15px;
  }
} /* for SP max-width: 600px */
.li-cap01 {
  padding-left: 1.5em;
  font-size: 0.9em;
}

.bgw {
  padding: 0.5em;
  background-color: #ffffff;
}

.headline h2.morebig {
  font-size: 3em;
  line-height: 1.4;
}

.content h3.morebig {
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .section * + .headline {
    margin-top: 50px;
  }
  .headline h2.morebig {
    font-size: 18px;
  }
  .content h3.morebig {
    font-size: 18px;
    margin-top: 15px;
  }
} /* for SP max-width: 600px */
/*===============================================================

	動画制作告知ページ スライドショー用
	20240201
	https://www.esz.co.jp/blog/185.html

===============================================================*/
.main_imgBox {
  /* height: 1080px; */
  /* height: auto; */
  width: 100%;
  /* padding-bottom:35%; */
  overflow: hidden;
  position: relative;
}

.main_imgBox50 {
  /* height: 1080px; */
  /* height: auto; */
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
}

.main_Box75A,
.main_Box75B,
.main_Box75C {
  /* height: 1080px; */
  /* height: auto; */
  width: 100%;
  padding-bottom: 0%;
  overflow: hidden;
  /*position: relative;*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*position: absolute;*/
}

.main_Box75A {
  background-image: url("/wp-content/uploads/2026/05/top_slide-03.jpg");
}

.main_Box75B {
  background-image: url("/wp-content/uploads/2026/05/top_slide-04.jpg");
}

.main_Box75C {
  background-image: url("/wp-content/uploads/2026/05/top_slide-05.jpg");
}

/*
.main_logo {
	z-index:11;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:50%;
	height:auto;
}
*/
.main_txtbox {
  z-index: 11;
  position: absolute;
  top: 20%;
  left: 25%;
  /* transform:translate(-50%,-50%); */
  /* width:16%; */
  height: auto;
  /* padding: 1.2em; */
  /* background-color: #000000; */
}

.main_txtbox_inner {
  padding: 1.2em;
  background-color: #000000;
  color: #ffffff;
  font-family: "Roboto", "Montserrat", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.main_txtbox_sp {
  /* width: 100%; */
  display: block;
  margin: 0 auto;
  padding: 0.8em;
  background-color: #ffffff;
  color: #000000;
  font-size: 1em;
  font-weight: 600;
  align-items: center;
  text-align: center;
}

.main_txtbox2 {
  z-index: 11;
  /* position: absolute; */
  /* top:3%; */
  /* left:0%; */
  /* transform:translate(-50%,-50%); */
  /* width:16%; */
  height: auto;
  /* padding: 1.2em; */
  /* background-color: #000000; */
  margin-top: 20px;
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .main_txtbox2 {
    z-index: 11;
    position: unset;
    top: 0%;
    left: 0%;
    /* transform:translate(-50%,-50%); */
    /* width:16%; */
    height: auto;
    /* padding: 1.2em; */
    /* background-color: #000000; */
    display: block;
  }
}
.main_txtbox2_inner {
  padding: 1.2em;
  background-color: #000000;
  color: #ffffff;
  font-family: "Roboto", "Montserrat", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
  line-height: 1.2;
}

.main_txtbox2_sp {
  /* width: 100%; */
  display: block;
  margin: 0 auto;
  padding: 0.8em;
  background-color: #000000;
  color: #ffffff;
  font-size: 1em;
  align-items: center;
  text-align: center;
}

.font2em {
  font-size: 2em;
  font-weight: 900;
}

.font3em {
  font-size: 3em;
  font-weight: 900;
}

.main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  /* height: 1080px; */
  padding-bottom: 35%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 16s 0s infinite;
  animation: anime 16s 0s infinite;
}

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.main_img50 {
  z-index: 10;
  opacity: 0;
  width: 100%;
  /* height: 1080px; */
  padding-bottom: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 16s 0s infinite;
  animation: anime 16s 0s infinite;
}

.main_img50:nth-of-type(2) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

/* アニメ無し */
.main_img75 {
  z-index: 10;
  opacity: 0;
  width: 100%;
  padding-bottom: 75%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

/*
.main_img75 {
	z-index:10;
	opacity: 0;
	width: 100%;
	padding-bottom:75%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 16s 0s infinite;
	animation: anime 16s 0s infinite; }

	.main_img75:nth-of-type(2) {
			-webkit-animation-delay: 8s;
			animation-delay: 8s; }
*/
/*
.main_img:nth-of-type(3) {
		-webkit-animation-delay: 12s;
		animation-delay: 12s; }
*/
.main_imgM {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 16s 0s infinite;
  animation: anime 16s 0s infinite;
}

.main_imgM:nth-of-type(2) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

/*
.main_imgM:nth-of-type(3) {
		-webkit-animation-delay: 12s;
		animation-delay: 12s; }
*/
@keyframes anime {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
    transform: scale(1.1);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
    transform: scale(1.1);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/*===============================================================

	動画制作告知ページ スライドショー02用
	20240206
	https://coco-factory.jp/ugokuweb/move01/6-1-8/

===============================================================*/
.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 10px; /*スライド左右の余白調整*/
}

ul.slider {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

	動画制作告知ページ 元アコーディオン

===============================================================*/
.accordio2 {
  position: relative;
}

.accordio2_icon {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 13px;
  top: 13px;
}

.accordio2_icon_inner {
  position: relative;
  width: 40px;
  height: 40px;
}

.accordio2_icon span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 0px;
}

.accordio2_icon span:nth-of-type(1) {
  -webkit-transform: translateY(18px) rotate(360deg);
  transform: translateY(18px) rotate(360deg);
  -ms-transform: translateY(18px) rotate(360deg);
  -moz-transform: translateY(18px) rotate(360deg);
}

.accordio2_icon span:nth-of-type(2) {
  top: 18px;
}

.active .accordio2_icon span:nth-of-type(1) {
  -webkit-transform: translateY(18px) rotate(90deg);
  transform: translateY(18px) rotate(90deg);
  -ms-transform: translateY(18px) rotate(90deg);
  -moz-transform: translateY(18px) rotate(90deg);
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .accordio2_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 13px;
    top: 13px;
  }
  .accordio2_icon_inner {
    position: relative;
    width: 20px;
    height: 20px;
  }
  .accordio2_icon span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: #fff;
    border-radius: 0px;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .accordio2_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 5px;
    top: 0px;
  }
  .accordio2_icon_inner {
    position: relative;
    width: 20px;
    height: 20px;
  }
  .accordio2_icon span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #9993b6;
    border-radius: 0px;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------
	.accordion2_title
-------------------------------------------------------------*/
.accordio2_title {
  background-color: #000000;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.accordio2_title:hover {
  background-color: #222222;
}

.accordio2_title h3 {
  font-size: 30px;
  line-height: 1.5;
  padding: 10px;
  color: #fff;
  text-align: center;
}

.accordio2_title .icon {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  background: #111111;
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .accordio2_title h3 {
    font-size: 1.5em;
    line-height: 20px;
    padding: 10px 30px 10px 10px;
    color: #fff;
    text-align: left;
  }
  .accordio2_title .icon {
    position: absolute;
    top: -15px;
    left: -10px;
    width: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    background: #111111;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------

	.accordio2_body

-------------------------------------------------------------*/
.accordio2_body {
  background: #eeeeee;
  padding: 35px;
}

/*-------------------------------------------------------------

	.case .solution2	

-------------------------------------------------------------*/
.case .solution2 {
  background: #eeeeee;
  padding: 35px;
  height: 800px;
}

.case .solution2 .txt,
.case .solution2 .fig {
  width: 100%;
  border: 0;
  margin-top: 0;
}

/* タブレット以下 */
@media screen and (max-width: 990px) {
  .case .solution2 {
    height: 760px;
  }
  .case .solution2 .txt {
    height: 300px;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .case .solution2 {
    height: 880px;
  }
  .case .solution2 .txt {
    height: 300px;
  }
} /* for SP max-width: 600px */
.case .solution2 h3 {
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
}

.case .solution2 h3 span {
  font-weight: bold;
}

.case .solution2 p {
  margin-top: 20px;
}

/* ボタン処理までしたいが */
.case .solution2 .txtlink {
  padding: 0.7em;
  border: #aaaaaa 1px solid;
  text-align: center;
}

.case .solution2 .txtlink a {
  font-size: 18px;
  font-weight: bold;
}

.case .solution2 .txtlink a span {
  font-weight: bold;
}

.case .solution2 .txtlink a:hover {
  text-decoration: underline;
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .case .solution2 {
    background: #eeedf1;
    padding: 15px;
    height: auto;
  }
  .case .solution2 .txt,
  .case .solution2 .fig {
    width: 100%;
  }
  .case .solution2 .txt {
    margin-top: 15px;
  }
  .case .solution2 h3 {
    font-size: 1.3em;
  }
  .case .solution2 p {
    margin-top: 5px;
    font-size: 1.2em;
    line-height: 1.6;
  }
  .case .solution2 .txtlink {
    margin-top: 15px;
  }
  .case .solution2 .txtlink a {
    font-size: 14px;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------

	.case .solution3	

-------------------------------------------------------------*/
.case .solution3 {
  background: #eeeeee;
  padding: 35px;
}

.case .solution3 .txt,
.case .solution3 .fig {
  width: 47%;
  border: 0;
  margin-top: 0;
}

.case .solution3 h3 {
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
}

.case .solution3 h3 span {
  font-weight: bold;
}

.case .solution3 p {
  margin-top: 20px;
}

.case .solution3 .txtlink a {
  font-size: 18px;
  font-weight: bold;
}

.case .solution3 .txtlink a span {
  font-weight: bold;
}

.case .solution3 .txtlink a:hover {
  text-decoration: underline;
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .case .solution3 {
    background: #eeedf1;
    padding: 15px;
  }
  .case .solution3 .txt,
  .case .solution3 .fig {
    width: 100%;
  }
  .case .solution3 .txt {
    margin-top: 15px;
  }
  .case .solution3 h3 {
    font-size: 16px;
  }
  .case .solution3 p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.6;
  }
  .case .solution3 .txtlink {
    margin-top: 15px;
  }
  .case .solution3 .txtlink a {
    font-size: 14px;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------

	リスト	

-------------------------------------------------------------*/
.num-li01 {
  list-style-type: none;
  padding: 1em;
  /* border: 2px solid #2589d0; */
  counter-reset: li;
}

.num-li01 li {
  display: flex;
  align-items: center;
  padding: 0.3em;
  /* 20240305 */
  font-size: 1.4em;
}

.num-li01 li::before {
  display: inline-block;
  min-width: 1.7em;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #111111;
  color: #fff;
  font-weight: bold;
  font-size: 0.75em;
  line-height: 1.7em;
  text-align: center;
  content: counter(li);
  counter-increment: li;
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .num-li01 li {
    display: block;
    align-items: unset;
    padding: 0.3em;
    /* 20240305 */
    font-size: 1.4em;
  }
} /* for SP max-width: 600px */
.ul18em li {
  font-size: 1.8em;
  line-height: 1.8em;
}

.ul14em li {
  font-size: 1.4em;
  line-height: 1.8em;
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .ul18em li,
  .ul14em li {
    font-size: 1.4em;
    line-height: 1.8em;
  }
}
.content dt.morebig {
  width: 10em;
  float: left;
  padding: 15px;
  font-size: 1.6em;
  font-weight: bold;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 1.6;
}

.content dd.morebig {
  padding: 15px;
  padding-left: 10em;
  border-top: solid 1px #ddd;
  font-size: 1.6em;
  line-height: 1.6;
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .content dt.morebig {
    width: 100%;
    float: none;
    padding: 15px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    border-top: solid 1px #ddd;
  }
  .content dd.morebig {
    padding: 0px 0 15px 0;
    border-top: solid 0px #ddd;
    font-size: 14px;
    line-height: 1.5;
  }
} /* for SP max-width: 600px */
/* ol装飾02 https://saruwakakun.com/html-css/reference/ul-ol-li-design */
.ollist02 ol {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  padding: 0.5em;
}

.ollist02 ol li {
  position: relative;
  line-height: 1.8em;
  font-size: 16px;
  padding: 0.5em 0.5em 1.5em 30px;
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .ollist02 ol li {
    position: relative;
    padding: 0.5em 0.5em 1.5em 30px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
} /* for SP max-width: 600px */
.ollist02 ol li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #000000;
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 1文字分インデント */
.indent1em h3 {
  margin-top: 40px;
}

.indent1em ul {
  margin-top: 20px;
  padding-left: 1em;
}

.indent1em li {
  font-size: 16px;
  line-height: 1.8;
  text-indent: -1em;
}

/* タブレット以下 */
/* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .indent1em h3 {
    margin-top: 20px;
  }
  .indent1em ul {
    margin-top: 15px;
  }
  .indent1em li {
    font-size: 14px;
  }
}
/*-------------------------------------------------------------

	プラン要素下揃え用
	上部テキストに適用	

-------------------------------------------------------------*/
.card-box {
  position: relative;
}

.card-box .fitimg {
  position: absolute;
  top: 23em;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* タブレット以下 */
@media screen and (max-width: 990px) {
  .card-box {
    position: relative;
  }
  .card-box .fitimg {
    position: absolute;
    top: 36em;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
} /* for tablet max-width: 990px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .card-box {
    position: unset;
    display: block;
  }
  .card-box .fitimg {
    position: unset;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
  }
} /* for SP max-width: 600px */
.bg06 {
  background-image: url("/common/images/slide/img06.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.txtcolorw {
  color: #ffffff;
}

.bgcolorb {
  background-color: #4075c5;
}

.bgb {
  background-color: #4075c5;
  padding: 1em;
}

/*-------------------------------------------------------------

	見出しテキスト	

-------------------------------------------------------------*/
.headline.title02 {
  text-align: left;
}

.headline.title02 .column h3 {
  display: inline-block;
  margin-top: 0;
  background-color: #000;
  color: #fff;
}

/*-------------------------------------------------------------
画像
-------------------------------------------------------------*/
html .mceContentBody .gridwrp_2 .fitimg img {
  width: 100%;
  margin: 0 auto;
}

/* タブレット以下 */
/* for tablet max-width: 1000px */
/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  html .mceContentBody .gridwrp_2 .fitimg img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
} /* for SP max-width: 600px */
/*-------------------------------------------------------------

202505 お問い合わせフォーム用

-------------------------------------------------------------*/
.box-btn {
  position: relative;
}

.p-country-name {
  display: none;
}

/*-------------------------------------------------------------
	content02 dl	
-------------------------------------------------------------*/
.content02 dl {
  width: 100%;
  overflow: hidden;
  /*border-bottom:solid 1px #ddd;*/
}

.content02 dt {
  width: 20%;
  float: left;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: right;
}

.content02 dd {
  padding: 15px;
  padding-left: 20%;
  /*border-top:solid 1px #ddd;*/
  border-bottom: solid 1px #ddd;
  font-size: 16px;
}

/* SP向けレイアウトの指定：～600px */
@media only screen and (max-width: 600px) {
  .content02 dt,
  .section_dfm_spec .content02 dt {
    width: 100%;
    float: none;
    padding: 15px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    border-top: 0;
    border-bottom: 0;
    text-align: left;
  }
  .content02 dd,
  .section_dfm_spec .content02 dd {
    padding: 0px 0 15px 0;
    border-top: 0;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    line-height: 1.5;
  }
  .wrap_md .content dd h4 {
    font-size: 14px;
  }
} /* for SP max-width: 600px */
.bordertopddd01 {
  border-top: solid 1px #ddd;
}

.content02 h4 {
  line-height: 1.4;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.contact_cap {
  border: 1px solid #ddd;
  background-color: #F3F3F3;
  text-align: center;
  padding: 30px;
  margin: 3rem 0;
}

.content02 p.telnumber {
  margin: 0;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .content02 p.telnumber {
    font-size: 2rem;
  }
}
.content02 p.telnumber a {
  color: #fd832a;
  text-decoration: none;
}

.content02 p.telnumber a:hover {
  color: #fd832a;
  text-decoration: underline;
}

/*-------------------------------------------------------------

202509 ボタン追加

-------------------------------------------------------------*/
.bg-blue01 {
  background-color: #11277a;
}

/* /for SP max-width: 600px */
/*
.btn_detail {
	width:600px;
	margin:0 auto;
	margin-top:40px;
}
.btn_detail a {
	text-decoration:none;
	display:block;
	background-color:#1d50a2;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	padding:25px 0;
	border-radius:0px;
	box-shadow:#f4e228 0px 2px 0px 0px;
	-webkit-box-shadow:#f4e228 0px 2px 0px 0px;
	-moz-box-shadow:#f4e228 0px 2px 0px 0px;
}
.btn_detail a span {
	display:inline-block;
	font-size:16px;
	padding-bottom:3px;
	font-weight:bold;
}
.btn_detail a:hover {
	text-decoration:none;
	background-color:#105ad1;
}
.btn_detail_red a {
	background-color:#c91b36;
}
.btn_detail_red a:hover {
	background-color:#e31838;
}
.btn_detail_black a {
	background-color:#000;
}
.btn_detail_black a:hover {
	background-color:#222;
}

.content + .btn_detail {
	margin-top:80px;
}


@media only screen and (max-width: 600px) {
.btn_detail {
	width:80%;
	margin:0 auto;
	margin-top:20px;
}
.btn_detail a {
	font-size:16px;
	padding:15px 0;
}
.btn_detail a span {
	display:none;
}
.content + .btn_detail {
	margin-top:30px;
}
}
*/
/*===============================================================

	section_dfr

===============================================================*/
.section_dfr .headline.txtbg_photo {
  background-size: cover;
  padding: 48px 20px;
  margin-top: 0;
}

.section_dfr .headline.txtbg_photo h2 {
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.section_dfr .notes {
  padding: 32px;
}

.section_dfr .notes p {
  font-size: 14px;
  line-height: 1.8;
}

@media only screen and (max-width: 600px) {
  .section_dfr .headline.txtbg_photo {
    padding: 32px 16px;
  }
  .section_dfr .notes {
    padding: 20px;
  }
}
/*===============================================================

	section_security_3  3つの強み

===============================================================*/
.section_title_center {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 48px;
}

.strength_item {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  margin-bottom: 56px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 32px;
}

.strength_item:last-of-type {
  margin-bottom: 0;
}

.strength_img {
  flex: 0 0 40%;
  max-width: 40%;
  margin: 0;
}

.strength_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.strength_body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.strength_body h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

.strength_body p {
  margin: 0;
  line-height: 1.8;
  font-size: 14px;
}

/* タブレット */
@media screen and (max-width: 990px) {
  .strength_item {
    gap: 28px;
    padding: 24px;
  }
  .strength_img {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .strength_body h3 {
    font-size: 18px;
  }
}
/* SP */
@media only screen and (max-width: 600px) {
  .section_title_center {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .strength_item {
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    margin-bottom: 24px;
  }
  .strength_img {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .strength_body h3 {
    font-size: 16px;
  }
}
/*===============================================================

	tel_cta  電話お問い合わせ

===============================================================*/
.tel_cta_box {
  text-align: center;
  background-color: #EEEEEE;
  padding: 32px 0;
}

.tel_cta_label {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}

.tel_cta_number {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: #FD832A;
  letter-spacing: 0.05em;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 12px;
}

.tel_cta_number:hover {
  opacity: 0.8;
}

.tel_cta_hours {
  font-size: 16px;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .tel_cta_number {
    font-size: 32px;
  }
  .tel_cta_label,
  .tel_cta_hours {
    font-size: 16px;
  }
}
/*===============================================================

	product/camera

===============================================================*/
.section_product_camera .headline_icon {
  color: #0F5395;
}

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

	レイアウトクラス定義

	-------------------------------------------------------------
	section
	-------------------------------------------------------------
	- ページの区切り、ページナイリンクがつく

	-------------------------------------------------------------
	container
	-------------------------------------------------------------
	- ヘッディング、画像、文章などの内容の塊
	- 基本幅: 990px（SP: 左右余白16px、TB: 左右余白20px）

	-------------------------------------------------------------
	box
	-------------------------------------------------------------
	- 少量の見出しとテキストを枠で囲ったもの

	-------------------------------------------------------------
	wrap_xx
	-------------------------------------------------------------
	- 幅のコントロールする

	-------------------------------------------------------------
	既存 wrapper クラス
	-------------------------------------------------------------
	wrap_sm : PC 640px → タブレット max 400px → SP max 326px
	wrap_md : PC 800px → タブレット max 400px → SP max 342px

	section_inner に class 追加して使用可（max-width で上書き）
	例: <div class="section_inner wrap_md">

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

	wrap_
	コンテンツ幅制御クラス

	wrap_lg : PC 990px
	wrap_md : PC 800px → タブレット max 400px → SP max 342px
	wrap_sm : PC 640px → タブレット max 400px → SP max 326px

	section_inner に class 追加して使用可（max-width で上書き）
	例: <div class="section_inner wrap_md">

===============================================================*/
.wrap_lg,
.wrap_md,
.wrap_sm {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.wrap_lg {
  max-width: min(990px, 100vw - 32px);
}

.wrap_md {
  max-width: min(800px, 100vw - 32px);
}

.wrap_sm {
  max-width: min(640px, 100vw - 32px);
}

/* SP */
@media only screen and (max-width: 600px) {
  .wrap_lg {
    max-width: calc(100vw - 16px);
  }
  .wrap_md {
    max-width: calc(100vw - 24px);
  }
  .wrap_sm {
    max-width: calc(100vw - 32px);
  }
}