@charset "UTF-8";
.ttl-box, .container {
  width: 1100px;
  margin: 0 auto; }
  @media (max-width: 1100px) {
    .ttl-box, .container {
      width: 100%;
      padding: 0px 20px; } }

.narrow {
  width: 770px;
  margin: 0 auto; }
  @media (max-width: 770px) {
    .narrow {
      width: 100%;
      padding: 0px 20px; } }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.btn, .btn3, .btn4 {
  margin: 0 auto;
  font-size: 1rem;
  position: relative;
  display: block;
  padding: 10px 20px 10px 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  background: #E60012; }
  @media screen and (max-width: 559px) {
    .btn, .btn3, .btn4 {
      width: 100%;
      font-size: 10px; } }
  .btn:hover, .btn3:hover, .btn4:hover {
    opacity: 0.7; }

.btn3 {
  background: none;
  color: #2b376b;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-weight: bold;
  border: 2px solid #2b376b;
  width: 300px; }
  @media screen and (max-width: 559px) {
    .btn3 {
      width: 100%; } }

.btn4 {
  background: #2b376b;
  color: #fff;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-weight: bold;
  margin-top: 20px;
  width: 300px; }
  @media screen and (max-width: 559px) {
    .btn4 {
      width: 100%; } }

.arrow, .arrow3 {
  position: relative;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px; }
  .arrow:before, .arrow3:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 12px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.arrow3 {
  color: #2b376b;
  display: block; }
  .arrow3:before {
    border-top: 2px solid #2b376b;
    border-right: 2px solid #2b376b; }

.btn2 {
  margin: 0 auto;
  font-size: 1rem;
  background: #fff;
  position: relative;
  display: block;
  padding: 10px 20px 10px 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 2px solid #E60012;
  color: #E60012;
  font-weight: bold;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif; }
  .btn2:before {
    content: "";
    background: url("../flow/img/pdficon.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 12px;
    width: 20px;
    height: 20px; }
  .btn2:hover {
    opacity: 0.7; }
  @media screen and (max-width: 559px) {
    .btn2 {
      font-size: 3.6vw; } }

.small {
  font-size: 0.8em; }
  @media screen and (max-width: 559px) {
    .small {
      font-size: 0.7em; } }

.caption {
  padding-top: 30px;
  background: #fff; }

#point nav#gNavi ul li.point a {
  border-bottom: 2px solid #000; }

#comparison nav#gNavi ul li.comparison a {
  border-bottom: 2px solid #000; }

#flow nav#gNavi ul li.flow a {
  border-bottom: 2px solid #000; }

#price nav#gNavi ul li.price a {
  border-bottom: 2px solid #000; }

#case main nav#gNavi ul li.case a {
  border-bottom: 2px solid #000; }

#voice main nav#gNavi ul li.voice a {
  border-bottom: 2px solid #000; }

#faq main nav#gNavi ul li.faq a {
  border-bottom: 2px solid #000; }

html, body {
  font-size: 16px;
  color: #333;
  position: relative;
  font-family: a-otf-ryumin-pr6n, serif; }
  @media screen and (max-width: 559px) {
    html, body {
      font-size: 14px; } }

.pcnone {
  display: none; }
  @media screen and (max-width: 559px) {
    .pcnone {
      display: block; } }

.spnone {
  display: block; }
  @media screen and (max-width: 559px) {
    .spnone {
      display: none; } }

.more {
  margin-top: 40px; }

header {
  height: 100px;
  background: #fff;
  width: 100%; }
  header .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    header .inner .left {
      width: 30%; }
      header .inner .left img {
        width: 260px; }
    header .inner .right {
      width: 70%; }
      header .inner .right h1 {
        font-size: 0.8em;
        text-align: right;
        margin-top: 5px; }
      header .inner .right ul {
        margin-top: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        header .inner .right ul li {
          margin-left: 15px;
          margin-bottom: 10px; }
  @media screen and (max-width: 959px) {
    header {
      height: auto; } }
  @media screen and (max-width: 959px) and (max-width: 959px) {
    header .inner .left img {
      width: 210px; } }
  @media screen and (max-width: 959px) {
      header .inner .right h1 {
        font-size: 0.6em;
        margin-top: 3px; }
      header .inner .right ul li {
        margin-left: 5px; }
        header .inner .right ul li.tel img {
          width: 90%; }
        header .inner .right ul li.cv-btn a {
          font-size: 0.7em; } }
    @media screen and (max-width: 959px) and (max-width: 559px) {
      header .inner .right ul li.tel img {
        width: 30px; }
      header .inner .right ul li.cv-btn img {
        height: auto;
        width: 100%; } }

  @media screen and (max-width: 559px) {
    header .container {
      padding: 0px 10px; }
    header .inner .left img {
      width: 120px; }
    header .inner .right h1 {
      display: none;
      margin: 0px; }
    header .inner .right ul li.cv-btn a {
      padding: 10px 10px 10px 30px; }
      header .inner .right ul li.cv-btn a.arrow:before {
        left: 8px; } }

nav#gNavi {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  padding: 15px 0px;
  background: #fff; }
  nav#gNavi ul {
    width: 1040px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    nav#gNavi ul li {
      width: 25%;
      text-align: center;
      border-right: 1px solid #000; }
      nav#gNavi ul li:first-child {
        border-left: 1px solid #000; }
        @media screen and (max-width: 959px) {
          nav#gNavi ul li:first-child {
            border-left: none; } }
      nav#gNavi ul li a {
        padding-bottom: 5px;
        border-bottom: 2px solid #fff; }
        nav#gNavi ul li a:hover {
          border-bottom: 2px solid #000;
          transition: 0.3s; }
  @media screen and (max-width: 959px) {
    nav#gNavi {
      padding: 0px; }
      nav#gNavi ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        nav#gNavi ul li {
          border-right: none;
          width: 50%; }
          nav#gNavi ul li a {
            border-bottom: 0px; }
            nav#gNavi ul li a:hover {
              border-bottom: 0px; } }

