@charset "UTF-8";

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

.root > .responsivegrid {
  padding: 0 !important;
  max-width: none;
}
.responsivegrid.aem-GridColumn {
  /* 2021.11.02 JKD */
  /*margin-left: 0 !important;
  margin-right: 0 !important;*/
}
html {
  font-size: 100%;
}
ul, ol {
  list-style: none;
}
@media(min-width:650px) {
  .jvc_header {
    margin-bottom: 0 !important;
  }
  .jkw-nav2_sp {
    /* margin: -40px auto 0 !important; */
  }
  /*html {
    font-size: 46%;
  }*/
}
.Footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 600px;
  background: #c1c1c1;
}
.Footer p {
  font-size: 3rem;
  color: #fff;
}
.MainWrap a{
  text-decoration: underline;
}
.MainWrap a:hover{
  opacity: 0.7;
}
.MainWrap img{
  width: 100%;
  height: auto;
}
.ft19{font-size: 19px !important;}
@media screen and (orientation: portrait) and (max-width: 1023px){
  .ft19{font-size: 95% !important;}
}

.textlink a::after {
  font-size: 60%;
  display: inline-block;
  color: #b9b9b9;
  position: absolute;
  margin: 7px 0 0 10px;
}
.tx_blc{
  color: #333;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}
.tx_wh {
  color: #fff !important;
  text-shadow: 2px 2px 5px rgb(0 0 0 / 20%), -2px 2px 5px rgb(0 0 0 / 20%), 2px -2px 5px rgb(0 0 0 / 20%), -2px -2px 5px rgb(0 0 0 / 20%) !important;
}

/*改行*/
.br-sp{
  display: block;
}
@media screen and (max-width: 1100px){
  .br-sp{
      display: none;
  }
}

.arrow:after {
  content: "";
  width: 13px;
  height: 13px;
  border-width: 3px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  transform: rotate(45deg);
  margin-top: -7px;
  transition: .2s linear;
  top: 50%;
  right: 20px;
  position: absolute;
}
@media screen and (orientation: portrait){
  .arrow:after {
    width: 23px;
    height: 23px;
}
}

/*@media(max-width:650px) {
  #Top {
    border:none;
  }
}*/


.tentative_nav {
  height: 41px;
  display: block;
}

.MainWrap section {
  margin-bottom: 5em;
  max-width: 1280px;
  margin: 0 auto 4em;
  padding: 0 1.55%;
}
.MainWrap section h2 {
  font-size: 34px;
  letter-spacing: 3px;
  background: #006aba;
  color: #fff;
  padding: 0.9em calc(50% - 1280px/2 + 3.5%) 0.5em;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1255px){
  .MainWrap section h2 {
    padding: 0.7em 2%;
}
}
@media screen and (orientation: portrait) and (max-width: 1023px){
  .MainWrap section h2 {
    font-size: 160% !important;
    text-align: center;
}
}

@media (max-width: 768px){
  .jkw-nav2_sp {
    margin: -40px auto 0 auto;
  }
}






 /*
  パンくず
  */
  .MainWrap .breadcrumb {
    margin: 0.3em 1% 0.3em auto;
    /* max-width: 1280px; */
    padding: 0 0 0 calc((100% - 1280px)/2 + 3.5%);
    /* min-height: unset; */
    /* text-align: left; */
    width: 50% !important;
    /* float: none !important; */
}
.MainWrap .jvc_breadcrumb {
  margin: 0;
}
.MainWrap .jvc_breadcrumb ul {
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1280px){
  .MainWrap .breadcrumb {
    padding: 0 0 0 2%;
  }
}
@media screen and (orientation: portrait) and (max-width: 1023px){
.MainWrap .breadcrumb {
  float: none !important;
    margin: 0 auto;
    width: 92% !important;
}
}




 /*
  アンカー
  */
  .link_anchor {
    float: right;
    padding: 0 calc((100% - 1280px)/2 + 3.5%) 0 0;
    margin: 0.3em auto 0.3em 1%;
    width: 48%;
    min-width: 460px;
}
.link_anchor ul {
  display: flex;
  justify-content: flex-end;
  margin: 0.2em auto;
  padding: 0;
}
.link_anchor li {
  position: relative;
  margin: 0 1%;
  /* border: 1px solid #ddd; */
  padding: 0.2em 17px 0.2em 3%;
  background: #f6f6f6;
}
.link_anchor li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 11px;
  height: 11px;
  border-width: 2px;
  border-color: #454545 #454545 transparent transparent;
  border-style: solid;
  transform: rotate(135deg);
  margin-top: -9px;
}
.link_anchor a {
  color: #454545;
  text-decoration: none;
  padding: 0.2em 20px 0.2em 0;
}
.link_anchor a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1280px){
  .link_anchor {
    padding: 0 2% 0 0;
    margin: 0.3em 1% 0.3em 0;
    min-width: 465px;
}
}
@media screen and (orientation: portrait) and (max-width: 1023px){
  .link_anchor {
    width: 96%;
    min-width: unset;
    padding: 0 2%;
    margin: 0 auto;
    float: none;
}
.link_anchor ul {
  display: block;
  text-align: center;
}
.link_anchor li {
  width: 100%;
  margin: 0.7em auto;
}
.link_anchor a {
  display: block;
}
.link_anchor li::after {
  right: 4%;
  width: 0.7em;
  height: 0.7em;
  border-width: 3px;
  margin-top: -0.5em;
}
}


 /*
  法人のお客様 タイトル
  */
