@charset "UTF-8";


/* ==========================================================================
【エントリー用個別スタイル】　ブログメインタイトル
========================================================================== */

.p-article-heading {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 48em) {
  .p-article-heading {
    margin-bottom: 35px;
  }
}

.p-article-heading__main_title {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  font-size: 182%;
  line-height: 1.6;
}
@media print, screen and (min-width: 48em) {
  .p-article-heading__main_title {
    font-size: 214%;
    text-align: center;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-article-heading__main_title br {
    display: none;
  }
}

/* ==========================================================================
【エントリー用個別スタイル】　リード文
========================================================================== */
.p-edit-area p {
  margin-bottom: 8px;
  font-size: 108%;
}
@media print, screen and (min-width: 48em) {
  .p-edit-area p {
    margin-bottom: 18px;
  }
}


.c-img-txt{
  font-size:85%;
  color: #666;
}






/* -------------------------------------------------------------------------------------------------------------------------

  common
  
------------------------------------------------------------------------------------------------------------------------- */

.p-product-heading {
  /* margin-top: 0; */
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40.0625em) {
  .p-product-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px) {
  .p-content-container .sp { 
    display: none!important;
  }
}
@media screen and (max-width: 768px) {
  .p-content-container .pc { 
    display: none!important;
  }
  .p-content-container img { 
    width: 100%;
  }
}
/* -------------------------------------------------------------------------------------------------------------------------

  articale
  
------------------------------------------------------------------------------------------------------------------------- */

.detail > .inner section {
  opacity: 0;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.detail > .inner section.start {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}


/* detail
----------------------------------------------------------------------------- */
.detail h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.4;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-weight: bold;
  color: #014099;
  font-size: 229%;
}
.detail h3 {
  font-size: 168%;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
.detail .red {
  color: #ff0000;
}
.detail .bold {
  font-weight: bold;
}
.detail .indent {
  margin-left: 1em;
}
.detail .caption {
  text-align: center;
  font-size: 14px;
  margin-top: 1em;
}
.detail .caption.type02 {
  text-align: left;
}
.detail .hover:hover {
  text-decoration: none;
}
.detail .nomagin {
  margin-top: 0;
}
.detail .inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  /* padding-bottom: 140px; */
  position: relative;
}
.detail #interview .inner {
  max-width: 3000px;
  padding-right: 50px;
  padding-left: 50px;
}
.detail section {
  margin: 53px 0 0;
  overflow: hidden;
}
.detail section.c-info-list-box {
  margin: 0 0 0;
  overflow: hidden;
}



