<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#select_card_area {
  color: #555;
}

#select_card_area .card_variation_list {
  display: flex;
  /* justify-content: space-around;
align-items: flex-end; */

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 75px;
}
#select_card_area .card_variation_list&gt;li {
  width: 22%;
  text-align: left;
  padding-top: 35px;
  padding: 35px 10px 0;
}

#select_card_area .card_variation_list li .notes{
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  #select_card_area .card_variation_list li .notes{
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #select_card_area .card_variation_list {
    padding-top: 35px;
  }

  #select_card_area .card_variation_list&gt;li:first-child {
    border-top: 1px solid #ccc;
  }
  #select_card_area .card_variation_list&gt;li {
    text-align: center;
    width: 100%;
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
  }
  #select_card_area .card_variation_list li.NullBlock {
    padding: 0;
    border-bottom: none;
  }
  #select_card_area .card_variation_list li figure {
    text-align: center;
    padding: 0 5%;
  }
  #select_card_area .card_variation_list li figure img {
    width: 144px;
  }
}
#select_card_area .card_variation_list li .card_type,
.card_lineup .thumb_lineup .card_type {
  display: inline-block;
  /* flex-grow: 0;
width: auto; */
  font-size: 10px;
  border-radius: 5px;
  border: 1px solid #122238;
  line-height: 1;
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
#select_card_area .card_variation_list li .card_type.pearsonal,
.card_lineup .thumb_lineup .card_type.pearsonal {
  color: #122238;
  background: none;
}
#select_card_area .card_variation_list li .card_type.business,
.card_lineup .thumb_lineup .card_type.business {
  color: #f0f0f0;
  background: #122238;
}
#select_card_area .card_variation_list li figcaption {
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
  font-weight: bold;
  padding: 12px 0 5px;
  border-bottom: 1px #ccc solid;
  height: 5em;
}
#select_card_area .card_variation_list li .card_price {
  font-size: 10px;
  line-height: 1.3;
  font-weight: bold;
  color: #747474;
  text-align: center;
  padding: 5px 0 1em;
  width: 100%;
  /* height: 7em; */
}

#select_card_area .card_variation_list&gt;li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#select_card_area .card_variation_list li .btn_area {
  margin-top: auto;
  width: 100%;
}
#select_card_area .card_variation_list li figure {
  width: 100%;
  min-height: 0%;
}

#select_card_area .card_variation_list li .btn_area .next_btn {
  display: block;
  /* box-shadow: 0px 3px 2px 0px #b4b4b4;
-webkit-box-shadow: 0px 3px 2px 0px #b4b4b4;
-moz-box-shadow: 0px 3px 2px 0px #b4b4b4; */
  border-radius: 25px;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
  font-weight: bold;
}
#select_card_area .card_variation_list li .btn_area .next_btn.entry_btn {
  background-color: #1171cd;
  color: #fff;
}
#select_card_area .card_variation_list li .btn_area .next_btn.service_btn {
  background-color: #fff;
  color: #373737;
  margin-top: 7px;
  border: 1px solid #b4b4b4;
}
#select_card_area .card_variation_list li#MileNote {
  font-size: 12px;
  font-weight: bold;
  border: 2px solid #1171cd;
  padding: 1em;
}
#select_card_area .card_variation_list li#MileNote p {
  margin: 0;
}

#select_card_area .card_variation_list li .em_red {
  color: #ff0004;
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 100%;
  font-style: normal;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  #select_card_area .card_variation_list li {
    position: relative;
  }
  #select_card_area .card_variation_list li .card_type {
    margin-bottom: 5px;
    position: absolute;
    left: 0;
    top: 15px;
    padding: 3px;
  }
}




