@charset "UTF-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/*
lp
*/
.lp-2020-03 {
  overflow: hidden;
  background: #F3F3F3;
  /*
end lp
*/
}

.lp-2020-03 .lp-header {
  padding: 12px 16px 12px;
}

.lp-2020-03 .lp-header img {
  max-width: 120px;
}

.lp-2020-03 .main-area {
  background: url(/content/dam/nttcom/hq/jp/business/lp/s1/ocn_mobile_one/img/lp/main-bg.png) no-repeat center center;
  background-size: cover;
  padding: 140px 0 48px;
}

.lp-2020-03 .main-area .main-buttons {
  position: relative;
  margin:0 auto;
  bottom: -40px;
left: 5%;
}

.lp-2020-03 .main-area .main-buttons a {
  display: inline-block;
}

.lp-2020-03 .main-area .main-buttons a.contact {
  margin-top: -8px;
}

.lp-2020-03 a {
  transition: .2s;
}

.lp-2020-03 a:hover {
  opacity: .8;
}

.lp-2020-03 .anchor-area {
  margin-bottom: 40px;
}

.lp-2020-03 .anchor-links {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.lp-2020-03 .anchor-links .anchor-link {
  position: relative;
  width: 25%;
  padding: 40px 8px 40px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  background: #0E357F;
  border-right: 2px solid #B8C4CD;
  color: #fff;
  text-decoration: none;
}

.lp-2020-03 .anchor-links .anchor-link:last-child {
  border-right: none;
}

.lp-2020-03 .container {
  max-width: 960px;
  margin: 0 auto 0px;
  position: relative;
}

.lp-2020-03 .title-h2 {
  padding-top: 32px;
}

.lp-2020-03 .title-h2 .main {
  display: block;
  max-width: 300px;
  padding: 16px 32px;
  margin-bottom: 32px;
  background: #1F2D59;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
}

.lp-2020-03 .title-h2 .sub {
  display: block;
  padding-left: 40px;
  font-size: 38px;
  line-height: 1.7;
  color: #1F2D59;
}

.lp-2020-03 .title-description {
  padding-left: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.75;
}

.lp-2020-03 .section-image {
  position: absolute;
  right: -200px;
  top: 0px;
}

.lp-2020-03 .cta-buttons {
  display: -ms-flexbox;
  display: flex;
}

.lp-2020-03 .cta-buttons a {
  margin: 0 0 0 auto;
}

.lp-2020-03 .cta-buttons a.contact {
  margin-right: auto;
  margin-left: 0;
}

.lp-2020-03 .download-textlink {
  margin: 16px 0;
  text-align: center;
}

.lp-2020-03 .download-textlink a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.lp-2020-03 .need-area {
  margin-bottom: 54px;
}

.lp-2020-03 .need-area .need-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  margin: 124px 0 8px;
}

.lp-2020-03 .need-area .need-caption {
  text-align: right;
  font-size: 12px;
  margin-bottom: 40px;
}

.lp-2020-03 .need-area .need-telework {
  padding: 24px 24px 24px;
  margin-bottom: 32px;
  border: 2px solid #1F2D59;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
}

.lp-2020-03 .need-area .need-telework .image {
  max-width: 430px;
  margin-right: 40px;
}

.lp-2020-03 .need-area .need-telework .contents {
  max-width: 430px;
}

.lp-2020-03 .need-area .need-telework .contents h3 {
  font-size: 22px;
  color: #1F2D59;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 12px;
}

.lp-2020-03 .need-area .need-telework .contents h3 span {
  color: #fff;
  background: #1F2D59;
  padding: 4px 8px;
  margin-left: 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
}

.lp-2020-03 .need-area .need-telework .contents p {
  font-size: 16px;
  line-height: 1.5;
}

.lp-2020-03 .need-area .need-telework .contents p strong {
  display: block;
  color: #1F2D59;
  margin-top: 12px;
}

.lp-2020-03 .mvno-area {
  margin-bottom: 54px;
}

