@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
}
.c5-main__container img {
  max-width: 100%;
}
.c5-main__container p {
  margin-top: 0;
  padding: 0;
}
.c5-main__container ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.c5-main__container .c5-inner {
  padding: 0 15px;
}

.c5-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.mod-column1 {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}

/* TABメニュー
-------------------------------------------------*/
#tab-cb {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}

#tab-cb li {
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0 0 1px;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
  background: #bcbcbd;
  border: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  color: #121212;
}
#tab-cb li.select, #tab-cb li.hover {
  color: #fff;
  background: #212223;
}
#tab-cb li:nth-child(2) {
  padding-top: 18px;
}

.disnon {
  display: none;
}

/* コンテンツ
-------------------------------------------------*/
.content_wrap {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}

.txt_area {
  margin: 0 15px 30px 15px;
  position: relative;
}

/* 見出し
-------------------------------------------------*/
.mod-column1 h2 {
  margin: 0 0 20px 0;
  height: auto;
  background: #69d3f7;
  padding: 3px 0 3px 0.5em;
  position: relative;
  font-size: 125%;
}
.mod-column1 h2 span {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  height: auto;
  color: #121212;
}
.mod-column1 h3 {
  margin: 0 0 20px;
  height: auto;
  text-indent: 0;
  position: relative;
}

.td--underline {
  text-decoration: underline;
  cursor: pointer;
}

/* テキスト
-------------------------------------------------*/
.txtl {
  font-size: 1.25em;
  font-weight: 700;
}

.cbbutton {
  padding: 15px 30px 15px 30px;
  font-size: 125%;
  font-feature-settings: "palt";
}
.c5-flex {
  display: flex;
}

/* 商品
-------------------------------------------------*/
/*
.product__area{

}
*/
.c5-pro__wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
}

.c5-product {
  width: calc(50% - 15px);
  margin: 0 15px;
  padding: 15px;
  border: 1px solid #69d3f7;
  box-sizing: border-box;
}
.c5-product__img {
  margin: 0 auto 10px;
}
.c5-product__img img {
  display: block;
  margin: 0 auto;
}
.c5-product__color {
  display: flex;
  justify-content: center;
  margin: 0 auto 10px;
}
.c5-product__color span {
  display: block;
  margin: 0 3px;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}
