@charset "UTF-8";

/*文字と背景色追加*/
.text-navy{color:#387DA3 !important}
a.text-navy:hover,a.text-navy:focus{color:#387DA3 !important}
.bg-navy{
    background-color: #387DA3 !important
}
a.bg-navy:hover,a.bg-navy:focus,button.bg-navy:hover,button.bg-navy:focus{background-color:#387DA3 !important}


.text-orange{color:#ffc000 !important}
.bg-orange{background-color:#ffc000 !important}

a.bg-orange:hover,a.bg-orange:focus,button.bg-orange:hover,button.bg-orange:focus{background-color:#DA8600 !important}
a.text-orange:hover,a.text-orange:focus{color:#DA8600 !important}

.text-rose{color:#e876c5 !important}
.bg-rose{
    background-color: #e876c5 !important
}

a.bg-rose:hover,a.bg-rose:focus,button.bg-rose:hover,button.bg-rose:focus{background-color:#ee2fb1 !important}
a.text-orange:hover,a.text-orange:focus{color:#ee2fb1 !important}

.text-violet{
    color: #9272E7 !important
}
a.text-violet:hover,a.text-violet:focus{
    color: #8877B7 !important
}
.bg-violet{
    background-color: #9272E7 !important
}
a.bg-violet:hover,a.bg-violet:focus,button.bg-violet:hover,button.bg-violet:focus{background-color:#8877B7 !important}


.navbar-brand {
  max-width: 70%;
}
.navbar-brand img {
  width: 100%;
}
.navbar a {
  font-weight: bold;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  position: relative;
}
.navbar-light .navbar-toggler-icon {
  background-image: none; /* この行で背景画像を無効化 */
  background-color: #000;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  transition: ease .5s;
}
/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {
  top: 7px;
}
.navbar-toggler-icon:nth-of-type(2) {
  top: 14px;
}
.navbar-toggler-icon:nth-of-type(3) {
  top: 21px;
}
/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
  top: 13px;
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
  top: 13px;
  transform: rotate(-45deg);
}
.footer .footer-inner {
  border-top: 1px solid #999999;
  padding-top: 1em;
}
dl#footer_info {
  display: flex;
  flex-wrap: wrap;
  width: 28em;
  font-size: 0.85rem;
  line-height: 1.2;
}
dl#footer_info dt {
  width: 3em;
  color: #666666;
}
dl#footer_info dd {
  width: 25em;
}
.topvideo {
  margin: auto;
  max-width: 100%;
  display: block;
  width: 1110px;
  z-index: -100;
}
#topvideo a {
  display: block;
  position: relative;
}
.container a .topvideo-link {
  /*background-color: hsla(0, 0%, 100%, 0.80);*/
  position: absolute;
  right: 10%;
  bottom: 10%;
  opacity: 0;
  /* アニメーション */
  animation: fadeIn 1s ease 4s 1 forwards;
  animation-fill-mode: both;
}
/* ---------------------------- */
/* --- Animation --- */
/* ---------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tabs {
  background: #f3f9fd;
  padding: 0;
  text-align: center;
}
.tabs img {
  /*width: 50%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);*/
  transition: all 0.4s ease-in-out;
  display: inline-block;
  margin-left: 1rem;
}
#tabs .row div {
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tabs p {
  font-weight: bold;
  margin: 0 !important;
  width: 100%;
}
#tabs div a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0.5rem 0;
  color: #000;
}
#tab-01 {
  background-color: #ECF3FC;
  border-top: 4px solid #2962ff;
  transition: background-color 0.5s;
}
#tab-01:hover {
  background-color: #90caf9;
}
#tab-02 {
  background-color: #FDF8E7;
  border-top: 4px solid #fbc02d;
  transition: background-color 0.5s;
}
#tab-02:hover {
  background-color: #fff176;
}
#tab-03 {
  background-color: #FBEBED;
  border-top: 4px solid #ff4081;
  transition: background-color 0.5s;
}
#tab-03:hover {
  background-color: #f8bbd0;
}
#tab-04 {
  background-color: #F1F7F3;
  border-top: 4px solid #00bfa5;
  transition: background-color 0.5s;
}
#tab-04:hover {
  background-color: #8CCFC9;
}
#tab-05 {
  background-color: #FEF5E7;
  border-top: 4px solid #ff6d00;
  transition: background-color 0.5s;
}
#tab-05:hover {
  background-color: #ffcc80;
}
#tab-06 {
  background-color: #F2EEFA;
  border-top: 4px solid #8A68BF;
  transition: background-color 0.5s;
}
#tab-06:hover {
  background-color: #D3C5EA;
}
#tab-07 {
    background-color: #EAE6DB;
    border-top: 4px solid #BAA56A;
    transition: background-color 0.5s;
}
#tab-07:hover {
    background-color: #D1C39C;
}
#tab-10 {
  background-color: #eeeeee;
  border-top: 4px solid #999999;
  transition: background-color 0.5s;
}
#tab-10:hover {
  background-color: #dddddd;
}
#tab-08 {
    background-color: #EDF9FF;
    border-top: 4px solid #32789A;
    transition: background-color 0.5s;
}
#tab-08:hover { background-color: #ABC6CB; }
#tab-09 {
    background-color: #FFEDED;
    border-top: 4px solid #E60000;
    transition: background-color 0.5s;
}
#tab-09:hover { background-color: #E19F9F; }
#tab-11 {
	background-color: #EDFAFF;
	border-top: 4px solid #009AE6;
	transition: background-color 0.5s;
}
#tab-11:hover {
	background-color: #A1E5FF;
}


