@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	変数設定

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*
/* color */
/* trans */
/* breakpoint */
/* margin */
/* dentobunkasai2026 */
html {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #000;
  font-family: "Roboto", "Noto Sans JP", sans-serif, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
}

.serif {
  font-family: "Sawarabi Mincho", "Playfair Display", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
}

main,
section,
article {
  overflow: hidden;
}

sup {
  font-size: 0.7rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #9a0808;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  color: #000;
}

.overflow_hidden {
  overflow: hidden;
}

.clear {
  clear: both;
}

.spBr {
  display: none;
}

.spNoBr {
  display: block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.column_l {
  float: left;
}

.column_r {
  float: right;
}

.caution_list {
  font-size: 0.8rem;
}
.caution_list li {
  position: relative;
  padding-left: 1.5em;
}
.caution_list li::before {
  position: absolute;
  content: "※";
  left: 0;
}

.decimal_list {
  list-style-type: decimal;
  padding-left: 2rem;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

.img_box {
  overflow: hidden;
}
.img_box img {
  width: 100%;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}

.adjust_box {
  position: fixed;
  top: 0;
  left: 0;
  background: palegreen;
  aspect-ratio: 16/9;
}

.headline {
  font-family: "Sawarabi Mincho", "Playfair Display", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 10px;
  color: #fff;
  background: #0a7b8f;
  border-radius: 30px;
  margin-bottom: 40px;
}

table {
  border-bottom: 1px solid #afaa9f;
}
table tr {
  border-top: 1px solid #afaa9f;
}
table tr th, table tr td {
  padding: 10px 40px;
}
table tr th {
  white-space: nowrap;
}
table tr td {
  text-align: left;
}

.pc_table {
  display: table;
}

.sp_table {
  display: none;
}

.but,
.but_down {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.but::before,
.but_down::before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  margin-top: -9px;
}

.but::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-left: solid 8px #9a0808;
  margin-top: -4px;
}

.but_down::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-top: solid 8px #9a0808;
  margin-right: 5px;
  margin-top: -4px;
}

/*--------------------------------------------------------------
	header
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: white;
  text-align: left;
  z-index: 1000000000000;
}
header h1 img {
  margin: 20px;
}

#donation {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000000000010;
}
#donation a {
  display: inline-block;
  color: #fff;
  background: #9a0808;
  padding: 10px 30px 10px 25px;
}
#donation a h2 {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
}
#donation a p {
  font-family: "Sawarabi Mincho", "Playfair Display", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#donation a:hover {
  background: #0a7b8f;
}
#donation a.but:hover::after {
  border-left: solid 8px #0a7b8f;
}

/*--------------------------------------------------------------
	keyvisualBlock
--------------------------------------------------------------*/
#keyvisualBlock {
  position: relative;
  width: 100%;
  text-align: center;
  background: url(../img/2026/kv_bg.png) repeat-x bottom center;
  background-size: cover;
}
#keyvisualBlock section h1 {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  width: 44%;
  margin: 0 auto;
  z-index: 10000002;
}
#keyvisualBlock section h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 18%;
  margin: 0 auto;
  z-index: 10000001;
}
#keyvisualBlock div {
  padding-top: 40px;
}

/*--------------------------------------------------------------
	leadBlock
--------------------------------------------------------------*/
#leadBlock {
  padding: 150px 0;
  background: url(../img/2026/bg.png);
}
#leadBlock .lead_box {
  margin-bottom: 40px;
}
#leadBlock .lead_box h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
#leadBlock .lead_box h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #9a0808;
}
#leadBlock .lead_box iframe {
  margin-top: 40px;
  width: 60%;
  height: auto;
  aspect-ratio: 16/9;
}
#leadBlock .about_box p {
  text-align: left;
  margin-bottom: 40px;
}
#leadBlock .about_box table {
  display: inline-block;
}
#leadBlock .about_box .but_map {
  font-size: 0.75rem;
  border: 1px solid #999;
  padding: 5px 10px;
  margin-left: 1rem;
  vertical-align: baseline;
}