.c5-product__color .c5-col1 {
  background-color: #000;
}
.c5-product__color .c5-col2 {
  background-color: #d3cabe;
}
.c5-product__color .c5-col3 {
  background-color: #00152d;
}
.c5-product__color .c5-col4 {
  background-color: #d3b1b1;
}
.c5-product__name {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
.c5-product .c5-btn__wrap {
  margin: 0 auto;
}
.c5-product .c5-btn__wrap.ex {
  margin-bottom: 15px;
}
.c5-product .c5-btn {
  width: 100%;
  font-size: 0.9rem;
  padding: 8px 3px;
}
.c5-product.c5-wf {
  margin-left: 0;
}
.c5-product.c5-wh {
  margin-right: 0;
}
/* 応募方法
-------------------------------------------------*/
/*
.stepnum{
	padding:0 0.3% 0;
	color: #7295a9;
	font-size: 1.3em;
	position: relative;
	bottom: -2px;
}
*/
.stepentry_area {
  margin: 0 auto 30px;
}

.howto-txtarea {
  box-sizing: border-box;
  margin: 0 auto 40px;
  padding: 15px;
  background: #eee;
}
.howto-txtarea .howto-txtarea-flex {
  box-sizing: border-box;
  width: 100%;
}
.howto-txtarea .howto-txtarea-flex:not(:last-child) {
  margin-bottom: 10px;
}
.howto-txtarea .howto-txtarea-flex .howto-txt {
  word-break: break-all;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.howto-txtarea .howto-txt a {
  font-weight: bold;
}
.howto-txtarea .howto-txt a:hover {
  text-decoration: underline;
}
.howto-txtarea .c5-img .howto-qr {
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}
.howto-txtarea .c5-img .howto-qr.ex {
  width: auto;
  max-width: 100%;
}
.howto-txtarea h4 {
  margin-bottom: 0;
}
.howto-txtarea + p {
  font-weight: bold;
  text-align: center;
}

.howto {
  display: block;
  margin: 0 auto;
}

ul.c5-note {
  margin-top: 0;
  padding-left: 0;
}

.c5-note li,
.c5-note p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
  margin-bottom: 0;
}

.c5-fbold {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.35 !important;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
}

.c5-red {
  color: #cc0000;
}

.c5-blue {
  color: #5887f4;
}

.c5-border {
  border: 2px solid #cc0000;
  padding: 0.3em 0.5em;
}
.c5-border p.txtl {
  margin-bottom: 0;
}

.txt_area .c5-step__inner:not(:first-child) {
  margin-top: 60px;
}

/*
.c5-btn-wrap{
  margin-bottom: 50px;
  .s5-buttonContainer{
    margin: 0 auto;
    .c5-oubo{
    	width: 300px;
    	line-height: 1;
    	span{
    		font-size: 14px;
    	}
    }
  }
  & + p{
    font-size: 13px;
    text-align: center;
    color: #ff0000;
    margin-bottom: 50px;
    font-weight: bold;
  }
}
*/
.flexbox-term-form.s5-general--mb40 {
  margin-bottom: 40px !important;
}
.flexbox-term-form .s5-buttonContainer {
  margin-top: 0;
}
.flexbox-term-form .s5-buttonContainer a {
  display: inline-block;
  line-height: 1.1;
}
.flexbox-term-form .s5-buttonContainer a:hover {
  text-decoration: none;
}
.flexbox-term-form .s5-buttonContainer .c5-small {
  font-size: 11px;
  padding-left: 1em;
}

p.c5-btnttl {
  margin-bottom: 10px;
}
/* よくある質問
-------------------------------------------------*/
.contents03 .txt_area {
  margin: 0 0 30px 0;
}

.c5-faq__top {
  margin-bottom: 30px;
}

p.c5-faq__ttl {
  height: 29px;
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 1px solid #bac4d2;
  color: #121212;
  font-weight: bold;
  cursor: pointer;
}
p.c5-faq__ttl:hover {
  opacity: 0.7;
}
p.c5-faq__ttl span {
  display: block;
  padding: 0 0 0 1.5em;
  position: relative;
}
p.c5-faq__ttl span::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  border: 6px solid transparent;
  border-left: 6px solid #666;
}
p.c5-faq__ttl a:hover {
  text-decoration: none;
}

.lineBg {
  border-bottom: 1px solid #bac4d2;
  padding-bottom: 0;
  margin-bottom: 10px;
}

dl.faq {
  border-bottom: 1px solid #bac4d2;
  margin: 0 0 10px;
  padding: 0 0 7px;
}

dl.lineNone {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

dl.faq dt {
  clear: left;
  float: left;
  width: 45px;
  margin: 0 0 0.8em;
  min-height: 35px;
}

dl.faq dd {
  margin-left: 45px;
  margin-bottom: 0.8em;
  min-height: 35px;
  padding-top: 8px;
}

p.terminate {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.6;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  background-color: #f00;
  margin: 30px 0 0;
  padding: 7px;
}

/*
h1{
  margin-top: 0;
}
*/
.mod-effect img {
  transition: all 0.3s;
}

.mod-effect img:hover {
  opacity: 0.8;
}

.c5-precautions {
  box-sizing: border-box;
  height: 300px;
  padding: 10px 5px;
  overflow-y: scroll;
  border: 1px solid #f1f1f1;
  margin-bottom: 40px;
}
.c5-precautions__ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.c5-precautions__block {
  font-size: 14px;
  line-height: 1.625;
  margin-bottom: 30px;
}
.c5-precautions__block p {
  padding-left: 1em;
}
.c5-precautions__block ul {
  padding-left: 0;
}
.c5-precautions__block ul li {
  padding-left: 2em;
  text-indent: -1em;
}
.c5-precautions__block ul.c5-padding li {
  padding-left: 4em;
  text-indent: -3em;
}
.c5-precautions__block ul.c5-padding li ul li {
  padding-left: 2em;
  text-indent: -1em;
}

.c5-personal {
  font-size: 14px;
}
.c5-personal ul {
  padding-left: 0;
}
.c5-personal ul li.c5-list1 {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 20px;
}
.c5-personal ul li.c5-list1 ul li.c5-list2 {
  padding-left: 3em;
  text-indent: -3em;
}
.c5-personal ul li.c5-list1 ul li.c5-list2 ul li.c5-list3 {
  padding-left: 1em;
  text-indent: -1em;
}
.c5-personal ul li.c5-list1 ul li.c5-list2 ul li.c5-list3 ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.c5-personal p:last-of-type {
  text-align: right;
}
/* =============================================
  top__section
  ============================================== */
.top__section {
  margin-bottom: 60px;
  background-color: #d3d3d3;
}

.top_entry_banner {
  box-sizing: border-box;
  padding: 20px 15px 30px;
}
.top_entry_banner h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.top_entry_banner h2 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0px 7px 13px 0px rgba(9, 10, 8, 0.24);
  border-radius: 20px;
}
.top_entry_banner__box {
  position: relative;
}
.top_entry_banner__box img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.top_entry_banner__box a {
  display: block;
  width: 100%;
  max-width: 398px;
  margin: 0 auto;
}
.top_entry_banner__box a img {
  box-shadow: 0px 7px 13px 0px rgba(9, 10, 8, 0.24);
}
.top_entry_banner__box .c5-rqentry {
  position: absolute;
  width: 9%;
  max-width: 101px;
  right: 15%;
  top: -30%;
}
.top_entry_banner p {
  max-width: 86%;
  font-size: 18px;
  margin: 0 auto;
}
.top_entry_banner p.terminate {
  font-size: 22px;
}