.MainWrap .title {
    font-size: unset;
    margin: 0;
}
.MainWrap .customtitle-area {
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  line-height: 1;
  padding-bottom: 10px;
  margin: 0.8em auto 12px!important;
  max-width: 1170px;
}
.MainWrap .customtitle-area h1 {
  margin: 0;
  font-family: "FP-ヒラギノ角ゴ ProN W6"; 
}
  /*.MainWrap .customtitle {
    margin: 0.5em auto;
    max-width: 1280px;
    padding: 0 3.5%;
}*/

@media screen and (max-width: 1280px){
  .MainWrap .customtitle-area {
  width: 96%;
  padding-bottom: 10px;
}
}
@media screen and (orientation: portrait) and (max-width: 1023px){
  .MainWrap .customtitle {
    /* padding: 0 2%; */
    line-height: 1.2;
}
}


 /*
  Hero
  */
  .MainWrap .Hero {
    display: flex;
    padding: 0 2%;
    max-width: 1280px;
    justify-content: space-between;
    margin: 0 auto 1em;
}
.Hero a {
  display: block;
  position: relative;
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
}


.Hero .main_bnr {
  width: 66.2%;
  background-image: url(../../business/dist/img/fix/main-bcp-2308.jpg);
  /* font-size: 190%; */
  font-size: 27px;
  letter-spacing: 1px;
}
.Hero .sub_bnr {
  width: 32.4%;
  background-image: url(../../business/dist/img/fix/sub-itm-dx.jpg);
  /*font-size: 135%;
  font-size: 20px;*/
  font-size: 17.6px;
}
.Hero a div {
  position: absolute;
  bottom: 0;
  padding: 10px 3.5%;
  background: rgba(255,255,255,0.6);
  font-family: "FP-ヒラギノ角ゴ ProN W6"; 
  width: 100%;
  height: 90px;
}
/*内部サイトにリンクする場合コメントアウト
.Hero a div.textlink::after {
  content: " \f08e";
  font-size: 60%;
  color: #b9b9b9;
  position: absolute;
  font-family: FontAwesome;
  font-size: 0.7em;
  right: 8px;
  bottom: 5px;
}
*/
.Hero .main_bnr div {
  background: rgba(0,30,110,0.8);
}
.Hero .sub_bnr div {
  background: rgba(0,30,110,0.8);
  bottom: 0;
  width: 100%;
}
.Hero a div .sub_tx{
  font-size: 75%;
}
.Hero img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px){
  .Hero a div {
    height: auto;
  }
  .Hero .main_bnr {
  font-size: 26px;
  }
  .Hero .sub_bnr {
    font-size: 19px;
    }
}
@media screen and (orientation: portrait) and (max-width: 1100px){
  .MainWrap .Hero {
  display: block;
}
.Hero a {
  width: 100% !important;
  margin-bottom: 0.5em;
  font-size: 100% !important;
  height: 420px;
  background-position: center 23%;
}
.Hero a div {
  bottom: 0;
  width: 100%;
  height: auto;
}
.Hero a div .main_tx {
  font-size: 112%;
  line-height: 1.2;
}
.Hero a div .sub_tx {
  font-size: 90%;
}
}