.elem-notes2506{
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.page--top .section-feature .panel {
  width: 100%;
  /* padding-bottom: 70px; */
}
/* .page--top .section-feature .panel.p-pass {
  padding-bottom: 30px;
} */

@media only screen and (max-width: 767px) {
  .page--top .section-feature .panel {
    padding-bottom: 10px;
  }
}

.page--top .section-feature .panel dt {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  padding: 0.75em 0;
  font-weight: bold;
}

.page--top .section-feature .panel dd {
  line-height: 1.8;
}

.page--top .section-feature .panel dl {
  margin-bottom: 1em;
}

.page--top .section-feature .panel .link {
  color: #222;
}

.section-feature {
  padding-top: 90px;
}

.section-feature .grid-x &gt; .cell {
  padding-bottom: 70px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-feature .box-cards {
  background-color: #f0f0f0;
  padding: 10px 10px;
  margin-top: auto;
  width: 100%;
}
.section-feature .box-cards .title {
  font-size: 10px;
  text-align: center;
  margin-bottom: 5px;
}
.section-feature .box-cards li img {
  width: 100%;
  height: auto;
}
.section-feature .box-cards li {
  width: 50px;
  margin: 0 7px;
}
.section-feature .box-cards .img-card {
  border-radius: 3px;
  overflow: hidden;
  height: 31px;
}
.section-feature .box-cards .cate {
  display: block;
  margin-bottom: 4px;
  width: 50px;
  height: 12px;
  font-size: 10px;
  line-height: 1;
}
.section-feature .panel .notes {
  margin-top: 1em;
}

@media only screen and (max-width: 768px) {
  .section-feature {
    padding-top: 25px;
  }

  .section-feature .panel {
    display: block;
  }
  .section-feature .grid-x &gt; .cell {
    padding-bottom: 30px;
  }
}

/* hover hekishin/style.css */

a.btn-sq {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a.btn-sq:hover {
  opacity: 0.7;
  color: #fff;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

#select_card_area a {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#select_card_area a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

.btn-sq {
  position: relative;
  display: inline-block;
  background-color: #1171cd;
  color: #fff;
  /* width: 100%; */
  width: 380px;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
  padding: 0 2em;
  text-align: center;
}
.btn-sq-fr {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #333;

  width: 100%;
  max-width: 380px;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
  padding: 0 2em;
  text-align: center;
}
.btn-sq-fr:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.2em;
  width: 14px;
  height: 14px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-left: 1em;

  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open.btn-sq-fr:after {
  top: 0.3em;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media only screen and (max-width: 768px) {
  .btn-sq {
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
}

.section-hero-visual {
  background: url(../images/top-hero2_pc.jpg) no-repeat 50%;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.section-hero-visual .section-inner {
  padding: 60px 0 80px;
}

.section-hero-visual .title {
  font-size: 32px;
  letter-spacing: 0.2em;
}
.section-hero-visual .part1 {
  font-size: 14px;
  line-height: 1;
  margin-top: 0.7em;
}
.section-hero-visual .part1 img {
  display: inline-block;
  background-color: #fff;
  padding: 2px 3px;
  margin: 0 4px;
}

/*画像余白緩衝*/
.section-hero-visual .img-card img {
  position: relative;
  top: -2px;
  width: 100%;
  height: auto;
}
.section-hero-visual .img-card {
  width: 252px;
  height: 158px;
  padding: 0;
  margin: 30px auto;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}

.section-hero-visual .part2 {
  font-size: 18px;
}
.section-hero-visual .part3 {
  font-size: 24px;
  font-weight: bold;
}
.section-hero-visual .img-10 {
  margin-top: 30px;
}

.elem-obi {
  position: relative;
  background-color: #1171cd;
  color: #fff;
  /* padding: 1.8em; */
  height: 80px;
}

.elem-obi .lead {
  font-size: 22px;
  font-weight: bold;
}

.elem-obi .chanheki {
  position: absolute;
  width: 150px;
  top: -98px;
  left: calc(50% - 400px);
}

@media only screen and (max-width: 768px) {
  .section-hero-visual .section-inner {
    padding: 30px 10px 80px;
  }
  .section-hero-visual .title {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .section-hero-visual .part1 {
    font-size: 10px;
  }
  .section-hero-visual .part1 img {
    position: relative;
    top: 2px;
    height: 13px;
    width: auto;
    margin: 0 3px;
  }
  .section-hero-visual .img-card {
    width: 200px;
    height: 126px;
    margin: 25px auto;
    border-radius: 5px;
  }
  .section-hero-visual .part2 {
    font-size: 14px;
  }
  .section-hero-visual .part3 {
    font-size: 18px;
    line-height: 1.4;
  }
  .section-hero-visual .img-10 img {
    width: 100%;
    max-width: 235px;
  }
  .section-hero-visual .img-10 {
    margin-top: 20px;
    width: 100%;
    padding: 0 40px;
  }

  .section-hero-visual.add2011 .fix-elems .img-10 + .notes {
    font-size: 10px;
    width: 235px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
  }

  .elem-obi .lead {
    font-size: 16px;
  }
  .elem-obi .chanheki {
    width: 120px;
    top: -79px;
    /* left: 10px; */
    left: calc(50% - 180px);
  }
}

@media only screen and (max-width: 350px) {
  .elem-obi .chanheki {
    left: calc(50% - 150px);
  }
}

.section-hero-visual.add2011 .box {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.section-hero-visual.add2011 .box1 {
  background-image: url(../sbs-cs/images/bg_pc.jpg);
}
.section-hero-visual.add2011 .box2 {
  background-image: url(../platinum-cs/images/bg_pc.jpg);
}
.section-hero-visual.add2011 .box3 {
  background-image: url(../gold-cs/images/bg_pc.jpg);
}
.section-hero-visual.add2011 .box4 {
  background-image: url(../blue-cs/images/bg_pc.jpg);
}
.section-hero-visual.add2011 .box .inner {
  width: 980px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px 30px 150px;
  /* padding: 40px 30px 180px; */
}
.section-hero-visual.add2011 .box .title-lead {
  font-size: 32px;
  /* letter-spacing: 0.07em; */
  letter-spacing: 0em;
}
.ie_11 .section-hero-visual.add2011 .box .title-lead {
  letter-spacing: 0;
  white-space: nowrap;
}
.section-hero-visual.add2011 .box .title-sub {
  padding: 20px 0 40px;
}
/* .section-hero-visual.add2011 .box .title-sub{padding: 20px 0 90px;} */
.section-hero-visual.add2011 .box .title-sub .lead-sub {
  font-size: 14px;
}
.section-hero-visual.add2011 .box .title-sub .lead {
  font-size: 22px;
  font-weight: bold;
}
.section-hero-visual.add2011 .box .elem-card {
  padding: 0 80px;
}
.section-hero-visual.add2011 .img-card {
  width: 252px;
  height: 158px;
  padding: 0;
  margin: 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}
.section-hero-visual.add2011 .part1 {
  font-size: 10px;
  line-height: 1;
  margin-top: 1em;
}
.section-hero-visual.add2011 .part1 img {
  vertical-align: -30%;
  width: 60px;
  height: auto;
}
.section-hero-visual.add2011 {
  background: none;
}
.section-hero-visual.add2011 .elem-slide {
  padding-bottom: 80px;
}

.section-hero-visual.add2011 .fix-elems {
  position: relative;
  z-index: 1;
}
.section-hero-visual.add2011 .fix-elems .fix-inner {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.section-hero-visual.add2011 .fix-elems .img-10 {
  padding-bottom: 20px;
  width: 540px;
  margin: 0 auto;
}
.section-hero-visual.add2011 .fix-elems .img-10 + .notes {
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .section-hero-visual.add2011 .box {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .section-hero-visual.add2011 .box .inner {
    width: 100%;
    padding: 25px 20px 60px;
    /* padding: 25px 20px 160px; */
  }
  .section-hero-visual.add2011 .box .title-lead-wrap {
    height: 22vw;
  }
  .section-hero-visual.add2011 .box .title-lead {
    font-size: calc(100vw / 18);
  }
  .section-hero-visual.add2011 .box .title-sub {
    padding: 20px 0 20px;
  }
  /* .section-hero-visual.add2011 .box .title-sub .lead-sub{font-size: 14px;} */
  .section-hero-visual.add2011 .box .title-sub .lead {
    font-size: 18px;
  }
  .section-hero-visual.add2011 .box .elem-card {
    padding: 0;
  }
  .section-hero-visual.add2011 .img-card {
    /* width: 252px;
		height: 158px;
		padding: 0; */
    margin: 0 auto;
    /* box-shadow: 0px 5px 10px rgba(0, 0, 0, .4);
		border-radius: 8px; */
  }
  /* .section-hero-visual.add2011 .part1{
		font-size: 10px;
		line-height: 1;
		margin-top: 1em;
	} */
  .section-hero-visual.add2011 .part1 img {
    vertical-align: -10%;
  }
  .section-hero-visual.add2011 {
    background: none;
  }
  .section-hero-visual.add2011 .elem-slide {
    padding-bottom: 80px;
  }

  .section-hero-visual.add2011 .fix-elems .img-10 {
    padding: 0 40px 10px;
    /* width: 100%; */
    width: calc(100% - 80px);
    margin: 0 0 0 auto;
  }

  .section-hero-visual .img-10 img {
    width: 100%;
    max-width: 100%;
  }
  .section-hero-visual.add2011 .fix-elems .img-10 + .notes {
    display: block;
    padding: 0 40px 20px 0;
    width: calc(100% - 110px);
    margin: 0 0 0 auto;
  }
}

/* - - - - - single.css - - - - - */
.section-hero-visual.add2011 .box-img {
  padding: 0 0px;
  height: 158px;

  margin-left: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-hero-visual.add2011 .box-img .part {
  width: 100%;
  /* height: 100%; */
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 20px;
}
.section-hero-visual.add2011 .box-img .title {
  font-size: 16px;
  font-weight: bold;
}
.section-hero-visual.add2011 .box-img .title2 {
  font-style: italic;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0em;
  /* margin-top: 10px; */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.section-hero-visual.add2011 .box-img .title2 &gt; span {
  font-size: 75%;
  position: relative;
  top: -0.1em;
}
.section-hero-visual.add2011 .box-img .title2 .txtS {
  font-size: 60%;
  margin-left: 0.2em;
}

.section-hero-visual.add2011 .box-img .date {
  /* font-size: 12px; */
  font-weight: bold;
  margin-bottom: 0.5em;
}

.section-hero-visual.add2011 .box-img .part.type-img {
  border: 0;
  padding: 0;
  height: calc(100% + 20px);
  /* margin-top: -20px; */

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.section-hero-visual.add2011 .box-img .part.type-img img {
  height: 100%;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .section-hero-visual.add2011 .box-img {
    margin: 20px 0 0;
  }
  .section-hero-visual.add2011 .box-img .part {
    padding: 15px 10px;
  }
  .section-hero-visual.add2011 .box-img .title2 {
    font-size: 30px;
  }
  .section-hero-visual.add2011 .box-img .part {
    margin-top: 50px;
  }
  .section-hero-visual.add2011 .box-img .part.type-img {
    padding: 10px 0;
    margin-top: 0;
    height: 100%;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .add2011 .top-v-slicks .slick-track,
  .add2011 .top-v-slicks .slick-slide,
  .add2011 .top-v-slicks .slick-slide &gt; div,
  .add2011 .top-v-slicks .slider .slider-box,
  .add2011 .top-v-slicks .box,
  .add2011 .top-v-slicks .box .inner {
    height: 100%;
  }
}
/* - - - - - single.css - - - - - */

.section-bnr10 {
  position: relative;
  background: url(../images/top-hero2_pc.jpg) no-repeat 50% 100%;
  background-size: cover;
  padding: 60px 0;
}
.section-bnr10 .inner {
  background-color: #1171cd;
  color: #fff;
  padding: 34px 20px 25px;
  text-align: center;
  letter-spacing: 0.1em;
}
.section-bnr10 .lead {
  font-size: 16px;
}
.section-bnr10 .title {
  font-size: 22px;
  line-height: 1;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-bnr10 .title img {
  height: 34px;
  width: auto;
  margin-left: 8px;
}
.section-bnr10 .title .part1 {
  display: inline-block;
  position: relative;
  /* top: 0.06em; */

  font-size: 52px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: -0.1em;
  padding-right: 0.1em;
}
.section-bnr10 .title .part1 + .part1 {
  font-size: 47px;
  letter-spacing: 0;
}
.section-bnr10 .title .part2 {
  font-size: 40px;
  font-weight: bold;
}
.section-bnr10 .title .part3 {
  position: relative;
  font-size: 18px;
  top: 0.5em;
}

.ie_11 .section-bnr10 .title .part1,
.ie_11 .section-bnr10 .title .part2 {
  position: relative;
  top: 0.2em;
}

.section-bnr10 .part-notes {
  text-align: right;
}
.section-bnr10 .notes {
  /* display: inline-block; */
  text-align: left;
  margin-top: 0.5em;
  color: inherit;
}

.section-bnr10 .btn-detail {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  color: #1171cd;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 0.4em 1em;
  /* width: 10em; */
  margin: 0 auto;
}
.section-bnr10 .btn-detail:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .section-bnr10 {
    padding: 30px;
  }
  .section-bnr10 .inner {
    padding: 20px 20px 35px;
  }
  .section-bnr10 .lead {
    font-size: 14px;
  }
  .section-bnr10 .title {
    font-size: 16px;
    margin-top: 0.6em;
    display: block;
  }
  .section-bnr10 .title .part1 {
    top: 0.06em;
  }
  .section-bnr10 .title .part3 {
    top: auto;
  }
  .section-bnr10 .title img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 300px;
    margin: 15px auto 0;
  }
}

.section-type.old {
  display: none;
}

.section-type {
  background-color: #f0f0f0;
  padding: 85px 20px;
  letter-spacing: 0.1em;
}

.section-type .section-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.section-type .elem1 {
  background-color: #fff;
}
.section-type .elem1 + .elem1 {
  margin-top: 60px;
}
.section-type .elem1 .box {
  width: 50%;
  /* height: 480px; */
  min-height: 480px;
}

.section-type .elem1.sbs .part1 {
  background-image: url(../images/top-typebg1.jpg);
}
.section-type .elem1.platinum .part1 {
  background-image: url(../images/top-typebg2.jpg);
}
.section-type .elem1.gold .part1 {
  background-image: url(../images/top-typebg3.jpg);
}
.section-type .elem1.blue .part1 {
  background-image: url(../images/top-typebg4.jpg);
}
.section-type .elem1 .part1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;

  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 70px;
}
/*画像余白緩衝*/
.section-type .img-card img {
  position: relative;
  /* top: -2px; */
  width: 100%;
  height: auto;
}
.section-type .elem1 .img-card {
  width: 300px;
  height: 187px;
  padding: 0;
  margin: 0px auto 55px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 11px;
}
.section-type .elem1 .part2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 80px 35px 70px;
}
.section-type .elem1 .part2 &gt; * {
  width: 100%;
}

.section-type .elem1 .part2 .name {
  font-size: 16px;
}
.section-type .part-sq {
  margin-top: auto;

  /* display: table; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: none;
  border: 1px solid #373737;
  color: inherit;
  width: 100%;
  /* height: 70px; */
  min-height: 70px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.section-type .part-sq &gt; span {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em 0.5em;
}
.section-type .elem1 .part2 .copy {
  font-size: 24px;
  margin-top: 0.5em;
  letter-spacing: 0.1em;
}
.section-type .elem1 .part2 .lead {
  font-size: 14px;
  margin-top: 1.4em;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .section-type {
    background-color: #f0f0f0;
    padding: 40px 20px;
    letter-spacing: 0.1em;
  }
  .section-type .wrap {
    max-width: 1100px;
    margin: 0 auto;
    /* background-image: url(../images/top-typebg1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50%; */
    /* background-color: #FFF; */
  }
  /* .section-type .elem1{background: none;} */
  .section-type .elem1 + .elem1 {
    margin-top: 40px;
  }
  .section-type .elem1 .box {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .section-type .elem1 .part1 {
    background: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 20px;
    background: none !important;
  }
  .section-type .elem1 .img-card {
    width: 200px;
    height: 124px;
    padding: 0;
    margin: 0px auto 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
  }

  .section-type .elem1 .part2 {
    padding: 40px 20px 0;
  }

  .section-type .elem1 .part2 .name {
    font-size: 12px;
    text-align: center;
  }
  .section-type .part-sq {
    margin-top: 20px;
    min-height: auto;
  }
  .section-type .elem1 .part2 .copy {
    font-size: 20px;
    text-align: center;
    margin-top: 0.7em;
  }
  .section-type .elem1 .part2 .lead {
    margin-top: 1.5em;
  }
}

.section-compari {
  padding-bottom: 60px;
}
.section-compari &gt; .row {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section-compari {
    padding: 40px 0;
  }
  .section-compari &gt; .row {
    padding: 0 20px;
  }
}
</pre></body></html>