﻿@charset "UTF-8";

/* fade image in after load */
.lazyload {
  opacity: 0;
}
.lazyloading {
  opacity: 1;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}
/* lightbox.css override */
/*  Preload images */
body:after {
  content: url(../../img/sys/close.png) url(../../img/sys/loading.gif) url(../../img/sys/prev.png) url(../../img/sys/next.png);
  display: none;
}

body .lightboxOverlay {
  z-index: 99999;
}

body .lightbox {
  z-index: 100000;
}



/* フリーページ */
body.page-contentspages main.pane-main {
  margin-bottom: 80px;
}
.template-block a {
  color: #0A7AAC;
  text-decoration: underline;
}
.template-block a:hover {
  text-decoration: none;
}
.template-block a.btn-common01 {
  color: #333333;
}
.template-block {
  margin: 60px auto;
}
/* 目次 */
.template-block--index {
	margin: 40px auto 80px;
	border: solid 5px #EEEEEE;
	padding: 35px 50px;
	line-height: 1.8;
}
body.page-contentspages main.pane-main .template-block.template-block--index {
	margin: 40px auto 80px;
}
.template-block--index dt {
	font-size: 20px;
	font-weight: bold;
}
.template-block--index dd ul {
  margin: 0;
}
.template-block--index dd ul li {
	list-style: disc;
	position: relative;
	margin-left: 1.0em;
	margin-top: 20px;
}
/* ul */
.template-block ul.template-block--ul {
  margin: 30px auto;
}
.template-block ul.template-block--ul li {
	list-style: disc;
	position: relative;
	margin-left: 1.5em;
	margin-top: 20px;
}
/* ol */
.template-block ol.template-block--ol {
	list-style: none;
	counter-reset: ev-fs-block03;
}
.template-block ol.template-block--ol li {
	position: relative;
	margin: 20px 0 0 0;
	padding: 2px 0 2px 45px;
}
.template-block ol.template-block--ol li:before {
  counter-increment: ev-fs-block03;
  content: counter(ev-fs-block03);
	color: #ffffff;
	background: #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
}
.template-block ol.template-block--ol.template-block--ol__red li:before {
	background: #E72521;
}
.template-block ol.template-block--ol.template-block--ol__blue li:before {
	background: #0A7AAC;
}
/* btn */
.template-block--btn {
  margin: 30px auto;
  text-align: center;
}
/* qa */
.template-block--qa {
  margin: 30px auto;
}
.template-block--qa dt {
  position: relative;
  padding: 18px 20px 18px 65px;
  background: #DAEAF3;
}
.template-block--qa dt::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: 'Q';
  color: #0A7AAC;
  font-size: 16px;
  font-weight: 500;
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  left: 20px;
  top: 15px;
}
.template-block--qa dd {
  position: relative;
  padding: 22px 20px 0 65px;
}
.template-block--qa dd::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: 'A';
  color: #0A7AAC;
  font-size: 16px;
  font-weight: 500;
  background: #DAEAF3;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  left: 20px;
  top: 20px;
}
.template-block--qa.template-block--qa__red dt {
  background: #F8DEDD;
}
.template-block--qa.template-block--qa__red dt::before {
  color: #EA5555;
}
.template-block--qa.template-block--qa__red dd::before {
  background: #F8DEDD;
  color: #EA5555;
}
/* table */
.template-block table {
  margin: 50px 0;
  width: 100%;
  border-top: solid 1px #cccccc;
}
.template-block table th {
  border-bottom: solid 1px #cccccc;
  width: 260px;
  min-width: 260px;
  background: #ffffff;
  padding: 24px 20px;
  text-align: left;
  vertical-align: top;
}
.template-block table td {
  border-bottom: solid 1px #cccccc;
  background: #ffffff;
  padding: 24px 20px;
  text-align: left;
  vertical-align: middle;
}
.template-block table.template-block--table__color th {
  background: #f4f4f4;
}
/* ※リスト */
.template-block ul.template-block--caption {
  font-size: 15px;
  list-style: none;
}
.template-block ul.template-block--caption li {
  list-style: none;
  position: relative;
  margin-left: 1em;
}
.template-block ul.template-block--caption li::before {
  display: block;
  content: '※';
  position: absolute;
  left: -1em;
  top: 0;
}

/* 画像テキスト */
.template-block--imageblock {
  margin: 60px 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 25px;
}
.template-block--imageblock > img {
  margin: 0;
  text-align: center;
}
.template-block--imageblock > div {
  flex: 1;
}
/* 画像テキスト（並び） */
.template-block--imageblock.template-block--imageblock__left,
.template-block--imageblock.template-block--imageblock__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.template-block--imageblock.template-block--imageblock__left {
  flex-flow: row;
}
.template-block--imageblock.template-block--imageblock__right {
  flex-flow: row-reverse;
}
.template-block--imageblock.template-block--imageblock__left > img,
.template-block--imageblock.template-block--imageblock__right > img {
  margin: 0;
  /*width: 520px;
  min-width: 520px;*/
}
.template-block--imageblock.template-block--imageblock__left > div,
.template-block--imageblock.template-block--imageblock__right > div {
  /*
  display: flex;
  flex-flow: column;
  justify-content: center;
  */
}

/* サムネイル画像 */
.template-block--imagelist {
  margin: 60px 0;
}
.template-block--imagelist ul {
  display: flex;
  flex-flow: wrap;
  gap: 40px 16px;
}
.template-block--imagelist ul li {
  width: calc((100% - 16px * 2) / 3);
  min-width: calc((100% - 16px * 2) / 3);
}
.template-block--imagelist ul li figure {
  text-align: center;
  margin: 0 0 14px;
}
/* サムネイル画像 4列 */
.template-block--imagelist.template-block--imagelist__crm4 ul li {
  width: calc((100% - 16px * 3) / 4);
  min-width: calc((100% - 16px * 3) / 4);
}
/* サムネイル画像 5列 */
.template-block--imagelist.template-block--imagelist__crm5 ul {
  gap: 40px;
  font-size: 14px;
}
.template-block--imagelist.template-block--imagelist__crm5 ul li {
  width: calc((100% - 40px * 4) / 5);
  min-width: calc((100% - 40px * 4) / 5);
}
.template-block--imagelist.template-block--imagelist__crm5 ul li p {
  padding-left: 5px;
  padding-right: 5px;
}
/* サムネイル画像 スライダ */
.template-block--imagelist.template-block--imagelist__slider .template-block--imagelist__slider-body {
  overflow: hidden;
}
.template-block--imagelist .template-block--imagelist__slider-body > ul > li:nth-child(n+4) {
  display: none;
}
.template-block--imagelist .template-block--imagelist__slider-body > ul.st__slider {
  display: block;
  margin-left: -8px;
  margin-right: -8px;
}
.template-block--imagelist .template-block--imagelist__slider-body > ul.st__slider li {
  min-width: auto;
  width: calc(356px + 16px);
  padding: 0 8px;
}

/* 2025.09.16 F1 ADD */
#frmMarui_Show .dept-marui {
	border-bottom: 0px;
}

