/* --------------------- 共通 pc --------------------- */
#ContentsWrap {
  padding-bottom: 0;
}
a{
  text-decoration: none;
}
#OptionIndex h2{
  font-size: 210%;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
#OptionIndex .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;
}
.function_name {
  color: #3777c1;
  font-weight: 700;
  font-size: 20px;
  padding:18px 0;
  border:3px solid #3777c1;
  display: table;
  min-width: 300px;
  text-align: center;
  margin:0 auto 35px;
  background-color: #fff;
}
@media all and (max-width: 840px)  {
/* --------------------- 共通 sp --------------------- */
#OptionIndex h2{
  font-size: 160%;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
#OptionIndex .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;
}
.function_name {
  color: #3777c1;
  font-weight: 700;
  font-size: 16px;
  padding:15px 0;
  border:3px solid #3777c1;
  display: table;
  min-width: 70%;
  text-align: center;
  margin:0 auto 35px;
  background-color: #fff;
}
}




/* --------------------- はじめに pc --------------------- */
#introduction_wrap{
  padding:110px 0 80px;
  background-image: url(/_pack/img/option_back.jpg);
  background-size: cover;
}
#introduction_wrap .introduction{
  width: 100%;
  max-width: 1200px;
  margin:  0 auto;
  position: relative;
}
#introduction_wrap .introduction .desc {
  font-size: 15px;
  line-height: 2;
  color:#000;
  text-align: center;
  margin-bottom: 40px;
}
#introduction_wrap .introduction .cap {
  font-size: 24px;
  line-height: 2;
  color:#000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
#introduction_wrap .introduction .cap span {
  color: #1177c7;
  background: linear-gradient(transparent 90%, #0892d6 90%);
}
#introduction_wrap .introduction a.toschedule {
  color: #fff;
  padding: 25px 0 25px 15px;
  font-weight: 400;
  font-size: 20px;
  margin: auto;
  background: #eda321 url(/_pack/img/option_btn_arrow.png) right 30px center no-repeat;
  background-size: 10px auto;
  display: block;
  width: 355px;
  text-align: center;
  transition: .3s;
}
#introduction_wrap .introduction a.toschedule:hover {
  opacity: 0.7;
}
#introduction_wrap .btn_wrap {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:0 auto 50px;
}
#introduction_wrap .btn_wrap a {
  color: #3777c1;
  padding: 25px 0 25px 15px;
  font-weight: 700;
  font-size: 28px;
  margin: auto;
  background: #fff url(/_pack/img/option_btn_arrow2.png) right 30px center no-repeat;
  background-size: 18px auto;
  display: block;
  width: 530px;
  text-align: center;
  transition: .3s;
  border:4px solid #3777c1;
}
#introduction_wrap .btn_wrap a:hover {
  opacity: 0.7;
}
#introduction_wrap .btn_wrap a span {
  font-size: 20px;
  font-weight: 400;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- はじめに sp --------------------- */
#introduction_wrap{
  padding: 80px 0 40px;
  background-image: url(/_pack/img/option_back.jpg);
  background-size: cover;
}
#introduction_wrap .introduction {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 4%;
}
#introduction_wrap .introduction .desc {
  font-size: 3.7vw;
  line-height: 2;
  color:#000;
  text-align: center;
  margin-bottom: 20px;
}
#introduction_wrap .introduction .cap {
  font-size: 5vw;
  line-height: 2;
  color:#000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
#introduction_wrap .introduction .cap span {
  color: #1177c7;
  background: linear-gradient(transparent 90%, #0892d6 90%);
}
#introduction_wrap .introduction a.toschedule {
  color: #fff;
  padding: 20px 0;
  font-weight: 400;
  font-size: 16px;
  margin: auto;
  background: #eda321 url(/_pack/img/option_btn_arrow.png) right 20px center no-repeat;
  background-size: 10px auto;
  display: block;
  width: 90%;
  text-align: center;
}


