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

html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
}
.blur {
  filter: blur(10px);
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.tokubetsu {
  color: #FF0000;
  font-weight: bold;
  font-size: 120%;
}
.tokubetsu2 {
  color: #FF0000;
  font-weight: bold;
}


body {
  padding: 0px;
  margin: 0px;
  width: 100%;
  position: relative;
  background-color: #ffffff;

}
#pageTop {
  background-color: #cccccc;
  border-radius: 10px;
  position: fixed;
  bottom: 50px;
  padding: 20px;
  right: 50px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #eeeeee;
}
#seminarLink {
  position: fixed;
  right: 35px;
  bottom: 35px;
  margin: 0px;
  display: block;
  width: 200px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#seminarLink a {
  display: table-cell;
  width: 200px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  white-space: pre-wrap;
}


#topHeader {
  width: 100%;
  position: fixed;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  padding-top: 10px;
  height: 70px;
  z-index: 1000;
  background-color: #ffffff;
  top: -80px;
}
#topHeader .top_menu {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

#topHeader .subTitle {
  width: 200px;
  height: 35px;
  float: left;
  padding-right: auto;
  padding-left: auto;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 14px;
  text-indent: -9999px;

}
#topHeader .submenu {
	width: 780px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	right: 0px;
	top: 5px;
	position: absolute;
	display: flex;
}
#topHeader .submenu li {
  float: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 8px !important;
  text-align: center;
  padding: 0px;
  margin-top: 0px;
  margin-right: 2px;
  margin-left: 0px;
  margin-bottom: 0px;
  width: 96px;
}
#topHeader .submenu li a  {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
}
#topHeader .submenu li a:hover  {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #a3ca0f;
}

#topHeader .submenu li a .seibun {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}






#header {
  width: 1000px;
  height: 100px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  text-align: center;
  padding-top: 50px;
  position: relative;
}
#header .header_logo {
  width: 360px;
  height: 64px;
  background-image: url(../img/logo.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
  text-indent: -9999px;
}

#header .header_title {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 32px;
  font-weight: bold;
}
#header .line {
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -3px;
}
#header .header_subtitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
}




.menu-container {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  width: 1000px;
}

.menu-container .menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #666666;
}

.menu-container .menu .menu-item {
  flex: 1;
}

.menu-container .menu .menu-item a {
  color: #333;
  display: block;
  padding: 0.6em 0.4em;
  text-align: center;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
}
.menu-item a .eibun {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 5px;
}


.menu-container .menu .menu-item a:hover {
  background-color: #a3ca0f;
  color: #ffffff;
  border-radius: 5px;
}

.menu-container .menu .menu-item:last-child a {
  border-right: none;
}

#modal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 120%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.icon-hamburger {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 50px;
  position: relative;
  width: 50px;
  display: none;
  margin-bottom: 0.4em;
  z-index: 9999;
}

.icon-hamburger span {
  background: #cccccc;
  display: block;
  height: 16%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 84%;
}

.icon-hamburger span::before,
.icon-hamburger span::after {
  background: #cccccc;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

.icon-hamburger span::before {
  margin-top: -38%;
}

.icon-hamburger span::after {
  margin-top: 19%;
}
#main {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
}
#main .main_r p {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
#main .main_r {
  width: 670px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 25px;
  padding-bottom: 5px;
  margin: 0px;
  float: left;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#main .main_r .honbun {
  white-space: pre-wrap;
}
#main .main_r .info_title {
  font-size: 24px;
  line-height: 32px;
  width: 100%;
}



#main .main_l {
  width: 290px;
  margin: 0px;
  padding: 5px;
  height: auto;
  float: right;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main .main_l .info_menu {
  display: none;
}
#main .main_l .list {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  height: auto;
  min-height: 800px;
}
.main_l ul li a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  text-decoration: none;
  color: #666666;
  padding-right: 5px;
  padding-left: 5px;
}
.main_l ul li a:hover {
  color: #ffffff;
  background-color: #a3ca0f;
}

li a .n_date {
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  width: 100%;
  font-size: 12px;
}





.slider{
  width: 100%;
  padding: 0;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  position: relative;
  max-width: 935px;
}
.slider div  {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  height: auto;
}

.slider div img {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slider div a{
	display: block;
}

.slider div a:hover {
	opacity: 0.5;
}


#main p {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: justify;
}

#main h2 {
  height: 30px;
  padding-top: 6px;
  padding-bottom: 4px;
  border-left: 5px solid #a3ca0f;
  text-indent: 5px;
  font-size: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 10px 2px #DDDDDD;
  box-shadow: 1px 1px 10px 2px #DDDDDD;
  color: #333333;
  line-height: 30px;
  width: 955px;
  position: relative;
  font-style: italic;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 5px
!important;
}

#main h2 .h2_wabun {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #dddddd;
  position: absolute;
  right: 10px;
  letter-spacing: normal;
  font-style: normal;
}
#main h3 {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 10px;
  position: relative;
}
#main h4 {
  margin-left: 20px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
}
#main .news {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
#main .news .news_list {
  display: block;
  padding: 5px;
  height: 51px;
}

.news .news_list .date {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 100px;
  display: block;
}
.news .news_list a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  color: #333333;
  height: auto;
}
.news .news_list a:hover {
  background-color: #D0FDB8;
  border-left: 3px solid #a3ca0f;
  border-right: 3px solid #a3ca0f;
}
#main .setumei {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-indent: 16px;
}


#main .greeting {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
  line-height: 26px;
  text-align: justify;
  text-indent: 14px;
}
#main .greeting_r {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 600px;
  margin-right: auto;
  width: 300px;
}
#main .greeting_r .syomei {
  font-size: 24px;
}
#main .add {
  width: 900px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 26px;
}




