@charset "UTF-8";
.pc {
  display: block; }

.tablet {
  display: none; }

.smp {
  display: none; }

body {
  border-top: 5px #987468 solid; }

/* ================================================ 
	header 
==============================================================================================================================================================*/
header {
  margin: 0 auto;
  max-width: 1120px;
  width: 94%;
  padding: 20px 0; }
  header .innar {
    width: 100%; }
    header .innar h1 {
      margin-bottom: 10px;
      font-size: 13px;
      line-height: 150%;
      font-weight: bold; 
      color: #825f53;}
    header .innar p {font-size: 12px;
    margin-bottom: 4px;
    margin-left: 66px;}
    header .innar .left {
      width: 368px;
      float: left; }
      header .innar .left .logo {
        margin: 0;
        max-width: 319px; }
    header .innar .right {
      width: auto;
      float: right; }
      header .innar .right .txt {
        font-size: 14px;
        line-height: 150%;
        text-align: center; }
      header .innar .right .tel {
        font-size: 36px;
        line-height: 100%;
        background: url(../img/tel.png) no-repeat left top;
        background-size: 36px 36px;
        padding: 5px 0 5px 40px; }
      header .innar .right .caption {
        text-align: center;
        font-size: 14px;
        line-height: 150%; }

/* ================================================ 
	sp-nav
==============================================================================================================================================================*/
.sp-nav {
  display: none; }

/* ================================================ 
	nav 
==============================================================================================================================================================*/
nav {
  margin-bottom: 0;
  width: 100%;
  height: 73px;
  background: #000; }
  nav .innar {
    margin: 0 auto;
    width: 94%;
    max-width: 1120px; }
    nav .innar ul {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: center;
      /*--- IE10 用 ---*/
      display: -ms-flexbox;
      -ms-flex-flow: row nowrap;
      -ms-flex-pack: space-between;
      -ms-flex-align: center;
      /*--- Androidブラウザ用 ---*/
      display: -webkit-box;
      -webkit-box-direction: row;
      -webkit-box-pack: space-between;
      -webkit-box-align: center;
      /*--- safari（PC）用 ---*/
      display: -webkit-flex;
      -webkit-flow: row nowrap;
      -webkit-justify-content: space-between;
      -webkit-align-items: center; }
      nav .innar ul li {
        width: 16%;
        text-align: center;
        list-style-type: none;
        position: relative;
        padding: 0 3px; }
        nav .innar ul li a {
          width: 100%;
          display: block;
          text-decoration: none !important;
          position: relative;
          color: #ccc;
          font-size: 12px;
          line-height: 150%;
          font-weight: bold;
          padding: 8px 0;
          transition: all .3s; }
          nav .innar ul li a img {
            margin-bottom: 5px; }
          nav .innar ul li a:hover {
            background: #fff; }

/* ================================================ 
	メインビジュアル
==============================================================================================================================================================*/
.main-block {
  background: url(../img/bg_main.jpg) no-repeat center top;
  background-size: cover; }
  .main-block .innar {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    position: relative;
    padding: 0; }
    .main-block .innar .ab {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 19;
      width: 57%; }
    .main-block .innar .flex {
      margin: 0 auto;
      max-width: 1120px;
      width: 94%;
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-end;
      align-items: center;
      /*--- IE10 用 ---*/
      display: -ms-flexbox;
      -ms-flex-flow: row nowrap;
      -ms-flex-pack: flex-end;
      -ms-flex-align: center;
      /*--- Androidブラウザ用 ---*/
      display: -webkit-box;
      -webkit-box-direction: row;
      -webkit-box-pack: flex-end;
      -webkit-box-align: center;
      /*--- safari（PC）用 ---*/
      display: -webkit-flex;
      -webkit-flow: row nowrap;
      -webkit-justify-content: flex-end;
      -webkit-align-items: center; }
      .main-block .innar .flex .cont {
        margin-left: 52%;
        width: 48%;
        position: relative;
        z-index: 20; }
        .main-block .innar .flex .cont .txt1 {
          margin-bottom: 25px;
          text-align: center; }
        .main-block .innar .flex .cont .txt2 {
          margin-bottom: 20px;
          text-align: center; }
        .main-block .innar .flex .cont .txt3 {
          margin-bottom: 25px;
          text-align: center; }
        .main-block .innar .flex .cont .txt4 {
          margin-bottom: 20px;
          text-align: center; }
      .main-block .innar .flex .btn-cover {
        margin: 0 auto;
        max-width: 520px; }

.btn {
  width: 100%;
  box-sizing: border-box;
  display: block;
  border: 1px #d22852 solid;
  background: #d22852;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  padding: 20px;
  position: relative;
  transition: all .3s; }
  .btn span {
    display: inline-block;
    background: url(../img/bg_btn.png) no-repeat left center;
    padding-left: 80px; }
  .btn:hover {
    color: #d31322 !important;
    background: #fff; }

/* ================================================ 
	ボタン
==============================================================================================================================================================*/
.btn01 {
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-align: center;
  border: 1px #d31322 solid;
  border-radius: 5px;
  background: #d31322;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
  padding: 20px 20px 20px 0px;
  position: relative;
  box-shadow: 0px -5px 5px -1px #960d18 inset;
  transition: all .3s; }
  .btn01 .txt {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 150%; }
  .btn01 .arrow {
    position: absolute;
    display: inline-block;
    padding-left: 0px;
    right: 15px;
    top: 43%;
    transition: all .3s; }
    .btn01 .arrow:before {
      content: '';
      width: 14px;
      height: 14px;
      border: 0px;
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 43%;
      right: 0; }
  .btn01:hover {
    color: #d31322 !important;
    background: #fff; }
    .btn01:hover .arrow {
      position: absolute;
      display: inline-block;
      padding-left: 0px;
      right: 15px;
      transition: all .3s; }
      .btn01:hover .arrow:before {
        content: '';
        border-top: solid 1px #d31322;
        border-right: solid 1px #d31322; }

.btn02 {
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-align: center;
  border: 1px #d31322 solid;
  border-radius: 5px;
  background: #d31322;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 24px;
  line-height: 150%;
  font-weight: bold;
  padding: 20px;
  position: relative;
  box-shadow: 0px -5px 5px -1px #960d18 inset;
  transition: all .3s; }
  .btn02 .txt {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 150%; }
  .btn02:hover {
    color: #d31322 !important;
    background: #fff; }

.btn03 {
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-align: center;
  border: 1px #303030 solid;
  border-radius: 5px;
  background: #303030;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
  padding: 15px 10px;
  position: relative;
  box-shadow: 0px -5px 5px -1px #000000 inset;
  transition: all .3s; }
  .btn03 .txt {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 150%; }
  .btn03:hover {
    color: #303030 !important;
    background: #fff; }

/* ================================================ 
	フッター
==============================================================================================================================================================*/
footer {
  padding: 20px 0;
  background: #e3829b;
  position: relative;
  z-index: 100; }
  footer#fix {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100; }
  footer .innar {
    margin: 0 auto;
    width: 94%;
    max-width: 1120px; }
    footer .innar .link {
      font-size: 14px;
      line-height: 150%;
      float: left; }
      footer .innar .link a {
        color: #fff;
        text-decoration: none;
        margin-right: 30px; }
        footer .innar .link a:last-child {
          margin-right: 20px; }
        footer .innar .link a:hover {
          text-decoration: underline; }
    footer .innar #copyrights {
      float: right;
      color: #fff;
      font-size: 13px;
      line-height: 150%; }

/* ================================================ 
	導入部
==============================================================================================================================================================*/
.intro-block {
  padding: 60px 0 0;
  background: url(../img/bg_intro.jpg) repeat center center; }
  .intro-block .innar {
    margin: 0 auto;
    width: 94%;
    max-width: 1263px;
    position: relative; }

/* ================================================ 
	こんなにあなたにおすすめ
==============================================================================================================================================================*/
.recommended-block {
  margin: 0 auto;
  width: 94%;
  max-width: 1120px;
  padding: 50px 0 0; }
  .recommended-block h2 {
    margin-bottom: 30px;
    text-align: center;
    font-family: '07LogoTypeGothic7';
    font-size: 36px;
    line-height: 150%;
    font-weight: normal; }
  .recommended-block ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row nowrap;
    -ms-flex-pack: space-between;
    -ms-flex-align: stretch;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row;
    -webkit-box-pack: space-between;
    -webkit-box-align: stretch;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row nowrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch; }
    .recommended-block ul li {
      width: 48%;
      margin-right: 4%;
      background: #c3d500;
      position: relative; }
      .recommended-block ul li:last-child {
        margin-right: 0;
        background: #e3829b; }
      .recommended-block ul li .ab {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: -50px; }
      .recommended-block ul li .inbox {
        margin: 25px;
        border: 1px #fff solid;
        padding: 25px; }
        .recommended-block ul li .inbox h3 {
          margin-bottom: 30px;
          text-align: center;
          color: #fff;
          font-size: 24px;
          line-height: 150%; }
        .recommended-block ul li .inbox .flex {
          display: flex;
          flex-flow: row nowrap;
          justify-content: space-between;
          align-items: flex-start;
          /*--- IE10 用 ---*/
          display: -ms-flexbox;
          -ms-flex-flow: row nowrap;
          -ms-flex-pack: space-between;
          -ms-flex-align: flex-start;
          /*--- Androidブラウザ用 ---*/
          display: -webkit-box;
          -webkit-box-direction: row;
          -webkit-box-pack: space-between;
          -webkit-box-align: flex-start;
          /*--- safari（PC）用 ---*/
          display: -webkit-flex;
          -webkit-flow: row nowrap;
          -webkit-justify-content: space-between;
          -webkit-align-items: flex-start; }
          .recommended-block ul li .inbox .flex dl {
            width: 30%;
            margin-right: 5%; }
            .recommended-block ul li .inbox .flex dl:last-child {
              margin-right: 0; }
            .recommended-block ul li .inbox .flex dl dt {
              margin-bottom: 10px;
              text-align: center; }
            .recommended-block ul li .inbox .flex dl dd {
              color: #fff;
              text-align: center;
              font-size: 16px;
              line-height: 150%; }

/* ================================================ 
	サロン専門HP制作○○が選ばれる理由
==============================================================================================================================================================*/
.reazon-block {
  padding: 100px 0 50px;
  background: url(../img/bg_reazon.jpg) repeat left top; }
  .reazon-block .innar {
    margin: 0 auto;
    width: 94%;
    max-width: 1120px; }
    .reazon-block .innar .h2-cover {
      margin-bottom: 5px;
      text-align: center; }
      .reazon-block .innar .h2-cover .h2-cover2 {
        display: inline-block;
        padding-left: 60px;
        background: url(../img/bg_mi1.png) no-repeat left bottom; }
        .reazon-block .innar .h2-cover .h2-cover2 h2 {
          display: inline-block;
          padding-right: 60px;
          color: #53b699;
          font-size: 30px;
          line-height: 150%;
          background: url(../img/bg_mi2.png) no-repeat right bottom; }
    .reazon-block .innar .caption {
      margin-bottom: 40px;
      text-align: center;
      font-size: 22px;
      line-height: 150%; }
    .reazon-block .innar ul {
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;
      align-items: stretch;
      /*--- IE10 用 ---*/
      display: -ms-flexbox;
      -ms-flex-flow: row wrap;
      -ms-flex-pack: flex-start;
      -ms-flex-align: stretch;
      /*--- Androidブラウザ用 ---*/
      display: -webkit-box;
      -webkit-box-direction: row;
      -webkit-box-pack: flex-start;
      -webkit-box-align: stretch;
      /*--- safari（PC）用 ---*/
      display: -webkit-flex;
      -webkit-flow: row wrap;
      -webkit-justify-content: flex-start;
      -webkit-align-items: stretch; }
      .reazon-block .innar ul li {
        width: 22%;
        margin-right: 3%;
        margin-bottom: 30px;
        background: #fff; }
        .reazon-block .innar ul li:nth-child(4n) {
          margin-right: 0; }
        .reazon-block .innar ul li dl {
          padding: 15px; }
          .reazon-block .innar ul li dl dt {
            font-size: 16px;
            line-height: 150%;
            text-align: center;
            border-bottom: 1px #000 dotted;
            padding-bottom: 10px;
            margin-bottom: 10px; }
          .reazon-block .innar ul li dl dd {
            font-size: 14px;
            line-height: 180%; }

/* ================================================ 
	【圧倒的な差！他社との違いはココ！】新規客＆リピーターを増やす
==============================================================================================================================================================*/
.difference-block {
  margin: 0 auto;
  width: 94%;
  max-width: 1120px;
  padding: 50px 0; }
  .difference-block h2 {
    margin-bottom: 30px;
    background: url(../img/bg_tit_difference.gif) repeat left top;
    padding: 20px 10px;
    font-size: 26px;
    line-height: 150%;
    text-align: center; }
  .difference-block h3 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal; }
    .difference-block h3 span {
      margin-bottom: 5px;
      display: inline-block;
      color: #eb636a;
      font-family: '07LogoTypeGothic7';
      font-size: 33px;
      line-height: 160%;
      border-bottom: 1px #eb636a dotted; }
  .difference-block h4 {
    margin-bottom: 40px;
    text-align: center;
    color: #987468;
    font-family: '07LogoTypeGothic7';
    font-size: 33px;
    line-height: 160%;
    font-weight: normal; }
  .difference-block .inbox {
    margin-bottom: 50px; }
    .difference-block .inbox:last-child {
      margin-bottom: 0; }
    .difference-block .inbox.cont01 {
      background: url(../img/bg_difference1.jpg) no-repeat center top;
      background-size: cover; }
    .difference-block .inbox.cont02 {
      background: url(../img/bg_difference2.jpg) no-repeat center top;
      background-size: cover; }
    .difference-block .inbox.cont03 {
      background: url(../img/bg_difference3.jpg) no-repeat center top;
      background-size: cover; }
    .difference-block .inbox.cont04 {
      background: url(../img/bg_difference4.jpg) no-repeat center top;
      background-size: cover; }
    .difference-block .inbox.cont05 {
      background: url(../img/bg_difference5.jpg) no-repeat center top;
      background-size: cover; }
    .difference-block .inbox.cont06 {
      background: url(../img/bg_difference6.jpg) no-repeat center top;
      background-size: cover; }
    .difference-block .inbox.cont07 {
      background: url(../img/bg_difference7.jpg) no-repeat center top;
      background-size: cover; }
    .difference-block .inbox .image {
      display: none; }
    .difference-block .inbox .pt1 {
      margin-left: 50%;
      width: 50%;
      padding: 20px 0; }
      .difference-block .inbox .pt1 .txt {
        margin: 0 0 0 25%;
        width: 65%; }
    .difference-block .inbox .pt2 {
      margin: 0;
      width: 50%;
      padding: 20px 0; }
      .difference-block .inbox .pt2 .txt {
        margin: 0 0 0 10%;
        width: 65%; }
    .difference-block .inbox .block h5 {
      text-align: center;
      margin-bottom: 30px; }
    .difference-block .inbox .block h6 {
      margin-bottom: 30px;
      text-align: center;
      color: #000;
      font-family: '07LogoTypeGothic7';
      font-size: 30px;
      line-height: 140%;
      font-weight: normal;
      text-shadow: white 2px 0px,  white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px , white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px,  white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px,  white -2px 1px, white 2px -1px, white -2px -1px; }

/* ================================================ 
	ニーズに合わせたプランメニュー
==============================================================================================================================================================*/
.plan-block {
  background: url(../img/bg_plan.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0; }
  .plan-block .innar {
    margin: 0 auto;
    width: 94%;
    max-width: 1120px; }
    .plan-block .innar .caption {
      text-align: center;
      color: #417ca4;
      font-size: 18px;
      line-height: 150%; }
    .plan-block .innar h2 {
      margin-bottom: 40px;
      text-align: center;
      color: #fff;
      font-size: 26px;
      line-height: 150%; }
    .plan-block .innar ul {
      margin-bottom: 40px;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: stretch;
      /*--- IE10 用 ---*/
      display: -ms-flexbox;
      -ms-flex-flow: row nowrap;
      -ms-flex-pack: space-between;
      -ms-flex-align: stretch;
      /*--- Androidブラウザ用 ---*/
      display: -webkit-box;
      -webkit-box-direction: row;
      -webkit-box-pack: space-between;
      -webkit-box-align: stretch;
      /*--- safari（PC）用 ---*/
      display: -webkit-flex;
      -webkit-flow: row nowrap;
      -webkit-justify-content: space-between;
      -webkit-align-items: stretch; }
      .plan-block .innar ul li {
        width: 30%;
        margin-right: 5%;
        padding-bottom: 40px;
        background: url(../img/bg_plan_box.png) no-repeat right bottom; }
        .plan-block .innar ul li:last-child {
          margin-right: 0; }
        .plan-block .innar ul li .inbox {
          background: #fff; }
        .plan-block .innar ul li h3 {
          text-align: center;
          color: #fff;
          padding: 10px;
          font-size: 18px;
          line-height: 150%; }
        .plan-block .innar ul li dl {
          padding: 20px; }
          .plan-block .innar ul li dl dt {
            margin-bottom: 20px;
            text-align: center;
            font-size: 22px;
            line-height: 150%; }
        .plan-block .innar ul li:nth-child(1) h3 {
          background: #ef8174; }
        .plan-block .innar ul li:nth-child(1) dl dt {
          color: #ef8174;
          background: url(../img/bg_paln_tit.png) no-repeat left top;
          background-size: 26px 26px; }
          .plan-block .innar ul li:nth-child(1) dl dt span {
            display: block;
            background: url(../img/bg_paln_tit.png) no-repeat right top;
            background-size: 26px 26px; }
        .plan-block .innar ul li:nth-child(2) h3 {
          background: #45bba1; }
        .plan-block .innar ul li:nth-child(2) dl dt {
          color: #45bba1;
          background: url(../img/bg_paln_tit.png) no-repeat left top;
          background-size: 26px 26px; }
        .plan-block .innar ul li:nth-child(3) h3 {
          background: #e3829b; }
        .plan-block .innar ul li:nth-child(3) dl dt {
          color: #e3829b; }
    .plan-block .innar .end {
      text-align: center;
      color: #fff;
      font-size: 22px;
      line-height: 150%; }
      .plan-block .innar .end strong {
        background-image: linear-gradient(transparent 70%, #93d200 50%); }

/* ================================================ 
	サポート
==============================================================================================================================================================*/
.support-block {
  padding: 50px 0 0; }
  .support-block .h2-cover {
    margin-bottom: 30px;
    text-align: center;
    padding: 0 3%; }
    .support-block .h2-cover .h2-cover2 {
      display: inline-block;
      padding-left: 60px;
      background: url(../img/bg_mi3.png) no-repeat left bottom; }
      .support-block .h2-cover .h2-cover2 h2 {
        display: inline-block;
        font-family: '07LogoTypeGothic7';
        padding-right: 60px;
        color: #d22852;
        font-size: 26px;
        line-height: 150%;
        background: url(../img/bg_mi4.png) no-repeat right bottom; }
  .support-block .cover-box {
    background: url(../img/bg_support.jpg) no-repeat center top;
    background-size: cover;
    padding: 40px 0 0;
    position: relative; }
    .support-block .cover-box .ab {
      position: absolute;
      width: 100%;
      text-align: center;
      top: -12px; }
  .support-block .innar {
    margin: 0 auto;
    width: 94%;
    max-width: 1000px;
    padding: 70px 0; }
    .support-block .innar .end-block {
      padding-left: 45%; }
      .support-block .innar .end-block .in .flex {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
        align-items: flex-start;
        /*--- IE10 用 ---*/
        display: -ms-flexbox;
        -ms-flex-flow: row wrap;
        -ms-flex-pack: flex-end;
        -ms-flex-align: flex-start;
        /*--- Androidブラウザ用 ---*/
        display: -webkit-box;
        -webkit-box-direction: row;
        -webkit-box-pack: flex-end;
        -webkit-box-align: flex-start;
        /*--- safari（PC）用 ---*/
        display: -webkit-flex;
        -webkit-flow: row wrap;
        -webkit-justify-content: flex-end;
        -webkit-align-items: flex-start; }
        .support-block .innar .end-block .in .flex .dial {
          margin-bottom: 20px;
          width: 100%;
          text-align: center;
          background: #fff;
          color: #000;
          box-shadow: 3px 3px #6cb6d1;
          padding: 22px 0 8px; }
          .support-block .innar .end-block .in .flex .dial .in {
            text-align: center;
            font-size: 12px;
            line-height: 100%; }
          .support-block .innar .end-block .in .flex .dial .cover {
            display: inline-block;
            background: url(../img/tel.png) no-repeat left 0.1em;
            background-size: 36px 36px;
            padding-left: 48px;
            font-size: 38px;
            line-height: 100%; }
            .support-block .innar .end-block .in .flex .dial .cover a {
              color: #000; }
        .support-block .innar .end-block .in .flex .contact {
          width: 100%; }
          .support-block .innar .end-block .in .flex .contact a {
            width: 100%;
            box-sizing: border-box;
            display: block;
            border: 1px #d22852 solid;
            background: url(../img/arrow1.png) no-repeat right 20px center #d22852;
            text-decoration: none !important;
            color: #fff !important;
            font-size: 24px;
            line-height: 150%;
            text-align: center;
            padding: 22px 20px;
            position: relative;
            box-shadow: 3px 3px #7e2345;
            transition: all .3s; }
            .support-block .innar .end-block .in .flex .contact a .cap {
              display: inline-block;
              background: #fff;
              color: #d81982;
              border-radius: 5px;
              padding: 1px 10px;
              margin-right: 15px; }
            .support-block .innar .end-block .in .flex .contact a .arrow {
              vertical-align: middle; }
              .support-block .innar .end-block .in .flex .contact a .arrow img {
                vertical-align: middle; }
            .support-block .innar .end-block .in .flex .contact a:hover {
              color: #d31322 !important;
              background: url(../img/arrow1_on.png) no-repeat right 20px center #fff; }
              .support-block .innar .end-block .in .flex .contact a:hover .cap {
                display: inline-block;
                background: #d22852;
                color: #fff;
                border-radius: 5px;
                padding: 1px 10px;
                margin-right: 15px; }

/* ================================================ 
	実績
==============================================================================================================================================================*/
.results-block {
  margin: 0 auto;
  width: 94%;
  max-width: 1120px;
  padding: 80px 0; }
  .results-block .h2-cover {
    margin-bottom: 30px;
    text-align: center;
    padding: 0 3%; }
    .results-block .h2-cover .h2-cover2 {
      display: inline-block;
      padding-left: 60px;
      background: url(../img/bg_mi5.png) no-repeat left bottom; }
      .results-block .h2-cover .h2-cover2 h2 {
        display: inline-block;
        padding-right: 60px;
        color: #f99255;
        font-size: 26px;
        line-height: 150%;
        background: url(../img/bg_mi6.png) no-repeat right bottom; }
        .results-block .h2-cover .h2-cover2 h2 span {
          font-size: 30px;
          line-height: 150%; }
  .results-block .caption {
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 160%; }
  .results-block ul {
    margin: 0 auto;
    max-width: 720px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row nowrap;
    -ms-flex-pack: space-between;
    -ms-flex-align: flex-start;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row;
    -webkit-box-pack: space-between;
    -webkit-box-align: flex-start;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row nowrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start; }
    .results-block ul li {
      width: 48%;
      margin-right: 4%; }
      .results-block ul li:last-child {
        margin-right: 0; }
      .results-block ul li .image {
        margin-bottom: 20px; }
      .results-block ul li dl {
        margin-bottom: 20px;
        width: 100%;
        display: table;
        border-collapse: collapse; }
        .results-block ul li dl dt {
          width: 80px;
          display: table-cell;
          vertical-align: top; }
          .results-block ul li dl dt span {
            display: block;
            color: #fff;
            text-align: center;
            padding: 5px 0;
            background: #eb636a; }
        .results-block ul li dl dd {
          padding: 10px 0 10px 20px;
          display: table-cell;
          vertical-align: top; }
      .results-block ul li .txt {
        font-size: 16px;
        line-height: 160%; }

/* ================================================ 
	魅力が伝わる
==============================================================================================================================================================*/
.point-block {
  margin: 0 auto;
  width: 94%;
  max-width: 1120px;
  padding: 0 0 50px; }
  .point-block ul {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row nowrap;
    -ms-flex-pack: space-between;
    -ms-flex-align: flex-start;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row;
    -webkit-box-pack: space-between;
    -webkit-box-align: flex-start;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row nowrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start; }
    .point-block ul li {
      width: 32%;
      position: relative;
      margin-right: 2%; }
      .point-block ul li:last-child {
        margin-right: 0; }
      .point-block ul li .tit {
        position: relative;
        z-index: 20;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        /*--- IE10 用 ---*/
        display: -ms-flexbox;
        -ms-flex-flow: row nowrap;
        -ms-flex-pack: space-between;
        -ms-flex-align: center;
        /*--- Androidブラウザ用 ---*/
        display: -webkit-box;
        -webkit-box-direction: row;
        -webkit-box-pack: space-between;
        -webkit-box-align: center;
        /*--- safari（PC）用 ---*/
        display: -webkit-flex;
        -webkit-flow: row nowrap;
        -webkit-justify-content: space-between;
        -webkit-align-items: center; }
        .point-block ul li .tit h2 {
          width: 45%;
          text-align: center;
          font-size: 16px;
          line-height: 150%;
          color: #e89aae; }
        .point-block ul li .tit h3 {
          width: 55%; }
      .point-block ul li:nth-child(1) .tit {
        background: url(../img/bg_point.png) no-repeat left top;
        background-size: 38px 40px; }
        .point-block ul li:nth-child(1) .tit h2 {
          color: #e89aae; }
      .point-block ul li:nth-child(2) .tit {
        background: url(../img/bg_point.png) no-repeat left bottom 30px;
        background-size: 38px 40px; }
        .point-block ul li:nth-child(2) .tit h2 {
          color: #7bb9d8; }
      .point-block ul li:nth-child(3) .tit {
        background: url(../img/bg_point.png) no-repeat left 35% top;
        background-size: 38px 40px; }
        .point-block ul li:nth-child(3) .tit h2 {
          color: #7ac461; }
      .point-block ul li .image {
        position: relative;
        text-align: center;
        top: -20px;
        margin-bottom: -20px;
        z-index: 19; }

/* ================================================ 
	.限定企画
==============================================================================================================================================================*/
.campaign-block {
  margin-bottom: 50px;
  background: url(../img/bg_campaign.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 3%; }
  .campaign-block .innar {
    margin: 0 auto 20px;
    max-width: 677px;
    background: url(../img/bg_kikaku.png) no-repeat center center;
    background-size: 100% 100%;
    min-height: 417px;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row nowrap;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row nowrap;
    -webkit-justify-content: center;
    -webkit-align-items: center; }
    .campaign-block .innar .inbox h2 {
      text-align: center;
      color: #eb636a;
      font-size: 30px;
      line-height: 150%; }
      .campaign-block .innar .inbox h2 strong {
        font-size: 60px;
        line-height: 150%; }
    .campaign-block .innar .inbox ul {
      text-align: center; }
      .campaign-block .innar .inbox ul li {
        text-align: center;
        font-family: '07LogoTypeGothic7';
        font-size: 28px;
        line-height: 180%; }
        .campaign-block .innar .inbox ul li span {
          background-image: linear-gradient(transparent 70%, #ffff00 70%); }
  .campaign-block .btn-cover {
    margin: 0 auto;
    max-width: 520px; }

/* ================================================ 
	.特典
==============================================================================================================================================================*/
.tokuten-block {
  background: url(../img/bg_tokuten.jpg) no-repeat center top;
  background-size: cover; }
  .tokuten-block .arrow {
    text-align: center; }
  .tokuten-block .innar {
    margin: 0 auto;
    width: 94%;
    max-width: 1120px;
    padding: 50px 0; }
    .tokuten-block .innar h2 {
      margin-bottom: 40px;
      text-align: center;
      color: #fff;
      font-size: 34px;
      line-height: 150%; }
    .tokuten-block .innar ul {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: stretch;
      /*--- IE10 用 ---*/
      display: -ms-flexbox;
      -ms-flex-flow: row nowrap;
      -ms-flex-pack: space-between;
      -ms-flex-align: stretch;
      /*--- Androidブラウザ用 ---*/
      display: -webkit-box;
      -webkit-box-direction: row;
      -webkit-box-pack: space-between;
      -webkit-box-align: stretch;
      /*--- safari（PC）用 ---*/
      display: -webkit-flex;
      -webkit-flow: row nowrap;
      -webkit-justify-content: space-between;
      -webkit-align-items: stretch; }
      .tokuten-block .innar ul li {
        width: 30%;
        margin-right: 5%;
        background: #fff;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 0 0 10px 20px; }
        .tokuten-block .innar ul li:last-child {
          margin-right: 0; }
        .tokuten-block .innar ul li .tit {
          margin-bottom: 5px;
          padding: 20px 0 0 0;
          background: url(../img/bg_tokuten_tit.png) no-repeat left bottom 5px;
          background-size: 100% auto; }
        .tokuten-block .innar ul li .inbox {
          width: 100%;
          display: table;
          border-collapse: collapse; }
          .tokuten-block .innar ul li .inbox .cont {
            display: table-cell;
            vertical-align: middle;
            padding: 0 20px 0 0; }
            .tokuten-block .innar ul li .inbox .cont .price {
              text-align: center;
              font-size: 30px;
              line-height: 150%;
              font-weight: bold; }
              .tokuten-block .innar ul li .inbox .cont .price span {
                color: #d22852; }
                .tokuten-block .innar ul li .inbox .cont .price span strong {
                  font-size: 76px;
                  line-height: 150%; }
            .tokuten-block .innar ul li .inbox .cont .txt1 {
              font-size: 27px;
              line-height: 120%;
              font-weight: bold; }
            .tokuten-block .innar ul li .inbox .cont .txt2 {
              margin-bottom: 10px;
              font-size: 14px;
              line-height: 120%;
              font-weight: bold; }
            .tokuten-block .innar ul li .inbox .cont .txt3 {
              margin-bottom: 10px;
              font-size: 26px;
              line-height: 110%;
              font-weight: bold; }
              .tokuten-block .innar ul li .inbox .cont .txt3 span {
                font-size: 14px;
                line-height: 150%; }
            .tokuten-block .innar ul li .inbox .cont .image {
              text-align: center; }
              .tokuten-block .innar ul li .inbox .cont .image img {
                width: 100%;
                height: auto; }

/* ================================================ 
	アフターフォロー
==============================================================================================================================================================*/
.follow-block {
  padding: 100px 0 0; }
  .follow-block .innar1 {
    margin: 0 auto;
    width: 94%;
    max-width: 1120px; }
  .follow-block .tit {
    margin-bottom: 60px;
    position: relative;
    background: #e86666;
    color: #fff; }
    .follow-block .tit h2 {
      padding: 20px;
      text-align: center;
      font-size: 28px;
      line-height: 150%; }
      .follow-block .tit h2 span {
        display: block; }
    .follow-block .tit .triangle {
      position: absolute;
      bottom: -30px;
      left: 50%;
      margin-left: -30px;
      width: 0;
      height: 0;
      border-top: 30px solid #e86666;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent; }
  .follow-block .chart-box {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    align-items: center;
    /*--- IE10 用 ---*/
    display: -ms-flexbox;
    -ms-flex-flow: row-reverse nowrap;
    -ms-flex-pack: space-between;
    -ms-flex-align: center;
    /*--- Androidブラウザ用 ---*/
    display: -webkit-box;
    -webkit-box-direction: row-reverse;
    -webkit-box-pack: space-between;
    -webkit-box-align: center;
    /*--- safari（PC）用 ---*/
    display: -webkit-flex;
    -webkit-flow: row-reverse nowrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: center; }
    .follow-block .chart-box .chart {
      width: 30%; }
    .follow-block .chart-box .txt h3 {
      margin-bottom: 20px;
      font-size: 34px;
      line-height: 120%; }
      .follow-block .chart-box .txt h3 strong {
        font-size: 48px;
        line-height: 180%;
        display: inline-block;
        color: #e86666;
        background: url(../img/bg_line1.png) repeat-x left bottom; }
    .follow-block .chart-box .txt p {
      font-size: 28px;
      line-height: 140%; }
  .follow-block .after-follow {
    background: url(../img/bg_follow.jpg) no-repeat center top;
    background-size: cover;
    padding: 30px 0 80px; }
    .follow-block .after-follow .innar2 {
      margin: 0 auto 55px;
      width: 94%;
      max-width: 1120px; }
      .follow-block .after-follow .innar2 .mi {
        margin-bottom: 35px;
        padding-bottom: 42px;
        background: url(../img/bg_arrow_under.png) no-repeat center bottom; }
        .follow-block .after-follow .innar2 .mi h2 {
          text-align: center;
          color: #c3d500;
          font-size: 26px;
          line-height: 120%; }
          .follow-block .after-follow .innar2 .mi h2 span {
            font-size: 40px;
            line-height: 100%; }
            .follow-block .after-follow .innar2 .mi h2 span strong {
              font-size: 86px;
              line-height: 100%; }
      .follow-block .after-follow .innar2 .follow-box {
        margin: 0 auto 30px;
        max-width: 800px;
        position: relative;
        background: rgba(255, 255, 255, 0.8); }
        .follow-block .after-follow .innar2 .follow-box .triangle {
          position: absolute;
          bottom: -30px;
          left: 50%;
          margin-left: -30px;
          width: 0;
          height: 0;
          border-top: 30px solid rgba(255, 255, 255, 0.8);
          border-left: 30px solid transparent;
          border-right: 30px solid transparent; }
      .follow-block .after-follow .innar2 .cont {
        padding: 20px 130px 50px; }
        .follow-block .after-follow .innar2 .cont .latest-box {
          position: relative;
          top: -50px;
          margin-bottom: -50px;
          display: inline-block;
          position: relative;
          background: #30ae86; }
          .follow-block .after-follow .innar2 .cont .latest-box p {
            padding: 5px 20px;
            color: #fff;
            font-size: 36px;
            line-height: 150%;
            font-weight: bold; }
          .follow-block .after-follow .innar2 .cont .latest-box .triangle {
            position: absolute;
            bottom: -20px;
            left: 50%;
            margin-left: -0px;
            width: 0;
            height: 0;
            border-top: 20px solid #30ae86;
            border-left: 30px solid transparent;
            border-right: 5px solid transparent; }
        .follow-block .after-follow .innar2 .cont h3 {
          margin-bottom: 30px;
          padding-bottom: 10px;
          text-align: center;
          font-size: 42px;
          line-height: 100%;
          color: #30ae86;
          border-bottom: 3px #000 solid; }
        .follow-block .after-follow .innar2 .cont ul li {
          margin-bottom: 10px;
          font-size: 25px;
          line-height: 150%;
          font-weight: bold;
          padding-left: 35px;
          background: url(../img/check.png) no-repeat left 0.4em; }
          .follow-block .after-follow .innar2 .cont ul li strong {
            color: #30ae86; }
          .follow-block .after-follow .innar2 .cont ul li:last-child {
            margin-bottom: 0; }

/* ================================================ 
	サポート内容
==============================================================================================================================================================*/
.support-contents {
  background: #fffef1; }
  .support-contents .innar {
    margin: 0 auto;
    width: 94%;
    max-width: 1120px;
    padding: 0 0 50px; }
    .support-contents .innar h2 {
      text-align: center;
      position: relative;
      top: -80px;
      margin-bottom: -40px; }
    .support-contents .innar ul {
      margin-bottom: 40px;
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;
      align-items: flex-start;
      /*--- IE10 用 ---*/
      display: -ms-flexbox;
      -ms-flex-flow: row wrap;
      -ms-flex-pack: flex-start;
      -ms-flex-align: flex-start;
      /*--- Androidブラウザ用 ---*/
      display: -webkit-box;
      -webkit-box-direction: row;
      -webkit-box-pack: flex-start;
      -webkit-box-align: flex-start;
      /*--- safari（PC）用 ---*/
      display: -webkit-flex;
      -webkit-flow: row wrap;
      -webkit-justify-content: flex-start;
      -webkit-align-items: flex-start; }
      .support-contents .innar ul li {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 30px; }
        .support-contents .innar ul li:nth-child(3n) {
          margin-right: 0; }
        .support-contents .innar ul li:nth-last-child(-n+2) {
          margin-bottom: 0; }
        .support-contents .innar ul li .image {
          margin-bottom: 20px;
          text-align: center; }
        .support-contents .innar ul li h3 {
          padding: 10px;
          font-size: 14px;
          line-height: 150%;
          text-align: center;
          color: #fff; }
        .support-contents .innar ul li dl {
          padding: 15px; }
          .support-contents .innar ul li dl dt {
            margin-bottom: 15px;
            font-size: 20px;
            line-height: 150%;
            font-weight: bold; }
          .support-contents .innar ul li dl dd {
            nt-size: 14px;
            line-height: 150%; }
            .support-contents .innar ul li dl dd p {
              margin-bottom: 1em; }
              .support-contents .innar ul li dl dd p:last-child {
                margin-bottom: 0; }
              .support-contents .innar ul li dl dd p.caption {
                font-size: 10px;
                line-height: 150%;
                font-weight: bold; }
        .support-contents .innar ul li .pt1 h3 {
          background: #ef8174; }
        .support-contents .innar ul li .pt1 dl {
          background: #ffe2df; }
        .support-contents .innar ul li .pt2 h3 {
          background: #45bba1; }
        .support-contents .innar ul li .pt2 dl {
          background: #e2fcf6; }
        .support-contents .innar ul li .pt3 h3 {
          background: #e3829b; }
        .support-contents .innar ul li .pt3 dl {
          background: #ffe3ea; }
    .support-contents .innar .end {
      text-align: center;
      font-size: 34px;
      line-height: 150%;
      font-weight: bold; }
      .support-contents .innar .end strong {
        color: #e86666;
        font-size: 44px;
        line-height: 150%; }
      .support-contents .innar .end span {
        display: block; }

/* ================================================ 
	実際にHPを制作されたお客様の声
==============================================================================================================================================================*/
.voice-block {
  padding: 80px 0; }
  .voice-block .h2-cover {
    text-align: center;
    padding: 0 3%;
    margin-bottom: 50px; }
  .voice-block h2 {
    display: inline-block;
    font-family: '07LogoTypeGothic7';
    font-size: 33px;
    line-height: 160%;
    font-weight: normal;
    border-bottom: 1px #eb636a dotted; }
  .voice-block .user-block {
    margin: 0 auto;
    width: 94%;
    max-width: 1120px;
    position: relative; }
    .voice-block .user-block .user-photo {
      position: absolute;
      left: 0;
      top: 0;
      width: 57%;
      z-index: 21; }
    .voice-block .user-block .data-block {
      margin-left: 55%;
      position: relative;
      z-index: 23; }
      .voice-block .user-block .data-block dl {
        margin-bottom: 30px;
        padding-top: 80px; }
        .voice-block .user-block .data-block dl dt {
          margin-bottom: 20px;
          color: #45bba1;
          font-size: 24px;
          line-height: 150%; }
          .voice-block .user-block .data-block dl dt span {
            display: inline-block;
            padding: 10px 30px;
            background: url(../img/bg_tit_difference.gif) repeat left top; }
        .voice-block .user-block .data-block dl dd {
          padding-left: 30px;
          font-size: 24px;
          line-height: 150%; }
      .voice-block .user-block .data-block .site {
        text-align: center; }
    .voice-block .user-block .interview-block {
      margin-left: 41%;
      position: relative;
      top: -20px;
      margin-bottom: -20px;
      z-index: 22; }
      .voice-block .user-block .interview-block .inbox {
        padding: 50px 30px 30px;
        background: rgba(255, 255, 255, 0.8);
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        /*--- IE10 用 ---*/
        display: -ms-flexbox;
        -ms-flex-flow: row nowrap;
        -ms-flex-pack: flex-start;
        -ms-flex-align: flex-start;
        /*--- Androidブラウザ用 ---*/
        display: -webkit-box;
        -webkit-box-direction: row;
        -webkit-box-pack: flex-start;
        -webkit-box-align: flex-start;
        /*--- safari（PC）用 ---*/
        display: -webkit-flex;
        -webkit-flow: row nowrap;
        -webkit-justify-content: flex-start;
        -webkit-align-items: flex-start; }
        .voice-block .user-block .interview-block .inbox .tit {
          width: 40%;
          text-align: center;
          color: #14b4a6;
          font-size: 30px;
          line-height: 150%; }
        .voice-block .user-block .interview-block .inbox .salon {
          width: 55%; }
          .voice-block .user-block .interview-block .inbox .salon dl {
            margin-bottom: 5px;
            width: 100%;
            display: table;
            border-collapse: collapse;
            font-size: 14px;
            line-height: 160%; }
            .voice-block .user-block .interview-block .inbox .salon dl dt {
              width: 100px;
              display: table-cell;
              vertical-align: top; }
              .voice-block .user-block .interview-block .inbox .salon dl dt span {
                display: block;
                text-align: center;
                background: #616060;
                color: #fff;
                padding: 5px 10px; }
            .voice-block .user-block .interview-block .inbox .salon dl dd {
              padding: 5px 0 5px 20px;
              display: table-cell;
              vertical-align: top; }
  .voice-block .faq-block {
    position: relative;
    top: -40px;
    margin-bottom: -40px;
    background: #ffeef2;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 18; }
    .voice-block .faq-block .innar {
      margin: 0 auto;
      width: 94%;
      max-width: 1120p;
      padding: 150px 0 50px; }
      .voice-block .faq-block .innar .faq-cont {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px #000 dotted; }
        .voice-block .faq-block .innar .faq-cont:last-child {
          margin-bottom: 0; }
        .voice-block .faq-block .innar .faq-cont .cont {
          margin-bottom: 30px;
          display: table;
          border-collapse: collapse; }
          .voice-block .faq-block .innar .faq-cont .cont:last-child {
            margin-bottom: 0; }
          .voice-block .faq-block .innar .faq-cont .cont .icon {
            width: 52px;
            display: table-cell;
            vertical-align: top; }
          .voice-block .faq-block .innar .faq-cont .cont .txt {
            padding-left: 20px;
            font-size: 26px;
            line-height: 150%;
            display: table-cell;
            vertical-align: top; }
          .voice-block .faq-block .innar .faq-cont .cont .txt2 {
            padding-left: 20px;
            font-size: 14px;
            line-height: 160%;
            display: table-cell;
            vertical-align: top; }

/* ================================================ 
	.form-tit
==============================================================================================================================================================*/
.form-tit {
  padding: 60px 3% 0; }
  .form-tit .h2-cover {
    margin-bottom: 5px;
    text-align: center; }
    .form-tit .h2-cover .h2-cover2 {
      display: inline-block;
      padding-left: 60px;
      background: url(../img/bg_mi7.png) no-repeat left bottom; }
      .form-tit .h2-cover .h2-cover2 h2 {
        display: inline-block;
        padding-right: 60px;
        color: #e3829b;
        font-size: 30px;
        line-height: 150%;
        background: url(../img/bg_mi8.png) no-repeat right bottom; }
  .form-tit .caption {
    text-align: center;
    font-size: 22px;
    line-height: 150%; }

/* ================================================ 
	フォーム
==============================================================================================================================================================*/
/* -------------------------------------------------------------------------------------

	contact.html（お問い合わせ）

-------------------------------------------------------------------------------------- */
.base {
  max-width: 1060px;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 40px 30px 50px; }

.un-line {
  margin-bottom: 30px;
  text-align: center; }

.m-form {
  width: 100%;
  margin: 0px auto 20px;
  text-align: left; }

.m-form td {
  padding: 10px 10px 10px 30px;
  vertical-align: top; }

.m-form th {
  width: 26%;
  padding: 10px;
  vertical-align: top; }

.m-form th span {
  float: right;
  padding: 7px 8%;
  background: #FA5B61;
  color: #fff;
  margin: 0; }

.m-form td input,
.m-form td textarea,
.m-form td select {
  border: none;
  padding: 14px 10px;
  background: #eee;
  font-size: 16px;
  line-height: 140%; }

.long input,
.long textarea {
  width: 500px; }

.middle input {
  width: 360px; }

.short input {
  width: 200px; }

.checkbox input {
  width: auto; }

.checkbox .check .ck {
  width: 48%;
  margin-right: 2%;
  float: left; }

.checkbox .check label {
  display: inline-block;
  cursor: pointer; }

.checkbox .check label span {
  padding-left: 0;
  text-indent: 0; }

.submit {
  text-align: center;
  padding: 30px 0 70px; }

.submit .min {
  font-size: 80%;
  margin: 10px 0 30px; }

.submit input {
  border: 1px #007C70 solid;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
  color: #fff;
  width: 360px;
  height: 95px;
  background: linear-gradient(#00C6B8 0%, #00C6B8 48%, #00B7A6 50%, #00B7A6 100%);
  background-image: -moz-linear-gradient(top, #00C6B8 0%, #00C6B8 49%, #00C6B8 50%, #00C6B8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00C6B8), color-stop(0.49, #00C6B8), color-stop(0.5, #00B7A6), to(#00B7A6));
  padding: 0;
  cursor: pointer;
  box-shadow: 0px 3px 1px 0px #007c70;
  -webkit-box-shadow: 0px 3px 1px 0px #007c70;
  -moz-box-shadow: 0px 3px 1px 0px #007c70;
  font-size: 36px;
  font-weight: bold;
  line-height: 150%; }

.submit input:hover {
  background: linear-gradient(#60DFD7 0%, #60DFD7 48%, #1FD4C9 50%, #1FD4C9 100%);
  background-image: -moz-linear-gradient(top, #60DFD7 0%, #60DFD7 49%, #1FD4C9 50%, #1FD4C9);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#60DFD7), color-stop(0.49, #60DFD7), color-stop(0.5, #1FD4C9), to(#1FD4C9)); }

.submit input#back {
  border: 1px #404040 solid;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
  color: #fff;
  width: 360px;
  height: 95px;
  background: linear-gradient(#636363 0%, #636363 48%, #636363 50%, #636363 100%);
  background-image: -moz-linear-gradient(top, #636363 0%, #636363 49%, #636363 50%, #636363);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#838383), color-stop(0.49, #838383), color-stop(0.5, #636363), to(#636363));
  padding: 0;
  cursor: pointer;
  box-shadow: 0px 3px 1px 0px #404040;
  -webkit-box-shadow: 0px 3px 1px 0px #404040;
  -moz-box-shadow: 0px 3px 1px 0px #404040;
  font-size: 36px;
  font-weight: bold;
  line-height: 150%; }

.submit input#back:hover {
  background: linear-gradient(#888888 0%, #888888 48%, #888888 50%, #888888 100%);
  background-image: -moz-linear-gradient(top, #888888 0%, #888888 49%, #888888 50%, #888888);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), color-stop(0.49, #A9A9A9), color-stop(0.5, #888888), to(#888888)); }

.base dt {
  margin-bottom: 15px;
  background: #C2DDF7;
  font-weight: bold;
  padding: 10px 15px; }

.base dd {
  margin-bottom: 30px; }

.base dd .ck {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 1%;
  float: left; }

.base dd label {
  display: inline-block;
  cursor: pointer; }

.base dd label span {
  padding-left: 0;
  text-indent: 0; }

/*CheckBoxとText */
.check label {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  padding-left: 25px;
  display: inline-block;
  box-sizing: border-box; }

.check label:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0px;
  top: 0;
  border: 2px solid #C1C4C5;
  z-index: 3; }

.check label:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 6px;
  display: block;
  margin-top: -8px;
  width: 4px;
  height: 8px;
  border-right: 3px solid #e86666;
  border-bottom: 3px solid #e86666;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1; }

.check input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px; }

.check input[type="checkbox"]:checked {
  box-shadow: none; }

.check input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #fff;
  opacity: 0.1; }

.check input[type="checkbox"]:focus {
  box-shadow: 41px 0px #fff; }

.koumoku-flex {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-flow: row nowrap;
  -ms-flex-pack: space-between;
  -ms-flex-align: center;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-direction: row;
  -webkit-box-pack: space-between;
  -webkit-box-align: center;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row nowrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center; }
  .koumoku-flex .em {
    width: 80px;
    text-align: center; }
    .koumoku-flex .em span {
      display: block;
      text-align: center;
      float: none; }

/* ----------------------------------------------

	お問い合わせ確認用テーブル

---------------------------------------------------- */
.cfm {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important; }

.cfm th,
.cfm td {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important; }

.cfm th {
  background: #eee; }

.err {
  color: #F00; }

#copyright {
  display: none !important; }

input[type="submit"][disabled] {
  background-color: #ccc !important;
  cursor: default; }
