@charset "UTF-8";
/* Scss Document */
#womanLeader #outline {
  font-size: 16px; }
  #womanLeader #outline dt {
    clear: left;
    float: left;
    margin-bottom: 10px;
    font-weight: bold;
    width: 110px;
    color: #ab6a05; }
  #womanLeader #outline dd {
    margin-bottom: 10px;
    margin-left: 110px; }
#womanLeader #curriculum {
  border: 1px solid #CCC; }
  #womanLeader #curriculum h4 {
    clear: both;
    padding: 10px; }
  #womanLeader #curriculum .course01 {
    border: 1px solid #CCC;
    margin: 10px; }
  #womanLeader #curriculum .text_in {
    padding: 10px; }
  #womanLeader #curriculum .box_y {
    background: #FFC;
    padding: 10px; }
  #womanLeader #curriculum .course01 h5 {
    clear: both;
    margin: 0;
    padding: 5px;
    background: #CC6;
    color: #FFF; }
  #womanLeader #curriculum .course02 {
    border: 1px solid #CCC;
    margin: 10px; }
  #womanLeader #curriculum .box_p {
    background: #FFE6E8;
    padding: 10px; }
  #womanLeader #curriculum .course02 h5 {
    clear: both;
    margin: 0;
    padding: 5px;
    background: #FCA2AB;
    color: #FFF; }
  #womanLeader #curriculum dl {
    font-size: 14px;
    margin-bottom: 10px; }
  #womanLeader #curriculum dt {
    float: left;
    width: 85px; }
  #womanLeader #curriculum dd {
    margin-left: 85px;
    margin-bottom: 5px;
    width: 630px; }
  #womanLeader #curriculum ul {
    margin-left: 10px;
    overflow: hidden; }
    #womanLeader #curriculum ul .list01 {
      float: left;
      width: 50%;
      font-size: 14px;
      margin-bottom: 5px; }
  #womanLeader #curriculum li.list01 {
    width: 50%; }
  #womanLeader #curriculum ul {
    font-size: 14px; }
  #womanLeader #curriculum li.list02 {
    margin-left: 20px; }
#womanLeader #supporter td {
  width: 360px;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  vertical-align: top; }
  #womanLeader #supporter td .photoR {
    float: right;
    margin-left: 5px; }
  #womanLeader #supporter td .post {
    font-weight: bold;
    margin-bottom: 10px;
    color: #ab6a05; }
  #womanLeader #supporter td .comment {
    margin-bottom: 10px; }
  #womanLeader #supporter td .name {
    border-bottom: 1px dashed #999;
    margin-bottom: 10px; }
    #womanLeader #supporter td .name span {
      font-size: 18px;
      font-weight: bold; }
#womanLeader #marche td {
  font-size: 14px;
  padding-right: 20px;
  padding-bottom: 20px;
  vertical-align: top; }
  #womanLeader #marche td b {
    color: #ab6a05; }
  #womanLeader #marche td .hint {
    background: #f2ebd3;
    padding: 10px;
    width: 400px; }
#womanLeader .photoL {
  float: left;
  padding: 0 10px 10px 0; }
#womanLeader .photoR {
  float: right; }
#womanLeader #certification dt {
  clear: left;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 80px;
  color: #ab6a05; }
#womanLeader #certification dd {
  margin-left: 90px;
  margin-bottom: 10px; }
  #womanLeader #certification dd #info {
    padding: 10px;
    background: #eee; }
#womanLeader #downloadList td {
  padding: 10px;
  text-align: center; }
#womanLeader .btn {
  text-align: center; }
#womanLeader #office {
  background: #ede2cd;
  padding: 10px;
  margin-bottom: 20px; }
  #womanLeader #office hr {
    border: 1px dotted #ccc; }
  #womanLeader #office .add02 {
    font-size: 14px; }
    #womanLeader #office .add02 img {
      vertical-align: middle;
      margin-right: 3px;
      margin-bottom: 3px; }
  #womanLeader #office dl.notice {
    margin: 0;
    padding: 0;
    text-align: left; }
    #womanLeader #office dl.notice dt {
      float: left;
      width: 15px; }
    #womanLeader #office dl.notice dd {
      margin-left: 15px; }
#womanLeader .text_red {
  color: #C03;
  font-weight: bold; }
#womanLeader .text_orange {
  color: #F30;
  font-weight: bold; }
