@charset "UTF-8";

.m-h1-cover {
  height: 300px;
  background: none;
}

.m-h1-cover .e-h1--en {
  color: #b33522;
}

.e-txt--bdr.e-txt--red {
  width: auto;
  margin-top: 4px;
  padding: 12px 60px 9px;
  border-color: #b33522;
  font-size: 26px;
  line-height: 1;
}
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .e-txt--bdr.e-txt--red {font-family: Century, "メイリオ", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",serif;}
}


@media screen and (max-width: 767px) {
  .m-h1-cover {
    height: 160px;
  }
  .m-h1-cover .e-h1--en {
    margin-bottom: 0;
  }
  .m-h1-cover .e-txt--h1 {
    margin-bottom: 5px;
  }
  .e-txt--bdr.e-txt--red {
    padding: 2px 30px;
    border-width: 1px;
    font-size: 13px;
  }
}

.l-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.l-content__main {
  width: 67%;
  -webkit-box-ordinal-group: 2;
             -ms-flex-order: 2;
                      order: 2;
}
.l-content__sub {
  width: 50%;
  -webkit-box-ordinal-group: 1;
             -ms-flex-order: 1;
                      order: 1;
}

@media screen and (max-width: 767px) {
  .e-bg--gray-sp {
    background-color: #fafafa;
  }

  .m-topicpath {
    padding: 6px 0;
  }

  .l-content__inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .l-content__main {
    width: 100%;
    -webkit-box-ordinal-group: 1;
               -ms-flex-order: 1;
                        order: 1;
  }
  .l-content__sub {
    width: 100%;
    -webkit-box-ordinal-group: 2;
               -ms-flex-order: 2;
                        order: 2;
    border-top: none;
  }
}

/* サイドナビ */
.m-sidenavi {
  display: inline-block;
  min-width: 240px;
  max-width: 420px;
  padding: 30px 40px;
  background: #e29916;
}

.m-sidenavi__category {
}

.m-sidenavi__category + .m-sidenavi__category {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid #ccc;
}

