@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');*/

/**************************************************
*  background-color: colors(warning,dark);
*            ↓↓↓↓↓↓
*  background-color: #ff7b7b;
**************************************************/
/****************************************************************************
reset.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2016.10.06
Last up date   : 2016.10.06
****************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

strong {
  font-size: 100%;
  font-style: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.both {
  clear: both;
}

/****************************************************************************
pc_common.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2020.2.25
Last up date   : 2020.2.25
****************************************************************************/
/*============================================================
//  初期設定
//==========================================================*/
.on {
  display: block !important;
}

/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

/* Win版IE7とMac版IE5対策 */
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* 共通設定--------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  overflow: hidden;
}

a img {
  transition: .2s;
  border: 0;
}

ul, ol, dl {
  list-style: none;
}

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Zen Kaku Gothic New", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
  /*font-family: '\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3','Hiragino Kaku GothicPro','\30E1\30A4\30EA\30AA',Meiryo,'\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF',sans-serif;*/
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  text-align: left;
  color: #000000;
  background: #fff;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}


a {
  text-decoration: none;
  color: #0062ce;
  border: none;
}

a:hover {
  text-decoration: underline;
  color: #806239;
}

a:link, a:visited img {
  color: #0062ce;
}

a:hover img {
  opacity: .75;
  filter: alpha(opacity=75);
}

img {
  vertical-align: bottom;
  border: none;
}

/* CSS Document */
#wrapper {
  width: 100%;
}

/***********************************
共通ヘッダ
***********************************/
header {
	width: 100%;
	height: 85px;
	padding: 0px !important;
	margin: 0 auto 0 auto;
	display: block;
	text-align: left;
	z-index: 100;
	/*background: url(../images/header_bg.png) repeat-x bottom left;*/
}
header h1 a {
	/*width: 136px;*/
	width: auto;
    height: 30px;
	display: inline-block;
	/*margin: 12px 0 0 20px !important;*/
	margin: 13px 0 0 20px !important;
	padding: 0 !important;
	float: left;
}

header h1 a img {
	width: 100%;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

#wrapper hr {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #65be22;
  border-left: none;
}

/***********************************
共通カラー
***********************************/
.red {
  color: #f00;
}

#contents {
  width: 100%;
  /*max-width: 1000px;*/
	background: #000;
}

/***********************************
共通設定
***********************************/
.special-credit .define_wrap {
  padding: 0 24px;
}

.special-credit .define_inner {
  max-width: 100%;
  width: 990px;
  margin: 0 auto;
}

.special-credit img {
  max-width: 100%;
}

.special-credit .ov {
  transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.special-credit .ov:hover {
  opacity: .7;
}


@media screen and (min-width:768px){
  .special-credit .sp {
	  display: none !important;
  }
}
@media screen and (max-width:767px){

  .special-credit .pc {
    display: none !important;
  }

  .special-credit .define_wrap {
    padding: 0 4%;
  }
}



/*--------------------------------------------------------
footer
--------------------------------------------------------*/
footer {
  font-size: 12px;
  line-height: 1.5;
  z-index: 1000;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 60px 0 60px 0;
  text-align: center;
  color: #000;
	background: #fff;
}

footer p {
  color: #000;
}

#footer {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}

.cRight {
  width: 100%;
  padding: 0;
  text-align: center;
  /*color: #000000;*/
  font-size: 14px;
}

.pcLayer, img.pcImg {
  display: block;
}

.spLayer, img.spImg {
  display: none;
}

/* --- pagetop --- */
.pagetop {
  position: fixed;
  right: 8px;
  bottom: 58px;
  z-index: 4;
  transition: all .6s;
  transform: scale(0.3);
  opacity: 0;
  filter: alpha(opacity=0);
}

.pagetop a {
  font-size: 1.6rem;
  display: table-cell;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff !important;
  border-radius: 0;
  background: rgba(126, 202, 68, 0.9);
  border: 1px solid #fff;
}

.pagetop.show {
  transform: scale(1);
  opacity: .8;
  filter: alpha(opacity=80);
}

.pagetop a:hover {
  text-decoration: none;
  background: rgba(126, 202, 68, 0.6);
}


/****************************************************************************
sp_common.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2020.2.25
Last up date   : 2020.2.25
****************************************************************************/
/* CSS Document */
@media screen and (max-width: 768px) {
  /***********************************
    共通ヘッダ
    ***********************************/
  header {
		width: 100%;
		height: 82px;
		padding: 0px 0 0px 0 !important;
		margin: 0 auto 0 auto;
		display: block;
		text-align: left;
		z-index: 100;
		background: url(../images/header_bg.png) repeat-x bottom left;
		overflow: hidden;
	}
	header h1 a {
        width: 74%;
        display: inline-block;
        margin: 17px 0 0px 17px !important;
		padding: 0 !important;
		float: left;
	}

	header h1 a img {
		width: 100%;
		display: block;
		margin: 0 !important;
		padding: 0 !important;
	}
  #wrapper hr {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #65be22;
    border-left: none;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  /*--------------------------------------------------------
    footer
    --------------------------------------------------------*/
  footer {
    font-size: 10px;
    line-height: 1.5;
    z-index: 1000;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 25px 0 15px 0;
    text-align: center;
    color: #fff;
  }
  #footer {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
  .cRight {
    width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 10px;
  }
  /* --- pagetop --- */
  .pagetop {
    z-index: 1000;
    bottom: 10px;
  }
  .pagetop a {
    width: 50px;
    height: 50px;
  }
  .pcLayer, img.pcImg {
    display: none !important;
  }
  .spLayer, img.spImg {
    display: block !important;
  }
}

/**** END media screen *****/

/*--------------------------------------------------------
@html
--------------------------------------------------------*/
html {
	font-size: 10px;
}


@media screen and (max-width:1037px){
	html {
		font-size: .96432015vw;
	}
}

@media screen and (max-width:767px){
	html {
		font-size: 2.66666667vw;
	}
}


/*--------------------------------------------------------
@#contents
--------------------------------------------------------*/
#contents {
  overflow: clip;
}

