/****************************************************************/

/* ソリューション下層　LAYOUT */

/****************************************************************/

@layer legacy{
[data-static-html] .solutin #contents{margin-bottom: 0; }
[data-static-html] .solutin #contents_in{margin-bottom: 100px; }


/****************************************************************/

/*BASE COLMN*/
/****************************************************************/

/* COL 2 */
/*-------------------------------------------------*/
[data-static-html] .col2,
[data-static-html] .col2_sp2,
[data-static-html] .col2_m,
[data-static-html] .col2_m_sp2 {
  display: flex;
  flex-wrap: wrap; }

[data-static-html] .col2_m .col,
[data-static-html] .col2_m_sp2 .col {
  width: calc(50% - 12px);
  margin-left: 24px;
  margin-bottom: 24px; }
  [data-static-html] .col2_m .col:nth-child(2n + 1),
  [data-static-html] .col2_m_sp2 .col:nth-child(2n + 1) {
    margin-left: 0; }

[data-static-html] .col2 .col,
[data-static-html] .col2_sp2 .col {
  width: calc(50% - 0.5px);
  margin-left: 1px;
  margin-bottom: 1px; }
  [data-static-html] .col2 .col:nth-child(2n + 1),
  [data-static-html] .col2_sp2 .col:nth-child(2n + 1) {
    margin-left: 0; }

/* PC TB SP 2列 */
@media only screen and (max-width: 690px) {
  [data-static-html] .col2_m_sp2 .col {
    width: calc(50% - 8px);
    margin-left: 16px; }
    [data-static-html] .col2_m_sp2 .col:nth-child(2n + 1) {
      margin-left: 0; } }

/* PC TB 2列 / SP 1列 */
@media only screen and (max-width: 690px) {
  [data-static-html] .col2 .col, [data-static-html] .col2_m .col {
    width: 100%;
    margin-left: auto; } }

/* COL 2 LARGE & SMALL */
/*-------------------------------------------------*/
[data-static-html] .col2LS {
  display: flex;
  flex-wrap: wrap; }
  [data-static-html] .col2LS .colL {
    width: 66%; }
  [data-static-html] .col2LS .colR {
    width: calc(100% - 24px - 66%);
    margin-left: 24px; }

@media only screen and (max-width: 690px) {
  [data-static-html] .col2LS {
    margin-left: 0;
    margin-top: -8px; }
    [data-static-html] .col2LS .colL, [data-static-html] .col2LS .colR {
      width: 100%;
      margin: 8px 0; }

  [data-static-html] .col2LS.sp_reverse .col_l {
    order: 2; }
  [data-static-html] .col2LS.sp_reverse .col_r {
    order: 1; } }
[data-static-html] .col2SL {
  display: flex;
  flex-wrap: wrap; }
  [data-static-html] .col2SL .colL {
    width: calc(100% - 24px - 66%);
    margin-right: 24px; }
  [data-static-html] .col2SL .colR {
    width: 66%; }

@media only screen and (max-width: 690px) {
  [data-static-html] .col2SL {
    flex-direction: column;
    margin-left: 0;
    margin-top: -8px; }
    [data-static-html] .col2SL .colL, [data-static-html] .col2SL .colR {
      width: 100%;
      margin: 8px 0; }

  [data-static-html] .col2SL.sp_reverse .colL {
    order: 2; }
  [data-static-html] .col2SL.sp_reverse .colR {
    order: 1; } }

/* COL 3 */
/*-------------------------------------------------*/
[data-static-html] .col3,
[data-static-html] .col3_sp2,
[data-static-html] .col3_m,
[data-static-html] .col3_m_sp2,
[data-static-html] .col3_m_tab2sp1 {
  display: flex;
  flex-wrap: wrap; }

[data-static-html] .col3_m .col,
[data-static-html] .col3_m_sp2 .col,
[data-static-html] .col3_m_tab2sp1 .col {
  width: calc(33.33333% - 16px);
  margin-left: 24px;
  margin-bottom: 24px; }
  [data-static-html] .col3_m .col:nth-child(3n + 1),
  [data-static-html] .col3_m_sp2 .col:nth-child(3n + 1),
  [data-static-html] .col3_m_tab2sp1 .col:nth-child(3n + 1) {
    margin-left: 0; }

[data-static-html] .col3 .col,
[data-static-html] .col3_sp2 .col {
  width: calc(33.33333% - 1px);
  margin-left: 1.5px;
  margin-bottom: 1px; }
  [data-static-html] .col3 .col:nth-child(3n + 1),
  [data-static-html] .col3_sp2 .col:nth-child(3n + 1) {
    margin-left: 0; }

@media only screen and (max-width: 979px) {
  [data-static-html] .col3_m_sp2 .col,
  [data-static-html] .col3_m_tab2sp1 .col {
    width: calc(50% - 12px);
    margin-left: 24px; }
    [data-static-html] .col3_m_sp2 .col:nth-child(3n + 1),
    [data-static-html] .col3_m_tab2sp1 .col:nth-child(3n + 1) {
      margin-left: 24px; }
    [data-static-html] .col3_m_sp2 .col:nth-child(2n + 1),
    [data-static-html] .col3_m_tab2sp1 .col:nth-child(2n + 1) {
      margin-left: 0; }

  [data-static-html] .col3_sp2 .col {
    width: calc(50% - 1px);
    margin-left: 1px; }
    [data-static-html] .col3_sp2 .col:nth-child(3n + 1) {
      margin-left: 1px; }
    [data-static-html] .col3_sp2 .col:nth-child(2n + 1) {
      margin-left: 0; } }
@media only screen and (max-width: 690px) {
  [data-static-html] .col3_m .col, [data-static-html] .col3 .col, [data-static-html] .col3_m_tab2sp1 .col {
    width: 100%;
    margin-left: auto; }

  [data-static-html] .col3_m_sp2 .col {
    width: calc(50% - 8px);
    margin-left: 16px; }
    [data-static-html] .col3_m_sp2 .col:nth-child(3n + 1) {
      margin-left: 16px; }
    [data-static-html] .col3_m_sp2 .col:nth-child(2n + 1) {
      margin-left: 0; }

  [data-static-html] .col3_m_tab2sp1 .col:nth-child(3n + 1) {
    margin-left: 0; } }

/* COL 4 */
/*-------------------------------------------------*/
[data-static-html] .col4,
[data-static-html] .col4_sp2,
[data-static-html] .col4_m,
[data-static-html] .col4_m_sp2 {
  display: flex;
  flex-wrap: wrap; }

[data-static-html] .col4_m .col,
[data-static-html] .col4_m_sp2 .col {
  width: calc(25% - 18px);
  margin-left: 24px;
  margin-bottom: 24px; }
  [data-static-html] .col4_m .col:nth-child(4n + 1),
  [data-static-html] .col4_m_sp2 .col:nth-child(4n + 1) {
    margin-left: 0; }

[data-static-html] .col4 .col,
[data-static-html] .col4_sp2 .col {
  width: calc(25% - 1px);
  margin-left: 1px;
  margin-bottom: 1px; }
  [data-static-html] .col4 .col:nth-child(4n + 1),
  [data-static-html] .col4_sp2 .col:nth-child(4n + 1) {
    margin-left: 0; }

@media only screen and (max-width: 979px) {
  [data-static-html] .col4_m_sp2 .col {
    width: calc(50% - 12px);
    margin-left: 24px; }
    [data-static-html] .col4_m_sp2 .col:nth-child(4n + 1) {
      margin-left: 24px; }
    [data-static-html] .col4_m_sp2 .col:nth-child(2n + 1) {
      margin-left: 0; }

  [data-static-html] .col4_sp2 .col {
    width: calc(50% - 1px);
    margin-left: 1px; }
    [data-static-html] .col4_sp2 .col:nth-child(4n + 1) {
      margin-left: 1px; }
    [data-static-html] .col4_sp2 .col:nth-child(2n + 1) {
      margin-left: 0; } }
@media only screen and (max-width: 690px) {
  [data-static-html] .col4_m .col, [data-static-html] .col4 .col {
    width: 100%;
    margin-left: auto; }

  [data-static-html] .col4_m_sp2 .col {
    width: calc(50% - 8px);
    margin-left: 16px; }
    [data-static-html] .col4_m_sp2 .col:nth-child(4n + 1) {
      margin-left: 16px; }
    [data-static-html] .col4_m_sp2 .col:nth-child(2n + 1) {
      margin-left: 0; } }

/* COL 5 */
/*-------------------------------------------------*/
[data-static-html] .col5,
[data-static-html] .col5_sp2,
[data-static-html] .col5_m,
[data-static-html] .col5_m_sp2 {
  display: flex;
  flex-wrap: wrap; }

[data-static-html] .col5_m .col,
[data-static-html] .col5_m_sp2 .col {
  width: calc(20% - 19.2px);
  margin-left: 24px;
  margin-bottom: 24px; }
  [data-static-html] .col5_m .col:nth-child(5n + 1),
  [data-static-html] .col5_m_sp2 .col:nth-child(5n + 1) {
    margin-left: 0; }

[data-static-html] .col5 .col,
[data-static-html] .col5_sp2 .col {
  width: calc(20% - 1px);
  margin-left: 1px;
  margin-bottom: 1px; }
  [data-static-html] .col5 .col:nth-child(5n + 1),
  [data-static-html] .col5_sp2 .col:nth-child(5n + 1) {
    margin-left: 0; }

@media only screen and (max-width: 979px) {
  [data-static-html] .col5_m .col {
    width: calc(33.33333% - 16px);
    margin-left: 24px; }
    [data-static-html] .col5_m .col:nth-child(5n + 1) {
      margin-left: 24px; }
    [data-static-html] .col5_m .col:nth-child(3n + 1) {
      margin-left: 0; }

  [data-static-html] .col5 .col {
    width: calc(33.33333% - 1px);
    margin-left: 1px; }
    [data-static-html] .col5 .col:nth-child(5n + 1) {
      margin-left: 1px; }
    [data-static-html] .col5 .col:nth-child(3n + 1) {
      margin-left: 0; }

  [data-static-html] .col5_m_sp2 .col {
    width: calc(33.33333% - 16px);
    margin-left: 24px; }
    [data-static-html] .col5_m_sp2 .col:nth-child(5n + 1) {
      margin-left: 24px; }
    [data-static-html] .col5_m_sp2 .col:nth-child(3n + 1) {
      margin-left: 0; }

  [data-static-html] .col5_sp2 .col {
    width: calc(33.33333% - 1px);
    margin-left: 1px; }
    [data-static-html] .col5_sp2 .col:nth-child(5n + 1) {
      margin-left: 1px; }
    [data-static-html] .col5_sp2 .col:nth-child(3n + 1) {
      margin-left: 0; } }

@media only screen and (max-width: 690px) {
  [data-static-html] .col5_m .col,
  [data-static-html] .col5 .col {
    width: 100%;
    margin-left: auto; }
    [data-static-html] .col5_m .col:nth-child(5n + 1),
    [data-static-html] .col5 .col:nth-child(5n + 1) {
      margin-left: auto; }

  [data-static-html] .col5_m_sp2 .col {
    width: calc(50% - 8px);
    margin-left: 16px;
    margin-bottom: 16px; }
    [data-static-html] .col5_m_sp2 .col:nth-child(5n + 1) {
      margin-left: 16px; }
    [data-static-html] .col5_m_sp2 .col:nth-child(3n + 1) {
      margin-left: 16px; }
    [data-static-html] .col5_m_sp2 .col:nth-child(2n + 1) {
      margin-left: 0; } }

/* BASE COLMN用 IMAGE */
/*-------------------------------------------------*/
[data-static-html] .col2 img, [data-static-html] .col2_sp2 img, [data-static-html] .col2_m img, [data-static-html] .col2_m_sp2 img, [data-static-html] .col2LS img, [data-static-html] .col2LS img, [data-static-html] .col3 img, [data-static-html] .col3_sp2 img, [data-static-html] .col3_m img, [data-static-html] .col3_m_sp2 img, [data-static-html] .col3_m_tab2sp1 img, [data-static-html] .col4 img, [data-static-html] .col4_sp2 img, [data-static-html] .col4_m img, [data-static-html] .col4_m_sp2 img, [data-static-html] .col5 img, [data-static-html] .col5_sp2 img, [data-static-html] .col5_m img, [data-static-html] .col5_m_sp2 img {
  width: 100%;
  height: auto;
}


/* SOLUTION コンテンツトップ用　H2　直下*/
/****************************************************************/
[data-static-html] .contentsTopArea {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 200px;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}

[data-static-html] .contentsTopArea .Titl {
    position: relative;
    color: #FFF;
    width: 80%;
    z-index: 2;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
[data-static-html] .contentsTopArea .foto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
[data-static-html] .contentsTopArea .foto::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: RGBA(0,0,0,0.3);
  z-index: 1;
}
[data-static-html] .contentsTopArea .foto img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media only screen and (max-width: 690px) {
  [data-static-html] .contentsTopArea .Titl {
      width: 90%;
      font-size: 21px;
  }
  [data-static-html] .contentsTopArea .foto img {width: 100%; }
}


/* SOLUTION COL  WRAPALL用*/
/****************************************************************/
[data-static-html] .colArea{
  display: flex;
  flex-wrap: wrap;
}
[data-static-html] .colArea .colInn {
    width: calc(33.33333% - 16px);
    margin-right: 24px;
    margin-bottom: 24px;
}
[data-static-html] .colArea .colInn:nth-child(3n){margin-right: 0; }
[data-static-html] .colArea .foto {
    position: relative;
    height: 150px;
    overflow: hidden;
    background-color: #000;
    margin-bottom: 10px;
    box-shadow: 0 4px 6px -3px rgba(0, 0, 0, 0.5);
    border: 1px solid #DDD;
    box-sizing: border-box;
}
[data-static-html] .colArea .foto img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 150px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
[data-static-html] .colArea .tag {
    color: #FFF;
    display: inline-flex;
    height: 26px;
    width: 70px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    font-size: 13px;
}
[data-static-html] .colArea .tag.new{
  background-color: #700E24;
}
[data-static-html] .colArea .tag.recm{
  background-color: #164938
}
[data-static-html] .leadTitl {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: solid 2px #E9E9E9;
  padding-bottom: 5px;
  margin-bottom: 15px;
}


@media only screen and (max-width: 979px) {
  [data-static-html] .colArea .colInn {width: calc(50% - 16px); }
  [data-static-html] .colArea .colInn:nth-child(odd){margin-right: 24px; }
  [data-static-html] .colArea .colInn:nth-child(even){margin-right: 0; }
  [data-static-html] .colArea .foto img{
    max-width: none;
    width: 100%;
    height: auto;
  }

}

@media only screen and (max-width: 690px) {
  [data-static-html] .colArea .colInn {
      width: 100%;
      margin-right: 0;
  }
  [data-static-html] .colArea .colInn:nth-child(odd){margin-right: 0; }

}



/****************************************************************/

/*アンカーリンク*/
/****************************************************************/
[data-static-html] .aclink{
  display: flex;
  flex-wrap: wrap; 
}
[data-static-html] .aclink li {
    width: calc(20% - 8px);
    margin-right: 10px;
    margin-bottom: 10px;
}
[data-static-html] .aclink li:last-child{margin-right: 0; }
[data-static-html] .aclink li:nth-child(5n){margin-right: 0; }
[data-static-html] .aclink a {
    position: relative;
    display: flex;
    padding: 0 7%;
    height: 60px;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    text-align: center;
    color: #083863;
    background: #fff;
    border: 1px solid #083863;
    transition: 0.7s;
}
[data-static-html] .aclink a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #083863;
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -2px;
}
[data-static-html] .aclink a:hover {
  color:#fff;
  background:#083863;
}
[data-static-html] .aclink a:hover::before{
    border-color: transparent transparent transparent #FFF;
}

