@charset "UTF-8";
main {
  overflow-x: hidden; }

html {
  visibility: hidden; }

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  line-height: 1; }

html.wf-active {
  visibility: visible; }

main p,
main li {
  font-size: 20px;
  color: #333; }

img {
  vertical-align: top; }

a:hover {
  text-decoration: none; }

.pt_0 {
  padding-top: 0 !important; }

.pb_0 {
  padding-bottom: 0 !important; }

.pt_80 {
  padding-top: 80px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt24 {
  margin-top: 24px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt80 {
  margin-top: 80px !important; }

.bg_white {
  background-color: #fff !important; }

.bg_gray {
  background-color: #e6e6eb; }

.bg_navy {
  background-image: url(../images/bg_fomal.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.font.white {
  color: #fff; }

.contents {
  width: 100%; }
  .contents_innner {
    width: 1040px;
    padding: 100px 0 0 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1; }
    .contents_innner.bread {
      padding: 0; }
    .contents_innner.last {
      padding-bottom: 104px; }
  .contents_img {
    width: 100%; }
  .contents_text {
    font-size: 17px;
    line-height: 1.6; }
    .contents_text.top {
      margin-top: 40px; }
  .contents img {
    width: 100%; }

.bread-crumb {
  margin: 0 !important;
  padding: 15px 0 20px 10px; }
  .bread-crumb li {
    font-size: 14px;
    line-height: 1.6; }

.lp_footer {
  margin-top: 0 !important; }

.main_visual {
  width: 100%; }
  .main_visual img {
    width: 100%; }

.title_main {
  font-size: 35px;
  line-height: 1.5;
  font-weight: bold; }
  .title_main_bottom {
    font-size: 20px;
    line-height: 1.75;
    margin-top: 24px;
    margin-bottom: 120px; }

.title_sub {
  font-size: 35px;
  line-height: 1.3; }
  .title_sub_text {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 24px; }

.title_step {
  font-size: 15px;
  text-align: center;
  min-height: 48px;
  line-height: 1.3;
  margin-top: 40px;
  padding-top: 8px;
  position: relative; }
  .title_step::before {
    width: 50%;
    height: 1px;
    background-color: #203960;
    margin: auto;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }

.txt_price {
  font-size: 36px;
  font-weight: bold; }
  .txt_price span {
    font-size: 18px;
    line-height: 1.3;
    font-style: normal; }
  .txt_price_top {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3; }
  .txt_price_off {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: line-through; }
  .txt_price_percent {
    color: #c30d23;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    font-style: italic; }

.txt_annotation {
  font-size: 16px; }

.btn_top {
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  width: 640px;
  margin: 80px auto 0;
  padding: 8px 0;
  background-color: #203960;
  border-radius: 50px;
  display: block; }
  .btn_top.blue {
    background-color: #002870;
    margin-top: 40px; }

.btn_all {
  color: #203960 !important;
  font-size: 24px;
  font-weight: bold;
  width: 480px;
  margin: 0 auto;
  padding: 24px 0;
  border-radius: 8px;
  border: 2px solid #203960;
  display: block; }

.box_btn {
  text-align: center;
  width: 100%;
  margin: auto; }
  .box_btn .btn {
    color: #fff;
    font-size: 20px;
    letter-spacing: .04em;
    padding: 16px 0;
    background-color: #203960;
    display: block;
    position: relative; }
    .box_btn .btn::after {
      content: '';
      display: inline-block;
      border-style: solid;
      border-width: 5px 0 5px 8px;
      border-color: transparent transparent transparent #fff;
      display: inline-block;
      width: 0;
      height: 0;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .box_btn .btn.not {
      background-color: #ccc; }
  .box_btn.long {
    width: 560px;
    margin-top: 40px; }
  .box_btn.short {
    width: 350px;
    margin-top: 40px; }
  .box_btn.white .btn {
    color: #203960;
    background-color: #fff; }
    .box_btn.white .btn::after {
      border-color: transparent transparent transparent #203960; }
  .box_btn.black .btn {
    background-color: #333; }

.box_price {
  text-align: left;
  margin-top: 32px; }

.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px; }
  .features.pcOnly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .features_left {
    width: 320px; }
  .features_right {
    width: 320px;
    margin-top: 70px; }
  .features_center {
    width: calc(100% - 750px);
    margin-top: -135px; }
  .features_title {
    font-size: 37px;
    font-weight: bold;
    letter-spacing: .04em;
    text-align: left;
    margin-bottom: 80px; }
    .features_title span {
      display: inline-block;
      border-bottom: 2px solid #333;
      padding-bottom: 10px;
      margin-bottom: 20px; }
  .features_item {
    width: 100%;
    margin-bottom: 72px; }
  .features_price {
    text-align: left; }
    .features_price-tit {
      display: inline-block;
      border: 2px solid #e60000;
      font-size: 15px;
      color: #e60000;
      padding: 4px 16px;
      font-weight: bold;
      margin-bottom: 16px; }
    .features_price-price {
      font-size: 50px;
      color: #e60000;
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif; }
      .features_price-price span {
        font-size: 20px; }

.specification {
  padding-bottom: 100px; }
  .specification_title {
    font-size: 35px;
    font-weight: bold;
    color: #203960;
    position: relative;
    margin-bottom: 72px; }
    .specification_title::before, .specification_title::after {
      display: block;
      content: " ";
      width: 360px;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 1;
      background: #203960; }
    .specification_title::after {
      left: unset;
      right: 0; }
  .specification_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .specification_list-item {
      width: calc(calc(100% - 150px) / 4); }
      .specification_list-item-tit {
        font-size: 22px;
        font-weight: bold;
        color: #203960;
        margin: 16px 0; }
      .specification_list-item-txt {
        font-size: 15px;
        line-height: 1.5; }

.formal {
  padding-bottom: 100px; }
  .formal_title {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 56px; }
  .formal_inner {
    padding: 48px;
    background: -webkit-linear-gradient(transparent 0, #fff 0), -webkit-linear-gradient(transparent 0, #fff 0), -webkit-linear-gradient(225deg, transparent 40px, #fff 10px), -webkit-linear-gradient(transparent 0, #fff 0);
    background: -o-linear-gradient(transparent 0, #fff 0), -o-linear-gradient(transparent 0, #fff 0), -o-linear-gradient(225deg, transparent 40px, #fff 10px), -o-linear-gradient(transparent 0, #fff 0);
    background: linear-gradient(transparent 0, #fff 0), linear-gradient(transparent 0, #fff 0), linear-gradient(225deg, transparent 40px, #fff 10px), linear-gradient(transparent 0, #fff 0);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .formal_img {
    width: 370px; }
  .formal_text {
    width: calc(100% - 410px);
    text-align: left; }
    .formal_text-tit {
      font-size: 30px;
      font-weight: bold;
      line-height: 1.5; }
    .formal_text-point {
      margin: 48px 0; }
      .formal_text-point-label {
        font-size: 24px;
        font-weight: bold;
        color: #203960;
        margin-bottom: 24px;
        border-bottom: 2px solid #203960;
        padding-bottom: 8px;
        display: inline-block;
        font-family: Arial, Helvetica, sans-serif; }
      .formal_text-point-tit {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 24px; }
      .formal_text-point-txt {
        font-size: 15px;
        line-height: 1.5; }
        .formal_text-point-txt span {
          font-size: 11px;
          display: block;
          margin-top: 24px; }
      .formal_text-point ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 24px; }
        .formal_text-point ul li {
          width: 160px;
          text-align: center; }
          .formal_text-point ul li p {
            font-size: 14px;
            line-height: 1.25; }
      .formal_text-point--2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .formal_text-point-left {
        width: calc(100% - 185px); }
      .formal_text-point-right {
        width: 153px; }
    .formal_text-price {
      font-size: 50px;
      color: #e60000;
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif; }
      .formal_text-price span {
        display: inline-block;
        border: 2px solid #e60000;
        font-size: 15px;
        color: #e60000;
        padding: 4px 16px;
        font-weight: bold;
        margin-bottom: 16px; }
        .formal_text-price span.zeikomi {
          border: none;
          padding: 0; }

.formal-item_title {
  font-size: 35px;
  color: #203960;
  position: relative;
  margin-bottom: 72px;
  font-weight: bold; }
  .formal-item_title::before, .formal-item_title::after {
    display: block;
    content: " ";
    width: 320px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    background: #203960; }
  .formal-item_title::after {
    left: unset;
    right: 0; }

.formal-item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .formal-item_list-item {
    width: 495px;
    position: relative;
    border: 2px solid #203960;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    margin-bottom: 60px; }
    .formal-item_list-item::before {
      height: 0;
      display: block;
      position: absolute;
      right: -3px;
      content: "";
      border-top: solid 50px #fff;
      border-left: solid 50px transparent;
      top: -3px;
      z-index: 2; }
    .formal-item_list-item::after {
      height: 0;
      display: block;
      position: absolute;
      right: -2px;
      content: "";
      border-top: solid 50px #203960;
      border-left: solid 50px transparent;
      top: -2px; }
    .formal-item_list-item--left {
      width: 240px; }
    .formal-item_list-item--right {
      width: calc(100% - 256px);
      text-align: right; }
      .formal-item_list-item--right img {
        width: auto;
        height: auto;
        max-height: 250px;
        max-width: 160px; }
    .formal-item_list-item-tit {
      font-size: 34px;
      font-weight: bold;
      color: #203960;
      border-bottom: 2px solid #203960;
      padding-bottom: 12px;
      margin-bottom: 12px; }
    .formal-item_list-item-en {
      font-size: 20px;
      font-weight: bold;
      color: #203960;
      margin-bottom: 24px; }
    .formal-item_list-item-txt {
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 24px;
      line-height: 1.5; }
    .formal-item_list-item.cuffs .formal-item_list-item--left {
      width: 270px; }
    .formal-item_list-item.cuffs .formal-item_list-item--right {
      width: calc(100% - 286px); }
    .formal-item_list-item.cuffs .box_btn .btn {
      font-size: 14px; }
    .formal-item_list-item .box_btn .btn {
      font-size: 17px; }

.btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btnarea .box_btn {
    width: 350px;
    margin: 40px; }
    .btnarea .box_btn a {
      width: 100%; }

@media screen and (min-width: 768px) {
  .spOnly {
    display: none; }
  .pcOnly {
    display: block; } }

@media screen and (max-width: 767px) {
  main p,
  main li {
    font-size: 14px; }
  .spOnly {
    display: block; }
  .pcOnly {
    display: none; }
  .contents_innner {
    width: 92%;
    padding: 40px 0; }
    .contents_innner.last {
      padding-bottom: 80px; }
  .sp_mt0 {
    margin-top: 0 !important; }
  .sp40 {
    margin-top: 40px !important; }
  .pt_80 {
    padding-top: 4% !important; }
  .title_main {
    font-size: 20px;
    margin-bottom: 32px; }
    .title_main_bottom {
      font-size: 14px;
      margin-top: 0;
      margin-bottom: 0;
      text-align: left; }
  .title_sub {
    font-size: 20px; }
  .title_step {
    font-size: 12px;
    margin-top: 24px;
    min-height: 56px; }
  .box_btn .btn {
    font-size: 16px; }
  .box_btn.long {
    width: 80%; }
  .box_btn.short {
    width: 70%;
    margin-top: 24px; }
  .btn_top {
    font-size: 16px;
    width: 80%;
    margin-top: 24px; }
    .btn_top.blue {
      margin-top: 24px; }
  .btn_all {
    font-size: 16px;
    padding: 16px 0;
    width: 64%; }
  .txt_price {
    font-size: 22px; }
    .txt_price span {
      font-size: 12px; }
    .txt_price_off {
      font-size: 12px; }
    .txt_price_percent {
      font-size: 12px; }
  .txt_annotation {
    font-size: 12px; }
  .features.pcOnly {
    display: none; }
  .features.spOnly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
  .features_left {
    width: 160px;
    margin-top: -56px; }
  .features_right {
    width: calc(100% - 176px);
    margin-top: 0; }
  .features_price {
    margin-top: 16px; }
    .features_price-tit {
      font-size: 9px;
      padding: 4px;
      margin-bottom: 8px; }
    .features_price-price {
      font-size: 25px;
      margin-bottom: 20px; }
      .features_price-price span {
        font-size: 10px; }
  .features_title {
    font-size: 20px;
    margin-bottom: 24px; }
    .features_title span {
      padding-bottom: 8px;
      margin-bottom: 8px; }
  .features_item {
    margin-bottom: 24px; }
  .specification {
    padding-bottom: 40px; }
    .specification_title {
      font-size: 20px;
      margin-bottom: 32px; }
      .specification_title::before, .specification_title::after {
        width: 88px; }
    .specification_list-item {
      width: calc(50% - 20px);
      margin-bottom: 24px; }
      .specification_list-item-tit {
        font-size: 16px;
        margin: 8px 0; }
      .specification_list-item-txt {
        font-size: 13px; }
  .formal_title {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 32px; }
  .formal_inner {
    padding: 20px;
    background: -webkit-linear-gradient(transparent 0, #fff 0), -webkit-linear-gradient(transparent 0, #fff 0), -webkit-linear-gradient(225deg, transparent 20px, #fff 10px), -webkit-linear-gradient(transparent 0, #fff 0);
    background: -o-linear-gradient(transparent 0, #fff 0), -o-linear-gradient(transparent 0, #fff 0), -o-linear-gradient(225deg, transparent 20px, #fff 10px), -o-linear-gradient(transparent 0, #fff 0);
    background: linear-gradient(transparent 0, #fff 0), linear-gradient(transparent 0, #fff 0), linear-gradient(225deg, transparent 20px, #fff 10px), linear-gradient(transparent 0, #fff 0);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 52% 50%;
    background-repeat: no-repeat;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .formal_img {
    width: 100%; }
  .formal_text {
    width: 100%; }
    .formal_text-tit {
      font-size: 18px;
      margin: 24px 0; }
    .formal_text-point {
      margin: 24px 0; }
      .formal_text-point-label {
        font-size: 15px;
        margin-bottom: 12px;
        padding-bottom: 8px; }
      .formal_text-point-tit {
        font-size: 16px;
        margin-bottom: 16px; }
      .formal_text-point-txt {
        font-size: 13px; }
      .formal_text-point ul li p {
        font-size: 13px; }
      .formal_text-point-left {
        width: calc(100% - 126px); }
      .formal_text-point-right {
        width: 110px; }
    .formal_text-price {
      font-size: 30px; }
      .formal_text-price span {
        font-size: 9px;
        padding: 4px;
        margin-bottom: 16px; }
  .formal-item_title {
    font-size: 20px;
    margin-bottom: 32px; }
    .formal-item_title::before, .formal-item_title::after {
      width: 70px; }
  .formal-item_list {
    width: 100%;
    padding: 16px; }
    .formal-item_list-item {
      padding: 16px;
      width: 100%;
      margin-bottom: 32px; }
      .formal-item_list-item::before {
        border-top: solid 30px #fff;
        border-left: solid 30px transparent; }
      .formal-item_list-item::after {
        border-top: solid 30px #203960;
        border-left: solid 30px transparent; }
      .formal-item_list-item--left {
        width: calc(100% - 131px); }
      .formal-item_list-item--right {
        width: 115px; }
        .formal-item_list-item--right img {
          max-width: 120px; }
      .formal-item_list-item-tit {
        font-size: 20px;
        margin-bottom: 8px;
        padding-bottom: 8px; }
      .formal-item_list-item-en {
        font-size: 12px;
        margin-bottom: 16px; }
      .formal-item_list-item-txt {
        font-size: 13px;
        margin-bottom: 16px; }
      .formal-item_list-item .box_btn .btn {
        font-size: 13px;
        padding: 10px 8px;
        letter-spacing: 0; }
        .formal-item_list-item .box_btn .btn::after {
          right: 8px;
          border-width: 3px 0 3px 6px; }
      .formal-item_list-item.cuffs .formal-item_list-item--left {
        width: calc(100% - 136px); }
      .formal-item_list-item.cuffs .formal-item_list-item--right {
        width: 120px; }
      .formal-item_list-item.cuffs .box_btn .btn {
        font-size: 12px; }
  .btnarea .box_btn {
    margin: 16px 40px; } }

.u-fade-type-up {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0; }

.u-fade-type-up.is-active {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/*# sourceMappingURL=style.css.map */