/* 前歴はe-mail securityのCSSを使用 */

.p-solution-customize-list {
  margin-top: 0;
  width: 100%; }

.p-solution-customize-list-txt {
  background-position: top 9px left; }

.p-solution-service-table-td-txt.p-center {
  text-align: center;
  padding: 0; }

/*PC・レスポンシブ対応共通*/

/*キャッチコピー*/
.slogan{
  font-size: 3rem;
  line-height: 1.3;
  color: #07367f;
  font-weight: 500;
  margin-top: 5rem;
  text-align: center;
}
/*キャッチコピーここまで*/

/*ボタン*/

.btn-flexbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  max-width: 900px;
}

a.btn-yellow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background-color: #FFEE2F;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 2rem;
  letter-spacing: 0.2rem;
  min-width: 140px;
  min-height: 140px;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 0 #FFEE2F;
  box-shadow: 0 5px 0 #e6d900;
  margin: 2rem 1rem;
  cursor: pointer;
}

a.btn-yellow:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

a.btn-yellow span{
  border-bottom: dotted 4px #333;
}


/*ボタンここまで*/

/* テーブル部分 */

table.coloer-table-1{
  width: 100%;
  border-collapse: collapse;
  margin-top:3rem;
}

table.coloer-table-1 th,table td{
  border:solid 1px white;
  text-align: center;
  padding: 20px 5px;
}

.bg-right-blue{
  background-color: #D8E6F0;
  vertical-align: middle;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  min-width: 11rem;
}

.bg-mid-blue{
  background-color: #0070C0;
  color: white;
  vertical-align: middle;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  min-width: 11rem;
}

.bg-deep-blue{
  background-color: #002060;
  color: white;
  vertical-align: middle;
  font-size: 1.7rem;
  line-height: 1.41176;
  letter-spacing: 0.05em;
  font-weight: 500;
  min-width: 10rem;
}
.txt-cell {
  border-bottom: 2px solid #FFFFFF;
  background-color: #F2F2F2;
  vertical-align: middle;
  padding: 20px;
  font-size: 1.5rem;
  line-height: 1.33333;
  letter-spacing: 0.05em;
}

/* テーブル部分ここまで */

.flow-txt{
  font-size: 1.8rem;
  line-height: 1.33333;
  letter-spacing: 0.1em;
  margin-top:2rem;
}

/* ボックス部分 */
.blue-box {
    padding: 1rem;
    margin: 2rem 0;
    border: double 5px #2585c4;
}

/* ボックス部分ここまで(中のpはレスポンシブ対応) */

/* chaeckの画像部分*/

.check_position {
  position: relative;
  }

/* chaeckの文字部分ここまで(文字のポジションはそれぞれのレスポンシブ対応へ)*/

/*h4見出し*/
.h4-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  padding: 1rem;
  width: 250px;
  background: -webkit-linear-gradient(#4788DC 50%, #2585c4 50%);
  background: linear-gradient(#4788DC 50%, #2585c4 50%);
  margin: 2rem 0;
}

.h4-ttl-p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin: 1.5rem;
}

/*h4見出しここまで*/

/*PC・レスポンシブ対応共通ここまで*/

@media screen and (min-width: 768px) {

/* ページ内リンク位置調整 */
.anchor {
    padding-top: 140px;
    margin-top: -140px;
}

/*アコーディオン*/

.accordion-strat-div{
  margin:3rem 0;
}

.accordion {
   font-size: 2rem;
}

.accordion-open-div{
    background-color: #f8f8f8;
    padding: 0 0 3rem 3rem;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1rem 2rem;
    border-left: 5px solid #07367f;
    background-color: #e6edf3;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #b6bdc3;
    border-right: 3px solid #b6bdc3;
    content: '';
    transition: transform .3s;
}

.accordion[open] summary::after {
    transform: rotate(225deg);
}

.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    transition: transform .5s, opacity .5s;
}
.accordion[open] p {
    transform: none;
    opacity: 1;
    padding-left: 15px;
}
/*アコーディオンここまで*/