#womanLeader .menu {
  width: 725px;
  /* text-align: center; */
  /* background: #FFC; */
  /* border: 8px solid #F30; */
  padding: 10px;
  margin-bottom: 30px;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

/* old
#womanLeader #curriculum strong {
	font-weight:bold;
	text-decoration:underline;
}

#womanLeader #curriculum h4 {
	font-size:16px;
	font-weight:bold;
	color:#2ea840;
	margin-bottom:10px;
}
*/
.orange {
  font-size: 16px;
  color: #fff;
  padding: 4px 10px;
  background: #F30;
  line-height: 1.4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: left;
  font-weight: bold; }

.yellow {
  font-size: 16px;
  color: #fff;
  padding: 4px 10px;
  background: #FF9;
  border: 3px solid #FC0;
  line-height: 1.4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: left;
  font-weight: bold; }

.red {
  font-size: 16px;
  color: #C00;
  padding: 4px 10px;
  background: #fff;
  border: 3px solid #C00;
  line-height: 1.4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: left;
  font-weight: bold; }

.black_box {
  font-size: 16px;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #333;
  line-height: 1.4;
  border-radius: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: left;
  margin-top: 10px; }

#womanLeader .application {
  width: 700px;
  text-align: center;
  background: #FFC;
  border: 3px solid #090;
  padding: 10px 5px;
  margin: 0 auto 30px;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
  #womanLeader .application img {
    width: 300px; }
#womanLeader h3.font26 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 5px dotted #ccc;
  clear: both; }
#womanLeader h2 {
  clear: both;
  margin-bottom: 10px;
  margin-top: 30px; }
#womanLeader h4 {
  clear: both;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 10px;
  /*
  border-left: 10px solid #ccc;
  */
  border-left: 10px solid #77ba4f;
  border-bottom: 1px dotted #666;
  margin-left: 15px; }
#womanLeader h5 {
  font-size: 16px;
  font-weight: bold;
  color: #090;
  margin-bottom: 10px;
  padding: 3px 10px; }
#womanLeader h6 {
  background: #FDE8D0;
  margin-bottom: 10px;
  padding: 3px 10px; }
#womanLeader h7 {
  font-size: 16px;
  font-weight: bold;
  color: #090;
  margin-bottom: 10px; }
#womanLeader p {
  line-height: 1.5; }
#womanLeader dl.mark01 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 14px; }
  #womanLeader dl.mark01 dt {
    float: left;
    width: 18px; }
  #womanLeader dl.mark01 dd {
    margin-left: 18px; }
#womanLeader .line {
  text-decoration: underline; }
#womanLeader .frame_box {
  border: 1px solid #ccc; }
#womanLeader .text_box {
  padding: 10px 20px 20px; }
#womanLeader .point_box {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px; }
#womanLeader .point_l {
  float: left;
  width: 80px; }
#womanLeader .point_r {
  float: right;
  /*
  width: 630px;
  */
  width: 670px; }
#womanLeader .lecturer {
  width: 720px;
  overflow: hidden;
  border: 1px solid #ccc;
  clear: both;
  margin-bottom: 20px; }
#womanLeader .lecturer_l {
  float: left;
  width: 370px;
  height: 100%;
  border: 1px solid #ccc;
  padding: 3px;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
#womanLeader .lecturer_r {
  float: right;
  width: 370px;
  height: 100%;
  border: 1px solid #ccc;
  padding: 3px;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
#womanLeader .lec_photo {
  overflow: hidden;
  padding: 10px; }
#womanLeader .lec_l {
  float: left;
  width: 240px; }
#womanLeader .lec_text {
  float: right;
  width: 330px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 5px; }
#womanLeader .lecturer .ico {
  float: right;
  width: 120px;
  height: 25px;
  background: #ccc; }
#womanLeader dl#seika {
  margin: 5px 0 5px 30px;
  font-size: 14px; }
#womanLeader #seika dt {
  float: left;
  width: 250px;
  margin-bottom: 5px; }
#womanLeader #seika dd {
  margin-left: 250px;
  width: 160px;
  background: #FFC;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 5px;
  text-align: center; }
#womanLeader .sub_title {
  font-size: 16px;
  font-weight: bold;
  color: #21A23E; }
#womanLeader .sub_title02 {
  font-size: 16px;
  font-weight: bold; }
#womanLeader #explanatory {
  display: block;
  border: 1px solid #58b339;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 20px; }
  #womanLeader #explanatory .box_title, #womanLeader #explanatory .desc {
    padding: 5px; }
  #womanLeader #explanatory .box_title {
    border-radius: 10px 10px 0 0;
    background: #58b339;
    color: #fff; }
  #womanLeader #explanatory .point {
    font-size: 16px;
    font-weight: bold;
    color: #1da39b;
    margin-left: 30px; }
