/*----------
	components override
----------*/
@media (max-width: 767px) {
  .l-mainheader.gdpr-active {
    height: 73px;
  }
}

.l-title-lv4 {
	background-color: #FFF7EF;
  padding: 20px 0 40px;
}

.c-bg-rect::before {
	background: #FFF7EF;
}

.c-button__inner,
.l-infosession-schedule .c-button-container__item .c-button__inner {
	border-color: #ED963E;
	color: #ED963E;
}
@media (min-width: 768px) {
	.c-button__inner:hover {
		background-color: #ED963E;
	}
}

.c-button--enter .c-button__inner {
	background-color: #ED963E;
}

.c-qa::before {
	background-color: #FFF7EF;
}
.c-qa__a::before {
	color: #ED963E;
}

.c-button-tab__item > a,
.c-button-tab__item > button {
	border-bottom-color: #ED963E;
}
.c-button-tab__item > a.active,
.c-button-tab__item > button.active {
	background-color: #ED963E;
}

.c-infosession-list__title {
	color: #ED963E;
}
.c-infosession-list__cond > li.active > button {
	border-bottom-color: #ED963E;
	color: #ED963E;
}
.c-infosession-list__cond > li.active > button::before {
	background-color: #ED963E;
}
@media (min-width: 768px) {
	.c-infosession-list {
		border-top-color: #ED963E;
	}
}

/*----------
	cia header & nav
----------*/
@media (min-width: 768px) {
	.l-mainnav-cia__global > ul > li > a.current, .l-mainnav-cia__global > ul > li > a:hover {
		background-color: #ED963E;
	}
}

/*----------
	cia home
----------*/
.s-subhome-subtitle::before {
	background-color: #ED963E;
}

.s-subhome-overview {
	background-color: #ED963E;
	background-image: url("/cia/images/home/overview-bg.jpg");
}
.s-subhome-overview__inner {
	background-color: #ED963E;
	background-image: url("/cia/images/home/overview-bg2.png");
}
@media (min-width: 768px) {
	.s-subhome-overview__inner {
		background-color: transparent;
	}
}

/*--------------------
	Common layout
---------------------*/

/*--------------------
	link 
---------------------*/

a, button {
  transition: color 0.2s;
}

a:hover img {
filter: alpha(opacity=80);
-ms-filter: "alpha(opacity=80)";
opacity: 0.8;
}

.pageLinkWrap .pageLink li a:hover {
  background-color: #137dc7;
  color: #fff;
}

.pageLinkWrap {
margin-top: 41px;
}
.pageLinkWrap .pageLink {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
border-right: 1px solid #137dc7;
border-top: 1px solid #137dc7;
margin-bottom: 60px;
}
.pageLinkWrap .pageLink.pageLink {
margin-bottom: 10px;
}
.pageLinkWrap .pageLink li {
flex: 1;
text-align: center;
border-left: 1px solid #137dc7;
border-bottom: 1px solid #137dc7;
background: #e6f7ff;
}
.pageLinkWrap .pageLink li a {
display: block;
width: 100%;
padding: 10px;
padding-bottom: 30px;
color: #137dc7;
font-size: 1.6rem;
position: relative;
font-weight: 500;	
}
.pageLinkWrap .pageLink li a::after {
content: "";
width: 8px;
height: 8px;
border-top: solid 2px #137dc7;
border-right: solid 2px #137dc7;
position: absolute;
right: 0;
left: 0;
margin: auto;
top: 0;
bottom: -25px;
transform: rotate(135deg);
transition: 0.2s;
}
.pageLinkWrap .pageLink li a:hover::after {
border-top: solid 2px #FFFFFF;
border-right: solid 2px #FFFFFF;
}

@media (max-width: 768px) {
.pageLinkWrap {
  margin-top: 7vmin;
}
.pageLinkWrap .pageLink {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 7vmin;
  border: none;
}
.pageLinkWrap .pageLink li {
  width: 49%;
  margin-bottom: 2vmin;
  border: 1px solid #137dc7;
  flex: none;
}
.pageLinkWrap .pageLink li a {
  font-size: 3.3vmin;
  text-align: center;
  padding-bottom: 5vmin;
  padding-left: 0;
  padding-right: 0;
}
.pageLinkWrap .pageLink li a::after {
  bottom: -5vmin;
}
.pageLinkWrap .pageLink.pageLink {
  margin-bottom: 0;
}
}


/*--------------------
CTA 
---------------------*/
.c_yellow {
  color: #fff20d;
  font-weight: bold;
}