/*3つの特徴*/
.ol-point {
    counter-reset: li;
    margin-top: 2rem;
}

.ol-point li {
    align-items: center;
    padding: 1rem;
    font-size: 2rem;
    color: #07367f;
    letter-spacing: 0.2em;
}

.ol-point li::before {
    display: inline-block;
    min-width: 3rem;
    margin-right: 1rem;
    border-radius: 50%;
    background-color: #eee;
    color: #333;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 3rem;
    letter-spacing: 0;
    text-align: center;
    content: counter(li);
    counter-increment: li;
}

.ol-point p {
    font-size: 1.8rem;
    color: #333;
    letter-spacing:0.1rem;
    padding-left: 4rem;
    line-height: 1.5;
}

.ol-point div {
    margin: 1rem 0 0 1rem;
}

/*アワード受賞歴のインデント*/
.ol-point .award {
    padding-left: 11rem;
    text-indent: -7.3rem;
}

/*3つの特徴ここまで*/

/* ボックス部分文字ここまで*/
.blue-box p {
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0.1rem;
    margin: 1rem;
    font-weight: 500;
}
/* ボックス部分文字ここまで */

/* 青文字、黄色下線、中央揃え */
 .intro_solutionDetail {
   font-size: 2rem;
   line-height: 1.7;
   text-align: center;
   margin-top: 2rem;
  }
 .intro_solutionDetail-blue {
   color: #4788DC;
   font-size: 3.3rem;
   font-weight: 400;
   letter-spacing: 0.08em;
   font-weight: 500;
   background: linear-gradient(transparent 80%, #FFEE2F 70%);
 }
/* 青文字、黄色下線、中央揃え、ここまで */

/*横並び・縦並び */
  .div-flex-pc {
    display: flex;
    margin: 2rem;
    justify-content:center;
    align-items: center;
    }
  .div-flex-pc img {
    margin: 3rem;
  }
/* CTCSのAzureオペレーションサービス3つの特徴ここまで */

/*導入までの流れ*/
.stepDetail {
    display: flex;
    margin-top:3rem;
}
.step_box {
    width: 250px;
    height: 300px;
    margin-right: 2rem;
    padding: 2rem;
    border: solid 2px #4788DC;
    box-sizing: border-box;
}

.step {
    display: inline-block;
    width: 100%;
    line-height: 2rem;
    border-radius: 1.8rem;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-align: center;
    font-feature-settings: "palt";
}

.step_title {
    margin-bottom: 20px;
    color: #0277EF;
    font-size: 2rem;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    font-weight: 500;
    text-align: center;
}

.step_img {
    width: 80px;
    margin: 1rem auto;
}

.step_cap{
    list-style: disc;
    font-size: 1.5rem;
    line-height: 1.7;
    padding-left: 3rem;
    white-space: nowrap;
}

.step_p{
    font-size: 1.5rem;
    line-height: 1.7;
}

/*導入までの流れここまで*/

/* checkの文字部分*/

.check_position p {
    position: absolute;
    font-weight: 600;
    top: 5rem;
    left: 37rem;
    font-size: 2.4rem;
  }

/* checkの文字部分ここまで*/

}

@media screen and (max-width: 767px) {
  .p-solution-customize-wrap.p-feature {
    margin-top: 6.66667vw; }

  .p-solution-customize-list {
    margin-top: 6.66667vw; 
  }

  .p-solution-customize-list-txt {
    background-position: left top 2vw; 
  }

  .p-solution-service-table {
    width: 146.66667vw; 
} 

/* ページ内リンク位置調整 */
.anchor {
    padding-top: 70px;
    margin-top:-70px;
}

/*アコーディオン*/

.accordion-strat-div{
  margin:3rem 0;
}

.accordion {
   font-size: 1.4rem;
}

.accordion-open-div{
    background-color: #f8f8f8;
    padding: 0 0 3rem 3rem;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1rem;
    border-left: 5px solid #07367f;
    background-color: #e6edf3;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #b6bdc3;
    border-right: 3px solid #b6bdc3;
    content: '';
    transition: transform .3s;
}

.accordion[open] summary::after {
    transform: rotate(225deg);
}

.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    transition: transform .5s, opacity .5s;
}
.accordion[open] p {
    transform: none;
    opacity: 1;
    padding-left: 1.2rem;
    font-size: 1.2rem;
    margin-top: 2rem;
    letter-spacing: 0.2rem;
}
/*アコーディオンここまで*/

