@charset "UTF-8";
/***********************共通設定************************/
/***********************共通設定************************/
/*----------------------------------------------------
topHead
----------------------------------------------------*/
#topHead {
  position: relative;
  padding-top: 8.37%;
  padding-bottom: 40px;
  position: relative;
  /* 751- */
  /* 1337- */
}
#topHead .shoulder {
  width: 100%;
  margin: 0 auto;
}
#topHead h1 {
  width: 100%;
  margin: 0 auto;
  margin-top: 3.4%;
}
@media all and (min-width: 751px) {
  #topHead {
    padding-bottom: 75px;
  }
  #topHead .shoulder {
    max-width: 942px;
  }
  #topHead h1 {
    max-width: 823px;
  }
}
@media all and (min-width: 1337px) {
  #topHead {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #topHead h1 {
    margin-top: 40px;
  }
  #topHead .tm {
    margin-top: 30px;
  }
}

/*----------------------------------------------------
topTab
----------------------------------------------------*/
#topTab {
  margin-top: 40px;
  /* -750 */
  /* 751- */
  /* 1337- */
}
#topTab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topTab li {
  width: 20%;
  height: 60px;
  font-size: 12px;
  line-height: 50px;
  background: #000000;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 5px #FFFFFF;
  border-width: 5px 0 5px;
}
#topTab li.current {
  position: relative;
  line-height: 57px;
  border: solid 3px #000000;
  border-width: 3px 3px 0 3px;
  background: #FFFFFF;
  color: #000000;
}
#topTab li.current::before {
  display: none;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif !important;
  font-weight: bold;
  content: "×";
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1.2em;
  position: absolute;
  top: 0;
  right: 2px;
}
#topTab li:first-child.current {
  border-width: 3px 3px 0 0;
}
#topTab li:last-child.current {
  border-width: 3px 0 0 3px;
}
@media all and (max-width: 750px) {
  #topTab li:nth-child(1), #topTab li:nth-child(2), #topTab li:nth-child(3) {
    width: 14%;
  }
  #topTab li:nth-child(4), #topTab li:nth-child(5) {
    width: 29%;
  }
}
@media all and (min-width: 751px) {
  #topTab {
    margin-top: 25px;
  }
  #topTab li {
    height: 88px;
    font-size: 16px;
    line-height: 68px;
    letter-spacing: 0.1em;
    cursor: pointer;
    border-width: 10px 0 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topTab li:not(.current):hover {
    color: #000000;
    background: #ececec;
  }
  #topTab li.current {
    cursor: default;
    line-height: 85px;
  }
  #topTab li.current::before {
    font-size: 1.6em;
  }
}
@media all and (min-width: 1337px) {
  #topTab li.current::before {
    right: 20px;
    top: 50%;
    margin-top: -0.5em;
    cursor: pointer;
  }
}

/*----------------------------------------------------
main
----------------------------------------------------*/
main .section {
  display: none;
}
main .section.current {
  display: block;
}