.detail section img {
  width: 100%;
  height: auto;
  /* border-radius: 13px; */
}
.detail section p {
  FONT-VARIANT: JIS78;
  line-height: 2;
  font-size: 108%;
  margin-bottom: 0.5em;
}
.detail section p a:hover {
  text-decoration: none;
}
.detail .sns {
  margin-top: 50px;
}
.detail .sns li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.detail .mv {
  position: relative;
  margin: 40px 0 0 0;
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.detail .mv div {
  position: absolute;
  bottom: 18%;
  left: 4%;
}






/*タイトルサイズ　テキスト数によって調整 20200602*********************************************************/
.detail .mv h1 {
  background: #fff;
  font-size: 123.1%;
  font-weight: bold;
  line-height: 1.8;
  display: inline;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
@media screen and (min-width: 40.0625em) and (max-width: 80em){
  .detail .mv h1 {
    font-size: 214%!important;
  }
}
@media print,screen and (min-width: 80em) {
  .detail .mv h1 {
    font-size: 300%!important;
  }
}
/***********************************************************************************/


.detail .mv time {
  display: block;
  margin-bottom: 5px;
}
.detail .mv time span {
  background: #014099;
  padding: 8px 15px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
.detail section.center {
  text-align: center;
}
.detail .intro {
  margin-top: 41px;
}
.detail .intro dl {
  background: #014099;
  position: relative;
}


/*概要領域　テキスト数によって調整 20200602*********************************************************/
.detail .intro dl dt {
  color: #fff;
  font-size: 148.1%;
  position: absolute;
  top: 50%;
  left: 3.5%;
  font-weight: bold;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
@media screen and (min-width: 40.0625em) and (max-width: 80em){
  .detail .intro dl dt {
    color: #fff;
    font-size: 133%;
    position: absolute;
    top: 50%;
    left: 3.5%;
  }
}
@media print,screen and (min-width: 80em) {
  .detail .intro dl dt {
    color: #fff;
    font-size: 158.1%;
    position: absolute;
    top: 50%;
    left: 3.5%;
  }
}
/******************************************************************************************/




/*概要領域　テキスト数によって調整 20200602*********************************************************/
.detail .intro dl dd {
  position: relative;
  background: #fff;
  margin-left: 31%;
  padding: 40px 5% 40px 17px;
  line-height: 1.8;
  font-size: 116%;
}
.detail .intro dl dd:before {
  content: "";
  position: absolute;
  top: 0;
  left: -140px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 500px 140px;
  border-color: transparent transparent #fff transparent;
}

@media screen and (min-width: 40.0625em) and (max-width: 61.188em){
  .detail .intro dl dd {
    position: relative;
    background: #fff;
    margin-left: 50%;
    padding: 40px 5% 40px 17px;
    line-height: 1.8;
    font-size: 116%;
  }
}
@media print,screen and (min-width: 61.25em) {
  .detail .intro dl dd {
    position: relative;
    background: #fff;
    margin-left: 50%;
    padding: 40px 5% 40px 17px;
    line-height: 1.8;
    font-size: 114%;
  }
}
@media print,screen and (min-width: 80em) {
  .detail .intro dl dd {
    position: relative;
    background: #fff;
    margin-left: 42%;
    padding: 40px 5% 40px 17px;
    line-height: 1.8;
    font-size: 114%;
  }
}
@media print,screen and (min-width: 87.5em) {
  .detail .intro dl dd {
    position: relative;
    background: #fff;
    margin-left: 38%;
    padding: 40px 5% 40px 17px;
    line-height: 1.8;
    font-size: 114%;
  }
}
/******************************************************************************************/






.detail .leadImage figure {
  width: 80%;
  margin: 0 auto;
}
.detail .phtL figure {
  width: 23%;
  float: left;
  margin: 20px 30px 41px 0;
}
.detail .phtR figure {
  width: 48%;
  float: right;
  margin: 0 0 20px 40px;
}
.detail section ul.col2 {
  overflow: hidden;
  margin-top: 35px;
}
.detail section ul.col2 li {
  width: 48%;
  float: left;
}
.detail section ul.col2 li:nth-child(even) {
  margin-left: 4%;
}
.detail section ul.col3 {
  overflow: hidden;
  margin-top: 35px;
}
.detail section ul.col3 li {
  width: 32%;
  float: left;
  margin: 0 2% 0 0;
}
.detail section ul.col3 li:nth-child(3n) {
  margin-right: 0;
}
.detail .profile {
  position: relative;
  /* min-height: 280px; */
  background: #fff;
}
.detail .profile figure {
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.detail .profile figure img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
}
.detail .profile dl {
  padding: 30px 0 30px 0;
  margin-left: 0;
  background: #fff;
  position: relative;
  /* min-height: 283px; */
}
.detail .profile dl:after {
  content: "";
  position: absolute;
  top: 0;
  left: -140px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 500px 140px;
  border-color: transparent transparent #fff transparent;
}
.detail .profile dl dt {
  font-size: 18px;
  color: #014099;
  margin-bottom: 7px;
  font-weight: bold;
}
.detail .profile dl dd .name {
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: 500;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
.detail .profile dl dd .name b {
  font-size: 28px;
}
.detail .profile dl dd .name b:after {
  content: "";
  margin: 0 6px 0 2px;
}
.detail .profile dl dd .name span {
  display: block;
  font-size: 14px;
}
.detail .profile dl dd .name + p {
  /* color: #7d7d7d; */
  font-size: 108%;
}
.detail .profile dl dd .name + p  a{
  color: #014099;
}
.detail .profile dl dd .name + p  a:hover{
  color: #000;
}
.detail .profile02  {
  
}
.detail .profile02 dl {
  display: table;
  /* margin-bottom: 15px; */
}
.detail .profile02 dt {
  display: table-cell;
  width: 150px;
}
.detail .profile02 dd {
  display: table-cell;
  /*padding-top: 29px;*/
  padding-top: 10px;
  padding-left: 1em;
  /* font-size: 14px; */
  vertical-align: top;
  font-size: 118.1%;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
@media screen and (min-width: 80em) {
  .detail .prof01 {
    margin-bottom: 25px;
  }
  .detail .prof01 dl:first-child{
    float: left;
    width: 48%;
  }
  .detail .prof01 dl:last-child{
    /* float: right; */
    width: 48%;
  }
  .detail .prof01 dl {
      float: left;
      margin-bottom: 10px;
      /*  width: 28%;*/
      width: 48%;
      display: inline-block;
      vertical-align:top;
 }
  .detail .profile02.large dd {
    padding-top: 50px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 40.0625em) and (max-width: 79.938em) {
  .detail .prof01 {
    margin-bottom: 25px;
  }
  .detail .prof01 dl {
 /* float: left; */
    margin-bottom: 25px;
    width: 48%;
    display: inline-block;
    vertical-align:top;
  }
  .detail .profile02.large dd {
    padding-top: 50px;
    line-height: 1.4;
  }
}
.detail .btn {
  width: 100%;
  max-width: 480px;
  margin: 100px auto 0;
  border: 1px solid #7d7d7d; 
}


.detail .btn a {
display:block;
  height: 68px;
  line-height: 68px;
  font-size: 18px;
  text-align: center;
  color: #7d7d7d;
  text-decoration: none;
  background-image:url(../img/common/icon_arrow_04.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 40px center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.new {
  display: none;
  margin-top: 15px;
  padding: 5px 20px;
  font-size: 15px;
  color: #fff;
  background-color: #ff0000;
}
.new.act {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .detail .swiper-container .box:hover {
    box-shadow:8px 8px 30px 0px rgba(5,5,5,0.08);
  }
  .detail .swiper-container .box a:hover .thum img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .detail .btn a:hover {
    background-image:url(../img/common/icon_arrow_05.png);
    background-color: #7d7d7d;
    color: #fff;
  }
  .detail .swiper-container .swiper-button-next:hover {
    background: url(../img/top/img_next_on.png) no-repeat;
  }
  .detail .swiper-container .swiper-button-prev:hover {
    background: url(../img/top/img_prev_on.png) no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .detail #interview .inner {
    padding-right: 0;
    padding-left: 0;
  }
  .detail .caption {
    text-align: left;
    font-size: 12px;
  }
  
  .detail .profile02 dt {
    width: 100px;
  }
  .detail .profile02 dd {
    font-size: 12px;
    padding-top: 1.5em;
  }
  .new {
  margin-top: 8px;
  padding: 3px 12px;
  font-size: 10px;
  }
  .detail .leadImage figure {
    width: 100%;
    margin: 0 auto;
  }
}
/* interview
---------------------------------------------*/
#interview {
  background: #e5e8ee;
  overflow: hidden;
  padding: 50px 0 140px;
  margin-top: 0;
}
#interview .inner {
  position: relative;
}
#interview h3 {
  font-size: 33px;
  color: #333;
  text-align: center;
  margin: 0 0 30px;
}
#interview .swiper-container .box {
  /* width: 380px;
  height: 415px;
  background: #fff;
  -webkit-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear; */
}
#interview .swiper-container .box a {
  /* display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-decoration: none; */
}
#interview .swiper-container .box a .thum img {
  /* -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: bottom; */
}
#interview .swiper-container .box a .txt {
  /* padding: 20px 30px; */
}
#interview .swiper-container .box a .txt .ttl {
  /* font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 1.5; */
}
#interview .swiper-container .box a .txt .date {
  /* color: #7d7d7d;
  font-size: 15px;
  margin-top: 20px; */
}
#interview .swiper-container {
  overflow: visible;
}
/* #interview .swiper-container .swiper-button-prev {
  position: absolute;
  width: 70px;
  height: 70px;
  top: inherit;
  bottom: -100px;
  margin-top: 0;
  left: 0;
  background: url(../img/top/img_prev.png) no-repeat;
  opacity: 1;
}
#interview .swiper-container .swiper-button-next {
  position: absolute;
  width: 70px;
  height: 70px;
  top: inherit;
  bottom: -100px;
  margin-top: 0;
  left: 72px;
  background: url(../img/top/img_next.png) no-repeat;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#interview .swiper-container .swiper-button-next.swiper-button-disabled ,#interview .swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: .7;
} */
#interview .btn {
  width: 100%;
  max-width: 480px;
  margin: 80px auto 0;
  border: 1px solid #7d7d7d; 
}
#interview .btn a {
  display:block;
  height: 68px;
  line-height: 68px;
  font-size: 18px;
  text-align: center;
  color: #7d7d7d;
  text-decoration: none;
  background-image:url(../img/common/icon_arrow_01.png);
  background-repeat: no-repeat;
  background-position: center right 40px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#interview .inner {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: all .6s;
  transition: all .6s;
}
#interview.start .inner {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