.is-fixed {
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%; }
  @media screen and (max-width: 959px) {
    .is-fixed {
      top: auto; } }

@media screen and (max-width: 959px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    background: #000;
    z-index: 3;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center; }
    .hamburger span {
      display: block;
      position: absolute;
      width: 30px;
      height: 2px;
      left: 15px;
      border-radius: 2px;
      background: #fff;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .hamburger span:nth-child(1) {
        top: 15px; }
      .hamburger span:nth-child(2) {
        top: 25px; }
      .hamburger span:nth-child(3) {
        top: 35px; }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1), .hamburger.active span:nth-child(3) {
    width: 12px; }

  .hamburger.active span:nth-child(1) {
    -webkit-transform: translate(1px, 3px) rotate(315deg);
    -moz-transform: translate(1px, 3px) rotate(315deg);
    transform: translate(2px, 3px) rotate(315deg); }

  .hamburger.active span:nth-child(3) {
    -webkit-transform: translate(11px, -17px) rotate(-45deg);
    -moz-transform: translate(11px, -17px) rotate(45deg);
    transform: translate(10px, -17px) rotate(45deg); }

  .hamburger.active span:nth-child(2) {
    width: 24px;
    transform: translate(0px, 0px) rotate(270deg); }

  nav#gNavi {
    margin: 0;
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateY(100%);
    transition: all 0.6s;
    width: 100%; }
    nav#gNavi ul {
      background: #f5f5f5;
      margin: 0 auto;
      padding: 0;
      width: 100%; }
      nav#gNavi ul li {
        list-style-type: none;
        padding: 0;
        width: 50%;
        border-bottom: 1px solid #555; }
        nav#gNavi ul li:last-child {
          padding-bottom: 0;
          width: 100%;
          border-bottom: none; }
        nav#gNavi ul li:nth-child(even) {
          border-left: 1px solid #555; }
        nav#gNavi ul li a {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          height: 60px;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center; }
    nav#gNavi.active {
      transform: translateY(0%); } }
.ttl-box {
  text-align: center;
  padding-bottom: 60px; }
  .ttl-box h2 {
    font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
    font-size: 3.6em;
    letter-spacing: 2px;
    margin-bottom: 30px; }
  .ttl-box p {
    font-size: 1.4em; }
  @media screen and (max-width: 559px) {
    .ttl-box {
      padding-bottom: 40px; }
      .ttl-box h2 {
        font-size: 2em;
        margin-bottom: 10px; }
      .ttl-box p {
        font-size: 3.8vw; } }

#home main {
  background-color: #f5f5f5; }

#secFeature {
  background: #f5f5f5;
  padding: 90px 0px; }
  #secFeature ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
  @media screen and (max-width: 559px) {
    #secFeature h2 img {
      width: 80%; }
    #secFeature ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #secFeature ul li {
        width: 100%; } }
  @media screen and (max-width: 959px) {
    #secFeature {
      padding: 40px 0px; } }

#secPoint {
  background: url("../img/bg_02.jpg") no-repeat center 0;
  padding: 90px 0;
  background-size: cover; }
  #secPoint ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #secPoint ul li {
      width: 32%; }
      #secPoint ul li p {
        margin-top: 10px; }
  @media screen and (max-width: 559px) {
    #secPoint h2 img {
      width: 80%; }
    #secPoint ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #secPoint ul li {
        width: 100%; }
        #secPoint ul li img {
          width: 70%;
          margin: 0 auto; }
        #secPoint ul li:not(:last-child) {
          margin-bottom: 30px; } }
  @media screen and (max-width: 959px) {
    #secPoint {
      padding: 40px 0px; } }

#secPrice {
  color: #fff;
  padding: 90px 0px;
  background-color: #4f657d; }
  #secPrice ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    #secPrice ul li {
      width: 23%; }
      #secPrice ul li span {
        font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif; }
      #secPrice ul li a {
        display: block;
        border: 1px solid #fff;
        padding: 10px 0px;
        text-align: center;
        color: #fff;
        font-size: 1.8em;
        font-weight: bold; }
        #secPrice ul li a:hover {
          background: #fff;
          transition: 0.3s;
          color: #4f657d; }
  @media screen and (max-width: 959px) {
    #secPrice {
      padding: 40px 0px; }
      #secPrice ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #secPrice ul li {
          width: 48%; }
          #secPrice ul li:nth-child(1), #secPrice ul li:nth-child(2) {
            margin-bottom: 20px; }
          #secPrice ul li a {
            font-size: 1em; } }

