/*共通の導入の流れ*/

.ttl-shadow {
    position: relative;
    padding-top: 3rem;
    margin-bottom: 2rem;
    z-index: 1;
    font-size: 2.2rem;
    font-weight: bold;
    color: #333333
}
 
.ttl-shadow::before {
    position: absolute;
    bottom: 1.5rem;
    left: 0.5rem;
    z-index: -1;
    color: #D5EFEE;
    font-size: 3rem;
    line-height: 1;
    content: attr(data-number);
    pointer-events: none;
}

.nowrap{
     white-space:nowrap;
     text-align:center;
     padding:1em;
}

ul.list-disc {
    padding-left: 2rem;
    list-style-type: disc;
}

/*アコーディオン*/

.accordion-strat-div{
  margin:3rem 0;
}

.accordion-onsite {
   font-size: 2rem;
}

.accordion-open-div{
    background-color: #f8f8f8;
    padding: 0 0 3rem 3rem;
}

.accordion-onsite summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-left: 5px solid #07367f;
    background-color: #e6edf3;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-onsite summary::-webkit-details-marker {
    display: none;
}

.accordion-onsite 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-onsite[open] summary::after {
    transform: rotate(225deg);
}

.accordion-onsite p {
    transform: translateY(-10px);
    opacity: 0;
    transition: transform .5s, opacity .5s;
}
.accordion-onsite[open] p {
    transform: none;
    opacity: 1;
    padding-left: 15px;
}

.p-case-accordion-list-txt span {
  font-weight: bold; 
}

.p-case-accordion-list-ttl_onsite
 {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #fff;
    background-color: #07367f;
    display: inline-block;
    padding: 5px 10px;
    margin: 4rem 0 0 0;
}
.p-case-accordion-list-li-txt-onsite {
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  padding-left: 25px;
  background-image: url(/assets/images/service/operation/siteqc/icn_circle.png);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: top 1rem left;
}

/*PC画面*/