#introduction_wrap .btn_wrap {
  width: 100%;
  display: inherit;
  margin:0 auto 40px;
}
#introduction_wrap .btn_wrap a {
  color: #3777c1;
  padding: 20px 0;
  font-weight: 700;
  font-size: 20px;
  margin: auto;
  background: #fff url(/_pack/img/option_btn_arrow2.png) right 20px center no-repeat;
  background-size: 18px auto;
  display: block;
  width: 100%;
  text-align: center;
  border:4px solid #3777c1;
}
#introduction_wrap .btn_wrap a span {
  font-size: 16px;
  font-weight: 400;
}


}






/* --------------------- ブラウザでの操作に特化した2つの機能 pc --------------------- */
#function_wrap{
  padding: 80px 0 ;
  position: relative;
}
#function_wrap .function{
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}
#function_wrap .function .desc {
  margin-bottom: 40px;
}
#function_wrap .function .block_area {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
    position: relative;
  z-index: 2;
}
#function_wrap .function .block_area .block{
  width: 48%;
  text-align: center;
  padding:40px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  background-color: #f3f8fa;
  border-radius: 3px;
}
#function_wrap .function .block_area .block p {
  text-align: center;
}
#function_wrap .function .block_area .block:nth-child(-n+1){
  margin-right: 2%
}
#function_wrap .function .block_area .block .ttl01{
  color: #cbeaf2;
  font-weight: bold;
  margin-bottom: 30px;
}
#function_wrap .function .block_area .block .ttl01 .en{
  font-size: 38px;
  font-style: oblique;
}
#function_wrap .function .block_area .block .ttl01 .num{
  font-size: 60px;
  font-style: oblique;
}
#function_wrap .function .block_area .block .ttl02{
  color: #00a3d8;
  font-size: 27px;
  margin-bottom: 30px;
  font-weight: bold;
}
#function_wrap .function .block_area .block .txt{
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.8;
  color: #333;
}
#function_wrap .function .block_area .block .btn img{
  width: 48px;
}
#function_wrap .function .block_area .block:hover{
  opacity: 0.8;
}
a.anchor {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
    clear: both;
}
/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- ブラウザでの操作に特化した2つの機能 sp --------------------- */
#function_wrap{
  padding: 40px 0;
  position: relative;
}
#function_wrap .function {
    width: 90%;
    margin: 0 auto;
}
#function_wrap .function .desc {
  margin-bottom: 30px;
}
#function_wrap .function .block_area {
  display: inherit;
  flex-wrap: inherit;
  position: relative;
  z-index: 2;
}
#function_wrap .function .block_area .block{
  width: 100%;
  text-align: center;
  padding:4% 2%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  display: block;
}
#function_wrap .function .block_area .block p {
  text-align: center;
}
#function_wrap .function .block_area .block:nth-of-type(-n+1) {
  margin-bottom: 5%
}
#function_wrap .function .block_area .block .ttl01{
  color: #cbeaf2;
  font-weight: bold;
  margin-bottom: 10px;
}
#function_wrap .function .block_area .block .ttl01 .en{
  font-size: 5vw;
  font-style: oblique;
}
#function_wrap .function .block_area .block .ttl01 .num{
  font-size: 7.2vw;
  font-style: oblique;
}
#function_wrap .function .block_area .block .ttl02{
  color: #00a3d8;
  font-size: 5vw;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: bold;
}
#function_wrap .function .block_area .block .txt{
  font-size: 3.7vw;
  margin-bottom: 10px;
  line-height: 1.8;
  color: #333;
}
#function_wrap .function .block_area .block .btn img{
  width: 12%;
}

}









/* --------------------- 2大機能 pc --------------------- */
#functiondetails_wrap{
  padding: 60px 0;
  background-color: #e5f3fa;
}
#functiondetails_wrap .functiondetails{
  width: 100%;
  max-width: 1200px;
  margin:  0 auto;
  position: relative;
}
#functiondetails_wrap .functiondetails #functiondetails01 {
  margin-bottom: 50px;
}

