body {
  background-color: #FFE7D7 !important;
background-image: url("./img/bg.svg");
  background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
  color: #2D0000;
}
.img-manl {
  background-size: contain;
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("./img/man01.svg");
}
.img-manr {
  background-size: contain;
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url("./img/woman01.svg");
}
.img-top {
  padding-top: 10px;
  background-size: 25% auto, 25% auto;
  background-position: left 0px bottom 0px, right 0px bottom 0px;
  background-repeat: no-repeat, no-repeat;
  /*background-position: left, right;*/
  background-image: url("./img/man01.svg"), url("./img/woman01.svg");
}
.border-info {
  border-color: #6A2A14 !important;
  background-color: #fff;
}
.border-non {
  background-color: #fff;
  border-radius: 16px !important;
}
.border-sol {
  border-color: #6A2A14 !important;
  border-width: 3px !important;
}
.rounded {
  border-radius: 16px !important;
}
.cline {
  background: #6A2A14;
  flex: none;
  height: 52px;
  width: 2px;
  top: 20%;
  z-index: 1;
  max-width: 10%;
  padding-left: 0px;
  padding-right: 0px;
}
.bb-border {
  position: absolute; /*絶対位置指定*/
  left: 80px; /*横位置の指定*/
  top: 20%; /*縦位置の指定*/
  background: #000000; /*線の色指定*/
  width: 1px; /*線の幅指定*/
  height: 60%; /*線の高さ指定*/
}
.btn-sld {
  align-content: center;
  align-items: center;
  background: #EE7B19;
  border-bottom: 3px solid #6A2A14;
  border-left: 3px solid #6A2A14;
  border-radius: 56px;
  border-right: 3px solid #6A2A14;
  border-top: 3px solid #6A2A14;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 112px;
  justify-content: center;
  margin: 4px 4px 0px;
  padding: 24px;
  max-width: 200px;
  width: 354px;
}
.btn-sld:hover {
  background: #fff;
}
.btn-sldtop {
  align-content: center;
  align-items: center;
  background: #EE7B19;
  border-bottom: 3px solid #6A2A14;
  border-left: 3px solid #6A2A14;
  border-radius: 56px;
  border-right: 3px solid #6A2A14;
  border-top: 3px solid #6A2A14;
  flex: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 4px 4px 0px;
  padding: 24px;
  max-width: 75%;
  width: 1000px;
}
.btn-sldtop:hover {
  background: #fff;
}

.btn-sldl {
  align-content: center;
  align-items: center;
  background: #FFF0E6;
  border-bottom: 3px solid #6A2A14;
  border-left: 3px solid #6A2A14;
  border-radius: 56px;
  border-right: 3px solid #6A2A14;
  border-top: 3px solid #6A2A14;
  flex: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 4px 4px 0px;
  padding: 24px;
  max-width: 75%;
  width: 1000px;
}
.btn-sldl:hover {
  background: #fff;
}
h2.content-title {
  font-family: "新丸ゴ B";
  font-weight: bold;
}
.sldff {
  font-family: "新丸ゴ M";
  font-size: 0.9rem;
  font-weight: bold;
}
.sldttop {
  font-family: "新丸ゴ M";
  font-size: 1.5rem;
}
.sldtttl {
  font-family: "新丸ゴ M";
  font-size: 2rem;
	color: #6A2A14;
}
#page_top {
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 1;
  align-content: center;
  align-items: center;
  background: #EE7B19;
  border-bottom: 4px solid #6A2A14;
  border-left: 4px solid #6A2A14;
  border-radius: 50%;
  border-right: 4px solid #6A2A14;
  border-top: 4px solid #6A2A14;
  bottom: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 130px;
  justify-content: center;
  left: auto;
  margin: 0 0 0 0;
  position: fixed;
  right: 15px;
  top: auto;
  width: 130px;
  max-width: 100%;
}
#page_top a {
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before {
  font-weight: 900;
  content: url("./img/icon01.svg");
  font-size: 25px;
  color: #6A2A14;
  position: absolute;
  width: 60px;
  height: 60px;
  top: -50px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after {
  content: 'セミナー申込みへ';
  font-size: 13px;
font-weight: bold;
  color: #6A2A14;
  position: absolute;
  top: 75px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.ttl{
	line-height: 1.6;
}