@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/

/*
font-family: "Zen Old Mincho", serif;
font-family: "Zen Kaku Gothic New", serif;
*/
/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#171719;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family: "Zen Kaku Gothic New", serif;
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  position:relative;
  letter-spacing: 0.06em;
}

a:link,
a:visited,
a:hover,
a:active { color:#171719;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity:0.7;
}

/*
html ----------------------------------------------------------*/



/* body base
===============================================================*/

.l-wrap {
  padding: 118px 0 0 0;
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .l-wrap {
    padding: 65px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-wrap {
    padding: 65px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 15px;
  }
}




.l-header {
  padding: 0 0 0 60px;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  box-sizing: border-box;
}
body.is-scroll .l-header {
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.l-headerWrap {
  display: flex;
  justify-content: space-between;
  height: 118px;
}
.l-headerLogo {
  align-self: center;
  max-width: 298px;
}
.l-headerContents {
  
}
.l-headerContentsInner {
  
}
.l-headerLinks {
  display: flex;
  justify-content: flex-end;
}
.l-headerLinksItem {
  width: 265px;
}
.l-headerLinksItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  position: relative;
  height: 65px;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}
.l-headerLinksItem a:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}
.l-headerLinksItem.is-reserve {
  background: #799533;
}
.l-headerLinksItem.is-reserve a:before {
  background-image: url("../images/icon-arrow01.png");
}
.l-headerLinksItem.is-entry {
  background: #bf3517;
}
.l-headerLinksItem.is-entry a:before {
  background-image: url("../images/icon-arrow02.png");
}
.l-headerMenu {
  padding: 0 40px 0 0;
}
.l-headerMenuList {
  display: flex;
  justify-content: flex-end;
}
.l-headerMenuList li {
  
}
.l-headerMenuList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  height: 53px;
  padding: 0 20px;
}
.l-headerMenuBtn {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-headerMenuList li a:hover {
    opacity: 1;
    color: #aa8419;
  }
}
@media screen and (max-width: 1370px) {
  .l-header {
    padding: 0 0 0 30px;
  }
  .l-headerLogo {
    max-width: 220px;
  }
  .l-headerMenu {
    padding: 0 20px 0 0;
  }
  .l-headerMenuList li a {
    font-size: 13px;
    padding: 0 12px;
  }
}
@media screen and (min-width: 1001px) {
  .l-headerContents {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .l-headerLinksItem a:hover {
    letter-spacing: 0.18em;
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  .l-header {
    padding: 0 0 0 40px;
  }
  .l-headerWrap {
    display: flex;
    justify-content: space-between;
    height: 65px;
  }
  .l-headerLogo {
    align-self: center;
    max-width: 170px;
  }
  .l-headerContents {
    display: none;
    position: fixed;
    height: calc(100vh - 65px);
    background: #aa8419;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
  .l-headerContentsInner {

  }
  .l-headerLinks {
    display: none;
  }
  .l-headerMenu {
    padding: 60px 40px 0 40px;
  }
  .l-headerMenuList {
    display: block;
  }
  .l-headerMenuList li {
    border-bottom: #d5b24f 1px solid;
  }
  .l-headerMenuList li a {
    display: block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    height: auto;
    padding: 15px 20px 16px;
    color: #FFF;
  }
  
  .l-headerMenuBtn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10100;
    width: 65px;
    height: 65px;
    cursor: pointer;
    background: #aa8419;
    text-align: center;
    box-sizing: border-box;
    padding: 18px 0 0 0;
  }
  .l-headerMenuBtn:before ,
  .l-headerMenuBtn:after {
    display: block;
    width: 100%;
    left: 0;
    position: absolute;
    top: 40px;
    font-size: 12px;
    line-height: 1;
    color: #FFF;
  }
  .l-headerMenuBtn:before {
    content: 'メニュー';
  }
  .l-headerMenuBtn:after {
    content: '閉じる';
    opacity: 0;
  }
  .l-headerMenuBtnInner {
    width: 20px;
    height: 17px;
    position: relative;
    display: inline-block;
  }
  .l-headerMenuBtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .l-headerMenuBtn, .l-headerMenuBtn span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .l-headerMenuBtn span:nth-of-type(1) {
    top: 0;
  }
  .l-headerMenuBtn span:nth-of-type(2) {
    top: 8px;
  }
  .l-headerMenuBtn span:nth-of-type(3) {
    bottom: 0;
  }
  .l-headerMenuBtn.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .l-headerMenuBtn.is-active span:nth-of-type(2) {
    left: 200%;
    opacity: 0;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-animation: active-btn06-bar02 .8s forwards;
    animation: active-btn06-bar02 .8s forwards;
  }
  .l-headerMenuBtn.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  .l-headerMenuBtn.is-active:before {
    opacity: 0;
  }
  .l-headerMenuBtn.is-active:after {
    opacity: 1;
  }

}
@media screen and (max-width: 1000px) {
  .l-header {
    padding: 0 0 0 20px;
  }
  .l-headerMenu {
    padding: 60px 15px 0 15px;
  }
  
}


@-webkit-keyframes active-btn06-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-btn06-bar02 {
  100% {
    height: 0;
  }
}





.p-footer {
  background: #55420f;
  padding: 15px 20px;
}
.p-footerWrap {
  
}
.p-footer__copy {
  font-size: 16px;
  line-height: 1.3;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding: 10px 20px 60px 20px;
  }
  .p-footerWrap {

  }
  .p-footer__copy {
    font-size: 13px;
    line-height: 1.3;
  }
}

.p-pageTop {
  position: fixed;
  bottom: -80px;
  right: 0;
  transition: all 0.5s ease-out;
  z-index: 9000;
}
.p-pageTop a {
  width: 80px;
  height: 80px;
  background: #aa8419;
  display: block;
  position: relative;
}
.p-pageTop a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  border: 7px solid transparent;
  border-bottom: 12px solid #FFF;
}
.p-pageTop a:hover {
  background: #695009;
  opacity: 1;
}
body.is-scroll .p-pageTop {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-pageTop {
    display: none;
  }
}