#secCase {
  padding: 90px 0px;
  background: #8b9aaa; }
  #secCase .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #secCase .box .item {
      background: #fff;
      width: 48%;
      padding: 40px;
      position: relative;
      z-index: 1; }
      #secCase .box .item h3 {
        font-size: 20px;
        color: #555;
        font-weight: bold; }
      #secCase .box .item p {
        padding-top: 10px; }
      #secCase .box .item a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: -999px;
        z-index: 2; }
        #secCase .box .item a:hover {
          background: #000;
          opacity: 0.2;
          transition: 0.5; }
  @media screen and (max-width: 959px) {
    #secCase {
      padding: 40px 0px; }
      #secCase .box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #secCase .box .item {
          width: 100%;
          padding: 20px; }
          #secCase .box .item:nth-child(1) {
            margin-bottom: 40px; }
          #secCase .box .item h3 {
            font-size: 16px; } }

#secFlow {
  padding: 90px 0px;
  background: #ebebeb; }
  #secFlow .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #secFlow .box .left {
      width: 68%; }
    #secFlow .box .right {
      width: 30%;
      background: #fff; }
      #secFlow .box .right p {
        padding: 20px; }
      #secFlow .box .right a.btn.arrow {
        display: block;
        width: 90%;
        margin: 0 auto;
        background: #E60012;
        color: #fff; }
  @media screen and (max-width: 959px) {
    #secFlow {
      padding: 40px 0px; }
      #secFlow .box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #secFlow .box .left {
          width: 100%; }
        #secFlow .box .right {
          width: 50%;
          margin: 30px auto 0 auto;
          padding-bottom: 30px; } }
      @media screen and (max-width: 959px) and (max-width: 559px) {
        #secFlow .box .right {
          width: 100%; } }

#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  width: 60px; }

main {
  position: relative; }

footer {
  font-size: 0.9em; }
  footer ul.bn {
    margin: 30px 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    footer ul.bn li {
      width: 32%; }
    @media screen and (max-width: 559px) {
      footer ul.bn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        footer ul.bn li {
          width: 100%; }
          footer ul.bn li:not(:last-child) {
            margin-bottom: 30px; } }
  footer .block {
    padding: 40px 0px;
    background: #3b4976; }
    footer .block .inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      color: #fff; }
      footer .block .inner .left {
        width: 40%; }
      footer .block .inner .right {
        width: 55%; }
        footer .block .inner .right h3 {
          font-size: 1.4em; }
        footer .block .inner .right ul {
          display: -ms-flexbox;
          display: flex;
          margin-top: 20px;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          footer .block .inner .right ul li {
            width: 48%; }
            footer .block .inner .right ul li img {
              width: 100%; }
            footer .block .inner .right ul li a {
              width: 100%; }
        footer .block .inner .right p {
          margin-top: 20px;
          color: #c7cde2;
          font-size: 0.9em; }
    @media screen and (max-width: 959px) {
      footer .block .inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        footer .block .inner .left {
          width: 70%;
          margin: 0 auto; }
        footer .block .inner .right {
          width: 100%;
          margin-top: 30px; } }
    @media screen and (max-width: 959px) and (max-width: 559px) {
      footer .block .inner .right ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        footer .block .inner .right ul li {
          width: 100%; }
          footer .block .inner .right ul li:nth-child(1) {
            margin-bottom: 20px; } }

  footer .footerArea {
    padding: 30px 0px;
    background: #263462;
    color: #fff; }
    footer .footerArea h3 {
      font-size: 1.4em; }
    footer .footerArea .inner {
      display: -ms-flexbox;
      display: flex;
      margin-top: 10px;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      footer .footerArea .inner .left {
        width: 50%;
        font-size: 0.9em; }
      footer .footerArea .inner .right {
        width: 48%; }
        footer .footerArea .inner .right ul {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          footer .footerArea .inner .right ul li {
            width: 30%;
            padding: 0px 0px 10px 0px; }
            footer .footerArea .inner .right ul li a {
              color: #fff;
              text-decoration: underline; }
        footer .footerArea .inner .right .footerInfo {
          padding-top: 30px;
          text-align: center; }
          footer .footerArea .inner .right .footerInfo small {
            display: block;
            color: #fff;
            padding: 5px 0px; }
          @media screen and (max-width: 559px) {
            footer .footerArea .inner .right .footerInfo p {
              font-size: 10px; } }
    @media screen and (max-width: 959px) {
      footer .footerArea .inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        footer .footerArea .inner .left {
          width: 100%; }
        footer .footerArea .inner .right {
          width: 100%;
          margin-top: 30px; }
          footer .footerArea .inner .right ul li {
            width: 48%; } }

.pcnone {
  display: none; }
  @media screen and (max-width: 559px) {
    .pcnone {
      display: block; } }

#breadcrumb {
  font-size: 0.9rem;
  background: #f1f1f1; }
  #breadcrumb ul {
    padding: 20px 0px;
    display: -ms-flexbox;
    display: flex; }
    #breadcrumb ul li {
      padding-right: 10px; }
      #breadcrumb ul li a {
        text-decoration: underline; }
    #breadcrumb ul li + li:before {
      content: ">";
      padding-right: 10px; }
  @media screen and (max-width: 559px) {
    #breadcrumb {
      font-size: 0.8rem; }
      #breadcrumb ul {
        padding: 10px 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

p {
  line-height: 2; }
  @media screen and (max-width: 559px) {
    p {
      line-height: normal; } }

#intro p {
  text-align: center;
  margin-top: 30px; }
#intro .btnWrap {
  margin-top: 30px;
  background: #d1d6e6;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -ms-flex-pack: justify;
  justify-content: space-between; }
