@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  font-family: sans-serif;
}
a {
  color: #404040;
  text-decoration: none;
}
#wrap {
  overflow: hidden;
}
#wrapper {}
#contents {
  position: relative;
  width: 100%;
  z-index: 5;
}
.header_top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto;
}
.logo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: baseline;
  padding: 20px 30px 15px 30px;
}
.logo p {
  margin-left: 30px;
}
.top_Inquiry {
  margin: 20px 30px;
  opacity: 1;
  transition: all 0.3s;
}
.top_Inquiry:hover {
  opacity: 0.7;
}
.boshu_line {
  display: table-cell;
  vertical-align: middle;
  width: 980px;
  height: 103px;
  background: #85C2BA;
}
.boshu_line_end {
  display: table-cell;
  vertical-align: middle;
  width: 980px;
  height: 103px;
  background: #999
}
.boshu_line p {
  display: table;
  margin: 0 auto;
  font-size: 26.46px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #fff;
}
.boshu_line p span {
  font-size: 22.68px;
  font-weight: normal;
}
.boshu_line_end p {
  display: table;
  margin: 0 auto;
  font-size: 26.46px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #fff;
}
.boshu_line_end p span {
  font-size: 22.68px;
  font-weight: normal;
}
#header_pc {
  position: relative;
  width: 100%;
  height: 520px;
  z-index: 5;
  overflow: hidden;
}
#slick_container {
  width: 1920px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -950px;
  z-index: 9;
}
.slider_hide .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -o-filter: opacity(50%);
  -ms-filter: opacity(50%);
  filter: opacity(50%);
  transition: 0.3s linear;
}
.bosyu_top {
  position: absolute;
  top: 410px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 15;
}
#main_cont {
  width: 980px;
  margin: 0 auto;
}
#open_cont {
  padding: 0 30px;
}
.cont_box_area {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.text_box_area {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
.text_box_area a {
	color: #ad0000;
	text-decoration: underline;
}

.cont_box {
  position: relative;
  width: 400px;
  margin-bottom: 120px;
  text-align: center;
  opacity: 1;
  transition: all 0.3s;
}
.cont_box_try {
  position: relative;
  margin-top: 50px;
  text-align: center;
  opacity: 1;
  transition: all 0.3s;
}

.cont_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 477px;
  z-index: 20;
}

.cont_box_try a {
  position: absolute;
  top: 0;
  left: 0;
  width: 980px;
  height: 277px;
  z-index: 20;
}

.cont_box:hover {
  opacity: 0.7;
}
.cont_box_try:hover {
  opacity: 0.7;
}
.cont_title {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
}
.date_box {
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
  /*width: 300px; */
  /* height: 80px; */
}
.date_box_try {
  display: inline-block;
  margin-bottom: 30px;
  text-align: left;
  /*width: 300px; */
  /* height: 80px; */
}
.cont_date, .cont_closing, .cont_location, .cont_starting, .cont_seminar, .cont_seminarlocation {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
}
.cont_closing span {
  font-size: 20px;
  font-weight: bold;
  color: #ef8100;
}
.cont_flag {
  width: 400px;
  margin-bottom: 8px;
  text-align: right;
}
.notice_cont_flag {
  width: 290px;
  margin-bottom: 8px;
  text-align: right;
}
.cont_banner {
  position: relative;
}
.cont_banner_try {
  position: relative;
}
.resizeimage img { 
	width: 50%; 
}
.notice_cont_banner {
  position: relative;
  float: left;
}
.btn_indetail {
  position: absolute;
  top: 280px;
  left: 0;
  right: 0;
  margin: auto;
  width: 140px;
  padding: 5px 5px 7px;
  color: #fff;
  border-radius: 6px;
  font-weight: 700;
  border: solid 1px #4ba82f;
  background: -webkit-linear-gradient(#66cf5a 0%, #48ae3a 100%);
  background: linear-gradient(#66cf5a 0%, #48ae3a 100%);
  -webkit-box-shadow: 0 -1px 0 #478d36 inset;
  box-shadow: 0 -1px 0 #478d36 inset;
}
.btn_indetail:after {
  position: absolute;
  width: 10px;
  height: 16px;
  top: 50%;
  right: 3px;
  margin-top: -7px;
  content: "";
  display: block;
  background: url(../images/bt_003a.png) 0 -25px no-repeat;
  -webki-background-size: 8px auto;
  background-size: 8px auto;
}
.dot {
  display: block;
  width: 11px;
  height: 47px;
  margin: 0 auto 20px;
}
.more_btn {
  display: block;
  width: 500px;
  margin: 0 auto;
  opacity: 1;
  transition: all 0.3s;
}
.more_btn:hover {
  opacity: 0.7;
}
.notice_cont {
  width: 980px;
  overflow: hidden;
}
.caution {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  letter-spacing: 1px;
}
.caution_bottom {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}
.noticecont_box {
  width: 450px;
  height: 150px;
  margin: 40px 20px;
  float: left;
}
.notice_date_box {
  margin-left: 230px;
}
.closing_cont {
  padding: 100px 30px 100px;
  background: url(../images/back.png);
  background-repeat: repeat;
}
.btn_end_cont {
  width: 500px;
  height: 71px;
  margin: 80px auto;
  opacity: 1;
  transition: all 0.3s;
}
.enq_bnr_area {
  width: 500px;
  margin: 0px auto 0px auto;
  opacity: 1;
  transition: all 0.3s;
}
.enq_bnr_area2 {
  width: 500px;
  margin: 0px auto 0px auto;
  opacity: 1;
  transition: all 0.3s;
}
.btn_end_cont:hover {
  opacity: 0.7;
}
.enq_bnr_area:hover {
  opacity: 0.7;
}
.enq_bnr_area2:hover {
  opacity: 0.7;
}
#footer {
  width: 980px;
  height: 100px;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  background: #5f5f5f;
}
#footer a:link {
  color: #fff;
}
#footer a:visited {
  color: #fff;
}
#footer a:hover {
  color: #fff;
}
#footer a:active {
  color: #fff;
}
#footer p {
  display: table;
  margin: 0 auto;
}
.space_m80 {
  margin-top: 50px;
  clear: both;
}
.space_m100 {
  margin-top: 50px;
  clear: both;
}
#page-top {
  position: fixed;
  bottom: 40px;
  margin-left: 890px;
}
#page-top a {
  background: #5F5F5F;
  text-decoration: none;
  color: #fff;
  padding: 15px;
  text-align: center;
  display: block;
  border-radius: 100px;
  transition: all 0.2s;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}
