@charset "UTF-8";
main img{
    vertical-align:top;
}
.kv {
  background: url("../img/bg.jpg") repeat;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.kv .kv_box {
  width: 1130px;
  text-align: center;
  font-weight: bold;
  padding: 62px 0;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.kv .kv_box p {
  width: 550px;
  font-size: 2.2rem;
  color: #00a1e8;
  padding: 10px;
  background-color: #fff59f;
  line-height: 1.3;
  border-radius: 10px;
}
.kv .kv_box p span {
  font-size: 3.0rem;
  color: #fb6363;
}
.kv .kv_box h1 {
  font-size: 10.0rem;
  text-stroke: 6px #fff;
  -webkit-text-stroke: 2px #fff;
  color: #00a1e8;
  font-weight: bold;
  z-index: 1;
  line-height: 1.3;
  margin-top: 10px;
    margin-bottom: 0;
}
.kv .kv_box .illust {
  background: none;
  position: absolute;
  width: 250px;
  height: auto;
  bottom: 0;
  right: 10px;
  z-index: 0;
}
.btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00a1e8;
  position: -webkit-sticky;
  position: sticky;
  top: 108px;
  z-index: 5;
    margin: 0;
}
.btn_wrap li a {
  width: 200px;
  display: block;
  padding: 10px 5px;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin: 10px 10px 15px;
  position: relative;
}
.btn_wrap li a .triangle {
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -11px;
}
.btn_wrap li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.main_cont {
  background: #e3f6ff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  color: #333333;
    padding-bottom: 20px;
}
.btnbox {
  display: flex;
  justify-content: center;
  width: 100%;
}
.btnbox p a {
  width: 730px;
  position: relative;
  background: #fb6363;
  padding: 10px;
  border-radius: 50px;
  font-size: 2.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 10px 0;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.9;
}
.btnbox p a .subtxt {
  position: relative;
  background: #ffffff;
  padding: 10px 20px 8px;
  font-size: 1.8rem;
  color: #fb6363;
  border-radius: 50px;
}
.btnbox p a .subtxt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}
.btnbox p a .icon {
  margin: 0 5px 0 20px;
}
.btnbox p a .icon img {
  width: 40px;
  height: auto;
}
.btnbox p a .triangle_right img {
  width: 40px;
  height: auto;
}
.btnbox p a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.main_cont section .sec_box {
  box-sizing: border-box;
  width: 1130px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  border: 2px;
  background: linear-gradient(to bottom, #00a1e8, #78d6ff);
  margin: 20px 0;
  padding: 60px;
}
.main_cont section .sec_box::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 2px;
  width: 100%;
  height: 100%;
  background: #fff;
  background-clip: content-box;
  content: "";
}
.main_cont section h2 {
  width: 300px;
  margin: 0 auto;
  line-height: 1.2;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  color: #00a1e8;
  margin-bottom: 20px;
}
.main_cont section h2 span {
  padding: 0 10px;
  background: linear-gradient(transparent 50%, #fff59f 50%);
}
.main_cont section .nml_txt {
  text-align: center;
  margin-top: 20px;
  font-size: 1.8rem;
}
.main_cont section .nml_txt span{
  font-size: 2.0rem;
  font-weight: bold;
}
.main_cont section .highlight {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
}
.main_cont section .notes {
  font-size: 1.8rem;
}
.tablebox table {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #333333;
  line-height: 1.3;
  margin: 20px 0 5px;
}
.tablebox table .per40 {
  width: 40%;
}
.tablebox table .per30 {
  width: 30%;
}
.tablebox table .per20 {
  width: 20%;
}
.tablebox table tr th {
  background-color: #e6f7ff;
}
.tablebox table tr th, .tablebox table tr td {
  border-top: 1px solid #333333;
	border-right: 1px solid #333333;
  padding: 10px;
  vertical-align: middle;
}
.tablebox table span:not(.small_txt) {
  font-size: 1.5rem;
}
.tablebox table .small_txt {
  display: block;
	font-size: 1.0rem;
	line-height: 1.5;
}
.tablebox table .dash_line {
	border-right: 1px dashed #333333;
}
.accordion_area .accordion_one {
  border-bottom: 1px solid #ccc;
}
.accordion_area .accordion_one:last-child {
  border-bottom:none;
}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  padding: 1.5rem 4rem 1.5rem 0;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #00a1e8;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #00a1e8;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 0;
  box-sizing: border-box;
  background: #fff;
}
.pfaq_headinner {
  display: block;
  padding-left: 45px;
  position: relative;
  line-height: 40px;
  background: url("../img/Q.png") no-repeat;
  background-size: 40px;
}
.pfaq_headinner p.pfaq_qtxt {
  font-size: 1.8rem;
}
.pfaq_bodyinner {
  display: block;
  padding-left: 45px;
  position: relative;
  line-height: 40px;
  background: url("../img/A.png") no-repeat;
  background-size: 40px;
}
.pfaq_bodyinner p.pfaq_a-txt {
  font-size: 1.8rem;
}
.pageTop {
  width: 80px;
  height: auto;
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 4;
}
.txt_lastupdate {
  width: 1130px;
  margin-bottom: 20px;
  text-align: right;
  font-size: 1.3rem;
}
/*---*/
.courselist__btnlist{
  top: 77px;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
	margin: 20px 0;
  background: #e0f6fe;
  display:flex;
  justify-content: center;
  align-items: center;
	border-top: 2px solid #00a1e8;
	border-bottom: 2px solid #00a1e8;
  z-index: 2;
}
.courselist__btnlist li {
	position: relative;
	width: 14.28%;
}
.courselist__btnlist li + li::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 2px;
	width: 1px;
	height: 30px;
	background-color: #00a1e8;
}
.courselist__btnlist li a{
  position: relative;
  display: block;
  padding: 6px 0;
  font-size: 1.4rem;
	font-weight: bold;
  color: #0078ba;
  text-align: center;
}
.courselist__btnlist li a:hover{
  background: #AFE4FB;
  text-decoration: none;
}
.courselist__btnlist li a:before{
  content: "";
  border: 0;
  border-top: solid 2px #0078ba;
  border-right: solid 2px #0078ba;
  display: inline-block;
  width: 8px;
  height: 8px;
  position: relative;
  top: 2px;
  right: 5px;
  transform: translateY(-50%) rotate(135deg); 
}
.courselist__btnlist li .twoLine-adjust{
	width: 161px;
}
.anchor {
	height: 10px;
}
.tour_wrap p.noCourse {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .tour_wrap p.noCourse {
  font-size: 1.8rem;
  }
}
.tour_wrap li {
  /*width: 100%;*/
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 10px;
}
.tour_wrap li:last-child {
  border-bottom: none;
}
.tour_wrap li .left_box{
        width: 100%;
    }
