/* --------------------- 共通 pc --------------------- */
#ContentsWrap {
  padding-bottom: 0;
}
a{
  text-decoration: none;
}
#OcrIndex h2{
  font-size: 210%;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 36px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
#OcrIndex h2 img {
  vertical-align: middle;
}
#OcrIndex .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;
}

.htxA {
    line-height: 1.5;
    font-size: 210%;
    font-weight: 600;
    text-align: center;
    margin-bottom: 36px;
}
.htxA .wrap {
    display: inline-block;
    position: relative;
    padding: 0 15px 5px;
}
.htxA .wrap .tx {
    position: relative;
    z-index: 10;
}
.htxA .wrap:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 20px;
    background-color: #C2DDEF;
    left: 0px;
    bottom: 1px;
    z-index: 5;
}


@media all and (max-width: 840px)  {
/* --------------------- 共通 sp --------------------- */
#OcrIndex h2{
  font-size: 170%;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 22px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
#OcrIndex h2 img {
  width: 50%;
}
#OcrIndex .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;
}

.htxA {
    font-size: 170%;
    margin-bottom: 22px;
}
.htxA .wrap {
    display: inline-block;
    position: relative;
    padding: 0 15px 5px;
}
.htxA .wrap .tx {
    position: relative;
    z-index: 10;
}
.htxA .wrap:after {
    height: 15px;
    bottom: 4px;
}

}


/* --------------------- Pat-OCRを提供開始します pc --------------------- */
#introduction_wrap{
  padding:100px 0 160px;
  background-color:#f2f8fb;
  background-size: cover;
}
#introduction_wrap .introduction{
  width: 100%;
  max-width: 1100px;
  margin:  0 auto;
  position: relative;
}

#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 .block_area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#introduction_wrap .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);
}
#introduction_wrap .block_area .block img {
  width: 100%;
}
#introduction_wrap .block_area .block:nth-child(1) {
  margin-right: 4%;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- Pat-OCRを提供開始します sp --------------------- */
#introduction_wrap{
  padding: 80px 0 160px;
  background-color:#f2f8fb;
  background-size: cover;
}
#introduction_wrap .introduction {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 4%;
}

#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 .block_area {
  display: inherit;
  flex-wrap: inherit;
  margin-bottom: 20px;
}
#introduction_wrap .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);
}
#introduction_wrap .block_area .block img {
  width: 100%;
}
#introduction_wrap .block_area .block:nth-child(1) {
  margin-right: 0;
  margin-bottom: 20px;
}

}





/* --------------------- そもそもOCRとは pc--------------------- */
#background_wrap{
  padding: 60px 0;
  background-color: #fff;
}
#background_wrap .background{
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: -150px auto 0;
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 70px 40px ;
}
#background_wrap .background:before {
  background: url(../_pack/img/ocr/background_img02.png) no-repeat;
  right: 0;
  position: absolute;
  top: 0;
  content: "";
  width: 230px;
  height: 210px;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
#background_wrap .background:after {
  background: url(../_pack/img/ocr/background_img01.png) no-repeat;
  left: 0;
  position: absolute;
  bottom: 0;
  content: "";
  width: 230px;
  height: 210px;
  display: inline-block;
  background-size: contain;
  z-index: 1;
  transform: scale(1, -1);
}
#background_wrap .background .desc02{
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  line-height: 2;
}
  #background_wrap .background .desc02:not(:last-child){
    margin-bottom: 40px;
  }
#background_wrap .background .desc02 span{
  color: #004c80;
  font-weight: bold;
  color: #0892d6;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- そもそもOCRとは sp--------------------- */
#background_wrap{
  padding: 40px 0 0;
}
#background_wrap .background {
  width: 90%;
  margin: -150px auto 0;
  position: relative;
  background-color: #fff;
  padding: 10% 4%;
}
#background_wrap .background:before {
  background: url(../_pack/img/ocr/background_img02.png) no-repeat;
  right: 0;
  position: absolute;
  top: 0;
  content: "";
  width: 55%;
  height: 210px;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
