@charset "UTF-8";


.irtop-content-block .section-type01 {
  max-width: 1160px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.par_title {
  position: relative;
  display: block;
  margin: 10px 0 0 0;
  padding: 8px 0 8px 10px;
  font-weight: bold;
	font-size: 1.8rem;
  color: var(--graphite);
  text-decoration: none;
  border-bottom: 2px solid var(--main-green);
}

.par_title::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--main-green);
  border-right: 2px solid var(--main-green);
  transform: rotate(45deg);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.par_title:hover::after {
  right: 7px;
}

.image_link {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.image_link:hover {
  opacity: 0.7;
}

.par {
  padding-left: 10px;
	font-size: 1.4rem;
}

.mb{
margin-bottom: 100px !important;
}

/*下段、背景に色が入るエリア*/

.section-type-bgarea {
  margin: 100px 0 130px 0;
  padding: 100px 0 80px 0;
  background-color: #f9faf9;
}

.section-type-bgarea .column-set {
  max-width: 1160px;
  margin: 0 auto;
}


/*アクセスランキング*/
.access_ranking {
  margin: 0;
  padding: 30px;
  background-color: #f9faf9;
}

.access_ranking h3 {
  display: block;
  margin: 0 0 40px 0;
  padding: 0 0 0 40px;
  background: url(images/access_ranking_image.webp) center left no-repeat;
  background-size: 30px;
}

.access_ranking ol {
  margin: 0 0 0 25px;
  padding: 0;
}

.access_ranking ol li {
	font-weight: bold;
  margin: 0;
  padding: 10px 0 10px 10px;
}

.access_ranking ol li::marker {
  color: var(--main-green);
}

.access_ranking a,
.access_ranking a:visited {
  display: block;
  color: var(--graphite);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  text-decoration: none;
}

.access_ranking a:hover {
  opacity: 0.7;
}


/*リストのリンク*/

.list_link {
  margin: 30px 0 0 10px;
  padding: 0;
  list-style: none;
}

.list_link li {
  margin: 4px 0 4px 0;
  padding: 0;
}

.list_link a,
.list_link a:visited {
  display: block;
  color: var(--graphite);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  text-decoration: none;
}

.list_link a:hover {
  opacity: 0.7;
}

.stockweather_contents{
	display: block;
	border:1px solid var(--main-green);
}

/**/

.text-center .heading-type02:after {
  content: "";
  background-color: var(--main-green);
  position: absolute;
  bottom: 0;
  left: calc(50% - 80px);
}

/*IRカレンダーの画像箇所*/
.ir_calendar_images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 800px;
}


/*主な外部評価*/

.evaluation {
  display: flex;
  justify-content: space-between;
}
.evaluation-fig {
  width: fit-content;
  text-align: center;
}




/*SP向け調整*/

@media screen and (max-width: 48em) {

.evaluation {
  display: block;
}

.evaluation figure {
  display: block;
  margin: 10px auto 50px auto;
	max-width: 160px;
}

.irtop-content-block img {
  width: 100%;
}

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

}