#main ol {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
  padding-left: 20px;
  line-height: 26px;
}
#main .riji {
  width: 900px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 26px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .sonota {
  text-indent: 16px;
}
#main .syosai {
  margin-left: 160px;

}
#main .gutai {
  margin-left: 192px;
  text-indent: -16px;
  width: 758px;
}



#main #ask_form .midashi {
  width: 900px;
  padding: 10px;
  background-color: #dddddd;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}
#ask_form .midashi .hissu {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
  margin-left: 6px;
}
#main #ask_form .input {
  width: 900px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}
#ask_form .input input {
  position: relative;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dddddd;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  border-radius: 5px;
  width: 99%;
}
#ask_form .input select {
  position: relative;
  width: 100%;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dddddd;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  border-radius: 5px;
}
#ask_form .input textarea {
  padding: 5px;
  width: 99%;
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: normal;
  height: 100px;
}
#main #mem_reg {
  width: 900px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
#main #mem_reg .mem_title {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 5px;
  font-size: 18px;
  background-color: #eeeeee;
}
#main #mem_reg .mem_imp {
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#mem_reg .mem_imp .ck {
	width: 45%;
	display: inline-block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#mem_reg .inp_s  {
  width: 40%;
  padding: 5px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
#mem_reg .inp_b {
  padding: 5px;
  width: 90%;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
#mem_reg .inp_num  {
  padding: 5px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

  font-size: 16px;
  width: 100px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
#mem_reg select {
  position: relative;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dddddd;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  border-radius: 5px;
  width: 100px;
  text-align: center;
}
#mem_reg select option {
	text-align: center;
}
#main #mem_reg .mem_btn_area {
  width: auto;
  height: auto;
  padding: 10px;
  text-align: center;
}
.mem_btn_area .mem_btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 200px;
  height: 50px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background-color: #eeeeee;
}
#main #ask_form .btn_box {
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: center;
}
#ask_form .btn_box .cont_btn {
  width: 200px;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}

.m_reg_btn     {
  display: block;
  width: 400px;
  height: 100px;
  text-align: center;
  text-decoration: none;
  line-height: 100px;
  outline: none;
  background-color: #a3ca0f;
  border: 2px solid #ffffff;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  border-radius: 5px;
  font-size: 24px;
  margin-right: auto;
  margin-left: auto;
}
.m_reg_btn::before,
.m_reg_btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.m_reg_btn,
.m_reg_btn::before,
.m_reg_btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .1s;
  transition: all .1s;
}
.m_reg_btn:hover {
  background-color: #fefefe;
  color: #a3ca0f;
  border: 2px solid #a3ca0f;
}

.banner_inner .banner img {
  height: 100%;
  width: 100%;
  position: relative;
}
#main .banner_box {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
#main .banner_box .banner_inner {
  width: 1000px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-around;
  position: relative;
}
.banner_box .banner_inner .banner {
  cursor: pointer;
  width: 267px;
  display: block;
  position: relative;
}
.banner_box .banner_inner .banner:hover {
  opacity: 0.5;
}
#main .test_box {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #eeeeee;
}
















#footer {
  width: 100%;
  background-color: #dddddd;
}



#footer .foot_inner {
  padding: 10px;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 280px;
}
#footer .foot_inner .foot_menu {
  margin: 0px;
  padding: 0px;
  width: 100%;
  list-style-type: none;
  height: 30px;
}
.foot_inner .foot_menu li a  {
	width: 12.5%;
	float: left;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
	text-align: center;
	text-decoration: none;
	height: 30px;
	font-size: 11px;
	line-height: 30px;
	display: block;
}
.foot_inner .foot_menu li a:hover {
  color: #ffffff;
  text-decoration: underline;
  background-color: #88A90C;
}
#footer .foot_inner .f_logo {
  height: 80px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  width: 440px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
  margin-bottom: 70px;
}
#footer .foot_inner .copy {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #333333;
  height: auto;
}
#main .jyomei {
  font-size: 18px;
  font-weight: bold;
}
#main .kou {
  margin-left: 76px;
  width: 874px;
}
#main .kou2 {
  padding: 0px;
  margin-left: 76px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 874px;
}
#main .ko_ban {
  padding: 0px;
  margin-left: 96px;
  width: 854px;
  text-align: justify;
}
#main .ko_dot {
  padding: 0px;
  margin-left: 96px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 854px;
  text-align: justify;
}
#main .ko_ban ul {
  padding: 0px;
  list-style-type: disc;
  margin-left: 16px;
}
#main .main_title {
  font-size: 18px;
}
#main .sub_title {
  font-size: 17px;
}
hr.short {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px dotted #aaaaaa;
}
#main .kosyu {
  width: 860px;
  border: 1px solid #dddddd;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  padding: 20px;
  margin-bottom: 50px;
  position: relative;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
}

.kosyu:before, .kosyu:after {
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 15px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
} 

.kosyu:after {
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}


#main .kosyu p {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 14px;
  margin-bottom: 0px;
  padding: 0px;
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
}
#main .kosyu .seminar_box {
  padding: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main .kosyu .seminar_box .seminar {
  width: 50%;
  float: left;
  height: auto;
  background-color: #ffffff;
}
.seminar_box.clearfix .seminar .semi_title {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}

.seminar_box.clearfix .seminar .nichiji {
	padding-left: 56px;

}



#main .kosyu .title {
  width: auto;
  font-size: 18px;
  text-align: center;
}
#main .kosyu .k_midashi {
  width: auto;
  margin-left: 0px;
  font-size: 18px;
  font-weight: bold;
}
#main .kosyu .ki {
  margin-left: 56px;
  text-indent: -42px;
}

#main .kosyu .komoku {
  margin-left: 28px;
  text-indent: -14px;
}
#main .kosyu .komoku2 {
  margin-left: 84px;
  text-indent: -14px;
}
#main .kosyu .komoku3 {
  margin-left: 28px;
  text-indent: -14px;
  font-weight: bold;
}
#main .kosyu .prg_ko {
  margin-left: 56px;
  text-indent: -28px;
}