#womanLeader dl.gaiyo {
  margin: 0 0 10px;
  font-size: 14px; }
#womanLeader .gaiyo dt {
  float: left;
  width: 20px; }
#womanLeader .gaiyo dd {
  margin-left: 20px; }
#womanLeader .green {
  background: #21A23E;
  color: #fff;
  padding: 5px; }
#womanLeader .red_bold {
  font-size: 18px;
  color: #C03;
  font-weight: bold; }
#womanLeader .mark_arrow {
  float: left;
  margin-left: 20px; }
#womanLeader .glay_box01 {
  clear: both;
  border: 1px solid #eee;
  padding: 2px;
  overflow: hidden;
  margin-bottom: 20px; }
#womanLeader .glay_box02 {
  background: #f7f7f7;
  padding: 10px; }
#womanLeader .double_line {
  border-bottom: double #21A23E;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px; }
#womanLeader .box_y dl {
  font-size: 14px;
  margin-bottom: 10px; }
#womanLeader .box_y dt {
  float: left;
  width: 85px; }
#womanLeader .box_y dd {
  margin-left: 85px;
  margin-bottom: 5px;
  width: 605px; }
#womanLeader .box_y ul {
  margin-left: 10px;
  overflow: hidden; }
  #womanLeader .box_y ul .list01 {
    float: left;
    width: 50%;
    font-size: 14px;
    margin-bottom: 5px; }
#womanLeader .box_y li.list01 {
  width: 50%; }
#womanLeader .box_y ul {
  font-size: 14px; }
#womanLeader .box_y li.list02 {
  margin-left: 20px; }
#womanLeader .box_y .rxr_green {
  color: #21A23E;
  font-weight: bold; }
#womanLeader #schedule01 {
  width: 690px;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 14px; }
  #womanLeader #schedule01 th {
    background: #13ab3e;
    border: 1px solid #ccc;
    padding: 5px;
    line-height: 1.4em;
    color: #FFF;
    font-weight: bold;
    text-align: center; }
  #womanLeader #schedule01 td {
    border: 1px solid #ccc;
    padding: 5px;
    line-height: 1.4em;
    text-align: center; }
    #womanLeader #schedule01 td.c00 {
      background: #E5F4D0; }
    #womanLeader #schedule01 td.time {
      background: #F5FCEB; }
    #womanLeader #schedule01 td.area {
      text-align: left; }
    #womanLeader #schedule01 td.red_txt {
      color: #C03;
      font-weight: bold; }
#womanLeader #schedule02 {
  width: 720px;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 14px; }
  #womanLeader #schedule02 th {
    border: 1px solid #ccc;
    background-color: #21A23E;
    padding: 5px;
    color: #FFF;
    font-weight: bold; }
    #womanLeader #schedule02 th.vertical {
      width: 100px;
      border: 1px solid #ccc;
      background-color: #F08300;
      padding: 5px;
      text-align: center;
      color: #FFF;
      font-weight: bold; }
  #womanLeader #schedule02 td {
    border: 1px solid #ccc;
    padding: 5px;
    line-height: 1.4em; }
    #womanLeader #schedule02 td.no {
      background: #eee;
      text-align: center; }
    #womanLeader #schedule02 td.c01 {
      background: #FAD09E; }
    #womanLeader #schedule02 td.c02 {
      background: #E5F4D0; }
#womanLeader #schedule03 {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 14px; }
  #womanLeader #schedule03 th {
    border: 1px solid #ccc;
    background-color: #F08300;
    padding: 5px;
    color: #FFF;
    font-weight: bold; }
  #womanLeader #schedule03 td {
    border: 1px solid #ccc;
    padding: 5px;
    line-height: 1.4em; }
    #womanLeader #schedule03 td.no {
      background: #eee;
      text-align: center; }
    #womanLeader #schedule03 td.c01 {
      background: #FAD09E; }
    #womanLeader #schedule03 td.c02 {
      background: #FDE8D0; }
#womanLeader ul#etc {
  width: 720px;
  margin: 0;
  padding: 0;
  text-align: center; }
  #womanLeader ul#etc li {
    float: left;
    display: inline;
    width: 350px; }
    #womanLeader ul#etc li + li {
      margin-left: 10px; }