/*----------------------------------------------------
carte
----------------------------------------------------*/
#price,
#deadline,
#flow,
#faq {
  /* 751- */
  /* 917- */
  /* 1337- */
}
#price .carte,
#deadline .carte,
#flow .carte,
#faq .carte {
  position: relative;
  margin-top: 45px;
  background: url(../images/bg_gray.png) repeat center top;
  background-size: 8px auto;
  border: solid 2px #000000;
  padding: 20px 12px;
}
#price .carte h3,
#price .carte .carteTitle,
#deadline .carte h3,
#deadline .carte .carteTitle,
#flow .carte h3,
#flow .carte .carteTitle,
#faq .carte h3,
#faq .carte .carteTitle {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  border: solid 2px #000000;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  padding: 0.5em 1em;
  margin: -1.25em 0 0 -2px;
  text-align: left;
}
#price .carte.long,
#deadline .carte.long,
#flow .carte.long,
#faq .carte.long {
  margin-top: 60px;
  /* 751- */
  /* 1337- */
}
#price .carte.long h3,
#price .carte.long .carteTitle,
#deadline .carte.long h3,
#deadline .carte.long .carteTitle,
#flow .carte.long h3,
#flow .carte.long .carteTitle,
#faq .carte.long h3,
#faq .carte.long .carteTitle {
  margin-top: -2.5em;
}
@media screen and (min-width: 514px) {
  #price .carte.long,
  #deadline .carte.long,
  #flow .carte.long,
  #faq .carte.long {
    margin-top: 45px;
  }
  #price .carte.long h3,
  #price .carte.long .carteTitle,
  #deadline .carte.long h3,
  #deadline .carte.long .carteTitle,
  #flow .carte.long h3,
  #flow .carte.long .carteTitle,
  #faq .carte.long h3,
  #faq .carte.long .carteTitle {
    margin-top: -1.25em;
  }
}
@media all and (min-width: 751px) {
  #price .carte.long,
  #deadline .carte.long,
  #flow .carte.long,
  #faq .carte.long {
    margin-top: 60px;
  }
}
@media all and (min-width: 1337px) {
  #price .carte.long,
  #deadline .carte.long,
  #flow .carte.long,
  #faq .carte.long {
    margin-top: 75px;
  }
}
#price .carte .list li,
#deadline .carte .list li,
#flow .carte .list li,
#faq .carte .list li {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#price .carte .list li:first-child,
#deadline .carte .list li:first-child,
#flow .carte .list li:first-child,
#faq .carte .list li:first-child {
  margin-top: 0;
}
#price .carte .list h4,
#deadline .carte .list h4,
#flow .carte .list h4,
#faq .carte .list h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 0.1em;
  padding-right: 2em;
}
#price .carte .list h4::before, #price .carte .list h4::after,
#deadline .carte .list h4::before,
#deadline .carte .list h4::after,
#flow .carte .list h4::before,
#flow .carte .list h4::after,
#faq .carte .list h4::before,
#faq .carte .list h4::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
#price .carte .list h4::before,
#deadline .carte .list h4::before,
#flow .carte .list h4::before,
#faq .carte .list h4::before {
  top: 50%;
  left: 5px;
  width: calc(100% - 20px);
  height: 2px;
  background: #000000;
}
#price .carte .list h4::after,
#deadline .carte .list h4::after,
#flow .carte .list h4::after,
#faq .carte .list h4::after {
  top: 50%;
  right: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 10px solid #000000;
  margin: -3px 10px 0 0;
}
#price .carte .list h4 span,
#deadline .carte .list h4 span,
#flow .carte .list h4 span,
#faq .carte .list h4 span {
  position: relative;
  display: inline-block;
  padding-right: 0.6em;
  background: url(../images/bg_gray.png) repeat center top;
  background-size: 8px auto;
  z-index: 2;
}
#price .carte .list h4 span.min,
#deadline .carte .list h4 span.min,
#flow .carte .list h4 span.min,
#faq .carte .list h4 span.min {
  position: static;
  display: inline;
  padding: 0;
  background: none;
  font-size: 0.526em;
}
#price .carte .list p,
#deadline .carte .list p,
#flow .carte .list p,
#faq .carte .list p {
  text-align: center;
  color: #FFFFFF;
  background: #000000;
  width: 100px;
  font-size: 18px;
  line-height: 45px;
}
#price .carte .list p .symbol,
#deadline .carte .list p .symbol,
#flow .carte .list p .symbol,
#faq .carte .list p .symbol {
  display: inline-block;
  margin: 0 0.1em;
  font-size: 0.7em;
}
#price .carte .list p .min,
#deadline .carte .list p .min,
#flow .carte .list p .min,
#faq .carte .list p .min {
  font-size: 0.52em;
}
#price .carte .list.mgn,
#deadline .carte .list.mgn,
#flow .carte .list.mgn,
#faq .carte .list.mgn {
  margin-top: 15px;
}
#price .carte.standard,
#deadline .carte.standard,
#flow .carte.standard,
#faq .carte.standard {
  background: url(../images/bg_yellow.png) repeat center top;
  background-size: 8px auto;
}
#price .carte.standard .list li h4 span,
#deadline .carte.standard .list li h4 span,
#flow .carte.standard .list li h4 span,
#faq .carte.standard .list li h4 span {
  background: url(../images/bg_yellow.png) repeat center top;
  background-size: 8px auto;
}
#price .carte .note,
#deadline .carte .note,
#flow .carte .note,
#faq .carte .note {
  margin-top: 10px;
  position: relative;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif !important;
  background: #FFFFFF;
  border: solid 2px #000000;
  font-size: 13px;
  line-height: 2.125;
  font-weight: bold;
  letter-spacing: 0.03em;
  padding: 1.2em 1em 1.2em 46px;
  text-align: left;
}
#price .carte .note::before,
#deadline .carte .note::before,
#flow .carte .note::before,
#faq .carte .note::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(../images/icon_check.svg) no-repeat 0 0;
  background-size: 100% auto;
  margin: 18px 0 0 12px;
}
#price .carte .note.mgn,
#deadline .carte .note.mgn,
#flow .carte .note.mgn,
#faq .carte .note.mgn {
  margin-top: 15px;
}
#price .carte.orange,
#deadline .carte.orange,
#flow .carte.orange,
#faq .carte.orange {
  background: url(../images/bg_orange.png) repeat center top;
  background-size: 8px auto;
}
#price .carte.orange h3,
#price .carte.orange .carteTitle,
#deadline .carte.orange h3,
#deadline .carte.orange .carteTitle,
#flow .carte.orange h3,
#flow .carte.orange .carteTitle,
#faq .carte.orange h3,
#faq .carte.orange .carteTitle {
  background: #FFB833;
}
#price .carte.orange .list li h4 span,
#deadline .carte.orange .list li h4 span,
#flow .carte.orange .list li h4 span,
#faq .carte.orange .list li h4 span {
  background: url(../images/bg_orange.png) repeat center top;
  background-size: 8px auto;
}
#price .carte.orange .note::before,
#deadline .carte.orange .note::before,
#flow .carte.orange .note::before,
#faq .carte.orange .note::before {
  background-image: url(../images/icon_check_orange.svg);
}
#price .carte.blue,
#deadline .carte.blue,
#flow .carte.blue,
#faq .carte.blue {
  background: url(../images/bg_blue.png) repeat center top;
  background-size: 8px auto;
}
#price .carte.blue h3,
#price .carte.blue .carteTitle,
#deadline .carte.blue h3,
#deadline .carte.blue .carteTitle,
#flow .carte.blue h3,
#flow .carte.blue .carteTitle,
#faq .carte.blue h3,
#faq .carte.blue .carteTitle {
  background: #6FACFF;
}
#price .carte.blue .list li h4 span,
#deadline .carte.blue .list li h4 span,
#flow .carte.blue .list li h4 span,
#faq .carte.blue .list li h4 span {
  background: url(../images/bg_blue.png) repeat center top;
  background-size: 8px auto;
}
#price .carte.blue .note::before,
#deadline .carte.blue .note::before,
#flow .carte.blue .note::before,
#faq .carte.blue .note::before {
  background-image: url(../images/icon_check_blue.svg);
}
@media all and (min-width: 751px) {
  #price .carte,
  #deadline .carte,
  #flow .carte,
  #faq .carte {
    margin-top: 60px;
    padding: 50px 40px;
    border-width: 3px;
  }
  #price .carte h3,
  #price .carte .carteTitle,
  #deadline .carte h3,
  #deadline .carte .carteTitle,
  #flow .carte h3,
  #flow .carte .carteTitle,
  #faq .carte h3,
  #faq .carte .carteTitle {
    font-size: 22px;
    border-width: 3px;
    margin-left: -3px;
  }
  #price .carte .list li,
  #deadline .carte .list li,
  #flow .carte .list li,
  #faq .carte .list li {
    margin-top: 10px;
  }
  #price .carte .list h4,
  #deadline .carte .list h4,
  #flow .carte .list h4,
  #faq .carte .list h4 {
    font-size: 26px;
  }
  #price .carte .list h4::before,
  #deadline .carte .list h4::before,
  #flow .carte .list h4::before,
  #faq .carte .list h4::before {
    width: calc(100% - 30px);
    height: 3px;
  }
  #price .carte .list h4::after,
  #deadline .carte .list h4::after,
  #flow .carte .list h4::after,
  #faq .carte .list h4::after {
    width: 14px;
    height: 7px;
    border: 7px solid transparent;
    border-left: 14px solid #000000;
    margin: -5px 14px 0 0;
  }
  #price .carte .list p,
  #deadline .carte .list p,
  #flow .carte .list p,
  #faq .carte .list p {
    width: 200px;
    font-size: 34px;
    line-height: 70px;
  }
  #price .carte .list.mgn,
  #deadline .carte .list.mgn,
  #flow .carte .list.mgn,
  #faq .carte .list.mgn {
    margin-top: 40px;
  }
  #price .carte .note,
  #deadline .carte .note,
  #flow .carte .note,
  #faq .carte .note {
    margin-top: 25px;
    border-width: 3px;
    font-size: 16px;
    padding: 1.4em 1em 1.4em 100px;
    min-height: 54px;
  }
  #price .carte .note::before,
  #deadline .carte .note::before,
  #flow .carte .note::before,
  #faq .carte .note::before {
    top: 50%;
    width: 46px;
    height: 46px;
    margin: -23px 0 0 26px;
  }
  #price .carte .note.mgn,
  #deadline .carte .note.mgn,
  #flow .carte .note.mgn,
  #faq .carte .note.mgn {
    margin-top: 40px;
  }
}
@media all and (min-width: 917px) {
  #price .carte,
  #deadline .carte,
  #flow .carte,
  #faq .carte {
    padding: 50px 80px;
  }
  #price .carte .note,
  #deadline .carte .note,
  #flow .carte .note,
  #faq .carte .note {
    text-align: center;
  }
  #price .carte .note.solo,
  #deadline .carte .note.solo,
  #flow .carte .note.solo,
  #faq .carte .note.solo {
    padding-top: 2.5em;
  }
}
@media all and (min-width: 1337px) {
  #price .carte,
  #deadline .carte,
  #flow .carte,
  #faq .carte {
    margin-top: 75px;
    padding: 50px 115px;
  }
  #price .carte .note,
  #deadline .carte .note,
  #flow .carte .note,
  #faq .carte .note {
    padding: 1.4em 1em;
  }
  #price .carte .list h4,
  #deadline .carte .list h4,
  #flow .carte .list h4,
  #faq .carte .list h4 {
    font-size: 38px;
    line-height: 90px;
  }
  #price .carte .list p,
  #deadline .carte .list p,
  #flow .carte .list p,
  #faq .carte .list p {
    width: 327px;
    font-size: 54px;
    line-height: 90px;
  }
}

