@charset "utf-8";

/* 2020.04.14 ソリューション テレワーク ページ */

#solution-telework p{
  margin: 0;
}

#solution-telework .ttl_bold{
    font-size: 26px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

#solution-telework .ttl_bold_s{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: left;
}

#solution-telework .ttl_bold_s span{
  display: block;
  text-indent: -1em;
  padding-left: 6em;
}

#solution-telework .mt_10{
    margin-top: 10px;
}

#solution-telework .mt_15{
    margin-top: 15px;
}

#solution-telework .mt_20{
    margin-top: 20px;
}

#solution-telework .mt_25{
    margin-top: 25px;
}

#solution-telework .mt_30{
    margin-top: 30px;
}

#solution-telework .mt_35{
    margin-top: 35px;
}

#solution-telework .mt_40{
    margin-top: 40px;
}

#solution-telework .mt_50{
    margin-top: 50px;
}

#solution-telework .mt_55{
    margin-top: 55px;
}

#solution-telework .mt_60{
    margin-top: 60px;
}

#solution-telework .mb_5{
    margin-bottom: 5px;
}

#solution-telework .mb_10{
    margin-bottom: 10px;
}

#solution-telework .mb_20{
    margin-bottom: 20px;
}

#solution-telework .solution_2column {
    max-width: 940px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;

}

#solution-telework .solution_2column .solution_box {
    width: 454px;
    height: 450px;
    display: inline-block;
    border: solid 1px #aaa;
}

.solution_2column .solution_box:nth-child(-n+4){
 margin-bottom: 25px; 
}

#solution-telework .solution_box .solution_contents {
    padding: 4%;
   
}

#solution-telework .link_list{
   background-color: #F0F0F0;
   padding: 1em;
   text-align: center;
   width: 60%;
   margin: auto;
}

#solution-telework .align-c{
  text-align: center;
}

#solution-telework .align-r{
  text-align: right;
}

#solution-telework .font_13{
  font-size: 13px;
}

#solution-telework .solution_contents .ttl_1:before{
  content: '';
  display: inline-block;
  width: 80px;
  height: 70px;
  background-image: url("/images/solution-telework/img1-1.png?200525");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
  position: absolute;
}

#solution-telework .solution_contents .ttl_2:before{
  content: '';
  display: inline-block;
  width: 80px;
  height: 70px;
  background-image: url("/images/solution-telework/img2-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
  position: absolute;
}

#solution-telework .solution_contents .ttl_3:before{
  content: '';
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("/images/solution-telework/img3-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
  position: absolute;
}

#solution-telework .solution_contents .ttl_4:before{
  content: '';
  display: inline-block;
  width: 80px;
  height: 70px;
  background-image: url("/images/solution-telework/img4-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
  position: absolute;
}

#solution-telework .solution_contents .ttl_5:before{
  content: '';
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("/images/solution-telework/img5-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
  position: absolute;
}

#solution-telework .solution_contents .ttl_6:before{
  content: '';
  display: inline-block;
  width: 70px;
  height: 65px;
  background-image: url("/images/solution-telework/img6-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
  position: absolute;
}
#solution-telework .color_gray{
   color: #555555;
}



/* 2020.04.14 ソリューション テレワーク TOPページ */

.telework2020_link{
    margin-top: 40px;
}

.telework2020_link a {
    background: #fff;
    color: #00008B;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #00008B;
    border-radius: 5px;
    display: block;
    transition: .3s all;
    width: 936px;
    padding: 0.5em 0;
}

.telework2020_link a:hover {
    text-decoration: none;
    color: #fff;
    background: #00008B;
}

.slider-pro{
    margin-top: 35px;
}