@charset "utf-8";
/*---------- base ----------*/
#contentsArea {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  font-size: 16px;
}

#contentsArea * {
  box-sizing: border-box;
}

#contentsArea p {
  line-height: 2;
}

#contentsArea img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/*---------- shared ----------*/
.row--wrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.mt-0 { margin-top: 0px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-90 { margin-top: 90px !important; }
.mt-100 { margin-top: 100px !important; }
.mt-110 { margin-top: 110px !important; }
.mt-120 { margin-top: 120px !important; }
.mt-130 { margin-top: 130px !important; }
.mt-140 { margin-top: 140px !important; }
.mt-150 { margin-top: 150px !important; }

.mb-0 { margin-bottom: 0px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb-110 { margin-bottom: 110px !important; }
.mb-120 { margin-bottom: 120px !important; }
.mb-130 { margin-bottom: 130px !important; }
.mb-140 { margin-bottom: 140px !important; }
.mb-150 { margin-bottom: 150px !important; }

.pt-0 { padding-top: 0px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-90 { padding-top: 90px !important; }
.pt-100 { padding-top: 100px !important; }
.pt-110 { padding-top: 110px !important; }
.pt-120 { padding-top: 120px !important; }
.pt-130 { padding-top: 130px !important; }
.pt-140 { padding-top: 140px !important; }
.pt-150 { padding-top: 150px !important; }

.pb-0 { padding-bottom: 0px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-100 { padding-bottom: 100px !important; }
.pb-110 { padding-bottom: 110px !important; }
.pb-120 { padding-bottom: 120px !important; }
.pb-130 { padding-bottom: 130px !important; }
.pb-140 { padding-bottom: 140px !important; }
.pb-150 { padding-bottom: 150px !important; }

.pl-0 { padding-left: 0px !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10 { padding-left: 10px !important; }
.pl-15 { padding-left: 15px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-25 { padding-left: 25px !important; }
.pl-30 { padding-left: 30px !important; }

.pr-0 { padding-right: 0px !important; }
.pr-5 { padding-right: 5px !important; }
.pr-10 { padding-right: 10px !important; }
.pr-15 { padding-right: 15px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-25 { padding-right: 25px !important; }
.pr-30 { padding-right: 30px !important; }

.bg-gray {
  background-color: #f5f5f5;
}

.txt_large{font-size: 36px;}
.txt_middle{font-size: 24px;}
.txt_small{font-size: 16px;}

/*---------- breadclumb ----------*/
#navcontainer {
  position: relative;
  text-align: left;
}

#navlist {
  margin: 11px 0px;
  padding: 0px;
  list-style:  none;
}

#navlist li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

#navlist li:before {
  content: none;
}
#navlist li:after {
  content: "\03e";
  display: inline-block;
  margin-right: .3em;
  margin-left: .6em;
}

#navlist li:last-child:after {
  content: none;
}

/*---------- local navigation ----------*/
.local-nav-wrap {
  border-top: 1px solid #d4d4d4;
  border-bottom: 5px solid #fff;
}

.local-nav ol {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
/*  margin: 0; */
  margin: 0 0 -5px;
  padding: 0;
  list-style: none;
}

.local-nav li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #000000;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
  transition: all .3s ease;
}

.local-nav li a.current {
  border-bottom: 5px solid #0075B5;
  padding-bottom: 16px;
}

/*---------- main visual ----------*/
.main-visual {
  background-image: url("/business/solution/bill-one/img/bg_main_visual.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.main-visual .main-visual__logo {
	width: 970px;
	margin: 0 auto;
	text-align: center;
    padding: 40px 0 0;
	color: #fff;
}

.main-visual .main-visual__logo h1{
	font-weight: normal;
}

.main-visual__title {
	max-width: 400px;
}

.main-visual .main-visual__text {
	width: 970px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding-bottom: 50px;
}

.main-visual .main-visual__btn,
#contentsArea .section-block--guide .guide-btn {
	text-shadow: none;
	margin: 0 0 15px;
	padding: 0;
}

.main-visual .main-visual__btn li,
#contentsArea .section-block--guide .guide-btn li {
    background: none;
    max-width: 620px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
    margin-left: auto;
    margin-right: auto;
    padding: 0;
	list-style: none;
}

.main-visual .main-visual__btn a,
#contentsArea .section-block--guide .guide-btn a {
	color: #ffffff;
	text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #0075B5 url(/business/solution/bill-one/img/icn_arrow_001.svg) no-repeat;
    background-position: calc(100% - 20px) center;
    padding: 10px 30px;
    font-size: 28px;
    font-weight: bold;
}

