@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/10/06
    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(5) {
  color: #6879F9;
}
div#header div#h_navi div.in_box > a:nth-child(5)::after {
  background: #6879F9;
  opacity: 1;
}
div#header div#h_navi div.in_box > a:nth-child(5):hover {
  color: #6879F9;
}
div#header div#h_navi div.in_box > a:nth-child(5):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 {
  display: block;
  max-width: 380px;
  width: calc(100% - 750px);
  position: relative;
  margin: 0 10px 0 0;
}
#breadcrumbs div p:first-child input[type=text] {
  width: 100%;
  border: none;
  background: #F2F5F9;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 18px;
}
#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: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: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 #fu_list 設定
========================================== */
div#fu_list {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
}
div#fu_list ul {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
div#fu_list ul li {
  display: flex;
  width: 100%;
  align-items: center;
  color: #2F3243;
  box-sizing: border-box;
}
div#fu_list ul li p {
  width: 20%;
  box-sizing: border-box;
  padding: 0 10px;
}
div#fu_list ul li p:first-child {
  width: 25%;
}
div#fu_list ul li p:nth-child(2) {
  width: 10%;
}
div#fu_list ul li p:nth-child(3) {
  width: 15%;
}
div#fu_list ul li p:nth-child(4) {
  width: 10%;
}
div#fu_list ul li p:nth-child(5) {
  width: 10%;
}
div#fu_list ul li p:nth-child(6) {
  width: 10%;
}
div#fu_list ul li:first-child {
  padding: 0 15px 15px;
}
div#fu_list ul li:first-child p {
  font-size: 14px;
}
div#fu_list ul li:not(:first-child) {
  padding: 25px 15px;
  background: #FFFFFF;
  border-bottom: solid thin #E3E4E9;
}
div#fu_list ul li:not(:first-child) p {
  display: flex;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.05rem;
}
div#fu_list ul li:not(:first-child) p:first-child {
  flex-flow: column;
  font-weight: 600;
  font-size: 18px;
}
div#fu_list ul li:not(:first-child) p:first-child span {
  display: block;
  font-size: 17px;
  letter-spacing: 0.05rem;
  margin: 5px 0 0 -8px;
}
div#fu_list ul li:not(:first-child) p:nth-child(3) span {
  background: #F2F5F9;
  width: 120px;
  height: 20px;
  border-radius: 100px;
  position: relative;
  margin: 0 0 0 10px;
}
div#fu_list ul li:not(:first-child) p:nth-child(3) span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 100px;
  background: #F39800;
  width: 48%;
}
div#fu_list ul li:not(:first-child) p:nth-child(3) span.high::after {
  background: #00C9AD;
}
div#fu_list ul li:not(:first-child) p:nth-child(3) span.low::after {
  background: #FF3D01;
}
div#fu_list ul li:not(:first-child) p:last-child {
  justify-content: flex-end;
}
div#fu_list ul li:not(:first-child) p:last-child:last-child a {
  display: flex;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  margin: 5px 10px 5px 0;
  background: #2F3243;
}
div#fu_list ul li:not(:first-child) p:last-child:last-child a:last-child {
  background: #6879F9;
  margin: 5px 0;
}
div#fu_list ul li:not(:first-child) p:last-child:last-child a:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

/* ==========================================
	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;
}