@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 #info 設定
========================================== */
#info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1600px;
  padding: 75px 50px 0;
  margin: 0 auto 45px;
  z-index: 2;
}
#info > div:first-child {
  width: 50%;
}
#info > div:first-child h2 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #231815;
  position: relative;
}
#info > div:first-child 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 > div:first-child h2 span.nomal {
  background: #00C9AD;
}
#info > div:first-child 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 > div:first-child h2::after {
  left: 160px;
}
#info > div:first-child h2 span {
  background: #00C9AD;
}
#info > div:first-child > p {
  display: block;
  position: relative;
  margin: 15px 0;
  width: 100%;
  border: solid thin #9EA1B2;
  box-sizing: border-box;
  padding: 25px 20px;
  font-size: 16px;
  letter-spacing: 0.05rem;
}
#info > div:first-child > p 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;
}
#info > div:first-child > p::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: solid 2.5px #000000;
  border-bottom: solid 2.5px #000000;
  right: 30px;
  top: 65px;
  transform: rotate(-45deg);
}
#info > div:first-child > p.select {
  border: none;
  padding: 0;
}
#info > div:first-child > p::after {
  display: none;
}
#info > div:first-child > p.select::after {
  display: block;
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
}
#info > div:first-child div {
  display: flex;
  align-items: center;
}
#info > div:first-child div p {
  display: flex;
  flex-flow: column;
  margin: 0 10px 0 0;
}
#info > div:first-child div p input[type=radio] {
  display: none;
}
#info > div:first-child div p input[type=radio]:checked + label {
  background: #6879F9;
}
#info > div:first-child 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;
}
#info > div:first-child div p label:hover {
  transform: scale(1.05);
}
#info > div:first-child div p:nth-child(n+4) {
  width: 165px;
  color: #9EA1B2;
  font-size: 13px;
}
#info > div:first-child div p:nth-child(n+4) input {
  padding: 14px;
  box-sizing: border-box;
  border: none;
  background: #F2F5F9;
  margin: 5px 0 0;
  border-radius: 3px;
}
#info > div:last-child {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
#info > div:last-child > a {
  display: block;
  background: #00C9AD;
  border-radius: 5px;
  color: #FFFFFF;
  position: relative;
  padding: 20px 35px 20px 56px;
}
#info > div:last-child > a::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../img/common/plus_icon.svg") no-repeat;
  background-size: contain;
  left: 35px;
  top: 50%;
  transform: translate(0, -50%);
}
#info > div:last-child > a:hover {
  transform: scale(1.05);
}
#info > div:last-child div {
  display: flex;
  align-items: center;
  margin: 15px 0 0;
}
#info > div:last-child div p {
  width: 60px;
  height: 60px;
  margin: 0 10px 0 0;
}
#info > div:last-child div p input[type=radio] {
  display: none;
}
#info > div:last-child div p input[type=radio] + label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #D8D9DC;
  cursor: pointer;
}
#info > div:last-child div p input[type=radio] + label img {
  width: 33px;
}
#info > div:last-child div p input[type=radio] + label:hover {
  background: #2F3243;
}
#info > div:last-child div p input[type=radio]:checked + label {
  background: #2F3243;
}
#info > div:last-child div p input[type=radio]:checked + label:hover {
  background: #2F3243;
}
#info > div:last-child div a:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00C9AD;
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0.1rem;
  line-height: 1;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 18px 25px;
  margin: 0 10px 0 0;
  min-height: 60px;
}
#info > div:last-child div a:first-of-type:hover {
  transform: scale(1.05);
}
#info > div:last-child div a:last-child {
  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;
  min-height: 60px;
}
#info > div:last-child div a:last-child span {
  display: block;
  width: 12px;
  margin: 0 5px 0 0;
}
#info > div:last-child div a:last-child: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;
  padding: 50px 50px 100px;
}
div#main_ct ul.in_box {
  max-width: 1500px;
}
div#main_ct ul.in_box li {
  display: block;
  width: 100%;
}
div#main_ct ul.in_box li:not(:first-child) {
  margin: 60px 0 0;
}
div#main_ct ul.in_box li > div:first-child {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
div#main_ct ul.in_box li > div:first-child p {
  display: block;
  position: relative;
  margin: 0 auto 0 0;
  width: 50%;
  border: solid thin #9EA1B2;
  box-sizing: border-box;
  padding: 25px 20px;
  font-size: 16px;
  letter-spacing: 0.05rem;
}
div#main_ct ul.in_box li > div:first-child p 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 ul.in_box li > div:first-child p::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: solid 2.5px #000000;
  border-bottom: solid 2.5px #000000;
  right: 30px;
  top: 65px;
  transform: rotate(-45deg);
}
div#main_ct ul.in_box li > div:first-child p.select {
  border: none;
  padding: 0;
}
div#main_ct ul.in_box li > div:first-child p::after {
  display: none;
}
div#main_ct ul.in_box li > div:first-child p.select::after {
  display: block;
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
}
div#main_ct ul.in_box li > div:first-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2F3243;
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0.1rem;
  line-height: 1;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 18px 25px 18px 46px;
  margin: 0 0 0 10px;
  min-height: 60px;
  position: relative;
}
div#main_ct ul.in_box li > div:first-child a::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../img/common/plus_icon.svg") no-repeat;
  background-size: contain;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
}
div#main_ct ul.in_box li > div:first-child a:last-child {
  background: #E60012;
}
div#main_ct ul.in_box li > div:first-child a:last-child::after {
  background: url("../img/common/negative_icon_w.svg") no-repeat;
}
div#main_ct ul.in_box li > div:first-child a:hover {
  transform: scale(1.05);
}
div#main_ct ul.in_box li > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 30px;
}
div#main_ct ul.in_box li > div:nth-child(2) p {
  position: relative;
  width: 30%;
}
div#main_ct ul.in_box li > div:nth-child(2) p 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 ul.in_box li > div:nth-child(2) p::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: solid 2.5px #000000;
  border-bottom: solid 2.5px #000000;
  right: 30px;
  top: 65px;
  transform: rotate(-45deg);
}
div#main_ct ul.in_box li > div:nth-child(2) p::after {
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
}
div#main_ct ul.in_box li > div:last-child {
  width: 100%;
}
div#main_ct ul.in_box li > div:last-child div:first-child {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
div#main_ct ul.in_box li > div:last-child div:first-child p {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1rem;
  padding: 0 0 0 25px;
}
div#main_ct ul.in_box li > div:last-child div:first-child p::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #6879F9;
}
div#main_ct ul.in_box li > div:last-child div:first-child p:nth-child(2)::after {
  background: #FF3D01;
}
div#main_ct ul.in_box li > div:last-child div:first-child p:nth-child(3)::after {
  background: #00C9AD;
}
div#main_ct ul.in_box li > div:last-child div:first-child p:nth-child(4)::after {
  background: #FFFD54;
}
div#main_ct ul.in_box li > div:last-child div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  min-height: 480px;
  box-sizing: border-box;
  border: solid thin #E3E4E9;
}