/* --------------------- 共通 pc --------------------- */

a{
  text-decoration: none;
}
#easycheckIndex h2{
  font-size: 210%;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
#easycheckIndex .h2_sub{
  font-size: 140%;
  font-weight: 600;
  color: #0e74c5;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.br-pc {
  display: none;
}

.img-sp {
  display: none;
}


@media all and (max-width: 840px)  {
/* --------------------- 共通 sp --------------------- */
#easycheckIndex h2{
  font-size: 160%;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
#easycheckIndex .h2_sub{
  font-size: 120%;
  font-weight: 600;
  color: #0e74c5;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  line-height: 1.2
}

.page_ttl_area img {
    max-height: 563px;
}
.br-pc {
  display: inherit;
}
.br-sp {
  display: none;
}

.img-sp {
  display: inherit;
}

}


/* --------------------- 業務⾃動化 カンタン診断 pc --------------------- */
#Introduction_wrap{
  padding: 110px 0 90px;
  background-color: #e5f3fa;
  position: relative;
  z-index: 0;
}
#Introduction_wrap:after{
  background: url(/_pack/img/easycheck_intro_back.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  z-index: 0;
}
#Introduction_wrap .introduction{
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
#Introduction_wrap .introduction .circle01 {
  position: absolute;
  top: 0;
  left:175px;
}
#Introduction_wrap .introduction .icon_person{
  text-align: center;
  margin-bottom: -16px;
  position: relative;
  z-index: 12;
}
#Introduction_wrap .introduction .icon_person img{
  width: 39px;
}
#Introduction_wrap .introduction .block_area {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 40px 0;
  border-radius: 10px;
}
#Introduction_wrap .introduction .block_area:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
  border: 12px solid transparent;
  border-top: 20px solid #fff;
}
#Introduction_wrap .introduction .block_area .block{
  width: 32%;
  text-align: center;
  padding:40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 3px;
}
#Introduction_wrap .introduction .block_area p {
  text-align: center;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- 業務⾃動化 カンタン診断 sp --------------------- */
#Introduction_wrap{
  padding: 80px 0 0;
  background-color: #e5f3fa;
  position: relative;
  z-index: 1;
}
#Introduction_wrap:after{
  background: initial;
  right: 0;
  position: absolute;
  top: 52px;
  content: "";
  width: 28%;
  height: 277px;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
#Introduction_wrap .introduction {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
#Introduction_wrap .introduction .circle01 {
  position: absolute;
  top: -42px;
  left:0;
  width: 20%;
}
#Introduction_wrap .introduction .icon_person{
  text-align: center;
  margin-bottom: -16px;
  position: relative;
  z-index: 12;
}
#Introduction_wrap .introduction .icon_person img{
  width: 13%;
}
#Introduction_wrap .introduction .block_area {
  display: inherit;
  flex-wrap: inherit;
  position: relative;
  z-index: 2;
}
#Introduction_wrap .introduction .block_area:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -17px;
  border: 18px solid transparent;
  border-top: 26px solid #fff;
}
#Introduction_wrap .introduction .block_area .block{
  width: 100%;
  text-align: center;
  padding:4% 2%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
#Introduction_wrap .introduction .block_area p {
  text-align: center;
}

.intro_back {
  position: relative;
  z-index: 0;
  margin-top: -16vw;
}
.intro_back img {
  width: 100%;
}

}



/* --------------------- そんな業務はありませんか？ pc--------------------- */
#State_wrap{
  position: relative;
  z-index: 0;
  padding: 60px 0;
  background-color: #fff;
}
#State_wrap .state{
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: -110px auto 0;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 50px 40px ;
  z-index: 1;
}
#State_wrap .state .desc01{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  color: #0892d6;
  margin-bottom: 50px;
}
#State_wrap .state .desc01 span{
  background: linear-gradient(transparent 90%, #0892d6 90%);
}
#State_wrap .state .desc02{
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  line-height: 2;
}
#State_wrap .state .benefit_main {
  width: 1000px;
  margin: 0 auto 40px;
  padding: 30px 0;
  background-color: #e5f3fa;
  border-radius: 3px;
  position: relative;
}
#State_wrap .state .benefit_main:before {
  background: url(../img/webexhibition/check_icon.png) no-repeat;
  left: 40px;
  position: absolute;
  top: -18px;
  content: "";
  width: 105px;
  height: 115px;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
