@charset "UTF-8";
html, body,
div, span,
object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var,
ul, ol, li, dl, dt, dd,
form, fieldset, legend, label,
table, caption, tbody, tfoot, thead, tr, th, td,
header, main, nav, footer {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
}

img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #2b53ad;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

em {
  font-style: normal;
}

sup, sub {
  font-size: 50%;
}

body {
  font-size: 87.5%;
  font-family: "ヒラギノ角ゴPro W3", "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Pゴシック", sans-serif;
  background-color: #fff;
  color: #333;
}

#str-header {
  padding: 0 10px;
}
#str-header .str-header-inner {
  max-width: 1020px;
  margin: 12px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #str-header .str-header-inner img {
    width: 79px;
  }
}
#str-header .str-header-inner .link {
  position: absolute;
  top: 12px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #str-header .str-header-inner .link {
    top: 0;
  }
}

.container {
  border-top: 2px solid #e3e5ec;
}

#str-footer .pagetop {
  text-align: center;
  color: #fff!important;
  font-size: 114.3%;
  display: block;
  width: 100%;
  padding: 46px 0 24px;
  position: relative;
  background-color: #2f2f2f;
}
#str-footer .pagetop:before {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 12px;
  height: 12px;
  top: 27px;
  left: 49.5%;
}
#str-footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 85.7%;
  background-color: #000;
  padding: 10px 0;
  display: block;
  width: 100%;
}

.frame {
  max-width: 1020px;
  margin: 0 auto;
}
.frame .inner {
  padding: 0 10px;
}
.frame-wide {
  max-width: 1280px;
  margin: 0 auto;
}

.list-notes-01 {
  margin-bottom: 30px;
}
.list-notes-01 > li {
  text-indent: -3em;
  margin: 0 0 0 3em;
  color: #56565a;
}
.list-notes-01 > li > .notes {
  margin-right: 1em;
}