#main .kosyu .small {
  margin-left: 28px;
  text-indent: -12px;
  font-size: 12px;
}
#main .kosyu .kanso {
	margin-left: 28px;
}

#main .center {
  text-align: center;
}
#main .login_form {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.login_form form .login_midashi {
  margin: 0px;
  padding: 0px;
  width: auto !important;
}
.login_form form .login_input {
  width: 550px;
  position: relative;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
#main #login_box {
  width: 80% !important;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
#main #login_box p {
  padding: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
#main #login_box .lg_midashi {
  font-size: 18px;
}
#main #login_box .lg_inp {
  width: 95%;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
}
#main #login_box .login_btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 250px;
  height: 40px;
  font-size: 16px;
  background-color: #a3ca0f;
  color: #ffffff;
  border-radius: 5px;
  display: block;
  padding-left: auto;
  padding-right: auto;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ffffff;
}
#main #login_box .login_btn:hover {
  background-color: #FFFFFF;
  color: #a3ca0f;
  border: 1px solid #a3ca0f;
}
#main .ret_btn  {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 250px;
  height: 40px;
  font-size: 16px;
  background-color: #cccccc;
  color: #ffffff;
  border-radius: 5px;
  display: block;
  padding-left: auto;
  padding-right: auto;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ffffff;
}
#main .ret_btn:hover {
  background-color: #FFFFFF;
  color: #dddddd;
  border: 1px solid #dddddd;
}
#main .owabi {
  padding: 10px;
  width: 80%;
  border: 2px solid #FF0004;
  border-radius: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  color: #FF0004;
}
#main .teacher {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 50px;
}
#main .teacher .tname {
  font-size: 24px;
  margin: 0px;
}
#main .teacher .tname2 {
  margin: 0px;
}

.teacher .tname .kana {
  font-size: 16px;
}
#main .campaign2 {
  display: none;
}


#main .teacher .photo {
  width: 360px;
  height: 360px;
  margin-left: 16px;
  margin-bottom: 16px;
  float: right;
  margin-top: 0px;
}
#main .teacher .photo img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
#main .teacher .photo1 {
  width: 360px;
  height: 360px;
  background-image: url(../img/teacher1.jpg);
  background-size: cover;
  margin-left: 16px;
  margin-bottom: 16px;
  float: right;
  margin-top: 0px;
}

#main .teacher .photo2 {
  width: 360px;
  height: 360px;
  background-image: url(../img/teacher2.jpg);
  background-size: cover;
  margin-left: 16px;
  margin-bottom: 16px;
  float: right;
  margin-top: 0px;
}
#main .teacher .keireki {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#main .teacher .keireki2 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#main .teacher .t_message {
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
  min-width: 0px;
  text-indent: 1em;
}

.red {
  color: #ff0000;
}
#main .bunkatu {
  margin-bottom: 30px;
  width: 90%;
  border-bottom: 2px dotted #a3ca0f;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}
#main h3 .campaign {
  border-bottom: 1px solid #ff0000;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 300px;
  font-weight: bold;
}
#main .spl_mov_titl {
  width: 640px;
  margin-right: auto;
  padding: 0px;
  margin-left: auto;
  margin-bottom: 0px;
  margin-top: 40px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  text-align: left;
  font-size: 18px;
}

#main .top_seminar {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

#main .top_seminar .movie {
  width: 640px;
  height: 360px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
#main .top_seminar .movie video {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#main .top_seminarv .movie iframe {
	width: 640px;
	height: 360px;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	margin-left: 10px;
}
#main .top_seminar .banner_box {
  width: 200px;
  float: left;
}
#main .top_seminar .spl_btn_box {
  text-align: center;
  padding: 10px;
  margin: 0px;
}

#main .top_seminar .spl_mov_btn {
  width: 250px;
  background-color: #a3ca0f;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #a3ca0f;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}
#main .top_seminar .spl_mov_btn:hover {
  background-color: #ffffff;
  border: 1px solid #a3ca0f;
  color: #666666;
}
#main .title_box {
  margin-top: 40px;
  margin-bottom: 0px;
  text-align: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 24px;
  font-weight: bold;
}

#main .movie_sample {
  width: 100%;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  box-sizing: border-box;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0px;
  position: relative;
}
#main .movie_sample .wrap {
  width: 410px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 0px;
  display: block;
}
#main .movie_sample .wrap .caption  {
  padding: 5px;
  display: block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 410px;
  position: relative;
  text-align: center;
  margin: 0px;
  font-weight: normal;
}
#main .movie_sample .wrap .movie {
  width: 410px !important;
  position: relative;
  margin: 0px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  justify-content: space-between;
  border: 1px solid #dddddd;
}
#main .movie_sample .wrap .movie video {
  width: 100%;
  vertical-align: middle;
  height: 100%;
}



.banner_box .banner a {
  width: 200px;
  height: auto;
  margin: 0px;
  padding: 0px;
  display: block;
}

.banner_box .banner a:hover {
  opacity: 0.5;

}


#main .campaign_box {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#main .campaign_box p {
  font-size: 18px;
  margin-top: 5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin-bottom: 5px;
  margin-left: 18px;
  text-indent: -18px;
  width: 882px;
}
#main #flowchart  {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
}
#main #flowchart .flow_content {
	display: block;
	position: relative;
	width: 900px;
}
#flowchart .flow_content .course_name {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 18px;
}
#flowchart .flow_content .course_box {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	border: 2px solid #cccccc;
	position: static;
	width: 800px;
}
#flowchart .flow_content .course_box p {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	width: auto !important;
}