#background_wrap .background:after {
  background: url(../_pack/img/ocr/background_img01.png) no-repeat;
  left: 0;
  position: absolute;
  bottom: 0;
  content: "";
  width: 55%;
  height: 210px;
  display: inline-block;
  background-size: contain;
  z-index: 1;
  transform: scale(1, -1);
}

#background_wrap .background .desc02{
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  line-height: 2;
}
  #background_wrap .background .desc02:not(:last-child){
    margin-bottom: 25px;
  }
#background_wrap .background .desc02 span{
  color: #004c80;
  font-weight: bold;
  color: #0892d6;
}

}





/* --------------------- Pat-OCRの特徴 pc --------------------- */
#Feature_wrap{
  padding: 80px 0;
  background-color: #e5f3fa;
  position: relative;
  z-index: -1;
}
#Feature_wrap:after{
  background: url(../_pack/img/ocr/intro_back.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 42%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  z-index: 0;
}
#Feature_wrap .feature .cap {
  font-size: 24px;
  line-height: 2;
  color:#000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
#Feature_wrap .feature .cap span {
  color: #1177c7;
  background: linear-gradient(transparent 90%, #0892d6 90%);
}
#Feature_wrap .feature .cap strong {
  font-size: 42px;
}
#Feature_wrap .feature .cap span sup{
  font-size: 13px;
  position: absolute;
  top: 16px;
}
#Feature_wrap .feature .desc02{
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  line-height: 2;
  position: relative;
  z-index: 1;
}

#Feature_wrap .feature .note{
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  line-height: 2;
  margin-top: 40px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- Pat-OCRの特徴 sp --------------------- */
#Feature_wrap{
  padding: 60px 0;
  background-color: #e5f3fa;
  position: relative;
  z-index: 0;
}
#Feature_wrap .feature {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 4%;
}
#Feature_wrap:after{
  background: initial;
  right: 0;
  position: absolute;
  top: 52px;
  content: "";
  width: 28%;
  height: 277px;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
#Feature_wrap .feature .cap {
  font-size: 5vw;
  line-height: 2;
  color:#000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
#Feature_wrap .feature .cap span {
  color: #1177c7;
  background: linear-gradient(transparent 90%, #0892d6 90%);
}
#Feature_wrap .feature .cap strong {
  font-size: 8vw;
}
#Feature_wrap .feature .cap span sup{
  font-size: 3.2vw;
  position: absolute;
  top: 11vw;
}
#Feature_wrap .feature .desc02{
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  line-height: 2;
}
#Feature_wrap .feature .note{
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  line-height: 2;
  margin-top: 30px;
}

}




/* --------------------- 特徴タイトル pc --------------------- */
#feature_ttl{
  padding: 80px 0 50px;
  position: relative;
}
#feature_ttl .feature_ttl_inner{
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}
#feature_ttl .feature_ttl_inner:after {
    content: "　";
    position: absolute;
    display: block;
    left: 50%;
    top: 100%;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 50px 0 50px;
    border-color: #fff transparent transparent transparent;
}
.reasonTitle .numTx{
  font-size: 150%;
  font-weight: 600;
}
.reasonTitle .num{
  margin-left: 5px;
  font-style: italic;
  display: inline-block;
  -webkit-transform: translateY(0.15em);
  -ms-transform: translateY(0.15em);
  transform: translateY(0.15em);
  font-size: 240%;
  font-weight: 600;
  color: #8fc5ef;
}
#feature_ttl .feature_ttl_inner .cap {
  font-size: 24px;
  line-height: 2;
  color:#000;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
#feature_ttl .feature_ttl_inner .cap span {
  color: #1177c7;
  background: linear-gradient(transparent 90%, #0892d6 90%);
}
#feature_ttl .feature_ttl_inner .cap strong {
  font-size: 42px;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- 特徴タイトル sp --------------------- */