#interview .swiper-container {
  max-width: 880px;
  margin: 0 auto;
}
#interview .swiper-container .box {
  width: 100%;
  max-width: inherit;
  height: 160px;
  background: #fff;
}
#interview .swiper-container .box + .box {
  margin-top: 4px;
  transition: box-shadow 0.2s linear;
}
#interview .swiper-container .box a {
  display: table;
  height: 160px;
}
#interview .swiper-container .box a .thum {
  position: relative;
  display: table-cell;
  width: 240px;
  height: 160px;
  overflow: hidden;
}
#interview .swiper-container .box a .thum figure {
  position: relative;
  width: 240px;
  height: 160px;
  overflow: hidden;
}
#interview .swiper-container .box .thum img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
  margin-left: -120px;
  transition: all 0.3s;
}
#interview .swiper-container .box a {
  text-decoration: none;
}
#interview .swiper-container .box a .txt {
  display: table-cell;
  vertical-align: top;
  padding: 15px 30px 15px 30px;
}
#interview .swiper-container .box a .txt .ttl {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
}
#interview .swiper-container .box a .txt .date {
  font-size: 13px;
  margin-top: 5px;
}

#interview .swiper-container .box a .txt .articleTag {
  font-size: 0;
  margin: 0 0 5px;
}
#interview .swiper-container .box a .txt .articleTag span {
  display: inline-block;
  font-size: 12px;
  padding: 2px 5px;
  margin: 0 8px 8px 0;
  color: #7e7e7e;
  border: 1px solid #7e7e7e;
}
.sp-block{
    display: none;
  }


@media screen and (min-width: 769px) {
  #interview .swiper-container .box:hover {
    box-shadow:8px 8px 30px 0px rgba(5,5,5,0.08);
  }
  #interview .swiper-container .box a:hover .thum img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  #interview .btn a:hover {
    background-image:url(../img/common/icon_arrow_02.png);
    background-color: #7d7d7d;
    color: #fff;
  }
  #interview .swiper-container .swiper-button-next:hover {
    background: url(../img/top/img_next_on.png) no-repeat;
  }
  #interview .swiper-container .swiper-button-prev:hover {
    background: url(../img/top/img_prev_on.png) no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .sp-block{
    display: block;
  }
  #interview .inner {
    padding: 0;
  }
  #interview .swiper-container .box {
    width: 100%;
    height: auto;
  }
  #interview .swiper-container .box a .thum {
    width: 160px;
    height: 160px;
  }
  #interview .swiper-container .box a .thum figure {
    width: 160px;
    height: 160px;
  }
  #interview .swiper-container .box .thum img {
    margin: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #interview .swiper-container .box a .txt {
    padding: 12px 18px;
  }
  #interview .swiper-container .box a .txt .ttl {
    font-size: 13px;
    line-height: 1.4;
  }
  #interview .swiper-container .box a .txt .date {
    font-size: 14px;
    margin-top: 10px;
  }
  /* #interview .swiper-container .swiper-button-next {
    width: 50px;
    height: 50px;
    left: 52px;
    bottom: -65px;
    background-size: 100%;
  }
  #interview .swiper-container .swiper-button-prev {
    width: 50px;
    height: 50px;
    bottom: -65px;
    background-size: 100%;
  } */

  .detail #interview .inner {
    padding: 0;
  }
  #interview .swiper-container .box a .txt .articleTag {
    margin: 0;
  }
  #interview .swiper-container .box a .txt .articleTag span {
    font-size: 10px;
    margin: 0 5px 5px 0;
  }
}

@media screen and (max-width: 320px) {
  #interview .swiper-container .box a .txt {
    padding: 10px 12px;
  }
  #interview .swiper-container .box a .thum,
  #interview .swiper-container .box a .thum figure {
    width: 130px;
  }
}

@media screen and (max-width: 61.188em) {
.detail .intro dl dd {
  margin-left: 45%;
  font-size: 100%;
}
  .detail section {
    /* padding: 0; */
  }
  #breadCrumb {
    padding-left: 30px;
    padding-right: 30px;
  }
  .detail .mv {
    padding: 0
  }
  .detail .profile {
    padding: 0;
    margin-left: 30px;
    margin-right: 30px;
  }
  #interview {
    padding-bottom: 110px;
  }
  .detail .mv h2 {
    font-size: 2.7vw;
  }
  .detail .intro dl dt {
    font-size: 2.0vw;
  }
  .detail .sns {
    padding: 0 30px;
  }
  /* .detail #interview .inner {
    padding-right: 30px;
    padding-left: 30px;
  } */
}