@media (min-width: 768px) {
.m-mh-h3k {
	color: #20516A;
	font-size: 24px;
	margin-bottom: 48px;
	line-height: 1.7;
	font-weight: normal;
}
.intro_wrap {
  margin: 80px 0;
}
.inr {
  width: 980px;
  height: 100%;
  margin: 5rem auto;
  text-align: center;
}

.intro_img {
  margin-bottom: 60px;
}
.intro_solution {
  color: #4788DC;
  font-size: 28px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 48px;
  line-height: 1.7;
}
.intro_solutionDetail {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}

.intro_solutionDetail span {
    color: #4788DC;
    font-size: 3.3rem;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    letter-spacing: 0.08em;
    font-weight: 500;
    background: linear-gradient(transparent 80%, #FFEE2F 70%);
}
/*INTRO:PC用デザイン：終了*/

.sp {
    display: none;
}

/*problem:PC用デザイン：開始*/
.problem_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.problem {
  position: relative;
  width: 230px;
  height: 230px;
  margin-bottom: 30px;
  border: solid 1px #EBEBEB;
  border-radius: 50%;
  box-sizing: border-box;
}
.problem_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #20516A;
  line-height: 1.7;
  white-space: nowrap;
  font-size: 2rem;
}
.m-mh-h4g {
     font-size: 2.2rem;
     line-height: 1.31818;
     letter-spacing: 0.1em;
     font-weight: 600;
     color: #07367f;
   }
.dd-indent {
     text-indent: -7.5rem;
     padding-left: 7.5rem;
}

.obs-ws {
   white-space:nowrap;
}

 .big_blue_font
 {
  color: #4788DC;
  font-size: 4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  margin-bottom: 3rem;
  line-height: 1.7;
  text-align: center;
    }

.m-subttl {
   display: inline-block;
   position: relative;
   margin: 3rem auto;
   font-size: 3rem;
    width: 1100px;
    text-align: center;
}

.m-subttl::before, .m-subttl::after {
    content: "";
    position: absolute;
    top: 65%;
    width: 45px;
    height: 2px;
    background-color: #333333;
}

.m-subttl::before {
    left: 15rem;
}

/*INTRO:PC用デザイン：終了*/

/*導入までの流れ*/
.stepDetail {
    display: flex;
}
.step_box {
    width: 250px;
    height: 240px;
    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_wide_box {
    width: 790px;
    height: 240px;
    margin-right: 2rem;
    padding: 2rem;
    border: solid 2px #4788DC;
    box-sizing: border-box;
}

.trial_img {
    width: 200px;
    text-align: center;
}

.wide_display {
  display: flex;
  width:400px;
  margin:1rem auto;
  align-items: center;
}
.wide_display img{
  width:200px;
  margin-right: 4rem;
}
/*導入までの流れここまで*/
}

/* table design layout by higuchi */

table.coloer-table-1{
  width: 100%;
  border-collapse: collapse;
}

table.coloer-table-1 th,table td{
  border:solid 1px white;
  text-align: center;
  padding: 20px 5px;
}

.bg-right-blue{
	background-color: #D8E6F0;
	padding: 20px 0;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.bg-mid-blue{
	background-color: #0070C0;
	color: white;
	padding: 20px 0;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	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;
}

.textalin-left{
	text-align: left;
}

.bg-orange {
	background-color: #FFC000;
	padding: 20px 0;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.font8 {
	font-size: 0.8em;
}
.font9   {
	font-size: 0.9em;
}
.problem_txt span
Specificity: (0,1,1)
 {
    font-size: 22px;
}

/*PCここまで*/

/*スマートフォン用デザイン*/
@media screen and (max-width: 767px){
.intro_wrap {
    margin: 10.4vw 0 11.7vw 0;
}
.inr {
    width: 89.6vw;
    margin: 3rem auto;
    text-align: center;
}
.m-mh-h3k {
	color: #20516A;
	font-size: 2rem;
	margin-bottom: 1rem;
	line-height: 1.7;
	font-weight: normal;
}

h3.m-mh-h3 {
    font-size: 4.2vw;
    margin-bottom: 6.5vw;
    line-height: 1.7;
}

.problem_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.problem {
  position: relative;
  width: 44vw;
  height: 44vw;
  margin-bottom: 4.6vw;
  border: solid 1px #EBEBEB;
  border-radius: 50%;
  box-sizing: border-box;
}
.problem_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #20516A;
  line-height: 1.7;
  white-space: nowrap;
  font-size: 1.6rem;
}

.intro_img {
    margin-bottom: 2rem;
}
.intro_solution {
  color: #4788DC;
  font-size: 4.2vw;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.7;
}
.intro_solutionDetail {
  font-size: 3.4vw;
  line-height: 1.7;
  text-align: center;
}
.intro_solutionDetail span {
    color: #4788DC;
    font-size: 3.8vw;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    letter-spacing: 0.08em;
    font-weight: 500;
    word-break: keep-all;
    background: linear-gradient(transparent 80%, #FFEE2F 70%);
}
.pc {
    display: none;
}
.sp {
    display: block;
}

.sp-nowrap{
  white-space:nowrap;
}
.sp-middle-cell{
  min-width:15rem;
}
.sp-wide-cell{
  min-width:25rem;
}
 .m-mh-h4g {
    font-size: 4.5vw;
    line-height: 1.31818;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #07367f;
	}
.dd-indent {
     text-indent: -7rem;
     padding-left: 7rem;
}

.obs-ws {
   white-space:normal;
}
.m-mh-h3k {
	color: #20516A;
	font-size: 2rem;
	margin-bottom: 1rem;
	line-height: 1.7;
	font-weight: normal;
}

h3.m-mh-h3 {
    font-size: 4.2vw;
    margin-bottom: 6.5vw;
    line-height: 1.7;
}

.problem_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.problem {
  position: relative;
  width: 44vw;
  height: 44vw;
  margin-bottom: 4.6vw;
  border: solid 1px #EBEBEB;
  border-radius: 50%;
  box-sizing: border-box;
}
.problem_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #20516A;
  line-height: 1.7;
  white-space: nowrap;
  font-size: 3vw;
}
.problem_txt span {
    font-size: 4.4vw;
}
.big_blue_font {
   color: #4788DC;
   font-size: 2rem;
   font-feature-settings: "palt";
   letter-spacing: 0.08rem;
   margin-bottom: 1rem;
   line-height: 1.7;
   text-align: center;
 }
.m-subttl {
  display: inline-block;
  position: relative;
  margin: 2vh auto;
  font-size: 3.6vw;
  text-align: center;
  width: 100%;
}

.m-subttl::before {
    left: 9vw;
}

 .m-subttl::before, .m-subttl::after {
    content: "";
    position: absolute;
    top: 65%;
    height: 2px;
    background-color: #333333;
    width: 6vw;
    }
/*導入までの流れ*/
.step_box {
    border: solid 2px #4788DC;
    display: flex;
    align-items: center;
    width: 100%;
    height: 14.3vw;
    margin: 0 0 1vh 0;
    padding: 2.9vw 0 2.5vw 2.1vw;
}
.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;
    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_img {
  width: 9.4vw;
  height: auto;
  margin: 0 0.5rem 0 7rem;
}
.step_wide_box {
    width:100%;
    height: 150px;
    padding: 2rem;
    border: solid 2px #4788DC;
    box-sizing: border-box;
}
.trial_img {
  width: 13vw;
  height: auto;
  margin: 0 0.5rem 0 7rem;
}
.wide_display {
  display: flex;
  margin:1.5rem auto;
 align-items: center;
}
.wide_display img{
  width: 15vw;
  margin-right: 2rem;
}
/*導入までの流れここまで*/
}