.p-flowLinkSP {
  display: none;
}



@media screen and (max-width: 768px) {
  .p-flowLinkSP {
    display: block;
    position: fixed;
    bottom: -50px;
    left: 0;
    width: 100%;
    transition: all 0.5s ease-out;
    z-index: 9000;
  }
  body.is-scroll .p-flowLinkSP {
    bottom: 0;
  }
  .p-flowLinkSPFrame {
    display: flex;
  }
  .p-flowLinkSPItem {
    width: calc(100% - 50px);
/*
    width: calc(50% - 25px);
*/
    box-sizing: border-box;
    border-right: #FFF 1px solid;
  }
  .p-flowLinkSPItem a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    position: relative;
    height: 50px;
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
  }
  .p-flowLinkSPItem a:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
  .p-flowLinkSPItem.is-reserved {
    background: #799533;
  }
  .p-flowLinkSPItem.is-reserved a:before {
    background-image: url("../images/icon-arrow01.png");
  }
  .p-flowLinkSPItem.is-entry {
    background: #bf3517;
  }
  .p-flowLinkSPItem.is-entry a:before {
    background-image: url("../images/icon-arrow02.png");
  }
  .p-flowLinkSPItem.is-top {
    width: 50px;
  }
  .p-flowLinkSPItem.is-top a {
    width: 50px;
    height: 50px;
    background: #aa8419;
    display: block;
    position: relative;
  }
  .p-flowLinkSPItem.is-top a:before {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: 7px solid transparent;
    border-bottom: 12px solid #FFF;
  }
}