.flow_content .course_box .course_midashi {
	font-size: 18px !important;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
}
.course_box .course_midashi .semi {
	display: inline-block;
	width: 80px;
	padding: 5px;
	border: 1px solid #ff0000;
	font-size: 13px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	border-radius: 5px;
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
	margin-right: 10px;
	vertical-align: middle;
}
.course_box .course_midashi .kent {
	width: 80px;
	margin-right: 10px;
	display: inline-block;
	border: 1px solid #0000ff;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	border-radius: 5px;
	color: #ffffff;
	background-color: #0000ff;
	text-align: center;
}
.flow_content .course_box .course_arrow {
	vertical-align: middle;

}
.course_box .course_arrow .arrw {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	display: inline-block;
	width: 90px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	color: #00ff00;
}
.course_box .course_arrow .arrw_comm {
	display: inline-block;
}



.flow_content .course_box .note {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding-left: 54px;
}
#flowchart .flow_content .arrow_box {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;

}
#main .kosyu .anc {
	padding: 10px;
	width: auto;
	border-radius: 10px;
	background-color: rgba(246,255,199,0.50);
	-webkit-box-shadow: 0px 0px 5px #dddddd;
	box-shadow: 0px 0px 5px #dddddd;
	
}
#main .kosyu .anc .graph {
	margin-right: 5%;
	display: table;
	width: 100%;
}
.kosyu .anc .graph .g_inner {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	position: relative;

}
.kosyu .anc .graph .g_inner1 {
	display: block;
	width: 50%;
	vertical-align: middle;
	position: relative;

}
.kosyu .anc .graph .g_inner2 {
	display: block;
	width: 90%;
	vertical-align: middle;
	position: relative;

}
.caption {
	font-size: 16px !important;
	font-weight: bold !important;
	display: block;
	margin-top: 20px !important;
 }

.graph .g_inner img {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 90%;
}
#mem_reg .mem_imp p {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .movie_box {
	width: 1000px;
	margin-bottom: 60px;
	height: 260px;
}
#main .movie_box .movie {
	width: 450px;
	height: 225px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	text-align: center;
}
.movie_box .movie .mov_cap  {
	text-align: left;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	width: 450px;
	height: 30px;
	display: block;
}
#main .kosyu .covid {
	padding: 10px;
	text-align: center;
}
.kosyu .covid p {
	text-align: center !important;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ff0000;
}
.kosyu .k_midashi .covid {
	font-size: 14px;
	font-weight: normal;
	color: #ff0000;
}
#main .seminar {
  width: 100%;
  height: 400px;
  background-color: #dddddd;
  margin-bottom: 30px;
}
#main .info_box {
  margin-bottom: 30px;
  justify-content: space-between;
  align-content: space-between;
  height: auto;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  width: 650px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
}

#main .info_box .info_1 {
  width: 320px;
  height: 250px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  margin-bottom: 20px;
  background-position: center center;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}
.info_box .info_1 .info_title1 {
  height: 40px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #a3ca0f;
  font-weight: bold;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  position: absolute;
  left: 70px;
  -webkit-box-shadow: 5px 5px 0px #aaaaaa;
  box-shadow: 5px 5px 0px #aaaaaa;
  bottom: 30px;
}
.info_box .info_1 .info_bg1{
  width: 250px;
  height: 250px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: -9999;
  background-image: url(../img/4964551_s.jpg);
  background-position: 50% 0%;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #a3ca0f;
}
.info_box .info_1 .info_note1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  box-sizing: border-box;
  height: 260px;
  width: 260px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(255,255,255,0.80);
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 5px dotted #a3ca0f;
  opacity: 0;
}
.info_1 .info_note1 .inner_note {
  display: table-cell;
  width: 230px;
  height: 210px;
  vertical-align: middle;
}
#main .info_box .info_2 {
  width: 320px;
  height: 250px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  margin-bottom: 20px;
  background-position: center center;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}
.info_box .info_2 .info_title2 {
  height: 40px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #004f1a;
  font-weight: bold;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  position: absolute;
  -webkit-box-shadow: 5px 5px 0px #aaaaaa;
  box-shadow: 5px 5px 0px #aaaaaa;
  bottom: 30px;
  left: 70px;
}
.info_box .info_2 .info_bg2{
  width: 250px;
  height: 250px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: -9999;
  background-image: url(../img/2781358_s.jpg);
  background-position: 50% 0%;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #a3ca0f;
}
.info_box .info_2 .info_note2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  box-sizing: border-box;
  height: 260px;
  width: 260px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(255,255,255,0.80);
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 5px dotted #a3ca0f;
  opacity: 0;
}
.info_2 .info_note2 .inner_note {
  display: table-cell;
  width: 230px;
  height: 210px;
  vertical-align: middle;
}
#main .info_box .info_3 {
  width: 320px;
  height: 250px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  margin-bottom: 20px;
  background-position: center center;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}
.info_box .info_3 .info_title3 {
  height: 40px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #004f1a;
  font-weight: bold;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  position: absolute;
  left: 70px;
  -webkit-box-shadow: 5px 5px 0px #aaaaaa;
  box-shadow: 5px 5px 0px #aaaaaa;
  bottom: 30px;
}
.info_box .info_3 .info_bg3{
  width: 250px;
  height: 250px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: -9999;
  background-image: url(../img/1746888_s.jpg);
  background-position: 50% 0%;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #a3ca0f;
}
.info_box .info_3 .info_note3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  box-sizing: border-box;
  height: 260px;
  width: 260px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(255,255,255,0.80);
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 5px dotted #a3ca0f;
  opacity: 0;
}
.info_3 .info_note3 .inner_note {
  display: table-cell;
  width: 230px;
  height: 210px;
  vertical-align: middle;
}
#main .info_box .info_4 {
  width: 320px;
  height: 250px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  margin-bottom: 20px;
  background-position: center center;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}