@media screen and (max-width: 559px) {
  #intro p {
    text-align: left; }
  #intro ul.btnWrap {
    display: none; } }

#point01, #point02, #point03 {
  padding: 90px 0px 0px 0px; }
  #point01 .inner, #point02 .inner, #point03 .inner {
    background: #d1d6e6; }
  #point01 .box, #point02 .box, #point03 .box {
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    margin: 20px; }
    #point01 .box .img, #point02 .box .img, #point03 .box .img {
      width: 25%; }
      #point01 .box .img img, #point02 .box .img img, #point03 .box .img img {
        width: 60%;
        margin: 0 auto; }
    #point01 .box .text, #point02 .box .text, #point03 .box .text {
      width: 72%; }
  #point01 section.block, #point02 section.block, #point03 section.block {
    background: #fff;
    padding: 40px 30px 0px 30px;
    margin: 0 20px; }
    #point01 section.block ul, #point02 section.block ul, #point03 section.block ul {
      margin: 20px 0px 0px 0px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #point01 section.block ul li, #point02 section.block ul li, #point03 section.block ul li {
        width: 34%;
        padding: 0px 20px; }
        #point01 section.block ul li + li, #point02 section.block ul li + li, #point03 section.block ul li + li {
          border-left: 2px dotted #999; }
        #point01 section.block ul li p, #point02 section.block ul li p, #point03 section.block ul li p {
          font-size: 0.9em;
          line-height: normal; }
        #point01 section.block ul li img, #point02 section.block ul li img, #point03 section.block ul li img {
          width: 60%;
          margin: 0 auto;
          margin-bottom: 20px; }
  #point01 section.block.last, #point02 section.block.last, #point03 section.block.last {
    margin-bottom: 20px;
    padding-bottom: 40px; }
    #point01 section.block.last ul, #point02 section.block.last ul, #point03 section.block.last ul {
      display: block; }
      #point01 section.block.last ul li, #point02 section.block.last ul li, #point03 section.block.last ul li {
        width: 100%; }
        #point01 section.block.last ul li + li, #point02 section.block.last ul li + li, #point03 section.block.last ul li + li {
          border: none; }
  #point01 section.block.center ul, #point02 section.block.center ul, #point03 section.block.center ul {
    -ms-flex-pack: center;
    justify-content: center; }
  #point01 h3, #point02 h3, #point03 h3 {
    padding: 20px;
    color: #fff;
    background: #2b376b;
    font-size: 24px; }
  #point01 h4, #point02 h4, #point03 h4 {
    padding: 20px;
    color: #fff;
    background: #8b9aaa;
    font-size: 18px; }
  @media screen and (max-width: 559px) {
    #point01, #point02, #point03 {
      padding: 40px 0px 0px 0px; }
      #point01 .box, #point02 .box, #point03 .box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #point01 .box .img, #point02 .box .img, #point03 .box .img {
          width: 100%; }
          #point01 .box .img img, #point02 .box .img img, #point03 .box .img img {
            margin: 0px auto 20px auto; }
        #point01 .box .text, #point02 .box .text, #point03 .box .text {
          width: 100%; }
      #point01 h3, #point02 h3, #point03 h3 {
        font-size: 16px; }
      #point01 h4, #point02 h4, #point03 h4 {
        font-size: 3.8vw;
        padding: 10px 0px 10px 20px; }
      #point01 section.block, #point02 section.block, #point03 section.block {
        padding: 0px; }
        #point01 section.block ul, #point02 section.block ul, #point03 section.block ul {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0px; }
          #point01 section.block ul li, #point02 section.block ul li, #point03 section.block ul li {
            width: 100%;
            padding: 20px; }
            #point01 section.block ul li + li, #point02 section.block ul li + li, #point03 section.block ul li + li {
              border: 0px;
              border-top: 2px dotted #999; }
      #point01 section.block.last p, #point02 section.block.last p, #point03 section.block.last p {
        margin-top: 10px;
        padding: 0px 20px; }
      #point01 section.block.last ul li, #point02 section.block.last ul li, #point03 section.block.last ul li {
        padding: 20px 10px 0px 20px; }
        #point01 section.block.last ul li + li, #point02 section.block.last ul li + li, #point03 section.block.last ul li + li {
          border: none; } }

#point02 .risk, #point03 .risk {
  background: #fff;
  margin: 20px; }
  #point02 .risk h3, #point03 .risk h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #d1d6e6;
    padding: 20px; }
  #point02 .risk .box, #point03 .risk .box {
    margin: 0px; }
    #point02 .risk .box .img img, #point03 .risk .box .img img {
      width: 100%; }