/*
category
*/
.MainWrap .category {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  /*font-size: 87%;*/
  font-size: 17px;
  background: #e1e3e6;
  padding: 1em 1.5%;
}
.accordion {
  position: relative;
  width: 100%;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: start;
  padding: 0 calc((100% - 1238px)/2);
}
.accordion dl.acc_inner {
  width: 32.0%;
  margin: 0 0.66% 1em;
}
.accordion dt {
  cursor: pointer;
  transition: linear 0.1s;
  background-color: rgb(2 30 82);
}
.accordion dt:hover {
  opacity: 0.7;
}
.accordion dt figure{
  opacity: 0.7;
}
.accordion dt.open {
  /*animation: fadeIn 0.5s ease 0.3s 0 normal;*/
  background: #fff;
  padding-bottom: 0.2em;
  transition: linear 0.2s;
  }
  .accordion dt.open h3 {
    border-top: 10px solid #006aba;
    transition: linear 0.2s;
    background: #fff;
    color: #006aba;
}
@keyframes fadeIn { /*animetion-nameで設定した値を書く*/
  0% {
    border: 0 solid #fff;
    padding-bottom: 0;
    opacity: 0;
    } /*アニメーション開始時は不透明度0%*/
  100% {

    opacity: 1;
    } /*アニメーション終了時は不透明度100%*/
}
.accordion dt h3 {
  font-size: 19px;
  letter-spacing: 0.5px;
  margin: 0 auto;
  display: block;
  color: #006aba;
  font-family: "FP-ヒラギノ角ゴ ProN W6"; 
  text-align: center;
  position: relative;
  /* border-top: 4px solid #006aba; */
  padding: 0.4em 0;
  transition: linear 0.2s;
  background: #006aba;
  color: #fff;
  letter-spacing: 2px;
}
.accordion dt h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  border-width: 3px;
  border-color: #fff #fff transparent transparent;
  border-style: solid;
  transform: rotate(
135deg
);
  margin-top: -12px;
}
.accordion dt.open h3::after {
  border-color: #006aba #006aba transparent transparent;
}
.accordion dd {
  display: none;
  position: relative;
  left: 0;
  background: #f8f8f8;
  text-align: left;
  padding: 2em 5%;
  width: calc(100% * 3 - -8.2%);
  background: #fff;
  letter-spacing: 0.5px;
}
.accordion .ac02 dd {
  left: calc(-100% * 1 - 4.1%);
}
.accordion .ac03 dd {
  left: calc(-100% * 1 - 108.2%);
}
.accordion dd p {
  margin-bottom: 1em;
  padding: 0 2%;
  /*font-size: 108%;*/
  text-align: justify;
  text-justify: inter-ideograph;
}
.accordion dd ul {
  list-style: none;
  padding: 0 2%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 16px;
}
.accordion dd ul li {
  position: relative;
  width: 48%;
}
.accordion dd ul a {
  color: #454545;
  text-decoration: none;
  padding: 0.4em 0;
  padding-left: 17px;
  display: block;
  line-height: 1.2;
  text-decoration: underline;
}
.accordion dd ul li:before {
  position: absolute;
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #006aba;
  top: 13px;
  left: 3px;
}