.info_box .info_4 .info_title4 {
  height: 40px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #a3ca0f;
  font-weight: bold;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  position: absolute;
  left: 70px;
  -webkit-box-shadow: 5px 5px 0px #aaaaaa;
  box-shadow: 5px 5px 0px #aaaaaa;
  bottom: 30px;
}
.info_box .info_4 .info_bg4{
  width: 250px;
  height: 250px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: -9999;
  background-image: url(../img/4902026_s.jpg);
  background-position: 50% 0%;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #a3ca0f;
}
.info_box .info_4 .info_note4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  box-sizing: border-box;
  height: 260px;
  width: 260px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(255,255,255,0.80);
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 5px dotted #a3ca0f;
  opacity: 0;
}
.info_4 .info_note4 .inner_note {
  display: table-cell;
  width: 230px;
  height: 210px;
  vertical-align: middle;
}




#main .movie_area {
  display: flex;
  position: relative;
  justify-content: space-between;
  height: auto;
  align-content: space-between;
  width: auto;
}
#main .movie_area .mv_box {
  position: relative;
  width: 44.8%;
  height: auto;
  padding-bottom: 25.2%;
}

#main .movie_area .mv_box iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
#main .greeting_box {
  width: 800px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
  border: 5px dotted #dddddd;
  margin-right: auto;
  margin-left: auto;
  position: relative;

}
#main .greeting_box p {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  line-height: 20px;
  width: 100%;
  text-align: justify;
  color: #666666;
}
#main .semi_img {
  width: 76%;
  height: auto;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
}
#main .semi_img img {
  width: 100%;
  height: 100%;
}


#main .course_info  {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  border-radius: 20px;
  border: 3px solid #a3ca0f;
}
#main .course_info .title {
  background-color: #ffffff;
  display: inline-block;
  top: -30px;
  font-size: 24px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.course_info .title .link_btn {
  display: inline-block;
  width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.course_info .title .link_btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #666666;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
}


#main .course_info .course_name {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  padding: 0px;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  position: relative;
  font-weight: bold;
  vertical-align: middle;
}
#main .course_info .mokuji {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.course_info .mokuji .mokuji_btn {
  width: 150px;
  background-color: #a3ca0f;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #a3ca0f;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}
.course_info .mokuji .mokuji_btn:hover {
  background-color: #ffffff;
  border: 1px solid #a3ca0f;
  color: #666666;
}


#main .course_info .course_prog {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #eeeeee;
  position: relative;
  margin-top: 10px;
}
.course_info .course_prog .prg_inner {
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  flex-wrap: wrap;
}
.course_prog .prg_inner .prg_name {
  width: 50%;
  display: block;
}
.course_prog .prg_inner .prg_full {
  width: 100%;
  display: block;
}


#main .course_info .course_list {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.course_info .course_list li {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 5px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}
.course_list li .price {
  width: 35%;
  display: inline-block;
}
.course_list li .name {
  width: 65%;
  display: inline-block;
  text-indent: 1em;
}
#main #seminer_syosai {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  padding: 20px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main #seminer_syosai .dan1 {
  margin-left: 1em;
}
#main #seminer_syosai .dan2 {
  margin-left: 2em;
}
#main #seminer_syosai .dan3 {
  margin-left: 3em;
}

#main #seminer_syosai p {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  padding: 0px;
  line-height: 24px;
}

#main #seminer_syosai .syosai_title {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
}
#main #seminer_syosai .midashi {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}
#main #seminer_syosai .course_cont {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border: 3px dashed #a3ca0f;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border-radius: 20px;
  position: relative;
}
#seminer_syosai .course_cont .title {
  position: absolute;
  top: -30px;
  font-size: 20px;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 3px dashed #a3ca0f;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#seminer_syosai .course_cont ul {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}
#main #seminer_syosai .caution {
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 5px dotted #dddddd;
  position: relative;
}
#seminer_syosai .caution .cau_title {
  position: absolute;
  top: -20px;
  left: 10px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 22px;
  background-color: #ffffff;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}
#seminer_syosai .caution p {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
#seminer_syosai .caution ul {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.caution ul li {
  font-size: 14px;
}
#main .sample_question {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px dashed #a3ca0f;
	height: auto;
	padding: 10px;
}
#main .sample_question img {
	width: 100%;
	height: auto;
}
#main .sample_question_s {
	display: none;
}

#main .step {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo UI", Verdana, sans-serif;
	font-size: 20px;
	padding: 5px;
	display: inline;
	border: 2px solid #a3ca0f;
	background-color: #a3ca0f;
	border-radius: 5px;
	color: #ffffff;
}


















































































































@media screen and (max-width:896px){
#pageTop {
  background-color: #bbbbbb;
  border-radius: 10px;
  position: fixed;
  bottom: 10px;
  padding: 20px;
  right: 10px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #eeeeee;
  opacity: 0.8;
}
#seminarLink {
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 10px;
  margin: 0px;
  padding: 0px;
  right: 10px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 20px;
  box-sizing: border-box;
}
#seminarLink a {
  width: 100px;
  height: 100px;
  white-space: normal;
  font-size: 12px;
  display: block;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  position: absolute;
  line-height: 54px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: -3px;
  left: -3px;
}



#topHeader {
  display: none;
  width: auto;
}
  .menu-container .menu {
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	display: none;
	height: auto;
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	z-index: 100;
  }
  .menu-container .menu .menu-item a {
	border-bottom: 1px solid #ccc;
	border-right: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 10px;
	width: auto;
	font-size: 18px;
  }
.menu-item a .eibun {
  display: none;
}



  .menu-container .menu .menu-item:last-child a {
  border-bottom: none;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
	  .icon-hamburger {
  display: inline-block;
  position: fixed;
  top: 5px;
  right: 5px;
  }
#header {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  margin: 0px;
  height: 70px;
  width: auto;
}
#header .header_logo {
  width: 200px;
  margin: 0px;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: opx;
  height: 36px;
}
.slider {
  width: 100%;
}

#main {
  margin-top: 0px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
#main h2 {
  width: auto !important;
  height: auto !important;
}