#State_wrap .state .benefit_main p.txt1{
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
#State_wrap .state .benefit_main p.txt2{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
#State_wrap .state .benefit_main p.txt1 span{
  color: #0892d6;
  background: linear-gradient(transparent 90%, #0892d6 90%);
}
#State_wrap .state a.gotocheck {
  color: #fff;
  padding: 25px 0 25px 15px;
  font-weight: 400;
  font-size: 20px;
  margin: auto;
  background: #eda321 url(/_pack/img/easycheck_btn_arrow2.png) right 30px center no-repeat;
  background-size: 20px auto;
  display: block;
  width: 355px;
  text-align: center;
  transition: .3s;
}
#State_wrap .state a.gotocheck:hover {
  opacity: 0.7;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- そんな業務はありませんか？ sp--------------------- */
#State_wrap{
  padding: 40px 0;
}
#State_wrap .state {
  width: 90%;
  margin: -36vw auto 0;
  background-color: #fff;
  padding: 10% 4%;
  z-index: 1;
}
#State_wrap .state .desc01{
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  color: #0892d6;
  margin-bottom: 25px;
}
#State_wrap .state .desc02{
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  line-height: 2;
}
#State_wrap .state .benefit_main {
  width: 100%;
  margin: 0 auto 30px;
  padding: 20px 2% 20px 22%;
  background-color: #e5f3fa;
  border-radius: 3px;
  position: relative;
}
#State_wrap .state .benefit_main:before {
  background: url(/_pack/img/easycheck_check_icon.png) no-repeat;
  left: 2%;
  position: absolute;
  top: -8px;
  content: "";
  width: 100%;
  height: 18vw;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
#State_wrap .state .benefit_main p.txt1{
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 10px
}
#State_wrap .state .benefit_main p.txt2{
  font-size: 100%;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
#State_wrap .state .benefit_main p.txt1 span{
  color: #1177c7;
  background: linear-gradient(transparent 90%, #0892d6 90%);
}
#State_wrap .state a.gotocheck {
  color: #fff;
  padding: 20px 0;
  font-weight: 400;
  font-size: 16px;
  margin: auto;
  background: #eda321 url(../img/webexhibition/btn_arrow2.png) right 20px center no-repeat;
  background-size: 20px auto;
  display: block;
  width: 90%;
  text-align: center;
}


}



/* --------------------- 「業務⾃動化 カンタン診断」でわかること pc --------------------- */
#results_wrap{
  padding: 60px 0;
  background-color: #e5f3fa;
}
#results_wrap .results{
  width: 100%;
  max-width: 1100px;
  margin:  0 auto;
  position: relative;
}
#results_wrap .results .desc {
  font-size: 15px;
  line-height: 2;
  color:#000;
  text-align: center;
  margin-bottom: 40px;
}
#results_wrap .results ul {
  width: 900px;
  margin: 0 auto;
}

#results_wrap .results ul li {
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-weight: 400;
  align-items: center;
  background-color: #fff;
}
#results_wrap .results ul li .num{
  width: 10%;
  font-size: 36px;
  color: #fff;
  background-color: #118ad4;
  position: relative;
  font-style: oblique;
  font-weight: 700;
  text-align: center;
  padding: 25px 0;
}
#results_wrap .results ul li .txt {
  font-size: 20px;
  width: 90%;
  padding :0 4%;
  color: #118ad4;
  background-color: #fff;
  font-weight:500;
}
#results_wrap .results ul li .txt span {
  font-size: 16px;
  color: #000;
}
#results_wrap .results .cap {
  font-size: 24px;
  line-height: 2;
  color:#000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
#results_wrap .results .cap span {
  color: #1177c7;
  background: linear-gradient(transparent 90%, #0892d6 90%);
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- 「業務⾃動化 カンタン診断」でわかること sp --------------------- */
#results_wrap{
  padding: 40px 0;
}
#results_wrap .results {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #e5f3fa;
  padding: 0 4%;
}
#results_wrap .results .desc {
  font-size: 3.7vw;
  line-height: 2;
  color:#000;
  text-align: center;
  margin-bottom: 20px;
}
#results_wrap .results ul {
  width: 100%;
  margin: 0 auto;
}

#results_wrap .results ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom:20px;
  background-color: #fff;
  line-height: 1.4;
  font-weight: 400;
}
#results_wrap .results ul li .num{
  width: 14%;
  font-size: 8vw;
  color: #fff;
  background-color: #118ad4;
  position: relative;
  font-style: oblique;
  font-weight: 700;
  text-align: center;
  padding: 10vw 0;
}
#results_wrap .results ul li .txt {
  font-size: 4.7vw;
  width: 86%;
  padding :4%;
  color: #118ad4;
  background-color: #fff;
  line-height: 1.2;
  font-weight:500;
}
#results_wrap .results ul li .txt span {
  font-size: 3.2vw;
  color: #000;
}

