@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:first-child {
  color: #6879F9;
}
div#header div#h_navi div.in_box > a:first-child::after {
  background: #6879F9;
  opacity: 1;
}
div#header div#h_navi div.in_box > a:first-child:hover {
  color: #6879F9;
}
div#header div#h_navi div.in_box > a:first-child: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 > p {
  display: block;
  max-width: 380px;
  width: calc(100% - 750px);
}
#breadcrumbs > p input[type=text] {
  width: 100%;
  border: none;
  background: #F2F5F9;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 18px;
}
#breadcrumbs > p input[type=text]::-moz-placeholder {
  color: #A8AFB9;
}
#breadcrumbs > p input[type=text]::placeholder {
  color: #A8AFB9;
}
#breadcrumbs div {
  display: flex;
  align-items: flex-end;
  margin: 0 0 0 auto;
  box-sizing: border-box;
  padding: 0 0 0 10px;
  width: 750px;
}
#breadcrumbs div p {
  display: flex;
  flex-flow: column;
  margin: 0 10px 0 0;
}
#breadcrumbs div p input[type=radio] {
  display: none;
}
#breadcrumbs div p input[type=radio]:checked + label {
  background: #6879F9;
}
#breadcrumbs div p label {
  display: flex;
  justify-content: center;
  background: rgba(158, 161, 178, 0.3);
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05rem;
  border-radius: 100px;
  width: 120px;
  padding: 14px 0;
  margin: 0 0 4px;
  cursor: pointer;
}
#breadcrumbs div p label:hover {
  transform: scale(1.05);
}
#breadcrumbs div p:nth-child(n+4) {
  width: 165px;
  color: #9EA1B2;
  font-size: 13px;
}
#breadcrumbs div p:nth-child(n+4) input {
  padding: 14px;
  box-sizing: border-box;
  border: none;
  background: #F2F5F9;
  margin: 5px 0 0;
  border-radius: 3px;
}

/* ==========================================
	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 #ar_list 設定
========================================== */
div#ar_list {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
}
div#ar_list ul:first-child {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
div#ar_list ul:first-child li {
  display: flex;
  width: 100%;
  align-items: center;
  color: #2F3243;
  padding: 15px 210px 15px 70px;
  box-sizing: border-box;
}
div#ar_list ul:first-child li > p {
  width: 85px;
}
div#ar_list ul:first-child li div {
  display: flex;
  align-items: center;
  width: calc(100% - 85px);
}
div#ar_list ul:first-child li div p {
  width: 20%;
}
div#ar_list ul:first-child li div p:nth-child(2) {
  width: 15%;
}
div#ar_list ul:first-child li div p:last-child {
  width: 25%;
}
div#ar_list ul + ul {
  display: block;
  width: 100%;
}
div#ar_list ul + ul li {
  display: flex;
  align-items: center;
  width: 100%;
  background: #FFFFFF;
  padding: 28px 35px;
  box-sizing: border-box;
}
div#ar_list ul + ul li:not(:first-child) {
  margin: 2px 0 0;
}
div#ar_list ul + ul li > p:first-child {
  font-size: 17px;
  line-height: 1;
  color: #00C9AD;
  margin: 0 18px 0 0;
}
div#ar_list ul + ul li > p:first-child.ch_alert {
  color: #FF3D01;
}
div#ar_list ul + ul li > p:nth-child(2) {
  width: 85px;
}
div#ar_list ul + ul li div:first-of-type {
  display: flex;
  align-items: center;
  width: calc(100% - 295px);
}
div#ar_list ul + ul li div:first-of-type p, div#ar_list ul + ul li div:first-of-type > a {
  display: block;
  width: 20%;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: #000000;
  box-sizing: border-box;
  word-break: break-all;
}
div#ar_list ul + ul li div:first-of-type p:not(:nth-child(3)) {
  padding: 0 20px 0 0;
}
div#ar_list ul + ul li div:first-of-type p:nth-child(2) {
  width: 15%;
}
div#ar_list ul + ul li div:first-of-type a:last-of-type {
  width: 25%;
  padding: 0 30px 0 0;
}
div#ar_list ul + ul li div:first-of-type a:hover {
  color: #00C9AD;
}
div#ar_list ul + ul li div:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 175px;
  margin: 0 0 0 auto;
}
div#ar_list ul + ul li div:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  border-radius: 100px;
  padding: 8px 3px;
  box-sizing: border-box;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.2);
  font-size: 13px;
  letter-spacing: 0.05rem;
  line-height: 1;
}
div#ar_list ul + ul li div:last-child a:last-child {
  margin: 0 0 0 12px;
  background: #2F3243;
}
div#ar_list ul + ul li div:last-child a.ch_ok {
  background: #00C9AD;
}
div#ar_list ul + ul li div:last-child a:first-child:hover {
  background: #00C9AD;
  opacity: 0.7;
  transform: scale(1.05);
}
div#ar_list ul + ul li div:last-child a:last-child:hover {
  background: #2395ED;
  transform: scale(1.05);
}

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