/*--------------------------------------------------------------
	menuListBlock
--------------------------------------------------------------*/
#menuListBlock {
  padding: 150px 0;
}
#menuListBlock section h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #0a7b8f;
}
#menuListBlock section h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #9a0808;
  margin-bottom: 80px;
}
#menuListBlock section ul {
  display: flex;
  gap: 80px 40px;
  flex-wrap: wrap;
}
#menuListBlock section ul li {
  position: relative;
  width: calc((100% - 80px) / 3);
  overflow: visible;
}
#menuListBlock section ul li a h4 {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  z-index: 10000;
}
#menuListBlock section ul li a .img_box {
  border-radius: 10px;
}
#menuListBlock section ul li a p {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: #9a0808;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #9a0808;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}
#menuListBlock section ul li a:hover div.img_box img {
  transform: scale(1.15);
}
#menuListBlock section ul li a:hover p {
  color: #9a0808;
  background: #fff;
}

/*--------------------------------------------------------------
	menuBlock
--------------------------------------------------------------*/
#menuBlock {
  background: url(../img/2026/bg.png);
}
#menuBlock ul li {
  margin-bottom: 150px;
}
#menuBlock ul li h2 {
  font-family: "Sawarabi Mincho", "Playfair Display", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: #fff;
  padding: 10px;
  background-image: linear-gradient(90deg, #daae39, #c09420 20%, #f1cb66 35%, #c09420 50%, #e6bd51 88%, #daae39);
  margin-bottom: 40px;
}
#menuBlock ul li .column_2 {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 40px;
}
#menuBlock ul li .column_2 .img_box {
  width: 50%;
  border-radius: 20px;
}
#menuBlock ul li .column_2 div {
  width: calc(50% - 40px);
}
#menuBlock ul li .column_2 div p {
  text-align: left;
  margin-bottom: 20px;
}
#menuBlock ul li .column_2 div table {
  width: 100%;
}
#menuBlock ul li .column_2 div table th, #menuBlock ul li .column_2 div table td {
  padding: 20px;
}
#menuBlock ul li .instructor_box {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
#menuBlock ul li .instructor_box h3 {
  position: relative;
  font-family: "Sawarabi Mincho", "Playfair Display", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  text-align: center;
  width: 200px;
  padding: 0 10px;
  margin-top: -200px;
  color: #fff;
  background: #0a7b8f;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 100;
}
#menuBlock ul li .instructor_box .img_box {
  width: 280px;
  border-radius: 100%;
  margin-left: -100px;
}
#menuBlock ul li .instructor_box section {
  width: calc(100% - 200px - 280px - 0px + 100px);
  text-align: left;
}
#menuBlock ul li .instructor_box section h4 {
  font-family: "Sawarabi Mincho", "Playfair Display", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
/*--------------------------------------------------------------
	timeScheduleBlock
--------------------------------------------------------------*/
#timeScheduleBlock {
  padding: 150px 0;
}

/*--------------------------------------------------------------
	applyBlock
--------------------------------------------------------------*/
#applyBlock {
  padding: 150px 0;
}
#applyBlock p {
  margin-bottom: 40px;
}
#applyBlock .before_start {
  font-size: 1.5rem;
  font-weight: 600;
  color: #9a0808;
}
#applyBlock ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
#applyBlock ul li {
  width: calc((100% - 80px) / 5);
}
#applyBlock ul li a {
  display: block;
  padding: 20px 40px;
  color: #fff;
  background: #9a0808;
  border: 1px solid #9a0808;
  border-radius: 10px;
}
#applyBlock ul li a:hover {
  color: #9a0808;
  background: #fff;
}

/*--------------------------------------------------------------
	accessBlock
--------------------------------------------------------------*/
#accessBlock {
  padding: 150px 0;
  background: url(../img/2026/bg.png);
}
#accessBlock .map_box {
  width: 100%;
  aspect-ratio: 2/1;
  margin-bottom: 40px;
}
#accessBlock .map_box iframe {
  width: 100%;
  height: 100%;
}
#accessBlock .data_box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
}
#accessBlock .data_box dt {
  width: 100px;
  color: #fff;
  background: #0a7b8f;
  border-radius: 20px;
}
#accessBlock .data_box dd {
  text-align: left;
}
#accessBlock table {
  width: 100%;
}