#functiondetails_wrap .functiondetails .functiondetails_main {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 40px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  position: relative;
}
#functiondetails_wrap .functiondetails .functiondetails_main h2 {
  color: #0b91d9;
}
#functiondetails_wrap .functiondetails .functiondetails_main p.cap{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-color: #f2f8fb;
  padding: 30px 0;
  margin-bottom :40px;
}
#functiondetails_wrap .functiondetails .functiondetails_main p.cap span{
  color: #1177c7;
  background: linear-gradient(transparent 90%, #0892d6 90%);
}
#functiondetails_wrap .functiondetails .functiondetails_main img {
  margin-bottom :40px;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- 2大機能 sp --------------------- */
#functiondetails_wrap{
  padding: 40px 0;
  background-color: #e5f3fa;
}
#functiondetails_wrap .functiondetails {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 4%;
}
#functiondetails_wrap .functiondetails #functiondetails01 {
  margin-bottom: 20px;
}
#functiondetails_wrap .functiondetails .functiondetails_main {
  width: 100%;
  margin: 0 auto;
  padding: 30px 4%;
  background-color: #fff;
 box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  position: relative;
}
#functiondetails_wrap .functiondetails .functiondetails_main p.cap{
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  padding: 30px 4%;
  margin-bottom :20px;
}
#functiondetails_wrap .functiondetails .functiondetails_main p.cap span{
  color: #1177c7;
  background: linear-gradient(transparent 90%, #0892d6 90%);
}
#functiondetails_wrap .functiondetails .functiondetails_main img {
  margin-bottom :20px;
}


}




/* --------------------- お客様の声を形にしたRPA 「ロボパット」 pc --------------------- */
#voice_wrap{
  padding: 60px 0;
}
#voice_wrap .voice{
  width: 100%;
  max-width: 1100px;
  margin:  0 auto;
  position: relative;
}
#voice_wrap .voice .block_area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#voice_wrap .voice .block_area .block{
  width: 48%;
  background-color: #0b91d9;
  border-radius: 5px;
  text-align: center;
  padding: 50px 40px 0 40px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
#voice_wrap .voice .block_area .block img {
  width: 100%;
}
#voice_wrap .voice .block_area .block:nth-child(1) {
  margin-right: 4%;
}
#voice_wrap .voice .txt {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  font-weight: normal;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- お客様の声を形にしたRPA 「ロボパット」 sp --------------------- */
#voice_wrap{
  padding: 40px 0;
}
#voice_wrap .voice {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 4%;
}
#voice_wrap .voice .block_area {
  display: inherit;
  flex-wrap: inherit;
  margin-bottom: 20px;
}
#voice_wrap .voice .block_area .block{
  width: 100%;
  background-color: #0b91d9;
  border-radius: 5px;
  text-align: center;
  padding: 6% 4% 0 6%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
#voice_wrap .voice .block_area .block img {
  width: 100%;
}
#voice_wrap .voice .block_area .block:nth-child(1) {
  margin-right: 0;
  margin-bottom: 20px;
}
#voice_wrap .voice .txt {
  font-size: 3.7vw;
  line-height: 1.8;
  text-align: center;
  font-weight: normal;
}


}




/* --------------------- 終わり pc --------------------- */
#conclusion_wrap{
  padding:80px 0;
  background-image: url(/_pack/img/option_back.jpg);
  background-size: cover;
}
#conclusion_wrap .conclusion{
  width: 100%;
  max-width: 1200px;
  margin:  0 auto;
  position: relative;
}
#conclusion_wrap .conclusion .cap {
  font-size: 24px;
  line-height: 2;
  color:#000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
