@charset "utf-8";
.column_wrap {
  margin: 2em auto;
  padding: 0;
  box-sizing: border-box;
  line-height: 2em;
}
.column_wrap .txtbox {
  margin: 1em 0 4em;
}
.column_wrap .txtbox p {
  margin: 0 0 2em;
  line-height: 2em;
}
.column_wrap .banner {
  margin: 2em auto;
  text-align: center;
}
.column_wrap .banner img {
  width: 100%;
}
.column_wrap .width10 {
  width: 10% !important;
}
.column_wrap .width20 {
  width: 20% !important;
}
.column_wrap .width30 {
  width: 30% !important;
}
.column_wrap .width40 {
  width: 40% !important;
}
.column_wrap .width50 {
  width: 50% !important;
}
.column_wrap .width60 {
  width: 60% !important;
}
.column_wrap .width70 {
  width: 70% !important;
}
.column_wrap .width80 {
  width: 80% !important;
}
.column_wrap .width90 {
  width: 90% !important;
}
.column_wrap .width100 {
  width: 100% !important;
}
.column_wrap .width33 {
  width: 33.3% !important;
}
.column_wrap .width15 {
  width: 15% !important;
}
.column_wrap .width25 {
  width: 25% !important;
}
.column_wrap .width35 {
  width: 35% !important;
}
.column_wrap .width65 {
  width: 65% !important;
}
.column_wrap .width75 {
  width: 75% !important;
}
.column_wrap .width85 {
  width: 85% !important;
}
.wauto {
  width: auto !important;
}
.column_wrap .mb0 {
  margin-bottom: 0 !important;
}
.column_wrap .mb1em {
  margin-bottom: 1em !important;
}
.column_wrap .mb2em {
  margin-bottom: 2em !important;
}
.column_wrap .mt0 {
  margin-top: 0 !important;
}
.column_wrap .pb0 {
  padding-bottom: 0 !important;
}
.column_wrap .pb1em {
  padding-bottom: 1em !important;
}
.column_wrap .pb2em {
  padding-bottom: 2em !important;
}
.column_wrap .text_right {
  text-align: right !important;
}
.column_wrap .text_left {
  text-align: left !important;
}
.column_wrap .text_center {
  text-align: center !important;
}
.column_wrap .txtbox p.mb0 {
  margin-bottom: 0 !important;
}
.column_wrap .txtbox p.mb1em {
  margin-bottom: 1em !important;
}
.column_wrap .txtbox p.mb2em {
  margin-bottom: 2em !important;
}
.column_wrap .txtbox p.mt0 {
  margin-top: 0 !important;
}
.column_wrap .pageindex {
  max-width: 620px;
  margin: 1.5em auto 3em;
  padding: 1.5em 2.5em;
  background: #fff;
  border: 1px solid #A0A0A0;
  list-style-type: none;
}
.column_wrap .pageindex p {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em;
  color: #333;
}
.column_wrap .pageindex ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.column_wrap .pageindex ol li {
  list-style: none !important;
  padding: 0.4em 0;
}
.column_wrap .pageindex ol li ol {
  padding-left: 1em !important;
}
.column_wrap .pageindex ol li:before {
  counter-increment: item;
  content: counters(item, "-")". ";
}
.column_wrap .pageindex ol li a {
  line-height: 2em !important;
}
.column_wrap a {
  color: #337ab7;
  text-decoration: none;
  cursor: pointer;
}
.column_wrap a:hover, .column_wrap a img:hover {
  opacity: 0.7;
  transition: .5s;
}
.column_wrap .btn {
  display: block;
}
.column_wrap .mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.column_wrap .btn a {
  display: block;
  padding: 15px 1em;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  background: #18459b;
  box-shadow: 0 3px 0 #233a67;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  white-space: normal;
}
/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　CONTENT
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
 */