/***********************共通設定************************/
/*----------------------------------------------------
features
----------------------------------------------------*/
#features .choice {
  /* 751- */
  /* 917- */
}
#features .choice h2 {
  margin-top: 30px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
#features .choice .image {
  margin-top: 25px;
}
@media all and (min-width: 751px) {
  #features .choice h2 {
    margin-top: 50px;
    font-size: 40px;
  }
  #features .choice .image {
    margin-top: 40px;
  }
}
@media all and (min-width: 917px) {
  #features .choice h2 {
    margin-top: 80px;
    font-size: 56px;
  }
  #features .choice .image {
    margin-top: 60px;
  }
}
#features .solution {
  margin-top: 20px;
  padding: 20px 0;
  background: url(../images/bg_yellow.png) repeat center top;
  background-size: 8px auto;
  border: solid 2px #000000;
  border-width: 2px 0;
  /* 751- */
  /* 917- */
  /* 1337- */
}
#features .solution h3 {
  font-size: 20px;
  line-height: 1.3;
}
#features .solution .column p {
  padding: 10px 5px;
  margin-top: 10px;
  background: #FFFFFF;
  border: solid 2px #000000;
  font-size: 18px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#features .solution .column p strong {
  margin-bottom: 0.26em;
  display: inline-block;
  font-size: 22px;
  background: #EFEF28;
  line-height: 1.3;
}
#features .solution .column p:last-child strong {
  margin: 0.26em 0 0;
}
@media all and (min-width: 751px) {
  #features .solution {
    margin-top: 40px;
    padding: 36px 0;
    border-width: 3px 0;
  }
  #features .solution h3 {
    font-size: 36px;
    line-height: 1.2;
  }
  #features .solution .column {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #features .solution .column p {
    padding: 30px 5px;
    margin-top: 0;
    width: 32%;
    border-width: 3px;
    font-size: 18px;
  }
  #features .solution .column p strong {
    font-size: 24px;
  }
}
@media all and (min-width: 917px) {
  #features .solution .column p {
    padding: 30px 5px;
    font-size: 20px;
  }
  #features .solution .column p strong {
    font-size: 28px;
  }
}
@media all and (min-width: 1337px) {
  #features .solution {
    padding: 60px 0 50px;
  }
  #features .solution h3 {
    font-size: 56px;
  }
  #features .solution .column {
    margin-top: 40px;
  }
  #features .solution .column p {
    padding: 30px 5px;
    font-size: 25px;
  }
  #features .solution .column p strong {
    font-size: 36px;
  }
}
#features .features {
  padding-top: 30px;
  /* -750 */
  /* 751- */
  /* 1337- */
}
#features .features .mainText {
  font-size: 18px;
  line-height: 2.038;
  letter-spacing: 0.02em;
  padding-bottom: 40px;
}
#features .features .mainText p {
  margin-top: 1.8em;
}
#features .features .mainText strong {
  margin-bottom: 0.26em;
  display: inline-block;
  background: #EFEF28;
}
#features .features h3 {
  padding: 14px 0;
  background: url(../images/bg_gray.png) repeat center top;
  background-size: 8px auto;
  border: solid 2px #000000;
  border-width: 2px 0;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media all and (max-width: 750px) {
  #features .features .mainText {
    text-align: left;
  }
  #features .features .mainText br {
    display: none;
  }
}
@media all and (min-width: 751px) {
  #features .features {
    padding-top: 60px;
  }
  #features .features .mainText {
    padding-bottom: 80px;
    font-size: 22px;
  }
  #features .features .mainText p {
    margin-top: 2em;
  }
  #features .features h3 {
    padding: 20px 0;
    border-width: 3px 0;
    font-size: 36px;
  }
}
@media all and (min-width: 1337px) {
  #features .features {
    padding-top: 90px;
  }
  #features .features .mainText {
    font-size: 26px;
    padding-bottom: 110px;
  }
  #features .features .mainText p {
    margin-top: 2.4em;
  }
  #features .features h3 {
    padding: 26px 0;
    font-size: 56px;
  }
}
#features .features .handle {
  padding-bottom: 40px;
  /* 751- */
  /* 1337- */
}
#features .features .handle li {
  margin-top: 40px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#features .features .handle li .image {
  width: 23.5%;
}
#features .features .handle li .wrap {
  width: 71.9%;
}
#features .features .handle h4 {
  position: relative;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.04wm;
  padding-left: 1.84em;
  background: url(../images/icon_check.svg) no-repeat left top;
  background-size: 1.2em auto;
}
#features .features .handle .text {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif !important;
  margin-top: 1em;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media all and (min-width: 751px) {
  #features .features .handle {
    padding-bottom: 100px;
  }
  #features .features .handle li {
    margin-top: 60px;
  }
  #features .features .handle h4 {
    font-size: 24px;
    background-size: 30px auto;
  }
  #features .features .handle .text {
    margin-top: 1.8em;
    line-height: 2.133;
  }
}
@media all and (min-width: 1337px) {
  #features .features .handle li {
    margin-top: 90px;
  }
  #features .features .handle h4 {
    font-size: 36px;
    background-size: 46px auto;
  }
  #features .features .handle .text {
    font-size: 15px;
  }
}
#features .features .comparison {
  padding: 40px 0 50px;
  /* 751- */
  /* 1337- */
}
#features .features .comparison ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#features .features .comparison li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #000000;
  border-width: 0 2px 2px 2px;
  letter-spacing: 0.02em;
}
#features .features .comparison li h4 {
  color: #FFFFFF;
  background: #1EABC4;
  border-bottom: solid 2px #000000;
  font-size: 20px;
  line-height: 1.4;
  padding: 20px 10px;
}
#features .features .comparison li p {
  background: #DEF6FF;
  border-bottom: solid 2px #000000;
  text-align: left;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif !important;
  font-size: 14px;
  line-height: 2.133;
  font-weight: 500;
  padding: 14px 20px;
}
#features .features .comparison li a {
  position: relative;
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  padding: 14px 20px;
}
#features .features .comparison li a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 8px solid #000000;
  margin-top: -4px;
}
#features .features .comparison li a:hover {
  text-decoration: none;
}
#features .features .comparison li:first-child {
  border-top-width: 2px;
}
#features .features .comparison li:first-child h4 {
  background: #3662D9;
}
#features .features .comparison li:first-child p {
  background: #D0E5FF;
}
@media all and (min-width: 751px) {
  #features .features .comparison {
    padding: 84px 0 116px;
  }
  #features .features .comparison ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #features .features .comparison li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 3px #000000;
    border-width: 3px 3px 3px 0;
  }
  #features .features .comparison li h4 {
    border-bottom-width: 3px;
    font-size: 30px;
    padding: 20px 10px;
  }
  #features .features .comparison li p {
    border-bottom-width: 3px;
    font-size: 15px;
    padding: 20px 30px;
  }
  #features .features .comparison li a {
    font-size: 20px;
    padding: 20px 30px;
  }
  #features .features .comparison li a::before {
    right: 30px;
    width: 16px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 16px solid #000000;
    margin-top: -8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #features .features .comparison li a:hover::before {
    right: 20px;
  }
  #features .features .comparison li:first-child {
    border-left-width: 3px;
  }
}
@media all and (min-width: 1337px) {
  #features .features .comparison li h4 {
    font-size: 36px;
    padding: 30px 10px;
  }
  #features .features .comparison li p {
    padding: 37px 50px;
  }
  #features .features .comparison li a {
    padding: 33px 50px;
  }
  #features .features .comparison li a::before {
    right: 50px;
  }
  #features .features .comparison li a:hover::before {
    right: 35px;
  }
}
#features .features .characteristic {
  padding: 40px 0 50px;
  /* 751- */
}
#features .features .characteristic table {
  width: 100%;
  border: 3px solid #000000;
  border-width: 3px 0 0 3px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  text-align: center;
}
#features .features .characteristic table th, #features .features .characteristic table td {
  vertical-align: middle;
  padding: 0.5em 1em;
  border: 3px solid #000000;
  border-width: 0 3px 3px 0;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
