@charset "UTF-8";
/* ==========================================
	extend.css
	Last Up Date 2022/08/30
 --------------------------------------------
	INDEX
 --------------------------------------------
	0.00.00 base
========================================== */
/* ==========================================
0.00.00 base
========================================== */
/* ==========================================
	extend.css
	Last Up Date 2022/08/31
 --------------------------------------------
	INDEX
 --------------------------------------------
	0.01.00 parts
	0.01.00 pagination
========================================== */
/* ==========================================
0.01.00 parts
========================================== */
/* ==========================================
0.02.00 pagination
========================================== */
/* ==========================================

	Last Up Date 2022/08/29
    0.00.00 All Setting
        0.01.00 @keyfream
	1.00.00 PC_media screen
		1.01.00 #header 設定
	2.00.00 TB_media screen
		2.01.00 #main_photo 設定
	3.00.00 SP_media screen
		3.01.00 #main_photo 設定

========================================== */
/* ==========================================
0.00.00 All Setting
========================================== */
div#header div#h_navi div.in_box > a:nth-child(3) {
  color: #6879F9;
}
div#header div#h_navi div.in_box > a:nth-child(3)::after {
  background: #6879F9;
  opacity: 1;
}
div#header div#h_navi div.in_box > a:nth-child(3):hover {
  color: #6879F9;
}
div#header div#h_navi div.in_box > a:nth-child(3):hover::after {
  background: #6879F9;
}

/* ==========================================
    0.01.00 @keyfream
========================================== */
/* ==========================================
	1.01.00 #breadcrumbs 設定
========================================== */
#breadcrumbs {
  display: flex;
  align-items: flex-end;
  max-width: 1600px;
  padding: 75px 50px;
}
#breadcrumbs div {
  display: flex;
  align-items: center;
  width: calc(100% - 138px);
}
#breadcrumbs div p {
  display: block;
}
#breadcrumbs div p:first-child {
  width: 380px;
  position: relative;
  margin: 0 10px 0 0;
}
#breadcrumbs div p:first-child::after {
  content: "";
  position: absolute;
  background: url("../img/common/search_icon.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  right: 20px;
  top: calc(50% - 8px);
}
#breadcrumbs div p:first-child input[type=text] {
  width: 100%;
  border: none;
  background: #F2F5F9;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 18px 47px 18px 18px;
  font-size: 15px;
  letter-spacing: 0.1rem;
}
#breadcrumbs div p:first-child input[type=text]::-moz-placeholder {
  color: #A8AFB9;
}
#breadcrumbs div p:first-child input[type=text]::placeholder {
  color: #A8AFB9;
}
#breadcrumbs div p:last-child {
  display: block;
  width: 190px;
  position: relative;
}
#breadcrumbs div p:last-child::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: solid 2.5px #000000;
  border-bottom: solid 2.5px #000000;
  right: 20px;
  transform: rotate(-45deg);
  top: calc(50% - 4px);
  width: 5px;
  height: 5px;
}
#breadcrumbs div p:last-child select {
  width: 100%;
  border: none;
  background: #F2F5F9;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 18px;
  font-size: 15px;
  letter-spacing: 0.1rem;
  cursor: pointer;
}
#breadcrumbs > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  background: #6879F9;
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0.1rem;
  line-height: 1;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 18px;
  min-height: 54px;
}
#breadcrumbs > a span {
  display: block;
  width: 12px;
  margin: 0 5px 0 0;
}
#breadcrumbs > a:hover {
  transform: scale(1.05);
}

/* ==========================================
	1.02.00 #main_ct 設定
========================================== */
div#main_ct {
  width: 100%;
  padding: 50px 50px 0;
  background: #F2F5F9;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}