.lp-2020-03 .mvno-area .mvno-figure {
  text-align: center;
}

.lp-2020-03 .mvno-area .mvno-footer {
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.lp-2020-03 .mvno-area .mvno-footer .image {
  max-width: 480px;
}

.lp-2020-03 .mvno-area .mvno-footer .image img {
  display: inline-block;
  margin-right: 12px;
}

.lp-2020-03 .mvno-area .mvno-footer .contents {
  max-width: 440px;
  margin-left: 32px;
}

.lp-2020-03 .mvno-area .mvno-footer .contents p {
  font-size: 16px;
  line-height: 1.5;
}

.lp-2020-03 .mvno-area .mvno-footer .contents .caption {
  font-size: 12px;
  text-align: right;
  margin-top: 6px;
}

.lp-2020-03 .strong-area {
  margin-bottom: 54px;
}

.lp-2020-03 .strong-area .strong-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 120px;
  margin-bottom: 32px;
  padding: 32px 32px 0;
  background: #fff;
  position: relative;
  z-index: 5;
}

.lp-2020-03 .strong-area .strong-lists .strong-items {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  margin-bottom: 16px;
  border-bottom: 2px solid #eee;
}

.lp-2020-03 .strong-area .strong-lists .strong-items:last-child {
  border: none;
}

.lp-2020-03 .strong-area .strong-lists .strong-item {
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  margin: 0 auto;
}

.lp-2020-03 .strong-area .strong-lists .strong-item .contents {
  position: relative;
  padding-left: 56px;
}

.lp-2020-03 .strong-area .strong-lists .strong-item .contents .number {
  font-size: 72px;
  font-weight: bold;
  color: #1F2D59;
  position: absolute;
  left: -8px;
  top: 0;
}

.lp-2020-03 .strong-area .strong-lists .strong-item .contents .title {
  font-size: 21px;
  line-height: 1.42;
  color: #1F2D59;
  margin-bottom: 8px;
}

.lp-2020-03 .strong-area .strong-lists .strong-item .contents .description {
  font-size: 16px;
  line-height: 1.7;
}

.lp-2020-03 .strong-area .strong-figure {
  margin: 40px 0;
  text-align: center;
}

.lp-2020-03 .strong-area .strong-figure-caption {
  line-height: 1.5;
  font-size: 12px;
}

.lp-2020-03 .strong-area .strong-figure-caption strong {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.lp-2020-03 .column-area {
  margin-bottom: 54px;
  background: #1F2D59;
}

.lp-2020-03 .column-area .container {
  display: -ms-flexbox;
  display: flex;
}

.lp-2020-03 .column-area .column-image {
  max-width: 480px;
}

.lp-2020-03 .column-area .column-contents {
  padding-left: 32px;
}

.lp-2020-03 .column-area .column-contents h2 {
  color: #FDD000;
  margin: 40px 0 24px;
  text-decoration: underline;
}

.lp-2020-03 .column-area .column-lists .column-link {
  display: block;
  padding-left: 32px;
  margin-bottom: 40px;
  text-decoration: none;
  color: #fff;
  position: relative;
}

.lp-2020-03 .column-area .column-lists .column-link:before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 6px;
}

.lp-2020-03 .column-area .column-lists .column-link .title {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.4;
}

.lp-2020-03 .column-area .column-lists .column-link .description {
  font-size: 12px;
  line-height: 1.6;
  max-height: 3.3em;
  overflow: hidden;
  display: block;
}

.lp-2020-03 .price-area {
  margin-bottom: 54px;
}

.lp-2020-03 .price-area .price-figure {
  margin: 40px 0;
  text-align: center;
}

.lp-2020-03 .qa-area {
  padding: 40px 0 40px;
  background: #fff;
}

.lp-2020-03 .qa-area .qa-title {
  margin: 24px 0;
  font-weight: bold;
  font-size: 20px;
}

.lp-2020-03 .qa-list {
  max-width: 900px;
  margin: 0 auto 2px;
}

