@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*================================================
/ir/fpptimes_202303/index.html
================================================*/
/*------------------------------------------------
Initial Settings
------------------------------------------------*/
body {
  font-size: 1.6rem;
}

@media print, screen and (max-width: 801px) {
  body {
    font-size: 1.5rem;
  }
}

/*------------------------------------------------
common
------------------------------------------------*/
.fadein-element {
  opacity: 0;
  visibility: hidden;
  transform: translateY(4.8rem);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.fadein-bottom {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/* -- For in-page links -- */
#link_top-interview, #link_financial-summary, #link_statistics {
  padding-top: 4rem;
  margin-top: 4rem;
  display: block;
}
.section_top-interview h2, .section_financial-summary h2, .section-rank h2 {
  font-size: 5.2rem;
  font-weight: 700;
  margin-bottom: 5.6rem;
  color: #1C2952;
}
section .ttl-area{
	text-align: center;
	position: relative;
	z-index: 2;
}
section .ttl-area aside {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
  background: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
  padding: 0 1rem;
  color: #1C2952;
}
section .ttl-area::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #1C2952;
  position: absolute;
  top: 1rem;
  z-index: 0;
}
section .ttl-area h2 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  font-family: 'Noto Sans JP';
  color: #1C2952;
}
.visual-data_bg {
  background-color: #fff;
  border: 1px solid #eaeaea;
}
.visual-data_bg h3 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #1c2952;
  border-radius: 50px;
  width: 270px;
  margin: 0 auto;
}
.visual-data_bg > .text_emphasis{
  color: #E69E15;
  font-weight: 800;
}
.visual-data_bg > .text_emphasis > .unit{
  color: #1C2952;
}
.visual-data-ratio {
  display: flex;
  justify-content: center;
}
.visual-data-ratio h4 {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  color: #1c2952;
  border-radius: 50px;
  border: 1px solid #1c2952;
  width: 97px;
  margin: 0 auto;
}
.visual-data-ratio li{
  flex-basis: calc(50% - 0.8rem);
}
.visual-data-ratio li p:nth-child(2){
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: normal;
  color: #1C2952;
}
.visual-data-ratio li p:nth-child(2) .unit {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: normal;
  color: #1C2952;
}
.visual-data-ratio li p:last-child {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: normal;
  color: #1C2952;
}
.visual-data-ratio li p:last-child .unit {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: normal;
  color: #1C2952;
}
.visual-data-ratio p .plus{
  position: relative;
}
.visual-data-ratio p:nth-child(2) .plus::before{
	content: url(../../../images/ir/fpptimes_202402/icon_plus.svg);
    width: 13px;
    height: 13px;
    position: relative;
    bottom: 0.5rem;
    left: -0.3rem;
}
.visual-data-ratio p:last-child .plus::before{
	content: url(../../../images/ir/fpptimes_202402/icon_plus.svg);
    width: 13px;
    height: 13px;
    position: relative;
    bottom: 0.1rem;
    left: -0.3rem;
}
.visual-data-ratio p:last-child::before{
	content: '(';
	font-family: 'Noto Sans JP';
	font-weight: 400;
	color: #1C2952;
    position: relative;
    bottom: 0.1rem;
    left: -0.6rem;
}
.visual-data-ratio p:last-child::after{
	content: ')';
	font-family: 'Noto Sans JP';
	font-weight: 400;
	color: #1C2952;
    position: relative;
    bottom: 0.1rem;
    right: -0.3rem;
}
.text_emphasis {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 6.4rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #1C2952;
}
.unit {
  font-size: 3rem;
  font-family: 'Noto Sans JP';
  font-weight: 600;
  color: #1C2952;
}
.graph-title-unit {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 0.4rem;
}
.shadow {
  box-shadow: 0.8rem 0.8rem #1c2952 ;
}
.visual-data_heading {
  font-size: 2rem;
  text-align: left;
  padding-left: 1.2rem;
  border-left: 1px solid #1C2952;
  margin-bottom: 2.4rem;
}
.br_mobile-only {
  display: none;
}
.img_desktop-only {
  display: block;
}
.img_mobile-only {
  display: none;
}

