@charset "utf-8";
/***************************************************************************************************
	page_news.css
***************************************************************************************************/
/*  */
#header::before {
  background-color:transparent;
  animation:pkf_a_1 .4s 1.6s 1 normal both;
}
/*
*/
#page_news {
  width:100%;
  background-color: #ffffff;
}
@keyframes pkf_a_1 {
	100% { background-color: #f3f3f3;}
}
/*
*/
#page_news .blk_1 {
	width: var(--tgt_wid_1);
	max-width: var(--max_wid_1);
  margin: auto;
  padding:200px 0 100px 0;
}
#page_news .blk_1::before {
	position: absolute;
	display: block;
	content: '';
	width: 100vw;
	height: 160px;
	left:50%;
	top:100%;
	background-color: #f3f3f3;
  transform:translate(-50%, -100%);
}
#page_news .blk_1.nm_tgt_psa::before {
  background-color: #ffffff;
}
#page_news .blk_1.nm_tgt_psa.psa_show::before {
  animation:pkf_a_1 .8s 0s 1 normal both;
}
/*  */
#page_news .blk_1 .gsty_tit_1 > span:nth-of-type(1) {
  width:110px;
  height:auto;
}
/*  */
#page_news .blk_1 .gsty_blk_scroll {
  left:100%;
  top:160px;
}
#page_news .blk_1 .gsty_blk_scroll.nm_tgt_psa {
  opacity:0;
  transform:translateY(-30px);
}
#page_news .blk_1 .gsty_blk_scroll.nm_tgt_psa.psa_show {
  animation:kf_psa_1 .8s .4s 1 normal both;
}
/*
*/
#page_news .blk_2 {
	width: 100%;
  padding:40px 0 100px 0;
  background-color: #f3f3f3;
}
#page_news .blk_2.nm_tgt_psa {
  background-color: #ffffff;
}
#page_news .blk_2.nm_tgt_psa.psa_show {
  animation:pkf_a_1 .8s 0s 1 normal both;
}
#page_news .blk_2 > div {
	width: var(--tgt_wid_1);
	max-width: var(--max_wid_1);
  margin: auto;
}
#page_news .blk_2.nm_tgt_psa > div {
  opacity:0;
  transform:translateY(60px);
}
#page_news .blk_2.nm_tgt_psa.psa_show > div {
  animation:kf_psa_1 .8s .2s 1 normal both;
}
/*  */
#page_news .blk_2 ol {
	width: 80%;
  margin: auto;
  border-top: 1px solid #929292;
}
#page_news .blk_2 ol li {
	width: 100%;
  display:block;
  padding:60px 0 80px 0;
  border-bottom: 1px solid #929292;
}
#page_news .blk_2 ol li article {
	width: 100%;
  display:block;
}
#page_news .blk_2 ol li article a {
	width: 100%;
  display:flex;
  flex-direction: column;
}
#page_news .blk_2 ol li article a h3 {
  order: 2;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  padding:15px 100px 0 0;
}
#page_news .blk_2 ol li article a p:nth-of-type(1) {
  order: 1;
  font-size: 14px;
  line-height:1;
  color:#00a0e9;
  white-space: nowrap;
  padding:0 100px 0 0;
}
#page_news .blk_2 ol li article a p:nth-of-type(2) {
  order: 3;
  font-size: 16px;
  line-height: 1.75;
  padding:15px 150px 0 0;
}
#page_news .blk_2 ol li article a .gsty_btn_1 {
  position:absolute;
  left:100%;
  top:calc(50% + 30px);
  transform:translate(-100%, -50%);
  width:100px;
  height:100px;
}
#page_news .blk_2 ol li article a .gsty_btn_1 > span {
  display: block;
  width:64px;
	background-position: 50% 30px;
	background-size: 54px auto;

}
#page_news .blk_2 ol li article a .gsty_btn_1 > span  > span {
  top:calc(50% + 11px);
}
/*
*/
#page_news .blk_3 {
	width: 100%;
  padding:0 0 100px 0;
  background-color: #f3f3f3;
}
#page_news .blk_2.nm_tgt_psa ~ .blk_3 {
  background-color: #ffffff;
}
#page_news .blk_2.nm_tgt_psa.psa_show  ~ .blk_3 {
  animation:pkf_a_1 .8s 0s 1 normal both;
}
#page_news .blk_3 > div {
	width: var(--tgt_wid_1);
	max-width: var(--max_wid_1);
  margin: auto;
  height:100px;
}
/*  */
#page_news .blk_3 .btn_back {
  position:absolute;
  left:0;
  top:0;
}
#page_news .blk_3 .btn_back a {
  display: block;
  height:40px;
  width:110px;
  padding:13px 0 0 0;
  font-size: 18px;
  line-height: 1;
  font-family: 'Hind Guntur', sans-serif;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}