.lp-2020-03 .qa-list dt {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  position: relative;
  padding: 16px 16px;
  background: #F0F0F0;
}

.lp-2020-03 .qa-list dt span {
  color: #1F2D59;
  font-weight: bold;
  margin-right: 4px;
}

.lp-2020-03 .qa-list dt:after {
  content: "";
  background: url(/content/dam/nttcom/hq/jp/business/lp/s1/ocn_mobile_one/img/lp/qa-icon-plus.png) no-repeat center center;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}

.lp-2020-03 .qa-list dt:hover {
  cursor: pointer;
}

.lp-2020-03 .qa-list dd {
  background: #f4f5f6;
  padding: 16px 24px 16px 56px;
  line-height: 1.7;
  font-size: 14px;
  display: none;
}

.lp-2020-03 .qa-list dd .caution {
  display: block;
  font-size: 12px;
  margin: 4px 0;
}

.lp-2020-03 .qa-list dd a {
  text-decoration: underline;
}

.lp-2020-03 .qa-list.active dt:after {
  background: url(/content/dam/nttcom/hq/jp/business/lp/s1/ocn_mobile_one/img/lp/qa-icon-minus.png) no-repeat center center;
}

/* =========================================================
 * コンテンツ下部　ページ戻る
 * @
 * ====================================================== */
.sub_backTo-top {
  width: 100%;
  text-align: center;
  margin: 100px auto 50px;
}

.goPageTop {
  color: #2e3470;
}

.goPageTop:hover {
  cursor: pointer;
}

.goPageTop:after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 9px;
  background: url(https://www.ntt.com/content/dam/nttcom/cmn/img/cta-back-top.png);
  background-size: contain;
  margin-left: .5rem;
}

/*!
*/
/* =========================================================
 * フッター
 * @ footer
 * ====================================================== */
footer {
  width: 100%;
  background: #e2e2e2;
  padding: 24px 0;
  color: #666;
  font-size: 14px;
  min-width: 1260px;
}

footer a {
  text-decoration: none;
  color: #0D4B8B;
}

footer img {
  width: 100%;
}

.footerInner {
  width: 1260px;
  margin: 0 auto;
  display: table;
}

.footerInner div {
  display: table-cell;
  vertical-align: middle;
}

footer .snsArea ul {
  width: 180px;
  margin: 0;
  margin-right: 10px;
  list-style: none;
  padding: 0;
}

footer .snsArea li {
  float: left;
  margin-right: 10px;
  width: 25px;
}

footer .linkArea ul {
  margin: 0;
  margin-top: 5px;
  max-width: 480px;
  list-style: none;
  padding: 0;
}