.main-visual .main-visual__btn a:hover,
#contentsArea .section-block--guide .guide-btn a:hover {
	background-color: #A5DFFF;
}

.main-visual .main-visual__btn a::after,
#contentsArea .section-block--guide .guide-btn a::after {
    content: "";
    display: block;
    height: 80px;
}


/*---------- contents area ----------*/
#contentsArea .section {
  padding: 60px 0 0;
}

#contentsArea .section__head,
#contentsArea .section__body {
  text-align: center;
}

#contentsArea .section__text {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
}

#contentsArea h2.section__ttl {
	font-size: 28px;
}

#contentsArea h3.section__ttl {
	font-size: 24px;
}

#contentsArea .section__sub-ttl {
	color: #64B0CD;
	font-size: 20px;
	margin-bottom: 8px;
    display: block;
}

#contentsArea .section-block {
  margin: 100px 0 0;
}

.section-block__head {
  font-size: 22px;
  text-align: center;
}


/*---------- problem ----------*/
#contentsArea .section--problem .problem-row .problem-box dt {
    color: #fff;
	text-align: left;
}


/*---------- solution ----------*/
._3-item img {
    height: 498px !important;
}

/*---------- case_study ----------*/
#contentsArea .case_study-block__head-task,
#contentsArea .case_study-block__head-introduction {
    margin: 60px 0 30px;
    padding: 15px 0 15px 4px;
    background-color: #eee;
	font-weight: bold;
	text-align: left;
    border-left: 14px solid #268CBE;
	font-size: 20px;
}

#contentsArea .case_study-block__head-task span,
#contentsArea .case_study-block__head-introduction span {
    padding: 15px 0 15px 16px;
    border-left: 6px solid #268CBE;
}

#contentsArea .case_study-block_body-task {
	background: #F5F5F5;
	border: 3px solid #F5F5F5;
	border-radius: 24px;
	padding: 30px 30px 20px 30px;
}

#contentsArea .case_study-block_body-introduction {
	background: #E2F2FB;
	border: 3px solid #E2F2FB;
	border-radius: 24px;
	padding: 30px 30px 20px 30px;
}

#contentsArea .case_study-block_body-task .checklist,
#contentsArea .case_study-block_body-introduction .checklist {
	text-align: left;
}

#contentsArea .case_study-block_body-task .checklist li,
#contentsArea .case_study-block_body-introduction .checklist li {
    list-style: none;
    background: url(/business/solution/bill-one/img/icn_check_001.png) no-repeat 0 0;
    background-size: 24px 24px;
    margin-bottom: 13px;
    padding: 0 0 8px 40px;
	font-size: 20px;
	font-weight: bold;
}

#contentsArea .case_study-block_body-task .checklist-last,
#contentsArea .case_study-block_body-introduction .checklist-last {
    margin-bottom: 0 !important;
}


/*---------- faq ----------*/
.contact_link {
    color: #0075B5 !important;
}


/*---------- flow ----------*/
.img_logo {
    padding: 0 10px !important;
}

/*---------- guide ----------*/
#contentsArea .section-block--guide {
	margin-top: 100px;
	padding-top: 30px;
	padding-bottom: 35px;
	background-image: url("/business/solution/bill-one/img/bg_guide.jpg");
	background-repeat:  no-repeat;
	background-size: cover;
	color: #fff;
}

#contentsArea .section-block--guide .section-block__head {
	width: 970px;
	margin: 0 auto;
}

#contentsArea .section-block--guide .section-block__head img {
	width: 280px;
}

#contentsArea .section-block--guide .section-block__body {
	width: 970px;
	margin: 20px auto 0;
	text-align: center;
}

#contentsArea .section-block--guide .col-lg-4,
#contentsArea .section-block--guide .col-lg-6 {
  margin: 0 20px;
}

#contentsArea .section-block--guide a.link-button--white {
  color: #00cec4;
  background-color: #ffffff;
}

#contentsArea .section-block--guide .guide-text {
 	font-size: 20px;
	font-weight: bold;
	color: #fff;
}


@media only screen and (min-width: 600px) {
/*---------- shared ----------*/
#top #wrapper,
#top #contentsArea {
  width: 100%;
/*  overflow-x: hidden; */
}

#top #navcontainer,
#top #wrapper #megaMenu,
#contentsArea .section__inner {
  width: 970px;
  margin: 0 auto;
}