/*--------------------------------------------------------------
	consecutivelyBlock
--------------------------------------------------------------*/
#consecutivelyBlock {
  padding: 150px 0;
}
#consecutivelyBlock .lead_box {
  margin-bottom: 40px;
}
#consecutivelyBlock .lead_box > p {
  text-align: left;
  margin-bottom: 40px;
}
#consecutivelyBlock .lead_box .menu_list {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
}
#consecutivelyBlock .lead_box .menu_list li h3 {
  font-family: "Sawarabi Mincho", "Playfair Display", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
}
#consecutivelyBlock .lead_box .menu_list li .img_box {
  border-radius: 10px;
  margin-bottom: 10px;
}
#consecutivelyBlock .lead_box .menu_list li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  background: #9a0808;
  border: 1px solid #9a0808;
  border-radius: 10px;
}
#consecutivelyBlock .lead_box .menu_list li a:hover {
  color: #9a0808;
  background: #fff;
}
#consecutivelyBlock .lead_box table {
  width: 100%;
}
#consecutivelyBlock .lead_box table * {
  text-align: center;
}
#consecutivelyBlock .lead_box table thead {
  color: #fff;
  background: #0fa78a;
}
#consecutivelyBlock .lead_box table thead tr th:not(:last-child) {
  border-right: 1px solid #fff;
}
#consecutivelyBlock .lead_box table tbody th {
  background: rgba(15, 167, 138, 0.1);
}
#consecutivelyBlock .lead_box table tbody td .date {
  color: #0fa78a;
}
#consecutivelyBlock .lead_box table tbody td .date:not(:first-child) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #afaa9f;
}
#consecutivelyBlock .about_box h3 {
  font-family: "Sawarabi Mincho", "Playfair Display", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#consecutivelyBlock .about_box table {
  display: inline-block;
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
	organizerBlock
--------------------------------------------------------------*/
#organizerBlock {
  padding: 150px 0;
  background: url(../img/2026/bg.png);
}
#organizerBlock p {
  text-align: left;
}

/*--------------------------------------------------------------
	qaBlock
--------------------------------------------------------------*/
#qaBlock {
  padding: 150px 0;
}
#qaBlock ul {
  text-align: left;
}
#qaBlock ul li {
  padding: 20px 0;
}
#qaBlock ul li h3 {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 10px;
  font-size: 1.15rem;
}
#qaBlock ul li h3::before {
  font-family: "Sawarabi Mincho", "Playfair Display", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: absolute;
  content: "Q";
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  line-height: 2;
  color: #fff;
  background: #0fa78a;
  border-radius: 100%;
  text-align: center;
}
#qaBlock ul li p {
  position: relative;
  padding-left: 2.5rem;
}
#qaBlock ul li p::before {
  font-family: "Sawarabi Mincho", "Playfair Display", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: absolute;
  content: "A";
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  line-height: 2;
  color: #0fa78a;
  text-align: center;
}
#qaBlock ul li:not(:last-child) {
  border-bottom: 1px solid #afaa9f;
}

/*--------------------------------------------------------------
	footer
--------------------------------------------------------------*/
footer {
  background: url(../img/2026/bg.png);
}
footer #infoBlock {
  font-size: 12px;
  padding: 40px 0;
}
footer #infoBlock .column_2 {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
}
footer #copyrightBlock {
  font-size: 9px;
  color: #666;
  padding: 20px;
  background: #fff;
}

/*--------------------------------------------------------------
	dentobunkacourse_sado
	dentobunkacourse_nihonbuyou
	dentobunkacourse_kado
--------------------------------------------------------------*/
#dentobunkacoursePage #announceBlock {
  padding: 100px 0;
}
#dentobunkacoursePage #announceBlock h2 {
  font-family: "Sawarabi Mincho", "Playfair Display", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
  color: #0a7b8f;
  margin-bottom: 10px;
}
#dentobunkacoursePage #announceBlock .img_box {
  border-radius: 20px;
  margin-bottom: 40px;
}
#dentobunkacoursePage #announceBlock table {
  margin: 40px auto;
}
#dentobunkacoursePage #announceBlock dl {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
#dentobunkacoursePage #announceBlock dl dt {
  color: #fff;
  background: #0a7b8f;
  border-radius: 20px;
  padding: 0 20px;
}
#dentobunkacoursePage #announceBlock h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #9a0808;
}