@media only screen and (max-width: 690px) {
  [data-static-html] .aclink li {
      width: calc(33.33% - 7px);
      margin-bottom: 10px;
  }
  [data-static-html] .aclink li:nth-child(3n){margin-right: 0; }
  [data-static-html] .aclink li:nth-child(5n){margin-right: 10px; }
[data-static-html] .aclink a::before {
    right: 2px;
}
}



/****************************************************************/

/* CONTACT from_top */
/****************************************************************/
[data-static-html] .ftCV ul:after {
    content:" ";
    display:block;
    clear:both;
}
[data-static-html] .ftCV {
  background: url("/files/user/contents/service/solutions/common/top_contact_bg.jpg") no-repeat center;
  background-size: cover;
  height: 330px;
  text-align: center;
  padding-top: 50px;
}
[data-static-html] .ftCV dl {
  max-width: 840px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 50px 10px;
}
[data-static-html] .ftCV dt {
  background: url("/files/user/contents/service/solutions/common/icon03.jpg") no-repeat top center;
  padding-top: 75px;
  font-size: 18px;
  margin-bottom: 20px;
}
[data-static-html] .ftCV li {
  float: left;
  margin: 0 6px 10px 0;
  width: 242px;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
}
[data-static-html] .ftCV li:last-child {
  margin-right: 0;
}
[data-static-html] .ftCV a {
  display: flex;;
  height: 50px;
  width: 100%;
  color: #fff;
  padding: 5px;
  justify-content: center;
  align-items: center;
  border:1px solid #0168D9;
}