#top header,
#top nav.globalNav,
#top footer {
  margin: 0px auto;
}

.row {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.col-lg-2 {width: 16.66667%;}
.col-lg-3 {width: 25%;}
.col-lg-4 {width: 33.3%;}
.col-lg-6 {width: 50%;}
.col-lg-8 {width: 66.7%;}
.col-lg-9 {width: 75%;}
.col-lg-10 {width: 83.33333%;}

.mt-lg-0 { margin-top: 0px !important; }
.mt-lg-10 { margin-top: 10px !important; }
.mt-lg-20 { margin-top: 20px !important; }
.mt-lg-25 { margin-top: 25px !important; }
.mt-lg-30 { margin-top: 30px !important; }
.mt-lg-35 { margin-top: 35px !important; }
.mt-lg-40 { margin-top: 40px !important; }
.mt-lg-50 { margin-top: 50px !important; }
.mt-lg-60 { margin-top: 60px !important; }
.mt-lg-70 { margin-top: 70px !important; }
.mt-lg-80 { margin-top: 80px !important; }
.mt-lg-90 { margin-top: 90px !important; }
.mt-lg-100 { margin-top: 100px !important; }
.mt-lg-110 { margin-top: 110px !important; }
.mt-lg-120 { margin-top: 120px !important; }
.mt-lg-130 { margin-top: 130px !important; }
.mt-lg-140 { margin-top: 140px !important; }
.mt-lg-150 { margin-top: 150px !important; }

.mb-lg-0 { margin-bottom: 0px !important; }
.mb-lg-10 { margin-bottom: 10px !important; }
.mb-lg-15 { margin-bottom: 15px !important; }
.mb-lg-20 { margin-bottom: 20px !important; }
.mb-lg-30 { margin-bottom: 30px !important; }
.mb-lg-40 { margin-bottom: 40px !important; }
.mb-lg-50 { margin-bottom: 50px !important; }
.mb-lg-60 { margin-bottom: 60px !important; }
.mb-lg-70 { margin-bottom: 70px !important; }
.mb-lg-80 { margin-bottom: 80px !important; }
.mb-lg-90 { margin-bottom: 90px !important; }
.mb-lg-100 { margin-bottom: 100px !important; }
.mb-lg-110 { margin-bottom: 110px !important; }
.mb-lg-120 { margin-bottom: 120px !important; }
.mb-lg-130 { margin-bottom: 130px !important; }
.mb-lg-140 { margin-bottom: 140px !important; }
.mb-lg-150 { margin-bottom: 150px !important; }

.pt-lg-0 { padding-top: 0px !important; }
.pt-lg-10 { padding-top: 10px !important; }
.pt-lg-20 { padding-top: 20px !important; }
.pt-lg-30 { padding-top: 30px !important; }
.pt-lg-40 { padding-top: 40px !important; }
.pt-lg-50 { padding-top: 50px !important; }
.pt-lg-60 { padding-top: 60px !important; }
.pt-lg-70 { padding-top: 70px !important; }
.pt-lg-80 { padding-top: 80px !important; }
.pt-lg-90 { padding-top: 90px !important; }
.pt-lg-100 { padding-top: 100px !important; }
.pt-lg-110 { padding-top: 110px !important; }
.pt-lg-120 { padding-top: 120px !important; }
.pt-lg-130 { padding-top: 130px !important; }
.pt-lg-140 { padding-top: 140px !important; }
.pt-lg-150 { padding-top: 150px !important; }

.pb-lg-0 { padding-bottom: 0px !important; }
.pb-lg-10 { padding-bottom: 10px !important; }
.pb-lg-20 { padding-bottom: 20px !important; }
.pb-lg-30 { padding-bottom: 30px !important; }
.pb-lg-40 { padding-bottom: 40px !important; }
.pb-lg-50 { padding-bottom: 50px !important; }
.pb-lg-60 { padding-bottom: 60px !important; }
.pb-lg-70 { padding-bottom: 70px !important; }
.pb-lg-80 { padding-bottom: 80px !important; }
.pb-lg-90 { padding-bottom: 90px !important; }
.pb-lg-100 { padding-bottom: 100px !important; }
.pb-lg-110 { padding-bottom: 110px !important; }
.pb-lg-120 { padding-bottom: 120px !important; }
.pb-lg-130 { padding-bottom: 130px !important; }
.pb-lg-140 { padding-bottom: 140px !important; }
.pb-lg-150 { padding-bottom: 150px !important; }

.pl-lg-5 { padding-left: 5px !important; }
.pl-lg-10 { padding-left: 10px !important; }
.pl-lg-15 { padding-left: 15px !important; }
.pl-lg-20 { padding-left: 20px !important; }
.pl-lg-40 { padding-left: 40px !important; }
.pr-lg-5 { padding-right: 5px !important; }
.pr-lg-10 { padding-right: 10px !important; }
.pr-lg-15 { padding-right: 15px !important; }
.pr-lg-20 { padding-right: 20px !important; }

.br-lg {
  display: none;
}

.hidden-lg {
  display: none !important;
}

/*---------- local navigation ----------*/
.local-nav {
  width: 970px;
  margin: 0 auto;
  padding: 9px 0 0;
}

.local-nav li {
  margin-left: 10px;
}

.local-nav li a {
  padding: 10px 20px;
}

.local-nav li a:hover {
  color: #0075B5;
  transition-duration: .3s;
}

.local-nav li:last-of-type a {
  color: #ffffff;
  background-color: #0075B5;
  border: 1px solid transparent;
}

.local-nav li:last-of-type a:hover {
  background-color: #A5DFFF;
}

.local-nav li a.hi-light {
  color: #ffffff;
  background-color: #0075B5;
  border: 1px solid transparent;
  margin-bottom: 9px;
  padding: 10px 30px;
}

.local-nav li a.hi-light:hover {
  background-color: #A5DFFF;
}

.local-nav li.contact {
  margin-left: 226px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  top: 0;
  z-index: 89;
}

.is-sticky {
  width: 100%;
}


/*---------- contents area ----------*/
/*---------- problem ----------*/
#contentsArea .section--problem {
    padding-top: 70px;
	margin-bottom: 40px;
}