@media print, screen and (max-width: 801px) {
  /* -- For in-page links -- */
  #link_top-interview, #link_financial-summary, #link_statistics {
    padding-top: 1.6rem;
    margin-top: 1.6rem;
    display: block;
  }
  .section_top-interview h2, .section_financial-summary h2, .section-rank h2 {
    font-size: 3.2rem;
    margin-bottom: 3.2rem;
  }
  section aside {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  section aside span {
    font-size: 1.4rem;
    margin: 0 1.6rem 0 0.8rem;
  }
  .text_emphasis {
    font-size: 4.8rem;
    font-weight: 700;
    letter-spacing: normal;
  }
  .unit {
    font-size: 2rem;
  }
  .visual-data_heading {
    margin-bottom: 1.6rem;
  }
  .br_mobile-only {
    display: block;
  }
  .img_desktop-only {
    display: none;
  }
  .img_mobile-only {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
	.visual-data-ratio li{
  flex-basis: 100%;
}
}

@media print, screen and (max-width: 481px) {
  .section_top-interview h2, .section_financial-summary h2, .section-rank h2 {
    font-size: 3.2rem;
  }
  .unit {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------
Key visual
------------------------------------------------*/
.kv {
  width: 100%;
  height: 72rem;
  background-color: #0C1D59;
  margin-bottom: 3.2rem;
  display: flex;
  position: relative;
  align-items: flex-start;
}
.kv-img {
  display: flex;
  width: 100%;
  max-height: 59.4rem;
  height: 100%;
}
/* -- Filters for key visuals -- */
.kv-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, rgba(51, 51, 51, 0.5), transparent);
}
.kv-img img {
  width: 100%;
  object-fit: cover;
}
.fadein-title {
  display: none;
}
.page-title {
  position: absolute;
  z-index: 1;
  top: 9.6rem;
  max-width: 110rem;
  width: 100%;
  padding: 0 4.8rem;
}
.page-title h1, .page-title h2, .page-title h2 span {
  color: #fff;
}
.page-title h1 {
  font-size: 8.2rem;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 1.6rem;
  filter: drop-shadow(0 0 0.5rem rgba(0,0,0, 0.4));
}
.page-title h2 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 1.6rem;
  filter: drop-shadow(0 0 0.2rem rgba(0,0,0, 0.6));
}
.page-title .date {
  display: inline-block;
  padding: .5rem 1rem;
  border-radius: 5rem;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #fff;
  color: #0C1D59;
}

@media print, screen and (max-width: 801px) {
  .kv {
    display: block;
    height: 47rem;
    background-color: #0C1D59;
    margin-bottom: 3.2rem;
  }
  .kv-img {
    display: block;
    width: 100%;
    max-height: 25rem;
    height: 100%;
  }
  .kv-img img {
    width: 100%;
    height: 23rem;
  }
  .page-title {
    position: absolute;
    z-index: 1;
    top: 1.6rem;
    width: 100%;
    padding: 0 1rem;
  }
  .page-title h1 {
    font-size: 4.8rem;
    margin-bottom: 1.6rem;
  }
  .page-title h2 {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    margin-right: 1.6rem;
  }
  .page-title h2 span {
    display: block;
    line-height: 1.2;
    margin-top: 0.8rem;
  }
	.page-title .date {
	  margin-top: 6.4rem;
	}
}

@media print, screen and (max-width: 481px) {
  .page-title h1 {
    font-size: 2.8rem;
  }
}