/* --------------------------------------------------------------------
/* CTA
-------------------------------------------------------------------- */
.ctaAreaWrap {
  margin-bottom: 30px;
}
.ctaArea {
  background-color: #004896;
  padding: 20px 0 30px;
}
.ctaArea .box {}
.ctaArea .box.flexBox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ctaArea .box.flexBox .medal {
  margin-right: 15px;
  width: 25%;
  text-align: center;
}
.ctaArea .box.flexBox .medal img {
  width: auto;
}
.ctaArea .box.flexBox .txtArea {}
.ctaArea .box .txt {
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.ctaArea .box .txt span {
  font-size: 14px;
  display: block;
  font-weight: normal;
}
.ctaArea .box .txt span sup {
	font-size: 10px;
	position: relative;
	top: -9px;
}
.ctaArea .box .btn {
  text-align: center;
  margin-bottom: 15px;
}
.ctaArea .box .btn img {
  max-width: 100%;
  width: auto;
}
.ctaArea .box .linkBox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 550px;
  margin: auto;
}
.ctaArea .box .linkBox .txtBtn {
  color: #fff;
}
.ctaArea .box .linkBox .txtBtn span {
	font-size: 18px;
	position: relative;
	left: 7px;
}
.ctaArea .box .linkBox .txtBtn a {
  color: #fff;
  border: 1px solid;
  width: 280px;
  display: block;
  text-align: center;
  border-radius: 4px;
  padding: 7px 10px;
  position: relative;
}
.ctaArea .box .linkBox .txtBtn a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  left: 15px;
  top: 43%;
  transform: rotate(45deg);
}
.ctaArea .box .linkBox .whatTxt {}
.ctaArea .box .linkBox .whatTxt::before {
  content: "?";
  background-color: #fff;
  padding: 3px 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.ctaArea .box .linkBox .whatTxt a {
  color: #fff;
  text-decoration: underline;
	font-size: 16px;
}
.ctaAreaWrap .campaignArea {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  margin-bottom: 10px;
}
.ctaAreaWrap .campaignArea .l_txt {
  width: 55%;
  text-align: right;
  padding: 10px 30px;
  font-size: 24px;
  background-color: #137dc7;
  color: #fff;
  font-weight: bold;
  position: relative;
  height: 50px;
  display: flex;
  justify-content: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ctaAreaWrap .campaignArea .l_txt::before {
  content: "";
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #137dc7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
}
.ctaAreaWrap .campaignArea .l_txt span {
  font-size: 34px;
}
.ctaAreaWrap .campaignArea .r_txt {
  width: 45%;
  text-align: left;
  padding: 10px 30px;
  padding-left: 50px;
  font-size: 24px;
  font-weight: bold;
  height: 50px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}
.ctaAreaWrap .b_txt {
  font-size: 12px;
  color: #666666;
}
@media (max-width: 767px) {
  /**CTA**/
  .ctaAreaWrap {}
  .ctaArea {
    padding: 3vmin 0 4vmin;
  }
  .ctaArea .box {}
  .ctaArea .box.flexBox {
    position: relative;
  }
  .ctaArea .box.flexBox .medal {
    position: absolute;
    top: -30px;
    left: 0;
    width: 24vmin;
    display: block;
  }
  .ctaArea .box.flexBox .medal img {
    max-width: 100%;
  }
  .ctaArea .box.flexBox .txtArea {}
  .ctaArea .box.flexBox .txtArea .txt {
    text-align: right;
    position: relative;
    font-size: 5.6vmin;
    right: 2%;
  }
  .ctaArea .box.flexBox .txtArea .txt span {
    font-size: 3.6vmin;
    position: relative;
    left: 1.5%;
  }
  .ctaArea .box .txt {
    font-size: 6vmin;
  }
  .ctaArea .box .txt span {
    font-size: 4vmin;
  }
  .ctaArea .box .btn {}
  .ctaArea .box .btn img {}
  .ctaArea .box .linkBox {
    display: block;
    text-align: center;
  }
  .ctaArea .box .linkBox .txtBtn {}
  .ctaArea .box .linkBox .txtBtn a {
    margin: 0 auto 3vmin;
    padding: 5px 0 5px 0;
    width: 78%;
  }
	.ctaArea .box .linkBox .txtBtn span {
		font-size: 4vmin;
	}
  .ctaArea .box .linkBox .txtBtn a::before {}
  .ctaArea .box .linkBox .whatTxt {}
  .ctaArea .box .linkBox .whatTxt::before {}
  .ctaArea .box .linkBox .whatTxt a {
    font-size: 14px;
}
  .ctaAreaWrap .campaignArea {}
  .ctaAreaWrap .campaignArea .l_txt {
    font-size: 3.4vmin;
    padding: 1vmin;
    width: 65%;
  }
  .ctaAreaWrap .campaignArea .l_txt::before {
    content: "";
  }
  .ctaAreaWrap .campaignArea .l_txt span {
    font-size: 5.8vmin;
    display: inline-block;
    vertical-align: middle;
    line-height: 2;
    margin-bottom: 1.5vmin;
  }
  .ctaAreaWrap .campaignArea .r_txt {
    font-size: 4vmin;
    padding: 3vmin;
    padding-left: 9vmin;
    width: 35%;
  }
  .ctaAreaWrap .b_txt {
    font-size: 2.4vmin;
  }
}

/*** 2024.0306 add ***/
.c-table.tp1 thead th {
  background-color: #305496;
  border-color: #242424;
  color: #FFF;
}
.c-table.tp1 thead td {
  border-color: #242424;
}

.l-tp1 {
  color: #2e75b6;
  text-decoration: none;
}

.l-section .reason-box {
  width: 100%;
  background-color: #054895;
  padding: 40px 50px 30px;
  box-sizing: border-box;
  color: #FFF;
  margin-top: 40px;
}
.l-section .reason-box h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.l-section .reason-box p {
  font-weight: 14px;
  text-align: center;
  margin-bottom: 20px;
}
.l-section .reason-box .rsn-lst {
  display: flex;
  justify-content: space-between;
}
.l-section .reason-box .rsn-lst .rsn-lst-bx {
  width: 250px;
  border: 1px solid #FFF;
}
.l-section .reason-box .rsn-lst .rsn-lst-bx::after {
  display: block;
  content: '';
  clear: both;
}

.l-section .reason-box .rsn-lst .rsn-lst-bx figure img {
  width: 100%;
}
.l-section .reason-box .rsn-lst .rsn-lst-bx p {
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  padding: 5px 10px;
  box-sizing: border-box;
  border-top: 1px solid #FFF;
  margin-bottom: 0;
}
.l-section .reason-box .rsn-lst .rsn-lst-bx p span {
  /* display: inline-block; */
  color: #FFF;
  float: right;
}

@media (max-width: 768px) {
	
  .l-section .reason-box {
    padding: 20px 20px 10px;
  }
  .l-section .reason-box h3 {
    font-size: 20px;
  }
  .l-section .reason-box p {
    font-weight: 12px;
  }
  .l-section .reason-box .rsn-lst {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: auto;
  }
  .l-section .reason-box .rsn-lst .rsn-lst-bx {
    width: 90%;
    margin:0 auto 20px;
  }

  .l-section .reason-box .rsn-lst .rsn-lst-bx p {
    font-size: 12px;
  }
 
}

/* entry tuition */
.c-table .t-es {
  width: 100%;
}
.c-table .t-es th {
  background-color: #a6c9ec;
  color: #000;
  text-align: center;
}
.c-table .t-es th span {
  display: inline-block;
  text-indent: -30px;
}
.c-table .t-es th span::before {
  display: inline-block;
  content: "";
  background: url("/cia/images/entry/tuition/ico_crown.png");
  width: 24px;
  height: 18px;
  background-size: 100% 100%;
  margin: 2px 4px 0 0;
}
.c-table .t-es th.es-h {
  background-color: #f3f3f3;

}
.c-table .t-es td {
  text-align: center;
  vertical-align: top;
}
.c-table .t-es td span {
  display: inline-block;
  padding: 2px 10px;
  background-color: #ed963e;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.c-table .t-es td .c-p-01 {
  margin-bottom: 20px;
}
.c-table .t-es .c-d-01 {
  text-align: left;
  padding: 30px 0;
}
.c-table .t-es .c-d-01 dl {
  display: flex;
  line-height: 0;
}
.c-table .t-es .c-d-01 dl dt {
  display: block;
    text-align: right;
    width: 80px;
    margin: 0 30px 0 0;
    padding: 0;
}
.c-table .t-es .c-d-01 dl dd {
  display: inline-block;
  text-align: left;
}


.l-section .b-st {
  text-align: center;
  margin-top: 80px;
}
.l-section .b-st a {
  display: block;
  width: 280px;
  background-color: #0066c0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 7px;
  padding: 25px 20px 25px 20px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  box-shadow: 1px 1px 1px 1px rgba(2, 71, 150, .7);
  transition: all 0.2s;
}
.l-section .b-st a:hover {
  opacity: .9;
}
.l-section .b-st a span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 15px 0 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.l-content.l-ct-01 {
  padding-bottom: 20px;
}

.reason-box.l-et {
  margin-bottom: 40px;
}

/*--------------------
	Common layout
---------------------*/
/*
 * ボタン
 */
 .c-button-tab__infosession__item > a.active, .c-button-tab__infosession__item > button.active {
	background-color: #ED963E;
}
/*
* タブLINE
*/
.l-infosession-schedule .c-infosession-list {
	border-top: 2px solid #ED963E;
}

.c-tm {
	display: table;
}

.c-tm .t-tm {
	vertical-align: top;
	font-size: 10px;
}

/*----------
	2025.05 講師紹介（一覧ページ）
----------*/

@media (min-width: 768px) {
  .c-button__inner:hover {
    background-color: #ED963E;
  }
  .c-imageset__image {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(35% - 16px);
		margin-right: 32px;
	}
  .l-title-lv4 {
		padding: 20px 0 40px;
	}
	.l-title-lv4__inner {
		padding-left: 32px;
		padding-right: 32px;
	}
  .l-layout-regular .l-section > [class^=c-] {
    margin-top: 40px;
  }
}

/*----------
	講師紹介（詳細ページ）
----------*/
.lec-badge {
	display: inline-block;
	height: 32px;
	vertical-align: middle;
	background-color: #ED963E;
  border-radius: 5px;
}
.lec-badge > span {
	display: block;
	max-width: 100%;
	min-width: 50px;
	padding: 10px 10px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 12px;
	color: #fff;
}
.lec-badge__gry {
  background-color: #e0e0e0;
  padding: 1px 10px;
}
.c-separator {
	display: block;
	margin: 10px auto;
	border-top: 1px solid #ddd;
}




@media (min-width: 768px) {
    .s-subhome-kv {
         display: block !important; 
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.l-mainheader__inner {
		width: 100%;
		height: 88px;
		position: relative;
		z-index: 50;
		background-color: #fff;
	}


/*----------
	2026.1
----------*/

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

#mv {
  position: relative;
}

#mv {
  width: 100%;
}

.aidea-top__title-inner picture {
  position: absolute;
  top: 36%;
  left: 10%;
  display: inline-block;
  width: 38%;
}

.aidea-top__title-lead p {
  position: absolute;
  top: 48%;
  left: 10%;
  font-size: 1.2rem;
  font-weight: 600;
  width: 50%;
  line-height: 2;
  margin-top: 2%;
  max-width: 60rem;
}



.aidea-content__service {
  margin-top: 7%;
}

.area-left {
  display: flex;
}

.area-left {
  width: 130%;
}
.area-left__textarea {
  margin-left: 3%;
}

.area-left__service {
  font-size: 1.8rem;
  font-weight: 700;
}

.area-left__tittle {
  font-size: 3rem;
  font-weight: 600;
  color: #2c475c;
  font-family: Noto Serif JP;
}

.area-left__tittle-en img {
  width: 30%;
}

.area-left__text {
  font-size: 1.2rem;
  font-weight: 500;
  width: 40%;
  line-height: 2.4;
  margin-top: 3%;
}


.area-right {
  margin-top: 6%;
  display: flex;
}

.area-right__textarea {
  margin: 0 3% 0;
  max-width:45%;
}

.area-right__service {
  font-size: 1.8rem;
  font-weight: 700;
}

.area-right__tittle {
  font-size: 3rem;
  font-weight: 600;
  color: #2c475c;
  font-family: Noto Serif JP;
  display: grid;
  justify-content: flex-end;
}

.area-right__tittle-en {
  text-align: right;
}

.area-right__tittle-en img {
  width: 30%;
}

.area-right__text {
  font-size: 1.2rem;
  font-weight: 500;
  width: 65%;
  line-height: 2.4;
  margin-top: 3%;
  margin-right: 0;
  margin-left: auto;
}



.aidea-content__strengths {
  margin-top: 10%;
}

.strengths__area {
  max-width: 1730px;
  background-color: #f2f2f2;
  margin: 0 5%;
  padding: 3%;
  display: flex;
  justify-content: center;
}

.strengths__area-left {
  display: flex;
  align-items: center;
  margin-right: 10%;
}

.strengths__area-left-bg {
  background-color: #e6e6e6;
  aspect-ratio: 1 / 1;
  width: 85%;
  padding: 10%;
  display: flex;
  justify-content: center;
}

.strengths__area-left-inner {
  display: grid; 
  place-items: center;
}

.strengths__area-right {
  width: 40%;
  margin-right: 5%;
}

.strengths__area-left-inner h2 {
  font-size: 2.6rem;
  font-weight: 600;
}

.strengths__tittle-en img {
  width: 85%;
  margin-left: 20%;
}


/** SP **/
@media (max-width: 767px) {

 .mv_wrap {
  margin-bottom: 10%;
 }

 .aidea-top__title-inner picture {
    top: 25%;
    left: 5%;
    display: inline-block;
    width: 60%;
    position: absolute;
  }

  .aidea-top__title-leadsp p {
    font-size: 1.2rem;
    font-weight: 600; 
    line-height: 2;
    max-width: 60rem;
    margin: 0 5% 20%;
  }


  .aidea-content__service {
    margin-top: 7%;
  }
  
  .area-left {
    display: block;
  }
  
  .area-left {
    width: 100%;
  }
  .area-left__textarea {
    margin: 0 5% 5%;
  }
  
  .area-left__service {
  font-size: 1.8rem;
  font-weight: 700;
  }
  
  .area-left__tittle {
    font-size: 3.8rem;
    font-weight: 600;
    color: #2c475c;
    font-family: Noto Serif JP;
  }
  
  .area-left__tittle-en img {
    width: 80%;
    margin-left: 20%;
  }

  .area-right__tittle-en img {
    width: 50%;
    margin-left: 20%;
  }
  
  .area-left__text {
    font-size: 1.4rem;
    font-weight: 500;
    width: auto;
    line-height: 2.4;
    margin: 3% 5% 15%;
  }



  .aidea-content__strengths {
    margin-top: 10%;
  }
  
  .strengths__areasp {
    position: relative;
  }

  .strengths__area-tittle-inner {
    position: relative;
    z-index: 3;
  }

  .strengths__area-tittle {
    margin-left: 10%;
    font-size: 3.8rem;
    font-weight: 600;
    color: #2c475c;
    font-family: Noto Serif JP;
  }

  .strengths__tittle-en img {
    width: 60%;
    margin-left: 30%;
  }
  
  .strengths__area-bg {
    top: 32%;
    background-color: #e6e6e6;
    padding: 30% 8% 20%;
    width: 100%;
    margin: -70px 0 70px;
    z-index: 1;
  }

  .strengths__area-figure {
    margin-bottom: 15%;
  }

  .strengths__area-no {
    display: flex;
    margin-top: 10%;
  }

  .strengths__no1 {
    font-family: Noto Serif JP;
    font-style: italic;
    font-size: 3rem;
    color: #3b5b2c;
    margin-right: 8%;
  }

  .strengths__no2 {
    font-family: Noto Serif JP;
    font-style: italic;
    font-size: 3rem;
    color: #5b372c;
    margin-right: 8%;
  }

  .strengths__no3 {
    font-family: Noto Serif JP;
    font-style: italic;
    font-size: 3rem;
    color: #2c475c;
    margin-right: 8%;
  }

  .strengths__area-no {
    font-family: Noto Serif JP;
    font-size: 1.7rem;
    color: #2c475c;
    font-weight: 600;
  }

}



/*----------
	pagination
----------*/
.c-pagination__items {
	width: 100%;
	max-width: 312px;
	margin: 48px auto 0;
}
.c-pagination__item {
	margin: 0 auto;
}
.c-pagination__item > a {
	display: block;
	color: inherit;
}
.c-pagination__page {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 64px;
	border: 1px solid #024796;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #024796;
	cursor: pointer;
}
.c-pagination__page::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e903";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 24px;
	font-size: 1.6rem;
	line-height: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 768px), print {
	.c-pagination__items {
		margin: 64px auto 0;
	}
	.c-pagination__page {
		transition: background-color 0.2s, color 0.2s;
	}
	.c-pagination__page:hover {
		background-color: #024796;
		color: #fff;
	}
}

/*----------
	pagination
----------*/
.c-pagination__items {
	width: 100%;
	max-width: 312px;
	margin: 48px auto 0;
}
.c-pagination__item {
	margin: 0 auto;
}
.c-pagination__item > a {
	display: block;
	color: inherit;
}
.c-pagination__page {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 64px;
	border: 1px solid #024796;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #024796;
	cursor: pointer;
}
.c-pagination__page::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e903";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 24px;
	font-size: 1.6rem;
	line-height: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 768px), print {
	.c-pagination__items {
		margin: 64px auto 0;
	}
	.c-pagination__page {
		transition: background-color 0.2s, color 0.2s;
	}
	.c-pagination__page:hover {
		background-color: #024796;
		color: #fff;
	}
}