#contentsArea .section--problem .problem-row .problem-box {
    display: flex;
    align-items: stretch;
    max-width: 970px;
    /* margin: 0 -30px; */
    padding: 0;
	font-weight: bold;
}

#contentsArea .section--problem .problem-row .problem-box dl {
    flex: 1;
    width: 100%;
    padding: 0 20px;
}

#contentsArea .section--problem .problem-row .problem-box dd {
    margin-bottom: 4px;
}

#contentsArea .section--problem .problem-row .problem-box ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin-top: 10px;
    padding: 0;
    background-color: #E2F2FB;
    font-size: 18px;
}

.addArrow {
    position: relative;
}

.addArrow::after,
.addArrow.__before::before {
    content: "";
    display: block;
    height: 34px;
    width: 100%;
    background: url("/business/solution/bill-one/img/icn_arrow_002.png") no-repeat center 0;
    background-size: 54px 34px;
}

#contentsArea .section--problem .problem-row .problem-box .flow-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 140px;
    padding: 10px 10px 10px 95px;
    font-size: 20px;
    background-position: 11% center;
    background-repeat: no-repeat;
    background-color: #268CBE;
    margin: 0 0 35px;
}

#contentsArea .section--problem .problem-row .problem-box .flow-ttl::before {
    content: "";
    display: block;
    height: 90px;
}

.flow-ttl.addArrow::after {
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    margin: auto;
}

.flow-ttl.__office {
    background-image: url("/business/solution/bill-one/img/opt_icn_building.png");
    background-size: 90px auto;
}

.flow-ttl.__pc {
    background-image: url("/business/solution/bill-one/img/opt_icn_pc.png");
    background-size: 90px auto;
    background-position: 28px center;
}

.flow-ttl.__net {
    background-image: url("/business/solution/bill-one/img/opt_icn_net.png");
    background-size: 70px auto;
    background-position: 27px center;
}


/*---------- solution ----------*/
#contentsArea .section--solution .solution-box {
	border: 2px solid #70c1e9;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
	padding: 10px 10px 20px;
}

#contentsArea .section--solution .solution-box .solution-box__ttl {
    width: 200px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
    color: #2079d3;
    background-color: #fff;
	margin: -41px auto 0px;
}

#contentsArea .section--solution .solution-box .solution-box__main-img {
    margin: 20px auto;
}

#contentsArea .section--solution .solution-box .solution-box__txt {
    font-size: 18px;
    font-weight: bold;
	line-height: 1.6;
}

#contentsArea .section--solution .solution-box .solution-box__arrow-img {
    margin: 5px auto;
}

#contentsArea .section--solution .solution-box .solution-box__arrow-img img {
    width: 20px;
}