.tour_wrap li .left_box .tabbox {
  display: flex;
  justify-content: flex-start;
}
.tour_wrap li .left_box .tabbox p {
  padding: 5px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  background: #00a1e8;
  color: #ffffff;
  margin-right: 5px;
  line-height: 1.0;
}
.tour_wrap li .left_box .tabbox p:first-child {
  background: #ffffff;
  color: #00a1e8;
  border: 1px solid #00a1e8;
}
.tour_wrap li .right_box{
    margin-top: 10px;
}
.tour_wrap li .left_box .tit {
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 15px;
  line-height: 1.2;
}
.tour_wrap li .left_box .tit a{
    color: #005d86;
}
.tour_wrap li .left_box .tit a:hover {
  text-decoration: underline;
}
.tour_wrap li .right_box .subtxt {
  font-size: 1.3rem;
  color: #7a7a7a;
}
.tour_wrap li .right_box .redtxt {
  font-size: 2.5rem;
  color: #cf1e1e;
  font-weight: bold;
  line-height: 1.2;
}
.sp_only {
  display: none!important;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.info p {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin: 50px;
}
.crs_eda01 a{
color: #005d86;    
}
.crs_eda01 a:hover {
  text-decoration: underline;
}
.crs_eda01{
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 5px;
}
.main_cont section h2 + .area_tit {
  margin-top: 10px;
}
.main_cont section h3 {
    display: inline-block;
    padding: 7px 0px;
    font-size: 2.4rem;
    color: #0078ba;
    border-radius: 100px;
    background-color: #e0f6fe;
    margin: 10px 0 20px;
    width: 100%;
    font-weight: bold;
    text-align: center;
}
.tour_wrap + .area_tit {
  margin-top: 30px;
}

.news_block {
	padding-top: 20px;
	margin-bottom: 20px
}
.news_block:nth-of-type(n+2) {
	border-top: 1px solid #00a1e8;
}
.news_block:last-of-type {
	margin-bottom: 0;
}
.news_tit_box {
	display: flex;
}
.news_date,
.news_tit {
	/*height: 32px;*/
	padding: 0 5px;
	color: #00a1e8;
	font-size: 2.2rem;
	font-weight: bold;
}
.news_tit {
	display: inline;
	background: linear-gradient(transparent 50%, #fff59f 50%);
}
.news_date {
	margin-right: 5px;
}
.new_icon {
	height: 80%;
	margin-right: 5px;
	padding: 3px 4px 0;
	color: #FF0004;
	font-size: 1.8rem;
	font-weight: bold;
	/*background-color: #FCE7A9;
	border-radius: 5px*/
}
.news_txt {
	margin-top: 5px;
	font-size: 1.8rem;
}
.news_txt:nth-of-type(n+3) {
	margin-top: 15px;
}
.red_txt {
	color: #cf1e1e;
	font-weight: bold;
}
.txtUnderLine {
	text-decoration: underline;
	font-weight: bold;
}
.caution_tit {
	margin: 25px 0 5px;
	font-size: 2.0rem;
	font-weight: bold;
}
.caution_tit:first-of-type {
	margin-top: 30px;
}
.caution_txt,
#link05 .txtbox p:not(.caution_tit){
	font-size: 1.7rem;
}
.caution_txt > p {
	margin: 5px 0 10px;
}
.caution_txt > li {
	padding-left: 1em;
  text-indent: -1em;
}
.supplement_01 {
	margin-bottom: 10px;
}
.supplement_02 {
	margin-top: 10px;
}

@media screen and (max-width: 1130px) {
  .kv .kv_box {
    width: 760px;
  }
  .main_cont section .sec_box {
    width: 760px;
  }
  .txt_lastupdate {
    width: 760px;
  }
  .kv .kv_box .illust {
    width: 150px;
  }
    .btn_wrap li a {
    width: 145px;
  }
}
@media screen and (max-width: 1130px) and (min-width: 768px){
	.courselist__btnlist li a:before{
		width: 5px;
		height: 5px;
		position: relative;
		top: 50%;
		right: 3px;
	}
	.courselist__btnlist li .twoLine-adjust{
		width: 81%;
		padding: 8px 10px;
	}
}
/*----------------------SP-------------------------*/
@media screen and (max-width: 767px) {
    .btn_wrap{
        /*display: none;*/
        position: relative;
            top:0
    }
	.pc_only {
		display: none!important;
	}
	.sp_only {
		display: block!important;
	}
  .kv {
    background-size: 20px;
  }
  .kv .kv_box {
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 45px 0 62px;
    margin: 0 5px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .kv .kv_box p {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.2;
    border-radius: 10px;

    padding: 7px 10px 10px;
  }
  .kv .kv_box p span {
    font-size: 3.0rem;
    color: #fb6363;
  }
  .kv .kv_box h1 {
    font-size: 4.7rem;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
    line-height: 1.3;
    margin-top: 10px;
    text-align: left;
  }
  .kv .kv_box .illust {
    width: 120px;
    height: auto;
    bottom: 0;
    right: 0;
    z-index: 0;
    padding: 5px 0;
  }
  .btn_wrap {
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0px 10px;
  }
  .btn_wrap li a {
    width: 144px;
    display: block;
    padding: 5px;
    font-size: 1.5rem;
    border: 1px solid #ffffff;
    margin: 10px 4px;
    position: relative;
  }
  .btn_wrap li a .triangle {
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -11px;
  }
  .btn_wrap li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .btnbox p a {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background: #fb6363;
    padding: 13px 10px;
    border-radius: 50px;
    font-size: 1.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0 30px;
    font-weight: bold;
    line-height: 0.9;
    overflow-wrap: break-word;
  }
  .btnbox p a .subtxt {
    position: absolute;
    padding: 5px 20px 3px;
    font-size: 1.4rem;
    top: -17px;
    left: 50%;
    margin-left: -70px;
    border: 2px solid #fb6363;
  }
  .btnbox p a .subtxt:before {
    border: none;
  }
  .btnbox p a .icon {
    margin: 0 5px 0 0px;
  }
  .btnbox p a .icon img {
    width: 20px;
    height: auto;
  }
  .btnbox p a .triangle_right {
    margin-left: 5px;
  }
  .btnbox p a .triangle_right img {
    width: 20px;
    height: auto;
  }
    .main_cont_wrap{
        padding: 0 5px;
    }
  .main_cont section {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .main_cont section .sec_box {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    border: 2px;
    background: linear-gradient(to bottom, #00a1e8, #78d6ff);
    margin: 20px 0px;
    padding: 30px 15px;
  }
  .main_cont section .sec_box::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 2px;
    width: 100%;
    height: 100%;
    background: #fff;
    background-clip: content-box;
    content: "";
  }
  .main_cont section h2 {
    width: 100%;
    margin: 0 auto;
    line-height: 1.2;
    font-size: 3.0rem;
    margin-bottom: 20px;
  }
  .main_cont section h2 span {
    padding: 0 10px;
    background: linear-gradient(transparent 50%, #fff59f 50%);
  }
  .main_cont section .nml_txt {
    text-align: left;
    font-size: 1.4rem;
  }
  .main_cont section .nml_txt span{
    font-size: 1.6rem;
  }
  .main_cont section .highlight br.pcOnly,
  .main_cont section .nml_txt br.pcOnly,
  .main_cont section .info p br.pcOnly {
    display: none!important;
  }
  .main_cont section .highlight {
    text-align: center;
    font-size: 1.8rem;
  }
	.tablebox {
		padding-bottom: 15px;
		overflow-x: scroll;
	}
  .tablebox table {
		/*width: 200%;(スクロールさせる場合)*/
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #333333;
    line-height: 1.3;
    margin: 20px 0 5px;
  }
  .tablebox table .per40 {
    width: 40%;
  }
  .tablebox table .per30 {
    width: 30%;
  }
  .tablebox table tr th {
    background-color: #e6f7ff;
  }
  .tablebox table tr th, .tablebox table tr td {
    border-top: 1px solid #333333;
		border-right: 1px solid #333333;
    padding: 10px;
    vertical-align: middle;
  }
  .tablebox table span {
    font-size: 1.3rem;
  }
	.small-txt_02 {
		display: block!important;
		padding: 5px 0;
		font-size: 1.2rem;
		text-align: center;
	}
  .accordion_area .accordion_one .ac_header {
    background-color: #ffffff;
    padding: 1.5rem 4rem 1.5rem 0;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition: .2s;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    border-top: 2px solid #00a1e8;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    border-left: 2px solid #00a1e8;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 9px;
    transition: .3s;
  }
  .accordion_area .accordion_one .ac_header.open .i_box:after {
    height: 0;
  }
  .accordion_area .accordion_one .ac_inner {
    display: none;
    padding: 1.5rem 2rem 1.5rem 0;
    box-sizing: border-box;
    background: #fff;
  }
  .pfaq_headinner {
    padding-left: 23px;
    line-height: 23px;
    background-size: 20px;
  }
  .pfaq_headinner p.pfaq_qtxt {
    font-size: 1.6rem;
  }
  .pfaq_bodyinner {
    padding-left: 23px;
    line-height: 20px;
    background-size: 20px;
  }
  .pfaq_bodyinner p.pfaq_a-txt {
    font-size: 1.6rem;
  }
  .pageTop {
    width: 40px;
    z-index: 3;
  }
  .txt_lastupdate {
    width: 100%;
    margin-bottom: 20px;
    text-align: right;
    font-size: 1.3rem;
  }
  /*---*/
	.courselist__btnlist{
		top: 0;
		width: 100%;
		margin: 20px 0;
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
		z-index: 2;
	}
	.courselist__btnlist li{
		width: 49.8%;
	}
	.courselist__btnlist .under_line{
		border-bottom: 1px dotted #00a1e8;
	}
	.courselist__btnlist li:nth-of-type(2n+1){
		border-right: 1px dotted #00a1e8;
	}
	.courselist__btnlist li:last-of-type{
		border-right: 0;
	}
	.courselist__btnlist li a{
		padding: 2px 0;
	}
	.courselist__btnlist li + li::after {
		height: 0;
	}
	.courselist__btnlist li .twoLine-adjust{
		width: 100%;
	}
	.anchor {
		height: 0px;
	}
  .tour_wrap li {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
  }
    .tour_wrap li:last-child {
  border-bottom: none;
}
  .tour_wrap li .left_box .tabbox {
    display: flex;
    justify-content: flex-start;
  }
  .tour_wrap li .left_box .tabbox p {
    padding: 5px 10px;
    font-size: 1.4rem;
    font-weight: bold;
    background: #00a1e8;
    color: #ffffff;
    margin-right: 5px;
    line-height: 1.0;
  }
  .tour_wrap li .left_box .tabbox p:first-child {
    background: #ffffff;
    color: #00a1e8;
    border: 1px solid #00a1e8;
  }
  .tour_wrap li .left_box .tit {
    
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 10px;
    line-height: 1.2;
  }
  .tour_wrap li .right_box .subtxt {
    font-size: 1.3rem;
    color: #7a7a7a;
  }
  .tour_wrap li .right_box .redtxt {
    font-size: 2.5rem;
    color: #cf1e1e;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
  }
  .sp_only {
    display: inline-block!important;
  }
  .info p {
    font-size: 1.6rem;
    margin: 20px;
  }
    .main_cont section h3 {
    font-size: 2rem;
	}
	.news_tit,
	.news_date {
		/*height: 25px;*/
	}
	.news_tit {
		font-size: 1.7rem;
	}
	.news_date {
		font-size: 1.5rem;
	}
	.new_icon {
		padding-top: 1px;
		font-size: 1.5rem;
	}
	.news_txt {
		font-size: 1.5rem;
	}
	.caution_tit {
		margin-top: 20px;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}
	.caution_txt,
	#link05 .txtbox p:not(.caution_tit){
		font-size: 1.5rem;
	}
}
    body main{
      font-family: Helvetica, Arial,  Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",sans-serif !important;
      /*font-family: notosa, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",sans-serif !important;*/
        
    }

    .courselist__btnlist{
        top: 181px !important;
    }
.-pagetop img{
    box-shadow: none;
}
    @media screen and (max-width: 767px){
        .courselist__btnlist{
        top: 50px !important;
        }}
body footer{
   margin-top: 0px !important;
}
