/* CSS Document */

#mainContents {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}


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

mv-top

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

.mv-top{

  position: relative;

  display: grid;

  place-items: center;

  height: 480px;

  padding-inline: 1rem;

  background: url(../img/renewal/top/bg_mv.jpg) center/cover;

}

.mv-top h1{

  position: relative;

  width: 100%;

  font-size: 40px;

  font-weight: bold;

  color: #fff;

  text-align: center;

  text-shadow: 0px 0px 15px #0147ff;

  z-index: 2;

}

.mv-top-logo{

  position: absolute;

  top: 0;

  right: 0;

}

@media screen and (max-width: 1400px){

  .mv-top-logo{

    width: 300px;

  }

}

.pickup{

  padding: 40px;

  background-color: #fff;

}

.pickup .lead2{

  text-align: center;

  font-size: 2.8rem;

}

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

list-top-01

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

.list-top-01{

  margin-bottom: -40px;

}

.list-top-01 > li{

  margin-bottom: 40px;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);

}

.list-top-01 a{

  display: block;

  color: inherit;

  transition: opacity .3s;

}

.list-top-01 a:hover{

  opacity: 0.7;

}

.list-top-01 h3{

  margin-bottom: 10px;

  font-size: 26px;

}

.list-top-01 .inner{

  position: relative;

  padding: 10px 10px 18px;

}

.list-top-01 .inner::after{

  content: "";

  position: absolute;

  top: 22.5px;

  right: 10px;

  transform: rotate(45deg);

  display: block;

  width: 10px;

  height: 10px;

  border-top: 2px solid #0064D2;

  border-right: 2px solid #0064D2;

}

/*dig*/

.list-top-01 .dig h3{

  color: #0064D2;

}

.list-top-01 .dig{

  background: #E0EFF9;

  border-bottom: 4px solid #0064D2;

}

.list-top-01 .dig .inner::after{

  border-color: #0064D2;

}

/*eeg*/

.list-top-01 .eeg h3{

  color: #8E4C03;

}

.list-top-01 .eeg{

  background: #FEEAD4;

  border-bottom: 4px solid #8E4C03;

}

.list-top-01 .eeg .inner::after{

  border-color: #8E4C03;

}

/*isg*/

.list-top-01 .isg h3{

  color: #4B3060;

}

.list-top-01 .isg{

  background: #E1D5EA;

  border-bottom: 4px solid #4B3060;

}

.list-top-01 .isg .inner::after{

  border-color: #4B3060;

}

/*msg*/

.list-top-01 .msg h3{

  color: #346E94;

}

.list-top-01 .msg{

  background: #CCFFCC;

  border-bottom: 4px solid #346E94;

}

.list-top-01 .msg .inner::after{

  border-color: #346E94;

}


/*sol*/

.list-top-01 .sol h3{

  color: #505054;

}

.list-top-01 .sol{

  background: #e7e7e8;

  border-bottom: 4px solid #505054;

}

.list-top-01 .sol .inner::after{

  border-color: #505054;

}


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

top-btn-01

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

a.top-btn-01{

  display: flex;

  border-bottom: 4px solid #0084DC;

  color: inherit;

  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);

  transition: opacity .3s;

}

a.top-btn-01:hover{

  opacity: 0.7;

}

a.top-btn-01 .image,

a.top-btn-01 .text {

  width: 50%;

}

a.top-btn-01 .text{

  position: relative;

  padding: 20px;

  background: #EBFAFF;

}

a.top-btn-01 .text::after{

  content: "";

  position: absolute;

  top: 50%;

  right: 10px;

  transform: translateY(-50%) rotate(45deg);

  display: block;

  width: 10px;

  height: 10px;

  border-top: 2px solid #0084dc;

  border-right: 2px solid #0084dc;

}



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

list-top-03

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

.list-top-03 > li{

  background: #f7f9fa;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);

}

.list-top-03 a{

  display: block;

  color: inherit;

  transition: opacity .3s;

}

.list-top-03 a:hover{

  opacity: 0.7;

}

.list-top-03 p{

  padding: 10px 10px 14px;

  font-size: 20px;

  text-align: center;

}



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

list-top-04

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

.list-top-04 > li{

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);

}

.list-top-04 a{

  display: block;

  color: inherit;

  transition: opacity .3s;

}

