@charset "UTF-8";
/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
.default_ftz {
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (max-width: 640px) {
  .default_ftz {
    font-size: 16px;
    font-size: 1rem;
  }
}

.text_out {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.tbl_scroll {
  overflow-x: auto;
}

.tbl_scroll table {
  min-width: 600px;
}

.def_cntSize {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media only screen and (max-width: 980px) {
  .def_cntSize {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .def_cntSize {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FONT
/* -------------------------------------------------------------------------*/
.lang_ja {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.mincho, #TP_technology .core_wrp .core_1 .catch, #TP_technology .core_wrp .core_2 .catch {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGES
/* -------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  .pg_kv_page::after {
    width: 54.16667%;
    padding-top: 20.83333%;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* TOP
/* -------------------------------------------------------------------------*/
#TP_KV {
  position: relative;
  padding-top: 43.55%;
  opacity: 0;
  transition: opacity 0.5s ease;
  /*
    .caption{
        position: absolute;
        z-index: 1;
        top: 70%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        max-width: 1400px;
        transition: opacity 0.3s ease;
        pointer-events: none;

        body.KV_noText &{
            opacity: 0;
        }

        p{
            width: 55%;
            max-width: 750px;
            margin: 0 0 0 3%;
            padding-top: 16%;
            background: url(../img/top/tp_kv_caption.png) 0 0 no-repeat;
            background-size: 100% auto;

            span{
                display: none;
            }
        }
    }
    */
}

body.top_loaded #TP_KV {
  opacity: 1;
}

#TP_KV .swiper-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#TP_KV img {
  width: 100%;
  height: auto;
}

#TP_KV .swiper-pagination-bullet {
  background-color: #a0a0a0;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  margin: 0 3px;
}

#TP_KV .swiper-pagination-bullet-active {
  opacity: 1;
}

@keyframes kvAnimation {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes kvAnimation_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* -- TOP TITLES -- */
.font_1 {
  font-family: 'Poppins', sans-serif;
}

.top_title, #TP_pickup h3, #TP_pickup2 h3, #TP_business h3, #TP_technology h3, #TP_company h3, #TP_site h3, #TP_news h3, #TP_contact h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 30px;
  text-align: center;
  color: #014ea2;
  font-weight: normal;
  letter-spacing: 2px;
}

@media only screen and (max-width: 980px) {
  .top_title, #TP_pickup h3, #TP_pickup2 h3, #TP_business h3, #TP_technology h3, #TP_company h3, #TP_site h3, #TP_news h3, #TP_contact h3 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
}

@media only screen and (max-width: 640px) {
  .top_title, #TP_pickup h3, #TP_pickup2 h3, #TP_business h3, #TP_technology h3, #TP_company h3, #TP_site h3, #TP_news h3, #TP_contact h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

/*
#TP_CNT_area{
    &::before{
        opacity: 0.7;
        content: '';
        display: block;
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background: url(../img/top/bc_chain.jpg) center center no-repeat;
        background-size: cover;

    }
}
*/
/* -- PICK UP -- */
#TP_pickup {
  padding: 90px 0;
  background-color: #ecf2f5;
  overflow: hidden;
  /*---- TEST ----*/
}

#TP_pickup .swiper-container {
  text-align: center;
  width: 140vw;
  transform: translate(-20vw);
}

#TP_pickup .swiper-wrapper > a {
  display: block;
  color: #000;
}

#TP_pickup .swiper-wrapper > a figure {
  position: relative;
  margin: 0;
  padding: 0;
}

#TP_pickup .swiper-wrapper > a figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}

#TP_pickup .swiper-wrapper > a p {
  margin: 12px 0 0;
  text-align: center;
}

#TP_pickup .swiper-wrapper > a:hover figure::after {
  opacity: 1;
}

#TP_pickup .popUp figure::after {
  content: '';
  display: block;
  width: 58px;
  height: 58px;
  background: url(../img/mv_btn.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

#TP_pickup .swiper-pagination {
  position: relative;
  display: block;
  margin-top: 10px;
}

#TP_pickup .swiper-pagination-bullet {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  outline: none;
}

#TP_pickup.slide_off .swiper-wrapper {
  display: block;
  font-size: 0;
}

#TP_pickup.slide_off .swiper-slide {
  width: 32.3333%;
  margin: 0 0.5%;
  display: inline-block;
}