.c-pageHead {
  background: #efece5;
  padding: 0;
  position: relative;
  text-align: left;
}
.c-pageHeadInner {
  display : flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  box-sizing: border-box;
  height: 219px;
  z-index: 10;
  position: relative;
}
.c-pageHeadFrame {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.c-pageHead__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 0 0 0;
  color: #695009;
}

@media screen and (max-width: 768px) {
  .c-pageHead {
  }
  .c-pageHeadInner {
    padding: 20px 15px;
    height: 119px;
  }
  .c-pageHeadFrame {
  }
  .c-pageHead__title {
    font-size: 20px;
  }
}

.c-pankuzu {
  padding: 25px 40px 22px;
}
.c-pankuzuInner {
  max-width: 1200px;
  box-sizing: content-box;
  margin: 0 auto;
}
.c-pankuzuList {
  display : flex;
  flex-wrap: wrap;
}
.c-pankuzuList__item {
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  margin-right: 11px;
  margin-bottom: 4px;
  position: relative;
  font-weight: 500;
}
.c-pankuzuList__item + .c-pankuzuList__item {
  margin-left: 18px;
}
.c-pankuzuList__item:before {
  position: absolute;
  top: 9px;
  left: -19px;
  content: "";
  width: 10px;
  height: 1px;
  background: #171719;
}
.c-pankuzuList__item:first-child:before {
  display: none;
}
.c-pankuzuList__item:last-child {
  margin-right: 0;
}
.c-pankuzuList__item a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  color: #799533;
}
@media screen and (max-width: 768px) {
  .c-pankuzu {
    padding: 25px 15px 22px;
  }
  .c-pankuzuInner {
  }
  .c-pankuzuList {
  }
  .c-pankuzuList__item {
    font-size: 12px;
    margin-right: 11px;
    margin-bottom: 4px;
  }
  .c-pankuzuList__item + .c-pankuzuList__item {
    margin-left: 18px;
  }
  .c-pankuzuList__item:before {
    top: 9px;
    left: -19px;
    width: 10px;
  }
}



.c-form textarea ,
.c-form select ,
.c-form input[type=text] ,
.c-form input[type=email] ,
.c-form input[type=tel] {
  font-family: "Zen Kaku Gothic New", serif;
}

.c-form {
  border-top: #d1d1d1 1px solid;
}
.c-formItem {
  display: flex;
  border-left: #d1d1d1 1px solid;
  border-bottom: #d1d1d1 1px solid;
  border-right: #d1d1d1 1px solid;
}
.c-formItemHead {
  font-size: 16px;
  line-height: 1.75;
  width: 300px;
  padding: 33px 20px 33px 15px;
  box-sizing: border-box;
  background: #efece5;
}
.c-formItemHeadInner {
  position: relative;
  text-align: right;
  padding: 0 55px 0 0;
  font-weight: 500;
}
.c-formItemHeadInner:before {
  content: '任意';
  width: 40px;
  height: 22px;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  right: 0;
  display : flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 1px 0;
  font-weight: 500;
  color: #FFF;
  background: #a6a6a6;
}
.c-formItemHeadInner.is-required:before {
  content: '必須';
  background: #aa8419;
}
.c-formItemContent {
  padding: 28px 30px 28px 30px;
  font-size: 16px;
  line-height: 1.75;
  font-weight:500;
  width: calc(100% - 300px);
  box-sizing: border-box;
  text-align: left;
}
.c-formItemContentInner {
  
}