.entry__step {
  display: flex;
  justify-content: center;
  margin: 0 auto 60px;
}
.entry__step img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.entry__step .step__content:first-child {
  width: 34%;
  position: relative;
}
.entry__step .step__content:nth-child(2) {
  width: 34%;
}
.entry__step .step__content:nth-child(3) {
  width: 32%;
}
.entry__step .step__content .step {
  position: relative;
}
.entry__step .step__content .step .c5-stepbtn {
  position: absolute;
  left: 47%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.entry__step .step__content .step .c5-stepbtn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.entry__step .step__content .step .c5-stepbtn.c5-btn1 {
  width: 55%;
  max-width: 221px;
  bottom: 6%;
}
.entry__step .step__content .step .c5-stepbtn img {
  display: block;
  box-shadow: 2px 2px 5px #bbb;
}

.btn__entry img {
  display: block;
  margin: 0 auto;
  box-shadow: 2px 3px 15px #bbb;
}

.c5-step_dead {
  margin: 0 auto 25px;
}
.c5-step_dead p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
} /*640px*/
.term-form {
  margin-bottom: 30px;
}

.term-form .s5-buttonContainer {
  margin: 0 10px;
}
.c5-link {
  text-decoration: underline;
}

.c5-osversion {
  margin-top: 0;
}

.c5-btn-wrap {
  margin: 40px auto 30px;
}
.c5-btn-wrap .s5-buttonContainer {
  margin: 0;
}
.c5-btn-wrap .s5-buttonContainer a {
  margin: 0 auto;
}
.c5-btn-wrap .s5-buttonContainer:first-child {
  margin-right: 0;
}
.c5-kokuin {
  font-size: 13px;
  color: #5887ab;
}
.c5-kokuin:hover {
  opacity: 0.6;
  color: #5887ab;
}
/* =============================================
  製品
============================================== */
.c5-textl {
  font-size: 23px;
}

.c5-textl2 {
  font-size: 18px;
}
img.c5-js--switch {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.c5-iconInline {
  vertical-align: middle;
  padding-left: 5px;
}

.c5-tab {
  display: flex;
  justify-content: space-between;
}
.c5-tab__wrap {
  max-width: 950px;
  margin: 30px auto;
}
.c5-tab__btn {
  position: relative;
  width: 49%;
  padding: 10px 10px 20px;
  text-align: center;
  cursor: pointer;
  background-color: #edf9fe;
  color: #006cdc;
  font-weight: bold;
}
.c5-tab__btn.select, .c5-tab__btn.hover {
  color: #fff;
  background-color: #006cdc;
}
.c5-tab__btn.select::after, .c5-tab__btn.hover::after {
  border-color: #fff transparent transparent transparent;
}
.c5-tab__btn:not(:last-child) {
  border-right: 2px solid #fff;
}
.c5-tab__btn::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #006adc transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
}
.c5-tab__content {
  padding: 20px 10px;
  border: 2px solid #006cdc;
}
.c5-tab__content img {
  display: block;
  margin: 0 auto;
}
.c5-scroll {
  border: 1px solid #999;
  box-sizing: border-box;
  padding: 8px !important;
  height: 65px;
  overflow-y: scroll;
}
h2.c5-stepttl {
  background-color: #212223;
}
h2.c5-stepttl span {
  color: #fff;
}