#results_wrap .results .cap {
  font-size: 5vw;
  line-height: 2;
  color:#000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
#results_wrap .results .cap span {
  color: #1177c7;
  background: linear-gradient(transparent 90%, #0892d6 90%);
}

}




/* --------------------- 回答例 pc --------------------- */
#example_wrap{
  padding: 60px 0;
  background-color: #e5f3fa;
}
#example_wrap .example{
  width: 100%;
  max-width: 1100px;
  margin:  0 auto;
  position: relative;
}
#example_wrap .example .block {
  background-color: #fff;
  padding :50px 40px;
}
#example_wrap .example .block h3{
  color: #1177c7;
  font-size: 190%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
#example_wrap .example .block .item {
  margin-bottom: 40px;
}
#example_wrap .example .block .item .ttl {
  color: #1177c7;
  font-size: 24px;
  padding: 8px 20px;
  background-color: #f5f5f5;
  border-left: 6px solid #118ad4;
  margin-bottom: 30px;
  font-weight: 700;
}
#example_wrap .example .block .item .ttl span{
  color: #000;
  font-size: 18px;
}
#example_wrap .example .block .item .txt{
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 15px;
}
#example_wrap .example .block .item .indent{
  padding-left:1em;
  text-indent:-1em;
}
#example_wrap .example .block .item .txt:last-child {
  margin-bottom: 0;
}
#example_wrap .example .arrow {
  text-align: center;
  padding: 50px;
}
#example_wrap .example .block .topic {
  background-color: #118ad4;
  padding: 40px 30px;
  margin-top: 50px;
}
#example_wrap .example .block .topic .main_ttl {
  font-size: 180%;
  color: #fff;
  margin-bottom: 30px;
}
#example_wrap .example .block .topic .txt {
  color: #fff;
  margin-bottom: 40px;
}
#example_wrap .example .block .topic .topicblock {
  display: flex;
  flex-wrap: wrap;
}
#example_wrap .example .block .topic .topicblock .list {
  width: 48.5%;
  background-color: #fff;
  padding: 30px 20px;
}
#example_wrap .example .block .topic .topicblock .list:nth-child(1) {
  margin-right: 3%
}
#example_wrap .example .block .topic .topicblock .list .ttl {
  color: #118ad4;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
#example_wrap .example .block .topic .topicblock .list .desc {
  text-align: center;
  margin-bottom: 20px;
}
#example_wrap .example .block .topic .topicblock .list ul li {
  font-size: 17px;
  line-height: 1.5;
  padding-top: 20px;
  padding-left:1.5em;
  text-indent:-1.5em;
}
#example_wrap .example .block .topic .topicblock .list ul li span {
  color: #118ad4;
}
#example_wrap .example .block .topic .topicblock .list ul li:nth-child(-n+2) {
  padding-bottom: 20px;
  border-bottom: 4px solid #cce5f2;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- 回答例 sp --------------------- */
#example_wrap{
  padding: 40px 0;
}
#example_wrap .example {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #e5f3fa;
  padding: 0 4%;
}
#example_wrap .example .block {
  background-color: #fff;
  padding :8% 4%;
}
#example_wrap .example .block h3{
  color: #1177c7;
  font-size: 140%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