.column_wrap h3 {
  font-size: 1.7em;
  line-height: 1.6em;
  margin: 0 0 1em;
  font-weight: bold;
  padding: 0.4em 0.5em;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #0860ae;
  border-bottom: solid 3px #d7d7d7;
}
.column_wrap h4 {
  font-size: 1.5em;
  margin: 0 0 1em;
  color: #494949;
  font-weight: bold;
  border-bottom: solid 3px #ddd;
  position: relative;
  padding-bottom: 10px;
}
.column_wrap h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #0860ae;
  bottom: -3px;
  width: 20%;
}
.column_wrap .txt_red {
  color: #F00;
}
.column_wrap .txt_bold {
  font-weight: bold;
}
.column_wrap .txt_ul {
  text-decoration: underline;
}
.column_wrap .txt_size_big {
  font-size: 1.2em;
}
.column_wrap .bg_red {
  background: #fff4f9 !important;
}
.column_wrap .bg_blue {
  background: #edf8ff !important;
}
.column_wrap .bg_green {
  background: #f5ffed !important;
}
.column_wrap .bg_yellow {
  background: #fffef2 !important;
}
.column_wrap .bg_violet {
  background: #fef4ff !important;
}
.column_wrap .bg_orange {
  background: #fbf3e7 !important;
}
.column_wrap .bg_stripe {
  background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #f5f5f5 3px, #f5f5f5 7px) !important;
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #f5f5f5 3px, #f5f5f5 7px) !important;
}
.column_wrap .borderbox {
  margin: 0 auto 2em;
  padding: 2em;
  border: 1px solid #A0A0A0;
}
.column_wrap .borderbox p:last-child, .column_wrap .borderbox li:last-child {
  margin-bottom: 0 !important
}
.column_wrap ul {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}
.column_wrap ol {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}
.column_wrap .txtbox li {
  list-style: none;
}
.column_wrap .list_dot li {
  list-style: inside circle !important;
  padding: 0;
}
.column_wrap .list_num li {
  list-style: inside decimal !important;
  padding: 0;
}
.column_wrap .listTab table {
  margin: 0 auto 2em;
  border: 1px solid #595959;
  border-collapse: collapse;
}
.column_wrap .listTab table th {
  border: 1px solid #A0A0A0;
  padding: 1em;
  background: #18459b;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.column_wrap .listTab table td {
  padding: 1em;
  background: #fff;
  border: 1px solid #A0A0A0;
  vertical-align: middle;
}
.column_wrap .listTab table td p:last-child, .column_wrap .listTab table td li:last-child {
  margin-bottom: 0 !important;
}
.column_wrap .txtbox .va_m {
  vertical-align: middle !important;
}
.column_wrap .clm_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.column_wrap .clm_box.vtop {
  align-items: flex-start;
}
.column_wrap .clm_box.clm2 > * {
  width: 48%;
}
.column_wrap .clm_box.clm3 > * {
  width: 30%;
}
.column_wrap .clm_box.clm4 > * {
  width: 22%;
}
.column_wrap .bq {
  margin: 2em auto 0;
  padding: 2em;
  background: #eee;
  border-left: 8px solid #4784BF;
}
.column_wrap blockquote {
  margin: 0 !important;
  word-break: break-all;
}
.column_wrap q {
  background: #eee;
  padding: 0.2em;
}
.column_wrap q::before, .column_wrap q::after {
  content: "";
}
.column_wrap .product-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto 3em;
  align-items: baseline;
}
.column_wrap .product-box a {
  width: 23%;
  border: 1px solid #18459b;
  text-align: center;
  margin: 1%;
}
.column_wrap .product-box a img {
  width: 100%;
  max-width: 300px;
  height: 150px;
  object-fit: contain;
  object-position: center center;
}
.column_wrap .product-box a p {
  color: #fff;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 0;
  background: #18459b;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
}
/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　RESPONSIVE
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
*/
@media only screen and (min-width: 601px) {
  .column_wrap .pcnone {
    display: none !important;
  }
  .column_wrap .spnone {
    display: block !important;
  }
  .column_wrap p[id^="a"] {
    padding-top: 50px !important;
    margin: -50px 0 0 !important;
  }
}
@media only screen and (max-width:600px) {
  .column_wrap .pcnone {
    display: block !important;
  }
  .column_wrap .spnone {
    display: none !important;
  }
  .column_wrap .banner img {
    width: 100%;
  }
  .column_wrap .listTab table {
    width: 100%;
    word-break: break-all;
  }
  .column_wrap .bq, .column_wrap .borderbox {
    padding: 1em;
  }
  .column_wrap .pageindex {
    padding: 1.5em 1em;
  }
  .column_wrap .clm_box.clm4 > * {
    width: 48%;
  }
  .column_wrap .clm_box.spclm1 {
    display: block;
  }
  .column_wrap .clm_box.spclm1 > * {
    width: 100% !important;
  }
  .column_wrap .scroll {
    overflow: auto;
  }
  .column_wrap .scroll table {
    white-space: nowrap;
  }
  .column_wrap .product-box a {
    width: 100%;
    margin-bottom: 1em;
  }
}
/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　20260508　新規追加
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
*/
.button-55 {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 1.4em;
  border: 2px solid #0068b7;
  background-color: #fff;
  color: #0068b7;
  font-weight: 400;
  font-size: 1.0em;
  justify-content: center;
	
/* ▼ ここから追記・変更 */
  position: relative;       /* アイコンの配置基準にする */
  padding-right: 3.5em;     /* 右端のアイコンと文字が被らないように、右側に広めの余白を作る */
  text-decoration: none;    /* リンクの下線を消す（もし消えていなければ） */
  box-sizing: border-box;   /* パディングを含めたサイズ計算にする */
	/* ▼ パディングを以下のように修正します */
 padding: 1.4em 2.6em 1.4em 1.8em; /* 左の余白（1.8em）を右（2.6em）より狭くすることで、文字が少し左にズレます */
	
}
.button-55::after {
  content: '';
  width: 1.6em;
  height: 1.6em;
  flex-shrink: 0;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z' fill='%230068b7'%3E%3C/path%3E%3C/svg%3E");

	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	
	/* ▼ ここから変更（真ん中寄せの列から離脱させて右端に固定） */
  position: absolute;
  right: 0.8em;             /* 右端からの距離（ボタンの上下パディングと同じにすると綺麗です） */
  top: 50%;                 /* 上から50%の位置へ */
  transform: translateY(-50%); /* アイコン自身の高さの半分だけ上に戻して、ぴったり中央揃え */
}
.button-55:hover {
  /* opacity: .9;*/
	  background-color: #e9f3fd;
}
.button-55 a {
  color: #0068b7;
}
.button-55 img {
  margin-left: auto;
}