#features .features .characteristic table th.yel, #features .features .characteristic table td.yel {
  background: #FFFF6A;
}
#features .features .characteristic table th .min, #features .features .characteristic table td .min {
  display: block;
  font-size: 12px;
  margin-top: 0.5em;
}
#features .features .characteristic table th .small, #features .features .characteristic table td .small {
  display: inline-block;
  font-size: 12px;
  margin-left: 1em;
}
#features .features .characteristic table th {
  background-color: #EAEAEA;
  white-space: nowrap;
}
#features .features .characteristic table .center {
  text-align: center;
}
#features .features .characteristic table tbody th {
  height: calc(80px - 1em);
}
#features .features .characteristic table thead th {
  color: #FFFFFF;
  background: #3662D9;
  height: calc(90px - 1em);
}
#features .features .characteristic table thead th.wp {
  background: #1EABC4;
}
@media screen and (max-width: 1000px) {
  #features .features .characteristic .tableWrap {
    width: 100%;
    overflow-x: auto;
  }
  #features .features .characteristic table {
    width: 1140px;
  }
}
@media all and (min-width: 751px) {
  #features .features .characteristic {
    padding: 80px 0 140px;
  }
  #features .features .characteristic table th, #features .features .characteristic table td {
    font-size: 18px;
  }
}
#features .features .kind {
  padding: 30px 0 50px;
  /* -750 */
  /* 751- */
  /* 917- */
  /* 1337- */
}
#features .features .kind .lead {
  font-size: 20px;
  line-height: 2.14;
  letter-spacing: 0.02em;
}
#features .features .kind .lead strong {
  font-size: 1.35em;
  background: #EFEF28;
}
#features .features .kind ul {
  margin-top: 40px;
}
#features .features .kind li {
  position: relative;
  margin-top: 30px;
  border: solid 3px #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#features .features .kind li h4 {
  display: inline-block;
  color: #FFFFFF;
  background: #3662D9;
  border: solid 3px #000000;
  position: absolute;
  top: -3px;
  left: -3px;
  margin: -1.25em 0 0 0;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  padding: 0.6em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#features .features .kind li .text {
  min-height: 90px;
  background: #C6DEFD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