#TP_pickup.ON {
  display: none;
}

#TP_pickup.test {
  background-color: #000 !important;
}

@media only screen and (max-width: 980px) {
  #TP_pickup {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 640px) {
  #TP_pickup {
    padding: 40px 0;
  }
  #TP_pickup .swiper-container {
    width: 230vw;
    transform: translate(-65vw);
  }
  #TP_pickup.slide_off .swiper-slide {
    width: 100%;
    max-width: 300px;
    margin: 20px auto 0;
  }
}

#TP_pickup2 {
  padding: 90px 0;
  background-color: #505050;
  /*---- TEST ----*/
}

#TP_pickup2 h3 {
  color: #d6d6d6;
}

#TP_pickup2 h3 span {
  color: #fff;
}

#TP_pickup2 .swiper-container {
  text-align: center;
}

#TP_pickup2 .swiper-wrapper > a {
  display: block;
  color: #fff;
}

#TP_pickup2 .swiper-wrapper > a figure {
  position: relative;
  margin: 0;
  padding: 0;
}

#TP_pickup2 .swiper-wrapper > a figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}

#TP_pickup2 .swiper-wrapper > a p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 8px 0 0;
  text-align: center;
}

#TP_pickup2 .swiper-wrapper > a:hover figure::after {
  opacity: 1;
}

#TP_pickup2 .popUp figure::after {
  content: '';
  display: block;
  width: 58px;
  height: 58px;
  background: url(../img/mv_btn.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

#TP_pickup2 .swiper-pagination {
  position: relative;
  display: block;
  margin-top: 10px;
}

#TP_pickup2 .swiper-pagination-bullet {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  outline: none;
  background-color: #fff;
}

#TP_pickup2.slide_off .swiper-wrapper {
  display: block;
  font-size: 0;
}

#TP_pickup2.slide_off .swiper-slide {
  width: 32.3333%;
  margin: 0 0.5%;
  display: inline-block;
}

#TP_pickup2.ON {
  display: none;
}

#TP_pickup2.test {
  background-color: #000 !important;
}

@media only screen and (max-width: 980px) {
  #TP_pickup2 {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 640px) {
  #TP_pickup2 {
    padding: 50px 0;
  }
  #TP_pickup2.slide_off .swiper-slide {
    width: 100%;
    max-width: 300px;
    margin: 20px auto 0;
  }
}

/* -- TOP BUSINESS --*/
#TP_business {
  padding: 70px 20px;
  background-color: #ecf2f5;
}

#TP_business h3 {
  margin-bottom: 40px;
}

#TP_business .wrp {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

#TP_business a.block {
  display: block;
  width: 32.33%;
  color: #fff;
  background: url(../img/top/btn_bc.png) #414141;
}

#TP_business a.block:nth-child(3n-2) {
  margin: 0 1% 3% 0;
}

#TP_business a.block:nth-child(3n-1) {
  margin: 0 0.5% 3% 0;
}

#TP_business a.block:nth-child(3n) {
  margin: 0 0 3% 1%;
}

#TP_business a.block .text {
  position: relative;
  padding: 20px 20px 0;
}

#TP_business a.block .text p.title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  padding: 10px 0 15px;
  border-bottom: 2px solid;
  line-height: 1.5;
}

#TP_business a.block .text p.title::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
}

#TP_business a.block figure {
  position: relative;
  margin: 15px 0 0;
  padding: 0;
  background-color: #fff;
}

#TP_business a.block figure img {
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease;
}

#TP_business a.block figure figcaption {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  margin: 0;
  padding: 8px 20px 7px;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.2s ease;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#TP_business a.block figure figcaption::after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg) translateY(-50%);
  transition: border 0.2s ease;
}

#TP_business a.block:hover {
  text-decoration: none;
}

#TP_business a.block:hover figure img {
  opacity: 0.8;
}

#TP_business a.block:hover figure img {
  opacity: 0.8;
}

#TP_business a.block:hover figure figcaption {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

#TP_business a.block:hover figure figcaption::after {
  border-color: #000;
}

#TP_business a.block.block_1 p.title {
  border-color: #ff1b2d;
}

#TP_business a.block.block_1 p.title::before {
  border-color: #ff1b2d transparent transparent transparent;
}

#TP_business a.block.block_2 p.title {
  border-color: #0a99dd;
}

