@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,
legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}

html {
  overflow: auto;
}
body {
  -webkit-print-color-adjust: exact;
  overflow:hidden;
  font-size: 14px;
  line-height:1.6;
  color:#000000;
  font-feature-settings: "palt";
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

input,select,textarea,button{
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

body,h1,h2,h3,h4,h5,p,ul,ol,li,dl,dd,dt{margin:0;padding:0px;}
h1,h2,h3,h4,h5{
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}


a {text-decoration: none; color:#000000;}
a:hover {text-decoration: none;}
/*a img:hover { opacity: 0.9; -moz-opacity: 0.9;}*/
a img {
  border-style:none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

button{
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

textarea{
  resize: vertical;
  min-height: 3em;
  max-height: 25em;
  height: 10em;
}

button:focus,
input:focus,
select:focus,
textarea:focus{
  outline: none;
}
button:hover{
  cursor:pointer
}

table{
  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --mizuiro: #306811;
  --orange: #2467a0;
  --gray: #fdfdfd;
}


/*--------------------------------------------------------
定数 ※個別設定
--------------------------------------------------------*/

/*透かし文字*/
{
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
a{
  transition: 1.0s ;
}

a:hover{
  opacity: 0.7;
}

/*共通設定*/
.pc-none{
  display: none;
}

.row{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.in_row1100{
  width:1100px;
  margin:0 auto;
  text-align:center;
}
.in_row{
  width:960px;
  margin:0 auto;
  text-align:center;
}

/* IE hack */
_:-ms-input-placeholder, :root 
.boxsample {
  display: flex; /* 子要素をflexboxで揃える */
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
/*firefox hack*/
@-moz-document url-prefix() {
  div.boxsample{
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
  }
}


/* -----------------------------------
  **. Loader
------------------------------------- */
/*loading circle*/
#loading{
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    margin:auto;
}
#loading img{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right:0;
    bottom:0;
    background: #FFF;
    z-index: 500000;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
div.head_main{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 20px;
}
div.logo{
  padding-left: 10px;
}
div.navi_area{
  margin-left:auto;
  padding-right: 10px;
}
div.navi_area nav{
  display: flex;
  justify-content: center;
}
#slidemenu{
  display: flex;
  justify-content: center;
  align-items: center;
}
#slidemenu li{
  padding: 0 12px 0;
}
#slidemenu li+li{
  /*border-left: 1px solid #494949;*/
}
.mainnavi{
  display: none;
}
.head_bn{
  padding-right:10px;
}
#slidemenu li a{
  font-size: 14px;
}
@media screen and (max-width: 1230px) {

}
@media screen and (max-width: 1080px) {
  div.head_main{
    flex-direction: column;
  }
  div.navi_area nav{
    flex-direction: column;
    display: flex;
    justify-content: center;
  }
  #slidemenu li{
    margin: 20px auto 10px;
    padding: 0 7px 0;
  }
  .head_bn{
    padding: 10px;
  }
  .in_row{
    width: 100%;
  }
}

/*--------------------------------------------------------
main view
--------------------------------------------------------*/
div.kv{
  width: 100%;
  position: relative;
  height: 813px;
  background-image: url(../images/kv_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;  
  display:flex;
  align-items:center;
  justify-content:center;
}
div.in_kv{
  width:100%;
  max-width:1050px;
  /*background:red;*/
  margin:0 auto;
}

div.kv_text{
  display:flex;
  justify-content:flex-start;
  align-items:flex-start;
  flex-direction:column;
  position:relative;
}
div.kv_text h1{
  /*font-size:58px;*/
  font-size:clamp(1.429rem, 3vw + 1rem, 4.143rem);
  text-align:left;
  line-height:1.3;
  order:2;
  color:#fff;
  padding:30px 0 35px;
}
div.kv_text h1 span{
  /*font-size:45px;*/
  font-size:clamp(1.286rem, 3vw + 0.5rem, 3.214rem);
  display:block;
  font-weight:400;
}
div.kv_text h3{
  order:1;
  font-size:clamp(0.857rem, 1vw + 0.5rem, 1.429rem);
  color:#fff;
  padding-bottom:5px;
  /*border-bottom:1px solid #fff;*/
  text-decoration:underline;
  text-underline-offset: 10px;
  font-weight:400;
  margin-left:10px;
}
div.kv_text h2{
  position:absolute;
  right:15%;
  top:0;
}
div.kv_img{
  text-align:left;
}

@media screen and (max-width: 1080px) {
  .in_kv{
    width: 100%;
    padding:0 15px 0;
    box-sizing:border-box;
  }
  div.kv_text h2{
    right:5%;
  }
  div.kv_text h3{
    margin-left:0;
  }
}
/*--------------------------------------------------------
cta
--------------------------------------------------------*/
div.cta{

}
div.cta_in{
  display:flex;
  justify-content:space-around;
  align-items:flex-end;
}
div.cta_r a{
  display:block;
  margin:20px auto 40px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
div.footer{

}
.footer_in{
  background:var(--mizuiro);
  padding: 35px 0 35px;
}
ul.foot_navi{
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: flex; /* 子要素をflexboxで揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
  flex-wrap: wrap;
  padding-top: 5px;
}
ul.foot_navi li{
  padding:0px 20px 0px;
  border-right: 1px solid #fff;
}
ul.foot_navi li:last-child{
  border: none;
}

ul.foot_navi a{
  color:#fff;
  font-size:14px;
}
div.copy{
  padding: 20px 0 20px;
}
.copy h5{
  font-size: 12px;
  font-weight: normal;
}

/*page top*/
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #2492c7;
  opacity: 0.8;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  content: '\f106';
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*--------------------------------------------------------
コンテンツ
--------------------------------------------------------*/
div.about_area{
  padding: 60px 0 40px;
  background:#fdfdfd;
}
div.about_title{

}
div.about_title h2{
  font-size: 38px;
  color:var(--mizuiro);
  line-height:1.4;
}
div.about_title h2 img{
  margin-right:5px;
}
div.about_title p{
  padding:40px 0 40px;
}
div.about_wrap{
  padding: 0px 0 0px;
}
div.about_wrap h3{
  position: relative;
  padding: 1rem 0.5rem;
  font-weight: bold;
  font-size: 30px;
  color:var(--mizuiro);
  display:inline-block;
}
div.about_wrap h3:before,
div.about_wrap h3:after {
  position: absolute;
  top: 48%;
  width: 2rem;
  border-top: 4px double var(--mizuiro);
  content: '';
}
div.about_wrap h3:before {
  left: -2rem;
}
div.about_wrap h3:after {
  right: -2rem;
}
div.about_wrap ul{
  width:100%;
  display:flex;
  justify-content:space-around;
  align-items:stretch;
  gap:20px;
  margin-top:20px;
}
div.about_wrap ul li{
  width:32%;
  border-radius:5px;
  padding:15px 20px;
  box-sizing:border-box;border: 3px solid var(--mizuiro);
}
div.about_wrap ul li h4{
  line-height:1.3;
  font-size:30px;
  color:var(--mizuiro);
}
div.about_wrap ul li h4 span{
  font-size:18px;
  color:var(--orange);
}
div.about_wrap ul li p{
  text-align:left;
  line-height:1.5;
}
div.about_wrap ul li:last-child h4{
  padding-top:0px;
}
div.about_wrap ul li img{
  margin:20px auto;
}
div.about_wrap ul li p span{
  font-size:12px;
}

div.item_area{
  position:relative;
  padding:60px 0 60px;
}
div.title_area{
  padding-bottom:30px;
}
div.title_area h2{
  position: relative;
  display:inline-block;
  font-size: 38px;
  color:var(--mizuiro);
}
div.title_area h2::before {
  background-color: var(--mizuiro); /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: -10px; /* 線の位置 */
  content: "";
  height: 2px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 100px; /* 線の長さ */
}



ul.slider{
  margin:30px auto;
  display:flex;
  align-items:stretch;
  justify-content:flex-start;
  box-sizing:border-box;
}
ul.slider li{
  display:flex !important;
  flex-direction:column;
  padding:20px 10px 40px;
  box-sizing:border-box;
  margin:0 10px 0;
  text-align:center;
  border-radius:5px;
  border:1px solid #ccc;
  height:100%;
}
ul.slider li img{
  text-align:center;
  margin:auto;
}
ul.slider li h3{
  display:inline-block;
  font-size:20px;
  padding-bottom:15px;
}

div.item_btn_wrap{
  padding:30px 0 30px;
}
.item_btn{
  display:block;
  margin:0 auto;
  width:300px;
  border-radius:5px;
  border:2px solid var(--mizuiro);
  padding:15px 20px;
  font-size:22px;
  font-weight:500;
  color:var(--mizuiro);
  text-align:center;
}
.item_btn:hover{
  background:var(--mizuiro);
  color:#fff;
}

div.flow_area{
  padding:60px 0 0px;
  width: 100%;
  position: relative;
  height: 1316px;
  background-image: url(../images/bg_sora.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;  
}

.wh h2{
  color:#fff !important;
}
.wh h2::before {
  background-color: #fff !important; /* 線の両端を丸く */
}

ul.flow_list{
  margin:30px auto 60px;
  display:flex;
  justify-content:space-around;
  align-items:stretch;
  gap:20px;
}
ul.flow_list li{
  width:31%;
  background:#fff;
  border-radius:5px;
  display : block ; /* aタグの場合は必要 */
  text-decoration : none ; /* aタグでリンクテキストの下線を消したい場合は必要 */

  border:  3px solid var(--mizuiro); /* 線の太さ・線状・色 */
}
ul.flow_list li h3{
  font-size:48px;
  color:var(--mizuiro);
  font-weight:700;
}
ul.flow_list li h3 span{
  font-size:22px;
}
ul.flow_list li p{
  padding:5px 0 15px;
}
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: var(--mizuiro);
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-bottom:15px;
}
div.flow_wrap{
  border-top:2px dotted #fff;
  display:flex;
  justify-content:flex-start;
  align-items:flex-start;
  padding:35px 20px 30px;
  box-sizing:border-box;
}

div.flow_wrap img{
  margin-left:auto;
}
div.flow_box{
  text-align:left;
}
div.flow_title{
  display:flex;
  justify-content:flex-start;
  align-items:center;
}
div.flow_icon{
  width:80px;
  height:80px;
  border-radius:10px;
  background:#fff;
  font-size:36px;
  color:var(--mizuiro);
  font-weight:700;
  text-align:center;
  line-height:1;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
}
div.flow_icon span{
  font-size:14px;
  display:block;
}
div.flow_title h3{
  line-height:1.4;
  font-size:30px;
  color:#fff;
  padding-left:10px;
}
div.flow_box p{
  padding:40px 0 0 0;
  font-size:18px;
  color:#fff;
  line-height:2;
}
div.flow_box p span{
  font-size:14px;
}


div.flow_wrap2{
  border-top:2px dotted #fff;
  display:flex;
  justify-content:space-around;
  align-items:flex-start;
  padding:40px 20px 27px;
  box-sizing:border-box;
}
div.flow_wrap2 img{
  margin-right:auto;
}
div.flow_box2{
  text-align:right;
}
div.flow_title2{
  display:flex;
  justify-content:flex-end;
  align-items:center;
}
div.flow_title2 h3{
  line-height:1.4;
  font-size:30px;
  color:#fff;
  padding-right:10px;
}
div.flow_box2 p{
  padding:40px 0 0 0;
  font-size:18px;
  color:#fff;
  line-height:2;
}
div.flow_box2 p span{
  font-size:14px;
}


div.faq_area{
  padding: 60px 0 20px;  
}
dl.faq_list{
  box-sizing: border-box;
  width: 100%;
  margin: 40px auto 20px;
  padding-bottom: 10px;
}
dl.faq_list dt{
  font-weight: normal;
  cursor: pointer;
  position: relative;
  font-size:16px;
  color:var(--mizuiro);
  text-align:left;
  box-sizing: border-box;
  padding:15px 0 10px 70px;
  margin:10px 0 0px 0px;
}
dl.faq_list dt:last-child{
}
dl.faq_list dt::before{
  position: absolute;
  content:'Q';
  color:#fff;
  background:var(--mizuiro);
  width:35px;
  height:35px;
  border-radius:5px;
  text-align:center;
  font-size:24px;
  font-weight:500;
  display: inline-block;
  top:10px;;
  left:20px;
  line-height:1.4;
}
dl.faq_list dd{
  margin:10px auto;
  background: #fff;
  padding:15px 0 20px 70px;
  position: relative;
  font-size:14px;
  text-align:left;
  line-height:1.5;
  border-bottom:1px solid #eaeaea;
}
dl.faq_list dd::before{
  position: absolute;
  content:'A';
  color:#fff;
  background:var(--orange);
  width:35px;
  height:35px;
  border-radius:5px;
  text-align:center;
  font-size:24px;
  font-weight:500;
  display: inline-block;
  top:10px;;
  left:20px;
  line-height:1.4;
}
dl.faq_list dd:last-child{
  border:none;
}


/*//////////////////////////////////
//下層ページ
//////////////////////////////////*/

div.kv_low{
  background-image: url(../images/kv_low.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;  
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.low_title{

}
div.low_title h1{
  font-size: 38px;
  color: #fff;
}
div.low_contents{
  padding: 60px 0 60px;  
}
.privacy_faq dt::before{
  content:'●' !important;
}

.privacy_faq dd::before{
  content:'●' !important;
}

.tokute_wrap{
  padding: 20px 0 20px;
}
table.toku_tb{
  width: 70%;
  border-collapse: collapse;
  margin: 0 auto;
}
table.toku_tb th{
  border-collapse: collapse;
  width: 35%;
  padding: 20px;
  font-size: 14px;
  text-align: right;
  border: 1px solid #494949;
  font-weight: normal;
}
table.toku_tb td{
  border-collapse: collapse;
  width: 65%;
  padding: 20px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #494949;
}


div.sv_wrap{
  border-radius:5px;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  margin-bottom:30px;
}

div.sv_title{
  background:var(--mizuiro);
  padding:15px 0 15px;
  border-radius:5px 5px 0 0;
}
div.sv_title h2{
  font-size:28px;
  color:#fff;
}
div.sv_in{
  display:flex;
  justify-content:space-around;
  align-items:center;
  padding:30px;
  box-sizing:border-box;
}
div.sv_l{
  width:50%;
}
div.sv_r{
  width:50%;
}
div.sv_img{
  width:70%;
  border:1px solid #ccc;
  border-radius:5px;
  padding:20px;
  box-sizing:border-box;
  margin:0 auto;
}
div.sv_l a{
  margin:20px auto 0;
  width:70%;
  display:block;
}
div.sv_r ul.sv_item:last-child{
  border-bottom:none;
}
ul.sv_item{
  width:100%;
  border-bottom:2px solid var(--mizuiro);
  text-align:left;
}
ul.sv_item li{
  text-align:left;
  padding:0px 0 0px 0;
}
ul.sv_item li:first-child{
  padding-top:30px;
}
ul.sv_item li:last-child{
  padding-bottom:30px;
}
ul.sv_item li h3{
  font-size:22px;
  font-weight:bold;
}
ul.sv_item li p{
  text-align:right;
  font-size:16px;
}
ul.sv_item li p span{
  font-size:30px;
  color:red;
  font-weight:bold;
}



/*contact*/
table.contact_tb{
  width: 70%;
  border-collapse: collapse;
  margin: 0 auto;
}
table.contact_tb th{
  border-collapse: collapse;
  width: 35%;
  padding: 20px;
  font-size: 14px;
  text-align: right;
  border: 2px solid #77b2e9;
  font-weight: normal;
}
table.contact_tb td{
  border-collapse: collapse;
  width: 65%;
  padding: 20px;
  font-size: 14px;
  text-align: left;
  border: 2px solid #77b2e9;
}
.r_tx{
  color: red;
}
/*input text design*/
.form-text{
  width: 100%;
  font-weight: bold;
  border: 2px solid #77b2e9;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-textarea{
  width: 100%;
  height: 250px;
  font-weight: bold;
  border: 2px solid #77b2e9;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-textmini{
  width: 30%;
  font-weight: bold;
  border: 2px solid #77b2e9;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-select01{
  width: 65%;
  font-weight: bold;
  border: 2px solid #77b2e9;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-select02{
  width: 20%;
  font-weight: bold;
  border: 2px solid #77b2e9;
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 14px;
  background: #fff;
}

/* チェックボックス03 */
input[type=checkbox] {
    display: none;
}
.form-checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 8px 30px 0;
    position: relative;
    width: auto;
}
.form-checkbox::before {
    background: #fff;
    border: 1px solid #77b2e9;
    border-radius: 3px;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.form-checkbox::after {
    border-right: 6px solid #77b2e9;
    border-bottom: 3px solid #77b2e9;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 9px;
}
input[type=checkbox]:checked + .form-checkbox::before {
    border-color: #666;
}
input[type=checkbox]:checked + .form-checkbox::after {
    opacity: 1;
    transform: rotate(45deg) scale3d(1,1,1);
}




.address_box{
  padding: 5px 0 5px;
}
::placeholder {
  font-weight: normal;
  color: #cccccc;
}
div.btn_row{
  padding: 20px 0 20px;
}
.submit-btn{
  width: 25%;
  padding: 15px;
  border-radius: 5px;
  background: #77b2e9;
  color: #fff;
  font-size: 20px;
  text-align: center;
  transition: 1.0s ;
  border: none;
  box-shadow: 2px 2px 4px #494949;
}
.submit-btn:hover{
  opacity: 0.8;
}
.order-btn{
  width: 30%;
  padding: 25px;
  border-radius: 5px;
  background: #77b2e9;
  color: #fff;
  font-size: 20px;
  text-align: center;
  transition: 1.0s ;
  border: none;
  box-shadow: 2px 2px 4px #494949;
}
.order-btn:hover{
  opacity: 0.8;
}
.order-prev-btn{
  width: 30%;
  padding: 25px;
  border-radius: 5px;
  background: #494949;
  color: #fff;
  font-size: 20px;
  text-align: center;
  transition: 1.0s ;
  border: none;
  box-shadow: 2px 2px 4px #494949;
}
.order-prev-btn:hover{
  opacity: 0.8;
}

.err_tx{
  color: red;
}

.disabled-submit{
  filter: grayscale(100%);
}
.disabled-submit:hover{
  transform: translateY(0) !important;
  opacity: 1 !important;
  cursor: no-drop;
}
.disabled-input{
  background: #eaeaea;
}
/*order*/
table.order_tb{
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
table.order_tb th{
  border-collapse: collapse;
  width: 30%;
  padding: 15px 20px 15px;
  font-size: 16px;
  text-align: right;
  border: 2px solid #77b2e9;
}
table.order_tb td{
  border-collapse: collapse;
  padding: 15px 20px 15px;
  font-size: 16px;
  text-align: left;
  border: 2px solid #77b2e9;
  font-weight: bold;
}
.order_td01{
  text-align: center !important;
}
table.order_tb td .item_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 5px 0;
}

h3.order_title{
  font-size: 20px;
  padding: 10px 0 10px;
  background: #65a4df;
  color: #fff;
}
h3.order_title span{
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
h3.order_title span a{
  color: yellow;
}
.error_box{
  display: none;
  width: 80%;
  padding: 15px;
  text-align: left;
  margin: 10px auto;
  border-radius: 10px;
  border: 2px solid red;
  font-size: 14px;
  color: red;
}
.error_box2{
  display: none;
  width: 80%;
  padding: 15px;
  text-align: left;
  margin: 10px auto;
  border-radius: 10px;
  border: 2px solid red;
  font-size: 14px;
  color: red;
}