#feature_ttl{
  padding: 40px 0 20px;
  position: relative;
}
#feature_ttl .feature_ttl_inner {
    width: 90%;
    margin: 0 auto;
}
#feature_ttl .feature_ttl_inner:after {
    margin-left: -30px;
    border-width: 20px 30px 0 30px;
}
#feature_ttl .feature_ttl_inner .cap {
  font-size: 5vw;
  line-height: 2;
  color:#000;
  text-align: center;
  font-weight: 700;
}
#feature_ttl .feature_ttl_inner .cap span {
  color: #1177c7;
  background: linear-gradient(transparent 90%, #0892d6 90%);
}
#feature_ttl .feature_ttl_inner .cap strong {
  font-size: 8vw;
}

}


/* --------------------- 特徴01 pc --------------------- */
#feature01{
  padding: 80px 0;
  background-color: #e5f3fa;
}
#feature01 .feature01_inner{
  width: 100%;
  max-width: 1100px;
  margin:  0 auto;
  position: relative;
}
#feature01 .feature01_inner .block_area {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
#feature01 .feature01_inner .block_area .block{
  width: 50%;
}
#feature01 .feature01_inner .block_area .block:nth-of-type(-n+2) {
  margin-bottom: 60px;
}
#feature01 .feature01_inner .block_area .block .ttl {
  color: #1177c7;
  font-size: 21px;
  font-weight: 700;
  margin-bottom:25px;
  background: url(../_pack/img/ocr/check.png) 0 center no-repeat;
  padding-left: 26px;
  background-size: 20px auto;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- 特徴01 sp --------------------- */
#feature01{
  padding: 40px 0 10px;
  background-color: #e5f3fa;
}
#feature01 .feature01_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 4%;
}
#feature01 .feature01_inner .block_area {
  display: inherit;
  flex-wrap: inherit;
  text-align: left;
}
#feature01 .feature01_inner .block_area .block{
  width: 100%;
  margin-bottom: 30px;
}
#feature01 .feature01_inner .block_area .block:nth-of-type(-n+2) {
  margin-bottom: 30px;
}
#feature01 .feature01_inner .block_area .block img.img03{
  width: 40%;
} 
#feature01 .feature01_inner .block_area .block .ttl {
  color: #1177c7;
  font-size: 4.2vw;
  font-weight: 700;
  margin-bottom:10px;
  background: url(../_pack/img/ocr/check.png) 0 center no-repeat;
  background-position: 10px center;
  padding-left: 32px;
  background-size: 15px auto;
}


}



/* --------------------- 特徴02-03 pc --------------------- */
#feature02{
  padding: 80px 0;
  background-color: #e5f3fa;
}
#feature02 .feature02_inner{
  width: 100%;
  max-width: 1100px;
  margin:  0 auto;
  position: relative;
}
#feature02 .feature02_inner .cap {
  color: #1177c7;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}
#feature02 .feature02_inner .cap ul {
  display: inline-block;
}
#feature02 .feature02_inner .cap ul li{
  margin-bottom: 30px;
  text-align: left;
  background: url(../_pack/img/ocr/check.png) 0 center no-repeat;
  padding-left: 26px;
  background-size: 20px auto;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- 特徴02-03 sp --------------------- */
#feature02{
  padding: 40px 0;
  background-color: #e5f3fa;
}
#feature02 .feature02_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 4%;
}
#feature02 .feature02_inner .cap {
  margin-bottom: 10px;
}
#feature02 .feature02_inner .cap ul li{
  font-size: 4.2vw;
  margin-bottom: 15px;
  text-align: left;
  background: url(../_pack/img/ocr/check.png) 0 center no-repeat;
  background-position: 10px center;
  padding-left: 32px;
  background-size: 15px auto;
}

}





/* --------------------- Pat-OCRの使い方手順 pc --------------------- */
#step_wrap{
  padding: 80px 0 35px;
  position: relative;
  z-index: -1;
}
#step_wrap .step {
  width: 100%;
  max-width: 1100px;
  margin:  0 auto;
  position: relative;
}

