@charset "utf-8";
@import url("../font/load.css");

/* CSS Document */

body {
  min-width: 375px;
  font-size: 15px;
  line-height: 1.6;
}

/*========================================
headerの設定
==========================================*/

/*========================================
footerの設定
==========================================*/

.sr-ft {
  padding: 25px 0;
  background: #000000;
}

.sr-ft-inbox {
  justify-content: center;
}

.sr-hd-logo {
  width: 115px;
}

/*========================================
メインビジュアルの設定
==========================================*/
.main_visual {
  position: relative;
}

/*========================================
TOPページ
==========================================*/

/*---------------------
sr-explanation
----------------------*/

.sr-explanation {
  text-align: center;
  color: #fff;
  background: url(../img/sr-explanation-bg.jpg) no-repeat center/cover;
}

.sr-explanation-inbox01 {
  padding: clamp(70px, 5.6vw, 215px) 0;
}

/*---------------------
sr-info
----------------------*/

.sr-info {
  background: url(../img/pattern01.jpg) center / 200%;
}

.sr-info-inbox {
  padding: 40px 0;
}

.sr-info-line {
  width: 90%;
  max-width: 380px;
  margin: 0 auto;
}

.sr-info-line_hover {
  display: inline-block;
  transition: 0.5s;
}

.sr-info-line_hover:hover {
  transform: translateY(-13px);
}

/*---------------------
セクション名
----------------------*/

/*========================================
下層メインビジュアルの設定
==========================================*/

/*========================================
下層ページ名
==========================================*/

/*---------------------
セクション名
----------------------*/

/*========================================
newsの設定
==========================================*/

/*.news_list li:not(:last-child) {
	margin-bottom: 25px;
}

.news_list li a {
	border: 1px solid;
	justify-content: flex-start;
	padding: 2%;
}

.news_list li time {
	display: block;
	width: 100%;
}

.news_txt {
	width: calc(100% - 150px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}*/

/*.news_area_inner {
	background: #fff;
	padding: 5% 5% 7%;
}*/

.news_detail_ttl {
  border-bottom: 1px solid;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 2rem;
  padding-bottom: 10px;
}

.news_inner_time {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.news_area_txt {
  margin-bottom: 40px;
  min-height: 200px;
}

/*========================================
privacyの設定
==========================================*/

.privacy_sec_ttl {
  font-weight: 500;
  font-size: 2.1rem;
  margin-bottom: 10px;
}

.privacy_boxs section {
  border: 1px solid;
  background: #fff;
  padding: 25px 15px;
  margin-bottom: 30px;
}

/*========================================
siteの設定
==========================================*/

.site_list a {
  position: relative;
  display: block;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding: 7px 0 7px 30px;
}

.site_list a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 5px;
  height: 5px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: translateY(-50%) rotate(-45deg);
  transition: All 0.5s;
}

.site_list a:hover::before {
  left: 20px;
}
