@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

.glb_head {
  background-image: url("../img/hdr_bg.jpg"); }

.glb_head nav li:nth-of-type(1) {
  background-image: url("../img/hdr_navi_home.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 14px; }

.glb_head nav li:nth-of-type(2) {
  background-image: url("../img/hdr_navi_doc.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 14px; }

.glb_head nav li:nth-of-type(3) {
  background-image: url("../img/hdr_navi_ac.png");
  background-repeat: no-repeat;
  background-position: 0 0; }

.switch {
  visibility: hidden; }

.btn-primary {
  display: inline-block;
  border-radius: 2px;
  padding: 10px 16px;
  color: #fff;
  background-color: #323232;
  border-color: #323232;
  margin: 10px auto; }
  .btn-primary:focus, .btn-primary:visited, .btn-primary:active {
    color: #fff;
    background-color: #323232;
    border-color: #323232; }
  .btn-primary:hover {
    background-color: #d6d6cb;
    border-color: #d6d6cb;
    color: #323232; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.container-box {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container-box {
    width: 750px; } }

@media (min-width: 992px) {
  .container-box {
    width: 970px; } }

@media (min-width: 1200px) {
  .container-box {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-4 {
    width: 33.33333333%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; } }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

.form-control {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999999; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control::-ms-expand {
  border: 0;
  background-color: transparent; }

.form-group {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.hidden {
  display: none !important; }

.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after,
.nav:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.nobreak span {
  display: inline-block;
  white-space: nowrap; }

.noppding {
  padding-left: 0;
  padding-right: 0; }

#concierge {
  background: url(../img/concierge_bg.png) top left repeat;
  padding: 118px 0 80px 0; }
  @media screen and (max-width: 991px) {
    #concierge {
      padding: 60px 0; } }
  @media screen and (max-width: 767px) {
    #concierge {
      padding: 40px 0; } }
  #concierge .disF {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: #a9ceb8;
    padding: 30px 15px; }
    @media screen and (max-width: 991px) {
      #concierge .disF {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px 15px 30px 15px; } }
    #concierge .disF .img-cnt {
      width: 35%; }
      @media screen and (max-width: 991px) {
        #concierge .disF .img-cnt {
          width: 100%; } }
    #concierge .disF .lst-cnt {
      width: 65%;
      margin-top: -75px;
      padding: 0 15px; }
      @media screen and (max-width: 991px) {
        #concierge .disF .lst-cnt {
          padding: 0;
          margin: 15px 0;
          width: 100%; } }
      #concierge .disF .lst-cnt .hatena-bg {
        background: url(../img/concierge_img02.png) center center no-repeat;
        background-size: contain;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 991px) {
          #concierge .disF .lst-cnt .hatena-bg {
            display: none; } }
      #concierge .disF .lst-cnt .lst-block {
        margin-top: -75px;
        padding: 80px 15px 15px 15px;
        background: #f4f0df; }
        @media screen and (max-width: 991px) {
          #concierge .disF .lst-cnt .lst-block {
            margin-top: 0;
            padding: 15px; } }
        @media screen and (max-width: 767px) {
          #concierge .disF .lst-cnt .lst-block {
            padding: 15px 0; } }
        #concierge .disF .lst-cnt .lst-block ul {
          list-style-image: url(../img/concierge_list.png);
          line-height: 1.8;
          font-size: 15px;
          color: #231815;
          padding-left: 40px;
          font-weight: 500; }
          @media screen and (max-width: 1199px) {
            #concierge .disF .lst-cnt .lst-block ul {
              font-size: 14px; } }
          @media screen and (max-width: 991px) {
            #concierge .disF .lst-cnt .lst-block ul {
              padding-left: 1.5em;
              border-top: 3px dotted #ccc;
              padding-top: 15px;
              text-align: justify; } }
          @media screen and (max-width: 767px) {
            #concierge .disF .lst-cnt .lst-block ul {
              margin: 10px 15px; } }
  #concierge .btn-area {
    margin: 60px auto;
    margin-bottom: 0;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #concierge .btn-area {
        margin: 20px auto; } }
    #concierge .btn-area a {
      background: #ffd530;
      border: solid 2px #ffd530;
      font-weight: bold;
      color: #2d1d12;
      display: inline-block;
      width: 490px;
      vertical-align: middle;
      margin: 0 auto;
      padding: 30px;
      font-size: 28px;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 767px) {
        #concierge .btn-area a {
          width: 100%;
          height: 70px;
          line-height: 70px;
          padding: 0;
          font-size: 20px;
          margin: 30px auto 0; } }
      #concierge .btn-area a::before, #concierge .btn-area a::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        width: 34px;
        height: 34px;
        margin-top: -17px;
        border-top: 4px solid #2d1d12;
        border-right: 4px solid #2d1d12;
        -webkit-transform: scaleX(0.8) rotate(45deg);
        -ms-transform: scaleX(0.8) rotate(45deg);
        transform: scaleX(0.8) rotate(45deg);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        @media screen and (max-width: 767px) {
          #concierge .btn-area a::before, #concierge .btn-area a::after {
            width: 16px;
            height: 16px;
            margin-top: -8px;
            border-top: 2px solid #2d1d12;
            border-right: 2px solid #2d1d12; } }
      #concierge .btn-area a::before {
        right: 30px; }
        @media screen and (max-width: 767px) {
          #concierge .btn-area a::before {
            right: 10px; } }
      #concierge .btn-area a::after {
        right: 44px; }
        @media screen and (max-width: 767px) {
          #concierge .btn-area a::after {
            right: 17px; } }
      #concierge .btn-area a:hover, #concierge .btn-area a:focus {
        background: #e0cf72;
        color: #231815;
        border-color: #e0cf72; }
        #concierge .btn-area a:hover::before, #concierge .btn-area a:hover::after, #concierge .btn-area a:focus::before, #concierge .btn-area a:focus::after {
          border-top-color: #231815;
          border-right-color: #231815; }