#main .main_r {
  margin: 0px;
  padding: 10px;
  width: auto;
  float: none;

}
#main .main_l {
  float: none;
  width: auto;
}
#main .main_l .info_menu {
  width: 200px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  text-align: center;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  background-color: #dddddd;
  color: #666666;
  cursor: pointer;
}
#main .main_l .list {
  display: none;
  height: auto;
  min-height: 0px;
}









#main p {
  margin-right: 10px;
  margin-left: 10px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:  auto !important;
}

#main h2 {
  height: 30px;
  padding-top: 6px;
  padding-bottom: 4px;
  border-left: 5px solid #a3ca0f;
  font-size: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 10px 2px #DDDDDD;
  box-shadow: 1px 1px 10px 2px #DDDDDD;
  color: #333333;
  line-height: 30px;
  position: relative;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  width: auto;
  letter-spacing: 5px;
}

#main h2 .h2_wabun {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #dddddd;
  position: absolute;
  right: 10px;
  width: auto;
  letter-spacing: normal;
  font-style: normal;
}
#main h3 {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: 0px;
	width: auto;
	margin-left: 0px;
}
#main .greeting {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#main .news {
  width: auto;
  height: auto;
}
#main ol {
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
}
#main .greeting_r {
  padding: 0px;
  margin-left: 50px;
  margin-right: 10px;
  width: auto;
}
#main .riji {
  margin-left: 90px;
  margin-right: 10px;
  width: auto;
  text-indent: -80px;

}
#main .add {
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
}
#main .course {
  margin: 0px;
}

#main .syosai {
  margin-left: 80px;
  text-indent: -16px;
}
#main .sonota {
  margin-left: 64px;
  text-indent: -16px;
}
#main .gutai {
  margin-left: 96px;
}



#main #ask_form .midashi {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
#main #ask_form .input {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.main_r center .zu {
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  height: auto;
}
#main #mem_reg {
  width: auto;
  height: auto;

}
#main #mem_reg .mem_title {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}
#main #mem_reg .mem_imp {
  padding: 5px;
  width: auto;
  margin-bottom: 10px;
  margin-top: 0px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}
#mem_reg .mem_imp .ck {
	width: 100%;
	float: none;
}

#mem_reg .mem_imp .imp_s {
  width: 30% !important;
  padding: 5px;
  height: auto;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}
#mem_reg .mem_imp .imp_b {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}
#mem_reg .mem_imp .imp_num {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  width: 30% !important;
}





#mem_reg select {
  position: relative;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dddddd;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  border-radius: 5px;
  width: 25% !important;
  text-align: center !important;
}
#mem_reg select option {
	text-align: center;
}
#main #mem_reg .mem_btn_area {
  width: auto;
  height: auto;
  padding: 10px;
  text-align: center;
}
.mem_btn_area .mem_btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 40%;
  height: 40px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background-color: #eeeeee;
}
#main .banner_box {
  width: 100%;
	height: auto;
}
#main .banner_box .banner_inner {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.banner_box .banner_inner .banner {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  text-align: center;
  height: 60px;
  width: 200px;
}
.banner_inner .banner img {
  width: 100%;
  height: 100%;
}







#footer {
  width: 100%;
  position: relative;
}




#footer .foot_inner {
  padding: 10px;
  width: auto;
  position: relative;
}
#footer .foot_inner .foot_menu {
  position: relative;
  width: auto;
  height: auto;
}
.foot_inner .foot_menu li a  {
  float: left;
  width: 50%;
}
#footer .foot_inner .f_logo {
  width: 80%;
  height: auto;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#footer .foot_inner .copy {
  font-size: 12px;
  width: auto;
}
#main .kou {
  margin-left: 32px;
}
#main .kou2 {
  margin-left: 32px;
}
#main .ko_ban {
  margin-left: 48px;
  width: auto;
  text-align: justify;
}
#main .ko_dot {
  margin-left: 48px;
  width: auto;
  text-align: justify;
}
#main .kosyu {
  padding: 10px;
  width: auto;
}
#main .kosyu .seminar_box {
	margin: 0px;
	padding: 0px;
	width: auto;
	position: relative;
}
.kosyu .seminar_box .seminar  {
	display: block;
	float: left;
}


#main .kosyu .ki {
  margin-left: 52px;
  text-indent: -42px;
}
#main .kosyu .prg_ko {
  margin-left: 56px;
  text-indent: -28px;
}

#main .login_form {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.login_form form .login_midashi {
  margin: 0px;
  padding: 0px;
  width: auto !important;
}
.login_form form .login_input {
  width: 80%;
  position: relative;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

#main #login_box {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
#main #login_box p {
  padding: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
#main #login_box .lg_midashi {
  font-size: 18px;
}
#main #login_box .lg_inp {
  width: 95%;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
}
#main #login_box .login_btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 250px;
  height: 40px;
  font-size: 16px;
  background-color: #a3ca0f;
  color: #ffffff;
  border-radius: 5px;
  display: block;
  padding-left: auto;
  padding-right: auto;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ffffff;
}
#main #login_box .login_btn:hover {
  background-color: #FFFFFF;
  color: #a3ca0f;
  border: 1px solid #a3ca0f;
}
#main .ret_btn  {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 250px;
  height: 40px;
  font-size: 16px;
  background-color: #cccccc;
  color: #ffffff;
  border-radius: 5px;
  display: block;
  padding-left: auto;
  padding-right: auto;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ffffff;
}
#main .ret_btn:hover {
  background-color: #FFFFFF;
  color: #dddddd;
  border: 1px solid #dddddd;
}
#main .teacher {
  width: 100%;
  position: relative;
}
#main .teacher p {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: justify;
  width: auto;
}

#main .teacher .photo {
  float: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
	height: auto;
}
.teacher .photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#main .teacher .keireki {
  margin-left: 4em;
  text-indent: -4em;
  text-align: left;
  width: auto;

}
#main .bunkatu {
  margin-bottom: 30px;
  width: 100%;
  border-bottom: 2px dotted #a3ca0f;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}