@media screen and (orientation: portrait) and (max-width: 1023px){
.accordion dt h3 {
    font-size: 240%;
  }
.accordion dl.acc_inner {
  width: 100%;
}
.accordion dd {
  width: 100%;
  padding: 0.5em 2%;
  left: 0 !important;
  font-size: 220%;
}
.accordion dd ul {
  display: block;
  font-size: 90%;
}
.accordion dd ul li {
  width: 100%;
}
.accordion dd ul li:before {
  top: 50%;
  left: 3px;
  margin-top: -4px;
}
.accordion dt h3::after {
  top: 50%;
  right: 5%;
  width: 25px;
  height: 25px;
  border-width: 4px;
  margin-top: -21px;
}
.accordion dd ul a {
  padding: 0.5em 0 0.5em 5%;
  line-height: 1.3;
}
.accordion dd ul li:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #006aba;
  top: 50%;
  left: 3px;
  margin-top: -5px;
}
}





/*
News
*/
/*.MainWrap .news {
  margin: 4em auto;
  max-width: 1200px;
  float: none !important;
  padding: 0 3%;
  width: 100% !important;
}
.MainWrap .news h3 {
  line-height: 1.8;
}
.MainWrap .news-list li {
  display: flex;
  justify-content: space-between;
}
.MainWrap .news-date {
  width: 6%;
  min-width: 70px;
}
.MainWrap .news-list li a {
  width: 83%;
  margin-left: 1%;
}
@media screen and (min-width: 1220px){
  .newsrelease {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    max-width: 1130px;
}
  .MainWrap .news { 
  max-width: none;
  }
}
@media screen and (orientation: portrait) and (max-width: 1023px){
  .MainWrap .newsrelease h3 {
    padding-left: 0;
}
  .MainWrap .news-list li {
    display: block;
    padding: 1.6em 0;
}
.MainWrap .nw-label-victor, 
.MainWrap .nw-label-kenwood, 
.MainWrap .nw-label-jvc, 
.MainWrap .nw-label-release, 
.MainWrap .nw-label-victorentertainment, 
.MainWrap .nw-label-info, 
.MainWrap .nw-label-doc {
  height: auto;
  padding-bottom: 1px;
}
.MainWrap .news-date {
  width: 20%;
}
.newspost_list {
}
.MainWrap .newspost_list a {
  padding: 0.3em 0;
  display: inline-block;
}
.MainWrap .news-title {
  display: block;
}
 }
*/

 .newsrelease h3 {
  font-size: 18px;
}
.news-list li{
  display: flex;
  justify-content: space-between;
}
.news-list li * {
  font-size: 15px;
  margin: 0.1em 1%;
}
.news-list li > br{
  display: none;
}
.news-date {
  width: 6%;
  min-width: 80px;
}
.nw-label-release {
  height: 23px !important;
  width: 120px;
  padding: 1px 0;
  font-size: 14px !important;
}
.newsrelease a{
  width: 75%;
}

@media screen and (orientation: portrait) and (max-width: 1023px){
  .newsrelease h3 {
    font-size: 100%;
    line-height: 2;
}
.news-list li {
  display: block;
  padding: 1.5em 5px;
}
.news-list li * {
  font-size: 34px;
  height: auto;
}
.news-date{
  min-width: 140px;
}
.nw-label-victor, .nw-label-kenwood, .nw-label-jvc, .nw-label-release, .nw-label-victorentertainment, .nw-label-info, .nw-label-doc {
  height: 45px !important;
  width: 220px;
  font-size: 200% !important;
  padding: 0.1em 0;
}
.newsrelease a {
  display: block;
  width: 100%;
  margin: 0.5em 0;
  font-size: 125%;
}
.newspost_list {
  font-size: 80%;
}
.newspost_list a {
  margin: 0;
}
}