#page-top a img {
  width: 50px;
}
@media screen and (max-width:800px) {
  .header_top {
    width: 100%;
    margin: 0 auto;
  }
  .logo {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 2vw;
  }
  .logo img {
    width: 20vw;
  }
  .logo p {
    margin-left: 3vw;
    font-size: 3.0vw;
  }
  .top_Inquiry {
    margin: 2vw;
    opacity: 1;
    transition: all 0.3s;
  }
  .top_Inquiry img {
    width: 30vw;
  }
  #header_pc {
    position: relative;
    width: 100%;
    height: 51vw;
    z-index: 5;
    overflow: hidden;
  }
  #slick_container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: 0;
    margin-left: 0px;
    z-index: 9;
  }
  #slick_container .slider img {
    width: 100%;
  }
  .slider_hide .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(100%);
    -moz-filter: opacity(100%);
    -o-filter: opacity(100%);
    -ms-filter: opacity(100%);
    filter: opacity(100%);
    transition: 0;
  }
  .bosyu_top {
    width: 80%;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 15;
  }
  .boshu_line {
    width: 100vw;
    height: 14vw;
  }
  .boshu_line p {
    font-size: 5vw;
  }
  .boshu_line p span {
    font-size: 4.5vw;
  }
  .boshu_line_end {
    width: 100vw;
    height: 14vw;
  }
  .boshu_line_end p {
    font-size: 5vw;
  }
  #main_cont {
    width: 100%;
    s
  }
  #open_cont {
    padding: 0 0 8vw;
  }
  .cont_box_area {
    width: 100vw;
    display: block;
    padding: 0;
    margin: 0 auto 0;
	/*text-align: center;*/
  }
 .text_box_area {
    width: 90vw;
    display: block;
    padding: 0;
    margin: 0 auto 0;
	/*text-align: center;*/
  }
  .cont_box {
    width: 100vw;
    position: relative;
    margin: 0 auto 10vw;
  }
  .cont_box_try {
    width: 100vw;
    position: relative;
    margin: 0 auto 20vw;
  }
  .cont_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
  }