/*3つの特徴*/
.ol-point {
    counter-reset: li;
    margin-top: 1rem;
}

.ol-point li {
    align-items: center;
    padding: 1rem 0rem 1rem 1rem;
    font-size: 1.5rem;
    color: #07367f;
    letter-spacing: 0.1rem;
}

.ol-point li::before {
    display: inline-block;
    min-width: 2rem;
    margin-right: 0.5rem;
    border-radius: 50%;
    background-color: #eee;
    color: #333;
    font-weight: bold;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0;
    text-align: center;
    content: counter(li);
    counter-increment: li;
}

.ol-point p {
    font-size: 1.3rem;
    color: #333;
    letter-spacing:0.1rem;
    line-height: 1.2;
}

.ol-point div {
    margin: 1rem 0 0 1rem;
}

/*3つの特徴ここまで*/

/* ボックス部分文字ここまで*/
.blue-box p {
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0.1rem;
    font-weight: 500;
}
/* ボックス部分文字ここまで */

/* 青文字、黄色下線、中央揃え */
 .intro_solutionDetail {
   font-size: 1.5rem;
   line-height: 1.7;
   margin-top: 2rem;
  }
 .intro_solutionDetail-blue {
   color: #4788DC;
   font-size: 1.8rem;
   font-weight: 400;
   letter-spacing: 0.08em;
   font-weight: 500;
   background: linear-gradient(transparent 80%, #FFEE2F 70%);
 }
/* 青文字、黄色下線、中央揃え、ここまで */

/* CTCSのAzureオペレーションサービス3つの特徴 */
.div-flex-pc {
    display: block;
    margin: 2rem auto;
    width: 90%;
    }
 .div-flex-pc img {
    display: block;
    margin: 1.5rem auto;
    }
.div-block
 {
    padding: 1rem;
}
/* CTCSのAzureオペレーションサービス3つの特徴ここまで */
/*導入までの流れ*/

.stepDetail {
    margin-top: 3rem;
}
.step_box {
    border: solid 2px #4788DC;
    display: flex;
    align-items: center;
    width: 100%;
    height: 11rem;
    margin: 0 0 1rem 0;
    padding: 0 1rem;
}
.step {
    font-feature-settings: "palt";
    font-weight: 400;
    letter-spacing: 0.01rem;
    width: 18.2vw;
    border-radius: 2.6vw;
    font-size: 1.4rem;
    line-height: 1.3;
    white-space: nowrap;
    padding: 0.3em;
}

.step_title {
    display: inline-block;
    color: #0277EF;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    letter-spacing: 0.08em;
    font-weight: 500;
    width: 20.4vw;
    line-height: 1.2;
    margin: 0 3.4vw 0 0;
    font-size: 3.4vw;
    white-space: nowrap;
}
.step_cap {
  font-size: 1.2rem;
  line-height: 1.3;
  list-style-type: disc;
  padding-left: 2rem;
}
.step_p {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 3rem;
}
.step_img {
  width: 10rem;
  text-align: center;
}

.step_img img{
  width: 5rem;
}

/*導入までの流れここまで*/

/* checkの文字部分*/
.check_position p{
    position: absolute;
    font-weight: 600;
    top: 1rem;
    left: 9rem;
    font-size: 1.9rem;
    line-height: 1.1;
}
/* checkの文字部分ここまで*/


}