/*---------- case study ----------*/
#contentsArea .case_study-block__03-left {
  text-align: right;
  padding-right: 20px;
}

#contentsArea .case_study-block__03-left .section__img img {
  width: 100px;
}

#contentsArea .cs_txt {
	color: #268CBE;
	font-size: 24px;
}

#contentsArea .cs_txt2 {
	font-size: 18px;
	line-height: 1.6;
}

/*---------- faq ----------*/
#contentsArea .section--faq {
    margin-bottom: 40px;
}

#contentsArea .section--faq .faqbox {
    font-size: 20px;
    border: #268CBE 1px solid;
    margin: 60px 30px 30px;
}

#contentsArea .section--faq .faq-q {
	color: #fff;
    font-size: 24px;
    font-weight: bold;
    background: #268CBE;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 22px 40px 18px 36px;
	text-align: left;
}

#contentsArea .section--faq .faq-a {
    position: relative;
    padding: 30px 40px 26px 126px;
	text-align: left;
}

#contentsArea .section--faq .faq-a p {
    line-height: 1.8;
}

#contentsArea .section--faq .faq-q::before,
#contentsArea .section--faq .faq-a::before {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
}

#contentsArea .section--faq .faq-q::before {
    content: "Q";
    height: 78px;
    margin: 0 40px 0 0;
}

#contentsArea .section--faq .faq-a::before {
    content: "A";
    position: absolute;
	color: #268CBE;
    top: 32px;
    left: 42px;
}

#contentsArea .section--faq .faqbox.__last {
    margin-bottom: 0px;
}

/*---------- guide ----------*/
#contentsArea .section-block--guide .row {
  max-width: 970px;
  margin: 0 auto;
}

#contentsArea .section-block--guide {
    margin-bottom: 40px;
}


}

@media only screen and (max-width: 599.99px) {
/*---------- shared ----------*/
footer {
	margin: 0;
}

#contentsArea, #footerLink02 {
	padding: 0;
}

.col-sm-2 {width: 16.66667%;}
.col-sm-3 {width: 25%;}
.col-sm-4 {width: 33.33333%;}
.col-sm-6 {width: 50%;}
.col-sm-8 {width: 66.66667%;}
.col-sm-9 {width: 75%;}
.col-sm-10 {width: 83.33333%;}
.col-sm-12 {width: 100%;}

.mt-sm-0 { margin-top: 0px !important; }
.mt-sm-5 { margin-top: 5px !important; }
.mt-sm-10 { margin-top: 10px !important; }
.mt-sm-20 { margin-top: 20px !important; }
.mt-sm-30 { margin-top: 30px !important; }
.mt-sm-40 { margin-top: 40px !important; }
.mt-sm-50 { margin-top: 50px !important; }
.mt-sm-60 { margin-top: 60px !important; }
.mt-sm-70 { margin-top: 70px !important; }
.mt-sm-80 { margin-top: 80px !important; }
.mt-sm-90 { margin-top: 90px !important; }
.mt-sm-100 { margin-top: 100px !important; }
.mt-sm-110 { margin-top: 110px !important; }
.mt-sm-120 { margin-top: 120px !important; }
.mt-sm-130 { margin-top: 130px !important; }
.mt-sm-140 { margin-top: 140px !important; }
.mt-sm-150 { margin-top: 150px !important; }

.mb-sm-0 { margin-bottom: 0px !important; }
.mb-sm-10 { margin-bottom: 10px !important; }
.mb-sm-20 { margin-bottom: 20px !important; }
.mb-sm-30 { margin-bottom: 30px !important; }
.mb-sm-40 { margin-bottom: 40px !important; }
.mb-sm-50 { margin-bottom: 50px !important; }
.mb-sm-60 { margin-bottom: 60px !important; }
.mb-sm-70 { margin-bottom: 70px !important; }
.mb-sm-80 { margin-bottom: 80px !important; }
.mb-sm-90 { margin-bottom: 90px !important; }
.mb-sm-100 { margin-bottom: 100px !important; }
.mb-sm-110 { margin-bottom: 110px !important; }
.mb-sm-120 { margin-bottom: 120px !important; }
.mb-sm-130 { margin-bottom: 130px !important; }
.mb-sm-140 { margin-bottom: 140px !important; }
.mb-sm-150 { margin-bottom: 150px !important; }

.ml-sm-10 { margin-left: 10px !important; }
.ml-sm-20 { margin-left: 20px !important; }