#womanLeader .etc_box {
  border: 1px solid #21A23E;
  padding: 5px;
  margin-bottom: 30px;
  height: 390px; }
  #womanLeader .etc_box img {
    margin-bottom: 10px; }
  #womanLeader .etc_box p {
    text-align: left; }
#womanLeader .photo {
  padding: 10px;
  background: #eee;
  width: 590px;
  text-align: center;
  margin: auto;
  margin-bottom: 30px; }
#womanLeader dl.hiyo {
  margin: 10px 0 10px 10px;
  padding: 0;
  font-size: 14px; }
#womanLeader .hiyo dt {
  float: left;
  width: 18px; }
#womanLeader .hiyo dd {
  margin-left: 18px; }
#womanLeader table#nagare {
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 20px; }
#womanLeader #nagare th {
  font-size: 32px;
  font-weight: bold;
  color: #ccc;
  padding: 5px;
  border-bottom: 1px dotted #ccc; }
#womanLeader #nagare td {
  padding: 5px;
  border-bottom: 1px dotted #ccc; }
#womanLeader #nagare th.end, #womanLeader #nagare td.end {
  border-bottom: none; }

/*
#womanLeader h4{
	border-left:10px #999 solid; 
	background: #eee;
	color:#666;
	margin-bottom: 10px;
	padding:3px 10px;
}
*/
/*
#womanLeader #schedule03 tr.c01 td{
	background:#FAD09E;
}

#womanLeader #schedule03 tr.c01 td{
	background:#FDE8D0;
}
*/
/*
#womanLeader #schedule03 tr.c01 td{
	background:#FAD09E;
}

#womanLeader #schedule03 tr.c02 td{
	background:#FDE8D0;
}
*/
/* 3カラムの場合 233px */
/* pagetop pattern3 */
/*
.pagetop3 {
	position: fixed;
	bottom: -300px;
	right: 24px;
	margin: 0 auto;
	z-index: 200;
	visibility: hidden;
	-webkit-transition: bottom 0.4s linear;
	transition: bottom 0.4s linear;
}

.pagetop3.visible {
	bottom: 30px;
}

.pagetop3 a {
	display: table-cell;
	width: 6em;
	height: 6em;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 1.2em;
	line-height: 1;
	border-radius: 50%;
	background: #000;
	behavior: url(PIE.htc);	
}
*/
.movie_box {
  width: 100%;
  height: 206px;
  padding-bottom: 30px; }

.movie_l {
  float: left;
  width: 360px; }

.movie_r {
  float: right;
  width: 360px; }

.movie_box_s {
  width: 100%;
  padding: 15px; }

#seminar .left_box {
  float: left;
  width: 350px;
  margin-bottom: 30px; }
#seminar .right_box {
  float: right;
  width: 400px; }
#seminar span {
  margin-right: 5px;
  letter-spacing: -0.2px; }
#seminar .point {
  background: #FFC;
  border: 2px solid #27A439;
  color: #27A439;
  font-weight: bold;
  padding: 2px 5px;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
#seminar .point2 {
  background: #FFC;
  border: 2px solid #27A439;
  color: #27A439;
  font-weight: bold;
  padding: 2px 5px;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center; }
#seminar .attention {
  margin-left: 170px;
  color: #C03; }
#seminar .txt_green {
  font-size: 16px;
  color: #27A439;
  font-weight: bold; }
#seminar .f_left {
  float: left;
  width: auto;
  font-size: 16px;
  margin-top: 10px; }
#seminar .f_right {
  float: right;
  width: 260px; }
  #seminar .f_right span {
    color: #C03; }
#seminar #app_box td span {
  color: #C03; }
#seminar h4 {
  clear: both;
  font-size: 28px;
  font-weight: normal;
  margin: 50px 0 10px;
  padding-left: 10px;
  border-left: 5px solid #ccc; }
#seminar table {
  width: 100%; }
#seminar th {
	vertical-align:middle;
  padding: 10px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: bold;
  text-align: center; }
#seminar td {
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 14px; }

#article [class^="area"], #article [class*=" area"] {
  font-weight: bold; }

#seminar th.area01 {
  background: #fcebcf; }
#seminar th.area02 {
  background: #e3f2eb; }
#seminar th.area03 {
  background: #fbe5d9; }
#seminar th.area04 {
  background: #eefbe9; }
#seminar th.area05 {
  background: #d4e5f6; }
#seminar th.area06 {
  background: #91befb; }