.m_reg_btn     {
  display: block;
  width: 250px;
  height: 80px;
  text-align: center;
  text-decoration: none;
  line-height: 80px;
  outline: none;
  background-color: #a3ca0f;
  border: 2px solid #ffffff;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  border-radius: 5px;
  font-size: 20px;
  margin-right: auto;
  margin-left: auto;
}

#main h3 .campaign {
  padding-left: 5px;
  padding-right: 5px;
  float: none;
  text-align: center;
  border-bottom: 1px solid #ff0000;
  padding-top: 20px;
  position: static;
  left: auto;
  right: auto;
  display: none;
}
#main .campaign2 {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  text-align: center;
  display: block;
  width: 220px;
  border-bottom: 1px solid #ff0000;
  font-weight: bold;
	margin-left:  auto;
	margin-right: auto;
}
#main .top_seminar {
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
#main .spl_mov_titl {
  width: 100%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
}

#main .top_seminar .movie {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-left: 0px;
  padding-right: 0px;
  float: none;
  margin-bottom: 10px;
  min-height: 0px;
  height: auto;
}
.top_seminar .movie video {
  width: 100%;
  height: 100% !important;
  margin: 0px;
  display: inline-block;
  position: absolute;
	
}

#main .top_seminar .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0px;
	height: 100%;
	display: inline-block;
}
#main .top_seminar .banner_box {
	width: 100%;
	margin-top: 10px;
}

#main .campaign_box {
  width: 100%;
}
#main .campaign_box p {
  font-size: 16px;
  text-indent: -16px;
  margin-left: 16px;
}
#main #flowchart  {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: auto !important;
}
#main #flowchart .flow_content {
	display: block;
	position: relative;
	width: auto !important;
}
#flowchart .flow_content .course_name {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 18px;
}
#flowchart .flow_content .course_box {
	padding: 10px;
	width: 90% !important;
	margin-left: auto;
	margin-right: auto;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	border: 2px solid #cccccc;
	position: static;
}
#flowchart .flow_content .course_box p {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	width: auto !important;
}

.flow_content .course_box .course_midashi {
	font-size: 18px !important;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	padding-left: 100px;
}
.course_box .course_midashi .semi {
	display: inline-block;
	width: 80px;
	padding: 5px;
	border: 1px solid #ff0000;
	font-size: 13px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	border-radius: 5px;
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
	margin-right: 10px;
	vertical-align: middle;
	margin-left: -100px;
}
.course_box .course_midashi .kent {
	width: 80px;
	margin-right: 10px;
	display: inline-block;
	border: 1px solid #0000ff;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	border-radius: 5px;
	color: #ffffff;
	background-color: #0000ff;
	text-align: center;
	margin-left: -100px;
}
.flow_content .course_box .course_arrow {
	vertical-align: middle;

}
.course_box .course_arrow .arrw {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	display: inline-block;
	width: 90px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	color: #00ff00;
}



.flow_content .course_box .note {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding-left: 54px;
}
#flowchart .flow_content .arrow_box {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;

}
#main .kosyu .anc {
		
}
#main .kosyu .anc .graph {
	width: auto;
	display: block;
}

.kosyu .anc .graph .g_inner {
	width: 60%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.kosyu .anc .graph .g_inner1 {
	width: 60%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.kosyu .anc .graph .g_inner2 {
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#main .movie_box {
	width: auto;
	height: auto;
	margin-top: 30px;
	padding: 0px;
	position: relative;
}
#main .movie_box .movie {
  width: auto;
  overflow: visible;
  padding-bottom: 56.25%;
  padding-left: 0px;
  padding-right: 0px;
  float: none;
  clear: none;
  margin-bottom: 40px;
  margin-top: 60px;
  position: relative;
  height: auto;
}

#main .movie_box .movie iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}
.movie_box .movie .mov_cap  {
	width: auto;
	display: block;
	position: absolute;
	font-size: 18px;
	padding-top: 0px;
	height: auto;
	line-height: 30px;
	top: -30px;
}

#main .seminar {
  width: 100%;
  height: 400px;
  background-color: #dddddd;
  margin-bottom: 30px;
}
#main .info_box {
  width: 80%;
  margin-bottom: 30px;
  justify-content: space-between;
  align-content: space-between;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  max-width: 450px;
  min-width: 300px;
  position: relative;
}

#main .info_box .info_1 {
  width: 320px;
  height: 250px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  margin-bottom: 20px;
  background-position: center center;
  margin-right: auto;
  margin-left: auto;
}
.info_box .info_1 .info_title1 {
  height: 40px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #a3ca0f;
  font-weight: bold;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  position: absolute;
  left: 70px;
  -webkit-box-shadow: 5px 5px 0px #aaaaaa;
  box-shadow: 5px 5px 0px #aaaaaa;
  bottom: 30px;
}
.info_box .info_1 .info_bg1{
  width: 250px;
  height: 250px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: -9999;
  background-image: url(../img/4964551_s.jpg);
  background-position: 50% 0%;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #a3ca0f;
}
.info_box .info_1 .info_note1{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  box-sizing: border-box;
  height: 260px;
  width: 260px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(255,255,255,0.80);
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 5px dotted #a3ca0f;
  opacity: 0;
}
.info_1 .info_note1 .inner_note {
  display: table-cell;
  width: 230px;
  height: 210px;
  vertical-align: middle;
}
#main .info_box .info_2 {
  width: 320px;
  height: 250px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  margin-bottom: 20px;
  background-position: center center;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}