@media screen and (max-width: 559px) {
  #point02 .risk h3, #point03 .risk h3 {
    font-size: 16px; } }

#example {
  background: #fff;
  margin: 0px 20px;
  padding-bottom: 20px; }
  #example ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #example ul li {
      width: 33%;
      padding: 20px;
      font-size: 0.9em; }
      #example ul li h4 {
        margin: 0 0 10px 0px;
        padding: 0px 0px 0px 10px;
        border-left: 5px solid #d1d6e6;
        color: #263462;
        background: none;
        font-weight: bold; }
      #example ul li .data dl {
        padding-top: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        #example ul li .data dl dt {
          font-weight: bold; }
      #example ul li .data dl.segment {
        display: block; }
  @media screen and (max-width: 959px) {
    #example ul li {
      width: 48%; } }
  @media screen and (max-width: 559px) {
    #example ul li {
      width: 100%; } }

.cta {
  margin-top: 30px;
  background: #263462; }
  .cta em {
    padding: 40px 0px;
    text-align: center;
    display: block;
    font-size: 24px;
    color: #fff; }
  .cta ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px; }
    .cta ul li {
      width: 40%;
      padding: 0px 20px; }
      .cta ul li .btn {
        width: 100%; }
      .cta ul li img {
        width: 300px;
        margin: 0 auto; }
  @media screen and (max-width: 959px) {
    .cta em {
      font-size: 3vw; }
    .cta ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .cta ul li {
        width: 48%; }
        .cta ul li img {
          width: 100%; } }
  @media screen and (max-width: 559px) {
    .cta em {
      font-size: 4.3vw; }
    .cta ul li {
      width: 100%; }
      .cta ul li:not(:last-child) {
        margin-bottom: 30px; } }

#comparison #intro .btnWrap {
  padding: 0; }
#comparison .content {
  padding: 90px 0px 0px 0px; }
  #comparison .content ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #comparison .content ul li {
      width: 32%; }
  #comparison .content .block {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 20px solid #d1d6e6;
    padding: 20px; }
    #comparison .content .block h4 {
      width: 100%;
      color: #2b376b;
      margin-bottom: 20px;
      border-bottom: 1px solid #2b376b;
      font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
      font-size: 24px;
      font-weight: bold; }
    #comparison .content .block .left {
      width: 70%;
      order: 1;
      padding-right: 20px;
      font-size: 0.8em; }
    #comparison .content .block .right {
      width: 30%;
      order: 2; }
  @media screen and (max-width: 559px) {
    #comparison .content {
      padding: 40px 0px 0px 0px;
      margin-bottom: 40px; }
      #comparison .content ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #comparison .content ul li {
          width: 100%; }
      #comparison .content .block {
        border: 10px solid #d1d6e6;
        padding: 15px; }
        #comparison .content .block h4 {
          font-size: 1em; }
        #comparison .content .block .left {
          width: 100%;
          padding: 0; }
        #comparison .content .block .right {
          width: 100%; }
          #comparison .content .block .right img {
            width: auto;
            margin: 20px auto 0px auto; } }

#flow #service {
  padding: 30px 0px 0px 0px; }
  #flow #service h3 {
    background: #2b376b;
    padding: 20px;
    color: #fff;
    font-size: 24px; }
  #flow #service .box {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #flow #service .box .left {
      width: 68%; }
    #flow #service .box .right {
      width: 30%;
      background: #fff; }
      #flow #service .box .right p {
        padding: 20px; }
      #flow #service .box .right a.btn.arrow {
        display: block;
        width: 90%;
        margin: 0 auto;
        background: #E60012;
        color: #fff; }
  @media screen and (max-width: 959px) {
    #flow #service .box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #flow #service .box .left {
        width: 100%; }
      #flow #service .box .right {
        width: 50%;
        margin: 30px auto 0px auto; } }
  @media screen and (max-width: 559px) {
    #flow #service .box .right {
      width: 100%; } }