.htxD {
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 30px;
    display: flex;
    display: -ms-flexbox;
}
.htxD .num {
    line-height: 1;
    width: 125px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    background-color: #3877C1;
    color: #FFF;
    font-style: italic;
    font-weight: 700;
    font-size: 58px;
    padding: 3px;
}
.htxD .text {
    width: calc(100% - 125px);
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-align-items: center;
    background-color: #D3E3F2;
    color: #000;
    font-weight: 700;
    font-size: 28px;
    padding: 0px 15px;
}
#step_wrap .step .block{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
#step_wrap .step .block img {
  width: 440px;
  margin-right: 40px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- Pat-OCRの使い方手順 sp --------------------- */
#step_wrap{
  padding: 60px 0 30px;
  position: relative;
  z-index: 0;
}
#step_wrap .step {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 4%;
}
.htxD {
    margin-bottom: 19px;
}
.htxD .num {
    line-height: 1;
    width: 50px;
    font-size: 28px;
    padding: 1px;
}
.htxD .text {
    width: calc(100% - 50px);
    font-weight: 600;
    font-size: 20px;
    padding: 7px 5px;
}
#step_wrap .step .block{
  display: inherit;
  flex-wrap: inherit;
  margin-bottom: 30px;
}
#step_wrap .step .block img {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}
}






/* --------------------- Pat-OCRの連携イメージ pc --------------------- */
#interwork_wrap{
  padding: 80px 0;
  position: relative;
  background-color: #e5f3fa;
  z-index: -1;
}
#interwork_wrap .interwork {
  width: 100%;
  max-width: 1100px;
  margin:  0 auto;
  position: relative;
}
#interwork_wrap .interwork h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 40px;
}
#interwork_wrap .interwork .img img {
  margin-bottom: 40px;
}
#interwork_wrap .interwork h3 span {
font-size: 240%;
font-weight: 600;
color: #8fc5ef;
font-style: italic;
margin-right: 10px;
  -webkit-transform: translateY(0.15em);
  -ms-transform: translateY(0.15em);
  transform: translateY(0.15em);
  display: inline-block;
}
.contents {
  margin-bottom: 60px;
}
.contents .detailItem {
  margin-bottom:25px;
  display: flex;
  display: -ms-flexbox;
  align-items: baseline;
  -ms-align-items: baseline;
}
.contents .detailItem:last-of-type {
  margin-bottom:0px;
}
.contents .detailItem .htx1 {
  width:190px;
  margin-right:25px;
  line-height:1;
  background-color:#118ad4;
  color:#FFF;
  display:block;
  padding: 15px 10px;
  text-align:center;
  font-weight:700;
  font-size:16px;
}
.contents .detailItem .detail {
  width:calc(100% - 90px - 25px);
  line-height:1.8;
  font-weight:400;
  font-size:16px;
}
.benefit_main {
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    position: relative;
}
.benefit_main:before {
    background: url(../_pack/img/ocr/topic_icon.png) no-repeat;
    left: 40px;
    position: absolute;
    top: -18px;
    content: "";
    width: 105px;
    height: 115px;
    display: inline-block;
    background-size: contain;
    z-index: 1;
}
.benefit_main p.ttl {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 40px;
}
.benefit_main p.ttl span {
    color: #1177c7;
    background: linear-gradient(transparent 90%, #0892d6 90%);
}
.benefit_main p.txt {
  width: 860px;
  margin: 0 auto;
  font-size: 100%;
}
.benefit_main p.txt span{
  color: #118ad4;
  font-weight: 700;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- Pat-OCRの連携イメージ sp --------------------- */
#interwork_wrap{
  padding: 60px 0;
  position: relative;
  background-color: #e5f3fa;
  z-index: 0;
}
#interwork_wrap .interwork {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 4%;
}
#interwork_wrap .interwork .img img {
  margin-bottom: 0;
}
#interwork_wrap .interwork h3 {
  font-size: 5.2vw;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
