.ysmt_contact__lead {
  font-size: .9375rem;
  line-height: 1.8;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .ysmt_contact__lead {
    font-size: 1.125rem;
    margin-bottom: 80px;
  }
}
/* ▼ お問い合わせボタン全体 */
.ysmt_contact__buttonList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 1048px;
  margin: 0 auto 120px;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .ysmt_contact__buttonList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
/* ▼ 各ボタン高さ固定 */
.ysmt_contact__buttonList li {
  height: 8rem;
}
@media screen and (min-width: 768px) {
  .ysmt_contact__buttonList li {
    height: 11rem;
  }
}
/* ▼ aの初期状態 */
.ysmt_contact__buttonList a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  border: 0 solid #fff;
  transition: border .4s cubic-bezier(.23, 1, .58, 1) 0s, opacity .3s;
  text-decoration: none;
}
/* ▼ hover時 */
body:not(.is-touchDevice) .ysmt_contact__buttonList a:hover {
  border-width: 15px;
}
/* ▼ ボタン内のdiv */
.ysmt_contact__buttonList div {
  background-color: #e84709;
  border-radius: 12px;
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.1428571429;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .ysmt_contact__buttonList div {
    font-size: 1rem
  }
}
@media screen and (min-width: 1140px) {
  .ysmt_contact__buttonList div {
    font-size: 1.125rem;
  }
}
/* ▼ span（テキスト） */
.ysmt_contact__buttonList span {
  font-weight: inherit;
  text-align: center;
  display: block;
}
.ysmt_contact__buttonList svg {
  margin: 0 auto 15px;
  display: block;
  fill: #fff;
  min-height: 3rem;
}
.ysmt_contact__buttonList.individual li:nth-of-type(1) svg {
  height: 3rem;
  width: 9rem;
}
.ysmt_contact__buttonList.individual li:nth-of-type(2) svg {
  height: 3.5rem;
  width: 4.5rem;
}
.ysmt_contact__buttonList.individual li:nth-of-type(3) svg {
  height: 2.5rem;
  width: 5rem;
}
.ysmt_contact__buttonList.individual li:nth-of-type(4) svg {
  height: 4rem;
  width: 4.5rem;
}
.ysmt_contact__buttonList.individual li:nth-of-type(5) svg {
  height: 4rem;
  width: 5rem;
}
.ysmt_contact__buttonList.individual li:nth-of-type(6) svg {
  height: 3rem;
  width: 5rem;
}
.ysmt_contact__buttonList.individual li:nth-of-type(7) svg {
  height: 3rem;
  width: 4rem;
}
.ysmt_contact__buttonList.individual li:nth-of-type(8) svg {
  height: 3.5rem;
  width: 3rem;
}
.ysmt_contact__buttonList.individual li:nth-of-type(9) svg {
  height: 4rem;
  width: 4rem;
}
  .ysmt_contact__buttonList.individual li:nth-of-type(10) img {
	height: 4rem;
	width: auto;
	display: block;
	margin: 0 auto 10px;
  }
  .ysmt_contact__buttonList.individual li:nth-of-type(11) img {
	height:5rem;
	width: auto;
	display: block;
	margin: 0 auto 5px;
  }