.btn-01 {
  text-align: center;
}
.btn-01 a {
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 112.5%;
  background: #4e26d1;
  background: -webkit-gradient(linear, left center, right center, from(#bb376c), color-stop(50%, #8626d0), to(#4e26d1));
  background: -webkit-linear-gradient(left, #bb376c 0%, #8626d0 50%, #4e26d1 100%);
  background: -ms-linear-gradient(left, #bb376c 0%, #8626d0 50%, #4e26d1 100%);
  background: linear-gradient(to right, #bb376c 0%, #8626d0 50%, #4e26d1 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#bb376c, endColorstr=#4e26d1,GradientType=1 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#bb376c, endColorstr=#4e26d1,GradientType=1 );
  border-radius: 30px;
  padding: 6px 50px 6px 30px;
  margin: 0 auto 0;
  display: inline-block;
  position: relative;
}
.btn-01 a:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  top: 50%;
  right: 29px;
}

.localnav {
  margin: 0 auto 85px;
  max-width: 1020px;
  box-shadow: 0 0 50px 6px rgba(0, 0, 0, 0.04);
  background: #2d4ed9;
  background: -webkit-gradient(linear, left center, right center, from(#1eb3f8), color-stop(50%, #1070da), to(#2d4ed9));
  background: -webkit-linear-gradient(left, #1eb3f8 0%, #1070da 50%, #2d4ed9 100%);
  background: -ms-linear-gradient(left, #1eb3f8 0%, #1070da 50%, #2d4ed9 100%);
  background: linear-gradient(to right, #1eb3f8 0%, #1070da 50%, #2d4ed9 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#1eb3f8, endColorstr=#2d4ed9,GradientType=1 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#1eb3f8, endColorstr=#2d4ed9,GradientType=1 );
  font-size: 114.3%;
  letter-spacing: -1em;
}
.localnav li {
  display: inline-block;
  width: 20%;
  padding: 35px 0;
  box-sizing: border-box;
  vertical-align: middle;
  letter-spacing: normal;
}
.localnav li a {
  display: block;
  padding: 0 70px 0 15px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.localnav li a:hover,
.localnav li a:focus {
  opacity: .7;
}
.localnav li a:before,
.localnav li a:after {
  content: "";
  display: block;
}
.localnav li a:before {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  right: 0;
}
.localnav li:last-of-type a:before {
  content: none;
}
.localnav li a:after {
  width: 18px;
  height: 11px;
  background: url(/product/orphis/lp/fastest/images/nav-arrow.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .localnav {
    padding: 15px 0 0;
    margin-bottom: 30px;
    font-size: 100%;
  }
  .localnav li {
    width: 50%;
    padding: 0;
    margin-bottom: 15px;
  }
  .localnav li:nth-of-type(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .localnav li a {
    padding-right: 30px;
  }
  .localnav li a:before {
    content: none;
  }
  .localnav li a:after {
    width: 13px;
    height: 8px;
    right: 10px;
  }
}

.unique-lyt-01 img,
.unique-lyt-02 img {
  vertical-align: bottom;
  max-width: 100%;
}
.unique-lyt-01 .link,
.unique-lyt-02 .link {
  line-height: 1;
  text-align: right;
}
.unique-lyt-02 .link.short {
  width: 50%;
}
.unique-lyt-01 .link a,
.unique-lyt-02 .link a {
  display: inline-block;
}
.unique-lyt-01 .link a:hover img,
.unique-lyt-01 .link a:focus img,
.unique-lyt-02 .link a:hover img,
.unique-lyt-02 .link a:focus img {
  opacity: .7;
}
.unique-lyt-01 .link img,
.unique-lyt-02 .link img {
  vertical-align: bottom;
  width: 100%;
}
.unique-lyt-01 .link .sp,
.unique-lyt-02 .link .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .unique-lyt-02 .link.short {
    width: inherit;
  }
  .unique-lyt-01 .link .pc,
  .unique-lyt-02 .link .pc {
    display: none;
  }
  .unique-lyt-01 .link .sp,
  .unique-lyt-02 .link .sp {
    display: inline-block;
  }
}

.unique-lyt-01 {
  padding: 42px 10px;
  background: url(/product/orphis/lp/fastest/images/bg_02.jpg) no-repeat center center #dee4ea;
  background-size: cover;
}
.unique-lyt-01 p {
  font-size: 142.857%;
  line-height: 2;
}
.unique-lyt-01 em {
  color: #1071da;
  font-weight: bold;
}
.unique-lyt-01 .lyt-col-01 {
  width: 100%;
  display: table;
}
.unique-lyt-01 .lyt-col-01 .col {
  vertical-align: middle;
  width: 50%;
  display: table-cell;
}
.unique-lyt-01 .lyt-col-01 .col + .col {
  text-align: right;
}
.unique-lyt-01 .lyt-col-01 .col .media-area {
  box-sizing: border-box;
  text-align: center;
  vertical-align: bottom;
  background: #fff;
  padding: 21px;
  margin: auto;
  max-width: 400px;
  width: 100%;
  display: inline-block;
}
.unique-lyt-01 .lyt-col-01 .col .media-area .media {
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.unique-lyt-01 .lyt-col-01 .col .media-area iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.unique-lyt-01 .lyt-col-01 .col .media-area .caption{
  font-size: 135.7142%;
  line-height: 1.3684;
  padding-bottom: 20px;
  margin-top: 17px;
  position: relative;
}
.unique-lyt-01 .lyt-col-01 .col .media-area .caption:after{
  content: "";
  background: #2d4ed9;
  background: -webkit-gradient(linear, left center, right center, from(#1eb3f8), color-stop(50%, #1070da), to(#2d4ed9));
  background: -webkit-linear-gradient(left, #1eb3f8 0%, #1070da 50%, #2d4ed9 100%);
  background: -ms-linear-gradient(left, #1eb3f8 0%, #1070da 50%, #2d4ed9 100%);
  background: linear-gradient(to right, #1eb3f8 0%, #1070da 50%, #2d4ed9 100%);
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .unique-lyt-01 {
    background-image: none;
    padding: 15px;
  }
  .unique-lyt-01 .lyt-col-01,
  .unique-lyt-01 .lyt-col-01 .col {
    width: 100%;
    display: block;
  }
  .unique-lyt-01 .lyt-col-01 .col + .col {
    text-align: center;
    margin-top: 15px;
  }
  .unique-lyt-01 .lyt-col-01 .col .media-area {
    padding: 15px;
    width: auto;
    max-width: none;
    display: block;
  }
}

.unique-lyt-02 {
  padding: 64px 10px 50px;
  margin-bottom: 35px;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}
.unique-lyt-02:before,
.unique-lyt-02:after {
  content: "";
  margin: auto;
  display: block;
  position: absolute;
}
.unique-lyt-02:before {
  background: #1070da;
  background: -webkit-gradient(linear, left center, right center, from(#21c0fd), to(#1070da));
  background: -webkit-linear-gradient(left, #21c0fd 0%, #1070da 100%);
  background: -ms-linear-gradient(left, #21c0fd 0%, #1070da 100%);
  background: linear-gradient(to right, #21c0fd 0%, #1070da 100%);
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  z-index: -1;
}
.unique-lyt-02::after {
  background: url(/product/orphis/lp/fastest/images/bg_01.png) no-repeat center center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.unique-lyt-02 > *:first-child {
  margin-top: 0 !important;
}
.unique-lyt-02 > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .unique-lyt-02 {
    background: #1070da;
    background: -webkit-gradient(linear, left center, right center, from(#21c0fd), to(#1070da));
    background: -webkit-linear-gradient(left, #21c0fd 0%, #1070da 100%);
    background: -ms-linear-gradient(left, #21c0fd 0%, #1070da 100%);
    background: linear-gradient(to right, #21c0fd 0%, #1070da 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#21c0fd, endColorstr=#1070da,GradientType=1 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#21c0fd, endColorstr=#1070da,GradientType=1 );
    padding: 23px 15px 25px;
    margin-bottom: 35px;
  }
  .unique-lyt-02:before,
  .unique-lyt-02:after {
    display: none;
  }
}

.unique-lyt-02 p {
  font-size: 114.2857%;
  line-height: 2.125;
}
.unique-lyt-02 .box-01 .lead {
  font-size: 142.857%;
  line-height: 1.8;
}
.unique-lyt-02 .box-01 .lead b {
  font-weight: normal;
}
.unique-lyt-02 .box-01 .txt {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .unique-lyt-02 .box-01 .txt {
    margin-top: 15px;
  }
}

.unique-lyt-02 .lyt-col-02 {
  width: 100%;
  display: table;
}
.unique-lyt-02 .lyt-col-02 .col {
  box-sizing: border-box;
  vertical-align: top;
  padding-top: 30px;
  width: 30.294%;
  display: table-cell;
}
.unique-lyt-02 .lyt-col-02 .col img {
  width: 100%;
}
.unique-lyt-02 .lyt-col-02 .col + .col {
  padding: 0 0 0 40px;
  width: 69.706%;
}
.unique-lyt-02 .lyt-col-02 .col .disc {
  margin-bottom: 20px;
}
.unique-lyt-02 .lyt-col-02 .col .disc li {
  padding: 0 0 0 117px;
}
.unique-lyt-02 .lyt-col-02 .col .disc li + li {
  padding: 0 55px 0 62px;
  margin-top: 23px;
}
.unique-lyt-02 .lyt-col-02 .col .disc li + li + li {
  padding: 0 117px 0 0;
}
.unique-lyt-02 .lyt-col-02 .col .disc li img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .unique-lyt-02 .lyt-col-02,
  .unique-lyt-02 .lyt-col-02 .col {
    text-align: center;
    display: block;
  }
  .unique-lyt-02 .lyt-col-02 .col {
    padding: 0 40px 0 0;
    width: 100%;
  }
  .unique-lyt-02 .lyt-col-02 .col:first-child img {
    width: 250px;
  }
  .unique-lyt-02 .lyt-col-02 .col + .col {
    padding: 0;
    margin-top: 0;
    width: 100%;
  }
  .unique-lyt-02 .lyt-col-02 .col .disc {
    margin-bottom: 10px;
  }
  .unique-lyt-02 .lyt-col-02 .col .disc li {
    padding: 0;
  }
  .unique-lyt-02 .lyt-col-02 .col .disc li + li {
    padding: 0;
    margin-top: 10px;
  }
  .unique-lyt-02 .lyt-col-02 .col .disc li + li + li {
    padding: 0;
  }
}

.unique-lyt-02 .hdg-01 {
  box-sizing: border-box;
  text-align: center;
  border: 4px solid #fff;
  padding: 32px 10px 22px;
  margin: 0 auto 38px;
  max-width: 1020px;
}
.unique-lyt-02 .hdg-01.type-01 {
  background: #2d4ed9;
  background: -webkit-gradient(linear, left center, right center, from(#1eb3f8), color-stop(50%, #1070da), to(#2d4ed9));
  background: -webkit-linear-gradient(left, #1eb3f8 0%, #1070da 50%, #2d4ed9 100%);
  background: -ms-linear-gradient(left, #1eb3f8 0%, #1070da 50%, #2d4ed9 100%);
  background: linear-gradient(to right, #1eb3f8 0%, #1070da 50%, #2d4ed9 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#1eb3f8, endColorstr=#2d4ed9,GradientType=1 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#1eb3f8, endColorstr=#2d4ed9,GradientType=1 );
}
.unique-lyt-02 .hdg-01.type-02 {
  background: #4b2bd9;
  background: -webkit-gradient(linear, left center, right center, from(#1176dc), to(#4b2bd9));
  background: -webkit-linear-gradient(left, #1176dc 0%, #4b2bd9 100%);
  background: -ms-linear-gradient(left, #1176dc 0%, #4b2bd9 100%);
  background: linear-gradient(to right, #1176dc 0%, #4b2bd9 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#1176dc, endColorstr=#4b2bd9,GradientType=1 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#1176dc, endColorstr=#4b2bd9,GradientType=1 );
}
.unique-lyt-02 .hdg-01 .label {
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .unique-lyt-02 .hdg-01 {
    border: 2px solid #fff;
    padding: 12px 10px 6px;
    margin: 25px auto 15px;
  }
  .unique-lyt-02 .hdg-01 img {
    max-height: 20px;
  }
  .unique-lyt-02 .hdg-01 .label {
    margin-bottom: 6px;
  }
}

.unique-lyt-02 .box-01 {
  box-sizing: border-box;
  background: #fff;
  padding: 50px 50px 50px 55px;
  margin: 40px auto;
  max-width: 1020px;
}
.unique-lyt-02 .box-01 h3 {
  margin-bottom: 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .unique-lyt-02 .box-01 {
    padding: 25px 15px;
    margin: 15px auto;
  }
  .unique-lyt-02 .box-01 h3 {
    margin-bottom: 15px;
  }
}

.unique-lyt-02 .box-02 {
  box-sizing: border-box;
  color: #000;
  background: #fff;
  border-radius: 6px;
  margin: 0 auto;
  max-width: 1020px;
}

.unique-lyt-02 .btn-inq-1 {
  text-align: center;
  margin: 48px auto 0;
}
.unique-lyt-02 .btn-inq-1 li {
  display: inline-block;
  margin: 0 20px;
}
.unique-lyt-02 .btn-inq-1 a {
  background: #fff;
  display: inline-block;
}
.unique-lyt-02 .btn-inq-1 a:hover img,
.unique-lyt-02 .btn-inq-1 a:focus img {
  opacity: .7;
}
.unique-lyt-02 .btn-inq-1 a img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .unique-lyt-02 .btn-inq-1 {
    margin-top: 15px;
  }
  .unique-lyt-02 .btn-inq-1 li {
    margin: 0;
  }
  .unique-lyt-02 .btn-inq-1 li:first-of-type {
    margin-bottom: 10px;
  }
  .unique-lyt-02 .btn-inq-1 a {
    background: transparent;
  }
  .unique-lyt-02 .btn-inq-1 a img {
    width: 100%;
  }
}

.unique-lyt-02 .lyt-col-03 {
  margin: 0 0 20px;
}
.unique-lyt-02 .lyt-col-03 .col {
  box-sizing: border-box;
  width: 50%;
  float: right;
}
.unique-lyt-02 .lyt-col-03 .col + .col {
  padding-right: 60px;
  float: left;
}
@media screen and (max-width: 768px) {
  .unique-lyt-02 .lyt-col-03 {
    margin: 0 0 20px;
  }
  .unique-lyt-02 .lyt-col-03 .col,
  .unique-lyt-02 .lyt-col-03 .col + .col {
    width: 100%;
    float: none;
  }
  .unique-lyt-02 .lyt-col-03 .col + .col {
    text-align: center;
    padding: 20px 0 0;
  }
}

.unique-lyt-02 .lyt-col-04 {
  width: 100%;
  margin: 0 0 25px;
  display: table;
}
.unique-lyt-02 .lyt-col-04 .col {
  width: 50%;
  display: table-cell;
}
.unique-lyt-02 .lyt-col-04.align-m .col {
  vertical-align: middle;
}
.unique-lyt-02 .lyt-col-04.align-b .col {
  vertical-align: bottom;
}
.unique-lyt-02 .lyt-col-04 .col + .col {
  text-align: right;
  padding-left: 60px;
}
.unique-lyt-02 .lyt-col-04 .col .media-area {
  text-align: center;
  vertical-align: bottom;
  background: #fff;
  padding: 0 40px 0 0;
  margin: auto;
  max-width: 400px;
  width: 100%;
  display: inline-block;
}
.unique-lyt-02 .lyt-col-04 .col .media-area .media {
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.unique-lyt-02 .lyt-col-04 .col .media-area iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.unique-lyt-02 .lyt-col-04 .col .media-area .caption{
  font-size: 135.7142%;
  line-height: 1.3684;
  padding-bottom: 20px;
  margin-top: 17px;
  position: relative;
}
.unique-lyt-02 .lyt-col-04 .col .media-area .caption:after{
  content: "";
  background: #2d4ed9;
  background: -webkit-gradient(linear, left center, right center, from(#1eb3f8), color-stop(50%, #1070da), to(#2d4ed9));
  background: -webkit-linear-gradient(left, #1eb3f8 0%, #1070da 50%, #2d4ed9 100%);
  background: -ms-linear-gradient(left, #1eb3f8 0%, #1070da 50%, #2d4ed9 100%);
  background: linear-gradient(to right, #1eb3f8 0%, #1070da 50%, #2d4ed9 100%);
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .unique-lyt-02 .lyt-col-04,
  .unique-lyt-02 .lyt-col-04 .col {
    display: block;
  }
  .unique-lyt-02 .lyt-col-04 .col {
    width: 100%;
  }
  .unique-lyt-02 .lyt-col-04 .col + .col {
    text-align: center;
    padding: 20px 0 0;
  }
  .unique-lyt-02 .lyt-col-04 .col + .col img {
    width: auto;
  }
  .unique-lyt-02 .lyt-col-04 .col .media-area {
    padding: 0;
    width: auto;
    max-width: none;
    display: block;
  }
}

.unique-lyt-02 .lyt-col-05 {
  width: 100%;
  display: table;
}
.unique-lyt-02 .lyt-col-05 .col {
  box-sizing: border-box;
  vertical-align: top;
  width: 56;
  display: table-cell;
}
.unique-lyt-02 .lyt-col-05 .col + .col {
  text-align: right;
  width: 43%;
}
.unique-lyt-02 .lyt-col-05 .col + .col img {
  width: 100%;
}
.unique-lyt-02 .lyt-col-05 .col h3 {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .unique-lyt-02 .lyt-col-05 {
    width: 100%;
    display: block;
  }
  .unique-lyt-02 .lyt-col-05 .col {
    width: 100%;
    display: block;
  }
  .unique-lyt-02 .lyt-col-05 .col + .col {
    text-align: center;
    width: 100%;
  }
  .unique-lyt-02 .lyt-col-05 .col + .col img {
    width: auto;
  }
  .unique-lyt-02 .lyt-col-05 .col h3 {
    margin-bottom: 20px;
  }
}

.unique-lyt-02 .box-02.type-a {
  position: relative;
}
.unique-lyt-02 .box-02.type-a .lyt-col-05 .col {
  padding: 70px 0 110px 50px;
}
.unique-lyt-02 .box-02.type-a .lyt-col-05 .col + .col {
  padding: 0;
}
.unique-lyt-02 .box-02.type-a .img_a {
  border-radius: 6px;
}
.unique-lyt-02 .box-02.type-a .img_b {
  display: none;
}
.unique-lyt-02 .box-02.type-a .btn-01 {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .unique-lyt-02 .box-02.type-a {
    padding: 25px 15px;
  }
  .unique-lyt-02 .box-02.type-a .lyt-col-05 .col,
  .unique-lyt-02 .box-02.type-a .lyt-col-05 .col + .col {
    padding: 0;
  }
  .unique-lyt-02 .box-02.type-a .btn-01 {
    margin-top: 5px;
    position: static;
  }
}

@media print, screen and (min-width: 769px) {
  .unique-lyt-02 .box-02.type-b {
    padding: 70px 55px 60px;
    background: url(/product/orphis/lp/fastest/images/bg_pc.png) no-repeat top center;
    background-size: cover;
  }
  .unique-lyt-02 .box-02.type-b .btn-01.whiteVar {
    margin-top: 20px;
  }
}

.unique-lyt-02 .box-02.type-b .lyt-col-05 .col + .col {
  padding-left: 40px;
}
.unique-lyt-02 .box-02.type-b .img_a {
  display: none;
}
.unique-lyt-02 .box-02.type-b .lyt-col-05 .btn-01 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .unique-lyt-02 .box-02.type-b {
    padding: 0;
  }
  .unique-lyt-02 .box-02.type-b .type-b-inner {
    padding: 25px 15px;
    background: url(/product/orphis/lp/fastest/images/bg_sp.png) no-repeat top center;
    background-size: contain;
  }
  .unique-lyt-02 .box-02.type-b .lyt-col-05 .col + .col {
    padding: 20px 0 25px;
  }
}


@media screen and (max-width: 768px) {
  .br-hidden {
    display: none;
  }
}
.mb00 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.text-notecolor {
  color: #56565a;
}

.fs-16 {
  font-size: 114.3%;
}

.bold {
  font-weight: bold;
}

.clearfix:after, .unique-lyt-02 .lyt-col-03:after {
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
  zoom: 1;
  content: "";
}
p.txt_c {
	text-align: center;
}
p.txt_c span {
	font-size: 75%;
}