.mr-sm-10 { margin-right: 10px !important; }
.mr-sm-20 { margin-right: 20px !important; }

.pt-sm-0 { padding-top: 0px !important; }
.pt-sm-10 { padding-top: 10px !important; }
.pt-sm-20 { padding-top: 20px !important; }
.pt-sm-30 { padding-top: 30px !important; }
.pt-sm-40 { padding-top: 40px !important; }
.pt-sm-50 { padding-top: 50px !important; }
.pt-sm-60 { padding-top: 60px !important; }
.pt-sm-70 { padding-top: 70px !important; }
.pt-sm-80 { padding-top: 80px !important; }
.pt-sm-90 { padding-top: 90px !important; }
.pt-sm-100 { padding-top: 100px !important; }
.pt-sm-110 { padding-top: 110px !important; }
.pt-sm-120 { padding-top: 120px !important; }
.pt-sm-130 { padding-top: 130px !important; }
.pt-sm-140 { padding-top: 140px !important; }
.pt-sm-150 { padding-top: 150px !important; }

.pb-sm-0 { padding-bottom: 0px !important; }
.pb-sm-10 { padding-bottom: 10px !important; }
.pb-sm-20 { padding-bottom: 20px !important; }
.pb-sm-30 { padding-bottom: 30px !important; }
.pb-sm-40 { padding-bottom: 40px !important; }
.pb-sm-50 { padding-bottom: 50px !important; }
.pb-sm-60 { padding-bottom: 60px !important; }
.pb-sm-70 { padding-bottom: 70px !important; }
.pb-sm-80 { padding-bottom: 80px !important; }
.pb-sm-90 { padding-bottom: 90px !important; }
.pb-sm-100 { padding-bottom: 100px !important; }
.pb-sm-110 { padding-bottom: 110px !important; }
.pb-sm-120 { padding-bottom: 120px !important; }
.pb-sm-130 { padding-bottom: 130px !important; }
.pb-sm-140 { padding-bottom: 140px !important; }
.pb-sm-150 { padding-bottom: 150px !important; }

.pl-sm-0 { padding-left: 0px !important; }
.pl-sm-5 { padding-left: 5px !important; }
.pl-sm-10 { padding-left: 10px !important; }
.pl-sm-15 { padding-left: 15px !important; }
.pl-sm-20 { padding-left: 20px !important; }
.pl-sm-25 { padding-left: 25px !important; }
.pl-sm-30 { padding-left: 30px !important; }

.pr-sm-0 { padding-right: 0px !important; }
.pr-sm-5 { padding-right: 5px !important; }
.pr-sm-10 { padding-right: 10px !important; }
.pr-sm-15 { padding-right: 15px !important; }
.pr-sm-20 { padding-right: 20px !important; }
.pr-sm-25 { padding-right: 25px !important; }
.pr-sm-30 { padding-right: 30px !important; }

.br-sm {
  direction: none;
}

.hidden-sm {
  display: none !important;
}

.txt_large{
  font-size: 26px;
}

.txt_middle{
  font-size: 18px;	
}

.txt_small{
  font-size: 14px;	
}


/*---------- local navigation ----------*/
.sticky {
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  top: 0;
  z-index: 89;
}

.is-sticky {
  width: 100%;
}

#l-subheader {
    width: 100%;
    z-index: 2;
}

.subheader {
    width: 100%;
    position: relative;
    line-height: 1.5;
    font-family: "Arial", "Helvetica", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    background-color: #0075B5;
    z-index: 1;
}

.subheader__container {
	display: table;
    width: 100%;
	min-height: 45px;
    box-sizing: border-box;
}

.subheader__title {
    margin: 0;
    text-align: left;
    line-height: 1.125;
    font-weight: normal;
	display: table-cell;
    vertical-align: middle;
    padding: 10px 90px 10px 15px;
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
}

.subheader__btn-localmenu-sp {
    position: absolute;
    top: 0;
    right: 2px;
    width: 75px;
    height: 100%;
    padding: 0;
    background-color: #0075B5;
    /* background-image: url(../img/btn_menu_001.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 33px auto; */
    border: 0;
    outline: none;
}

.subheader__btn-localmenu-sp:before {
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 13px;
    top: 32%;
    width: 10px;
    height: 10px;
    left: 50%;
    margin-left: -3px;
}