/*------------------------------------------------
Key visual > link in page
------------------------------------------------*/
.link-in-page {
  max-width: 110rem;
  width: 100%;
  padding: 0 4.8rem;
  position: absolute;
  z-index: 1;
  top: 54.6rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.link-in-page-list {
  display: flex;
  color: #1C2952;
  background-color: #fff;
  height: 8.8rem;
}
.link-in-page-list li {
  width: 100%;
  display: flex;
  align-items: center;
}
.link-in-page-list li:not(:last-of-type) {
  border-right: 1px solid #EAEAEA;
}
.number, .link-title p:first-of-type {
  font-family: 'Be Vietnam Pro', sans-serif;
  letter-spacing: -0.05em;
}
.number {
  width: 15%;
  font-size: 2.2rem;
  text-align: center;
}
.link-title {
  width: 70%;
  padding-left: 1.2rem;
  border-left: 1px solid #0C1D59;
}
.link-title p:first-of-type {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.link-title p:nth-of-type(2) {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.link-in-page-list li a {
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #1C2952;
  border-radius: 5rem;
  position: relative;
}
.link-in-page-list li a::before {
  content: '';
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #1C2952;
  border-right: 1px solid #1C2952;
  transform: rotate(135deg) translateX(-50%);
  top: 40%;
  left: 24%;
}
.introduction {
  width: 100%;
  margin-bottom: 2.4rem;
  margin-top: 8rem;
}
.introduction p {
  font-size: 2rem;
  font-weight: 600;
  color: #1C2952;
  position: relative;
  margin-top: 3rem;
}
.introduction p::before {
  content: '';
  width: 100%;
  border: 1px solid #1C2952;
  position: absolute;
  top: -1.8rem;
}

@media print, screen and (max-width: 801px) {
  .link-in-page {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    padding: 0 1rem
  }
  .link-in-page-list {
    margin-top: -3.2rem;
    display: block;
    height: auto;
  }
  .link-in-page-list li {
    height: 6.6rem;
  }
  .link-in-page-list li:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #EAEAEA;
  }
  .number {
    font-size: 1.8rem;
    letter-spacing: normal;
  }
  .link-title p:first-of-type {
    font-size: 1.6rem;
    letter-spacing: normal;
  }
  .link-title p:nth-of-type(2) {
    font-size: 1.2rem;
    letter-spacing: normal;
  }
  .introduction {
    margin-bottom: 2.4rem;
  }
  .introduction p {
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    width: 100%;
	  margin-top: 5.6rem;
  }
}

/*------------------------------------------------
section_top-interview
------------------------------------------------*/
.section_top-interview {
  position: relative;
  margin-bottom: 13.6rem;
}
.section_top-interview p {
  color: #1C2952;
}
.ceo-img {
  margin-inline: calc(50% - 50vw);
}
.ceo-message {
  margin-bottom: 3.2rem;
}
.ceo-message p {
  font-size: 2.9rem;
  font-weight: 600;
  color: #1C2952;
  text-align: center;
}
.ceo-name {
  margin: 3.2rem 0 8rem;
}
.ceo-name p{
  font-size: 1.6rem;
  font-weight: 400;
  color: #1C2952;
}
.description {
  max-width: 110rem;
  width: 100%;
  padding: 0 4.8rem;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #eaeaea;
  height: auto;
}
.data-text-wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 2.4rem;
  padding: 0 3.2rem;
}
.data-text-wrapper p {
  font-size: 2rem;
  text-align: center;
}
.description-inner {
  line-height: 2;
  max-width: 77rem;
  width: 100%;
  padding: 10.4rem 0;
  margin: 0 auto;
}
.text_margin-bottom {
  margin-bottom: 3.2rem;
}
.text_block:not(:last-of-type) {
  margin-bottom: 4rem;
} 
.visual_block {
  margin-bottom: 3.2rem;
}

@media print, screen and (max-width: 801px) {
  .section_top-interview {
    position: relative;
    margin-bottom: 8rem;
  }
  .ceo-message {
    position: static;
    padding: 2.4rem 1.5rem;
    margin: 0px 0 0 0;
    width: 100%
  }
  .ceo-message p:first-of-type {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 0;
  }
  .ceo-name {
	margin-top: 1.6rem;
  }
  .ceo-name p {
    font-size: 1.2rem;
  }
  .description {
    padding: 0 1.5rem;
  }
  .description-inner {
    padding: 1.6rem 0;
  }
  .text_block:not(:last-of-type) {
    margin-bottom: 3.2rem;
  }
  .visual_block {
    margin-bottom: 4rem;
  }
}

/*------------------------------------------------
section_top-interview > data_priority-measures
------------------------------------------------*/
.data_priority-measures h3 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 0.8rem;
}
/* -- Subtract the width of the box shadow (0.8rem) with margin-right -- */
.data_priority-measures_01 {
  margin: 0 0.8rem 3.2rem 0;
  padding: 2.4rem 1.6rem;
}
.data_priority-measures_01-inner {
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
}
.data-description {
  display: flex;
  justify-content: center;
  padding: 2.4rem;
  font-size: 1.2rem;
  margin-bottom: 2.8rem;
  position: relative;
}
.data-description::before {
  position:absolute;
  content:"";
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-top: 1px solid #1C2952;
  border-left: 1px solid #1C2952;
}
.data-description::after {
  position: absolute;
  content: "";
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-bottom: 1px solid #1C2952;
  border-right: 1px solid #1C2952;
}
.data-description span {
  display: inline-block;
  padding: 0 1.6rem 0.4rem;
  background-color: #1C2952;
  color: #fff;
  height: 2rem;
  border-radius: 50px;
  font-weight: 500;
  line-height: 1.5;
  margin-right: 1.7rem;
}
.data_priority-measures-wrapper {
  display: flex;
  text-align: center;
  column-gap: 2.4rem;
}
.data_priority-measures-wrapper div {
  width: 100%;
}