.c-form input[type=text] ,
.c-form input[type=email] ,
.c-form input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  border: #d1d1d1 1px solid;
  padding: 5px 10px;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  display: block;
  max-width: 480px;
  border-radius: 0;
}
.c-form input[type=text]:focus ,
.c-form input[type=email]:focus ,
.c-form input[type=tel]:focus {
  outline: #aa8419 1px solid;
}
.c-form input[type=text]:read-only {
  height: 45px;
  border: none;
  padding: 5px 0;
  color: #303030;
}
.c-form textarea {
  width: 100%;
  box-sizing: border-box;
  height: 160px;
  border: #d1d1d1 1px solid;
  padding: 15px 10px;
  outline: none;
  font-size: 16px;
  line-height: 1.75;
  border-radius: 0;
  font-weight: 500;
}
.c-formItemContent__txt {
  text-align: left;
  margin-bottom: 7px;
  font-weight: 700;
}
.c-formItemContent__txt a {
  color: #799533;
  text-decoration: underline;
  margin-right: 5px;
}
.c-formItemContent__check {
  text-align: left;
}
.c-formItemContent__check label {
  display: inline-block;
  cursor: pointer;
  text-align: left;
}
.c-formItemContent__check label > input {
  display: none;
}
.c-formItemContent__check label > span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  padding: 7px 0 7px 36px;
  font-weight: 700;
}
.c-formItemContent__check label > span:before ,
.c-formItemContent__check label > span:after {
  content: '';
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
}
.c-formItemContent__check label > span:before {
  left: 0;
  border: #d1d1d1 1px solid;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  background: #d1d1d1;
}
.c-formItemContent__check label > span:after {
  left: 8px;
  width: 5px;
  height: 10px;
  border-right: #FFF 3px solid;
  border-bottom: #FFF 3px solid;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 2px;
}
.c-formItemContent__check label > input:checked + span:after {
  opacity: 1;
}
.c-formItemContent__check label > input:checked + span:before {
  border-color: #799533;
  background: #799533;
}
.c-formItemContent__radio {
  text-align: left;
}
.c-formItemContent__radio label {
  display: inline-block;
  cursor: pointer;
  text-align: left;
  margin-right: 50px;
}
.c-formItemContent__radio label > input {
  display: none;
}
.c-formItemContent__radio label > span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  padding: 8px 0 8px 45px;
  font-weight: 700;
}
.c-formItemContent__radio label > span:before ,
.c-formItemContent__radio label > span:after {
  content: '';
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  border-radius: 50%;
}
.c-formItemContent__radio label > span:before {
  left: 0;
  border: #d1d1d1 1px solid;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  background: #FFF;
}
.c-formItemContent__radio label > span:after {
  left: 7px;
  width: 16px;
  height: 16px;
  background: #d1d1d1;
}
.c-formItemContent__radio label > input:checked + span:after {
  background: #799533;
}



.c-formSubmit {
  margin-top: 30px;
}
.c-formSubmit input[type="submit"] {
  font-family: "Zen Old Mincho", serif;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  display : flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.3;
  color: #FFF;
  background: #aa8419 url("../images/icon-arrow03.png") no-repeat right 20px center;
  background-size: 23px;
  font-weight: 500;
  height: 65px;
  padding: 7px 36px 7px;
  box-sizing: border-box;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.5s ease-out;
}


.c-formSelect {
}
.c-formSelect select {
  -webkit-appearance:none;
  border: #d1d1d1 1px solid;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 5px 80px 5px 20px;
  line-height: 40px;
  outline: none;
  background: #FFF url("../images/icon-select.png") no-repeat right center;
  background-size: 34px auto;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  max-width: 480px;
}
.c-formSelect select::-ms-expand {
    display: none;
}