.cont_box_try a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
  }
 .date_box_try {
	 width: 300px; 
  /* height: 80px; */
}
.resizeimage img { 
	width: 90%; 
}
  .cont_flag {
    width: 100%;
    margin-bottom: 2vw;
    margin-left: -2.3vw;
    text-align: right;
  }
  .notice_cont_flag {
    margin-bottom: 2vw;
    margin-left: 170px;
    text-align: left;
  }
  .notice_cont_box_area {
    width: 100vw;
    display: block;
    padding: 0;
    margin: 0;
  }
  .caution {
    font-size: 4vw;
    margin: 15px 0 0;
    line-height: 25px;
  }
  .caution_bottom {
    font-size: 3vw;
    margin: 0 0 15px;
    line-height: 25px;
  }
  .noticecont_box {
    width: 100%;
    position: relative;
    margin: 0 auto 5vw;
  }
  .notice_cont_banner img {
    width: 160px;
  }
  .notice_date_box {
    margin-left: 170px;
  }
  .btn_indetail {
    top: auto;
    left: 0;
    right: 0;
    bottom: -4.5vw;
    margin: auto;
  }
  .cont_banner img:nth-child(2) {
    width: 95vw;
  }
  .cont_banner_try img:nth-child(2) {
    width: 95vw;
  }
  .sp_line {
    width: 110%;
    height: 1vw;
    margin: 20vw 0 15vw -5vw;
    border: 1px solid #000;
  }
  .dot {
    display: block;
    width: 2vw;
    height: auto;
    margin: 0vw auto 4vw;
  }
  .more_btn {
    display: block;
    width: 90vw;
    margin: 0 auto;
    opacity: 1;
    transition: all 0.3s;
  }
  .more_btn img {
    width: 100%;
  }
  .closing_cont {
    padding: 20vw 0;
  }
  .btn_end_cont {
    width: 90vw;
    height: auto;
    margin: 20vw auto 10vw;
  }
  .enq_bnr_area {
    width: 90vw;
    height: auto;
    margin: 20vw auto 10vw;
  }
  .enq_bnr_area2 {
    width: 90vw;
    height: auto;
    margin: 0px auto 0px auto;
  }
  .btn_end_cont img {
    width: 100%;
  }
  .enq_bnr_area img {
    width: 100%;
  }
  .enq_bnr_area2 img {
    width: 100%;
  }
  .space_m80 {
    margin-top: 8.16vw;
  }
  .space_m100 {
    margin-top: 10.20vw;
  }
  #page-top {
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 50;
  }
  #page-top a {
    background: #5F5F5F;
    text-decoration: none;
    color: #fff;
    padding: 15px;
    text-align: center;
    display: block;
    border-radius: 100px;
    transition: all 0s;
  }
  #page-top a:hover {
    text-decoration: none;
    background: #5F5F5F;
  }
  #page-top a img {
    width: 50px;
  }
}
/**************************
よくあるご質問ページ
***************************/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  font-family: 'FontAwesome', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_qa dt {
  position: relative;
  margin: 0 0 1.5em 0;
}
.cp_qa dd {
  position: relative;
  margin: 0 0 2em 0;
  padding: 0 0 1.5em 2em;
  border-bottom: 1px dotted #0097a7;
}
.cp_qa dt::before, .cp_qa dd::before {
  font-size: 1.2em;
  margin: 0 0.5em 0 0;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.2em;
}
.cp_qa dt::before {
  padding: 0.1em 0.3em;
  content: '\f128';
  background: #f57c00;
}
.cp_qa dd::before {
  padding: 0.12em 0.45em;
  content: '\f12a';
  background: #0097a7;
}
.cp_qa dt::after, .cp_qa dd::after {
  position: absolute;
  top: 0.5em;
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  border-width: 5px 0 5px 5px;
  border-style: solid;
}
.cp_qa dt::after {
  left: 1.5em;
  border-color: transparent transparent transparent #f57c00;
}
.cp_qa dd::after {
  left: 3.5em;
  border-color: transparent transparent transparent #0097a7;
}
.btn-flat-border {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 250px;
  padding: 0.5em 1em;
  text-decoration: none;
  text-align: center;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}
.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}
.mail-info {
  border: 10px solid #e8e8e8;
  padding: 20px 30px 30px;
  box-sizing: border-box;
  margin: 62px auto 30px;
  width: 100%;
}
.mail-info h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.cp_qa td {
  border: solid 1px #aaaaaa;
  vertical-align: middle;
}