#topvideo {
  padding: 0;
}
#main {
  margin: 2em 0;
}
#main #about {
  margin: 2em 0;
}
.section-title {
  margin-bottom: 45px;
}
.section-title h1 {
  border-left: 12px solid #E00096;
  padding-left: 10px;
  font-size: 2rem;
}
.section-body {
  margin: 30px 0 60px;
}
.section-body h2, .section-body h3 {
  margin: 30px 0;
}
.section-body h2 {
  font-size: 1.75rem;
}
.section-body h3 {
  font-size: 1.65rem;
}
#main #_7h .table-sm {
  font-size: 1.2rem;
}
#main #_7h .table-7h * {
  vertical-align: middle;
}
#main #_7h .table-7h tr td:first-of-type {
  font-weight: bold;
  text-align: center;
}
#main #_7h h1 {
  background-color: #ECF3FC;
  border-left: 8px solid #2962ff;
  padding: 1rem;
  box-shadow: 2px 2px 2px 1px #ccc;
}
#main #_lim h1 {
  background-color: #FDF8E7;
  border-left: 8px solid #fbc02d;
  padding: 1rem;
  box-shadow: 2px 2px 2px 1px #ccc;
}
#main #_sel h1 {
  background-color: #F2EEFA;
  border-left: 8px solid #8A68BF;
  padding: 1rem;
  box-shadow: 2px 2px 2px 1px #ccc;
}
#main #method h1 {
  background-color: #FBEBED;
  border-left: 8px solid #ff4081;
  padding: 1rem;
  box-shadow: 2px 2px 2px 1px #ccc;
}
#main #_results h1 {
  background-color: #F1F7F3;
  border-left: 8px solid #00bfa5;
  padding: 1rem;
  box-shadow: 2px 2px 2px 1px #ccc;
}
#main #movies h1 {
  background-color: #FEF5E7;
  border-left: 8px solid #ff6d00;
  padding: 1rem;
  box-shadow: 2px 2px 2px 1px #ccc;
}
#main #glif h1 {
  background-color: #eeeeee;
  border-left: 8px solid #999999;
  padding: 1rem;
  box-shadow: 2px 2px 2px 1px #ccc;
}
#main #contact h1 {
  background-color: #eeeeee;
  border-left: 8px solid #999999;
  padding: 1rem;
  box-shadow: 2px 2px 2px 1px #ccc;
}
#main #athome h1 {
  background-color: #EDF9FF;
  border-left: 8px solid #32789A;
  padding: 1rem;
  box-shadow: 2px 2px 2px 1px #ccc;
}
#main #tle h1 {
  background-color: #FFEDED;
  border-left: 8px solid #E60000;
  padding: 1rem;
  box-shadow: 2px 2px 2px 1px #ccc;	
}
.ul_red {
  border-bottom: 10px solid #e60012;
}
.ul_green {
  border-bottom: 10px solid #22ac38;
}
.ul_blue {
  border-bottom: 10px solid #0a5aff;
}
.lim_case h5 {
  font-weight: bold;
  background-image: url(../images/lim/tri_line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding-bottom: 10px;
  margin-top: 3em;
}
.graph-ex p {
  font-size: 0.8rem !important;
}
.graph-ex-01 {
  border-left: 1em solid #ff0000;
  padding-left: 0.5em;
  line-height: 1;
  margin-bottom: 0.5em;
}
.graph-ex-02 {
  border-left: 1em solid #ffc026;
  padding-left: 0.5em;
  line-height: 1;
  margin-bottom: 0.5em;
}
.graph-ex-03 {
  border-left: 1em solid #ffff37;
  padding-left: 0.5em;
  line-height: 1;
  margin-bottom: 0.5em;
}
.graph-ex-04 {
  border-left: 1em solid #91d059;
  padding-left: 0.5em;
  line-height: 1;
  margin-bottom: 0.5em;
}
.graph-ex-05 {
  border-left: 1em solid #00b056;
  padding-left: 0.5em;
  line-height: 1;
  margin-bottom: 0.5em;
}
.graph-ex-list span {
  margin-right: 2em;
  font-size: 0.9rem;
  display: inline-block;
}
.graph-dc {
  color: #FF0000;
  text-align: center;
}
.graph-dc .graph-dc-01 {
  display: inline-block;
  border: 1px solid #FF0000;
  padding: 0.2rem 1rem;
  font-weight: bold;
  line-height: 1;
  font-size: 1.2rem;
}
.section.section-red {
  border-top: 4px solid #e60012;
  margin: 2em 0;
  padding: 2em 0;
  border-bottom: 4px solid #e60012;
}
.section.section-green {
  border-top: 4px solid #22ac38;
  margin: 2em 0;
  padding: 2em 0;
  border-bottom: 4px solid #22ac38;
}
.section.section-blue {
  border-top: 4px solid #0a5aff;
  margin: 2em 0;
  padding: 2em 0;
  border-bottom: 4px solid #0a5aff;
}
.line-b-lim {
  background-image: url(../images/lim/tri_line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin-bottom: 3em;
  padding-bottom: 0.5em;
}
.table.table-bordered.table-contact th {
  background-color: #F5F5F5;
  text-align: center;
  width: 6em;
}
.graph h6.indented {
  text-indent: -1em;
  margin-left: 1em;
  margin-right: 0em;
  font-size: 85%;
}
.btn-contact a h3::after {
  content: '\e5e1';
	font-family: 'Material Symbols Outlined';
  display: inline-block;
  margin-left: 1em;
}
.btn-contact a h6::after {
  content: '\e5e1';
	font-family: 'Material Symbols Outlined';
	display: block;
	position: absolute;
	right: 5px;
	top: 15px;
	font-size: 1.75em;
	width: 1em;
	height: 1.75em;
}
.mov-outer {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	max-width: 880px;
	margin: auto;
}
.mov-frame {
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 1em;
}
.mov-outer iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
p:has(.btn-outline-deep-orange) {margin: 0;}

@media (min-width:768px) {
  .footer_list a {
    white-space: nowrap;
  }
}
@media (max-width:767px) {
  .footer_list a {
    margin-bottom: 0.5em;
    position: relative;
    margin-left: 1em;
  }
  .footer_list a::before {
    content: '\e5e1';
	font-family: 'Material Symbols Outlined';
    display: inline-block;
    position: absolute;
    left: -1em;
  }
}


@media (max-width: 575px){
.tabs .small {
	font-size: 60%;
}
}