.section-plan {
  background: #EBE6D8;
  padding-bottom: 40px; }
  .section-plan a {
    color: #333; }
  .section-plan .whitepaper {
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px; }
    .section-plan .whitepaper h2 {
      margin-top: 60px;
      text-align: center;
      color: #432107;
      font-size: 34px; }
    .section-plan .whitepaper h3 {
      font-size: 19px;
      color: #aa9f85;
      text-align: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 991px) {
        .section-plan .whitepaper h3 {
          font-size: 19px; } }
      .section-plan .whitepaper h3 span {
        display: inline-block;
        white-space: nowrap; }
    .section-plan .whitepaper h4 {
      margin: 20px 0; }
    .section-plan .whitepaper h5 {
      font-size: 18px;
      color: #432107;
      margin: 10px auto;
      line-height: 1.4; }
    @media screen and (max-width: 767px) {
      .section-plan .whitepaper h4 {
        font-size: 19px;
        line-height: 0.9; }
      .section-plan .whitepaper h5 {
        padding-right: 40px; } }
    .section-plan .whitepaper p {
      text-align: center;
      margin: 25px auto 10px auto; }
      @media screen and (max-width: 991px) {
        .section-plan .whitepaper p {
          text-align: left;
          font-size: 14px; } }
      .section-plan .whitepaper p span {
        display: inline-block;
        white-space: nowrap; }
    .section-plan .whitepaper .plan-item {
      background: #fff;
      -webkit-box-shadow: 0 0 5px #d9d9d9;
      box-shadow: 0 0 5px #d9d9d9;
      padding: 5px;
      position: relative;
      overflow: hidden;
      margin-bottom: 40px; }
      @media screen and (max-width: 991px) {
        .section-plan .whitepaper .plan-item {
          text-align: left; } }
      .section-plan .whitepaper .plan-item img {
        margin: 0; }
      .section-plan .whitepaper .plan-item h3 {
        font-size: 18px; }
        .section-plan .whitepaper .plan-item h3 span {
          font-size: 14px; }
      .section-plan .whitepaper .plan-item .price {
        display: inline-block;
        font-size: 18px;
        padding: 0 10px;
        margin: 10px auto;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
        background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
        background: -o-linear-gradient(transparent 60%, #ffff66 60%);
        background: linear-gradient(transparent 60%, #ffff66 60%); }
        @media screen and (max-width: 991px) {
          .section-plan .whitepaper .plan-item .price {
            font-size: 20px;
            text-align: left; } }
        @media screen and (max-width: 767px) {
          .section-plan .whitepaper .plan-item .price {
            padding: 0 2px;
            font-size: 12px; } }
        .section-plan .whitepaper .plan-item .price span {
          color: #432107;
          font-size: 30px; }
          @media screen and (max-width: 991px) {
            .section-plan .whitepaper .plan-item .price span {
              font-size: 20px; } }
          @media screen and (max-width: 767px) {
            .section-plan .whitepaper .plan-item .price span {
              font-size: 16px; } }
      .section-plan .whitepaper .plan-item .caption {
        margin-top: 20px;
        line-height: 1.5;
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 14px; }
        @media screen and (max-width: 991px) {
          .section-plan .whitepaper .plan-item .caption {
            text-align: left; } }
      .section-plan .whitepaper .plan-item .plan-bottom-img {
        position: absolute;
        bottom: 0;
        right: 0; }
        @media screen and (max-width: 400px) {
          .section-plan .whitepaper .plan-item .plan-bottom-img {
            width: 100%; }
            .section-plan .whitepaper .plan-item .plan-bottom-img img {
              float: right; } }
      .section-plan .whitepaper .plan-item:after {
        content: 'More >';
        width: 65px;
        height: 25px;
        line-height: 25px;
        background: #343232;
        border: solid 1px #343232;
        color: #fff;
        padding: 0 5px;
        position: absolute;
        top: 10%;
        right: -10px;
        font-size: 14px;
        -webkit-transition: 0.25s ease-in;
        -o-transition: 0.25s ease-in;
        transition: 0.25s ease-in; }
        @media screen and (max-width: 767px) {
          .section-plan .whitepaper .plan-item:after {
            top: 11%; } }
      .section-plan .whitepaper .plan-item:hover:after {
        background: #fff;
        border: solid 1px #343232;
        color: #343232; }
    .section-plan .whitepaper .plan-caption {
      font-size: 12px;
      text-align: left; }

.section-customize {
  background: #FFF;
  padding: 40px 0 80px; }
  .section-customize .row {
    margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .section-customize {
      padding: 40px 0 80px; } }
  .section-customize h2 {
    color: #432107;
    font-size: 34px;
    padding-bottom: 20px; }
    .section-customize h2 img {
      margin-bottom: 10px; }
    .section-customize h2 span {
      display: inline-block;
      white-space: nowrap;
      margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .section-customize h2 {
        padding-bottom: 20px; } }
  .section-customize h3 {
    text-align: center;
    font-size: 32px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 60px; }
    @media screen and (max-width: 991px) {
      .section-customize h3 {
        font-size: 25px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .section-customize h3 {
        font-size: 18px;
        text-align: left;
        margin-bottom: 15px; } }
    .section-customize h3 span {
      display: inline-block;
      white-space: nowrap; }
  .section-customize .customize-icon01 {
    background: url(../img/customize_icon01.png) no-repeat center left;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 991px) {
      .section-customize .customize-icon01 {
        border-bottom: 1px solid #604c3f; } }
  .section-customize .customize-icon02 {
    background: url(../img/customize_icon02.png) no-repeat center left;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 991px) {
      .section-customize .customize-icon02 {
        border-bottom: 1px solid #604c3f; } }
  .section-customize .customize-icon03 {
    background: url(../img/customize_icon03.png) no-repeat center left;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 991px) {
      .section-customize .customize-icon03 {
        border-bottom: 1px solid #604c3f; } }
  .section-customize .customize-img01 {
    margin-top: -50px; }
    @media screen and (max-width: 991px) {
      .section-customize .customize-img01 {
        margin: 20px auto;
        margin-top: 0; } }
    @media screen and (max-width: 767px) {
      .section-customize .customize-img01 {
        margin: 20px auto;
        margin-top: 0; } }
  .section-customize h4 {
    text-align: left;
    font-size: 23px;
    line-height: 1.4;
    padding-left: 85px;
    margin-top: 10px;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .section-customize h4 {
        font-size: 17px; } }
  .section-customize p {
    padding-left: 95px; }
    .section-customize p.sub-ttl {
      padding-left: 0;
      font-size: 18px;
      margin-bottom: 20px;
      text-align: center; }
      @media screen and (max-width: 991px) {
        .section-customize p.sub-ttl {
          font-size: 16px; } }
    @media screen and (max-width: 991px) {
      .section-customize p {
        font-size: 14px;
        text-align: justify; } }

.section-simulation {
  background: url(../img/simulation_plan.png);
  color: #fff; }
  @media screen and (max-width: 991px) {
    .section-simulation img {
      padding: 0 10px; } }
  .section-simulation .section-simulation-text {
    padding: 70px 20px 70px 0; }
    @media screen and (max-width: 991px) {
      .section-simulation .section-simulation-text {
        padding: 25px 15px; } }
    .section-simulation .section-simulation-text h2 {
      display: inline;
      font-size: 24px;
      padding-bottom: 10px;
      margin-top: 0; }
      .section-simulation .section-simulation-text h2 span {
        border-bottom: solid 10px #FFF; }
      @media screen and (max-width: 991px) {
        .section-simulation .section-simulation-text h2 {
          font-size: 16px; } }
    .section-simulation .section-simulation-text h3 {
      color: #f9be00;
      margin: 40px 0;
      line-height: 1.4;
      font-size: 24px; }
      @media screen and (max-width: 1199px) {
        .section-simulation .section-simulation-text h3 {
          font-size: 22px; } }
      @media screen and (max-width: 991px) {
        .section-simulation .section-simulation-text h3 {
          font-size: 25px; } }
      @media screen and (max-width: 767px) {
        .section-simulation .section-simulation-text h3 {
          font-size: 20px; } }
    .section-simulation .section-simulation-text p {
      margin-bottom: 50px;
      line-height: 1.4; }
      @media screen and (max-width: 1199px) {
        .section-simulation .section-simulation-text p {
          margin-bottom: 30px; } }
    .section-simulation .section-simulation-text a:hover {
      background: #FFF;
      color: #000; }
    .section-simulation .section-simulation-text a {
      width: 210px;
      font-size: 21px; }
    @media screen and (max-width: 1199px) {
      .section-simulation .section-simulation-text p {
        font-size: 14px; }
      .section-simulation .section-simulation-text ul.list-inline {
        overflow: hidden; }
        .section-simulation .section-simulation-text ul.list-inline li {
          float: left;
          text-align: center; } }
    @media screen and (max-width: 991px) {
      .section-simulation .section-simulation-text a {
        display: block; } }
    @media screen and (max-width: 767px) {
      .section-simulation .section-simulation-text ul.list-inline li {
        width: 50%; }
      .section-simulation .section-simulation-text a {
        margin-bottom: 5px; } }
    @media screen and (max-width: 500px) {
      .section-simulation .section-simulation-text ul.list-inline {
        overflow: hidden; }
        .section-simulation .section-simulation-text ul.list-inline li {
          width: 100%;
          float: none; }
      .section-simulation .section-simulation-text p {
        margin-bottom: 20px; } }

.section-form {
  text-align: center;
  background: #fffbf4;
  padding: 40px 0;
  line-height: 1.8; }
  @media screen and (max-width: 767px) {
    .section-form {
      padding: 20px 0; } }
  .section-form h2 {
    color: #432107;
    margin-top: 60px;
    text-align: center;
    font-size: 34px; }
    @media screen and (max-width: 767px) {
      .section-form h2 {
        margin-top: 30px; } }
  .section-form h3 {
    text-align: center;
    font-size: 19px;
    color: #aa9f85;
    margin-bottom: 40px;
    margin-top: 40px; }
    .section-form h3 span {
      display: inline-block;
      white-space: nowrap; }
  .section-form h4 {
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px; }
  .section-form p {
    color: #432107;
    text-align: left; }
    @media screen and (max-width: 991px) {
      .section-form p {
        font-size: 13px; } }
    .section-form p span {
      display: inline-block;
      white-space: nowrap; }
  .section-form a {
    color: #FFF; }
  .section-form p.info {
    margin: 0 0 10px; }

.section-form .form-content {
  background: #F9EFE4;
  color: #432107;
  padding: 60px 0;
  margin: 30px auto;
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    .section-form .form-content {
      padding: 15px; } }
  @media screen and (max-width: 767px) {
    .section-form .form-content {
      padding: 15px;
      margin: 0 auto 15px auto; } }
  .section-form .form-content .title-content {
    border-bottom: 2px dashed #c3b898;
    margin-bottom: 30px; }
    @media screen and (max-width: 991px) {
      .section-form .form-content .title-content {
        border: 0; } }
    @media screen and (max-width: 767px) {
      .section-form .form-content .title-content {
        margin-bottom: 15px; } }
    .section-form .form-content .title-content h4 {
      color: #432107; }
      @media screen and (max-width: 991px) {
        .section-form .form-content .title-content h4 {
          border-bottom: 2px dashed #c3b898;
          padding-bottom: 4px; } }
      @media screen and (max-width: 767px) {
        .section-form .form-content .title-content h4 {
          font-size: 14px; } }

@media screen and (max-width: 767px) {
  .section-form h3 {
    margin: 20px auto; } }

.section-form .info {
  text-align: right;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .section-form .info {
      text-align: justify;
      font-size: 13px; } }
  .section-form .info a {
    text-decoration: underline;
    color: #432107; }
    .section-form .info a:hover, .section-form .info a:focus {
      opacity: 0.5; }

.section-form #kaoru-form {
  text-align: left; }
  @media screen and (max-width: 991px) {
    .section-form #kaoru-form {
      font-size: 14px; } }

.section-form .form-group {
  border-bottom: 1px dotted #777;
  padding: 15px;
  margin: 5px auto;
  overflow: hidden; }
  .section-form .form-group:last-of-type {
    border: 0; }
  @media screen and (max-width: 767px) {
    .section-form .form-group {
      padding: 10px 0; } }

.section-form label.control-label {
  padding-top: 0;
  line-height: 1.4; }

.section-form label span {
  background: #98221c;
  color: #fff;
  padding: 3px 8px;
  margin-left: 15px;
  margin-bottom: 3px;
  font-size: 12px; }

.section-form #code {
  width: 10em;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 8px; }

.section-form input[type="checkbox"] {
  margin-right: 5px;
  margin-left: 0; }

.section-form .enquate {
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .section-form .enquate {
      margin-top: 30px; } }
  .section-form .enquate .title-content h4 {
    display: inline-block;
    padding-right: 10px; }
    @media screen and (max-width: 991px) {
      .section-form .enquate .title-content h4 {
        display: block;
        margin-top: 0;
        padding: 5px; } }
  .section-form .enquate .title-content span {
    font-size: 85%; }
  .section-form .enquate .enquate_content #checkbox1_txt,
  .section-form .enquate .enquate_content #checkbox2_txt,
  .section-form .enquate .enquate_content #checkbox3_txt {
    width: 20em;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .section-form .enquate .enquate_content #checkbox1_txt,
      .section-form .enquate .enquate_content #checkbox2_txt,
      .section-form .enquate .enquate_content #checkbox3_txt {
        width: 100%; } }

.section-form .privacy {
  margin: 20px -15px 40px -15px; }
  .section-form .privacy h4 {
    font-weight: bold;
    color: #432107; }
  .section-form .privacy a {
    text-decoration: underline;
    color: #432107; }
    .section-form .privacy a:hover, .section-form .privacy a:focus {
      opacity: 0.5; }
  @media screen and (max-width: 767px) {
    .section-form .privacy p {
      text-align: justify; } }

.section-form .confirm-item {
  background: #fff;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px; }

.section-form.completion h4 {
  margin-bottom: 0;
  color: #fff;
  font-weight: normal; }

@media screen and (max-width: 767px) {
  .section-form.completion h4 {
    margin-bottom: 10px; } }

.section-form.completion p {
  text-align: center;
  padding: 0 0 40px 0; }
  @media screen and (max-width: 767px) {
    .section-form.completion p {
      padding: 0 0 20px 0; } }
  .section-form.completion p.info {
    text-align: right; }

.section-form label.font_normal {
  font-weight: normal;
  margin-right: 15px;
  font-size: 15px; }
  @media screen and (max-width: 767px) {
    .section-form label.font_normal {
      font-size: 14px; } }

.section-form span.ERR {
  color: #98221c; }

.section-form .form-control:focus {
  border-color: #0099ff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 153, 255, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 153, 255, 0.3); }

.section-form select {
  color: #555; }

.section-form .form-groupbtn .btn-primary {
  background-color: #432107;
  border-color: #432107; }
  .section-form .form-groupbtn .btn-primary:hover, .section-form .form-groupbtn .btn-primary:focus {
    background-color: #323232;
    border-color: #323232;
    color: #fff; }

small {
  font-size: 85%; }

.style-bnr {
  padding: 40px 0 20px; }
  .style-bnr img {
    margin-bottom: 20px;
    opacity: 1; }
    .style-bnr img:hover, .style-bnr img:focus {
      opacity: 0.6; }

#kogumagroup {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.6;
  background: #f2f2f2; }
  #kogumagroup img {
    max-width: 100%; }
  #kogumagroup.colored {
    margin: 0 auto;
    padding: 90px 0; }
    @media screen and (max-width: 767px) {
      #kogumagroup.colored {
        padding: 40px 0; } }
  #kogumagroup h2 img {
    margin: 0 auto 35px auto;
    height: 50px; }
  #kogumagroup .group-item_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #a5a5a5; }
  #kogumagroup .group-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%; }
    #kogumagroup .group-item .group-item_link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #fff;
      padding: 5px;
      border-right: 8px solid #f2f2f2;
      border-bottom: 8px solid #f2f2f2;
      height: 200px;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 991px) {
        #kogumagroup .group-item .group-item_link {
          height: 150px; } }
      @media screen and (max-width: 767px) {
        #kogumagroup .group-item .group-item_link {
          display: block;
          height: 100%; } }
      #kogumagroup .group-item .group-item_link img {
        display: block;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          #kogumagroup .group-item .group-item_link img {
            width: 86px; } }
    #kogumagroup .group-item:nth-of-type(3n) {
      width: 34%; }
      #kogumagroup .group-item:nth-of-type(3n) .group-item_link {
        border-right: none; }
    #kogumagroup .group-item:nth-of-type(7) .group-item_link, #kogumagroup .group-item:nth-of-type(8) .group-item_link, #kogumagroup .group-item:nth-of-type(9) .group-item_link {
      border-bottom: none; }
    #kogumagroup .group-item a.group-item_link::after {
      content: 'More >';
      width: 65px;
      height: 25px;
      background: #000;
      border: solid 1px #000;
      color: #fff;
      padding: 0 5px;
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-size: 14px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media screen and (max-width: 767px) {
        #kogumagroup .group-item a.group-item_link::after {
          content: '>';
          height: auto;
          width: auto;
          bottom: 5px;
          right: 5px;
          line-height: 1.5; } }
    #kogumagroup .group-item a.group-item_link:hover img, #kogumagroup .group-item a.group-item_link:hover p, #kogumagroup .group-item a.group-item_link:focus img, #kogumagroup .group-item a.group-item_link:focus p {
      opacity: .6; }
    #kogumagroup .group-item a.group-item_link:hover::after, #kogumagroup .group-item a.group-item_link:focus::after {
      opacity: 1;
      background: #fff;
      color: #000; }
    #kogumagroup .group-item_img {
      width: 50%; }
      @media screen and (max-width: 767px) {
        #kogumagroup .group-item_img {
          width: 100%;
          height: auto;
          display: block; }
          #kogumagroup .group-item_img img {
            max-width: 100%;
            max-height: 100%;
            -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
            padding-bottom: 25px; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      #kogumagroup .group-item_img img {
        margin: 0 auto;
        padding-bottom: 0px; } }
    #kogumagroup .group-item_text {
      width: 50%; }
      @media screen and (max-width: 767px) {
        #kogumagroup .group-item_text {
          width: 100%;
          padding-bottom: 28px; } }
    #kogumagroup .group-item .no-link-img {
      margin: 0 auto;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #kogumagroup .group-item .no-link-img img {
        max-width: 100%;
        width: 100%;
        display: block; }
      @media screen and (max-width: 767px) {
        #kogumagroup .group-item .no-link-img {
          padding-bottom: 25px; } }
  #kogumagroup .group-brand .group-item_link {
    padding: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
    @media screen and (max-width: 767px) {
      #kogumagroup .group-brand .group-item_link {
        padding: 15px 5px; } }
    #kogumagroup .group-brand .group-item_link img {
      max-height: 100%;
      max-width: 100%;
      margin: 0 auto;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%; }
      @media screen and (max-width: 991px) {
        #kogumagroup .group-brand .group-item_link img {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto; } }
      @media screen and (max-width: 767px) {
        #kogumagroup .group-brand .group-item_link img {
          width: 73px; } }

#kogumagroup2 {
  background: #142033; }
  #kogumagroup2.colored {
    margin: 0 auto;
    padding: 90px 0; }
    @media screen and (max-width: 767px) {
      #kogumagroup2.colored {
        padding: 40px 0; } }
  #kogumagroup2 img {
    max-width: 100%; }
  #kogumagroup2 h2 {
    color: #fff;
    margin: 0 auto 40px auto;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #kogumagroup2 h2 {
        font-size: 17px; } }
  @media screen and (max-width: 767px) {
    #kogumagroup2 .bnr-item {
      margin-bottom: 15px; }
      #kogumagroup2 .bnr-item:last-of-type {
        margin-bottom: 0; } }
  #kogumagroup2 a:hover img, #kogumagroup2 a:focus img {
    opacity: .6; }