/* ==========================================================
   新設：矢印付きボタン（.button-55 と完全同サイズ版）
========================================================== */
.button-arrow {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 1.4em;
  border: 2px solid #0068b7;
  background-color: #fff;
  color: #0068b7;
  font-weight: 400;
  font-size: 1.0em;
  justify-content: center;
	
/* ▼ ここから追記・変更 */
  position: relative;       /* アイコンの配置基準にする */
  padding-right: 3.5em;     /* 右端のアイコンと文字が被らないように、右側に広めの余白を作る */
  text-decoration: none;    /* リンクの下線を消す（もし消えていなければ） */
  box-sizing: border-box;   /* パディングを含めたサイズ計算にする */
	/* ▼ パディングを以下のように修正します */
 padding: 1.4em 2.6em 1.4em 1.8em; /* 左の余白（1.8em）を右（2.6em）より狭くすることで、文字が少し左にズレます */
}

/* ボタンの中のリンク（aタグ）の設定 */
.button-arrow a {
  color: #0068b7;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
}

/* 擬似要素で「細くて大きい ＞」を配置 */
.button-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em; /* 右端からの位置 */
  
  /* ＞ のサイズと線の太さ（1pxで細く、10pxで大きく） */
  width: 10px;
  height: 10px;
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
  
  /* 上下中央揃え ＋ 45度回転させて「＞」にする */
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.3s ease;
}