#page_news .blk_3.nm_tgt_psa .btn_back a {
  opacity:0;
  transform:translateX(20px);
}
#page_news .blk_3.nm_tgt_psa .btn_back.disable a {
  opacity:0;
  transform:translateX(0);
}
#page_news .blk_3.nm_tgt_psa.psa_show .btn_back a {
  animation:kf_psa_1 .8s .0s 1 normal both;
}
#page_news .blk_3 .btn_back a::after {
	position: absolute;
	display: block;
	content: '';
	width: 55px;
	height: 1px;
	left:0;
	top:23px;
	background-color: #bbbbbb;
}
#page_news .blk_3 .btn_back a::before {
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #000000 transparent;
	left:0;
	top:13px;
}
#page_news .blk_3 .btn_back.disable a {
  pointer-events: none;
  color:#d5d5d5;
}
#page_news .blk_3 .btn_back.disable a::after {
	background-color: #d5d5d5;
}
#page_news .blk_3 .btn_back.disable a::before {
  border-color: transparent transparent #d5d5d5 transparent;
}
/*  */
#page_news .blk_3 .btn_next {
  position:absolute;
  left:100%;
  top:0;
  transform:translateX(-100%);
}
#page_news .blk_3 .btn_next a {
  display: block;
  height:40px;
  width:110px;
  padding:13px 0 0 0;
  font-size: 18px;
  line-height: 1;
  font-family: 'Hind Guntur', sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
#page_news .blk_3 .btn_next a::after {
	position: absolute;
	display: block;
	content: '';
	width: 55px;
	height: 1px;
	left:100%;
	top:23px;
	background-color: #bbbbbb;
  transform:translateX(-100%);
}
#page_news .blk_3.nm_tgt_psa .btn_next a {
  opacity:0;
  transform:translateX(-20px);
}
#page_news .blk_3.nm_tgt_psa .btn_next.disable a {
  opacity:0;
  transform:translateX(0);
}
#page_news .blk_3.nm_tgt_psa.psa_show .btn_next a {
  animation:kf_psa_1 .8s .0s 1 normal both;
}
#page_news .blk_3 .btn_next a::before {
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: transparent transparent transparent #000000;	
	left:100%;
	top:13px;
  transform:translateX(-100%);
}
#page_news .blk_3 .btn_next.disable a {
  pointer-events: none;
  color:#d5d5d5;
}
#page_news .blk_3 .btn_next.disable a::after {
	background-color: #d5d5d5;
}
#page_news .blk_3 .btn_next.disable a::before {
  border-color: transparent transparent transparent #d5d5d5;	
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
/*
*/
#page_news .blk_1 {
	width: var(--tgt_wid_2);
	max-width: none;
  padding:100px 0 60px 0;
}
#page_news .blk_1::before {
	height: 100px;
}
/*  */
#page_news .blk_1 .gsty_tit_1 > span:nth-of-type(1) {
  width:78px;
  height:auto;
}
/*  */
#page_news .blk_1 .gsty_blk_scroll {
  top:80px;
}
/*
*/
#page_news .blk_2 {
  padding:20px 0 20px 0;
}
#page_news .blk_2 > div {
	width: var(--tgt_wid_2);
	max-width: var(--max_wid_2);
}
/*  */
#page_news .blk_2 ol {
	width: 100%;
}
#page_news .blk_2 ol li {
  padding:25px 0 25px 0;
}
#page_news .blk_2 ol li article a h3 {
  font-size: 14px;
  padding:10px 0 0 0;
}
#page_news .blk_2 ol li article a p:nth-of-type(1) {
  font-size: 12px;
  padding: 0;
}
#page_news .blk_2 ol li article a p:nth-of-type(2) {
  font-size: 12px;
  padding:10px 100px 0 0;
  min-height: 90px;
}
#page_news .blk_2 ol li article a .gsty_btn_1 {
  left:100%;
  top:100%;
  transform:translate(-100%, -100%);
  width:70px;
  height:70px;
}
#page_news .blk_2 ol li article a .gsty_btn_1 > span {
  display: block;
  width:50px;
	background-position: 50% 17px;
	background-size: 40px auto;
}
#page_news .blk_2 ol li article a .gsty_btn_1 > span  > span {
  top:calc(50% + 7px);
}
/*
*/
#page_news .blk_3 {
  padding:0 0 60px 0;
}
#page_news .blk_3 > div {
	width: var(--tgt_wid_2);
	max-width: var(--max_wid_2);
  margin: auto;
  height:60px;
}
/*  */
#page_news .blk_3 .btn_back a {
  width:90px;
  padding:13px 0 0 0;
  font-size: 16px;
}
#page_news .blk_3 .btn_back a::after {
	width: 37px;
	top:23px;
}
#page_news .blk_3 .btn_back a::before {
	border-width: 0 0 8px 8px;
	top:15px;
}
/*  */
#page_news .blk_3 .btn_next a {
  width:90px;
  padding:13px 0 0 0;
  font-size: 16px;
}
#page_news .blk_3 .btn_next a::after {
	width: 37px;
	top:23px;
}
#page_news .blk_3 .btn_next a::before {
	border-width: 8px 0 0 8px;
	top:15px;
}
/*  */
}