#example_wrap .example .block .item {
  margin-bottom: 25px;
}
#example_wrap .example .block .item .ttl {
  color: #1177c7;
  font-size: 18px;
  padding: 8px 20px 8px 12px;
  background-color: #f5f5f5;
  border-left: 6px solid #118ad4;
  margin-bottom: 15px;
  font-weight: 700;
}
#example_wrap .example .block .item .ttl span{
  color: #000;
  font-size: 14px;
}
#example_wrap .example .block .item .txt{
  color: #000;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 15px;
}
#example_wrap .example .block .item .indent{
  padding-left:1.7em;
  text-indent:-1.7em;
}
#example_wrap .example .block .item .indent2{
  padding-left:1em;
  text-indent:-1em;
}
#example_wrap .example .block .item .txt:last-child {
  margin-bottom: 0;
}
#example_wrap .example .arrow {
  text-align: center;
  padding: 20px;
}
#example_wrap .example .arrow img{
  width: 30%;
}
#example_wrap .example .block .topic {
  background-color: #118ad4;
  padding: 8% 5%;
  margin-top: 30px;
}
#example_wrap .example .block .topic .main_ttl {
  font-size: 180%;
  color: #fff;
  margin-bottom: 15px;
}
#example_wrap .example .block .topic .txt {
  color: #fff;
  margin-bottom: 20px;
}
#example_wrap .example .block .topic .topicblock {
  display: initial;
  flex-wrap: initial;
}
#example_wrap .example .block .topic .topicblock .list {
  width: 100%;
  background-color: #fff;
  padding: 8% 4%;
}
#example_wrap .example .block .topic .topicblock .list:nth-child(1) {
  margin-bottom: 6%;
}
#example_wrap .example .block .topic .topicblock .list .ttl {
  color: #118ad4;
  font-size: 6vw;
  text-align: center;
  margin-bottom: 15px;
}
#example_wrap .example .block .topic .topicblock .list .desc {
  text-align: center;
  margin-bottom: 10px;
  font-size: 90%;
  line-height: 1.4;
}
#example_wrap .example .block .topic .topicblock .list ul li {
  font-size: 105%;
  line-height: 1.5;
  padding-top: 15px;
  padding-left:1.5em;
  text-indent:-1.5em;
}
#example_wrap .example .block .topic .topicblock .list ul li span {
  color: #118ad4;
}
#example_wrap .example .block .topic .topicblock .list ul li:nth-child(-n+2) {
  padding-bottom: 15px;
  border-bottom: 4px solid #cce5f2;
}








}






/* --------------------- 「業務⾃動化 カンタン診断」の流れ pc --------------------- */
#flow_wrap{
  padding: 60px 0;
}
#flow_wrap .flow{
  width: 100%;
  max-width: 1100px;
  margin:  0 auto;
  position: relative;
}
#flow_wrap .flow ul {
  width: 1100px;
  margin: 0 auto 50px;
}

#flow_wrap .flow ul li {
  font-size: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  font-weight: 700;
  background-color: #cfe4f4;
}
#flow_wrap .flow ul li .num{
  width: 10%;
  font-size: 60px;
  color: #fff;
  background-color: #118ad4;
  padding:40px 0;
  font-style: oblique;
  font-weight: 700;
  text-align: center;

}
#flow_wrap .flow ul li .txt {
  width: 90%;
  padding: 2%;
  line-height: 1.2;
}
#flow_wrap .flow ul li .txt .note {
  font-size: 16px;
  font-weight: 500;
}

#flow_wrap .flow a.gotocheck {
  color: #fff;
  padding: 25px 0 25px 15px;
  font-weight: 400;
  font-size: 20px;
  margin: auto;
  background: #eda321 url(/_pack/img/easycheck_btn_arrow2.png) right 30px center no-repeat;
  background-size: 20px auto;
  display: block;
  width: 355px;
  text-align: center;
  transition: .3s;
}
#flow_wrap .flow a.gotocheck:hover {
  opacity: 0.7;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- 「業務⾃動化 カンタン診断」の流れ sp --------------------- */
#flow_wrap{
  padding: 40px 0;
}
#flow_wrap .flow {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 4%;
}
#flow_wrap .flow ul {
  width: 100%;
  margin: 0 auto 30px;
}

#flow_wrap .flow ul li {
  font-size: 4vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 700;
  background-color: #cfe4f4;
}
#flow_wrap .flow ul li .num{
  width: 18%;
  font-size: 8vw;
  color: #fff;
  background-color: #118ad4;
  padding: 10vw 10px 10vw 10px;
  margin-right: 2%;
  font-style: oblique;
  font-weight: 700;

}
#flow_wrap .flow ul li .txt {
  width: 76%;
  padding: 2%;
  line-height: 1.2;
  font-style: 105%;

}
#flow_wrap .flow ul li .txt .note {
  font-size: 3.2vw;
  font-weight: normal;
}

#flow_wrap .flow a.gotocheck {
  color: #fff;
  padding: 20px 0;
  font-weight: 400;
  font-size: 16px;
  margin: auto;
  background: #eda321 url(/_pack/img/easycheck_btn_arrow2.png) right 20px center no-repeat;
  background-size: 20px auto;
  display: block;
  width: 90%;
  text-align: center;
}

}




/* --------------------- satoriフォーム pc--------------------- */
#Satori_wrap {
  width: 1100px;
  margin: 0 auto;
  padding-top: 0;
  position: relative;
}
#Satori_wrap select {
  text-align: left;
  display: block;
}
#Satori_wrap .circle02 {
  position: absolute;
  top: -25px;
  left: 340px;
}
/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- satoriフォーム sp --------------------- */
#Satori_wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 4% 0;
}
#Satori_wrap .circle02 {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 15%;
}


}















