@charset "UTF-8";

:root {
  /* 色管理用の変数 */
  --black-color: #333;
  --white-color: #fff;
  --primary-color: rgba(171, 0, 0, 1);
  --secondary-color: rgba(171, 0, 0, 0.05);
}

/* :root {
  --font-family-normal: "Noto Sans JP", sans-serif;
} */


/* ---------- base ---------- */
body {
  color: var(--black-color);
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 24px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 740px) {

}

main{
  max-width: 640px;
}
.content-wrap{
  padding:0 24px;
}

.top-view{
  width: 100%;
}
/* 共通 */
.strong{
color: var(--primary-color);
font-weight: bold;
}
.content{
  margin-bottom: 64px;
}
.content-title{
  text-align: center;
  margin: 32px;
}

.content-title-line{
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.content-title-line-box{
  width: 2px;
  height: 16px;
  background-color: var(--primary-color);
}

.content-title h2{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0em;
}
.content-title .title-en{
  font-size: 16px;
  color: var(--primary-color);
  letter-spacing: 0em;
}
.content-text{
  margin-top: 16px;
}

.content-label{
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  padding: 20px;
  background-color: var(--secondary-color);
  text-align: center;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
}

/* greetings */
.greetings-img{
  position: relative;
}
.greetings-name{
  position: absolute;
  top: 70%;
  right: 7%;
  font-size: 24px;
  font-weight: bold;
}
.greetings-name-hiragana{
  position: absolute;
  top: calc(70% + 24px );
  right: 6%;
  font-size: 16px;
  font-weight: bold;
  color: var(--primary-color);
  letter-spacing: 0em;
}

/* differences */
.differences table{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.differences td{
  padding: 16px 8px;
  width: 50%;
}
.differences .table-border-bottom td{
  border-bottom: 1px solid var(--primary-color);
}

.differences td:last-child{
  border-left: 1px solid var(--primary-color);
}

/* about */
.content-title-label{
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 16px;
}
.content-title-label .content-title-line-box{
  background-color: var(--white-color);
}
.content-title-label .title-en{
  color: var(--white-color);
}


.letter-box{
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 4px 10px;
  display: inline;
  align-items:top;
  margin-right: 16px;
}

.about table{
  border-collapse: separate;
  border-spacing: 0px 16px;
}
.about tbody{
  vertical-align: text-bottom;

}
.about table td{
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  border-bottom: 2px solid var(--primary-color);
  display: inline;
}
/* voice */
.voices .content-text p:first-child{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.voice_1{
  margin-bottom: 40px;
}
.voices img{
  /* max-width: 300px; */
}
/* lecture */
.lecture .content-text{
  padding: 0px 20px;
  line-height: 32px;
}

.lecture-title{
  text-align: center;
  font-size: 20px;
  color: var(--primary-color);
  border-bottom: 4px solid var(--primary-color);
}
.lecture-title h2{
  font-weight: bold;
}
.lecture-date{
  text-align: center;
  font-size: 14px;
}

.lecture-top{
  display: flex;
  justify-content: center;
  margin-top: 16px;
  gap: 16px;
}
.lecture-price{
  display: flex;
  justify-content: center;
  align-items: center;
}
.lecture-price p:first-child{
  font-weight: bold;
}
.price-strong{
  font-size: 32px;
}
.price-small{
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0em;
}
.lecture-price-text{
  position: relative;
}
.lecture-price-text-small{
  font-size: 10px;
  position: absolute;
  top: -11px;
  right: 21px;
}


.lecture-strong-box-top{
  font-size: 14px;
  color: var(--primary-color);
}
.lecture-strong-box{
  width: 100px;
  height: 100px;
  border: 4px solid var(--primary-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lecture-strong{
  font-weight: bold;
  text-align: center;
}
.lecture-strong-box-wrap p:nth-child(1){
  font-size: 14px;
}
.lecture-strong-box-wrap p:nth-child(2){
font-size: 32px;
line-height: 32px;
}
.lecture-strong-box-wrap p:nth-child(3){
  font-size: 14px;
}
.lecture-content-text{
  text-align: center;
  margin-top: 24px;
}
.lecture-content-text p{
  margin-bottom: 16px;
}
.lecture-content-text-small{
  font-size: 14px;
}

/* schedule */
.schedule .content-label p:first-child{
  font-size: 16px;
  line-height: 16px;
}
.schedule .content-label p:nth-child(2){
  font-weight: bold;
  display: inline;
  border-bottom: 2px solid var(--black-color);
}
.schedule-text h3{
  font-size: 20px;
  font-weight: bold;
  color: var(--primary-color);
  margin-top: 32px;
}

/* page-bottom */
.page-bottom-img{
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.page-bottom-img img{
  width: 200px;
  margin: 0 auto;
}
.page-bottom p{
  font-size: 10px;
  text-align: center;
  letter-spacing: 0em;
  margin-bottom: 8px;
}