#TP_business a.block.block_2 p.title::before {
  border-color: #0a99dd transparent transparent transparent;
}

#TP_business a.block.block_3 p.title {
  border-color: #61bc47;
}

#TP_business a.block.block_3 p.title::before {
  border-color: #61bc47 transparent transparent transparent;
}

#TP_business a.block.block_4 p.title {
  border-color: #be3fbf;
}

#TP_business a.block.block_4 p.title::before {
  border-color: #be3fbf transparent transparent transparent;
}

@media only screen and (max-width: 980px) {
  #TP_business {
    padding: 50px 15px;
  }
  #TP_business h3 {
    margin-bottom: 30px;
  }
  #TP_business a.block .text {
    padding: 15px 15px 0;
  }
  #TP_business a.block .text p.title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  #TP_business a.block .text p.title::before {
    border-width: 15px 15px 0 0;
  }
}

@media only screen and (max-width: 640px) {
  #TP_business {
    padding: 30px 10px;
  }
  #TP_business h3 {
    margin-bottom: 20px;
  }
  #TP_business .wrp {
    display: block;
  }
  #TP_business a.block {
    width: 100%;
    margin: 0 0 25px !important;
  }
}

/* -- TECHNOLOGY -- */
#TP_technology {
  padding: 70px 20px;
  background: url(../img/top/tech_bc.jpg) left bottom no-repeat #fff;
  background-size: 100% auto;
}

#TP_technology h3 {
  margin-bottom: 40px;
}

#TP_technology .wrp {
  max-width: 1200px;
  margin: 0 auto;
}

#TP_technology .core_wrp {
  display: flex;
}

#TP_technology .core_wrp .core_1, #TP_technology .core_wrp .core_2 {
  position: relative;
  display: block;
  width: 50%;
}

#TP_technology .core_wrp .core_1:hover img, #TP_technology .core_wrp .core_2:hover img {
  opacity: 0.8;
}

#TP_technology .core_wrp .core_1:hover .title, #TP_technology .core_wrp .core_2:hover .title {
  box-shadow: none;
}

#TP_technology .core_wrp .core_1 img, #TP_technology .core_wrp .core_2 img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

#TP_technology .core_wrp .core_1 .text, #TP_technology .core_wrp .core_2 .text {
  position: absolute;
  z-index: 1;
  top: 23%;
  left: 0;
}

#TP_technology .core_wrp .core_1 .core, #TP_technology .core_wrp .core_2 .core {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #fff;
  border: 1px solid;
  padding: 8px 15px 6px;
  margin: 0 0 0 15px;
  white-space: nowrap;
}

#TP_technology .core_wrp .core_1 .core::after, #TP_technology .core_wrp .core_2 .core::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 2px;
  left: 2px;
}

#TP_technology .core_wrp .core_1 .title, #TP_technology .core_wrp .core_2 .title {
  font-size: 23px;
  font-size: 1.4375rem;
  margin: 10px 0 0;
  padding: 14px 70px 10px 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1;
  border-radius: 0 5rem 5rem 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease;
}

#TP_technology .core_wrp .core_1 .catch, #TP_technology .core_wrp .core_2 .catch {
  font-size: 26px;
  font-size: 1.625rem;
  color: #fff;
  font-weight: bold;
  margin: 7% 0 0 30px;
  line-height: 1.3;
}

#TP_technology .core_wrp .core_1 .catch span, #TP_technology .core_wrp .core_2 .catch span {
  display: block;
}

#TP_technology .core_wrp .core_1 .catch span:nth-child(2), #TP_technology .core_wrp .core_2 .catch span:nth-child(2) {
  margin-left: 20px;
}

#TP_technology .core_wrp .core_1 {
  background-color: #00ff2f;
}

#TP_technology .core_wrp .core_1 .core {
  background-color: rgba(41, 104, 53, 0.6);
}

#TP_technology .core_wrp .core_1 .title {
  background-color: #296835;
}

#TP_technology .core_wrp .core_2 {
  background-color: #ffdd44;
}

#TP_technology .core_wrp .core_2 .core {
  background-color: rgba(77, 47, 0, 0.5);
}

#TP_technology .core_wrp .core_2 .title {
  background-color: #c48928;
}

#TP_technology .core_wrp .core_2 .catch {
  text-shadow: 0 0 2px #532c00;
}

#TP_technology .tech_wrp {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