#interwork_wrap .interwork h3 span {
font-size: 240%;
font-weight: 700;
color: #8fc5ef;
font-style: italic;
margin-right: 5px;
  -webkit-transform: translateY(0.15em);
  -ms-transform: translateY(0.15em);
  transform: translateY(0.15em);
  display: inline-block;
}
.contents {
  margin-bottom: 40px;
}
.contents .detailItem {
    margin-bottom:10px;
    display: block;
    text-align:left;
  }
.contents .detailItem .htx1 {
    display:inline-block;
    min-width:90px;
    width:auto;
    margin-right:0;
    margin-bottom:5px;
    padding:10px 5px;
    font-size:100%;
  }
.contents .detailItem .detail {
    width:100%;
    font-size:100%;
  }
.benefit_main {
    width: 100%;
    margin: 0 auto;
    padding: 20px 2% 20px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    position: relative;
}
.benefit_main:before {
    background: url(../_pack/img/ocr/topic_icon.png) no-repeat;
    left: 2%;
    position: absolute;
    top: -8px;
    content: "";
    width: 100%;
    height: 18vw;
    display: inline-block;
    background-size: contain;
    z-index: 1;
}
.benefit_main p.ttl {
    font-size: 5.2vw;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}
.benefit_main p.ttl span {
    color: #1177c7;
    background: linear-gradient(transparent 90%, #0892d6 90%);
}
.benefit_main p.txt {
  width: 90%;
  margin: 0 auto;
}

}



/* --------------------- 料金形態 pc --------------------- */
#price_wrap{
  padding:80px 0;
  background-size: cover;
}
#price_wrap .price{
  width: 100%;
  max-width: 1200px;
  margin:  0 auto;
  position: relative;
}
table {
  width: 1100px;
  margin: 0 auto 50px;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  background-color: #dfebf5;
}
table tr th{
  text-align: center;
}
table tr th.w18{
  width: 18%;
}
table tr th.w47{
  width: 47%;
}
table tr th.w16{
  width: 16%;
}
table tr th, 
table tr td {
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding:25px 10px;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}
table tr th.type_list{
  background: #0892d6;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
}
table tr th.type_list span{
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
table tr td.list {
  background: #e5e5e5;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #fff;
  width: 4%;
}
table tr td span{
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
table tr.white td {
  background-color: #fff;
  font-weight: 400;
}
#price_wrap .price .note {
  width: 1100px;
  margin: 0 auto;
  font-weight: 400;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* --------------------- 料金形態 sp --------------------- */
#price_wrap{
  padding: 40px 0;
  background-size: cover;
}
#price_wrap .price {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 4%;
}
.table-scroll {
    overflow-x: scroll;
}
table {
  width: 640px;
  margin: 0 auto 50px;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  background-color: #dfebf5;
}
table tr th{
  text-align: center;
}
table tr th.w18{
  width: 18%;
}
table tr th.w47{
  width: 47%;
}
table tr th.w16{
  width: 16%;
}
table tr th, 
table tr td {
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding:10px;
  font-size: 3.7vw;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}
table tr th.type_list{
  background: #0892d6;
  font-size: 3.7vw;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
}
table tr th.type_list span{
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1;
}
table tr td.list {
  background: #e5e5e5;
  font-size: 3.2vw;
  color: #000;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #fff;
  width: 4%;
}
table tr td span{
  font-size: 3vw;
  font-weight: 400;
  line-height: 1;
}
table tr.white td {
  background-color: #fff;
  font-weight: 400;
}
#price_wrap .price .note {
  width: 100%;
  margin: 0 auto;
}



}



/* --------------------- 終わり pc --------------------- */
#conclusion_wrap{
  padding:80px 0;
  background-image: url(../_pack/img/ocr/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/ocr/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/ocr/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/ocr/btn_arrow.png) right 20px center no-repeat;
  background-size: 10px auto;
  display: block;
  width: 90%;
  text-align: center;
}

}

