/*--------------------------------------------------------------
	support
--------------------------------------------------------------*/
#supportPage #supportkeyvisualBlock {
  margin: 150px auto 20px;
}
#supportPage #supportLeadBlock {
  padding: 40px 0;
}
#supportPage #supportLeadBlock h2 {
  font-family: "Sawarabi Mincho", "Playfair Display", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 10px;
}
#supportPage #supportLeadBlock p {
  text-align: left;
}
#supportPage #supportButBlock .container {
  display: flex;
  gap: 40px;
  justify-content: center;
}
#supportPage #supportButBlock .container a {
  display: block;
  width: calc(50% - 20px);
  font-size: 1.25rem;
  color: #fff;
  background: #9a0808;
  padding: 20px 40px 20px 20px;
}
#supportPage #supportButBlock .container a:hover {
  background: #0a7b8f;
}
#supportPage #supportButBlock .container a:hover::after {
  border-left-color: #0a7b8f;
}
#supportPage #supportGuideBut {
  margin: 60px auto;
}
#supportPage #supportGuideBut a span {
  font-size: 0.8rem;
  border: 1px solid #666;
  margin-left: 10px;
  padding: 5px 10px;
  vertical-align: baseline;
}
#supportPage #supportFormBlock {
  margin: 150px auto;
}
#supportPage #supportFormBlock h2 {
  font-size: 1.25rem;
  color: #fff;
  background: #0a7b8f;
  padding: 10px;
  border-radius: 40px;
  margin-bottom: 20px;
}
#supportPage {
  /* 完了画面 */
}
#supportPage #thanksBlock {
  padding: 150px 0;
}
#supportPage #thanksBlock h3 {
  font-family: "Sawarabi Mincho", "Playfair Display", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 37.5px;
}
#supportPage #thanksBlock p {
  margin-bottom: 75px;
}

/*--------------------------------------
	ラジオボタン　CF7
---------------------------------------*/
.cf_form_radio label {
  line-height: 3;
}

.cf_form_radio label input[type=radio] {
  display: none;
  margin: 0;
}

.cf_form_radio label span {
  position: relative;
  margin-right: 30px;
  padding-left: 30px;
  cursor: pointer;
}

.cf_form_radio label span::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
}

/* checked */
.cf_form_radio input[type=radio]:checked + span {
  color: var(--main-color);
}

.cf_form_radio input[type=radio]:checked + span::after {
  position: absolute;
  content: "";
  display: block;
  left: 3px;
  top: 3px;
  height: 14px;
  width: 14px;
  background: var(--main-color);
  border-radius: 50%;
}

/*--------------------------------------
	チェックボックス　CF7
---------------------------------------*/
/*
.cf_form_checkbox { }
.cf_form_checkbox label input[type=checkbox] {
	display: none;
	margin: 0;
}
.cf_form_checkbox label span {
	position: relative;
	margin-right: 30px;
	padding-left: 30px;
	cursor: pointer;
}
.cf_form_checkbox label span::before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: -2px;
	height: 20px;
	width: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius:2px;
	background:#fff;
	border:1px solid #ccc;
}
.cf_form_checkbox input[type=checkbox]:checked + span::after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}
*/
/* checked */
/*
.cf_form_checkbox input[type=checkbox]:checked + span {
	color: var(--main-color);
}
.cf_form_checkbox input[type=checkbox]:checked + span::after {
	position: absolute;
	content: '';
	display: block;
	left: 5px;
	top: 3px;
	height: 6px;
	width: 10px;
	border-bottom: 2px solid var(--main-color);
	border-left: 2px solid var(--main-color);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
*/
@media screen and (max-width: 1000px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
    line-height: 1.6;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .spBr {
    display: block;
  }
  .spNoBr {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .column_l {
    float: none;
  }
  .column_r {
    float: none;
  }
  .container {
    width: 90%;
  }
  .headline {
    font-size: 1.15rem;
    padding: 5pxx;
    border-radius: 30px;
    margin-bottom: 20px;
  }
  table tr th, table tr td {
    padding: 5px 20px;
  }
  .pc_table {
    display: none;
  }
  .sp_table {
    display: table;
  }
  .but,
  .but_down {
    font-size: 0.9rem;
  }
  .but::before,
  .but_down::before {
    width: 14px;
    height: 14px;
    margin-top: -8px;
  }
  .but::after {
    border: solid 3px transparent;
    border-left: solid 6px #9a0808;
  }
  .but_down::after {
    border: solid 3px transparent;
    border-top: solid 6px #9a0808;
    margin-right: 4px;
    margin-top: -4px;
  }
  /*--------------------------------------------------------------
  	header
  --------------------------------------------------------------*/
  header {
    height: 60px;
  }
  header h1 img {
    margin: 10px;
    width: 240px;
  }
  #donation {
    width: 100%;
  }
  #donation a {
    display: block;
  }
  /*--------------------------------------------------------------
  	keyvisualBlock
  --------------------------------------------------------------*/
  #keyvisualBlock {
    background: url(../img/2026/kv_bg_sp.png) bottom center;
    background-size: contain;
  }
  #keyvisualBlock section h1 {
    top: 22%;
    width: 80%;
  }
  #keyvisualBlock section h2 {
    width: 180px;
  }
  #keyvisualBlock div {
    padding-top: 40px;
  }
  /*--------------------------------------------------------------
  	leadBlock
  --------------------------------------------------------------*/
  #leadBlock {
    padding: 75px 0;
  }
  #leadBlock .lead_box {
    margin-bottom: 20px;
  }
  #leadBlock .lead_box h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  #leadBlock .lead_box h3 {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
  #leadBlock .lead_box p {
    text-align: left;
  }
  #leadBlock .lead_box iframe {
    margin-top: 20px;
    width: 100%;
  }
  #leadBlock .about_box p {
    margin-bottom: 20px;
  }
  /*--------------------------------------------------------------
  	menuListBlock
  --------------------------------------------------------------*/
  #menuListBlock {
    padding: 75px 0;
  }
  #menuListBlock section h2 {
    font-size: 1.5rem;
  }
  #menuListBlock section h3 {
    font-size: 1.25rem;
    margin-bottom: 50px;
  }
  #menuListBlock section ul {
    gap: 50px 10px;
  }
  #menuListBlock section ul li {
    width: calc((100% - 10px) / 2);
  }
  #menuListBlock section ul li a h4 {
    top: -30px;
    width: 94%;
  }
  #menuListBlock section ul li a p {
    padding: 5px;
  }
  /*--------------------------------------------------------------
  	menuBlock
  --------------------------------------------------------------*/
  #menuBlock ul li {
    margin-bottom: 75px;
  }
  #menuBlock ul li h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  #menuBlock ul li .column_2 {
    display: block;
    margin-bottom: 20px;
  }
  #menuBlock ul li .column_2 .img_box {
    width: 100%;
    margin-bottom: 20px;
  }
  #menuBlock ul li .column_2 div {
    width: 100%;
  }
  #menuBlock ul li .column_2 div table {
    width: 100%;
  }
  #menuBlock ul li .column_2 div table th, #menuBlock ul li .column_2 div table td {
    padding: 10px;
  }
  #menuBlock ul li .instructor_box {
    display: block;
  }
  #menuBlock ul li .instructor_box h3 {
    padding: 5px;
    margin: 0;
    width: 120px;
  }
  #menuBlock ul li .instructor_box .img_box {
    width: 200px;
    margin: -10px auto 20px;
  }
  #menuBlock ul li .instructor_box section {
    width: 100%;
  }
  #menuBlock ul li .instructor_box section h4 {
    font-size: 1.25rem;
    text-align: center;
  }
  /*--------------------------------------------------------------
  	timeScheduleBlock
  --------------------------------------------------------------*/
  #timeScheduleBlock {
    padding: 150px 0;
  }
  /*--------------------------------------------------------------
  	applyBlock
  --------------------------------------------------------------*/
  #applyBlock {
    padding: 75px 0;
  }
  #applyBlock p {
    text-align: left;
    margin-bottom: 20px;
  }
  #applyBlock .before_start {
    font-size: 1.25rem;
  }
  #applyBlock ul {
    display: flex;
    gap: 20px;
  }
  #applyBlock ul li {
    width: calc((100% - 20px) / 2);
  }
  /*--------------------------------------------------------------
  	accessBlock
  --------------------------------------------------------------*/
  #accessBlock {
    padding: 75px 0;
  }
  #accessBlock .map_box {
    margin-bottom: 20px;
  }
  #accessBlock .data_box {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  #accessBlock .data_box dt {
    width: 50px;
  }
  #accessBlock .data_box dd {
    width: calc(100% - 60px);
  }
  #accessBlock table {
    width: 100%;
  }
  #accessBlock table th, #accessBlock table td {
    display: block;
    padding: 10px 0;
  }
  #accessBlock table th {
    text-align: center;
    background: #ded8ca;
  }
  /*--------------------------------------------------------------
  	consecutivelyBlock
  --------------------------------------------------------------*/
  #consecutivelyBlock {
    padding: 75px 0;
  }
  #consecutivelyBlock .lead_box > p {
    margin-bottom: 20px;
  }
  #consecutivelyBlock .lead_box .menu_list {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  #consecutivelyBlock .lead_box .menu_list li {
    width: calc((100% - 20px) / 2);
  }
  #consecutivelyBlock .lead_box .menu_list li h3 {
    font-size: 1.2rem;
  }
  #consecutivelyBlock .about_box h3 {
    font-size: 1.25rem;
  }
  #consecutivelyBlock .about_box table {
    margin-bottom: 20px;
  }
  #consecutivelyBlock .about_box p {
    text-align: left;
  }
  /*--------------------------------------------------------------
  	organizerBlock
  --------------------------------------------------------------*/
  #organizerBlock {
    padding: 75px 0;
  }
  /*--------------------------------------------------------------
  	qaBlock
  --------------------------------------------------------------*/
  #qaBlock {
    padding: 75px 0;
  }
  #qaBlock ul li {
    padding: 15px 0;
  }
  #qaBlock ul li h3::before {
    line-height: 1.75;
  }
  /*--------------------------------------------------------------
  	footer
  --------------------------------------------------------------*/
  footer #infoBlock {
    padding: 20px 0;
  }
  footer #infoBlock .column_2 {
    display: block;
    line-height: 2;
  }
  /*--------------------------------------------------------------
  	dentobunkacourse_sado
  	dentobunkacourse_nihonbuyou
  	dentobunkacourse_kado
  --------------------------------------------------------------*/
  #dentobunkacoursePage #announceBlock {
    padding: 60px 0;
  }
  #dentobunkacoursePage #announceBlock h2 {
    font-size: 1.75rem;
    margin-bottom: 10px;
  }
  #dentobunkacoursePage #announceBlock .img_box {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  #dentobunkacoursePage #announceBlock p {
    text-align: left;
  }
  #dentobunkacoursePage #announceBlock table {
    margin: 20px auto;
  }
  #dentobunkacoursePage #announceBlock h3 {
    font-size: 1.25rem;
  }
  /*--------------------------------------------------------------
  	support
  --------------------------------------------------------------*/
  #supportPage #supportkeyvisualBlock {
    margin: 75px auto 20px;
  }
  #supportPage #supportLeadBlock {
    padding: 20px 0;
  }
  #supportPage #supportLeadBlock h2 {
    font-size: 1.5rem;
  }
  #supportPage #supportButBlock .container {
    flex-wrap: wrap;
    gap: 20px;
  }
  #supportPage #supportButBlock .container a {
    width: 100%;
  }
  #supportPage #supportFormBlock {
    margin: 75px auto;
  }
  #supportPage {
    /* 完了画面 */
  }
  #supportPage #thanksBlock {
    padding: 150px 0 75px;
  }
  #supportPage #thanksBlock p {
    text-align: left;
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=dentobunkasai2026.css.map */