.list-top-04 a:hover{

  opacity: 0.7;

}

.list-top-04 figure{

  padding: 14px 0;

  text-align: center;

}

.list-top-04 .quality{

  background: #DAE5F0;

}

.list-top-04 .environment{

  background: #D8EDEA;

}

.list-top-04 .secutiry{

  background: #F2F4DC;

}

.list-top-04 .inner{

  padding: 10px 0 16px;

}

.list-top-04 h3{

  margin-bottom: 10px;

  font-size: 20px;

  text-align: center;

}

.list-top-04 p{

  font-size: 18px;

  text-align: center;

}

/*2022-09-20追加*/

.covid-news {

	text-align: center;

	margin: 20px 0 40px;

	border-bottom: 1px solid #E7E7E8;

}

.covid-news p {

	display: inline-block;

	text-align: left;

	padding-bottom: 30px

}

.news-line {

    border-bottom: 1px solid #E7E7E8;

    margin-bottom: 45px

 }



/*ここまで*/

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

info-list

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

.info-list{

  display: flex;

  gap: 20px;

  padding-bottom: 15px;

  font-size: 14px;

}

.info-list:last-child{

  margin-bottom: 0;

}

.info-list dt{

  font-weight: normal;

}

.info-list dd{

  word-break: break-word;

}

.info-list .list-indent {
  padding-left: 1em;
  margin: 1em 0 0;
  text-indent: -1em;
}
.info-list .list-indent li:not(:first-of-type) {
  margin-top: 1em;
}

.info-list ul {
  padding-left: 0;
}

/*2023-07-04追加*/

.info-list__detail {

	display: flex;

	width: 830px;

	margin: 15px 0 0 auto;	

}

.info-list__seminor {

	width: 830px;

	margin: 20px 0 0 auto;

}


.backnumber{

  position: absolute;

  top: 0;

  right: 0;

  margin: 0;

}

.backnumber a {
  position: relative;

  display: inline-block;

  padding: 6px 24px;

  border: 1px solid #0064D2;

}

.backnumber a::after{

  content: "";

  position: absolute;

  top: 50%;

  right: 5px;

  transform: translateY(-50%) rotate(45deg);

  display: block;

  width: 8px;

  height: 8px;

  border-top: 1px solid #0064D2;

  border-right: 1px solid #0064D2;

}


/*2025-08-04追加*/

a.panel-btn-01.eeg{
  border-color: #8E4C03;
  background: #FEEAD4;
}

a.panel-btn-01.eeg .title{
  color: #8E4C03;
}

a.panel-btn-01.eeg::after,
a.panel-btn-02.eeg::after{
  border-color:  #8E4C03;
}

/********* 2025/12/16追加分 *********/
@media (min-width: 768px) and (max-width: 970px) {
    body {
      width: 100% !important;
      max-width: 970px;
    }
}

#mainContents {
  --contact-link: #36A9C8;
  --catalog-dl: #FF902E;
}

.bg-gray {
    background: #F7F9FA !important;
}

#mainContents ul li {
  list-style-type: none;
}

.section {
  margin-block-start: 80px;
}

div:has(> .news-header) {
  position: relative;
  margin-block-end: 30px;
}

.news-header {
  margin-block-end: 0;
  font-size: 2rem;
  font-weight: normal;
  color: #0064d2;
  text-align: center;
}

.contact-btn-area {
  padding: 60px 0;
}

.contact-btn-area ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 0;
  margin-bottom: 0;
}

.contact-btn-area ul li a.link-btn-01{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background-color: var(--contact-link);
  font-size: 26px;
  color: #ffffff;
  transition: .2s;
}

.contact-btn-area ul li a.link-btn-01.bg-orange {
  background-color: var(--catalog-dl);
}

.contact-btn-area ul li a.link-btn-01:hover {
  background-color: color-mix(in srgb, var(--contact-link) 60%, transparent);
  text-decoration: none;
}

.contact-btn-area ul li a.link-btn-01.bg-orange:hover {
  background-color: color-mix(in srgb, var(--catalog-dl) 60%, transparent);
}

@media screen and (max-width: 479px) {
  .backnumber {
    position: static;
    margin-block-start: 1rem;
    text-align: center;
  }
}