.c-formItemContentSch {
  max-width: 320px;
}
.c-formItemContentSchItem {
  display: flex;
  align-items: center;
}
.c-formItemContentSchItem:nth-of-type(n + 2) {
  margin-top: 15px;
}
.c-formItemContentSchItem__tag {
  width: 80px;
}
.c-formItemContentSchItem__input {
  width:  calc(100% - 80px);
}
.c-formItemContentSchItem__input input {
  background: url("../images/icon-calender.png") no-repeat right 10px center;
  background-size: 16px;
}
@media screen and (min-width: 769px) {
  .c-formSubmit input[type="submit"]:hover {
    letter-spacing: 0.18em;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-form {
    border-top: #d1d1d1 1px solid;
  }
  .c-formItem {
    display: block;
    border-left: #d1d1d1 1px solid;
    border-bottom: #d1d1d1 1px solid;
    border-right: #d1d1d1 1px solid;
  }
  .c-formItemHead {
    font-size: 16px;
    line-height: 1.75;
    width: 100%;
    padding: 13px 20px 13px 20px;
    text-align: left;
  }
  .c-formItemHeadInner {
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 0 50px 0 0;
    font-weight: bold;
  }
  .c-formItemHeadInner:before {
    width: 36px;
    height: 20px;
    font-size: 10px;
    line-height: 1;
    top: 2px;
    padding: 0 0 1px 0;
  }
  .c-formItemHeadInner.is-required:before {
  }
  .c-formItemContent {
    padding: 18px 20px 18px 20px;
    font-size: 16px;
    line-height: 1.75;
    width: 100%;
  }
  .c-formItemContentInner {

  }

  .c-form input[type=text] ,
  .c-form input[type=email] ,
  .c-form input[type=tel] {
    height: 40px;
    padding: 5px 10px;
    font-size: 16px;
  }
  .c-form textarea {
    width: 100%;
    height: 160px;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.75;
  }
  .c-formItemContent__txt {
    margin-bottom: 7px;
  }
  .c-formItemContent__txt a {
    margin-right: 5px;
  }
  .c-formItemContent__check {
  }
  .c-formItemContent__check label {
    margin-right: 20px;
  }
  .c-formItemContent__check label > input {
    display: none;
  }
  .c-formItemContent__check label > span {
    font-size: 16px;
    line-height: 1.7;
    padding: 7px 0 7px 36px;
    letter-spacing: 0;
  }
  .c-formItemContent__check label > span:before ,
  .c-formItemContent__check label > span:after {
    top: 2px;
  }
  .c-formItemContent__check label > span:before {
    width: 25px;
    height: 25px;
  }
  .c-formItemContent__check label > span:after {
    left: 8px;
    width: 5px;
    height: 10px;
    border-right: #FFF 3px solid;
    border-bottom: #FFF 3px solid;
    bottom: 2px;
  }
  .c-formItemContent__radio {
  }
  .c-formItemContent__radio label {
    margin-right: 15px;
  }
  .c-formItemContent__radio label > input {
    display: none;
  }
  .c-formItemContent__radio label > span {
    font-size: 16px;
    line-height: 1.7;
    padding: 8px 0 8px 33px;
  }
  .c-formItemContent__radio label > span:before ,
  .c-formItemContent__radio label > span:after {
    top: 2px;
  }
  .c-formItemContent__radio label > span:before {
    width: 24px;
    height: 24px;
  }
  .c-formItemContent__radio label > span:after {
    left: 6px;
    width: 12px;
    height: 12px;
  }



  .c-formSubmit {
    margin-top: 30px;
  }
  .c-formSubmit input[type="submit"] {
    max-width: 340px;
    font-size: 18px;
    line-height: 1.3;
    background: #aa8419 url("../images/icon-arrow03.png") no-repeat right 15px center;
    background-size: 23px;
    height: 50px;
    padding: 7px 36px 7px;
  }


  .c-formSelect {
  }
  .c-formSelect select {
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 0px 80px 0px 20px;
    line-height: 40px;
    outline: none;
    background: #FFF url("../images/icon-select.png") no-repeat right center;
    background-size: 34px auto;
    font-size: 16px;
  }

  .c-formItemContentSch {
    max-width: 320px;
  }
  .c-formItemContentSchItem {
    display: flex;
    align-items: center;
  }
  .c-formItemContentSchItem:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  .c-formItemContentSchItem__tag {
    width: 80px;
  }
  .c-formItemContentSchItem__input {
    width:  calc(100% - 80px);
  }
  .c-formItemContentSchItem__input input {
  }
}