/* ホバー（マウスを乗せたとき）の背景色変更 */
.button-arrow:hover {
  background-color: #e9f3fd;
}

/* ホバー時に矢印を少しだけ右に動かす演出 */
.button-arrow:hover::after {
  right: 1em;
}



.box-2column {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.img-left {
  width: 30%;
}
.img-left img {
  width: 90%;
  height: auto;
  display: block;
}
.column-txt {
  width: 70%;
}
.img-left-2 {
  width: 40%;
}
.img-left-2 img {
  width: 100%;
  height: auto;
  display: block;
}
.column-txt-2 {
  width: 60%;
}
@media screen and (max-width:768px) {
  .box-2column {
    display: block;
  }
  .img-left {
    width: 80%;
    margin: 20px auto;
  }
  .column-txt, .img-left img {
    width: 100%;
    height: auto;
    display: block;
  }
  .img-left-2 {
    width: 80%;
    margin: 20px auto;
  }
  .column-txt-2, .img-left-2 img {
    width: 100%;
    height: auto;
    display: block;
  }
}
/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　ページトップボタン
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
*/
html {
  scroll-behavior: smooth;
}
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 40px;
  background: #005bac;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: .3s;
}
.pagetop:hover {
  opacity: .7;
  transform: translateY(-5px);
}
.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width:768px) {
  body {
    font-size: 16px;
  }
  p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.cont5-pc-img {
  display: block;
}
.cont5-sp-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .cont5-pc-img {
    display: none;
  }
  .cont5-sp-img {
    display: block;
    width: 80%;
    margin: 20px auto;
  }
}
.cont5-square {
  font-size: 28px;
}
.lens-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 20px 0;
}
.lens-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.lens-card img {
  width: 90%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.lens-title {
  margin: 30px 0 -20px;
  padding: 16px 20px;
  background: #f0f6fb;
  line-height: 1.2;
  text-align: center;
  overflow: hidden;
  border-radius: 12px;
  font-size: 1.5rem;
  font-weight: 700;
}
.lens-card p {
  margin: 0;
  line-height: 1.4;
}
/* ボタン幅調整 */
.lens-card .button-55 {
  width: 95%;
  box-sizing: border-box;
  margin-top: auto;
}
/* スマホ */
@media screen and (max-width:768px) {
  .lens-grid {
    grid-template-columns: 1fr;
  }
  .lens-card .button-55 {
    width: 80%;
    box-sizing: border-box;
    margin-bottom: 60px;
  }
  .lens-card img {
    width: 60%;
    height: auto;
    text-align: center;
  }
}
/* ライトボックスオーバーレイ */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  cursor: pointer;
}
/* 表示状態 */
.lightbox-overlay.show {
  opacity: 1;
  visibility: visible;
}
/* 画像本体（中央固定） */
.lightbox-overlay img {
  max-width: 60%;
  max-height: 60%;
  box-shadow: 0 0 20px #000;
  border-radius: 4px;
  /* ✔ これが中央に出るために重要！ */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transition: transform 0.3s ease;
}
/* 表示時にズームイン */
.lightbox-overlay.show img {
  transform: translate(-50%, -50%) scale(1);
}
/* 画像の枠 */
.img-v250 img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 40 0 20 0;
}
@media screen and (max-width:768px) {
  .lightbox-overlay img {
    max-width: 95%;
    max-height: 80%;
  }
}
.mgt--40 {
  transform: translateY(-40px);
}
.button-55 .txt_bold {
  display: inline;
  font-weight: 700;
}

.column-h2copy {
	font-size: 17px !important;
	margin-top: 60px;
	text-align: center;
}