/* ==========================================
	1.02.01 #pp_list 設定
========================================== */
div#pp_list ul {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
}
div#pp_list ul:first-child li {
  display: flex;
  width: 100%;
  align-items: center;
  color: #2F3243;
  box-sizing: border-box;
}
div#pp_list ul:last-child li {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
}
div#pp_list ul:last-child li:not(:first-child) {
  margin: 10px 0 0;
}
div#pp_list ul:last-child li p {
  color: #000000;
  box-sizing: border-box;
}
div#pp_list ul:last-child li p:first-child {
  display: flex;
  justify-content: center;
  font-size: 15px;
  width: 95px;
  line-height: 1;
  border: solid thin #000000;
  padding: 10px 0;
}
div#pp_list ul:last-child li p:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1rem;
  width: 165px;
}
div#pp_list ul:last-child li p:nth-of-type(2) span:first-child {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1rem;
}
div#pp_list ul:last-child li p:nth-of-type(2) span:last-child {
  display: flex;
  justify-content: center;
  padding: 5px 0;
  width: 100%;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.1rem;
  background: #00C9AD;
  margin: 3px 0 0;
}
div#pp_list ul:last-child li p:nth-of-type(2) span.maintenance {
  background: #202124;
}
div#pp_list ul:last-child li p:nth-of-type(2) span.anomaly {
  background: #FF3D01;
}
div#pp_list ul:last-child li p:nth-of-type(3) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 17px;
  letter-spacing: 0.1rem;
  width: 185px;
  box-sizing: border-box;
  padding: 0 10px;
}
div#pp_list ul:last-child li p:nth-of-type(3) span {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0.1rem;
}
div#pp_list ul:last-child li p:nth-of-type(3) span:first-child {
  font-weight: 600;
  color: #F39800;
}
div#pp_list ul:last-child li p:nth-of-type(3) span:last-child {
  display: block;
  width: calc(100% - 10px);
  height: 28px;
  background: #F2F5F9;
  margin: 3px 0 0 10px;
  position: relative;
}
div#pp_list ul:last-child li p:nth-of-type(3) span:last-child::after {
  content: "";
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background: #F39800;
}
div#pp_list ul:last-child li p:nth-of-type(3) span:last-child.few::after {
  background: #FF3D01;
}
div#pp_list ul:last-child li p:nth-of-type(3) span:last-child.many::after {
  background: #00C9AD;
}
div#pp_list ul:last-child li p:nth-of-type(3) span.many {
  color: #00C9AD;
}
div#pp_list ul:last-child li p:nth-of-type(3) span.few {
  color: #FF3D01;
}
div#pp_list ul:last-child li p:nth-of-type(4) {
  display: flex;
  flex-flow: column;
  font-size: 17px;
  letter-spacing: 0.1rem;
  width: 200px;
  box-sizing: border-box;
  padding: 0 10px;
}
div#pp_list ul:last-child li p:nth-of-type(4) span {
  display: block;
  font-size: 17px;
  letter-spacing: 0.1rem;
  margin: 3px 0 0 -10px;
}
div#pp_list ul:last-child li h3 {
  display: flex;
  flex-flow: column;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.1rem;
  width: calc(100% - 745px);
  box-sizing: border-box;
  padding: 0 15px;
}
div#pp_list ul:last-child li h3 span {
  display: block;
  font-size: 17px;
  letter-spacing: 0.1rem;
  margin: 2px 0 0 -10px;
}
div#pp_list ul:last-child li a {
  display: flex;
  justify-content: center;
  width: 80px;
  background: #2F3243;
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0.1rem;
  padding: 7px 0;
  border-radius: 100px;
  margin: 0 0 0 20px;
}
div#pp_list ul:last-child li a:hover {
  background: #6879F9;
}

/* ==========================================
	1.02.02 .pagination 設定
========================================== */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 75px 50px;
}
.pagination a {
  display: block;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0.05rem;
  margin: 0 4px;
  position: relative;
  background: #FFFFFF;
  border-radius: 3px;
  height: 40px;
  width: 40px;
}
.pagination a::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: solid 2.5px #000000;
  border-bottom: solid 2.5px #000000;
  left: 50%;
  top: 50%;
}
.pagination a:first-child::after {
  left: calc(50% - 2.5px);
  transform: translate(-50%, -50%) rotate(45deg);
}
.pagination a:first-child::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: solid 2.5px #000000;
  border-bottom: solid 2.5px #000000;
  top: 50%;
  left: calc(50% + 7px);
  transform: translate(-50%, -50%) rotate(45deg);
}
.pagination a:nth-child(2)::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pagination a:nth-of-type(3)::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.pagination a:last-child::after {
  left: calc(50% + 2.5px);
  transform: translate(-50%, -50%) rotate(-135deg);
}
.pagination a:last-child::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: solid 2.5px #000000;
  border-bottom: solid 2.5px #000000;
  top: 50%;
  left: calc(50% - 7px);
  transform: translate(-50%, -50%) rotate(-135deg);
}
.pagination a:hover {
  transform: scale(1.1);
  opacity: 0.7;
}
.pagination p {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05rem;
  margin: 0 3.5px;
}
.pagination p span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin: 0 0 0 4px;
}
.pagination div {
  height: 40px;
  min-width: 100px;
  background: #FFFFFF;
  margin: 0 4px;
  position: relative;
  border-radius: 3px;
}
.pagination div::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: solid 2.5px #000000;
  border-bottom: solid 2.5px #000000;
  transform: rotate(-135deg);
  height: 5px;
  width: 5px;
  right: 15px;
  top: calc(50% - 4.5px);
  z-index: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.pagination div:hover::after {
  transform: scale(1.2) rotate(-135deg);
}
.pagination div select {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1rem;
}