#flow #detail {
  padding: 90px 0px 0px 0px; }
  #flow #detail .bg {
    background: #eee;
    padding: 20px; }
    #flow #detail .bg .item {
      border-top: 4px solid #2b376b;
      background: #fff;
      position: relative; }
      #flow #detail .bg .item img.bottom-arrow {
        position: absolute;
        width: 100px;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: -15px; }
      #flow #detail .bg .item h3 {
        padding: 30px 20px;
        font-size: 24px;
        border-bottom: 1px solid #eee;
        color: #2b376b;
        font-weight: bold;
        font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif; }
        #flow #detail .bg .item h3:before {
          content: "";
          display: inline-block;
          margin-right: 5px;
          width: 40px;
          vertical-align: sub;
          height: 30px;
          background: url("../flow/img/ico_num01.gif");
          background-size: contain; }
        #flow #detail .bg .item h3 span {
          vertical-align: middle;
          font-size: 10px;
          margin-left: 10px;
          font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
          background: #E60012;
          padding: 5px 10px;
          color: #fff; }
        #flow #detail .bg .item h3.icon2:before {
          background: url("../flow/img/ico_num02.gif");
          width: 40px;
          vertical-align: sub;
          background-size: contain;
          height: 30px; }
        #flow #detail .bg .item h3.icon3:before {
          background: url("../flow/img/ico_num03.gif");
          width: 40px;
          vertical-align: sub;
          background-size: contain;
          height: 30px; }
        #flow #detail .bg .item h3.icon4:before {
          background: url("../flow/img/ico_num04.gif");
          width: 40px;
          vertical-align: sub;
          background-size: contain;
          height: 30px; }
        #flow #detail .bg .item h3.icon5:before {
          background: url("../flow/img/ico_num05.gif");
          width: 40px;
          vertical-align: sub;
          background-size: contain;
          height: 30px; }
        #flow #detail .bg .item h3.icon6:before {
          background: url("../flow/img/ico_num06.gif");
          width: 40px;
          vertical-align: sub;
          background-size: contain;
          height: 30px; }
      #flow #detail .bg .item ul {
        padding: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #flow #detail .bg .item ul li.left {
          width: 20%; }
        #flow #detail .bg .item ul li.right {
          line-height: 1.8;
          width: 80%;
          padding: 0px 0px 0px 20px; }
          #flow #detail .bg .item ul li.right ul {
            margin-top: 20px;
            background: #d1d6e6;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            #flow #detail .bg .item ul li.right ul li {
              width: 48%; }
              #flow #detail .bg .item ul li.right ul li a {
                width: 100%; }
              #flow #detail .bg .item ul li.right ul li img {
                width: 100%; }
      #flow #detail .bg .item:not(:last-child) {
        margin-bottom: 30px; }
      #flow #detail .bg .item:last-child ul li.right ul {
        justify-content: center; }
  @media screen and (max-width: 959px) {
    #flow #detail {
      padding: 40px 0px 0px 0px; } }
  @media screen and (max-width: 559px) {
    #flow #detail .bg {
      padding: 10px; }
      #flow #detail .bg .item h3 {
        padding: 10px;
        font-size: 16px; }
        #flow #detail .bg .item h3 span {
          padding: 2px 5px;
          margin: 5px 0 0 0;
          display: block;
          width: 40px;
          text-align: center; }
      #flow #detail .bg .item ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px; }
        #flow #detail .bg .item ul li.left, #flow #detail .bg .item ul li.right {
          width: 100%; }
        #flow #detail .bg .item ul li.right {
          line-height: normal;
          padding: 10px 0px 0px 0px; }
          #flow #detail .bg .item ul li.right ul {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            #flow #detail .bg .item ul li.right ul li {
              width: 100%; }
              #flow #detail .bg .item ul li.right ul li:not(:last-child) {
                margin-bottom: 20px; }
    #flow #detail .bg .item img.bottom-arrow {
      bottom: -20px; } }

#price .box {
  padding: 40px 0px 0px 0px; }
  #price .box h2 {
    background: #2b376b;
    color: #fff;
    padding: 20px;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    font-size: 24px;
    font-weight: bold; }
    #price .box h2:before {
      content: "";
      display: inline-block;
      background: url("../price/img/ico01.gif");
      width: 27px;
      height: 35px;
      vertical-align: top;
      margin-right: 10px;
      background-size: contain; }
  #price .box .bg {
    background: #eee;
    padding: 20px; }
    #price .box .bg ul li {
      border-top: 4px solid #2b376b;
      padding: 20px;
      background: #fff; }
      #price .box .bg ul li:not(:last-child) {
        margin-bottom: 20px; }
      #price .box .bg ul li h3 {
        font-weight: bold;
        font-size: 20px;
        font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
        border-bottom: 1px solid #eee; }
        #price .box .bg ul li h3 img.arrowRight {
          margin: 0px 10px;
          width: 10px;
          display: inline-block; }
        #price .box .bg ul li h3:before {
          content: "";
          display: inline-block;
          background: url("../price/img/ico02.gif");
          width: 30px;
          height: 28px;
          vertical-align: sub;
          margin-right: 10px;
          background-size: contain; }
        #price .box .bg ul li h3 span.price {
          color: #E60012; }
          #price .box .bg ul li h3 span.price em {
            font-size: 28px;
            font-weight: bold; }
          #price .box .bg ul li h3 span.price small {
            font-size: 10px; }
      #price .box .bg ul li p {
        margin-top: 10px; }
        #price .box .bg ul li p.ex {
          font-size: 14px; }
          #price .box .bg ul li p.ex span {
            color: #2b376b; }
  #price .box .bg > p {
    margin-bottom: 10px; }
  @media screen and (max-width: 559px) {
    #price .box h2 {
      font-size: 4vw; }
      #price .box h2:before {
        width: 20px;
        height: 26px; }
    #price .box .bg {
      padding: 10px; }
      #price .box .bg ul li h3 {
        font-size: 3.6vw; }
        #price .box .bg ul li h3 img.arrowRight {
          transform: rotateZ(90deg); }
        #price .box .bg ul li h3 span.price {
          display: block; }
      #price .box .bg ul li p.ex {
        font-size: 12px; } }