.is-localmenu-open .subheader__btn-localmenu-sp {
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 100%;
    padding: 0;
    background-color: #0075B5;
    background-image: url("/business/solution/bill-one/img/btn_localmenu_close.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
    border: 0;
    outline: none;
}
.is-localmenu-open .subheader__btn-localmenu-sp:before {
    display: none;
}

.localmenu {
	display: none;
    position: relative;
    line-height: 1.5;
    z-index: 1;
}

.is-localmenu-open .localmenu {
    display: block;
}

.localmenu__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
}

.localmenu__list {
    padding: 0;
    margin: 0;
}

.localmenu ul {
    list-style: none;
}

.localmenu ul li {
    border-bottom: 1px solid #0075B5;
}

.localmenu ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    box-sizing: border-box;
    text-decoration: none;
	color: #000;
}

/*
.local-nav li {
  width: 33.3%;
  box-sizing: border-box;
}
.local-nav li.contact {
  width: 66.7%;
  box-sizing: border-box;
}

.local-nav li a {
  padding: 10px 0;
  font-size: 13px;
  color: #ffffff;
  background-color: #3d6fc9;
  border: 1px solid #ffffff;
  text-align: center
}

.local-nav li a:hover {
  color: #3d6fc9;
  background-color: #ffffff;
  border-color: #3d6fc9;
}
*/

/*---------- main visual ----------*/
.main-visual {
  background-image: url("/business/solution/bill-one/img/bg_main_visual.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.main-visual .main-visual__logo {
	width: 100%;
    padding: 20px 0 0;
}

.main-visual__title {
	width: 80%;
}

.main-visual .main-visual__text {
	width: 100%;
	padding-bottom: 20px;
}
.main-visual .main-visual__text p {
	padding: 0 10px;
}

.main-visual .main-visual__btn,
#contentsArea .section-block--guide .guide-btn {
    margin-top: 25px;
}

.main-visual .main-visual__btn a,
#contentsArea .section-block--guide .guide-btn a {
	padding: 0 10px;
}

.main-visual .main-visual__btn li,
#contentsArea .section-block--guide .guide-btn li {
    max-width: 320px;
}


/*---------- contents area ----------*/
#contentsArea .section {
  padding: 70px 0 0;
}

#contentsArea .section-block {
  margin: 60px 0 0;
}

#contentsArea .section-block__inner {
  padding: 30px 10px;
}

#contentsArea .section__head,
#contentsArea .section__body {
  padding: 0 10px;
}

#contentsArea h2.section__ttl {
    font-size: 24px;
}

#contentsArea .section-block__contents {
  padding: 20px 10px;
}

#contentsArea .section-block--guide {
  margin-top: 60px;
  padding: 30px 0 40px;
}

#contentsArea .section-block--guide .section-block__head {
	width: 100%;
}

#contentsArea .section-block--guide .section-block__body {
	width: 100%;
}

#contentsArea .section-block--guide .guide-text {
	font-size: 16px;
	padding: 0 10px;
}

/*---------- problem ----------*/
#contentsArea .section--problem .problem-row .problem-box dl {
    font-size: 20px;
    margin: 0 0 40px;
    width: 100%;
}

#contentsArea .section--problem .problem-row .problem-box ul,
#contentsArea .section--problem .problem-row .problem-box li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

#contentsArea .section--problem .problem-row .problem-box ul {
    list-style: none;
    width: 100%;
    margin: 0 -2px;
    padding: 0;
}

#contentsArea .section--problem .problem-row .problem-box .flow-ttl,
#contentsArea .section--problem .problem-row .problem-box li {
    -webkit-align-items: center;
    align-items: center;
}

#contentsArea .section--problem .problem-row .problem-box li {
	font-size: 18px;
	font-weight: bold;
    text-align: center;
    line-height: 1.25;
    background: #E2F2FB;
    width: 28%;
    -webkit-flex: 1 1 33%;
    flex: 1 1 33%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 2px;
    padding: 12px 5px;
    -webkit-align-items: center;
    align-items: center;
}

.addArrow::after,
.addArrow.__before::before {
    content: "";
    display: block;
    height: 34px;
    width: 100%;
    left: 0;
    background: url("/business/solution/bill-one/img/icn_arrow_002.png") no-repeat center 0;
    background-size: 54px 34px;
}

#contentsArea .section--problem .problem-row .problem-box .flow-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    background: #268CBE no-repeat 34px center;
    position: relative;
    padding: 25px 10px 25px 90px;
    margin: 0 0 34px;
}

#contentsArea .section--problem .problem-row .problem-box .flow-ttl::before {
    content: "";
    /* display: block; */
    height: 90px;
}