#conclusion_wrap .conclusion .cap span {
  color: #1177c7;
  background: linear-gradient(transparent 90%, #0892d6 90%);
}
#conclusion_wrap .conclusion a.toschedule {
  color: #fff;
  padding: 25px 0 25px 15px;
  font-weight: 400;
  font-size: 20px;
  margin: auto;
  background: #eda321 url(/_pack/img/option_btn_arrow.png) right 30px center no-repeat;
  background-size: 10px auto;
  display: block;
  width: 355px;
  text-align: center;
  transition: .3s;
}
#conclusion_wrap .conclusion a.toschedule:hover {
  opacity: 0.7;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- 終わり sp --------------------- */
#conclusion_wrap{
  padding: 40px 0;
  background-image: url(/_pack/img/option_back.jpg);
  background-size: cover;
}
#conclusion_wrap .conclusion {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 4%;
}
#conclusion_wrap .conclusion .cap {
  font-size: 5vw;
  line-height: 2;
  color:#000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
#conclusion_wrap .conclusion .cap span {
  color: #1177c7;
  background: linear-gradient(transparent 90%, #0892d6 90%);
}
#conclusion_wrap .conclusion a.toschedule {
  color: #fff;
  padding: 20px 0;
  font-weight: 400;
  font-size: 16px;
  margin: auto;
  background: #eda321 url(/_pack/img/option_btn_arrow.png) right 20px center no-repeat;
  background-size: 10px auto;
  display: block;
  width: 90%;
  text-align: center;
}
}










/* // itemWrap_7 //
----------------------------------------------- */
#OptionContents .itemWrap_7 {
  border:9px solid #EDEDED;
  padding:0px;
  background-color:#FFF;
  margin-bottom:50px;
}
#OptionContents .itemWrap_7 .inner{
  padding:9px;
}
#OptionContents .ttl_7_A{
  width: 100%;
  text-align: center;
  background-color: #f0f5f8;
  padding: 5px;
}
#OptionContents .ttl_7_B{
  width: 100%;
  text-align: center;
  background-color: #3777C1;
  color: #FFF;
  padding: 5px;
}
#OptionContents .itemWrap_7 .contactItemWrapA .item{
  background-color: #FFF;
  margin-bottom: 0px;
}
#OptionContents .itemWrap_7 .TxArea{
  background-color: #f5f5f5;
  padding: 10px 20px;
  width: 80%;
  margin: auto;
}
#OptionContents .itemWrap_7 .priceList{
  padding: 10px 50px 30px;
}
#OptionContents .itemWrap_7 .priceList span:first-child{
  width: auto;
  min-width: 25%;
  display: inline-table;
}
#OptionContents .itemWrap_7 .bdgray{
  /*border-bottom: 1px solid #EDEDED;*/
}
#OptionContents .contactItemWrap_7{
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: calc(100% + 35px);
}
#OptionContents .contactItemWrap_7 .item {
  width: calc(100% / 2 - 35px - 0.1px);
  margin-right: 35px;
  margin-bottom: 35px;
  background-color: #F8F8F8;
  position: relative;
  line-height: 1;
  box-shadow: 4px 4px 0px #D0D9E0;
}
#OptionContents .contactItemWrap_7 img{
  width: 100%;
}
@media screen and (max-width: 840px)  {
#OptionContents .contactItemWrap_7{
  width: calc(100% + 10px);
}

#OptionContents .contactItemWrap_7 .item {
  width: calc(100% / 1 - 10px);
  margin-right: 10px;
}
#OptionContents .itemWrap_7 .contactItemWrapA .item{
    width: calc(100% / 1 - 10px);
}
#OptionContents .itemWrap_7 .contactItemWrapA .item img{
  width: auto;
}
#OptionContents .itemWrap_7 .priceList{
  padding: 10px;
}
#OptionContents .itemWrap_7 .TxArea{
    width: 100%;
}
#OptionContents .itemWrap_7 .priceList span:first-child{
  display: block;
}
#Support_06 .sphtxL8{
  font-size: 160%;
}
}

