/* -- Subtract the width of the box shadow (0.8rem) with margin-right -- */
.data_priority-measures_02 {
  margin-right: 0.8rem;
  padding: 2.4rem 1.6rem;
}
.data_priority-measures_02 p{
  font-weight: 600;
}
.data_priority-measures_02 .text_emphasis{
  font-size: 7.2rem;
  line-height: 1.5;
}


@media print, screen and (max-width: 801px) {
  .data_priority-measures h3 {
    font-size: 1.8rem;
  }
  .visual-data_bg h4 {
    font-size: 1.2rem;
  }
  .data_priority-measures_01 h4 {
    margin-bottom: 1.6rem;
  }
  .data-text-wrapper {
    font-size: 1.6rem;
    padding: 0 1.6rem;
  }
  .data-text-wrapper p {
    margin: 0 auto;
  }
  .data-text-wrapper p .text_emphasis {
    display: inline-block;
    margin-top: -2.4rem;
  }
  .data-description span {
    margin-bottom: 1.2rem;
  }
  .data-description {
    display: block;
    font-size: 1.2rem;
    padding: 1.6rem;
    margin: -0.8rem 1.6rem 1.6rem;
  }
  .data_priority-measures-wrapper {
    display: block;
    /* -- Subtract the width of the box shadow (0.8rem) with margin-right -- */
    margin-right: 0.8rem;
  }
  .data_priority-measures-wrapper h4 {
    margin-bottom: 0.8rem;
  }
  /* -- Subtract the width of the box shadow (0.8rem) with margin-right -- */
  .data_priority-measures_02 {
    margin: 0 0 3.2rem 0;
  }
  .data_priority-measures_02 p {
    display: inline-block;
  }
  .data_priority-measures_02 p:first-of-type, .data_priority-measures_03 p:first-of-type {
    margin-right: 1.6rem;
  }
.data_priority-measures_02 .text_emphasis{
  font-size: 4.8rem;
  line-height: 1.5;
}
  .sales-composition {
    margin-bottom: 0;
  }

	.visual-data-ratio li p:nth-child(2) {
    font-size: 2.6rem;
	}
	.visual-data-ratio li p:last-child {
    font-size: 2rem;
	}
}

@media print, screen and (max-width: 481px) {
  .data-text-wrapper {
    display: block;
  }
  .data_priority-measures_02 p, .data_priority-measures_03 p {
    display: block;
  }
  .data_priority-measures_02 p:first-of-type, .data_priority-measures_03 p:first-of-type {
    margin-right: 0rem;
  }
}

/*------------------------------------------------
section_top-interview > data_number-of-customers, data_next-three-years
------------------------------------------------*/
/* -- Subtract the width of the box shadow (0.8rem) with margin-right -- */
.data_number-of-customers, .data_next-three-years {
  margin-right: 0.8rem;
}
.data_number-of-customers h4, .data_next-three-years h4 {
  margin-bottom: 2.4rem;
}
.data_number-of-customers img, .data_next-three-years img {
  width: 90%;
  margin: 1.6rem auto;
}


/*------------------------------------------------
section_financial-summary
------------------------------------------------*/

a.btn_results {
  display: block;
  width: 18.4rem;
  padding: 1.6rem 2.4rem;
  margin: 0 auto 12.8rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  background-color: #1C2952;
  text-decoration: none;
  position: relative;
}
a.btn_results::after {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: icon;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  content: "\e5c8";
  font-size: 2rem;
  -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  right: 1.2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}



