@charset "utf-8";
/****************
common
****************/
.posi--re { position: relative;}
.text--center { text-align: center;}
.text--right { text-align: right;}
.flex { display: flex;}
.align--center { align-items: center;}
.j--around { justify-content: space-around;}
.j--center { justify-content: center;}
.j--between { justify-content: space-between;}
.j--end { justify-content: end;}
.wrap { flex-wrap: wrap;}
.f--column { flex-direction: column;}
.gap--s{ gap: 16px;}
.gap--col-s {column-gap: 16px;}
.text--underline { text-decoration: underline;}
.width--full {width: 100%;}
/*font*/
.family--en { font-family: "Anek Devanagari", sans-serif; margin-bottom: -.8rem;}
.fontw--b{ font-weight: 800;}
.fontw--mb{ font-weight: 600;}
.fontsize--m{ font-size: 1.1rem;}
.fontsize--s{ font-size: 0.9rem;}
.fontsize--ss { font-size: 0.8rem;}
.fontsize--mini { font-size: 0.7rem;}
.letter-space--nomal { letter-spacing: normal;}
/*space*/
.mt--lll{ margin-top: 80px;}
.mb--ml{ margin-bottom: 24px;}
.mt--ml{ margin-top: 24px;}
.mb--m{ margin-bottom: 16px;}
.mt--m{ margin-top: 16px;}
.mt--s{ margin-top: 8px;}
.mt--ss{ margin-top: 4px;}

.mr--auto { margin-right: auto;}
.ml--auto { margin-left: auto;}
.mt--auto{ margin-top:auto;}
.mlr--auto{
  margin-left: auto;
  margin-right: auto;
}

/*color*/
.bg--c01 { background: #00693e;}
.bg--c02 { background: #6daacd;}
.bg--c03 { background: #6ec2ac;}
.bg--c04 { background: #b16ea7;}
.bg--c05 { background: #df7759;}

.color--w { color: #fff;}
.color--c01 { color: #00693e;}
.color--c02 { color: #6daacd;}
.color--c03 { color: #6ec2ac;}
.color--c04 { color: #b16ea7;}
.color--c05 { color: #df7759;}

.content__wrap a.nomal { color: #221815;}