footer .linkArea li {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

footer .langArea {
  /*  padding-left:30px;*/
  text-align: right;
}

footer .langArea p {
  color: #004386;
  float: left;
}

footer .langArea .lang {
  background: url(https://www.ntt.com/content/dam/nttcom/cmn/img/icn-country-selector.png) no-repeat left center;
  background-size: contain;
  padding: 5px 0 5px 30px;
  margin-right: 30px;
}

footer .langArea .copyright {
  color: #004386;
  padding: 4px 0;
}

/*ポップアップのフッター*/
.popupFooter {
  width: 100%;
  background: #e2e2e2;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
}

.popupFooter .copyright {
  color: #004386;
}

/* =========================================================
 * タブレット版
 * 768px以下に適応
 * ====================================================== */

/* =========================================================
 * スマホ版
 * 480px以下に適応
 * ====================================================== */

.footerInner .copyright a:before,
.footerInner .linkArea a:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: url(https://www.ntt.com/content/dam/nttcom/cmn/img/icon_right_arrow.png) no-repeat;
  background-size: contain;
  margin-right: 3px;
  margin-bottom: 2px;
}

@media screen and (min-width: 1460px){
  .footerInner{
    width: 100%;
    padding: 0 100px;
  }
}

@media screen and (max-width: 768px){
  footer{
    padding: 0;
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
  .footerInner{
    width: 100%;
    padding: 50px 0;
  }
  footer .snsArea,
  footer .linkArea,
  footer .dArea,
  footer .langArea{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  /*1/26*/
  .footerInner div{
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .snsArea ul.sns{
    float: none;
    display: table;
    table-layout: fixed;
    margin: 0 auto 50px;
    width: 40%;
  }
  footer .snsArea ul.sns li{
    float: none;
    display: table-cell;
    padding: 0 10px;
    width: 100%;
    text-align: center;
  }
  footer .linkArea ul.link{
    float: none;
    margin: 0 auto 30px;
    max-width: 100%;
  }
  footer .linkArea ul.link li{
    float: none;
    display: inline-block;
    padding: 0 20px;
    width: auto;
    text-align: center;
  }
  footer .dArea{
    margin-bottom: 20px;
  }
  footer .langArea{
    padding: 0;
  }
  footer .langArea .lang{
    float: none;
    padding-right: 0;
    margin: 0 auto 50px;
    display: inline-block;
  }
  footer .langArea .copyright{
    float: none;
  }
  footer .dArea{
    float: none;
  }
  footer .bigFooter{
    width: 100%;
    padding-left: 6.1%;
    padding-right: 6.1%;
    min-width: 100%;
    text-align: left;
  }
  footer .bigFooter .bigFooterInner{
    width: 100%;
  }
  .popupFooter{
    min-width: 100%;
  }
  html, body{
    -webkit-overflow-scrolling: touch;
  }
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
  img{
    max-width: 100%;
  }
  .lp-2020-03{

    /*
end lp
*/
  }
  .lp-2020-03 .lp-header img{
    max-width: 100px;
  }
  .lp-2020-03 .main-area{
    padding: 140px 16px 48px;
  }
  .lp-2020-03 .main-area .main-buttons{
    position: static;
    max-width: 100%;
    margin: 16px auto 0;
  }
  .lp-2020-03 .main-area .main-buttons a{
    display: block;
    margin: 0 auto;
    max-width: 260px;
  }
  .lp-2020-03 .main-area .main-buttons a.contact{
    margin-top: -8px;
  }
  .lp-2020-03 .anchor-area{
    margin-bottom: 32px;
  }
  .lp-2020-03 .anchor-links{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lp-2020-03 .anchor-links .anchor-link{
    position: relative;
    width: 50%;
    padding: 16px 8px 16px;
    font-size: 13px;
    border-bottom: 1px solid #eee;
  }
  .lp-2020-03 .anchor-links .anchor-link:last-child{
    border-right: none;
  }
  .lp-2020-03 .anchor-links .anchor-link:nth-child(2){
    border-right: none;
  }
  .lp-2020-03 .container{
    max-width: 100%;
  }
  .lp-2020-03 .title-h2{
    padding: 0 0 24px;
  }
  .lp-2020-03 .title-h2 .main{
    max-width: 300px;
    padding: 16px 32px;
    margin: 0 auto 16px;
    font-size: 16px;
  }
  .lp-2020-03 .title-h2 .sub{
    padding: 0 16px;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
  }
  .lp-2020-03 .title-description{
    padding: 0 16px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.75;
  }
  .lp-2020-03 .section-image{
    position: static;
    max-height: 260px;
    overflow: hidden;
  }
  .lp-2020-03 .cta-buttons{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 16px;
  }
  .lp-2020-03 .cta-buttons a{
    margin: 0 auto;
  }
  .lp-2020-03 .download-textlink a{
    font-size: 14px;
  }
  .lp-2020-03 .need-area{
    margin-bottom: 54px;
  }
  .lp-2020-03 .need-area .need-lists{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 24px auto 0;
  }
  .lp-2020-03 .need-area .need-lists .need-item{
    max-width: 100%;
    margin: 0 auto 16px;
  }
  .lp-2020-03 .need-area .need-caption{
    padding: 0 16px;
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 24px;
  }
  .lp-2020-03 .need-area .need-telework{
    padding: 24px 24px 24px;
    margin: 0 auto 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 92%;
  }
  .lp-2020-03 .need-area .need-telework .image{
    max-width: 100%;
    margin: 0 auto 16px;
  }
  .lp-2020-03 .need-area .need-telework .contents{
    max-width: 100%;
  }
  .lp-2020-03 .need-area .need-telework .contents h3{
    font-size: 16px;
  }
  .lp-2020-03 .need-area .need-telework .contents h3 span{
    font-size: 10px;
  }
  .lp-2020-03 .need-area .need-telework .contents p{
    font-size: 13px;
  }
  .lp-2020-03 .mvno-area{
    margin-bottom: 54px;
  }
  .lp-2020-03 .mvno-area .mvno-figure{
    padding: 0 16px;
  }
  .lp-2020-03 .mvno-area .mvno-footer{
    margin-top: 32px;
    padding: 0 16px;
  }
  .lp-2020-03 .mvno-area .mvno-footer .image{
    max-width: 40%;
  }
  .lp-2020-03 .mvno-area .mvno-footer .image img{
    display: -block;
    margin: 0 0 12px;
  }
  .lp-2020-03 .mvno-area .mvno-footer .contents{
    max-width: 66%;
    margin-left: 4%;
  }
  .lp-2020-03 .mvno-area .mvno-footer .contents p{
    font-size: 14px;
  }
  .lp-2020-03 .mvno-area .mvno-footer .contents .caption{
    font-size: 12px;
    text-align: left;
  }
  .lp-2020-03 .strong-area{
    margin-bottom: 54px;
  }
  .lp-2020-03 .strong-area .strong-lists{
    margin: 24px auto 32px;
    max-width: 92%;
    padding: 16px 16px 0;
  }
  .lp-2020-03 .strong-area .strong-lists .strong-items{
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .lp-2020-03 .strong-area .strong-lists .strong-item{
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: 0 auto 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #eee;
  }
  .lp-2020-03 .strong-area .strong-lists .strong-item.sp-border-bottom{
    border-bottom: none;
  }
  .lp-2020-03 .strong-area .strong-lists .strong-item .contents{
    position: relative;
    padding-left: 32px;
  }
  .lp-2020-03 .strong-area .strong-lists .strong-item .contents .number{
    font-size: 32px;
    left: -4px;
  }
  .lp-2020-03 .strong-area .strong-lists .strong-item .contents .title{
    font-size: 18px;
  }
  .lp-2020-03 .strong-area .strong-lists .strong-item .contents .description{
    font-size: 14px;
  }
  .lp-2020-03 .strong-area .strong-figure{
    margin: 24px 0;
    padding: 0 16px;
  }
  .lp-2020-03 .strong-area .strong-figure-caption{
    padding: 0 16px;
  }
  .lp-2020-03 .column-area{
    margin-bottom: 54px;
  }
  .lp-2020-03 .column-area .container{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lp-2020-03 .column-area .column-image{
    max-width: 100%;
  }
  .lp-2020-03 .column-area .column-contents{
    padding: 0px 16px 0 16px;
  }
  .lp-2020-03 .column-area .column-contents h2{
    margin: 24px 0 24px;
  }
  .lp-2020-03 .column-area .column-lists .column-link{
    display: block;
    padding-left: 32px;
    margin-bottom: 40px;
  }
  .lp-2020-03 .column-area .column-lists .column-link:before{
    width: 8px;
    height: 8px;
    top: 6px;
  }
  .lp-2020-03 .column-area .column-lists .column-link .title br{
    display: none;
  }
  .lp-2020-03 .price-area{
    margin-bottom: 54px;
  }
  .lp-2020-03 .price-area .price-figure{
    margin: 24px 0;
    padding: 0 16px;
  }
  .lp-2020-03 .qa-area{
    padding: 32px 16px 32px;
  }
  .lp-2020-03 .qa-area .qa-title{
    margin: 24px 0;
    font-weight: bold;
    font-size: 20px;
  }
  .lp-2020-03 .qa-list dt{
    font-size: 16px;
    line-height: 1.4;
    padding: 16px 40px 16px 16px;
    background: #F0F0F0;
  }
  .lp-2020-03 .qa-list dt:after{
    margin-top: -6px;
    width: 12px;
    height: 12px;
  }
  .lp-2020-03 .qa-list dd{
    padding: 16px 16px 16px 16px;
  }
}

@media screen and (max-width: 480px){
  .footerInner{
    width: 100%;
    padding: 25px 0;
  }
  footer .snsArea ul.sns{
    margin: 0 auto 25px;
    width: 60%;
  }
  footer .snsArea ul.sns li{
    padding: 0 5px;
  }
  footer .linkArea ul.link{
    display: block;
    margin: 0 auto;
  }
  footer .linkArea ul.link li{
    display: block;
    padding: 0;
    margin-right: 0;
    margin-bottom: 20px;
    width: auto;
    text-align: center;
  }
  footer .langArea .lang{
    margin: 0 auto 30px;
  }
  footer .bigFooter{
    padding-left: 3.1%;
    padding-right: 3.1%;
    text-align: center;
  }
  footer .bigFooter .bigFooterInner .linkBox{
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

/*20210311追記*/
.lp-2020-03 .price-area .price-figure{
	text-align:left;
}
.price-figure h3{
	font-size:20px;
	font-weight:bold;
	margin-top:30px;
}
.price-figure .cost_ttl{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background:#fff;
	display:flex;
	padding:20px 10px 15px;
	font-size:18px;
}
.price-figure .cost_ttl .ttl{
	margin-right:50px;
}
.price-figure .cost_ttl span{
	font-size:22px;
	font-weight:bold;
}
.price-figure h4{
	font-size:18px;
	font-weight:bold;
	padding:15px 20px;
	color:#fff;
}
.price-figure .auo_ttl{
	background: rgb(85,189,226);
	background: linear-gradient(0deg, rgba(85,189,226,1) 0%, rgba(0,64,128,1) 100%);
}
.price-figure .omo_ttl{
	background: rgb(243,197,132);
	background: linear-gradient(0deg, rgba(243,197,132,1) 0%, rgba(229,128,17,1) 100%);
}
.price-figure .cost_block{
	display:flex;
	justify-content: space-between;
}
.price-figure .cost_item{
	width:49%;
}
.price-figure .cost_item table{
	width:100%;
}
.price-figure .cost_item th,
.price-figure .cost_item td{
	text-align:center;
	font-size:12px;
	border:none;
	padding:10px 5px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
}
.price-figure .cost_item th{
	background:none;
	font-size:14px;
	line-height:1.3;
}
.price-figure .cost_item .price{
	text-align:right;
	border-right:none;
}
.price-figure .cost_item td span{
	font-size:16px;
	font-weight:bold;
}

@media screen and (max-width: 768px){
	.price-figure .cost_block{
		display:block;
	}
	.price-figure .cost_item{
		width:100%;
		margin-bottom:30px;
	}
	.price-figure .cost_item td span{
		font-size:15px;
	}
}

@media screen and (max-width: 480px){
	.price-figure .cost_item table{
		min-width:375px;
	}
	.price-figure h3{
		font-size:16px;
		margin-bottom:10px;
	}
	.price-figure h4{
		font-size:15px;
		padding: 15px 10px;
	}
	.price-figure .cost_ttl{
		flex-wrap: wrap;
		align-items: center;
	}
	.price-figure .cost_ttl .ttl{
		margin-right:0;
		margin-bottom:10px;
		width:100%;
	}
	.lp-2020-03 .price-area .price-figure{
		padding:0;
	}
	.price-figure .cost_item th,
	.price-figure .cost_item td{
		font-size:10px;
	}
	.price-figure .cost_item th{
		font-size:12px;
	}
	.price-figure .cost_item td span{
		font-size:12px;
	}
}