@charset "UTF-8";
/* CSS Document */
body.salon {
  font-size: large;
}

/*-------------------------------
	新デザインスタイルシート
	------------------------------*/
/*フォント*/
#new-contents {
  /* font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; */
  line-height: 1.5;
}
/*均等割り付け*/
.seminar-post {
  /* height: 80%; */
  height: auto;
  display: block;
}
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
/*セミナー*/
.seminar-post-text {
  margin-bottom: 20px;
  min-height: 3em;
}
.seminar-titleLogo {
  margin-bottom: 30px;
}
.event-title {
  position: relative;
  border-left: 0px solid #fff;
  background-color: #ea622b;
  margin: 3em -25px 50px;
  padding: 30px 0;
  font: 2.8rem;
  font-weight: bold;
  color: white;
  text-align: center;
  letter-spacing: 2px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.event-title:after {
  position: absolute;
  bottom: -79px;
  left: calc(50% - 50px);
  content: "";
  border: 50px solid transparent;
  border-top: 30px solid #ea622b;
  width: 0;
  height: 0;
  margin: 0;
}
.pickupSeminar {
  margin: 30px 0 0 0;
}
.event-title-01 span {
  margin-right: 2rem;
}
.seminar-memo {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .event-title {
    font-size: 2.1rem;
    font-weight: bold;
    padding: 20px 0;
  }
  .seminar-post-text {
    /*margin-bottom: 0px;*/
    margin-bottom: 10px;
  }
  .event-title-01 span,
  .event-title-02 span {
    display: block;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  .seminar-memo {
    font-size: 1.6rem;
    text-align: left;
  }
  .pickupSeminar,
  .otherSeminar {
    margin: 0;
  }
}
/*対象セミナー*/
.seminar-list {
  position: relative;
  border: 2px solid #033;
  border-radius: 5px;
  margin: 50px 0;
}
.seminar-list:before {
  content: "対象セミナー";
  position: absolute;
  background-color: white;
  color: #333;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -23px;
  padding: 10px 20px;
  font-size: 2.1rem;
}
.seminar-list .list {
  list-style: none;
  color: #03b8df;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
}
.seminar-list-wrap {
  margin: 40px 0 30px 0;
  display: flex;
  justify-content: center;
  line-height: 3.5rem;
}
.seminar-list .list span,
.seminar-post-title .number,
.limit-post-title span {
  color: #e41377;
  margin-right: 1rem;
  letter-spacing: -0.7rem;
  text-indent: -0.7rem;
}
.seminar-post-title .number,
.limit-post-title span {
  background: #fff;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  font-size: 20px;
  text-align: center;
  border-radius: 22px;
}

@media screen and (max-width: 991px) {
  .seminar-list-wrap .list {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .seminar-list:before {
    font-size: 1.8rem;
  }
  .seminar-list-wrap {
    flex-direction: column;
    align-items: center;
  }
  .seminar-list-wrap .list {
    padding: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 374px) {
  .seminar-list-wrap .list {
    font-size: 1.6rem;
  }
  .seminar-list:before {
    font-size: 1.6rem;
  }
}
/*マスターカードバナー*/
.masterCard-01 {
  position: relative;
  margin: 70px 0px 90px;
}
.show-1120 {
  display: none;
}

@media screen and (max-width: 1120px) {
  .hide-1120 {
    display: none;
  }
  .show-1120 {
    display: block;
  }
}
/* 吹き出しバルーン */
.balloon-wrap {
  position: absolute;
  /*		right: 0px;
		top: -110px;*/
  top: 20px;
  right: -30px;
}
.balloon-wrap-02 {
  position: absolute;
  bottom: -72px;
  display: none;
}
.balloon {
  position: relative;
  text-align: left;
  background: #fff;
  border: solid 6px #e40077;
  box-sizing: border-box;
  border-radius: 50%;
  display: inline-block; /* 横幅を自動で変更 */
  display: flex;
  justify-content: center;
  align-items: center;
}
.balloon {
  line-height: 20px;
  width: 150px;
  height: 100px;
}
/* beforeで三角を表現 */
.balloon::before {
  content: "";
  position: absolute;
  margin-top: -12px;
  border: 10px solid transparent;
  border-right: 25px solid #fff;
  transform: rotate(-52deg);
  bottom: 0px;
  left: -8px;
  z-index: 2;
}
.balloon::after {
  content: "";
  position: absolute;
  margin-top: -14px;
  border: 10px solid transparent;
  border-right: 25px solid #e40077;
  transform: rotate(-52deg);
  bottom: -10px;
  left: -16px;
  z-index: 1;
}
.balloon-text {
  margin: 0;
  color: #e40077;
  font-size: 16px;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}
.oval {
  position: absolute;
  text-align: center;
  background: #fabe00;
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
  width: 140px;
  height: 70px;
  border-radius: 50%;
  line-height: 2rem;
  transform: rotate(-12deg);
  top: -30px;
  left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.masterCard-02 {
  display: none;
  margin: 30px 0 50px;
}

@media screen and (max-width: 1120px) {
  .balloon-wrap {
    right: 30px;
  }
  .oval {
    left: 78px;
  }
}

@media screen and (max-width: 991px) {
  .oval {
    top: -40px;
    left: 44px;
  }
  .balloon-wrap {
    right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .masterCard-01 {
    display: none;
  }
  .masterCard-02 {
    display: block;
    position: relative;
    margin-top: 80px;
  }
  .oval {
    position: absolute;
    text-align: center;
    background: #fabe00;
    color: white;
    font-weight: bold;
    font-size: 1.6rem;
    width: 150px;
    height: 70px;
    border-radius: 50%;
    line-height: 2rem;
    transform: rotate(0deg);
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

@media screen and (max-width: 375px) {
  .oval {
    font-size: 1.4rem;
    width: 140px;
    height: 60px;
    line-height: 1.5rem;
  }
}
/*セミナー日付レイアウト*/
.day-layout {
  border: none !important;
  margin-bottom: 10px;
  /*text-align: center;*/
  /*padding-left: 75px;*/
  /* margin-top: auto; */
}
/*セミナー記事*/
.post-cont .seminar-box {
  display: flex;
}
.seminar-wrap {
  margin: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.seminar-post-day {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 2;
  display: inline-block;
  padding-left: 1rem;
}
.seminar-post-day p {
  margin: 0;
  width: max-content;
}
/*.seminar-post-day p:nth-child(odd)::after {
	content: " , ";
}*/
/*開催日が１日の場合*/
.one-day {
  text-align: center;
}
.one-day .seminar-post-day {
  display: inline-block;
  width: auto;
}
.one-day .seminar-post-day p:nth-child(odd)::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .one-day .seminar-post-day {
    width: auto;
    display: block;
  }
  .seminar-post-day {
    padding-left: 0;
  }
}
/*セミナー「詳しく見る」ボタン*/
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  margin: 10px 0 0 0;
}
a.btn--orange:hover {
  color: #fff;
  background: #f5802f;
}
a.btn-c {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.5rem 1rem 0.5rem 2rem;
  border-radius: 30px;
}
a.btn-c .fas {
  padding-left: 1rem;
}
.btn-wrap {
  text-align: center;
}
.btn-wrap a:visited {
  color: #fff;
}

@media screen and (max-width: 375px) {
  a.btn-c {
    font-size: 1.4rem;
  }
}
/*セミナーレイアウト*/
.seminar-post {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
/*.seminar-post-day::after {
	position: absolute;
	left: -75px;
	top: 0;
	content: "開催日:";
	font-weight: normal;
	color: #333;
	letter-spacing: 0.5rem;
}*/
.seminar-post-day::before {
  content: "開催日:";
  font-weight: normal;
  color: #333;
  letter-spacing: 0.5rem;
}
.day-layout a {
  padding: 0 0.3em;
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 3px;
}
.day-layout a:hover {
  background-color: #ea622b;
  color: #fff;
}
.seminar-post-title {
  font-size: 2.1rem;
  background: #f19db5;
  padding: 10px 20px 8px 20px;
  margin: 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 7px 7px 0 0;
  position: relative;
}
.apple-title {
  font-size: 1.9rem;
}
.seminar-post {
  border: solid 1px #f19db5;
  border-radius: 0 0 7px 7px;
  padding: 20px;
  font-size: 1.6rem;
}
.seminar-post-time {
  font-size: 1.6rem;
  font-weight: bold;
  /*text-align: center;*/
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  padding-left: 1rem;
}
.seminar-post-title::after {
  position: absolute;
  content: "\f5bf";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 20px;
}
.stamp-none::after {
  display: none;
}

@media screen and (max-width: 991px) {
  /*.day-layout {
	padding-left: 60px;
}*/
}

@media screen and (max-width: 767px) {
  .day-layout {
    padding: 0;
    text-align: center;
  }
  .seminar-post-day {
    margin: 50px auto 0;
  }
  /*.seminar-post-day::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: -40px;
	content: "開催日";
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 0 0.7rem;
	width: 65px;
}*/
  .seminar-post-day::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -40px;
    content: "開催日";
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 0 0.7rem;
    width: 65px;
  }
  .seminar-post-title {
    font-size: 1.8rem;
    padding: 10px 10px 7px 10px;
  }
  .seminar-memo,
  .seminar-post {
    font-size: 1.4rem;
  }
  .seminar-post-day span {
    font-size: 1.4rem;
    letter-spacing: 0.5rem;
  }
  .seminar-memo {
    font-size: 1.4rem;
  }
}
/*その他*/
.otherSeminar .wrap {
  margin-bottom: 30px;
}
/*相続手続きセミナーカラー*/
.seminar-post-title-01 {
  background: #03b8df;
}
.seminar-post-01 {
  border: solid 1px #03b8df;
}
/*あっぷるカラー*/
.seminar-post-title-02 {
  background: #009d85;
}
.seminar-post-02 {
  border: solid 1px #009d85;
}
.day-table th,
.day-table td {
  text-align: center;
}
.day-table th {
  width: 1rem !important;
}
.day-table td {
  letter-spacing: 0.1em;
}
.day-table {
  margin: 0 auto 10px;
  border-bottom-width: 1px !important;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}
/*限定セミナー*/
.seminar-post-title-03 {
  background: #e40077;
}
.seminar-post-03 {
  border: solid 1px #e40077;
}
.limit-post-title {
  background: #fabe00;
  border-radius: 7px;
  font-size: 1.8rem;
  padding: 0.5rem 0;
  margin: 0 0 10px 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.limit-inner-post {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
}
.limit-inner-post:first-child {
  border-right: solid 1px #e9e9e9;
}
.limit-inner-post > .seminar-post-text {
  padding: 0 10px;
}
.limit-wrap {
  margin: 10px 0 0;
  display: flex;
}
.limit-wrap .seminar-post-time {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .limit-wrap {
    flex-direction: column;
  }
  .limit-inner-post {
    padding: 0;
  }
  .limit-inner-post:first-child {
    margin-bottom: 30px;
  }
  .limit-inner-post:first-child {
    border-right: none;
  }
  .seminar-post-03 .seminar-post-day {
    margin: 40px auto -10px;
  }
  .seminar-post-time {
    text-align: center;
  }
}
/*それ以外のセミナー（オーダーメイド）*/
.seminar-post-title-04 {
  background: #ccdcec;
  color: #333;
}
.seminar-post-04 {
  border: solid 1px #ccdcec;
}
/*お問い合わせ*/
.infomation {
  margin: 50px 0 0 0;
}
.infomation img {
  width: 100%;
}
.info-title {
  position: relative;
  margin-bottom: 1em;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.info-title:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ccdcec;
}
.infomation .tell a {
  color: #d70065;
  font-size: 3rem;
  font-weight: bold;
}
.infomation .time {
  color: #004b9e;
  font-size: 2.3rem;
  font-weight: bold;
}
.infomation .time span {
  font-weight: normal;
  font-size: 1.8rem;
}
.info-wrap {
  margin: 50px 0;
}
.info-cont-02 {
  display: flex;
  flex-direction: column;
}
.infomation .name {
  margin: 0 0 20px 0;
}
.logo-sp {
  display: none;
}

@media screen and (max-width: 375px) {
  .infomation .time {
    font-size: 1.8rem;
  }
  .infomation .time span {
    font-size: 1.6rem;
  }
  .infomation .addres {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .info-cont-02 {
    align-items: center;
    margin-top: 20px;
  }
  .infomation .tell a {
    font-size: 2.8rem;
  }
  .infomation .name {
    width: 70vw;
  }
  .logo-pc {
    display: none;
  }
  .logo-sp {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 991px) {
  .info-cont-02 {
    margin-top: 50px;
  }
}

/* 20241107 髙原追記 */
.seminar-detail-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 写真設定 */
.seminar-img {
  width: 200px;
  text-align: center;
}
.seminar-img img {
  width: 100%;
}
.blue-box .seminar-img {
  width: 250px;
}
.red-box .seminar-post-time {
  text-align: center;
  width: max-content;
}
.red-box .seminar-img {
  width: 100%;
}
.red-box .seminar-img img {
  width: 200px;
}
@media screen and (max-width: 991px) {
  .blue-box .seminar-img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .seminar-detail-wrapper {
    flex-direction: column;
  }
}
/* 20251229 小田追記 */
.heading-29 {
  display: inline-block;
  position: relative;
  margin: calc(3em / 2) 0 calc(5em / 4) calc(-1em / 3);
  color: #004ea2;
  line-height: 1;
  font-size: larger;
}

.heading-29::before {
  position: absolute;
  bottom: calc(-3em / 4);
  left: calc(-3em / 4);
  z-index: -1;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: #bbdbfb;
  content: "";
}
.seminar_box01 h3 {
  font-weight: bold;
  padding: 1em;
  background-color: #03b8df;
  color: #fff;
  position: relative;
  margin-bottom: 1.5em;
}
.seminar_box01 h3:before {
  content: "";
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  left: 30px;
  top: 100%;
  border-color: transparent;
  border-top-color: #03b8df;
  border-right-color: #03b8df;
  border-width: 10px;
}
.seminar-text04-1 strong {
  font-size: larger;
  line-height: normal;
}

@media screen and (max-width: 991px) {
  body.salon {
    font-size: medium;
  }

  .seminar_box01 h3 {
    font-size: 1.8rem;
    line-height: normal;
  }
  .seminar-text01 ul {
    padding: 0;
    gap: 0.1em;
  }
  .seminar-text01 li {
    width: 100%;
    height: auto;
    max-width: unset;
    max-height: unset;
    padding: 0.8em 1em;
    border-radius: 10px;
    margin: 0 auto 0.7em;
  }
  .seminar-text04 {
    grid-template-columns: 1fr;
    gap: unset;
  }

  .seminar-text04-1 strong {
    font-size: medium;
  }
}