#features .features .kind li p {
  letter-spacing: 0.04em;
  font-size: 18px;
  line-height: 1.5;
}
#features .features .kind li p span {
  display: block;
  font-size: 0.71em;
}
#features .features .kind li a {
  position: relative;
  border-top: solid 3px #000000;
  display: block;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-decoration: none;
  padding: 0.7em;
}
#features .features .kind li a:hover {
  text-decoration: none;
}
#features .features .kind li a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 8px solid #000000;
  margin-top: -4px;
}
#features .features .kind li:nth-child(2) h4 {
  background: #1EABC4;
}
#features .features .kind li:nth-child(2) .text {
  background: #BFEEFF;
}
#features .features .kind li:nth-child(3) h4 {
  background: #1CA356;
}
#features .features .kind li:nth-child(3) .text {
  background: #BBEBC1;
}
#features .features .kind .detail {
  text-align: left;
}
#features .features .kind .detail h4 {
  margin-top: 36px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background: url(../images/icon_check_b.svg) no-repeat left top 2px;
  background-size: 20px auto;
  padding-left: 28px;
}
#features .features .kind .detail p {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif !important;
  margin-top: 15px;
  font-size: 14px;
  line-height: 2.133;
  letter-spacing: 0.02em;
}
#features .features .kind .detail .tm {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif !important;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media all and (max-width: 750px) {
  #features .features .kind .lead {
    text-align: left;
    line-height: 1.9;
  }
  #features .features .kind .lead br {
    display: none;
  }
}
@media all and (min-width: 751px) {
  #features .features .kind {
    padding: 60px 0 90px;
  }
  #features .features .kind .lead {
    font-size: 28px;
  }
  #features .features .kind ul {
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #features .features .kind li {
    margin-top: 0;
    width: 32%;
  }
  #features .features .kind li h4 {
    font-size: 18px;
  }
  #features .features .kind li .text {
    min-height: 130px;
  }
  #features .features .kind li p {
    font-size: 20px;
  }
  #features .features .kind li a {
    font-size: 15px;
  }
  #features .features .kind li a::before {
    top: auto;
    bottom: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #features .features .kind li a:hover::before {
    margin-right: -10px;
  }
  #features .features .kind .detail h4 {
    margin-top: 60px;
    font-size: 26px;
    background-size: 29px auto;
    padding-left: 44px;
  }
  #features .features .kind .detail p {
    margin-top: 28px;
    font-size: 15px;
  }
}
@media all and (min-width: 917px) {
  #features .features .kind li .text {
    min-height: 180px;
    padding-top: 0;
  }
  #features .features .kind li p {
    font-size: 28px;
  }
  #features .features .kind li a {
    font-size: 16px;
  }
  #features .features .kind li a::before {
    top: 50%;
    right: 15px;
    width: 16px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 16px solid #000000;
    margin-top: -8px;
  }
}
@media all and (min-width: 1337px) {
  #features .features .kind li p {
    font-size: 35px;
  }
  #features .features .kind li a {
    font-size: 18px;
  }
  #features .features .kind li a::before {
    right: 20px;
  }
}