@media screen and (max-width: 768px) {
  main {
    /* background: url(../img/article/bg_article_detail_sp.png) repeat-y center top 500px; */
    /* background-size: 100% auto; */
    /* background-color: #f8f9fb; */
  }
  .detail .mv div {
    bottom: 15px;
    left: 15px;
  }
  .detail section {
    margin-top: 50px;
  }
  .detail .inner {
    padding-bottom: 50px;
  }
  .detail section p {
    line-height: 1.8;
    font-size: 14px;
  }
  
  .detail .sns {
    padding: 0 20px;
    margin-top: 25px;
  }
  .detail .mv h1 {
    font-size: 5vw;
  }
  .detail .mv time span {
    font-size: 3.5vw;
    padding: 6px 10px;
  }
  .detail section {
    padding-top:6.25%;
    /* padding-right: 6.25%; */
    /* padding-left: 6.25%; */
  }
  .detail .mv {
    padding: 0;
  }
  .detail h2 {
    font-size: 19px;
    margin-bottom: 12px;
  }
  .detail h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .detail .intro {
    margin-top: 0;
  }
  .detail .intro dl {
    background: #fff;
    padding: 0;
  }
  .detail .intro dl dt {
    color: #014099;
    position: static;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    text-align: center;
    font-weight: bold;
    margin-bottom: 23px;
    /* font-size: 9.5vw; */
    font-size: 171%;
  }
  .detail .intro dl dd {
    margin: 0;
    padding: 0;
    font-size: 14px;
  }
  .detail .phtL figure,
  .detail .phtR figure {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .detail section ul.col2,
  .detail section ul.col3 {
    margin-top: 20px;
  }
  .detail section ul.col2 li,
  .detail section ul.col3 li {
    width: 100%;
    float: none;
  }
  .detail section ul.col2 li:nth-child(even) {
    margin-left: 0;
  }
  .detail section ul.col2 li + li,
  .detail section ul.col3 li + li {
    margin-top: 15px;
  } 
  .detail .profile {
    height: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .detail .profile figure {
    width: 100%;
    position: static;
    min-height: auto;
  }
  .detail .profile figure img {
    position: static;
    left: 0;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  .detail .profile dl {
    padding: 20px 0;
    background: #fff;
    margin: 0;
    min-height: auto;
  }
  .detail .profile figure:after {
    display: none;
  }
  .detail .profile dl dt {
    font-size: 16px;
    margin-bottom: 0;
  }
  .detail .profile dl dd .name {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .detail .profile dl dd .name b {
    font-size: 21px;
  }
  .detail .profile dl dd .name span {
    font-size: 13px;
  }
  .detail .btn {
    width: auto;
    margin: 30px 35px 0;
    max-width: inherit;
  }
  .detail .btn a {
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    background-image: url(../img/common/sp/icon_arrow_04.png);
    background-size: auto 13px;
  } 
  #interview {
    padding-top: 0;
    padding-bottom: 85px;
    background: none;
  }
  #interview .btn {
    width: calc(100% - 30px);
    margin: 40px auto 0;
  }
}
.detail .sns li .fb_iframe_widget span,.detail .sns li .fb_iframe_widget span iframe{
  width:80px!important;
  height:20px!important;
}









/* ===========================================================
項目リスト
 */
.p-img-txt-block {
  
  letter-spacing:-0.4em;
  margin-bottom:0.5em;
}
.p-img-txt-block .c-img-block{
  width:100%;
  margin:0;
  display:inline-block;
  letter-spacing:normal;
  vertical-align:middle;
  text-align:center;
}
.p-img-txt-block .c-img-block img{
  width:60%;
  max-width:380px;
  height:auto;
}
.p-img-txt-block .c-txt-block{
  width:100%;
  display:inline-block;
  letter-spacing:normal;
  vertical-align:middle;
}
.p-img-txt-block .c-txt-block-ttl{
  font-size:123.1%;
  font-weight:bold;
}
.c-txt-color-red{
  color: #cc0202;
}

.p-img-txt-block .c-txt-block-txt{
}
@media print, screen and (min-width: 48em) {
  .p-img-txt-block {
   
letter-spacing:-0.4em;
   
margin-bottom:1em;
   
display:block;
   
width: 100%;
  }
  .p-img-txt-block .c-img-block{
    width: 13%;
    margin: 0 2% 0 3%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  .p-img-txt-block .c-img-block img{
    width:100%;
    max-width:380px;
    height:auto;
  }
  .p-img-txt-block .c-txt-block{
    /* width:82%; */
    display:inline-block;
    letter-spacing:normal;
    vertical-align:middle;
  }
  .p-img-txt-block .c-txt-block-ttl{
    font-size: 153.9%;
    font-weight:bold;
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  }
  .p-img-txt-block .c-txt-block-txt{
  }
}


/*導入製品*/
@media print, screen and (min-width: 48em) {
  .detail-panel-is-solution .p-product-detail-panel-2__grid {
    grid-template-columns: 15% 1fr!important;
    -ms-grid-columns: 27% 1fr;
    grid-template-rows: 0 auto 1fr 0;
    -ms-grid-rows: 0 auto 1fr 0;
  }
}


@media print, screen and (min-width: 48em){
  .c-flex-container__item--image_s img {
      width: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .c-flex-container__item--image_s {
    /* margin-left: 30px!important; */
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 48em) {
  .detail .phtR figure.c-company-img{
    width: 30%;
    /* border-radius: 7px; */
  }
}

img {-webkit-backface-visibility: hidden!important;}

.p-product-detail-panel-2__label {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  padding-left: 1.5em;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 48em) {
    .p-product-detail-panel-2__label {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    padding-left: 1.5em;
    display: inline-block;
    margin-top:1em;
  }
}

/*c-info-box-detail*/

.c-info-box-detail {
  margin: 0.5em 0 1em!important;
  padding: 2.5em 2em 2em!important;
  /* background-color: #e6e6e6; */
}
.c-info-box-detail h3{
  color: #333;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.c-info-box-detail p {
    FONT-VARIANT: JIS78;
    line-height: 2.1;
    font-size: 100%!important;
    margin-bottom: 0.5em!important;
}

@media print, screen and (min-width: 48em) {
  .c-info-box-detail {
    /* margin: 0em 0 0!important; */
    /* padding: 27px 0 0 !important; */
    background-color: #fff;
  }
}

.p-product-detail-panel-2__name{
  margin-top:0!important;
}
@media print, screen and (min-width: 40.0625em) {
  .p-product-detail-panel-2__name{
    margin-top: 1em!important;
    font-size: 85%;
  }
  .p-product-detail-panel-2__name.c-dx-link{
    margin-top:0.5em!important;
  }
}
@media print, screen and (min-width:80em) {
  .p-product-detail-panel-2__name{
    /* margin-top: 2.5em!important; */
    font-size: 93%;
  }

}

.p-hosoku-icn{
}
.p-hosoku-icn img{
  width: 20%!important;
  height: auto;
  max-width: 300px;
}

.c-company-img{
  max-width: 398px;
  margin-right: 30px;
  /* border-radius: 7px; */
}


ul.list-hosoku{margin-top: 1.0em;}
ul.list-hosoku li{
  font-weight: bold;
  font-size: 123.1%;
  margin-bottom: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}



/*他社製品用　ボタンホバー*/
.p-product-detail-panel-2.furuno {
    box-shadow:none!important;
}
@media print, screen and (min-width: 61.25em) {
  .p-product-detail-panel-2.furuno:hover {
    box-shadow:none!important;
  }
}



figure img{-webkit-backface-visibility: hidden!important;}

.detail section p.c-ex-link-company{
  line-height: 1.4;
  font-size: 108%;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  margin-top: 0em;
}

.detail section p.c-ex-link-company a{
  /* display: block; */
  margin-left: 1em;
}

.p-product-detail-panel-2__inner {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

@media print, screen and (min-width: 48em) {
  .p-product-detail-panel-2__inner {
    padding-top: 15px;
    padding-bottom: 5px;
    padding-right: 30px;
    padding-left: 30px;
  }
}



/*-------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------*/

br.u-only-sp {
  display: none; }
@media print, screen and (min-width: 40.0625em) {
  br.u-only-sp {
    display: block; } 
}

.c-contents-keijibanbr.u-only-pc {
  display: none; }
  @media print, screen and (min-width: 61.25em) {
    br.u-only-pc {
      display: inline; } }

img.u-only-pc {
  display: none; }
  @media print, screen and (min-width: 40.0625em) {
    img.u-only-pc {
      display: inline-block; } }

@media print, screen and (min-width: 40.0625em) {
  img.u-only-sp {
    display: none; } }

img.u-only-print {
  display: none; }

.u-inline-block {
  display: inline-block; }

.u-block {
  display: block; }

.u-text-center {
  text-align: center; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

@media print, screen and (min-width: 40.0625em) {
  .u-text-sm-center {
    text-align: center; } }

@media print, screen and (min-width: 40.0625em) {
  .u-text-sm-left {
    text-align: left; } }

@media print, screen and (min-width: 40.0625em) {
  .u-text-sm-right {
    text-align: right; } }

@media print, screen and (min-width: 48em) {
  .u-text-md-center {
    text-align: center; } }

@media print, screen and (min-width: 48em) {
  .u-text-md-left {
    text-align: left; } }

@media print, screen and (min-width: 48em) {
  .u-text-md-right {
    text-align: right; } }

@media print, screen and (min-width: 61.25em) {
  .u-text-lg-center {
    text-align: center; } }

@media print, screen and (min-width: 61.25em) {
  .u-text-lg-left {
    text-align: left; } }

@media print, screen and (min-width: 61.25em) {
  .u-text-lg-right {
    text-align: right; } }

@media print, screen and (min-width: 80em) {
  .u-text-xl-center {
    text-align: center; } }

@media print, screen and (min-width: 80em) {
  .u-text-xl-left {
    text-align: left; } }

@media print, screen and (min-width: 80em) {
  .u-text-xl-right {
    text-align: right; } }

.u-float-left {
  float: left; }

.u-float-right {
  float: right; }

.u-note {
  font-style: 12px;
  line-height: 1.3; }

.u-letter-spacing {
  letter-spacing: -0.1em; }

.u-fs-base {
  font-size: 108%; }
  @media print, screen and (min-width: 40.0625em) {
    .u-fs-base {
      font-size: 123.1%; } }

.u-fs-sm {
  font-size: 93%; }
  @media print, screen and (min-width: 40.0625em) {
    .u-fs-sm {
      font-size: 108%; } }

.u-fs-lg {
  font-size: 138.5%; }
  @media print, screen and (min-width: 40.0625em) {
    .u-fs-lg {
      font-size: 153.9%; } }

.u-fs-level1 {
  font-size: 108%; }
  @media print, screen and (min-width: 40.0625em) {
    .u-fs-level1 {
      font-size: 108%; } }

.u-fs-level2 {
  font-size: 108%; }
  @media print, screen and (min-width: 40.0625em) {
    .u-fs-level2 {
      font-size: 123.1%; } }

.u-fs-level3 {
  font-size: 108%; }
  @media print, screen and (min-width: 40.0625em) {
    .u-fs-level3 {
      font-size: 153.9%; } }

.u-fs-level4 {
  font-size: 108%; }
  @media print, screen and (min-width: 40.0625em) {
    .u-fs-level4 {
      font-size: 182%; } }

.u-fs-level5 {
  font-size: 108%; }
  @media print, screen and (min-width: 40.0625em) {
    .u-fs-level5 {
      font-size: 230.8%; } }

.u-fs-level6 {
  font-size: 108%; }
  @media print, screen and (min-width: 40.0625em) {
    .u-fs-level6 {
      font-size: 307.7%; } }

.u-strong {
  font-weight: bold; }

.u-line-height-lg {
  line-height: 1.75; }

.u-line-height-md {
  line-height: 1.5; }

.u-line-height-sm {
  line-height: 1.2; }

.u-mt-5 {
  margin-top: 5px; }

.u-mb-5 {
  margin-bottom: 5px; }

.u-pt-5 {
  padding-top: 5px; }

.u-pb-5 {
  padding-bottom: 5px; }

.u-mt-10 {
  margin-top: 8px; }

.u-mb-10 {
  margin-bottom: 8px; }

.u-pt-10 {
  padding-top: 8px; }

.u-pb-10 {
  padding-bottom: 8px; }

.u-mt-15 {
  margin-top: 12px; }

.u-mb-15 {
  margin-bottom: 12px; }

.u-pt-15 {
  padding-top: 12px; }

.u-pb-15 {
  padding-bottom: 12px; }

.u-mt-20 {
  margin-top: 15px; }

.u-mb-20 {
  margin-bottom: 15px; }

.u-pt-20 {
  padding-top: 15px; }

.u-pb-20 {
  padding-bottom: 15px; }

.u-mt-30 {
  margin-top: 20px; }

.u-mb-30 {
  margin-bottom: 20px; }

.u-pt-30 {
  padding-top: 20px; }

.u-pb-30 {
  padding-bottom: 20px; }

.u-mt-40 {
  margin-top: 30px; }

.u-mb-40 {
  margin-bottom: 30px; }

.u-pt-40 {
  padding-top: 30px; }

.u-pb-40 {
  padding-bottom: 30px; }

.u-mt-50 {
  margin-top: 40px; }

.u-mb-50 {
  margin-bottom: 40px; }

.u-pt-50 {
  padding-top: 40px; }

.u-pb-50 {
  padding-bottom: 40px; }

.u-mt-60 {
  margin-top: 50px; }

.u-mb-60 {
  margin-bottom: 50px; }

.u-pt-60 {
  padding-top: 50px; }

.u-pb-60 {
  padding-bottom: 50px; }

.u-mt-70 {
  margin-top: 55px; }

.u-mb-70 {
  margin-bottom: 55px; }

.u-pt-70 {
  padding-top: 55px; }

.u-pb-70 {
  padding-bottom: 55px; }

.u-mt-80 {
  margin-top: 60px; }

.u-mb-80 {
  margin-bottom: 60px; }

.u-pt-80 {
  padding-top: 60px; }

.u-pb-80 {
  padding-bottom: 60px; }

.u-mt-90 {
  margin-top: 65px; }

.u-mb-90 {
  margin-bottom: 65px; }

.u-pt-90 {
  padding-top: 65px; }

.u-pb-90 {
  padding-bottom: 65px; }

.u-mt-100 {
  margin-top: 70px; }

.u-mb-100 {
  margin-bottom: 70px; }

.u-pt-100 {
  padding-top: 70px; }

.u-pb-100 {
  padding-bottom: 70px; }

@media print, screen and (min-width: 40.0625em) {
  .u-mt-5 {
    margin-top: 5px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mb-5 {
    margin-bottom: 5px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pt-5 {
    padding-top: 5px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pb-5 {
    padding-bottom: 5px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mt-10 {
    margin-top: 10px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mb-10 {
    margin-bottom: 10px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pt-10 {
    padding-top: 10px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pb-10 {
    padding-bottom: 10px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mt-15 {
    margin-top: 15px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mb-15 {
    margin-bottom: 15px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pt-15 {
    padding-top: 15px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pb-15 {
    padding-bottom: 15px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mt-20 {
    margin-top: 20px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mb-20 {
    margin-bottom: 20px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pt-20 {
    padding-top: 20px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pb-20 {
    padding-bottom: 20px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mt-30 {
    margin-top: 30px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mb-30 {
    margin-bottom: 30px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pt-30 {
    padding-top: 30px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pb-30 {
    padding-bottom: 30px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mt-40 {
    margin-top: 40px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mb-40 {
    margin-bottom: 40px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pt-40 {
    padding-top: 40px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pb-40 {
    padding-bottom: 40px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mt-50 {
    margin-top: 50px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mb-50 {
    margin-bottom: 50px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pt-50 {
    padding-top: 50px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pb-50 {
    padding-bottom: 50px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mt-60 {
    margin-top: 60px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mb-60 {
    margin-bottom: 60px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pt-60 {
    padding-top: 60px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pb-60 {
    padding-bottom: 60px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mt-70 {
    margin-top: 70px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mb-70 {
    margin-bottom: 70px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pt-70 {
    padding-top: 70px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pb-70 {
    padding-bottom: 70px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mt-80 {
    margin-top: 80px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mb-80 {
    margin-bottom: 80px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pt-80 {
    padding-top: 80px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pb-80 {
    padding-bottom: 80px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mt-90 {
    margin-top: 90px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mb-90 {
    margin-bottom: 90px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pt-90 {
    padding-top: 90px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pb-90 {
    padding-bottom: 90px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mt-100 {
    margin-top: 100px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-mb-100 {
    margin-bottom: 100px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pt-100 {
    padding-top: 100px; } }

@media print, screen and (min-width: 40.0625em) {
  .u-pb-100 {
    padding-bottom: 100px; } }

.p-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 6.25%;
  padding-left: 6.25%;
  box-sizing: content-box; }
  @media print, (min-width: 61.25em) {
    .p-container {
      padding-right: 3.125%;
      padding-left: 3.125%; } }
  .p-container img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom; }

.p-container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-right: 6.25%;
  padding-left: 6.25%; }
  @media print, (min-width: 61.25em) {
    .p-container-fluid {
      padding-right: 3.125%;
      padding-left: 3.125%; } }

h1.c-mv-1 {
  margin-bottom: 28px;
  }
  @media print, screen and (min-width: 40.0625em) {
    h1.c-mv-1 {
      margin-bottom: 21px;
      }
    h1.c-mv-1{
      /*コレ*/transition: 0.3s;
    }
    h1.c-mv-1:hover{
        opacity: 0.7;
    }
  }
  @media print, screen and (min-width: 40.0625em) {
    h1.c-mv-1::after {
      clear: both;
      display: block;
      content: " "; } }
  @media print, (max-width: 61.1875em) {
    h1.c-mv-1 {
      margin-top: 0;
      } }
  h1.c-mv-1 img {
    width: 100%;
    vertical-align: bottom; }
    @media print, screen and (min-width: 40.0625em) {
      h1.c-mv-1 img {
        width: 100%;
        float: left;
        border-radius: 10px;
        } }

.c-head-1, .c-head-1--red, .c-head-1--yellow, .c-head-1--blue {
  margin-bottom: 20px;
  padding: 0;
  /* background: #62BA71; */
  color: #fff;
  font-size: 153.9%;
  font-weight: bold;
  }
  @media print, screen and (min-width: 40.0625em) {
    .c-head-1, .c-head-1--red, .c-head-1--yellow, .c-head-1--blue {
      margin-bottom: 30px; } }
  @media print, screen and (min-width: 40.0625em) {
    .c-head-1, .c-head-1--red, .c-head-1--yellow, .c-head-1--blue {
      font-size: 182%; } }
  @media print, (min-width: 61.25em) {
    .c-head-1, .c-head-1--red, .c-head-1--yellow, .c-head-1--blue {
      padding: 0;
      } }
  .c-head-1--red {
    background: linear-gradient(to right, #d93516 0%, #dd2288 100%); }
  .c-contents-keijiban .c-head-1--yellow {
    /* background: linear-gradient(to left, #f1cf1e 0%, #ee731b 100%); */
    color: #333;
    }
  .c-head-1--blue {
    background: linear-gradient(to right, #62ba71 0%, #188cca 100%); }

.p-about {
  margin-bottom: 55px; }
  @media print, screen and (min-width: 40.0625em) {
    .p-about {
      margin-bottom: 45px;
      } }

.p-about-head {
  padding-bottom: 20px; }
  @media print, screen and (min-width: 40.0625em) {
    .p-about-head {
      padding-bottom: 30px; } }
  @media print, screen and (min-width: 40.0625em) {
    .p-about-head {
      margin-left: -20px; }
      .p-about-head:after {
        clear: both;
        display: block;
        content: " "; }
      .p-about-head > * {
        display: block;
        width: 50%;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left; } }
  @media print, screen and (min-width: 61.25em) {
    .p-about-head {
      margin-left: -20px; }
      .p-about-head:after {
        clear: both;
        display: block;
        content: " "; }
      .p-about-head > * {
        display: block;
        width: 33.3333333333%;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left; } }
  .p-about-head > li {
    margin-bottom: 15px; }
    @media print, screen and (min-width: 40.0625em) {
      .p-about-head > li {
        margin-bottom: 20px; } }

.p-about-head-item, .p-about-head-item--blue, .p-about-head-item--yellow, .p-about-head-item--purple {
  padding: 20px; }
  @media print, screen and (min-width: 61.25em) {
    .p-about-head-item, .p-about-head-item--blue, .p-about-head-item--yellow, .p-about-head-item--purple {
      padding: 30px; } }
  .p-about-head-item__textarea {
    margin-bottom: 15px; }
    @media print, screen and (min-width: 40.0625em) {
      .p-about-head-item__textarea {
        margin-bottom: 20px; } }
  .p-about-head-item--blue {
    background: linear-gradient(to right, #62ba71 0%, #188cca 100%); }
  .p-about-head-item--yellow {
    background: linear-gradient(to right, #f1cf1e 0%, #ee731b 100%); }
  .p-about-head-item--purple {
    background: linear-gradient(to right, #225ba9 0%, #89288a 100%); }

/*調整*/
.c-contents-keijiban .p-about-head-title, .c-contents-keijiban .p-about-head-title--purple, .c-contents-keijiban .p-about-head-title--blue, .c-contents-keijiban .p-about-head-title--yellow {
  position: relative;
  margin-bottom: 8px;
  padding-left: 28px;
  color: #FFF;
  font-size: 153.9%;
  font-weight: bold; }
  @media print, screen and (min-width: 40.0625em) {
    .p-about-head-title, .p-about-head-title--purple, .p-about-head-title--blue, .p-about-head-title--yellow {
      margin-bottom: 10px; } }
  @media print, screen and (min-width: 40.0625em) {
    .p-about-head-title, .p-about-head-title--purple, .p-about-head-title--blue, .p-about-head-title--yellow {
      font-size: 182%; } }
  @media print, screen and (min-width: 40.0625em) {
    .p-about-head-title, .p-about-head-title--purple, .p-about-head-title--blue, .p-about-head-title--yellow {
      padding-left: 30px; } }
  .p-about-head-title:before, .p-about-head-title--purple:before, .p-about-head-title--blue:before, .p-about-head-title--yellow:before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    content: ""; }
    @media print, screen and (min-width: 40.0625em) {
      .p-about-head-title:before, .p-about-head-title--purple:before, .p-about-head-title--blue:before, .p-about-head-title--yellow:before {
        width: 20px;
        height: 20px; } }
  .p-about-head-title--purple:before {
    background: linear-gradient(45deg, #225ba9 0%, #89288a 100%); }
  .p-about-head-title--blue:before {
    background: linear-gradient(45deg, #62ba71 0%, #188cca 100%); }
  .p-about-head-title--yellow:before {
    background: linear-gradient(45deg, #f1cf1e 0%, #ee731b 100%); }

.p-about-head-text {
  color: #FFF;
  font-size: 108%;
  font-weight: bold;
  line-height: 1.4; }
  @media print, screen and (min-width: 40.0625em) {
    .p-about-head-text {
      font-size: 123.1%; } }

.p-about-contents {
  border-top: 1px solid #ccc; }
  .p-about-contents > li {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc; }
    @media print, screen and (min-width: 40.0625em) {
      .p-about-contents > li {
        padding-top: 40px; } }
    @media print, screen and (min-width: 40.0625em) {
      .p-about-contents > li {
        padding-bottom: 40px; } }

@media print, screen and (min-width: 40.0625em) {
  .p-about-contents-item {
    margin-left: -20px; }
    .p-about-contents-item:after {
      clear: both;
      display: block;
      content: " "; }
    .p-about-contents-item > * {
      display: block;
      width: 50%;
      padding-left: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left; } }
@media print, screen and (min-width: 61.25em) {
  .p-about-contents-item {
    margin-left: -40px; }
    .p-about-contents-item:after {
      clear: both;
      display: block;
      content: " "; }
    .p-about-contents-item > * {
      display: block;
      width: 50%;
      padding-left: 40px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left; } }
@media print, screen and (max-width: 40em) {
  .p-about-contents-item__textarea {
    margin-bottom: 15px; } }

.p-about-contents-title, .p-about-contents-title--purple, .p-about-contents-title--blue, .p-about-contents-title--yellow {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
  font-size: 167%;
  font-weight: bold; }
  @media print, screen and (min-width: 40.0625em) {
    .p-about-contents-title, .p-about-contents-title--purple, .p-about-contents-title--blue, .p-about-contents-title--yellow {
      margin-bottom: 15px; } }
  @media print, screen and (min-width: 40.0625em) {
    .p-about-contents-title, .p-about-contents-title--purple, .p-about-contents-title--blue, .p-about-contents-title--yellow {
      font-size: 230.8%; } }
  @media print, screen and (min-width: 40.0625em) {
    .p-about-contents-title, .p-about-contents-title--purple, .p-about-contents-title--blue, .p-about-contents-title--yellow {
      padding-left: 40px; } }
  .p-about-contents-title:before, .p-about-contents-title--purple:before, .p-about-contents-title--blue:before, .p-about-contents-title--yellow:before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    content: ""; }
    @media print, screen and (min-width: 40.0625em) {
      .p-about-contents-title:before, .p-about-contents-title--purple:before, .p-about-contents-title--blue:before, .p-about-contents-title--yellow:before {
        width: 30px;
        height: 30px; } }
  .p-about-contents-title--purple:before {
    background: linear-gradient(45deg, #225ba9 0%, #89288a 100%); }
  .p-about-contents-title--blue:before {
    background: linear-gradient(45deg, #62ba71 0%, #188cca 100%); }
  .p-about-contents-title--yellow:before {
    background: linear-gradient(45deg, #f1cf1e 0%, #ee731b 100%); }

.p-about-contents-text {
  font-size: 138.5%;
  font-weight: bold; }
  @media print, screen and (min-width: 40.0625em) {
    .p-about-contents-text {
      font-size: 153.9%; } }

.p-about-contents-note {
  margin-top: 8px;
  color: #838383;
  font-size: 108%; }
  @media print, screen and (min-width: 40.0625em) {
    .p-about-contents-note {
      margin-top: 10px; } }
  @media print, screen and (min-width: 40.0625em) {
    .p-about-contents-note {
      font-size: 123.1%; } }

.p-lineup {
  margin-bottom: 55px; }
  @media print, screen and (min-width: 40.0625em) {
    .p-lineup {
      margin-bottom: 0;
      } }

.p-lineup-table, .p-lineup-table--pc, .p-lineup-table--sp {
  width: 100%; margin-top: 2em;}
  .p-lineup-table th, .p-lineup-table--pc th, .p-lineup-table--sp th, .p-lineup-table td, .p-lineup-table--pc td, .p-lineup-table--sp td {
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    line-height: 1.4; }
    .p-lineup-table th:last-child, .p-lineup-table--pc th:last-child, .p-lineup-table--sp th:last-child, .p-lineup-table td:last-child, .p-lineup-table--pc td:last-child, .p-lineup-table--sp td:last-child {
      border-right: none; }
  .p-lineup-table thead th, .p-lineup-table--pc thead th, .p-lineup-table--sp thead th, .p-lineup-table thead td, .p-lineup-table--pc thead td, .p-lineup-table--sp thead td {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }
    @media print, screen and (min-width: 40.0625em) {
      .p-lineup-table thead th, .p-lineup-table--pc thead th, .p-lineup-table--sp thead th, .p-lineup-table thead td, .p-lineup-table--pc thead td, .p-lineup-table--sp thead td {
        padding-bottom: 20px; } }
    .p-lineup-table thead th img, .p-lineup-table--pc thead th img, .p-lineup-table--sp thead th img, .p-lineup-table thead td img, .p-lineup-table--pc thead td img, .p-lineup-table--sp thead td img {
      width: 100%; }
  .p-lineup-table tbody th, .p-lineup-table--pc tbody th, .p-lineup-table--sp tbody th, .p-lineup-table tbody td, .p-lineup-table--pc tbody td, .p-lineup-table--sp tbody td {
    padding: 10px;
    font-size: 108%;
    text-align: center;
    vertical-align: middle; }
    @media print, screen and (min-width: 40.0625em) {
      .p-lineup-table tbody th, .p-lineup-table--pc tbody th, .p-lineup-table--sp tbody th, .p-lineup-table tbody td, .p-lineup-table--pc tbody td, .p-lineup-table--sp tbody td {
        font-size: 123.1%; } }
    @media print, screen and (min-width: 40.0625em) {
      .p-lineup-table tbody th, .p-lineup-table--pc tbody th, .p-lineup-table--sp tbody th, .p-lineup-table tbody td, .p-lineup-table--pc tbody td, .p-lineup-table--sp tbody td {
        padding: 15px; } }
  .p-lineup-table tbody th, .p-lineup-table--pc tbody th, .p-lineup-table--sp tbody th {
    width: 40%;
    background-color: #fbe2ed;
    color: #e4007f;
    font-weight: bold; }
    @media print, screen and (min-width: 40.0625em) {
      .p-lineup-table tbody th, .p-lineup-table--pc tbody th, .p-lineup-table--sp tbody th {
        width: 22%; } }
  .p-lineup-table tbody td, .p-lineup-table--pc tbody td, .p-lineup-table--sp tbody td {
    width: 60%;
    background-color: #efefef; }
    @media print, screen and (min-width: 40.0625em) {
      .p-lineup-table tbody td, .p-lineup-table--pc tbody td, .p-lineup-table--sp tbody td {
        width: 26%; } }
  @media print, screen and (max-width: 40em) {
    .p-lineup-table--pc {
      display: none; } }
  .p-lineup-table--sp {
    margin-bottom: 30px; }
    @media print, screen and (min-width: 40.0625em) {
      .p-lineup-table--sp {
        display: none; } }

.p-feature {
  margin-bottom: 55px; }
  @media print, screen and (min-width: 40.0625em) {
    .p-feature {
      margin-bottom: 0;
      } }

@media print, screen and (min-width: 48em) {
  .p-feature-list {
    margin-left: -20px; }
    .p-feature-list:after {
      clear: both;
      display: block;
      content: " "; }
    .p-feature-list > * {
      display: block;
      width: 50%;
      padding-left: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left; } }
.p-feature-list > li {
  margin-bottom: 15px; }
  @media print, screen and (min-width: 40.0625em) {
    .p-feature-list > li {
      margin-bottom: 20px; } }
  @media print, screen and (max-width: 47.9375em) {
    .p-feature-list > li:nth-child(odd) .p-feature-item, .p-feature-list > li:nth-child(odd) .p-feature-other {
      /* background: linear-gradient(to right, #62ba71 0%, #188cca 100%); */
      }
    .p-feature-list > li:nth-child(even) .p-feature-item, .p-feature-list > li:nth-child(even) .p-feature-other {
      /* background: linear-gradient(to right, #d93516 0%, #dd2288 100%); */
      } }
  @media print, screen and (min-width: 48em) {
    .p-feature-list > li:nth-child(1) .p-feature-item, .p-feature-list > li:nth-child(1) .p-feature-other, .p-feature-list > li:nth-child(4) .p-feature-item, .p-feature-list > li:nth-child(4) .p-feature-other {
      /* background: linear-gradient(to right, #62ba71 0%, #188cca 100%); */
      }
    .p-feature-list > li:nth-child(2) .p-feature-item, .p-feature-list > li:nth-child(2) .p-feature-other, .p-feature-list > li:nth-child(3) .p-feature-item, .p-feature-list > li:nth-child(3) .p-feature-other {
      /* background: linear-gradient(to right, #d93516 0%, #dd2288 100%); */
      } }

.p-feature-item, .p-feature-other {
  padding: 0 0 2em; 
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-item, .p-feature-other {
    padding: 25px;
  height:462px;
  } }

.p-feature-item-title {
  margin-bottom: 12px;
  color: #FFF;
  font-size: 167%;
  font-weight: bold; }
  @media print, screen and (min-width: 40.0625em) {
    .p-feature-item-title {
      margin-bottom: 15px; } }
  @media print, screen and (min-width: 40.0625em) {
    .p-feature-item-title {
      font-size: 230.8%; } }

.p-feature-item-text {
  margin-bottom: 8px;
  color: #333;
  font-size: 108%;
  font-weight: bold;
  }
  @media print, screen and (min-width: 40.0625em) {
    .p-feature-item-text {
      margin-bottom: 10px; } }
  @media print, screen and (min-width: 40.0625em) {
    .p-feature-item-text {
      font-size: 123.1%; } }

.p-feature-item-note {
  color: #FFF;
  font-size: 93%; }
  @media print, screen and (min-width: 40.0625em) {
    .p-feature-item-note {
      font-size: 108%; } }

.p-feature-item-pic {
  margin-top: 15px;
  text-align: center; }
  @media print, screen and (min-width: 40.0625em) {
    .p-feature-item-pic {
      margin-top: 20px; } }

.p-feature-other {
  background: linear-gradient(to right, #225ba9 0%, #89288a 100%); }

@media print, screen and (min-width: 40.0625em) {
  .p-feature-other-list {
    margin-left: -10px; }
    .p-feature-other-list:after {
      clear: both;
      display: block;
      content: " "; }
    .p-feature-other-list > * {
      display: block;
      width: 50%;
      padding-left: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left; } }
@media print, screen and (min-width: 61.25em) {
  .p-feature-other-list {
    margin-left: -10px; }
    .p-feature-other-list:after {
      clear: both;
      display: block;
      content: " "; }
    .p-feature-other-list > * {
      display: block;
      width: 33.3333333333%;
      padding-left: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left; } }
.p-feature-other-list > li {
  margin-bottom: 8px; }
  @media print, screen and (min-width: 40.0625em) {
    .p-feature-other-list > li {
      margin-bottom: 10px; } }

.p-feature-other-item {
  padding: 10px;
  background-color: #FFF;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #6D4799;
  font-size: 138.5%;
  font-weight: bold;
  text-align: center;
  line-height: 1.4; }
  @media print, screen and (min-width: 40.0625em) {
    .p-feature-other-item {
      font-size: 153.9%; } }
  @media print, screen and (min-width: 40.0625em) {
    .p-feature-other-item {
      padding: 15px; } }


      
@media print, screen and (min-width: 48em) {
  .detail .phtR figure.c-company-img img{
   border-radius:10px;
  }
}

.p-contact-block__module-content {
  margin-bottom: 8px;
}
@media print, screen and (min-width: 48em) {
  .p-contact-block__module-content {
    margin-bottom: 30px;
  }
}
.c-nquiry-section{
  margin: 1em 0 0 0!important;
}
@media print, screen and (min-width: 40.0625em) {
  .c-nquiry-section {
  }
}


.c-txt-list-info{
  margin-top:2em;
  margin-bottom:0;
}
.c-txt-list-info li{
  font-weight:bold;
  font-size:123.1%;
  padding:0.5em 0;
}



/**企業案内**/

.c-prof-company-name{
    margin-bottom:2em;
    padding-top:2em;
    display:flex;
    align-items: center;
}
.c-prof-company-name figure {
    margin-top:0
}
.c-prof-company-name .c-info-txt {
    max-width:100%;
}
.c-prof-company-name .c-info-txt .c-prof-ttl{
    display:flex;
    margin-bottom:1em;
    align-items: center;
}
@media print, screen and (min-width: 48em) {
    .c-prof-company-name{
        margin-bottom:2em;
        padding-top:2em; 
        display:flex;
        align-items: center;
        flex-diretion: row!important;
    }
    .detail .phtR.c-prof-company-name figure {
        margin-top:0;
        width: 37%;
        float: right;
        margin: 0 40px 20px 0;
    }
    .c-prof-company-name .c-info-txt {
        max-width: 71%;
    }
    .c-prof-company-name .c-info-txt .c-prof-ttl{
        display:flex;
        margin-bottom: 0.5em;
    }
}

  @media print, screen and (max-width: 47.9375em) {
    .c-prof-company-name{
        flex-direction: column;
    }
}


.c-category-products-item__ttl-arrow.txt-none {
    position: relative;
    display: inline-block;
    padding-left:0;
}
@media print, screen and (min-width: 61.25em) {
    .c-category-products-item__ttl-arrow.txt-none {
        font-size: 123.1%;
    }
    .c-category-products-item__ttl-arrow.txt-none:hover {
        color: #202020;
        text-decoration: none;
    }
}
.c-category-products-item__ttl-arrow.txt-none::before {
    display:none;
}



@media print, screen and (min-width: 61.25em) {
    .detail-panel-is-solution .c-insert-html-box {
        margin-top: 1em;
        margin-bottom:4.5em;
    }
    .detail-panel-is-solution .c-insert-html-box.m-has-border {
        padding-top: 40px;
        border-top: 1px solid #EBEBEB;
    }
    .detail-panel-is-solution .c-insert-html-box:first-child {
        margin-top: 0;
    }
}