#price .cta {
  padding: 0px 0px 20px 0px; }
  #price .cta em {
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    padding: 20px 0px 20px 20px; }
  #price .cta ul {
    background: #fff;
    margin: 0px 20px 20px 20px;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #price .cta ul li:nth-child(1) {
      width: 100px; }
    #price .cta ul li:nth-child(2) {
      width: 50%; }
    #price .cta ul li:nth-child(3) {
      width: 35%; }
    #price .cta ul li img {
      width: 100px;
      margin: 0 auto 0 0; }
  @media screen and (max-width: 959px) {
    #price .cta ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #price .cta ul li:nth-child(1) {
        width: 20%; }
      #price .cta ul li:nth-child(2) {
        width: 80%; }
      #price .cta ul li:nth-child(3) {
        width: 100%;
        margin-top: 10px; } }
  @media screen and (max-width: 559px) {
    #price .cta em {
      font-size: 4vw; }
    #price .cta ul {
      margin: 0 10px 10px 10px; }
      #price .cta ul li {
        padding: 0px;
        margin-bottom: 0px; }
        #price .cta ul li:nth-child(1) {
          display: none; }
        #price .cta ul li:nth-child(2) {
          width: 100%; } }

#case .box, #voice .box {
  padding: 40px 0px 0px 0px; }
  #case .box:last-child, #voice .box:last-child {
    padding-bottom: 40px; }
  #case .box h2, #voice .box h2 {
    background: #2b376b;
    color: #fff;
    padding: 20px;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    font-size: 24px;
    font-weight: bold; }
    #case .box h2:before, #voice .box h2:before {
      content: "";
      display: inline-block;
      background: url("../case/img/ico01.gif");
      width: 35px;
      height: 28px;
      vertical-align: top;
      margin-right: 10px;
      background-size: contain; }
  #case .box ul, #voice .box ul {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #case .box ul li h3, #voice .box ul li h3 {
      font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
      background: #eee;
      padding: 20px; }
      #case .box ul li h3:before, #voice .box ul li h3:before {
        content: "";
        display: inline-block;
        background: url("../case/img/ico02.png");
        width: 20px;
        height: 19px;
        vertical-align: top;
        margin-right: 10px;
        background-size: contain; }
      #case .box ul li h3 em, #voice .box ul li h3 em {
        font-weight: bold;
        margin-right: 10px; }
    #case .box ul li img, #voice .box ul li img {
      width: 100%; }
    #case .box ul li span, #voice .box ul li span {
      margin-top: 20px;
      display: block;
      font-weight: bold;
      font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
      border-bottom: 2px dotted #eee; }
    #case .box ul li p, #voice .box ul li p {
      margin-top: 10px;
      font-size: 12px;
      line-height: 1.6; }
    #case .box ul li.left, #voice .box ul li.left {
      width: 28%; }
    #case .box ul li.right, #voice .box ul li.right {
      width: 70%; }
  #case .box a.btn3, #voice .box a.btn3 {
    margin: 10px 0px 0px auto; }
#case .suggestion, #voice .suggestion {
  margin: 40px 0px;
  padding: 20px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  background: #eee; }
  #case .suggestion .inner, #voice .suggestion .inner {
    padding: 20px 20px 0px 20px;
    background: #fff;
    border-top: 4px solid #2b376b; }
    #case .suggestion .inner:not(:first-child), #voice .suggestion .inner:not(:first-child) {
      margin-top: 20px; }
    #case .suggestion .inner h3, #voice .suggestion .inner h3 {
      font-size: 24px;
      font-weight: bold;
      padding: 0px 0px 20px 10px;
      border-bottom: 1px solid #eee;
      color: #2b376b; }
      #case .suggestion .inner h3:before, #voice .suggestion .inner h3:before {
        content: "";
        display: inline-block;
        background: url("../common/img/ico05.gif");
        width: 18px;
        height: 18px;
        vertical-align: middle;
        margin-right: 5px;
        background-size: contain; }
    #case .suggestion .inner .block, #voice .suggestion .inner .block {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 20px;
      padding-bottom: 20px;
      font-size: 14px; }
      #case .suggestion .inner .block p, #voice .suggestion .inner .block p {
        line-height: 1.6; }
      #case .suggestion .inner .block .left, #voice .suggestion .inner .block .left {
        width: 70%; }
        #case .suggestion .inner .block .left h4, #voice .suggestion .inner .block .left h4 {
          background: #8b9aaa;
          padding: 10px 0 10px 20px;
          color: #fff;
          font-weight: bold;
          margin-top: 20px; }
        #case .suggestion .inner .block .left ul li, #voice .suggestion .inner .block .left ul li {
          padding: 10px;
          background: #d1d6e6; }
          #case .suggestion .inner .block .left ul li + li, #voice .suggestion .inner .block .left ul li + li {
            border-top: 1px solid #fff; }
  #case .suggestion .inner:nth-child(4) .block .left, #voice .suggestion .inner:nth-child(4) .block .left {
    width: 80%;
    order: -1; }
  #case .suggestion .inner:nth-child(4) .block .right, #voice .suggestion .inner:nth-child(4) .block .right {
    width: 18%;
    order: -2; }
    #case .suggestion .inner:nth-child(4) .block .right img, #voice .suggestion .inner:nth-child(4) .block .right img {
      width: 100%; }