/***********************共通設定************************/
/*----------------------------------------------------
price
----------------------------------------------------*/
#price {
  position: relative;
  padding: 30px 0 50px;
  /* 751- */
  /* 1337- */
}
#price .lead {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2.038;
  letter-spacing: 0.04em;
  text-align: left;
}
@media all and (min-width: 751px) {
  #price {
    padding: 60px 0 80px;
  }
  #price .lead {
    margin-top: 60px;
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 2.18;
    text-align: center;
  }
}
@media all and (min-width: 1337px) {
  #price {
    padding: 100px 0;
  }
}

/*----------------------------------------------------
internal
----------------------------------------------------*/
#internal {
  margin-top: 60px;
  /* 751- */
  /* 1337- */
}
#internal h2 {
  padding: 16px 0;
  background: url(../images/bg_yellow.png) repeat center top;
  background-size: 8px auto;
  border: solid 2px #000000;
  border-width: 2px 0;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
#internal .image {
  margin-top: 20px;
  border: solid 2px #000000;
}
#internal .detail {
  text-align: left;
}
#internal .detail h3 {
  margin-top: 36px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background: url(../images/icon_check_b.svg) no-repeat left top 2px;
  background-size: 20px auto;
  padding-left: 28px;
}
#internal .detail p {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif !important;
  margin-top: 15px;
  font-size: 14px;
  line-height: 2.133;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  #internal h2 {
    padding: 24px 0;
    border-width: 3px 0;
    font-size: 36px;
  }
  #internal .image {
    margin-top: 50px;
    border-width: 3px;
  }
  #internal .detail h3 {
    margin-top: 60px;
    font-size: 26px;
    background-size: 29px auto;
    padding-left: 44px;
  }
  #internal .detail p {
    margin-top: 28px;
    font-size: 15px;
  }
}
@media all and (min-width: 1337px) {
  #internal {
    margin-top: 120px;
  }
  #internal h2 {
    padding: 38px 0;
    font-size: 56px;
  }
  #internal .image {
    margin-top: 75px;
  }
}