#seminar th.area07 {
  background: #FFC; }
#seminar th.area08 {
  background: #CFC; }
#seminar th.area09 {
  background: #bdccdb; }
#seminar th.area {
  font-size: 1.05rem;
  text-align: left; }
#seminar td .blue {
  background: #44C0F0;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
#seminar td .purple {
  background: #7B6AAE;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
#seminar th .blue02 {
  background: #008ACD;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
#seminar th .purple02 {
  background: #5D287F;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
#seminar th .pink02 {
  background: #CB1063;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
#seminar td .txt_red {
  color: #C03;
  font-weight: bold; }
#seminar #detailed th.title_01 {
  background: #b3ddf7;
  color: #008ACD;
  font-weight: bold;
  text-align: left; }
#seminar #detailed th.title_01_s {
  background: #D6EEFB;
  color: #008ACD;
  font-weight: bold;
  text-align: center; }
#seminar #detailed td.arrow {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center; }
#seminar #detailed th.c_01 {
  background: #e9f8fe;
  color: #008ACD;
  text-align: left; }
#seminar #detailed th.title_02 {
  background: #CBBEDD;
  color: #5D287F;
  font-weight: bold;
  text-align: left; }
#seminar #detailed th.title_02_s {
  background: #66F;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
  border: 2px solid #606; }
#seminar #detailed th.c_02 {
  background: #f2eeff;
  color: #5D287F;
  text-align: left; }
#seminar #detailed th.title_03 {
  background: #EAB5D2;
  color: #CB1063;
  font-weight: bold;
  text-align: left; }
#seminar #detailed th.c_03 {
  background: #feedf6;
  color: #CB1063; }
#seminar th.title_app {
  text-align: left; }
#seminar #detailed th.width250 {
  width: 200px; }
#seminar #detailed th.width50 {
  width: 50px; }
#seminar .lecturer {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  clear: both;
  margin-bottom: 20px; }
#seminar h6 {
  font-size: 14px;
  background: #f7f7f7;
  margin-bottom: 10px;
  padding: 3px 10px; }
#seminar .lec_photo {
  overflow: hidden;
  padding: 10px; }
#seminar .photoL {
  float: left;
  padding: 0 10px 10px 0; }
#seminar .lec_l {
  float: left;
  width: 270px; }
  #seminar .lec_l p:first-child {
    margin-bottom: 10px; }
  #seminar .lec_l p:last-child {
    font-size: 12px; }
    #seminar .lec_l p:last-child span {
      font-size: 18px; }
#seminar .lec_text {
  float: right;
  width: 330px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 5px; }
#seminar table#app_box {
  border-collapse: collapse;
  border: 1px solid #ccc; }

#app_box .app_web {
  height: 100px; }
  #app_box .app_web .button2 .button3 {
    margin-top: 20px; }

#seminar table#app_box th {
  padding: 5px 10px;
  text-align: center; }
#seminar table#app_box td {
  padding: 10px;
  border: none;
  text-align: center; }
#seminar dt {
  float: left;
  width: 60px; }
#seminar dd {
  margin-left: 60px; }

#ikuseijyuku_vol03 p {
  line-height: 2; }
#ikuseijyuku_vol03 dl {
  margin: 0;
  font-size: 14px;
  margin-bottom: 30px;
  color: #E60012;
  font-weight: bold; }
#ikuseijyuku_vol03 dt {
  float: left;
  width: 18px; }
#ikuseijyuku_vol03 dd {
  margin-left: 18px; }
#ikuseijyuku_vol03 h4 {
  clear: both;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 10px;
  /*
  border-left: 10px solid #ccc;
  */
  border-left: 10px solid #77ba4f;
  border-bottom: 1px dotted #ccc; }
#ikuseijyuku_vol03 .movie {
  width: 580px;
  background: #E4EDE2;
  margin: 0 auto 30px;
  padding: 10px 0;
  text-align: center; }
#ikuseijyuku_vol03 .text_red {
  color: #E60012; }

