@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/07
    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(2) {
  color: #6879F9;
}
div#header div#h_navi div.in_box > a:nth-child(2)::after {
  background: #6879F9;
  opacity: 1;
}
div#header div#h_navi div.in_box > a:nth-child(2):hover {
  color: #6879F9;
}
div#header div#h_navi div.in_box > a:nth-child(2):hover::after {
  background: #6879F9;
}

/* ==========================================
    0.01.00 @keyfream
========================================== */
/* ==========================================
	1.01.00 #breadcrumbs 設定
========================================== */
#info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1500px;
  padding: 75px 50px;
  margin: 0 auto;
  z-index: 2;
}
#info h2 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #231815;
  position: relative;
}
#info h2 span {
  display: inline-block;
  background: #FF3D01;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05rem;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 100px;
  margin: 0 0 0 47px;
  -webkit-animation: alert_fl 3s linear infinite;
          animation: alert_fl 3s linear infinite;
}
#info h2 span.nomal {
  background: #00C9AD;
}
#info h2::after {
  content: "";
  position: absolute;
  left: 125px;
  top: calc(50% - 9.5px);
  background: url("../../../img/index/ar_icon.svg") no-repeat;
  background-size: contain;
  width: 28px;
  height: 19px;
}
#info h2::after {
  left: 160px;
}

/* ==========================================
	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;
}
div#main_ct div.in_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1500px;
}
div#main_ct div.in_box div {
  display: flex;
  flex-flow: column;
  width: 48%;
  margin: 0 0 35px;
}
div#main_ct div.in_box div p {
  display: block;
  position: relative;
}
div#main_ct div.in_box div p:first-child {
  font-size: 17px;
  letter-spacing: 0.05rem;
  margin: 0 0 10px;
  z-index: 2;
}
div#main_ct div.in_box div p:last-child {
  display: block;
  width: 100%;
}
div#main_ct div.in_box 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: 30px;
  top: 28px;
  transform: rotate(-45deg);
}
div#main_ct div.in_box div p:last-child select {
  display: block;
  width: 100%;
  border: solid thin #9EA1B2;
  background: #FFFFFF;
  padding: 25px 20px;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.05rem;
  cursor: pointer;
}
div#main_ct div.in_box div:nth-child(3) {
  width: 30%;
}
div#main_ct div.in_box div:nth-child(4) {
  width: 30%;
}
div#main_ct div.in_box div:nth-child(5) {
  width: 30%;
}
div#main_ct div.in_box div:last-child {
  align-items: center;
  width: 100%;
  margin: 0 0 70px;
}
div#main_ct div.in_box div:last-child button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 20px 0;
  background: #6879F9;
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0.05rem;
  cursor: pointer;
}
div#main_ct div.in_box div:last-child button:hover {
  transform: scale(1.05);
}