#TP_technology .tech_wrp li {
  margin: 2% 0 0;
  padding: 0;
  width: 49%;
}

#TP_technology .tech_wrp li a {
  display: block;
  position: relative;
  color: #fff;
}

#TP_technology .tech_wrp li a:hover img {
  opacity: 0.8;
}

#TP_technology .tech_wrp li a img {
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease;
}

#TP_technology .tech_wrp li a p {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 11px 10px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  transition: background 0.2s ease;
}

#TP_technology .tech_wrp li a:hover p {
  background-color: #000;
}

#TP_technology .tech_wrp li:nth-child(odd) {
  margin-right: 1%;
}

#TP_technology .tech_wrp li:nth-child(even) {
  margin-left: 1%;
}

@media only screen and (max-width: 1200px) {
  #TP_technology .core_wrp .core_1 .catch, #TP_technology .core_wrp .core_2 .catch {
    margin-top: 5%;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 980px) {
  #TP_technology {
    padding: 50px 15px;
  }
  #TP_technology h3 {
    margin-bottom: 30px;
  }
  #TP_technology .core_wrp .core_1 .text, #TP_technology .core_wrp .core_2 .text {
    top: 15%;
  }
  #TP_technology .core_wrp .core_1 .catch, #TP_technology .core_wrp .core_2 .catch {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 780px) {
  #TP_technology .core_wrp .core_1 .text, #TP_technology .core_wrp .core_2 .text {
    top: 23%;
  }
  #TP_technology .core_wrp .core_1 .catch, #TP_technology .core_wrp .core_2 .catch {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  #TP_technology {
    padding: 30px 10px;
  }
  #TP_technology h3 {
    margin-bottom: 20px;
  }
  #TP_technology .core_wrp {
    display: block;
  }
  #TP_technology .core_wrp .core_1, #TP_technology .core_wrp .core_2 {
    width: 100%;
    margin: 0 0 25px;
  }
  #TP_technology .tech_wrp {
    display: block;
  }
  #TP_technology .tech_wrp li {
    width: 100%;
    margin: 10px 0 !important;
  }
  #TP_technology .tech_wrp li a p {
    padding: 5px;
  }
}

/* -- BUSINESS -- */
#TP_company {
  padding: 70px 20px;
}

#TP_company h3 {
  margin-bottom: 30px;
}

#TP_company .wrp {
  max-width: 1200px;
  margin: 0 auto;
}

#TP_company ul {
  font-size: 17px;
  font-size: 1.0625rem;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

#TP_company ul li {
  width: 24%;
  margin: 0 0.5% 2%;
  padding: 0;
}

#TP_company ul li a {
  display: block;
  background-color: #fafafa;
  text-align: center;
  border: 1px solid #ebebeb;
  border-top: none;
  border-left: none;
}

#TP_company ul li a figure {
  margin: 0;
  padding: 0;
}

#TP_company ul li a figure img {
  width: 100%;
  height: auto;
  transition: 0.2s ease;
}

#TP_company ul li a p {
  font-weight: bold;
  margin: 0;
  padding: 20px 10px;
}

#TP_company ul li:hover figure img {
  opacity: 0.7;
}

@media only screen and (max-width: 980px) {
  #TP_company {
    padding: 50px 15px;
  }
  #TP_company .wrp {
    max-width: 600px;
    margin: 0 auto;
  }
  #TP_company ul {
    flex-wrap: wrap;
  }
  #TP_company ul li {
    width: 48%;
    margin: 1%;
  }
}

@media only screen and (max-width: 640px) {
  #TP_company {
    padding: 30px 10px;
  }
  #TP_company ul {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* -- SPECIAL SITE -- */
#TP_site {
  padding: 50px 20px;
  background-color: #fff;
}

#TP_site h3 {
  margin-bottom: 30px;
}

#TP_site ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
  font-size: 0;
  border-collapse: separate;
  border-spacing: 10px;
}

#TP_site ul li {
  width: 33.33333%;
}

#TP_site ul li a {
  display: block;
  margin: 5px;
  position: relative;
  overflow: hidden;
  transition: opacity 0.2s ease;
}

#TP_site ul li a img {
  width: 100%;
  height: auto;
}

#TP_site ul li a:hover {
  opacity: 0.7;
}

#TP_site ul + ul {
  margin-top: 1rem;
}