.button, .button_s, .button_close, .button2, .button2_close {
  padding: 10px 0;
  border: 1px solid #999999;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  display: inline-block;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-weight: bold;
  color: #333;
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #CFCFCF);
  background-image: -moz-linear-gradient(top, #FFFFFF, #CFCFCF);
  background-image: -ms-linear-gradient(top, #FFFFFF, #CFCFCF);
  background-image: -o-linear-gradient(top, #FFFFFF, #CFCFCF);
  background-image: linear-gradient(to bottom, #FFFFFF, #CFCFCF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF, endColorstr=#CFCFCF); }

  .button3, .button3_close {
    padding: 10px 0;
    border: 1px solid rgb(119, 135, 143);
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    display: inline-block;
    text-shadow: 1px 1px 0 rgb(119, 135, 143, 0.3);
    font-weight: bold;
    color: #333;
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#cdecfe));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #cdecfe);
    background-image: -moz-linear-gradient(top, #FFFFFF, #cdecfe);
    background-image: -ms-linear-gradient(top, #FFFFFF, #cdecfe);
    background-image: -o-linear-gradient(top, #FFFFFF, #cdecfe);
    background-image: linear-gradient(to bottom, #FFFFFF, #CFCcdecfeFCF);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF, endColorstr=#cdecfe); }

.button, .button_close, .button3, .button3_close {
  width: 230px; }

.button2, .button2_close, .button3, .button3_close {
  width: 500px;
  height: 30px;
  padding-top: 20px;
  /* margin-bottom: 20px; */
 }

.button_s {
  width: 500px;
  margin: 20px 0; }

.button:hover, .button2:hover, .button_s:hover {
  border: 1px solid #7A7A7A;
  color: #333;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fefdcd));
  background-image: -webkit-linear-gradient(top, #ffffff, #fefdcd);
  background-image: -moz-linear-gradient(top, #ffffff, #fefdcd);
  background-image: -ms-linear-gradient(top, #ffffff, #fefdcd);
  background-image: -o-linear-gradient(top, #ffffff, #fefdcd);
  background-image: linear-gradient(to bottom, #ffffff, #fefdcd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#fefdcd); }

  .button3:hover {
    border: 1px solid rgb(119, 135, 143);
    color: #333;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#83b5d1));
    background-image: -webkit-linear-gradient(top, #ffffff, #83b5d1);
    background-image: -moz-linear-gradient(top, #ffffff, #83b5d1);
    background-image: -ms-linear-gradient(top, #ffffff, #83b5d1);
    background-image: -o-linear-gradient(top, #ffffff, #83b5d1);
    background-image: linear-gradient(to bottom, #ffffff, #83b5d1);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#83b5d1); }

button_close:hover, button2_close:hover {
  border: 1px solid #7A7A7A;
  color: #333;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#CFCFCF));
  background-image: -webkit-linear-gradient(top, #ffffff, #CFCFCF);
  background-image: -moz-linear-gradient(top, #ffffff, #CFCFCF);
  background-image: -ms-linear-gradient(top, #ffffff, #CFCFCF);
  background-image: -o-linear-gradient(top, #ffffff, #CFCFCF);
  background-image: linear-gradient(to bottom, #ffffff, #CFCFCF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#CFCFCF); }

.button:visited, .button2:visited, .button_s:visited, .button3:visited {
  color: #333; }

.place {
  font-weight: normal;
  font-size: 0.8rem; }

.width90per {
  width: 90%;
  margin: 0 auto; }

.date {
  font-size: 1rem;
  font-weight: bold; }
.date2 {
  font-size: 1.2rem;
  font-weight: bold; }
.times {
  font-size: 0.8rem;
}

#seminar .done {
  font-weight: bold;
  color: #red; }

.time {
  background: #e4e2e2;
  vertical-align: middle; }

.font130per {
  font-size: 130%; }

#seminar .font120per {
  font-size: 120%;
  font-weight: bold; }

.web_enter {
  background: #157f4a;
  text-align: center;
  font-size: 1.5rem;
  border-bottom: none;
  border-top: 5px solid #77ba4f;
  border-bottom: 5px solid #77ba4f;
  border-left: 20px solid #77ba4f;
  border-right: 20px solid #77ba4f;
  color: #FFF;
  padding: 15px; }

.base {
  position: relative; }

.number {
  position: absolute;
  top: 20px;
  right: 10px; }

.right {
  float: right; }

.btn_close {
  width: 250px;
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #58a0ca;
  border: 1px solid #58a0ca; }

.btn a {
  width: 250px;
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #58a0ca;
  border: 1px solid #58a0ca; }
  .btn a:hover {
    width: 250px;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    background-color: #58a0ca; }

.bread {
  background: #d6ffd8;
  padding: 5px; }

.menu {
  width: 80%;
  /* margin: 0 auto; */
  padding: 10px;
  /* background: #FFC; */
 }

.video {
  width: 600px;
  margin: 10px auto 20px;
  border: 10px solid #363;
  padding: 10px; }

.list_btn {
  margin-left: 20px; }
  .list_btn li {
    display: inline-block; }

.btn2_close {
  width: 120px;
  font-size: 1.0rem;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #fff;
  border: 2px solid #2475c2;
  background-color: #2475c2;
  line-height: 1.8rem; }

.btn2 a {
  width: 120px;
  font-size: 1.0rem;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #fff;
  border: 2px solid #2475c2;
  background-color: #2475c2;
  line-height: 1.8rem; }
  .btn2 a:hover {
    width: 120px;
    font-size: 1.0rem;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 10px 5px;
    color: #2475c2;
    border: 2px solid #2475c2;
    line-height: 1.8rem;
    background-color: #fff; }

.btn3_close {
  width: 250px;
  font-size: 0.9rem;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #fff;
  background-color: #3945a4;
  line-height: 1.8rem; }

.btn3 a {
  width: 250px;
  font-size: 0.9rem;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #fff;
  background-color: #3945a4;
  line-height: 1.8rem; }
  .btn3 a:hover {
    width: 250px;
    font-size: 0.9rem;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 10px 5px;
    color: #3945a4;
    border: 2px solid #3945a4;
    line-height: 1.8rem;
    background-color: #fff; }

.btn4_close {
  width: 120px;
  font-size: 1.0rem;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #fff;
  border: 2px solid #1f7939;
  background-color: #1f7939;
  line-height: 1.8rem; }

.btn4 a {
  width: 120px;
  font-size: 1.0rem;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #fff;
  border: 2px solid #1f7939;
  background-color: #1f7939;
  line-height: 1.8rem; }
  .btn4 a:hover {
    width: 120px;
    font-size: 1.0rem;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 10px 5px;
    color: #1f7939;
    border: 2px solid #1f7939;
    line-height: 1.8rem;
    background-color: #fff; }

.ttl_top {
  font-size: 1.7rem;
  font-weight: bold;
  color: red;
  border: 2px solid red;
  padding: 20px 45px;
  margin-bottom: 10px; }
  .ttl_top span {
    font-size: 1.2rem; }

#womanLeader .womanLeader__title {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  padding: 0 10px;
  margin: 0 20px;
  box-sizing: border-box;
  z-index: 1; }
  #womanLeader .womanLeader__title:before {
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: 7px;
    left: 0px;
    background-color: rgba(84, 160, 36, 0.5);
    z-index: -1; }
#womanLeader .womanLeader__fig {
  margin: 40px 10px;
  padding: 0; }
  #womanLeader .womanLeader__fig img {
    width: 100%;
    height: auto; }

.forum-2019__top__title {
  font-weight: normal;
  font-size: 23px;
  display: flex; }
  .forum-2019__top__title__icon {
    display: inline-block;
    width: 45px;
    margin-right: 10px; }
    .forum-2019__top__title__icon img {
      max-width: 100%;
      height: auto; }
.forum-2019__top__subTitle {
  position: absolute;
  top: 13px;
  left: 15px;
  font-size: 46px;
  font-weight: bold;
  color: #21A23E; }
.forum-2019__top__fig {
  position: relative; }
.forum-2019 h4 {
  clear: both;
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 10px solid #77ba4f;
  border-bottom: 1px dotted #ccc; }
.forum-2019__txt {
  font-size: 15px;
  margin-left: 1em; }
.forum-2019__define {
  margin-left: 1em;
  font-size: 15px; }
  .forum-2019__define dt {
    clear: left;
    float: left;
    width: 7em;
    font-weight: bold; }
  .forum-2019__define dd {
    padding-left: 7em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 8px; }
  .forum-2019__define__s {
    font-size: 14px; }
.forum-2019__attention {
  border: 1px solid #ccc;
  padding: 20px; }
  .forum-2019__attention__title {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 2px dotted #ccc; }


.topic_moji {
font-size: 1.2em;
color: #FF7700;
font-weight: 600;
}
.orange_moji {
  color: #FF7700;
}
.color_black {
  color: #000;
}
.pickup li {
  font-size: 1.2em;
  font-weight: 600;
}
/* .pickup a {
  font-size: 1.2em;
  font-weight: 600;
} */
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt100 {
	margin-top: 100px;
}
.mt200 {
	margin-top: 200px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb150 {
	margin-bottom: 150px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.info_basic_inline {
  display: inline-block;
  width: 48%;
}
.info_basic_inline img {
  margin-left: 17px;
}
.info_basic_inline2 {
  display: inline-block;
  width: 48%;
  vertical-align: middle;
}
.info_basic_title {
  font-weight: 600;
  color: #ffffff;
  background-color: #1f7939;
  padding: 10px;
}
.info_basic_p {
  padding: 7px;
  border: 2px solid #1f7939;
  border-radius: 20px;
  height: 230px;
  margin-top: 5px;
}
.tx_center {
  text-align: center !important;
}
.tx_right {
  text-align: right;
}
.tx_left {
  text-align: left;
}
.red_moji {
  color: #ff0000;
}
.mini_moji {
  font-size: 0.8em;
}
.big_moji {
  font-size: 1.3em;
}
.big_moji_b {
  font-size: 1.15em;
}
.relative {
  position: relative;
}
.relative a:hover {
  opacity: 0.5;
  transition: 0.2s;
}
.absolute_img {
  position: absolute;
  top: 320px;
  left: 570px;
}
.absolute_img2 {
  position: absolute;
  top: 385px;
  left: 480px;
  width: 250px;
}
.absolute_img3 {
  position: absolute;
  top: 395px;
  left: 30px;
  width: 250px;
}
.absolute_img2 a {
  color: #000;
  border-bottom: #000 1px solid;
  font-weight: 600;
}
.absolute_img2 a:hover {
  color: rgb(11, 186, 255);
  transition: 0.2s;
}
.absolute_img3 a {
  color: #000;
  border-bottom: #000 1px solid;
  font-weight: 600;
}
.absolute_img3 a:hover {
  color: rgb(11, 186, 255);
  transition: 0.2s;
}
.fontsize li {
font-size: 14px;
}
.letter_space {
  letter-spacing: -0.2px;
}
.letter_space_1 {
  letter-spacing: -2.2px;
}
.letter_space_2 {
  letter-spacing: -0.8px !important;
}
.letter_space_3 {
  letter-spacing: -1.4px !important;
}
.width_td {
  width: 32%;
}
.font_size_pw {
  font-size: 1.2em !important;
}
.inline_info {
  display: inline-block;
}
.inline_info li a {
  color: #000;
}
.inline_info li a:hover {
  color: rgb(11, 186, 255);
  transition: 0.2s;
}
.pickup a {
  color: #000;
}
.pickup a:hover {
  color: rgb(11, 186, 255);
  transition: 0.2s;
}
.bold {
  font-weight: 600;
}
.gray_border {
  padding-left: 10px;
  margin-bottom: 5px;
  border-left: 5px solid #ccc;
  font-size: 16px;
}
.btn-flat-border {
  display: inline-block;
  padding: 1.3em 12em;
  text-decoration: none;
  color: #1f7939;
  border: solid 2px #1f7939;
  border-radius: 3px;
  transition: .4s;
  font-weight: 600;
}

.btn-flat-border:hover {
  background: #1f7939;
  color: white;
}

.coment_relative {
  position: relative;
}
.coment_absolute {
  position: absolute;
  top: 0px;
  left:650px;
  height: 100%;
}

.corona {
  padding: 20px 30px;
  border: 1.5px solid rgb(247, 95, 171);
  border-radius: 30px;
  margin: 20px 0;
  font-family: "游ゴシック 本文";
}
.corona_title {
  font-size: 1.3em;
  font-weight: 600;
  font-family: "HGP創英ﾌﾟﾚｾﾞﾝｽEB" !important;
}
.corona ul li {
  font-weight: 600;
  text-decoration: underline;
  font-size: 14px;
  margin-left: 1.1em;
}
.corona_u {
  font-weight: 600;
  text-decoration: underline;
}
.red_topic {
  padding: 10px;
  border: solid 1px red;
  color: red;
}
#schedule02 ul li {
  text-align: left;
  letter-spacing: 1px;
}
#schedule02 p{
  letter-spacing: -0.7px;
}
.remote_table table {
  width: 100%;
  text-align: center;
}
.remote_table table td {
  padding: 10px 5px;
}
.bg_td_green {
  background-color: #E5F4D0;
}
.bg_td_gray {
  background-color: #eee;
}
.table_title {
  border: 1px solid #ccc;
  background-color: #21A23E;
  padding: 5px;
  color: #FFF;
  font-weight: bold;
}
.nomal_moji ul li {
  font-size: 1em;
  letter-spacing: -0.5px;
}
.letter_space_topic {
  letter-spacing: -0.5px;
}