/***********************共通設定************************/
/*----------------------------------------------------
deadline
----------------------------------------------------*/
#deadline {
  position: relative;
  padding: 30px 0 50px;
  /* -750 */
  /* 751- */
  /* 917- */
  /* 1337- */
}
#deadline .lead {
  margin-top: 0;
  font-size: 16px;
  line-height: 2.038;
  letter-spacing: 0.04em;
  text-align: left;
}
#deadline .chart {
  margin-top: 30px;
  text-align: left;
}
#deadline .chart .days,
#deadline .chart .date {
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 1.5;
}
#deadline .chart .date {
  margin: 1.2em 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  width: 100.5%;
}
#deadline .chart .date li {
  width: 5.26%;
  margin-left: -1.8%;
}
#deadline .chart .body {
  border: solid 2px #000000;
  border-width: 2px 0 2px 2px;
  background: url(../images/deadline/deadline.png) repeat-y 0 0;
  background-size: 108% auto;
  padding: 15px 0;
}
#deadline .chart .body li {
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #FFFFFF;
  border: solid 2px #000000;
  border-width: 2px 2px 2px 0;
  text-align: left;
  padding: 0 0 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#deadline .chart .body li em {
  font-size: 18px;
}
#deadline .chart .body li:first-child {
  margin-top: 0;
  background: #FFC65C;
  width: 30.7%;
}
#deadline .chart .body li:nth-child(2) {
  background: #FAFA62;
  width: 44%;
}
#deadline .chart .body li:nth-child(3) {
  background: #AFE9FF;
  width: 66.4%;
}
#deadline .chart .body li:nth-child(4) {
  background: #80BFFF;
  width: 88.7%;
}
#deadline .chart .body li:nth-child(5) {
  background: #D7B1FF;
}
@media all and (max-width: 750px) {
  #deadline .chart {
    overflow-x: auto;
  }
  #deadline .chart .date {
    width: 540px;
  }
  #deadline .chart .body {
    width: 540px;
  }
}
@media all and (min-width: 751px) {
  #deadline {
    padding: 80px 0 100px;
  }
  #deadline .lead {
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 2.18;
    text-align: center;
  }
  #deadline .chart .days,
  #deadline .chart .date {
    font-size: 20px;
  }
  #deadline .chart .body {
    border-width: 3px 0 3px 3px;
    padding: 25px 0;
  }
  #deadline .chart .body li {
    margin-top: 20px;
    height: 90px;
    line-height: 90px;
    font-size: 22px;
    border-width: 3px 3px 3px 0;
    text-align: right;
    padding: 0 2em 0 0;
  }
  #deadline .chart .body li em {
    font-size: 32px;
  }
}
@media all and (min-width: 917px) {
  #deadline .carte {
    margin-top: 75px;
  }
}
@media all and (min-width: 1337px) {
  #deadline .carte {
    margin-top: 85px;
  }
}