.flow-ttl.addArrow::after {
    position: absolute;
    bottom: -33px;
}

#contentsArea .section--problem .problem-row .problem-box .flow-ttl.__office {
    background-image: url("/business/solution/bill-one/img/icn_building.png");
    background-size: 30px auto;
}

#contentsArea .section--problem .problem-row .problem-box .flow-ttl.__pc {
    background-image: url("/business/solution/bill-one/img/icn_pc.png");
    background-size: 42px auto;
    background-position: 28px center;
}


#contentsArea .section--problem .problem-row .problem-box .flow-ttl.__net {
    background-image: url("/business/solution/bill-one/img/icn_net.png");
    background-size: 45px auto;
    background-position: 27px center;
}


/*---------- solution ----------*/
#contentsArea .section--solution .solution-box {
	border: 2px solid #70c1e9;
    border-radius: 10px;
    text-align: center;
    margin: 60px 10px 10px;
	padding: 10px 10px 20px;
}

#contentsArea .section--solution .solution-box .solution-box__ttl {
    width: 200px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
    color: #2079d3;
    background-color: #fff;
	margin: -41px auto 0px;
}

#contentsArea .section--solution .solution-box .solution-box__main-img {
    margin: 20px auto;
}

#contentsArea .section--solution .solution-box .solution-box__txt {
    font-size: 18px;
    font-weight: bold;
	line-height: 1.6;
}

#contentsArea .section--solution .solution-box .solution-box__arrow-img {
    margin: 5px auto;
}

#contentsArea .section--solution .solution-box .solution-box__arrow-img img {
    width: 20px;
}


/*---------- solution ----------*/
#contentsArea h3.section__ttl {
    font-size: 20px;
}


/*---------- case study ----------*/
#contentsArea .case_study-block_body-task {
    padding: 20px 15px 15px 24px;
}

#contentsArea .case_study-block_body-introduction {
    padding: 20px 15px 15px 24px;
}

#contentsArea .case_study-block_body-task .checklist li,
#contentsArea .case_study-block_body-introduction .checklist li {
    padding: 0 0 8px 40px;
}

#contentsArea .section--case_study .section__body .section__img {
    padding: 0 15px;
}

#contentsArea .section--case_study .comment-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 40px 0 27px;
	padding: 0 15px;
}

#contentsArea .section--case_study .comment-box figure {
    max-width: 80px;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
}

#contentsArea .section--case_study .comment-box p {
	text-align: left;
}

#contentsArea .section--case_study .comment-box .comment-ttl {
    font-size: 20px;
    color: #268CBE;
	font-weight: bold;
    line-height: 1.4;
}
#contentsArea .section--case_study .comment-box .comment-txt {
    font-size: 16px;
    margin-top: 12px;
    line-height: 1.4;
	display: block;
}

/*---------- faq ----------*/
#contentsArea .section--faq .faqbox {
    font-size: 18px;
    border: #268CBE 1px solid;
    margin: 30px 0px 35px;
}

#contentsArea .section--faq .faq-q {
	color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    background: #268CBE;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding: 15px 20px;
	text-align: left;
}

#contentsArea .section--faq .faq-a {
    position: relative;
    padding: 15px 20px 15px 76px;
	text-align: left;
}

#contentsArea .section--faq .faq-a p {
    line-height: 1.4;
}

#contentsArea .section--faq .faq-q::before,
#contentsArea .section--faq .faq-a::before {
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
}

#contentsArea .section--faq .faq-q::before {
    content: "Q";
    flex: 0 0 auto;
    margin: 0 20px 0 0;
}

#contentsArea .section--faq .faq-a::before {
    content: "A";
    position: absolute;
	color: #268CBE;
    top: 18px;
    left: 24px;
}

#contentsArea .section--faq .faqbox.__last {
    margin-bottom: 0px;
}


/*---------- guide ----------*/
#contentsArea .section-block--guide .section-block__head img {
    width: 260px;
}

.main-visual .main-visual__btn a,
#contentsArea .section-block--guide .guide-btn a {
    background-position: calc(100% - 10px) center;
	font-size: 18px;
}

/*---------- etc ----------*/
.reset {
	clear: both;
}

.local-nav li a.current {
	color: #3d6fc9;
	background-color: #fff;
    padding-bottom: 4px;
}

}


@media only screen and (min-width: 600px) {
}

@media only screen and (max-width: 599.99px) {
}
