■25年上期商談管理について
・売上が3件、受注済みが2件、受注見込みが1件、
 前回幹部会及び毎週連絡会でご報告している状況に大きな変化はない。
・SMJは二方に案件伺いと訪問を予定している。
■25年上期販促物及び年末配布用販促物の検討
　上期の販促として除菌ウェットシートが7/17に納品、各所へ配布済み。
　下期・年末年始の挨拶時に配布できる販促品を引き続き検討していく。
■MBT2026カレンダー
　表紙と12か月分すべてイラストは完成。（多少ブラッシュアップはする）
　印刷会社から日玉部分の提供があり次第2026年版に張り替え@charset "UTF-8";

/* ===========================================
ITソリューションズ 販売指南
=========================================== */
.wf-loading h1 {
  opacity: 0;
}

.wf-active h1 {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.ITsolShinan {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.ITsolShinan *,
.ITsolShinan *:before,
.ITsolShinan *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ITsolShinan p {
  margin: 0;
}

.ITsolShinan img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ITsolShinan_wrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ITsolShinan-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .ITsolShinan-head {
    padding: 53px 20px;
    line-height: 1.636;
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan-head {
    min-height: 250px;
    height: 250px;
    line-height: 1.5;
    font-size: 3.6rem;
    letter-spacing: 0.15em;
  }
}

/* ------------------------
*	button
*/
@media screen and (min-width: 768px) {
  .ITsolShinan .ITsol-Contact--btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-right: 50px;
    padding-left: 50px;
    border: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .ITsolShinan .ITsol-Contact--btn {
    width: 100%;
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .ITsolShinan .ITsol-Contact--btn {
    width: 390px;
    line-height: 1.33;
    font-size: 1.8rem;
  }

  .ITsolShinan .ITsol-Contact--btn:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan .ITsol-Contact--btn::before {
    position: absolute;
    right: 30px;
    top: 50%;
    display: inline-block;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    content: "";
    z-index: 10;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .ITsolShinan .ITsol-Contact--btn::before {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan .ITsol-Contact--btn::before {
    position: absolute;
    right: 15px;
    top: 23px;
    width: 15px;
    height: 13px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background: url(../img/icon_window02.png) no-repeat center;
    background-size: contain;
    border-width: 0;
  }

  .ITsolShinan .ITsol-Contact--btn::after {
    display: none;
  }

  .ITsolShinan .ITsol-Contact-icon {
    position: absolute;
    display: block;
    left: 10px;
    top: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .ITsolShinan .ITsol-Contact-download {
    background-color: #ED4176;
  }

  .ITsolShinan .ITsol-Contact-download .ITsol-Contact-icon {
    background-image: url(../img/button_icon_catalog.png);
  }

  .ITsolShinan .ITsol-Contact-inqu {
    background-color: #FF7600;
  }

  .ITsolShinan .ITsol-Contact-inqu .ITsol-Contact-icon {
    background-image: url(../img/button_icon_contact.png);
  }
}

/* ------------------------
*	billboard
*/
.ITsolShinan_billboard {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_billboard {
    min-height: 470px;
    background-image: url(../img/billboard_back-sp2.jpg);
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_billboard {
    height: 660px;
    background-image: url(../img/billboard_back-pc2.jpg);
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_billboard-head {
    padding: 0 27px;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_billboard_contact {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_billboard_contact {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .ITsolShinan_billboard_contact li~li {
    margin-left: 20px;
  }

  .ITsolShinan_billboard_contact .ITsol-Contact--btn {
    width: 420px;
    height: 70px;
    font-size: 2rem;
  }

  .ITsolShinan_billboard_contact .ITsol-Contact--btn:hover {
    opacity: 0.8;
  }
}

/* ------------------------
* リードセクション
*/
@media screen and (max-width: 767px) {
  .ITsolShinan_lead-head {
    background-image: url(../img/title_back_blue-sp.jpg);
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_lead-head {
    background-image: url(../img/title_back_blue-pc.jpg);
  }
}

.ITsolShinan_lead-lead {
  line-height: 2;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_lead-lead {
    padding-top: 52px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_lead-lead {
    padding-top: 71px;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_lead_list {
    margin-top: 47px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_lead_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_lead_list li~li {
    margin-top: 30px;
  }

  .ITsolShinan_lead_list li img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_lead_list li {
    width: 320px;
  }

  .ITsolShinan_lead_list li:nth-child(n+4) {
    margin-top: 39px;
  }

  .ITsolShinan_lead_list li:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
  }

  .ITsolShinan_lead_list li:nth-child(4) {
    margin-right: 10px;
  }
}

.ITsolShinan_lead_ans {
  background-color: #F0FCF9;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_lead_ans {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_lead_ans {
    margin-top: 100px;
  }

  .ITsolShinan_lead_ans .ITsol_request.vp {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_lead_ans-head {
    background-image: url(../img/title_back_green-sp.jpg);
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_lead_ans-head {
    background-image: url(../img/title_back_green-pc.jpg);
  }
}

.ITsolShinan_lead_ans-head::after {
  position: absolute;
  z-index: 2;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  border-color: #fff transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_lead_ans-head::after {
    border-width: 30px 30px 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_lead_ans-head::after {
    border-width: 50px 50px 0 50px;
  }
}

.ITsolShinan_lead_ans-lead {
  line-height: 2;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_lead_ans-lead {
    padding-top: 52px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_lead_ans-lead {
    padding-top: 71px;
    text-align: center;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_lead_ans-list {
    margin-top: 47px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_lead_ans-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_lead_ans-list li~li {
    margin-top: 30px;
  }

  .ITsolShinan_lead_ans-list li img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_lead_ans-list li {
    width: 326px;
  }

  .ITsolShinan_lead_ans-list li:nth-child(n+4) {
    margin-top: 39px;
  }
}

/* ------------------------
* sec2
* 販売管理システム「販売指南」とは？
*/
@media screen and (max-width: 767px) {
  .ITsolShinan_sec2-head {
    background-image: url(../img/title_back_blue-sp.jpg);
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec2-head {
    background-image: url(../img/title_back_blue-pc.jpg);
  }
}

.ITsolShinan_sec2-lead {
  line-height: 2;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec2-lead {
    padding-top: 52px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec2-lead {
    padding-top: 71px;
    text-align: center;
    font-size: 1.8rem;
  }
}

.ITsolShinan_sec2-lead2 {
  line-height: 2;
  font-weight: 300;
}

.ITsolShinan_sec2-lead2 span {
  font-weight: 700;
  color: #3260B9;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec2-lead2 {
    padding-top: 52px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec2-lead2 {
    padding-top: 71px;
    text-align: center;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec2_img {
    margin-top: 81px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec2_img {
    margin-top: 80px;
  }
}

.ITsolShinan_sec2_img--caption {
  text-align: center;
  line-height: 1;
  font-weight: 700;
  background-color: #E65A75;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec2_img--caption {
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec2_img--caption {
    width: 628px;
    margin: 0 auto 20px;
    padding: 20px;
    border-radius: 10px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec2_img2 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec2_img2 {
    margin-top: 40px;
  }
}

.ITsolShinan_sec2_button {
  margin-left: auto;
  margin-right: auto;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec2_button {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec2_button {
    margin-top: 20px;
  }
}

.ITsolShinan_sec2_button :hover {
  opacity: 0.7;
}

/* ------------------------
* sec3
* 販売管理システム「販売指南」の機能と特⻑
*/
@media screen and (max-width: 767px) {
  .ITsolShinan_sec3 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3 {
    margin-top: 100px;
  }

  .ITsolShinan_sec3 .ITsol_request.vp2 {
    margin-top: 100px;
  }
}

.ITsolShinan_sec3-head {
  position: relative;
  max-width: 580px;
  padding: 16px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-top: solid 1px #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3-head {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.636;
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3-head {
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    font-size: 3.6rem;
  }
}

.ITsolShinan_sec3-head::before,
.ITsolShinan_sec3-head::after,
.ITsolShinan_sec3-head--dot::before,
.ITsolShinan_sec3-head--dot::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}

.ITsolShinan_sec3-head::before {
  top: -4px;
  left: 0;
}

.ITsolShinan_sec3-head::after {
  top: -4px;
  right: 0;
}

.ITsolShinan_sec3-head--dot::before {
  left: 0;
  bottom: -4px;
}

.ITsolShinan_sec3-head--dot::after {
  right: 0;
  bottom: -4px;
}

.ITsolShinan_sec3_wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3_wrap {
    padding-top: 80px;
    padding-bottom: 68px;
    background-image: url(../img/sec4_back-sp.jpg);
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3_wrap {
    padding-top: 100px;
    padding-bottom: 73px;
    background-image: url(../img/sec4_back-pc.jpg);
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3_feature {
    margin-top: 65px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3_feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3_function:nth-child(n+2) {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3_function {
    width: 460px;
  }

  .ITsolShinan_sec3_function:nth-child(n+3) {
    margin-top: 53px;
  }
}

.ITsolShinan_sec3_function dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  color: #20AC91;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3_function dt {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3_function dt {
    padding-bottom: 9px;
  }
}

.ITsolShinan_sec3_function-num {
  font-weight: 700;
  border-top: 5px solid #20AC91;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3_function-num {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3_function-num {
    font-size: 2.2rem;
  }
}

.ITsolShinan_sec3_function-txt {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3_function-txt {
    margin-top: 8px;
    line-height: 1.4;
    font-size: 2rem;
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3_function-txt {
    font-size: 2.6rem;
    line-height: 1.818;
  }
}

.ITsolShinan_sec3_function dd {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3_function dd {
    margin-top: 23px;
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3_function dd {
    margin-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3_feature2 {
    margin-top: 95px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3_feature2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 100px;
  }
}

.ITsolShinan_sec3_feature2-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-bottom: 5px;
  background-color: #368CD5;
  line-height: 1.61;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3_feature2-head {
    min-height: 156px;
    font-size: 2.2rem;
    border-radius: 5px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3_feature2-head {
    width: 470px;
    min-height: 168px;
    /* height: 200px; */
    font-size: 3rem;
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3_feature2-head--balloons {
    width: 157px;
    min-height: 75px;
    margin-top: -15px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3_feature2-head--balloons {
    margin-top: -20px;
  }
}

.ITsolShinan_sec3_feature2-head--title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  color: #FAD702;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3_feature2-head--title {
    margin-top: 35px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3_feature2-head--title {
    margin-top: 32px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.ITsolShinan_sec3_feature2-head--title::after {
  content: "";
  width: 5em;
  height: 8px;
  background-color: #FAD702;
  margin-top: 10px;
}

.ITsolShinan_sec3_feature2-txt {
  line-height: 2.14;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3_feature2-txt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 470px;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3_feature2 .ITsolShinan_sec3_feature2-txt {
    margin-top: 22px;
  }
}

.ITsolShinan_sec3_feature2-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3_feature2-img {
    margin-top: 27px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3_feature2-img {
    margin-top: 40px;
  }
}

.ITsolShinan_sec3_feature2-img--caption {
  margin-top: 4px;
  color: #368CD5;
  line-height: 1.77;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3_feature2-img--1:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3_feature2-img--1 {
    width: 230px;
    min-height: 200px;
  }
}

.ITsolShinan_sec3_feature2-img--2 {
  width: 100%;
}

.ITsolShinan_sec3_feature2-img--3a,
.ITsolShinan_sec3_feature2-img--3b {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {

  .ITsolShinan_sec3_feature2-img--3a,
  .ITsolShinan_sec3_feature2-img--3b {
    width: 100%;
    padding-top: 67.62%;
  }
}

@media screen and (min-width: 768px) {

  .ITsolShinan_sec3_feature2-img--3a,
  .ITsolShinan_sec3_feature2-img--3b {
    width: 488px;
    height: 320px;
  }
}

.ITsolShinan_sec3_feature2-img--3a {
  background-image: url(../img/sec5_3_img1.jpg);
}

.ITsolShinan_sec3_feature2-img--3b {
  background-image: url(../img/sec5_3_img2.jpg);
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3_feature2-img--3b {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3_feature2--note {
    margin-top: 11px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3_feature2--note {
    margin-top: 16px;
  }
}

.ITsolShinan_sec3_feature2--note li {
  line-height: 1.66;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3_feature2-figure {
    margin-top: 46px;
  }

  .ITsolShinan_sec3_feature2-figure:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3_feature2-figure {
    margin-top: 26px;
  }
}

.ITsolShinan_sec3_feature2-figure--head {
  color: #368CD5;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3_feature2-figure--head {
    margin-bottom: 4px;
    line-height: 1.5;
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3_feature2-figure--head {
    line-height: 1.75;
    font-size: 2.4rem;
  }
}

.ITsolShinan_sec3_feature2-figure--caption {
  margin-bottom: 12px;
  line-height: 1.77;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3_feature2-figure-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec3_feature2-figure-img {
    width: 630px;
    margin-right: 26px;
  }
}

.ITsolShinan_sec3_feature2-figure-list {
  counter-reset: num;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec3_feature2-figure-list {
    margin-top: 25px;
  }
}

.ITsolShinan_sec3_feature2-figure-list li {
  position: relative;
  padding: 0.5em 0.5em 0.5em 20px;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
}

.ITsolShinan_sec3_feature2-figure-list li~li {
  margin-top: 5px;
}

.ITsolShinan_sec3_feature2-figure-list li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #368CD5;
  color: #FFF;
  font-weight: 500;
  font-size: 12px;
  border-radius: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  top: 10px;
}

.ITsolShinan_sec3_feature2-figure-list li:nth-child(n+6) {
  color: #E65A75;
}

.ITsolShinan_sec3_feature2-figure-list li:nth-child(n+6)::before {
  background-color: #E65A75;
}

/* ------------------------
* sec4
* 「販売指南」は様々な業種でご利用いただいています
*/
.ITsolShinan_sec4 {
  background-color: #F4F4F5;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec4 {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec4 .ITsol_request.vp3 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec4-head {
    background-image: url(../img/title_back_navy-sp.jpg);
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec4-head {
    background-image: url(../img/title_back_navy-pc.jpg);
  }
}

.ITsolShinan_sec4-lead {
  line-height: 2;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec4-lead {
    padding-top: 52px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec4-lead {
    padding-top: 71px;
    text-align: center;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec4_example {
    margin-top: 47px;
  }

  .ITsolShinan_sec4_example:nth-of-type(n + 2) {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec4_example {
    margin-top: 65px;
  }
}

.ITsolShinan_sec4_example-bg {
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec4_example-bg {
    padding-top: 62.55%;
    background-size: 100% auto;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec4_example-bg {
    min-height: 294px;
    padding-right: 510px;
    background-position: right 0;
    background-size: 470px auto;
  }
}

.ITsolShinan_sec4_example-bg1 {
  background-image: url(../img/sec6_img1.jpg);
}

.ITsolShinan_sec4_example-bg2 {
  background-image: url(../img/sec6_img2.jpg);
}

.ITsolShinan_sec4_example-bg3 {
  background-image: url(../img/sec6_img3.jpg);
}

.ITsolShinan_sec4_example-bg4 {
  background-image: url(../img/sec6_img4.jpg);
}

.ITsolShinan_sec4_example-head {
  background-color: #3260B9;
  color: #fff;
  text-align: center;
  line-height: 1.75;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec4_example-head {
    margin-top: 30px;
    border-radius: 26px;
    font-size: 2rem;
    padding: 8px 5px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec4_example-head {
    padding: 7px;
    border-radius: 28px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec4_example-list {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec4_example-list {
    margin-top: 10px;
  }
}

.ITsolShinan_sec4_example-list>li {
  position: relative;
  padding-left: 1em;
  line-height: 1.625;
  font-size: 1.6rem;
  font-weight: 500;
}

.ITsolShinan_sec4_example-list>li::before {
  position: absolute;
  content: "";
  background-color: #3260B9;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  left: 0;
  top: 0.5em;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec4_example-list>li~li {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec4_example-list>li~li {
    margin-top: 10px;
  }
}

.ITsolShinan_sec4_example-wrap {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec4_example-wrap {
    margin-top: 20px;
    padding: 20px 25px 45px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec4_example-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 40px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec4_example-item:nth-of-type(n + 2) {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec4_example-item {
    width: calc(50% - 20px);
  }
}

.ITsolShinan_sec4_example-head2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3260B9;
  white-space: nowrap;
  margin-bottom: 2px;
  line-height: 1.625;
  font-size: 1.6rem;
  font-weight: 500;
}

.ITsolShinan_sec4_example-head2::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 0.5em;
  background-color: #333;
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec4_example-txt {
    line-height: 1.625;
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.ITsolShinan_sec4_example-list2 {
  margin-top: 2px;
}

.ITsolShinan_sec4_example-list2>li {
  position: relative;
  padding-left: 1em;
  line-height: 1.714;
  font-size: 1.4rem;
}

.ITsolShinan_sec4_example-list2>li::before {
  position: absolute;
  content: "";
  background-color: #3260B9;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  left: 0;
  top: 0.5em;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec4_example--note {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec4_example--note {
    margin-top: 36px;
  }
}

.ITsolShinan_sec4_example--note li {
  line-height: 1.66;
  font-size: 1.2rem;
}

.ITsolShinan .ITsolShinan_sec4-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px #3260B9;
  color: #3260B9;
  text-decoration: none;
  font-weight: 700;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .ITsolShinan .ITsolShinan_sec4-btn {
    width: 100%;
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan .ITsolShinan_sec4-btn {
    width: 500px;
    line-height: 1.33;
    letter-spacing: 0.1em;
    font-size: 2.4rem;
  }

  .ITsolShinan .ITsolShinan_sec4-btn:hover {
    background-color: #3260B9;
    color: #fff;
    text-decoration: none;
  }

  .ITsolShinan .ITsolShinan_sec4-btn:hover::before {
    border-color: #fff;
  }
}

.ITsolShinan .ITsolShinan_sec4-btn::before {
  position: absolute;
  right: 30px;
  top: 50%;
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: solid 2px #3260B9;
  border-bottom: solid 2px #3260B9;
  content: "";
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .ITsolShinan .ITsolShinan_sec4-btn::before {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan .ITsolShinan_sec4-btn {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan .ITsolShinan_sec4-btn {
    margin-top: 110px;
  }
}

/* ------------------------
* sec5
+ よくある質問
*/
.ITsolShinan_sec5 {
  background-color: #F4F4F5;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec5 {
    padding-bottom: 96px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec5 {
    padding-bottom: 88px;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec5-head {
    background-image: url(../img/title_back_navy-sp.jpg);
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec5-head {
    background-image: url(../img/title_back_navy-pc.jpg);
  }
}

.ITsolShinan_sec5_qa {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec5_qa {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec5_qa {
    margin-top: 100px;
  }
}

.ITsolShinan_sec5_qa dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  font-weight: 500;
  color: #3260B9;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec5_qa dt {
    padding: 13px 14px 8px 0;
    line-height: 1.75;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec5_qa dt {
    padding: 9px 5px 9px 0;
    line-height: 1.77;
    font-size: 1.8rem;
  }
}

.ITsolShinan_sec5_qa dt:nth-of-type(n + 2) {
  margin-top: 75px;
}

.ITsolShinan_sec5_qa dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec5_qa dd {
    padding-top: 14px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec5_qa dd {
    padding-top: 16px;
  }
}

.ITsolShinan_sec5_qa--q,
.ITsolShinan_sec5_qa--a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {

  .ITsolShinan_sec5_qa--q,
  .ITsolShinan_sec5_qa--a {
    width: 44px;
  }
}

@media screen and (min-width: 768px) {

  .ITsolShinan_sec5_qa--q,
  .ITsolShinan_sec5_qa--a {
    width: 66px;
  }
}

.ITsolShinan_sec5_qa--q img,
.ITsolShinan_sec5_qa--a img {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec5_qa--q img {
    width: 19px;
  }

  .ITsolShinan_sec5_qa--a img {
    width: 34px;
  }
}

.ITsolShinan_sec5_qa--txt {
  line-height: 2;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec5_qa--txt {
    padding-top: 3px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec5_qa--txt {
    padding-top: 6px;
  }
}

/* ------------------------
* sec6
* 導⼊スケジュール
*/
@media screen and (max-width: 767px) {
  .ITsolShinan_sec6 {
    padding-bottom: 73px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec6 {
    padding-bottom: 93px;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec6-head {
    background-image: url(../img/title_back_navy-sp.jpg);
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec6-head {
    background-image: url(../img/title_back_navy-pc.jpg);
  }
}

.ITsolShinan_sec6-lead {
  line-height: 2;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec6-lead {
    padding-top: 52px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec6-lead {
    padding-top: 71px;
    text-align: center;
    font-size: 1.8rem;
  }
}

.ITsolShinan_sec6_schedule {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec6_schedule {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec6_schedule {
    margin-top: 66px;
  }
}

.ITsolShinan_sec6_schedule-note {
  line-height: 1.5;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_sec6_schedule-note {
    padding-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_sec6_schedule-note {
    padding-top: 17px;
  }
}

/* ------------------------
* コンタクト
*/
.ITsolShinan .ITsolShinan_requ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #368CD5;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .ITsolShinan .ITsolShinan_requ {
    height: 210px;
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan .ITsolShinan_requ {
    height: 290px;
  }
}

.ITsolShinan .ITsolShinan_requ-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px #3260B9;
  color: #3260B9;
  text-decoration: none;
  font-weight: 700;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #fff;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .ITsolShinan .ITsolShinan_requ-btn {
    width: 100%;
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan .ITsolShinan_requ-btn {
    width: 500px;
    line-height: 1.33;
    letter-spacing: 0.1em;
    font-size: 2.4rem;
  }

  .ITsolShinan .ITsolShinan_requ-btn:hover {
    background-color: #3260B9;
    color: #fff;
    text-decoration: none;
  }

  .ITsolShinan .ITsolShinan_requ-btn:hover::before {
    border-color: #fff;
  }
}

.ITsolShinan .ITsolShinan_requ-btn::before {
  position: absolute;
  right: 30px;
  top: 50%;
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: solid 2px #3260B9;
  border-bottom: solid 2px #3260B9;
  content: "";
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .ITsolShinan .ITsolShinan_requ-btn::before {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan .ITsolShinan_requ-btn {
    margin: 0;
  }
}

.ITsolShinan .ITsolShinan_requ-btn::before {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_systemRequ {
    padding: 50px 25px 60px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_systemRequ {
    padding: 68px 0 80px;
  }
}

.ITsolShinan_systemRequ dt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
}

.ITsolShinan .ITsolShinan_systemRequ-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px #3260B9;
  color: #3260B9;
  text-decoration: none;
  font-weight: 700;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 60px;
  margin-top: 30px;
  border-color: #368CD5;
  background-color: #368CD5;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .ITsolShinan .ITsolShinan_systemRequ-btn {
    width: 100%;
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan .ITsolShinan_systemRequ-btn {
    width: 500px;
    line-height: 1.33;
    letter-spacing: 0.1em;
    font-size: 2.4rem;
  }

  .ITsolShinan .ITsolShinan_systemRequ-btn:hover {
    background-color: #3260B9;
    color: #fff;
    text-decoration: none;
  }

  .ITsolShinan .ITsolShinan_systemRequ-btn:hover::before {
    border-color: #fff;
  }
}

.ITsolShinan .ITsolShinan_systemRequ-btn::before {
  position: absolute;
  right: 30px;
  top: 50%;
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: solid 2px #3260B9;
  border-bottom: solid 2px #3260B9;
  content: "";
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .ITsolShinan .ITsolShinan_systemRequ-btn::before {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan .ITsolShinan_systemRequ-btn {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan .ITsolShinan_systemRequ-btn {
    width: 330px;
    font-size: 1.8rem;
  }
}

.ITsolShinan .ITsolShinan_systemRequ-btn::before {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .ITsolShinan .ITsolShinan_systemRequ-btn::before {
    width: 6px;
    height: 6px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan .ITsolShinan_systemRequ-btn::before {
    right: 20px;
    width: 8px;
    height: 8px;
  }
}

.ITsolShinan_contact {
  margin-top: 100px;
  background-color: #565656;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_contact {
    padding: 20px 20px 80px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_contact {
    min-width: 980px;
    padding: 20px;
  }
}

.ITsolShinan_contact-head {
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_contact-head {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_contact-head {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_contact_list li {
    max-width: 340px;
    width: 90%;
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_contact_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ITsolShinan_contact--btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 58px;
  padding-right: 25px;
  padding-left: 25px;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_contact--btn {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_contact--btn {
    width: 340px;
    margin: 20px 10px;
    font-size: 1.8rem;
  }

  .ITsolShinan_contact--btn:hover {
    opacity: 0.7;
  }
}

.ITsolShinan_contact--btn::after {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 15px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.ITsolShinan_contact--btn.ITsolShinan_contact-download {
  text-decoration: none;
  color: #333;
}

.ITsolShinan_contact--btn.ITsolShinan_contact-inqu {
  text-decoration: none;
  color: #fff;
}

.ITsolShinan_contact-icon {
  margin-right: 0.8em;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_contact-icon {
    margin-right: 0.3em;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.ITsolShinan_contact-download {
  background-color: #fff;
}

.ITsolShinan_contact-download::after {
  background-image: url(../img/icon_window03.png);
}

.ITsolShinan_contact-inqu {
  background-color: #1A428E;
}

.ITsolShinan_contact-inqu::after {
  background-image: url(../img/icon_window02.png);
}

@media screen and (max-width: 767px) {
  .ITsolShinan_addr {
    margin-top: 20px;
    padding: 5px;
    border: solid 1px #fff;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_addr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan_addr--txt {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_addr--txt {
    font-size: 1.8rem;
  }
}

.ITsolShinan_addr .ITsolShinan_addr--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 3.2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_addr .ITsolShinan_addr--tel {
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_addr .ITsolShinan_addr--tel {
    margin: 0 20px;
    pointer-events: none;
    cursor: default;
  }
}

.ITsolShinan_addr .ITsolShinan_addr--tel::before {
  content: "";
  width: 21px;
  height: 28px;
  margin-right: 8px;
  background: url(../img/icon_tel01.png) no-repeat center;
  background-size: contain;
}

/* ------------------------
* 特別資料ダウンロード
*/
.ITsolShinan_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #210F40;
}

@media screen and (max-width: 767px) {
  .ITsolShinan_download {
    padding: 30px 5%;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_download {
    padding: 60px 0;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan_download-anc {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .ITsolShinan_download-anc:hover {
    opacity: 0.7;
  }
}

/* ------------------------
* コンタクト 固定表示
*/
/* ------------------------
* コンタクト fix
*/
.ITsolShinan .ITsol_contactFix {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateY(115%);
  transform: translateY(115%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .ITsolShinan .ITsol_contactFix {
    height: 60px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan .ITsol_contactFix {
    padding: 10px;
  }
}

.ITsolShinan .ITsol_contactFix.ITsol_btnFix {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  background-color: rgba(200, 200, 200, 0.8);
}

.ITsolShinan .ITsol_contactFix.ITsol_btnFix-out {
  -webkit-transform: translateY(115%);
  transform: translateY(115%);
}

@media screen and (max-width: 767px) {
  .ITsolShinan .ITsol_contactFix-head {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan .ITsol_contactFix-head {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

.ITsolShinan .ITsol_contactFix-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ITsolShinan .ITsol_contactFix-list li {
    width: 50%;
  }
}

.ITsolShinan .ITsol_contactFix--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .ITsolShinan .ITsol_contactFix--btn {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan .ITsol_contactFix--btn {
    width: 390px;
    border-radius: 4px;
    padding: 0 22px 0 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .ITsolShinan .ITsol_contactFix--btn:hover {
    opacity: 0.8;
  }
}

.ITsolShinan .ITsol_contactFix--btn::after,
.ITsolShinan .ITsol_contactFix--btn::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .ITsolShinan .ITsol_contactFix--btn::before {
    width: 36px;
    height: 36px;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan .ITsol_contactFix--btn::before {
    width: 40px;
    height: 40px;
  }
}

.ITsolShinan .ITsol_contactFix--btn::after {
  background-image: url(../img/icon_window02.png);
  width: 15px;
  height: 13px;
}

@media screen and (min-width: 768px) {
  .ITsolShinan .ITsol_contactFix--btn::after {
    margin-left: 13px;
  }
}

.ITsolShinan .ITsol_contactFix-txt {
  color: #fff;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ITsolShinan .ITsol_contactFix-txt {
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan .ITsol_contactFix-txt {
    font-size: 1.8rem;
  }
}

.ITsolShinan .ITsol_contactFix-download {
  background-color: #ED4176;
}

.ITsolShinan .ITsol_contactFix-download::before {
  background-image: url(../img/button_icon_catalog.png);
}

.ITsolShinan .ITsol_contactFix-inqu {
  background-color: #FF7600;
}

@media screen and (min-width: 768px) {
  .ITsolShinan .ITsol_contactFix-inqu {
    margin-left: 20px;
  }
}

.ITsolShinan .ITsol_contactFix-inqu::before {
  background-image: url(../img/button_icon_contact.png);
}

@media screen and (min-width: 768px) {

  .ITsolShinan .ITsol_contactFix.is-show,
  .ITsolShinan .ITsol_contactFix.is-show-2,
  .ITsolShinan .ITsol_contactFix.is-show-3,
  .ITsolShinan .ITsol_contactFix.is-show-4 {
    -webkit-transform: translateY(115%);
    transform: translateY(115%);
  }
}

/* ----------------------------------------
* コンタクト　共通 pcのみ
*/
@media screen and (max-width: 767px) {
  .ITsolShinan .ITsol_request {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan .ITsol_request {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    padding: 20px;
    background-color: #21A890;
    color: #fff;
  }

  .ITsolShinan .ITsol_request::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px solid #fff;
  }

  .ITsolShinan .ITsol_request-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }

  .ITsolShinan .ITsol_request_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }

  .ITsolShinan .ITsol_request_contact li~li {
    margin-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .ITsolShinan .ITsol_request-download {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .ITsolShinan .ITsol_request-download {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
    padding: 20px;
    background-color: #210F40;
    color: #fff;
  }

  .ITsolShinan .ITsol_request-download--anc {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .ITsolShinan .ITsol_request-download--anc:hover {
    opacity: 0.7;
  }
}

.buttonop :hover {
  opacity: 0.7;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.mb100-60 {
  margin-bottom: 60px !important;
}

@media screen and (min-width: 768px) {
  .mb100-60 {
    margin-bottom: 100px !important;
  }
}

.sec4_example-box {
  margin: 20px auto 0;
}

@media screen and (min-width: 768px) {
  .sec4_example-box {
    width: 80%;
  }
}

.mb80-60 {
  margin-bottom: 60px !important;
}

@media screen and (min-width: 768px) {
  .mb80-60 {
    margin-bottom: 80px !important;
  }
}る。