@media screen and (min-width: 768px) {
  .ysmt_contact__buttonList svg {
    min-height: 4rem;
  }
  .ysmt_contact__buttonList.individual li:nth-of-type(1) svg {
    height: 5rem;
    width: 8rem;
  }
  .ysmt_contact__buttonList.individual li:nth-of-type(2) svg {
    height: 4.5rem;
    width: 7.5rem;
  }
  .ysmt_contact__buttonList.individual li:nth-of-type(3) svg {
    height: 4.5rem;
    width: 6.5rem;
  }
  .ysmt_contact__buttonList.individual li:nth-of-type(4) svg {
    height: 5rem;
    width: 6rem;
  }
  .ysmt_contact__buttonList.individual li:nth-of-type(5) svg {
    height: 5rem;
    width: 7rem;
  }
  .ysmt_contact__buttonList.individual li:nth-of-type(6) svg {
    height: 4.5rem;
    width: 6rem;
  }
  .ysmt_contact__buttonList.individual li:nth-of-type(7) svg {
    height: 4.5rem;
    width: 6rem;
  }
  .ysmt_contact__buttonList.individual li:nth-of-type(8) svg {
    height: 4.5rem;
    width: 6rem;
  }
  .ysmt_contact__buttonList.individual li:nth-of-type(9) svg {
    height: 4.5rem;
    width: 6rem;
  }
  .ysmt_contact__buttonList.individual li:nth-of-type(10) img {
	height: 4.5rem;
	width: auto;
	display: block;
	margin: 0 auto 15px;
  }
  .ysmt_contact__buttonList.individual li:nth-of-type(11) img {
	height:5.5rem;
	width: auto;
	display: block;
	margin: 0 auto 10px;
  }
}
a.ysmt_contactLink {
  color: #e84709;
}
.contact-backButton {
  width: min(100%, 600px);
  border: 1px solid #e84709;
  border-radius: 8px;
  color: #e84709;
  display: flex;
  position: relative;
  margin: 60px auto;
}
.contact-backButton a {
  color: inherit;
  font-size: 100%;
  line-height: 1.5;
  display: block;
  padding: 20px min(.8vw, 30px);
  width: 100%;
  text-align: center;
  font-weight: 700;
}
.contact-backButton a:after {
  border-right: 2px solid;
  border-top: 2px solid;
  content: "";
  display: block;
  height: .625rem;
  margin: 0 0 0 10px;
  transform: rotate(225deg) translateY(0);
  width: .625rem;
  position: absolute;
  top: 26px;
  left: 20px;
}
body:not(.is-touchDevice) .contact-backButton a span {
  font-weight: 700;
  background: linear-gradient(#e84709, #e84709) 100% 100% / 0 1px no-repeat;
  display: inline;
  transition: background-size .4s cubic-bezier(.23, 1, .32, 1) 0s;
}
body:not(.is-touchDevice) .contact-backButton a:hover span {
  background-position: 0 100%;
  background-size: 100% 1px;
}
body:not(.is-touchDevice) a.ysmt_contactLink span {
  background: linear-gradient(#e84709, #e84709) 100% 100% / 0 1px no-repeat;
  display: inline;
  transition: background-size .4s cubic-bezier(.23, 1, .32, 1) 0s;
}
body:not(.is-touchDevice) a.ysmt_contactLink:hover span {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.ysmt_contactLink:not(.no-icon)[target=_blank]:after {
  margin: 0 .3125rem 0 .1875rem;
}
@media screen and (min-width: 768px) {
  .contact-backButton a {
    color: inherit;
    font-size: 100%;
    line-height: 1.5;
    display: block;
    padding: 20px min(.8vw, 30px);
    width: 100%;
    text-align: center;
    font-weight: 700;
  }
  .contact-backButton a:after {
    border-right: 2px solid;
    border-top: 2px solid;
    content: "";
    display: block;
    height: .625rem;
    margin: 0 0 0 10px;
    transform: rotate(225deg) translateY(0);
    width: .625rem;
    position: absolute;
    top: 30px;
    left: 20px;
  }
  .ysmt_contactLink:not(.no-icon)[target=_blank]:after {
    height: .875rem;
    width: .875rem;
  }
}
.ysmt_contactLink:not(.no-icon)[target=_blank]:after {
  background: url(../img/common/icon_external_orange.svg) 50% 50% no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: .8125rem;
  margin-left: 5px;
  vertical-align: initial;
  width: .8125rem;
}
.ysmt_accordion__panel a {
  padding: 10px 56px 10px 16px;
  box-sizing: border-box;
  display: block;
  font-size: .9375rem;
  line-height: 1.8;
  text-align-last: left;
  width: 100%;
  padding-left: 38px;
}
.ysmt_contact .ysmt_accordion__panel a::before {
  content: "Q.";
  font-weight: 700;
  margin-right: 5px;
  margin-left: -23px;
}
.ysmt_accordion__content section p {
  padding-left: 20px;
}
.ysmt_accordion__content section p:first-child::before {
  content: "A.";
  display: inline-block;
  font-weight: 700;
  margin-right: 5px;
  margin-left: -20px;
}
.ysmt_contact .ysmt_accordion {
  margin-bottom: 20px;
  background-color: #f4f4f4;
}
.ysmt_accordion__content section:first-child {
  padding-top: 10px;
}
.ysmt_contact .ysmt_accordion:last-child {
  margin-bottom: 50px;
}
.ysmt_accordion__panel a:after {
  background-image: url(../img/common/cross.svg);
  background-position: 0 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  box-sizing: initial;
  content: "";
  display: inline-block;
  line-height: 1;
  margin: auto;
  overflow: hidden;
  padding-right: 10px;
  position: absolute;
  right: 10px;
  text-indent: 120%;
  text-indent: 200%;
  top: 0;
  transition: transform .25s cubic-bezier(.68, -.6, .32, 1.6) 0s;
  white-space: nowrap;
  height: 24px;
  width: 24px;
}
.ysmt_theater__list, .ysmt_group__list, .ysmt_privacy__list,
.ysmt_project__list{
  margin: 20px 0 20px 2rem;
}
.ysmt_theater__list li, .ysmt_group__list li, .ysmt_privacy__list li,
.ysmt_project__list li{
  margin-bottom: 10px;
  position: relative;
  display: block;
  width: 100%;
}
.ysmt_project__list li{
	margin-bottom: 20px;
}
.ysmt_theater__list li::before, .ysmt_group__list li::before, .ysmt_privacy__list li::before,
.ysmt_project__list li::before{
  content: "●";
  position: absolute;
  font-size: 6px;
  left: -1rem;
  top: 12px;
  color: #353535;
  margin-right: 0.5rem;
}
.ysmt_theater__list li a:not(.no-icon)[target=_blank]:after, .ysmt_group__list li a:not(.no-icon)[target=_blank]:after,
.ysmt_project__list li a:not(.no-icon)[target=_blank]:after{
  background: url(../img/common/icon_external.svg) 50% 50% no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: .8125rem;
  margin-left: 5px;
  vertical-align: initial;
  width: .8125rem;
}
body:not(.is-touchDevice) .ysmt_theater__list li a:hover span, body:not(.is-touchDevice) .ysmt_group__list li a:hover span,
body:not(.is-touchDevice) .ysmt_project__list li a:hover span{
	background-position: 0 100%;
	background-size: 100% 1px;
	margin-bottom: 15px;
}
body:not(.is-touchDevice) .ysmt_theater__list li a span, body:not(.is-touchDevice) .ysmt_group__list li a span,
body:not(.is-touchDevice) .ysmt_project__list li a span
{
  background: linear-gradient(#353535, #353535) 100% 100% / 0 1px no-repeat;
  display: inline;
  transition: background-size .4s cubic-bezier(.23, 1, .32, 1) 0s;
}
body:not(.is-touchDevice) .ysmt_theater__list li a:hover span, body:not(.is-touchDevice) .ysmt_group__list li a:hover span {
  background-position: 0 100%;
  background-size: 100% 1px;
}
body:not(.is-touchDevice) .ysmt_project__list li a span
{
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.ysmt_accordion__content .ysmt_corporate__section>section>div{
		padding: 20px 0 0;
	}
  .ysmt_accordion__content {
    margin: 0 40px 10px;
  }
  .ysmt_accordion__panel a {
    font-size: 1.125rem;
    padding: 20px 84px 20px 69px;
  }
  .ysmt_accordion__panel a:after {
    background-size: contain;
    height: 20px;
    right: 38px;
    width: 20px;
  }
  .ysmt_accordion__content section:last-child {
    margin-bottom: 40px;
    padding-left: 10px;
  }
  .ysmt_contact .ysmt_accordion__panel a::before {
    content: "Q.";
    font-weight: 700;
    margin-right: 5px;
    margin-left: -22px;
  }
  .ysmt_accordion__content section p:first-child::before {
    content: "A.";
    display: inline-block;
    font-weight: 700;
    margin-right: 5px;
    margin-left: -22px;
  }
  .ysmt_theater__list, .ysmt_group__list,
	.ysmt_project__list{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 20px 1rem;
  }
  .ysmt_theater__list li, .ysmt_group__list li {
    margin-bottom: 10px;
    width: calc(50% - 10px);
    box-sizing: border-box;
    padding-right: 20px;
  }
	.ysmt_project__list li {
    margin-bottom: 20px;
    width: 100%;
    padding-right: 20px;
  }
	.ysmt_theater__list li::before, .ysmt_group__list li::before, .ysmt_privacy__list li::before,
	.ysmt_project__list li::before{
		top: 15px;
	}
}