/*------------------------------------------------
section_financial-summary > data_summary-list
------------------------------------------------*/
.data_summary-list {
  display: flex;
  max-width: 110rem;
  width: 100%;
  border: 1px solid #EAEAEA;
  margin-bottom: 4rem;
}
.data_summary-list li {
  width: 100%;
  text-align: center;
  padding: 2.4rem 1.6rem;
  background-color: #fff;
}
.data_summary-list li:not(:last-of-type) {
  border-right: 1px solid #EAEAEA;
}

.data_summary-list .text_emphasis {
  margin-bottom: 0.8rem;
}
.year-on-year, .year-on-year span {
  color: #fff;
}
.year-on-year {
  font-size: 1.8rem;
  background-color: #1C2952;
  border-radius: 50px;
  padding: 0.8rem 0;
  margin: 0 auto;
}
.year-on-year .text_emphasis {
  font-size: 2.8rem;
}
.year-on-year .unit {
  font-size: 1.8rem;
}


@media print, screen and (max-width: 801px) {
  .data_summary-list {
    display: block;
    border: 1px solid #EAEAEA;
  }
  .data_summary-list li:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #EAEAEA;
  }
  .data_summary-list .text_emphasis {
    margin-bottom: 1.2rem;
  }
  .year-on-year {
    font-size: 1.6rem;
    display: inline-block;
    padding: 0.4rem 4.8rem;
  }
  .year-on-year .text_emphasis {
    font-size: 2rem;
  }
  .year-on-year .unit {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------
section_financial-summary > data_financial-results-list
------------------------------------------------*/
.data_financial-results {
  background-color: #fff;
  margin-bottom: 5.6rem;
}
.data_title-wrapper {
  border: 1px solid #EAEAEA;
}
.data_title-wrapper h3 {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  padding-top: 2.4rem;
  margin-bottom: 1.6rem;
}
.data_title-wrapper h3::after {
  display: none;
}
.data_title-wrapper p:first-of-type {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.8rem;
}
.data_title-wrapper p:nth-of-type(2) {
  font-size: 1.2rem;
  text-align: right;
  margin: 0 1.6rem 0.8rem 0;
}
.data_financial-results-list {
  display: flex;
  max-width: 110rem;
  width: 100%;
  border: 1px solid #EAEAEA;
  /* -- For ruled line style adjustment -- */
  border-top: none;
}
.data_financial-results-list li {
  width: 100%;
  padding: 2.4rem 1.6rem;
}
.data_financial-results-list li:not(:last-of-type) {
  border-right: 1px solid #EAEAEA;
}
.data_financial-results-list li div {
  width: 85%;
  margin: 0 auto;
}

@media print, screen and (max-width: 801px) {
  .data_title-wrapper h3 {
    margin-bottom: 0.8rem;
	line-height: 1.4;
  }
  .data_title-wrapper p:first-of-type {
    margin-bottom: 1.6rem;
  }
  .data_title-wrapper p:nth-of-type(2) {
    margin-bottom: 2.4rem;
  }
  .data_financial-results-list{
    display: block;
  }
  .data_financial-results-list li:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #EAEAEA;
  }
  .data_financial-results-list li div {
    width: 70%;
  }
  .data_financial-results {
    margin-bottom: 3.2rem;
  }
  a.btn_results {
    margin-bottom: 8rem;
  }
}

/*------------------------------------------------
data-highlight
------------------------------------------------*/
.data-highlight .visual-data_bg{
	padding: 4rem 6.4rem;
}
.data-highlight .data_title-wrapper p{
	padding-bottom: 1.6rem;
}
.data-highlight .visual-data_bg {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-top: none;
}
.data-highlight .visual-data_bg p:first-child{
	color: #1C2952;
	font-weight: 600;
	margin-bottom: 2.4rem;
	line-height: 1.4;
}
.data-highlight .visual-data_bg p:last-child{
	line-height: 1.4;
}
@media print, screen and (max-width: 801px) {
	.data-highlight .visual-data_bg {
		padding: 1.6rem;
	}
}