.info_box .info_2 .info_title2 {
  height: 40px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #004f1a;
  font-weight: bold;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  position: absolute;
  -webkit-box-shadow: 5px 5px 0px #aaaaaa;
  box-shadow: 5px 5px 0px #aaaaaa;
  bottom: 30px !important;
  left: 0px;
}
.info_box .info_2 .info_bg2{
  width: 250px;
  height: 250px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: -9999;
  background-image: url(../img/2781358_s.jpg);
  background-position: 50% 0%;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #a3ca0f;
  padding-left: 0px;
  top: -3px;
  left: 67px;
}
.info_box .info_2 .info_note2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  box-sizing: border-box;
  height: 260px;
  width: 260px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(255,255,255,0.80);
  position: absolute;
  top: -8px;
  border-radius: 50%;
  border: 5px dotted #a3ca0f;
  opacity: 0;
  left: 62px;
}
.info_2 .info_note2 .inner_note {
  display: table-cell;
  width: 230px;
  height: 210px;
  vertical-align: middle;
}
#main .info_box .info_3 {
  width: 320px;
  height: 250px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  margin-bottom: 20px;
  background-position: center center;
  margin-right: auto;
  margin-left: auto;
}
.info_box .info_3 .info_title3 {
  height: 40px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #a3ca0f;
  font-weight: bold;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  position: absolute;
  left: 70px;
  -webkit-box-shadow: 5px 5px 0px #aaaaaa;
  box-shadow: 5px 5px 0px #aaaaaa;
  bottom: 30px;
}
.info_box .info_3 .info_bg3{
  width: 250px;
  height: 250px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: -9999;
  background-image: url(../img/1746888_s.jpg);
  background-position: 50% 0%;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #a3ca0f;
}
.info_box .info_3 .info_note3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  box-sizing: border-box;
  height: 260px;
  width: 260px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(255,255,255,0.80);
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 5px dotted #a3ca0f;
  opacity: 0;
}
.info_3 .info_note3 .inner_note {
  display: table-cell;
  width: 230px;
  height: 210px;
  vertical-align: middle;
}
#main .info_box .info_4 {
  width: 320px;
  height: 250px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  margin-bottom: 20px;
  background-position: center center;
  margin-right: auto;
  margin-left: auto;
}
.info_box .info_4 .info_title4 {
  height: 40px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #004f1a;
  font-weight: bold;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  position: absolute;
  -webkit-box-shadow: 5px 5px 0px #aaaaaa;
  box-shadow: 5px 5px 0px #aaaaaa;
  bottom: 30px;
  left: 0px;
}
.info_box .info_4 .info_bg4{
  width: 250px;
  height: 250px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -3px;
  left: 67px;
  z-index: -9999;
  background-image: url(../img/4902026_s.jpg);
  background-position: 50% 0%;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #a3ca0f;
}
.info_box .info_4 .info_note4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  box-sizing: border-box;
  height: 260px;
  width: 260px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(255,255,255,0.80);
  position: absolute;
  top: -8px;
  left: 62px;
  border-radius: 50%;
  border: 5px dotted #a3ca0f;
  opacity: 0;
}
.info_4 .info_note4 .inner_note {
  display: table-cell;
  width: 230px;
  height: 210px;
  vertical-align: middle;
}





#main .movie_area {
  position: relative;
  width: auto;
  height: auto;
  display: block;
}
#main .movie_area .mv_box {
  position: relative;
  height: auto;
  width: auto;
  overflow: visible;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
}

#main .movie_area .mv_box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
#main .greeting_box {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
#main .semi_img {
  width: 100%;
  height: auto;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
#main .semi_img img {
  width: 100%;
  height: 100%;
}
#main .course_info  {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 60px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  position: relative;
  border-radius: 20px;
  border: 3px solid #a3ca0f;
}
#main .course_info .title {
  background-color: #ffffff;
  position: absolute;
  top: -20px;
  font-size: 18px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 180px;
}
.course_info .title .link_btn {
  display: inline-block;
  width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.course_info .title .link_btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #666666;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
}
#main .course_info .mokuji {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 150px;
}

#main .course_info .course_name {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  padding: 0px;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}
#main .course_info .course_prog {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.course_info .course_prog .prg_inner {
}
.course_prog .prg_inner .prg_name {
  width: 100%;
}
.course_prog .prg_inner .prg_full {
}



#main .course_info .course_list {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.course_info .course_list li {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 5px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
}
.course_list li .name {
  width: 100%;
  display: inline-block;
  text-indent: 1em;
}
.course_list li .price {
  width: 100%;
  display: inline-block;
  text-align: right;
}
#main #seminer_syosai {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  padding: 10px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main #seminer_syosai p {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
  line-height: 18px;
}


#main #seminer_syosai .syosai_title {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: underline;
  text-align: center;
}
#main #seminer_syosai .midashi {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
#main #seminer_syosai .course_cont {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border: 3px dashed #a3ca0f;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border-radius: 20px;
  position: relative;
}
#seminer_syosai .course_cont .title {
  font-size: 16px;
  background-color: #a3ca0f;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 5px double #FFFFFF;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: static;
}
#seminer_syosai .course_cont ul {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}











}

@media (max-width:420px){
#main #toroku {
  font-size: 18px;
}
#main #toroku .h2_wabun {
  font-size: 12px;
}

#main .title_box {
	margin-top: 40px;
	margin-bottom: 0px;
	text-align: center;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

#main .movie_sample {
  width: 100%;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  box-sizing: border-box;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0px;
  position: relative;
}
#main .movie_sample .wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  display: block;
}
#main .movie_sample .wrap .caption  {
  padding: 5px;
  display: block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 12px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0px;
}
#main .movie_sample .wrap .movie {
  width: 100% !important;
  position: relative;
  margin: 0px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  justify-content: space-between;
}
#main .movie_sample .wrap .movie video {
  width: 100%;
  vertical-align: middle;
  height: 100%;
}
#main .sample_question {
	display: none;
}
#main .sample_question_s {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px dashed #a3ca0f;
	height: auto;
	padding: 10px;
}
#main .sample_question_s img {
	width: 100%;
	height: auto;
}



}