.mincho {
	font-family: "Noto Serif JP", serif;
}



/**********************************

 l-wrap

***********************************/
.l-wrap {
  background: #f5f3f2;
}

.l-wrap__inner {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.5);
}

@media screen and (max-width:767px){

}



/**********************************

 c-hero

***********************************/
.c-hero {
  background: url(images/hero_bg01.jpg) no-repeat center / cover;
}

.c-hero__inner {
  padding-top: 3.6rem;
  padding-bottom: 3rem;
}

.c-hero__inner-main {

}

@media screen and (max-width:767px){

  .c-hero__inner {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

}



/**********************************

 c-about

***********************************/
.c-about {
  background: #fff;
}

.c-about__inner {
  padding: 5.4rem 0;
}

.c-about__inner-txt01 {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  letter-spacing: normal;
}

@media screen and (max-width:767px){

  .c-about__inner {
    padding: 3rem 0;
  }

  .c-about__inner-txt01 {
    font-size: 1.6rem;
  }
}


/**********************************

 c-payment-example

***********************************/
.c-payment-example {
  width: 41.5rem;
}

.c-payment-example__txt01 {
  margin-right: -1em;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -.03em;
  line-height: 1.4;
}

.c-payment-example__txt01.white {
  color: #fff;
}

.c-payment-example__txt01 .small {
  font-size: 1.6rem;
  font-weight: bold;
}

.c-payment-example__ttl {
  padding: .5rem 1rem;
  margin-top: 1rem;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-top: .1rem solid #000;
  border-bottom: .1rem solid #000;
}

.c-payment-example__ttl.white {
  color: #fff;
  border-top: .1rem solid #fff;
  border-bottom: .1rem solid #fff;
}

.c-payment-example__list {
  margin-top: 1rem;
}

.c-payment-example__list dl {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.c-payment-example__list dl:last-child {
  border-bottom: none;
}

.c-payment-example__list dl dt {
  padding-right: .5em;
  color: #000;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.c-payment-example__list dl dt .small,
.c-payment-example__list dl dd .small {
  font-size: 1.68rem;
  font-weight: 600;
}

.c-payment-example__list dl dt .dots {
  display: inline-block;
  padding-right: .25em;
  font-weight: 600;
  background: #f7f7c6;
  position: relative;
  z-index: 1;
}

.c-payment-example__list dl dt .dots.bg-green {
  color: #fff;
  background: #004b1d;
}

.c-payment-example__list dl dt .dots:before {
  content: "";
  display: block;
  width: 40rem;
  height: .1rem;
  border-top: .2rem dotted #000;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: -1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.c-payment-example__list dl dt .dots.bg-green:before {
  border-top: .2rem dotted #fff;
}

.c-payment-example__list dl dd {
  padding-left: .25em;
  color: #000;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.5;
  background: #f7f7c6;
  position: relative;
  z-index: 1;
}

.c-payment-example__list dl dd.bg-green {
  color: #fff;
  background: #004b1d;
}


@media screen and (max-width:767px){

  .c-payment-example {
    width: auto;
    margin-top: 1.5rem;
  }

  .c-payment-example__txt01 {
    margin-right: 0;
    font-size: 1.6rem;
    text-align: center;
  }

  .c-payment-example__txt01 .small {
    font-size: 1.2rem;
  }

  .c-payment-example__ttl {
    padding: .5rem 1rem;
    font-size: 1.6rem;
  }

  .c-payment-example__list {
    margin-top: 1.2rem;
  }

  .c-payment-example__list dl {
  }

  .c-payment-example__list dl dt {
    padding-right: .5em;
    font-size: 1.5rem;
  }

  .c-payment-example__list dl dd {
    padding-left: .5em;
    font-size: 1.5rem;
  }

  .c-payment-example__list dl dt .small,
  .c-payment-example__list dl dd .small {
    font-size: 1.2rem;
  }
}



/**********************************

 c-detail

***********************************/
.c-detail {
  background: #fff;
}

.c-detail__head {

}

.c-detail__head ul {
  display: flex;
  justify-content: center;
  gap: 0 2.8rem;
}

.c-detail__head ul li {
  font-size: 3.4rem;
  font-weight: bold;
}

.c-detail__head ul li a {
  display: block;
  padding: .7rem 5.5rem;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 1rem 1rem 0 0;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-detail__head ul li:nth-child(1) a {
  background: #f7f7c6;
}

.c-detail__head ul li:nth-child(2) a {
  color: #fff;
  background: #004b1d;
}

.c-detail__head ul li a.is-active {
  box-shadow: 0 0 .75rem rgba(0,0,0,.3);
}

.c-detail__head ul li a .small {
  font-size: 2rem;
  font-weight: bold;
}

.c-detail__body {
  position: relative;
  z-index: 2;
}

.c-detail__body-box {
  display: none;
}

.c-detail__body-box:first-child {
  display: block;
}

.c-detail__body-box-wrap {
  padding: 10rem 0 5.5rem;
}

.c-detail__body-box:nth-child(1) .c-detail__body-box-wrap {
  background: #f7f7c6;
}

.c-detail__body-box:nth-child(2) .c-detail__body-box-wrap {
  background: #004b1d;
}

.c-detail__body-box-list {

}

.c-detail__body-box-list-sec {
  display: flex;
  align-items: center;
  margin-top: 14.2rem;
}

.c-detail__body-box-list-sec:nth-child(even) {
  flex-direction: row-reverse;
}

.c-detail__body-box-list-sec:first-child {
  margin-top: 0;
}

.c-detail__body-box-list-sec-left {
  flex: 1;
  position: relative;
  z-index: 1;
}

.c-detail__body-box-list-sec-left .ttl {
  position: absolute;
  z-index: 1;
}

.c-detail__body-box-list-sec-left .ttl01 {
  width: 33.4rem;
  margin-top: -2.5rem;
  margin-right: -27rem;
  top: 0;
  right: 0;
}

.c-detail__body-box-list-sec-left .ttl02 {
  width: 33.3rem;
  margin-top: -6.5rem;
  margin-left: -26.2rem;
  top: 0;
  left: 0;
}

.c-detail__body-box-list-sec-left .pic {
  width: 100%;
}

.c-detail__body-box-list-sec-left .pic01 {
  height: 46rem;
}

.c-detail__body-box-list-sec-left .pic02 {
  height: 43rem;
}

.c-detail__body-box-list-sec-left .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-detail__body-box-list-sec-right {
  width: 58rem;
  padding-top: 6.5rem;
  padding-left: 6rem;
}

.c-detail__body-box-list-sec:nth-child(even) .c-detail__body-box-list-sec-right {
  padding-top: 3.5rem;
  padding-left: 10.5rem;
}

.c-detail__body-box-txt01 {
  margin-top: 4rem;
  font-size: 1.1rem;
  text-align: center;
}

.c-detail__body-box-txt01.white {
  color: #fff;
}

@media screen and (min-width:768px){

  .c-detail__head ul li a {
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .c-detail__head ul li a:not(.is-active):hover {
    opacity: .7;
  }
}

@media screen and (max-width:767px){

  .c-detail__head ul {
    padding: 0 4%;
    justify-content: space-between;
    gap: 0;
  }

  .c-detail__head ul li {
    width: 48%;
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .c-detail__head ul li a {
    padding: .7rem .5rem;
    text-align: center;
    border-radius: .8rem .8rem 0 0;
  }

  .c-detail__head ul li a.is-active {
    box-shadow: 0 0 .75rem rgba(0,0,0,.3);
  }

  .c-detail__head ul li a .small {
    font-size: 1rem;
  }

  .c-detail__body-box-wrap {
    padding: 5rem 0 3rem;
  }

  .c-detail__body-box-list-sec {
    display: block;
    padding: 3rem 4% 0;
    margin-top: 6rem;
  }

  .c-detail__body-box-list-sec-left .ttl01 {
    width: 24rem;
    margin-top: -5rem;
    margin-right: 0;
    top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .c-detail__body-box-list-sec-left .ttl02 {
    width: 24rem;
    margin-top: -5rem;
    margin-left: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .c-detail__body-box-list-sec-left .pic01 {
    height: 22rem;
  }

  .c-detail__body-box-list-sec-left .pic02 {
    height: 22rem;
  }

  .c-detail__body-box-list-sec-right {
    width: auto;
    padding-top: 0;
    padding-left: 0;
    margin-top: 1.5rem;
  }

  .c-detail__body-box-list-sec:nth-child(even) .c-detail__body-box-list-sec-right {
    padding-top: 0;
    padding-left: 0;
  }

  .c-detail__body-box-txt01 {
    padding: 0 4%;
    margin-top: 3rem;
    font-size: 1.1rem;
    text-align: left;
  }
}



/**********************************

 c-cv

***********************************/
.c-cv {
  background: #fff;
}

.c-cv__inner {
  padding: 7rem 0 0 0;
}

.c-cv__inner-btn {
  text-align: center;
}

.c-cv__inner-btn a {
  display: inline-block;
  padding: .8rem 2.5rem .8rem 1.5rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  background: #47a738;
  vertical-align: top;
}

.c-cv__inner-btn a span {
  padding-right: 1.5rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.c-cv__inner-btn a span:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(images/icon_blank.png) no-repeat center / cover;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media screen and (max-width:767px){

  .c-cv__inner {
    padding: 3.5rem 0 0 0;
  }

  .c-cv__inner-btn a {
    display: inline-block;
    padding: .8rem 1.5rem .8rem 1.5rem;
    font-size: 1.4rem;
  }

  .c-cv__inner-btn a span {
    display: inline-block;
    padding-right: 2.4rem;
    font-size: 1.4rem;
  }

  .c-cv__inner-btn a span:before {
    width: 1.6rem;
    height: 1.6rem;
  }
}



/**********************************

 c-model

***********************************/
.c-model {
  background: #fff;
}

.c-model__inner {
  padding-top: 7rem;
  padding-bottom: 3rem;
}

.c-model__inner-ttl {
  padding-bottom: .6rem;
  color: #000;
  text-align: center;
  font-size: 2.26rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.c-model__inner-ttl:before {
  content: "";
  display: block;
  width: 12.2rem;
  height: 1.2rem;
  background: url(images/model_ttl_bg01.png) no-repeat center / contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.c-model__inner-content {
  display: flex;
  flex-wrap: wrap;
  width: 97rem;
  max-width: 100%;
  gap: 3.5rem 5rem;
  margin: 3.5rem auto 0;
}

.c-model__inner-content-sec {
  width: calc(100%/3 - 3.4rem);
  flex: 0 1 calc(100%/3 - 3.4rem);
}

.c-model__inner-content-sec a {
  display: block;
  color: #000;
  text-decoration: none;
}

.c-model__inner-content-sec .pic {

}

.c-model__inner-content-sec .name {
  font-size: 1.27rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width:767px){

  .c-model__inner {
    padding-top: 4.5rem;
    padding-bottom: 1.5rem;
  }

  .c-model__inner-ttl {
    padding-bottom: .6rem;
    font-size: 2rem;
  }

  .c-model__inner-ttl:before {
    width: 11rem;
    height: 1.1rem;
  }

  .c-model__inner-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: auto;
    gap: 2.5rem 0;
    margin: 2rem auto 0;
  }

  .c-model__inner-content-sec {
    width: 47.5%;
    flex: none;
  }

  .c-model__inner-content-sec .pic img {
    width: 100%;
    max-width: none;
  }

  .c-model__inner-content-sec .name {
    margin-top: .5rem;
    font-size: 1.3rem;
  }
}



/**********************************

 c-note

***********************************/
.c-note {
  background: #fff;
}

.special-credit .c-note__inner {
  width: 110rem;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.c-note__inner ul {
  padding-top: 4rem;
  border-top: .1rem solid #000;
}

.c-note__inner ul li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.53944836;
  letter-spacing: -.02em;
}

@media screen and (max-width:767px){

  .special-credit .c-note__inner {
    width: auto;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .c-note__inner ul {
    padding-top: 2rem;
  }

  .c-note__inner ul li {
    font-size: 1.1rem;
    letter-spacing: normal;
  }

}



/**********************************

 xxx

***********************************/
.xxx {
}

@media screen and (max-width:767px){

}