@charset "UTF-8";
/* ****************************************************
style.css for cybozu price SP
 ***************************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*general
=========================================*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #ffffff;
  font-size: 1rem;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #222;
}
body > img {
  display: none !important;
}

a:link, a:visited, a:active {
  color: #2f8ce0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  vertical-align: top;
}

em,
strong {
  font-weight: bold;
}

.em01 {
  color: #dd2e1b;
}

sup {
  font-size: 1.2rem;
  vertical-align: text-top;
}

/*Header
=========================================*/
#header {
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
#header > ul {
  display: table;
  width: 950px;
  margin: 0 auto;
}
#header > ul > li {
  display: table-cell;
  width: 50%;
  height: 80px;
  vertical-align: middle;
}
#header > ul > li + li {
  text-align: right;
}

/*Contents
=========================================*/
#main {
  max-width: 2200px;
  margin: 0 auto;
  background: #ffffff url(../images/index_bg01.png) no-repeat 50% 0;
}
#main h1 {
  width: 100%;
  position: relative;
  height: 369px;
  padding-top: 48px;
}
#main h1 > span {
  position: relative;
  overflow: hidden;
  display: block;
  height: 369px;
  width: 100%;
  white-space: nowrap;
  text-indent: 100%;
  background: url(../images/index_h01.png) no-repeat 50% 0;
}
#main h1 + p {
  margin-top: 30px;
  text-align: center;
}
#main .cv {
  padding: 44px 0;
  text-align: center;
}
#main #about {
  margin: 115px auto 0;
  padding: 0 0 75px;
  background: url(../images/index_bg02.png) repeat-y 50% 0;
}
#main #about h2 {
  margin: 0 0 75px;
  text-align: center;
}
#main #about h2 + p {
  width: 950px;
  margin: 0 auto;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.5;
}
#main #about ul {
  width: 962px;
  margin: 25px auto 0;
  display: table;
}
#main #about ul > li {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
#main #about ul > li + li {
  text-align: right;
}
#main #merit {
  margin: 0 auto;
  padding: 75px 0 30px;
  width: 950px;
}
#main #merit h2 {
  text-align: center;
}
#main #merit .meritBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 100px 0 0;
  padding-bottom: 30px;
}
#main #merit .meritBox:after {
  content: '';
  display: table;
  clear: both;
}
#main #merit .meritBox .box {
  float: left;
  border: 1px solid #d8d8d8;
  width: 300px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}
#main #merit .meritBox .box h3 {
  position: relative;
  padding: 35px 3px 15px;
  background-color: #fceff1;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
#main #merit .meritBox .box h3 .num {
  position: absolute;
  top: -26px;
  left: 128px;
}
#main #merit .meritBox .box h3 em {
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  color: #d82848;
}
#main #merit .meritBox .box > p.text {
  padding: 0 30px 20px;
}
#main #merit .meritBox .box + .box {
  margin-left: 22px;
}
#main #feature {
  padding: 80px 0 70px;
  background: url(../images/index_bg03.png) 0 0;
}
#main #feature h2 {
  text-align: center;
}
#main #feature .wrap {
  width: 950px;
  margin: 75px auto 0;
}
#main #feature .wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#main #feature .wrap ul:after {
  content: '';
  display: table;
  clear: both;
}
#main #feature .wrap ul > li {
  float: left;
  width: 226px;
  margin-left: 15px;
  margin-bottom: 13px;
  background-color: #fff;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.13);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
#main #feature .wrap ul > li.break {
  margin-left: 0;
  clear: left;
}
#main #feature .wrap ul > li > p {
  padding: 0 25px 25px;
}
#main #feature .wrap ul > li > p:first-child {
  padding: 0;
}
#main #feature .wrap ul + p {
  margin: 5px 0 0;
  text-align: right;
  font-size: 18px;
  font-size: 1.8rem;
}
#main #feature .wrap ul + p a {
  color: #3366ff;
}
#main #feature .wrap ul + p a:after {
  display: inline-block;
  width: 10px;
  height: 15px;
  margin-left: 3px;
  background: url(../images/index_ic05.png) no-repeat 0 0;
  content: " ";
  vertical-align: baseline;
}
#main #caseStudies {
  padding: 65px 0 35px;
  background: url(../images/index_bg04.jpg) no-repeat 50% 0;
  background-size: cover;
}
#main #caseStudies h2 {
  text-align: center;
}
#main #caseStudies .cv {
  padding-top: 80px;
}
#main #caseStudies .case {
  width: 950px;
  margin: 30px auto 0;
  padding: 40px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
}
#main #caseStudies .case h3 {
  display: table;
  width: 100%;
  background-color: #fff;
  line-height: 1.2;
}
#main #caseStudies .case h3 .type {
  box-sizing: border-box;
  display: table-cell;
  width: 145px;
  padding: 3px;
  height: 100%;
  background-color: #d82848;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
}
#main #caseStudies .case h3 .titleWrap {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
#main #caseStudies .case h3 .name {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
}
#main #caseStudies .case h3 .title {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.35rem;
}
#main #caseStudies .case .wrap {
  display: table;
  width: 950px;
  margin: 35px 0 0;
}
#main #caseStudies .case .wrap .text {
  box-sizing: border-box;
  display: table-cell;
  width: 630px;
  padding: 0 0 15px 30px;
  vertical-align: top;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}
#main #caseStudies .case .wrap .text:first-child {
  padding: 0 30px 15px 0;
}
#main #caseStudies .case .wrap .photo {
  display: table-cell;
  width: 304px;
  padding-top: 5px;
  text-align: right;
  vertical-align: top;
}
#main #faq {
  padding: 80px 0;
  background-color: #f4f4f4;
}
#main #faq h2 {
  text-align: center;
}
#main #faq .wrap {
  width: 950px;
  margin: 80px auto 0;
}
#main #faq .wrap dl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
#main #faq .wrap dl dt {
  position: relative;
  margin-left: 33px;
  margin-bottom: 15px;
  padding: 20px 80px 15px 50px;
  background-color: #fff;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.13);
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  cursor: pointer;
}
#main #faq .wrap dl dt .qnum {
  position: absolute;
  top: 50%;
  left: -33px;
  margin-top: -33px;
}
#main #faq .wrap dl dt:after {
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -14px;
  width: 29px;
  height: 29px;
  background: url(../images/index_ic16.png) no-repeat 0 0;
  content: " ";
}
#main #faq .wrap dl dt.open:after {
  background-image: url(../images/index_ic17.png);
}
#main #faq .wrap dl dd {
  padding: 10px 0 40px 83px;
}
#main #faq .wrap dl dd > div {
  position: relative;
  min-height: 33px;
  padding: 10px 0;
}
#main #faq .wrap dl dd .anum {
  position: absolute;
  top: 50%;
  left: -83px;
  margin-top: -33px;
}
#main #price {
  padding: 80px 0;
}
#main #price h2 {
  text-align: center;
}
#main #price .wrap {
  width: 950px;
  margin: 0 auto;
}
#main #price .wrap table {
  width: 100%;
  margin: 80px 0 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #c8c7c2;
}
#main #price .wrap table th, #main #price .wrap table td {
  padding: 15px 20px 11px;
  border: 1px solid #c8c7c2;
  vertical-align: middle;
  font-weight: bold;
}
#main #price .wrap table th {
  background-color: #e9e2ce;
  font-size: 16px;
  font-size: 1.6rem;
}
#main #price .wrap table td {
  background-color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
}
#main #price .wrap table td em {
  font-size: 20px;
  font-size: 2rem;
  color: #dd304d;
}
#main #price .wrap table td:first-child {
  font-size: 16px;
  font-size: 1.6rem;
}
#main #price .wrap table td:first-child strong {
  font-size: 19px;
  font-size: 1.92rem;
}
#main #price .wrap table + p {
  margin: 25px 0 0;
  text-align: center;
}
#main #price #priceWrap {
  overflow: hidden;
  margin: 25px 0 0;
  background: url(../images/index_bg05.png) no-repeat 0 100%;
}
#main #price #priceWrap .colLeft,
#main #price #priceWrap .colRight {
  width: 460px;
}
#main #price #priceWrap .colLeft {
  float: left;
}
#main #price #priceWrap .colRight {
  float: right;
}
#main #price #priceWrap .box {
  overflow: hidden;
}
#main #price #priceWrap .box > p {
  text-align: center;
}
#main #price #priceWrap .box .text {
  padding: 15px 20px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}
#main #price #priceWrap + p {
  margin: 18px 0 0;
}
#main #price #priceWrap + p + ul {
  margin: 20px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
}
#main #price #priceWrap + p + ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
#main #price #priceWrap + p + ul > li > i {
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
#main #flow {
  padding: 80px 0 35px;
  background: url(../images/index_bg03.png) 0 0;
}
#main #flow h2 {
  text-align: center;
}
#main #flow .lead {
  width: 950px;
  margin: 75px auto 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
#main #flow .lead em {
  color: #dd304d;
  font-size: 16px;
  font-size: 1.6rem;
}
#main #flow #flowList {
  width: 945px;
  margin: 0 auto;
  padding: 0 0 10px;
  height: 136px;
}
#main #flow #flowList > li {
  position: relative;
  float: left;
  width: 210px;
}
#main #flow #flowList > li + li {
  margin-left: 35px;
}
#main #flow #flowList > li + li:before {
  display: block;
  position: absolute;
  top: 50%;
  left: -35px;
  margin-top: -9px;
  content: url(../images/index_ic18.png);
}
#main #flow #flowList + p {
  margin: 70px 0 0;
  text-align: center;
}
#main #flow #flowList + p + .cv {
  padding-top: 25px;
}

/*Footer
=========================================*/
#footer {
  width: 100%;
  margin: 0;
  padding: 25px 0;
  background: #e7e7e7;
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1) inset;
}
#footer #pageup {
  position: fixed;
  bottom: 60px;
  right: 20px;
}
#footer #pageup img {
  cursor: pointer;
}

#ftContents {
  width: 950px;
  margin: 0 auto;
}

#footer #ftLogo {
  font-size: 12px;
  font-size: 1.2rem;
}

#footer #ftLogo img {
  margin: 0 13px 0 0;
  vertical-align: middle;
}

#footer #ftLogo #ftCompanyInfo {
  display: inline-block;
  padding-left: 12px;
  border-left: 1px solid #b2b2b2;
  line-height: 1.5;
}

#footer #ftOfficeLink {
  margin-top: -1.5em;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}

#footer #ftOfficeLink a {
  display: inline-block;
  padding: 0 0 0 23px;
  background: url(../images/index_ic01.png) no-repeat 0 50%;
  line-height: 1.3;
}

#footer #ftCopy {
  margin: 15px 0 0;
  border-top: 3px solid #b8b8b8;
  padding: 13px 0 0;
  font-size: 10px;
  font-size: 1.0rem;
}