[data-static-html] .ftCV li:nth-child(1) a {
  background-color: #083863;
}

[data-static-html] .ftCV li:hover:nth-child(1) a {
  background-color: #fff;
}

[data-static-html] .ftCV li:nth-child(2) a {
  background-color: #0168D9;
}

[data-static-html] .ftCV li:hover:nth-child(2) a {
  background-color: #fff;
}

[data-static-html] .ftCV li:nth-child(3) a {
  background-color: #333333;
}

[data-static-html] .ftCV li:hover:nth-child(3) a {
  background-color: #fff;
}

@media only screen and (max-width: 1199px) and (min-width: 641px){
[data-static-html] .ftCV li {
    width: -webkit-calc((100% - 12px) / 3);
    width: calc((100% - 12px) / 3);
}
}

@media only screen and (max-width:640px) {
[data-static-html] .ftCV {
  background: none;
  height: auto;
  padding-top: 0;
}
[data-static-html] .ftCV dl {
  max-width: initial; 
  max-width: auto;
  width: 94%;
  padding: 20px 0 10px;
}
[data-static-html] .ftCV dt {
  line-height: 1.2;
  margin-bottom: 20px;
}
[data-static-html] .ftCV li {
  float: none;
  margin: 0 0 10px;
  width: 100%;
}

} }