/*------------------------------------------------
rank-area
------------------------------------------------*/
.rank-area{
	display: flex;
	margin-bottom: 8rem;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rank-area li,
.rank-area > li .rank_img img{
	-webkit-transition: all .35s cubic-bezier(.215,.61,.355,1);
    transition: all .35s cubic-bezier(.215,.61,.355,1);
}
.rank-area .rank_01{
	width: 13.2rem;
	margin: 0 auto 2.4rem;	
}
.rank-area .rank_02,
.rank-area .rank_03{
	width: 11rem;
	margin: 0 auto 2.4rem;	
}
.rank-area .rank_04,
.rank-area .rank_05{
	width: 5.2rem;
	margin: 0 auto 2.4rem;	
}
.rank-area > li:nth-child(1){
	flex-basis: 390px;
	margin-bottom: 4rem;
}
.rank-area > li:nth-child(2),
.rank-area > li:nth-child(3){
	flex-basis: 300px;
	margin-top: 7.4rem;
	margin-bottom: 4rem;
}
.rank-area > li:nth-child(4),
.rank-area > li:nth-child(5){
	flex-basis: 300px;
}
.rank-area > li:nth-child(4){
	margin-left: 14rem
}
.rank-area > li:nth-child(5){
	margin-right: 14rem
}
.rank-area li .rank_img{
	 overflow: hidden;
}
.rank-area li:nth-child(1) .rank_img{
	border: 1px solid #DAB471;
}
.rank-area li:nth-child(2) .rank_img{
	border: 1px solid #828282;
}
.rank-area li:nth-child(3) .rank_img{
	border: 1px solid #8B534A;
}
.rank-area > li:hover{
	-webkit-transition: all .35s cubic-bezier(.215,.61,.355,1);
    transition: all .35s cubic-bezier(.215,.61,.355,1);
	opacity: .7;
}
.rank-area > li:hover .rank_img img {
	-webkit-transition: all .35s cubic-bezier(.215,.61,.355,1);
    transition: all .35s cubic-bezier(.215,.61,.355,1);
	transform: scale(1.05);
}

.rank-area .detail{
	display: flex;
	align-items: center;
	margin: 1.6rem 0;
}
.rank-area .detail .tag p{
    width: 100px;
	font-size: 1.4rem;
	text-align: center;
	padding: 0.4rem;
	color: #fff;
	background: #1C2952;
	font-weight: 600;
	margin-right: 0.8rem;
	display: inline-block;
}
.rank-area .detail .date{
	font-size: 1.4rem;
	font-weight: 600;
}
.rank-area .ttl{
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
}
.section-rank > p {
	text-align: center;
	margin-bottom: 8rem;
	line-height: 1.4;
}
@media print, screen and (max-width: 1110px) {
	.rank-area .rank_01{
		width: 11rem;
	}
	.rank-area .rank_02,
	.rank-area .rank_03{
		width: 8rem;
	}
	.rank-area .rank_04,
	.rank-area .rank_05{
		width: 4rem;
	}
	.rank-area > li:nth-child(1){
	flex-basis: 100%;
	margin: 0 auto 4rem;
    max-width: 630px;
	}
	.rank-area > li:nth-child(2),
	.rank-area > li:nth-child(3){
		flex-basis: 47%;
		margin: 0 0 4rem;
	}
	.rank-area > li:nth-child(4),
	.rank-area > li:nth-child(5){
		flex-basis: 47%;
		margin: 0;
	}
	.rank-area .detail{
		flex-wrap: wrap;
	}
	.rank-area .detail .tag{
		flex-basis: 100%;
		margin-bottom: 0.8rem;
	}
	.rank-area .detail .date{
		flex-basis: 100%;
	}
	.rank-area .ttl{
		font-size: 1.8rem;

	}
	
}

/*------------------------------------------------
section-back-number
------------------------------------------------*/
.section-back-number{
    border-top: 1px solid #eaeaea;
	background-color: #f7f7f5;
    padding: 60px 0;
    margin-top: 120px;
}
.back-number-inner{
    max-width: 110rem;
    width: 100%;
    margin: 0 auto;
}
.section-back-number h2{
	font-family: 'Be Vietnam Pro', sans-serif;
	margin-bottom: 2.4rem;
}
.section-back-number ul li a{
	color: #333;
	text-decoration: underline;
}
@media print, screen and (max-width: 1110px) {
	.back-number-inner{
		    width: 95%;
    margin-left: auto;
    margin-right: auto;
	}
}