/***********************共通設定************************/
/*----------------------------------------------------
flow
----------------------------------------------------*/
#flow {
  padding: 60px 0 50px;
  /* 751- */
  /* 917- */
  /* 1337- */
}
#flow .carte {
  position: relative;
  margin-top: 80px;
  background: #FFFFFF;
}
#flow .carte::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: -60px;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -14px;
  width: 14px;
  height: 14px;
  border: 14px solid transparent;
  border-top: 14px solid #000000;
}
#flow .carte:first-child {
  margin-top: 0;
}
#flow .carte:first-child::after {
  display: none;
}
#flow .carte .carteTitle {
  color: #FFFFFF;
  background: #000000;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.04em;
  padding: 0.4em 0.8em;
  margin-top: -1.1em;
}
#flow .carte .flowBody {
  padding: 20px 10px 10px;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.04em;
  text-align: left;
}
#flow .carte .flowBody a {
  color: #4881EB;
  text-decoration: underline;
}
#flow .carte .flowBody dl {
  margin-top: 1.6em;
}
#flow .carte .flowBody dl dd {
  display: block;
}
#flow .carte .flowBody dl dd::before {
  content: "・";
}
@media all and (min-width: 751px) {
  #flow {
    padding: 100px 0 110px;
  }
  #flow .carte {
    margin-top: 115px;
  }
  #flow .carte::after {
    top: -78px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: -30px;
    width: 30px;
    height: 30px;
    border: 30px solid transparent;
    border-top: 30px solid #000000;
  }
  #flow .carte .carteTitle {
    font-size: 26px;
  }
  #flow .carte .flowBody {
    font-size: 20px;
    line-height: 2.16;
  }
  #flow .carte .flowBody a:hover {
    text-decoration: none;
  }
  #flow .carte .flowBody dl dd {
    margin-right: 40px;
    display: inline-block;
  }
}
@media all and (min-width: 917px) {
  #flow .carte {
    padding: 60px 60px 40px;
  }
}
@media all and (min-width: 1337px) {
  #flow .carte {
    padding: 60px 80px 40px;
  }
  #flow .carte .flowBody {
    font-size: 22px;
    line-height: 2.27;
  }
}

/***********************共通設定************************/
/*----------------------------------------------------
faq
----------------------------------------------------*/
#faq {
  padding: 60px 0 50px;
  /* 751- */
  /* 917- */
  /* 1337- */
}
#faq .carte {
  padding: 20px 12px 10px;
  position: relative;
  background: #FFFFFF;
}
#faq .carte:first-child {
  margin-top: 0;
}
#faq .carte:first-child::after {
  display: none;
}
#faq .carte .carteTitle {
  background: #D9D9D9;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.04em;
  padding: 0.4em 0.8em;
  margin-top: -1.1em;
}
#faq .carte .faqBody {
  padding: 0px 10px;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.04em;
  text-align: left;
}
#faq .carte .faqBody li {
  padding: 1.8em 0;
  border-top: solid 3px #000000;
}
#faq .carte .faqBody li:first-child {
  border-top: none;
}
#faq .carte .faqBody li p {
  position: relative;
  padding-left: 40px;
}
#faq .carte .faqBody li .qst::before, #faq .carte .faqBody li .ans::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.45em;
  line-height: 1.2;
}
#faq .carte .faqBody li .qst {
  padding-right: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#faq .carte .faqBody li .qst:before {
  content: "Q.";
}
#faq .carte .faqBody li .qst::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin-top: 0.7em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 14px solid transparent;
  border-top: 16px solid #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#faq .carte .faqBody li.open .qst::after {
  margin-top: 0em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#faq .carte .faqBody li .ans {
  display: none;
  margin-top: 0.8em;
}
#faq .carte .faqBody li .ans:before {
  content: "A.";
  color: #DD2F28;
}
@media all and (min-width: 751px) {
  #faq {
    padding: 100px 0 110px;
  }
  #faq .carte {
    padding: 30px 40px 20px;
  }
  #faq .carte .carteTitle {
    font-size: 26px;
  }
  #faq .carte .faqBody {
    font-size: 20px;
    line-height: 2.16;
  }
  #faq .carte .faqBody li {
    cursor: pointer;
  }
  #faq .carte .faqBody li p {
    padding-left: 80px;
  }
  #faq .carte .faqBody li .qst {
    padding-right: 80px;
  }
  #faq .carte .faqBody li .qst::after {
    width: 18px;
    height: 18px;
    border: 18px solid transparent;
    border-top: 20px solid #000000;
  }
  #faq .carte .faqBody li:hover .qst {
    color: #DD2F28;
  }
  #faq .carte .faqBody li:hover .qst::after {
    border-top-color: #DD2F28;
  }
}
@media all and (min-width: 917px) {
  #faq .carte {
    margin-top: 80px;
    padding: 30px 60px 20px;
  }
}
@media all and (min-width: 1337px) {
  #faq .carte {
    padding: 40px 80px 20px;
  }
  #faq .carte .faqBody {
    font-size: 22px;
    line-height: 2.27;
  }
}