.m-sidenavi__title {
  margin: 0 0 14px;
  font-family: "Yu Gothic", YuGothic, "Raleway", 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.m-sidenavi__inner {
}

.m-sidenavi__inner + .m-sidenavi__inner {
  margin-top: 14px;
}

.m-sidenavi__list {
  overflow: hidden;
  margin-bottom: 14px;
}

.m-sidenavi__listitem,
.cat-item{
  position: relative;
  padding-left: 1.5em;
  font-family: "Yu Gothic", YuGothic, "Raleway", 'Oswald', sans-serif;
  font-size: 15px;
  color: #fff;
}

.m-sidenavi__listitem a,
.cat-item a,
.cat-item-none{
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.m-sidenavi__listitem + .m-sidenavi__listitem,
.cat-item + .cat-item{
  margin-top: 2px;
}

.m-sidenavi__listitem:before,
.cat-item:before{
  content: "\2010";
  display: block;
  position: absolute;
  top: 50%;
  left: -3px;
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-sidenavi__num {
  margin-left: 3px;
}

.m-sidenavi__toggle-title {
  margin: 0 0 10px;
  font-family: "Yu Gothic", YuGothic, "Raleway", 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.m-sidenavi__toggle-icon {
  position: relative;
  top: 1px;
  margin-left: 10px;
}
.m-sidenavi__toggle-icon:before,
.m-sidenavi__toggle-icon:after {
  display: block;
  content: '';
  background-color: #b33522;;
  position: absolute;
  width: 14px;
  height: 2px;
  top: 6px;
  left: 0;
}
.m-sidenavi__toggle-icon:before {
  width: 2px;
  height: 14px;
  top: 0;
  left: 6px;
}
.m-sidenavi__toggle-title.is-active .m-sidenavi__toggle-icon:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-sidenavi {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    margin: 0;
    padding: 10px 20px 60px;
    background: #fafafa;
  }
  .m-sidenavi__category {
  }
  .m-sidenavi__category + .m-sidenavi__category {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .m-sidenavi__title {
    margin: 0;
    padding: 9px 5px;
    border-bottom: 1px solid #333;
    font-size: 12px;
    color: #333;
  }
  .m-sidenavi__inner {
    margin-top: -1px;
  }
  .m-sidenavi__inner + .m-sidenavi__inner {
    margin-top: 0;
  }
  .m-sidenavi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    border-bottom: 1px solid #333;
  }
  .m-sidenavi__listitem,
  .cat-item,
  .cat-item-none {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: -1px;
    padding: 10px 18px 10px 24px;
    border-bottom: 1px solid #333;
    font-size: 11px;
    color: #333;
  }
  .m-sidenavi__listitem:before,
  .cat-item:before,
  .cat-item-none:before {
    left: 5px;
    top: 47%;
    color: #333;
    display: inline-block;
    font-size: 15px;
  }
  .m-sidenavi__listitem a,
  .cat-item a,
  .cat-item-none {
    font-size: 11px;
    color: #333;
    text-decoration: none;
  }
  .m-sidenavi__listitem a:before,
  .cat-item a:before,
  .cat-item-none:before {
    content: "";
    position: absolute;
    top: 45%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: 0px;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .m-sidenavi__num {
    margin-left: 0;
  }
  .m-sidenavi__toggle-title {
    position: relative;
    margin: 0;
    padding: 9px 5px;
    font-size: 12px;
    color: #333;
    border-bottom: 1px solid #333;
  }
  .m-sidenavi__toggle-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-left: 0;
    margin-top: -7px;
  }
}


/* 一覧 */
.m-newslist {
  margin-bottom: 80px;
}

.m-newslist__item {
  overflow: hidden;
  padding: 46px 0;
  margin: 0;
  border-bottom: 1px solid #b3b3b3;
  box-sizing: border-box;
}

.m-newslist__item:first-child {
  border-top: 1px solid #b3b3b3;
}

.m-newslist__image {
  float: left;
  width: 150px;
}

.m-newslist__info {
  margin-left: 170px;
}

.m-newslist__date {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  letter-spacing: 2px;
}

.m-newslist__tag {
  display: inline-block;
  margin-left: 10px;
}

.m-newslist__tag li {
  display: inline;
  padding: 4px 8px;
  border: 1px solid #b33522;
  font-size: 14px;
  color: #b33522;
  line-height: 1;
}

.m-newslist__tag li + li {
  margin-left: 5px;
}

.m-newslist__txt {
  margin-top: 10px;
  letter-spacing: 3px;
}

.m-newslist__txt a {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  text-decoration: none;
}

.m-newslist__txt a:hover {
  text-decoration: underline;
}


@media screen and (max-width: 767px) {
  .m-newslist {
    margin: 0 20px 20px;
  }

  .m-newslist__image {
    width: 33%;
  }

  .m-newslist__info {
    /*width: 67%;*/
    width: auto;
    margin-left: calc(33% + 20px);
  }

  .m-newslist__item {
    padding: 20px 0;
  }

  .m-newslist__item:first-child {
    padding-top: 0;
    border-top: none;
  }

  .m-newslist__date {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .m-newslist__tag li {
    font-size: 10px;
  }

  .m-newslist__txt {
    margin-top: 3px;
  }

  .m-newslist__txt .e-link {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

/* pagination */
.m-pagination {
  border: none;
  margin-bottom: 160px;
  text-align: center;
}
.m-pagination__inner {
  display: inline-block;
}

.m-pagination a,
.m-pagination span{
  position: relative;
  float: left;
  line-height: 1.6;
  margin: 0 10px;
  padding: 0px 6px;
  font-family: "Yu Gothic", YuGothic, "Raleway", 'Oswald', sans-serif;
  font-size: 26px;
  color: #b3b3b3;
  text-decoration: none;
}

.m-pagination a:first-child {
  margin-left: 0;
  margin-right: 26px;
}
.m-pagination a:first-child:before,
.m-pagination a:last-child:before {
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -4px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
.m-pagination a:first-child:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.m-pagination a:last-child {
  margin-left: 26px;
  margin-right: 0;
}

.m-pagination a.is-active,
.m-pagination span {
  border-bottom: 4px solid #b33522;
  color: #b33522;
}

@media screen and (max-width: 767px) {
  .m-pagination {
    margin-bottom: 30px;
  }
  .m-pagination a {
    margin: 0 8px;
  }
  .m-pagination a:first-child {
    margin-right: 0;
  }
  .m-pagination a:last-child {
    margin-left: 0;
  }
}

/*m-newsarticle*/
.m-newsarticle{
  margin-bottom: 70px;
}
.m-newsarticle .m-newsarticle__meta{
  margin-bottom: 5px;
}
.m-newsarticle .m-newsarticle__ttl{
  margin-bottom: 30px;
  font-size: 26px;
  color: #333333;
}
.m-newsarticle__entry h2{
  font-size: 22px;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #fff;
  background: #b33522;
  padding: 5px 20px;
  margin: 75px 0 35px;
}
.m-newsarticle__entry h3{
  font-size: 20px;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #b33522;
  background: #fafafa;
  padding: 4px 20px 4px 25px;
  margin: 50px 0 15px;
  position: relative;
}
.m-newsarticle__entry h3:before{
  content: "";
  position: absolute;
  top: 0.15em;
  bottom: 0.15em;
  left: 0;
  width: 5px;
  border-left: solid 5px #b33522;
}
.m-newsarticle__entry h4{
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #b33522;
  margin: 40px 0 15px;
}
.m-newsarticle__entry h5{
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #b33522;
  margin: 75px 0 35px;
}
.m-newsarticle__entry h6{
  font-size: 15px;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #b33522;
  margin: 75px 0 35px;
}

.m-newsarticle__entry ul,
.m-newsarticle__entry ol {
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #b33522;
  color: #666666;
  margin-bottom: 40px;
  /*font-size: 13px;*/
}
.m-newsarticle__entry ol {
  counter-reset: li;
}

.m-newsarticle__entry ul li,
.m-newsarticle__entry ol li{
  position: relative;
  padding-left: 15px;
  line-height: 1.66;
}
.m-newsarticle__entry ul li:before{
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0.4em;
  width: 7px;
  height: 7px;
  margin-top: -2px;
  margin-left: -1px;
  border: solid 3.5px;
  border-radius: 50%;
  border-color: #b33522;
  background-color: #b33522;
}
.m-newsarticle__entry ol li:before{
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  color: #b33522;
  font-size: 13px;
  font-family: 'Raleway', 'Oswald', sans-serif;
}
.m-newsarticle__entry blockquote{
    position: relative;
    padding: 17px 30px 17px 65px;
    box-sizing: border-box;
    font-style: normal;
    background: #fafafa;
    color: #555;
    margin-bottom: 40px;
}
.m-newsarticle__entry blockquote:before{
    display: inline-block;
    position: absolute;
    content: "";
    background: url(/common/images/img_icon_blockquote.png) center center no-repeat;
    top: 30px;
    left: 24px;
    color: #666666;
    line-height: 1;
    width: 15px;
    height: 12px;
    background-size: 15px 12px;
}
.m-newsarticle__entry blockquote p {
    padding: 0;
    margin: 10px 0;
    padding-left: 15px;
    border-left: 1px solid #666666;
}

.m-newsarticle__entry strong {
  font-weight: bold;
}
.m-newsarticle__entry em {
  /*font-style: italic;*/
  font-style:oblique;
  font-weight: normal;
  transform: scale(1,0.9);
}

.m-newsarticle__entry a {
  color: #666666;
  text-decoration: underline;
  cursor: pointer;
}
.m-newsarticle__entry a:hover {
  text-decoration: none;
}
.m-newsarticle__entry del {
  text-decoration:line-through;
}
.m-newsarticle__entry hr{
  border-top: 1px solid #666666
}

.m-newsarticle__entry img{
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
  margin:0 auto 40px 0;
}
.m-newsarticle__entry p {
  color: #666666;
  /*font-size: 13px;*/
  margin-bottom: 35px;
}
.m-newsarticle__nav{
  display: block;
  margin: 0 0 130px;
}
@media screen and (max-width: 767px) {
  .m-newsarticle{
    width: auto;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .m-newsarticle .m-newsarticle__meta{
    margin-bottom: 5px;
  }
  .m-newsarticle .m-newsarticle__ttl{
    margin-bottom: 12px;
    font-size: 19px;
  }
  .m-newsarticle__entry h2{
    font-size: 17px;
    padding: 5px 15px;
    margin: 60px 0 25px;
  }
  .m-newsarticle__entry h3{
    font-size: 16px;
    padding: 4px 20px 4px 15px;
    margin: 40px 0 25px;
    position: relative;
  }
  .m-newsarticle__entry h4{
    font-size: 15px;
    margin: 30px 0 10px;
  }
  .m-newsarticle__entry h5{
    font-size: 14px;
    margin: 60px 0 25px;
  }
  .m-newsarticle__entry h6{
    font-size: 13px;
    margin: 60px 0 25px;
  }
  .m-newsarticle__entry ul,
  .m-newsarticle__entry ol {
    width: 100%;
    padding: 17px;
    margin-bottom: 25px;
    font-size: 12px;
  }
  .m-newsarticle__entry ul li,
  .m-newsarticle__entry ol li{
    margin-bottom: 2px;
  }
  .m-newsarticle__entry ul li:before{
    margin-top: -4px;
  }
  .m-newsarticle__entry ol li:before{
    font-size: 12px;
    margin-top: -2px;
  }
  .m-newsarticle__entry blockquote{
      position: relative;
      padding: 12px 20px 12px 54px;
      box-sizing: border-box;
      font-style: normal;
      background: #fafafa;
      color: #555;
      margin-bottom: 25px;
  }
  .m-newsarticle__entry blockquote:before{
      display: inline-block;
      position: absolute;
      content: "";
      background: url(/common/images/img_icon_blockquote.png) center center no-repeat;
      top: 16px;
      left: 19px;
      color: #666666;
      line-height: 1;
      width: 19px;
      height: 16px;
      background-size: 19px 16px;
  }
  .m-newsarticle__entry blockquote p {
      padding: 0;
      margin: 10px 0;
      padding-left: 15px;
      border-left: 1px solid #666666;
  }
  .m-newsarticle__entry img{
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: bottom;
    margin:0 auto 20px;
  }
  .m-newsarticle__entry p {
    color: #666666;
    font-size: 12px;
    margin-bottom: 25px;
  }
  
  .m-newsarticle__nav{
    display: block;
    margin: 0 0 60px;
  }
}


/*m-news-related 関連記事*/
.m-news-related{}
.m-news-related h2{
  color: #666666;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: 27px;
}
.m-news-related .m-newslist__date,
.m-news-related .m-newslist__txt a{
  font-weight: normal;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .m-news-related h2{
    padding: 0 20px;
    font-size: 16px;
    letter-spacing: 0.3em;
    margin-bottom: 20px;
  }
  .m-news-related .m-newslist__item:first-child{
    padding: 20px 0;
    border-top: 1px solid #b3b3b3;
  }
}

/* header menu color */
.t-voice .m-header-gnavi__link--about.voice {
    color: #b33522;
}

.t-contact .lead {
  background-color: #FAFAFA;
  &.lead-white {
    background-color: #fff;
  }
}

.t-contact .lead p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  padding: 55px 0 0;
  a {
    color: #111;
  }
}

.t-contact .contact-before {
  width: 1080px;
  padding-bottom: 80px;
  a {
    color: #111;
  }
  h2 {
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 4rem;
  }
  p, ul {
    font-size: 16px;
    line-height: 27px;
  }
  &>ul{
    padding-left: 1em;
    &>li{
      text-indent: -1em;
      &:before {
        content: '●';
      }
      &>ul{
        padding-left: 1em;
        &>li{
          text-indent: -1em;
          &:before {
            content: '・';
          }
        }
      }
    }
  }
  .contact-before-button{
    display: block;
    width: 284px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    background-color: #B33522;
    border-radius: 30px;
    margin: 100px auto 0;
    text-decoration: none;
    font-weight: bold;
    transition: .2s;
    &:hover {
      opacity: .7;
    }
  }
}


.t-contact .contact-form {
  width: 880px;
  margin: auto;
  padding: 0 0 100px;
}

.t-contact .contact-form h3 {
  color: #B33522;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #B33522;
  line-height: 1;
  padding-top: 80px;
  padding-bottom: 10px;
}

.t-contact .contact-form dl {
  display: flex;
  flex-wrap: wrap;
}

.t-contact .contact-form dl dt,
.t-contact .contact-form dl dd {
  margin-top: 30px;
  line-height: 44px;
}

.t-contact .contact-form dl dt {
  width: 280px;
  position: relative;
  font-weight: bold;
}

.t-contact .contact-form dl dt:after {
  content: '任意';
  display: block;
  position: absolute;
  line-height: 22px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #707070;
  width: 34px;
  text-align: center;
  top: 11px;
  right: 20px;
}

.t-contact .contact-form dl dt.require:after {
  content: '必須';
  background-color: #B33522;
}

.t-contact .contact-form dl dd {
  width: 600px;
}

.t-contact .contact-form dl dd input[type="text"],
.t-contact .contact-form dl dd input[type="email"],
.t-contact .contact-form dl dd select,
.t-contact .contact-form dl dd textarea {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  padding: 10px;
  display: block;
  border: 1px solid #DDDDDD;
  font-family: inherit;
}

.t-contact .contact-form dl dd input[type="text"]:placeholder,
.t-contact .contact-form dl dd input[type="email"]:placeholder,
.t-contact .contact-form dl dd select:placeholder,
.t-contact .contact-form dl dd textarea:placeholder {
  color: #AAAAAA;
}

.t-contact .contact-form dl dd input[type="text"],
.t-contact .contact-form dl dd input[type="email"],
.t-contact .contact-form dl dd select {
}

.t-contact .contact-form dl dd select.short,
.t-contact .contact-form dl dd input.short {
  width: 300px;
}

.t-contact .contact-form dl dd textarea {
}

.t-contact .contact-form dl dd .mwform-radio-field {
}
.t-contact .contact-form dl dd .mwform-checkbox-field input,
.t-contact .contact-form dl dd .mwform-radio-field input {
  vertical-align: baseline;
}

.t-contact .contact-form dl dd .mwform-radio-field-text {
  font-weight: bold;
}

.t-contact .contact-form dl dd p.caution {
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
  padding-left: 1em;
  text-indent: -1em;
}

.t-contact .contact-form dl dd p.caution:before {
  content: "※";
}

.t-contact .contact-form dl dd a.calbee-contact {
  margin-top: 20px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 548px;
  height: 40px;
  border: 1px solid #B33522;
  color: #B33522;
  font-weight: 700;
  background-color: #fff;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  &:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 767px) {
  .t-contact .contact-form dl dd a.calbee-contact {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    height: 48px;
  }
}

.t-contact .contact-form .button-block {
  border-top: 1px solid #E6E6E6;
  margin-top: 60px;
  padding-top: 60px;
  text-align: center;
}

.t-contact .contact-form .button-block .privacy {
  margin-bottom: 40px;
}

.t-contact .contact-form .button-block .mwform-checkbox-field {
  display: block;
  text-align: center;
}

.t-contact .buttons {
  display: flex;
  justify-content: center;
}

.t-contact .buttons input[type="submit"],
.t-contact .buttons a {
  display: block;
  width: 360px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  border: 1px solid #B33522;
  border-radius: 999px;
  font-size: 16px;
  font-weight: bold;
  transition: .5s;
  background-color: #B33522;
  color: #fff;
  text-decoration: none;
}

.t-contact .buttons input[type="submit"]:hover,
.t-contact .buttons a:hover {
  opacity: .7;

}

.t-contact .buttons input[type="submit"] + input {
  margin-left: 40px;
}

.t-contact .buttons input[type="submit"][name="submitBack"] {
  background-color: #fff;
  color: #B33522;
}

.t-contact .mw_wp_form_confirm .contact-form .confirm-none {
  display: none !important;
}

.t-contact .sended {
}

.t-contact .sended h3 {
  color: #B33522;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.t-contact .sended p {
  font-size: 15px;
  line-height: 26px;
  margin-top: 55px;
  text-align: center;
}

.t-contact .no-reach {
  background-color: #FAFAFA;
  width: 675px;
  margin: 55px auto 0;
  padding: 40px 60px 55px;
}

.t-contact .no-reach h3 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.t-contact .no-reach ul {
  margin-top: 25px;
}

.t-contact .no-reach ul li {
  font-size: 14px;
  line-height: 24px;
  padding-left: 1em;
  text-indent: -1em;
}

.t-contact .no-reach ul li + li {
  margin-top: 20px;
}

.t-contact .no-reach ul li:before {
  content: '・';
}

.t-contact .no-reach + .buttons {
  margin-top: 82px;
  padding-bottom: 122px;
}

.m-contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  height: 165px;
}

.m-contact-tel__tit {
  padding-left: 48px;
  padding-right: 90px;
  background: 0 2px url(/common/images/img_icon_tel_pc.png) no-repeat;
  font-size: 20px;
  color: #b33522;
  letter-spacing: 3px;
}

.m-contact-tel__info {
  padding: 0 40px;
  letter-spacing: 2px;
}

.m-contact-tel__info:last-child {
  padding-right: 0;
}

.m-contact-tel__info p {
  line-height: 1.6;
  font-family: "Yu Gothic", 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif

}

.m-contact-tel__number {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 8px;
  font-family: "Yu Gothic", 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif
}

.m-contact-tel__info + .m-contact-tel__info {
  border-left: 1px solid #666;
}


@media screen and (max-width: 767px) {
  .t-contact .lead {
    width: calc(100% - 40px);
    margin: 20px auto 0;
  }

  .t-contact .lead p {
    padding: 25px 10px;
    text-align: left;
  }

  .t-contact .contact-before {
    width: 100%;
    padding-bottom: 30px;
    h2 {
      font-size: 18px;
      margin-top: 2rem;
    }
    p, ul {
      font-size: 14px;
      line-height: 22px;
    }
    &>ul{
      padding-left: 0;
      &>li{
        text-indent: 0;
        &:before {
          content: '●';
        }
        &>ul{
          padding-left: 1em;
          &>li{
            text-indent: -1em;
            &:before {
              content: '・';
            }
          }
        }
      }
    }
    .contact-before-button{
      display: block;
      width: 284px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      font-size: 16px;
      color: #fff;
      background-color: #777777;
      border-radius: 30px;
      margin: 30px auto 0;
      text-decoration: none;
      font-weight: bold;
      transition: .2s;
      &:hover {
        opacity: .7;
      }
    }
  }

  .t-contact .contact-form {
    width: calc(100% - 40px);
    padding: 0 0 60px;
  }

  .t-contact .contact-form h3 {
    font-size: 20px;
    padding-top: 64px;
  }

  .t-contact .contact-form dl {
  }

  .t-contact .contact-form dl dt,
  .t-contact .contact-form dl dd {
    margin-top: 0;
  }

  .t-contact .contact-form dl dt {
    width: 100%;
    margin-top: 10px;
  }

  .t-contact .contact-form dl dt:after {
    display: inline-block;
    line-height: 15px;
    font-size: 10px;
    width: 30px;
    top: 15px;
    right: auto;
    margin-left: 10px;
  }

  .t-contact .contact-form dl dt.require:after {
    content: '必須';
    background-color: #B33522;
  }

  .t-contact .contact-form dl dd {
    width: 100%;
  }

  .t-contact .contact-form dl dd select.short,
  .t-contact .contact-form dl dd input.short {
    width: 100%;
  }

  .t-contact .contact-form .button-block {
    margin-top: 40px;
    padding-top: 40px;
  }

  .t-contact .buttons {
    flex-direction: column;
    padding: 0 20px;
  }

  .t-contact .buttons input[type="submit"],
  .t-contact .buttons a {
    width: 100%;
  }

  .t-contact .buttons input[type="submit"]:hover,
  .t-contact .buttons a:hover {
    opacity: 1;
  }

  .t-contact .buttons input[type="submit"] + input {
    margin-top: 20px;
    margin-left: 0;
  }

  .t-contact .sended {
    padding-top: 33px;
  }

  .t-contact .sended h3 {
    font-size: 20px;
    line-height: 34px;
  }

  .t-contact .sended p {
    margin-top: 22px;
  }

  .t-contact .no-reach {
    width: calc(100% - 40px);
    margin: 35px auto 0;
    padding: 30px 20px 25px;
  }

  .t-contact .no-reach ul {
    margin-top: 15px;
  }


  .t-contact .no-reach ul li + li {
    margin-top: 10px;
  }

  .t-contact .no-reach + .buttons {
    margin-top: 40px;
    padding: 0 40px 60px;
  }

	.m-contact-tel {
    height: auto;
    display: block;
    margin: 0 -20px;
    padding: 20px 0 22px;
    text-align: center;
  }

  .m-contact-tel:after {
    clear: both;
    content: "";
    display: block;
  }

  .m-contact-tel__tit {
    display: inline-block;
    margin: 0 0 16px;
    padding: 0 0 0 24px;
    background: 0 4px url(/common/images/img_icon_tel_sp.png) no-repeat;
    background-size: 18px 18px;
    font-size: 16px;
  }

  .m-contact-tel__info {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-align: center;
  }

  .m-contact-tel__info >div {
    display: inline-block;
    text-align: left;
  }

  .m-contact-tel__info p {
    width: 100%;
  }

  .m-contact-tel__number {
    font-size: 16px;
    letter-spacing: 2px;
  }

}


body.popuped{
  position: fixed;
  overflow: hidden;
  &:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666666;
    z-index: 1100;
    mix-blend-mode: multiply;
  }
}
.popup-calbee{
  display: none;
  position: fixed;
  width: 880px;
  padding: 40px 240px 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 1200;
  &:has(.checkbox:checked){
    display: block;
  }
  .close{
    position: absolute;
    top: 30px;
    right: 30px;
    .checkbox{
      display: none;
    }
    .close-btn{
      display: block;
      width: 20px;
      height: 20px;
      cursor: pointer;
      position: relative;
      white-space: nowrap;
      text-indent: 20px;
      overflow: hidden;
      &:before, &:after {
        content: '';
        display: block;
        position: absolute;
        border-bottom: 1px solid #B33522;
        width: 28.28px;
      }
      &:before{
        transform: rotate(45deg);
        transform-origin: bottom right;
        bottom: 0;
        right: 0;
      }
      &:after{
        transform: rotate(-45deg);
        transform-origin: bottom left;
        bottom: 0;
        left: 0;
      }
    }
  }
  .inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    .description{
      text-align: center;
      font-size: 14px;
      line-height: 24px;
      font-weight: 500;
    }
    img.logo{
      width: 130px;
      height: 55px;
      margin-top: 30px
    }
    .title{
      margin-top: 20px;
      font-size: 16px;
      line-height: 16px;
      font-weight: 700;
    }
    .tel{
      margin-top: 10px;
      font-size: 28px;
      line-height: 28px;
      color: #B33522;
      padding-left: 33px;
      background-image: url(/common/images/img_icon_tel_pc.png);
      background-size: 28px 28px;
      background-position: left center;
      background-repeat: no-repeat;
      text-decoration: none;
    }
    .time{
      margin-top: 15px;
      font-size: 14px;
      line-height: 14px;
      font-weight: 500;
    }
    .button{
      margin-top: 40px;
      font-size: 16px;
      line-height: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #FFFFFF;
      font-weight; 700;
      width: 100%;
      height: 60px;
      background-color: #B33522;
      border-radius: 60px;
      text-decoration: none;
      &:hover {
        background-color: #e64a2e;
      }
    }
  }
}

@media screen and (max-width: 767px) {
  .popup-calbee{
    width: calc(100vw - 40px);
    padding: 60px 20px 40px;
    .close{
      top: 20px;
      right: 20px;
    }
    .inner{
      .description{
        font-size: 14px;
        line-height: 24px;
      }
      img.logo{
        width: 130px;
        height: 55px;
        margin-top: 30px
      }
      .title{
        margin-top: 20px;
        font-size: 16px;
        line-height: 16px;
      }
      .tel{
        margin-top: 10px;
        font-size: 28px;
        line-height: 28px;
        padding-left: 33px;
        background-size: 28px 28px;
      }
      .time{
        margin-top: 15px;
        font-size: 14px;
        line-height: 16px;
      }
      .button{
        margin-top: 40px;
        font-size: 16px;
        line-height: 16px;
        width: 100%;
        height: 60px;
        border-radius: 60px;
      }
    }
  }
}