/*
Solution
*/
.MainWrap .Solution {
  max-width: none;
  padding: 0;
}
.Solution ul.Solution__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.5%;
    margin: 3em auto;
    list-style: none;
    max-width: 1240px;
}
.Solution ul.Solution__body > li {
  margin: 0 0.9% 2em;
  width: 100%;
}
.Solution figure {
  margin-bottom: 0.5em;
}
.Solution figure img{
  width: 100%;
  height: auto;
}
.Solution h3 {
  /*font-size: 125%;*/
  font-size: 21px;
  font-family: "FP-ヒラギノ角ゴ ProN W6"; 
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #006aba;
  padding: 0 1%;
  margin: 0.2em auto 0.5em;
  display: inline-block;
  position: relative;
}
.Solution p {
  margin: 0 auto 1em;
  font-size: 95%;
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.5px;
  line-height: 1.3;
  padding: 0 1%;
}
.Solution ul.Solution__meta {
  padding: 0 1%;
  list-style: none;
}
.Solution ul.Solution__meta li {
  font-size: 90%;
  font-size: 15.5px;
  margin: 0.6em auto;
}
.Solution ul.Solution__meta a {
  color: #454545;
  position: relative;
  padding-left: 15px;
  display: block;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
.Solution ul.Solution__meta a::before {
  position: absolute;
  content: "";
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #006aba;
  top: 7px;
  left: 5px;
}
@media(min-width:650px) {
  .Solution ul.Solution__body > li {
    width: calc(100% / 3 - 1.8%);
}
}
@media screen and (orientation: portrait) and (max-width: 1023px){
.Solution ul.Solution__body{
  margin: 1em auto;
} 
.Solution ul.Solution__body > li {
    width: 100%;
    font-size: 120%;
}
.Solution h3 {
  font-size: 1em;
}
.Solution p {
  font-size: 95%;
}
.Solution ul.Solution__meta li {
  font-size: 0.8em;
  padding: 0.4em 0;
}
.Solution ul.Solution__meta a {
  padding-left: 4%;
  font-size: 110%;
}
.Solution ul.Solution__meta a::before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #006aba;
  top: 15px;
  left: 5px;
}
}




/*
Product
*/
.MainWrap .Product {
  max-width: none;
  padding: 0;
}

.Product ul.Product__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.5%;
    margin: 3em auto;
    list-style: none;
    max-width: 1240px;
}
.Product ul.Product__body > li {
  margin: 0 1.4% 4em;
  width: 100%;
}
.Product figure {
  border: 1px solid #f1f1f1;
}
.Product figure img{
  width: 100%;
  height: auto;
}
.Product h3 {
    font-size: 18px;
    font-family: "FP-ヒラギノ角ゴ ProN W6"; 
    letter-spacing: 0.5px;
    line-height: 1.2;
    display: inline-block;
    color: #006aba;
    margin: 0.6em 1% 0.4em;
}
.Product ul.Product__meta {
  padding: 0;
  list-style: none;
}
.Product ul.Product__meta li {
  font-size: 15px;
  margin: 0.4em auto;
}
.Product ul.Product__meta a {
  color: #454545;
  position: relative;
  padding-left: 15px;
  display: block;
}
.Product ul.Product__meta a::before {
  position: absolute;
  content: "";
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #006aba;
  top: 7px;
  left: 5px;
}
@media(min-width:650px) {
  .Product ul.Product__body > li {
    width: calc(100% / 4 - 2.8%);
}
}
@media screen and (orientation: portrait) and (max-width: 1023px){
  .Product ul.Product__body{
    margin: 1em auto;
  }
  .Product ul.Product__body > li {
    width: 100%;
    font-size: 120%;
    margin: 0 3% 2em;
}
.Product h3 {
  font-size: 1em;
}
.Product ul.Product__meta a {
  padding-left: 4%;
  font-size: 110%;
}
.Product ul.Product__meta a::before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #006aba;
  top: 50%;
  left: 5px;
  margin-top: -4px;
}
.Product figure {
  border-color: #bbb;
}
.Product ul.Product__meta li {
  font-size: 0.8em;
  padding: 0.4em 0;
}

}