@media only screen and (max-width: 980px) {
  #TP_site {
    padding: 30px 15px;
  }
  #TP_site ul li a {
    margin: 3px;
  }
}

@media only screen and (max-width: 640px) {
  #TP_site {
    padding: 20px 10px;
  }
  #TP_site h3 {
    margin-bottom: 20px;
  }
  #TP_site ul {
    display: block;
  }
  #TP_site ul li {
    width: 100%;
    margin: 5px 0;
    text-align: center;
    line-height: 1;
  }
  #TP_site ul li a {
    display: inline-block;
    max-width: 300px;
    margin: 0;
  }
  #TP_site ul li a img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

/* -- TOP NEWS -- */
#TP_news {
  background-color: #ecf2f5;
  padding: 70px 20px;
}

#TP_news .news_area {
  max-width: 1200px;
}

#TP_news h3 {
  margin-bottom: 30px;
}

#TP_news .news_box_area {
  max-height: 230px;
  overflow-y: auto;
}

@media only screen and (max-width: 980px) {
  #TP_news {
    padding: 50px 15px;
  }
  #TP_news .news_box_area {
    max-height: 220px;
  }
}

@media only screen and (max-width: 640px) {
  #TP_news {
    padding: 30px 10px;
  }
  #TP_news .news_box_area {
    max-height: 390px;
    margin: 0 10px;
    padding: 0 10px;
    border: 1px solid #d6d6d6;
  }
}

.news_link {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: right;
  margin: 30px 15px 0 0;
  font-weight: bold;
}

.news_link a {
  display: inline-block;
  color: #507ec9;
}

.news_link a::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  background: url(../img/link_icon_1.png) 0 0 no-repeat;
  background-size: 17px 17px;
  vertical-align: middle;
  margin-top: -3px;
}

/* -- TOP BNR -- */
#TP_bnr {
  background: url(../img/ft_bc_1.png);
  padding: 5% 0;
}

#TP_bnr ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  text-align: center;
  max-width: 1220px;
  width: 100%;
  padding: 0 10px;
  text-align: center;
}

#TP_bnr ul li {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin: 2px;
  background-color: #004ea2;
}

#TP_bnr ul li a {
  display: block;
  transition: opacity 0.2s ease;
}

#TP_bnr ul li a:hover {
  opacity: 0.8;
}

/* -- TOP CONTACT -- */
#TP_contact {
  background-color: #ecf5ff;
  padding: 4% 0 5%;
}

#TP_contact h3 span {
  background-image: url(../../img/title_contact.png);
}

#TP_contact .ttl_caption {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  color: #3d3d3d;
}

#TP_contact ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  font-size: 0;
}

#TP_contact ul li {
  display: inline-block;
  width: 33%;
  padding: 10px;
}

#TP_contact ul li a {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 10px 18px;
  background-color: #fff;
  text-align: center;
  line-height: 1;
  border: 1px solid #cedcec;
  transition: background 0.2s ease;
}

#TP_contact ul li a:hover {
  background-color: #c8e1ff;
  border-color: #b2d3fb;
  text-decoration: none;
}

#TP_contact ul li a::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 10px;
  width: 47px;
  height: 37px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#TP_contact ul li:nth-child(1) a::before {
  background-image: url(../img/cnt_catalogue.png);
}

#TP_contact ul li:nth-child(2) a::before {
  background-image: url(../img/cnt_mail.png);
}

#TP_contact ul li:nth-child(3) a::before {
  background-image: url(../img/cnt_tel.png);
}

@media only screen and (max-width: 980px) {
  #TP_contact ul li {
    padding: 3px;
  }
  #TP_contact ul li a {
    font-size: 16px;
    font-size: 1rem;
  }
  #TP_contact ul li a::before {
    width: 35.25px;
    height: 27.75px;
    left: 7px;
    top: 12px;
  }
}

@media only screen and (max-width: 640px) {
  #TP_contact .ttl_caption {
    display: none;
  }
  #TP_contact ul li {
    display: block;
    width: 100%;
    padding: 2px;
    text-align: center;
  }
  #TP_contact ul li a {
    display: inline-block;
    padding: 12px 15px 10px 50px;
    text-align: left;
    max-width: 310px;
  }
  #TP_contact ul li a::before {
    left: 7px;
    top: 4px;
  }
}

/* -------------------------------------------------------------------------*/