@media screen and (max-width: 959px) {
  #case .box a.btn3, #voice .box a.btn3 {
    width: 100%;
    margin: 20px 0 0 0; } }
@media screen and (max-width: 559px) {
  #case .box h2, #voice .box h2 {
    font-size: 17px;
    padding: 15px; }
    #case .box h2:before, #voice .box h2:before {
      width: 25px;
      height: 20px;
      vertical-align: sub; }
  #case .box ul, #voice .box ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #case .box ul li.left, #case .box ul li.right, #voice .box ul li.left, #voice .box ul li.right {
      width: 100%; }
    #case .box ul li.right, #voice .box ul li.right {
      font-size: 12px; }
      #case .box ul li.right h3, #voice .box ul li.right h3 {
        padding: 10px; }
      #case .box ul li.right em, #voice .box ul li.right em {
        font-size: 13px; }
  #case .suggestion, #voice .suggestion {
    padding: 10px; }
    #case .suggestion .inner, #voice .suggestion .inner {
      padding: 20px 10px 0px 10px; }
      #case .suggestion .inner h3, #voice .suggestion .inner h3 {
        font-size: 16px; }
      #case .suggestion .inner .block, #voice .suggestion .inner .block {
        margin-top: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #case .suggestion .inner .block .left, #case .suggestion .inner .block .right, #voice .suggestion .inner .block .left, #voice .suggestion .inner .block .right {
          width: 100%; }
        #case .suggestion .inner .block .left, #voice .suggestion .inner .block .left {
          order: 1; }
          #case .suggestion .inner .block .left p, #voice .suggestion .inner .block .left p {
            margin-top: 10px; }
        #case .suggestion .inner .block .right, #voice .suggestion .inner .block .right {
          order: -2; }
    #case .suggestion .inner:nth-child(4) .block, #voice .suggestion .inner:nth-child(4) .block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #case .suggestion .inner:nth-child(4) .block .left, #case .suggestion .inner:nth-child(4) .block .right, #voice .suggestion .inner:nth-child(4) .block .left, #voice .suggestion .inner:nth-child(4) .block .right {
        width: 100%; }
      #case .suggestion .inner:nth-child(4) .block .right img, #voice .suggestion .inner:nth-child(4) .block .right img {
        width: 60%;
        margin: 0 auto; } }

#faq section.content {
  padding: 40px 0px 0px 0px; }
  #faq section.content .inner {
    background: #eee;
    padding: 20px; }
  #faq section.content h2 {
    background: #2b376b;
    color: #fff;
    padding: 20px;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    font-size: 24px;
    font-weight: bold; }
    #faq section.content h2:before {
      content: "";
      display: inline-block;
      background: url("../faq/img/ico_qa01.gif");
      width: 35px;
      height: 28px;
      vertical-align: top;
      margin-right: 10px;
      background-size: contain; }
  #faq section.content dl.boxIn {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    padding: 20px;
    background: #fff; }
    #faq section.content dl.boxIn:not(:last-child) {
      margin-bottom: 20px; }
    #faq section.content dl.boxIn dt {
      position: relative;
      font-weight: bold; }
      #faq section.content dl.boxIn dt:before {
        content: "";
        display: inline-block;
        background: url("../faq/img/ico_qa02.gif");
        width: 19px;
        height: 28px;
        vertical-align: middle;
        margin-right: 10px;
        background-size: contain; }
      #faq section.content dl.boxIn dt img {
        width: 30px;
        height: 30px;
        top: 0;
        position: absolute;
        right: 0; }
    #faq section.content dl.boxIn dd {
      margin-top: 20px;
      background: #eee;
      padding: 20px;
      color: #2b376b; }
      #faq section.content dl.boxIn dd:before {
        content: "";
        display: inline-block;
        background: url("../faq/img/ico_qa03.png");
        width: 19px;
        height: 23px;
        vertical-align: middle;
        margin-right: 10px;
        background-size: contain; }
@media screen and (max-width: 559px) {
  #faq section.content .inner {
    padding: 20px 10px; }
  #faq section.content h2 {
    font-size: 17px;
    padding: 15px; }
    #faq section.content h2:before {
      width: 25px;
      height: 20px;
      vertical-align: sub; }
  #faq section.content dl.boxIn {
    padding: 20px 10px; }
    #faq section.content dl.boxIn dt {
      padding-right: 30px;
      font-size: 14px; }
    #faq section.content dl.boxIn dd {
      padding: 20px 10px;
      font-size: 13px; } }

#sitemap section {
  padding: 40px 0 0 0;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif; }
  #sitemap section h2 {
    background: #2b376b;
    padding: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px; }
  #sitemap section ul {
    background: #eee;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #sitemap section ul.small {
      font-size: 14px; }
    #sitemap section ul li {
      padding: 10px 10px 10px 20px;
      width: 50%; }
      #sitemap section ul li a:hover {
        transition: 0.3;
        text-decoration: underline; }
@media screen and (max-width: 559px) {
  #sitemap section h2 {
    font-size: 18px;
    padding: 10px 20px; }
  #sitemap section ul.small {
    font-size: 12px; }
    #sitemap section ul.small li {
      width: 100%; }
      #sitemap section ul.small li:not(:last-child) {
        padding: 10px 10px 0px 20px; } }