#contact {
  background: #f9f9f9;
  padding: 1em 2.75% 2em;
  margin: 0 auto;
  max-width: none;
  letter-spacing: 0.5px;
}
#contact .textlink a::after {
  font-size: 60%;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -20px -5px 0 0;
}
#contact h2 {
  background: none;
  color: #006aba;
  font-size: 26px;
}
#contact ul {
  max-width: 1200px;
  margin: 0 auto 2em;
  padding: 0;
  background: #fff;
}
#contact li {
  display: flex;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
}
#contact li:nth-child(odd){
  background: #f4f4f4;
}
#contact li:first-of-type {
  background: #006aba;
  color: #fff;
}
#contact li > * {
  font-size: 14px;
  padding: 1%;
  border-right: 1px solid #ddd;
}
#contact li:first-of-type > * {
  /*font-size: 79%;*/
  font-size: 14px;
  display: block;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: normal !important;
  background: none !important;
}
#contact li .contact_contents {
  width: 25%;
  /* border-left: 7px solid #006aba; */
  font-family: "FP-ヒラギノ角ゴ ProN W6"; 
  padding-left: 1.7%;
}
#contact li .contact_contents p {
  position: relative;
  /* border-left: 18px solid #006aba; */
  margin: 0.3em auto;
  padding-left: 18px;
}
#contact li .contact_contents p:before {
  content: "■";
  position: absolute;
  color: #006aba;
  left: -3px;
  font-size: 10px;
  top: 3px;
}
#contact li .contact_company {
  margin: 2em auto 1em;
  font-family: "FP-ヒラギノ角ゴ ProN W6"; 
  padding-left: 140px;
  position: relative;
}
#contact li .contact_company:before {
  content: "お問い合わせ";
  font-size: 13px;
  background: #006aba;
  margin-right: 17px;
  padding: 0.2em 12px;
  color: #fff;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: -2px;
}
#contact li .contact_overview {
  width: 54%;
  padding: 1% 1.5%;
}
#contact li a {
  text-align: center;
  color: #454545;
  display: block;
  padding: 1.2em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#contact li a span{
  display: block;
  font-size: 11px;
  margin-top: 0.2em;
}
#contact li .contact_info {
  width: 11%;
  padding: 1% 0;
}
#contact li .contact_info p{
  position: relative;
}
#contact li .contact_info p::before {
  position: absolute;
  content: "";
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #006aba;
  top: 7px;
  left: calc(50% - 43px);
}
#contact li .contact_detail {
  width: 10%;
  border-right: none;
  background-image: url(../../business/dist/img/fix/icon_mail.png);
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: center calc(50% - 23px);
  font-size: 13px;
  display: flex;
}
@media screen and (orientation: portrait) and (max-width: 1023px){
#contact li a {
  display: block;
  padding: 0;
}
#contact li a span {
  font-size: 80%;
}
#contact li:first-of-type {
    display: none;
}
#contact li {
  display: block;
  padding: 1em 3%;
  border: none;
}
#contact li > * {
  font-size: 100%;
  width: 100% !important;
  margin-bottom: 1em;
  border: none;
}
#contact li .contact_contents p {
  padding-left: 5%;
  font-size: 115%;
}
#contact li .contact_contents p:before {
  left: -11px;
  font-size: 100%;
  top: 0;
}
#contact li .contact_company {
  margin: 6em auto 0;
  padding-left: unset;
  text-align: center;
}
#contact li .contact_company:before {
  font-size: 80%;
  margin-right: 0;
  left: 0;
  top: -60px;
  text-align: center;
  width: 300px;
  left: calc(50% - 150px);
}
#contact li .contact_info,
#contact li .contact_info a {
  color: #fff;
}
#contact li .contact_info p {
  border: 1px solid #006aba;
  background: #006aba;
  width: 96%;
  margin: 1em auto;
  color: #fff;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#contact li .contact_info p::before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
  top: 50%;
  left: calc(50% - 98px);
  margin-top: -7px;
}
#contact li .contact_detail {
  height: 150px;
  background-size: 75px;
  background-position: center -11px;
  font-size: 83%;
}
#contact .textlink a::after {
  font-size: 90%;
  right: calc(50% - 110px);
  top: 50%;
  margin-top: -31px;
}
}