.c5-border__img {
  width: 85%;
  margin: 0 auto 20px;
}
.c5-border__img img {
  display: block;
  margin: 0 auto;
}
.c5-border__img img:first-child {
  margin-bottom: 10px;
}

.c5-table2 {
  position: relative;
  margin: 0 auto 20px;
}
.c5-table2__img img {
  display: block;
  margin: 0 auto;
}
.c5-table2__img2 {
  width: 68%;
  position: absolute;
  bottom: 2%;
  right: 2%;
}
.c5-table2__img2 a, .c5-table2__img2 img {
  display: block;
}

.c5-heading4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #343434;
  padding: 10px !important;
  line-height: 1.57;
  border-radius: 8px;
}
.c5-mousikomi__ttl {
  margin-bottom: 5px;
}
.c5-mousikomi-step {
  margin: 0 auto 20px;
  padding: 20px;
  border: 1px solid #0060c7;
}
.c5-mousikomi-step img {
  display: block;
  margin: 0 auto;
}
.c5-mousikomi-num-ttl {
  margin-bottom: 5px;
  padding-left: 1em !important;
  text-indent: -1em;
}
.c5-mousikomi-num-txt {
  padding-left: 1em;
}
.c5-thirashi__img {
  width: 80%;
  margin: 0 auto;
}
.c5-thirashi__img img {
  display: block;
  margin: 0 auto;
}
.c5-toUketuke:hover {
  color: #34568e;
  opacity: 0.8;
  text-decoration: underline;
}
@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-main__container {
    max-width: 1200px;
  }
  .c5-main__container .c5-inner {
    padding: 0;
  }
  #tab-cb {
    margin: 0 auto 30px;
    flex-direction: row;
    justify-content: space-between;
    position: static;
  }
  #tab-cb li {
    width: 33.3%;
    font-size: 125%;
    margin: 0 1px 0 0;
    padding: 15px;
    line-height: 1.6;
  }
  #tab-cb li:nth-child(2) {
    padding-top: 15px;
  }
  .c5-pro__wrap {
    justify-content: flex-start;
  }
  .c5-product {
    width: 176px;
    margin: 0 30px 0 0;
    padding: 20px 15px;
  }
  .c5-product__color span {
    margin: 0 3px;
    width: 14px;
    height: 14px;
  }
  .c5-product__name {
    font-size: 18px;
  }
  .c5-product .c5-btn {
    width: 130px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .c5-product.c5-wf .c5-product__img {
    margin-bottom: 32px;
  }
  .c5-product.c5-wf .c5-product__img img {
    width: 75%;
  }
  .c5-fbold {
    font-size: 30px;
  }
  .lineBg {
    padding-left: 45px;
  }
  .contents03 .txt_area {
    margin: 0 15px 30px 15px;
  }
  p.terminate {
    font-size: 2em;
    padding: 10px;
  }
  .c5-precautions {
    height: 500px;
    padding: 15px;
  }
  .c5-precautions__ttl {
    font-size: 19px;
  }
  .c5-precautions__block {
    font-size: 16px;
  }
  .c5-personal {
    font-size: 16px;
  }
  .c5-scroll {
    padding: 12px !important;
    height: 112px;
  }
  .c5-border__img {
    width: 100%;
  }
  .c5-border__img img:first-child {
    margin-bottom: 15px;
  }
  .c5-table2 {
    margin: 0 auto 40px;
  }
  .c5-table2__img2 {
    width: 62%;
    max-width: 606px;
    right: 4%;
    bottom: 3%;
  }
  .c5-heading4 {
    font-size: 22px;
    padding: 10px 1.5em !important;
    line-height: 1.57;
    border-radius: 10px;
  }
  .c5-heading4.ex {
    padding: 25px 1.5em !important;
  }
  .c5-mousikomi.txtl {
    font-size: 26px;
  }
  .c5-mousikomi-step {
    border-width: 2px;
  }
  .c5-thirashi {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c5-thirashi p {
    width: 292px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .c5-thirashi__img {
    width: 35%;
    margin: 0;
  }
}
@media screen and (min-width: 750px) {
  .c5-kokuin {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .c5-border {
    border-width: 4px;
  }
  .stepentry_area {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 1.2%;
  }
  .stepentry_area .howto-txtarea {
    padding: 20px;
    margin-bottom: 0;
    width: 31%;
  }
  .stepentry_area .howto-txtarea:nth-child(2) {
    width: 34%;
  }
  .stepentry_area .howto-txt {
    word-break: break-all;
    width: 100%;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .stepentry_area .howto-txtarea-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
  }
  .stepentry_area .howto-txtarea-flex:not(:last-child) {
    margin-bottom: 0;
  }
  .stepentry_area .howto-txtarea-flex-left {
    width: 67%;
  }
  .stepentry_area .howto-txtarea-flex-right {
    width: 31%;
  }
  .howto.ex {
    width: auto;
  }
}
@media (min-width: 899px) {
  .c5-table2 {
    max-width: 899px;
  }
  .c5-table2__img2 {
    width: 66%;
    right: 2%;
    bottom: 2%;
  }
}
@media (min-width: 1200px) {
  .mod-column1 {
    padding: 0;
  }
  .c5-product__content-btn a {
    font-size: 14px;
  }
  .c5-kumi__chance {
    width: 20%;
    top: -15px;
    left: 20px;
  }
  .c5-kumi__top .c5-kumi__content:first-child .c5-kumi__one {
    width: 27.4%;
    top: 5px;
    left: -95px;
  }
}
@media (max-width: 768px) {
  .top__section {
    box-sizing: border-box;
    padding: 0 15px;
  }
}
@media (max-width: 750px) {
  .top__section {
    margin-bottom: 30px;
  }
  .top_entry_banner {
    padding: 20px 5px;
  }
  .top_entry_banner h2 {
    margin-bottom: 20px;
  }
  .top_entry_banner__box a {
    width: 80%;
  }
  .top_entry_banner p {
    font-size: 11px;
  }
  .top_entry_banner p.terminate {
    font-size: 18px;
  }
  .top_entry_banner .txt_area {
    margin-bottom: 0;
  }
  .btn__entry img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 15px;
  }
  .entry__step {
    display: block;
    margin-bottom: 40px;
  }
  .entry__step .step__content {
    margin-bottom: 0;
  }
  .entry__step .step__content:first-child, .entry__step .step__content:nth-child(2), .entry__step .step__content:nth-child(3) {
    width: 100%;
  }
  .entry__step .step__content:first-child .c5-teminate-txt {
    bottom: 19%;
  }
  .entry__step .step__content:first-child .c5-img__txt {
    bottom: 10%;
  }
  .entry__step .step__content .step .c5-stepLink {
    margin-top: 0;
    text-align: right;
    font-size: 12px;
    position: relative;
    bottom: 10px;
  }
  .entry__step .step__content .step .c5-stepLink span {
    padding: 5px 10px;
  }
  .entry__step .step__content .step .c5-stepbtn {
    left: 50%;
  }
  .entry__step .step__content .step .c5-stepbtn.c5-btn1 {
    width: 80%;
    max-width: 100%;
    bottom: 13%;
  }
  .c5-step_dead {
    margin: 0 auto 15px;
  }
  .c5-step_dead p {
    font-size: 15px;
  }
  .txt_area {
    margin-left: 5px;
    margin-right: 5px;
  }
  .txt_area.ex {
    margin-bottom: 0;
  }
  .contents03 .txt_area {
    margin-left: 0;
    margin-right: 0;
  }
  .term-form {
    display: block;
  }
  .term-form .s5-buttonContainer {
    margin: 0 auto;
  }
  .c5-btn-wrap {
    display: block;
  }
  .c5-btn-wrap .s5-buttonContainer:first-child {
    margin-right: 0;
  }
  .c5-tab__wrap {
    margin: 15px auto 30px;
  }
  .c5-tab__btn {
    font-size: 10px;
    padding: 5px 5px 10px;
  }
  .c5-tab__btn::after {
    border-width: 4px 4px 0 4px;
    bottom: 3px;
  }
  .c5-tab__content {
    padding: 10px;
    border-width: 1px;
  }
}
@media screen and (max-width: 750px) {
  .c5-textl {
    font-size: 18px;
  }
  .c5-textl2 {
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */
