/*
 background: #9fc24d;メイン背景色
 */
html{
  scroll-behavior: smooth;
}
/* reset */
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

/* header */

#container{
  background:#fff;
  padding:0;
  text-align: center;
}

img{
	max-width: 100%;
	height: auto;
	border-radius: 10px; /* 角を丸くする */
}
/*------------------------------------------------------------

	Web予約

------------------------------------------------------------*/
.WebForm {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .WebForm {
    margin-top: 40px;
  }
}
.WebForm-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .WebForm-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.WebForm-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.WebForm-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .WebForm-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.WebForm-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .WebForm-Item-Label.isMsg {
    margin-top: 0;
  }
}
.WebForm-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #00608d;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 680px) {
  .WebForm-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.WebForm-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
.p-postal-code, .p-region, .p-locality, .p-street-address, .p-extended-address {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
.WebForm-Item-Kakunin {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #FFFFFF;
  font-size: 18px;
}
@media screen and (max-width: 680px) {
  .WebForm-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
	.p-postal-code, .p-region, .p-locality, .p-street-address, .p-extended-address {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
  .WebForm-Item-Kakunin {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.WebForm-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 680px) {
  .WebForm-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.WebForm-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #00608d;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.WebForm-Btn2 {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 80%;
  display: block;
  letter-spacing: 0.05em;
  background: #00608d;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 680px) {
  .WebForm-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
.WebForm-Btn2 {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 80%;
    font-size: 12px;
  }
}
/*------------------------------------------------------------

	完了ステップ

------------------------------------------------------------*/
.progressbar {
  display: flex;
  flex-wrap: wrap;
}
.progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
.progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
}
}

/* active */

.progressbar .item.active {
    z-index: 1;
    background: #00608d;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #00608d;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}
/*------------------------------------------------------------

	受講申込　完了ステップ

------------------------------------------------------------*/
.progressbar2 {
  display: flex;
  flex-wrap: wrap;
}
.progressbar2 .item {
    position: relative;
    width: 19%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}
.progressbar2 .item:not(:last-child)::before,
.progressbar2 .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar2 .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
.progressbar2 .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
}
.progressbar2 .item:not(:last-child)::before,
.progressbar2 .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
}
}

/* active */

.progressbar2 .item.active {
    z-index: 1;
    background: #00608d;
    color: #FFF;
}
.progressbar2 .item.active:not(:last-child)::after {
    border-left-color: #00608d;
}
.progressbar2 .item.active:not(:last-child)::before {
    border-left: none;
}
/********************************************************/
 /* フッターのスタイル */
/********************************************************/

       footer {
            background: linear-gradient(to bottom, #b0c4de, #2980b9); /* 縦にグラデーションを適用 */
            color: #fff;
            padding: 20px 0;
            text-align: center;
            position: relative;
            bottom: 0;
            width: 100%;
        }

        footer nav {
            display: flex;
			 background: none;
            flex-wrap: wrap;
            justify-content: center; /* 中央寄せに変更 */
            gap: 10px; /* リンクの間隔 */
        }

        footer a {
            color: #fff;
            text-decoration: none;
            display: block;
            padding: 5px 10px; /* リンクの余白 */
        }
/*------------------------------------------------------------

	スペース

------------------------------------------------------------*/
#space_botom_30{
	padding-bottom:30px
}
#space_botom_60{
	padding-bottom:60px
}

/*------------------------------------------------------------


